summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* CalcSpillWeights: Hack to prevent x87 nonsenseDuncan P. N. Exon Smith2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitableOwen Anderson2014-03-13
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-11
* 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
* CalculateSpillWeights cleanup: remove unneeded includesArnaud A. de Grandmaison2013-11-08
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* typoNadav Rotem2013-04-06
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* 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
* Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen2012-06-20
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-05
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-09
* Don't inflate register classes used by inline asm.Jakob Stoklund Olesen2011-07-01
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-16
* Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen2011-04-26
* Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen2011-03-29
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-10
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-14
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Clean up debug output.Jakob Stoklund Olesen2010-08-12
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-10
* Implement register class inflation.Jakob Stoklund Olesen2010-08-10
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-10
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen2010-07-16
* Fix typo.Eric Christopher2010-07-03
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Remove duplicated #include.Evan Cheng2010-02-10
* Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng2010-02-10
* fix missing #includes.Chris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-09
* Change errs() to dbgs().David Greene2009-12-24
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-22
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-14