index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SplitKit.cpp
Age
Commit message (
Expand
)
Author
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-03
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-07-27
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-06-04
Pass context pointers to LiveRangeCalc::reset().
Jakob Stoklund Olesen
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-14
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-13
Terminate all dead defs at the dead slot instead of the 'next' slot.
Jakob Stoklund Olesen
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-09-16
Spill mode: Hoist back-copies locally.
Jakob Stoklund Olesen
2011-09-14
Hoist back-copies to the least busy dominator.
Jakob Stoklund Olesen
2011-09-13
Distinguish complex mapped values from forced recomputation.
Jakob Stoklund Olesen
2011-09-13
Implement -split-spill-mode=size.
Jakob Stoklund Olesen
2011-09-13
Add SplitEditor::markOverlappedComplement().
Jakob Stoklund Olesen
2011-09-13
Eliminate the extendRange() wrapper.
Jakob Stoklund Olesen
2011-09-13
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-13
Use a separate LiveRangeCalc for the complement in spill modes.
Jakob Stoklund Olesen
2011-09-13
Extract live range calculations from SplitKit.
Jakob Stoklund Olesen
2011-09-12
Add an interface for SplitKit complement spill modes.
Jakob Stoklund Olesen
2011-08-05
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
2011-08-05
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-02
Rename {First,Last}Use to {First,Last}Instr.
Jakob Stoklund Olesen
2011-08-02
Add a BlockInfo::FirstDef field.
Jakob Stoklund Olesen
2011-08-02
Delete BlockInfo::LiveThrough. It wasn't used any more.
Jakob Stoklund Olesen
2011-07-24
Never extend live ranges for <undef> uses.
Jakob Stoklund Olesen
2011-07-24
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-23
Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.
Jakob Stoklund Olesen
2011-07-18
Fix a crash when building 177.mesa for armv6.
Jakob Stoklund Olesen
2011-07-16
Silence unused variable warning
Matt Beaumont-Gay
2011-07-16
He said *before* the last split point.
Jakob Stoklund Olesen
2011-07-15
Extract parts of RAGreedy::splitAroundRegion as SplitKit methods.
Jakob Stoklund Olesen
2011-06-30
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-29
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-28
Fix a bad iterator dereference that Evan uncovered.
Jakob Stoklund Olesen
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-05-30
Reapply r132245 with a fix for the bug that broke the darwin9/i386 build.
Jakob Stoklund Olesen
2011-05-29
Revert r132245, "Create two BlockInfo entries when a live range is discontinu...
Jakob Stoklund Olesen
2011-05-28
Create two BlockInfo entries when a live range is discontinuous through a block.
Jakob Stoklund Olesen
2011-05-28
Add SplitAnalysis::getNumLiveBlocks().
Jakob Stoklund Olesen
2011-05-10
Fix PR9883. Make sure all caches are invalidated when a live range is repaired.
Jakob Stoklund Olesen
2011-05-05
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-03
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
[next]