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
/
SplitKit.cpp
Age
Commit message (
Expand
)
Author
2010-08-10
More debug spew
Jakob Stoklund Olesen
2010-08-10
Implement register class inflation.
Jakob Stoklund Olesen
2010-08-10
Recalculate the spill weight and allocation hint for virtual registers created
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
Add LiveInterval::RenumberValues - Garbage collection for VNInfos.
Jakob Stoklund Olesen
2010-08-06
Fix swapped COPY operands.
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
Implement loop splitting analysis.
Jakob Stoklund Olesen
2010-07-20
Appease the colonials.
Jakob Stoklund Olesen
2010-07-20
Beginning SplitKit - utility classes for live range splitting.
Jakob Stoklund Olesen