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
/
ARMFrameInfo.cpp
Age
Commit message (
Expand
)
Author
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-06
PR8921: LDM/POP do not support interworking prior to v5t.
Bob Wilson
2011-01-06
Remove extra whitespace.
Bob Wilson
2010-12-10
Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR
Jim Grosbach
2010-12-09
ARM stm/ldm instructions require more than one register in the register list.
Jim Grosbach
2010-12-09
tidy up.
Jim Grosbach
2010-12-09
80 columns.
Jim Grosbach
2010-12-09
Fix up some comments.
Eric Christopher
2010-12-08
Add comments.
Evan Cheng
2010-12-07
Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal
Evan Cheng
2010-12-07
Code clean up; no functionality change.
Evan Cheng
2010-12-07
Code clean up; no functionality change.
Evan Cheng
2010-11-30
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-22
Fix epilogue codegen to avoid leaving the stack pointer in an invalid
Evan Cheng
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov