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
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
2011-05-02
Minimize the slot indexes spanned by register ranges created when splitting.
Jakob Stoklund Olesen
2011-04-26
Add a safe-guard against repeated splitting for some rare cases.
Jakob Stoklund Olesen
2011-04-21
Don't recycle loop variables.
Matt Beaumont-Gay
2011-04-21
Allow allocatable ranges from global live range splitting to be split again.
Jakob Stoklund Olesen
2011-04-16
Unbreak the MSVC 2010 build.
Francois Pichet
2011-04-15
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
2011-04-13
Stop using dead function.
Jakob Stoklund Olesen
2011-04-12
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-09
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-06
Analyze blocks with uses separately from live-through blocks without uses.
Jakob Stoklund Olesen
2011-04-05
Sign error
Jakob Stoklund Olesen
2011-04-05
Don't crash when a value is defined after the last split point.
Jakob Stoklund Olesen
2011-04-05
Use std::unique instead of a SmallPtrSet to ensure unique instructions in Use...
Jakob Stoklund Olesen
2011-04-05
Stop precomputing last split points, query the SplitAnalysis cache on demand.
Jakob Stoklund Olesen
2011-04-05
Cache the fairly expensive last split point computation and provide a fast
Jakob Stoklund Olesen
2011-04-04
Stop caching basic block index ranges now that SlotIndexes can keep up.
Jakob Stoklund Olesen
2011-03-29
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
Handle the special case when all uses follow the last split point.
Jakob Stoklund Olesen
2011-03-27
Amend debug output.
Jakob Stoklund Olesen
2011-03-20
Process all dead defs after rematerializing during splitting.
Jakob Stoklund Olesen
2011-03-18
Be more accurate about the slot index reading a register when dealing with defs
Jakob Stoklund Olesen
2011-03-17
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-17
Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute.
Jakob Stoklund Olesen
2011-03-15
Preserve both isPHIDef and isDefByCopy bits when copying parent values.
Jakob Stoklund Olesen
2011-03-08
Delete dead code after rematerializing.
Jakob Stoklund Olesen
[next]