llvm-6502/lib
Jakob Stoklund Olesen 0077114efc Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.
This caused a miscompilation in WebKit where %RAX had conflicting defs when
RemoveCopyByCommutingDef was commuting a %EAX use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112751 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-01 22:15:35 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. 2010-09-01 22:15:35 +00:00
CompilerDriver have the makefiles check the llvm-config error code instead of charging 2010-09-01 16:11:17 +00:00
ExecutionEngine
Linker dead code patrol 2010-09-01 16:06:39 +00:00
MC
Support Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
System
Target Add some more load types in. 2010-09-01 18:01:32 +00:00
Transforms Fix loop unswitching's assumption that a code path which either 2010-09-01 21:46:45 +00:00
VMCore
Makefile