1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib
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
..
Analysis Rename Method to Function 2002-03-23 22:51:58 +00:00
AsmParser Implement TODO for better diagnostic output 2002-03-11 22:12:39 +00:00
Bytecode Rename Method to Function 2002-03-23 22:51:58 +00:00
CodeGen Add option to disable scheduling. 2002-03-24 03:44:55 +00:00
ExecutionEngine Remove runtime library in favor of users linking against real libraries. 2002-03-11 17:57:13 +00:00
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences(). 2002-03-24 03:35:16 +00:00
Transforms Major overhaul to support arbitrary mixed array and structure indices. 2002-03-24 03:21:18 +00:00
VMCore Rename Method to Function 2002-03-23 22:51:58 +00:00
Makefile Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00