aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailCallElim
Commit message (Expand)AuthorAgeFilesLines
* Add a test for TCE return duplication.Evan Cheng2011-01-291-0/+23
* merge two tests.Chris Lattner2010-08-312-35/+35
* merge two tests and convert to filecheck.Chris Lattner2010-08-312-23/+28
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-131-1/+4
* Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands2010-06-261-0/+17
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-161-1/+25
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-031-12/+0
* Do not mark no-return calls tail calls. It'll screw up special calls like lon...Evan Cheng2010-01-311-0/+12
* Delete useless trailing semicolons.Dan Gohman2010-01-051-3/+3
* Improve tail call elimination to handle the switch statement.Nick Lewycky2009-11-071-0/+34
* Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky2009-11-071-0/+1
* Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky2009-11-071-0/+24
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-111-2/+1
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-112-2/+2
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-117-7/+7
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-0810-10/+10
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-087-7/+7
* tweak test, add PR#Chris Lattner2009-09-071-1/+2
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-051-2/+3
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-192-0/+165
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-108-97/+86
* remove obsolete testcaseChris Lattner2007-09-101-9/+0
* Add missing llvm-dis.Dale Johannesen2007-09-101-1/+1
* Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner2007-09-101-0/+10
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-051-31/+0
* For PR1319:Reid Spencer2007-04-161-2/+3
* For PR1319:Reid Spencer2007-04-161-1/+2
* Use %prcontext, $prcontext is not resolving for some reason.Reid Spencer2007-04-151-1/+1
* For PR1319:Reid Spencer2007-04-154-5/+6
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* For PR761:Reid Spencer2007-01-263-3/+5
* For PR950:Reid Spencer2006-12-312-2/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0210-11/+11
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* New testcaseChris Lattner2005-11-051-0/+8
* New testcases for PR615Chris Lattner2005-08-072-0/+22
* new testcaseChris Lattner2005-05-101-0/+11
* This is a cross platform fail, failing on freebsd as wellChris Lattner2004-11-301-1/+1
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-061-1/+1
* new testChris Lattner2003-12-141-0/+19
* New testcase that is not actually handled yet, but should be in the future.Chris Lattner2003-12-091-0/+31
* Whoops, forgot to check this in. :)Chris Lattner2003-12-081-0/+22
* New testcase for automatic insertion of accumulator variables to eliminateChris Lattner2003-12-081-0/+17
* New testcase, this should be -tailcallelim'inatedChris Lattner2003-12-081-0/+19