Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-10 | remove bitmasking shift amount in bvRightShift | Hoang M. Le | |
2016-06-10 | remove bitmasking shift amount in bvLeftShift | Hoang M. Le | |
2016-06-10 | handle special cases of sdiv 1 and -1 | Hoang M. Le | |
2016-06-10 | rename the configure option --with-metasmt-default-solver to ↵ | Hoang M. Le | |
--with-metasmt-default-backend and improve the associated CXX flag | |||
2016-06-10 | Use travis_wait to allow long running tests | Hoang | |
2016-06-10 | add entries for metaSMT with btor/stp/z3 in Travis CI | Hoang M. Le | |
2016-06-10 | use default metaSMT solver as defined in configuration | Hoang M. Le | |
2016-06-10 | add --with-metasmt-default-solver option to configure | Hoang M. Le | |
2016-06-10 | add metaSMT to travis | Hoang | |
2016-06-10 | update Makefile for metaSMT | Hoang M. Le | |
2016-06-10 | metaSMT does not require RTTI | Hoang M. Le | |
2016-06-10 | clean up metaSMT includes | Hoang M. Le | |
2016-06-04 | Merge pull request #412 from MartinNowack/fix_travisci | MartinNowack | |
Fix Travis CI build - use alternative PPA for LLVM | |||
2016-06-04 | Deactivate officiall llvm source. Use alternative ppa | Martin Nowack | |
2016-06-04 | Do not install clang-3.4 if not needed | Martin Nowack | |
2016-05-31 | Merge pull request #405 from ccadar/times | Cristian Cadar | |
Fixed the stub for times() not to dereference a NULL pointer when cal… | |||
2016-05-28 | Fixed an incorrect read() invocation and missing includes for FD_Fail2.c | Cristian Cadar | |
2016-05-27 | Merge pull request #396 from andreamattavelli/fix_kleaver_parser | Cristian Cadar | |
Fixed bug #375 in Kleaver's parser and added --clear-array-decls-after-query option to Kleaver. | |||
2016-05-27 | Improved help message for POSIX environment options. | Cristian Cadar | |
2016-05-27 | Merge pull request #397 from andreamattavelli/refactoring_stdin | Cristian Cadar | |
Distinct options for symbolic files and symbolic stdin | |||
2016-05-27 | Fixed the stub for times() not to dereference a NULL pointer when call with ↵ | Cristian Cadar | |
a NULL argument. In respose of issue https://github.com/klee/klee/issues/399 | |||
2016-05-25 | Merge pull request #398 from hoangmle/master | MartinNowack | |
fix a compile error, add a travis matrix entry for Z3 & LLVM-2.9 | |||
2016-05-25 | add entry for llvm-2.9 and z3 | Hoang M. Le | |
2016-05-25 | add include in Z3Solver.cpp (did not compile with llvm-2.9) | Hoang M. Le | |
2016-05-24 | Split creation of symbolic files and stdin in two distinct options | Andrea Mattavelli | |
2016-05-24 | Fixed bug #375 in Kleaver's parser | Andrea Mattavelli | |
2016-05-24 | Merge pull request #386 from ShayDamir/relocatable-klee | MartinNowack | |
Allow relocation of installed klee tree | |||
2016-05-20 | Allow relocation of installed klee tree | Damir Shaykhutdinov | |
If klee is configured with certain bindir and runtime dir, allow klee to be relocated, as long as subdirectory structure remains intact. For example, if klee is configured with bindir /usr/bin, and with runtime dir /usr/lib/klee, but is relocated to certain directory $RDIR, then running $RDIR/usr/bin/klee will search for runtime libraries in $RDIR/usr/lib/klee. Klee will use global runtime directory only when installed to global binary directory. Inspired by relocation code in gcc. | |||
2016-05-18 | Merge pull request #387 from andreamattavelli/feat_instruction_logging | MartinNowack | |
Modified -debug-print-instructions to write directly on log file. | |||
2016-05-18 | Modified -debug-print-instructions to allow to write directly on log file. | Andrea Mattavelli | |
The option now contains 4 different options: 1) all:stderr, which logs all instructions to file in format [src, inst_id, llvm_inst]; 2) src:stderr, which logs all instructions to file in format [src, inst_id]; 3) compact:stderr, which logs all instructions to file in format [inst_id]; 4) all:file, which logs all instructions to file in format [src, inst_id, llvm_inst]; 5) src:file, which logs all instructions to file in format [src, inst_id]; 6) compact:file, which logs all instructions to file in format [inst_id]; Writing to file gives a speedup of ~50x. | |||
2016-05-17 | Merge pull request #392 from MartinNowack/fix_docker_stp | MartinNowack | |
Add newer cmake 2.8.11 from external ppa repository | |||
2016-05-16 | Add cmake 2.8.11 as additional dependency | Martin Nowack | |
2016-04-19 | Merge pull request #369 from MartinNowack/fix_determ_solver_array | MartinNowack | |
Generate unique STP and Z3 array names deterministically | |||
2016-04-18 | Merge pull request #374 from Justme0/optimize_kinstiterator | MartinNowack | |
remove synthesized `rule of three` of KInstIterator | |||
2016-04-17 | Merge pull request #359 from delcypher/fix_indep_solver_bug | Cristian Cadar | |
Bug fix in IndependentSolver | |||
2016-04-14 | This test passes under 2.9, so it cannot be used as an XFAIL. We can enable ↵ | Cristian Cadar | |
it after the division bug is fixed. | |||
2016-04-14 | Disabling --solver-optimize-divides by default, as the optimization is ↵ | Cristian Cadar | |
currently buggy, and we keep hitting this bug... See https://github.com/klee/klee/issues/334 for details. | |||
2016-04-14 | Added test case with the examples from ↵ | Cristian Cadar | |
https://github.com/klee/klee/issues/334, which triggers a bug in solver-optimize-divides, and which is for now expected to fail. | |||
2016-04-12 | remove synthesized `rule of three` of KInstIterator | jiangg | |
2016-04-12 | Merge pull request #364 from MartinNowack/feat_partial_logging | Cristian Cadar | |
Partial logging of queries | |||
2016-04-11 | Merge pull request #371 from andreamattavelli/master | Cristian Cadar | |
Small refactoring to improve the consistency of info file handling | |||
2016-04-11 | Small refactoring to improve the consistency of info file handling | Andrea Mattavelli | |
2016-04-09 | Generate unique STP and Z3 array names deterministically | Martin Nowack | |
2016-04-08 | Merge pull request #370 from delcypher/fix_tautlogical_is_local | Cristian Cadar | |
Remove computation of ``isLocal`` that is always true when handling | |||
2016-04-08 | Remove computation of ``isLocal`` that is always true when handling | Dan Liew | |
AllocaInst. | |||
2016-04-08 | Merge pull request #368 from delcypher/refactor_klee_out_file_to_ktest | Dan Liew | |
Refactor use of the name "outFile" to "KTest" | |||
2016-04-08 | Rename KLEE command line options from | Dan Liew | |
* ``-replay-out`` to ``-replay-ktest-file`` * ``-replay-out-dir`` to ``-replay-ktest-dir`` and also rename * help descriptions * global variables corresponding to these options. * Names used in ``KleeHandler``, ``Interpreter``, ``Executor`` and in KLEE's ``main()`` function. The old name for the options/code was very unhelpful as it wasn't obvious that "out" files are ``.ktest`` files unless you examine KLEE's source code. | |||
2016-04-08 | Remove dead function declaration | Dan Liew | |
2016-03-31 | Updated NEWS file with 1.2.0 changes | Cristian Cadar | |
2016-03-31 | Moving to version 1.2.0 | Cristian Cadar | |