about summary refs log tree commit diff homepage
AgeCommit message (Expand)Author
2015-03-13Timestamp improvements.Emil Rakadjiev
2015-03-12Merge pull request #212 from MartinNowack/killing_states_warningCristian Cadar
2015-03-12[Core] Always warn if states get deleted due to memory limitsMartin Nowack
2015-03-03Consistent capitalization of "KLEE"Cristian Cadar
2015-03-03Slight updates in license file, acknowledging more recent contributions.Cristian Cadar
2015-03-02New regression test checking that the Array factory correctly distinguishes b...Cristian Cadar
2015-03-02Merge branch 'holycrap872-ArrayFactory'Cristian Cadar
2015-02-27Improved some comments and fixed some formatting issues in the Array factory ...Cristian Cadar
2015-02-27Merge branch 'ArrayFactory' of https://github.com/holycrap872/klee into holyc...Cristian Cadar
2015-02-22Added factory method for Arrays + hid constructors from outside callsEric Rizzi
2015-02-19Teach ExprSMTLIBPrinter to use SMTLIBv2's distinct function ratherDan Liew
2015-02-13Fixed and refactored overflow test cases.Cristian Cadar
2015-02-13refactor integer overflow detection, add signed intLuca Dariz
2015-02-13Fix overflow detection in unsigned multiplicationLuca Dariz
2015-02-13add tests for unsigned integer overflowLuca Dariz
2015-02-13Detect overflow of unsigned add, sub and mul operationsLuca Dariz
2015-02-13Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"Cristian Cadar
2015-02-10Merged @luckyluke's change for detecting overflow of unsigned add, subCristian Cadar
2014-12-19Merge pull request #168 from willemp/fix-va-args-passing-for-big-typesCristian Cadar
2014-12-19Moved some of @ddunbar's notes from llvm.org/bugs into TODO.txtCristian Cadar
2014-12-18Merge pull request #178 from mchalupa/masterCristian Cadar
2014-12-13Add a few line breaks to make the code more readable inDan Liew
2014-12-13Clean up some ExprSMTLIBPrinter code by using llvm_unreachableDan Liew
2014-12-13Clean up a few comments in ExprSMTLIBPrinterDan Liew
2014-12-12Print nested let-abbreviations in ExprSMTLIBPrinterRaimondas Sasnauskas
2014-12-09Merge pull request #186 from paulmar/fixshiftCristian Cadar
2014-12-08Merge pull request #183 from hpalikareva/fix-overshift-metasmtCristian Cadar
2014-12-08Fix overshift checkPaul Marinescu
2014-12-03Merge pull request #182 from hpalikareva/fix-test-prefer-cexCristian Cadar
2014-12-03Handling overshift behaviour in MetaSMTBuilderHristina Palikareva
2014-12-03Fixed test /Feature/PreferCex.c: Z3 instantiates different value for unconstr...Hristina Palikareva
2014-12-02Unbreak compilation (in metaSMT configuration) by preventing the #defineHristina Palikareva
2014-12-02Fix typoDan Liew
2014-12-02Add a comment explaining why the query expr is being negated.Dan Liew
2014-12-02The printing of constraints and the QueryExpr have been merged into aDan Liew
2014-12-02Implement :named and let abbreviation modes in ExprSMTLIBPrinterRaimondas Sasnauskas
2014-12-01klee: let user override path to runtime libraryMarek Chalupa
2014-11-13Fix broken webpage link in README.mdDan Liew
2014-11-13Merge pull request #177 from jirislaby/destdirDan Liew
2014-11-13tools: prepend DESTDIR when installingJiri Slaby
2014-11-02Merge pull request #174 from delcypher/allow_stp_installed_in_rootDan Liew
2014-11-01Upstream libstp is no longer dependent on Boost so remove theDan Liew
2014-11-01configure: allow stp being installed in /Jiri Slaby
2014-10-31Merge pull request #173 from delcypher/switch_to_autoconf_2.69Cristian Cadar
2014-10-31Merge pull request #167 from willemp/willem/fix_64bit_printing_bug_in_testing...Dan Liew
2014-10-31Switch to using autoconf 2.69 this version is more commonly availableDan Liew
2014-10-16Fixed declaration of print_int that Travis complained aboutWillem
2014-10-16Fix the bug in printing 64bit numbers, set the test to expect passing. Change...Willem
2014-10-15Fixed test/Concrete/ConstantExpr.llWillem
2014-10-15Added tests to _testingUtils.c (currently failing due to a bug in printing 64...Willem