summaryrefslogtreecommitdiff
path: root/Source/Core/CommandLineOptions.cs
Commit message (Collapse)AuthorAge
* Add some pretty-printing, on by default. Turn off with the flag "/pretty:0"Gravatar Dan Rosén2014-06-24
| | | | | | When running boogie form the command line, this should be on by default. On the other hand, the TokenTextWriter constructors and PrintBplFile now have an argument for this, but by default it is off.
* Worked on an extension of the existing verification result caching.Gravatar wuestholz2014-06-23
|
* Changed the 'verifySnapshots' command-line option to accept a numeric ↵Gravatar wuestholz2014-06-20
| | | | argument instead of a boolean one.
* Merge duality changesGravatar Ken McMillan2014-05-26
|\
| * Conjecture printing for duality and child user time tracking.Gravatar Ken McMillan2014-05-26
| |
* | Added stack boundingGravatar akashlal2014-05-10
| |
* | Added /useBaseNameForFile command line argument. The ScannerGravatar Dan Liew2014-04-06
|/ | | | | | | | | | | | | and Parser constructors have been modified to take an optional argument specifying this and the ExecutionEngine passes for that value CommandLineOptions.Clo.UseBaseNameForFileName This option when true causes the basename of file to be used inside created Tokens instead of what the user passed on the command line which might be a relative or absolute path. The motivation for adding this option is that it is needed for the lit driven tests so that the output of Boogie can be reliably checked.
* Added /printFixedPoint optionGravatar Ken McMillan2014-04-14
|
* Added option to avoid unrolling irreducible loopsGravatar akashlal2014-04-06
|
* Added /trustNonInterference optionGravatar qadeer2014-02-28
|
* added /doNotUseParallelism optionGravatar qadeer2014-02-27
|
* Added /trustPhasesDownto optionGravatar qadeer2014-02-24
|
* Added /trustPhasesUpto optionGravatar qadeer2014-02-23
|
* Added /trustAtomicityTypes optionGravatar qadeer2014-02-22
|
* Option for reversing Houdini worklist (for top-down analysis)Gravatar akashlal2014-01-28
|
* Integrated support for k-induction, implemented a while ago by Philipp ↵Gravatar Ally Donaldson2014-01-17
| | | | Ruemmer but never previously committed.
* Updated year in main copyright messageGravatar Rustan Leino2014-01-03
|
* removed bitvector analysis from BoogieGravatar qadeer2013-12-08
| | | | an advanced version has been moved to Corral
* code cleanupGravatar akashlal2013-11-02
|
* small refactoringGravatar Pantazis Deligiannis2013-10-02
|
* support for disabling loop entry invariant assertion checkingGravatar Pantazis Deligiannis2013-10-01
|
* changes to support a configured errorLimitGravatar Pantazis Deligiannis2013-09-30
|
* more changes towards parallelisation of HoudiniGravatar Pantazis Deligiannis2013-09-29
|
* refuted candidates are exchanged in memory using a concurrent dictionary ↵Gravatar Pantazis Deligiannis2013-09-26
| | | | instead of using an IO csv file as before
* new option for reversing the topological order - this could potentially help ↵Gravatar Pantazis Deligiannis2013-08-19
| | | | to speedup houdini refutation of candidates
* new option to disable checking for loop maintained invariants - this leads ↵Gravatar Pantazis Deligiannis2013-08-15
| | | | to an underapproximation that helps to speedup houdini refutation of candidates
* parallel houdini prototype workingGravatar Pantazis Deligiannis2013-07-26
|
* Use 'All' and 'Any' instead of 'Contract.ForAll' and 'Contract.Exists' in ↵Gravatar wuestholz2013-07-22
| | | | code (as opposed to contracts).
* Whitespace fixGravatar Ally Donaldson2013-07-22
|
* Whitespace fixGravatar Ally Donaldson2013-07-22
|
* mergeGravatar Pantazis Deligiannis2013-07-19
|\
* | refactoring and fixes in the SMTLIB2 parserGravatar Pantazis Deligiannis2013-07-19
| |
| * Revamp of staged Houdini, and completion of parallel support.Gravatar allydonaldson2013-07-18
| |
| * MergeGravatar allydonaldson2013-07-16
| |\
| * | Reworking of Staged Houdini in preparation for parallelising it.Gravatar allydonaldson2013-07-16
| | |
* | | MergeGravatar Pantazis Deligiannis2013-07-15
|\ \ \ | |_|/ |/| |
* | | Added an attribute to set the time limit for implementations.Gravatar wuestholz2013-07-12
| |/ |/|
| * mergeGravatar Pantazis Deligiannis2013-07-06
| |\
* | | Added an option to verify each input file separately.Gravatar wuestholz2013-07-05
| |/ |/|
* | Added support in the abstract interpreter for an attribute {:identity}, ↵Gravatar Rustan Leino2013-07-05
| | | | | | | | which says that a function is an identity function.
* | MergeGravatar allydonaldson2013-06-18
|\ \
| * | Added /help and /attrHelp output for program snapshot verification.Gravatar wuestholz2013-06-12
| | |
| | * cvc4 command line option & cvc4.cs in ProversGravatar pantazis2013-06-12
| |/
* | MergeGravatar allydonaldson2013-06-07
|\|
* | Some work on staged HoudiniGravatar allydonaldson2013-06-07
| |
| * Added a feature for verifying several program snapshots (incl. result ↵Gravatar wuestholz2013-06-02
| | | | | | | | caching and prioritization).
| * Merge changes to support Corral in fixedpoint backendGravatar Ken McMillan2013-05-29
|/|
| * Getting fixed point backend to work with Corral.Gravatar Ken McMillan2013-05-29
| |
* | Improvements to Staged HoudiniGravatar allydonaldson2013-05-29
| |
* | Staged Houdini can now take a path to a file of ignored variablesGravatar allydonaldson2013-05-27
|/