summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocGreedy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RegAlloc] Make tryInstructionSplit less aggressive.Quentin Colombet2014-01-021-3/+37
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-141-1/+1
* [block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...Michael Gottesman2013-12-141-4/+7
* Add TargetRegisterInfo::reverseLocalAssignment hook.Andrew Trick2013-12-111-1/+8
* Check hint registers for interference only once before evictionsAditya Nandakumar2013-12-051-1/+1
* Reverse the order of eviction checks for possible compile time savings. No fu...Andrew Trick2013-11-291-3/+3
* DEBUG shouldEvict decisionsAndrew Trick2013-11-221-1/+5
* Minor cleanup. EvictionCost ctor was confusing relative to the other costs fl...Andrew Trick2013-11-221-3/+9
* Fixed an extra for(typo) in the commentsAditya Nandakumar2013-11-191-1/+1
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-131-3/+3
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-111-1/+1
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-101-2/+2
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-081-2/+2
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-081-2/+2
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-3/+3
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-081-1/+1
* Fix unused variables.Eli Friedman2013-09-101-0/+2
* Track new virtual registers by register number.Mark Lacey2013-08-141-29/+29
* Down-scale slot index distance to save bits.Andrew Trick2013-07-301-1/+1
* RegAllocGreedy comment.Andrew Trick2013-07-251-1/+2
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-251-1/+29
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-251-4/+27
* Dump LIS before regalloc. MI sched changes them.Andrew Trick2013-07-251-0/+2
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-161-22/+26
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-1/+6
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-3/+3
* Remove unused #includes.Bill Wendling2013-03-051-1/+0
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-121-1/+18
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-041-2/+2
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+6
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-2/+2
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-211-1/+1
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-1/+1
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2012-08-211-1/+1
* Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen2012-06-201-3/+3
* Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-201-55/+75
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-091-1/+0
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-081-19/+1
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+0
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-5/+5
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-301-1/+7
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-231-1/+65
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-191-4/+4
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-1/+1
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-021-2/+2
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-021-4/+4
OpenPOWER on IntegriCloud