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
/
SpecialFunctionHandler.cpp
Age
Commit message (
Expand
)
Author
2023-04-06
Support disabling compiler warnings; Use with external headers
Martin Nowack
2023-03-23
stats: add termination class stats
Frank Busse
2022-09-14
Support UBSan-enabled binaries
Pavel Yatcheniy
2022-06-13
Update SpecialFunctionHandler.cpp
Chaoqi Zhang
2022-01-05
introduce BranchTypes
Frank Busse
2022-01-05
Remove outdated reference to klee_make_symbolic_name
Cristian Cadar
2021-12-23
Introduce termination categories
Frank Busse
2021-11-20
Fixed fail with preferCex, removed relation from first argument
Taras Bereznyak
2021-02-16
add ifdefs for C++ exception handling
Julian Büning
2020-11-12
Casting.h: isa_and_nonnull<>
Julian Büning
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-10-12
address MartinNowack's remaining feedback
Julian Büning
2020-10-12
Exception handling only for LLVM >= 8.0.0
Julian Büning
2020-10-12
use isa<> and explicit nullptr-check for compilation with older LLVM versions...
Felix Rath
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-07-01
Use constraint sets and separate metadata for timing solver invocation
Martin Nowack
2020-04-30
Moved header files that were placed directly in include/klee/ into appropriat...
Cristian Cadar
2020-04-30
Created include/klee/Core directory and moved appropriate files direc\
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-08
readStringAtAddress: support pointer into objects
Marek Chalupa
2020-04-08
readStringAtAddress: use stringstream to obtain the string
Marek Chalupa
2019-11-28
Move merging related code from Executor into MergingSearcher
Lukas Wölfer
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-05-30
remove klee_alias_function()
Julian Büning
2019-04-02
Handle __assert() function as handleAssertFail. This assert variant is used o...
Gleb Popov
2019-03-15
Categorized the options in SpecialFunctionHandler.cpp
Cristian Cadar
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-07-11
Removed support for klee_make_symbolic with 2 arguments. This has been depre...
Cristian Cadar
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-06-11
Fixed memory leak from Executor::inCloseMerge, fixes #883
Lukas Wölfer
2018-05-17
Improve error messages for ReadStringAtAddress
Timotej Kapus
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-05-01
fix compilation warning
Frank Busse
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-11-24
klee_make_symbolic: warn on deprecated usage
Frank Busse
2017-10-06
Removed the word 'unsigned' from integer overflow error messages
Andrew Santosa
2017-08-04
Removed merging searchers
Lukas Wölfer
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
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
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-02-13
refactor integer overflow detection, add signed int
Luca Dariz
2015-02-13
Detect overflow of unsigned add, sub and mul operations
Luca Dariz
[next]