aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/PredicateSimplifier
Commit message (Expand)AuthorAgeFilesLines
* Upgrade tests.Tanya Lattner2008-03-1917-591/+482
* Excuse me.Nick Lewycky2007-09-201-1/+1
* Fix optimization. %x = sub %x, %y does not imply that %y is zero.Nick Lewycky2007-09-201-0/+102
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-153-3/+3
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* fix incorrectly upgraded testChris Lattner2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-163-7/+11
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* Propagate ValueRanges across equality.Nick Lewycky2007-03-181-0/+19
* New predicate simplifier!Nick Lewycky2007-01-111-0/+19
* For PR950:Reid Spencer2006-12-311-3/+3
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0216-20/+20
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-225-0/+148
* Emitting raw bytecode is awfully rude. Add -disable-output.Nick Lewycky2006-10-281-7/+17
* Improve cvs ignoring of test results.Reid Spencer2006-10-271-0/+1
* Handling of setlt/le/gt/ge is broken at the moment; predsimplify removesNick Lewycky2006-10-261-0/+27
* This testcase was logically wrong! Fixing, and including the test for theNick Lewycky2006-10-261-3/+24
* Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missedNick Lewycky2006-10-221-0/+21
* AllocaInst can't return a null pointer. Fixes missed optimizationNick Lewycky2006-10-221-1/+16
* Move break-crit-edges before the predicate simplifier. Allows us toNick Lewycky2006-10-031-1/+1
* Once we're down to "setcc type constant1, constant2", at least come upNick Lewycky2006-09-201-0/+54
* Use a total ordering to compare instructions.Nick Lewycky2006-09-201-0/+28
* Enable dejagnu tests for predicate simplifier.Nick Lewycky2006-09-191-0/+3
* Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky2006-09-101-0/+28
* Improve handling of SelectInst.Nick Lewycky2006-09-022-1/+185
* This program crashes the PredicateSimplifier. Not marked XFAIL becauseNick Lewycky2006-08-311-0/+36
* Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky2006-08-284-0/+223