summaryrefslogtreecommitdiff
path: root/src/vm/method.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov1-1/+10
2019-09-12Fix watson bucketing/broken triage dumps (#26670)Mike McLaughlin1-0/+5
2019-06-22Fix ReturnKind classification for byref like types returned in registers (#25...Andy Ayers1-1/+1
2019-06-05Fix GCStress coverage for multi reg returns. (#24826)Sergey Andreenko1-2/+11
2019-05-23Delete RETURNTYPE and change how we get ReturnKind for gccover. (#24600)Sergey Andreenko1-18/+58
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-5/+23
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-9/+8
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-2/+6
2019-05-20Cuckoo metadata (#24498)David Wrighton1-3/+3
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri1-0/+4
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-0/+7
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-43/+4
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-29/+2
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-0/+273
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek1-8/+1
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-2/+9
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-9/+1
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-67/+0
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-0/+31
2018-10-19Add PInvoke/ExactSpelling tests (#19303)Zeng Jiang1-51/+66
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-10/+2
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-0/+31
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-7/+0
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-12/+74
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-1/+5
2018-03-28Fix handling of FCalls in ExternalMethodFixupWorker (#17252)Jan Vorlicek1-1/+4
2018-03-08Pass generic context argument for shared instance methods on generic interfac...Andon Andonov1-4/+5
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-234/+4
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-16/+2
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-124/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-94/+2
2017-07-19More update in /dev/defaultintf (#11693)Yi Zhang (CLR)1-5/+7
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-5/+13
2017-07-10Add FixupPlainOrRelativePointerField for MethodDesc fieldsGleb Balykov1-16/+2
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-2/+16
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-16/+17
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-1/+4
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-155/+0
2017-05-05Add compact entry points for ARM (#11109)gbalykov1-3/+218
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers1-1/+1
2017-04-07Handle unsupported varargs tests on Unix gracefully. (#10794)Jim Ma1-0/+2
2017-03-29Tiered Compilation step 1noahfalk1-1/+1
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-142/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-31/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-9/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-97/+0
2017-01-11Initial implementation of two field span.Jan Kotas1-1/+12