summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopUnroll
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-221-1/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-094-0/+214
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-181-0/+41
* Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky2011-11-121-0/+42
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-041-0/+36
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-151-1/+1
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-131-1/+1
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-131-1/+1
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-121-1/+1
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+29
* A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick2011-08-111-0/+429
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-111-0/+172
* Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.Andrew Trick2011-08-101-0/+39
* Fix the LoopUnroller to handle nontrivial loops and partial unrolling.Andrew Trick2011-08-102-0/+162
* add a testcase for r125827Chris Lattner2011-02-181-0/+24
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-1/+1
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-091-51/+0
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-081-0/+51
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-201-0/+28
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-117-7/+7
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-083-3/+3
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-087-7/+7
* remove a test that depends on -debug.Chris Lattner2009-03-131-15/+0
* Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman2008-07-291-0/+15
* Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman2008-06-242-72/+0
* Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman2008-06-232-0/+72
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Upgrade tests.Tanya Lattner2008-03-194-44/+33
* Be more careful modifying the use_list while also iterating through it.Nick Lewycky2008-01-271-0/+2
* If a value is incoming from outside the loop then the value does not need rem...Devang Patel2007-11-051-0/+293
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* Add a testcase for unrolling loops with unknown tripcounts.Dan Gohman2007-05-181-0/+18
* new testcase for PR1385Chris Lattner2007-05-051-0/+36
* Add PR number for reference.Devang Patel2007-04-161-0/+1
* New test case.Devang Patel2007-04-161-0/+17
* For PR1319:Reid Spencer2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-023-3/+3
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-241-0/+18
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* New testcase for PR532Chris Lattner2005-03-061-0/+29
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner2004-05-131-0/+15