Age | Commit message (Collapse) | Author |
|
|
|
reformatting)
|
|
|
|
|
|
use-construct-hash-z3 to the expression building/printing category
|
|
expression building/printing category
|
|
printing category
|
|
category for building and printing expressions
|
|
and "default=off" in --help
|
|
|
|
reformatting).
|
|
improved help messages
|
|
UserSearcher.cpp
|
|
|
|
files
|
|
MemoryManager.cpp
|
|
the startup category
|
|
category (with --write-cov, --write-cvcs etc.)
|
|
|
|
|
|
|
|
|
|
|
|
Add missing initialisation for `closedMean` for `MergeHandler`
|
|
|
|
|
|
function and updated some .ll tests to use --optimize=false instead of --disable-opt
|
|
Co-Authored-By: ccadar <c.cadar@imperial.ac.uk>
|
|
merging options
|
|
|
|
|
|
in OptionCategories.h
|
|
|
|
|
|
|
|
Provide a single `scripts/build/build.sh` file to build KLEE and its
dependencies.
|
|
|
|
|
|
|
|
provides a workaround for LLVM bug PR39177, which affects LLVM
versions 3.9 - 7.0.0: https://bugs.llvm.org/show_bug.cgi?id=39177
This commit is intended to be reverted once support for LLVM
versions <= 7 is dropped from KLEE.
|
|
|
|
a help message.
|
|
|
|
|
|
|
|
the function name is "getTreeStream" but here's a spelling error
|
|
|
|
|
|
|
|
* switch to Python 3
* add file encoding
* some PEP8 reformatting
* fix TOCTOU for open
* replace trimZeros() with rstrip
* remove unused pos/args variables
* remove --write-ints (print by default)
* remove progname section (unused)
* added/modified output rows
- "data:" now shows the Python representation (for use in scripts)
- "hex :" shows the hex representation
- "text:" shows ASCII, all out-of-range/non-printable characters are replaced by a dot
- "int :"/"uint:" print (unsigned) 8/16/32/64 bit integers
* reduce width for object counter to needed minimum instead of 4
* refactor printing into function
|