summaryrefslogtreecommitdiff
path: root/src/vm/methodtablebuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Prevent loading byref-like types with invalid layout (#25200)Michal Strehovský1-0/+10
2019-06-13Allow pregenerating most HW intrinsics in CoreLib (#24917)Michal Strehovský1-4/+1
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek1-6/+26
2019-05-30Allow generating HW intrinsics in crossgen (#24689)Michal Strehovský1-9/+23
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-3/+3
2019-05-20Cuckoo metadata (#24498)David Wrighton1-25/+23
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky1-5/+5
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-1/+1
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-1/+0
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri1-0/+5
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-218/+249
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson1-0/+5
2019-04-18Skip type sanity checks for CoreLib (#24074)Jan Kotas1-1/+1
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