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