index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
LiveInterval.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+4
*
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
1
-0
/
+43
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
1
-4
/
+1
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
1
-3
/
+1
*
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
2012-07-25
1
-7
/
+4
*
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
1
-14
/
+17
*
Fix a bug where I didn't test for an empty range before inspecting the
Chandler Carruth
2012-07-10
1
-1
/
+2
*
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
1
-32
/
+132
*
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-10
1
-0
/
+33
*
Optimize extendIntervalEndTo a tiny bit by saving one call through the
Chandler Carruth
2012-07-05
1
-7
/
+7
*
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-05
1
-7
/
+2
*
Implement LiveRangeCalc::extendToUses() and createDeadDefs().
Jakob Stoklund Olesen
2012-06-05
1
-0
/
+20
*
Run proper recursive dead code elimination during coalescing.
Jakob Stoklund Olesen
2012-05-19
1
-1
/
+4
*
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
1
-25
/
+0
*
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-04-28
1
-12
/
+0
*
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
1
-2
/
+0
*
Break as soon as the MustMapCurValNos flag is set - no need to reiterate.
Lang Hames
2012-02-02
1
-1
/
+3
*
PR11868. The previous loop in LiveIntervals::join would sometimes fall over if
Lang Hames
2012-02-02
1
-11
/
+12
*
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
1
-3
/
+2
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-1
/
+1
*
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
1
-21
/
+0
*
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
1
-7
/
+7
*
Replace a broken LiveInterval::MergeValueInAsValue() with something simpler.
Jakob Stoklund Olesen
2011-03-19
1
-46
/
+5
*
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-17
1
-16
/
+33
*
That's it, I am declaring this a failure of the C++03 STL.
Jakob Stoklund Olesen
2011-03-12
1
-119
/
+15
*
Fix use of CompEnd predicate to be standards conforming
John Wiegley
2011-03-11
1
-9
/
+111
*
Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...
Jakob Stoklund Olesen
2011-03-08
1
-0
/
+3
*
Revert "Make a comparator's argument `const'. This fixes the build for
Oscar Fuentes
2011-03-08
1
-1
/
+1
*
Make a comparator's argument `const'. This fixes the build for MSVC 9.
Oscar Fuentes
2011-03-08
1
-1
/
+1
*
Avoid comparing invalid slot indexes.
Jakob Stoklund Olesen
2011-03-03
1
-4
/
+6
*
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-02
1
-0
/
+16
*
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-19
1
-1
/
+3
[next]