summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+58
2017-12-04Merge branch 'master' into master-mergeMichal Strehovský1-3/+16
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-3/+16
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský1-57/+201
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-0/+39
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas1-10/+0
2017-10-16Delete dead code (#14521)Jan Kotas1-10/+1
2017-10-13Optimize type casts (#14420)Andy Ayers1-2/+83
2017-10-11Merge pull request #14424 from noahfalk/fix_14423Noah Falk1-16/+3
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-13/+0
2017-10-11Fix #14423noahfalk1-16/+3
2017-10-06Reorder checks in CEEInfo::getClassLayout (#14356)Jan Kotas1-8/+8
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+69
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton1-0/+117
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+117
2017-09-14Merge more changes from masterDavid Wrighton1-12/+1
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas1-12/+1
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-370/+135
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim1-3/+0
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+44
2017-09-01Clear the init-locals bit for CoreLib to workaround #1279 (#13728)Jan Kotas1-19/+29
2017-08-31Merge pull request #13215 from CarolEidt/CrossHFACarol Eidt1-2/+0
2017-08-31Adding {ReadOnly}Memory, OwnedMemory, MemoryHandle, and IRetainable (#13583)Ahson Ahmed Khan1-2/+4
2017-08-30Support checking for HFA types in altjitCarol Eidt1-2/+0
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-2/+17
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-280/+11
2017-08-07Review fixesGleb Balykov1-1/+1
2017-08-02Resolve FEATURE_GDBJIT/FEATURE_INTERPRETER conflictJonghyun Park1-3/+16
2017-07-25PerfMap instrument stubs (#12437)Steve MacLean1-0/+8
2017-07-24Add the runtime code versioning featurenoahfalk1-59/+6