summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-51/+2
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+7
2017-04-06Fix shutdown A/V issue when IBC logging with the Music Store appBrian Sullivan1-2/+15
2017-03-29Tiered Compilation step 1noahfalk1-1/+3
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-2/+1
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-14/+65
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-73/+0
2017-02-14Remove never defined FEATURE_REFLECTION_ONLY_LOADdanmosemsft1-16/+0
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-110/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-907/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-15/+0
2017-02-13Merge pull request #9298 from noahfalk/r2rnoahfalk1-8/+30
2017-02-13Rejit support for R2R imagesnoahfalk1-8/+30
2017-02-12Remove dead validator.cppdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-204/+0