summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocGreedy.cpp
Commit message (Expand)AuthorAge
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-13
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-11
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-10
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-08
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-08
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-08
* Fix unused variables.Eli Friedman2013-09-10
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Down-scale slot index distance to save bits.Andrew Trick2013-07-30
* RegAllocGreedy comment.Andrew Trick2013-07-25
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-25
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Dump LIS before regalloc. MI sched changes them.Andrew Trick2013-07-25
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-16
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Remove unused #includes.Bill Wendling2013-03-05
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-12
* Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen2012-12-04
* Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-21
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2012-08-21
* Remove LiveIntervalUnions from RegAllocBase.Jakob Stoklund Olesen2012-06-20
* Convert RAGreedy to LiveRegMatrix interference checking.Jakob Stoklund Olesen2012-06-20
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-09
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-08
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-30
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-23
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-19
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-02
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-02
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-21
* Fix details in local live range splitting with regmasks.Jakob Stoklund Olesen2012-02-14
* Handle register masks in local live range splitting.Jakob Stoklund Olesen2012-02-11
* Add register mask support to InterferenceCache.Jakob Stoklund Olesen2012-02-10
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* Add register mask support to RAGreedy.Jakob Stoklund Olesen2012-02-09
* Renamed MachineScheduler to ScheduleTopDownLive.Andrew Trick2012-01-17
* Moving options declarations around.Andrew Trick2012-01-17