summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON1-1/+1
2020-04-22[Tizen] Add a config knob for importing ibc filesSwift Kim1-1/+14
2020-03-25Enable NGEN for methods marked with AggressiveOptimization (#27259)Dong-Heon Jung1-1/+4
2019-06-25Updating the zapper to filter out some named intrinsics which are dependent o...Tanner Gooding1-63/+79
2019-06-20Add custom default base address option to crossgen (#25227)Gleb Balykov2-1/+22
2019-06-13Allow pregenerating most HW intrinsics in CoreLib (#24917)Michal Strehovský2-4/+138
2019-06-13Emit a message when skipping a method in crossgen (#25125)Michal Strehovský1-0/+6
2019-06-11R2R ilstubs (#24823)David Wrighton2-7/+43
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna1-5/+2
2019-05-30Allow generating HW intrinsics in crossgen (#24689)Michal Strehovský1-0/+9
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-13/+0
2019-05-22Allow CORINFO_BOX_THIS for primitives and enums (#24644)Michal Strehovský1-1/+10
2019-05-20Cuckoo metadata (#24498)David Wrighton3-0/+271
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-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan2-7/+7
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan4-37/+38
2019-05-01Copy all win32 resources (#24308)David Wrighton5-49/+332
2019-04-19Look for IBC data outside Windows (#24062)Michal Strehovský2-4/+0
2019-04-18Fix RVA field placement order (#24047)Fadi Hanna2-6/+10
2019-04-15Check for null methodhandle before checking if the method is in the same vers...Fadi Hanna1-1/+1
2019-04-09Exclude PInvokes declared on other modules. We don't yet encode crossmodule r...Fadi Hanna1-0/+8
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-110/+2
2019-04-03Fix typo in zapimage.cpp (#23698)Egor Chesakov1-1/+1
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna2-7/+20
2019-03-17Fix conversion issuesSinan Kaya1-4/+4
2019-03-07Fix signed compare warningsSinan Kaya4-4/+4
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya3-3/+3
2019-02-22Store information about partial ngen in R2R images (#22680)Michal Strehovský1-0/+3
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers2-0/+10
2019-02-09Add reporting exception from ResolveEHClause (#17947)Jan Vorlicek1-17/+26
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara3-12/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov6-8/+37
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna1-16/+32
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld2-92/+94
2018-12-20Fix "harmless" bug in ZapImport - use AppendByte to emit fixup type (#21621)Tomáš Rylek1-1/+1
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský2-4/+4
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-1/+18
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng2-3/+4
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas6-58/+4
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski1-0/+27
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský2-0/+6
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-20/+15
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers2-0/+13
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski6-9/+9
2018-10-16High entropy ASLR for native imagesSimon Nattress1-0/+4
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld2-0/+12
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-1/+9