summaryrefslogtreecommitdiff
path: root/src/vm/comdelegate.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03Fix for issue #5467: [R2R] InvalidCastException in timer tests. (#5478)Fadi Hanna1-2/+2
2016-06-01Fix for issue 5343: Assert Failure: !"Cannot take the address of an uninstant...Fadi Hanna1-2/+16
2016-04-29Make Delegate BeginInvoke/EndInvoke throw PlatformNotSupportedException.Aditya Mandaleeka1-3/+3
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-6/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-53/+213
2015-09-18Add support for NativeCallableAttributetijoytom1-0/+77
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-25/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4000