summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Factored out the closure for codeexpr conversion so that it can be reused.Gravatar qadeer2013-09-04
| | | | Enabled it in stratified inlining.
* fixed the linear type checking related to globalsGravatar qadeer2013-09-04
| | | | | fixed the modset analysis so that it infers the stable predicate also added more information to type error messages
* Applied Chris Hawblitzel's changes to deal with {:expand}Gravatar qadeer2013-08-23
| | | | Erased {:yields} in the resulting sequential program in OwickiGriesTransform
* some minor fixesGravatar qadeer2013-08-21
|
* inlining is now done in rhs of assignments for codeexprsGravatar qadeer2013-08-15
| | | | added more regressions
* Extended codeexpr inlining to deal with nested codeexprGravatar qadeer2013-08-15
| | | | Added a regression
* extended inlining to deal with codeexprsGravatar qadeer2013-08-14
|
* Fixed a contract.Gravatar wuestholz2013-08-09
|
* process procedure only if an implementation is present.Gravatar qadeer2013-08-07
|
* cleaned up the OG codeGravatar qadeer2013-08-07
| | | | enabled it to be always on
* Changed BVD to display shortened names if they are unique.Gravatar wuestholz2013-08-05
|
* MergeGravatar Ally Donaldson2013-08-05
|\
* | Minor changes to uniformity analysis and inter-procedural reachability analysis.Gravatar Ally Donaldson2013-08-05
| |
| * Fixed several build errors in the 'Checked' configuration.Gravatar wuestholz2013-08-05
| |
| * Reverted change to use MODEL_ON_FINAL_CHECK, which seems to cause Z3 ↵Gravatar Rustan Leino2013-08-02
| | | | | | | | unexpectedly to output model information
| * Turned on options in Z3 to try producing models for timeouts.Gravatar wuestholz2013-08-02
| |
| * Make it possible to set the font in BVD externally.Gravatar wuestholz2013-07-31
|/
* Make it possible to look up variables in the Dafny error models.Gravatar wuestholz2013-07-30
|
* Added test cases for symdiff (z3multipleErrors flag)Gravatar Unknown2013-07-30
|
* Make the dependency analysis for snapshot verification take 'where' clauses ↵Gravatar wuestholz2013-07-30
| | | | into account.
* MergeGravatar qadeer2013-07-29
|\
* | added proper resolution and typechecking for all generated expressionsGravatar qadeer2013-07-29
| |
| * Fixed issue in the model viewer.Gravatar wuestholz2013-07-29
|/
* added types for all the expressions being added to callsGravatar qadeer2013-07-29
|
* Allow for certain visual elements of the model viewer to be hidden.Gravatar wuestholz2013-07-28
|
* Make 'Model' a proper project.Gravatar wuestholz2013-07-26
|
* Removed harmful "Assert(false)".Gravatar wuestholz2013-07-26
|
* Avoid another potential data race.Gravatar wuestholz2013-07-23
|
* Removed the remaining pure collections.Gravatar wuestholz2013-07-23
|
* Resolved some issues with data races.Gravatar wuestholz2013-07-23
|
* Did some refactoring.Gravatar wuestholz2013-07-23
|
* Did some refactoring.Gravatar wuestholz2013-07-23
|
* Minor fixGravatar wuestholz2013-07-23
|
* Did some refactoring.Gravatar wuestholz2013-07-23
|
* Use 'All' and 'Any' instead of 'Contract.ForAll' and 'Contract.Exists' in ↵Gravatar wuestholz2013-07-22
| | | | code (as opposed to contracts).
* Fixed the Coco/R grammar and regenerated the parser.Gravatar wuestholz2013-07-22
|
* All ...Seq classes now goneGravatar Ally Donaldson2013-07-22
|
* ExprSeq: farewellGravatar Ally Donaldson2013-07-22
|
* RESeq: farewellGravatar Ally Donaldson2013-07-22
|
* BlockSeq: farewellGravatar Ally Donaldson2013-07-22
|
* StringSeq: farewellGravatar Ally Donaldson2013-07-22
|
* CmdSeq: farewellGravatar Ally Donaldson2013-07-22
|
* Fixes to refactoringGravatar Ally Donaldson2013-07-22
|
* Started to remove ...Seq classesGravatar Ally Donaldson2013-07-22
|
* More refactoringGravatar Ally Donaldson2013-07-22
|
* More refactoringGravatar Ally Donaldson2013-07-22
|
* MergeGravatar Ally Donaldson2013-07-22
|\
* | More refactoringGravatar Ally Donaldson2013-07-22
| |
* | More refactoringGravatar Ally Donaldson2013-07-22
| |
* | More refactoring: PureCollections.Sequence not used anymore.Gravatar Ally Donaldson2013-07-22
| |