Remove the uses of getSubtargetImpl from InstrEmitter and remove
[oota-llvm.git] / lib / CodeGen / SpillPlacement.cpp
2014-10-02 Chandler CarruthFix the threshold added in r186434 (a re-apply of r1853...
2014-09-19 Chris BienemanConverting SpillPlacement's BlockFrequency threshold...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-08 Duncan P. N. Exon... RegAlloc: Account for a variable entry block frequency
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-28 Manman RenSpillPlacement: fix a bug in iterate.
2013-12-14 Michael Gottesman[block-freq] Rename getEntryFrequency() -> getEntryFreq...
2013-12-14 Michael Gottesman[block-freq] Store MBFI as a field on SpillPlacement...
2013-07-16 Jakob Stoklund OlesenReapply r185393.
2013-07-02 Jakob Stoklund OlesenRevert (most of) r185393 and r185395.
2013-07-01 Jakob Stoklund OlesenTweak some comments that referred to the old bias compu...
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-03-18 Jakub StaszakMove #include of BitVector from .h to .cpp file.
2012-05-21 Jakob Stoklund OlesenGive a small negative bias to giant edge bundles.
2011-08-03 Jakob Stoklund OlesenBe more conservative when forming compact regions.
2011-08-02 Jakob Stoklund OlesenExtend the SpillPlacement interface with two new features.
2011-07-23 Jakob Stoklund OlesenAdd a simple method for marking blocks with interferenc...
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-07 Jakob Stoklund OlesenPrefer multiplications to divisions.
2011-04-07 Jakob Stoklund OlesenExtract SpillPlacement::addLinks for handling the speci...
2011-04-06 Jakob Stoklund OlesenKeep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund OlesenBreak the spill placement algorithm into three parts...
2011-03-04 Jakob Stoklund OlesenPrecompute block frequencies, pow() isn't free.
2011-02-18 Jakob Stoklund OlesenTrim debugging output.
2011-02-03 Jakob Stoklund OlesenSilence an MSVC warning
2011-01-19 Jakob Stoklund OlesenDivert Hopfield network debug output. It is very noisy.
2011-01-18 Jakob Stoklund OlesenAdd RAGreedy methods for splitting live ranges around...
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.