summaryrefslogtreecommitdiff
path: root/Source/Core
Commit message (Expand)AuthorAge
* Boogie: added /vcsLoad flag as a convenient way to set /vcsCores proportional...Gravatar Unknown2012-09-28
* Fixed the build.Gravatar wuestholz2012-09-28
* Boogie: added type 'real' with overloaded arithmetic operations plus real div...Gravatar 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
* Boogie: improved parser makefileGravatar Unknown2012-09-19
* Boogie: added /tracePOs option for printing out number of proof obligations w...Gravatar Unknown2012-09-10
* Implement support for alternative SMT solvers -- CVC3 and CVC4Gravatar Peter Collingbourne2012-09-06
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
* MergeGravatar Unknown2012-08-08
|\
* | Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and v...Gravatar Unknown2012-08-08
| * Core: attach :partition to assumes generated from structured ifs and whilesGravatar Peter Collingbourne2012-08-03
|/
* Changed copyright year range to include 2012Gravatar Rustan Leino2012-07-03
* integrating predicationGravatar qadeer2012-06-19
* Move block predicator to VCGenerationGravatar Peter Collingbourne2012-06-18
* GPUVerify: implement is-a-constant analysisGravatar Peter Collingbourne2012-06-15
* Merging againGravatar Ken McMillan2012-06-07
|\
| * Trying to merge with recent changes, failing.Gravatar Ken McMillan2012-06-05
| |\
| | * Some changes to support expanded use of z3api.Gravatar Ken McMillan2012-06-05
* | | Boogie: add /printCFG command line option, which prints each implementation's...Gravatar Peter Collingbourne2012-06-06
|/ /
* | moved class Macro to AbsyGravatar qadeer2012-06-04
* | MergeGravatar qadeer2012-06-01
|\ \
* | | changed behavior of InlinedEnsures so that free ensures is skipped unless an ...Gravatar qadeer2012-06-01
| * | 1. Fix for free ensures in inlined procedures. Becomes a skip instead of an a...Gravatar Unknown2012-06-01
|/ /
* | No need for extra attributes in ExtractLoopsGravatar akashlal2012-05-28
* | Better interface for adding skipped calls, andGravatar akashlal2012-05-26
* | MergeGravatar Unknown2012-05-25
|\ \
* | | Adding an option for deterministicExtractLoops, that uses an alternate way to...Gravatar Unknown2012-05-25
| * | MergeGravatar qadeer2012-05-24
| |\ \ | |/ / |/| |
| * | more refactoring in stratified inliningGravatar qadeer2012-05-24
* | | Boogie: document /typeEncoding:mGravatar Peter Collingbourne2012-05-22
|/ /
* | Boogie: handle absolute paths on *nix correctlyGravatar Peter Collingbourne2012-05-02
* | Get Boogie and GPUVerify to compile and run with MonoGravatar Peter Collingbourne2012-05-02
* | added counterexample generation based on labels back to stratified inliningGravatar qadeer2012-05-01
* | UseLabels=false when stratified inline is onGravatar qadeer2012-04-29
* | removed proccopybounding codeGravatar qadeer2012-04-28
* | removed lazy inliningGravatar qadeer2012-04-28
* | unsat core for houdiniGravatar qadeer2012-04-27
* | Added functionality to "skip" procedures. Some cleanup.Gravatar akashlal2012-04-12
* | Fixed bug with triply nested maps and polymorphism (reported as Item # 10218).Gravatar Unknown2012-04-04
* | added nonUniformUnfolding optionGravatar qadeer2012-04-03
* | deleted the option UseUnsatCoreForInliningGravatar qadeer2012-04-02
* | Emit of invariants now prints out the invariant attributes alsoGravatar qadeer2012-03-26
* | added attributes to loop invariantsGravatar qadeer2012-03-23
* | more type checking for datatypesGravatar qadeer2012-03-18
* | Boogie: Simplified (and liberalized) parsing of string literals as attribute ...Gravatar Unknown2012-03-12
* | updated Boogie strings so that they can refer to \" (and more)Gravatar qadeer2012-03-12
* | make the call to ProcessDataTypeConstructors in the right placeGravatar qadeer2012-03-11
* | Boogie: map the given filename stdin.bpl to standard inputGravatar Unknown2012-03-09
* | various refactorings related to houdiniGravatar qadeer2012-03-02