aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnroll
AgeCommit message (Expand)Author
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
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-10-24getSmallConstantTripMultiple should never return zero.Hal Finkel
2012-09-26Fix tests that didn't test anything.Benjamin Kramer
2012-04-10Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick
2012-04-04Add testcase for r154007, when a function has the optsize attribute,Hongbin Zheng
2012-03-22Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-09Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick
2011-11-18Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick
2011-11-12Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky
2011-10-04Unit test for r140919, loop unroll heuristics.Andrew Trick
2011-09-15Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-13[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick
2011-09-13Disable IV rewriting by default. See PR10916.Andrew Trick
2011-09-12Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick
2011-09-02Test case update for unroll-scev.Andrew Trick
2011-09-02-unroll-scev flag removalAndrew Trick
2011-09-02ConstantVector returns arbitrary value for the wrong index.Jakub Staszak
2011-08-11A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick
2011-08-11Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick
2011-08-10Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.Andrew Trick
2011-08-10Fix the LoopUnroller to handle nontrivial loops and partial unrolling.Andrew Trick
2011-02-18add a testcase for r125827Chris Lattner
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2010-09-09Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson
2010-09-08Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson
2009-11-20Teach getSmallConstantTripMultiple about Shl operators.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-03-13remove a test that depends on -debug.Chris Lattner
2008-07-29Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman
2008-06-24Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman
2008-06-23Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman
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-19Upgrade tests.Tanya Lattner
2008-01-27Be more careful modifying the use_list while also iterating through it.Nick Lewycky
2007-11-05If a value is incoming from outside the loop then the value does not need rem...Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-18Add a testcase for unrolling loops with unknown tripcounts.Dan Gohman
2007-05-05new testcase for PR1385Chris Lattner
2007-04-16Add PR number for reference.Devang Patel
2007-04-16New test case.Devang Patel
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer