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
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-08-03
1
-1
/
+5
*
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
1
-2
/
+1
*
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-06-04
1
-10
/
+8
*
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
1
-1
/
+1
*
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
1
-8
/
+8
*
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
1
-5
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
1
-4
/
+19
*
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2012-01-11
1
-2
/
+10
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
1
-1
/
+1
*
Terminate all dead defs at the dead slot instead of the 'next' slot.
Jakob Stoklund Olesen
2011-11-13
1
-5
/
+5
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-5
/
+5
*
Spill mode: Hoist back-copies locally.
Jakob Stoklund Olesen
2011-09-16
1
-6
/
+17
*
Hoist back-copies to the least busy dominator.
Jakob Stoklund Olesen
2011-09-14
1
-2
/
+61
*
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
2011-09-13
1
-31
/
+26
*
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
2011-09-13
1
-0
/
+156
*
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
2011-09-13
1
-2
/
+13
*
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
2011-09-13
1
-16
/
+15
*
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
1
-4
/
+2
*
Use a separate LiveRangeCalc for the complement in spill modes.
Jakob Stoklund Olesen
2011-09-13
1
-9
/
+19
*
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-13
1
-236
/
+15
*
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
2011-09-12
1
-2
/
+4
*
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
2011-08-05
1
-29
/
+0
*
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-05
1
-0
/
+18
*
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-08-02
1
-30
/
+30
*
Add a BlockInfo::FirstDef field.
Jakob Stoklund Olesen
2011-08-02
1
-1
/
+14
*
Delete BlockInfo::LiveThrough. It wasn't used any more.
Jakob Stoklund Olesen
2011-08-02
1
-3
/
+0
*
Never extend live ranges for <undef> uses.
Jakob Stoklund Olesen
2011-07-24
1
-1
/
+1
*
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-24
1
-8
/
+4
*
Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.
Jakob Stoklund Olesen
2011-07-23
1
-5
/
+14
*
Fix a crash when building 177.mesa for armv6.
Jakob Stoklund Olesen
2011-07-18
1
-1
/
+1
*
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
1
-0
/
+1
*
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-16
1
-1
/
+1
*
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-07-15
1
-0
/
+259
*
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-30
1
-6
/
+19
*
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
1
-19
/
+6
*
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-29
1
-6
/
+19
*
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-28
1
-2
/
+4
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-2
/
+2
*
Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.
Jakob Stoklund Olesen
2011-05-30
1
-39
/
+47
*
Revert r132245, "Create two BlockInfo entries when a live range is discontinu...
Jakob Stoklund Olesen
2011-05-29
1
-46
/
+39
*
Create two BlockInfo entries when a live range is discontinuous through a block.
Jakob Stoklund Olesen
2011-05-28
1
-39
/
+46
*
Add SplitAnalysis::getNumLiveBlocks().
Jakob Stoklund Olesen
2011-05-28
1
-0
/
+2
*
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-10
1
-0
/
+2
*
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-05
1
-0
/
+4
*
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
2011-05-03
1
-0
/
+2
*
Minimize the slot indexes spanned by register ranges created when splitting.
Jakob Stoklund Olesen
2011-05-02
1
-2
/
+7
[next]