summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-13[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537)Steve MacLean1-222/+37
2018-04-13Preserve VASigCookieReg across PInvokeStubWorker call (#17521)Aditya Mandaleeka1-2/+8
2018-04-13Collapse leftover AsSpan().Slice(...) into AsSpan(...) (#29078)Ahson Khan1-1/+1
2018-04-13Update CoreClr, CoreFx to preview3-26413-01, preview3-26413-02, respectively ...dotnet-maestro-bot2-6/+6
2018-04-12Remove CreateFromPinnedArray from Memory (moved to MemoryMarshal) (#17532)Ahson Khan1-31/+0
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld3-11/+156
2018-04-12Use string.IsNullOrEmpty to eliminate bounds check to first char (#17512)Ben Adams1-1/+7
2018-04-12Update CoreClr, CoreFx, PgoData to preview3-26412-06, preview3-26412-07, mast...dotnet-maestro-bot2-8/+8
2018-04-12Fixed #16503 [x64 arm32] the test smalloom terminated with signal SIGKILLSergey Ignatov1-0/+1
2018-04-12Update BuildTools, CoreClr, CoreFx, PgoData to preview3-02711-02, preview3-26...dotnet-maestro-bot3-11/+11
2018-04-11Reenable Perf Correctness smoketest (#17520)Michelle McDaniel1-88/+107
2018-04-11Merge pull request #17464 from briansull/wip-17435Brian Sullivan8-34/+350
2018-04-11Fixed checks for Avx/Avx2.InsertVector128 to check the type of the second argBrian Sullivan3-2/+98
2018-04-11Mutate the global heap valuenumber for any HW intrinsic that performs a memor...Brian Sullivan6-34/+254
2018-04-11Some cleanup for ArrayPool trimming (#17518)Jeremy Kuhne2-18/+31
2018-04-11Remove MemoryManager.Length (#17498)Ben Adams2-18/+51
2018-04-11Merge pull request #17431 from CarolEidt/Fix17389Carol Eidt3-24/+70
2018-04-11Fix Valuenum:EvalFuncForConstantArgs (#17506)Sergey Andreenko1-6/+5
2018-04-11Fix CoreRT build breaksJan Kotas2-7/+2
2018-04-11Ensure previous steps haven't failed when building tests (#17514)Matt Mitchell1-6/+6
2018-04-11Add GetPinnableReference back to Span and ReadOnlySpan (#17504)Ahson Khan2-0/+14
2018-04-11Fix Assert in ValueTask (#17511)Ben Adams1-1/+1
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-09Handle last uses that become containedCarol Eidt2-1/+37
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-09LSRA: remove last uses only at use pointCarol Eidt1-23/+33
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