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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-4
/
+4
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-10
/
+8
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-4
/
+4
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
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