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