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
/
lib
/
Expr
Age
Commit message (
Expand
)
Author
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2016-09-29
Fix bug in `AssignmentEvaluator` where NotOptimizedExpr would not (#466)
Dan Liew
2016-05-24
Fixed bug #375 in Kleaver's parser
Andrea Mattavelli
2016-03-22
ExprPPrinter: Print out arrays deterministically
Martin Nowack
2016-02-23
When calling ``Assignment::dump()`` if there are no bindings emit
Dan Liew
2016-02-23
Move ``Assignment::dump()`` into its own implementation file so
Dan Liew
2016-02-22
Remove stray STP function declaration.
Dan Liew
2016-02-22
Move Array constructor out of ``Expr.h`` and into ``Expr.cpp``.
Dan Liew
2015-12-18
Fix a leak detected by ASan in the KQuery parser where on destruction of
Dan Liew
2015-12-18
Fix memory leaks of ``Array`` objects detected by ASan.
Dan Liew
2015-12-17
Fix a memory leak in ``UpdateList`` detected by AddressSanitizer.
Dan Liew
2015-04-15
Fix the handling of AShrExpr in ExprSMTLIBPrinter so that an overshift
Dan Liew
2015-04-09
Added a new option, --rewrite-equalities, which makes it possible to disable ...
Cristian Cadar
2015-02-27
Improved some comments and fixed some formatting issues in the Array factory ...
Cristian Cadar
2015-02-27
Merge branch 'ArrayFactory' of https://github.com/holycrap872/klee into holyc...
Cristian Cadar
2015-02-22
Added factory method for Arrays + hid constructors from outside calls
Eric Rizzi
2015-02-19
Teach ExprSMTLIBPrinter to use SMTLIBv2's distinct function rather
Dan Liew
2014-12-13
Add a few line breaks to make the code more readable in
Dan Liew
2014-12-13
Clean up some ExprSMTLIBPrinter code by using llvm_unreachable
Dan Liew
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
Fix typo
Dan Liew
2014-12-02
Add a comment explaining why the query expr is being negated.
Dan Liew
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-05-29
Fix header
Martin Nowack
2014-05-29
Avoid non-explicit use of functions from std namespace in KLEE
Martin Nowack
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-05-11
Fix the logic in ExprSMTLIBPrinter::getSort
Peter Collingbourne
2014-04-24
Asserting that update lists have non-NULL roots within ReadExpr objects (update
Hristina Palikareva
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-04-02
Modify the SMT-LIB printer to declare arrays in a deterministic (alphabetical...
Peter Collingbourne
2014-03-09
Use clang-format to reformat SMT-LIB printer in LLVM style.
Peter Collingbourne
2013-12-21
Do not install KLEE's internal libraries.
Dan Liew
2013-12-06
Deprecate LLVM 2.8 and lower
Martin Nowack
2013-09-21
Merge pull request #17 from MartinNowack/LLVM33
Cristian Cadar
2013-08-28
Fix constness warnings issued by gcc 4.7
Martin Nowack
2013-08-27
Port to LLVM 3.3
Martin Nowack
2013-07-11
Bug fix by Jonathan Neuschäfer: "Without this patch
Cristian Cadar
2013-05-08
Patch by Dan Liew: "Renamed ExprSMTLIBPrinter method mangleQuery() to negateQ...
Cristian Cadar
2012-11-05
Fixed a bug in Array::computeHash()
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-24
Patch by Dan Liew: " Modified ConstantExpr::toString() to take an
Cristian Cadar
2012-10-18
Nice patch by Hristina Palikareva that removes the dependency on STP
Cristian Cadar
2012-04-07
Catch up with hashing changes.
Peter Collingbourne
2011-10-17
Fix some -Wunused-variable warnings.
Daniel Dunbar
2011-07-24
Applied patch by Leandro Sales that makes Kleaver compatible with the
Cristian Cadar
[next]