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
*
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
*
Pass LiveQueryResult by value
Matthias Braun
2013-10-10
1
-1
/
+1
*
Refactor LiveInterval: introduce new LiveRange class
Matthias Braun
2013-10-10
1
-98
/
+92
*
Rename LiveRange to LiveInterval::Segment
Matthias Braun
2013-10-10
1
-112
/
+110
*
avoid unnecessary direct access to LiveInterval::ranges
Matthias Braun
2013-09-06
1
-24
/
+23
*
remove unused argument from LiveRanges::join()
Matthias Braun
2013-09-06
1
-2
/
+1
*
Remove unnecessary parameter to RenumberValues.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
1
-1
/
+1
*
Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
2013-05-23
1
-2
/
+10
*
Don't allocate memory in LiveInterval::join().
Jakob Stoklund Olesen
2013-02-20
1
-10
/
+7
*
Use LiveRangeUpdater instead of mergeIntervalRanges.
Jakob Stoklund Olesen
2013-02-20
1
-140
/
+11
*
Add a LiveRangeUpdater class.
Jakob Stoklund Olesen
2013-02-20
1
-0
/
+200
*
Fully qualify llvm::next to avoid ambiguity when building as C++11.
David Blaikie
2013-02-20
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
1
-2
/
+10
*
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
1
-1
/
+1
*
Delete dead code.
Jakob Stoklund Olesen
2012-09-12
1
-36
/
+0
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-2
/
+2
[next]