aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim
AgeCommit message (Expand)Author
2011-10-17Correct over-zealous removal of hack.Bill Wendling
2011-10-17Temporarily XFAIL waiting for a fix.Bill Wendling
2011-10-05Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-09-19Replace uses of unwind with unreachable for the same effect.Bill Wendling
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-06-17make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner
2011-05-16Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola
2011-01-29Add a test for TCE return duplication.Evan Cheng
2010-08-31merge two tests.Chris Lattner
2010-08-31merge two tests and convert to filecheck.Chris Lattner
2010-07-13Handle the case of a tail recursion in which the tail call is followedDuncan Sands
2010-06-26Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands
2010-04-16Refine the detection of seemingly infinitely recursive calls where theDan Gohman
2010-02-03Revert 94937 and move the noreturn check to codegen.Evan Cheng
2010-01-31Do not mark no-return calls tail calls. It'll screw up special calls like lon...Evan Cheng
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-11-07Improve tail call elimination to handle the switch statement.Nick Lewycky
2009-11-07Oops, FunctionContainsEscapingAllocas is really used to mean two differentNick Lewycky
2009-11-07Dust off tail recursion elimination. Fix a fixme by applying CaptureTrackingNick Lewycky
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-11Eliminate more redundant llvm-as calls.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-07tweak test, add PR#Chris Lattner
2009-09-05Eliminate uses of %prcontext.Daniel Dunbar
2009-06-19Improve tail call elim to move loads above readonly callsChris Lattner
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-09-10remove obsolete testcaseChris Lattner
2007-09-10Add missing llvm-dis.Dale Johannesen
2007-09-10Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-05move these xfailed tests to lib/Target/README.txtChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-15Use %prcontext, $prcontext is not resolving for some reason.Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-26For PR761:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-11-05New testcaseChris Lattner
2005-08-07New testcases for PR615Chris Lattner
2005-05-10new testcaseChris Lattner
2004-11-30This is a cross platform fail, failing on freebsd as wellChris Lattner