summaryrefslogtreecommitdiff
path: root/src/zap/zapimage.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov1-0/+6
2019-05-20Cuckoo metadata (#24498)David Wrighton1-0/+2
2019-05-16Suppress crossgen warnings on failures to load types/methods from IBC data. (...Fadi Hanna1-0/+4
2019-05-15Making crossgen throw when compiling with the PartialNgen flag and no IBC dat...Fadi Hanna1-0/+7
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-5/+5
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-3/+3
2019-05-01Copy all win32 resources (#24308)David Wrighton1-1/+1
2019-04-19Look for IBC data outside Windows (#24062)Michal Strehovský1-2/+0
2019-04-03Fix typo in zapimage.cpp (#23698)Egor Chesakov1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-7/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-1/+5
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-4/+0
2018-10-16High entropy ASLR for native imagesSimon Nattress1-0/+4
2018-07-20Zapper::CompileAssembly: save NI file atomically (#19059)Konstantin Baladurin1-2/+2
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-1/+2
2018-06-04Be more aggressive with Partial NGen (#18240)Michelle McDaniel1-5/+5
2018-05-16Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap (#18028)Egor Chesakov1-24/+24
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-5/+5
2017-12-08Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments exc...Egor Chesakov1-1/+1
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng1-0/+6
2017-09-04Print zapper stats on verbose mode (#13774)Hanjoung Lee1-0/+4
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-0/+1
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-72/+67
2017-07-10Move ITEM_DICTIONARY and ITEM_VTABLE_CHUNK to separate subsection of SECTION_...Gleb Balykov1-0/+1
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan1-1/+10
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-0/+6
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-2/+2
2017-03-31Added DisableInlining flag to the ProfileData.Brian Sullivan1-20/+20
2017-03-29Added two new profile data flags: ExcludeHotMethodCode and ExcludeColdMethodCodeBrian Sullivan1-61/+200
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-0/+1
2017-02-24Fix segmentation fault when using ZapImage::PrintStats() (#9731)Sujin Kim1-30/+40
2017-02-13Rejit support for R2R imagesnoahfalk1-0/+1
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-94/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-98/+1
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2016-10-28Ensure the module slot in R2R image can be located (#7875)John Chen1-0/+6
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-14/+15
2016-09-26Check PAL first, and then Windows Phone (#7354)Jonghyun Park1-4/+4
2016-09-22Generate CrossGen Pdbs as part of bulid (#7298)Vance Morrison1-0/+8
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-26/+36
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)1-2/+4
2016-03-23Title: Hashtable of types for R2R modulesFadi Hanna1-0/+8
2016-03-09Delete dead codeJan Kotas1-1671/+26
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-4/+5
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-28Modify crossgen to always set DLL bit in PE headerJohn Chen (CLR)1-0/+7
2016-01-27Update license headersdotnet-bot1-4/+3