index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveIntervalAnalysis.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-18
[NFC] Header cleanup
Mehdi Amini
1
-2
/
+0
2016-02-27
CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC
Duncan P. N. Exon Smith
1
-27
/
+28
2016-02-27
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
1
-2
/
+2
2016-02-27
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
1
-23
/
+22
2016-02-26
[WinEH] Fix funclet return block clobber mask placement
Reid Kleckner
1
-2
/
+6
2016-02-18
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
1
-1
/
+7
2016-02-15
LiveIntervalAnalysis: Support moving of subregister defs in handleMove
Matthias Braun
1
-34
/
+153
2016-02-13
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
1
-7
/
+1
2016-02-11
Revert "LiveIntervalAnalysis: Support moving of subregister defs in handleMove"
Matthias Braun
1
-152
/
+34
2016-02-11
LiveIntervalAnalysis: Support moving of subregister defs in handleMove
Matthias Braun
1
-34
/
+152
2016-01-26
LiveIntervalAnalysis: Improve some comments
Matthias Braun
1
-4
/
+4
2016-01-26
LiveIntervalAnalysis: Cleanup handleMove{Down|Up}() functions, NFC
Matthias Braun
1
-131
/
+141
2016-01-20
LiveInterval: Add utility class to rename independent subregister usage
Matthias Braun
1
-0
/
+16
2016-01-08
LiveInterval: A LiveRange is enough for ConnectedVNInfoEqClasses::Classify()
Matthias Braun
1
-1
/
+1
2015-11-11
MachineInstr: addRegisterDefReadUndef() => setRegisterDefReadUndef()
Matthias Braun
1
-1
/
+1
2015-11-06
[WinEH] Mark funclet entries and exits as clobbering all registers
Reid Kleckner
1
-0
/
+14
2015-11-06
Range-for some LiveIntervals code under review
Reid Kleckner
1
-9
/
+7
2015-10-09
CodeGen: Remove more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
1
-2
/
+2
2015-09-25
TargetRegisterInfo: Introduce PrintLaneMask.
Matthias Braun
1
-2
/
+1
2015-09-25
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...
Matthias Braun
1
-10
/
+10
2015-09-22
LiveIntervalAnalysis: Avoid multiple connected liveness components
Matthias Braun
1
-8
/
+26
2015-09-22
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
Matthias Braun
1
-0
/
+17
2015-09-09
Save LaneMask with livein registers
Matthias Braun
1
-2
/
+2
2015-09-09
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
1
-4
/
+4
2015-08-27
[WinEH] Add some support for code generating catchpad
Reid Kleckner
1
-1
/
+1
2015-08-24
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
1
-3
/
+2
2015-07-16
LiveInterval: Document and enforce rules about empty subranges.
Matthias Braun
1
-0
/
+5
2015-07-16
Do not duplicate method name in comment, remove duplicate comment
Matthias Braun
1
-3
/
+0
2015-05-29
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
1
-10
/
+10
2015-03-19
Do not track subregister liveness when it brings no benefits
Matthias Braun
1
-4
/
+4
2015-02-06
[LiveIntervalAnalysis] Speed up creation of live ranges for physical registers
Quentin Colombet
1
-1
/
+13
2015-01-21
LiveIntervalAnalysis: Mark subregister defs as undef when we determined they ...
Matthias Braun
1
-5
/
+16
2015-01-21
LiveIntervalAnalysis: Factor out code to update liveness on vreg def removal
Matthias Braun
1
-0
/
+14
2015-01-21
LiveIntervalAnalysis: Factor out code to update liveness on physreg def removal
Matthias Braun
1
-0
/
+8
2015-01-21
LiveIntervalAnalysis: Remove unused pruneValue() variant.
Matthias Braun
1
-9
/
+0
2014-12-24
LiveIntervalAnalysis: Fix performance bug that I introduced in r224663.
Matthias Braun
1
-2
/
+2
2014-12-20
LiveIntervalAnalysis: No kill flags for partially undefined uses.
Matthias Braun
1
-24
/
+68
2014-12-20
LiveIntervalAnalysis: cleanup addKills(), NFC
Matthias Braun
1
-19
/
+18
2014-12-18
LiveIntervalAnalysis: Cleanup computeDeadValues
Matthias Braun
1
-24
/
+33
2014-12-16
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
1
-2
/
+1
2014-12-15
Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
1
-6
/
+14
2014-12-15
LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
1
-14
/
+6
2014-12-11
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
1
-13
/
+9
2014-12-10
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
1
-4
/
+2
2014-12-10
VirtRegMap: No implicit defs/uses for super registers with subreg liveness tr...
Matthias Braun
1
-0
/
+24
2014-12-10
LiveIntervalAnalysis: Add subregister aware variants pruneValue().
Matthias Braun
1
-10
/
+20
2014-12-10
Add a flag to enable/disable subregister liveness.
Matthias Braun
1
-0
/
+8
2014-12-10
LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.
Matthias Braun
1
-77
/
+92
2014-12-10
LiveIntervalAnalysis: Adapt handleMove() to subregister ranges.
Matthias Braun
1
-16
/
+30
2014-12-10
LiveIntervalAnalysis: Update SubRanges in shrinkToUses().
Matthias Braun
1
-75
/
+146
[next]