summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas12-253/+7
2018-04-18Fix ephemeral limits checks in write barrier for ARM64 (#17641)Jan Vorlicek2-4/+4
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori7-22/+69
2018-04-18Merge pull request #16962 from CarolEidt/UnixDefinesCarol Eidt45-401/+390
2018-04-17Ensure thumb bit is set when searching for debugger jit info on ARM (#17617)Chris Sienkiewicz2-2/+2
2018-04-17Clean up FlushInstructionCache for precodes and interlocked target change ope...Koundinya Veluri3-12/+10
2018-04-17Merge pull request #17623 from weshaggard/wesh/addlinuxmuslWes Haggard1-5/+12
2018-04-17Handle getTailCallCopyArgsThunk returning NULL in the JIT (#17592)Jan Kotas3-25/+26
2018-04-17Unix/x64 ABI cleanupCarol Eidt45-401/+390
2018-04-17Improve SSA dominator tree memory usage (#15006)mikedn3-45/+35
2018-04-17Add linux-musl build legWes Haggard1-5/+12
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn13-299/+72
2018-04-17Adding failing string to Boolean and TimeSpan parse failure exceptions (#15661)Szabolcs Dézsi3-92/+130
2018-04-17Merge pull request #17560 from fiigii/fixcvtCarol Eidt1-2/+2
2018-04-17Enable generic attributes (#9189)Avi Avni4-18/+48
2018-04-17Merge pull request #17575 from debayang/simd_crossgenRuss Keldorph1-8/+0
2018-04-16Enable support DllImport a native assembly whose name contains '.' (#17505)Luqun Lou2-26/+67
2018-04-16[Arm64] Add memory barrier after interlocked operations (#17595)Koundinya Veluri3-27/+107
2018-04-16Update memory histogram buckets (#15206)mikedn1-3/+4
2018-04-16Dict: Use Ref Local Reassignment (C# 7.3) (#17483)Ben Adams2-8/+4
2018-04-16Update xml comment for {ReadOnly}Memory.Pin method (dotnet/corefx#29137) (#17...dotnet bot2-2/+8
2018-04-16Changed SpinLock::CompareExchange method declaration to static (#17579)Phil Garcia1-1/+1
2018-04-16[x86/Linux] Fix ICorDebug frames API (#17436)Igor Kulaychuk2-18/+18
2018-04-16[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin2-0/+26
2018-04-16Update KoreanLunisolarCalendar.cs (#17542)elyoh1-1146/+1143
2018-04-15[Arm64] Add full barrier after locking operations (#17567)Steve MacLean1-8/+7
2018-04-15[Arm64] Disable SIMD in crossgen (added as part of #14633)Debayan Ghosh1-8/+0
2018-04-14Avoid creating illegal byref pointers (#17524)Bruce Forstall2-1/+105
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-13Fix extra register-dependency on mem-form cvtsd/s2ssFei Peng1-2/+2
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-12Remove CreateFromPinnedArray from Memory (moved to MemoryMarshal) (#17532)Ahson Khan1-31/+0
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld1-11/+31
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-11Fixed checks for Avx/Avx2.InsertVector128 to check the type of the second argBrian Sullivan1-2/+2
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