Age | Commit message (Expand) | Author | Files | Lines |
2019-01-08 | Fix VZERoUPPER for HW intrinsic | Fei Peng | 1 | -7/+13 |
2018-12-21 | Implement the remaining BMI1/2 intrinsic (#21480) | Fei Peng | 1 | -0/+19 |
2018-12-10 | Don't require BLK nodes for SIMD | Carol Eidt | 1 | -2/+3 |
2018-12-06 | Moving CreateScalarUnsafe, ToScalar, Vector128.ToVector256Unsafe, and Vector2... | Tanner Gooding | 1 | -0/+54 |
2018-11-30 | Implement 64-bit-only intrinsic | Fei Peng | 1 | -0/+1 |
2018-11-20 | Merge pull request #21058 from CarolEidt/FixVZeroUpper | Carol Eidt | 1 | -0/+4 |
2018-11-17 | Removing the legacy helper intrinsics and adding tests for their replacements... | Tanner Gooding | 1 | -45/+0 |
2018-11-16 | Record AVX use for SIMD indirections | Carol Eidt | 1 | -0/+4 |
2018-11-05 | Adding some new functions to System.Math and System.MathF (#20788) | Tanner Gooding | 1 | -3/+1 |
2018-09-19 | Merge pull request #19811 from pentp/xcnt-false-dep | Carol Eidt | 1 | -11/+0 |
2018-09-07 | Merge branch 'master' into xcnt-false-dep | Pent Ploompuu | 1 | -3/+48 |
2018-09-06 | Cleanup LinearScan::BuildCast | Mike Danes | 1 | -32/+21 |
2018-09-05 | Implement AVX2 Gather intrinsic in JIT | Fei Peng | 1 | -3/+49 |
2018-09-04 | Improved fix for target register false dependency of lzcnt, tzcnt, and popcnt | Pent Ploompuu | 1 | -10/+0 |
2018-08-30 | Fix target register false dependency of lzcnt, tzcnt, and popcnt | Fei Peng | 1 | -0/+10 |
2018-08-28 | Handle multiReg COPY | Carol Eidt | 1 | -6/+11 |
2018-08-25 | Remove some GT_ASG_op leftovers (#18205) | mikedn | 1 | -1/+1 |
2018-07-17 | Kill RCX when used by shift | Carol Eidt | 1 | -0/+2 |
2018-07-16 | Implementing the Avx2 AlignRight, Blend, and ConvertTo* hwintrinsics. | Tanner Gooding | 1 | -0/+1 |
2018-07-02 | Fold away Sse.StaticCast and Avx.StaticCast in the importer | Tanner Gooding | 1 | -2/+0 |
2018-06-12 | Unify struct arg handling (#18358) | Carol Eidt | 1 | -2/+6 |
2018-06-07 | GT_START_NONGC has no kill set | Carol Eidt | 1 | -1/+1 |
2018-06-04 | Merge pull request #18267 from mikedn/lockadd3 | Carol Eidt | 1 | -24/+5 |
2018-06-04 | Cleanup LOCKADD handling | Mike Danes | 1 | -24/+5 |
2018-06-02 | Applying the formatting patch. | Tanner Gooding | 1 | -1/+1 |
2018-06-02 | Updating the x86 HWIntrinsics to query flags via explicit methods. | Tanner Gooding | 1 | -6/+5 |
2018-06-02 | Moving more methods to be static methods on HWIntrinsicInfo | Tanner Gooding | 1 | -1/+1 |
2018-06-02 | Moving the simdSizeOfHWIntrinsic and numArgsOfHWIntrinsic methods to be stati... | Tanner Gooding | 1 | -1/+1 |
2018-06-02 | Moving various x86 HWIntrinsicInfo lookup methods to be static methods on HWI... | Tanner Gooding | 1 | -7/+7 |
2018-05-25 | Updating the JIT to handle the FMA hardware intrinsics. | Tanner Gooding | 1 | -0/+88 |
2018-05-23 | Cleaning up LinearScan::BuildHWIntrinsic | Tanner Gooding | 1 | -161/+190 |
2018-05-23 | Create RefPositions without TreeNodeInfo (#16517) | Carol Eidt | 1 | -1049/+1017 |
2018-05-22 | Remove JIT LEGACY_BACKEND code (#18064) | Bruce Forstall | 1 | -8/+1 |
2018-04-17 | Unix/x64 ABI cleanup | Carol Eidt | 1 | -4/+4 |
2018-04-09 | Handle last uses that become contained | Carol Eidt | 1 | -1/+15 |
2018-03-22 | Implement SetAllVector256 | Fei Peng | 1 | -0/+14 |
2018-03-15 | Merge pull request #16813 from CarolEidt/FixDD544983 | Carol Eidt | 1 | -1/+6 |
2018-03-14 | Mark operands of dead FIELD_LIST as unused | Carol Eidt | 1 | -1/+6 |
2018-03-10 | Adding support for the Extend, GetLowerHalf, and StaticCast AVX intrinsics | Tanner Gooding | 1 | -0/+5 |
2018-03-09 | Fix the RMW delay handling for hwintrinsic nodes with RMW semantics and more ... | Tanner Gooding | 1 | -0/+13 |
2018-03-08 | Updating isRMWRegOper, OperIsCommutative, and canBeContained to handle HWIntr... | Tanner Gooding | 1 | -24/+5 |
2018-03-05 | Implement LoadHigh, LoadLow, and SetScalarVector128 SSE2 HW intrinsics | Jacek Blaszczynski | 1 | -1/+2 |
2018-03-05 | Merge pull request #16727 from CarolEidt/NoIndirByte | Carol Eidt | 1 | -1/+3 |
2018-03-02 | Don't force byte regs for indir address | Carol Eidt | 1 | -1/+3 |
2018-03-02 | Implement Shuffle* SSE2 hardware intrinsics | Jacek Blaszczynski | 1 | -4/+2 |
2018-03-02 | Merge pull request #16646 from fiigii/insertextract | Carol Eidt | 1 | -0/+14 |
2018-03-01 | Implement SSE4.1 insert and extract | Fei Peng | 1 | -0/+14 |
2018-02-28 | Implementing the SSE2 MaskMove intrinsic | Tanner Gooding | 1 | -0/+8 |
2018-02-28 | Set isInternalRegDelayFree for several of the x86 hwintrinsics | Tanner Gooding | 1 | -0/+2 |
2018-02-28 | Adding some asserts that we won't overwrite one of the hwintrinsic operand re... | Tanner Gooding | 1 | -6/+35 |