summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx512vldq-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Rename llvm.x86.avx512.mask.fpclass.p* to exclude 'mask.' from the name...Craig Topper2018-06-271-8/+8
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-6/+6
* [X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...Craig Topper2018-06-041-9/+9
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-12/+20
* [X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...Craig Topper2018-01-081-4/+11
* [X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics using __builtin_...Craig Topper2017-08-301-9/+15
* Fix problem with test. Michael Zuckerman2017-04-041-8/+8
* [X86][Clang] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into ...Michael Zuckerman2017-04-041-4/+11
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-6/+6
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-18/+22
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-6/+10
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-6/+10
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-031-4/+8
* [AVX-512] Implement masked floating point logical operations with native IR a...Craig Topper2016-08-311-33/+73
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
* [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} vfpclass{pd|ps}...Michael Zuckerman2016-04-251-0/+48
* [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSE...Michael Zuckerman2016-04-191-0/+72
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-131-0/+90
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-131-0/+49
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-2/+5
* [X86][AVX512VLDQ] add reduce/range/cvt intrinsics Asaf Badouh2015-08-021-0/+576
* AVX-512: Added AVX-512 intrinsics and testsElena Demikhovsky2015-04-301-0/+231