summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/TranslationHelper.cs
Commit message (Expand)AuthorAge
* Trying to get the generics translation correct...Gravatar Mike Barnett2011-11-14
* Many, many bug fixes related to generics and some other random problems.Gravatar Mike Barnett2011-11-10
* Major changes to the translator traversers because they now are based on theGravatar Mike Barnett2011-10-31
* more string manglingGravatar qadeer2011-08-31
* MergeGravatar qadeer2011-08-26
|\
* | some more string mungingGravatar qadeer2011-08-26
| * (bct) removed ad-hoc string replacements, the problem is actually the encodingGravatar t-espave2011-08-25
|/
* (phone bct) minor bugfixes found playing around with appsGravatar t-espave2011-08-19
* various fixes to deal with bug in generic delegatesGravatar qadeer2011-08-12
* (phone bct) nav graph building (mostly) automatedGravatar t-espave2011-08-05
* MergeGravatar t-espave2011-08-04
|\
| * Changed name mangling (again) to avoid name clashes.Gravatar Mike Barnett2011-08-04
* | MergeGravatar t-espave2011-08-03
|\|
| * Increase the name mangling to avoid name clashes in the Boogie program. In IL,Gravatar Mike Barnett2011-08-03
* | (phone bct) user feedback, showing possibly anomalous nav targetsGravatar t-espave2011-08-03
|/
* Unicode surrogate characters cannot be handled by Boogie. For now (forever?)Gravatar Mike Barnett2011-08-02
* various bug fixes related to running bct on phone appsGravatar qadeer2011-06-12
* changes related to fixing problems with finally translationGravatar qadeer2011-06-12
* beginning support for finally clausesGravatar qadeer2011-06-07
* initial cut for translating exceptionsGravatar qadeer2011-06-06
* Lots of small bug fixes: conversions, overloaded operations on real numbers.Gravatar Mike Barnett2011-05-31
* Fixed struct ctors so that they don't return the "this" value, but justGravatar Mike Barnett2011-05-29
* Removed the method DefaultValue from the sink: if a default value of a typeGravatar Mike Barnett2011-05-29
* first cut at handling genericsGravatar qadeer2011-05-11
* Oops. Last checkin did not contain the changes for the catch clause change whenGravatar Mike Barnett2011-05-10
* Uniquified constant names generated for string literalsGravatar qadeer2011-05-03
* bug fixes related to handling of structs, arrays, and assignmentsGravatar qadeer2011-05-02
* 0. Deleted other heap representations except SplitField and GeneralGravatar qadeer2011-04-23
* changes for dealing with delegatesGravatar qadeer2011-03-05
* Made it unnecessary to set the types on the Boogie ASTs as we create them.Gravatar mikebarnett2011-03-03
* implemented delegates and eventsGravatar qadeer2011-02-25
* Moved the creation of Boogie procedures from the MetadataTraverser to the Sin...Gravatar mikebarnett2011-02-11
* Fix the generation of procedure names so that array types are encoded properly.Gravatar mikebarnett2011-01-26
* Added a better options parsing by using functionality from MemberHelper.Gravatar mikebarnett2011-01-21
* Added a test for the split fields option.Gravatar mikebarnett2011-01-20
* The beginning of the encapsulation of the Heap representation so that we can ...Gravatar mikebarnett2011-01-17
* added support for array translation.Gravatar qadeer2010-12-20
* Translate boolean types into Bpl.Type.Bool.Gravatar mikebarnett2010-12-20
* Added Alloc implementation to the PreludeGravatar qadeer2010-12-15
* Fixed field update and field dereference.Gravatar mikebarnett2010-12-09
* General hygiene: introduced (fixed) a helper method that creates Boogie token...Gravatar mikebarnett2010-07-05
* Cleaned up the sink: removed the OutVars, which was state the sink needed onl...Gravatar mikebarnett2010-07-05
* Forgotten file: Sink.csGravatar mikebarnett2010-07-05
* Introduction of the Sink: a global object that is threaded through all of the...Gravatar mikebarnett2010-07-02
* Updated the project to .NET v4.0.Gravatar mikebarnett2010-06-06
* BCT: Added prelude. Started test1 as a test of verification.Gravatar rustanleino2010-05-12
* The beginnings of a CCI Metadata (http://ccimetadata.codeplex.com) based byte...Gravatar mikebarnett2009-08-09