summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LatencyPriorityQueue.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-26
* Fix indentation.Dan Gohman2010-05-26
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-26
* Delete an unused function.Dan Gohman2010-05-26
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-20
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-03
* 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
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19