summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/Program.cs
Commit message (Expand)AuthorAge
* MergeGravatar qadeer2012-02-06
|\
* | added inlining support for all implementations given the attribute {:inline 1}Gravatar qadeer2012-02-06
| * Automated merge with https://hg01.codeplex.com/boogieGravatar Mike Barnett2012-02-05
|/|
| * Separated the concepts of "boxing" (i.e., CLR boxing of a value type) fromGravatar Mike Barnett2012-02-05
* | added a dummy sourceLine attribute for delegate dispatchGravatar qadeer2012-01-31
| * Separate out the concepts of boxingGravatar Mike Barnett2012-01-26
|/
* Fixed struct copy constructor implementation.Gravatar Mike Barnett2012-01-10
* made delegate a datatypeGravatar qadeer2011-12-30
* problem fixed after CCI updateGravatar qadeer2011-12-30
* fixed problems with datatypesGravatar qadeer2011-12-29
* Add instrumentation for branches.Gravatar Mike Barnett2011-12-28
* bug fix in houdini inlineDepthGravatar qadeer2011-12-06
* Refactored translator so it can be called programmatically and return theGravatar Mike Barnett2011-11-21
* BCT: Initialize Boogie's command-line options object correctly before usingGravatar Mike Barnett2011-11-21
* commented calls to GC.Collect()Gravatar qadeer2011-11-18
* Load all assemblies before doing anything else so that the unification forGravatar Mike Barnett2011-11-16
* Trying to get the generics translation correct...Gravatar Mike Barnett2011-11-14
* moved the addition of selectors and testers to program.ResolveGravatar qadeer2011-11-11
* Many, many bug fixes related to generics and some other random problems.Gravatar Mike Barnett2011-11-10
* change in model parsing with datatype valuesGravatar qadeer2011-11-07
* Major changes to the translator traversers because they now are based on theGravatar Mike Barnett2011-10-31
* Don't let /s be specified for stub files. (But keep the old code in case weGravatar Mike Barnett2011-10-23
* delegates/events implemented as multisets rather than linked listsGravatar qadeer2011-08-30
* fixed a bug: do not include the invoke procedure for thread delegates in the ...Gravatar qadeer2011-08-25
* (bct) skeleton of plugin infrastructure. for now the code is essentially the ...Gravatar t-espave2011-08-16
* (BCT) starting translators-as-plugins implGravatar t-espave2011-08-15
* cleaning up & refactorGravatar t-espave2011-08-15
* workaround corral bug (cannot handle parallel assignments)Gravatar qadeer2011-08-12
* various fixes to deal with bug in generic delegatesGravatar qadeer2011-08-12
* MergeGravatar qadeer2011-08-11
|\
* | fixes for bug with generic delegatesGravatar qadeer2011-08-11
| * (phone) cancel/navigation on back key is now deep through calls. More info re...Gravatar t-espave2011-08-11
|/
* (phone) back key handling via delegate detectedGravatar t-espave2011-08-10
* (phone) slicing to avoid self loopsGravatar t-espave2011-08-09
* (phone) fully automated phone nav graph buildingGravatar t-espave2011-08-09
* MergeGravatar t-espave2011-08-08
* Added option "getMeHere" so that calls to GetMeHere.Assert(e) become "assert e"Gravatar Mike Barnett2011-08-06
* fixed a bug in delegate dispatcher name for generic invoke methodsGravatar qadeer2011-08-05
* (phone bct) nav graph building (mostly) automatedGravatar t-espave2011-08-05
* MergeGravatar Mike Barnett2011-08-04
|\
* | Added new option /captureState (/c) for generating a capture state assumptionGravatar Mike Barnett2011-08-04
| * (phone bct) anonymous control supportGravatar t-espave2011-08-04
|/
* Increase the name mangling to avoid name clashes in the Boogie program. In IL,Gravatar Mike Barnett2011-08-03
* (phone bct) tracking targets of back key navs.Gravatar t-espave2011-08-02
* (phone bct) default URI checks inlinedGravatar t-espave2011-08-02
* (phone bct) methods inlined for modular analysis (fix)Gravatar t-espave2011-08-02
* MergeGravatar t-espave2011-08-01
|\
* | (phone bct) compute fixpoint for necessary inlined methods (for modular analy...Gravatar t-espave2011-08-01
| * Fix in the assertion injector for putting the output on top of the inputGravatar Mike Barnett2011-08-01
|/
* fix for exception when phoneControls are not setGravatar t-espave2011-08-01