summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/TraverserFactory.cs
Commit message (Expand)AuthorAge
* Adapting to new decompiler.Gravatar Mike Barnett2012-02-27
* Major changes to the translator traversers because they now are based on theGravatar Mike Barnett2011-10-31
* (bct) skeleton of plugin infrastructure. for now the code is essentially the ...Gravatar t-espave2011-08-16
* cleaning up & refactorGravatar t-espave2011-08-15
* cleanupGravatar t-espave2011-07-21
* edited out phoneplugin from most placesGravatar Unknown2011-07-19
* - keeping track of BCT name changes to controlsGravatar Unknown2011-07-15
* fixing exception translation according to discussion with mikeGravatar qadeer2011-07-13
* Translate IConditional exactly the same way as IConditionalStatement to accou...Gravatar qadeer2011-06-20
* changes related to fixing problems with finally translationGravatar qadeer2011-06-12
* bunch of changes related to finally handlingGravatar qadeer2011-06-10
* beginning support for finally clausesGravatar qadeer2011-06-07
* initial cut for translating exceptionsGravatar qadeer2011-06-06
* Created an API so that a MetadataTraverser is used to translate a set ofGravatar Mike Barnett2011-05-21
* Can now translate multiple assemblies into one Boogie Program.Gravatar mikebarnett2011-03-08
* Changes needed to translate both contracts and method bodies. The Statement a...Gravatar mikebarnett2011-03-05
* Moved the creation of Boogie procedures from the MetadataTraverser to the Sin...Gravatar mikebarnett2011-02-11
* More structuring of the different heap representations. Now each heap represe...Gravatar mikebarnett2011-01-19
* The beginning of the encapsulation of the Heap representation so that we can ...Gravatar mikebarnett2011-01-17
* Use an explicit PdbReader instead of the more general ISourceLocationProvider...Gravatar mikebarnett2010-12-21
* Generate "assume {:filename "foo.cs"}{:line 3} true" statements for each stat...Gravatar mikebarnett2010-12-20
* Introduction of the Sink: a global object that is threaded through all of the...Gravatar mikebarnett2010-07-02
* Simplified the translator by merging the ToplevelTraverser, ClassTraverser, a...Gravatar mikebarnett2010-06-28
* Added the factory pattern so that all traversers are created through factory ...Gravatar mikebarnett2010-06-16