Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Added pause and continue functionality for states in Executor | Lukas Wölfer | |
2017-11-26 | Replace confusing message in lit.site.cfg.in about the file being autogenerated | Cristian Cadar | |
2017-11-24 | klee_make_symbolic: add test cases for API | Frank Busse | |
2017-11-24 | klee_make_symbolic: warn on deprecated usage | Frank Busse | |
* terminates state instead of using assertion for illegal argument number * renames empty names to "unnamed" (otherwise test generation fails) * deprecates two argument version | |||
2017-10-26 | [cmake]Fix detection of non-standard path for tcmalloc | Martin Nowack | |
2017-10-25 | fixing huge allocation size constant to be unsigned | David Trabish | |
2017-10-17 | [travis] build metaSMT with C++11 | Hoang M. Le | |
2017-10-17 | [travis] add a workaround to keep Travis alive when running tests for ↵ | Hoang M. Le | |
metaSMT-CVC4 (which needs around 10m for one specific test case) | |||
2017-10-17 | [travis] update scripts to additionally test CVC4 and Yices2 | Hoang M. Le | |
2017-10-17 | [cmake] detect available metaSMT backends using a pre-defined flag and raise ↵ | Hoang M. Le | |
compile flags accordingly | |||
2017-10-17 | add support for CVC4 and Yices2 via metaSMT | Hoang M. Le | |
2017-10-15 | Fixed assert in BFSSearcher that does not hold as part of interleaved searcher | Julian Büning | |
2017-10-12 | Removed unnecessary and redundant variable | Andrea Mattavelli | |
2017-10-09 | Fixed initialization of distance to uncovered instructions when KLEE relies ↵ | Andrea Mattavelli | |
on default searchers | |||
2017-10-06 | Silenced warnings on comparison of integers of different signs in TreeStreamTest | Andrea Mattavelli | |
2017-10-06 | Removed the word 'unsigned' from integer overflow error messages | Andrew Santosa | |
2017-10-05 | enforce c++11 | Jörg Thalheim | |
fixes #314 | |||
2017-10-05 | Merge pull request #757 from delcypher/cmake_clean_all | Andrea Mattavelli | |
[CMake] Implement clean-all (fixes #718) | |||
2017-10-04 | [CMake] Add `clean_doxygen` rule to clean up doxygen build tree and | Dan Liew | |
add this as a dependency of `clean_all`. | |||
2017-10-04 | [CMake] Add global clean target `clean_all`. Fixes #718. | Dan Liew | |
This target invokes the `clean` target but is also intended for use by other cleaning targets. The `clean_runtime` target is now declared as a dependency of `clean-all` so that the runtime is cleaned as well. | |||
2017-10-04 | [CMake] Fix bug when doing non-assert builds. | Dan Liew | |
It seems we need to pass `-D` to CMake explicitly. | |||
2017-10-04 | Fix TravisCI `METASMT_DEFAULT` setting. | Dan Liew | |
2017-10-04 | Remove Autoconf/Makefile build system and adjust the TravisCI | Dan Liew | |
configuration, TravisCI scripts and Dockerfile build appropriately. There are a bunch of clean ups this enables but this commit doesn't attempt them. We can do that in future commits. | |||
2017-10-04 | Merge pull request #761 from ccadar/misc | Cristian Cadar | |
Silenced some warnings about unused variables when assertions are dis… | |||
2017-10-04 | Merge branch 'master' into misc | Cristian Cadar | |
2017-10-03 | Merge pull request #760 from delcypher/cmake_fixes | Andrea Mattavelli | |
A few minor CMake fixes/tweaks | |||
2017-10-03 | Silenced some warnings about unused variables when assertions are disabled. | Cristian Cadar | |
2017-10-03 | [CMake] Report the value of some important variables during configure | Dan Liew | |
to aid debugging. | |||
2017-10-03 | [CMake] Fix initialisation order of `KLEE_COMPONENT_*` and | Dan Liew | |
`KLEE_SOLVER_LIBRARIES` variables. The code to add `NDEBUG` to `KLEE_COMPONENT_CXX_DEFINES` did so before initialisation and would be silently overwritten. | |||
2017-09-29 | Removed dead link, fixes #754 | Cristian Cadar | |
2017-09-22 | Merge pull request #748 from ccadar/options | Cristian Cadar | |
Added support for hiding command-line options | |||
2017-09-14 | Merge pull request #749 from odeits/issue/717 | Andrea Mattavelli | |
Remove unnecessary null pointer checks | |||
2017-08-27 | Remove unnecessary null pointer checks | Oscar Deits | |
Fixes klee/klee#717 delete on null pointer is always safe. | |||
2017-08-11 | Removed "llvm::" and reformatting in CmdLineOptions.cpp | Cristian Cadar | |
2017-08-11 | Added support for hiding command-line options | Cristian Cadar | |
2017-08-11 | Merge pull request #746 from ccadar/posix | Cristian Cadar | |
Fixed a bug causing KLEE to generate files with no permission bits, and added a basic test for klee-replay | |||
2017-08-10 | Added a basic test for klee-replay | Cristian Cadar | |
2017-08-09 | Fixed a bug causing KLEE to generate files with no permissions bits set. ↵ | Cristian Cadar | |
This was introduced when we added the --readable-posix-inputs option. | |||
2017-08-09 | Merge pull request #745 from ccadar/misc | Andrea Mattavelli | |
Fixed a compiler warning (unused variable) | |||
2017-08-09 | Fixed a compiler warning (unused variable) | Cristian Cadar | |
2017-08-09 | Merge pull request #742 from ccadar/fold | Cristian Cadar | |
Added checks for div/mod by zero and overshifts in constant expressio… | |||
2017-08-07 | Untabify this file, which was using a mix of spaces and tabs for alignment. | Cristian Cadar | |
2017-08-07 | Added checks for div/mod by zero and overshifts in constant expressions. ↵ | Cristian Cadar | |
Such div/mod by zero expressions would previously crash KLEE. Added two test cases, one for div/mod by zero, the other for overshift. This fixes the bug reported in #268. | |||
2017-08-04 | Removed merging searchers | Lukas Wölfer | |
2017-08-01 | Fixed test case counter: Previously the number of test cases generated by ↵ | Andrea Mattavelli | |
KLEE was always incremented, even if a symbolic solution was not found. | |||
2017-07-31 | Fix build for FreeBSD. | Tatiana Tikhomirova | |
On FreeBSD <sys/capabilities.h> is present in libc, so we don't require libcap there. Close and write functions are located in <unistd.h>. | |||
2017-07-29 | Added an optional KInstruction* argument to evalConstant and ↵ | Cristian Cadar | |
evalConstantExpr which allows us to print the location associated with the constant in any error messages. Added a test case for the unsupported features for taking the address of a label, which exercises the patch. | |||
2017-07-29 | Added another variant of printFileLine in KInstruction that returns the ↵ | Cristian Cadar | |
location as a string. Also added const qualifier to the printFileLine functions | |||
2017-07-28 | Merge pull request #728 from delcypher/cmake_change_default | Andrea Mattavelli | |
[CMake] Change some defaults | |||
2017-07-28 | Merge pull request #735 from andreamattavelli/fixes_travis_0717 | MartinNowack | |
[TravisCI] Some fixes for STP scripts |