summaryrefslogtreecommitdiff
path: root/src/vm/methodtablebuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský1-0/+12
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky1-1/+9
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+13
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-05Move HasLayoutMetadata to methodtablebuilder.cpp (#23015)Jeremy Koritzinsky1-0/+88
2019-02-19Fail loading types with default interface methods for fragile ngen (#22603)Michal Strehovský1-4/+10
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya1-2/+2
2019-02-13Remove Marshaling MDA (#22579)Jeremy Koritzinsky1-16/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-12/+0
2019-01-22Restrict HW intrinsic name check to intrinsic types (#22116)Michal Strehovský1-18/+18
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský1-3/+5
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-21/+27
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding1-1/+1
2018-11-30Implement 64-bit-only intrinsicFei Peng1-1/+6
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-1/+6
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+1
2018-11-13Handle generics in methodimpls for default interface methods (#20404)Michal Strehovský1-25/+75
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas1-9/+5
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-22/+2
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-21/+7
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-2/+2
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-0/+2
2018-09-07Merge pull request #19830 from echesakovMSFT/CrossGenAllocateMethodDescChunkP...Egor Chesakov1-0/+2
2018-09-04During CrossGen allocate MethodDescChunk for every MethodDesc in MethodTableB...Egor Chesakov1-0/+2
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-0/+7
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-7/+1
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-2/+2
2018-06-28Typo (#18684)John Doe1-1/+1
2018-06-25Cross-bitness regular and thread static fields offsets (#18636)Egor Chesakov1-2/+2
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov1-4/+4
2018-06-15Delete bitrotten appdomain agility checks (#18489)Jan Kotas1-7/+0
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko1-2/+2
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-10/+10
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-2/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-8/+8
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-16/+10
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-16/+16
2018-02-06Disable crossgen for types containing intrinsic types (#16213)Steve MacLean1-14/+11
2018-01-31Respond to PR feedback.Eric Erhardt1-16/+20
2018-01-31Add Vector<T> to CoreLib.Eric Erhardt1-2/+3
2018-01-30Move the MethodImpl iterator when checking default interface methods (#16099)Michal Strehovský1-1/+1
2018-01-27Moving the SetIsIntrinsic code earlier in the method table builder.Tanner Gooding1-23/+19
2018-01-27Updating the Vector64, Vector128, and Vector256 StructPacking tests.Tanner Gooding1-0/+3
2018-01-27Updating the VM to properly pack the SIMD hardware intrinsic types.Tanner Gooding1-21/+97
2018-01-27Updating the methodtablebuilder to handle the System V ABI packing requiremen...Tanner Gooding1-0/+17
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-1/+0
2018-01-22Merge pull request #15942 from tannergooding/no-multireg-simdTanner Gooding1-16/+33
2018-01-21Stop the SIMD hardware intrinsics types from undergoing crossgen.Tanner Gooding1-1/+15