summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Check for a null import descriptor when fixing up vtables. (#23825)Jeremy Koritzinsky1-0/+5
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-151/+11
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-2/+66
2019-03-19Reintroduce PR #22617 (Update added types and methoddefs on ApplyMetadata) (#...David Mason1-17/+49
2019-03-07conversionSinan Kaya1-2/+2
2019-03-06Improve resiliency of LoadIBCMethodHelper (#23057)Michal Strehovský1-0/+5
2019-02-28Revert "Update added types and methoddefs on ApplyMetadata (#22617)" (#22923)Jan Kotas1-49/+17
2019-02-26Update added types and methoddefs on ApplyMetadata (#22617)David Mason1-17/+49
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-13/+0
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-87/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-31/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-7/+16
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna1-1/+2
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean1-25/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek1-7/+7
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-29/+0
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-34/+19
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-0/+6
2018-11-30Fix crossgen segfaultSteve MacLean1-2/+43
2018-11-30Address PR feedbackSteve MacLean1-44/+3
2018-11-30Remove dead codeSteve MacLean1-56/+14
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-186/+2
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek1-2/+2
2018-11-26Disable domain neutral loading (#21156)Jan Kotas1-1/+1
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-16/+0
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-7/+2
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-1/+1
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-1/+13
2018-09-27Replace Crst* with CrstStatic for IBCLogger (#20148)Michelle McDaniel1-1/+1
2018-09-07Fix the slashes when setting the ZapBBInstrDir (#19858)Michelle McDaniel1-2/+2
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown1-3/+378
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov1-0/+2
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+4
2018-08-14Delete dead code (#19452)Jan Kotas1-29/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-26/+2
2018-06-25Cross-bitness regular and thread static fields offsets (#18636)Egor Chesakov1-2/+20
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov1-2/+2
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-6/+6
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
2018-05-27Typo (#18141)John Doe1-1/+1
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-26/+0
2017-10-25Fix source/line info on Windows for Windows PDBs. (#14696)Mike McLaughlin1-13/+17
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-4/+0
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-22/+58
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-95/+0
2017-08-01Merge pull request #12856 from briansull/method-referenced-ibcdataBrian Sullivan1-0/+49
2017-07-24Add the runtime code versioning featurenoahfalk1-89/+1
2017-07-17Record references to all of the hot methods specifiled by MethodProfilingData...Brian Sullivan1-0/+49