index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveRangeCalc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-30
/
+26
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-2
/
+2
*
Copy single reaching defs directly into the LiveInterval.
Jakob Stoklund Olesen
2013-02-20
1
-34
/
+60
*
Clear kill flags while computing live ranges.
Jakob Stoklund Olesen
2012-09-06
1
-1
/
+5
*
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
1
-3
/
+1
*
Be more verbose when detecting dominance problems.
Jakob Stoklund Olesen
2012-07-13
1
-5
/
+22
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+66
*
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
1
-20
/
+19
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
1
-1
/
+1
*
Fix assert condition.
Lang Hames
2011-12-20
1
-1
/
+1
*
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
1
-4
/
+3
*
Unbreak msvc.
NAKAMURA Takumi
2011-09-13
1
-1
/
+1
*
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-13
1
-0
/
+271