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
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
2015-02-13
Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"
Cristian Cadar
2015-02-10
Merged @luckyluke's change for detecting overflow of unsigned add, sub
Cristian Cadar
2014-09-19
Removed code related to underConstrained, as it is unused (issue pointed out ...
Cristian Cadar
2014-09-13
Add KLEE specific DEBUG macros.
Daniel Dunbar
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-02-06
Implement const_iterator interface for SpecialFunctionHandler so
Dan Liew
2013-08-27
Port to LLVM 3.3
Martin Nowack
2013-04-04
Patch by Michael Contreras and Jiri Slaby for compiling KLEE with LLVM 3.2
Cristian Cadar
2011-05-25
Name symbolic arrays using the 3rd argument to klee_make_symbolic,
Peter Collingbourne
2011-03-30
Fixed some typos.
Cristian Cadar
2010-06-28
Applied Stefan Bucur's patch from
Cristian Cadar
2010-06-24
Implement klee_stack_trace function
Peter Collingbourne
2010-05-02
Fix some const cast warnings.
Daniel Dunbar
2009-09-01
Update for LLVM ostream changes.
Daniel Dunbar
[next]