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-13Update spin-wait pause/yield normalization (#55295)Koundinya Veluri
2021-07-12Add crash report to createdump for Linux Watson (#55438)Mike McLaughlin
2021-07-11W^X support (#54954)Jan Vorlicek
2021-07-11Support filtering ObjectAllocated callback for pinned object heap allocation ...Yauk
2021-07-02Add support to DAC for reading tagged memory on tracked types (#54994)Aaron Robinson
2021-06-30Optionally capture a dump during generational aware analysis (#54517)Andrew Au
2021-06-15Add the concept of "notification profilers" to the runtime (#53122)David Mason
2021-06-15Fix PAL_JitWriteProtect export on Linux (#54190)Jan Vorlicek
2021-06-12Unify macOS ARM64 write protection holders with W^X ones (#54067)Jan Vorlicek
2021-06-11Enable devirtualization in more scenarios on crossgen2 (#53567)David Wrighton
2021-06-10Add writeable holders for executable memory (#53934)Jan Vorlicek
2021-06-09JIT: fix OSR reporting for special stack slots (#53897)Andy Ayers
2021-06-09Improve GC stress log instrumentation (#53547)Andrew Au
2021-06-09Build support for s390x: PAL layer (#53287)Ulrich Weigand
2021-06-04Improve ENC logging. (#53695)Mike McLaughlin
2021-06-02Add support for AvxVnni instructions under Experimental. (#51998)weilinwa
2021-05-28Add new devirt reason. (#53334)Andy Ayers
2021-05-26JIT: pgo/devirt diagnostic improvements (#53247)Andy Ayers
2021-05-25Parse `DOTNET_PROCESSOR_COUNT` with a 10 radix not 16 (#53208)Aaron Robinson
2021-05-22Fix typos in comments (#53064)IchHabeKeineNamen
2021-05-21Implement 64-bit type handle histogram counts (#52898)Jakob Botsch Nielsen
2021-05-21Add UnmanagedCallConvAttribute (#52869)Elinor Fung
2021-05-20Move metadata off the executable heaps (#52912)Jan Vorlicek
2021-05-19JIT: Convert some of the old-style intrinsics to NamedIntrinsics (#52156)Egor Bogatov
2021-05-17SingleFile diagnostic support - Add export table and DotNetRuntimeInfo to dum...Juan Hoyos
2021-05-14Multicorejit unification (#48326)Gleb Balykov
2021-05-13Low level API support for Objective-C interop. (#52146)Aaron Robinson
2021-05-13Stresslog fixes (#52601)Peter Sollich
2021-05-13Modify JIT to support double mapped memory (#52600)Jan Vorlicek
2021-05-12Introduce enum for BasicBlock and loop flags (#52410)Bruce Forstall
2021-05-12Use of WCHAR in `corinfo.h` leaves consumer with dependency on pal_mstypes/wi...Anthony Shaw
2021-05-12Add streaming support for EventPipe env trace file. (#52443)Johan Lorensson
2021-05-12Allow overriding processor count via configuration setting (#52492)Anton Lapounov
2021-05-11Fix typo in interface for ICorDynamicInfo::getBoundaries() (#52583)Anthony Shaw
2021-05-07Add profiler startup command to the diagnostics command set (#52175)David Mason
2021-05-04Generate coredumps on signals (#52024)Mike McLaughlin
2021-05-03Add option to instrument using 64-bit counts (#51625)Jakob Botsch Nielsen
2021-04-24ComWrappers fixes from NET 5 memory leak (#51661)Aaron Robinson
2021-04-16Improve likely class handling for pgo (#51284)David Wrighton
2021-04-16Fail the GCHeap initialization if large page is specified without a heap hard...Andrew Au
2021-04-15Singlefile: enabling compression for managed assemblies. (#50817)Vladimir Sadov
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-07Remove IAssemblyName (and various fusion remnants) (#50755)Elinor Fung
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-04-04Remove code that references resolved issues (#50698)Aaron Robinson
2021-04-02Fix formatting string for assembly MVID mismatch (#50474)Tomáš Rylek
2021-04-01Support DOTNET_ prefix (#50507)Aaron Robinson
2021-03-31Merge REGUTIL logic for environment variables into CLRConfig (#50393)Aaron Robinson
2021-03-29Clean up REGUTIL/CLRConfig system (#50314)Aaron Robinson