summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-22Merge pull request #16473 from CarolEidt/FixDD541648Carol Eidt2-1/+7
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-21Fix Span Debugger Display String to correctly show the string contents (#27338)Ahson Khan4-4/+4
2018-02-21Adding support for the SSE3 and SSSE3 hardware intrinsicsTanner Gooding8-97/+171
2018-02-21Fix EventPipe Test Failures Under GCStress (#16494)Brian Robbins1-0/+4
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-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 Veluri1-0/+1
2018-02-21LEA on rhs of block copy can't be containedCarol Eidt2-1/+7
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-20Merge pull request #16408 from fiigii/sse4loadCarol Eidt1-0/+1
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-19Merge pull request #16444 from mikedn/vec2loadCarol Eidt1-1/+1
2018-02-19Handle TYP_SIMD8 correctly in genCodeForLclFldMike Danes1-1/+1
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
2018-02-18Delete some more dead code related to #16304 (#16432)Jan Kotas1-61/+0
2018-02-17Inlinable MulticastDelegate == (#16431)Ben Adams1-8/+10
2018-02-17delete unused mirror files (#16423)Sergey Andreenko164-164/+0
2018-02-17Fix #16402 (#16406)Steve MacLean2-4/+13
2018-02-16Merge pull request #16413 from briansull/more-vso-566984Brian Sullivan2-16/+112
2018-02-16Updating the JIT to take EnableSSE3_4 into account when setting the supported...Tanner Gooding2-42/+35
2018-02-16Code Review - Removed unnecessary assert.Brian Sullivan1-1/+0
2018-02-16Fix whitespace formattingBrian Sullivan1-4/+3
2018-02-16Added new tree walker helper optHasCSEdefWithSideeffect to determine up front...Brian Sullivan2-22/+113
2018-02-16Don't set delayRegFree if no targetCarol Eidt3-14/+28
2018-02-16Merge pull request #16364 from CarolEidt/FixDD543057aCarol Eidt1-15/+33
2018-02-16Correctly handle check for busy double regCarol Eidt1-15/+33
2018-02-16delete liveness workarond. (#16416)Sergey Andreenko1-53/+1
2018-02-15Fix regression & enable ClearInitLocals in System.Text.RegularExpressions (#2...Viktor Hofer1-1/+1
2018-02-16Fix impl of ReadOnlySpan StartsWith/EndsWith for Unix. (#16418)Ahson Khan1-39/+101
2018-02-15Add ReadOnlySpan string-like ToLower/ToUpper API with globalization support (...Ahson Khan6-10/+185
2018-02-15Fix for assert(sideEffList) in clr\src\jit\optcse.cpp, Line: 2151Brian Sullivan1-3/+10
2018-02-15Implement SSE4.1 LoadAlignedVector128NonTemporalFei Peng1-0/+1
2018-02-15address GT_ADDR(GT_HWIntrinsic) nodesFei Peng5-29/+27
2018-02-15Fix importer and morph with HWIntrinsic SIMD typesFei Peng4-5/+44
2018-02-15Fix typo in GC log (#16398)Kevin Gosse1-1/+1