aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcallfp2.ll
AgeCommit message (Expand)Author
2010-09-23Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng
2010-03-14Do not force indirect tailcall through fixed registers: eax, r11. Add support...Evan Cheng
2010-03-11revert r98270.Bill Wendling
2010-03-11Bad bad bug. x86 force indirect tail call address into eax when it's meant to...Evan Cheng
2010-02-03Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-09-22Change the calling convention used when tail call optimization is enabled fro...Arnold Schwaighofer
2008-09-11Add indirect tail call (function pointer) examples.Arnold Schwaighofer