summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnroll
Commit message (Expand)AuthorAge
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-15
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-13
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-13
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-12
* Test case update for unroll-scev.Andrew Trick2011-09-02
* -unroll-scev flag removalAndrew Trick2011-09-02
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-02
* A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick2011-08-11
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-11
* Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.Andrew Trick2011-08-10
* Fix the LoopUnroller to handle nontrivial loops and partial unrolling.Andrew Trick2011-08-10
* add a testcase for r125827Chris Lattner2011-02-18
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-09
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-08
* Teach getSmallConstantTripMultiple about Shl operators.Dan Gohman2009-11-20
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* remove a test that depends on -debug.Chris Lattner2009-03-13
* Add -unroll-allow-partial command line option that enabled the loop unroller toMatthijs Kooijman2008-07-29
* Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman2008-06-24
* Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman2008-06-23
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Upgrade tests.Tanya Lattner2008-03-19
* Be more careful modifying the use_list while also iterating through it.Nick Lewycky2008-01-27
* If a value is incoming from outside the loop then the value does not need rem...Devang Patel2007-11-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add a testcase for unrolling loops with unknown tripcounts.Dan Gohman2007-05-18
* new testcase for PR1385Chris Lattner2007-05-05
* Add PR number for reference.Devang Patel2007-04-16
* New test case.Devang Patel2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Implement unrolling of multiblock loops. This significantly improves theOwen Anderson2006-08-24
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* New testcase for PR532Chris Lattner2005-03-06
* Adding srcdir argTanya Lattner2004-11-19
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-13
* New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner2004-05-13