aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/PredicateSimplifier
AgeCommit message (Expand)Author
2009-10-06remove predicate simplifier, it never got the last bugs beatenChris Lattner
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-19Upgrade tests.Tanya Lattner
2007-09-20Excuse me.Nick Lewycky
2007-09-20Fix optimization. %x = sub %x, %y does not imply that %y is zero.Nick Lewycky
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16fix incorrectly upgraded testChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-18Propagate ValueRanges across equality.Nick Lewycky
2007-01-11New predicate simplifier!Nick Lewycky
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-22Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky
2006-10-28Emitting raw bytecode is awfully rude. Add -disable-output.Nick Lewycky
2006-10-27Improve cvs ignoring of test results.Reid Spencer
2006-10-26Handling of setlt/le/gt/ge is broken at the moment; predsimplify removesNick Lewycky
2006-10-26This testcase was logically wrong! Fixing, and including the test for theNick Lewycky
2006-10-22Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missedNick Lewycky
2006-10-22AllocaInst can't return a null pointer. Fixes missed optimizationNick Lewycky
2006-10-03Move break-crit-edges before the predicate simplifier. Allows us toNick Lewycky
2006-09-20Once we're down to "setcc type constant1, constant2", at least come upNick Lewycky
2006-09-20Use a total ordering to compare instructions.Nick Lewycky
2006-09-19Enable dejagnu tests for predicate simplifier.Nick Lewycky
2006-09-10Replace EquivalenceClasses with a custom-built data structure. Many commonNick Lewycky
2006-09-02Improve handling of SelectInst.Nick Lewycky
2006-08-31This program crashes the PredicateSimplifier. Not marked XFAIL becauseNick Lewycky
2006-08-28Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky