summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek1-0/+5
2019-05-28Make sure the layout of coreclr!Module is the same as mscordaccore!ModuleAndrew Au1-2/+2
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-5/+4
2019-05-20Cuckoo metadata (#24498)David Wrighton1-0/+17
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-2/+13
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-1/+1
2019-04-29Removed method ReleaseManagedCommandLine()Brian Sullivan1-2/+0
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan1-0/+7
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan1-5/+0
2019-04-26Revert "Added method ReleaseManagedCommandLine to release memory"Brian Sullivan1-2/+0
2019-04-25Added method ReleaseManagedCommandLine to release memoryBrian Sullivan1-0/+2
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan1-0/+5
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-52/+4
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-23/+24
2019-03-19Reintroduce PR #22617 (Update added types and methoddefs on ApplyMetadata) (#...David Mason1-0/+7
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-02-28Revert "Update added types and methoddefs on ApplyMetadata (#22617)" (#22923)Jan Kotas1-7/+0
2019-02-26Update added types and methoddefs on ApplyMetadata (#22617)David Mason1-0/+7
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-13/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+1
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-4/+0
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek1-3/+2
2018-11-30Remove dead codeSteve MacLean1-6/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-81/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski1-1/+1
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-26/+30
2018-09-06Enable IJW Native calling managed (#19750)Morgan Brown1-0/+9
2018-08-14Delete dead code (#19452)Jan Kotas1-4/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-2/+0
2018-06-01Native lib relative path (#18239)Aaron Robinson1-1/+1
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-4/+0
2017-10-18Improve thread statics performance (#14560)Jan Kotas1-3/+9
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-9/+21
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-2/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-105/+11
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-8/+2
2017-07-10Remove m_pIBCErrorNameString and IBCErrorNameString()Brian Sullivan1-3/+0
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-0/+4
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-9/+17
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-2/+1
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-0/+5
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-5/+0
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-0/+7
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-44/+0
2017-02-13Rejit support for R2R imagesnoahfalk1-4/+6
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-8/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-48/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-6/+0
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-2/+8