summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Enable Linux arm32 GCStress jobsBruce Forstall2-20/+27
2018-03-28Unique-ify name of TestList.json to avoid collisionsRuss Keldorph1-1/+2
2018-03-28Merge pull request #17090 from debayang/corefx_testsBruce Forstall1-6/+44
2018-03-28Fix some more unwinding in R2R ARM (#17292)Jan Vorlicek1-17/+17
2018-03-28Nit changes in API diff between .NET Core 2.0 and .NET Core 2.1 (#17288)Maryam Ariyan2-4/+4
2018-03-28Update BuildTools, CoreClr, CoreFx to preview3-02627-03, preview3-26328-07, p...dotnet-maestro-bot3-9/+9
2018-03-28Merge pull request #17126 from CarolEidt/Fix545500Carol Eidt4-7/+258
2018-03-28Add crossbitness support to ClrJit:Egor Chesakov8-11/+34
2018-03-28Root methods used by debugger for IL linker (#17287)Jan Kotas1-5/+9
2018-03-28Remove tests of unimplemented ISAs (#17286)Fei Peng1-6/+1
2018-03-27fix for logalways eventing level (#17277)David Mason2-2/+6
2018-03-28Fix run-corefx-tests.py for Arm64Debayan Ghosh1-6/+44
2018-03-28Fix DelayLoad_MethodCall unwinding (#17275)Jan Vorlicek1-4/+4
2018-03-27Merge pull request #17161 from dotnetrt/testbuildWes Haggard3-18/+259
2018-03-27 Adding Memory.Pin() to eventually replace Memory.Retain(bool) (#17269)Ahson Khan2-4/+78
2018-03-28Fix handling of FCalls in ExternalMethodFixupWorker (#17252)Jan Vorlicek1-1/+4
2018-03-27Fix regression in StreamWriter.Write perf for small inputs (#17251)Stephen Toub2-35/+45
2018-03-27Fix commentCarol Eidt1-1/+3
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang8-130/+120
2018-03-27[Arm64] Fix forcerelocs (#17264)Steve MacLean1-0/+3
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou19-107/+555
2018-03-27Fix comment in test.Carol Eidt1-4/+3
2018-03-27Turn off PGO unprofiled warning on Linux (#17262)Michelle McDaniel1-1/+1
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens3-39/+157
2018-03-27Merge pull request #17233 from fiigii/portvectortestsCarol Eidt6-0/+712
2018-03-27Merge pull request #17255 from BruceForstall/UpdateArmWhitelistBruce Forstall1-2/+1
2018-03-27Merge pull request #17258 from dotnet/dev/unix_test_workflowBruce Forstall1-1/+1
2018-03-27Cleanup InternalsVisibleTo (#17185)Jan Kotas16-93/+36
2018-03-27Merge pull request #17246 from debayang/clr_jitstress_arm64Carol Eidt1-4/+9
2018-03-27Update arm64 whitelistBruce Forstall1-2/+1
2018-03-27[Arm64] reserve for jump stubs (#17244)Steve MacLean3-31/+55
2018-03-27Move String.Comparison.cs to shared CoreLib partition (#17247)Jan Kotas3-62/+52
2018-03-27Fix build without libunwind installed (#17221)Jan Vorlicek5-27/+41
2018-03-27Update BuildTools, CoreClr, CoreFx to preview3-02627-01, preview3-26327-02, p...dotnet-maestro-bot3-9/+9
2018-03-27Delete MemoryExtensions.AsBytes (#17245)Jan Kotas1-46/+0
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas11-407/+253
2018-03-27Merge pull request #17240 from BruceForstall/RemoveTizenPRTriggerBruce Forstall1-15/+4
2018-03-27[ARM64] Fix UnspillReg instruction generationDebayan Ghosh1-4/+9
2018-03-26New chunk should be equal/larger than the one it replaces (#17219)Maryam Ariyan3-10/+17
2018-03-26Enable partially implemented Intel HW intrinsics ISAs - CoreCLR part of changesJacek Blaszczynski1-4/+10
2018-03-26Merge pull request #17226 from weshaggard/MergeRestoreTargetsWes Haggard9-33/+34
2018-03-26Remove Tizen armel automatic PR triggered jobsBruce Forstall1-15/+4
2018-03-26Port VectorReturn test to Vector128/256<T>Fei Peng6-0/+712
2018-03-26Remove a few bogus reinterpret_cast(nullptr_t) (#17229)mikedn1-3/+3
2018-03-26Merge pull request #17236 from BruceForstall/UpdateArmDockerImageBruce Forstall1-1/+1
2018-03-26Update arm Ubuntu cross build docker imageBruce Forstall1-1/+1
2018-03-26Merge pull request #15301 from mikedn/cast-unCarol Eidt16-137/+252
2018-03-26Disable MSBuildEventLogging for optdata aliasWes Haggard1-1/+2
2018-03-26Use movsdsse2 for HW intrinsic SSE2_ConvertToDouble (#17110)Andy Ayers1-1/+1
2018-03-26Merge pull request #17018 from dotnet/dev/unix_test_workflowBruce Forstall7-998/+1561