llvm-6502/lib/CodeGen
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
..
InstrSched Eliminate most uses of the machine instruction vector for each LLVM instr, 2001-11-12 18:53:43 +00:00
InstrSelection Added phi elimination code - not final 2001-11-12 14:44:50 +00:00
RegAlloc Changed code to ignore Phi Nodes in PhyRegAlloc 2001-11-10 21:21:36 +00:00
MachineInstr.cpp Improved printing routines. 2001-11-12 14:19:47 +00:00
Makefile