llvm-6502/lib/CodeGen
Vikram S. Adve 802cec485f Add option to disable scheduling.
Destroy live-variable information after scheduling so it is
recomputed before later phases (e.g., reg. allocation).
Use deterministic iterator to enumerate sched graphs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1972 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-24 03:44:55 +00:00
..
InstrSched Add option to disable scheduling. 2002-03-24 03:44:55 +00:00
InstrSelection Major overhaul to FoldGetElemPtr to handle mixed array and struct refs. 2002-03-24 03:37:53 +00:00
RegAlloc Rename Method to Function 2002-03-23 22:51:58 +00:00
MachineCodeForInstruction.cpp Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences. 2002-03-24 03:40:11 +00:00
MachineFunction.cpp Fix padding for variables allocated on stack. 2002-03-24 03:39:26 +00:00
MachineInstr.cpp Bug fix in setting CC register. 2002-03-18 03:35:24 +00:00
Makefile