Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | Exclude testcases not compatible with MSan | Martin Nowack | |
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> | |||
2018-10-17 | tests: disable CompressedExprLogging on zlib-less systems | Frank Busse | |
2018-05-18 | tests: use names in klee_make_symbolic | Frank Busse | |
2016-11-23 | Renamed .pc to .kquery (kleaver query) | Eric Rizzi | |
2016-07-08 | Support gzip-based compression of raw_outstreams | Martin Nowack | |
Provide initial zlib-based compression support for raw_outstreams. Replacing llvm::raw_fd_outstreams with compressed_fd_outstreams automatically compresses data in gzip format before writing to file. Options added: * --compress-log to compress all query log files (e.g. *.pc, *.smt2) on the fly. Every query log file gets extended with .gz. * --debug-compress-instructions to compress logfile for instruction stream on the fly. |