summaryrefslogtreecommitdiff
path: root/Source/BoogieDriver
Commit message (Expand)AuthorAge
* removed lazy inliningGravatar qadeer2012-04-28
* unsat core for houdiniGravatar qadeer2012-04-27
* houdini cleanup continuedGravatar qadeer2012-03-10
* small fix for a bug I introduced during the refactoring of InferAndVerifyGravatar qadeer2012-03-02
* various refactorings related to houdiniGravatar qadeer2012-03-02
* further fixes related to using uninterpreted function for error tracesGravatar qadeer2012-02-25
* bug fixes related to using ControlFlowFunction instead of labelsGravatar qadeer2012-02-23
* Use DateTime.UtcNow instead of DateTime.NowGravatar stobies2012-01-11
* Dafny: changed translation to be sensitive to refinement inheritance; this fe...Gravatar Rustan Leino2012-01-09
* Boogie: output number of proof obligations (asserts) along with timing inform...Gravatar Rustan Leino2012-01-09
* MergeGravatar Rustan Leino2011-12-05
|\
* | Boogie: Added new abstract interpretation harness, which uses native Boogie E...Gravatar Rustan Leino2011-12-05
| * added more instrumentation to HoudiniGravatar qadeer2011-12-05
| * added a mechanism for supplying the list of input bpl files inside a .txt fileGravatar qadeer2011-12-01
|/
* added some more statistics to houdiniGravatar qadeer2011-11-24
* fixed bug in the inlineDepth option for houdiniGravatar qadeer2011-11-23
* commented calls to GC.Collect()Gravatar qadeer2011-11-18
* /contractInfer always prints the computed assignment nowGravatar qadeer2011-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
* moved the addition of selectors and testers to program.ResolveGravatar qadeer2011-11-11
* copied all attributes of the constructor (except for :constructor) to the sel...Gravatar qadeer2011-11-09
* added membership testsGravatar qadeer2011-10-05
* implementing datatypesGravatar qadeer2011-10-05
* updated Houdini so it works with SMTLibGravatar qadeer2011-09-27
* further updates to bit vector analysisGravatar qadeer2011-08-09
* various changes to boogie for bitvector analysis and bctproviderGravatar qadeer2011-08-08
* further changes for making houdini workGravatar qadeer2011-08-04
* cleaned up houdini optionsGravatar qadeer2011-08-04
* Boogie: New cli option -z3exe:"path-to-z3.exe" allowing specifying path to th...Gravatar Unknown2011-07-05
* Avoid restarting the theorem prover for stratified inlining because itGravatar Unknown2011-06-25
* Boogie: added features to help with modular verification. In particular, defi...Gravatar Rustan Leino2011-05-13
* Re-enabled quantifier checking in the Checked configuration.Gravatar mikebarnett2011-03-16
* Turn off quantifier checking in the runtime checking.Gravatar mikebarnett2011-03-14
* Added a new solution configuration, Checked, that builds the Checked configur...Gravatar mikebarnett2011-03-07
* Stratified inlining: Added concrete values to error traces. Added an extra fl...Gravatar akashlal2011-02-17
* Dafny: removed CEV instrumentationGravatar rustanleino2011-02-03
* The TPTP backend works for some very limited examplesGravatar MichalMoskal2011-01-18
* Add functions generated in lambda-expansion of function body to top-level pro...Gravatar MichalMoskal2010-12-17
* Removed superfluous app.configGravatar stobies2010-12-06
* Factored out the ParserHelper class into a separate project and updated the f...Gravatar wuestholz2010-12-02
* two automatically generated app.config that I didn't add earlier.Gravatar qadeer2010-11-27
* Ported all projects to .NET Framework 4.0 in both Boogie.sln and Dafny.sln. ...Gravatar qadeer2010-11-27
* Refactoring: pulled out all code for stratified inlining to a new file.Gravatar akashlal2010-11-23
* Make the -mv option use the new Model class.Gravatar MichalMoskal2010-10-12
* Get rid of some CCI dependencies in DriverGravatar MichalMoskal2010-10-07
* Update to VS2010.Gravatar MichalMoskal2010-10-07
* Boogie:Gravatar rustanleino2010-09-23
* Fixed an off-by-one error. Added "ReachedBound" as a valid boogie outcome.Gravatar akashlal2010-09-18
* Dafny:Gravatar rustanleino2010-09-14