summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-2/+2
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan1-1/+0
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-7/+7
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-14/+14
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-8/+8
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-2/+0
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+5
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-0/+7
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-5/+0
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