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
/
ExprBuilder.cpp
Age
Commit message (
Expand
)
Author
2020-11-12
Ref: implement operator bool()
Julian Büning
2020-02-19
Use `ref<>` for UpdateNode
Martin Nowack
2019-07-30
Consolidated Expr-related include files into a single include/klee/Expr direc...
Cristian Cadar
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-16
Add basic constant folding / simplification for Eq.
Daniel Dunbar
2009-06-16
Add (very) basic constant folding for And,Or,Xor.
Daniel Dunbar
2009-06-16
Add (very) basic constant folding for Mul.
Daniel Dunbar
2009-06-16
Start SimplifyingExprBuilder
Daniel Dunbar
2009-06-15
Support partial folding for Sub in new constant folding builder.
Daniel Dunbar
2009-06-15
Support partial folding for Add in new constant folding builder.
Daniel Dunbar
2009-06-14
Rename FoldingExprBuilder -> SimplifyingExprBuilder
Daniel Dunbar
2009-06-14
Use ExprBuilder for constructing expressions in the Parser.
Daniel Dunbar
2009-06-14
Add ExprBuilder base class, and start of implementations.
Daniel Dunbar