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.h
Age
Commit message (
Expand
)
Author
2011-02-21
Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...
Jakob Stoklund Olesen
2011-02-19
Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().
Jakob Stoklund Olesen
2011-02-19
Missed member rename for naming convention.
Jakob Stoklund Olesen
2011-02-17
Split local live ranges.
Jakob Stoklund Olesen
2011-02-09
Delete unused code for analyzing and splitting around loops.
Jakob Stoklund Olesen
2011-02-09
Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well.
Jakob Stoklund Olesen
2011-02-09
Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.
Jakob Stoklund Olesen
2011-02-08
Add SplitEditor::overlapIntv() to create small ranges where both registers ar...
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-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-21
Add EdgeBundles to SplitKit.
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
Basic rematerialization during splitting.
Jakob Stoklund Olesen
2010-11-01
When inserting copies during splitting, always use the parent register as the
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-22
This is a prototype of an experimental register allocation
Andrew Trick
2010-10-22
Add print methods
Jakob Stoklund Olesen
2010-10-15
Remove unused accessor.
Jakob Stoklund Olesen
2010-10-15
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
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-08
Rename SplitEditor::rewrite to finish() and break it out into a couple of new
Jakob Stoklund Olesen
2010-10-05
Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysis
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
Don't use nextIndex to check for live out of instruction.
Jakob Stoklund Olesen
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-08-18
Thinking about it, we don't need MachineDominatorTree after all. The DomValue
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
2010-08-13
Implement splitting inside a single block.
Jakob Stoklund Olesen
2010-08-12
Update the SplitAnalysis statistics as uses are moved from curli to the new
Jakob Stoklund Olesen
2010-08-12
Implement single block splitting.
Jakob Stoklund Olesen
2010-08-10
Recalculate the spill weight and allocation hint for virtual registers created
Jakob Stoklund Olesen
2010-08-06
Lazily defer duplicating the live interval we are splitting until we know it is
Jakob Stoklund Olesen
2010-08-04
Checkpoint SplitKit progress.
Jakob Stoklund Olesen
2010-07-26
Add SplitEditor to SplitKit. This class will be used to edit live intervals and
Jakob Stoklund Olesen
2010-07-20
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-20
Implement loop splitting analysis.
Jakob Stoklund Olesen
[next]