index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
1
-1
/
+2
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
1
-8
/
+0
*
comment
Andrew Trick
2012-02-09
1
-1
/
+1
*
misched: bug in debug output.
Andrew Trick
2012-02-08
1
-2
/
+4
*
stale comment
Andrew Trick
2012-02-08
1
-2
/
+0
*
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-27
1
-1
/
+3
*
misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...
Andrew Trick
2012-01-17
1
-17
/
+130
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
1
-47
/
+59
*
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2012-01-14
1
-10
/
+14
*
misched: Added ScheduleDAGInstrs::IsPostRA
Andrew Trick
2012-01-14
1
-2
/
+2
*
misched: Invoke the DAG builder on each sequence of schedulable instructions.
Andrew Trick
2012-01-14
1
-6
/
+31
*
Move things around to make the file navigable, even though it will probably b...
Andrew Trick
2012-01-14
1
-19
/
+32
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+233