aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SpillPlacement.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+5
* Remove floats from live range splitting costs.Jakob Stoklund Olesen2013-07-161-4/+2
* Reapply r185393.Jakob Stoklund Olesen2013-07-161-2/+5
* Revert (most of) r185393 and r185395.Jakob Stoklund Olesen2013-07-021-5/+2
* Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen2013-07-011-2/+5
* Be more conservative when forming compact regions.Jakob Stoklund Olesen2011-08-031-1/+2
* Extend the SpillPlacement interface with two new features.Jakob Stoklund Olesen2011-08-021-1/+10
* Add a simple method for marking blocks with interference in and out.Jakob Stoklund Olesen2011-07-231-0/+4
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-091-6/+20
* Extract SpillPlacement::addLinks for handling the special transparent blocks.Jakob Stoklund Olesen2011-04-071-3/+4
* Keep track of the number of positively biased nodes when adding constraints.Jakob Stoklund Olesen2011-04-061-0/+7
* Break the spill placement algorithm into three parts: prepare, addConstraints...Jakob Stoklund Olesen2011-04-061-15/+22
* Precompute block frequencies, pow() isn't free.Jakob Stoklund Olesen2011-03-041-2/+7
* Add RAGreedy methods for splitting live ranges around regions.Jakob Stoklund Olesen2011-01-181-1/+4
* Add the SpillPlacement analysis pass.Jakob Stoklund Olesen2011-01-061-0/+105