summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/ConditionGeneration.cs
Commit message (Collapse)AuthorAge
* Made it produce slightly different passive commands for assignments to ↵Gravatar wuestholz2015-01-30
| | | | assumption variables.
* Worked on the verification result caching (trace output).Gravatar wuestholz2015-01-26
|
* Worked on the verification result caching (use native support for partially ↵Gravatar wuestholz2015-01-16
| | | | verified assertions).
* Fix related to limitations in CVC4 model parsingGravatar Ally Donaldson2015-01-14
|
* Worked on more native support for partially-verified assertions.Gravatar wuestholz2014-12-28
|
* Optimized the VC generation for assumption variables.Gravatar wuestholz2014-12-07
|
* Fixed issue in the verification result caching.Gravatar wuestholz2014-11-10
|
* Worked on the verification result caching.Gravatar wuestholz2014-11-10
|
* Worked on the verification result caching.Gravatar wuestholz2014-11-05
|
* Worked on the verification result caching.Gravatar wuestholz2014-11-03
|
* Worked on the verification result caching.Gravatar wuestholz2014-11-03
|
* Fixed minor issue.Gravatar wuestholz2014-11-02
|
* Made it produce more trace output for the verification result caching.Gravatar wuestholz2014-11-02
|
* Did some refactoring.Gravatar wuestholz2014-11-02
|
* Worked on the verification result caching.Gravatar wuestholz2014-10-19
|
* Worked on the verification result caching.Gravatar wuestholz2014-10-19
|
* Did some refactoring.Gravatar wuestholz2014-10-18
|
* Made it produce more trace output for the verification result caching.Gravatar wuestholz2014-10-18
|
* Worked on the verification result caching.Gravatar wuestholz2014-10-17
|
* Worked on the verification result caching.Gravatar wuestholz2014-10-17
|
* Did some refactoring.Gravatar wuestholz2014-10-16
|
* Worked on the verification result caching.Gravatar wuestholz2014-10-16
|
* Fix issue in verification result caching.Gravatar wuestholz2014-10-15
|
* Fix issue in verification result caching.Gravatar wuestholz2014-10-15
|
* Made it produce more trace output for the verification result caching.Gravatar wuestholz2014-10-14
|
* Fix issue in verification result caching for assertions without subsumption.Gravatar wuestholz2014-10-13
|
* Add a todo.Gravatar wuestholz2014-10-13
|
* Fixed assertion violation.Gravatar wuestholz2014-09-23
|
* Did some refactoring.Gravatar wuestholz2014-09-23
|
* Fixed an issue in the verification result caching (recycled errors).Gravatar wuestholz2014-09-22
|
* fixed various CodeContracts issues.Gravatar qadeer2014-09-18
|
* fixed codexpr bug reported by Michael Emmi; removed special handling of ↵Gravatar qadeer2014-08-08
| | | | codexpr in InjectPostConditions
* Fix nasty bug introduced by commit 61a94f409975.Gravatar Dan Liew2014-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were many calls in the code to ``` new TokenTextWriter("<buffer>", buffer, false) ``` Prior to 61a94f409975 this was a call to the following constructor ``` TokenTextWriter(string filename, TextWriter writer, bool setTokens) ``` After that commit these then became calls to ``` TokenTextWriter(string filename, TextWriter writer, bool pretty) ``` An example of where this would cause issues was if ToString() was called on an AbsyCmd then the its token would be modified because the setTokens parameter was effectively set to True when the original intention was for it to be set to false! To fix this I've * Removed the default parameter value for pretty and fixed all uses so that we pass false where it was implicitly being set before * Where the intention was to set setTokens to false this has been fixed so it is actually set to false! Unfortunately I couldn't find a way of observing this bug from the Boogie executable so I couldn't create a test case. I could only observe it when I was using Boogie's APIs.
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-10
|
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-10
|
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-09
|
* Worked on adding support for "canned errors".Gravatar wuestholz2014-07-07
|
* Added more tests and worked on adding support for "canned errors".Gravatar wuestholz2014-07-06
|
* Worked on adding support for "canned errors".Gravatar wuestholz2014-07-06
|
* Did some refactoring, fixed minor issues, and made it apply the more ↵Gravatar wuestholz2014-07-06
| | | | advanced verification result caching even for implementations with errors.
* Implemented an optimization for assignments to assumption variables that are ↵Gravatar wuestholz2014-07-04
| | | | injected by the verification result caching for calls within loops.
* Optimized the way that assertions are marked as partially verified.Gravatar wuestholz2014-06-26
|
* Fixed issue in verification result caching.Gravatar wuestholz2014-06-26
|
* Worked on an extension of the existing verification result caching.Gravatar wuestholz2014-06-23
|
* more changes towards parallelisation of HoudiniGravatar Pantazis Deligiannis2013-09-29
|
* MergeGravatar Pantazis Deligiannis2013-08-20
|\
* | new option for reversing the topological order - this could potentially help ↵Gravatar Pantazis Deligiannis2013-08-19
| | | | | | | | to speedup houdini refutation of candidates
| * Fixed a contract.Gravatar wuestholz2013-08-09
| |
| * Fixed several build errors in the 'Checked' configuration.Gravatar wuestholz2013-08-05
|/
* ExprSeq: farewellGravatar Ally Donaldson2013-07-22
|