llvm-6502/lib/CodeGen
Vikram S. Adve c352d2c530 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1138 91177308-0d34-0410-b5e6-96231b3b80d8
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