summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek1-0/+3
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-0/+24
2019-06-24Throw platform unsupported error for windows arm32 varargs (#25320)Jarret Shook1-2/+2
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-2/+2
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas1-25/+53
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-15/+2
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-5/+19
2019-05-22Track debug info for DynamicMethods for Profiler API (#24139)Mukul Sabharwal1-2/+2
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-2/+46
2019-05-09Merge pull request #24456 from briansull/ibc-workBrian Sullivan1-18/+18
2019-05-08Fix 23317. (#24383)Fadi Hanna1-13/+22
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-2/+0
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-6/+6
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-18/+18
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri1-1/+1
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri1-0/+15
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-1/+1
2019-04-02Fix arm altjit asm diffsBruce Forstall1-2/+1
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-3/+19
2019-04-01Enable negative type-check results in CoreLib version bubble (#23549)Jan Kotas1-2/+4
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2019-03-17Make more types eligible for vectorized code paths in MemoryExtensions (#20855)Levi Broderick1-0/+47
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-06Remove legacy behavior around non-virtual interface calls (#23032)Michal Strehovský1-9/+11
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-32/+0
2019-02-18Fix constrained call corner cases (#22464)Michal Strehovský1-1/+5
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-1/+63
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-183/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-1/+1
2019-01-14Large version bubble Support (#21727)Andon Andonov1-1/+1
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-4/+8
2018-12-23Fix warning causing error in warning as error (Windows) (#21656)Ben Adams1-3/+3
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-5/+25
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas1-18/+43
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-17/+6
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-3/+27
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt1-4/+16
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean1-5/+4
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-4/+16
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-17/+1
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský1-1/+37
2018-11-15Allow supressing exceptions in diamond inheritance cases (#20458)Michal Strehovský1-20/+2
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-6/+11
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-0/+98
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-72/+1
2018-11-08Make getClassGClayout work with with class types.Eugene Rozenfeld1-3/+15
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld1-0/+66
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-20/+3
2018-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský1-5/+10
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-8/+0