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