1. 2e95afa Cleanup stack/frame register define/kill states. This fixes two bugs: by Hal Finkel · 13 years ago
  2. 5a96b3d Add bundle aware API for querying instruction properties and switch the code by Evan Cheng · 13 years ago
  3. 3fd0018 enable PPC register scavenging by default (update tests and remove some FIXMEs) by Hal Finkel · 13 years ago
  4. 8a8d479 Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 13 years ago
  5. 95c885d PPC: Disable moves for all CR subregisters. by Benjamin Kramer · 13 years ago
  6. 966aeb5 Refactor PPC target to separate MC routines from Target routines. by Evan Cheng · 13 years ago
  7. 2d28617 Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for by Evan Cheng · 13 years ago
  8. 6e03294 Use the dwarf->llvm mapping to print register names in the cfi directives. by Rafael Espindola · 13 years ago
  9. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 13 years ago
  10. 4f28c1c Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 14 years ago
  11. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 14 years ago[Renamed (95%) from lib/Target/PowerPC/PPCFrameInfo.cpp]
  12. c8bd78c Restore the behavior of frame lowering before my refactoring. by Anton Korobeynikov · 14 years ago
  13. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  14. d9e3385 Move getInitialFrameState() to TargetFrameInfo by Anton Korobeynikov · 14 years ago
  15. d0c3817 Move hasFP() and few related hooks to TargetFrameInfo. by Anton Korobeynikov · 14 years ago
  16. 3346491 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 · 14 years ago