Reduce Execution Context Save+Restore (#15629)
[platform/upstream/coreclr.git] / src /
2018-01-31 Ben AdamsReduce Execution Context Save+Restore (#15629)
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 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 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...
2018-01-29 Tom DeseynPerform PhysicalMemoryLimit check for workstation GC...
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 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 Jan KotasFix ProjectN build break (dotnet/corert#5302)
2018-01-29 Jan KotasFix metadata format error checking (#16036)
2018-01-28 Tanner GoodingMarking SSE HWIntrinsics as fully implemented
2018-01-28 Tanner GoodingAdding support for the SSE Store, StoreAligned, StoreAl...
2018-01-28 mikednImprove Interlocked.Exchange<T> (#16058)
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 Levi BroderickOptimize Span.Copy and Span.TryCopyTo (#15947)
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 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...
2018-01-26 Eugene RozenfeldCompute System.Private.CoreLib roots required by the...
2018-01-25 Konstantin BaladurinFix asan false-positive errors: (#15563)
2018-01-25 Koundinya VeluriEnable tiered jitting for R2R methods (#15967)
2018-01-25 Russ KeldorphRevert "Add environment variable (COMPlus_EnableDiagnos...
2018-01-25 William Godbe Add GetLoadLibrary function for PAL & use in TrackErro...
2018-01-25 Ben AdamsResolve iterators and async methods (#14655)
2018-01-25 Carol EidtMerge pull request #16005 from CarolEidt/Fix15848
2018-01-25 nietrasMinor bug fix for Array.Sort: Replace keys.Length with...
2018-01-25 Konstantin Baladurin[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay...
2018-01-25 Carol EidtDisable the ConvertToUInt intrinsics by removing them...
2018-01-25 Jarret ShookMerge pull request #15813 from jashook/inner_loop_fixes
2018-01-24 Carol EidtDisable FP to Unsigned Vector Conversions
2018-01-24 Sergey AndreenkoDelete Ptr typedefs from jit src. (#15983)
2018-01-24 Mike McLaughlinAdd "CLRJitAttachState" global export from coreclr...
2018-01-24 Michal StrehovskýReflection-block some types in CoreLib (dotnet/corert...
2018-01-24 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for...
2018-01-24 Carol EidtMerge pull request #15980 from CarolEidt/Fix15932
2018-01-24 Jan KotasDelete dead code (#15990)
2018-01-24 Bruce ForstallMerge pull request #15949 from mikedn/shift-inconsistency
next