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
/
Intrinsic
Age
Commit message (
Expand
)
Author
2020-11-04
[cmake] Add support to generate arbitrary runtime library configurations
Martin Nowack
2020-08-07
New intrinsic: klee_is_replay
Alastair Reid
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-03-17
Added libcxx flag
Lukas Wölfer
2018-07-04
Reorganise runtime libraries provided by KLEE
Martin Nowack
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-07-24
Moved klee_choose from klee-libc to KLEE intrinsics.
Cristian Cadar
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2015-04-25
Clean up the installation/building of the runtime libraries.
Dan Liew
2015-04-01
[runtime] Fix include in klee_int
Martin Nowack
2013-10-29
Merge pull request #26 from delcypher/fix_divide_by_zero
Paul
2013-09-02
Implemented runtime check for overshift (controllable with --check-overshift
Dan Liew
2013-08-27
Port to LLVM 3.3
Martin Nowack
2011-12-11
This is a workaround for the infinite loop reported at
Cristian Cadar
2009-08-01
A few type fixes for libc functions, for 64-bit.
Daniel Dunbar
2009-08-01
Rename intrinsic library to libkleeRuntimeInstrinsic, for consistency.
Daniel Dunbar
2009-05-22
Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar