about summary refs log tree commit diff homepage
path: root/lib/Core
AgeCommit message (Expand)Author
2017-02-13Silenced two "control may reach end of non-void function [-Wreturn-type]" com...Cristian Cadar
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-19Fix -Wformat warnings emitted by Apple Clang (800.0.42.1).Dan Liew
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-11-19Documented the level at which BFS operates in KLEE, as part of --helpCristian Cadar
2016-11-19Merge branch 'fix_bfs2' of https://github.com/MartinNowack/klee into MartinNo...Cristian Cadar
2016-11-19Merge pull request #492 from hoangmle/masterCristian Cadar
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 asDan Liew
2016-11-09Fix BFS searcherMartin Nowack
2016-11-08add nicer error messages for --use-merge and add explanation why it currently...Hoang M. Le
2016-11-07Implement a CMake based build system for KLEE.Dan Liew
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-10Merge pull request #451 from andreamattavelli/fix_ub_ptreeMartinNowack
2016-08-09Fix to PTree pointer use-after-delete undefined behaviorAndrea Mattavelli
2016-08-08Merge pull request #447 from hutoTUM/fix-klee_get_obj_sizeMartinNowack
2016-08-08Fix for klee_get_obj_size() crashing on 64-bit, resolves #446hutoTUM
2016-08-04klee: add exit-on-error-type parameterJiri Slaby
2016-07-11Executor: do not crash on non-sized globalsJiri Slaby
2016-07-10Fix parsing of deterministic address.Martin Nowack
2016-07-08Clang-formated MemoryManagerMartin Nowack
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-08IterativeDeepeningTimeSearcher: Fix using wrong iteratorMartin 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-27Use klee-provided GetMallocUsage for consistencyMartin Nowack
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-17Clean up the check in the previous commit by using one of KLEE'sDan Liew
2015-12-17Fixed a bug with how non power 2 values were written to memory, added test fo...Timotej Kapus
2015-12-17Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support...Martin Nowack
2015-12-11Reword help description for ``--silent-klee-assume`` command lineDan Liew
2015-12-11Add command line flag ``--silent-klee-assume``to suppress errors due toValentin Wüstholz
2015-06-03Added an option --readable-posix-inputs which is used to turn on/off the CEX ...Cristian Cadar