llvm-6502/test
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
Assembler
Bindings/Ocaml
Bitcode Remove NEON vmovn intrinsic, replacing it with vector truncate operations. 2010-08-30 20:02:30 +00:00
BugPoint
CodeGen Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. 2010-09-01 22:15:35 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC Apparently only Darwin passes long double misaligned. Compensate. 2010-09-01 21:57:20 +00:00
FrontendC++ Reapply r112623. Included additional check for unused byval argument. 2010-08-31 22:22:42 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC COFF: Update tests to reflect changes in last commit. 2010-09-01 14:15:31 +00:00
Other
Scripts coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4. 2010-08-30 15:19:56 +00:00
TableGen
Transforms Fix loop unswitching's assumption that a code path which either 2010-09-01 21:46:45 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile Partially revert r112480. Caused test failures. 2010-08-30 15:34:08 +00:00
Makefile.tests
site.exp.in
TestRunner.sh