Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-30 | Use #include "klee/..." (instead of #include <klee/...>) consistently. | Cristian Cadar | |
2019-03-07 | Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively. | Cristian Cadar | |
2018-10-26 | llvm5: test, add -disable-O0-optnone to -O0 | Jiri Slaby | |
Otherwise optimizations done in klee won't have any effect. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> | |||
2017-02-14 | ReadExpr::create() was missing an opportunity to constant fold when handling ↵ | Dan Liew | |
constant arrays. | |||
2016-11-23 | Renamed .pc to .kquery (kleaver query) | Eric Rizzi | |
2015-04-19 | Fixed RewriteEqualities input to be more resilient to differences in ↵ | Cristian Cadar | |
compilation. | |||
2015-04-19 | Temportily marking RewriteEqualities test as XFAIL. | Cristian Cadar | |
2015-04-19 | Added a new test case that checks the --rewrite-equalities optimisation. ↵ | Cristian Cadar | |
The test contains the program proposed by Eric Rizzi in https://github.com/klee/klee/issues/227, and shows a case in which a constant constraint results after the optimisation. |