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-02Fix spinwaiting in LockFreeReaderHashtable (#55082)Jan Kotas
2021-06-24Put Crossgen2 in sync with #54235 (#54438)Tomáš Rylek
2021-06-12Improve dotnet-pgo output and fix null type handles (#53494)Jakob Botsch Nielsen
2021-06-11Enable devirtualization in more scenarios on crossgen2 (#53567)David Wrighton
2021-06-05Fixing a regression compiling VT arrays (#53760)Manish Godse
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-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-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-03Add option to instrument using 64-bit counts (#51625)Jakob Botsch Nielsen
2021-05-03Remove redundant enums (#52171)Andrii Kurdiumov
2021-04-30Updating the JIT to recognize and handle Vector64/128/256<T> for nint/nuint (...Tanner Gooding
2021-04-26Fix handling of multidimensional arrays in type system and dotnet-pgo (#51764)David Wrighton
2021-04-16Fix crossgen2 build (#51349)David Wrighton
2021-04-16Improve likely class handling for pgo (#51284)David Wrighton
2021-04-15Fix issue with Win32 resource placement (#51291)David Wrighton
2021-04-14Expose an eeIsJitIntrinsic method for quickly determining if a method handle ...Tanner Gooding
2021-04-13Fix JITEEInterface::IsValueClass to return false for pointers. (#50749)Sergey Andreenko
2021-04-12Fix handling of unmanaged member function pointers in Crossgen2 (#51089)Tomáš Rylek
2021-04-08Fix handling of not found exported types (#50845)Michal Strehovský
2021-04-07Fix for field layout verification across version bubble boundary (#50364)Tomáš Rylek
2021-04-06Fix Crossgen2 of PlatformDefaultMemberFunction methods and calls. (#50754)Jeremy Koritzinsky
2021-04-01Fix default nothrow behavior for MethodIL.GetObject (#50539)Jan Kotas
2021-03-31Refactor missing reference errors to allow not throwing for all cases (#50437)David Wrighton
2021-03-27Add CoreCLR implementation of CallConvMemberFunction. (#47828)Jeremy Koritzinsky
2021-03-25Port misc changes from feature/NativeAOT (#50212)Jan Kotas
2021-03-25Move PGO support to Common (#50083)Michal Strehovský
2021-03-19Fix signature generation for devirtualization (#49854)David Wrighton
2021-03-17Add runtime MVID checks for composite images (#49668)Tomáš Rylek
2021-03-17Armel support in crossgen2 (#43706)David Wrighton
2021-03-15Profile guided compilation fixes (#49516)David Wrighton
2021-03-13Skip compilation of simple methods that just throw in crossgen2 (#49514)David Wrighton
2021-03-10Switch MibcProfileParser to the ILReader plan (#49355)Michal Strehovský