summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcall1.ll
Commit message (Expand)AuthorAgeFilesLines
* In guaranteed tailcall mode, don't decline the tailcall optimizationDan Gohman2010-02-081-1/+4
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-031-1/+1
* Perform trivial tail call optimization for callees with "C" ABI. These are doneEvan Cheng2010-01-271-2/+2
* Tidy up this testcase and add test for tailcall optimizationDan Gohman2009-12-181-7/+12
* Enable the tail call optimization when the caller returns undef.Dan Gohman2009-11-141-1/+8
* Don't let a noalias difference disrupt the tailcall optimization.Dan Gohman2009-11-131-1/+15
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Added missing -march=x86 flag.Arnold Schwaighofer2007-10-121-1/+1
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-111-0/+11