summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
Commit message (Expand)AuthorAge
* Dafny: the DafnyExtension mode for Visual Studio now calls the verifier and v...Gravatar Unknown2012-08-08
* Changed copyright year range to include 2012Gravatar Rustan Leino2012-07-03
* integrating predicationGravatar qadeer2012-06-19
* Boogie: add /printCFG command line option, which prints each implementation's...Gravatar Peter Collingbourne2012-06-06
* 1. Fix for free ensures in inlined procedures. Becomes a skip instead of an a...Gravatar Unknown2012-06-01
* Better interface for adding skipped calls, andGravatar akashlal2012-05-26
* Adding an option for deterministicExtractLoops, that uses an alternate way to...Gravatar Unknown2012-05-25
* 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
* added nonUniformUnfolding optionGravatar qadeer2012-04-03
* deleted the option UseUnsatCoreForInliningGravatar qadeer2012-04-02
* various refactorings related to houdiniGravatar qadeer2012-03-02
* verbose mode for stratified inlining.Gravatar Unknown2012-02-29
* bug fixes related to using ControlFlowFunction instead of labelsGravatar qadeer2012-02-23
* using model instead of labelsGravatar Unknown2012-02-23
* verbose modeGravatar akashlal2012-02-19
* Boogie: Added new abstract interpretation harness, which uses native Boogie E...Gravatar Rustan Leino2011-12-05
* Added option of turning off model generation in SI. Can be very expensive som...Gravatar akashlal2011-11-26
* Boogie: fixed build error (incorrect type in Contract.Result)Gravatar Rustan Leino2011-11-16
* Boogie (and Dafny, with effects also on SscBoogie): I refactored CommandLine...Gravatar Rustan Leino2011-11-15
* added the option /inlineDepth:n. This option defaults to -1. If the user prov...Gravatar qadeer2011-11-13
* Dafny: added a new /inductionHeuristic optionGravatar Rustan Leino2011-11-04
* Dafny: added options to make Induction Heuristic apply to array index express...Gravatar Rustan Leino2011-11-04
* MergeGravatar Rustan Leino2011-10-29
|\
* | Dafny induction:Gravatar Rustan Leino2011-10-29
| * Boogie: Get rid of {:inline} attributes on axiomsGravatar Michal Moskal2011-10-27
| * Boogie: Get rid of {:ignore} feature on axiomsGravatar Michal Moskal2011-10-27
| * Boogie: internal clean-up, removed BvHandling type, everything now behaves as...Gravatar Rustan Leino2011-10-27
| * Boogie: Eliminated the /bv option. Only native bitvectors are supported now. ...Gravatar Rustan Leino2011-10-27
| * Boogie: Changed default /prover to SMTLIBGravatar Rustan Leino2011-10-27
|/
* Added a push+pop+unsat-core interface to SMTLib (for stratified inlining only)Gravatar Unknown2011-10-19
* Dafny: generate a compiler error upon encountering an assume statementGravatar Rustan Leino2011-09-11
* deleted lazyinlining option 2 and 3Gravatar qadeer2011-08-17
* Added "procedure-copy bounding" for lazy inliningGravatar Unknown2011-08-10
* further updates to bit vector analysisGravatar qadeer2011-08-09
* various changes to boogie for bitvector analysis and bctproviderGravatar qadeer2011-08-08
* cleaned up houdini optionsGravatar qadeer2011-08-04
* Updated the Parser.cs and Scanner.cs files in Boogie and Dafny and removed so...Gravatar wuestholz2011-07-15
* Boogie: New cli option -z3exe:"path-to-z3.exe" allowing specifying path to th...Gravatar Unknown2011-07-05
* Added the /noCheating option. (treats assume as assert and drops free.)Gravatar Jason Koenig2011-07-01
* Added option to force Dafny compilation, even if verification fails.Gravatar Jason Koenig2011-06-30
* Avoid restarting the theorem prover for stratified inlining because itGravatar Unknown2011-06-25
* implementation of iterative LetVCGravatar qadeer2011-06-23