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
2024-05-02
Refine support for stdio capture
Nguyễn Gia Phong
2024-03-05
Relax revision combination check
Nguyễn Gia Phong
2024-03-05
Hack up brute-force decision tree construction
Nguyễn Gia Phong
2024-03-05
Clean up interfaces
Nguyễn Gia Phong
2024-03-05
Revert orphaned changes
Nguyễn Gia Phong
2024-03-05
Handle conjoined metaconstraints
Nguyễn Gia Phong
2024-03-05
Move differentiator to separate module
Nguyễn Gia Phong
2024-03-05
Execute concrete programs more eagerly
Nguyễn Gia Phong
2024-03-05
Implement detection of implicit return via pointer
Nguyễn Gia Phong
2024-03-05
Implement return value detection
Nguyễn Gia Phong
2024-03-05
Handle revisited meta sym var when generate env var
Nguyễn Gia Phong
2024-03-05
Retire external symbilic diff
Nguyễn Gia Phong
2024-03-05
Implement native path condition combination
Nguyễn Gia Phong
2024-03-05
Fix metavar detection false negative
Nguyễn Gia Phong
2024-03-05
Fallback on UB
Nguyễn Gia Phong
2024-03-05
Support 1-byte metavariables
Nguyễn Gia Phong
2024-03-05
Add search heuristic for patch locations
Nguyễn Gia Phong
2024-03-05
Avoid resolving combined SMT formulae
Nguyễn Gia Phong
2024-03-05
Half-bake decision clustering
Nguyễn Gia Phong
2024-03-05
Conclude concrete execution impl
Nguyễn Gia Phong
2024-03-05
Lay ground work for concrete execution
Nguyễn Gia Phong
2024-03-05
Clone state more completely
Nguyễn Gia Phong
2024-03-05
Implement differentiator extraction
Nguyễn Gia Phong
2024-03-05
Save exited states' formula
Nguyễn Gia Phong
2024-03-05
Receive instrumented revision number
Nguyễn Gia Phong
2024-03-05
Implement differencial test structure
Nguyễn Gia Phong
2024-02-29
Add support to fully concretise objects if modified externally
Martin Nowack
2024-02-29
Support external call concretisation policies for referenced objects
Martin Nowack
2024-02-29
Refactor `ObjectState::flushToConcreteStore` to use `toConstant`
Martin Nowack
2024-02-29
Use correctly constrained constants if the memory object is fully symbolic
Martin Nowack
2024-02-29
Correctly update symbolic variables that have been changed externally
Martin Nowack
2024-02-27
Small refactorings and reformatting in callExternalFunction
Cristian Cadar
2024-02-27
Simplified callExternalFunction by using toConstant instead of getValue
Cristian Cadar
2024-02-27
Extend toConstant() to take an additional boolean argument that decides wheth...
Cristian Cadar
2024-02-27
This commit fixes the concretization of arguments following an external call ...
Cristian Cadar
2024-02-19
Rename --ptree-batch-size to --exec-tree-batch size, and --compress-execution...
Cristian Cadar
2024-02-17
Fixed incorrect reference in ExternalCallWarnings
Cristian Cadar
2024-02-16
drop llvm 9 and 10
Daniel Schemmel
2024-02-08
Mention default value in help text for `--strip-all` and `--strip-debug`
MartinNowack
2024-02-08
Use `std::` namespace for `uint64_t`
MartinNowack
2024-02-08
Disable unsupported passes for newer LLVM versions
Martin Nowack
2024-02-08
Add support to `aligned_alloc` generated by LLVM
Martin Nowack
2024-02-08
Add support for `Intrinsic::get_rounding` for LLVM 16
Martin Nowack
2024-02-08
Use APIs of newer LLVM versions instead of unsupported ones
Martin Nowack
2024-02-08
Add support for opaque pointers
Martin Nowack
2024-02-08
Refactor invocation of old pass manager into legacy function
Martin Nowack
2024-01-30
Change `GetConstraintLog` to work with `std::string`s instead of `char*`s
Daniel Schemmel
2024-01-30
Avoid generating array names in solver builders that could accidently collide
Martin Nowack
2024-01-30
Modify getValueFromSeeds() to include more functionality and simplify its cal...
Cristian Cadar
2024-01-30
Make Assignment::evaluate be const
Cristian Cadar
[next]