index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineScheduler.cpp
Age
Commit message (
Expand
)
Author
2012-03-09
revert 152356: verify misched changes using -misched=shuffle.
Andrew Trick
2012-03-09
misched: allow the default scheduler to be one chosen by the target.
Andrew Trick
2012-03-09
Cache MBB->begin. It's possible the scheduler / bundler may change MBB->begin().
Evan Cheng
2012-03-08
misched interface: Expose the MachineScheduler pass.
Andrew Trick
2012-03-07
misched prep: Expose the ScheduleDAGInstrs interface so targets may
Andrew Trick
2012-03-07
misched prep: rename InsertPos to End.
Andrew Trick
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
Added -view-misched=dags options.
Andrew Trick
2012-03-07
misched: Use the StartBlock/FinishBlock hooks
Andrew Trick
2012-02-22
Initialize SUnits before DAG building.
Andrew Trick
2012-02-17
MachineScheduler shouldn't use/preserve LiveDebugVariables.
Lang Hames
2012-02-15
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-09
comment
Andrew Trick
2012-02-08
misched: bug in debug output.
Andrew Trick
2012-02-08
stale comment
Andrew Trick
2012-01-27
Add a "moveInstr" method to LiveIntervals. This can be used to move instructions
Lang Hames
2012-01-17
misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...
Andrew Trick
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-14
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2012-01-14
misched: Added ScheduleDAGInstrs::IsPostRA
Andrew Trick
2012-01-14
misched: Invoke the DAG builder on each sequence of schedulable instructions.
Andrew Trick
2012-01-14
Move things around to make the file navigable, even though it will probably b...
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
[prev]