Cleanup + Small TimeZoneInfo optimization for Unix (dotnet/corert#5314)
[platform/upstream/coreclr.git] / src / jit /
2018-01-30 Tanner GoodingMerge pull request #16066 from tannergooding/sse-intrinsics
2018-01-29 Carol EidtMerge pull request #16077 from mikedn/smalltype
2018-01-29 Andy AyersJIT: don't overlook strong nearby preference in LSRA...
2018-01-29 Carol EidtMerge pull request #15833 from sdmaclea/PR-ARM64-INITIA...
2018-01-29 Mike DanesUse genTypeCanRepresentValue only with small types
2018-01-28 Tanner GoodingMarking SSE HWIntrinsics as fully implemented
2018-01-28 Tanner GoodingAdding support for the SSE Store, StoreAligned, StoreAl...
2018-01-27 Eugene RozenfeldFix side effect flags setting after expression cloning...
2018-01-26 Steve MacLean[Arm64] Initial HWIntrinsic implementation
2018-01-25 Carol EidtMerge pull request #16005 from CarolEidt/Fix15848
2018-01-25 Carol EidtDisable the ConvertToUInt intrinsics by removing them...
2018-01-25 Jarret ShookMerge pull request #15813 from jashook/inner_loop_fixes
2018-01-24 Carol EidtDisable FP to Unsigned Vector Conversions
2018-01-24 Sergey AndreenkoDelete Ptr typedefs from jit src. (#15983)
2018-01-24 Carol EidtMerge pull request #15980 from CarolEidt/Fix15932
2018-01-24 Bruce ForstallMerge pull request #15949 from mikedn/shift-inconsistency
2018-01-23 Carol EidtAdjust minRegs for SELECT stress modes
2018-01-22 Bruce ForstallMerge pull request #15944 from BruceForstall/CorefxTest...
2018-01-22 Tanner GoodingMerge pull request #15942 from tannergooding/no-multire...
2018-01-22 Jan KotasFix Windows ARM release build break (#15958)
2018-01-21 Bruce ForstallMerge pull request #15948 from fiigii/fix-ifdef
2018-01-20 Jeremy BartonMerge pull request #15936 from GrabYourPitchforks/levib...
2018-01-20 Mike DanesFix 64 bit shift inconsistencies (on 32 bit targets)
2018-01-20 Fei Peng#if defined(_TARGET_XARCH_) || defined(_TARGET_ARM64_)
2018-01-20 Bruce ForstallMerge pull request #15945 from dotnet-bot/from-tfs
2018-01-20 Carol EidtMerge pull request #15903 from CarolEidt/Fix545505
2018-01-20 Bruce ForstallFix desktop build
2018-01-19 Tanner GoodingMerge pull request #15836 from tannergooding/emitInsBinary
2018-01-19 Carol EidtMerge pull request #15798 from sdmaclea/PR-ARM64-Set...
2018-01-19 Carol EidtMerge pull request #15933 from sdmaclea/PR-ARM64-EMIT...
2018-01-19 Carol EidtMerge pull request #15935 from sdmaclea/PR-ARM64-IRREGU...
2018-01-19 Carol EidtMerge pull request #15930 from mikedn/useless-code
2018-01-19 Carol EidtMerge pull request #15749 from fiigii/tabledrive
2018-01-19 Steve MacLean[Arm64] Set Instruction set flags
2018-01-19 Steve MacLean[Arm64] Remove irregular vector not handling
2018-01-19 Steve MacLean[Arm64] Add compare vector to zero emitters
2018-01-19 Mike DanesRemove some redundant code from TreeNodeInfoInit
2018-01-19 sergey ignatov[armel tizen] Fixed CoreRT issue #4626 unwinding suppor...
2018-01-19 Fei PengMerge SSE intrinsics into the table-driven framework
2018-01-19 Tanner GoodingRemoving an incorrect assert from emitInsBinary
2018-01-19 Bruce ForstallMerge pull request #15920 from BruceForstall/AllowArmJi...
2018-01-18 Tanner GoodingRefactoring emitInsBinary
2018-01-18 Fei Pengtable drive Intel hardware intrinsic
2018-01-18 Carol EidtMerge pull request #15901 from tannergooding/hwintrin...
2018-01-18 Bruce ForstallAllow COMPlus_JitHalt to display a pop-up on ARM/ARM64
2018-01-18 Carol EidtARM: Fix morphing of struct passed on stack
2018-01-18 Jacek Blaszczynski Update clr-configuration-knobs.md, add new C# csi...
2018-01-18 Tanner GoodingUpdating TYP_SIMD locals to no longer undergo struct...
2018-01-18 Tanner GoodingDisabling the Math.Round, Math.Floor, and Math.Ceiling...
2018-01-18 Tanner GoodingFixing some bad merge conflicts in the `emitIns_R_A_I...
2018-01-18 Carol EidtMerge pull request #15869 from sdmaclea/PR-ARM64-is16Byte
2018-01-17 Tanner GoodingMerge pull request #15897 from tannergooding/hwintrin...
2018-01-17 Carol EidtMerge pull request #15900 from tannergooding/sse-intrinsics
2018-01-17 Tanner GoodingUpdating emitIns_R_R_A_I to not be defined for the...
2018-01-17 Bruce ForstallMerge pull request #15893 from BruceForstall/FixR2RCrossgen
2018-01-17 Bruce ForstallMerge pull request #15894 from BruceForstall/DisableGet...
2018-01-17 Tanner GoodingMerge pull request #15538 from tannergooding/sse-intrinsics
2018-01-17 Tanner GoodingResolving PR feedback
2018-01-17 Tanner GoodingAdding support for the SSE Load, LoadAligned, LoadHigh...
2018-01-17 Tanner GoodingUpdating most of the SSE Compare intrinsics to support...
2018-01-17 Tanner GoodingUpdating the SSE HWIntrinsics to share code where possible.
2018-01-17 Tanner GoodingAdding support for the SSE MoveMask intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Set scalar intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Compare<op>Ordered and Compa...
2018-01-17 Tanner GoodingAdding support for the SSE ConvertTo Int32, Int32WithTr...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding support for the SSE Add, Divide, Max, Min, Move...
2018-01-17 Tanner GoodingAdding support for the SSE StaticCast intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Shuffle intrinsic
2018-01-17 Tanner GoodingAdding support for the SSE Set, SetAll, and SetZero...
2018-01-17 Tanner GoodingAdding support for the SSE Reciprocal, ReciprocalSqrt...
2018-01-17 Tanner GoodingAdding support for the SSE compare eq, gt, ge, lt,...
2018-01-17 Tanner GoodingAdding support for the SSE And, AndNot, Divide, Max...
2018-01-17 Tanner GoodingAdding the remaining SSE intrinsics to hwintrinsiclistx...
2018-01-17 Tanner GoodingMerge pull request #14736 from tannergooding/roundsx
2018-01-16 Tanner GoodingMerge pull request #15880 from tannergooding/hwintrin...
2018-01-16 Tanner GoodingMark emitIns_R_A and emitIns_R_R_A to be not defined...
2018-01-15 Steve MacLean[Arm64] Use is16Byte
2018-01-15 Tanner GoodingAdding SSE4.1 intrinsic support for Round, Ceiling...
2018-01-13 Bruce ForstallMerge pull request #15850 from BruceForstall/FastGCStress
2018-01-13 Bruce ForstallMerge pull request #15822 from BruceForstall/FixWriteBa...
2018-01-12 Tanner GoodingMerge pull request #15804 from tannergooding/hwintrin...
2018-01-12 Tanner GoodingFixing the hwintrin codgen containment checks
2018-01-12 Tanner GoodingAdding asserts that values are as expected for certain...
2018-01-12 Tanner GoodingAdding basic containment support to the x86 HWIntrinsics
2018-01-12 Jarret ShookMerge pull request #15815 from jashook/fix_helix_publish
2018-01-12 Bruce ForstallMerge pull request #15835 from BruceForstall/FixGCKeepAlive
2018-01-12 Bruce ForstallMerge pull request #15832 from BruceForstall/DisableNoG...
2018-01-11 Carol EidtMerge pull request #15791 from dotnetrt/dstdstsrc
2018-01-11 Jacek Blaszczynski[Infrastructure/Win] Add C++ header files to Visual...
2018-01-11 Jacek Blaszczynskimovhlps categorized as dstdstsrc
2018-01-11 Ben AdamsAllow CALLEE_IS_FORCE_INLINE precedent over CALLEE_DOES...
2018-01-11 Bruce ForstallFix non-Windows compile error
2018-01-11 Carol EidtMerge pull request #15814 from CarolEidt/FixObj
2018-01-11 Bruce ForstallFix ARM GCStress hole with byref write barrier helper
2018-01-11 Carol EidtFix change to fgMorphBlockOperand
2018-01-10 Jarret ShookMerge pull request #15784 from fiigii/hwci
2018-01-10 Carol EidtMerge pull request #15724 from sdmaclea/PR-ARM64-VECTOR64
2018-01-09 Jacek BlaszczynskiAddress review feedback
next