summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx512bw-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove masking from dbpsadbw builtins, use select builtin instead.Craig Topper2018-06-111-3/+5
* [X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...Craig Topper2018-06-081-6/+6
* [X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrin...Craig Topper2018-06-071-2/+2
* [X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...Craig Topper2018-06-041-6/+6
* [X86] Reduce the number of setzero intrinsics to just the set defined by the ...Craig Topper2018-05-301-2/+2
* [X86] Merge the 3 different flavors of masked vpermi2var/vpermt2var builtins ...Craig Topper2018-05-291-4/+7
* [X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...Craig Topper2018-05-201-3/+5
* [X86] Use __builtin_convertvector to replace some of the avx512 truncate buil...Craig Topper2018-05-141-3/+5
* [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsicsChandler Carruth2018-04-261-205/+39
* Lowering x86 adds/addus/subs/subus intrinsics (clang)Alexander Ivchenko2018-04-191-39/+205
* [X86] Replace 512-bit masked pmaddubsw and pmaddwd intrinsic with unmasked in...Craig Topper2018-04-111-6/+10
* [X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw builtins.Craig Topper2018-02-201-9/+15
* [X86] Reverse the operand order of the implementation of the kunpack builtins.Craig Topper2018-02-121-2/+2
* [X86] Implement old kunpck intrinsics using vector ops on vXi1 instead of int...Craig Topper2018-01-141-12/+11
* [X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...Craig Topper2018-01-081-2/+4
* [x86][AVX512] Lowering kunpack intrinsics to LLVM IRJina Nahias2017-12-051-6/+16
* [X86] test/testn intrinsics lowering to IR. clang sideUriel Korach2017-11-131-8/+20
* Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-191-4/+194
* [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)Uriel Korach2017-09-131-6/+22
* [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IRYael Tsafrir2017-09-121-6/+48
* Fix problem with test. Michael Zuckerman2017-04-041-4/+4
* [X86][Clang] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into ...Michael Zuckerman2017-04-041-2/+4
* [AVX-512] Fix test cases that were using the builtins directly without typeca...Craig Topper2017-03-171-3/+3
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-6/+6
* [AVX-512] Replace 512-bit masked packss/packus builtins and replace with new ...Craig Topper2017-02-161-12/+20
* [AVX-512] Remove masking from 512-bit pshufb builtin. The backend now has a v...Craig Topper2016-12-101-3/+5
* [AVX-512] Replace masked 16-bit element variable shift builtins with new unma...Craig Topper2016-11-181-9/+15
* [AVX-512] Convert the rest of the masked shift by immediate and by single ele...Craig Topper2016-11-121-18/+30
* [AVX-512] Replace 64-bit element and 512-bit vector pmin/pmax builtins with n...Craig Topper2016-10-241-24/+64
* [AVX-512] Replace 512-bit pmovzx/sx builtins with native IR.Craig Topper2016-10-231-6/+10
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-031-2/+4
* [AVX-512] Remove masked integer add/sub builtins and replace with native IR.Craig Topper2016-09-031-8/+16
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-2/+2
* [X86][AVX512] Converted the VBROADCAST intrinsics to generic IRSimon Pilgrim2016-07-051-13/+16
* [Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt{s|us|}epi16_storeu_epi...Michael Zuckerman2016-07-051-0/+20
* Update the expected masked load/store intrinsics names in testsArtur Pilipenko2016-06-281-6/+6
* [AVX512] Replace masked unpack builtins with shufflevector and selects.Craig Topper2016-06-231-12/+20
* [AVX512] Replace masked integer cmp and ucmp builtins with native IR.Craig Topper2016-06-221-56/+80
* [AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.Craig Topper2016-06-151-8/+12
* [AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...Craig Topper2016-06-111-6/+10
* [AVX512] Add _mm512_bsrli_epi128 and _mm512_bslli_epi128 intrinsics.Craig Topper2016-06-111-0/+11
* [AVX512] Emit select instruction instead of using x86 specific instrinsics.Igor Breger2016-06-081-6/+6
* [AVX512] Convert masked palignr builtins directly to native IR similar to the...Craig Topper2016-06-061-3/+5
* [AVX512] Convert masked load builtins to generic masked load intrinsics inste...Craig Topper2016-05-311-4/+4
* [AVX512] Emit generic masked store instrinsics instead of using x86 specific ...Craig Topper2016-05-311-2/+2
* [Clang][avx512][Builtin] Adding intrinsics for cvtw2mask{128|256|512} instruc...Michael Zuckerman2016-05-031-0/+7
* [clang][AVX512][Builtin] Adding intrinsics for the SAD instruction set.Michael Zuckerman2016-04-281-0/+23
* [Clang][BuiltIn][AVX512] Adding intrinsics fot align{d|q} and palignr instruc...Michael Zuckerman2016-04-281-0/+20
* [Clang][AVX512][BuiltIn] Adding support to intrinsics of VPERMD and VPERMW in...Michael Zuckerman2016-04-251-0/+17