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
/
LiveRangeEdit.cpp
Age
Commit message (
Expand
)
Author
2012-02-17
Tidy up.
Jim Grosbach
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-12
Fixed register allocator splitting a live range on a spilling variable.
Pete Cooper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-08-09
Move CalculateRegClass to MRI::recomputeRegClass.
Jakob Stoklund Olesen
2011-07-05
Fix PR10277.
Jakob Stoklund Olesen
2011-05-05
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-02
Minimize the slot indexes spanned by register ranges created when splitting.
Jakob Stoklund Olesen
2011-04-20
Add debug output for rematerializable instructions.
Jakob Stoklund Olesen
2011-04-15
Remember to set flag.
Jakob Stoklund Olesen
2011-04-11
Don't shrink live ranges after dead code elimination unless it is going to help.
Jakob Stoklund Olesen
2011-04-05
When dead code elimination removes all but one use, try to fold the single de...
Jakob Stoklund Olesen
2011-03-30
Treat clones the same as their origin.
Jakob Stoklund Olesen
2011-03-29
Recompute register class and hint for registers created during spilling.
Jakob Stoklund Olesen
2011-03-29
Remember to use the correct register when rematerializing for snippets.
Jakob Stoklund Olesen
2011-03-29
Properly enable rematerialization when spilling after live range splitting.
Jakob Stoklund Olesen
2011-03-23
Notify the delegate before removing dead values from a live interval.
Jakob Stoklund Olesen
2011-03-17
Dead code elimination may separate the live interval into multiple connected ...
Jakob Stoklund Olesen
2011-03-16
Add a LiveRangeEdit delegate callback before shrinking a live range.
Jakob Stoklund Olesen
2011-03-16
Erase virtual registers that are unused after DCE.
Jakob Stoklund Olesen
2011-03-16
Clarify debugging output.
Jakob Stoklund Olesen
2011-03-13
Tell the register allocator about new unused virtual registers.
Jakob Stoklund Olesen
2011-03-09
Add a LiveRangeEdit::Delegate protocol.
Jakob Stoklund Olesen
2011-03-08
Delete dead code after rematerializing.
Jakob Stoklund Olesen
2011-03-07
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-02-19
This method belonged in VirtRegMap.
Jakob Stoklund Olesen
2011-02-18
Use VirtRegMap's Virt2SplitMap to keep track of the original live range befor...
Jakob Stoklund Olesen
2010-11-10
Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.
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-20
Remember to keep track of rematted values.
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