summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim
AgeCommit message (Expand)Author
2017-11-28Remove this testAdam Nemet
2017-11-28Demote this opt remark to DEBUG.Adam Nemet
2017-07-19[TRE] Add another test for OptRemark.Davide Italiano
2017-07-19[TRE] Move to the new OptRemark API.Davide Italiano
2017-06-19[TRE] Improve code motion in TRE, use AA to tell whether a load can be moved ...Xin Tong
2016-11-07Avoid tail recursion elimination across calls with operand bundlesSanjoy Das
2016-07-06[PM] Port TailCallElimSean Silva
2016-01-17Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionallyArtur Pilipenko
2015-12-23[OperandBundles] Have TailCallElim play nice with operand bundlesDavid Majnemer
2015-11-06Add 'notail' marker for call instructions.Akira Hatanaka
2015-08-10Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs
2015-02-28TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...Benjamin Kramer
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-19Fix tail recursion eliminationArnaud A. de Grandmaison
2014-11-04Revert "Transforms: reapply SVN r219899"Reid Kleckner
2014-10-28Transforms: reapply SVN r219899Saleem Abdulrasool
2014-10-19Fix a long-standing miscompile in the load analysis that was uncoveredChandler Carruth
2014-10-17Revert "TRE: make TRE a bit more aggressive"Rafael Espindola
2014-10-16TRE: make TRE a bit more aggressiveSaleem Abdulrasool
2014-07-23We may visit a call that uses an alloca multiple times in callUsesLocalStack,...Nick Lewycky
2014-05-05Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...Nick Lewycky
2014-04-21Fix PR7272 in -tailcallelim instead of the inlinerReid Kleckner
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-14Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2013-07-11Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman
2013-07-05[TRE] Combined another test into basic.llMichael Gottesman
2013-07-05[TRE] Merged several tests into the the test basic.ll.Michael Gottesman
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-01-11Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman
2013-01-11This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2013-01-01Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2012-10-22Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis
2012-10-22Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky
2012-10-22Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi
2012-10-21Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
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