index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SplitKit.cpp
Age
Commit message (
Expand
)
Author
2011-02-08
Add assertion.
Jakob Stoklund Olesen
2011-02-04
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
Skip unused values.
Jakob Stoklund Olesen
2011-02-03
Add debug output and asserts to the phi-connecting code.
Jakob Stoklund Olesen
2011-02-03
Fix coloring bug when mapping values in the middle of a live-through block.
Jakob Stoklund Olesen
2011-02-03
Return live range end points from SplitEditor::enter*/leave*.
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-26
Rename member variables to follow the rest of LLVM.
Jakob Stoklund Olesen
2011-01-20
Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...
Jakob Stoklund Olesen
2011-01-19
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-18
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-04
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2010-12-22
Include a shadow of the original CFG edges in the edge bundle graph.
Jakob Stoklund Olesen
2010-12-21
Add EdgeBundles to SplitKit.
Jakob Stoklund Olesen
2010-12-18
Check that the register is live-in to the loop header before inserting copies in
Jakob Stoklund Olesen
2010-12-15
Fix build.
Jakob Stoklund Olesen
2010-12-15
Detect and enumerate bypass loops.
Jakob Stoklund Olesen
2010-12-15
Separate SplitAnalysis::getSplitLoops().
Jakob Stoklund Olesen
2010-11-10
No need to add liveness that's already there.
Jakob Stoklund Olesen
2010-11-10
Basic rematerialization during splitting.
Jakob Stoklund Olesen
2010-11-03
Tag debug output as regalloc
Jakob Stoklund Olesen
2010-11-01
When inserting copies during splitting, always use the parent register as the
Jakob Stoklund Olesen
2010-11-01
Update kill flags while rewriting instructions after splitting.
Jakob Stoklund Olesen
2010-10-30
Make sure copies are inserted after any exception handling labels at the top of
Jakob Stoklund Olesen
2010-10-29
Don't transfer unused values to the new intervals formed by splitting.
Jakob Stoklund Olesen
2010-10-29
Silence Release build warnings.
Benjamin Kramer
2010-10-29
Never propagate the idom value out of a block that defines its own value.
Jakob Stoklund Olesen
2010-10-28
Replace SplitKit SSA update with an iterative algorithm very similar to the one
Jakob Stoklund Olesen
2010-10-28
Make MachineDominators available for SplitEditor. We are going to need it for
Jakob Stoklund Olesen
2010-10-27
Handle critical loop predecessors by making both inside and outside registers
Jakob Stoklund Olesen
2010-10-27
Compute critical loop predecessors in the same way as critical loop exits.
Jakob Stoklund Olesen
2010-10-26
After splitting, compute connected components of all new registers, not just for
Jakob Stoklund Olesen
2010-10-26
Call RenumberValues for all new registers created during splitting. This is
Jakob Stoklund Olesen
2010-10-26
Preserve PHIDef bits in cloned values during splitting.
Jakob Stoklund Olesen
2010-10-22
Be more strict about detecting multi-use blocks for isolation.
Jakob Stoklund Olesen
2010-10-22
Be more strict when detecting critical edges before loop splitting.
Jakob Stoklund Olesen
2010-10-22
Add print methods
Jakob Stoklund Olesen
2010-10-21
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-15
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
Jakob Stoklund Olesen
2010-10-15
Move stack slot assignments into LiveRangeEdit.
Jakob Stoklund Olesen
2010-10-14
Create a new LiveRangeEdit class to keep track of the new registers created when
Jakob Stoklund Olesen
2010-10-14
Only split around a loop if the live range has uses outside the loop periphery.
Jakob Stoklund Olesen
2010-10-08
Rename SplitEditor::rewrite to finish() and break it out into a couple of new
Jakob Stoklund Olesen
2010-10-07
After splitting, the remaining LiveInterval may be fragmented into multiple
Jakob Stoklund Olesen
2010-10-07
Print more loop info.
Jakob Stoklund Olesen
2010-10-07
Print out MBB number when rewriting.
Jakob Stoklund Olesen
2010-10-07
Cache interval iterators in SplitEditor::addTruncSimpleRange so we only have to
Jakob Stoklund Olesen
2010-10-07
Clean up debug printing.
Jakob Stoklund Olesen
[prev]
[next]