| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 17 | -591/+482 |
* | Excuse me. | Nick Lewycky | 2007-09-20 | 1 | -1/+1 |
* | Fix optimization. %x = sub %x, %y does not imply that %y is zero. | Nick Lewycky | 2007-09-20 | 1 | -0/+102 |
* | Convert tests using "grep -c ... | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 3 | -3/+3 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -1/+0 |
* | fix incorrectly upgraded test | Chris Lattner | 2007-04-16 | 1 | -1/+1 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 3 | -7/+11 |
* | 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 |
* | Propagate ValueRanges across equality. | Nick Lewycky | 2007-03-18 | 1 | -0/+19 |
* | New predicate simplifier! | Nick Lewycky | 2007-01-11 | 1 | -0/+19 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -3/+3 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 16 | -20/+20 |
* | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky | 2006-11-22 | 5 | -0/+148 |
* | Emitting raw bytecode is awfully rude. Add -disable-output. | Nick Lewycky | 2006-10-28 | 1 | -7/+17 |
* | Improve cvs ignoring of test results. | Reid Spencer | 2006-10-27 | 1 | -0/+1 |
* | Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes | Nick Lewycky | 2006-10-26 | 1 | -0/+27 |
* | This testcase was logically wrong! Fixing, and including the test for the | Nick Lewycky | 2006-10-26 | 1 | -3/+24 |
* | Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed | Nick Lewycky | 2006-10-22 | 1 | -0/+21 |
* | AllocaInst can't return a null pointer. Fixes missed optimization | Nick Lewycky | 2006-10-22 | 1 | -1/+16 |
* | Move break-crit-edges before the predicate simplifier. Allows us to | Nick Lewycky | 2006-10-03 | 1 | -1/+1 |
* | Once we're down to "setcc type constant1, constant2", at least come up | Nick Lewycky | 2006-09-20 | 1 | -0/+54 |
* | Use a total ordering to compare instructions. | Nick Lewycky | 2006-09-20 | 1 | -0/+28 |
* | Enable dejagnu tests for predicate simplifier. | Nick Lewycky | 2006-09-19 | 1 | -0/+3 |
* | Replace EquivalenceClasses with a custom-built data structure. Many common | Nick Lewycky | 2006-09-10 | 1 | -0/+28 |
* | Improve handling of SelectInst. | Nick Lewycky | 2006-09-02 | 2 | -1/+185 |
* | This program crashes the PredicateSimplifier. Not marked XFAIL because | Nick Lewycky | 2006-08-31 | 1 | -0/+36 |
* | Add PredicateSimplifier pass. Collapses equal variables into one form | Nick Lewycky | 2006-08-28 | 4 | -0/+223 |