summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512vl-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-72/+72
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-101-72/+72
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-091-72/+72
* [NewPM] Run avx*-builtins.c tests under the new pass manager onlyLeonard Chan2019-07-261-2/+41
* [X86] Don't use _MM_FROUND_CUR_DIRECTION in the intrinsics tests.Craig Topper2019-06-221-4/+4
* [X86] Make _mm_mask_cvtps_ph, _mm_maskz_cvtps_ph, _mm256_mask_cvtps_ph, and _...Craig Topper2019-06-201-4/+4
* [X86] Add new variadic avx512 compress/expand intrinsics that use vXi1 types ...Craig Topper2019-01-281-32/+32
* [X86] Add custom emission for the avx512 scatter builtins to convert from sca...Craig Topper2019-01-171-32/+32
* [X86] Add versions of the avx512 gather intrinsics that take the mask as a vX...Craig Topper2019-01-161-16/+16
* [X86] Add shift-by-immediate tests for non-immediate/out-of-range valuesSimon Pilgrim2019-01-081-0/+179
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-201-48/+48
* [X86] Add more intrinsics to match icc.Craig Topper2018-10-201-4/+4
* [X86] Add missing intrinsics to match icc.Craig Topper2018-10-201-45/+241
* [X86] Lowering integer truncation intrinsics to native IRMikhail Dvoretckii2018-07-101-8/+16
* [X86] Use shufflevector instead of a select with a constant mask for fmaddsub...Craig Topper2018-07-051-96/+96
* [X86] Fix some vector cmp builtins - TRUE/FALSE predicatesGabor Buella2018-07-051-56/+48
* [X86] NFC - add more test cases for vector cmp intrinsicsGabor Buella2018-07-051-84/+1589
* [X86] Correct the width of mask arguments in intrinsic headers and tests.Craig Topper2018-06-301-4/+4
* [X86] Remove masking from the avx512 rotate builtins. Use a select builtin in...Craig Topper2018-06-301-48/+80
* [X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IRGabor Buella2018-06-221-12/+127
* [X86] Lowering sqrt intrinsics to native IRTomasz Krupa2018-06-151-8/+8
* [X86] Use target independent masked expandload and compressstore intrinsics t...Craig Topper2018-06-101-24/+24
* [X86] Add builtins for vpermq/vpermpd instructions to enable target feature c...Craig Topper2018-06-081-6/+6
* [X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...Craig Topper2018-06-081-4/+4
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-6/+6
* [X86] Add builtins for vpermilps/pd instructions to enable target feature che...Craig Topper2018-06-081-8/+8
* [X86] Add builtins for shuff32x4/shuff64x2/shufi32x4/shuff64x2 to enable targ...Craig Topper2018-06-071-3/+3
* [X86] Lowering FMA intrinsics to native IR (Clang part)Gabor Buella2018-05-301-72/+390
* [X86] Merge the 3 different flavors of masked vpermi2var/vpermt2var builtins ...Craig Topper2018-05-291-32/+56
* [X86] Remove masking from pternlog llvm intrinsics and use a select instructi...Craig Topper2018-05-211-12/+20
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-10/+14
* [X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...Craig Topper2018-05-201-5/+9
* [X86] Revert part of r332266: Use __builtin_convertvector to replace some of ...Craig Topper2018-05-151-4/+2
* [X86] Use __builtin_convertvector to replace some of the avx512 truncate buil...Craig Topper2018-05-141-6/+10
* [X86] Remove '#ifdef __x86_64__' around mask_set1_epi64 intrinsics.Craig Topper2018-04-241-2/+0
* [X86] Emit native IR for pmuldq/pmuludq builtins.Craig Topper2018-04-091-8/+32
* [X86] Remove some masked cvt builtins that can be replaced with legacy sse/av...Craig Topper2018-02-241-22/+44
* [X86] Remove __builtin_ia32_permvarsf256_mask and __builtin_ia32_permvarsi256...Craig Topper2018-02-241-6/+9
* [X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...Craig Topper2018-02-101-8/+12
* [X86] test/testn intrinsics lowering to IR. clang sideUriel Korach2017-11-131-16/+41
* [x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IRJina Nahias2017-11-131-12/+24
* fixing a bug in mask[z]_set1 intrinsicJina Nahias2017-09-251-32/+4
* Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-191-8/+78
* [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)Uriel Korach2017-09-131-14/+40
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-17/+17
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-12/+16
* [AVX-512] Remove 128/256-bit masked vpermilvar builtins and replace with sele...Craig Topper2016-12-101-8/+16
* [X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64 shufflevector checkSimon Pilgrim2016-11-231-0/+1
* [X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.Craig Topper2016-11-231-12/+19
* [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with gene...Simon Pilgrim2016-11-161-20/+33
OpenPOWER on IntegriCloud