aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86FrameInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-999/+0
* PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. ThatBill Wendling2011-01-061-0/+2
* Eliminate a warning compiling with llvm-gcc. (IMO theDale Johannesen2011-01-041-1/+1
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-031-10/+87
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-4/+11
* Move more PEI-related hooks to TFIAnton Korobeynikov2010-11-271-0/+41
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-271-0/+71
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-0/+35
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-16/+28
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-181-5/+23
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-0/+736