| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick | 2012-04-10 | 1 | -0/+40 |
* | Add testcase for r154007, when a function has the optsize attribute, | Hongbin Zheng | 2012-04-04 | 1 | -0/+35 |
* | Remove redundant -enable-iv-rewrite=false flags from test cases. | Andrew Trick | 2012-03-22 | 1 | -1/+1 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Add -unroll-runtime for unrolling loops with run-time trip counts. | Andrew Trick | 2011-12-09 | 4 | -0/+214 |
* | Fix a corner case in updating LoopInfo after fully unrolling an outer loop. | Andrew Trick | 2011-11-18 | 1 | -0/+41 |
* | Don't try to loop on iterators that are potentially invalidated inside the lo... | Nick Lewycky | 2011-11-12 | 1 | -0/+42 |
* | Unit test for r140919, loop unroll heuristics. | Andrew Trick | 2011-10-04 | 1 | -0/+36 |
* | Reapply r139759. Disable IV rewriting by default. See PR10916. | Andrew Trick | 2011-09-15 | 1 | -1/+1 |
* | [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P... | Andrew Trick | 2011-09-13 | 1 | -1/+1 |
* | Disable IV rewriting by default. See PR10916. | Andrew Trick | 2011-09-13 | 1 | -1/+1 |
* | Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def... | Andrew Trick | 2011-09-12 | 1 | -1/+1 |
* | Test case update for unroll-scev. | Andrew Trick | 2011-09-02 | 2 | -8/+13 |
* | -unroll-scev flag removal | Andrew Trick | 2011-09-02 | 4 | -4/+4 |
* | ConstantVector returns arbitrary value for the wrong index. | Jakub Staszak | 2011-09-02 | 1 | -0/+29 |
* | A slew of unit tests for the recent LoopInfo::updateUnloop feature | Andrew Trick | 2011-08-11 | 1 | -0/+429 |
* | Allow loop unrolling to get known trip counts from ScalarEvolution. | Andrew Trick | 2011-08-11 | 1 | -0/+172 |
* | Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534. | Andrew Trick | 2011-08-10 | 1 | -0/+39 |
* | Fix the LoopUnroller to handle nontrivial loops and partial unrolling. | Andrew Trick | 2011-08-10 | 2 | -0/+162 |
* | add a testcase for r125827 | Chris Lattner | 2011-02-18 | 1 | -0/+24 |
* | Rename 'loopsimplify' to 'loop-simplify'. | Cameron Zwarich | 2011-02-10 | 1 | -1/+1 |
* | Revert r113439, which relaxed the requirement that loops containing calls can... | Owen Anderson | 2010-09-09 | 1 | -51/+0 |
* | Relax the "don't unroll loops containing calls" rule. Instead, when a loop c... | Owen Anderson | 2010-09-08 | 1 | -0/+51 |
* | Teach getSmallConstantTripMultiple about Shl operators. | Dan Gohman | 2009-11-20 | 1 | -0/+28 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 7 | -7/+7 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 3 | -3/+3 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 7 | -7/+7 |
* | remove a test that depends on -debug. | Chris Lattner | 2009-03-13 | 1 | -15/+0 |
* | Add -unroll-allow-partial command line option that enabled the loop unroller to | Matthijs Kooijman | 2008-07-29 | 1 | -0/+15 |
* | Revert 52645, the loop unroller changes. It caused a regression in 252.eon. | Dan Gohman | 2008-06-24 | 2 | -72/+0 |
* | Revamp the loop unroller, extending it to correctly update PHI nodes | Dan Gohman | 2008-06-23 | 2 | -0/+72 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 4 | -44/+33 |
* | Be more careful modifying the use_list while also iterating through it. | Nick Lewycky | 2008-01-27 | 1 | -0/+2 |
* | If a value is incoming from outside the loop then the value does not need rem... | Devang Patel | 2007-11-05 | 1 | -0/+293 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | Add a testcase for unrolling loops with unknown tripcounts. | Dan Gohman | 2007-05-18 | 1 | -0/+18 |
* | new testcase for PR1385 | Chris Lattner | 2007-05-05 | 1 | -0/+36 |
* | Add PR number for reference. | Devang Patel | 2007-04-16 | 1 | -0/+1 |
* | New test case. | Devang Patel | 2007-04-16 | 1 | -0/+17 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -2/+2 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 3 | -3/+3 |
* | Implement unrolling of multiblock loops. This significantly improves the | Owen Anderson | 2006-08-24 | 1 | -0/+18 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | New testcase for PR532 | Chris Lattner | 2005-03-06 | 1 | -0/+29 |
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |