summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-17Improve performance of Object.GetType for arrays (#10992)Jan Kotas1-7/+1
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-8/+8
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-111/+1
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-3/+13
2016-03-09Delete dead codeJan Kotas1-44/+2
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-36/+38
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-36/+38
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-19Small cleanups in SysV classification.Pat Gavlin1-3/+0
2015-11-18Fix struct padding issues with SysV struct classification.Pat Gavlin1-2/+0
2015-11-16Fixed a bad merge issue and some internal API cleanup.Lubomir Litchev1-3/+5
2015-11-03Fix a bug in classification of structs with field holes.Lubomir Litchev1-1/+4
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-2/+148
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-10/+13
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4298