platform/upstream/coreclr.git
2018-01-19 Mike McLaughlinRevert "Change just-in-time debugging registry keys...
2018-01-19 sergey ignatov[armel tizen] Fixed CoreRT issue #4626 unwinding suppor...
2018-01-19 Jan KotasCache Invariant CompareInfo (#15902)
2018-01-19 Bruce ForstallMerge pull request #15920 from BruceForstall/AllowArmJi...
2018-01-19 Krzysztof WicherDo not throw IndexOutOfBounds when AM/PM designator...
2018-01-18 dotnet botMirror changes from dotnet/corefx (#15909)
2018-01-18 Brian RobbinsEnable EventPipe and EventSource Functional Tests ...
2018-01-18 Brian RobbinsConvert BulkTypeLogger Allocations From Stack to Heap...
2018-01-18 Carol EidtMerge pull request #15901 from tannergooding/hwintrin...
2018-01-18 Bruce ForstallAllow COMPlus_JitHalt to display a pop-up on ARM/ARM64
2018-01-18 Jacek Blaszczynski Update clr-configuration-knobs.md, add new C# csi...
2018-01-18 Andy AyersUpdate perflab tests to execute in a fixed order
2018-01-18 Tanner GoodingUpdating TYP_SIMD locals to no longer undergo struct...
2018-01-18 Tanner GoodingDisabling the Math.Round, Math.Floor, and Math.Ceiling...
2018-01-18 Tanner GoodingFixing the `LoadAlignedVector128` HWIntrinsic test...
2018-01-18 Tanner GoodingFixing some bad merge conflicts in the `emitIns_R_A_I...
2018-01-18 Carol EidtMerge pull request #15869 from sdmaclea/PR-ARM64-is16Byte
2018-01-18 Mike McLaughlinAdd environment variable (COMPlus_EnableDiagnostics...
2018-01-17 Tanner GoodingMerge pull request #15897 from tannergooding/hwintrin...
2018-01-17 Carol EidtMerge pull request #15900 from tannergooding/sse-intrinsics
2018-01-17 Ben AdamsSkip EDI boundary for async (#15781)
2018-01-17 Tanner GoodingAdding a DebugView for Vector64<T>, Vector128<T>, and...
2018-01-17 Jan KotasMove public StreamReader/Writer to CoreLib (#15884)
2018-01-17 Tanner GoodingUpdating emitIns_R_R_A_I to not be defined for the...
2018-01-17 Matt WarrenAdd MDA (Managed Debugging Assistant) (#15875)
2018-01-17 Bruce ForstallMerge pull request #15893 from BruceForstall/FixR2RCrossgen
2018-01-17 Bruce ForstallMerge pull request #15894 from BruceForstall/DisableGet...
2018-01-17 Tanner GoodingMerge pull request #15538 from tannergooding/sse-intrinsics
2018-01-17 Jan VorlicekAdd missing config.h.in entry for HAVE_LIBINTL_H (...
2018-01-17 Jan KotasMatching non-shared Decimal changes
2018-01-17 Pent PloompuuMisc Decimal optimizations
2018-01-17 Santiago Fernandez... Update corelib shared README.md (dotnet/corefx#26366)
2018-01-17 Bruce ForstallDisable GetGeneration from GCStress runs
2018-01-17 Bruce ForstallFix non-Windows R2R testing in CI
2018-01-17 Dan MoseleyUpdate filetimes to nsec (#15872)
2018-01-17 Tanner GoodingResolving PR feedback
2018-01-17 Tanner GoodingAdding tests for the SSE Load, LoadAligned, LoadHigh...
2018-01-17 Tanner GoodingAdding support for the SSE Load, LoadAligned, LoadHigh...
2018-01-17 Tanner GoodingUpdating most of the SSE Compare intrinsics to support...
2018-01-17 Tanner GoodingUpdating the SSE HWIntrinsics to share code where possible.
2018-01-17 Tanner GoodingAdding tests for the SSE MoveMask intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE MoveMask intrinsic
2018-01-17 Tanner GoodingAdding tests for the SSE Set scalar intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Set scalar intrinsic
2018-01-17 Tanner GoodingAdding tests for the SSE Compare<op>Ordered and Compare...
2018-01-17 Tanner GoodingAdding support for the SSE Compare<op>Ordered and Compa...
2018-01-17 Tanner GoodingAdding tests for the SSE ConvertTo Int32, Int32WithTrun...
2018-01-17 Tanner GoodingAdding support for the SSE ConvertTo Int32, Int32WithTr...
2018-01-17 Tanner GoodingAdding tests for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding tests for the SSE compare eq, gt, ge, lt, le...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding tests for the SSE Add, Divide, Max, Min, Move...
2018-01-17 Tanner GoodingAdding support for the SSE Add, Divide, Max, Min, Move...
2018-01-17 Tanner GoodingAdding tests for the SSE StaticCast intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE StaticCast intrinsic
2018-01-17 Tanner GoodingAdding tests for the SSE Shuffle intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Shuffle intrinsic
2018-01-17 Tanner GoodingAdding tests for the SSE Set, SetAll, and SetZero intri...
2018-01-17 Tanner GoodingAdding support for the SSE Set, SetAll, and SetZero...
2018-01-17 Tanner GoodingAdding tests for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding tests for the SSE compare eq, gt, ge, lt, le...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding tests for the And, AndNot, Divide, Max, Min...
2018-01-17 Tanner GoodingAdding support for the SSE And, AndNot, Divide, Max...
2018-01-17 Tanner GoodingAdding the remaining SSE intrinsics to hwintrinsiclistx...
2018-01-17 Tanner GoodingMerge pull request #14736 from tannergooding/roundsx
2018-01-17 Steve MacLean[Arm64] Add arm64-intrinsics.md (#15343)
2018-01-16 Tanner GoodingMerge pull request #15880 from tannergooding/hwintrin...
2018-01-16 Jan VorlicekFix one missing check for NULL after malloc (#15877)
2018-01-16 Atsushi KanamoriSmall fix to underlying CoreCLR support for new string...
2018-01-16 Tanner GoodingMark emitIns_R_A and emitIns_R_R_A to be not defined...
2018-01-16 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26116-03...
2018-01-16 Jan VorlicekFix mismatch between new and free in numa.cpp (#15870)
2018-01-16 Jan VorlicekFix Android build (#15868)
2018-01-16 Jan KotasDelete BasicSpanTest.cs (#15860)
2018-01-15 Steve MacLean[Arm64] Use is16Byte
2018-01-15 Tanner GoodingAdd tests for Math.Ceiling, Floor, and Round.
2018-01-15 Tanner GoodingAdding SSE4.1 intrinsic support for Round, Ceiling...
2018-01-15 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26114-02...
2018-01-13 Jan KotasMerge pull request #15855 from jkotas/revert
2018-01-13 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26113-02...
2018-01-13 Jan KotasRevert "Remove relocations for MethodTable::m_pParentMe...
2018-01-13 Jan KotasMark legacy ByRef-like types as ref in sources (#15846)
2018-01-13 Bruce ForstallMerge pull request #15850 from BruceForstall/FastGCStress
2018-01-13 Bruce ForstallMerge pull request #15822 from BruceForstall/FixWriteBa...
2018-01-13 Anirudh AgnihotryAdded Append(Stringbuilder,int,int) and Append(StringBu...
2018-01-12 Bruce ForstallDo fast GC stress on some extreme tests
2018-01-12 Tanner GoodingMerge pull request #15804 from tannergooding/hwintrin...
2018-01-12 Adam Sitnikupdated docs: how to run against local core clr build...
2018-01-12 Konstantin... LoaderHeap: remove LHF_ZEROINIT option.
2018-01-12 Konstantin... dllimportcallback: remove code for CallbackOnCollectedD...
2018-01-12 Konstantin... UMEntryThunk: store freed thunks into FIFO free list
2018-01-12 Konstantin... Improve UMEntryThunkCode::Poison method.
2018-01-12 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26112-01...
2018-01-12 Tanner GoodingFixing the hwintrin codgen containment checks
2018-01-12 Tanner GoodingAdding asserts that values are as expected for certain...
2018-01-12 Tanner GoodingAdding basic containment support to the x86 HWIntrinsics
2018-01-12 Jarret ShookMerge pull request #15815 from jashook/fix_helix_publish
next