Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e1175b7c67ad577e2023e2e3c7ce18e4ec71d855
/
llvm
/
lib
/
Target
/
ARM
/
ARMFrameLowering.cpp
657f227
Tidy comments, indentation, and 80-column violations.
by Bob Wilson
· 15 years ago
e45d685
Clean up ARM subtarget code by using Triple ADT.
by Evan Cheng
· 15 years ago
d5bbeba
Expand on the safeness of restoring the sp from the fp a bit more.
by Eric Christopher
· 15 years ago
2f93128
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
by Anton Korobeynikov
· 15 years ago
[Renamed (96%) from llvm/lib/Target/ARM/ARMFrameInfo.cpp]
914df82
PR8921: LDM/POP do not support interworking prior to v5t.
by Bob Wilson
· 15 years ago
e0bafd9
Remove extra whitespace.
by Bob Wilson
· 15 years ago
bdb7ed1
Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR
by Jim Grosbach
· 15 years ago
5fccad8
ARM stm/ldm instructions require more than one register in the register list.
by Jim Grosbach
· 15 years ago
23f8671
tidy up.
by Jim Grosbach
· 15 years ago
c0b669f
80 columns.
by Jim Grosbach
· 15 years ago
2a2e65c
Fix up some comments.
by Eric Christopher
· 15 years ago
9d54ae6
Add comments.
by Evan Cheng
· 15 years ago
775ead3
Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal
by Evan Cheng
· 15 years ago
de75ab9
Code clean up; no functionality change.
by Evan Cheng
· 15 years ago
c27c956
Code clean up; no functionality change.
by Evan Cheng
· 15 years ago
d4b0873
Enable sibling call optimization of libcalls which are expanded during
by Evan Cheng
· 15 years ago
7283b8d
Move more PEI-related hooks to TFI
by Anton Korobeynikov
· 15 years ago
d08fbd1
Move callee-saved regs spills / reloads to TFI
by Anton Korobeynikov
· 15 years ago
eb56dca
Fix epilogue codegen to avoid leaving the stack pointer in an invalid
by Evan Cheng
· 15 years ago
4687778
Move some more hooks to TargetFrameInfo
by Anton Korobeynikov
· 15 years ago
0eecf5d
Move hasFP() and few related hooks to TargetFrameInfo.
by Anton Korobeynikov
· 15 years ago
b006fc9
Rewrite stack callee saved spills and restores to use push/pop instructions.
by Eric Christopher
· 15 years ago
f7183ed
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place
by Anton Korobeynikov
· 15 years ago