summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-16Bug fixes from desktopJan Kotas1-3/+30
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-1/+1
2015-11-11Improve FEATURE_NATIVE_IMAGE_GENERATION ifdefsJan Kotas1-0/+2
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-6/+35
2015-10-08Code changes for firing etw events when a pdb is dynamically loaded. This cor...dotnet-bot1-2/+1
2015-09-25Fix clang only build breaksMatt Ellis1-1/+1
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-1/+1
2015-05-07Merge changes from parent branchdotnet-bot1-2/+8
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+2
2015-02-04Fixed typosPascal Borreli1-1/+1
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+16163