summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/Prelude.cs
Commit message (Expand)AuthorAge
* Moved the parts of the Prelude that depend on the heap representation into th...Gravatar mikebarnett2011-01-20
* Fix translation of "null" so that it produces a type-correct value.Gravatar mikebarnett2011-01-16
* added support for array translation.Gravatar qadeer2010-12-20
* Added Alloc implementation to the PreludeGravatar qadeer2010-12-15
* Added a new option for splitting fieldsGravatar qadeer2010-12-15
* changed the prelude to use only the int type and eliminated bunch of axioms n...Gravatar qadeer2010-12-14
* Translate object creation expressions.Gravatar mikebarnett2010-12-14
* Added the factory pattern so that all traversers are created through factory ...Gravatar mikebarnett2010-06-16
* 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