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
/
SelectionDAG
/
ScheduleDAGFast.cpp
Age
Commit message (
Expand
)
Author
2008-11-21
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-21
Change these schedulers to not emit no-ops. It turns out that
Dan Gohman
2008-11-19
Simplify this code a little. In the fast scheduler, CreateNewSUnit
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-18
Tidy up ScheduleNodeBottomUp methods, and make them more
Dan Gohman
2008-11-18
Change SUnit's dump method to take a ScheduleDAG* instead of
Dan Gohman
2008-11-18
Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the
Dan Gohman
2008-11-17
Don't bother doing latency calculations in the "fast" scheduler.
Dan Gohman
2008-11-13
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-09-23
Replace the LiveRegs SmallSet with a simple counter that keeps
Dan Gohman
2008-09-18
Add a new "fast" scheduler. This is currently basically just a
Dan Gohman
[prev]