summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Merge pull request #15980 from CarolEidt/Fix15932Carol Eidt2-40/+64
2018-01-23Delete dead code (#15990)Jan Kotas12-296/+2
2018-01-23Merge pull request #15949 from mikedn/shift-inconsistencyBruce Forstall4-94/+53
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie19-22/+542
2018-01-23Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (#15988)Levi Broderick3-0/+64
2018-01-23Catch ambiguous interface method resolution exceptions (#15978)Michal Strehovský1-3/+22
2018-01-23Do not devirtualize shared default interface methods (#15979)Michal Strehovský1-0/+8
2018-01-23Adjust minRegs for SELECT stress modesCarol Eidt2-40/+64
2018-01-22Misc Span/Memory changes (#15941)Ian Hays7-56/+144
2018-01-22Rename Pin offset to byteOffset and clean up Retain test (#26518)Ahson Khan1-1/+1
2018-01-22Remove .NET limit on env var name and value lengthdanmosemsft1-0/+1
2018-01-22Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)Jan Kotas9-292/+215
2018-01-22Merge pull request #15942 from tannergooding/no-multireg-simdTanner Gooding3-16/+84
2018-01-21Fix Windows ARM release build break (#15958)Jan Kotas1-1/+1
2018-01-21Stop the SIMD hardware intrinsics types from undergoing crossgen.Tanner Gooding1-1/+15
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik35-1720/+14
2018-01-21Rename Libraries.GlobalizationInterop to Libraries.GlobalizationNativeJan Kotas22-108/+97
2018-01-20Define Interop.Kernel32.MAX_PATH (#15952)Jan Kotas8-24/+30
2018-01-20Merge pull request #15948 from fiigii/fix-ifdefBruce Forstall1-2/+2
2018-01-20Fix timezone lookup to be consistently case insensitive (#15951)Jan Kotas1-1/+1
2018-01-20Merge pull request #15936 from GrabYourPitchforks/levib/memory_nullrefJeremy Barton2-2/+2
2018-01-20Add optional integer offset to OwnedMemory Pin (#15946)Ahson Khan4-23/+3
2018-01-20Fix 64 bit shift inconsistencies (on 32 bit targets)Mike Danes4-94/+53
2018-01-19#if defined(_TARGET_XARCH_) || defined(_TARGET_ARM64_)Fei Peng1-2/+2
2018-01-19Merge pull request #15945 from dotnet-bot/from-tfsBruce Forstall16-50/+60
2018-01-19Break current culture initialization cycle (#15938)Jan Kotas3-59/+18
2018-01-19Merge pull request #15903 from CarolEidt/Fix545505Carol Eidt1-21/+41
2018-01-19Fix desktop buildBruce Forstall16-50/+60
2018-01-19Updating the VM to no longer treat the SIMD HWIntrinsic types as HFA or Multi...Tanner Gooding3-15/+69
2018-01-19Merge pull request #15836 from tannergooding/emitInsBinaryTanner Gooding1-278/+324
2018-01-19CharUnicodeInfo.GetUnicodeCategory(int codePoint) (#15911)Nobuyuki Iwanaga3-7/+7
2018-01-19Merge pull request #15798 from sdmaclea/PR-ARM64-Set-Instruction-Set-FlagsCarol Eidt4-2/+74
2018-01-19Merge pull request #15933 from sdmaclea/PR-ARM64-EMIT-COMPARE-ZEROCarol Eidt1-0/+52
2018-01-19Merge pull request #15935 from sdmaclea/PR-ARM64-IRREGULAR-NOTCarol Eidt1-18/+8
2018-01-19Merge pull request #15930 from mikedn/useless-codeCarol Eidt1-10/+0
2018-01-19Stop treating all calls to instance interface methods as callvirt (#15925)Michal Strehovský1-1/+8
2018-01-19Remove Redundant Resource entry (#15928)Tarek Mahmoud Sayed2-6/+2
2018-01-19Move platform-neutral part of TimeZone to shared CoreLib partition (#15926)Jan Kotas9-101/+67
2018-01-19Merge pull request #15749 from fiigii/tabledriveCarol Eidt13-1012/+872
2018-01-19Allow implicit conversion of null arrays to empty Memory instancesLevi Broderick2-2/+2
2018-01-19[Arm64] Set Instruction set flagsSteve MacLean4-2/+74
2018-01-19[Arm64] Remove irregular vector not handlingSteve MacLean1-18/+8
2018-01-19[Arm64] Add compare vector to zero emittersSteve MacLean1-0/+52
2018-01-19Revert "Change just-in-time debugging registry keys. (#15722)" (#15921)Mike McLaughlin3-17/+11
2018-01-19Remove some redundant code from TreeNodeInfoInitMike Danes1-10/+0
2018-01-19[armel tizen] Fixed CoreRT issue #4626 unwinding support (#15913)sergey ignatov4-13/+22
2018-01-19Merge SSE intrinsics into the table-driven frameworkFei Peng10-480/+267
2018-01-18Removing an incorrect assert from emitInsBinaryTanner Gooding1-1/+0
2018-01-18Cache Invariant CompareInfo (#15902)Jan Kotas7-59/+34
2018-01-18Merge pull request #15920 from BruceForstall/AllowArmJitHaltPopupBruce Forstall1-2/+2