summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-12Run ILLInk on System.Private.CoreLib.dll to remove dead code. (#16876)Eugene Rozenfeld1-7/+0
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-15/+15
2018-02-12Define type initialization semantics for interface instance methods (#16340)Michal Strehovský1-2/+3
2018-02-10Allow jit internal errors to propagate to user visible exception (#16320)Andy Ayers1-7/+0
2018-01-31Merge with latest code and PR feedback.Eric Erhardt1-1/+1
2018-01-31Add Vector<T> to CoreLib.Eric Erhardt1-1/+15
2018-01-30Fix contract violation in new method CEEInfo::getTypeForPrimitiveNumericClassBrian Sullivan1-17/+36
2018-01-23Delete dead code (#15990)Jan Kotas1-89/+0
2018-01-23Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (#15988)Levi Broderick1-0/+22
2018-01-23Catch ambiguous interface method resolution exceptions (#15978)Michal Strehovský1-3/+22
2018-01-23Do not devirtualize shared default interface methods (#15979)Michal Strehovský1-0/+8
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-18/+0
2018-01-19Stop treating all calls to instance interface methods as callvirt (#15925)Michal Strehovský1-1/+8
2018-01-05Detect ByRefLike types using attribute (#15745)Jan Kotas1-8/+1
2017-12-15Merge pull request #15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský1-5/+13
2017-12-14Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)Ahson Khan1-0/+23
2017-12-13Merge pull request #15244 from fiigii/vectorCarol Eidt1-0/+43
2017-12-13Adding Unsafe APIs that are used by System.Memory (#15497)Ahson Khan1-1/+19
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-0/+43