Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Fixed Expr/Parser/Simplify.pc test for llvm-lit. Escaped quote issue. | Dan Liew | |
2009-07-15 | Fixed two test cases. | Cristian Cadar | |
The failing test case is actually (query [false] false), which should return VALID, but currently returns INVALID. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@75747 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-06-16 | Add basic constant folding / simplification for Eq. | Daniel Dunbar | |
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73467 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-06-16 | Start SimplifyingExprBuilder | Daniel Dunbar | |
- Normalize Ne, Ugt, Uge, Slt, Sge git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73458 91177308-0d34-0410-b5e6-96231b3b80d8 |