summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Skip unchagned variables in model dumps. Fix testcaseGravatar MichalMoskal2010-10-14
* Work on keeping the unfolding skeleton when switching between statesGravatar MichalMoskal2010-10-14
* Add DisplayNode class with default IDisplayNode implementation. Add IDisplayN...Gravatar MichalMoskal2010-10-14
* Boogie build succeeded, 1 test(s) failedGravatar codeplexbot2010-10-13
* Bug fixes and speed up for doomed program point analysisGravatar schaef2010-10-13
* Add interfaces for langauge providers. Start with VCC provider.Gravatar MichalMoskal2010-10-12
* Put Model.cs in separate assembly. Fix signing/versioning with it.Gravatar MichalMoskal2010-10-12
* Add missing Clone() when storing incarnation maps; update testcase to make th...Gravatar MichalMoskal2010-10-12
* Add function and constant viewGravatar MichalMoskal2010-10-12
* Put in proper namespace, move files around.Gravatar MichalMoskal2010-10-12
* Make the -mv option use the new Model class.Gravatar MichalMoskal2010-10-12
* Starting work on Boogie Model Viewer.Gravatar MichalMoskal2010-10-12
* Boogie:Gravatar rustanleino2010-10-12
* Chalice: allow replace by to match LocalVarGravatar kyessenov2010-10-09
* Chalice:Gravatar rustanleino2010-10-09
* Chalice: permit replaces by to match assign clausesGravatar kyessenov2010-10-09
* Boogie: fixed a Code Contract in the sourceGravatar rustanleino2010-10-09
* Fixes in state printing/initializationGravatar MichalMoskal2010-10-09
* Fix some bugs.Gravatar MichalMoskal2010-10-09
* Add model/state printing and parsingGravatar MichalMoskal2010-10-09
* Add state sequence API and creation, still untestedGravatar MichalMoskal2010-10-08
* Add the new model interface. Untested, doesn't yet include state sequenceGravatar MichalMoskal2010-10-08
* Boogie build succeeded, 29 test(s) failedGravatar codeplexbot2010-10-08
* Add one more fileGravatar MichalMoskal2010-10-07
* Get rid of some CCI dependencies in DriverGravatar MichalMoskal2010-10-07
* Update to include all build artifacts, also from DafnyGravatar MichalMoskal2010-10-07
* Update to VS2010.Gravatar MichalMoskal2010-10-07
* Chalice: fix a bug where output variables of a method were not decoupled.Gravatar kyessenov2010-10-05
* Minor fix to recursion depth in stratified inlining algorithm.Gravatar akashlal2010-10-02
* Util: Minor changes to the LaTeX listings packages for Boogie and Dafny.Gravatar wuestholz2010-09-30
* Boogie:Gravatar rustanleino2010-09-24
* Boogie build succeededGravatar codeplexbot2010-09-23
* Boogie:Gravatar rustanleino2010-09-23
* Dafny: Compilation of multi-dimensional arraysGravatar rustanleino2010-09-21
* Boogie build succeededGravatar codeplexbot2010-09-20
* Some simplifications to coverage reporting for StratifiedInlining.Gravatar akashlal2010-09-19
* Fixed an off-by-one error. Added "ReachedBound" as a valid boogie outcome.Gravatar akashlal2010-09-18
* Added test for loop extractionGravatar akashlal2010-09-18
* Boogie build succeededGravatar codeplexbot2010-09-17
* Dafny:Gravatar rustanleino2010-09-17
* Added more stat printingGravatar akashlal2010-09-16
* Boogie build succeededGravatar codeplexbot2010-09-15
* Dafny:Gravatar rustanleino2010-09-14
* Boogie build succeededGravatar codeplexbot2010-09-11
* added an optimization to extract loops so that only loop targets are treated ...Gravatar qadeer2010-09-10
* Added a new VC.ConditionGeneration.Outcome: StratifiedInlining can signal tha...Gravatar akashlal2010-09-05
* Delete unreachable Blocks of an Impl before calling ExtractLoops().Gravatar akashlal2010-09-05
* Fixed a performance issue with StratifiedInliningGravatar akashlal2010-09-05
* Added tests for extractloopsGravatar akashlal2010-09-04
* Fix for extractLoopsGravatar akashlal2010-09-04