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: Support moving of subregister defs in handleMove
Matthias Braun
2016-02-11
1
-34
/
+152
*
LiveIntervalAnalysis: Improve some comments
Matthias Braun
2016-01-26
1
-4
/
+4
*
LiveIntervalAnalysis: Cleanup handleMove{Down|Up}() functions, NFC
Matthias Braun
2016-01-26
1
-131
/
+141
*
LiveInterval: Add utility class to rename independent subregister usage
Matthias Braun
2016-01-20
1
-0
/
+16
*
LiveInterval: A LiveRange is enough for ConnectedVNInfoEqClasses::Classify()
Matthias Braun
2016-01-08
1
-1
/
+1
*
MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()
Matthias Braun
2015-11-11
1
-1
/
+1
*
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
2015-11-06
1
-0
/
+14
*
Range-for some LiveIntervals code under review
Reid Kleckner
2015-11-06
1
-9
/
+7
*
CodeGen: Remove more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-2
/
+2
*
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
2015-09-25
1
-2
/
+1
*
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
2015-09-25
1
-10
/
+10
*
LiveIntervalAnalysis: Avoid multiple connected liveness components
Matthias Braun
2015-09-22
1
-8
/
+26
*
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
Matthias Braun
2015-09-22
1
-0
/
+17
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-2
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+4
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-3
/
+2
*
LiveInterval: Document and enforce rules about empty subranges.
Matthias Braun
2015-07-16
1
-0
/
+5
*
Do not duplicate method name in comment, remove duplicate comment
Matthias Braun
2015-07-16
1
-3
/
+0
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-10
/
+10
*
Do not track subregister liveness when it brings no benefits
Matthias Braun
2015-03-19
1
-4
/
+4
*
[LiveIntervalAnalysis] Speed up creation of live ranges for physical registers
Quentin Colombet
2015-02-06
1
-1
/
+13
*
LiveIntervalAnalysis: Mark subregister defs as undef when we determined they ...
Matthias Braun
2015-01-21
1
-5
/
+16
*
LiveIntervalAnalysis: Factor out code to update liveness on vreg def removal
Matthias Braun
2015-01-21
1
-0
/
+14
*
LiveIntervalAnalysis: Factor out code to update liveness on physreg def removal
Matthias Braun
2015-01-21
1
-0
/
+8
*
LiveIntervalAnalysis: Remove unused pruneValue() variant.
Matthias Braun
2015-01-21
1
-9
/
+0
*
LiveIntervalAnalysis: Fix performance bug that I introduced in r224663.
Matthias Braun
2014-12-24
1
-2
/
+2
*
LiveIntervalAnalysis: No kill flags for partially undefined uses.
Matthias Braun
2014-12-20
1
-24
/
+68
*
LiveIntervalAnalysis: cleanup addKills(), NFC
Matthias Braun
2014-12-20
1
-19
/
+18
*
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
[prev]
[next]