| Commit message (Expand) | Author | Age | Files | Lines |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 36 | -39/+39 |
* | tighten test. | Chris Lattner | 2009-09-07 | 1 | -1/+1 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 1 | -2/+3 |
* | Tweak this test to be a little less unusual. | Dan Gohman | 2009-06-20 | 1 | -2/+2 |
* | Don't (unconditionally) use getSCEVAtScope to simplify the step | Dan Gohman | 2009-06-19 | 1 | -0/+18 |
* | Revert 72493 and replace it with a more conservative fix, for now: don't | Dan Gohman | 2009-05-27 | 1 | -0/+25 |
* | In ChangeCompareStride, when the stride to be reused is truncated to | Dan Gohman | 2009-05-27 | 1 | -0/+33 |
* | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman | 2009-05-20 | 1 | -0/+21 |
* | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman | 2009-05-19 | 1 | -1/+2 |
* | Factor the code for collecting IV users out of LSR into an IVUsers class, | Dan Gohman | 2009-05-12 | 1 | -1/+1 |
* | Temporarily reverting r71008. It was causing this failure: | Bill Wendling | 2009-05-05 | 1 | -122/+0 |
* | Handle overflow of 64-bit loop conditions. | David Greene | 2009-05-05 | 1 | -0/+122 |
* | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 1 | -1/+1 |
* | Don't try to mix integers and pointers in an icmp instruction | Dan Gohman | 2009-04-30 | 1 | -0/+1 |
* | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen | 2009-04-29 | 1 | -0/+43 |
* | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman | 2009-04-27 | 1 | -4/+6 |
* | Testcase for PR2537. | Owen Anderson | 2009-04-23 | 1 | -0/+21 |
* | Add testcase from PR3086. | Owen Anderson | 2009-04-23 | 1 | -0/+28 |
* | Implement "superhero" strength reduction, or full strength | Dan Gohman | 2009-02-20 | 1 | -1/+1 |
* | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng | 2009-02-17 | 1 | -0/+32 |
* | Fix pr3571: If stride is a value defined by an instruction, make sure it domi... | Evan Cheng | 2009-02-15 | 1 | -0/+27 |
* | Fix PR 3471, and some cleanups. | Dale Johannesen | 2009-02-09 | 1 | -0/+33 |
* | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen | 2009-01-14 | 1 | -0/+39 |
* | Remove. | Devang Patel | 2008-09-09 | 1 | -58/+0 |
* | fix overflow check. | Devang Patel | 2008-09-09 | 1 | -0/+48 |
* | xfail | Devang Patel | 2008-09-08 | 1 | -0/+1 |
* | Check iteration count. | Devang Patel | 2008-09-03 | 1 | -1/+1 |
* | If all IV uses are extending integer IV then change the type of IV itself, if... | Devang Patel | 2008-09-02 | 1 | -0/+57 |
* | If IV is used in a int-to-float cast inside the loop then try to eliminate th... | Devang Patel | 2008-08-26 | 1 | -1/+0 |
* | XFAIL this test for now. | Bill Wendling | 2008-08-18 | 1 | -0/+1 |
* | Didn't mean to change this. | Evan Cheng | 2008-08-17 | 1 | -0/+99 |
* | Fix a (u)comiss intrinsic lowering bug. It was using anyext which can return ... | Evan Cheng | 2008-08-17 | 1 | -99/+0 |
* | Reapply 54786. Add overflow and number of mantissa bits checks. | Devang Patel | 2008-08-15 | 1 | -0/+99 |
* | Revert 54786. It's not checking for overflows, etc. | Evan Cheng | 2008-08-15 | 1 | -27/+0 |
* | If IV is used in a int-to-float cast inside the loop then try to eliminate th... | Devang Patel | 2008-08-14 | 1 | -0/+27 |
* | Check sign to detect overflow before changing compare stride. | Devang Patel | 2008-08-13 | 1 | -0/+31 |
* | PR2535, not PR2355. | Evan Cheng | 2008-08-06 | 1 | -1/+1 |
* | Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is ... | Evan Cheng | 2008-08-06 | 1 | -0/+24 |
* | Add the PR number to the test. | Dan Gohman | 2008-07-21 | 1 | -0/+2 |
* | Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that | Dan Gohman | 2008-07-21 | 1 | -0/+285 |
* | Improve LSR's dead-phi detection to handle use-def cycles | Dan Gohman | 2008-06-22 | 1 | -0/+21 |
* | Refine the change in r52258 for avoiding use-before-def conditions | Dan Gohman | 2008-06-16 | 2 | -3/+31 |
* | Protect ChangeCompareStride from situations in which it is possible | Dan Gohman | 2008-06-13 | 1 | -0/+20 |
* | 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 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 1 | -1/+1 |
* | Upgrade tests. | Tanya Lattner | 2008-03-19 | 20 | -391/+337 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 4 | -4/+4 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | New test. | Devang Patel | 2007-04-23 | 1 | -0/+71 |