Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In guaranteed tailcall mode, don't decline the tailcall optimization | Dan Gohman | 2010-02-08 | 1 | -1/+4 |
* | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 1 | -1/+1 |
* | Perform trivial tail call optimization for callees with "C" ABI. These are done | Evan Cheng | 2010-01-27 | 1 | -2/+2 |
* | Tidy up this testcase and add test for tailcall optimization | Dan Gohman | 2009-12-18 | 1 | -7/+12 |
* | Enable the tail call optimization when the caller returns undef. | Dan Gohman | 2009-11-14 | 1 | -1/+8 |
* | Don't let a noalias difference disrupt the tailcall optimization. | Dan Gohman | 2009-11-13 | 1 | -1/+15 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | Added missing -march=x86 flag. | Arnold Schwaighofer | 2007-10-12 | 1 | -1/+1 |
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 1 | -0/+11 |