summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-249/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-25/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-16/+0
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-2/+18
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-2/+2
2016-09-23Remove CoreCLR's dependency on the diasymreader.dll installed as part of the ...Mike McLaughlin1-0/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-3/+3
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-4/+0
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-8/+2
2016-03-23Merge pull request #3735 from fadimounir/HashtableOfTypesFadi Hanna1-15/+6
2016-03-23Title: Hashtable of types for R2R modulesFadi Hanna1-15/+6
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-10/+0
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-09Delete dead codeJan Kotas1-32/+0