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
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
2010-07-20
Appease the colonials.
Jakob Stoklund Olesen
2010-07-20
Beginning SplitKit - utility classes for live range splitting.
Jakob Stoklund Olesen
[prev]