summaryrefslogtreecommitdiff
path: root/src/vm/class.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-05-24Set the HasExplicitSize flag when a class size is specified in metadata. (#24...Jeremy Koritzinsky1-0/+7
2019-05-20Cuckoo metadata (#24498)David Wrighton1-3/+2
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky1-495/+445
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-0/+1
2019-04-25Improve the performance of the type loader (#24177)David Wrighton1-3/+5
2019-04-16Arm64 vector ABI (#23675)Carol Eidt1-26/+139
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky1-8/+30
2019-03-04Move EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing to class.cpp (#22932)Jeremy Koritzinsky1-0/+700
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-4/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-5/+0
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-3/+1
2018-06-15Delete bitrotten appdomain agility checks (#18489)Jan Kotas1-474/+0
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-15/+1
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-2/+2
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-4/+4
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-1/+9
2018-01-22Merge pull request #15942 from tannergooding/no-multireg-simdTanner Gooding1-0/+14
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-2/+2
2018-01-19Updating the VM to no longer treat the SIMD HWIntrinsic types as HFA or Multi...Tanner Gooding1-0/+14
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-9/+1
2017-09-27Fix issue with HFA altjit apiBruce Forstall1-1/+8
2017-08-30Fix a typoCarol Eidt1-2/+1
2017-08-30Support checking for HFA types in altjitCarol Eidt1-2/+223
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-3/+14
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-6/+0
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-1/+9
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-2/+5
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-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-9/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-9/+0
2016-12-19Fix the bug that Secure Delegate Stubs are compiled every time. (#8592)Sujin Kim1-0/+1
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+3
2016-03-09Delete dead codeJan Kotas1-1281/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-04-28Updating WinRT Projections to use FacadesRyan Byington1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4746