summaryrefslogtreecommitdiff
path: root/src/vm/virtualcallstub.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Fix crash/corruption in VSD hash tables when backpatching entry point slots i...Koundinya Veluri1-8/+48
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-26/+1
2019-02-15Fix bug in FindDispatchSlot usageAaron Robinson1-11/+11
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-12/+0
2019-01-22Do not throw from TraceResolver (#22126)Michal Strehovský1-3/+5
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-4/+41
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-22/+0
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-13/+22
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-7/+123
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-10/+2
2018-08-28fix build break when STUB_LOGGING is defined (#19707)Andy Ayers1-1/+1
2018-05-27Typo (#18141)John Doe1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2017-09-19Disable VSD Stub Kind Prediction on H/W Exception (#14051)Jonghyun Park1-4/+4
2017-07-25PerfMap instrument stubs (#12437)Steve MacLean1-0/+20
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-27/+27
2017-05-17[x86/Linux] Fix undefined references on SOS (#11701)Jonghyun Park1-7/+7
2017-02-28[x86/linux] Implement BackPatchWorkerAsmStub (#9690)Yongseop Kim1-0/+7
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-207/+0
2016-09-29Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)Jonghyun Park1-1/+1
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang1-5/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-0/+4
2015-09-08Fix missing uses of the INSTALL_MANAGED_EXCEPTION_DISPATCHERJan Vorlicek1-0/+2
2015-09-08Fix managed exception dispatchingJan Vorlicek1-0/+4
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-41/+91
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4198