summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-30/+16
2019-05-20Cuckoo metadata (#24498)David Wrighton1-0/+5
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-8/+2
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson1-0/+3
2019-04-16Arm64 vector ABI (#23675)Carol Eidt1-0/+3
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-2/+8
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-1/+1
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson1-4/+2
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-2/+2
2019-02-13Remove some CAS cruft (#22576)Aaron Robinson1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-5/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-0/+2
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-0/+5
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský1-0/+1
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-3/+0
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-14/+14
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-1/+1
2018-11-16Fix unloadability races (#21024)Jan Vorlicek1-2/+2
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-8/+10
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-187/+6
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-2/+7
2018-10-30Fixed small typo in a comment (#20695)lastsannin1-1/+1
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-84/+0
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-10/+0
2018-09-26Cross-bitness in VTable Calls (#20137)Egor Chesakov1-1/+7
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-5/+0
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-22/+31
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-13/+13
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-14/+10
2018-02-23Fix build break with older VS versions (#16522)Jan Kotas1-3/+3
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-15/+54
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-20/+22
2017-12-15Merge pull request #15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský1-0/+8
2017-12-06new intrinsic type support (#15340)Fei Peng1-1/+13
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-63/+155
2017-08-30Support checking for HFA types in altjitCarol Eidt1-9/+10
2017-08-23Fixed Equals/GetHashCode bug for struct. (#13164)Jim Ma1-0/+38
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)1-1/+1
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-0/+8
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+15
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-22/+20
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-8/+21
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-8/+15
2017-07-10Remove relocations for InterfaceInfo_t::m_pMethodTable for Linux ARMGleb Balykov1-4/+19
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-8/+17
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+0
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-4/+7
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-15/+1
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+1
2017-05-03Fix some static analysis warningsRuss Keldorph1-1/+1