summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-14/+14
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-11/+0
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-1/+3
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-10/+2
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson1-0/+8
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-2/+9
2019-04-18Skip type sanity checks for CoreLib (#24074)Jan Kotas1-1/+1
2019-04-15Use NewArrayHolder for array types (#24017)Omair Majid1-3/+3
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský1-6/+56
2019-04-05Fix issue 23713: handle TypeDesc field handles (#23767)Fadi Hanna1-1/+2
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky1-136/+210
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-7/+7
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-0/+48
2019-02-18Fix constrained call corner cases (#22464)Michal Strehovský1-1/+1
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson1-10/+4
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-46/+1
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-2/+1
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky1-10/+27
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-0/+26
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský1-5/+34
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-14/+1
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-2/+4
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-37/+37
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-2/+1
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-17/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+1
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-26/+42
2018-11-13Handle generics in methodimpls for default interface methods (#20404)Michal Strehovský1-29/+51
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-56/+9
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou1-1/+1
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-2/+2
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-1/+1
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-40/+3
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-6/+21
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+1
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-4/+0
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-11/+24
2018-02-13Fix ambiguous interface method error message (#16341)Michal Strehovský1-1/+1
2018-01-19Updating the VM to no longer treat the SIMD HWIntrinsic types as HFA or Multi...Tanner Gooding1-0/+37
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-18/+13
2017-12-13Fix formatting and put more things under #ifMichal Strehovský1-64/+67
2017-09-14Use an unsigned variable to avoid comparison problems (#14001)David Wrighton1-3/+3
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-80/+146
2017-08-17Fix linux build break (#13441)Yi Zhang (CLR)1-4/+0
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)1-30/+147
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-67/+139
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-8/+6
2017-07-24Add the runtime code versioning featurenoahfalk1-5/+1