summaryrefslogtreecommitdiff
path: root/src/vm/method.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+2
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-1/+1
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-4/+0
2016-05-03Fix calling convention mismatch in 7 interop tests and enable [NativeCallable...Yi Zhang (CLR)1-5/+0
2016-04-25ARM64: Fix NativeCallableKyungwoo Lee1-5/+9
2016-02-01Fix build on NetBSD, casting pointer to function to pointer to dataKamil Rytarowski1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-2/+15
2015-10-11This enables Lttng Logging for CoreClr,Rama1-6/+2
2015-09-18Add support for NativeCallableAttributetijoytom1-0/+27
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5849