LowerSwitch: replace unreachable default with popular case destination
[oota-llvm.git] / test / Transforms / TailCallElim /
2014-11-19 Arnaud A. de Grand... Fix tail recursion elimination
2014-11-04 Reid KlecknerRevert "Transforms: reapply SVN r219899"
2014-10-28 Saleem AbdulrasoolTransforms: reapply SVN r219899
2014-10-19 Chandler CarruthFix a long-standing miscompile in the load analysis...
2014-10-17 Rafael EspindolaRevert "TRE: make TRE a bit more aggressive"
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-07-23 Nick LewyckyWe may visit a call that uses an alloca multiple times...
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-11 Michael GottesmanTeach TailRecursionElimination to handle certain cases...
2013-07-05 Michael Gottesman[TRE] Combined another test into basic.ll
2013-07-05 Michael Gottesman[TRE] Merged several tests into the the test basic.ll.
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-01-11 Michael GottesmanConverted test dont-tce-tail-marked-call.ll to use...
2013-01-11 Michael GottesmanThis commit is a 4x squash commit consisting of 4x...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-10-22 Argyrios KyrtzidisRevert r166407 because it caused analyzer tests to...
2012-10-22 Nick LewyckyReapply r166405, teaching tailcallelim to be smarter...
2012-10-22 NAKAMURA TakumiRevert r166405, "Teach TailRecursionElimination to...
2012-10-21 Nick LewyckyTeach TailRecursionElimination to consider 'nocapture...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-17 Bill WendlingCorrect over-zealous removal of hack.
2011-10-17 Bill WendlingTemporarily XFAIL waiting for a fix.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-09-19 Bill WendlingReplace uses of unwind with unreachable for the same...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-01-29 Evan ChengAdd a test for TCE return duplication.
2010-08-31 Chris Lattnermerge two tests.
2010-08-31 Chris Lattnermerge two tests and convert to filecheck.
2010-07-13 Duncan SandsHandle the case of a tail recursion in which the tail...
2010-06-26 Duncan SandsFix PR7328: when turning a tail recursion into a loop...
2010-04-16 Dan GohmanRefine the detection of seemingly infinitely recursive...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-01-31 Evan ChengDo not mark no-return calls tail calls. It'll screw...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-07 Nick LewyckyImprove tail call elimination to handle the switch...
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-09-11 Dan GohmanConvert more tests to avoid llvm-as.
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Chris Lattnertweak test, add PR#
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-06-19 Chris LattnerImprove tail call elim to move loads above readonly...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2007-09-10 Chris Lattnerremove obsolete testcase
2007-09-10 Dale JohannesenAdd missing llvm-dis.
2007-09-10 Chris LattnerPrevent tailcallelim from breaking "recursive" calls...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerUse %prcontext, $prcontext is not resolving for some...
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-26 Reid SpencerFor PR761:
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-11-05 Chris LattnerNew testcase
2005-08-07 Chris LattnerNew testcases for PR615
2005-05-10 Chris Lattnernew testcase
2004-11-30 Chris LattnerThis is a cross platform fail, failing on freebsd as...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-06 Tanya LattnerAdding XFAIL lines for dejagnu support.
2003-12-14 Chris Lattnernew test
2003-12-09 Chris LattnerNew testcase that is not actually handled yet, but...
2003-12-08 Chris LattnerWhoops, forgot to check this in. :)
2003-12-08 Chris LattnerNew testcase for automatic insertion of accumulator...
2003-12-08 Chris LattnerNew testcase, this should be -tailcallelim'inated
2003-09-20 Chris LattnerNew testcase