Re-implement the main strength-reduction portion of LoopStrengthReduction.
[oota-llvm.git] / test / CodeGen / X86 / tailcall1.ll
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...