platform/upstream/dotnet/runtime.git
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...
2019-10-17 Sinan KayaReplace gtArgPlace. with AsArgPlace()->
2019-10-17 Sinan KayaReplace gtIntrinsic. with AsIntrinsic()
2019-10-17 Sergey AndreenkoFix debug check in `CheckAndMoveRMWLastUse`. (dotnet...
2019-10-17 Jarret ShookRevert "Use ubuntu 1804 arm64 queue outerloop (dotnet...
2019-10-17 Sinan Kayafind src/jit -type f -exec sed -i -e 's/gtAddrMode...
2019-10-17 Sinan KayaReplace gtLclFld. with AsLclFld()-> (dotnet/coreclr...
2019-10-17 Jarret ShookUse armarch queue for internal builds (dotnet/coreclr...
2019-10-17 Egor ChesakovUse aligned memory access in JIT_StackProbe (dotnet...
2019-10-17 Jan KotasDelete ENABLE_WINRT define (dotnet/coreclr#27240)
2019-10-17 Jan VorlicekFix field offset computation in crossgen2 (dotnet/corec...
2019-10-17 Sinan KayaReplace gtLclVar. with AsLclVar()-> (dotnet/coreclr...
2019-10-17 Sinan Kayafind src/jit -type f -exec sed -i -e 's/gtLngCon\....
2019-10-17 Elinor FungUpdate scripts to include activity ID / related activit...
2019-10-17 Aaron RobinsonUpdate UWP Jupiter interaction interface methods define...
2019-10-16 Sinan KayaReplace gtClsVar. with AsClsVar()-> (dotnet/coreclr...
2019-10-16 Egor BogatovOptimize u>=1 to u!=0 and u<1 to u==0 (dotnet/coreclr...
2019-10-16 Jarret ShookUse ubuntu 1804 arm64 queue outerloop (dotnet/coreclr...
2019-10-16 Alexander Soldatov[armel/Tizen] Fix broken crossgen2 build (dotnet/corecl...
2019-10-16 mikednRefactor init/copy block codegen (dotnet/coreclr#27035)
2019-10-16 Anubhav SrivastavaPreparation to introduce parallelism into CrossGen2...
2019-10-16 Egor ChesakovFix JIT.superpmi\superpmicollect broken on ReadyToRun...
2019-10-16 Ben AdamsImprove Dictionary TryGetValue size/perfomance (dotnet...
2019-10-16 Peter SollichManually managed card bundles windows (dotnet/coreclr...
2019-10-16 Omair MajidHandle glibc sys/sysctl.h deprecation (dotnet/coreclr...
2019-10-16 Levi BroderickFix DecoderNLS.Convert to out the correct value for...
2019-10-16 Tanner GoodingAdding tests and fixing codegen for the Arm 'Aes' and...
2019-10-16 Egor ChesakovAdd STRESS_PROFILER_CALLBACKS JIT stress mode (dotnet...
2019-10-16 Egor ChesakovFix RBM_PROFILER_TAILCALL_TRASH on x86 in src/jit/targe...
2019-10-16 Del MyersEnable ETW/EventSource logging of task IDs for boxed...
2019-10-16 mikednFix Compare and gtHashValue handling of BLK & OBJ ...
2019-10-15 Sergey AndreenkoFix some optimization warnings in jit. (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtCall. with AsCall()-> (dotnet/coreclr#27172)
2019-10-15 Sergey AndreenkoRewrite some blocks exposed by dotnet/coreclr#27122...
2019-10-15 Sinan KayaReplace gtSIMD. with AsSIMD()-> (dotnet/coreclr#27165)
2019-10-15 Sinan KayaReplace gtCast. with AsCast()-> (dotnet/coreclr#27166)
2019-10-15 Levi BroderickUpdate Utf8String to match latest prototype (dotnet...
2019-10-15 mikednCleanup LowerBlockStore (dotnet/coreclr#27170)
2019-10-15 Stephen ToubUse stackalloc expressions with builder ctors (dotnet...
2019-10-15 Sinan KayaReplace `gtArrLen` with `AsArrLen`.
2019-10-15 Sinan KayaReplace gtBox. with AsBox() (dotnet/coreclr#27161)
2019-10-15 David WrightonBuildwork to remove dir.props files (dotnet/coreclr...
2019-10-15 Sinan KayaReplace gtRetExpr. with AsRetExpr()-> (dotnet/coreclr...
2019-10-15 Carol EidtUpdate first-class-structs doc (dotnet/coreclr#27189)
2019-10-14 mikednFix 2 small Statement issues (dotnet/coreclr#27183)
2019-10-14 Andrew AuHandle the case where customAttributeConstructorHandle...
2019-10-14 Sinan KayaReplace gtIntConCommon. with AsIntConCommon()-> (dotnet...
2019-10-14 Sinan KayaReplace gtDblCon. with AsDblCon()
2019-10-14 Egor ChesakovAdd regression test for https://github.com/dotnet/corec...
2019-10-14 Elinor FungRemove unused binder code (dotnet/coreclr#27180)
next