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
/
runtime
Age
Commit message (
Expand
)
Author
2020-12-04
Declare mempcpy on macOS, to silence compiler warnings
Cristian Cadar
2020-11-09
Added fortified library (for -D_FORTIFY_SOURCE), to be linked when uclibc is ...
Cristian Cadar
2020-11-09
Added fortified versions for the functions in the klee-libc library
Cristian Cadar
2020-11-09
Since the runtime now contains fortified libc functions, it is important to c...
Cristian Cadar
2020-11-09
Added fortified versions for the functions in the freestanding library.
Cristian Cadar
2020-11-04
Rename FreeStanding to Freestanding where appropriate
Martin Nowack
2020-11-04
[cmake] Add support to generate arbitrary runtime library configurations
Martin Nowack
2020-11-03
fix: bcmp with n==0
Alastair Reid
2020-10-30
Call functions in __cxa_atexit in reverse order
Tomas Jasek
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
fix cxa_exception include for older LLVM versions
Julian Büning
2020-10-12
fix building klee-cxxabi
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-10-06
Ran clang-format on intrinsics.c and removed unneeded comment
Cristian Cadar
2020-10-06
Added support for klee_open_merge and klee_close_merge in replay, together wi...
Cristian Cadar
2020-08-28
Definition of __cxa_thread_atexit_impl for the KLEE libc.
Alastair Reid
2020-08-07
New intrinsic: klee_is_replay
Alastair Reid
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-09
[posix-runtime] Improve model to handle full-path symbolic files
Timotej Kapus
2020-03-22
[posix-runtime] Simple GET/SET_LK model
Timotej Kapus
2019-11-09
Compile fd_64.c file of POSIX runtime correctly on FreeBSD - append "64" suffix
Gleb Popov
2019-11-07
Allow main with 3 arguments
Cristian Cadar
2019-11-05
Do not modify strings if they are read-only.
Martin Nowack
2019-11-05
runtime: fix for glibc 2.30
Jiri Slaby
2019-10-31
klee-libc: add bcmp
Julian Büning
2019-08-01
gen(-random)-bout: add --bout-file flag
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-06-04
make include guard naming consistent
Julian Büning
2019-06-04
Fixed identifiers used in ifdefs to (1) not use reserved names and (2) use a ...
Cristian Cadar
2019-05-06
Fix compilation of POSIX runtime on FreeBSD 11.
Gleb Popov
2019-05-06
Fix build of POSIX runtime on FreeBSD i386.
Gleb Popov
2019-04-29
More FreeBSD related fixes to POSIX runtime.
Gleb Popov
2019-04-02
POSIX runtime fixes for FreeBSD.
Gleb Popov
2019-03-17
Added libcxx flag
Lukas Wölfer
2018-10-26
llvm5: test, add -disable-O0-optnone to -O0
Jiri Slaby
2018-10-08
add support for klee-replay on OSX
Frank Busse
2018-09-29
Changed code to create up to 100 properly-numbered symbolic arguments, and ad...
Cristian Cadar
2018-09-29
Add checks for correct usage of the POSIX model, together with an associated ...
Cristian Cadar
2018-09-10
POSIX: Add invocation of klee_init_env into wrapper before calling main
Martin Nowack
2018-09-06
runtime: fix memory error in canonicalize_file_name
Frank Busse
2018-08-03
Fixed runtest library to handle the case of a NULL "name" argument in klee_ma...
Cristian Cadar
2018-07-04
runtime: remove obsolete code for building modules instead of archives
Julian Büning
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-07-04
Reorganise runtime libraries provided by KLEE
Martin Nowack
2018-05-07
Fixed utimes() behavior for symbolic files when the second argument is NULL
yxliang01
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-05-01
Ensured program reliably has 3 paths to be explored, and removed unnecessary ...
Cristian Cadar
2018-05-01
Implement klee_prefer_cex() and klee_abort() in Runtest and added correspondi...
lyxia
2017-10-04
[CMake] Add global clean target `clean_all`. Fixes #718.
Dan Liew
[next]