summaryrefslogtreecommitdiff
path: root/BCT/RegressionTests/RegressionTestInput
Commit message (Expand)AuthorAge
* Fixed struct copy constructor implementation.Gravatar Mike Barnett2012-01-10
* Changed name mangling (again) to avoid name clashes.Gravatar Mike Barnett2011-08-04
* Fix in the assertion injector for putting the output on top of the inputGravatar Mike Barnett2011-08-01
* Added bitwise operations.Gravatar Mike Barnett2011-05-31
* Lots of small bug fixes: conversions, overloaded operations on real numbers.Gravatar Mike Barnett2011-05-31
* The decompilation is not guaranteed to get rid of all push statements and popGravatar Mike Barnett2011-04-29
* Model newly constructed structs as a constant DefaultStruct that has axioms thatGravatar Unknown2011-04-27
* Trying to get structs supported.Gravatar Unknown2011-04-27
* Fixed many bugs.Gravatar mikebarnett2011-03-01
* 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
* 1. Converted assume to assert for the source infoGravatar qadeer2010-12-21
* Translate boolean types into Bpl.Type.Bool.Gravatar mikebarnett2010-12-20
* Added a new option for splitting fieldsGravatar qadeer2010-12-15
* Fixed declaration of procedures from static methods so that they don't have t...Gravatar mikebarnett2010-12-14
* Translate calls to static methods.Gravatar mikebarnett2010-12-14
* Translate object creation expressions.Gravatar mikebarnett2010-12-14
* Cleaned up the sink: removed the OutVars, which was state the sink needed onl...Gravatar mikebarnett2010-07-05
* Added the factory pattern so that all traversers are created through factory ...Gravatar mikebarnett2010-06-16