summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx512dq-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Also fix the test for _mm512_mullo_epi64 to test the intrinsic instead ...Craig Topper2018-07-101-1/+1
* [X86] Fix various type mismatches in intrinsic headers and intrinsic tests th...Craig Topper2018-07-071-6/+6
* [X86] Rename llvm.x86.avx512.mask.fpclass.p* to exclude 'mask.' from the name...Craig Topper2018-06-271-4/+4
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-12/+12
* [X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...Craig Topper2018-06-041-6/+6
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-6/+10
* [X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...Craig Topper2018-01-081-2/+4
* [X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics using __builtin_...Craig Topper2017-08-301-6/+10
* 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
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-9/+9
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-36/+45
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-12/+20
* [AVX-512] Add a regular expression to a test that was missed in r285540.Craig Topper2016-10-311-1/+1
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-12/+20
* [AVX-512] Add _MM_FROUND_NO_EXC to test cases that pass a rounding mode intri...Craig Topper2016-10-011-24/+24
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
* [X86] Fix some illegal rounding modes in some builtin test cases to ones that...Craig Topper2016-09-221-12/+12
* [AVX-512] Remove masked integer mullo builtins and replace with native IR.Craig Topper2016-09-031-2/+4
* [AVX-512] Implement masked floating point logical operations with native IR a...Craig Topper2016-08-311-16/+48
* [X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd to IRLama Saba2016-08-101-2/+4
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
* [Clang][Intrinsics][AVX512][BuiltIn] adding intrinsics for vrangesd instructi...Michael Zuckerman2016-06-301-0/+36
* [AVX512] Fix _mm_setzero_di to not require avx512vl since its used by the avx...Craig Topper2016-06-221-1/+1
* [Clang][AVX512][BUILTIN]Adding intrinsics for range_round_{sd|ss}Michael Zuckerman2016-06-081-0/+36
* [clang][AVX512][Intrinsics] Adding intrinsics reduce_[round]_{ss|sd} to clangMichael Zuckerman2016-06-071-0/+72
* [AVX512] Add intrinsics for 512-bit insertf32x8/insertf32x4/inserti32x4.Craig Topper2016-05-151-0/+18
* [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-1/+126
* [Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...Michael Zuckerman2016-04-131-0/+107
* [Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...Michael Zuckerman2016-04-131-0/+24
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-1/+5
* re-apply r.247881Asaf Badouh2015-09-171-0/+576
* revert r.247881 due to tests failuresAsaf Badouh2015-09-171-577/+0
* Appease clang/test/CodeGen/avx512dq-builtins.c for -Asserts, for now.NAKAMURA Takumi2015-09-171-0/+1
* [X86][AVX512DQ] add new intrinsicsAsaf Badouh2015-09-171-0/+577
* AVX-512: Added AVX-512 intrinsics and testsElena Demikhovsky2015-04-301-0/+164