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
/
ScheduleDAG.cpp
Age
Commit message (
Expand
)
Author
2008-12-23
Minor code simplifications.
Dan Gohman
2008-12-22
Optimize setDepthDirty and setHeightDirty a little, as they showed
Dan Gohman
2008-12-20
Use SmallVector's pop_back_val.
Dan Gohman
2008-12-20
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-17
Use getDepth() and getHeight() instead of accessing the
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
Move addPred and removePred out-of-line.
Dan Gohman
2008-12-09
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
Whitespace cleanups.
Dan Gohman
2008-11-25
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-21
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-20
Add #include <climits> to get the definition of INT_MAX.
Dan Gohman
2008-11-20
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman