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