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-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
2010-08-13
Implement splitting inside a single block.
Jakob Stoklund Olesen
2010-08-13
Let LiveInterval::addRange extend existing ranges, it will verify that value
Jakob Stoklund Olesen
2010-08-13
Remember to actually update SplitAnalysis statistics now that we have a fancy
Jakob Stoklund Olesen
2010-08-12
Handle an empty dupli.
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
Also recompute HasPHIKill flags in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2010-08-12
Clean up debug output.
Jakob Stoklund Olesen
2010-08-12
Implement single block splitting.
Jakob Stoklund Olesen
2010-08-10
More debug spew
Jakob Stoklund Olesen
2010-08-10
Implement register class inflation.
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-06
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
Fix swapped COPY operands.
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