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
/
LatencyPriorityQueue.cpp
Age
Commit message (
Expand
)
Author
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-02-22
Initialize SUnits before DAG building.
Andrew Trick
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
whitespace
Andrew Trick
2010-05-30
Use `llvm::next' instead of `next' to make VC++ 2010 happy.
Oscar Fuentes
2010-05-26
Eliminate the use of PriorityQueue and just use a std::vector,
Dan Gohman
2010-05-26
Change push_all to a non-virtual function and implement it in the
Dan Gohman
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-12
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2008-12-16
Add initial support for back-scheduling address computations,
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-10
Update CalcLatency to work in terms of edge latencies, rather than
Dan Gohman
2008-12-09
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
Don't charge full latency for an anti-dependence, in this simplistic
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman