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