aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Spiller.h
Commit message (Expand)AuthorAgeFilesLines
* Forward decls.Bill Wendling2009-05-191-0/+3
* Remove 'class' specifier.Bill Wendling2009-05-191-3/+3
* Fix to compile on VS2008.Bill Wendling2009-05-191-1/+2
* New Spiller interface and trivial implementation.Lang Hames2009-05-181-0/+32
* Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.Lang Hames2009-05-061-340/+0
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-211-5/+8
* Teach spiller to unfold instructions which modref spill slot when a scratchEvan Cheng2009-04-171-3/+16
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-311-9/+0
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-311-0/+9
* Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng2009-03-171-5/+21
* Reorganize some #include's.Owen Anderson2009-03-121-4/+0
* Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...Owen Anderson2009-03-111-0/+312