summaryrefslogtreecommitdiff
path: root/src/vm/fieldmarshaler.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-28Add null checks before calling ClassLoader::EnsureLoaded (#24818)Jan Kotas1-2/+6
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-1/+2
2019-05-20Cuckoo metadata (#24498)David Wrighton1-2/+1
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky1-25/+25
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky1-0/+7
2019-03-05Move HasLayoutMetadata to methodtablebuilder.cpp (#23015)Jeremy Koritzinsky1-19/+0
2019-03-04Move EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing to class.cpp (#22932)Jeremy Koritzinsky1-2/+30
2019-02-13Remove Marshaling MDA (#22579)Jeremy Koritzinsky1-2/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky1-2/+6
2018-10-25Fallback to old behavior when marshaling a non-blittable fixed buffer (#20575)Jeremy Koritzinsky1-0/+20
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou1-4/+2
2018-04-16[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin1-0/+6
2018-01-27Updating the VM to properly pack the SIMD hardware intrinsic types.Tanner Gooding1-1/+1
2018-01-27Updating the methodtablebuilder to handle the System V ABI packing requiremen...Tanner Gooding1-5/+3
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-26/+171
2017-03-20[x86/Linux] Use 4-byte align for double in struct (#10340)Jonghyun Park1-0/+5
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+13
2016-03-09Delete dead codeJan Kotas1-81/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1956