llvm-6502/lib
Andrew Trick b1afbac64b [regcoalescing] bug fix for RegistersDefinedFromSameValue.
An improper SlotIndex->VNInfo lookup was leading to unsafe copy removal.
Fixes PR10920 401.bzip2 miscompile with no IV rewrite.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139765 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-15 01:09:33 +00:00
..
Analysis Add support to emit debug info for C++0x nullptr type. 2011-09-14 23:13:28 +00:00
Archive
AsmParser
Bitcode
CodeGen [regcoalescing] bug fix for RegistersDefinedFromSameValue. 2011-09-15 01:09:33 +00:00
CompilerDriver
DebugInfo DWARF: Generate the address lookup table from the DIE tree if .debug_aranges is not available. 2011-09-14 20:52:27 +00:00
ExecutionEngine
Linker
MC Move state var to private class member. 2011-09-14 16:37:04 +00:00
Object Object: make the following changes into SymbolRef 2011-09-14 01:22:52 +00:00
Support Update the comment for system_temp_directory() to indicate when it 2011-09-14 23:21:47 +00:00
Target Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Issue spotted in -debug output. I can't think of any practical effects at the moment, but it might matter if we start doing more aggressive alias analysis in CodeGen. 2011-09-14 23:42:45 +00:00
Transforms Don't mark objc_retainBlock as nounwind. It calls user copy constructors 2011-09-14 18:33:34 +00:00
VMCore Add a check to make sure schedulePass() has not deleted stale RequiredPass. 2011-09-13 21:13:29 +00:00
CMakeLists.txt Sketch out a DWARF parser. 2011-09-13 19:42:23 +00:00
Makefile Sketch out a DWARF parser. 2011-09-13 19:42:23 +00:00