index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
klee
/
util
Age
Commit message (
Expand
)
Author
2014-12-13
Clean up a few comments in ExprSMTLIBPrinter
Dan Liew
2014-12-12
Print nested let-abbreviations in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-12-02
Unbreak compilation (in metaSMT configuration) by preventing the #define
Hristina Palikareva
2014-12-02
The printing of constraints and the QueryExpr have been merged into a
Dan Liew
2014-12-02
Implement :named and let abbreviation modes in ExprSMTLIBPrinter
Raimondas Sasnauskas
2014-09-12
When building against libc++ (vs libstdcxx), use standard unordered_{map,set}...
Daniel Dunbar
2014-05-29
Refactoring from std::ostream to llvm::raw_ostream
Martin Nowack
2014-04-24
Add missing newline at end of file to silence a clang warning.
Dan Liew
2014-04-16
Removing a few more hard-coded values for domains and ranges of Array objects
Hristina Palikareva
2014-04-04
Add the ability to control whether the pretty printer uses line breaks
Peter Collingbourne
2014-03-09
Use clang-format to reformat SMT-LIB printer in LLVM style.
Peter Collingbourne
2013-12-06
Deprecate LLVM 2.8 and lower
Martin Nowack
2013-08-27
Port to LLVM 3.3
Martin Nowack
2013-05-08
Patch by Dan Liew: "Renamed ExprSMTLIBPrinter method mangleQuery() to negateQ...
Cristian Cadar
2013-05-08
Patch by Dan Liew: "Improve the doxygen comments for ExprSMTLIBPrinter"
Cristian Cadar
2012-10-24
Nice patch by Dan Liew that adds support for printing queries in the
Cristian Cadar
2012-10-24
Patch by Dan Liew: "Moved PrintContext class out of ExprPrinter.cpp so
Cristian Cadar
2012-10-19
Added missing header file (part of the last patch).
Cristian Cadar
2012-06-19
Patch by Seungbeom Kim for compatibility with old LLVM 2.6.
Cristian Cadar
2012-04-07
Patch by Seungbeom that fixes a memory management issue with Refs, and
Cristian Cadar
2011-07-20
Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!
Peter Collingbourne
2011-07-20
Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour of
Peter Collingbourne
2011-04-23
Patch by arrowdodger (http://keeda.stanford.edu/pipermail/klee-dev/2011-April...
Cristian Cadar
2010-07-08
Add support for InsertValue and ExtractValue instructions
Peter Collingbourne
2010-03-14
Update for 2.7.
Daniel Dunbar
2009-09-01
Update for LLVM ostream changes.
Daniel Dunbar
2009-07-10
Added support for bitwise not. Replacing "false == " with Not in
Cristian Cadar
2009-06-25
Remove some more uses of getConstantValue.
Daniel Dunbar
2009-06-14
Add several ConstantExpr utility functions and move clients over.
Daniel Dunbar
2009-06-09
Add initial support for constant Arrays.
Daniel Dunbar
2009-06-09
Kill off UpdateList::isRooted flag.
Daniel Dunbar
2009-06-07
Make sure that ExprEvaluator will fold constant expressions (klee never creates
Daniel Dunbar
2009-06-07
Implement array declarations.
Daniel Dunbar
2009-06-05
Support the extended query command syntax.
Daniel Dunbar
2009-06-05
Expr::print shouldn't introduce line breaks or extra formatting.
Daniel Dunbar
2009-06-04
Change Solver::getValue to make explicit that result is a ConstantExpr.
Daniel Dunbar
2009-06-04
Start removing uses of Expr::isConstant.
Daniel Dunbar
2009-06-04
Use dyn_cast<> instead of dyn_ref_cast.
Daniel Dunbar
2009-06-04
Use cast<> instead of static_ref_cast.
Daniel Dunbar
2009-06-04
Implement simplify_type for ref<>
Daniel Dunbar
2009-06-04
Expr: Add LLVM style casting support instead of requiring RTTI.
Daniel Dunbar
2009-06-04
Move isConstant from ref<> to Expr::
Daniel Dunbar
2009-06-03
Kill off specialized ref<> forwarding methods, in the interest of making it a
Daniel Dunbar
2009-06-03
Remove ref<>'s constant Expr optimization.
Daniel Dunbar
2009-06-03
Remove a usage of the direct ref<Expr> constructor that I missed.
Daniel Dunbar
2009-06-03
Inline Expr::hashConstant into callers.
Daniel Dunbar
2009-06-02
Use ConstantExpr::alloc instead of ref<Expr> directly
Daniel Dunbar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar