aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/Spiller.h
AgeCommit message (Expand)Author
2009-12-09Added a new "splitting" spiller.Lang Hames
2009-11-20Removed references to LiveStacks from Spiller.* . They're no longer needed.Lang Hames
2009-11-19Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...Lang Hames
2009-11-18Fixed the in-place spiller and trivial rewriter, which had been broken by the...Lang Hames
2009-07-19Fix some minor MSVC compiler warnings.Daniel Dunbar
2009-07-12Match declaration to definition.Daniel Dunbar
2009-06-19More VNInfo tweaking, plus a little progress on intra-block splitting.Lang Hames
2009-06-17VNInfo cleanup.Lang Hames
2009-06-02Update to in-place spilling framework. Includes live interval scaling and tri...Lang Hames
2009-05-19Forward decls.Bill Wendling
2009-05-19Remove 'class' specifier.Bill Wendling
2009-05-19Fix to compile on VS2008.Bill Wendling
2009-05-18New Spiller interface and trivial implementation.Lang Hames
2009-05-06Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames
2009-04-21It has finally happened. Spiller is now using live interval info.Evan Cheng
2009-04-17Teach spiller to unfold instructions which modref spill slot when a scratchEvan Cheng
2009-03-31Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling
2009-03-31Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling
2009-03-17Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng
2009-03-12Reorganize some #include's.Owen Anderson
2009-03-11Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson