Update CoreClr, CoreFx to preview2-26202-06, preview2-26202-01, respectively (master...
[platform/upstream/coreclr.git] / src /
2018-02-02 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-26202-06, preview2...
2018-02-02 Carol EidtMerge pull request #16157 from dotnetrt/sse2fix
2018-02-02 mikednIfdef out Compiler::lvaVarPref (#15329)
2018-02-02 John Doeajdust -> adjust (dotnet/corert#5327)
2018-02-02 Sergey Andreenko[R2R] add a virtualStubParamInfo as an argument (#15910)
2018-02-02 Jan VorlicekFix detection of YMM registers presence (#16168)
2018-02-02 Carol EidtMerge pull request #16092 from CarolEidt/RefactorRefBui...
2018-02-02 Sergey AndreenkoFix DevDiv_543045 (#16167)
2018-02-02 Carol EidtAdd lsrabuild.cpp to jit.settings.targets
2018-02-01 Stephen ToubUse ValueTask shared from corelib (dotnet/corefx#26636)
2018-02-01 gbalykovMemory footprint gc latency level (#15469)
2018-02-01 Carol EidtFix Arm64 compile error
2018-02-01 Carol EidtRefactor RefPosition and Interval Building
2018-02-01 Tanner GoodingFixing some of the x86 HWIntrinsics to only use byteabl...
2018-02-01 Steve MacLean[Arm64] Add Lower Compare Zero comments
2018-02-01 Steve MacLean[Arm64] HWIntrinsic codegen function headers
2018-02-01 Steve MacLean[Arm64] Lower Unsigned Compare Zero
2018-02-01 Steve MacLean[Arm64] Implement Simd.SetAllVector*
2018-02-01 Steve MacLean[Arm64] Implement Simd.BitwiseSelect
2018-02-01 Steve MacLean[Arm64] Implement Simd.Extract
2018-02-01 Ahson KhanChange the Span ToString semantics to return the conten...
2018-02-01 Tanner GoodingRename ConvertScalarToVector128UInt32Scalar to ConvertS...
2018-02-01 Tanner GoodingUpdating IF_RWR_RRD_MRD_CNS and IF_RWR_RRD_SRD_CNS...
2018-02-01 Carol EidtMerge pull request #16136 from CarolEidt/Fix16135
2018-02-01 Maryam AriyanAdding TrimExcess APIs for Dictionary class
2018-02-01 Andy AyersAdd ETL flags for ReadyToRun (#15801)
2018-02-01 Sergey AndreenkoDelete GenTreePtr. (#16027)
2018-02-01 Carol EidtMerge pull request #16116 from fiigii/fixgeneric
2018-02-01 Tanner GoodingMerge pull request #16114 from tannergooding/hwintrin...
2018-02-01 David Mason[local gc] Enable eventing (#16120)
2018-02-01 Tanner GoodingFixing up some hwintrinsic flags for the x86 intrinsics.
2018-01-31 Anirudh AgnihotrySpan overload added for path apis (#15608)
2018-01-31 Carol EidtFix encoding of RCPPS and RSQRTPS
2018-01-31 Fei PengFix table-driven framework for one-type-arg generic...
2018-01-31 Andy AyersJIT: handle GT_SUB in gtClone (#16128)
2018-01-31 Andy AyersJIT: add a bit more importer folding (#16111)
2018-01-31 Jan KotasMerge pull request #16091 from dotnet-maestro-bot/maste...
2018-01-31 Ian HaysRemove Span DangerousGetPinnableReference
2018-01-31 Ian HaysRemove replaced Span/ReadOnlySpan methods.
2018-01-31 Tanner GoodingMerge pull request #15585 from dotnetrt/sse2
2018-01-31 Jan KotasReplace JitIntrinsicAttribute with IntrinsicAttribute...
2018-01-31 Tanner GoodingMerge pull request #16097 from sdmaclea/PR-Create-hwint...
2018-01-31 Tanner GoodingMerge pull request #16102 from sdmaclea/PR-CORINFO_HELP...
2018-01-31 Ben AdamsReduce Execution Context Save+Restore (#15629)
2018-01-31 Jacek BlaszczynskiImplement simple Sse2 hardware intrinsics
2018-01-31 Eric ErhardtMove Vector<T> to the shared CoreLib partition. (dotnet...
2018-01-31 Maryam AriyanReplacing Lock with Volatile.Read for SecureString...
2018-01-31 Brian RobbinsAdd COMPlus variable to control rundown. (#16109)
2018-01-31 Tanner GoodingMerge pull request #15771 from tannergooding/hwintrin...
2018-01-31 Brian SullivanMerge pull request #16108 from briansull/fix-vm-contract
2018-01-30 Sergey Andreenkofix DevDiv_546017 (#16090)
2018-01-30 Stephen ToubMerge pull request #16098 from stephentoub/valuetaskshared
2018-01-30 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 4/n: Event ports for...
2018-01-30 Steve MacLeanCORINFO_HELP_THROW_TYPE_NOT_SUPPORTED
2018-01-30 Tanner GoodingMerge pull request #15923 from tannergooding/hwintrin
2018-01-30 Brian SullivanFix contract violation in new method CEEInfo::getTypeFo...
2018-01-30 Ian HaysMerge pull request #16087 from ianhays/span_strings
2018-01-30 Michal StrehovskýMove the MethodImpl iterator when checking default...
2018-01-30 Steve MacLeanCreate hwintrinsic.cpp
2018-01-30 Stephen ToubMake ValueTask shareable with corefx
2018-01-30 Ian HaysUpdate Span DebuggerDisplays
2018-01-30 Konstantin BaladurinCompiler::lookupHWIntrinsic: fix oob read (#16075)
2018-01-30 Stephen ToubReplace TryCopyTo with CopyTo (#16078)
2018-01-30 Stephen ToubRemove ValueTuple usage from ConfiguredValueTaskAwaitable
2018-01-30 Stephen ToubMake ValueTaskAwaiters readonly structs
2018-01-30 Stephen ToubRemove defunct CreateAsyncMethodBuilder from ValueTask
2018-01-30 Konstantin BaladurinThrowExceptionFromContextInternal, RtlCaptureContext...
2018-01-30 Jan KotasCleanup + Small TimeZoneInfo optimization for Unix...
2018-01-30 Tanner GoodingChanging ConvertTo.*Scalar to ConvertScalarTo.*
2018-01-30 Koundinya VeluriPrevent compiler optimization that could cause local...
2018-01-30 Brian RobbinsAdd ActivityId Support to EventPipe (#16055)
2018-01-30 Tanner GoodingChanging BroadcastElement to BroadcastScalar
2018-01-30 Tanner GoodingAdding missing instruction mapping documentation and...
2018-01-30 Brian RobbinsEventPipe: Don't Generate and Emit Stacks on Rundown...
2018-01-30 Tanner GoodingAdding the missing memory fencing and prefetch intrinsi...
2018-01-30 Tanner GoodingAdding the Vector128 postfix on the Sse2.LoadScalar...
2018-01-30 Tanner GoodingMerge pull request #16066 from tannergooding/sse-intrinsics
2018-01-30 Tanner GoodingMoving the listed instruction for the HWIntrinsics...
2018-01-29 Tanner GoodingChanging the hardware intrinsic APIs to use pointers...
2018-01-29 Tanner GoodingRenaming Sse41.LoadAlignedNonTemporal to Sse41.LoadAlig...
2018-01-29 Tanner GoodingAdding the missing Sse2.MoveScalar intrinsics
2018-01-29 Tanner GoodingListing the instruction mappings for the AVX2 intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the FMA intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the AVX intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the SSE4.2 intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the SSE4.1 intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the SSSE3 intrinsics
2018-01-29 Tanner GoodingListing the instruction mappings for the SSE3 intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the SSE2 intrinsics.
2018-01-29 Tanner GoodingListing the instruction mappings for the SSE intrinsics.
2018-01-29 Tanner GoodingAdding overloads for the x86 Scalar intrinsics to not...
2018-01-29 Tanner GoodingFix the naming of the arguments for LoadHigh and LoadLow
2018-01-29 Tanner GoodingFixing some inconsistencies in the Scalar intrinsics
2018-01-29 Tanner GoodingAdding the missing Sse2.MoveMask(Vector128<byte>) intrinsic
2018-01-29 Jan KotasMove TimeZoneInfo.Unix.cs to shared CoreLib partition...
2018-01-29 Maryam AriyanEnsureCapacty(0) should return zero as capacity for...
2018-01-29 Carol EidtMerge pull request #16077 from mikedn/smalltype
2018-01-29 Ian HaysUpdate Span/ReadOnlySpan strings
2018-01-29 Stephen ToubUse corelib-shared ValueStringBuilder
2018-01-29 Andy AyersJIT: don't overlook strong nearby preference in LSRA...
next