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
/
Expr.cpp
Age
Commit message (
Expand
)
Author
2009-07-28
Move Machine constants into Context object, initialized based on the target
Daniel Dunbar
2009-07-10
Updated the Not operation for constants. Added extra test case for this.
Cristian Cadar
2009-07-10
Added support for bitwise not. Replacing "false == " with Not in
Cristian Cadar
2009-07-10
Replaced createNot() by createIsZero() and "Not" macro by "Nz".
Cristian Cadar
2009-06-27
Start move to using APFloat (support long double).
Daniel Dunbar
2009-06-25
Kill off last getConstantValue uses.
Daniel Dunbar
2009-06-25
Remove some more uses of getConstantValue.
Daniel Dunbar
2009-06-25
Switch to using APInt math operations.
Daniel Dunbar
2009-06-22
Remove unnecessary width field, the width is part of the APInt.
Daniel Dunbar
2009-06-22
Store ConstantExpr's value as an APInt.
Daniel Dunbar
2009-06-22
Add ConstantExpr::toString (instead of using getConstantValue()).
Daniel Dunbar
2009-06-15
Support partial folding for Add in new constant folding builder.
Daniel Dunbar
2009-06-14
Kill off ExtractExpr::createByteOff.
Daniel Dunbar
2009-06-14
Remove the (A < constant) => (A == 0 || A == 1 ... || A == constant - 1)
Daniel Dunbar
2009-06-14
More ConstantExpr cleanup.
Daniel Dunbar
2009-06-14
Add ConstantExpr::{getLimitedValue,getZExtValue}.
Daniel Dunbar
2009-06-14
Rewrite ImpliedValue to use ConstantExpr operations.
Daniel Dunbar
2009-06-14
Add several ConstantExpr utility functions and move clients over.
Daniel Dunbar
2009-06-14
Add constant folding operations to ConstantExpr.
Daniel Dunbar
2009-06-13
Reverted last change that added createIff. Since we only handle
Cristian Cadar
2009-06-13
Added a helper function to construct IFF expressions.
Cristian Cadar
2009-06-10
Move declaration of vc_DeleteExpr outside of function.
Daniel Dunbar
2009-06-10
(Missed save) Move Array construction out of MemoryObject into ObjectState.
Daniel Dunbar
2009-06-10
Move Array construction out of MemoryObject into ObjectState.
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-05
Clean up a number of unused variable warnings when building w/o
Daniel Dunbar
2009-06-05
Expr::print shouldn't introduce line breaks or extra formatting.
Daniel Dunbar
2009-06-04
Make ConstantExpr's value and constructor private.
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 dyn_cast<> instead of dyn_ref_cast.
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
2009-06-03
Kill off specialized ref<> forwarding methods, in the interest of making it a
Daniel Dunbar
2009-06-03
Fix bug I just introduced, ConstantExpr::computeHash needs to update the
Daniel Dunbar
2009-06-03
Update ConstantExpr::fromMemory to return a ref<Expr>.
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