aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocPBQP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+71
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-36/+136
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-339/+438
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-62/+59
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-111-1/+2
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-101-2/+2
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-091-14/+14
* Revert r194300 which broke the build.Nick Lewycky2013-11-091-14/+14
* Rewrite the PBQP graph data structure.Lang Hames2013-11-091-14/+14
* 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
* Track new virtual registers by register number.Mark Lacey2013-08-141-4/+5
* Make PBQP require/preserve MachineLoopInfo - the spiller requires it.Lang Hames2013-07-011-0/+3
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-11/+10
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-151-23/+22
* Revert broken pieces of r179373.Benjamin Kramer2013-04-121-16/+16
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-121-16/+16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen2012-12-041-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier2012-11-281-0/+2
* Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier2012-11-261-2/+0
* Remove unused typedef.Lang Hames2012-10-291-1/+0
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-151-1/+1
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-151-3/+1
* My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was thatLang Hames2012-10-101-2/+2
* Fix reg mask slot test, and preserve LiveIntervals and VirtRegMap in the PBQPLang Hames2012-10-041-1/+3
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-051-1/+0
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+3
* Remove LiveIntervals::trackingRegUnits().Jakob Stoklund Olesen2012-06-221-51/+7
* Remove spurious typedefs.Jakob Stoklund Olesen2012-06-201-3/+0
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-201-8/+0
* Teach PBQPBuilder::build() about regunit interference.Jakob Stoklund Olesen2012-06-201-33/+31
* Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-201-13/+9
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-091-45/+0
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-081-8/+0
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-9/+5
* Small fix for the debug output from PBQP (PR12822).Patrik Hägglund2012-05-231-3/+4
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-191-1/+1
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-1/+1
* Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...Pete Cooper2012-04-021-1/+1
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-261-0/+29
* Add support for register masks to PBQP.Lang Hames2012-03-231-4/+38
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-041-1/+1
* Clear virtual registers after they are no longer referenced.Andrew Trick2012-02-211-0/+5
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-2/+0