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-06compile composite with avx2 on x64 (#55057)Manish Godse
2021-07-06Revive #48505 (#54914)Viktor Hofer
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-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-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-09Make sure EnsureInitialize() loads the GcInfo if it is there (#53896)Andrew Au
2021-06-06Fix for bug #53520, Entry point not found (#53772)Tomáš Rylek
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-05-31Fix issues with virtuals and mdarrays (#53400)David Wrighton
2021-05-26JIT: pgo/devirt diagnostic improvements (#53247)Andy Ayers
2021-05-25Integrate selected changes from nativeaot branch (#53185)Jan Kotas
2021-05-21Add UnmanagedCallConvAttribute (#52869)Elinor Fung
2021-05-20Objective-C msgSend* support for pending exceptions in Release (#52849)Aaron Robinson
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-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-01Use non-copyleft RNG implementation (#51448)Kevin Cathcart
2021-04-30Fix unboxing handling of Method_Handles (#52060)Manish Godse
2021-04-26Fix handling of multidimensional arrays in type system and dotnet-pgo (#51764)David Wrighton
2021-04-26Add another try/catch into IBC parser (#51768)David Wrighton
2021-04-19Add quotes around method.Name for crossgen2 replay instruction. (#51453)Sergey Andreenko
2021-04-19Fix armel cross build error (#51479)Dong-Heon Jung
2021-04-16Changed the CompilerIdentifier label from the previous hardcoded message to p...Ivan Diaz Sanchez
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-15Fix for RoslynPad crash found in targeted preview testing (#51173)Tomáš Rylek
2021-04-14Expose an eeIsJitIntrinsic method for quickly determining if a method handle ...Tanner Gooding
2021-04-14Fix Crossgen2 compilation failures in several type generator tests (#51090)Tomáš Rylek
2021-04-07Fix for field layout verification across version bubble boundary (#50364)Tomáš Rylek
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-04-01Fix dumping R2R embedded PGO data (#50533)David Wrighton
2021-03-31Refactor missing reference errors to allow not throwing for all cases (#50437)David Wrighton
2021-03-31Fix handling of array constructors in Crossgen2 (#48557)Tomáš Rylek
2021-03-26remove repetitions ';' (#50236)kronic
2021-03-25Port misc changes from feature/NativeAOT (#50212)Jan Kotas
2021-03-25Fix incorrect optimization of Activator.CreateInstance (#50228)Michal Strehovský
2021-03-25Move PGO support to Common (#50083)Michal Strehovský