summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim
Commit message (Expand)AuthorAge
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-19
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-02
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-16
* Add a test for TCE return duplication.Evan Cheng2011-01-29
* merge two tests.Chris Lattner2010-08-31
* merge two tests and convert to filecheck.Chris Lattner2010-08-31
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-13
* Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands2010-06-26
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-16
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-03
* Do not mark no-return calls tail calls. It'll screw up special calls like lon...Evan Cheng2010-01-31
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Improve tail call elimination to handle the switch statement.Nick Lewycky2009-11-07
* Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky2009-11-07
* Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky2009-11-07
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* tweak test, add PR#Chris Lattner2009-09-07
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-19
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* remove obsolete testcaseChris Lattner2007-09-10
* Add missing llvm-dis.Dale Johannesen2007-09-10
* Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner2007-09-10
* Convert .cvsignore filesJohn Criswell2007-06-29
* move these xfailed tests to lib/Target/README.txtChris Lattner2007-05-05
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Use %prcontext, $prcontext is not resolving for some reason.Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR761:Reid Spencer2007-01-26
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* New testcaseChris Lattner2005-11-05
* New testcases for PR615Chris Lattner2005-08-07
* new testcaseChris Lattner2005-05-10
* This is a cross platform fail, failing on freebsd as wellChris Lattner2004-11-30
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-06
* new testChris Lattner2003-12-14