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: Calculate liveness even if a superreg is reserved.
Matthias Braun
2017-01-24
1
-6
/
+13
*
LiveIntervalAnalysis: Cleanup; NFC
Matthias Braun
2017-01-19
1
-81
/
+64
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-3
/
+3
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-11
/
+11
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-1
/
+1
*
Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek
2016-09-02
1
-5
/
+4
*
Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek
2016-09-01
1
-2
/
+3
*
Revert "Add an optional parameter with a list of undefs to extendToIndices"
Reid Kleckner
2016-08-31
1
-3
/
+2
*
Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek
2016-08-31
1
-2
/
+3
*
MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...
Matthias Braun
2016-08-24
1
-7
/
+0
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-10
/
+16
*
LiveIntervalAnalysis: fix a crash in repairOldRegInRange
Nicolai Haehnle
2016-08-10
1
-0
/
+5
*
LiveIntervalAnalysis: Fix handleMoveDown() problem
Matthias Braun
2016-07-26
1
-0
/
+2
*
Fix printing of debugging information in LiveIntervals::shrinkToUses
Krzysztof Parzyszek
2016-07-12
1
-1
/
+1
*
LiveIntervalAnalysis: findLastUseBefore() must ignore undef uses.
Matthias Braun
2016-06-11
1
-1
/
+3
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-16
/
+0
*
LiveIntervalAnalysis: Fix handleMove() re-using the wrong value number
Matthias Braun
2016-05-24
1
-7
/
+3
*
[LiveIntervalAnalysis] Don't dereference an end iterator in repairIntervalsIn...
Hal Finkel
2016-05-21
1
-1
/
+1
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-20
1
-0
/
+6
*
LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().
Matthias Braun
2016-05-20
1
-1
/
+1
*
Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"
Tom Stellard
2016-05-12
1
-6
/
+0
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-10
1
-0
/
+6
*
LiveIntervalAnalysis: Fix handleMove() extending liverange for undef inputs
Matthias Braun
2016-05-06
1
-3
/
+6
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-04-28
1
-7
/
+1
*
LiveIntervalAnalysis: No need to deal with dead subregister defs anymore.
Matthias Braun
2016-04-28
1
-20
/
+3
*
LiveIntervalAnalysis: Fix handleMove() using wrong value numbers
Matthias Braun
2016-04-28
1
-2
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-27
/
+28
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-23
/
+22
*
[WinEH] Fix funclet return block clobber mask placement
Reid Kleckner
2016-02-26
1
-2
/
+6
*
Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter...
Matthias Braun
2016-02-18
1
-1
/
+7
*
LiveIntervalAnalysis: Support moving of subregister defs in handleMove
Matthias Braun
2016-02-15
1
-34
/
+153
*
LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun
2016-02-13
1
-7
/
+1
*
Revert "LiveIntervalAnalysis: Support moving of subregister defs in handleMove"
Matthias Braun
2016-02-11
1
-152
/
+34
*
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
[next]