Age | Commit message (Expand) | Author |
2019-08-14 | Updated error messages in Gen*Bout.c | Cristian Cadar |
2019-08-14 | Cleaned up messages emitted by klee-replay, and prefixed them all with "KLEE-... | Cristian Cadar |
2019-08-01 | tests: fix Gen(Random)Bout.c: cd - command not found | Frank Busse |
2019-07-30 | Use #include "klee/..." (instead of #include <klee/...>) consistently. | Cristian Cadar |
2019-07-30 | fix two test issues | Felix Rath |
2019-07-30 | Add missing dependencies for `check` target | Martin Nowack |
2019-07-29 | Fixed incorrect requires directive | Cristian Cadar |
2019-05-30 | fix tests for macOS | Julian Büning |
2019-05-30 | implement FunctionAliasPass | Julian Büning |
2019-05-30 | remove klee_alias_function() | Julian Büning |
2019-05-28 | Implement handling of the llvm.fabs intrinsic | Felix Rath |
2019-05-06 | Add 'freebsd' feature in lit.cfg and use it to XFAIL LargeReturnTypes.cpp test. | Gleb Popov |
2019-04-04 | klee-stats: add - to to-csv/grafana options | Frank Busse |
2019-04-04 | Add klee-stats test, fix microseconds bug | Timotej Kapus |
2019-04-04 | Change the .stats format into sqlite3 | Timotej Kapus |
2019-04-02 | Teach ConcreteTest.py to use `gmake` instead of `make` on FreeBSD | Gleb Popov |
2019-03-31 | Made test/Runtime/POSIX/GenBout.c run in an isolated directory | Andrew Santosa |
2019-03-31 | Various updates to gen-random-bout.cpp | Andrew Santosa |
2019-03-21 | remove tests for LLVM <= 3.7 | Julian Büning |
2019-03-21 | drop support for LLVM <= 3.7 | Julian Büning |
2019-03-20 | tests: add STPDumpDebugQueries.c | Frank Busse |
2019-03-19 | Add Read consistency test case, spelling | Timotej Kapus |
2019-03-18 | Disable optimisation for functions that contain KLEE calls | Martin Nowack |
2019-03-18 | make test/Feature/srem.c more explicit | Julian Büning |
2019-03-17 | Fix libc++ testcases | Martin Nowack |
2019-03-17 | Added libcxx flag | Lukas Wölfer |
2019-03-15 | Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place... | Cristian Cadar |
2019-03-13 | Renamed --no-output to --write-no-tests and placed it in the test case catego... | Cristian Cadar |
2019-03-12 | Exclude testcases not compatible with MSan | Martin Nowack |
2019-03-12 | Add support to compile KLEE with MemorySanitizer (MSan) | Martin Nowack |
2019-03-12 | Fixed comments to objectsize.ll and objectsize.leq49.ll | Cristian Cadar |
2019-03-12 | Removed unneeded and confusing disable-opt option, reformatted Optimize() fun... | Cristian Cadar |
2019-03-07 | tests: rename xxclang to clangxx | Frank Busse |
2019-03-07 | Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively. | Cristian Cadar |
2019-03-05 | add regression test for LLVM PR39177 | Julian Büning |
2019-03-05 | fix Executor::initializeGlobals for aliases pointing to another alias | Julian Büning |
2018-12-19 | regression/2014-09-13-debug-info.c: use 'int: ' instead of 'data:' | Frank Busse |
2018-12-19 | Various fixes for ktest-tool | Frank Busse |
2018-12-19 | Added checks option category, moved --optimize to starting category, renamed ... | Cristian Cadar |
2018-12-19 | Renamed --stop-after-n-instructions to --max-instructions, as suggested by @251 | Cristian Cadar |
2018-11-23 | Implemented memalign with alignment | Lukas Wölfer |
2018-11-06 | fix: actually set -O0 in test/concrete/CMakeLists.txt | Julian Büning |
2018-11-05 | Fixed crash on zero size arrays | Lukas Wölfer |
2018-11-05 | Check for stack overflow in a tested program | Martin Nowack |
2018-11-02 | Added test for the case where external calls are encountered but disallowed | Cristian Cadar |
2018-11-02 | Replaced --no-externals and --allow-external-sym-calls with --external-calls,... | Cristian Cadar |
2018-11-02 | The test DeterministicSwitch.c does not need to allow external symbolic calls | Cristian Cadar |
2018-10-29 | add %OOopt to recently added tests and Concrete | Julian Büning |
2018-10-26 | Added gen-bout tool to generate ktest file (file.bout) using specified concre... | Andrew Santosa |
2018-10-26 | llvm5: test, add -disable-O0-optnone to -O0 | Jiri Slaby |