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
/
Solver
/
STPBuilder.cpp
Age
Commit message (
Expand
)
Author
2022-06-28
Implement getArrayForUpdate iteratively
Daniel Schemmel
2020-05-01
[Solver:STP] Fix handling of array names
Martin Nowack
2020-04-30
Removed include/klee/util and moved header files to appropriate places
Cristian Cadar
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2019-09-03
Moved solver-related header files into a separate klee/Solver/ directory.
Cristian Cadar
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
2019-06-04
Remove parenthesis around returns, as reported and discussed in #891
Cristian Cadar
2019-03-13
Renamed --use-construct-hash to --use-construct-hash-stp and moved it and use...
Cristian Cadar
2016-07-09
Fix variable shifting behavior with different sizes
Martin Nowack
2016-04-09
Generate unique STP and Z3 array names deterministically
Martin Nowack
2016-01-14
Make it possible to build KLEE without using STP and only MetaSMT.
Dan Liew
2015-12-18
Move lib/Solver/SolverStats.h -> include/klee/SolverStats.h
Dan Liew
2015-12-04
Remove dead ``tempVars`` and ``getTempVar()`` method in STPBuilder
Dan Liew
2015-09-22
[STPBuilder] Generate SRrem expressions correctly
Martin Nowack
2015-08-30
Fix signed division by constant 1/ -1
Martin Nowack
2015-03-20
[Solver] Fix leak intermediate expression not freed
Martin Nowack
2014-12-08
Fix overshift check
Paul Marinescu
2014-05-29
Remove #include <iostream> to avoid static constructors
Martin Nowack
2014-04-24
Fixed creation of arrays with variable domains and ranges in STPBuilder and M...
Hristina Palikareva
2014-04-15
Associate a domain and range with each array
Peter Collingbourne
2014-02-14
Explicitly get the width of the "shift" expression rather than assuming
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by constant so that it
Dan Liew
2014-02-14
Fixed overshift of arithmetic right shift by symbolic so that it overshifts
Dan Liew
2014-02-14
Fixed overshift of logical right shift by constant so that it
Dan Liew
2014-02-14
Fixed overshift of logical right shift by symbolic so that it overshifts
Dan Liew
2014-02-14
Fixed overshifting an expression by a constant so that we overshift to
Dan Liew
2014-02-14
Added a test case for testing overshift behaviour of Shl and fixed
Dan Liew
2014-02-14
Translate shl overshifts into 0
Paul Marinescu
2013-08-28
Fix constness warnings issued by gcc 4.7
Martin Nowack
2012-10-18
Nice patch by Hristina Palikareva that removes the dependency on STP
Cristian Cadar
2012-06-01
Patch by Oscar Dustmann fixing a buffer overflow when long names are
Cristian Cadar
2012-03-26
STPBuilder: fix bv{Zero,One,MinusOne} for the case where width>64
Peter Collingbourne
2012-03-26
STPBuilder: fix ConstantExpr builder for the case where width>64 but
Peter Collingbourne
2011-03-30
Bug fix in STPBuilder. Patch submitted by David Ramos, thanks!
Cristian Cadar
2010-05-02
Fix some const cast warnings.
Daniel Dunbar
2009-07-10
Added support for bitwise not. Replacing "false == " with Not in
Cristian Cadar
2009-06-26
More large integer support.
Daniel Dunbar
2009-06-25
Flesh out support for arbitrary bit widths in some key places (STP & constant
Daniel Dunbar
2009-06-14
More ConstantExpr tweaks.
Daniel Dunbar
2009-06-14
Add ConstantExpr::{getLimitedValue,getZExtValue}.
Daniel Dunbar
2009-06-14
Add several ConstantExpr utility functions and move clients over.
Daniel Dunbar
2009-06-09
More constant Array support.
Daniel Dunbar
2009-06-09
Add initial support for constant Arrays.
Daniel Dunbar
2009-06-09
Remove Array::id.
Daniel Dunbar
2009-06-05
Clean up a number of unused variable warnings when building w/o
Daniel Dunbar
2009-06-04
Sink getConstantValue into ConstantExpr.
Daniel Dunbar
2009-06-04
Finish removing uses of Expr::isConstant.
Daniel Dunbar
2009-06-04
Start removing uses of Expr::isConstant.
Daniel Dunbar
2009-06-04
Use cast<> instead of static_ref_cast.
Daniel Dunbar
2009-06-04
Move isConstant from ref<> to Expr::
Daniel Dunbar
[next]