summaryrefslogtreecommitdiff
path: root/src/vm/jithelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-11This enables Lttng Logging for CoreClr,Rama1-1/+1
2015-10-09Add allocation fast path for arrays of value type elements outside WindowsKoundinya Veluri1-1/+89
2015-09-13Improve the invalid cast message generated by unboxMike Danes1-5/+6
2015-07-09Support for SIMD ExceptionsCarol Eidt1-0/+36
2015-05-30Fix a bug in implementation of ICastable when CoreCLR throws exception on IL ...Eugene Zemtsov1-5/+12
2015-04-02CQ fix for generic handle lookup in GenericHandleWorkerChris McKinsey1-1/+4
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-6/+38
2015-03-17Merge changes from parent branchdotnet-bot1-0/+18
2015-03-02va_list portability fix in JIT_NewMDArr helperJan Kotas1-8/+5
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton1-0/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6764