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
2018-04-12Use canonical method IL in scanner's ImportCall (#5686)Michal Strehovský
2018-03-13Fix empty dispatch map optimization and unnormalized vtables (#5531)Michal Strehovský
2017-08-28Update RyuJIT (#4407)Michal Strehovský
2017-06-15GVM dependency analysis performance fixes (#3872)Fadi Hanna
2017-06-13Enable inlining of virtual method calls (#3773)Michal Strehovský
2017-06-09Fix virtual method use reporting for canonical EETypes (#3842)Michal Strehovský
2017-06-03Make virtual invoke map report dependency on virtual method slot (#3785)Michal Strehovský
2017-05-27Implement delegates to generic virtual methods (#3712)Michal Strehovský
2017-04-13Restore support for delegates to GVMs created from unshared code (#3318)Michal Strehovský
2017-04-12Make DelegateCtor R2R helper perform virtual resolution (#2928)Michal Strehovský
2017-04-07Merge branch 'master' into nmirrorSimon Nattress
2017-04-06Fix #3211: Node ILCompiler.DependencyAnalysis.GCStaticsNode is not marked whe...Fadi Hanna
2017-04-06Fix CoreRT generics test in Release buildSimon Nattress
2017-04-06Dynamic Invoke StubsSimon Nattress
2017-03-30Support GC Statics in type loader (#3120)Simon Nattress
2017-03-28Implementation of the VirtualInvokeMap table to enable Reflection invocation ...Fadi Hanna
2017-03-24Enabled type loader on CoreRTSimon Nattress
2017-03-16Enabling static fields access for Reflection (#2962)Fadi Hanna
2017-03-09Fix vtable stability issue with shared code (#2921)Michal Strehovský
2017-03-02Fix delegate creation to shared generic method bodies (#2862)Michal Strehovský
2017-03-02Fix for issue 2855: GVM dependency tracking with shared generics. (#2858)Fadi Hanna
2017-02-28Delete test for unused GVMsMichal Strehovský
2017-02-28Unblock fat function pointer return buffer testsMichal Strehovský
2017-02-28Add test for initThisClass from a generic method on a nongeneric typeMichal Strehovský
2017-02-16Enabling GVM target resolution (hookup work) (#2635)Fadi Hanna
2017-02-14Stop emitting transformed calli instructionMichal Strehovský
2017-02-03Fix MDArray Address method for shared generics (#2646)Michal Strehovský
2017-01-28Fix Generics test (#2611)Michal Strehovský
2017-01-27Add instantiating unboxing stubs (#2566)Michal Strehovský
2017-01-27Make reflection invoke work for valuetype instance methods (#2596)Michal Strehovský
2017-01-20Fix handling of constrained method calls from shared generic code (#2527)Michal Strehovský
2017-01-12Add support for thread static base dictionary lookups (#2479)Michal Strehovský
2016-12-16Implement ldvirtftn in shared generic contexts (#2339)Michal Strehovský
2016-11-16Allow GVMs to be present on typesSimon Nattress
2016-11-12Fix walking base hierarchy when computing dictionary slots (#2193)Michal Strehovský
2016-11-12Add regression testSimon Nattress
2016-11-08Call the slow helper from delegate .ctor method (#2131)Michal Strehovský
2016-10-29Enable vtable layout test (#2103)Michal Strehovský
2016-10-28Add shared generics test to CI (#2098)Michal Strehovský