summaryrefslogtreecommitdiff
path: root/Source/Core
Commit message (Expand)AuthorAge
* fixed bug (reported by Akash) in treatment of linear parameters to callsGravatar Unknown2013-05-06
* In the typecheck method of HavocCmd, added calls to typecheck the havoced varsGravatar Unknown2013-05-04
* MergeGravatar Unknown2013-05-04
|\
* | fixed bug reported by AkashGravatar Unknown2013-05-04
| * Print "\n" after a YieldCmdGravatar akashlal2013-05-03
|/
* MergeGravatar allydonaldson2013-04-30
|\
* | Staged HoudiniGravatar allydonaldson2013-04-30
| * Added a little bit of virtual-ness to the Inliner class. This is so that I canGravatar akashlal2013-04-28
| * added free ensures to each procedure to compensate for havocing of allocatorGravatar Unknown2013-04-19
| * Made OG-Desugared parsable as a Boogie program.Gravatar akashlal2013-04-19
| * Fix mod-set traversal to do visit code inside code expressions.Gravatar Rustan Leino2013-04-18
| * refactored og and fixed latest bug reported by chrisGravatar Unknown2013-03-20
| * the allocator corresponding to every linear variableGravatar Unknown2013-03-13
| * Added explicit mod set analysis calls to OG transform and linear transformGravatar Unknown2013-03-13
| * added mod set checking to the linear type checkerGravatar Unknown2013-03-13
| * fixed bugs in linear and ogGravatar Unknown2013-03-11
| * Added another constructor to CallCmdGravatar akashlal2013-03-11
| * fixed emitter for CallCmd to include asyncGravatar Unknown2013-03-09
| * added support for linear sets without useArrayTheory (but there is some incom...Gravatar Unknown2013-03-07
| * in the process of adding support for linear sets without /useArrayTheoryGravatar Unknown2013-03-06
|/
* fixed datatype bug reported by ChrisGravatar Unknown2013-03-05
* fixed a bug in ogGravatar Unknown2013-03-04
* fixed bugs in both parallel calls and linear stuff (reported by Chris)Gravatar Unknown2013-03-03
* bug in OG for parallel callGravatar Unknown2013-03-02
* added parallel callsGravatar Unknown2013-03-01
* removed call forall and * args to callsGravatar Unknown2013-02-23
* fixed bugs in typechecking of linear setsGravatar Unknown2013-02-13
* fixed another bug reported by ChrisHawGravatar Unknown2013-02-12
* Further bug fixes in OGGravatar Unknown2013-02-05
* fixed bug in OGGravatar Unknown2013-02-01
* handling old() in stable assertionsGravatar Unknown2013-01-30
* made a whole bunch of changes to linear and og stuffGravatar Unknown2013-01-29
* bug fix reported by ChrisGravatar Unknown2013-01-28
* added owicki-gries and linear-set to boogiedriverGravatar Unknown2013-01-25
* first check in of Owicki-Gries and linear setsGravatar Unknown2013-01-24
* Let Boogie clients determine their own version stringGravatar Rustan Leino2013-01-23
* Refactored code that generates an axiom for a function, and changed the prett...Gravatar Rustan Leino2013-01-17
* Allow attributes on procedure formals, function formals, and bound variablesGravatar Unknown2013-01-07
* Some code clean-upGravatar Unknown2013-01-07
* Removed old comments about "BASEMOVE" and other constructor calls, where the ...Gravatar Unknown2013-01-07
* bug fix for interaction between inlining and loopsGravatar Unknown2013-01-04
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
* Missed checking this in.Gravatar akashlal2012-12-12
* Houdini: allow cross-dependencies between procedures that occurs when assumeGravatar Unknown2012-12-11
* Gather set of procedures with irreducible loops.Gravatar Unknown2012-11-18
* Minor refactorings for integrating corralGravatar Unknown2012-11-18
* Added Abstract Houdini: an implementation of Houdini based on abstract domains.Gravatar Unknown2012-11-05
* added sound loop unrollingGravatar Yannick Welsch2012-07-03
* bunch of refactoringsGravatar Unknown2012-10-03
* Boogie: added /vcsLoad flag as a convenient way to set /vcsCores proportional...Gravatar Unknown2012-09-28