summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-14Don't use tests/runtesttilstable.sh for Ubuntu arm jobsEgor Chesakov1-9/+1
2018-04-14Enable building Linux/arm crossarch components in netciEgor Chesakov1-2/+2
2018-04-14Disable failing Ubuntu/arm tests (#17559)Egor Chesakov1-0/+2
2018-04-14Make Windows builds always portableRuss Keldorph1-7/+2
2018-04-14[Arm64/Linux] #17521 for linux (#17546)Steve MacLean1-0/+6
2018-04-14Fix random Segfaults on Ubuntu arm (#17523)Egor Chesakov1-1/+24
2018-04-13Fix OpenVirtualProcess on Linux issue. (#17551)Mike McLaughlin1-3/+5
2018-04-13Insert int3 after non-returning calls at the end of basic blocks. (#17535)Eugene Rozenfeld1-0/+16
2018-04-13Fix default style argument to Double/Single/Decimal.Parse (#17556)Stephen Toub3-3/+3
2018-04-13Merge pull request #17531 from BruceForstall/SpmiProtectJitStartupBruce Forstall2-11/+60
2018-04-13[Arm64/Linux] Use platform memset/memcpy (#17536)Steve MacLean2-330/+16
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-12Protect SuperPMI from crashes calling jitStartupBruce Forstall2-11/+60
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