Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / CodeGen / Spiller.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-11-06 Lang Hames[RegAlloc] Kill off the trivial spiller - nobody is...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-03-10 Jakob Stoklund OlesenChange the Spiller interface to take a LiveRangeEdit...
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2010-12-10 Jakob Stoklund OlesenForce the greedy register allocator to always use the...
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-10-25 Jakob Stoklund OlesenIn which I learn how to forward declare template classes.
2010-08-13 Jakob Stoklund OlesenClean up the Spiller.h interface.
2010-07-20 Jakob Stoklund OlesenChange the createSpiller interface to take a MachineFun...
2010-07-19 Jakob Stoklund OlesenSpillers may alter MachineLoopInfo when breaking critic...
2010-06-30 Jakob Stoklund OlesenAdd support for rematerialization to InlineSpiller.
2010-06-24 Jakob Stoklund OlesenDon't return a std::vector in the Spiller interface...
2009-12-09 Lang HamesAdded a new "splitting" spiller.
2009-11-20 Lang HamesRemoved references to LiveStacks from Spiller.* . They...
2009-11-19 Lang HamesAdded a new Spiller implementation which wraps LiveInte...
2009-11-18 Lang HamesFixed the in-place spiller and trivial rewriter, which...
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-05-19 Bill WendlingForward decls.
2009-05-19 Bill WendlingRemove 'class' specifier.
2009-05-19 Bill WendlingFix to compile on VS2008.
2009-05-18 Lang HamesNew Spiller interface and trivial implementation.
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-17 Evan ChengTeach spiller to unfold instructions which modref spill...
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-17 Evan ChengSpiller may unfold load / mod / store instructions...
2009-03-12 Owen AndersonReorganize some #include's.
2009-03-11 Owen AndersonReorganization: Move the Spiller out of VirtRegMap...