summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* Initialize SUnits before DAG building.Andrew Trick2012-02-22
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes2010-05-30
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-26
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-26
* 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