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
/
include
Age
Commit message (
Expand
)
Author
2018-06-29
Explicitly initialize value to squelch a potentially uninitialized value warning
Daniel Schemmel
2018-06-14
Add unittest for DiscretePDF
Martin Nowack
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-06-11
Fixed memory leak from Executor::inCloseMerge, fixes #883
Lukas Wölfer
2018-05-24
llvm: make KLEE compile against LLVM 3.7
Richard Trembecký
2018-05-24
llvm37: handle GetElementPtrInst::Create's new parameter
Jiri Slaby
2018-05-22
Renamed printFileLine to getSourceLocation (as suggested by @delcypher) to re...
Cristian Cadar
2018-05-22
Simplified printFileLine by using std::to_string, and removed unneeded versio...
Cristian Cadar
2018-05-21
stop using DEBUG macro name
Jiri Slaby
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
Fix include files
Martin Nowack
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-01-22
MergeHandler: remove unused closedStateCount
Jiri Slaby
2018-01-08
[NFC] Remove unused config header template that was only used by
Dan Liew
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-10-17
add support for CVC4 and Yices2 via metaSMT
Hoang M. Le
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
Added support for hiding command-line options
Cristian Cadar
2017-08-04
Removed merging searchers
Lukas Wölfer
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
Added the const qualifier to the keys in the constantMap
Cristian Cadar
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
2017-06-16
move module loading into external function
Jörg Thalheim
2017-06-16
llvm37: introduce type for PassManager
Jiri Slaby
2017-06-12
llvm: don't use clEnumValEnd for LLVM 4.0
Jiri Slaby
2017-06-08
Merge pull request #675 from ccadar/varargs
Andrea Mattavelli
2017-06-08
Fixed typos in comments related to vararg support.
Cristian Cadar
2017-06-02
hide backend solver declarations from public include
Hoang M. Le
2017-06-02
replace handleMetaSMT() with klee::createMetaSMTSolver() and move it into Met...
Hoang M. Le
2017-06-01
Refactor file opening code out of `main.cpp` and into
Dan Liew
2017-03-23
Add `AssignmentValidatingSolver`. It's purpose is to check any computed
Dan Liew
2017-03-23
[WIP] Fix bug where stats would not be updated on early exit caused by
Dan Liew
2017-03-03
Moved printFileLine() to be part of KInstruction
Cristian Cadar
2017-02-25
llvm: stop using global context
Jiri Slaby
2017-02-23
CommandLine: do not copy list in optionIsSet
Jiri Slaby
2017-02-21
Teach `klee::getDirectCallTarget()` to resolve weak aliases. This is
Dan Liew
2017-02-14
Refactoring code to improve readability by using UINT32/64_C macros
Andrea Mattavelli
2017-02-14
Fixed assertion invocation: We were invoking bits64::truncateToNBits with a w...
Andrea Mattavelli
2017-02-14
Added pre/post conditions as assertions
Andrea Mattavelli
2017-02-13
Silenced two "control may reach end of non-void function [-Wreturn-type]" com...
Cristian Cadar
2016-11-30
Remove support for reporting the approximate git tag.
Dan Liew
2016-11-28
Clean up `Expr::compare()` interface by
Dan Liew
2016-11-28
Remove default implementation of `Expr::compareContents(const Expr&)`
Dan Liew
2016-11-28
Fix bug in implementation of `NotExpr`. It should not implement
Dan Liew
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
[next]