summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Refactoring with range-based for, NFCKrzysztof Parzyszek2017-05-041-39/+28
* Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFCKrzysztof Parzyszek2017-01-251-11/+4
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* Replace silly uses of 'signed' with 'int'David Majnemer2016-06-211-8/+8
* Fix some comment typos.Benjamin Kramer2015-08-081-3/+3
* unique_ptrify ResourcePriorityQueue::ResourceModelDavid Blaikie2015-03-031-1/+1
* Remove ResourcePriorityQueue::dump as it relies on copying a non-copyable typ...David Blaikie2015-03-031-14/+0
* Remove unused argument to CreateTargetScheduleState and changeEric Christopher2014-10-091-1/+1
* Remove uses of getSubtargetImpl from ResourcePriorityQueue andEric Christopher2014-10-091-7/+5
* Cache TargetLowering on SelectionDAGISel and update previousEric Christopher2014-10-081-3/+2
* Change MCSchedModel to be a struct of statically initialized data.Pete Cooper2014-09-021-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-5/+7
* Fix indenting.Eric Christopher2014-07-231-13/+14
* Reorganize and simplify local variables.Eric Christopher2014-07-231-13/+11
* Fix 'platform-specific' hyphenationsAlp Toker2014-06-301-1/+1
* [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