summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov1-6/+21
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
2017-07-19Fix build break after rebaseYi Zhang (CLR)1-5/+6
2017-07-19More update in /dev/defaultintf (#11693)Yi Zhang (CLR)1-2/+5
2017-07-19More update for default interface methods (#10818)Yi Zhang (CLR)1-6/+14
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-93/+264
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+11
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-13/+18
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-9/+38
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-12/+14
2017-07-10Remove relocations for InterfaceInfo_t::m_pMethodTable for Linux ARMGleb Balykov1-6/+27
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-23/+31
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-9/+13
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-0/+13
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-1/+0
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-1/+1
2017-03-05Delete a few more unused hosting methods (#9973)Jan Kotas1-5/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-161/+1
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+8
2017-02-10Missed part of file deletedanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-8/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-16/+0
2017-02-01Fix GC reporting for Span<T> passed in registers on Unix (#9247)Koundinya Veluri1-1/+19
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+4
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-1/+1
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang1-4/+3
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+1
2016-04-27Fix for a badly placed assert in the *unix arg passing classification. (#4608)Lubomir Litchev1-4/+2
2016-04-19Fix SysV calling convention bug in interop. We need to treat delegate field (...Yi Zhang (CLR)1-3/+5
2016-03-09Delete dead codeJan Kotas1-19/+0
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-10/+88
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-10/+88
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Small cleanups in SysV classification.Pat Gavlin1-1/+1
2015-11-18Fix struct padding issues with SysV struct classification.Pat Gavlin1-67/+67
2015-11-16Fixed a bad merge issue and some internal API cleanup.Lubomir Litchev1-8/+43
2015-11-03Some code cleanup for the SystemVStructs work.Lubomir Litchev1-51/+7