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
/
RegAllocFast.cpp
Age
Commit message (
Expand
)
Author
2010-05-14
Fix an embarrassing runtime regression for RegAllocFast.
Jakob Stoklund Olesen
2010-05-13
Clean up RegAllocFast debug output
Jakob Stoklund Olesen
2010-05-13
Take allocation hints from copy instructions to/from physregs.
Jakob Stoklund Olesen
2010-05-13
More asserts around physreg uses
Jakob Stoklund Olesen
2010-05-12
Make sure to add kill flags to the last use of a virtreg when it is redefined.
Jakob Stoklund Olesen
2010-05-12
Avoid scoping issues, fix buildbots
Jakob Stoklund Olesen
2010-05-11
Make Clang happy.
Daniel Dunbar
2010-05-11
Store the Dirty bit in the LiveReg structure instead of a bit vector.
Jakob Stoklund Olesen
2010-05-11
Keep track of the last place a live virtreg was used.
Jakob Stoklund Olesen
2010-05-11
Simplify the tracking of used physregs to a bulk bitor followed by a transitive
Jakob Stoklund Olesen
2010-05-11
Mostly rewrite RegAllocFast.
Jakob Stoklund Olesen
2010-05-11
It's not safe eliminate copies where src and dst have different sub-register ...
Evan Cheng
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-04-21
Run LiveVariables instead of computing liveness locally in -regalloc=fast.
Jakob Stoklund Olesen
2010-04-21
Add fast register allocator, enabled with -regalloc=fast.
Jakob Stoklund Olesen
[prev]