summaryrefslogtreecommitdiff
path: root/src/vm/comdelegate.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON1-353/+322
2020-06-18Fix GenerateShuffleArray to support cyclic shuffles (dotnet/coreclr#26169)JUNG DONG-HEON1-19/+104
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos1-0/+10
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas1-103/+0
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas1-13/+0
2019-05-20Cuckoo metadata (#24498)David Wrighton1-1/+1
2019-05-09Delete suspicious code in delegate construction (#24493)Michal Strehovský1-76/+2
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-34/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-5/+1
2019-03-19Revert "Delete suspicious code in delegate construction (#22830)" (#23291)Jarret Shook1-2/+76
2019-03-14Delete suspicious code in delegate construction (#22830)Michal Strehovský1-76/+2
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2019-02-07Fix delegate creation for default interface methods on structs (#22427)Michal Strehovský1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-2/+2
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-97/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-14/+0
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-2/+2
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-103/+86
2018-10-17Fix collectible NativeCallable UMThunkEntry lifetime (#20438)Jan Vorlicek1-2/+2
2018-09-28Enable delegate marshalling for collectible types (#20158)Jan Vorlicek1-9/+0
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-47/+10
2018-08-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka1-0/+5
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka1-0/+5
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-5/+2
2018-05-03Step into multicast delegate (#17879)David Wrighton1-6/+6
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas1-5/+0
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-13/+13
2018-03-13Fix shuffling thunk for Unix AMD64 (#16904)Jan Vorlicek1-58/+90
2018-02-12Improve perf of DelegateConstruct (#16345)Andy Ayers1-3/+0
2017-10-06Delete dead code (#14365)Jan Kotas1-140/+0
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-166/+16
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-19/+19
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-47/+3
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-3/+3
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park1-1/+8
2017-03-27Don't ignore exceptions thrown from handlers of some events (#10502)Koundinya Veluri1-100/+39
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-42/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-10/+0
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-8/+2
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-1/+1
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-35/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-30/+0
2016-12-20Change wrong indentations in GetSecureInvoke() codes (#8688)Sujin Kim1-16/+16
2016-12-19Fix the bug that Secure Delegate Stubs are compiled every time. (#8592)Sujin Kim1-48/+74
2016-12-13[x86/Linux] implement TheUMEntryPrestub (#8589)SaeHie Park1-2/+2
2016-12-05Fix dangling StubLinkerCPU::EmitDelegateInvoke in x86/Linux (#8444)Jonghyun Park1-2/+2
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-2/+42
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar1-7/+7