summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
Commit message (Expand)AuthorAge
...
* Adding fixedpoint engine backendGravatar Ken McMillan2013-05-07
* Staged HoudiniGravatar allydonaldson2013-04-30
* made a whole bunch of changes to linear and og stuffGravatar Unknown2013-01-29
* Let Boogie clients determine their own version stringGravatar Rustan Leino2013-01-23
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
* Missed checking this in.Gravatar akashlal2012-12-12
* Houdini: allow cross-dependencies between procedures that occurs when assumeGravatar Unknown2012-12-11
* Added Abstract Houdini: an implementation of Houdini based on abstract domains.Gravatar Unknown2012-11-05
* added sound loop unrollingGravatar Yannick Welsch2012-07-03
* bunch of refactoringsGravatar Unknown2012-10-03
* Boogie: added /vcsLoad flag as a convenient way to set /vcsCores proportional...Gravatar Unknown2012-09-28
* Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
* 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: 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