1. 657f227 Tidy comments, indentation, and 80-column violations. by Bob Wilson · 15 years ago
  2. e45d685 Clean up ARM subtarget code by using Triple ADT. by Evan Cheng · 15 years ago
  3. d5bbeba Expand on the safeness of restoring the sp from the fp a bit more. by Eric Christopher · 15 years ago
  4. 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]
  5. 914df82 PR8921: LDM/POP do not support interworking prior to v5t. by Bob Wilson · 15 years ago
  6. e0bafd9 Remove extra whitespace. by Bob Wilson · 15 years ago
  7. bdb7ed1 Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR by Jim Grosbach · 15 years ago
  8. 5fccad8 ARM stm/ldm instructions require more than one register in the register list. by Jim Grosbach · 15 years ago
  9. 23f8671 tidy up. by Jim Grosbach · 15 years ago
  10. c0b669f 80 columns. by Jim Grosbach · 15 years ago
  11. 2a2e65c Fix up some comments. by Eric Christopher · 15 years ago
  12. 9d54ae6 Add comments. by Evan Cheng · 15 years ago
  13. 775ead3 Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal by Evan Cheng · 15 years ago
  14. de75ab9 Code clean up; no functionality change. by Evan Cheng · 15 years ago
  15. c27c956 Code clean up; no functionality change. by Evan Cheng · 15 years ago
  16. d4b0873 Enable sibling call optimization of libcalls which are expanded during by Evan Cheng · 15 years ago
  17. 7283b8d Move more PEI-related hooks to TFI by Anton Korobeynikov · 15 years ago
  18. d08fbd1 Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 15 years ago
  19. eb56dca Fix epilogue codegen to avoid leaving the stack pointer in an invalid by Evan Cheng · 15 years ago
  20. 4687778 Move some more hooks to TargetFrameInfo by Anton Korobeynikov · 15 years ago
  21. 0eecf5d Move hasFP() and few related hooks to TargetFrameInfo. by Anton Korobeynikov · 15 years ago
  22. b006fc9 Rewrite stack callee saved spills and restores to use push/pop instructions. by Eric Christopher · 15 years ago
  23. 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