summaryrefslogtreecommitdiff
path: root/test/Transforms/PredicateSimplifier/2006-10-22-IntOr.ll
Commit message (Expand)AuthorAge
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-06
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Upgrade tests.Tanya Lattner2008-03-19
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-15
* fix incorrectly upgraded testChris Lattner2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Emitting raw bytecode is awfully rude. Add -disable-output.Nick Lewycky2006-10-28
* 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