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
2020-09-17
Add klee-zesti a ZESTI like wrapper script
Timotej Kapus
2020-09-05
Fix codecov upload
Martin Nowack
2020-09-05
Remove secure vars
Cristian Cadar
2020-09-04
Update homebrew cache
Martin Nowack
2020-09-04
Remove caching of homebrew-built packages
Martin Nowack
2020-09-04
Use homebrew packages provided by Travis
Martin Nowack
2020-09-04
CirrusCI: Switch FreeBSD 11.3 to 11.4, remove old hack.
Gleb Popov
2020-09-03
Guard process-tree compression with a command-line switch
Sebastian Poeplau
2020-09-03
Fix PTree::remove to clean the tree properly
Sebastian Poeplau
2020-09-03
Change the way bash is upgraded on macOS.
Cristian Cadar
2020-09-02
More robust handling of unknown intrinsics
Alastair Reid
2020-08-28
Definition of __cxa_thread_atexit_impl for the KLEE libc.
Alastair Reid
2020-08-23
klee-stats: check for a run.stats file in the klee-out directory, to prevent ...
Jordy Ruiz
2020-08-19
DiscretePDF: use IDs instead of pointers (see PR #739)
Frank Busse
2020-08-14
Updated README.md links from travis-ci.org to travis-ci.com
Cristian Cadar
2020-08-07
Tweak LLVM version string parser: support rust
Alastair Reid
2020-08-07
New intrinsic: klee_is_replay
Alastair Reid
2020-07-30
[unittests] use static PTree::remove method in SearcherTest
Frank Busse
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-07-29
remove holes in Instruction-/FunctionInfoTable, add documentation
Frank Busse
2020-07-01
Clean-up and add documentation
Martin Nowack
2020-07-01
Remove state contructor with constraints
Martin Nowack
2020-07-01
Use constraint sets and separate metadata for timing solver invocation
Martin Nowack
2020-07-01
Use `unique_ptr` for solver in timing solver
Martin Nowack
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-07-01
Move constraint implementation from header to cpp files
Martin Nowack
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-06-29
[PTree] Replace left/right with PointerIntPair
Timotej Kapus
2020-06-29
Revert "refactor PTree: use unique_ptr"
Timotej Kapus
2020-06-29
Implement fshr/fshl intrinsics
Alastair Reid
2020-06-26
[FreeBSD] Assume always yes for installing packages as well
Martin Nowack
2020-06-26
Switch to a more recent version of SQLite in the CI
Cristian Cadar
2020-06-26
Revert to FreeBSD 12.1-STABLE (13.0-CURRENT has started running into issues)
Cristian Cadar
2020-06-25
Enforce fork/branch limits in branch() and fix double termination
Frank Busse
2020-06-25
fix Executor: initializeGlobalAliases
Julian Büning
2020-06-25
Executor: consolidate initialization of global objects
Julian Büning
2020-06-25
Executor: light refactoring of {allocate,initialize}GlobalObjects
Julian Büning
2020-06-25
Executor: split initializeGlobals
Julian Büning
2020-06-25
ExecutorUtil: assert that GlobalValue is already known
Julian Büning
2020-06-25
add simple unknown bitcast alias test from the original issue
Julian Büning
2020-06-25
add known bitcast test for comparison
Julian Büning
2020-06-25
regression test for unknown bitcast alias
Julian Büning
2020-06-24
StatsTracker: initialize indexed stats when user searcher requires MD2U
Adrian Herrera
2020-06-24
print stateID with --debug-print-instructions
Frank Busse
2020-06-24
add ExecutionState IDs
Frank Busse
2020-06-24
slightly update ExecutionState, remove holes in struct
Frank Busse
2020-06-19
Added test reported in https://github.com/klee/klee/issues/189 for byval vari...
Cristian Cadar
2020-06-19
Renamed Vararg.c to VarArg.c for consistency with the other var arg tests and...
Cristian Cadar
2020-06-19
Added test checking for correct alignment of variadic arguments
Cristian Cadar
2020-06-19
Correctly copy variadic arguments with byval attribute
Cristian Cadar
[next]