platform/upstream/coreclr.git
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 Andy AyersJIT: handle GT_SUB in gtClone (#16128)
2018-01-31 Andy AyersJIT: add a bit more importer folding (#16111)
2018-01-31 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview2...
2018-01-31 Jan KotasMerge pull request #16091 from dotnet-maestro-bot/maste...
2018-01-31 Jan KotasDisable MemoryMarshal.CreateSpan tests
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 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
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 Jose Perez... Building non-Windows builds using the CLI's MSBuild...
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 Michelle McDanielAdd OS flag to calls to run-xunit-perf.py (#16100)
2018-01-30 Konstantin... Compiler::lookupHWIntrinsic: fix oob read (#16075)
2018-01-30 Tanner GoodingTemporaily disable some HWIntrinsic tests due to the...
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... ThrowExceptionFromContextInternal, RtlCaptureContext...
2018-01-30 Jan KotasCleanup + Small TimeZoneInfo optimization for Unix...
2018-01-30 Michal StrehovskýDefault interface methods test fixes (#15995)
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 Tanner GoodingUpdating the auto-generated x86 HWIntrinsic test files...
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...
2018-01-29 Tom DeseynPerform PhysicalMemoryLimit check for workstation GC...
2018-01-29 dotnet-maestro-botUpdate CoreClr to preview2-26129-05 (#16073)
2018-01-29 Jingyu MaAdded Grisu3 algorithm support for double.ToString...
2018-01-29 Carol EidtMerge pull request #15833 from sdmaclea/PR-ARM64-INITIA...
2018-01-29 Victor "Nate... Disable broken EventPipe tests at build time (#16046)
2018-01-29 Ben AdamsUse EventSource guid ctor for ArrayPoolEventSource...
2018-01-29 Ben AdamsUse Guid ctor for TplEtwProvider (#16060)
2018-01-29 Michal StrehovskýFix reflection to work with default interface methods...
2018-01-29 Mike DanesUse genTypeCanRepresentValue only with small types
2018-01-29 Tom Deseynimprove DllImport library name variation trying (#15912)
2018-01-29 dotnet-maestro-botUpdate PgoData to master-20180129-0045 (#16070)
2018-01-29 Jan KotasFix ProjectN build break (dotnet/corert#5302)
2018-01-29 Jan KotasFix metadata format error checking (#16036)
2018-01-29 dotnet-maestro-botUpdate CoreClr to preview2-26129-01 (#16067)
2018-01-28 Tanner GoodingMarking SSE HWIntrinsics as fully implemented
2018-01-28 Tanner GoodingAdding tests for the SSE Store, StoreAligned, StoreAlig...
2018-01-28 Tanner GoodingAdding support for the SSE Store, StoreAligned, StoreAl...
2018-01-28 mikednImprove Interlocked.Exchange<T> (#16058)
2018-01-28 dotnet-maestro-botUpdate CoreClr, PgoData to preview2-26128-04, master...
2018-01-28 dotnet-maestro-botUpdate CoreClr to preview2-26128-01 (#16056)
2018-01-28 Tanner GoodingUpdating several of the Sse HardwareIntrinsic tests...
2018-01-28 Tanner GoodingUpdating the Avx2.Add HardwareIntrinsic tests to be...
next