summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Robbins9-21/+139
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 Gooding7-7/+45
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-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-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ý5-25/+28
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-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-28Marking SSE HWIntrinsics as fully implementedTanner Gooding1-1/+1
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-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 Gooding1-0/+3
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-26Optimize Span.Copy and Span.TryCopyTo (#15947)Levi Broderick4-50/+292
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 Meyer2-0/+7
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 Rozenfeld5-42/+49
2018-01-25Fix asan false-positive errors: (#15563)Konstantin Baladurin9-3/+68
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri17-24/+395
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph4-43/+73
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe6-23/+86
2018-01-25Resolve iterators and async methods (#14655)Ben Adams1-3/+64
2018-01-25Merge pull request #16005 from CarolEidt/Fix15848Carol Eidt7-28/+5
2018-01-25Minor bug fix for Array.Sort: Replace keys.Length with length for FloorLog2Pl...nietras2-6/+6
2018-01-25[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)Konstantin Baladurin1-3/+5
2018-01-24Disable the ConvertToUInt intrinsics by removing them from simdintrinsiclist.hCarol Eidt6-31/+3
2018-01-24Disable FP to Unsigned Vector ConversionsCarol Eidt3-5/+10
2018-01-24Delete Ptr typedefs from jit src. (#15983)Sergey Andreenko16-222/+214
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin4-18/+14
2018-01-24Reflection-block some types in CoreLib (dotnet/corert#5286)Michal Strehovský1-0/+1
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie12-0/+99