aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcallfp2.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-1/+1
* Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng2010-09-231-1/+3
* Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng2010-03-141-1/+1
* revert r98270.Bill Wendling2010-03-111-1/+1
* Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng2010-03-111-1/+1
* Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng2010-02-031-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer2008-09-221-1/+1
* Add indirect tail call (function pointer) examples.Arnold Schwaighofer2008-09-111-0/+25