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
/
LiveRangeCalc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-24
1
-21
/
+25
*
LiveRangeCalc: Slightly improve map usage; NFC
Matthias Braun
2017-06-27
1
-1
/
+3
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-2
/
+3
*
Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek
2016-09-02
1
-0
/
+1
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-9
/
+42
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-20
1
-0
/
+5
*
Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"
Tom Stellard
2016-05-12
1
-5
/
+0
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-10
1
-0
/
+5
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-1
/
+1
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-1
/
+1
*
LiveRangeCalc: Rename some parameters from kill to use, NFC.
Matthias Braun
2015-02-18
1
-13
/
+12
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-16
1
-71
/
+48
*
Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
2014-12-15
1
-44
/
+79
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-15
1
-79
/
+44
*
LiveIntervalAnalysis: Compute subregister ranges.
Matthias Braun
2014-12-10
1
-40
/
+70
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-3
/
+4
*
LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...
NAKAMURA Takumi
2013-10-11
1
-1
/
+1
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-17
/
+15
*
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 declaration of nonexistant function.
Jakob Stoklund Olesen
2013-08-14
1
-4
/
+0
*
Copy single reaching defs directly into the LiveInterval.
Jakob Stoklund Olesen
2013-02-20
1
-13
/
+16
*
Be more verbose when detecting dominance problems.
Jakob Stoklund Olesen
2012-07-13
1
-2
/
+7
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-2
/
+17
*
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
1
-25
/
+18
*
Unbreak msvc.
NAKAMURA Takumi
2011-09-13
1
-1
/
+1
*
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-13
1
-0
/
+226