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-04-13
Stop using dead function.
Jakob Stoklund Olesen
2011-04-12
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-09
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-06
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
2011-04-05
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
Stop precomputing last split points, query the SplitAnalysis cache on demand.
Jakob Stoklund Olesen
2011-04-05
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-04
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-04
Delete leftover data members.
Jakob Stoklund Olesen
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-08
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-05
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-04
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-03
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-02
Turn the Edit member into a pointer so it can change dynamically.
Jakob Stoklund Olesen
2011-03-02
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
2011-03-02
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-02
Move extendRange() into SplitEditor and delete the LiveRangeMap class.
Jakob Stoklund Olesen
2011-03-02
Rename mapValue to extendRange because that is its function now.
Jakob Stoklund Olesen
2011-03-02
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-01
Delete dead code.
Jakob Stoklund Olesen
2011-03-01
Move the value map from LiveIntervalMap to SplitEditor.
Jakob Stoklund Olesen
2011-03-01
Delete dead code.
Jakob Stoklund Olesen
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
[next]