summaryrefslogtreecommitdiff
path: root/klee/lib/Solver/Solver.cpp
AgeCommit message (Expand)Author
2013-01-22Added a new option --ignore-solver-failures, disabled by default, toCristian Cadar
2013-01-02Patch by Tomasz Kuchta adding more detailed information on query failures.Cristian Cadar
2013-01-02Patch by Tomasz Kuchta adding a new option (min-query-time-to-log) that enabl...Cristian Cadar
2012-07-31Patch by Dan Liew that removes our internal copy of STP, and makes the --with...Cristian Cadar
2011-12-11Patch by Ben Gras fixing a few minor issues: adds missing includes,Cristian Cadar
2010-07-14Add option to use an external version of STPPeter Collingbourne
2010-04-22Added --stp-optimize-divides flag. Patch submitted by PeterCristian Cadar
2009-08-24Applied the patch submitted by Robby Cochran that fixes an arithmetic overflo...Cristian Cadar
2009-08-01Avoid failing if waitpid fails with EINTR, patch by Vladimir Kuznetsov.Daniel Dunbar
2009-07-10Replaced createNot() by createIsZero() and "Not" macro by "Nz".Cristian Cadar
2009-06-14Add ConstantExpr::{getLimitedValue,getZExtValue}.Daniel Dunbar
2009-06-14Add several ConstantExpr utility functions and move clients over.Daniel Dunbar
2009-06-09More constant Array support.Daniel Dunbar
2009-06-09Kill off UpdateList::isRooted flag.Daniel Dunbar
2009-06-08Add klee::createDummySolver, the dummy solver always fails.Daniel Dunbar
2009-06-05Clean up a number of unused variable warnings when building w/oDaniel Dunbar
2009-06-04Change Solver::getValue to make explicit that result is a ConstantExpr.Daniel Dunbar
2009-06-04Finish removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Start removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Move isConstant from ref<> to Expr::Daniel Dunbar
2009-06-03Kill off specialized ref<> forwarding methods, in the interest of making it aDaniel Dunbar
2009-06-02Use ConstantExpr::alloc instead of ref<Expr> directlyDaniel Dunbar
2009-05-25Add includes to get sprintf (STPBuilder) andDuncan Sands
2009-05-22Add missing include (for FreeBSD build)Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar