aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InlineSpiller.cpp
AgeCommit message (Expand)Author
2011-02-09Set an allocation hint when rematting before a COPY.Jakob Stoklund Olesen
2011-02-08Avoid folding a load instruction into an instruction that redefines the regis...Jakob Stoklund Olesen
2011-01-09Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen
2010-12-18Apparently, operandices is not a word.Jakob Stoklund Olesen
2010-12-18Teach the inline spiller to attempt folding a load instruction into its singleJakob Stoklund Olesen
2010-12-18Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen
2010-12-10Rip out live range splitting support from the inline spiller.Jakob Stoklund Olesen
2010-11-15When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen
2010-11-10Hook up AliasAnalysis in InlineSpiller. This is used for rematerializingJakob Stoklund Olesen
2010-11-10RABasic is nearly functionally complete. There are a few remainingAndrew Trick
2010-11-10Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.Jakob Stoklund Olesen
2010-11-04Disable fancy splitting during spilling unless -extra-spiller-splits is given.Jakob Stoklund Olesen
2010-11-03Tag debug output as regallocJakob Stoklund Olesen
2010-11-01Don't assign new registers created during a split to the same stack slot, butJakob Stoklund Olesen
2010-10-30Print out register class of spilled register.Jakob Stoklund Olesen
2010-10-29Run a verification pass before any splitting to better distribute blame.Jakob Stoklund Olesen
2010-10-28Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen
2010-10-28Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen
2010-10-26InlineSpiller can also update LiveStacks.Jakob Stoklund Olesen
2010-10-20Move some of the InlineSpiller rematerialization code into LiveRangeEdit.Jakob Stoklund Olesen
2010-10-15Move stack slot assignments into LiveRangeEdit.Jakob Stoklund Olesen
2010-10-14Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen
2010-10-05Update SplitEditor API to reflect the fact that the original live interval isJakob Stoklund Olesen
2010-09-26Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...Lang Hames
2010-09-25Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames
2010-08-13Clean up the Spiller.h interface.Jakob Stoklund Olesen
2010-08-13Implement splitting inside a single block.Jakob Stoklund Olesen
2010-08-12Implement single block splitting.Jakob Stoklund Olesen
2010-08-10Avoid editing the current live interval during remat.Jakob Stoklund Olesen
2010-08-06Lazily defer duplicating the live interval we are splitting until we know it isJakob Stoklund Olesen
2010-08-06Keep the MachiuneFunctionPass pointer around. It is useful for verification.Jakob Stoklund Olesen
2010-08-04Coalesce stack slot accesses that arise when spilling both sides of a COPY.Jakob Stoklund Olesen
2010-08-04Checkpoint SplitKit progress.Jakob Stoklund Olesen
2010-07-26Add SplitEditor to SplitKit. This class will be used to edit live intervals andJakob Stoklund Olesen
2010-07-20Change the createSpiller interface to take a MachineFunctionPass argument.Jakob Stoklund Olesen
2010-07-20Beginning SplitKit - utility classes for live range splitting.Jakob Stoklund Olesen
2010-07-19Spillers may alter MachineLoopInfo when breaking critical edges, so make itJakob Stoklund Olesen
2010-07-09Change TII::foldMemoryOperand API to require the machine instruction to beJakob Stoklund Olesen
2010-07-02Remove invalid assertJakob Stoklund Olesen
2010-07-02Properly handle debug values during inline spilling.Jakob Stoklund Olesen
2010-07-02Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen
2010-07-01Add memory operand folding support to InlineSpiller.Jakob Stoklund Olesen
2010-06-30Add support for rematerialization to InlineSpiller.Jakob Stoklund Olesen
2010-06-30Remember to track spill slot uses in VirtRegMap when inserting loads and stores.Jakob Stoklund Olesen
2010-06-29Begin implementation of an inline spiller.Jakob Stoklund Olesen