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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2016-11-30
Remove support for reporting the approximate git tag.
Dan Liew
2016-11-28
Clean up `Expr::compare()` interface by
Dan Liew
2016-11-28
Remove default implementation of `Expr::compareContents(const Expr&)`
Dan Liew
2016-11-28
Fix bug in implementation of `NotExpr`. It should not implement
Dan Liew
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-11-07
[CMake] Report git revision information if available.
Dan Liew
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-09-29
Fix bug in `AssignmentEvaluator` where NotOptimizedExpr would not (#466)
Dan Liew
2016-09-29
configure: run AutoRegen.sh
Jiri Slaby
2016-09-16
Avoid internalization of non-standard entry point (i.e. not the main function...
Andrea Mattavelli
2016-09-15
Correct out of date comments for some of the klee error handling
Dan Liew
2016-09-15
Add ``-debug-cross-check-core-solver`` option to allow cross-checking
Dan Liew
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-05-24
Fixed bug #375 in Kleaver's parser
Andrea Mattavelli
2016-04-12
remove synthesized `rule of three` of KInstIterator
jiangg
2016-04-08
Rename KLEE command line options from
Dan Liew
2016-03-09
Fix incorrect position of ``Not`` in ``Expr::Kind`` which meant it was included
Dan Liew
2016-03-05
Fix SELinux signatures in runtime
Laszlo Szekeres
2016-02-29
Merge pull request #344 from MartinNowack/feat_malloc
MartinNowack
2016-02-27
Merge pull request #342 from delcypher/expr_fixes
MartinNowack
2016-02-27
Add support for tcmalloc
Martin Nowack
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2016-02-23
Move ``Assignment::dump()`` into its own implementation file so
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-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-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
2015-12-18
Fix duplication of ``klee::ArrayHashFn`` in
Dan Liew
2015-12-18
Move lib/Solver/SolverStats.h -> include/klee/SolverStats.h
Dan Liew
2015-12-18
Fix memory leaks of ``Array`` objects detected by ASan.
Dan Liew
2015-12-17
Add dump function for Assignment
Martin Nowack
2015-12-17
[Solver]Add simple option to dump queries
Martin Nowack
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2015-12-17
Fix a memory leak in ``UpdateList`` detected by AddressSanitizer.
Dan Liew
2015-08-03
Merge pull request #198 from holycrap872/IndependentSolverGetInitialValues
Cristian Cadar
2015-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
2015-04-25
Give KLEE release version information in the output of klee and kleaver
Dan Liew
2015-04-15
Fix the handling of AShrExpr in ExprSMTLIBPrinter so that an overshift
Dan Liew
2015-04-03
Fixed issue introduce during a previous refactoring, related to field ordering.
Cristian Cadar
2015-04-02
Merge pull request #209 from erakadjiev/timestamp_optimize
Cristian Cadar
2015-04-02
Revert "[include] Added documentation" to avoid a conflict with a pending pul...
Cristian Cadar
2015-04-02
Fixed some doxygen issues.
Cristian Cadar
2015-04-02
Removed unused fakeState field from ExecutionState
Cristian Cadar
2015-04-02
Pass over the comments in ExecutionState.h
Cristian Cadar
2015-04-02
Removed underConstrained field, which I believe was re-introduced by
Cristian Cadar
2015-04-02
[Core] Documentation and cleanup
Martin Nowack
[next]