Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed bug in inlining (procedure *definitions* had been traversed by ↵ | rustanleino | 2009-11-19 |
| | | | | | | StandardVisitor while visiting commands). This solves Issue #6266. | ||
* | doomed stuff: minor bug fixes / improved output / more test cases | schaef | 2009-11-19 |
| | |||
* | modified the doom checking. It is now able to report only the relevant ↵ | schaef | 2009-11-18 |
| | | | | statements and writes them the stdout. Line numbers are only displayed for bpl input. | ||
* | Swapped previous file (Datatypes.bpl) for the correct test file (Datatypes.dfy). | rustanleino | 2009-11-14 |
| | |||
* | Start (some parsing and resolution) of adding algebraic datatypes to Dafny. | rustanleino | 2009-11-08 |
| | | | | Included VSI-Benchmarks in standard tests. | ||
* | Added a sequence update expression in Dafny. | rustanleino | 2009-11-06 |
| | |||
* | Redesigned the encoding of Dafny generics, including the built-in types set ↵ | rustanleino | 2009-11-06 |
| | | | | | | | | | | | | and seq. Regrettably, these changes--although improvements in Dafny's functionality--have caused Test/dafny0/BinaryTree.bpl and Test/dafny0/SchorrWaite.dfy to be significantly slower (the dafny0 test directory now takes 6:11 whereas it used to take 1:43). Improved some of the VSI-Benchmarks to use generics more fully, where the previous designed had just crashed. Included the previously commented-out loop invariants and assertions in VSI-Benchmarks/b8.dfy. Added a space in the pretty printing of Boogie coercion expressions. | ||
* | The Dafny call statement now automatically declares left-hand sides as local ↵ | rustanleino | 2009-11-05 |
| | | | | variables, if they were not already local variables. | ||
* | Introduced operator !in in Dafny. An expression "x !in S" is equivalent to ↵ | rustanleino | 2009-11-05 |
| | | | | | | | "!(x in S)". Changed Dafny test files to use the new operator. Included the file b8.dfy into the VSI-Benchmarks test harness. | ||
* | Added loop invariants to make VSI-Benchmarks/b8.dfy verify. (Still to do: ↵ | rustanleino | 2009-11-04 |
| | | | | uncomment a couple of the desired loop invariants.) | ||
* | vc:doomed does not use the console anymore to report results | schaef | 2009-11-02 |
| | | | | | | added first test cases for doomed (including the ones from smoke) minor bug fixes minor speed-ups | ||
* | Initial version of VSI Benchmarks 1 - 8 | RMonahan | 2009-10-30 |
| | |||
* | Fixed bugs in inlining, and added a test case. | rustanleino | 2009-10-14 |
| | | | | This solves issue 5742, as reported in the MSR Boogie Issue Tracker on Codeplex. | ||
* | Fixed some bugs in the generation of bitvector input for Z3. | rustanleino | 2009-09-29 |
| | | | | Deleted/ignored some binaries in the Binaries directory. | ||
* | Updated Answer files, in synch with my recent edits 31961. | rustanleino | 2009-08-16 |
| | |||
* | Removed Output files. These are created on a local machine when the tests ↵ | rustanleino | 2009-08-07 |
| | | | | are run. | ||
* | Fixed problem where nullary function with definition had caused a crash. | rustanleino | 2009-08-07 |
| | |||
* | Removed a temporary file that is created by the test script. | rustanleino | 2009-08-06 |
| | |||
* | Initial set of files. | mikebarnett | 2009-07-15 |