Cleanup + Small TimeZoneInfo optimization for Unix (dotnet/corert#5314)
[platform/upstream/coreclr.git] / src /
2018-01-30 Jan KotasCleanup + Small TimeZoneInfo optimization for Unix...
2018-01-30 Koundinya VeluriPrevent compiler optimization that could cause local...
2018-01-30 Brian RobbinsAdd ActivityId Support to EventPipe (#16055)
2018-01-30 Brian RobbinsEventPipe: Don't Generate and Emit Stacks on Rundown...
2018-01-30 Tanner GoodingMerge pull request #16066 from tannergooding/sse-intrinsics
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 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
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
next