index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SplitKit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
It is safe to ignore LastSplitPoint when the variable is not live out.
Jakob Stoklund Olesen
2011-02-23
1
-2
/
+2
*
Add SplitKit::isOriginalEndpoint and use it to force live range splitting to ...
Jakob Stoklund Olesen
2011-02-21
1
-0
/
+14
*
Give SplitAnalysis a VRM member to access VirtRegMap::getOriginal().
Jakob Stoklund Olesen
2011-02-19
1
-3
/
+4
*
Missed member rename for naming convention.
Jakob Stoklund Olesen
2011-02-19
1
-7
/
+7
*
Delete unused code for analyzing and splitting around loops.
Jakob Stoklund Olesen
2011-02-09
1
-315
/
+2
*
Use the LiveBLocks array for SplitEditor::splitSingleBlocks() as well.
Jakob Stoklund Olesen
2011-02-09
1
-44
/
+43
*
Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.
Jakob Stoklund Olesen
2011-02-09
1
-0
/
+86
*
Ignore <undef> uses when analyzing and rewriting.
Jakob Stoklund Olesen
2011-02-09
1
-2
/
+14
*
Add SplitEditor::overlapIntv() to create small ranges where both registers ar...
Jakob Stoklund Olesen
2011-02-08
1
-0
/
+16
*
Add assertion.
Jakob Stoklund Olesen
2011-02-08
1
-3
/
+4
*
Add LiveIntervals::getLastSplitPoint().
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+1
*
Skip unused values.
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+3
*
Add debug output and asserts to the phi-connecting code.
Jakob Stoklund Olesen
2011-02-03
1
-2
/
+13
*
Fix coloring bug when mapping values in the middle of a live-through block.
Jakob Stoklund Olesen
2011-02-03
1
-7
/
+7
*
Return live range end points from SplitEditor::enter*/leave*.
Jakob Stoklund Olesen
2011-02-03
1
-41
/
+26
*
Reapply this.
Eric Christopher
2011-02-03
1
-185
/
+141
*
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
1
-141
/
+185
*
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
1
-185
/
+141
*
Rename member variables to follow the rest of LLVM.
Jakob Stoklund Olesen
2011-01-26
1
-219
/
+219
*
Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...
Jakob Stoklund Olesen
2011-01-20
1
-0
/
+21
*
Implement RAGreedy::splitAroundRegion and remove loop splitting.
Jakob Stoklund Olesen
2011-01-19
1
-3
/
+3
*
Add RAGreedy methods for splitting live ranges around regions.
Jakob Stoklund Olesen
2011-01-18
1
-0
/
+3
*
Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.
Jakob Stoklund Olesen
2011-01-04
1
-51
/
+0
*
Include a shadow of the original CFG edges in the edge bundle graph.
Jakob Stoklund Olesen
2010-12-22
1
-0
/
+4
*
Add EdgeBundles to SplitKit.
Jakob Stoklund Olesen
2010-12-21
1
-0
/
+47
*
Check that the register is live-in to the loop header before inserting copies in
Jakob Stoklund Olesen
2010-12-18
1
-5
/
+7
*
Fix build.
Jakob Stoklund Olesen
2010-12-15
1
-1
/
+1
*
Detect and enumerate bypass loops.
Jakob Stoklund Olesen
2010-12-15
1
-0
/
+30
*
Separate SplitAnalysis::getSplitLoops().
Jakob Stoklund Olesen
2010-12-15
1
-7
/
+10
*
No need to add liveness that's already there.
Jakob Stoklund Olesen
2010-11-10
1
-4
/
+1
*
Basic rematerialization during splitting.
Jakob Stoklund Olesen
2010-11-10
1
-30
/
+56
*
Tag debug output as regalloc
Jakob Stoklund Olesen
2010-11-03
1
-1
/
+1
*
When inserting copies during splitting, always use the parent register as the
Jakob Stoklund Olesen
2010-11-01
1
-13
/
+10
*
Update kill flags while rewriting instructions after splitting.
Jakob Stoklund Olesen
2010-11-01
1
-0
/
+3
*
Make sure copies are inserted after any exception handling labels at the top of
Jakob Stoklund Olesen
2010-10-30
1
-1
/
+1
*
Don't transfer unused values to the new intervals formed by splitting.
Jakob Stoklund Olesen
2010-10-29
1
-0
/
+3
*
Silence Release build warnings.
Benjamin Kramer
2010-10-29
1
-4
/
+3
*
Never propagate the idom value out of a block that defines its own value.
Jakob Stoklund Olesen
2010-10-29
1
-3
/
+7
*
Replace SplitKit SSA update with an iterative algorithm very similar to the one
Jakob Stoklund Olesen
2010-10-28
1
-87
/
+158
*
Make MachineDominators available for SplitEditor. We are going to need it for
Jakob Stoklund Olesen
2010-10-28
1
-3
/
+7
*
Handle critical loop predecessors by making both inside and outside registers
Jakob Stoklund Olesen
2010-10-27
1
-1
/
+14
*
Compute critical loop predecessors in the same way as critical loop exits.
Jakob Stoklund Olesen
2010-10-27
1
-1
/
+33
*
After splitting, compute connected components of all new registers, not just for
Jakob Stoklund Olesen
2010-10-26
1
-17
/
+18
*
Call RenumberValues for all new registers created during splitting. This is
Jakob Stoklund Olesen
2010-10-26
1
-1
/
+2
*
Preserve PHIDef bits in cloned values during splitting.
Jakob Stoklund Olesen
2010-10-26
1
-0
/
+4
*
Be more strict about detecting multi-use blocks for isolation.
Jakob Stoklund Olesen
2010-10-22
1
-28
/
+29
*
Be more strict when detecting critical edges before loop splitting.
Jakob Stoklund Olesen
2010-10-22
1
-19
/
+15
*
Add print methods
Jakob Stoklund Olesen
2010-10-22
1
-18
/
+25
*
Don't include the destination interval in the union when computing
Jakob Stoklund Olesen
2010-10-21
1
-2
/
+4
*
Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead.
Jakob Stoklund Olesen
2010-10-15
1
-15
/
+13
[prev]
[next]