platform/upstream/coreclr.git
2018-01-31 Fei PengFix table-driven framework for one-type-arg generic...
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 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 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...
2018-01-28 Tanner GoodingUpdating the Avx HardwareIntrinsic tests to be generate...
2018-01-28 Tanner GoodingUpdating the Sse2 HardwareIntrinsic tests to be generat...
2018-01-28 Tanner GoodingMerge pull request #15961 from tannergooding/struct...
2018-01-27 Tanner GoodingMoving the SetIsIntrinsic code earlier in the method...
2018-01-27 Tanner GoodingUpdating the Vector64, Vector128, and Vector256 StructP...
2018-01-27 Tanner GoodingUpdating the VM to properly pack the SIMD hardware...
2018-01-27 Tanner GoodingUpdating the methodtablebuilder to handle the System...
2018-01-27 Tanner GoodingAdding some StructPacking tests to ensure existing...
2018-01-27 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2018-01-27 Levi BroderickOptimize Span.Copy and Span.TryCopyTo (#15947)
2018-01-27 Koundinya VeluriFix some tests under GCStress (#16048)
2018-01-27 Eugene RozenfeldFix side effect flags setting after expression cloning...
2018-01-27 David MasonGCPrivate, GCHandle, and GChandlePrivate events for...
2018-01-26 Steve MacLean[Arm64] Initial HWIntrinsic implementation
2018-01-26 Conrad MeyerFix FreeBSD build and update build instructions (#15998)
2018-01-26 Jarret ShookMerge pull request #16035 from jashook/use_checked_centos
2018-01-26 jashookUse centOS Checked jobs
2018-01-26 David Masonfix pointer in ILCodeVersionNode so it uses PTR_COR_ILM...
2018-01-26 Brian RobbinsCreate the concept of EventPipeSession and refactor...
2018-01-26 Brian RobbinsFix Windows-Specific EventPipe Bugs (#16025)
2018-01-26 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 3/n: Defining and Firing...
next