summaryrefslogtreecommitdiff
path: root/src/inc/corinfo.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Remove relocations for vtable chunks (#17147)Gleb Balykov1-10/+14
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-1/+1
2018-01-30CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDSteve MacLean1-5/+6
2018-01-04Merge changes from TFS (#15732)dotnet bot1-6/+5
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan1-5/+5
2017-12-13Adding valuenum support for acosh, asinh, atanh, and cbrtTanner Gooding1-5/+9
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-5/+12
2017-12-08[Arm64] Define ISA feature flagsSteve MacLean1-5/+5
2017-12-06new intrinsic type support (#15340)Fei Peng1-6/+21
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-5/+11
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-5/+6
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-6/+27
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-5/+6
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-5/+11
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-7/+15
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-10Update GUIDGleb Balykov1-5/+5
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-1/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-0/+7
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-5/+6
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-14/+15
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-0/+7
2017-06-02Add support for flat vtables in RyuJIT (#12041)Michal Strehovský1-1/+2
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+15
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers1-1/+2
2017-04-04CoreRT: make CORINFO_HELP_READYTORUN_DELEGATE_CTOR optimization for verifiabl...Sergey Andreenko1-0/+3
2017-04-03Merge pull request #10580 from noahfalk/fitjit_tier0_flagNoah Falk1-5/+5
2017-03-31Add Tier0/1 jit flagsnoahfalk1-5/+5
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park1-0/+11
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko1-7/+7
2017-03-25Typo correction (#10482)Ofer Zelig1-3/+3
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall1-105/+1
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers1-10/+15
2017-03-02Jit interface support for devirtualizationAndy Ayers1-6/+15
2017-02-25Treat BitConverter.IsLittleEndian as an intrinsicMike Danes1-0/+3
2017-02-14Generic Virtual calls for CoreRTSergey Andreenko1-0/+2
2017-01-11Initial implementation of two field span.Jan Kotas1-0/+2
2016-12-02Introduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT ABI (#8422)Jan Kotas1-4/+6
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-7/+7
2016-10-25Change JIT-EE interface GUIDBruce Forstall1-5/+5
2016-10-17ifdef for EE versionSergey Andreenko1-0/+2
2016-10-17helper for corertSergey Andreenko1-0/+2
2016-10-17helper for corertSergey Andreenko1-0/+2
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-5/+10
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna1-2/+3
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-4/+4
2016-05-20Remove some preprocessor usage from the JIT interface.Pat Gavlin1-13/+8
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin1-8/+28
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-5/+4
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin1-7/+33