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
/
Target
/
ARM
/
ARMLoadStoreOptimizer.cpp
Age
Commit message (
Expand
)
Author
2007-09-19
Avoid referencing deleted instruction.
Evan Cheng
2007-07-10
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-05
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-05-29
Add missing const qualifiers.
Evan Cheng
2007-05-15
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-26
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-03-26
findRegisterUseOperand() changed.
Evan Cheng
2007-03-08
Bug fix. Not advancing the register scavenger iterator correctly.
Evan Cheng
2007-03-07
Only safe to use a call-clobbered or spilled callee-saved register as scratch...
Evan Cheng
2007-03-07
Fix some brittle code. Watch out for cases where register scavenger is pointi...
Evan Cheng
2007-03-06
Make load / store optimizer use register scavenger.
Evan Cheng
2007-03-06
Code clean up. Prepare to use register scavenger.
Evan Cheng
2007-01-19
ARM backend contribution from Apple.
Evan Cheng