about summary refs log tree commit diff homepage
path: root/lib/Expr/Constraints.cpp
AgeCommit message (Expand)Author
2019-03-15Placed --rewrite-constraints in the constraint solving categoryCristian Cadar
2019-03-13Consistently use "default=true" and "default=false" instead of "default=on" a...Cristian Cadar
2017-07-23Remove support for LLVM < 3.4Martin Nowack
2015-04-09Added a new option, --rewrite-equalities, which makes it possible to disable ...Cristian Cadar
2014-05-29Remove #include <iostream> to avoid static constructorsMartin Nowack
2013-08-27Port to LLVM 3.3Martin Nowack
2010-05-02Fix some const cast warnings.Daniel Dunbar
2009-06-14Add several ConstantExpr utility functions and move clients over.Daniel Dunbar
2009-06-04Sink getConstantValue into ConstantExpr.Daniel Dunbar
2009-06-04Finish removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Use dyn_cast<> instead of dyn_ref_cast.Daniel Dunbar
2009-06-04Use cast<> instead of static_ref_cast.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-21Initial KLEE checkin.Daniel Dunbar