summaryrefslogtreecommitdiff
path: root/Source/VCExpr/VCExprAST.ssc
Commit message (Collapse)AuthorAge
* First cut of lazy inlining. The option can be turned on by the flag ↵Gravatar qadeer2010-04-17
| | | | /lazyInline:1. It is off by default. This option currently does not support loops and recursion and also does not allow assertions and specifications in inlined procedures. The usage is currently not documented.
* Implement if-then-else expression.Gravatar MichalMoskal2010-02-18
|
* Boogie: Peephole optimization to reduce depth of formulas created during VC ↵Gravatar rustanleino2010-02-15
| | | | generation. This reduces the chances of Boogie causing a stack overflow.
* Fixed some bugs in the generation of bitvector input for Z3.Gravatar rustanleino2009-09-29
| | | | Deleted/ignored some binaries in the Binaries directory.
* Initial set of files.Gravatar mikebarnett2009-07-15