summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/Sink.cs
Commit message (Expand)AuthorAge
* Translate AddressOf expressions correctly.Gravatar Mike Barnett2011-11-16
* 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
* Many, many bug fixes related to generics and some other random problems.Gravatar Mike Barnett2011-11-10
* Don't wipe out existing attributes when adding {:extern}Gravatar Mike Barnett2011-11-01
* Major changes to the translator traversers because they now are based on theGravatar Mike Barnett2011-10-31
* Fixed two bugs related to structs: now a struct that is declared without anGravatar Mike Barnett2011-09-01
* 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
* MergeGravatar qadeer2011-08-11
|\
* | fixes for bug with generic delegatesGravatar qadeer2011-08-11
| * Fixed problem where events in stubs were generating duplicate declarations.Gravatar Mike Barnett2011-08-11
|/
* MergeGravatar t-espave2011-08-08
|\
| * another bug fix in bctGravatar qadeer2011-08-08
| * added a new file and fixed a bug in bctGravatar qadeer2011-08-08
|/
* Added option "getMeHere" so that calls to GetMeHere.Assert(e) become "assert e"Gravatar Mike Barnett2011-08-06
* Added new option /captureState (/c) for generating a capture state assumptionGravatar Mike Barnett2011-08-04
* Increase the name mangling to avoid name clashes in the Boogie program. In IL,Gravatar Mike Barnett2011-08-03
* Fix in the assertion injector for putting the output on top of the inputGravatar Mike Barnett2011-08-01
* Implemented a whitelist/blacklist so translator can ignore certain parts of anGravatar Mike Barnett2011-07-27
* weeding out non-set $exception as feedback handling issuesGravatar t-espave2011-07-26
* Added subtyping axiomatization.Gravatar Mike Barnett2011-07-20
* edited out phoneplugin from most placesGravatar Unknown2011-07-19
* commenting out axiom generationGravatar qadeer2011-07-15
* implemented Mike's proposal for dynamic dispatch for finally blocksGravatar qadeer2011-07-13
* fixing exception translation according to discussion with mikeGravatar qadeer2011-07-13
* phone injecting code traverserGravatar Unknown2011-07-08
* MergeGravatar Mike Barnett2011-07-08
|\
* | Fix translation of "is" operator.Gravatar Mike Barnett2011-07-08
| * phone control exploration for BCT, not integrated yetGravatar Unknown2011-07-07
|/
* Beginning of encoding the subtype relation.Gravatar Mike Barnett2011-07-06
* MergeGravatar Mike Barnett2011-07-05
|\
| * 1. generating a separate dipatchcontinuation label for each trycatchfinally ...Gravatar qadeer2011-07-04
* | MergeGravatar Mike Barnett2011-06-29
|\|
| * Translate IConditional exactly the same way as IConditionalStatement to accou...Gravatar qadeer2011-06-20
| * whole bunch of bug fixesGravatar qadeer2011-06-20
| * changes for handling conversionsGravatar qadeer2011-06-17
| * various bug fixes related to running bct on phone appsGravatar qadeer2011-06-12
| * further changesGravatar qadeer2011-06-12
| * changes related to fixing problems with finally translationGravatar qadeer2011-06-12
| * MergeGravatar qadeer2011-06-10
| |\
| * | bunch of changes related to finally handlingGravatar qadeer2011-06-10
| | * solvedGravatar Unknown2011-06-09
| |/
| * bug fix in call to constructor of ProcedureInfoGravatar qadeer2011-06-08
| * beginning support for finally clausesGravatar qadeer2011-06-07
| * initial cut for translating exceptionsGravatar qadeer2011-06-06
| * fixed calls to generic methods to add type argument appropriatelyGravatar qadeer2011-06-05
| * Further support for translating genericsGravatar qadeer2011-06-04
* | Don't (for now) consider property getters as pure, becauseGravatar Mike Barnett2011-06-01