aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-8/+8
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-111-8/+8
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-111-8/+8
* Simplify code. No functionality change.Jakub Staszak2012-12-041-3/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-1/+1
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-2/+2
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-071-1/+1
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-011-0/+657