aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-161-0/+8
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-41/+0
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-101-26/+5
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-8/+7
* Don't charge full latency for an anti-dependence, in this simplisticDan Gohman2008-12-091-3/+7
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+165