Sync may31 release/8.0-tizen (#510)
[platform/upstream/dotnet/runtime.git] / src / coreclr / vm / methodtable.h
2024-06-06 Timur Mustafin/Adv... Sync may31 release/8.0-tizen (#510)
2023-12-15 JongHeonChoi[RISC-V] Replace Riscv with RiscV (#92318)
2023-07-28 JasperRemove _NoLogging methods from VM (#89641)
2023-07-19 David WrightonAdd support for default implementation of static virtua...
2023-07-11 David WrightonFix virtual static dispatch for variant interfaces...
2023-06-13 David WrightonImprove the performance of the type loader through...
2023-05-13 Kunal Pathak[JIT]: Inline TLS field access for GC type (#85619)
2023-04-25 mikelle-rogersEnC Support for Generics (#85269)
2023-04-14 Dong-Heon Jung[RISC-V] coreclr-vm and other directories in coreclr...
2023-04-04 David WrightonUse similar types for self-referential generics instead...
2023-03-23 Vladimir SadovUsing canonical All-pointers GC desc in more scenarios...
2023-02-01 Tlakaelel Axayakat... Merge branch 'main' of ../linker into main
2023-01-16 Tlakaelel Axayakat... Merge branch 'main' of ../linker into main
2022-12-22 Tlakaelel Axayakat... Merge branch 'SyncLinkerLinux' of ../linker into main
2022-12-06 Egor BogatovAllocate static boxes on FOH (#79188)
2022-11-14 Egor BogatovRevert "Allocate boxed static structs on Frozen Object...
2022-11-13 Egor BogatovAllocate boxed static structs on Frozen Object Heap...
2022-11-08 dotnet-botMerge branch 'main' of /home/tlakollo/Consolidation...
2022-10-06 Egor BogatovRevert "Revert frozen RuntimeType objects and write...
2022-09-27 Jan KotasRevert "Allocate RuntimeType objects on Frozen Object...
2022-09-22 Egor BogatovAllocate RuntimeType objects on Frozen Object Heap...
2022-08-19 David WrightonDisable Int128 use in by value ABI scenarios, and fix...
2022-08-01 Adeel MujahidFix typos (#73122)
2022-07-24 Adeel MujahidFix typos (#72709)
2022-07-22 Qiao Pengchengamend the LoongArch64-ABI for GCstress and NullableObje...
2022-07-17 Adeel MujahidFix typos (#72314)
2022-06-22 Tomáš RylekFix for issue 70385 (stack overflow in the CoreCLR...
2022-06-15 Jan KotasFind&replace FastInterlock* with Interlocked* (#70784)
2022-06-01 Tomáš RylekCoreCLR support for default interface implementation...
2022-05-23 Steve HarterAdd IL Emit support for MethodInfo.Invoke() and friends...
2022-05-16 Aaron RobinsonRemoval of IBC infrastructure (#68717)
2022-05-15 Jan KotasRevert "Add IL Emit support for MethodInfo.Invoke(...
2022-05-09 Steve HarterAdd IL Emit support for MethodInfo.Invoke() and friends...
2022-04-22 Premek VysokyMerge remote-tracking branch 'dotnet/main' into darc...
2022-04-21 Qiao Pengcheng[LoongArch64] coreclr-vm directory (#62885)
2022-02-15 David WrightonRemove the concept of fat dispatch tokens and fat type...
2022-01-21 Jeremy KoritzinskyImplement System.Runtime.CompilerServices.DisabledRunti...
2021-12-15 Jeremy KoritzinskyChange all "unmanaged" (no GC fields) sequential types...
2021-12-12 Adeel MujahidReplace CorInfoIntrinsics with NamedIntrinsic (#62639)
2021-11-27 Adeel MujahidFix miscellaneous typos (#62062)
2021-11-11 Aaron RobinsonFix Array ctor integer widening and add Reflection...
2021-09-20 Jeremy KoritzinskyMerge branch 'feature/DllImportGenerator' of /home...
2021-09-15 Jeremy KoritzinskyMerge pull request #59119 from jkoritzinsky/merge-main
2021-09-14 Jeremy KoritzinskyMerge branch 'main' of https://github.com/dotnet/runtim...
2021-08-28 Elinor FungRemove MethodTable::GetClassCtorInfoIfExists (always...
2021-08-25 Jeremy KoritzinskyRemove last vestiges of nidump now that NGEN is dead...
2021-08-25 Elinor FungRemove MethodTable::IsPreRestored (always false) (...
2021-08-24 David WrightonRemove PlainPointer, RelativePointer and RelativeFixupP...
2021-08-21 Elinor FungRemove IsZapped and GetZappedModule functions (#57823)
2021-08-19 Elinor FungDelete code under FEATURE_PREJIT (#57693)
2021-08-18 Jeremy KoritzinskyRemove `FEATURE_READYTORUN_COMPILER` define from non...
2021-08-18 Jeremy KoritzinskyRemove usages of FEATURE_NGEN_RELOCS_OPTIMIZATIONS...
2021-08-18 Elinor FungDelete code under `FEATURE_NATIVE_IMAGE_GENERATION...
2021-07-29 Jeremy KoritzinskyMerge pull request #56565 from jkoritzinsky/merge-main
2021-07-29 Jeremy KoritzinskyMerge branch 'main' of github.com:dotnet/runtime into...
2021-07-27 David WrightonFix type loader not recognizing overridden method ...
2021-07-13 David WrightonOpen types can exist as entries in interface map (...
2021-07-08 David WrightonFix race condition caused by updating interface map...
2021-06-29 David WrightonHandle marker types with more than 1 generic argument...
2021-06-28 David WrightonFaster type load for scenarios made more common by...
2021-06-28 Jeremy KoritzinskyFix alloc-dealloc mismatches (#54701)
2021-06-25 David WrightonFix handling of static virtual method implementation...
2021-05-25 Elinor FungMerge remote-tracking branch 'upstream/main' into featu...
2021-05-14 Tomáš RylekRuntime support for static virtual interface methods...
2021-05-13 Aaron RobinsonLow level API support for Objective-C interop. (#52146)
2020-12-08 Tomáš RylekDecember infra rollout - remove duplicated 'src' from...