summaryrefslogtreecommitdiff
path: root/src/vm/fieldmarshaler.cpp
AgeCommit message (Expand)AuthorFilesLines
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