Age | Commit message (Collapse) | Author |
|
directory. This improves the organization of the code, and also makes it easier to reuse Expr outside KLEE.
|
|
|
|
operators
|
|
have the same bv width
|
|
64, so that the first two arguments of the call bvVarRightShift(extend_npm, expr_shpost, 64) have the same bitwidth of 64.
|
|
|
|
|
|
|
|
|
|
|
|
0 when overshifting
|
|
|
|
|
|
|
|
|
|
|
|
The default core solver is STP if KLEE is built with STP otherwise
it is MetaSMT.
Whilst I'm here rename SUPPORT_METASMT macro to ENABLE_METASMT for
consistency.
|
|
Fix overshift check
|
|
Shifting by bitwidth-1 is valid
|
|
|
|
According to LLVM: lightweight and simpler implementation of streams.
|
|
|
|
MetaSMTBuilder.
|
|
|
|
|