llvm-6502/lib
Vikram S. Adve 200a435966 Eliminate most uses of the machine instruction vector for each LLVM instr,
since some m. instr. may be generated by LLVM instrs. in other blocks.
Handle non-SSA (anti and output) edges and true edges uniformly by
working with machine instructions alone.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1269 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-12 18:53:43 +00:00
..
Analysis New pass to find types in use by a program 2001-11-09 05:27:21 +00:00
AsmParser Improve some debugging code 2001-11-02 07:46:26 +00:00
Bytecode Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. 2001-11-04 21:32:41 +00:00
CodeGen Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
ExecutionEngine Print profile info if exit() is called 2001-11-12 16:28:48 +00:00
Linker Add #includes to enable buiding in Release mode 2001-11-07 13:49:45 +00:00
Support Provide option to enable eating of all arguments following a specific one 2001-10-27 05:54:17 +00:00
Target Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
Transforms Initail checking of structure swapper 2001-11-10 07:28:25 +00:00
VMCore Removed MachineCodeForMethod object and made it an annotation. 2001-11-08 04:38:58 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00