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-07-30Add support for sealed vtables in CppCodegen (#6148)Michal Strehovský
2018-07-18Merge pull request #6107 from dotnet/nmirrorMichal Strehovský
2018-07-18Refactoring the ISortableSymbolNode into ISortableNode and ISymbolNode, to se...Fadi Hanna
2018-07-17Add support for embedding runtime configuration (#6103)Michal Strehovský
2018-07-03Fix stack slot kind for ByReference.get_Value in CppCodegen (#6034)Michal Strehovský
2018-04-28Fix safe handle marshaling (#5754)Jan Kotas
2018-04-07Initialize modules and run StartupCodeMain in wasm (#5621)Morgan Brown
2018-03-28Use a shared DynamicInvoke for delegates and reflection (#5615)Michal Strehovský
2018-03-17Switch back to more performant and portable Marvin implementationJan Kotas
2018-03-14Fix interface dispatch with CppCodegen (#5533)Michal Strehovský
2018-03-06Progress towards sealed vtable support in CppCodegen (#5495)Michal Strehovský
2018-03-02CppCodeGen workaroundJan Kotas
2018-01-31CppCodegen: Implement break opcode and readonly prefix (#5322)Michal Strehovský
2017-12-17[ILVerify] Implement tail-ret and invalid method end verification (#5122)Samuel Arzt
2017-12-01Drive devirtualization using scanner's resultsMichal Strehovský
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-14Fix CppCodeGen break with latest XCode (#4926)Jan Kotas
2017-10-30Stabilize object file images (#4818)Simon Nattress
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-17Fix too verbose logging in CppCodeGen (#4738)Jan Kotas
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-19fixed handling of constraint prefix for value types that dont directly implem...Jeff Greene
2017-09-18Added support for ldvirtftn instruction to CppCodeGen (#4556)Jeff Greene
2017-09-16added proper padding to generated value types that have a specified size (#4541)Jeff Greene
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-09-15replaced reverse pinvoke hack for CppCodeGen (#4499)Jeff Greene
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-08-25Generate IL assembly listing for compiler-generated stubs (#4365)Michal Strehovský
2017-08-09Expand ByReference intrinsics in CppCodeGenJan Kotas
2017-08-02typo (#4262)github-john-doe
2017-07-30CppCodeGen: Fix missing forward declarationsJan Kotas
2017-07-12Overhaul exception throwing from the type systemMichal Strehovsky
2017-07-06Make it possible to provide generic dictionary layout externally (#4085)Michal Strehovský
2017-07-01Fix handling of bad IL in ILScanner (#4044)Michal Strehovský
2017-06-29ProjectX: EmptyInteropStubManagerdotnet-bot
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-15Enable IL scanner and use it to provide VTable information (#3884)Michal Strehovský
2017-06-13Enable inlining of virtual method calls (#3773)Michal Strehovský
2017-06-12Allow an external optimizer to specify VTable layout (#3854)Michal Strehovský
2017-06-07Add HasFixedSlots API to VTableSlice (#3812)Michal Strehovský
2017-05-25Merge pull request #3699 from dotnet/masterJan Kotas
2017-05-24Unboxing for C++ backend (#3670)Ben Pye
2017-05-23ProjectX: Special handling of naming and exporting method generic dictionaries.dotnet-bot
2017-05-19Move MetadataManager creation out of the builderMichal Strehovský
2017-05-18Fix CppCodegen build break and hook up CppCodegen to TFS buildMichal Strehovsky
2017-05-17Lazy GenericsDavid Wrighton
2017-05-16Add IL scanner phase (#3503)Michal Strehovský
2017-05-09Make CppCodegen honor size specification for explicit layout (#3556)Sergiy Kuryata