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
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
2010-10-05
Count uses in all nested loops, not just the deepest.
Jakob Stoklund Olesen
2010-10-05
Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysis
Jakob Stoklund Olesen
2010-10-05
dupli always has an interval now.
Jakob Stoklund Olesen
2010-10-05
We can split around loops with multiple exits now.
Jakob Stoklund Olesen
2010-10-05
Update SplitEditor API to reflect the fact that the original live interval is
Jakob Stoklund Olesen
2010-10-05
Intervals are half-open.
Jakob Stoklund Olesen
2010-10-05
When we find a reaching definition, make sure it is visited from all paths by
Jakob Stoklund Olesen
2010-10-05
Don't use nextIndex to check for live out of instruction.
Jakob Stoklund Olesen
2010-09-25
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...
Lang Hames
2010-09-21
Build the complement interval dupli after the split intervals instead of
Jakob Stoklund Olesen
2010-09-16
Use the value mapping provided by LiveIntervalMap. This simplifies the code a
Jakob Stoklund Olesen
2010-09-13
Mechanically replace LiveInterval* with LiveIntervalMap for intervals being
Jakob Stoklund Olesen
2010-09-13
Allow LiveIntervalMap to be reused by resetting the current live interval.
Jakob Stoklund Olesen
2010-09-13
Let's just declare that it is impossible to construct a std::pair from a null
Jakob Stoklund Olesen
2010-08-19
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-18
Thinking about it, we don't need MachineDominatorTree after all. The DomValue
Jakob Stoklund Olesen
2010-08-18
Revert r111394. It was too aggressive.
Jakob Stoklund Olesen
2010-08-18
Aggressively prune the DFS when inserting phi-defs.
Jakob Stoklund Olesen
2010-08-18
Add the LiveIntervalMap class. Don't hook it up yet.
Jakob Stoklund Olesen
2010-08-13
Clean up the Spiller.h interface.
Jakob Stoklund Olesen
[next]