summaryrefslogtreecommitdiff
path: root/src/vm/fieldmarshaler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Cuckoo metadata (#24498)David Wrighton1-12/+11
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky1-8/+8
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-1/+1
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky1-1/+15
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-2/+2
2019-03-05Move HasLayoutMetadata to methodtablebuilder.cpp (#23015)Jeremy Koritzinsky1-127/+0
2019-03-04Move EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing to class.cpp (#22932)Jeremy Koritzinsky1-769/+44
2019-02-13Remove Marshaling MDA (#22579)Jeremy Koritzinsky1-353/+0
2019-02-04Fix marshalling UTF8 string struct member from native to managed. (#22408)Jeremy Koritzinsky1-6/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-2/+20
2018-10-25Fallback to old behavior when marshaling a non-blittable fixed buffer (#20575)Jeremy Koritzinsky1-8/+15
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou1-8/+6
2018-10-10Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)Jeremy Koritzinsky1-2/+17
2018-10-03Marshal blittable structs via memcpy even if nested within non-blittable stru...Jeremy Koritzinsky1-17/+37
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-6/+1
2018-05-24Typo (#18122)John Doe1-2/+2
2018-04-16[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin1-0/+20
2018-02-28Replace sizeof(LPVOID)==4 with #ifdef _TARGET_64BIT_ in fieldmarshaler.cppEgor Chesakov1-22/+10
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-2/+2
2018-01-27Updating the VM to properly pack the SIMD hardware intrinsic types.Tanner Gooding1-4/+8
2017-07-07Fix copying of FieldMarshaler structures in EEClassLayoutInfo::CollectLayoutF...Ruben Ayrapetyan1-4/+12
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-6/+13
2016-07-08Fixing the build break/unsigned to signed warning.Tarek Mahmoud Sayed1-1/+1
2016-07-07MarshalAs(UnManaged.ByValArray) overflow.Tijoy Tom Kalathiparambil1-9/+17
2016-05-09Taking care of review comments.tijoytk1-9/+13
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+108
2016-01-27Update license headersdotnet-bot1-4/+3
2015-02-04Fixed typosPascal Borreli1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4751