summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Fix cmake toolchain compile flags loop (#17380)Petr Bred11-657/+183
2018-04-10Simple trim of ArrayPool buffers (#17078)Jeremy Kuhne10-121/+362
2018-04-10Update CoreClr, CoreFx to preview3-26411-01, preview3-26411-01, respectively ...dotnet-maestro-bot2-6/+6
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk8-13/+33
2018-04-10Add CreateFromPinnedArray to MemoryMarshal (#17500)Ahson Khan2-1/+34
2018-04-10Merge pull request #17466 from dotnet-maestro-bot/master-UpdateDependenciesWes Haggard2-8/+8
2018-04-10Update timeout for running scenario benchmarks (#17440)Michelle McDaniel2-3/+3
2018-04-10Update CoreClr, CoreFx, PgoData to preview3-26410-07, preview3-26409-05, mast...dotnet-maestro-bot2-8/+8
2018-04-10Use non-inlineable overload for rare CompareOrdinalIgnoreCase path (#17492)Jan Kotas1-1/+1
2018-04-09Fix trigger for tier 1 call counting delay (#17477)Koundinya Veluri1-1/+3
2018-04-09Avoid Unsafe.As usage in ValueTask that can break type safety (#17471)Stephen Toub3-234/+338
2018-04-09Merge pull request #17485 from weshaggard/SignCrossToolsWes Haggard1-0/+5
2018-04-09Enable signing for cross targeting toolsWes Haggard1-0/+5
2018-04-09Fix MemoryManager ctor and use internal span ctor to improve performance (#17...Ahson Khan3-8/+10
2018-04-09Reverting changes from #17401 (#17482)Sung Yoon Whang4-178/+0
2018-04-09Disable some tests under GCStress where they take too long to complete (#17437)Koundinya Veluri13-22/+33
2018-04-09Adding dlerr() diagnostics for libicu dlsym errors (#17454)Debayan Ghosh1-1/+1
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin5-46/+143
2018-04-06Publish symbols using Microsoft.SymbolUploader.Build.Task package (#17463)Mike McLaughlin5-178/+157
2018-04-06Update CoreClr, CoreFx to preview3-26406-08, preview3-26406-06, respectively ...dotnet-maestro-bot2-6/+6
2018-04-06Merge pull request #17418 from CarolEidt/Fix590358Carol Eidt4-27/+119
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason7-6/+32
2018-04-06Test windows event log (#17401)Sung Yoon Whang4-0/+178
2018-04-06Fix GC stress modes 4 and 8 on Linux ARM (#17456)Jan Vorlicek2-1/+3
2018-04-06Add YieldAwaiter support to the async method builder delegate optimization (#...Stephen Toub4-13/+50
2018-04-06Add some comments to SpanHelpers.Char IndexOf and LastIndexOf (#17447)Ahson Khan1-2/+14
2018-04-05revert "Work around MCG bug around `ref char` marshalling #5481" (#5656)Luqun Lou4-47/+0
2018-04-05Update docker images for arm32 (#17422)Sergey Andreenko4-9/+16
2018-04-05Merge pull request #17363 from CarolEidt/Fix17242Carol Eidt1-7/+18
2018-04-05formattingCarol Eidt1-1/+1
2018-04-05Remove fgMorphLocalField invalid assertCarol Eidt1-21/+19
2018-04-05Vectorize and use ROSpan.LastIndexOf as the workhorse for string.LastIndexOf ...Ahson Khan3-112/+135
2018-04-05Add Word2Vec Benchmark Harness (#17350)Michelle McDaniel9-4/+922
2018-04-05Merge pull request #17424 from BruceForstall/FixArmCoreFxTestsBruce Forstall1-0/+1
2018-04-05Merge pull request #17432 from stephentoub/portnumericperfStephen Toub3-139/+329
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas17-165/+57
2018-04-05Update CoreClr, CoreFx to preview3-26405-01, preview3-26405-01, respectively ...dotnet-maestro-bot2-6/+6
2018-04-04Use FormattingHelpers.Count{Hex}Digits in {u}int/long.ToString/TryFormatStephen Toub1-139/+196
2018-04-04Move FormattingHelpers.Count{Hex}Digits from Utf8Formatter into sharedStephen Toub2-0/+133
2018-04-04JIT: refine x86 gc reg kill set for CORINFO_HELP_INIT_PINVOKE_FRAME (#17421)Andy Ayers1-0/+5
2018-04-04Merge pull request #17426 from dotnet-maestro-bot/master-UpdateDependenciesWes Haggard2-3/+3
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins4-6/+6
2018-04-04Update BuildTools to preview3-02704-01dotnet-maestro-bot2-3/+3
2018-04-04Handle SIMD8/LONG recasts for LCL_FLDCarol Eidt3-6/+100
2018-04-04Disable corefx Microsoft.Win32.Registry.Tests on ARMBruce Forstall1-0/+1
2018-04-04Fix ExecutionContext capture in Task (#17407)Stephen Toub1-4/+4
2018-04-04Correct the path to NuGet cache (#17400)Jeremy Meng1-1/+1
2018-04-04Update CoreClr to preview3-26404-06 (#17408)dotnet-maestro-bot2-3/+3
2018-04-04[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)Konstantin Baladurin2-2/+2
2018-04-04Consolidate and optimize TextInfo.ChangeCase (#17391)Stephen Toub3-213/+236