index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SpillPlacement.cpp
Age
Commit message (
Expand
)
Author
2013-03-18
Move #include of BitVector from .h to .cpp file.
Jakub Staszak
2012-05-21
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2011-08-03
Be more conservative when forming compact regions.
Jakob Stoklund Olesen
2011-08-02
Extend the SpillPlacement interface with two new features.
Jakob Stoklund Olesen
2011-07-23
Add a simple method for marking blocks with interference in and out.
Jakob Stoklund Olesen
2011-04-09
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-07
Prefer multiplications to divisions.
Jakob Stoklund Olesen
2011-04-07
Extract SpillPlacement::addLinks for handling the special transparent blocks.
Jakob Stoklund Olesen
2011-04-06
Keep track of the number of positively biased nodes when adding constraints.
Jakob Stoklund Olesen
2011-04-06
Break the spill placement algorithm into three parts: prepare, addConstraints...
Jakob Stoklund Olesen
2011-03-04
Precompute block frequencies, pow() isn't free.
Jakob Stoklund Olesen
2011-02-18
Trim debugging output.
Jakob Stoklund Olesen
2011-02-03
Silence an MSVC warning
Jakob Stoklund Olesen
2011-01-19
Divert Hopfield network debug output. It is very noisy.
Jakob Stoklund Olesen
2011-01-18
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-06
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen