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
/
LiveInterval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-12
/
+82
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Add print/dump routines to LiveInterval::SubRange
Krzysztof Parzyszek
2016-07-12
1
-10
/
+18
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-266
/
+1
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-20
1
-245
/
+12
*
LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents().
Matthias Braun
2016-05-20
1
-7
/
+57
*
Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"
Tom Stellard
2016-05-12
1
-20
/
+245
*
LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()
Matthias Braun
2016-05-10
1
-245
/
+20
*
LiveInterval: Avoid unnecessary auto, add const; NFC
Matthias Braun
2016-05-10
1
-3
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
LiveInterval: Fix Distribute() failing on liveranges with unused VNInfos
Matthias Braun
2016-03-24
1
-8
/
+13
*
CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-6
/
+6
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-3
/
+5
*
[regalloc][WinEH] Do not mark intervals as not spillable if they contain a re...
Andrew Kaylor
2016-02-08
1
-0
/
+34
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-5
/
+4
*
LiveInterval: Add utility class to rename independent subregister usage
Matthias Braun
2016-01-20
1
-0
/
+183
*
LiveInterval: A LiveRange is enough for ConnectedVNInfoEqClasses::Classify()
Matthias Braun
2016-01-08
1
-5
/
+5
*
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
-4
/
+4
*
Fix typo
Matt Arsenault
2015-09-24
1
-1
/
+1
*
LiveInterval: Distribute subregister liveranges to new intervals in Connected...
Matthias Braun
2015-09-22
1
-29
/
+65
*
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
Matthias Braun
2015-09-22
1
-9
/
+7
*
LiveInterval: Document and enforce rules about empty subranges.
Matthias Braun
2015-07-16
1
-0
/
+2
*
Oops, didn't mean to commit my debug fprintfs
Matthias Braun
2015-04-08
1
-4
/
+1
*
LiveInterval: Fix computeFromMainRange() producing adjacent segments with sam...
Matthias Braun
2015-04-08
1
-14
/
+45
*
Move private classes into anonymous namespaces
Benjamin Kramer
2015-03-23
1
-0
/
+2
*
Recommit r231168: unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-04
1
-1
/
+0
*
Revert "unique_ptrify LiveRange::segmentSet"
David Blaikie
2015-03-04
1
-0
/
+1
*
Recommit r231168: unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-03
1
-1
/
+0
*
Revert "unique_ptrify LiveRange::segmentSet"
David Blaikie
2015-03-03
1
-0
/
+1
*
unique_ptrify LiveRange::segmentSet
David Blaikie
2015-03-03
1
-1
/
+0
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-0
/
+1
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-1
/
+0
*
LiveRange: Replace a creative vector erase loop with std::remove_if.
Benjamin Kramer
2015-02-28
1
-7
/
+3
*
LiveRangeCalc: Rename some parameters from kill to use, NFC.
Matthias Braun
2015-02-18
1
-4
/
+4
*
[LiveIntervalAnalysis] Speed up creation of live ranges for physical registers
Quentin Colombet
2015-02-06
1
-142
/
+303
*
LiveInterval: Fix SubRange memory leak.
Matthias Braun
2015-02-06
1
-1
/
+16
*
LiveInterval: Implement feedback by Quentin Colombet.
Matthias Braun
2015-01-07
1
-25
/
+32
*
LiveInterval: Remove accidentally committed debug code.
Matthias Braun
2014-12-24
1
-10
/
+0
*
LiveInterval: Introduce createMainRangeFromSubranges().
Matthias Braun
2014-12-24
1
-0
/
+214
*
LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
2014-12-11
1
-9
/
+7
*
LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
2014-12-10
1
-28
/
+26
*
LiveInterval: Add removeEmptySubRanges().
Matthias Braun
2014-12-10
1
-0
/
+17
*
LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
2014-12-10
1
-0
/
+29
*
LiveInterval: Add a 'covers' operation to LiveRange.
Matthias Braun
2014-12-10
1
-0
/
+21
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-6
/
+6
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-11
/
+11
*
Print register in LiveInterval::print()
Matthias Braun
2013-10-10
1
-0
/
+9
[next]