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.h
Age
Commit message (
Expand
)
Author
2021-02-16
add ifdefs for C++ exception handling
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2019-06-04
make endif guard naming consistent
Julian Büning
2019-05-30
remove klee_alias_function()
Julian Büning
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-08-04
Removed merging searchers
Lukas Wölfer
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-02-06
Implement const_iterator interface for SpecialFunctionHandler so
Dan Liew
2010-07-15
Fix some -Wmismatched-tags warnings.
Daniel Dunbar
2010-06-24
Implement klee_stack_trace function
Peter Collingbourne
2009-06-01
Kill off klee_malloc_n, we don't want to support this.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar