summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/TailCallElim
Commit message (Expand)AuthorAgeFilesLines
* TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...Benjamin Kramer2015-02-281-0/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-273-14/+14
* Fix tail recursion eliminationArnaud A. de Grandmaison2014-11-191-0/+26
* Revert "Transforms: reapply SVN r219899"Reid Kleckner2014-11-042-35/+1
* Transforms: reapply SVN r219899Saleem Abdulrasool2014-10-282-1/+35
* Fix a long-standing miscompile in the load analysis that was uncoveredChandler Carruth2014-10-191-4/+23
* Revert "TRE: make TRE a bit more aggressive"Rafael Espindola2014-10-172-35/+1
* TRE: make TRE a bit more aggressiveSaleem Abdulrasool2014-10-162-1/+35
* We may visit a call that uses an alloca multiple times in callUsesLocalStack,...Nick Lewycky2014-07-231-0/+14
* Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...Nick Lewycky2014-05-051-0/+23
* Fix PR7272 in -tailcallelim instead of the inlinerReid Kleckner2014-04-211-0/+8
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-143-5/+5
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-142-3/+3
* Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman2013-07-112-25/+86
* [TRE] Combined another test into basic.llMichael Gottesman2013-07-052-13/+1
* [TRE] Merged several tests into the the test basic.ll.Michael Gottesman2013-07-055-62/+58
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-123-4/+2
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-083-0/+4
* Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman2013-01-111-2/+2
* This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman2013-01-114-6/+12
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis2012-10-221-19/+4
* Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky2012-10-221-4/+19
* Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi2012-10-221-4/+2
* Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky2012-10-211-2/+4
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-022-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-024-4/+4
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-1/+0
* Temporarily XFAIL waiting for a fix.Bill Wendling2011-10-171-1/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-4/+17
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-1/+1
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-191-2/+2
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-021-1/+1
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-171-1/+0
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-161-0/+16
* 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
OpenPOWER on IntegriCloud