Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / CalcSpillWeights.cpp
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-04 Arnaud A. de Grand... [PBQP] Tweak spill costs and coalescing benefits
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 Duncan P. N. Exon... CalcSpillWeights: Hack to prevent x87 nonsense
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2013-12-14 Michael Gottesman[block-freq] Refactor LiveInterals::getSpillWeight...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: allow overidding the spill weight...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: give a better describing name to...
2013-11-10 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-08 Arnaud A. de Grand... Revert "CalculateSpillWeights does not need to be a...
2013-11-08 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-08 Arnaud A. de Grand... CalculateSpillWeights cleanup: remove unneeded includes
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-04-06 Nadav Rotemtypo
2012-10-15 Jakob Stoklund OlesenRemove LIS::isAllocatable() and isReserved() helpers.
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-06-20 Jakob Stoklund OlesenAvoid iterating with LiveIntervals::iterator.
2012-06-05 Jakob Stoklund OlesenStop using LiveIntervals::isReMaterializable().
2011-08-09 Jakob Stoklund OlesenMove CalculateRegClass to MRI::recomputeRegClass.
2011-07-01 Jakob Stoklund OlesenDon't inflate register classes used by inline asm.
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-05-16 Jakob Stoklund OlesenTeach LiveInterval::isZeroLength about null SlotIndexes.
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-03-29 Jakob Stoklund OlesenRecompute register class and hint for registers created...
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-12 Jakob Stoklund OlesenClean up debug output.
2010-08-10 Jakob Stoklund OlesenGive up on register class recalculation when the regist...
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Jakob Stoklund OlesenRemove remaining calls to TII::isMoveInstr.
2010-07-03 Eric ChristopherFix typo.
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-10 Evan ChengRemove duplicated #include.
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
2010-02-10 Chris Lattnerfix missing #includes.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...