summaryrefslogtreecommitdiff
path: root/src/vm/methodtable.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-03Fix a bug in classification of structs with field holes.Lubomir Litchev1-122/+25
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+914
2015-10-11This enables Lttng Logging for CoreClr,Rama1-3/+1
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-0/+56
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-31Replaced compiler option to disabled all warnings in Linux build by options f...Jan Vorlicek1-6/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+9103