index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SplitKit.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-13
Recommit r265547, and r265610,r265639,r265657 on top of it, plus
Wei Mi
1
-3
/
+9
2016-04-08
Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ...
Hans Wennborg
1
-9
/
+3
2016-04-06
Recommit r265309 after fixed an invalid memory reference bug happened
Wei Mi
1
-3
/
+9
2016-04-04
Revert r265309 and r265312 because they caused some errors I need to investig...
Wei Mi
1
-9
/
+3
2016-04-04
Replace analyzeSiblingValues with new algorithm to fix its compile
Wei Mi
1
-3
/
+9
2015-07-01
[CodeGen] Reduce visibility of implementation details
Benjamin Kramer
1
-2
/
+2
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-1
/
+1
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-05-02
Fix spelling.
Jim Grosbach
1
-1
/
+1
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-05-20
Clean up language and grammar.
Eric Christopher
1
-1
/
+1
2014-04-16
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-1
/
+1
2013-09-11
Revert "Give internal classes hidden visibility."
Benjamin Kramer
1
-2
/
+2
2013-09-11
Give internal classes hidden visibility.
Benjamin Kramer
1
-2
/
+2
2013-06-17
Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.
Benjamin Kramer
1
-1
/
+3
2012-01-12
Make SplitAnalysis::UseSlots private.
Jakob Stoklund Olesen
1
-3
/
+7
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
1
-1
/
+4
2011-09-14
Hoist back-copies to the least busy dominator.
Jakob Stoklund Olesen
1
-0
/
+5
2011-09-13
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
1
-22
/
+14
2011-09-13
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
1
-0
/
+8
2011-09-13
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
1
-0
/
+15
2011-09-13
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
1
-4
/
+0
2011-09-13
Use a separate LiveRangeCalc for the complement in spill modes.
Jakob Stoklund Olesen
1
-2
/
+11
2011-09-13
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
1
-70
/
+3
2011-09-12
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
1
-1
/
+34
2011-09-12
Update comments to reflect some (not so) recent changes.
Jakob Stoklund Olesen
1
-4
/
+5
2011-08-05
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
1
-9
/
+0
2011-08-05
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
1
-0
/
+10
2011-08-02
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
1
-3
/
+3
2011-08-02
Add a BlockInfo::FirstDef field.
Jakob Stoklund Olesen
1
-0
/
+1
2011-08-02
Delete BlockInfo::LiveThrough. It wasn't used any more.
Jakob Stoklund Olesen
1
-1
/
+0
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
1
-0
/
+36
2011-06-30
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
1
-0
/
+10
2011-06-29
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
1
-10
/
+0
2011-06-29
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
1
-0
/
+10
2011-05-30
Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.
Jakob Stoklund Olesen
1
-6
/
+15
2011-05-29
Revert r132245, "Create two BlockInfo entries when a live range is discontinu...
Jakob Stoklund Olesen
1
-15
/
+6
2011-05-28
Create two BlockInfo entries when a live range is discontinuous through a block.
Jakob Stoklund Olesen
1
-6
/
+15
2011-05-28
Add SplitAnalysis::getNumLiveBlocks().
Jakob Stoklund Olesen
1
-4
/
+9
2011-05-03
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
1
-0
/
+8
2011-04-26
Add a safe-guard against repeated splitting for some rare cases.
Jakob Stoklund Olesen
1
-0
/
+5
2011-04-24
Give SplitKit.h a header guard.
Sebastian Redl
1
-0
/
+5
2011-04-21
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
1
-1
/
+4
2011-04-15
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
1
-11
/
+40
2011-04-13
Stop using dead function.
Jakob Stoklund Olesen
1
-4
/
+0
2011-04-12
SparseBitVector is SLOW.
Jakob Stoklund Olesen
1
-0
/
+3
2011-04-12
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
1
-0
/
+5
2011-04-12
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
1
-1
/
+9
2011-04-09
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
1
-4
/
+9
2011-04-06
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
1
-5
/
+15
[next]