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-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
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
2015-04-01
Commit of improved IndependentSolver::getIniitalValues().
Eric Rizzi
2015-04-01
[include] Add missing functions in klee.h
Martin Nowack
2015-04-01
[runtime] Fix comments to c style for c files and headers
Martin Nowack
2015-04-01
[include] Added documentation
Martin Nowack
2015-04-01
[include] Removed unused variable
Martin Nowack
2015-03-13
Timestamp improvements.
Emil Rakadjiev
2015-02-27
Improved some comments and fixed some formatting issues in the Array factory ...
Cristian Cadar
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2014-12-13
Clean up a few comments in ExprSMTLIBPrinter
Dan Liew
2014-12-12
Print nested let-abbreviations in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-12-02
Unbreak compilation (in metaSMT configuration) by preventing the #define
Hristina Palikareva
2014-12-02
The printing of constraints and the QueryExpr have been merged into a
Dan Liew
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-10-31
Switch to using autoconf 2.69 this version is more commonly available
Dan Liew
2014-09-19
Removed code related to underConstrained, as it is unused (issue pointed out ...
Cristian Cadar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-09-12
[FloatEvaluation] Use llvm::report_fatal_error() instead of assert(0) for uns...
Daniel Dunbar
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
2014-09-12
Regenerate configure.
Daniel Dunbar
2014-09-12
Regenerate configure with sanctioned autoconf version.
Daniel Dunbar
2014-05-30
Fix ExprTest under LLVM 2.9
Martin Nowack
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-24
Merge pull request #116 from MartinNowack/fix_malloc
Dan Liew
[next]