projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
It is safe to ignore LastSplitPoint when the variable is not live out.
[oota-llvm.git]
/
lib
/
CodeGen
/
SplitKit.cpp
2011-02-23
Jakob Stoklund Olesen
It is safe to ignore LastSplitPoint when the variable...
blob
|
commitdiff
|
raw
2011-02-21
Jakob Stoklund Olesen
Add SplitKit::isOriginalEndpoint and use it to force...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-19
Jakob Stoklund Olesen
Give SplitAnalysis a VRM member to access VirtRegMap...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-19
Jakob Stoklund Olesen
Missed member rename for naming convention.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Jakob Stoklund Olesen
Delete unused code for analyzing and splitting around...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Jakob Stoklund Olesen
Use the LiveBLocks array for SplitEditor::splitSingleBl...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Jakob Stoklund Olesen
Move calcLiveBlockInfo() and the BlockInfo struct into...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Jakob Stoklund Olesen
Ignore <undef> uses when analyzing and rewriting.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Jakob Stoklund Olesen
Add SplitEditor::overlapIntv() to create small ranges...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Jakob Stoklund Olesen
Add assertion.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Jakob Stoklund Olesen
Add LiveIntervals::getLastSplitPoint().
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Jakob Stoklund Olesen
Skip unused values.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jakob Stoklund Olesen
Add debug output and asserts to the phi-connecting...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jakob Stoklund Olesen
Fix coloring bug when mapping values in the middle...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jakob Stoklund Olesen
Return live range end points from SplitEditor::enter...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Eric Christopher
Reapply this.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Eric Christopher
Temporarily revert 124765 in an attempt to find the...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jakob Stoklund Olesen
Defer SplitKit value mapping until all defs are available.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-26
Jakob Stoklund Olesen
Rename member variables to follow the rest of LLVM.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Jakob Stoklund Olesen
Add LiveIntervalMap::dumpCache() to print out the cache...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
Jakob Stoklund Olesen
Implement RAGreedy::splitAroundRegion and remove loop...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-18
Jakob Stoklund Olesen
Add RAGreedy methods for splitting live ranges around...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Jakob Stoklund Olesen
Turn the EdgeBundles class into a stand-alone machine...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Jakob Stoklund Olesen
Include a shadow of the original CFG edges in the edge...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-21
Jakob Stoklund Olesen
Add EdgeBundles to SplitKit.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-18
Jakob Stoklund Olesen
Check that the register is live-in to the loop header...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Jakob Stoklund Olesen
Fix build.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Jakob Stoklund Olesen
Detect and enumerate bypass loops.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Jakob Stoklund Olesen
Separate SplitAnalysis::getSplitLoops().
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Jakob Stoklund Olesen
No need to add liveness that's already there.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Jakob Stoklund Olesen
Basic rematerialization during splitting.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Jakob Stoklund Olesen
Tag debug output as regalloc
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Jakob Stoklund Olesen
When inserting copies during splitting, always use...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Jakob Stoklund Olesen
Update kill flags while rewriting instructions after...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-30
Jakob Stoklund Olesen
Make sure copies are inserted after any exception handl...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Jakob Stoklund Olesen
Don't transfer unused values to the new intervals forme...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Benjamin Kramer
Silence Release build warnings.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Jakob Stoklund Olesen
Never propagate the idom value out of a block that...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Jakob Stoklund Olesen
Replace SplitKit SSA update with an iterative algorithm...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
Jakob Stoklund Olesen
Make MachineDominators available for SplitEditor. We...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Jakob Stoklund Olesen
Handle critical loop predecessors by making both inside...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Jakob Stoklund Olesen
Compute critical loop predecessors in the same way...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Jakob Stoklund Olesen
After splitting, compute connected components of all...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Jakob Stoklund Olesen
Call RenumberValues for all new registers created durin...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-26
Jakob Stoklund Olesen
Preserve PHIDef bits in cloned values during splitting.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
Jakob Stoklund Olesen
Be more strict about detecting multi-use blocks for...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
Jakob Stoklund Olesen
Be more strict when detecting critical edges before...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-22
Jakob Stoklund Olesen
Add print methods
blob
|
commitdiff
|
raw
|
diff to current
2010-10-21
Jakob Stoklund Olesen
Don't include the destination interval in the union...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-15
Jakob Stoklund Olesen
Eliminate curli from SplitEditor. Use the LiveRangeEdit...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-15
Jakob Stoklund Olesen
Move stack slot assignments into LiveRangeEdit.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Jakob Stoklund Olesen
Create a new LiveRangeEdit class to keep track of the...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Jakob Stoklund Olesen
Only split around a loop if the live range has uses...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-08
Jakob Stoklund Olesen
Rename SplitEditor::rewrite to finish() and break it...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Jakob Stoklund Olesen
After splitting, the remaining LiveInterval may be...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Jakob Stoklund Olesen
Print more loop info.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Jakob Stoklund Olesen
Print out MBB number when rewriting.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Jakob Stoklund Olesen
Cache interval iterators in SplitEditor::addTruncSimple...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Jakob Stoklund Olesen
Clean up debug printing.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
Count uses in all nested loops, not just the deepest.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
Remove SplitAnalysis::removeUse. It was only used to...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
dupli always has an interval now.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
We can split around loops with multiple exits now.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
Update SplitEditor API to reflect the fact that the...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
Intervals are half-open.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
When we find a reaching definition, make sure it is...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-05
Jakob Stoklund Olesen
Don't use nextIndex to check for live out of instruction.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-25
Lang Hames
Removed VNInfo::isDefAccurate(). Def "accuracy" can...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-21
Jakob Stoklund Olesen
Build the complement interval dupli after the split...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Jakob Stoklund Olesen
Use the value mapping provided by LiveIntervalMap....
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jakob Stoklund Olesen
Mechanically replace LiveInterval* with LiveIntervalMap...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jakob Stoklund Olesen
Allow LiveIntervalMap to be reused by resetting the...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Jakob Stoklund Olesen
Let's just declare that it is impossible to construct...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Michael J. Spencer
Fix the msvc 2010 build.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Jakob Stoklund Olesen
Thinking about it, we don't need MachineDominatorTree...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Jakob Stoklund Olesen
Revert r111394. It was too aggressive.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Jakob Stoklund Olesen
Aggressively prune the DFS when inserting phi-defs.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Jakob Stoklund Olesen
Add the LiveIntervalMap class. Don't hook it up yet.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jakob Stoklund Olesen
Clean up the Spiller.h interface.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jakob Stoklund Olesen
Implement splitting inside a single block.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jakob Stoklund Olesen
Let LiveInterval::addRange extend existing ranges,...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jakob Stoklund Olesen
Remember to actually update SplitAnalysis statistics...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Jakob Stoklund Olesen
Handle an empty dupli.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Jakob Stoklund Olesen
Update the SplitAnalysis statistics as uses are moved...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Jakob Stoklund Olesen
Also recompute HasPHIKill flags in LiveInterval::Renumb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Jakob Stoklund Olesen
Clean up debug output.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Jakob Stoklund Olesen
Implement single block splitting.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Jakob Stoklund Olesen
More debug spew
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Jakob Stoklund Olesen
Implement register class inflation.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Jakob Stoklund Olesen
Recalculate the spill weight and allocation hint for...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Jakob Stoklund Olesen
Lazily defer duplicating the live interval we are split...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Jakob Stoklund Olesen
Add LiveInterval::RenumberValues - Garbage collection...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Jakob Stoklund Olesen
Fix swapped COPY operands.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Jakob Stoklund Olesen
Checkpoint SplitKit progress.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-26
Jakob Stoklund Olesen
Add SplitEditor to SplitKit. This class will be used...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Jakob Stoklund Olesen
Change the createSpiller interface to take a MachineFun...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Jakob Stoklund Olesen
Implement loop splitting analysis.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Jakob Stoklund Olesen
Appease the colonials.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Jakob Stoklund Olesen
Beginning SplitKit - utility classes for live range...
blob
|
commitdiff
|
raw
|
diff to current