llvm-6502/lib
Jakob Stoklund Olesen 9b82d50d20 Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."
It does, after all.

RemoveCopyByCommutingDef rewrites the uses of one particular value
number in A. It doesn't know how to rewrite phi uses, so there can't be
any.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139787 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-15 06:27:32 +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 Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()." 2011-09-15 06:27:32 +00:00
CompilerDriver
DebugInfo DWARF: Make DIE printing more bulletproof. 2011-09-15 05:43:00 +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 Add some more DWARF extensions from: 2011-09-15 05:21:03 +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 Make demanded-elt simplification for shufflevector slightly stronger. Spotted by inspection. 2011-09-15 01:14:29 +00:00
VMCore
CMakeLists.txt
Makefile