index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SplitKit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-21
1
-1
/
+13
*
Unbreak the MSVC 2010 build.
Francois Pichet
2011-04-16
1
-1
/
+2
*
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
2011-04-15
1
-85
/
+183
*
Stop using dead function.
Jakob Stoklund Olesen
2011-04-13
1
-11
/
+0
*
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
1
-16
/
+18
*
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-12
1
-1
/
+8
*
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-09
1
-4
/
+7
*
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
2011-04-06
1
-16
/
+22
*
Sign error
Jakob Stoklund Olesen
2011-04-05
1
-1
/
+1
*
Don't crash when a value is defined after the last split point.
Jakob Stoklund Olesen
2011-04-05
1
-1
/
+2
*
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
1
-38
/
+26
*
Stop precomputing last split points, query the SplitAnalysis cache on demand.
Jakob Stoklund Olesen
2011-04-05
1
-9
/
+4
*
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-05
1
-10
/
+36
*
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-04-04
1
-10
/
+11
*
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
1
-9
/
+1
*
Handle the special case when all uses follow the last split point.
Jakob Stoklund Olesen
2011-03-29
1
-1
/
+2
*
Amend debug output.
Jakob Stoklund Olesen
2011-03-27
1
-2
/
+3
*
Process all dead defs after rematerializing during splitting.
Jakob Stoklund Olesen
2011-03-20
1
-22
/
+15
*
Be more accurate about the slot index reading a register when dealing with defs
Jakob Stoklund Olesen
2011-03-18
1
-4
/
+20
*
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
1
-4
/
+4
*
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-17
1
-24
/
+1
*
Preserve both isPHIDef and isDefByCopy bits when copying parent values.
Jakob Stoklund Olesen
2011-03-15
1
-5
/
+4
*
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-08
1
-1
/
+37
*
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
1
-3
/
+22
*
Tweak debug output. No functional changes.
Jakob Stoklund Olesen
2011-03-04
1
-9
/
+0
*
Use an IndexedMap instead of a DenseMap for the live-out cache.
Jakob Stoklund Olesen
2011-03-04
1
-47
/
+40
*
Cache basic block bounds instead of asking SlotIndexes::getMBBRange all the t...
Jakob Stoklund Olesen
2011-03-03
1
-11
/
+10
*
Change the SplitEditor interface to a single instance can be shared for multi...
Jakob Stoklund Olesen
2011-03-03
1
-4
/
+11
*
Only run the updateSSA loop when we have actually seen multiple values.
Jakob Stoklund Olesen
2011-03-03
1
-3
/
+23
*
Turn the Edit member into a pointer so it can change dynamically.
Jakob Stoklund Olesen
2011-03-02
1
-43
/
+43
*
Transfer simply defined values directly without recomputing liveness and SSA.
Jakob Stoklund Olesen
2011-03-02
1
-24
/
+66
*
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-03-02
1
-27
/
+24
*
Move extendRange() into SplitEditor and delete the LiveRangeMap class.
Jakob Stoklund Olesen
2011-03-02
1
-176
/
+135
*
Rename mapValue to extendRange because that is its function now.
Jakob Stoklund Olesen
2011-03-02
1
-20
/
+9
*
Move LiveIntervalMap::extendTo into LiveInterval itself.
Jakob Stoklund Olesen
2011-03-02
1
-19
/
+5
*
Delete dead code.
Jakob Stoklund Olesen
2011-03-01
1
-59
/
+0
*
Move the value map from LiveIntervalMap to SplitEditor.
Jakob Stoklund Olesen
2011-03-01
1
-58
/
+61
*
Delete dead code.
Jakob Stoklund Olesen
2011-03-01
1
-69
/
+0
*
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
[prev]
[next]