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
/
scripts
Age
Commit message (
Expand
)
Author
2019-07-30
Provide klee runtime build type as parameter
Martin Nowack
2019-04-08
Use newer versions of solver components used by MetaSMT
Martin Nowack
2019-04-08
Propagate correct version of metasmt to build script
Martin Nowack
2019-04-08
Add LD_LIBRARY_PATH to docker image
Gerben Oolbekkink
2019-04-05
Add missing dependency for tabulate package
Martin Nowack
2019-04-05
Remove CC as requirement; automatically set by sanitizer_compiler
Martin Nowack
2019-04-04
Fix SQLite OSX
Timotej Kapus
2019-04-04
Add MSan support for sqlite
Timotej Kapus
2019-04-04
add tabulate to OSX build
Frank Busse
2019-04-04
some minor refactorings
Frank Busse
2019-04-04
Change the .stats format into sqlite3
Timotej Kapus
2019-03-21
drop support for LLVM <= 3.7
Julian Büning
2019-03-17
Fix `true` invocation in case docker image could not be pushed
Martin Nowack
2019-03-17
Add libc++ as build dependency to KLEE
Martin Nowack
2019-03-17
Add support for libc++ as part of the build.sh scripts
Martin Nowack
2019-03-17
Generalise clang package detection for linux and mac osx
Martin Nowack
2019-03-12
Add integer sanitizer to UBSan
Martin Nowack
2019-03-10
Updated dependency build system for KLEE
Martin Nowack
2019-03-05
remove klee-clang, use wllvm/gllvm instead
Frank Busse
2018-12-19
Travis OSX: install Python 3.x
Frank Busse
2018-11-11
Use LLVM 4 for Mac Build
Martin Nowack
2018-10-07
Workaround for flaky coverage
Martin Nowack
2018-09-27
Revert lit to 0.6.0 version, as 0.7.0 misbehaves
Cristian Cadar
2018-09-06
llvm36.patch: fix build for newer glibc/gcc versions
Frank Busse
2018-08-12
llvm.sh: fix patch source paths
Frank Busse
2018-07-12
Fix uploading of coverage information from inside of docker
Martin Nowack
2018-07-11
Add missing curl
Martin Nowack
2018-07-11
Fix slow Mac Travis build: wildcard is not expanded with quotes
Martin Nowack
2018-07-04
Extensive updates to the build script for dependencies and docker
Martin Nowack
2018-05-18
Delete coverageServer.py
Timotej Kapus
2017-07-24
more portable shebangs
Jörg Thalheim
2017-07-23
Remove klee-gcc
Martin Nowack
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2015-12-04
Fixing klee-clang to strip all flags not understood by llvm-link
Mate Soos
2015-06-16
added COVERAGE=0 to dockerfile, factored out coverage build flags to be only ...
Timotej Kapus
2015-03-12
Add klee-clang as alternative to klee-gcc
Martin Nowack
2014-09-15
Generate fake files for test cases
Martin Nowack
2013-12-08
Add chroot jail support in klee-replay.
Lei Zhang
2009-07-26
Tweak objdump script, kcachegrind has gotten stricter about its parsing.
Daniel Dunbar
2009-07-26
Ok, I caved. klee-gcc is useful, at least for now.
Daniel Dunbar
2009-06-05
Moved PrintStats.py to tool/klee-stats/
Cristian Cadar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar