summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Default interface methods test fixes (#15995)Michal Strehovský20-8/+131
2018-01-29Prevent compiler optimization that could cause local var values to change in ...Koundinya Veluri5-19/+55
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins13-21/+431
2018-01-29EventPipe: Don't Generate and Emit Stacks on Rundown (#16083)Brian Robbins9-14/+24
2018-01-29Merge pull request #16066 from tannergooding/sse-intrinsicsTanner Gooding26-8/+898
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas23-1206/+442
2018-01-29EnsureCapacty(0) should return zero as capacity for a non initialized Diction...Maryam Ariyan1-2/+3
2018-01-29Merge pull request #16077 from mikedn/smalltypeCarol Eidt3-23/+8
2018-01-29Use corelib-shared ValueStringBuilderStephen Toub1-1/+16
2018-01-29JIT: don't overlook strong nearby preference in LSRA (#16028)Andy Ayers1-2/+2
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn12-259/+50
2018-01-29Update CoreClr to preview2-26129-05 (#16073)dotnet-maestro-bot2-3/+3
2018-01-29Added Grisu3 algorithm support for double.ToString(). (#14646)Jingyu Ma7-64/+817
2018-01-29Merge pull request #15833 from sdmaclea/PR-ARM64-INITIAL-INTRINSIC-FRAMEWORKCarol Eidt19-77/+1406
2018-01-29Disable broken EventPipe tests at build time (#16046)Victor "Nate" Graf1-0/+2
2018-01-29Use EventSource guid ctor for ArrayPoolEventSource (#16054)Ben Adams1-1/+4
2018-01-29Use Guid ctor for TplEtwProvider (#16060)Ben Adams1-1/+1
2018-01-29Fix reflection to work with default interface methods (#16034)Michal Strehovský13-25/+477
2018-01-29Use genTypeCanRepresentValue only with small typesMike Danes3-23/+8
2018-01-29improve DllImport library name variation trying (#15912)Tom Deseyn1-87/+116
2018-01-29Update PgoData to master-20180129-0045 (#16070)dotnet-maestro-bot1-2/+2
2018-01-29Fix ProjectN build break (dotnet/corert#5302)Jan Kotas1-2/+2
2018-01-29Fix metadata format error checking (#16036)Jan Kotas1-0/+5
2018-01-28Update CoreClr to preview2-26129-01 (#16067)dotnet-maestro-bot2-3/+3
2018-01-28Marking SSE HWIntrinsics as fully implementedTanner Gooding2-2/+2
2018-01-28Adding tests for the SSE Store, StoreAligned, StoreAlignedNonTemporal, StoreH...Tanner Gooding18-0/+852
2018-01-28Adding support for the SSE Store, StoreAligned, StoreAlignedNonTemporal, Stor...Tanner Gooding7-6/+44
2018-01-28Improve Interlocked.Exchange<T> (#16058)mikedn4-91/+15
2018-01-28Update CoreClr, PgoData to preview2-26128-04, master-20180128-0035, respectiv...dotnet-maestro-bot2-5/+5
2018-01-27Update CoreClr to preview2-26128-01 (#16056)dotnet-maestro-bot2-3/+3
2018-01-27Merge pull request #15961 from tannergooding/struct-packingTanner Gooding7-49/+1864
2018-01-27Moving the SetIsIntrinsic code earlier in the method table builder.Tanner Gooding1-23/+19
2018-01-27Updating the Vector64, Vector128, and Vector256 StructPacking tests.Tanner Gooding2-32/+107
2018-01-27Updating the VM to properly pack the SIMD hardware intrinsic types.Tanner Gooding5-26/+117
2018-01-27Updating the methodtablebuilder to handle the System V ABI packing requiremen...Tanner Gooding2-5/+20
2018-01-27Adding some StructPacking tests to ensure existing types don't regressTanner Gooding2-0/+1638
2018-01-27Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02427-01, preview2-...dotnet-maestro-bot3-11/+11
2018-01-26Optimize Span.Copy and Span.TryCopyTo (#15947)Levi Broderick4-50/+292
2018-01-26Fix some tests under GCStress (#16048)Koundinya Veluri2-1/+3
2018-01-26Fix side effect flags setting after expression cloning. (#16045)Eugene Rozenfeld2-13/+36
2018-01-26GCPrivate, GCHandle, and GChandlePrivate events for local GC (#16020)David Mason7-39/+270
2018-01-26[Arm64] Initial HWIntrinsic implementationSteve MacLean19-77/+1406
2018-01-26Fix FreeBSD build and update build instructions (#15998)Conrad Meyer4-12/+17
2018-01-26Merge pull request #16035 from jashook/use_checked_centosJarret Shook1-2/+2
2018-01-26Use centOS Checked jobsjashook1-2/+2
2018-01-25fix pointer in ILCodeVersionNode so it uses PTR_COR_ILMETHOD instead of COR_I...David Mason2-3/+5
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins9-307/+730
2018-01-25Fix Windows-Specific EventPipe Bugs (#16025)Brian Robbins2-12/+18
2018-01-25[Local GC] FEATURE_EVENT_TRACE 3/n: Defining and Firing Dynamic Events (#16000)Sean Gillespie9-13/+244
2018-01-25Compute System.Private.CoreLib roots required by the runtime. (#15525)Eugene Rozenfeld7-43/+59