summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
AgeCommit message (Expand)Author
2017-11-16Assert correct removal of SUnit in LatencyPriorityQueueBenjamin Kramer
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2015-03-03Remove LatencyPriorityQueue::dump because it relies on an implicit copy ctor ...David Blaikie
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2012-03-07misched preparation: rename core scheduler methods for consistency.Andrew Trick
2012-02-22Initialize SUnits before DAG building.Andrew Trick
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-24whitespaceAndrew Trick
2010-05-30Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes
2010-05-26Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman
2010-05-26Change push_all to a non-virtual function and implement it in theDan Gohman
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