1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/CodeGen
Vikram S. Adve 0cdcf40121 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.

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