summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-5/+5
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-4/+4
* Rename variables for consistency.Eli Friedman2013-09-111-6/+6
* Fix unused variables.Eli Friedman2013-09-101-1/+0
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-4/+4
* 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
OpenPOWER on IntegriCloud