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