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-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-20[ILVerify] Instantiate generic constraints on initialization (#4758)Samuel Arzt
2017-10-19[ILVerify] Implement type / method / field access verifications (#4762)Samuel Arzt
2017-10-18[ILVerify] Implement delegate creation checks (#4733)Samuel Arzt
2017-10-13[ILVerify] Implement tracking of 'this' pointer state (#4714)Samuel Arzt
2017-10-12[ILVerify] Instantiate constraints of generic parameters used as instantiatio...Samuel Arzt
2017-10-04[ILVerify] Implement verification of return instruction (#4650)Samuel Arzt
2017-09-29[ILVerify] Fix invalid branch/fallthrough into catch/finally causing assert (...Samuel Arzt
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-21[ILVerify] Fix assigning interface with variance to object generating error (...Samuel Arzt
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-09-07[ILVerify] Implement stack merging (#4448)Samuel Arzt
2017-09-01[ILVerify] Fixed IsValidBranchTarget not allowing to branch to first instruct...Samuel Arzt
2017-08-29[ILVerify] Fix stind to allow storing a string to ref string (#4412)Samuel Arzt
2017-08-29[ILVerify] Fix for issue #4359 (#4411)Samuel Arzt
2017-08-28[ILVerify] Fix for issue #4357 and #4358. (#4402)Samuel Arzt
2017-08-17[ILVerify] Implement switch instruction (#4328)Samuel Arzt
2017-08-11Fixed ILVerify build (#4307)Michael Mayr
2017-08-10[ILVerify] Implement shift operation verification. (#4301)Samuel Arzt
2017-08-09[ILVerify] Added console argument to support different base library names (#3...Samuel Arzt
2017-07-05[ILVerify] Fixed bugs ImportLoadIndirect/ImportStoreIndirect (#4066)Michael Mayr
2017-07-03[ILVerify]Convert _thisType to managed pointer, if it is a value type (#4055)Michael Mayr
2017-07-03[ILVerify] Fixed range checks for nested exception regions (#4056)Michael Mayr
2017-07-01Fix handling of bad IL in ILScanner (#4044)Michal Strehovský
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