summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-largecode.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen2012-07-04
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-03
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-14
* Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets intoJeffrey Yasskin2010-01-09