summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Implement SSE3 LoadAndDuplicateToVector128 and LoadDquVector128Fei Peng3-0/+4
2018-02-06Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256Fei Peng2-0/+5
2018-02-06Merge pull request #16228 from fiigii/storeCarol Eidt3-2/+13
2018-02-06Merge pull request #16235 from CarolEidt/FixPrefetchBuildBreakCarol Eidt2-3/+12
2018-02-06Don't remove the first non-internal block that has profile weight. (#16227)Eugene Rozenfeld1-0/+25
2018-02-06Replace comment inadvertently removedCarol Eidt1-1/+3
2018-02-06Disable prefetch instructions for LEGACY_BACKENDCarol Eidt2-3/+10
2018-02-06Move String.Manipulation.cs to shared (#16226)Jan Kotas5-142/+111
2018-02-05Implement SSE2 Store* intrinsicsFei Peng2-0/+8
2018-02-05Implement AVX Store* intrinsicsFei Peng2-2/+5
2018-02-05Adding support for the StoreFence/Prefetch* APIs and the new Sse scalar overl...Tanner Gooding6-95/+218
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas6-184/+98
2018-02-05Removing the Sse2.LoadScalarVector128 overloads that are invalid.Tanner Gooding2-40/+0
2018-02-05Implementation of GetFullPath(string path, string basePath) (#15579)Anirudh Agnihotry4-179/+354
2018-02-05Adding support for the SSE2 LoadVector128, LoadAlignedVector128, and LoadScal...Tanner Gooding5-9/+20
2018-02-05Remove FEATURE_ACTIVITYSAMPLING and associated code. (#16185)Brian Robbins4-1251/+10
2018-02-05Revert #15910 [R2R] add a virtualStubParamInfo as an argumentBrian Sullivan3-62/+93
2018-02-05Added a factory to FileStreamCompletionSource (#16190)David Fowler2-9/+19
2018-02-05Merge pull request #16103 from mikedn/xorpsBrian Sullivan2-10/+5
2018-02-04Use stackalloc in string.Split (#15435)Alex4-129/+196
2018-02-04Merge pull request #16182 from CarolEidt/FixDD543057Carol Eidt5-20/+55
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang15-27/+185
2018-02-03Updating the HWIntrinsic codegen to support marking LoadVector128 and LoadAli...Tanner Gooding11-29/+216
2018-02-02Remove AsyncMethodBuilder from shared partition (#16149)Ben Adams4-73/+59
2018-02-02Changing Span/Memory to return default on null instead of throwing. (#16186)Ahson Khan7-57/+98
2018-02-02Dictionary exposes internal type comparer (#16151)Marco Rossignoli1-1/+1
2018-02-02Delete unused SSA_FEATURE_USEDEF ifdefs (#15654)mikedn2-77/+0
2018-02-02Fix GetILToNativeMapping3 to return mappings for the specified code start add...Koundinya Veluri3-27/+49
2018-02-02Fix AV in crossgen when generating PDBs (#16184)Andy Ayers3-4/+4
2018-02-02Fix mirroring build breakTarek Mahmoud Sayed1-1/+3
2018-02-02Span factoring (dotnet/corefx#26667)Tarek Mahmoud Sayed4-574/+628
2018-02-02Merge pull request #16133 from eerhardt/AddVectorToCoreLibEric Erhardt9-46/+127
2018-02-02Consider specialPutArgs for jitStressRegsCarol Eidt5-20/+55
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik16-346/+599
2018-02-02Add assert for failure to open a file in FastSerializer. (#16178)Brian Robbins1-0/+1
2018-02-02Update CoreClr, CoreFx to preview2-26202-06, preview2-26202-01, respectively ...dotnet-maestro-bot4-7/+7
2018-02-02Ifdef out Compiler::lvaVarPref (#15329)mikedn1-2/+1
2018-02-02ajdust -> adjust (dotnet/corert#5327)John Doe1-1/+1
2018-02-01[R2R] add a virtualStubParamInfo as an argument (#15910)Sergey Andreenko3-93/+62
2018-02-02Fix detection of YMM registers presence (#16168)Jan Vorlicek2-6/+18
2018-02-01Merge pull request #16092 from CarolEidt/RefactorRefBuildingCarol Eidt11-3581/+3523
2018-02-01Fix DevDiv_543045 (#16167)Sergey Andreenko1-0/+5
2018-02-01Add lsrabuild.cpp to jit.settings.targetsCarol Eidt1-0/+1
2018-02-01Use ValueTask shared from corelib (dotnet/corefx#26636)Stephen Toub1-0/+5
2018-02-01Memory footprint gc latency level (#15469)gbalykov6-154/+204
2018-02-01Fix Arm64 compile errorCarol Eidt1-2/+2
2018-02-01Refactor RefPosition and Interval BuildingCarol Eidt10-3581/+3522
2018-02-01Fixing some of the x86 HWIntrinsics to only use byteable registers, where req...Tanner Gooding1-1/+1
2018-02-01[Arm64] Add Lower Compare Zero commentsSteve MacLean2-5/+11
2018-02-01[Arm64] HWIntrinsic codegen function headersSteve MacLean1-0/+65