summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-1/+3
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-2/+2
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-1/+1
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-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský1-1/+8
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko1-2/+2
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-1/+1
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-0/+3
2018-03-27[Arm64] reserve for jump stubs (#17244)Steve MacLean1-8/+14
2017-12-15Merge pull request #15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský1-1/+2
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-0/+6
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+2
2017-12-04Merge branch 'master' into master-mergeMichal Strehovský1-0/+20
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-0/+20
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský1-6/+33
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-0/+5
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+14
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey1-6/+14
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-0/+8
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+8
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-8/+11
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+1
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-2/+2
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-24Add the runtime code versioning featurenoahfalk1-6/+8
2017-07-19Default Interface Method Prototype (#10505)Yi Zhang (CLR)1-1/+2
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-2/+2
2017-06-29Move JIT_TrialAlloc declaration into jitinterfacex86.cpp (#12562)Jonghyun Park1-35/+0
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-0/+1
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-5/+5
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-9/+4
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko1-1/+1
2017-03-21Fix several devirtualization issuesAndy Ayers1-0/+6
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers1-1/+2
2017-03-02Jit interface support for devirtualizationAndy Ayers1-0/+5
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka1-0/+1
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka1-0/+1
2017-02-28Use BIT64 instead of _WIN64 for LONG helpers (#9845)Jonghyun Park1-6/+9
2017-02-16[x86/Linux] Fix IsIPInMarkedJitHelper to handle sigsegv (#9605)SaeHie Park1-4/+4
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-48/+0
2017-02-03[x86/Linux] Clean Up JIT_EndCatch (#9302)Jonghyun Park1-2/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-0/+3
2016-12-01[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (#8390)Jonghyun Park1-1/+1
2016-11-28[x86/Linux] Fix 'stdcall' here was previously declared without (#8320)SaeHie Park1-1/+1
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-3/+3
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-0/+14
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-14/+13