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
/
lib
Age
Commit message (
Expand
)
Author
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
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-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
Move Array constructor out of ``Expr.h`` and into ``Expr.cpp``.
Dan Liew
2016-02-20
Fix valueIsOnlyCalled() used by MD2U.
Sean Bartell
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-08
Fixed two spelling errors.
Marko Dimjašević
2016-01-14
MetaSMT build fixes.
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
2016-01-12
Refactor MetaSMTSolver and MetaSMTSolverImpl out of Solver.cpp into
Dan Liew
2016-01-12
[NFC] Refactor STPSolver and STPSolverImpl out of Solver.cpp into their
Dan Liew
2016-01-12
[NFC] Refactor DummySolver out of Solver.cpp into its own file
Dan Liew
2016-01-12
[NFC] Refactor ValidatingSolver out of Solver.cpp into its own file
Dan Liew
2016-01-07
[NFC] Refactor SolverImpl out of Solver.cpp into its own file
Dan Liew
2015-12-23
Fix memory leak detected by ASan when
Dan Liew
2015-12-23
[NFC]
Dan Liew
2015-12-23
Merge pull request #323 from delcypher/support_objectsize_intrinsic
Dan Liew
2015-12-23
Merge pull request #321 from delcypher/fix_parser_leak
Dan Liew
2015-12-19
Implement support for lowering the ``llvm.objectsize`` intrinsic
Dan Liew
2015-12-18
Fix a leak detected by ASan in the KQuery parser where on destruction of
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
Clean up the check in the previous commit by using one of KLEE's
Dan Liew
2015-12-17
Fixed a bug with how non power 2 values were written to memory, added test fo...
Timotej Kapus
2015-12-17
[Solver]Add support to dump STP qeries using
Martin Nowack
2015-12-17
Report fatal error in case CexCache Bindings do not match
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-12-11
Reword help description for ``--silent-klee-assume`` command line
Dan Liew
2015-12-11
Add command line flag ``--silent-klee-assume``to suppress errors due to
Valentin Wüstholz
2015-12-04
Remove dead ifdef in STPBuilder header file. There is no
Dan Liew
2015-12-04
Remove dead ``tempVars`` and ``getTempVar()`` method in STPBuilder
Dan Liew
2015-09-22
[STPBuilder] Generate SRrem expressions correctly
Martin Nowack
2015-09-21
Merge pull request #274 from MartinNowack/fix_sdiv_1
Cristian Cadar
2015-09-05
Allow to generate initial values with empty constraint set
Martin Nowack
2015-08-30
Fix signed division by constant 1/ -1
Martin Nowack
2015-08-17
Merge pull request #239 from yotann/master
Cristian Cadar
2015-08-03
Merge pull request #198 from holycrap872/IndependentSolverGetInitialValues
Cristian Cadar
2015-08-03
Merge pull request #243 from ccadar/master
Cristian Cadar
[next]