aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcall-largecode.ll
Commit message (Expand)AuthorAgeFilesLines
* Enable MI Sched for x86.Andrew Trick2013-10-151-1/+1
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-1/+1
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-1/+1
* Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen2012-07-041-5/+5
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-031-4/+4
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-141-4/+4
* Fix http://llvm.org/PR5729: x86-64 tail calls were putting their targets intoJeffrey Yasskin2010-01-091-0/+71