aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FrameInfo.cpp
AgeCommit message (Expand)Author
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-06PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. ThatBill Wendling
2011-01-04Eliminate a warning compiling with llvm-gcc. (IMO theDale Johannesen
2011-01-03Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng
2010-11-30Enable sibling call optimization of libcalls which are expanded duringEvan Cheng
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-11-18Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov