| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the test moves from 176733. Use "REQUIRES: asserts" instead. | Jan Wen Voung | 2013-03-12 | 6 | -4/+5 |
* | Disable statistics on Release builds and move tests that depend on -stats. | Jan Wen Voung | 2013-03-08 | 6 | -0/+4 |
* | Use references to attribute groups on the call/invoke instructions. | Bill Wendling | 2013-02-22 | 4 | -9/+22 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 3 | -3/+3 |
* | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy | 2012-12-20 | 1 | -1/+38 |
* | Fix tests that didn't test anything. | Benjamin Kramer | 2012-09-26 | 1 | -1/+1 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | Enable the new LoopInfo algorithm by default. | Andrew Trick | 2012-06-26 | 3 | -26/+26 |
* | Do not pass an invalid domtree to SimplifyInstruction from | Peter Collingbourne | 2012-05-20 | 1 | -0/+25 |
* | Second attempt at PR12573: | Bill Wendling | 2012-04-30 | 1 | -0/+101 |
* | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick | 2012-04-10 | 1 | -8/+3 |
* | Fast fix for PR12343: | Stepan Dyatkovskiy | 2012-04-02 | 1 | -0/+46 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Improved compile time: | Stepan Dyatkovskiy | 2012-01-11 | 1 | -2/+2 |
* | Reinstate r146578; it doesn't appear to be the cause of some recent execution- | Chad Rosier | 2011-12-22 | 3 | -0/+313 |
* | Speculatively revert r146578 to determine if it is the cause of a number of | Chad Rosier | 2011-12-22 | 3 | -313/+0 |
* | Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ... | Stepan Dyatkovskiy | 2011-12-14 | 3 | -0/+313 |
* | Split the landing pad basic block with the correct function. Also merge the | Bill Wendling | 2011-09-27 | 1 | -0/+67 |
* | Bail on unswitching a switch statement for a case with a critical edge. We name | Nick Lewycky | 2011-06-03 | 1 | -0/+28 |
* | Factor code for testing whether replacing one value with another | Duncan Sands | 2010-11-18 | 1 | -0/+28 |
* | Fix loop unswitching's assumption that a code path which either | Dan Gohman | 2010-09-01 | 1 | -0/+53 |
* | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola | 2010-06-17 | 1 | -1/+1 |
* | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 1 | -0/+19 |
* | fix a crash in loop unswitch on a loop invariant vector condition. | Chris Lattner | 2010-02-02 | 1 | -1/+16 |
* | remove an unreduced testcase, rename another. | Chris Lattner | 2010-02-02 | 2 | -1697/+0 |
* | Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove... | Edward O'Callaghan | 2009-11-25 | 1 | -24/+0 |
* | Fix for PR5373, Credit to Jakub Staszak. | Edward O'Callaghan | 2009-11-24 | 1 | -0/+24 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -1/+1 |
* | Eliminate more redundant llvm-as calls. | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 15 | -15/+15 |
* | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman | 2009-09-09 | 1 | -0/+34 |
* | Trim unnecessary declarations. | Dan Gohman | 2009-09-08 | 1 | -550/+0 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 15 | -15/+15 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 2 | -52/+645 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -0/+52 |
* | Actually test something. Use PR3170 test case. | Devang Patel | 2008-12-08 | 1 | -36/+25 |
* | Undo previous patch. | Devang Patel | 2008-12-08 | 1 | -1/+1 |
* | Ignore conditions that are outside the loop. | Devang Patel | 2008-11-03 | 1 | -0/+47 |
* | Preserve dominance frontier while trivially unswitching loop. | Devang Patel | 2008-06-18 | 1 | -0/+22 |
* | Update dom tree. Fix PR 2372. | Devang Patel | 2008-06-02 | 1 | -0/+26 |
* | 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 | 6 | -1640/+1599 |
* | Fix bug in updating dominance frontier after loop | Devang Patel | 2007-10-05 | 1 | -0/+29 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | Update dominator info for the middle blocks created while spliting | Devang Patel | 2007-08-02 | 1 | -0/+55 |
* | Update dominator info for the middle blocks created while spliting | Devang Patel | 2007-08-01 | 1 | -0/+30 |
* | Bunch of tests to check loop passes. | Devang Patel | 2007-07-31 | 2 | -0/+72 |
* | New test. | Devang Patel | 2007-07-18 | 1 | -0/+66 |