summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
Commit message (Expand)AuthorAge
* Rename variables for consistency.Eli Friedman2013-09-11
* Fix unused variables.Eli Friedman2013-09-10
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Simplify code. No functionality change.Jakub Staszak2012-12-04
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01