index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SpillPlacement.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-1
/
+1
2014-10-02
Fix the threshold added in r186434 (a re-apply of r185393) and updaated
Chandler Carruth
1
-0
/
+5
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-08-11
Increase the size of SpillPlacement::BlockFrequencies.
Hans Wennborg
1
-2
/
+2
2014-04-16
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-1
/
+1
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-3
/
+3
2013-12-14
[block-freq] Store MBFI as a field on SpillPlacement so we can access it to g...
Michael Gottesman
1
-0
/
+2
2013-09-11
Revert "Give internal classes hidden visibility."
Benjamin Kramer
1
-1
/
+1
2013-09-11
Give internal classes hidden visibility.
Benjamin Kramer
1
-1
/
+1
2013-07-16
Remove floats from live range splitting costs.
Jakob Stoklund Olesen
1
-4
/
+2
2013-07-16
Reapply r185393.
Jakob Stoklund Olesen
1
-2
/
+5
2013-07-02
Revert (most of) r185393 and r185395.
Jakob Stoklund Olesen
1
-5
/
+2
2013-07-01
Remove floating point computations form SpillPlacement.cpp.
Jakob Stoklund Olesen
1
-2
/
+5
2011-08-03
Be more conservative when forming compact regions.
Jakob Stoklund Olesen
1
-1
/
+2
2011-08-02
Extend the SpillPlacement interface with two new features.
Jakob Stoklund Olesen
1
-1
/
+10
2011-07-23
Add a simple method for marking blocks with interference in and out.
Jakob Stoklund Olesen
1
-0
/
+4
2011-04-09
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
1
-6
/
+20
2011-04-07
Extract SpillPlacement::addLinks for handling the special transparent blocks.
Jakob Stoklund Olesen
1
-3
/
+4
2011-04-06
Keep track of the number of positively biased nodes when adding constraints.
Jakob Stoklund Olesen
1
-0
/
+7
2011-04-06
Break the spill placement algorithm into three parts: prepare, addConstraints...
Jakob Stoklund Olesen
1
-15
/
+22
2011-03-04
Precompute block frequencies, pow() isn't free.
Jakob Stoklund Olesen
1
-2
/
+7
2011-01-18
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
1
-1
/
+4
2011-01-06
Add the SpillPlacement analysis pass.
Jakob Stoklund Olesen
1
-0
/
+105