Reverts wrong modification to MachineBlockPlacement & BranchFolding; uses a new strat...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ResourcePriorityQueue.cpp
2015-08-08 Benjamin KramerFix some comment typos.
2015-03-03 David Blaikieunique_ptrify ResourcePriorityQueue::ResourceModel
2015-03-03 David BlaikieRemove ResourcePriorityQueue::dump as it relies on...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-09 Eric ChristopherRemove uses of getSubtargetImpl from ResourcePriorityQu...
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-23 Eric ChristopherFix indenting.
2014-07-23 Eric ChristopherReorganize and simplify local variables.
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-10 Eli FriedmanFix unused variables.
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-04 Jakub StaszakSimplify code. No functionality change.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...