summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-07misched preparation: rename core scheduler methods for consistency.Andrew Trick1-2/+2
2012-02-22Initialize SUnits before DAG building.Andrew Trick1-1/+1
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick1-0/+14
2010-12-24whitespaceAndrew Trick1-6/+6
2010-05-30Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes1-1/+1
2010-05-26Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman1-1/+23
2010-05-26Change push_all to a non-virtual function and implement it in theDan Gohman1-1/+1
2009-11-20Remove some old experimental code that is no longer needed. Remove additional...David Goodwin1-12/+0
2009-11-12Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin1-3/+12
2009-11-03Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin1-2/+7
2008-12-16Add initial support for back-scheduling address computations,Dan Gohman1-0/+8
2008-12-16Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman1-41/+0
2008-12-10Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman1-26/+5
2008-12-09Rewrite the SDep class, and simplify some of the related code.Dan Gohman1-8/+7
2008-12-09Don't charge full latency for an anti-dependence, in this simplisticDan Gohman1-3/+7
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman1-0/+165