Add a comment noting that the fdiv -> fmul conversion won't generate
[oota-llvm.git] / test / CodeGen / X86 / tailcall1.ll
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-13 Dan GohmanDon't let a noalias difference disrupt the tailcall...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2007-10-12 Arnold SchwaighoferAdded missing -march=x86 flag.
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...