Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-30[ILVerify] added cgt.un to the list of allowed instructions for comparing two...Michael Mayr
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-09[ILVerify] Added special handling for null values in ImportStoreIndirect (#3846)Michael Mayr
2017-06-08Fixed casting logic with generic types for stfld, ldfld, call (#3834)Michael Mayr
2017-06-08[ILVerify] Added initial support for Array<T> (#3818)Michael Mayr
2017-06-07[ILVerify] fixed bug with null-conditional operator (#3806)Michael Mayr
2017-06-03Referencing NotImplemented.cs in ILVerify.csproj (#3786)Gergely Kalapos
2017-06-02[ILVerify] Implemented storeindirect + prefix checking (#3730)Michael Mayr
2017-06-01[ILVerify] readme file: added a testing section (#3751)Gergely Kalapos
2017-05-31[ILVerify] Added first tests (#3725)Gergely Kalapos
2017-05-21[ILVerify] Handling of assignment of interface to object - with CastingHelper...Gergely Kalapos
2017-05-18Verification of Endfinally (also Endfault) (#3640)Gergely Kalapos
2017-05-17Updated ILVerify Readme.md (#3641)Gergely Kalapos
2017-05-17Implemented ImportEndFilter() (#3628)Gergely Kalapos
2017-05-16Removed for loops in StartImportingBasicBlock() (#3614)Gergely Kalapos
2017-05-16Implemented ImportUnaryOperation (#3624)Michael Mayr
2017-05-15Added Readme file to ILVerify (#3611)Gergely Kalapos
2017-05-11Implemented ImportRethrow + Added Rethrow error message (#3513)Gergely Kalapos
2017-05-10Some improvements for ILVerify (#3557)Michael Mayr
2017-05-04Il verify import throw + Maintain Basicblocks in StartImportingBasicBlock (#3...Gergely Kalapos
2017-05-03Implemented verification for binary comparison and branching instructions (#3...Michael Mayr
2017-05-03ILVerify command line options to include/exclude certain methods (#3475)Michael Mayr
2017-04-27Fix build breaksJan Kotas
2017-01-01Initial commit of the old ILVerify prototypeJan Kotas