summaryrefslogtreecommitdiff
path: root/Test/stratifiedinline
Commit message (Collapse)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
| | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored.
* Removed old test infrastructure files except forGravatar Dan Liew2014-05-28
| | | | | | | | | ./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Enabled the "Stratified inlining benchmarks" lit tests.Gravatar Dan Liew2014-05-07
| | | | | | | | | | The following tests will probably fail for newer versions of Z3 (e.g. 4.3) stratifiedinline/bar10.bpl stratifiedinline/bar7.bpl stratifiedinline/bar8.bpl stratifiedinline/bar9.bpl
* added a test to check for stackoverflowexceptionGravatar akashlal2014-01-07
|
* Recursive walking of Exprs doesn't play nice when the depth of the AST is high.Gravatar akashlal2014-01-07
| | | | | Reduce depth of AST whenever possible (e.g., use a binary tree instead of a linear list of terms)
* and a test caseGravatar akashlal2013-10-25
|
* And a test caseGravatar akashlal2013-10-21
|
* fixed bug introduced by the last checkin in letvciterativeGravatar qadeer2013-09-08
| | | | added /vc:i to all tests in stratifiedinline
* more refactoring in stratified inliningGravatar qadeer2012-05-24
|
* UseLabels=false when stratified inline is onGravatar qadeer2012-04-29
|
* removed proccopybounding codeGravatar qadeer2012-04-28
| | | | stratified inliinig is now run always with /doNotUseLabels
* Added test to stratified inlining.Gravatar Unknown2012-04-24
| | | | Don't use UNSAT core for the refinement step.
* small fixGravatar qadeer2012-04-04
| | | | added regressions
* Boogie: Eliminated the /bv option. Only native bitvectors are supported now. ↵Gravatar Rustan Leino2011-10-27
| | | | The :forceBvZ3Native, :forceBvInt, and :bvint attributes were also eliminated.
* implemented /UseUnsatCoreForInlining option for use in stratified inliningGravatar qadeer2011-02-06
|
* Dafny:Gravatar rustanleino2010-09-14
| | | | | | | | * Added internal support for multi-dimensional arrays (but not all surface syntax is there yet) * Removed unused variables from Dafny.atg Boogie and Dafny: * Improved error message for postcondition violations
* Boogie: Added stratified inlining. It is enabled using the flag ↵Gravatar akashlal2010-07-07
/stratifiedInline:1.