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
2016-03-23
Fix comment + Clang Formatting
Martin Nowack
2016-03-23
Add option to log partial solver queries before calling it
Martin Nowack
2016-03-22
Merge pull request #361 from MartinNowack/fix_determ_expprinter
Cristian Cadar
2016-03-22
ExprPPrinter: Print out arrays deterministically
Martin Nowack
2016-03-22
Merge pull request #349 from MartinNowack/fix_so_linkg
MartinNowack
2016-03-22
Add soname for Runtest dynamic library
Martin Nowack
2016-03-16
Merge pull request #358 from pollnossa/master
MartinNowack
2016-03-16
push_back usage for values vector
vpushkar
2016-03-16
Wrong std::vector 'values' usage after vector's capacity reserve. It is the e...
vpushkar
2016-03-10
Merge pull request #355 from delcypher/wrong_not_expr_in_enum
Cristian Cadar
2016-03-09
Fix incorrect position of ``Not`` in ``Expr::Kind`` which meant it was included
Dan Liew
2016-03-06
Merge pull request #353 from lszekeres/selinux-fix
MartinNowack
2016-03-05
Fix SELinux signatures in runtime
Laszlo Szekeres
2016-03-01
Documented default values for various options and improved the description of...
Cristian Cadar
2016-02-29
Merge pull request #344 from MartinNowack/feat_malloc
MartinNowack
2016-02-27
Travis: Run TCMalloc runs explicitly
Martin Nowack
2016-02-27
Merge pull request #342 from delcypher/expr_fixes
MartinNowack
2016-02-27
Merge pull request #345 from mdimjasevic/master
MartinNowack
2016-02-27
Update travis configuration to use tcmalloc
Martin Nowack
2016-02-27
Use klee-provided GetMallocUsage for consistency
Martin Nowack
2016-02-27
Refactoring: Extract checking memory limit into own function
Martin Nowack
2016-02-27
Add support for tcmalloc
Martin Nowack
2016-02-26
Merge pull request #346 from omeranson/libraries_squashed
MartinNowack
2016-02-25
Added support to load libraries from command line
Omer Anson
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2016-02-23
When calling ``Assignment::dump()`` if there are no bindings emit
Dan Liew
2016-02-23
Move ``Assignment::dump()`` into its own implementation file so
Dan Liew
2016-02-22
Remove stray STP function declaration.
Dan Liew
2016-02-22
Make the declaration of ``ConstantExpr`` the last declared ``Expr``
Dan Liew
2016-02-22
Move Array constructor out of ``Expr.h`` and into ``Expr.cpp``.
Dan Liew
2016-02-22
Merge pull request #339 from yotann/fix-valueisonlycalled
Dan Liew
2016-02-20
Fix valueIsOnlyCalled() used by MD2U.
Sean Bartell
2016-02-14
Try to fix the TravisCI build when using Z3 as the solver. The
Dan Liew
2016-02-14
Add TravisCI and Docker support for building KLEE with Z3 support
Dan Liew
2016-02-14
Handle Z3 API change between 4.4.1 and the current master branch
Dan Liew
2016-02-14
Add basic implementation of Z3Builder and Z3Solver and Z3SolverImpl
Dan Liew
2016-02-10
Add some of the basic plumbing required to support a Z3 solver in KLEE.
Dan Liew
2016-02-10
Teach the configure script to configure the build to use the Z3 SMT
Dan Liew
2016-02-09
Merge pull request #335 from mdimjasevic/spelling-error-fixes
MartinNowack
2016-02-08
Fixed two spelling errors.
Marko Dimjašević
2016-01-14
Try to unbreak the Docker build broken by
Dan Liew
2016-01-14
Output a message reporting if the MetaSMT backend is enabled when
Dan Liew
2016-01-14
Remove unnecessary MetaSMT includes from kleaver's ``main.cpp``.
Dan Liew
2016-01-14
Refactor the MetaSMT makefile commands into its own file which can
Dan Liew
2016-01-14
Fix linking with stp via MetaSMT when not building with direct STP
Dan Liew
2016-01-14
MetaSMT build fixes.
Dan Liew
2016-01-14
Fix behaviour of --with-metasmt when passed a path that doesn't exist.
Dan Liew
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2016-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
Dan Liew
2016-01-12
Drop unnecessary ``#include``s from Solver.cpp.
Dan Liew
[next]