summaryrefslogtreecommitdiff
path: root/include/llvm/IR/IntrinsicsX86.td
Commit message (Expand)AuthorAge
* [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.Chandler Carruth2014-06-25
* Add AVX512 masked leadz instrinsic support.Cameron McInally2014-06-11
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* AVX-512: changes in intrinsicsElena Demikhovsky2014-05-12
* AVX-512: optimized a shuffle pattern to VINSERTI64x4.Elena Demikhovsky2014-04-29
* [X86] Add support for Read Time Stamp Counter x86 builtin intrinsics.Andrea Di Biagio2014-04-24
* AVX-512: masked load/store + intrinsics for them.Elena Demikhovsky2014-03-13
* Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMe...Craig Topper2014-02-11
* AVX-512: Added intrinsic for cvtph2ps.Elena Demikhovsky2014-02-05
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky2014-01-06
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* AVX-512: changed intrinsics for mask operationsElena Demikhovsky2013-12-10
* AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin formElena Demikhovsky2013-12-10
* Update AVX512 vector blend intrinsic names.Cameron McInally2013-12-06
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-15
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-04
* AVX-512: fixed a typo in builtin nameElena Demikhovsky2013-11-04
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-31
* Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v...Cameron McInally2013-10-30
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-27
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-24
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-09
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-06
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-05
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-03
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* Add llvm.x86.* intrinsics for Intel SHA ExtensionsBen Langmuir2013-09-17
* Make a more clear AVX-512 section header that matches similar in the file.Craig Topper2013-09-17
* AVX-512: compiler intrinsicsElena Demikhovsky2013-08-19
* The vbroadcastsi256 intrinsic does not exactly resemble the GCCJuergen Ributzka2013-08-17
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Add XTEST codegen supportMichael Liao2013-03-26
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02