summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Fix GC tests. (#17594) (#17613)Sergey Andreenko7-42/+102
2018-04-17Fix extra register-dependency on mem-form cvtsd/s2ssCarol Eidt1-2/+2
2018-04-17[Arm64] Disable SIMD in crossgen (added as part of #14633)Carol Eidt1-8/+0
2018-04-16Merge pull request #17599 from BruceForstall/CleanupUbunuArmBuildMachine_2.1Bruce Forstall1-0/+11
2018-04-16Merge pull request #17586 from RussKeldorph/21lastRuss Keldorph213-3263/+5378
2018-04-16Clean up Ubuntu arm build machinesBruce Forstall1-0/+11
2018-04-16Set prerelease label to rc1Russ Keldorph1-1/+1
2018-04-16Merge commit 'master' into release/2.1Russ Keldorph213-3262/+5377
2018-04-15Update CoreClr, CoreFx, PgoData to preview3-26416-01, preview3-26416-01, mast...dotnet-maestro-bot2-8/+8
2018-04-15[Arm64] Add full barrier after locking operations (#17567)Steve MacLean1-8/+7
2018-04-14Merge pull request #17569 from dotnet/dev/unix_test_workflowBruce Forstall1-9/+1
2018-04-14Avoid creating illegal byref pointers (#17524)Bruce Forstall2-1/+105
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