summaryrefslogtreecommitdiff
path: root/src/zap/zapinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable 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-13Allow pregenerating most HW intrinsics in CoreLib (#24917)Michal Strehovský1-2/+116
2019-06-13Emit a message when skipping a method in crossgen (#25125)Michal Strehovský1-0/+6
2019-06-11R2R ilstubs (#24823)David Wrighton1-0/+12
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna1-5/+2
2019-05-22Allow CORINFO_BOX_THIS for primitives and enums (#24644)Michal Strehovský1-1/+10
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-4/+4
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-24/+24
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-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-7/+18
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-0/+7
2019-02-09Add reporting exception from ResolveEHClause (#17947)Jan Vorlicek1-17/+26
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-4/+0
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 Rozenfeld1-91/+93
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 Peng1-2/+2
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský1-0/+5
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 Ayers1-0/+10
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld1-0/+10
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-1/+9
2018-09-20Performance fix for R2R: vtable calls (#20061)Fadi Hanna1-1/+2
2018-06-27Cross-bitness in ZapRelocs (#18665)Egor Chesakov1-1/+1
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-0/+7
2018-06-04Be more aggressive with Partial NGen (#18240)Michelle McDaniel1-0/+4
2018-06-03Warnings cleanup (#18260)Robin Sue1-2/+0
2018-05-16Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap (#18028)Egor Chesakov1-7/+7
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-3/+0
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng1-0/+5
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+10
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-2/+8
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+10
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+6
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+5
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-3/+4
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-19/+0
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-1/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-3/+4
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-1/+1
2017-06-14Remove the warning about Implicit boxing during crossgen (#12274)Brian Sullivan1-1/+0
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-12/+7
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-39/+0
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+19
2017-03-31Added DisableInlining flag to the ProfileData.Brian Sullivan1-2/+9