summaryrefslogtreecommitdiff
path: root/src/vm/peimagelayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin1-45/+57
2019-05-30Remove unused code in vm/util.* (#24863)Aaron Robinson1-1/+1
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-7/+0
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-3/+1
2019-03-15Port AMSI scanning for assembly loads (#23231)Elinor Fung1-32/+50
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov1-1/+1
2018-05-14PEImageLayout: flush instruction cache only for pages with relocs. (#17773)Konstantin Baladurin1-15/+30
2018-03-30PEImageLayout: clear instruction cache after relocationsKonstantin Baladurin1-0/+22
2018-03-19Fix unloading of images mapped by PAL (#17053)Sven Boemer1-6/+6
2018-02-28Remove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToPE64Worker (#16676)Egor Chesakov1-110/+0
2018-02-11Delete PEFingerPrint.* (#16325)Jan Kotas1-18/+0
2017-10-09Fix zap and ready to run disabling (#14389)Jan Vorlicek1-2/+2
2017-09-14Fix crossgen memory mappings (#13972)Jan Vorlicek1-2/+10
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-04-26Fix filename display in exception messages (#11238)Gaurav Khanna1-1/+12
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-12/+14
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-28/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-52/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-94/+0
2016-06-07Fix for issue 3146: dotnet build is slower on Linux than Windows (#5524)Fadi Hanna1-13/+20
2016-04-23Fix loading of NI images on SELinuxJan Vorlicek1-1/+47
2016-03-09Delete dead codeJan Kotas1-24/+0
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-3/+3
2016-02-01Fix ReadyToRun on UnixJan Vorlicek1-13/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+855