summaryrefslogtreecommitdiff
path: root/BCT
Commit message (Expand)AuthorAge
* Added a translation for typeof expressions.Gravatar mikebarnett2011-03-09
* Can now translate multiple assemblies into one Boogie Program.Gravatar mikebarnett2011-03-08
* Fix Sink.FindOrCreateProcedure so that it takes an IMethodDefinition instead ...Gravatar mikebarnett2011-03-06
* Added support for stub methods. If a method definition is marked with a custo...Gravatar mikebarnett2011-03-06
* In the Sink, keep track of any procedures defined in the initial program (whi...Gravatar mikebarnett2011-03-06
* Changes needed to translate both contracts and method bodies. The Statement a...Gravatar mikebarnett2011-03-05
* changes for dealing with delegatesGravatar qadeer2011-03-05
* Fix translation of "new" so that a procedure is generated (if needed) for the...Gravatar mikebarnett2011-03-03
* Made it unnecessary to set the types on the Boogie ASTs as we create them.Gravatar mikebarnett2011-03-03
* Create a static constructor only for types that don't already define one.Gravatar mikebarnett2011-03-02
* put the call to CreateStaticConstructor back inGravatar qadeer2011-03-02
* some fixesGravatar qadeer2011-03-02
* Fix null-equivalent initialization of fields so that instance fields are init...Gravatar mikebarnett2011-03-02
* fixes for splitFields optionGravatar qadeer2011-03-02
* Use the Sink's API for creating a procedure for the Invoke method of a delegate.Gravatar mikebarnett2011-03-01
* Fixed many bugs.Gravatar mikebarnett2011-03-01
* Fixed dynamic dispatch so the most derived override is called for each subtype.Gravatar mikebarnett2011-02-25
* two bug fixesGravatar qadeer2011-02-25
* implemented delegates and eventsGravatar qadeer2011-02-25
* Added a new type, Type, that represents runtime types. The Heap interface now...Gravatar mikebarnett2011-02-24
* Changed calls to Debug.Assert to Contract.Assert.Gravatar mikebarnett2011-02-24
* Fix build by adding missing project.Gravatar mikebarnett2011-02-23
* Moved the creation of Boogie procedures from the MetadataTraverser to the Sin...Gravatar mikebarnett2011-02-11
* If a method definition has any custom attributes, translate them into BPL att...Gravatar mikebarnett2011-02-09
* Added support for translating delegatesGravatar qadeer2011-02-08
* Fix the generation of procedure names so that array types are encoded properly.Gravatar mikebarnett2011-01-26
* Make the general heap representation the default.Gravatar mikebarnett2011-01-22
* Added the heap representation I was supposed to have started with... A genera...Gravatar mikebarnett2011-01-21
* Forgot to add file with last checkin.Gravatar mikebarnett2011-01-21
* Added a better options parsing by using functionality from MemberHelper.Gravatar mikebarnett2011-01-21
* Fix order of getting the instance and the field from the expression heap so t...Gravatar mikebarnett2011-01-21
* Put back the prelude for the split fields heap that had been there before.Gravatar mikebarnett2011-01-21
* Use the interned key of field references, now that they have one.Gravatar mikebarnett2011-01-21
* Added a test for the split fields option.Gravatar mikebarnett2011-01-20
* Renamed outside of SVN, so added the renamed file and deleting this.Gravatar mikebarnett2011-01-20
* Moved the parts of the Prelude that depend on the heap representation into th...Gravatar mikebarnett2011-01-20
* More structuring of the different heap representations. Now each heap represe...Gravatar mikebarnett2011-01-19
* Removed HeapVariable from everywhere now that it is encapsulated in the Heap ...Gravatar mikebarnett2011-01-19
* Removing resolution: there's no need to resolve field references in order to ...Gravatar mikebarnett2011-01-18
* The beginning of the encapsulation of the Heap representation so that we can ...Gravatar mikebarnett2011-01-17
* Fix translation of "null" so that it produces a type-correct value.Gravatar mikebarnett2011-01-16
* 1. Converted assume to assert for the source infoGravatar qadeer2010-12-21
* Changed attribute names in the BPL for source context assumption statements.Gravatar mikebarnett2010-12-21
* Use an explicit PdbReader instead of the more general ISourceLocationProvider...Gravatar mikebarnett2010-12-21
* added support for array translation.Gravatar qadeer2010-12-20
* Generate "assume {:filename "foo.cs"}{:line 3} true" statements for each stat...Gravatar mikebarnett2010-12-20
* Translate boolean types into Bpl.Type.Bool.Gravatar mikebarnett2010-12-20
* Added Alloc implementation to the PreludeGravatar qadeer2010-12-15
* Added a new option for splitting fieldsGravatar qadeer2010-12-15
* Fixed declaration of procedures from static methods so that they don't have t...Gravatar mikebarnett2010-12-14