summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SpillPlacement.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* RegAlloc: Account for a variable entry block frequencyDuncan P. N. Exon Smith2014-04-08
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* SpillPlacement: fix a bug in iterate.Manman Ren2014-02-28
* [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...Michael Gottesman2013-12-14
* [block-freq] Store MBFI as a field on SpillPlacement so we can access it to g...Michael Gottesman2013-12-14
* Reapply r185393.Jakob Stoklund Olesen2013-07-16
* Revert (most of) r185393 and r185395.Jakob Stoklund Olesen2013-07-02
* Tweak some comments that referred to the old bias computations.Jakob Stoklund Olesen2013-07-01
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-01
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Move #include of BitVector from .h to .cpp file.Jakub Staszak2013-03-18
* Give a small negative bias to giant edge bundles.Jakob Stoklund Olesen2012-05-21
* Be more conservative when forming compact regions.Jakob Stoklund Olesen2011-08-03
* Extend the SpillPlacement interface with two new features.Jakob Stoklund Olesen2011-08-02
* Add a simple method for marking blocks with interference in and out.Jakob Stoklund Olesen2011-07-23
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-09
* Prefer multiplications to divisions.Jakob Stoklund Olesen2011-04-07
* Extract SpillPlacement::addLinks for handling the special transparent blocks.Jakob Stoklund Olesen2011-04-07
* Keep track of the number of positively biased nodes when adding constraints.Jakob Stoklund Olesen2011-04-06
* Break the spill placement algorithm into three parts: prepare, addConstraints...Jakob Stoklund Olesen2011-04-06
* Precompute block frequencies, pow() isn't free.Jakob Stoklund Olesen2011-03-04
* Trim debugging output.Jakob Stoklund Olesen2011-02-18
* Silence an MSVC warningJakob Stoklund Olesen2011-02-03
* Divert Hopfield network debug output. It is very noisy.Jakob Stoklund Olesen2011-01-19
* Add RAGreedy methods for splitting live ranges around regions.Jakob Stoklund Olesen2011-01-18
* Add the SpillPlacement analysis pass.Jakob Stoklund Olesen2011-01-06