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
/
Core
Age
Commit message (
Expand
)
Author
2016-09-26
Modified logging information to steer the usage of klee_message, klee_warning...
Andrea Mattavelli
2016-08-10
Extended support for assembler raising
Martin Nowack
2016-08-10
Merge pull request #451 from andreamattavelli/fix_ub_ptree
MartinNowack
2016-08-09
Fix to PTree pointer use-after-delete undefined behavior
Andrea Mattavelli
2016-08-08
Merge pull request #447 from hutoTUM/fix-klee_get_obj_size
MartinNowack
2016-08-08
Fix for klee_get_obj_size() crashing on 64-bit, resolves #446
hutoTUM
2016-08-04
klee: add exit-on-error-type parameter
Jiri Slaby
2016-07-11
Executor: do not crash on non-sized globals
Jiri Slaby
2016-07-10
Fix parsing of deterministic address.
Martin Nowack
2016-07-08
Clang-formated MemoryManager
Martin Nowack
2016-07-08
Add deterministic allocation of memory
Martin Nowack
2016-07-08
Handle aligned varargs allignment correctly
Martin Nowack
2016-07-08
Generate forked states for switch instructions deterministically
Martin Nowack
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2016-07-08
IterativeDeepeningTimeSearcher: Fix using wrong iterator
Martin Nowack
2016-07-08
Refactoring: Extract method to dump remaining states
Martin Nowack
2016-07-08
Merge pull request #391 from MartinNowack/feat_zipstream_compress
MartinNowack
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-07-08
Add feature to dump statistics after n instructions
Martin Nowack
2016-06-23
Use klee_message for timeout information
Andrea Mattavelli
2016-05-18
Modified -debug-print-instructions to allow to write directly on log file.
Andrea Mattavelli
2016-04-08
Remove computation of ``isLocal`` that is always true when handling
Dan Liew
2016-04-08
Rename KLEE command line options from
Dan Liew
2016-03-01
Documented default values for various options and improved the description of...
Cristian Cadar
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-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
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
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
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-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
2015-05-31
Make use of prefer-cex optional rather than default
Eric Rizzi
2015-04-25
Give KLEE release version information in the output of klee and kleaver
Dan Liew
2015-04-03
Fixed issue introduce during a previous refactoring, related to field ordering.
Cristian Cadar
2015-04-02
Silenced some compilation warnings.
Cristian Cadar
2015-04-02
Merge pull request #209 from erakadjiev/timestamp_optimize
Cristian Cadar
2015-04-02
Removed unused fakeState field from ExecutionState
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
[Core] Fixed typo in assertion
Martin Nowack
2015-03-13
Timestamp improvements.
Emil Rakadjiev
2015-03-12
[Core] Always warn if states get deleted due to memory limits
Martin Nowack
2015-02-27
Improved some comments and fixed some formatting issues in the Array factory ...
Cristian Cadar
2015-02-27
Merge branch 'ArrayFactory' of https://github.com/holycrap872/klee into holyc...
Cristian Cadar
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2015-02-13
refactor integer overflow detection, add signed int
Luca Dariz
[next]