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-04-14
Disabling --solver-optimize-divides by default, as the optimization is curren...
Cristian Cadar
2016-04-14
Added test case with the examples from https://github.com/klee/klee/issues/33...
Cristian Cadar
2016-04-12
Merge pull request #364 from MartinNowack/feat_partial_logging
Cristian Cadar
2016-04-11
Merge pull request #371 from andreamattavelli/master
Cristian Cadar
2016-04-11
Small refactoring to improve the consistency of info file handling
Andrea Mattavelli
2016-04-08
Merge pull request #370 from delcypher/fix_tautlogical_is_local
Cristian Cadar
2016-04-08
Remove computation of ``isLocal`` that is always true when handling
Dan Liew
2016-04-08
Merge pull request #368 from delcypher/refactor_klee_out_file_to_ktest
Dan Liew
2016-04-08
Rename KLEE command line options from
Dan Liew
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
2016-03-23
Refactoring of conditional flush into own function.
Martin Nowack
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
[next]