1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen
Vikram S. Adve c3993d28ca Modified graph construction to use one pass to find all defs.
Avoids having to handle some special cases that cause complex interactions
with instr. selection.

llvm-svn: 1138
2001-11-05 04:04:23 +00:00
..
InstrSched Modified graph construction to use one pass to find all defs. 2001-11-05 04:04:23 +00:00
InstrSelection Minor method rename 2001-11-04 08:08:34 +00:00
RegAlloc Added an assertion since it seems like AdjList returns an errornous size in method 2001-11-03 22:01:09 +00:00
MachineInstr.cpp Make reg. numbers signed ints. 2001-11-05 03:56:02 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00