aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LatencyPriorityQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-071-2/+2
* Initialize SUnits before DAG building.Andrew Trick2012-02-221-1/+1
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-0/+14
* whitespaceAndrew Trick2010-12-241-6/+6
* Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes2010-05-301-1/+1
* Eliminate the use of PriorityQueue and just use a std::vector,Dan Gohman2010-05-261-1/+23
* Change push_all to a non-virtual function and implement it in theDan Gohman2010-05-261-1/+1
* Remove some old experimental code that is no longer needed. Remove additional...David Goodwin2009-11-201-12/+0
* Rename registers to break output dependencies in addition to anti-dependencies.David Goodwin2009-11-121-3/+12
* Do a scheduling pass ignoring anti-dependencies to identify candidate registe...David Goodwin2009-11-031-2/+7
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-161-0/+8
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-41/+0
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-101-26/+5
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-8/+7
* Don't charge full latency for an anti-dependence, in this simplisticDan Gohman2008-12-091-3/+7
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+165