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