llvm-6502/lib
Misha Brukman 774a297c83 * Recognize `addi r1, r2, 0' a move instruction
* List formats of instructions currently recognized as moves


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15242 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-26 21:29:00 +00:00
..
Analysis Add some new methods 2004-07-26 05:50:23 +00:00
Archive
AsmParser Fix bug in previous patch :( 2004-07-26 01:40:20 +00:00
Bytecode Fix a serious bug in the double constant reader. In particular, because 2004-07-25 23:15:44 +00:00
CodeGen Add some comments to the backtracking code. 2004-07-25 08:10:33 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker
Support Remove linux/solaris specific stuff. 2004-07-25 07:34:00 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target * Recognize `addi r1, r2, 0' a move instruction 2004-07-26 21:29:00 +00:00
Transforms Implement DeadStoreElim/alloca.llx by observing that allocas are dead at the 2004-07-26 06:14:11 +00:00
VMCore Avoid use of size(), which counts, in favor of other mechanisms. 2004-07-25 21:44:54 +00:00
Makefile