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
/
Core
/
Executor.cpp
Age
Commit message (
Expand
)
Author
2017-02-13
Revert "Increased the type size for the stop-after-n-instructions option to a...
Cristian Cadar
2017-02-13
Increased the type size for the stop-after-n-instructions option to avoid too...
Andrea Mattavelli
2016-12-15
Typo fix when compiling with LLVM 3.5 and above
Adrian Herrera
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-11-19
Remove option --randomize-fork. If someone needs this, the right way is to i...
Cristian Cadar
2016-09-26
Modified logging information to steer the usage of klee_message, klee_warning...
Andrea Mattavelli
2016-08-10
Extended support for assembler raising
Martin Nowack
2016-08-04
klee: add exit-on-error-type parameter
Jiri Slaby
2016-07-11
Executor: do not crash on non-sized globals
Jiri Slaby
2016-07-08
Add deterministic allocation of memory
Martin Nowack
2016-07-08
Handle aligned varargs allignment correctly
Martin Nowack
2016-07-08
Generate forked states for switch instructions deterministically
Martin Nowack
2016-07-08
Use vector instead of set to add/remove states
Martin Nowack
2016-07-08
Refactoring: Extract method to dump remaining states
Martin Nowack
2016-07-08
Merge pull request #391 from MartinNowack/feat_zipstream_compress
MartinNowack
2016-07-08
Support gzip-based compression of raw_outstreams
Martin Nowack
2016-07-08
Add feature to dump statistics after n instructions
Martin Nowack
2016-06-23
Use klee_message for timeout information
Andrea Mattavelli
2016-05-18
Modified -debug-print-instructions to allow to write directly on log file.
Andrea Mattavelli
2016-04-08
Remove computation of ``isLocal`` that is always true when handling
Dan Liew
2016-04-08
Rename KLEE command line options from
Dan Liew
2016-03-01
Documented default values for various options and improved the description of...
Cristian Cadar
2016-02-27
Refactoring: Extract checking memory limit into own function
Martin Nowack
2016-01-12
Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providing
Dan Liew
2015-12-18
Move lib/Solver/SolverStats.h -> include/klee/SolverStats.h
Dan Liew
2015-12-18
Fix memory leaks of ``Array`` objects detected by ASan.
Dan Liew
2015-12-17
Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...
Martin Nowack
2015-06-03
Added an option --readable-posix-inputs which is used to turn on/off the CEX ...
Cristian Cadar
2015-05-31
Make use of prefer-cex optional rather than default
Eric Rizzi
2015-03-12
[Core] Always warn if states get deleted due to memory limits
Martin Nowack
2015-02-27
Improved some comments and fixed some formatting issues in the Array factory ...
Cristian Cadar
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2014-12-19
Merge pull request #168 from willemp/fix-va-args-passing-for-big-types
Cristian Cadar
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-10-09
Fixed passing of long double (and other big types) in var_args on x86_64. Rem...
Willem
2014-09-14
[LLVM3.5] Update for CallSite.h move into IR/.
Daniel Dunbar
2014-09-14
[Core] Remove support for "--use-asm-addresses".
Daniel Dunbar
2014-09-13
[Core] Fix implementation of FRem for LLVM 3.3+, which was wrong (caught by F...
Daniel Dunbar
2014-09-13
Small edits to test the Travis CI trigger.
Cristian Cadar
2014-09-12
[Core] Fix some warnings in -Asserts builds.
Daniel Dunbar
2014-07-04
Fix regression reported by Michael Esser and Andrew Watson
Dan Liew
2014-06-06
Merge pull request #129 from ahorn/master
Cristian Cadar
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-05-19
Rename command line option for equality substitutions
ahorn
2014-05-12
Add SimplifyExpressions command line option
ahorn
2014-04-24
Renamed GetTotalMemoryUsage to GetTotalMallocUsage
Martin Nowack
2014-04-24
Fix handling of memory usage in KLEE.
Martin Nowack
2014-02-24
Improved help message for make-concrete-symbolic and fixed some typos.
Cristian Cadar
2013-12-19
Added a few comments to Executor::getLastNonKleeInternalInstruction()
Dan Liew
2013-12-19
When writing stack traces for bugs write the location in the assembly.ll
Dan Liew
[next]