Go to file
Jakob Stoklund Olesen 9b449d5a92 Use TargetOpcode::COPY instead of X86-native register copy instructions when
lowering atomics. This will allow those copies to still be coalesced after
TII::isMoveInstr is removed.

llvm-svn: 108385
2010-07-14 23:50:27 +00:00
clang Add a callback interface that allows interested parties to get notified whenever PCHReader deserializes a type or decl (and possibly other things in the future). Have PCHWriter implement these callbacks as noops and register to receive them if we're chaining PCHs. This will allow PCHWriter to track the IDs of these things, which it needs to write the dependent files. WIP 2010-07-14 23:45:08 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx Fixed to work with generalized iterators. 2010-07-14 21:14:52 +00:00
lldb Fixes to the IR generator in the expression parser 2010-07-14 23:40:29 +00:00
llvm Use TargetOpcode::COPY instead of X86-native register copy instructions when 2010-07-14 23:50:27 +00:00