| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a test for TCE return duplication. | Evan Cheng | 2011-01-29 | 1 | -0/+23 |
* | merge two tests. | Chris Lattner | 2010-08-31 | 2 | -35/+35 |
* | merge two tests and convert to filecheck. | Chris Lattner | 2010-08-31 | 2 | -23/+28 |
* | Handle the case of a tail recursion in which the tail call is followed | Duncan Sands | 2010-07-13 | 1 | -1/+4 |
* | Fix PR7328: when turning a tail recursion into a loop, need to preserve | Duncan Sands | 2010-06-26 | 1 | -0/+17 |
* | Refine the detection of seemingly infinitely recursive calls where the | Dan Gohman | 2010-04-16 | 1 | -1/+25 |
* | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 1 | -12/+0 |
* | Do not mark no-return calls tail calls. It'll screw up special calls like lon... | Evan Cheng | 2010-01-31 | 1 | -0/+12 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -3/+3 |
* | Improve tail call elimination to handle the switch statement. | Nick Lewycky | 2009-11-07 | 1 | -0/+34 |
* | Oops, FunctionContainsEscapingAllocas is really used to mean two different | Nick Lewycky | 2009-11-07 | 1 | -0/+1 |
* | Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking | Nick Lewycky | 2009-11-07 | 1 | -0/+24 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 1 | -2/+1 |
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 2 | -2/+2 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 7 | -7/+7 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 10 | -10/+10 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 7 | -7/+7 |
* | tweak test, add PR# | Chris Lattner | 2009-09-07 | 1 | -1/+2 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 1 | -2/+3 |
* | Improve tail call elim to move loads above readonly calls | Chris Lattner | 2009-06-19 | 2 | -0/+165 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 8 | -97/+86 |
* | remove obsolete testcase | Chris Lattner | 2007-09-10 | 1 | -9/+0 |
* | Add missing llvm-dis. | Dale Johannesen | 2007-09-10 | 1 | -1/+1 |
* | Prevent tailcallelim from breaking "recursive" calls to builtins. | Chris Lattner | 2007-09-10 | 1 | -0/+10 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | move these xfailed tests to lib/Target/README.txt | Chris Lattner | 2007-05-05 | 1 | -31/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -2/+3 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+2 |
* | Use %prcontext, $prcontext is not resolving for some reason. | Reid Spencer | 2007-04-15 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 4 | -5/+6 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 3 | -3/+5 |
* | For PR950: | Reid Spencer | 2006-12-31 | 2 | -2/+2 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 10 | -11/+11 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | New testcase | Chris Lattner | 2005-11-05 | 1 | -0/+8 |
* | New testcases for PR615 | Chris Lattner | 2005-08-07 | 2 | -0/+22 |
* | new testcase | Chris Lattner | 2005-05-10 | 1 | -0/+11 |
* | This is a cross platform fail, failing on freebsd as well | Chris Lattner | 2004-11-30 | 1 | -1/+1 |
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
* | Adding subdirectory dg.exp files in order to be able to use dejagnu to only r... | Tanya Lattner | 2004-11-13 | 1 | -0/+3 |
* | Adding XFAIL lines for dejagnu support. | Tanya Lattner | 2004-11-06 | 1 | -1/+1 |
* | new test | Chris Lattner | 2003-12-14 | 1 | -0/+19 |
* | New testcase that is not actually handled yet, but should be in the future. | Chris Lattner | 2003-12-09 | 1 | -0/+31 |
* | Whoops, forgot to check this in. :) | Chris Lattner | 2003-12-08 | 1 | -0/+22 |
* | New testcase for automatic insertion of accumulator variables to eliminate | Chris Lattner | 2003-12-08 | 1 | -0/+17 |
* | New testcase, this should be -tailcallelim'inated | Chris Lattner | 2003-12-08 | 1 | -0/+19 |