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-08-06
Fix to #445
Andrea Mattavelli
2016-08-04
Merge pull request #441 from jirislaby/exit-on-error-type
Cristian Cadar
2016-08-04
klee: add exit-on-error-type parameter
Jiri Slaby
2016-08-03
Merge pull request #439 from jirislaby/fprintf
Cristian Cadar
2016-08-03
fprintf: convert to klee_warning
Jiri Slaby
2016-08-02
Merge pull request #438 from jirislaby/memuse
MartinNowack
2016-08-02
MemoryUsage: fix GetTotalMallocUsage
Jiri Slaby
2016-07-31
Merge pull request #422 from ccadar/div-zero-test
Cristian Cadar
2016-07-29
Explicitely making division total in STP.
Cristian Cadar
2016-07-22
Merge pull request #425 from jirislaby/globals
Cristian Cadar
2016-07-11
Executor: do not crash on non-sized globals
Jiri Slaby
2016-07-10
Merge pull request #428 from MartinNowack/fix_determ_address
MartinNowack
2016-07-10
Fix parsing of deterministic address.
Martin Nowack
2016-07-09
Merge pull request #377 from MartinNowack/fix_div_constant
MartinNowack
2016-07-09
Fix variable shifting behavior with different sizes
Martin Nowack
2016-07-09
Merge pull request #363 from MartinNowack/feat_determ_allocator
MartinNowack
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
Merge pull request #362 from MartinNowack/feat_determ_state_selection
MartinNowack
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
Merge pull request #410 from MartinNowack/feat_log_after_steps
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-30
Merge pull request #424 from helicopter88/master
MartinNowack
2016-06-30
Dockerfile: link binaries to /usr/bin
Domenico Fabio Marino
2016-06-28
Added test case exposing division by zero failure reported by @kren1, and rec...
Cristian Cadar
2016-06-28
Merge pull request #417 from hoangmle/fix_constructSDIvByConstant_metaSMT
MartinNowack
2016-06-28
add assertions to check the pre-condition of bvVar*Shift that both operands h...
Hoang M. Le
2016-06-27
change bitwidth of expr_shpost in MetaSMTBuilder::constructSDivByConstant to ...
Hoang M. Le
2016-06-24
Merge pull request #394 from andreamattavelli/refactoring_runindir
Cristian Cadar
2016-06-23
Merge pull request #415 from andreamattavelli/termination_info
Cristian Cadar
2016-06-23
Merge pull request #409 from hoangmle/fix_metaSMT
Cristian Cadar
2016-06-23
Use klee_message for timeout information
Andrea Mattavelli
2016-06-10
apply clang-format
Hoang M. Le
2016-06-10
remove now unused getShiftBits()
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarArithRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvVarLeftShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in constructAShrByConstant and make it return ...
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvRightShift
Hoang M. Le
2016-06-10
remove bitmasking shift amount in bvLeftShift
Hoang M. Le
2016-06-10
handle special cases of sdiv 1 and -1
Hoang M. Le
2016-06-10
rename the configure option --with-metasmt-default-solver to --with-metasmt-d...
Hoang M. Le
2016-06-10
Use travis_wait to allow long running tests
Hoang
2016-06-10
add entries for metaSMT with btor/stp/z3 in Travis CI
Hoang M. Le
[next]