summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-1/+12
2018-09-28Make `structType` optional in jitEEInterface method `getFieldType`. (#20191)Sergey Andreenko1-3/+6
2018-09-26Cross-bitness in VTable Calls (#20137)Egor Chesakov1-2/+2
2018-09-20Performance fix for R2R: vtable calls (#20061)Fadi Hanna1-4/+17
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-19/+5
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-4/+3
2018-08-06Merge pull request #19228 from AndyAyersMS/FixDevirtFinalMethodAndy Ayers1-0/+14
2018-08-02Fix resolveVirtualMethodHelper to check for explicit override casesAndy Ayers1-0/+14
2018-08-01Allow rejit on attach (#19054)David Mason1-1/+1
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-3/+13
2018-06-26Add VM support for Unsafe.AsRef(in T)Jan Kotas1-1/+2
2018-06-25Cross-bitness in instance fields placement and CORINFO structs (#18366)Egor Chesakov1-5/+5
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas1-0/+5
2018-06-11(Re)Enable NativeVarargs for CoreCLR (#18373)Jarret Shook1-0/+2
2018-06-06Cross-bitness support in JitInterface (#18329)Egor Chesakov1-11/+30
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-3/+3
2018-06-03Typo (#18266)John Doe1-2/+2
2018-06-03Warnings cleanup (#18260)Robin Sue1-6/+7
2018-05-27Typo (#18141)John Doe1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2018-05-14Remove usages of AnsiString and replace them with UnicodeString. (#17989)Brian Robbins1-2/+7
2018-04-18Merge pull request #16962 from CarolEidt/UnixDefinesCarol Eidt1-10/+14
2018-04-17Handle getTailCallCopyArgsThunk returning NULL in the JIT (#17592)Jan Kotas1-2/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-10/+14
2018-03-27[Arm64] Fix forcerelocs (#17264)Steve MacLean1-0/+3
2018-03-27[Arm64] reserve for jump stubs (#17244)Steve MacLean1-22/+40
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0