1. b99e412 Use ArrayRef instead of a std::vector&. by Bill Wendling · 13 years ago
  2. 6a6b8c3 Add a target hook to encode the compact unwind information. by Bill Wendling · 13 years ago
  3. 3c2f0a1 Fit banner in 80-col and adjust whitespace. No functionality changes. by Nick Lewycky · 13 years ago
  4. aff232a Put FrameSetup flag on x86 instructions that set up the call frame. No by Charles Davis · 13 years ago
  5. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 13 years ago
  6. b28d4f1 Print all the moves at a given label instead of just the first one. by Rafael Espindola · 14 years ago
  7. f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 14 years ago
  8. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  9. bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 14 years ago
  10. 3dae6e7 Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 14 years ago
  11. a2e0762 Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. by NAKAMURA Takumi · 14 years ago
  12. 419f232 Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/reload frames" for XMMs. by NAKAMURA Takumi · 14 years ago
  13. 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
  14. 2763538 Target/X86: Fix whitespace. by NAKAMURA Takumi · 14 years ago
  15. e47023d Test commit - fix a double 'should' in a comment. by Carl Norum · 14 years ago
  16. 2bffee2 Patches to build EFI with Clang/LLVM. By Carl Norum. by Evan Cheng · 14 years ago
  17. e749911 Cleanup by Anton Korobeynikov · 14 years ago
  18. f7ca976 Fix a few more places that should use MBB::getLastNonDebugInstr(). by Jakob Stoklund Olesen · 14 years ago
  19. 4f28c1c Teach frame lowering to ignore debug values after the terminators. by Jakob Stoklund Olesen · 14 years ago
  20. 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]
  21. a99ec28 PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That by Bill Wendling · 14 years ago
  22. 1e08cd1 Eliminate a warning compiling with llvm-gcc. (IMO the by Dale Johannesen · 14 years ago
  23. 7158e08 Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in by Evan Cheng · 14 years ago
  24. 3d2125c Enable sibling call optimization of libcalls which are expanded during by Evan Cheng · 14 years ago
  25. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  26. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  27. 82f5874 Move some more hooks to TargetFrameInfo by Anton Korobeynikov · 14 years ago
  28. d9e3385 Move getInitialFrameState() to TargetFrameInfo by Anton Korobeynikov · 14 years ago
  29. d0c3817 Move hasFP() and few related hooks to TargetFrameInfo. by Anton Korobeynikov · 14 years ago
  30. 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