Age | Commit message (Expand) | Author |
2019-03-15 | Categorized the options in SpecialFunctionHandler.cpp | Cristian Cadar |
2018-11-23 | Implemented memalign with alignment | Lukas Wölfer |
2018-10-16 | Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ... | Cristian Cadar |
2018-07-11 | Removed support for klee_make_symbolic with 2 arguments. This has been depre... | Cristian Cadar |
2018-07-04 | Reorder linking and optimizations | 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-17 | Improve error messages for ReadStringAtAddress | Timotej Kapus |
2018-05-15 | Implemented incomplete merging | Lukas Wölfer |
2018-05-05 | Fix handling of errno if external functions are invoked | Martin Nowack |
2018-05-01 | fix compilation warning | Frank Busse |
2017-11-30 | Implemented bounded merging functionality | Lukas Wölfer |
2017-11-24 | klee_make_symbolic: warn on deprecated usage | Frank Busse |
2017-10-06 | Removed the word 'unsigned' from integer overflow error messages | Andrew Santosa |
2017-08-04 | Removed merging searchers | Lukas Wölfer |
2017-07-23 | Remove support for LLVM < 3.4 | Martin Nowack |
2016-08-08 | Merge pull request #447 from hutoTUM/fix-klee_get_obj_size | MartinNowack |
2016-08-08 | Fix for klee_get_obj_size() crashing on 64-bit, resolves #446 | hutoTUM |
2016-08-04 | klee: add exit-on-error-type parameter | Jiri Slaby |
2015-12-17 | Refactoring: Moving klee_warning/_error functions to ErrorHandling in Support... | Martin Nowack |
2015-12-11 | Reword help description for ``--silent-klee-assume`` command line | Dan Liew |
2015-12-11 | Add command line flag ``--silent-klee-assume``to suppress errors due to | Valentin Wüstholz |
2015-06-03 | Added an option --readable-posix-inputs which is used to turn on/off the CEX ... | Cristian Cadar |
2015-02-13 | refactor integer overflow detection, add signed int | Luca Dariz |
2015-02-13 | Detect overflow of unsigned add, sub and mul operations | Luca Dariz |
2015-02-13 | Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub" | Cristian Cadar |
2015-02-10 | Merged @luckyluke's change for detecting overflow of unsigned add, sub | Cristian Cadar |
2014-09-19 | Removed code related to underConstrained, as it is unused (issue pointed out ... | Cristian Cadar |
2014-09-13 | Add KLEE specific DEBUG macros. | Daniel Dunbar |
2014-05-29 | Remove #include <iostream> to avoid static constructors | Martin Nowack |
2014-05-29 | Refactoring from std::ostream to llvm::raw_ostream | Martin Nowack |
2014-02-06 | Implement const_iterator interface for SpecialFunctionHandler so | Dan Liew |
2013-08-27 | Port to LLVM 3.3 | Martin Nowack |
2013-04-04 | Patch by Michael Contreras and Jiri Slaby for compiling KLEE with LLVM 3.2 | Cristian Cadar |
2011-05-25 | Name symbolic arrays using the 3rd argument to klee_make_symbolic, | Peter Collingbourne |
2011-03-30 | Fixed some typos. | Cristian Cadar |
2010-06-28 | Applied Stefan Bucur's patch from | Cristian Cadar |
2010-06-24 | Implement klee_stack_trace function | Peter Collingbourne |
2010-05-02 | Fix some const cast warnings. | Daniel Dunbar |
2009-09-01 | Update for LLVM ostream changes. | Daniel Dunbar |
2009-08-03 | Fix computation of GetElementPtr offset for 64-bit targets. | Daniel Dunbar |
2009-08-02 | Print allocation info for adjacent objects in out-of-bounds message. | Daniel Dunbar |
2009-07-28 | KLEE64: Fix a type conversion problem with calls to klee_make_symbolic; there | Daniel Dunbar |
2009-07-25 | (llvm up) Update for llvm::Value getName() change. | Daniel Dunbar |
2009-06-14 | More ConstantExpr cleanup. | Daniel Dunbar |
2009-06-14 | Remove some unused functionality. | Daniel Dunbar |
2009-06-14 | Change AddressSpace::resolveOne to take a ConstantExpr directly (and to allow | Daniel Dunbar |
2009-06-14 | Add ConstantExpr::{getLimitedValue,getZExtValue}. | Daniel Dunbar |
2009-06-04 | Sink getConstantValue into ConstantExpr. | Daniel Dunbar |
2009-06-04 | Change Solver::getValue to make explicit that result is a ConstantExpr. | Daniel Dunbar |