summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
Commit message (Expand)AuthorAge
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin2009-11-12
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-16
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-16
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-10
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-09
* Don't charge full latency for an anti-dependence, in this simplisticDan Gohman2008-12-09
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19