summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* implemented /UseUnsatCoreForInlining option for use in stratified inliningGravatar qadeer2011-02-06
* deleted debugging statementGravatar akashlal2011-02-05
* Fix to counterexample generation for over-approx queryGravatar akashlal2011-02-05
* Dafny: every decreases clause implicitly ends with a never-ending sequence of...Gravatar rustanleino2011-02-03
* Dafny: allow self-calls in function postconditions--these simply refer to the...Gravatar rustanleino2011-02-03
* Dafny: implemented a more precise scheme for allowing use of a function's rep...Gravatar rustanleino2011-02-03
* Dafny: replaced the user-defined $ite function with Boogie's built-in if-then...Gravatar rustanleino2011-02-03
* Dafny: removed CEV instrumentationGravatar rustanleino2011-02-03
* Dafny: removed unused Position argument from CheckWellformedGravatar rustanleino2011-02-03
* Dafny: white-space deltas in source codeGravatar rustanleino2011-02-02
* BVD Dafny: support Skolem constantsGravatar rustanleino2011-02-02
* Dafny: added ensures clauses to functionsGravatar rustanleino2011-02-02
* Don't treat "Inconclusive" answer as fatal when splitting.Gravatar MichalMoskal2011-02-02
* Look for z3.exe in the prover plugin directory first.Gravatar MichalMoskal2011-02-02
* Improve display of sets; add \now "variable";Gravatar MichalMoskal2011-01-29
* Fix a bug with previous state displayGravatar MichalMoskal2011-01-28
* Display stack-allocated structs, as_array types, and *ID in tooltipsGravatar MichalMoskal2011-01-28
* Display integers in decimal and hexadecimal in tooltipGravatar MichalMoskal2011-01-27
* Speedup the number display algorithm, what was I thinking?Gravatar MichalMoskal2011-01-27
* Display numbers within +-%0.1 of a power of two as 2^N+MGravatar MichalMoskal2011-01-27
* Improve colors in source viewGravatar MichalMoskal2011-01-26
* Simplify state name selectionGravatar MichalMoskal2011-01-26
* VCC-BVD: display qualifiers of VCC-generated copies of local variables; hide ...Gravatar MichalMoskal2011-01-26
* Double-click in state list brings up source viewGravatar MichalMoskal2011-01-26
* Allow the provider to skip some states when generating SourceLocationsGravatar MichalMoskal2011-01-26
* Introduce new NamedState base class to reduce code duplicationGravatar MichalMoskal2011-01-26
* Display line numbers (useful for finding what the error message refers to)Gravatar MichalMoskal2011-01-26
* Right-clicking on a state allows to display the source code for itGravatar MichalMoskal2011-01-26
* Fix handling of addresses of fieldsGravatar MichalMoskal2011-01-24
* Hide #frame functions. Support state functions taking $heap($s).Gravatar MichalMoskal2011-01-24
* Boogie: Made the algorithm for finding Z3 more robust.Gravatar wuestholz2011-01-21
* Boogie: Eliminated a couple of warnings by removing unused variable declarati...Gravatar wuestholz2011-01-21
* Make the SMTLIB backend work again, particularly with /typeEncoding:mGravatar MichalMoskal2011-01-19
* Fix a bug in distinct() encodingGravatar MichalMoskal2011-01-19
* The TPTP backend works for some very limited examplesGravatar MichalMoskal2011-01-18
* Copy SMTLib "prover" as a basis for TPTP "prover".Gravatar MichalMoskal2011-01-18
* More user-friendly canonical namesGravatar MichalMoskal2011-01-17
* Don't use local variable names as canonical namesGravatar MichalMoskal2011-01-14
* Make the filename length limit be 30 (as in VCC)Gravatar MichalMoskal2011-01-14
* Add description of {:selective_checking} to the /attrHelp. Fix the testcase.Gravatar MichalMoskal2011-01-13
* Display globals. Improve naming of function nodes in long ids.Gravatar MichalMoskal2011-01-13
* Display full name of node in tooltipGravatar MichalMoskal2011-01-13
* Dafny: Fixed some build issues with duplicated and malformed Code Contracts.Gravatar rustanleino2011-01-13
* Dafny: Fixed error in printing an error message. Changed "function method" ...Gravatar rustanleino2011-01-11
* Display casted pointersGravatar MichalMoskal2011-01-04
* stratified inlining: minor fix to the call tree being savedGravatar akashlal2010-12-21
* fixed a small bug in inline codeGravatar qadeer2010-12-20
* stratified inlining: record the name of the main procedure.Gravatar akashlal2010-12-18
* Improve handling of arrays embedded in structsGravatar MichalMoskal2010-12-17
* Add new feature: {:selective_checking} on procedures. See testcase for a desc...Gravatar MichalMoskal2010-12-17