index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineScheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
1
-0
/
+1
*
misched: trace LiveIntervals after scheduling.
Andrew Trick
2012-03-21
1
-0
/
+1
*
misched: obvious iterator update fixes for bottom-up.
Andrew Trick
2012-03-21
1
-0
/
+6
*
misched: cleanup main loop
Andrew Trick
2012-03-21
1
-10
/
+14
*
Add an option to the MI scheduler to cut off scheduling after a fixed number of
Lang Hames
2012-03-19
1
-1
/
+19
*
Silence operator precedence warnings.
Benjamin Kramer
2012-03-14
1
-3
/
+3
*
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
1
-98
/
+266
*
misched comments
Andrew Trick
2012-03-14
1
-0
/
+15
*
misched: handle scheduler that insert instructions at empty region boundaries.
Andrew Trick
2012-03-09
1
-3
/
+12
*
misched: handle scheduling region boundaries nicely.
Andrew Trick
2012-03-09
1
-4
/
+11
*
misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...
Andrew Trick
2012-03-09
1
-3
/
+3
*
misched comments
Andrew Trick
2012-03-09
1
-2
/
+3
*
revert 152356: verify misched changes using -misched=shuffle.
Andrew Trick
2012-03-09
1
-3
/
+3
*
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
1
-16
/
+33
*
Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().
Evan Cheng
2012-03-09
1
-3
/
+3
*
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-08
1
-144
/
+102
*
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
1
-1
/
+1
*
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
1
-1
/
+1
*
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
1
-12
/
+12
*
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
1
-10
/
+16
*
Added -view-misched=dags options.
Andrew Trick
2012-03-07
1
-0
/
+9
*
misched: Use the StartBlock/FinishBlock hooks
Andrew Trick
2012-03-07
1
-0
/
+2
*
Initialize SUnits before DAG building.
Andrew Trick
2012-02-22
1
-6
/
+7
*
MachineScheduler shouldn't use/preserve LiveDebugVariables.
Lang Hames
2012-02-17
1
-4
/
+0
*
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