llvm-6502/lib
Vikram S. Adve f43e3366ef Separate VM instruction that generates the instructions that compute a value
from the value itself (the one causing an edge) because the latter may be
a temporary used within the instruction sequence for the VM instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@858 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-17 23:55:16 +00:00
..
Analysis No major change - added some comments 2001-10-16 01:25:05 +00:00
AsmParser Simplify some code 2001-10-16 19:54:17 +00:00
Bytecode Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
CodeGen Separate VM instruction that generates the instructions that compute a value 2001-10-17 23:55:16 +00:00
ExecutionEngine Implement ulong & long support 2001-10-15 19:18:26 +00:00
Linker Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Support Add StringList support 2001-10-13 06:53:19 +00:00
Target Separate VM instruction that generates the instructions that compute a value 2001-10-17 23:55:16 +00:00
Transforms Add new Pass infrastructure and some examples 2001-10-15 17:31:51 +00:00
VMCore Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00