summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Fix preventing memory allocation in signal handler (#16485)Jan Vorlicek1-8/+5
2018-02-23Fix build break with older VS versions (#16522)Jan Kotas1-3/+3
2018-02-22Adding a TODO-XArch to `Lowering::ContainCheckHWIntrinsic` to track https://g...Tanner Gooding2-1/+7
2018-02-22Adding the missing function header comments to hwintrinsiccodegenxarch.cppTanner Gooding1-0/+100
2018-02-22AsReadOnlySpan -> AsSpan rename to fix build breaksJan Kotas18-66/+71
2018-02-22Rename string-slicing extension methods (dotnet/corefx#27328)Atsushi Kanamori1-1/+1
2018-02-22Merge pull request #16511 from CarolEidt/FixDD541653Carol Eidt3-0/+117
2018-02-22Update BuildTools, CoreClr, CoreFx, PgoData to preview2-02522-02, preview2-26...dotnet-maestro-bot3-11/+11
2018-02-22Handle a restored double Interval at block boundaryCarol Eidt3-0/+117
2018-02-22Add ReadOnlySpan string-like Equals/CompareTo/IndexOf/Contains API with globa...Ahson Khan7-38/+473
2018-02-22Remove most preemptive checks from GetFullPath (#16478)Jeremy Kuhne8-309/+49
2018-02-22Merge pull request #16473 from CarolEidt/FixDD541648Carol Eidt4-1/+171
2018-02-22Add CoreLib helpers for MemoryExtensions.AsSpan/AsMemory(T[], int) (#16505)Atsushi Kanamori2-0/+44
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov7-30/+299
2018-02-22Fix impl of ReadOnlySpan ToLower/ToUpper for Unix. (#16496)Ahson Khan1-4/+6
2018-02-21Merge pull request #16475 from briansull/vso-569605Brian Sullivan1-20/+21
2018-02-21Remove OwnedFlagBit from TryGetOwnedMemory indexBen Adams1-2/+3
2018-02-21Rename AsReadOnlySpan -> SpanJan Kotas1-7/+7
2018-02-21Update BuildTools, CoreClr, CoreFx, PgoData to preview2-02521-06, preview2-26...dotnet-maestro-bot3-11/+11
2018-02-21Fix Span Debugger Display String to correctly show the string contents (#27338)Ahson Khan4-4/+4
2018-02-21Adding tests for the SSE3 and SSSE3 hardware intrinsicsTanner Gooding44-0/+8683
2018-02-21Adding support for the SSE3 and SSSE3 hardware intrinsicsTanner Gooding8-97/+171
2018-02-21Updating the x86 hardware intrinsic test templates to allow more configurabilityTanner Gooding248-7617/+11163
2018-02-21Fix EventPipe Test Failures Under GCStress (#16494)Brian Robbins2-0/+5
2018-02-21Fix StructPacking test for ARM (#16484)Bruce Forstall3-29/+44
2018-02-21Fix TryGetOwnedMemory xml docsBen Adams1-4/+16
2018-02-21clang formatBrian Sullivan1-2/+2
2018-02-21Codereview feedbackBrian Sullivan1-13/+17
2018-02-21Show the expected stack trace from a rethrown exception. (#16464)Alexandre Teoi4-63/+1
2018-02-21Add more benchmarks to JitBench (#16353)Noah Falk35-872/+3249
2018-02-21whitespace fixBrian Sullivan1-1/+1
2018-02-21Fix for assert during CSE processingBrian Sullivan1-10/+7
2018-02-21Disable tiered compilation for collectible assemblies (#16437)Koundinya Veluri3-0/+115
2018-02-21LEA on rhs of block copy can't be containedCarol Eidt4-1/+171
2018-02-21Dial back aggressive checks in Path (#16447)Jeremy Kuhne7-161/+92
2018-02-20Moved extensions.cs to shared folder in coreclr (#16459)Anirudh Agnihotry3-5/+40
2018-02-20Revert TLS model change of the gCurrentThreadInfoJan Vorlicek1-1/+1
2018-02-20Add TryGetOwnedMemory (#16455)Ben Adams1-0/+24
2018-02-20Add CI perf repro script (#16414)Noah Falk1-0/+174
2018-02-20Merge pull request #16408 from fiigii/sse4loadCarol Eidt4-0/+300
2018-02-20Prevent memory allocation in signal handler (#16384)mlabiuk3-18/+54
2018-02-20Replace ValueStringBuilder.set_Length with indexer (dotnet/corefx#27274)Jan Kotas2-17/+20
2018-02-20Merge pull request #16436 from brunotag/patch-1Wes Haggard1-3/+9
2018-02-19Update CoreClr to preview2-26220-01 (#16445)dotnet-maestro-bot2-3/+3
2018-02-19Merge pull request #16444 from mikedn/vec2loadCarol Eidt3-1/+40
2018-02-19Update CoreClr, PgoData to preview2-26219-05, master-20180219-0044, respectiv...dotnet-maestro-bot2-5/+5
2018-02-19Handle TYP_SIMD8 correctly in genCodeForLclFldMike Danes3-1/+40
2018-02-18Inline String->ReadOnlySpan (#16440)Ben Adams1-0/+1
2018-02-18Merge pull request #16422 from CarolEidt/Fix15037Carol Eidt3-14/+28
2018-02-18Delete workaround for #16197 (#16433)Jan Kotas1-10/+1