[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring speci...
[oota-llvm.git] / test / Transforms / LoopDeletion /
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-06-21 Jay FoadAdd a reduced test case for the buildbot failure (clang...
2011-02-22 Cameron ZwarichMake LoopDeletion work on loops with multiple edges...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattneranother random update
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...
2008-12-03 Chris Lattnerdon't spew tons of stuff to the output. This testcase...
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-05-16 Owen AndersonMove this test from ADCE to loop deletion, where it...
2008-05-06 Owen AndersonTestcase for r50770.
2008-04-30 Owen AndersonMove this test to LoopDeletion, where it now passes.