summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* Bug fix for ExplainHoudini. Made it robust under timeouts.Gravatar Unknown2012-12-20
* AbstractHoudini: more fixes, for self-recursionGravatar akashlal2012-12-16
* AbstractHoudini: bug fixesGravatar akashlal2012-12-16
* AbstractHoudini: support for generating a witnessGravatar Unknown2012-12-15
* Added some commentsGravatar akashlal2012-12-12
* Missed checking this in.Gravatar akashlal2012-12-12
* MergeGravatar akashlal2012-12-12
|\
* | First implementation of ExplainHoudiniGravatar Unknown2012-12-12
| * Houdini: allow cross-dependencies between procedures that occurs when assumeGravatar Unknown2012-12-11
* | More stuff for abstract houdini; updated test caseGravatar Unknown2012-12-10
|/
* Bug fix for abstract-houdiniGravatar Unknown2012-12-07
* Allow richer spec for abs-houdiniGravatar Unknown2012-12-03
* when a query times out, all asserted candidates are droppedGravatar Unknown2012-11-25
* Incorporated contribution 3667, which fixes bug in /z3exe flag (http://boogie...Gravatar Rustan Leino2012-11-20
* Gather set of procedures with irreducible loops.Gravatar Unknown2012-11-18
* Minor refactorings for integrating corralGravatar Unknown2012-11-18
* Added Abstract Houdini: an implementation of Houdini based on abstract domains.Gravatar Unknown2012-11-05
* MergeGravatar Unknown2012-10-18
|\
* | Dafny: added new SoundLoopUnrolling parameterGravatar Unknown2012-10-18
| * Fix for parsing error in MAXSAT computation in ProverInterface::CheckAssumpti...Gravatar Unknown2012-10-08
* | added sound loop unrollingGravatar Yannick Welsch2012-07-03
|/
* Dafny: fixed mergeGravatar Rustan Leino2012-10-04
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: complete implementation of iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: automatically update iterator _new field upon allocationsGravatar Rustan Leino2012-10-03
* | Dafny: fixed compiler bug in array allocation (reported as boogie:397957)Gravatar Rustan Leino2012-10-03
* | Dafny: good error locations for yield statements; other iterator improvements...Gravatar Rustan Leino2012-10-03
* | Dafny: more part of verifying iteratorsGravatar Rustan Leino2012-10-03
| * changed the signing to ..\InterimKey.snkGravatar qadeer2012-10-03
| * bunch of refactoringsGravatar Unknown2012-10-03
* | Dafny: changed iterator body to resolve to implicit fields rather than to the...Gravatar Rustan Leino2012-10-02
* | Dafny: handle decreases clause for iteratorsGravatar Rustan Leino2012-10-02
* | Dafny: incomplete snapshot of verification of iteratorsGravatar Rustan Leino2012-10-02
| * Fixed GPUVerify solution.Gravatar Unknown2012-10-01
| * MergeGravatar Unknown2012-10-01
| |\
| * | Fix to abstract interpretation to match Boogie.Gravatar Unknown2012-10-01
* | | Dafny: fixed compilation issue (a datatype is now allowed to be called "d")Gravatar Rustan Leino2012-09-29
| | * MergeGravatar Nadia Polikarpova2012-09-29
| | |\
| | | * Boogie: added /vcsLoad flag as a convenient way to set /vcsCores proportional...Gravatar Unknown2012-09-28
| | |/ | |/|
| * | MergeGravatar Unknown2012-09-28
| |\ \
| * | | Fixed bug with uniformity analysis for havoc. Allowed barrier invariants toGravatar Unknown2012-09-28
| | * | Dafny: Removed assembly reference to 'AIFramework'.Gravatar wuestholz2012-09-28
| | * | Fixed the build.Gravatar wuestholz2012-09-28
| | * | Boogie: added type 'real' with overloaded arithmetic operations plus real div...Gravatar boehmes2012-09-27
| | * | Added BigDec as representation for (floating-point) decimal valuesGravatar boehmes2012-09-27
| | * | Boogie: new syntax for integer division and modulus: use div and mod instead ...Gravatar boehmes2012-09-27
| | * | Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
| | * | Removed abandoned Isabelle prover backendGravatar boehmes2012-09-27
| |/ /
| * | Barrier invariants can now refer to local variables that are uniform.Gravatar Unknown2012-09-26
* | | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26