summaryrefslogtreecommitdiff
path: root/BCT
Commit message (Expand)AuthorAge
* Translate IConditional exactly the same way as IConditionalStatement to accou...Gravatar qadeer2011-06-20
* whole bunch of bug fixesGravatar qadeer2011-06-20
* MergeGravatar qadeer2011-06-17
|\
* | changes for handling conversionsGravatar qadeer2011-06-17
| * removed division hadling from CLRsemanticsGravatar Unknown2011-06-16
|/
* Real2Int type errorGravatar Unknown2011-06-15
* refactored the prelude, added thread_local attribute to $Exception variableGravatar qadeer2011-06-14
* 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
|/
* using registerAsLatest directly to deal with multiple dll translationGravatar Unknown2011-06-08
|\
* | bug fixesGravatar Unknown2011-06-08
| * 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
* fixed a bug in translation of genericsGravatar qadeer2011-05-31
* MergeGravatar qadeer2011-05-31
|\
* | fixed a bug with array index translationGravatar qadeer2011-05-31
| * Fixed/improved the handling of conditional expressions.Gravatar Mike Barnett2011-05-31
| * Added bitwise operations.Gravatar Mike Barnett2011-05-31
| * Lots of small bug fixes: conversions, overloaded operations on real numbers.Gravatar Mike Barnett2011-05-31
| * Don't translate method contracts until method information (parameter map, etc.)Gravatar Mike Barnett2011-05-30
|/
* Handle more conversions.Gravatar Mike Barnett2011-05-29
* Fixed struct ctors so that they don't return the "this" value, but justGravatar Mike Barnett2011-05-29
* Fixes for a bunch of different bugs. Translate default value for doubles,Gravatar Mike Barnett2011-05-29
* Removed the method DefaultValue from the sink: if a default value of a typeGravatar Mike Barnett2011-05-29
* When translating the "thisArgument" of a method call, if it translates to anGravatar Mike Barnett2011-05-29
* Fix translation for field dereference when the type of the field is a struct.Gravatar Mike Barnett2011-05-28
* Translate assignments to parameters that are of a struct type correctly. NoteGravatar Mike Barnett2011-05-28
* Translate assignments of structs as a call to a (default) copy constructorGravatar Mike Barnett2011-05-27
* MergeGravatar Mike Barnett2011-05-26
|\
* | Beginning of representing structs as values on the heap, but without objectGravatar Mike Barnett2011-05-26
| * mergeGravatar Sam Blackshear2011-05-24
| |\ | |/ |/|
| * New example to demonstrate exception support that would be convenient for Boo...Gravatar Sam Blackshear2011-05-24
* | Created an API so that a MetadataTraverser is used to translate a set ofGravatar Mike Barnett2011-05-21
* | MergeGravatar Mike Barnett2011-05-19
|\ \
* | | Unify translation of arguments so the same code is used for IMethodCall andGravatar Mike Barnett2011-05-19
| * | fixed the axiom about TypeOfGravatar Unknown2011-05-18
|/ /
* | Fixed array constructionGravatar qadeer2011-05-17
* | added another axiomGravatar Unknown2011-05-17
* | MergeGravatar Mike Barnett2011-05-17
|\ \
* | | If a method has been translated as a function, generate a function call andGravatar Mike Barnett2011-05-17
| * | added spec for GetTypeGravatar qadeer2011-05-17
|/ /
* | Fix command-line option processing.Gravatar Mike Barnett2011-05-16
* | bug fixesGravatar qadeer2011-05-16