platform/upstream/dotnet/runtime.git
2019-10-04 Tomáš RylekMake SuperIlc resilient towards JIT no-op compilation...
2019-10-04 Tomáš RylekAdd two unsupported helpers to fail a method instead...
2019-10-04 Jan VorlicekFix crossgen2 to fix several Loader tests (dotnet/corec...
2019-10-04 Stephen ToubAdd ExceptionDispatchInfo.SetCurrentStackTrace (dotnet...
2019-10-04 Sinan KayaRename genFullPtrRegMap (dotnet/coreclr#27006)
2019-10-04 Stephen ToubFix stackalloc reuse bug in Environment.UserDomainName...
2019-10-03 Stephen ToubUse const internally in corelib for Environment.NewLine...
2019-10-03 Stephen ToubMore corelib cleanup (dotnet/coreclr#26993)
2019-10-03 Tobias Thornfeldt... Fix test/src/JIT/Intrinsics/MathCeiling*.cs copypaste...
2019-10-03 Next TurnUpdate FCall comment (dotnet/coreclr#27005)
2019-10-03 Fadi HannaFix read ordering bug between buckets pointer and count...
2019-10-03 Michal StrehovskýTry to pregenerate canonical method bodies (dotnet...
2019-10-03 Andrew Au[crossgen2] Handle Floor and Ceiling (dotnet/coreclr...
2019-10-03 Sinan KayaReplace lvRegNum with GetRegNum() (dotnet/coreclr#26977)
2019-10-03 mikednStop using LIST nodes for FIELD_LIST (dotnet/coreclr...
2019-10-02 John DoeTypos (dotnet/coreclr#26968)
2019-10-02 Boris ParfenenkovImprove TimeSpan precision (dotnet/coreclr#26992)
2019-10-02 Anubhav SrivastavaChange PerfEventSource to be able to use 'using'. ...
2019-10-02 David MasonCreate IL Rewriting Basics.md (dotnet/coreclr#26918)
2019-10-02 Tomáš RylekMore SuperIlc changes to enable its use in CoreCLR...
2019-10-02 Sinan Kayafind src/jit -type f -exec sed -i -e 's/->lvOtherArgReg...
2019-10-02 Michal StrehovskýFix assert while compiling CoreLib with optimizations...
2019-10-02 Jarret ShookChange to use the arm32 armarch queue (dotnet/coreclr...
2019-10-01 Vladimir SadovEnable GC long running tests on ARM64 (dotnet/coreclr...
2019-10-01 Maoni Stephensoom (dotnet/coreclr#26457)
2019-10-01 Jeremy KoritzinskyUpdate to minimum CMake version of 3.14 (dotnet/coreclr...
2019-10-01 Sinan Kayareplace isHfaRegArg with IsHfaRegArg() (dotnet/coreclr...
2019-10-01 Tomáš RylekSuperIlc improvements to facilitate its use in Crossgen...
2019-10-01 Tanner GoodingFixing AdvSimd.Arm64 to have an internal constructor...
2019-10-01 Jakob Botsch... Fix JustMyCode stepping into jumps (dotnet/coreclr...
2019-10-01 Jan VorlicekFix the problem with the VS2019 fix on x86 (dotnet...
2019-10-01 Jan KotasPartial Revert "Remove global locks from Exception...
2019-10-01 bdebaereParenthesize macros (dotnet/coreclr#23982)
2019-10-01 Sinan KayaReplace otherRegNum with GetOtherRegNum
2019-10-01 Andrew Au[CPAOT] Generating code for hardware intrinsic (dotnet...
2019-10-01 Adam Sitnikallow ASCII equality ordinal fast path for en-* culture...
2019-09-30 David MasonDisable nop padding in R2R images and remove jumpstamps...
2019-09-30 mikednDelete fgArgTabEntry::node (dotnet/coreclr#24294)
2019-09-30 Santiago Fernandez... Make ResolveEventArgs.Name not nullable (dotnet/corefxd...
2019-09-30 Adam SitnikStartsWith Linux perf improvements (dotnet/coreclr...
2019-09-30 Donatas MačiūnasFix URL to a sample perfcollect setup Dockerfile (dotne...
2019-09-30 Donatas MačiūnasFix grammar mistake (dotnet/coreclr#26943)
2019-09-30 Jan VorlicekFix crossgen2 handling of non-gc statics in generic...
2019-09-28 Ben AdamsRemove global locks from Exception stack trace handling...
2019-09-28 Ilya Shipitsinresolve several issues found by cppcheck (dotnet/corecl...
2019-09-28 Juan HoyosCheck for nullity of the context in FuncEval setup...
2019-09-27 Adeel MujahidRemove duplicate enum SystemVClassificationType (dotnet...
2019-09-27 Jan KotasDelete dead code (dotnet/coreclr#26926)
2019-09-27 mikednEnable GitHub_7147 (dotnet/coreclr#26884)
2019-09-27 Sinan KayaReplace hfaType with GetHfaType() (dotnet/coreclr#26914)
2019-09-27 Youssef Victortypo and add language identifier (dotnet/coreclr#26923)
2019-09-27 Youssef VictorTypo: retreive => retrieve (dotnet/coreclr#26915)
2019-09-27 Tanner GoodingRefactoring the ARM Hardware Intrinsics based on the...
2019-09-27 Sinan KayaRename GetIsVararg to IsVararg (dotnet/coreclr#26913)
2019-09-26 Brian RobbinsFix Segfault in PerfInfo Image Logging (dotnet/coreclr...
2019-09-26 Konstantin... [Linux/x86] Use ebp from current context during unwindi...
2019-09-26 Ben AdamsCollectionsMarshal.AsSpan allow null refs (dotnet/corec...
2019-09-26 David MasonStop unloading the profiler on shutdown to prevent...
2019-09-26 Levi BroderickIntroduce Utf8Span, which is a span of UTF-8 text ...
2019-09-26 Tomáš RylekReuse managed test components across all *nix flavors...
2019-09-26 Sinan KayaReplace lateArgInx with GetLateArgInx (dotnet/coreclr...
2019-09-26 Sinan KayaReplace isVararg with GetIsVararg() (dotnet/coreclr...
2019-09-25 Sinan KayaReplace lvArgInitReg with GetArgInitReg (dotnet/coreclr...
2019-09-25 Jarret ShookDisable test that timeouts in outerloop (dotnet/coreclr...
2019-09-25 Jakob Botsch... Various tailcall test improvements (dotnet/coreclr...
2019-09-25 Jan KotasFix CoreRT build break
2019-09-25 Jeremy KoritzinskyInitialize variant return value. (dotnet/coreclr#26871)
2019-09-25 Stephen ToubMore Corelib cleanup (dotnet/coreclr#26872)
2019-09-25 Sinan KayaReplace gtLclNum with GetLclNum() (dotnet/coreclr#26853)
2019-09-25 Ben AdamsAdd CollectionsMarshal (dotnet/coreclr#26867)
2019-09-25 Ilya Shipitsinresolve several issues found by cppcheck (dotnet/corecl...
2019-09-24 Levi BroderickPack additional useful data into char's "Unicode catego...
2019-09-24 David WrightonUse netcoreapp3.0 for building crossgen2 (dotnet/corecl...
2019-09-24 mikednLower SSE compare scalar and test nodes (dotnet/coreclr...
2019-09-24 Sinan KayaReplace genInterruptible with getInterruptible() (dotne...
2019-09-24 Jan KotasMerge pull request dotnet/coreclr#26860 from jkotas...
2019-09-24 Jan VorlicekFix available memory extraction on Linux (dotnet/corecl...
2019-09-24 Tomáš RylekFix managed test artifacts to be *nix flavor-agnostic...
2019-09-24 Michal StrehovskýAdd doc on JIT-EE interface changes (dotnet/coreclr...
2019-09-24 Ilya Shipitsinsrc/inc/apithreadstress.cpp: resolve possible null...
2019-09-24 Jan KotasRevert "Don't allow the hoisting of GT_CLS_VARs that...
2019-09-24 Tomáš RylekSkip the MethodRef optimization for ArrayMethod's ...
2019-09-24 mikednAllow containing ExtractVector128 into Store (dotnet...
2019-09-24 Tomáš RylekNew SuperIlc command "compile-framework" and some fixes...
2019-09-24 Egor BogatovReplace (val / 2) with (val * 0.5) in Jit (dotnet/corec...
2019-09-24 Jakob Botsch... Add "inline" labels and rename IGF_EMIT_ADD to IGF_EXTE...
2019-09-23 Brian SullivanDon't allow the hoisting of GT_CLS_VARs that were assig...
2019-09-23 Brian Sullivan[skip -ci] Feedback on PerfScore design doc (dotnet...
2019-09-23 Sinan KayaReplace gtSsaNum with GetSsaNum (dotnet/coreclr#26836)
2019-09-23 David WrightonAdd switch to crossgen2 to ignore compile failures...
2019-09-23 Sinan KayaReplace hasTailCalls with GetTailCalls()
2019-09-23 Sinan KayaReplace gtCostEx with GetCostEx()
2019-09-23 Stephen ToubChange several internal/private instance methods to...
2019-09-23 Jan KotasRemove IsFastSort optimizations from String (dotnet...
2019-09-23 David WrightonMore feedback
2019-09-23 Egor ChesakovUpdate clr-abi.md to indicate that R8 is used on Arm64...
2019-09-23 Michal StrehovskýMark crossgen2 smoke test GCStressIncompatible (dotnet...
2019-09-23 David WrightonMore feedback
2019-09-23 Vladimir SadovAdd a trigger for gc-longrunning pipeline for "every...
2019-09-23 Carol EidtCopy live sets when splitting blocks (dotnet/coreclr...
next