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-05-03Remove redundant enums (#52171)Andrii Kurdiumov
2021-05-01Use non-copyleft RNG implementation (#51448)Kevin Cathcart
2021-04-30Fix unboxing handling of Method_Handles (#52060)Manish Godse
2021-04-30Updating the JIT to recognize and handle Vector64/128/256<T> for nint/nuint (...Tanner Gooding
2021-04-27Delete szActualText when done in consoleargs (#51868)Omair Majid
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-19Cleanup memory on error in consoleargs.cpp (#50289)Omair Majid
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-14Simplify mibc usage in the build (#50536)David Wrighton
2021-04-14Fix Crossgen2 compilation failures in several type generator tests (#51090)Tomáš Rylek
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-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-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-31Fix handling of array constructors in Crossgen2 (#48557)Tomáš Rylek
2021-03-27Add CoreCLR implementation of CallConvMemberFunction. (#47828)Jeremy Koritzinsky
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ý
2021-03-19[crossgen2] Fix memory leak in _corInfoImpls. (#49764)t-mustafin
2021-03-19Fix signature generation for devirtualization (#49854)David Wrighton
2021-03-19Use arm jit for armel in crossgen2, and build the matching bits on all archit...David Wrighton
2021-03-19Use latest DiaSymReader and support ARM64 host in crossgen2 (#49841)Anton Lapounov
2021-03-19Enable the latest managed pgo data (#49793)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ý
2021-03-09Fix pgo ci bugs (#49349)David Wrighton
2021-03-09Sync shared crossgen2 files (#49302)Michal Strehovský
2021-03-09Fix null reference in pgo data merging (#49326)David Wrighton
2021-03-05Dotnet pgo phase2 (#49087)David Wrighton
2021-03-01Rename mention to master branch to main (#48824)Viktor Hofer
2021-02-26Pass along PGO type and use it in artifacts names (#48171)Andy Gocke
2021-02-26Revamp dotnet-pgo arguments (#48680)David Wrighton