summaryrefslogtreecommitdiff
path: root/src/vm/method.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON1-4/+4
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky1-61/+2
2019-06-10Add optimization tiers to the Linux perf maps for perfcollect (#24967)Koundinya Veluri1-0/+17
2019-06-05Fix GCStress coverage for multi reg returns. (#24826)Sergey Andreenko1-0/+6
2019-05-23Delete RETURNTYPE and change how we get ReturnKind for gccover. (#24600)Sergey Andreenko1-11/+4
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-0/+61
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-2/+2
2019-05-20Cuckoo metadata (#24498)David Wrighton1-0/+10
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-7/+4
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-4/+0
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-2/+2
2019-02-13Remove some CAS cruft (#22576)Aaron Robinson1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-7/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-67/+272
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek1-1/+1
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-2/+0
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-11/+4
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-1/+1
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-2/+0
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-0/+4
2018-10-19Add PInvoke/ExactSpelling tests (#19303)Zeng Jiang1-0/+2
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-46/+1
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-5/+6
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-0/+1
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-0/+12
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-1/+0
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-3/+1
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-3/+12
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-0/+8
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-1/+1
2018-02-21Disable tiered compilation for collectible assemblies (#16437)Koundinya Veluri1-0/+1
2018-01-31Add ETL flags for ReadyToRun (#15801)Andy Ayers1-2/+8
2017-12-13Fix formatting and put more things under #ifMichal Strehovský1-0/+4
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský1-9/+3
2017-10-23Fix for #12609 - add option to disable tiered compilation for profilers (#14...David Mason1-1/+2
2017-10-10Fix 14421noahfalk1-9/+2
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-1/+2
2017-09-15Merge pull request #14004 from noahfalk/fix_tiered_dynamicmethodNoah Falk1-1/+2
2017-09-14Disable tiered compilation for dynamic methodsnoahfalk1-1/+2
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-221/+187
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-2/+14
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-199/+8
2017-07-24Add the runtime code versioning featurenoahfalk1-21/+155
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-0/+8
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-0/+11
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-8/+24
2017-05-31Fix issues with RelativePointer instead of RelativeFixupPointer (#12004)gbalykov1-1/+1
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-32/+62
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-1/+1