aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-largecode.ll
AgeCommit message (Expand)Author
2011-01-03Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng
2010-03-14Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng
2010-01-09Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets intoJeffrey Yasskin