summaryrefslogtreecommitdiff
path: root/lib/CodeGen/InlineSpiller.cpp
Commit message (Expand)AuthorAge
...
* Also eliminate redundant spills downstream of inserted reloads.Jakob Stoklund Olesen2011-03-20
* Change an argument to a LiveInterval instead of a register number to save som...Jakob Stoklund Olesen2011-03-20
* Add debug output.Jakob Stoklund Olesen2011-03-19
* Hoist spills when the same value is known to be in less loopy sibling registers.Jakob Stoklund Olesen2011-03-18
* Dead code elimination may separate the live interval into multiple connected ...Jakob Stoklund Olesen2011-03-17
* Trace back through sibling copies to hoist spills and find rematerializable d...Jakob Stoklund Olesen2011-03-15
* Rename members to match LLVM naming conventions more closely.Jakob Stoklund Olesen2011-03-14
* Tell the register allocator about new unused virtual registers.Jakob Stoklund Olesen2011-03-13
* Include snippets in the live stack interval.Jakob Stoklund Olesen2011-03-12
* Spill multiple registers at once.Jakob Stoklund Olesen2011-03-12
* 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
* Add a LiveRangeEdit::Delegate protocol.Jakob Stoklund Olesen2011-03-09
* Make the UselessRegs argument optional in the LiveRangeEdit constructor.Jakob Stoklund Olesen2011-03-07
* Use the same spill slot for all live ranges that descend form the same originalJakob Stoklund Olesen2011-02-24
* 80 Col.Jakob Stoklund Olesen2011-02-22
* Set an allocation hint when rematting before a COPY.Jakob Stoklund Olesen2011-02-09
* Avoid folding a load instruction into an instruction that redefines the regis...Jakob Stoklund Olesen2011-02-08
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Apparently, operandices is not a word.Jakob Stoklund Olesen2010-12-18
* Teach the inline spiller to attempt folding a load instruction into its singleJakob Stoklund Olesen2010-12-18
* Pass a Banner argument to the machine code verifier both fromJakob Stoklund Olesen2010-12-18
* Rip out live range splitting support from the inline spiller.Jakob Stoklund Olesen2010-12-10
* When spilling a register defined by an early clobber, make sure that the newJakob Stoklund Olesen2010-11-15
* Hook up AliasAnalysis in InlineSpiller. This is used for rematerializingJakob Stoklund Olesen2010-11-10
* RABasic is nearly functionally complete. There are a few remainingAndrew Trick2010-11-10
* Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.Jakob Stoklund Olesen2010-11-10
* Disable fancy splitting during spilling unless -extra-spiller-splits is given.Jakob Stoklund Olesen2010-11-04
* Tag debug output as regallocJakob Stoklund Olesen2010-11-03
* Don't assign new registers created during a split to the same stack slot, butJakob Stoklund Olesen2010-11-01
* Print out register class of spilled register.Jakob Stoklund Olesen2010-10-30
* Run a verification pass before any splitting to better distribute blame.Jakob Stoklund Olesen2010-10-29
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-28
* Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen2010-10-28
* InlineSpiller can also update LiveStacks.Jakob Stoklund Olesen2010-10-26
* Move some of the InlineSpiller rematerialization code into LiveRangeEdit.Jakob Stoklund Olesen2010-10-20
* Move stack slot assignments into LiveRangeEdit.Jakob Stoklund Olesen2010-10-15
* Create a new LiveRangeEdit class to keep track of the new registers created whenJakob Stoklund Olesen2010-10-14
* Update SplitEditor API to reflect the fact that the original live interval isJakob Stoklund Olesen2010-10-05
* Fixed some tests to avoid LiveIntervals::getInstructionFromIndex(..) overhead...Lang Hames2010-09-26
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-25
* Clean up the Spiller.h interface.Jakob Stoklund Olesen2010-08-13
* Implement splitting inside a single block.Jakob Stoklund Olesen2010-08-13
* Implement single block splitting.Jakob Stoklund Olesen2010-08-12
* Avoid editing the current live interval during remat.Jakob Stoklund Olesen2010-08-10
* Lazily defer duplicating the live interval we are splitting until we know it isJakob Stoklund Olesen2010-08-06
* Keep the MachiuneFunctionPass pointer around. It is useful for verification.Jakob Stoklund Olesen2010-08-06
* Coalesce stack slot accesses that arise when spilling both sides of a COPY.Jakob Stoklund Olesen2010-08-04
* Checkpoint SplitKit progress.Jakob Stoklund Olesen2010-08-04
* Add SplitEditor to SplitKit. This class will be used to edit live intervals andJakob Stoklund Olesen2010-07-26