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