1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/CodeGen
Vikram S. Adve 624846d3fd 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.

llvm-svn: 1269
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 added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00