summaryrefslogtreecommitdiff
path: root/src/vm/array.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Relax signed/unsigned checks in Array.Copy to match other places (#25209)Jan Kotas1-14/+28
2019-02-03Use unsigned index extension in muldi-dimensional array stubs (#22376)Jan Kotas1-26/+12
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-1/+4
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-11/+11
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-2/+0
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-1/+0
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-2/+2
2018-06-15Delete bitrotten appdomain agility checks (#18489)Jan Kotas1-7/+0
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-3/+3
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-2/+2
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-1/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-2/+2
2017-07-10Remove relocations for InterfaceInfo_t::m_pMethodTable for Linux ARMGleb Balykov1-2/+5
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+0
2016-06-01Remove duplicate avoid in comments from a few files (#5363)James Singleton1-1/+1
2016-05-07Fixes multidim array Get Accessor for enum datatype (#4808)Rahul Kumar1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-04-14Enable generic IReadOnlyCollection interfaces on array for UnixJan Kotas1-6/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1440