summaryrefslogtreecommitdiff
path: root/src/vm/jithelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-04Use Portable Floating-point Arithmetic Helpers (#8447)Jonghyun Park1-2/+2
2016-09-12Merge pull request #7133 from mikedn/x86-cast-long-floatPat Gavlin1-1/+1
2016-09-12Implement long to float cast for x86Mike Danes1-1/+1
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie1-10/+10
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-10/+10
2016-08-26modify gtFoldExprConst for casting to integer from floating point overflowHyeongseok Oh1-23/+0
2016-08-23fix for infinite and NaN doubleHyeongseok Oh1-6/+21
2016-08-19fix for correct conversion from negative double to unsigned long in ARM (modi...Hyeongseok Oh1-9/+8
2016-08-16fix for correct conversion from negative double to unsigned long in ARMHyeongseok Oh1-0/+9
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-26/+79
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang1-5/+4
2016-05-09JIT-EE interface changes to support CoreRTJan Kotas1-0/+19
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-4/+4
2016-03-23Remove special casing of platform assembliesJan Kotas1-17/+0
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-5/+5
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-25Integrate bug fixes from desktopJan Kotas1-5/+15
2015-10-13Add string allocation fast path outside WindowsKoundinya Veluri1-0/+68
2015-10-12Add some fast paths that are missing outside WindowsKoundinya Veluri1-8/+126