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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-13switch to using CSTRMarshaller instead of AnsiBSTR (#55032)Manish Godse
2021-07-09Remove some left-over debug code (#55408)Jakob Botsch Nielsen
2021-07-06compile composite with avx2 on x64 (#55057)Manish Godse
2021-07-06Revive #48505 (#54914)Viktor Hofer
2021-07-02Fix spinwaiting in LockFreeReaderHashtable (#55082)Jan Kotas
2021-07-02Expand PerfMap format to support metadata for symbol indexation (#53792)Tomáš Rylek
2021-07-01Fix single method compilation of canonical methods (#54923)David Wrighton
2021-06-29StressLogAnalyzer didn't print the number of messages correctly if it exceede...Peter Sollich
2021-06-26Fix thread safety of _typeRefsInCompilationModuleSet (#54760)David Wrighton
2021-06-24Ensure relocation blocks are 4-byte aligned (#54668)Anton Lapounov
2021-06-24Put Crossgen2 in sync with #54235 (#54438)Tomáš Rylek
2021-06-23Set DLL flag on R2R binaries (#54533)Anton Lapounov
2021-06-17Fix profiling R2R code on Windows x64 (#54318)Anton Lapounov
2021-06-14Fix ILVerify dependencies (#54112)Jan Kotas
2021-06-12Improve dotnet-pgo output and fix null type handles (#53494)Jakob Botsch Nielsen
2021-06-11Removed extraneous closing parentheses causing compile errors. (#54064)Peter Sollich
2021-06-11Enable devirtualization in more scenarios on crossgen2 (#53567)David Wrighton
2021-06-09exclude crossgen from build. (#53458)Manish Godse
2021-06-09Make sure EnsureInitialize() loads the GcInfo if it is there (#53896)Andrew Au
2021-06-09Improve GC stress log instrumentation (#53547)Andrew Au
2021-06-06Fix for bug #53520, Entry point not found (#53772)Tomáš Rylek
2021-06-05Fixing a regression compiling VT arrays (#53760)Manish Godse
2021-06-04Update comments in type system tests (#53718)Michal Strehovský
2021-06-0446239 v2 (no runtime layout changes) (#53424)Tomáš Rylek
2021-06-03Integrate changes from NativeAOT branch (#53650)Jan Kotas
2021-06-03Add MemoryMarshal.GetArrayDataReference(Array) (#53562)Levi Broderick
2021-06-02Add support for AvxVnni instructions under Experimental. (#51998)weilinwa
2021-05-31Fix issues with virtuals and mdarrays (#53400)David Wrighton
2021-05-26Fix devirtualization in shared generic contextDavid Wrighton
2021-05-26JIT: pgo/devirt diagnostic improvements (#53247)Andy Ayers
2021-05-25Integrate selected changes from nativeaot branch (#53185)Jan Kotas
2021-05-22Integrate misc changes from nativeaot (#53063)Jan Kotas
2021-05-21Override BaseType in TypeRefTypeSystemType (#52963)Jakob Botsch Nielsen
2021-05-21Implement 64-bit type handle histogram counts (#52898)Jakob Botsch Nielsen
2021-05-21Add UnmanagedCallConvAttribute (#52869)Elinor Fung
2021-05-20Print R2RDump Statistics in the Output File Instead of Console (#52278)Ivan Diaz Sanchez
2021-05-20Objective-C msgSend* support for pending exceptions in Release (#52849)Aaron Robinson
2021-05-19JIT: Convert some of the old-style intrinsics to NamedIntrinsics (#52156)Egor Bogatov
2021-05-18Fix logic error in PGO schema comparison (#52822)Andy Ayers
2021-05-18Add SPGO support and MIBC comparison in dotnet-pgo (#52765)Jakob Botsch Nielsen
2021-05-16Fix references to MDArray methods (#52796)David Wrighton
2021-05-15Add --inputbubbleref option to crossgen2 in order to put only part of referen...Gleb Balykov
2021-05-15Runtime support for static virtual interface methods (#52173)Tomáš Rylek
2021-05-14Move copy of Crossgen2 tasks/targets to runtime repo and build composite imag...David Wrighton
2021-05-13Stresslog fixes (#52601)Peter Sollich
2021-05-13Modify JIT to support double mapped memory (#52600)Jan Vorlicek
2021-05-11Fix typo in interface for ICorDynamicInfo::getBoundaries() (#52583)Anthony Shaw
2021-05-10Crossgen2 pipeline optimize (#51154)t-mustafin
2021-05-10Fixed Broken Links in Documentation (#50653)Mira Antolovich
2021-05-03Add option to instrument using 64-bit counts (#51625)Jakob Botsch Nielsen