summaryrefslogtreecommitdiff
path: root/src/zap/zapinfo.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-1/+1
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-1/+2
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský1-0/+1
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-0/+3
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld1-0/+2
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-0/+4
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng1-0/+1
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+2
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-4/+6
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+3
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+4
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+4
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-1/+2
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-4/+4
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko1-1/+1
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers1-1/+2
2017-03-02Jit interface support for devirtualizationAndy Ayers1-0/+5
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-1/+1
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin1-0/+2
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-4/+4
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin1-1/+2
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin1-0/+2
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin1-0/+1
2016-03-30Fix R2R fixups for delegate ctorsJan Kotas1-0/+6
2016-03-09Delete dead codeJan Kotas1-10/+0
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-6/+0
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas1-83/+0
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot1-1/+2
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-0/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas1-2/+2
2016-01-23Address code review feedback.Pat Gavlin1-2/+2
2015-09-24Fixing SAL anotation for VMRama Krishnan Raghupathy1-1/+1
2015-07-16Port CS#1495515 to ProjectK branch: Add a JIT-EE interface method for use by ...Bruce Forstall1-1/+5
2015-03-17Merge changes from parent branchdotnet-bot1-0/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+773