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
/
include
/
llvm
/
CodeGen
/
LiveInterval.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-15
1
-0
/
+8
*
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
1
-4
/
+4
*
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-05-16
1
-2
/
+3
*
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-04-30
1
-0
/
+5
*
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-17
1
-5
/
+6
*
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-02
1
-0
/
+5
*
Reapply this.
Eric Christopher
2011-02-03
1
-1
/
+1
*
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
1
-1
/
+1
*
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+1
*
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
1
-20
/
+3
*
Use IntEqClasses to compute connected components of live intervals.
Jakob Stoklund Olesen
2010-12-21
1
-6
/
+2
*
Avoid dereferencing end() in collectInterferingVRegs() when there is no
Jakob Stoklund Olesen
2010-12-17
1
-0
/
+1
*
Print out the connected components in the verifier after complaining about their
Jakob Stoklund Olesen
2010-10-29
1
-3
/
+8
*
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-07
1
-1
/
+40
*
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-10-01
1
-0
/
+5
*
Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.
Jakob Stoklund Olesen
2010-09-25
1
-0
/
+4
*
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-25
1
-28
/
+3
*
Add LiveInterval::find and use it for most LiveRange searching operations
Jakob Stoklund Olesen
2010-09-21
1
-7
/
+33
*
Remove dead method.
Jakob Stoklund Olesen
2010-09-21
1
-5
/
+0
*
Rearrange for better alignment and less padding
Jakob Stoklund Olesen
2010-09-08
1
-3
/
+4
*
Remove dead code and data.
Jakob Stoklund Olesen
2010-09-08
1
-18
/
+6
*
Remove dead code.
Jakob Stoklund Olesen
2010-09-08
1
-4
/
+0
*
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
1
-15
/
+0
*
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
1
-1
/
+2
*
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-12
1
-10
/
+10
*
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-10
1
-0
/
+9
*
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
1
-0
/
+4
*
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-26
1
-0
/
+1
*
If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...
Lang Hames
2010-07-22
1
-0
/
+2
*
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-07-02
1
-0
/
+6
*
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-26
1
-5
/
+5
*
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-25
1
-66
/
+17
*
Let SmallVector take advantage of LiveRange's podness.
Benjamin Kramer
2010-06-13
1
-0
/
+2
*
Removed scaleNumbering method declaration from LiveInterval (not defined, not...
Lang Hames
2010-05-21
1
-4
/
+0
*
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
1
-13
/
+8
*
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-30
1
-6
/
+1
*
Use methods to determine if a LiveInterval is spillable.
Jakob Stoklund Olesen
2010-03-01
1
-0
/
+10
*
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
1
-1
/
+1
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-247
/
+49
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-87
/
+87
*
Add early coalescing to liveintervals. This is work in progress and is known ...
Evan Cheng
2009-09-14
1
-1
/
+0
*
Whoops. Committed the headers for r81605 - 'Moved some more index operations ...
Lang Hames
2009-09-12
1
-4
/
+4
*
Stabilize the order of live intervals in the priority_queue used by the
Bob Wilson
2009-09-05
1
-1
/
+4
*
Removed yet another std::ostream reference.
Lang Hames
2009-09-04
1
-3
/
+0
*
Removed some junk and a std::ostream operator that was hanging around.
Lang Hames
2009-09-04
1
-59
/
+0
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-101
/
+340
*
shoot a few more std::ostream print methods in the head.
Chris Lattner
2009-08-23
1
-20
/
+4
*
Modified VNInfo. The "copy" member is now a union which holds the copy for a ...
Lang Hames
2009-08-10
1
-15
/
+36
*
Move more to raw_ostream, provide support for writing MachineBasicBlock,
Daniel Dunbar
2009-07-24
1
-0
/
+12
[prev]
[next]