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
/
tools
Age
Commit message (
Expand
)
Author
2017-06-16
move module loading into external function
Jörg Thalheim
2017-06-12
llvm: don't use clEnumValEnd for LLVM 4.0
Jiri Slaby
2017-06-07
llvm: rename ExitOnError to OptExitOnError
Jiri Slaby
2017-06-01
Refactor file opening code out of `main.cpp` and into
Dan Liew
2017-05-24
llvm: make KLEE compile against LLVM 3.5 and 3.6
Richard Trembecký
2017-03-23
Replace `llvm:errs()` with `klee_error()` as suggested by @andreamattavelli
Dan Liew
2017-03-23
[WIP] Fix bug where stats would not be updated on early exit caused by
Dan Liew
2017-02-28
convert iterators using static_cast
Jiri Slaby
2017-02-25
llvm: stop using global context
Jiri Slaby
2017-01-16
[CMake] Rename "integrationtests" to "systemtests".
Dan Liew
2016-12-02
Fixed the issue of klee-stats not being copied to bin/
Cristian Cadar
2016-12-01
Added among the external calls that we model
Andrea Mattavelli
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-11-18
[CMake] Remove use of tabs in `CMakeLists.txt` files.
Dan Liew
2016-11-18
[CMake] Re-express LLVM and KLEE library dependencies as
Dan Liew
2016-11-17
[cmake] Build with newer JIT (for LLVM >= 3.6)
Adrian Herrera
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-09-29
Fixed the description of -posix-runtime option
Andrew Santosa
2016-09-26
Modified logging information to steer the usage of klee_message, klee_warning...
Andrea Mattavelli
2016-09-16
Avoid internalization of non-standard entry point (i.e. not the main function...
Andrea Mattavelli
2016-09-15
Check the existence of the entry point during the initialization of the POSIX...
Andrea Mattavelli
2016-08-08
Use LLVM-based functions to print errno
Andrea Mattavelli
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-06-24
Merge pull request #394 from andreamattavelli/refactoring_runindir
Cristian Cadar
2016-05-24
Fixed bug #375 in Kleaver's parser
Andrea Mattavelli
2016-05-24
Added string for -run-in directory errors
Andrea Mattavelli
2016-05-20
Allow relocation of installed klee tree
Damir Shaykhutdinov
2016-04-11
Small refactoring to improve the consistency of info file handling
Andrea Mattavelli
2016-04-08
Rename KLEE command line options from
Dan Liew
2016-04-08
Remove dead function declaration
Dan Liew
2016-02-29
Merge pull request #344 from MartinNowack/feat_malloc
MartinNowack
2016-02-27
Merge pull request #345 from mdimjasevic/master
MartinNowack
2016-02-27
Add support for tcmalloc
Martin Nowack
2016-02-25
Added support to load libraries from command line
Omer Anson
2016-02-23
Added missing copyright headers per klee/issue #301
Marko Dimjašević
2016-02-14
Add basic implementation of Z3Builder and Z3Solver and Z3SolverImpl
Dan Liew
2016-02-10
Add some of the basic plumbing required to support a Z3 solver in KLEE.
Dan Liew
2016-02-08
Fixed two spelling errors.
Marko Dimjašević
2016-01-14
Remove unnecessary MetaSMT includes from kleaver's ``main.cpp``.
Dan Liew
2016-01-14
Refactor the MetaSMT makefile commands into its own file which can
Dan Liew
2016-01-14
Fix linking with stp via MetaSMT when not building with direct STP
Dan Liew
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2016-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
Dan Liew
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2015-08-14
tools/klee: pass the entry function name as argument
Riccardo Schirone
2015-08-14
tools/klee/main: remove whitespaces
Riccardo Schirone
2015-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
2015-04-25
Rename macro
Dan Liew
2015-04-25
Do not install gen-random-bout.
Dan Liew
2015-04-25
Give KLEE release version information in the output of klee and kleaver
Dan Liew
[next]