summaryrefslogtreecommitdiff
path: root/Source/VCGeneration
Commit message (Expand)AuthorAge
...
* Some simplificationsGravatar akashlal2014-07-28
* Fix nasty bug introduced by commit 61a94f409975.Gravatar Dan Liew2014-07-15
* 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 advanced...Gravatar wuestholz2014-07-06
* Implemented an optimization for assignments to assumption variables that are ...Gravatar wuestholz2014-07-04
* OnModel now carries the result of the prover callGravatar akashlal2014-06-28
* Fix in SI while dealing with timeoutsGravatar akashlal2014-06-27
* 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
* Added mechanism for getting the variables referenced by a loop (not just the ...Gravatar Ally Donaldson2014-06-09
* Made VarsAssignedInLoop public, since it can be useful in computing modifies ...Gravatar Ally Donaldson2014-06-06
* Merge duality changesGravatar Ken McMillan2014-05-26
|\
| * Conjecture printing for duality and child user time tracking.Gravatar Ken McMillan2014-05-26
* | keep some stats for debuggingGravatar akashlal2014-05-15
* | Added stack boundingGravatar akashlal2014-05-10
| * Merge extra recuresion bound changes for FixedPointVCGravatar Ken McMillan2014-04-21
| |\
* | | Add support for assumption variables.Gravatar wuestholz2014-04-21
|/ /
* | Added /printFixedPoint optionGravatar Ken McMillan2014-04-14
| * Added extra recursion bound and preconditions to FixedpointVC.Gravatar Ken McMillan2014-03-17
* | Changed all lambda-expression rewriting to be done as a pre-processing step b...Gravatar Rustan Leino2014-02-28
|/
* Merge fixedpoint VC fixGravatar Ken McMillan2014-02-19
|\
| * Fixedpoint VC fix.Gravatar Ken McMillan2014-02-19
* | Fixed errors in the use of Code ContractsGravatar Rustan Leino2014-02-10
* | Added functionality to rename state captures when programs are unrolled.Gravatar Ally Donaldson2014-01-17
* | Integrated support for k-induction, implemented a while ago by Philipp Ruemme...Gravatar Ally Donaldson2014-01-17
* | Fix Boogie so it compiled with mono. Patch by Dan Liew.Gravatar Ally Donaldson2014-01-14
* | Recursive walking of Exprs doesn't play nice when the depth of the AST is high.Gravatar akashlal2014-01-07
| * Fixed bugs in fixedpoint VC gen (including thread problem).Gravatar Ken McMillan2013-12-19
* | Resolve a concurrency issue (reported by Alex Summers).Gravatar wuestholz2013-12-12
* | MergeGravatar qadeer2013-12-02
|\ \
* | | added the QED build configurationGravatar qadeer2013-12-02
| |/ |/|
| * Patch by Nathan Chong: iterative version of remove empty blocks algorithm. T...Gravatar Ally Donaldson2013-12-02
|/
* Fixedpoint VC catch up with recent changesGravatar Ken McMillan2013-11-11
* Merge duality changes to mainlineGravatar Ken McMillan2013-11-09
|\
| * handling timeouts for fixedpoint enginesGravatar Ken McMillan2013-11-09
* | code cleanupGravatar akashlal2013-11-02
* | And a test caseGravatar akashlal2013-10-21
* | Bug fix in stratified inlining (triggered by {:inline} functions)Gravatar akashlal2013-10-21
* | MergeGravatar Pantazis Deligiannis2013-10-09
|\ \
* | | 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
| * | refactored StratifiedInline.GenerateVC to use GenerateVCAux instead of Genera...Gravatar qadeer2013-09-09