summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocPBQP.cpp
Commit message (Expand)AuthorAge
* 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
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-09
* Revert r194300 which broke the build.Nick Lewycky2013-11-09
* Rewrite the PBQP graph data structure.Lang Hames2013-11-09
* 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
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Make PBQP require/preserve MachineLoopInfo - the spiller requires it.Lang Hames2013-07-01
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-15
* Revert broken pieces of r179373.Benjamin Kramer2013-04-12
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-04
* 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
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-28
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-26
* Remove unused typedef.Lang Hames2012-10-29
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames2012-10-10
* Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQPLang Hames2012-10-04
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-05
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-22
* Remove spurious typedefs.Jakob Stoklund Olesen2012-06-20
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-20
* Teach PBQPBuilder::build() about regunit interference.Jakob Stoklund Olesen2012-06-20
* Avoid iterating with LiveIntervals::iterator.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
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Small fix for the debug output from PBQP (PR12822).Patrik Hägglund2012-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
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-02
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-26
* Add support for register masks to PBQP.Lang Hames2012-03-23
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-04
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-21
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* whitespaceAndrew Trick2012-02-10
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-05
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-06
* Update PBQP's analysis usage to reflect the requirements of the inline spiller.Lang Hames2011-12-06