index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
LiveInterval.h
Age
Commit message (
Expand
)
Author
2012-04-28
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-01-19
Added methods to get the live range immediately before a given slot. Intended...
Lang Hames
2012-01-05
comment cleanup
Andrew Trick
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-09-15
Use getPrevSlot() instead of getPrevIndex().
Jakob Stoklund Olesen
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-13
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-05-16
Teach LiveInterval::isZeroLength about null SlotIndexes.
Jakob Stoklund Olesen
2011-04-30
Avoid using stale entries form the sibling value map.
Jakob Stoklund Olesen
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-02
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-02-03
Reapply this.
Eric Christopher
2011-02-03
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2010-12-21
Use IntEqClasses to compute connected components of live intervals.
Jakob Stoklund Olesen
2010-12-17
Avoid dereferencing end() in collectInterferingVRegs() when there is no
Jakob Stoklund Olesen
2010-10-29
Print out the connected components in the verifier after complaining about their
Jakob Stoklund Olesen
2010-10-07
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-01
When RemoveCopyByCommutingDef is creating additional identity copies, just use
Jakob Stoklund Olesen
2010-09-25
Avoid using VNInfo::getCopy as much as possible. I want to get rid of it.
Jakob Stoklund Olesen
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-21
Add LiveInterval::find and use it for most LiveRange searching operations
Jakob Stoklund Olesen
2010-09-21
Remove dead method.
Jakob Stoklund Olesen
2010-09-08
Rearrange for better alignment and less padding
Jakob Stoklund Olesen
2010-09-08
Remove dead code and data.
Jakob Stoklund Olesen
2010-09-08
Remove dead code.
Jakob Stoklund Olesen
2010-09-04
Remove dead code.
Jakob Stoklund Olesen
2010-08-12
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
Remove trailing whitespace.
Jakob Stoklund Olesen
2010-08-10
Transpose the calculation of spill weights such that we are calculating one
Jakob Stoklund Olesen
2010-08-06
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-07-26
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-22
If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...
Lang Hames
2010-07-02
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-06-26
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-13
Let SmallVector take advantage of LiveRange's podness.
Benjamin Kramer
2010-05-21
Removed scaleNumbering method declaration from LiveInterval (not defined, not...
Lang Hames
2010-03-30
Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows
Benjamin Kramer
2010-03-30
Reapply r99881 with some fixes: only call destructor in releaseMemory!
Torok Edwin
2010-03-01
Use methods to determine if a LiveInterval is spillable.
Jakob Stoklund Olesen
2010-02-10
Fix several comments which had previously been "the the" where a
Dan Gohman
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2009-11-03
The Indexes Patch.
Lang Hames
[next]