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
/
LiveIntervalAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LiveIntervalAnalysis: Cleanup computeDeadValues
Matthias Braun
2014-12-18
1
-24
/
+33
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-16
1
-2
/
+1
*
Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
2014-12-15
1
-6
/
+14
*
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
2014-12-15
1
-14
/
+6
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-13
/
+9
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
1
-4
/
+2
*
VirtRegMap: No implicit defs/uses for super registers with subreg liveness tr...
Matthias Braun
2014-12-10
1
-0
/
+24
*
LiveIntervalAnalysis: Add subregister aware variants pruneValue().
Matthias Braun
2014-12-10
1
-10
/
+20
*
Add a flag to enable/disable subregister liveness.
Matthias Braun
2014-12-10
1
-0
/
+8
*
LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.
Matthias Braun
2014-12-10
1
-77
/
+92
*
LiveIntervalAnalysis: Adapt handleMove() to subregister ranges.
Matthias Braun
2014-12-10
1
-16
/
+30
*
LiveIntervalAnalysis: Update SubRanges in shrinkToUses().
Matthias Braun
2014-12-10
1
-75
/
+146
*
LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
2014-12-10
1
-0
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+5
*
Access the subtarget off of the MachineFunction rather than
Eric Christopher
2014-10-14
1
-4
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
Calculate dead instructions when a live interval is created.
Pete Cooper
2014-06-03
1
-9
/
+18
*
[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
-6
/
+6
*
Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
2014-03-13
1
-6
/
+8
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-10
/
+10
*
[block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr...
Michael Gottesman
2013-12-14
1
-1
/
+1
*
[block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...
Michael Gottesman
2013-12-14
1
-3
/
+7
*
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...
Aaron Ballman
2013-11-13
1
-1
/
+2
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-2
/
+2
*
Represent RegUnit liveness with LiveRange instance
Matthias Braun
2013-10-10
1
-69
/
+70
*
Work on LiveRange instead of LiveInterval where possible
Matthias Braun
2013-10-10
1
-7
/
+7
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-3
/
+3
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
1
-18
/
+17
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-28
/
+32
*
Fix typo
Matthias Braun
2013-10-04
1
-1
/
+1
*
Auto-compute live intervals on demand.
Mark Lacey
2013-08-14
1
-6
/
+3
*
Improve misleading comment.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Added -precompute-phys-liveness for testing LiveIntervals updates.
Andrew Trick
2013-06-21
1
-0
/
+14
*
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
2013-06-17
1
-15
/
+4
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+4
*
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
1
-24
/
+36
*
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-23
1
-1
/
+5
*
Find anchoring end points for repairIntervalsInRange and repairIndexesInRange
Cameron Zwarich
2013-02-20
1
-0
/
+7
*
Make repairIntervalsInRange() more robust. There are now no longer any liveness-
Cameron Zwarich
2013-02-20
1
-15
/
+58
*
Add support to the two-address pass for updating LiveIntervals in many of the
Cameron Zwarich
2013-02-20
1
-11
/
+40
*
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
1
-0
/
+2
*
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
1
-7
/
+12
*
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
1
-1
/
+1
*
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-17
1
-0
/
+36
*
Remove the old liveness algorithm.
Jakob Stoklund Olesen
2013-02-09
1
-308
/
+5
*
Turn on -new-live-intervals by default.
Jakob Stoklund Olesen
2013-02-08
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
[next]