platform/upstream/dotnet/runtime.git
2019-10-24 Aaron RobinsonRetarget SuppressGCTransitionAttribute to System.Runtim...
2019-10-24 Jan KotasFix build break
2019-10-24 Michal StrehovskýAdd test coverage for unsupported marshal scenarios...
2019-10-24 Jeremy KoritzinskyImplement struct marshalling via IL Stubs instead of...
2019-10-24 Mike McLaughlinFix minidumps not loading in VS issue (dotnet/coreclr...
2019-10-24 Adam SitnikOptimize GC.AllocateUninitializedArray and use it in...
2019-10-24 Michal StrehovskýAdd doc on p/invoke marshalling pregeneration in ReadyT...
2019-10-24 Tanner GoodingMove down S.N.Vector APIs and expose new conversion...
2019-10-24 Vladimir SadovMoving StopWatch to `src\Common\src\Corelib` (dotnet...
2019-10-24 Egor ChesakovAdd AdvSimd (LeadingZeroCount, LeadingSignCount, PopCou...
2019-10-24 Jan KotasDelete FEATURE_LAZY_COW_PAGES (dotnet/coreclr#27359)
2019-10-24 Stephen ToubEnable pooling for `async ValueTask/ValueTask<T>` metho...
2019-10-23 Drew ScogginsUpdate build pools for perf runs (dotnet/coreclr#27378)
2019-10-23 Tom DeseynRemove Socket.InnerSafeCloseSocket (dotnet/corefxdotnet...
2019-10-23 Tanner GoodingMove Matrix3x2/4x4, Plan, and Quaternion to the shared...
2019-10-23 Stephen ToubRemove stale entries from corefx.issues.rsp (dotnet...
2019-10-23 Tanner GoodingEnsure that `GenTreeIndir load` is used in a scope...
2019-10-23 Sergey AndreenkoExpression 'sigType == TYP_STRUCT' is always false...
2019-10-23 Tanner GoodingEnsure that `GenTreeIndir load` is declared in a scope...
2019-10-23 Marek SafarRemove unused methods (dotnet/coreclr#27370)
2019-10-23 Jan KotasDelete stale test exclusion files (dotnet/coreclr#27375)
2019-10-23 Peter SollichCard mark steal (dotnet/coreclr#25986)
2019-10-23 Aaron RobinsonApply SuppressGCAttribute to some SPCL functions. ...
2019-10-23 Tanner GoodingAdding SkipInit to Internal.Runtime.CompilerServices...
2019-10-23 Tanner GoodingMove Vector2/3/4 to the shared CoreLib partition (dotne...
2019-10-23 Eugene RozenfeldDisable STRESS_MIN_OPTS for ObjectStackAllocationTests...
2019-10-23 Andy AyersJIT: fix assertion prop issues with subtypes (dotnet...
2019-10-23 Maoni StephensBGC tuning using the free list with PI loops (dotnet...
2019-10-22 Sergey AndreenkoPriority of the '&&' operation is higher than that...
2019-10-22 Andrew Au[crossgen2] Make sure hardware intrinsic are generated...
2019-10-22 Aaron RobinsonAdd documentation for SuppressGCTransition (dotnet...
2019-10-22 Jeremy KoritzinskyCleanup ILStub signature delta management (dotnet/corec...
2019-10-22 Brian SullivanEnsure that all of the calculations for PerfScore are...
2019-10-22 Sergey AndreenkoFix: Expression 'refType == RefTypeUpperVectorSave...
2019-10-22 Sung Yoon WhangRefactor genEventing script to remove SELECTANY from...
2019-10-22 Sergey AndreenkoDelete `fgArgInfo::ArgsComplete():hasStackArgs` local...
2019-10-22 Andrew Au[crossgen2] Fixes the test failure when crossgen2smoke...
2019-10-22 Tanner GoodingAdding back more arm intrinsics that existing before...
2019-10-22 Filip NavaraFix nullability error in portable thread pool (dotnet...
2019-10-22 Jan KotasDelete Uap quirks from CoreLib (dotnet/coreclr#27356)
2019-10-22 Adam Sitnikremove double bound check from StringBuilder.Append...
2019-10-22 Jeremy KoritzinskyFix -gcc flag in bash build scripts. (dotnet/coreclr...
2019-10-22 Dan MoseleyAnnotate System.Resources.ResourceWriter for nullable...
2019-10-22 Eriawan KusumawardhonoReplace tfm based constants with SDK ones (dotnet/coref...
2019-10-22 Filip NavaraMove portable thread pool to shared partition (dotnet...
2019-10-22 Sinan KayaRemove declspec (dotnet/coreclr#27341)
2019-10-22 Elinor FungFix setting winrt assembly's fallback binder (dotnet...
2019-10-22 mikednDelete dead liveness code (dotnet/coreclr#27343)
2019-10-21 Andy AyersJIT: fix def tree for CSE locals going into SSA (dotnet...
2019-10-21 Egor ChesakovF8 unwind code was incorrectly parsed as "F0-F4 code...
2019-10-21 Sinan Kayafind src/jit -type f -exec sed -i -e 's/gtFptrVal\...
2019-10-21 Jan KotasCleanup memory copy helpers (dotnet/coreclr#27307)
2019-10-21 Mikhail KurinnoiEnabled FunctionEnter/FunctionLeave/ProfileTailcall...
2019-10-21 Sinan KayaForgotten gtIntCon (dotnet/coreclr#27330)
2019-10-21 Sinan KayaReplace gtILOffset, with AsILOffset()->
2019-10-21 Sinan KayaFix multicharacter constant issues (dotnet/coreclr...
2019-10-21 Sinan KayaReplace gtAllocObj. with AsAllocObj()->
2019-10-21 Sinan KayaReplace gtPhysReg. with AsPhysReg()->
2019-10-21 Sinan KayaReplace gtArrIndex. with AsArrIndex()->
2019-10-21 Sinan KayaReplace gtRuntimeLookup. with AsRuntimeLookup()-> ...
2019-10-21 Sinan KayaReplace gtDynBlk. with AsDynBlk()->
2019-10-21 Sinan KayaReplace gtBlk. with AsBlk()->
2019-10-21 Sinan KayaReplace gtObj. with AsObj()->
2019-10-21 mikednCleanup Lowering::TryCreateAddrMode (dotnet/coreclr...
2019-10-21 Sinan Kayafind src/jit -type f -exec sed -i -e 's/gtVal\./AsVal...
2019-10-21 Sinan KayaReplace gtStrCon. with AsStrCon()->
2019-10-21 Sinan KayaReplace gtBoundsChk. with AsBoundsChk()->
2019-10-21 Sinan KayaReplace gtLclVarCommon. with AsLclVarCommon()-> (dotnet...
2019-10-20 Sinan KayaReplace gtHWIntrinsic. with AsHWIntrinsic()-> (dotnet...
2019-10-20 Steve MacLeanFix potential race with PerfMap::Destroy (dotnet/corecl...
2019-10-20 Adeel MujahidAvoid unintended cached var in CMake's find_program...
2019-10-20 Ilya Shipitsinsrc/pal/src/cruntime/wchar.cpp: remove redundant condit...
2019-10-20 Jan VorlicekMark GetTypeFromHandle as intrinsic (dotnet/coreclr...
2019-10-19 6opucChanges in virtual.cpp to reduce coredump size(~20...
2019-10-19 Michal StrehovskýExtend test coverage for SafeHandle (dotnet/coreclr...
2019-10-19 IliaUse a new COR_PRF_SUSPEND_FOR_PROFILER in ICorProfilerC...
2019-10-18 Jeremy KoritzinskyValidate cmake version in build scripts. (dotnet/corecl...
2019-10-18 Sergey AndreenkoDisable VectorMgdMgd_ro.csproj under stress modes....
2019-10-18 Sergey AndreenkoFix `costEx/Sz/level` for `GT_STORE_DYN_BLK`. (dotnet...
2019-10-18 Austin WiseFix assert when CORECLR_PROFILER is set but CORECLR_PRO...
2019-10-18 Simon NattressRe-enable crossgen2 DGML log (dotnet/coreclr#27281)
2019-10-18 Sinan KayaReplace gtIndex. with AsIndex()-> (dotnet/coreclr#27257)
2019-10-18 Sinan KayaReplace gtArrOffs. with AsArrOffs()-> (dotnet/coreclr...
2019-10-18 John SalemFix unique ETW events for GC Type logging, so they...
2019-10-18 Jan KotasRewrite Buffer.BlockCopy in C# (dotnet/coreclr#27216)
2019-10-18 Steve MacLeanFix step with stackalloc (dotnet/coreclr#27246)
2019-10-18 Koundinya VeluriProcess/send etw rundown events only during graceful...
2019-10-18 David Masononly set THREAD_IS_SUSPENDED if we are truly doing...
2019-10-18 Jeremy KoritzinskyChange MSBuild property name for Microsoft.Private...
2019-10-18 Sung Yoon WhangFix LTTng build for build environments with older liblt...
2019-10-18 Tanner GoodingImprove codegen for IsNan (dotnet/coreclr#27272)
2019-10-18 Dong-Heon JungEnable NGEN for methods marked with AggressiveOptimizat...
2019-10-18 Andy AyersJIT: describe requested and actual opt levels more...
2019-10-17 Sinan KayaReplace gtCmpXchg with AsCmpXchg()->
2019-10-17 Sinan KayaReplace gtField. with AsField()-> (dotnet/coreclr#27264)
2019-10-17 Jeremy KoritzinskySimplify native component build (dotnet/coreclr#27077)
2019-10-17 mikednDelete fgMorphUnsafeBlk (dotnet/coreclr#27234)
2019-10-17 Steve MacLeanFix incorrect log statements (dotnet/coreclr#27267)
2019-10-17 Sinan KayaReplace gtArrElem. with AsArrElem()-> (dotnet/coreclr...
2019-10-17 Sinan KayaReplace gtIntCon. with AsIntCon()-> (dotnet/coreclr...
next