llvm-6502/lib
Vikram S. Adve d248652b8b When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),
this code wasn't fixed correctly so it missed copy operations that used ADDi.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9318 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-21 12:29:45 +00:00
..
Analysis Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Archive Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
AsmParser Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Bytecode Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
CodeGen Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
ExecutionEngine Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Linker Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Support Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Target When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr), 2003-10-21 12:29:45 +00:00
Transforms Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
VMCore Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00