Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | Implement the remaining BMI1/2 intrinsic (#21480) | Fei Peng | 1 | -0/+4 |
2018-12-14 | Simplifying the emitter handling of 4-byte encoded SSE instructions (#21528) | Tanner Gooding | 1 | -4/+2 |
2018-11-05 | Add support for BSWAP intrinsic (#18398) | Levi Broderick | 1 | -0/+4 |
2018-10-03 | Implement the remaining AVX2 intrinsic | Fei Peng | 1 | -0/+2 |
2018-09-10 | Implement PCLMULQDQ intrinsic | Fei Peng | 1 | -0/+3 |
2018-09-05 | Implement AVX2 Gather intrinsic in JIT | Fei Peng | 1 | -0/+8 |
2018-08-31 | Implement Avx2.Permute4x64 intrinsics | Jacek Blaszczynski | 1 | -0/+1 |
2018-08-28 | Replacing the IsDstSrcSrcAVXInstruction jump table with a flag. | Tanner Gooding | 1 | -12/+12 |
2018-08-28 | Replacing the IsDstDstSrcAVXInstruction jump table with a flag. | Tanner Gooding | 1 | -242/+242 |
2018-08-27 | Merging the instrsxarch fp, rf, and wf parameters into a single flags parameter | Tanner Gooding | 1 | -588/+578 |
2018-08-24 | Implement Intel AES intrinsic | Fei Peng | 1 | -0/+8 |
2018-08-22 | Implement AVX2 MaskLoad and MaskStore (#19513) | Fei Peng | 1 | -0/+2 |
2018-08-09 | Implementing the Avx.MaskStore intrinsics | Tanner Gooding | 1 | -2/+2 |
2018-07-16 | Implementing the Avx2 AlignRight, Blend, and ConvertTo* hwintrinsics. | Tanner Gooding | 1 | -0/+1 |
2018-07-09 | Implementing the ParallelBitDeposit and ParallelBitExtract Bmi2 HWIntrinsics | Tanner Gooding | 1 | -0/+3 |
2018-07-09 | Implementing the AndNot, ExtractLowestSetBit, GetMaskUpToLowestSetBit, and Re... | Tanner Gooding | 1 | -0/+9 |
2018-07-09 | Implementing the x86 TrailingZeroCount HWIntrinsic | Tanner Gooding | 1 | -0/+3 |
2018-05-25 | Updating the JIT to handle the FMA hardware intrinsics. | Tanner Gooding | 1 | -0/+65 |
2018-05-22 | Remove JIT LEGACY_BACKEND code (#18064) | Bruce Forstall | 1 | -59/+11 |
2018-03-22 | Add emitIns_AR_R_I for vextracti/f128 | Fei Peng | 1 | -2/+2 |
2018-03-20 | Implement more AVX/AVX2 intrinsics | Fei | 1 | -3/+9 |
2018-03-19 | Updating the x86 extract instructions to be properly listed as MR | Tanner Gooding | 1 | -3/+4 |
2018-03-16 | Implement AVX/AVX2 InsertVector128 and ExtractVector128 intrinsic | Fei Peng | 1 | -2/+2 |
2018-03-13 | Implement SSE2 StoreNonTemporal HW intrinsic - complete SSE2 ISA | Jacek Blaszczynski | 1 | -0/+1 |
2018-03-12 | Implement AVX Shuffle and Permute intrinsics | Fei | 1 | -0/+3 |
2018-03-02 | Implement Shuffle* SSE2 hardware intrinsics | Jacek Blaszczynski | 1 | -2/+4 |
2018-03-02 | Merge pull request #16646 from fiigii/insertextract | Carol Eidt | 1 | -0/+7 |
2018-03-02 | Merge pull request #16669 from tannergooding/hwintrin-sse2-maskmove | Carol Eidt | 1 | -0/+1 |
2018-03-01 | Implement SSE4.1 insert and extract | Fei Peng | 1 | -0/+7 |
2018-03-01 | Adding support for additional AVX hardware intrinsics | Tanner Gooding | 1 | -1/+2 |
2018-02-28 | Implementing the SSE2 MaskMove intrinsic | Tanner Gooding | 1 | -0/+1 |
2018-02-28 | Adding partial support for the SSE41 hardware intrinsics | Tanner Gooding | 1 | -1/+15 |
2018-02-26 | Update the table-driven framework to support x86 imm-intrinsics. | Fei Peng | 1 | -11/+17 |
2018-02-21 | Adding support for the SSE3 and SSSE3 hardware intrinsics | Tanner Gooding | 1 | -0/+7 |
2018-02-10 | Implement certain simple SIMD intrinsics for AVX/AVX2 | Fei Peng | 1 | -0/+12 |
2018-02-08 | Implement Sse2 memory fence instructions | Jacek Blaszczynski | 1 | -0/+2 |
2018-02-06 | Implement AVX2 LoadAlignedVector256/128NonTemporal | Fei Peng | 1 | -0/+1 |
2018-02-06 | Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256 | Fei Peng | 1 | -0/+2 |
2018-02-06 | Merge pull request #16228 from fiigii/store | Carol Eidt | 1 | -0/+2 |
2018-02-05 | Implement SSE2 Store* intrinsics | Fei Peng | 1 | -0/+2 |
2018-02-05 | Adding support for the StoreFence/Prefetch* APIs and the new Sse scalar overl... | Tanner Gooding | 1 | -0/+6 |
2018-02-05 | Adding support for the SSE2 LoadVector128, LoadAlignedVector128, and LoadScal... | Tanner Gooding | 1 | -0/+1 |
2018-01-31 | Implement simple Sse2 hardware intrinsics | Jacek Blaszczynski | 1 | -3/+21 |
2018-01-28 | Adding support for the SSE Store, StoreAligned, StoreAlignedNonTemporal, Stor... | Tanner Gooding | 1 | -0/+1 |
2018-01-19 | Merge SSE intrinsics into the table-driven framework | Fei Peng | 1 | -1/+0 |
2018-01-18 | table drive Intel hardware intrinsic | Fei Peng | 1 | -0/+9 |
2018-01-16 | Adding support for the SSE MoveMask intrinsic | Tanner Gooding | 1 | -0/+1 |
2018-01-16 | Adding support for the SSE Compare<op>Ordered and Compare<op>Unordered scalar... | Tanner Gooding | 1 | -0/+2 |
2018-01-16 | Adding support for the SSE compare eq, gt, ge, lt, le, ne, ord, and unord sca... | Tanner Gooding | 1 | -0/+2 |
2018-01-16 | Adding support for the SSE Reciprocal, ReciprocalSqrt, and Sqrt intrinsics | Tanner Gooding | 1 | -0/+6 |