[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#15957)
[platform/upstream/coreclr.git] / src /
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
2018-01-24 Sean Gillespie[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event...
2018-01-24 Levi BroderickAdd Unsafe.IsAddressGreaterThan / IsAddressLessThan...
2018-01-24 Michal StrehovskýCatch ambiguous interface method resolution exceptions...
2018-01-24 Michal StrehovskýDo not devirtualize shared default interface methods...
2018-01-23 Carol EidtAdjust minRegs for SELECT stress modes
2018-01-23 Ian HaysMisc Span/Memory changes (#15941)
2018-01-22 Ahson KhanRename Pin offset to byteOffset and clean up Retain...
2018-01-22 danmosemsftRemove .NET limit on env var name and value length
2018-01-22 Wes HaggardMerge pull request #15966 from weshaggard/MoveTo21Preview2
2018-01-22 Jan KotasMove TimeZoneInfo.Win32.cs to shared CoreLib partition...
2018-01-22 Bruce ForstallMerge pull request #15944 from BruceForstall/CorefxTest...
2018-01-22 Tanner GoodingMerge pull request #15942 from tannergooding/no-multire...
2018-01-22 Jan KotasFix Windows ARM release build break (#15958)
2018-01-22 Tanner GoodingStop the SIMD hardware intrinsics types from undergoing...
2018-01-22 antofikRemove AppDomainLeaks configuration option (#15956)
2018-01-21 Jan KotasRename Libraries.GlobalizationInterop to Libraries...
2018-01-21 Jan KotasDefine Interop.Kernel32.MAX_PATH (#15952)
2018-01-21 Bruce ForstallMerge pull request #15948 from fiigii/fix-ifdef
2018-01-20 Jan KotasFix timezone lookup to be consistently case insensitive...
2018-01-20 Jeremy BartonMerge pull request #15936 from GrabYourPitchforks/levib...
2018-01-20 Ahson KhanAdd optional integer offset to OwnedMemory Pin (#15946)
2018-01-20 Mike DanesFix 64 bit shift inconsistencies (on 32 bit targets)
2018-01-20 Fei Peng#if defined(_TARGET_XARCH_) || defined(_TARGET_ARM64_)
2018-01-20 Bruce ForstallMerge pull request #15945 from dotnet-bot/from-tfs
2018-01-20 Jan KotasBreak current culture initialization cycle (#15938)
2018-01-20 Carol EidtMerge pull request #15903 from CarolEidt/Fix545505
2018-01-20 Bruce ForstallFix desktop build
2018-01-20 Tanner GoodingUpdating the VM to no longer treat the SIMD HWIntrinsic...
2018-01-19 Tanner GoodingMerge pull request #15836 from tannergooding/emitInsBinary
2018-01-19 Nobuyuki IwanagaCharUnicodeInfo.GetUnicodeCategory(int codePoint) ...
2018-01-19 Carol EidtMerge pull request #15798 from sdmaclea/PR-ARM64-Set...
2018-01-19 Carol EidtMerge pull request #15933 from sdmaclea/PR-ARM64-EMIT...
2018-01-19 Carol EidtMerge pull request #15935 from sdmaclea/PR-ARM64-IRREGU...
2018-01-19 Carol EidtMerge pull request #15930 from mikedn/useless-code
2018-01-19 Michal StrehovskýStop treating all calls to instance interface methods...
2018-01-19 Tarek Mahmoud SayedRemove Redundant Resource entry (#15928)
2018-01-19 Jan KotasMove platform-neutral part of TimeZone to shared CoreLi...
2018-01-19 Carol EidtMerge pull request #15749 from fiigii/tabledrive
2018-01-19 Levi BroderickAllow implicit conversion of null arrays to empty Memor...
2018-01-19 Steve MacLean[Arm64] Set Instruction set flags
2018-01-19 Steve MacLean[Arm64] Remove irregular vector not handling
2018-01-19 Steve MacLean[Arm64] Add compare vector to zero emitters
2018-01-19 Mike McLaughlinRevert "Change just-in-time debugging registry keys...
2018-01-19 Mike DanesRemove some redundant code from TreeNodeInfoInit
2018-01-19 sergey ignatov[armel tizen] Fixed CoreRT issue #4626 unwinding suppor...
2018-01-19 Fei PengMerge SSE intrinsics into the table-driven framework
2018-01-19 Tanner GoodingRemoving an incorrect assert from emitInsBinary
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 Tanner GoodingRefactoring emitInsBinary
2018-01-18 Brian RobbinsConvert BulkTypeLogger Allocations From Stack to Heap...
2018-01-18 Fei Pengtable drive Intel hardware intrinsic
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 Carol EidtARM: Fix morphing of struct passed on stack
2018-01-18 Jacek Blaszczynski Update clr-configuration-knobs.md, add new C# csi...
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 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 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 Dan MoseleyUpdate filetimes to nsec (#15872)
2018-01-17 Tanner GoodingResolving PR feedback
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 support for the SSE MoveMask intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Set scalar intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Compare<op>Ordered and Compa...
2018-01-17 Tanner GoodingAdding support for the SSE ConvertTo Int32, Int32WithTr...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding support for the SSE Add, Divide, Max, Min, Move...
2018-01-17 Tanner GoodingAdding support for the SSE StaticCast intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Shuffle intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Set, SetAll, and SetZero...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding support for the SSE And, AndNot, Divide, Max...
2018-01-17 Tanner GoodingAdding the remaining SSE intrinsics to hwintrinsiclistx...
next