summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-129/+37
2017-07-10Remove m_pIBCErrorNameString and IBCErrorNameString()Brian Sullivan1-33/+3
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-0/+26
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-2/+9
2017-07-10Additional fixes for RelativePointer, FixupPointer, RelativeFixupPointer, Pla...Gleb Balykov1-6/+6
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-14/+17
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-2/+5
2017-06-06Fixed the loading of ReadyToRun tuning native imageBrian Sullivan1-2/+3
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-0/+2
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-1/+4
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-1/+1