summaryrefslogtreecommitdiff
path: root/test/Transforms/PredicateSimplifier
Commit message (Expand)AuthorAge
* fix incorrectly upgraded testChris Lattner2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Propagate ValueRanges across equality.Nick Lewycky2007-03-18
* New predicate simplifier!Nick Lewycky2007-01-11
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-22
* Emitting raw bytecode is awfully rude. Add -disable-output.Nick Lewycky2006-10-28
* Improve cvs ignoring of test results.Reid Spencer2006-10-27
* Handling of setlt/le/gt/ge is broken at the moment; predsimplify removesNick Lewycky2006-10-26
* This testcase was logically wrong! Fixing, and including the test for theNick Lewycky2006-10-26
* Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missedNick Lewycky2006-10-22
* AllocaInst can't return a null pointer. Fixes missed optimizationNick Lewycky2006-10-22
* Move break-crit-edges before the predicate simplifier. Allows us toNick Lewycky2006-10-03
* Once we're down to "setcc type constant1, constant2", at least come upNick Lewycky2006-09-20
* Use a total ordering to compare instructions.Nick Lewycky2006-09-20
* Enable dejagnu tests for predicate simplifier.Nick Lewycky2006-09-19
* Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky2006-09-10
* Improve handling of SelectInst.Nick Lewycky2006-09-02
* This program crashes the PredicateSimplifier. Not marked XFAIL becauseNick Lewycky2006-08-31
* Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky2006-08-28