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.h
Age
Commit message (
Expand
)
Author
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
2011-02-03
Reapply this.
Eric Christopher
2011-02-03
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2010-12-18
Teach the inline spiller to attempt folding a load instruction into its single
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-29
Fix sign error.
Jakob Stoklund Olesen
2010-10-26
After splitting, compute connected components of all new registers, not just for
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