summaryrefslogtreecommitdiff
path: root/src/vm/jithelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-6/+0
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-55/+6
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-113/+13
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-15/+15
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-1/+39
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+71
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-2/+2
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-11/+0
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-1/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-13/+0
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-12/+0
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-11/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-28/+22
2018-11-05Updating the importer to throw a NotImplementedException if it finds a mustEx...Tanner Gooding1-0/+18
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek1-24/+45
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-2/+4
2018-05-27Typo (#18141)John Doe1-1/+1
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-01-30CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDSteve MacLean1-0/+18
2018-01-23Merge pull request #15949 from mikedn/shift-inconsistencyBruce Forstall1-2/+2
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-49/+0
2018-01-20Fix 64 bit shift inconsistencies (on 32 bit targets)Mike Danes1-2/+2
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-4/+4
2018-01-05JIT: fix decompose long left shift for overshift cases (#15704)Andy Ayers1-1/+1
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-115/+5
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-0/+18
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-303/+16
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-4/+4
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-2/+0
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-4/+4
2017-06-29Fix GC contract violation (#12542)Jan Kotas1-0/+1
2017-06-27Fix JIT_NewArr1 8-byte alignment for ELEMENT_TYPE_R8 on x86.Ruben Ayrapetyan1-1/+1
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-0/+15
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-26/+26
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-284/+2
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-4/+4
2017-02-28Use BIT64 instead of _WIN64 for LONG helpers (#9845)Jonghyun Park1-3/+2
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-114/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-35/+0
2017-02-12Remove never defined FEATURE_COMPRESSEDSTACKdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-1/+0
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+2
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-11/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2016-12-05[x86/Linux] Use Portable LMul JIT Helper (#8449)Jonghyun Park1-2/+2