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
/
RegAllocBase.cpp
Age
Commit message (
Expand
)
Author
2012-11-28
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-26
Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,
Chad Rosier
2012-06-20
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-09
Also compute MBB live-in lists in the new rewriter pass.
Jakob Stoklund Olesen
2012-06-05
Move LiveUnionArray into LiveIntervalUnion.h
Jakob Stoklund Olesen
2012-06-05
Don't print register names in LiveIntervalUnion::print().
Jakob Stoklund Olesen
2012-06-05
Simplify LiveInterval::print().
Jakob Stoklund Olesen
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-12
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-01-11
Sink spillInterferences into RABasic.
Jakob Stoklund Olesen
2012-01-11
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen