summaryrefslogtreecommitdiff
path: root/Source/ExecutionEngine
Commit message (Expand)AuthorAge
* Did some refactoring.Gravatar wuestholz2014-09-23
* Fixed an issue in the verification result caching (recycled errors).Gravatar wuestholz2014-09-22
* Fixed minor issue.Gravatar wuestholz2014-09-19
* Minor refactoringGravatar wuestholz2014-08-03
* Changed how canceled tasks are dealt with.Gravatar wuestholz2014-07-31
* removed /doNotUseParallelismGravatar qadeer2014-07-30
* Made it bound the number of executing tasks by the number of cores specified ...Gravatar wuestholz2014-07-30
* Fixed a minor issue.Gravatar wuestholz2014-07-14
* Refactored how checksums are computed.Gravatar wuestholz2014-07-13
* 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
* Did some refactoring, fixed minor issues, and made it apply the more advanced...Gravatar wuestholz2014-07-06
* Made it collect more statistics about the more advanced verification result c...Gravatar wuestholz2014-07-04
* Implemented an optimization for assignments to assumption variables that are ...Gravatar wuestholz2014-07-04
* Fixed issue involving axioms in the dependency analysis used for verification...Gravatar wuestholz2014-07-03
* Made it collect more statistics about the more advanced verification result c...Gravatar wuestholz2014-07-01
* Made it collect some statistics about the more advanced verification result c...Gravatar wuestholz2014-06-30
* a fix in Inline method; it should look for inline attribute only on procedure...Gravatar qadeer2014-06-28
* Added a program cache (used by the more advanced verification result caching).Gravatar wuestholz2014-06-28
* Minor refactoringGravatar wuestholz2014-06-28
* Changed the verification result cache to use the built-in 'MemoryCache' class.Gravatar wuestholz2014-06-28
* Optimized the way that dependency checkums are computed.Gravatar wuestholz2014-06-26
* Add some pretty-printing, on by default. Turn off with the flag "/pretty:0"Gravatar Dan Rosén2014-06-24
* Worked on an extension of the existing verification result caching.Gravatar wuestholz2014-06-23
* Changed the 'verifySnapshots' command-line option to accept a numeric argumen...Gravatar wuestholz2014-06-20
* Refactored modset analysis to avoid the use of static fields. Static fields ...Gravatar Ally Donaldson2014-06-06
* Fixed minor issue.Gravatar wuestholz2014-05-28
* Undid accidental commitGravatar Ally Donaldson2014-05-27
* MergeGravatar Ally Donaldson2014-05-27
* Teach the ExecutionEngine to respect the -useBaseNameForFileName commandlineGravatar Dan Liew2014-04-09
* Added /useBaseNameForFile command line argument. The ScannerGravatar Dan Liew2014-04-06
* MergeGravatar Rustan Leino2014-02-28
|\
* | Changed all lambda-expression rewriting to be done as a pre-processing step b...Gravatar Rustan Leino2014-02-28
| * Added a fix to inlining so that it becomes cognizant of procedures that the u...Gravatar qadeer2014-02-28
| * added /doNotUseParallelism optionGravatar qadeer2014-02-27
|/
* added ReadOnlyStandardVisitorGravatar qadeer2014-02-24
* Fix Boogie so it compiled with mono. Patch by Dan Liew.Gravatar Ally Donaldson2014-01-14
* more refactoring of the concurrency stuffGravatar qadeer2013-12-20
* various updates and tighter integration of QED stuff into mainlineGravatar qadeer2013-12-19
* added syntax for par call and ParCallCmdGravatar qadeer2013-12-16
* some refactoring of QED stuffGravatar qadeer2013-12-10
* Expose certain program transformations in the execution engine to invoke them...Gravatar wuestholz2013-12-09
* removed bitvector analysis from BoogieGravatar qadeer2013-12-08
* fixed a bug regarding invocation of modsetanalysis w.r.t. OG desugaringGravatar qadeer2013-12-07
* added the QED build configurationGravatar qadeer2013-12-02
* factored the concurrency checking code into a separate projectGravatar qadeer2013-11-22
* do monomorphic checkingGravatar qadeer2013-11-22
* minor refactoringGravatar qadeer2013-10-25