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
/
Spiller.h
Age
Commit message (
Expand
)
Author
2011-03-10
Change the Spiller interface to take a LiveRangeEdit reference.
Jakob Stoklund Olesen
2011-03-10
Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...
Jakob Stoklund Olesen
2010-12-10
Force the greedy register allocator to always use the inline spiller.
Jakob Stoklund Olesen
2010-11-10
RABasic is nearly functionally complete. There are a few remaining
Andrew Trick
2010-10-25
In which I learn how to forward declare template classes.
Jakob Stoklund Olesen
2010-08-13
Clean up the Spiller.h interface.
Jakob Stoklund Olesen
2010-07-20
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-19
Spillers may alter MachineLoopInfo when breaking critical edges, so make it
Jakob Stoklund Olesen
2010-06-30
Add support for rematerialization to InlineSpiller.
Jakob Stoklund Olesen
2010-06-24
Don't return a std::vector in the Spiller interface, but take a reference to a
Jakob Stoklund Olesen
2009-12-09
Added a new "splitting" spiller.
Lang Hames
2009-11-20
Removed references to LiveStacks from Spiller.* . They're no longer needed.
Lang Hames
2009-11-19
Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...
Lang Hames
2009-11-18
Fixed the in-place spiller and trivial rewriter, which had been broken by the...
Lang Hames
2009-07-19
Fix some minor MSVC compiler warnings.
Daniel Dunbar
2009-07-12
Match declaration to definition.
Daniel Dunbar
2009-06-19
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-17
VNInfo cleanup.
Lang Hames
2009-06-02
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-05-19
Forward decls.
Bill Wendling
2009-05-19
Remove 'class' specifier.
Bill Wendling
2009-05-19
Fix to compile on VS2008.
Bill Wendling
2009-05-18
New Spiller interface and trivial implementation.
Lang Hames
2009-05-06
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-04-21
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-04-17
Teach spiller to unfold instructions which modref spill slot when a scratch
Evan Cheng
2009-03-31
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-17
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-12
Reorganize some #include's.
Owen Anderson
2009-03-11
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson