summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LatencyPriorityQueue.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove LatencyPriorityQueue::dump because it relies on an implicit copy ctor ...David Blaikie2015-03-031-2/+0
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-11/+11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-071-2/+2
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-0/+4
* whitespaceAndrew Trick2010-12-241-9/+9
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-261-13/+5
* Fix indentation.Dan Gohman2010-05-261-2/+2
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-261-9/+1
* Delete an unused function.Dan Gohman2010-05-261-2/+0
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-9/+2
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-4/+13
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-15/+3
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-101-1/+1
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+124