about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.cpp
AgeCommit message (Expand)Author
2017-07-20Merge pull request #657 from delcypher/vectorized_instructionsCristian Cadar
2017-07-20Replace assertions of types on LLVM instructions in the Executor with aDan Liew
2017-07-19Implement basic support for vectorized instructions.Dan Liew
2017-07-18Use assembly line for printing debug informationMartin Nowack
2017-07-18Merge pull request #672 from jirislaby/llvm40_static_castsAndrea Mattavelli
2017-06-16Added location info for external calls and improved a message.Cristian Cadar
2017-06-15llvm: get rid of static_casts from iteratorsJiri Slaby
2017-06-12llvm: don't use clEnumValEnd for LLVM 4.0Jiri Slaby
2017-06-08Merge pull request #675 from ccadar/varargsAndrea Mattavelli
2017-06-08Fixed typos in comments related to vararg support.Cristian Cadar
2017-05-24Rearchitect ExternalDispatcherDan Liew
2017-05-24llvm: make KLEE compile against LLVM 3.5 and 3.6Richard Trembecký
2017-03-23[WIP] Fix bug where stats would not be updated on early exit caused byDan Liew
2017-03-03Merge pull request #613 from ccadar/minor2Andrea Mattavelli
2017-03-03Moved printFileLine() to be part of KInstructionCristian Cadar
2017-03-01fix for PathOS.idgladtbx
2017-02-28convert iterators using static_castJiri Slaby
2017-02-28Merge pull request #547 from delcypher/fix_alignment_of_alloc_memoryCristian Cadar
2017-02-25llvm: stop using global contextJiri Slaby
2017-02-24Teach KLEE to respect the requested memory alignment of globals and stackDan Liew
2017-02-14Increased the type size for the stop-after-n-instructions option to avoid too...Andrea Mattavelli
2017-02-13Revert "Increased the type size for the stop-after-n-instructions option to a...Cristian Cadar
2017-02-13Increased the type size for the stop-after-n-instructions option to avoid too...Andrea Mattavelli
2016-12-15Typo fix when compiling with LLVM 3.5 and aboveAdrian Herrera
2016-11-23Renamed .pc to .kquery (kleaver query)Eric Rizzi
2016-11-19Remove option --randomize-fork. If someone needs this, the right way is to i...Cristian Cadar
2016-09-26Modified logging information to steer the usage of klee_message, klee_warning...Andrea Mattavelli
2016-08-10Extended support for assembler raisingMartin Nowack
2016-08-04klee: add exit-on-error-type parameterJiri Slaby
2016-07-11Executor: do not crash on non-sized globalsJiri Slaby
2016-07-08Add deterministic allocation of memoryMartin Nowack
2016-07-08Handle aligned varargs allignment correctlyMartin Nowack
2016-07-08Generate forked states for switch instructions deterministicallyMartin Nowack
2016-07-08Use vector instead of set to add/remove statesMartin Nowack
2016-07-08Refactoring: Extract method to dump remaining statesMartin Nowack
2016-07-08Merge pull request #391 from MartinNowack/feat_zipstream_compressMartinNowack
2016-07-08Support gzip-based compression of raw_outstreamsMartin Nowack
2016-07-08Add feature to dump statistics after n instructionsMartin Nowack
2016-06-23Use klee_message for timeout informationAndrea Mattavelli
2016-05-18Modified -debug-print-instructions to allow to write directly on log file.Andrea Mattavelli
2016-04-08Remove computation of ``isLocal`` that is always true when handlingDan Liew
2016-04-08Rename KLEE command line options fromDan Liew
2016-03-01Documented default values for various options and improved the description of...Cristian Cadar
2016-02-27Refactoring: Extract checking memory limit into own functionMartin Nowack
2016-01-12Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providingDan Liew
2015-12-18Move lib/Solver/SolverStats.h -> include/klee/SolverStats.hDan Liew
2015-12-18Fix memory leaks of ``Array`` objects detected by ASan.Dan Liew
2015-12-17Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...Martin Nowack
2015-06-03Added an option --readable-posix-inputs which is used to turn on/off the CEX ...Cristian Cadar
2015-05-31Make use of prefer-cex optional rather than defaultEric Rizzi