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
Age
Commit message (
Expand
)
Author
2018-05-17
Improve error messages for ReadStringAtAddress
Timotej Kapus
2018-05-15
Improved code quality
Lukas Wölfer
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2018-05-15
remove QueryLog.h
Frank Busse
2018-05-09
Improve handling of constant array in Z3
Timotej Kapus
2018-05-09
Remove the option for truncating lines in assembly.ll
Martin Nowack
2018-05-09
Remove workaround for bug in older LLVM version (< 3)
Martin Nowack
2018-05-09
Fix include files
Martin Nowack
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-05-05
Factor out method to update state memory with process state
Martin Nowack
2018-05-01
add blockaddress and indirectbr instructions
Frank Busse
2018-05-01
fix compilation warning
Frank Busse
2018-04-09
doDumpStates: incorrectly increments stats
Frank Busse
2018-03-01
Store CexCache stats and then update klee-stats to use them
Domenico Fabio Marino
2018-02-18
Fail for aggegrations with big endian ordering
Martin Nowack
2018-02-18
Fixed handling of constant vectors with complex data
Martin Nowack
2018-02-18
Make print function of ObjectState public and const
Martin Nowack
2018-02-18
Fix correct element order of InsertElement/ExtractElement
Martin Nowack
2018-02-18
Fix getelementptr for array or vector indices
Martin Nowack
2018-02-18
Fix generation of expressions from constant sequential data
Martin Nowack
2018-02-18
Added comment for getPointerWidth
Martin Nowack
2018-02-01
llvm50: use auto variable instead of SwitchInst::CaseIt
Jiri Slaby
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-11-30
Added pause and continue functionality for states in Executor
Lukas Wölfer
2017-11-24
klee_make_symbolic: warn on deprecated usage
Frank Busse
2017-10-25
fixing huge allocation size constant to be unsigned
David Trabish
2017-10-17
[cmake] detect available metaSMT backends using a pre-defined flag and raise ...
Hoang M. Le
2017-10-17
add support for CVC4 and Yices2 via metaSMT
Hoang M. Le
2017-10-15
Fixed assert in BFSSearcher that does not hold as part of interleaved searcher
Julian Büning
2017-10-12
Removed unnecessary and redundant variable
Andrea Mattavelli
2017-10-09
Fixed initialization of distance to uncovered instructions when KLEE relies o...
Andrea Mattavelli
2017-10-06
Removed the word 'unsigned' from integer overflow error messages
Andrew Santosa
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-10-03
Silenced some warnings about unused variables when assertions are disabled.
Cristian Cadar
2017-09-22
Merge pull request #748 from ccadar/options
Cristian Cadar
2017-08-27
Remove unnecessary null pointer checks
Oscar Deits
2017-08-11
Removed "llvm::" and reformatting in CmdLineOptions.cpp
Cristian Cadar
2017-08-11
Added support for hiding command-line options
Cristian Cadar
2017-08-09
Fixed a compiler warning (unused variable)
Cristian Cadar
2017-08-09
Merge pull request #742 from ccadar/fold
Cristian Cadar
2017-08-07
Untabify this file, which was using a mix of spaces and tabs for alignment.
Cristian Cadar
2017-08-07
Added checks for div/mod by zero and overshifts in constant expressions. Suc...
Cristian Cadar
2017-08-04
Removed merging searchers
Lukas Wölfer
2017-07-31
Fix build for FreeBSD.
Tatiana Tikhomirova
2017-07-29
Added an optional KInstruction* argument to evalConstant and evalConstantExpr...
Cristian Cadar
2017-07-29
Added another variant of printFileLine in KInstruction that returns the locat...
Cristian Cadar
2017-07-26
Now that LLVM 2.9 is gone, we can use cl::bits instead of cl::list
Cristian Cadar
2017-07-25
Merge pull request #725 from ccadar/fold
Cristian Cadar
2017-07-25
This commit simply moves evalConstant to ExecutorUtil (where evalConstantExpr...
Cristian Cadar
2017-07-25
Added the const qualifier to the keys in the constantMap
Cristian Cadar
[next]