summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* SMTLib: Only use (set-logic ...) when requested; quote some more symbolsGravatar Michal Moskal2011-06-30
* Removed tab characters.Gravatar Jason Koenig2011-06-29
* MergeGravatar Jason Koenig2011-06-29
|\
* | Added returns with parameters to printer.Gravatar Jason Koenig2011-06-29
* | Fixed bug in compiler relating to returns with parameters.Gravatar Jason Koenig2011-06-29
* | Stable implementation of return statements with parameters.Gravatar Jason Koenig2011-06-29
* | Made Receiver mutable, as this cannot be linked properly by the parser.Gravatar Jason Koenig2011-06-29
| * MergeGravatar Rustan Leino2011-06-29
| |\
| * | Boogie: use (WEIGHT 0) with the select-of-store axiomsGravatar Rustan Leino2011-06-29
* | | Initial implementation of return statments with parameters.Gravatar Jason Koenig2011-06-29
| |/ |/|
* | Removed development comments.Gravatar Jason Koenig2011-06-29
* | MergeGravatar Jason Koenig2011-06-28
|\ \
* | | Initial modifies on loops implementation. Still some errors remaining.Gravatar Jason Koenig2011-06-28
| * | ported all the counterexample code to Michal's new Model class; the goal is t...Gravatar Unknown2011-06-27
|/ /
* | Fixed non-incremental option of stratified inliningGravatar Unknown2011-06-27
* | FindLeastToVerify: accept multiple proceduresGravatar Unknown2011-06-26
* | Call PostOrderVisitIterative by defaultGravatar Unknown2011-06-26
* | Added an iterative version of PostOrderVisit (but it is not called)Gravatar Unknown2011-06-26
* | Avoid restarting the theorem prover for stratified inlining because itGravatar Unknown2011-06-25
* | early clearing of live variables and incarnation mapsGravatar qadeer2011-06-24
* | further refactoringGravatar qadeer2011-06-24
* | fixes to z3apiGravatar qadeer2011-06-24
* | MergeGravatar qadeer2011-06-23
|\ \
* | | implementation of iterative LetVCGravatar qadeer2011-06-23
| * | MergeGravatar Jason Koenig2011-06-23
| |\ \ | |/ / |/| |
| * | Added loop modifies clause syntax.Gravatar Jason Koenig2011-06-23
| |/
* | Didn't intend to include Z3api by defaultGravatar Unknown2011-06-23
* | Bug fix for trace generation with extractLoop optionGravatar Unknown2011-06-23
|\ \
* | | Bug fix for trace generation with extractLoop optionGravatar Unknown2011-06-23
| * | clean up in z3apiGravatar qadeer2011-06-22
|/ /
* | MergeGravatar qadeer2011-06-22
|\|
* | various fixes to port to latest version of Microsoft.Z3.dllGravatar qadeer2011-06-22
| * Dafny: bug fix in generating IsCanonicalBoolBox predicatesGravatar Rustan Leino2011-06-21
|/
* Dafny: better error message when "decreases *" is attempted on a function or ...Gravatar Rustan Leino2011-06-20
* MergeGravatar Rustan Leino2011-06-20
|\
* | Dafny: fixed accidental omission of CaptureState after some assignmentsGravatar Rustan Leino2011-06-16
| * bug fix in live variable analysisGravatar qadeer2011-06-14
| * Add a string for an uninterpreted value in errModelGravatar Unknown2011-06-06
|/
* Dafny: added implicit datatype query fields and datatype destructor fieldsGravatar Rustan Leino2011-06-05
* Boogie: white-space formatingGravatar Rustan Leino2011-06-05
* Dafny: compiler fixesGravatar Rustan Leino2011-05-31
* Dafny: compile multi-assignments, compile calls with more general LHSsGravatar Rustan Leino2011-05-31
* Dafny: translate call statements with fancy LHSsGravatar Rustan Leino2011-05-31
* Dafny: Translate general LHSs for var and := (not yet for call, no compilatio...Gravatar Rustan Leino2011-05-30
* Dafny: changed syntax of havoc statements from "havoc X;" to "X := *;"Gravatar Rustan Leino2011-05-28
* Dafny: added constructorsGravatar Rustan Leino2011-05-28
* MergeGravatar Rustan Leino2011-05-27
|\
* | Dafny: fixed parsing bug that prevented all expressions from occurring in mat...Gravatar Rustan Leino2011-05-27
| * MergeGravatar Rustan Leino2011-05-27
| |\
| * | Dafny:Gravatar Rustan Leino2011-05-27