summaryrefslogtreecommitdiff
path: root/src/vm/methodtablebuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov1-2/+2
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-16/+10
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-16/+16
2018-02-06Disable crossgen for types containing intrinsic types (#16213)Steve MacLean1-14/+11
2018-01-31Respond to PR feedback.Eric Erhardt1-16/+20
2018-01-31Add Vector<T> to CoreLib.Eric Erhardt1-2/+3
2018-01-30Move the MethodImpl iterator when checking default interface methods (#16099)Michal Strehovský1-1/+1
2018-01-27Moving the SetIsIntrinsic code earlier in the method table builder.Tanner Gooding1-23/+19
2018-01-27Updating the Vector64, Vector128, and Vector256 StructPacking tests.Tanner Gooding1-0/+3
2018-01-27Updating the VM to properly pack the SIMD hardware intrinsic types.Tanner Gooding1-21/+97
2018-01-27Updating the methodtablebuilder to handle the System V ABI packing requiremen...Tanner Gooding1-0/+17
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-1/+0
2018-01-22Merge pull request #15942 from tannergooding/no-multireg-simdTanner Gooding1-16/+33
2018-01-21Stop the SIMD hardware intrinsics types from undergoing crossgen.Tanner Gooding1-1/+15
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-1/+1
2018-01-19Updating the VM to no longer treat the SIMD HWIntrinsic types as HFA or Multi...Tanner Gooding1-15/+18
2018-01-12Mark legacy ByRef-like types as ref in sources (#15846)Jan Kotas1-14/+1
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas1-32/+18
2017-12-22[Arm64] Disable HW Intrinsic NGEN (#15603)Steve MacLean1-7/+12
2017-12-15Merge pull request #15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský1-100/+268
2017-12-13Fix formatting and put more things under #ifMichal Strehovský1-9/+11
2017-12-06new intrinsic type support (#15340)Fei Peng1-1/+16
2017-12-05Put default interfaces behind a define (#15358)Michal Strehovský1-2/+4
2017-11-28Put default interface support behind a COMPlus switch (#15233)Michal Strehovský1-0/+20
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-2/+23
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng1-14/+22
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-0/+13
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-252/+33
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+14
2017-08-30Support checking for HFA types in altjitCarol Eidt1-184/+2
2017-08-15Finalize override lookup algorithm (#12753)Yi Zhang (CLR)1-47/+154
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-10/+11
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-58/+0
2017-07-19Fix build break after rebaseYi Zhang (CLR)1-2/+2
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-115/+152
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-6/+6
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-3/+4
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-1/+1
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-0/+6
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-4/+4
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-7/+7
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-2/+2
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-12/+12
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-636/+1
2017-03-29Tiered Compilation step 1noahfalk1-0/+10
2017-03-25Typo correction (#10482)Ofer Zelig1-2/+2
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-8/+8
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-582/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-8/+0