index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-19
Add support to assign debug instructions to optimised code
Martin Nowack
2019-03-19
Use debugging information from newer LLVM versions
Martin Nowack
2019-03-19
separate between instructions and functions
Martin Nowack
2019-03-19
Refactor InstructionInfoTable
Martin Nowack
2019-03-19
Dockerfile: Add libcxx as a build dependency
MartinNowack
2019-03-19
Add Read consistency test case, spelling
Timotej Kapus
2019-03-19
Fix representation of ReadExpr of equivalent arrays
Martin Nowack
2019-03-18
Update Dockerfile with new dependencies
Martin Nowack
2019-03-18
Update dependencies
Martin Nowack
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 `true` invocation in case docker image could not be pushed
Martin Nowack
2019-03-17
Use newer uclibc version: libc++ requires locale support activated
Martin Nowack
2019-03-17
Add travis support to build with libc++
Martin Nowack
2019-03-17
Add libc++ as build dependency to KLEE
Martin Nowack
2019-03-17
Cmake enhance detection of C++ libraries and include files
Martin Nowack
2019-03-17
Fix libc++ testcases
Martin Nowack
2019-03-17
Added libcxx flag
Lukas Wölfer
2019-03-17
Add support for libc++ as part of the build.sh scripts
Martin Nowack
2019-03-17
Generalise clang package detection for linux and mac osx
Martin Nowack
2019-03-17
Renamed --use-cache to --use-branch-cache
Cristian Cadar
2019-03-17
run VerifierPass after optimization and instrumentation
Julian Büning
2019-03-16
Added support for disabling --batch-instructions and --batch-time by setting ...
Cristian Cadar
2019-03-15
Hiding general (LLVM) options in klee --help !
Cristian Cadar
2019-03-15
Placed option categories in the klee namespace and options in the anonymous n...
Cristian Cadar
2019-03-15
Placed --max-time in the termination category
Cristian Cadar
2019-03-15
Placed --rewrite-constraints in the constraint solving category
Cristian Cadar
2019-03-15
Categorized the options in SpecialFunctionHandler.cpp
Cristian Cadar
2019-03-15
Added help message for --use-constant-arrays, and placed option in the constr...
Cristian Cadar
2019-03-15
Placed --exit-on-error, --max-tests and --watchdog in the termination category
Cristian Cadar
2019-03-15
Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place...
Cristian Cadar
2019-03-15
Reformatted options and headers in Executor.cpp and did a proofreading pass o...
Cristian Cadar
2019-03-15
Added several options in Executor.cpp to the constraint solving category
Cristian Cadar
2019-03-15
Created a new statistics option category
Cristian Cadar
2019-03-15
Moved the options in Optimize.cpp to the module category
Cristian Cadar
2019-03-15
Created a new module-related option category and moved the options in KModule...
Cristian Cadar
2019-03-13
Hide the general category (with LLVM options) in Kleaver.
Cristian Cadar
2019-03-13
Added function to hide all options in a given category. Removed uneeded (and...
Cristian Cadar
2019-03-13
Placed --warnings-only-to-file in a miscellaneous category
Cristian Cadar
2019-03-13
Placed --use-visitor-hash in the expresion building/printing category
Cristian Cadar
2019-03-13
Renamed directoryToWriteQueryLogs to DirectoryToWriteQueryLogs (and some refo...
Cristian Cadar
2019-03-13
Renamed --red-zone-space to --redzone-size and improved help message
Cristian Cadar
2019-03-13
Added --const-array-opt to building&printing expression category
Cristian Cadar
2019-03-13
Renamed --use-construct-hash to --use-construct-hash-stp and moved it and use...
Cristian Cadar
2019-03-13
Moved options in kleaver/main.cpp in either the constraint solving or the exp...
Cristian Cadar
2019-03-13
Moved options in ExprSMTLIBPrinter.cpp to the expression building and printin...
Cristian Cadar
2019-03-13
Documented options in ExprPPrinter.cpp and placed them into a new option cate...
Cristian Cadar
2019-03-13
Consistently use "default=true" and "default=false" instead of "default=on" a...
Cristian Cadar
2019-03-13
Added options in QueryLoggingSolver.cpp to the constraint solving category
Cristian Cadar
2019-03-13
Added missing description for some options in CmdLineOptions.cpp (and some re...
Cristian Cadar
[next]