1. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  2. bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago
  3. 3dae6e7 Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 14 years ago
  4. a2e0762 Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. by NAKAMURA Takumi · 14 years ago
  5. 419f232 Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/reload frames" for XMMs. by NAKAMURA Takumi · 14 years ago
  6. 3f4be4f Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enough for caller to allocate one. by NAKAMURA Takumi · 14 years ago
  7. 2763538 Target/X86: Fix whitespace. by NAKAMURA Takumi · 14 years ago
  8. e47023d Test commit - fix a double 'should' in a comment. by Carl Norum · 14 years ago
  9. 2bffee2 Patches to build EFI with Clang/LLVM. By Carl Norum. by Evan Cheng · 14 years ago
  10. e749911 Cleanup by Anton Korobeynikov · 14 years ago
  11. f7ca976 Fix a few more places that should use MBB::getLastNonDebugInstr(). by Jakob Stoklund Olesen · 14 years ago
  12. 4f28c1c Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 14 years ago
  13. 16c29b5 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 14 years ago[Renamed (96%) from lib/Target/X86/X86FrameInfo.cpp]
  14. a99ec28 PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That by Bill Wendling · 14 years ago
  15. 1e08cd1 Eliminate a warning compiling with llvm-gcc. (IMO the by Dale Johannesen · 14 years ago
  16. 7158e08 Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in by Evan Cheng · 14 years ago
  17. 3d2125c Enable sibling call optimization of libcalls which are expanded during by Evan Cheng · 14 years ago
  18. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  19. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  20. 82f5874 Move some more hooks to TargetFrameInfo by Anton Korobeynikov · 14 years ago
  21. d9e3385 Move getInitialFrameState() to TargetFrameInfo by Anton Korobeynikov · 14 years ago
  22. d0c3817 Move hasFP() and few related hooks to TargetFrameInfo. by Anton Korobeynikov · 14 years ago
  23. 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