summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512f-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [x86] weaken test checks that shouldn't be here in the first placeSanjay Patel2017-06-271-12/+15
* [X86][AVX] Added support for _mm256_zext* helper intrinsics (PR32839)Simon Pilgrim2017-04-291-0/+41
* [X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (clang)Simon Pilgrim2017-04-141-1/+1
* [X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32 intrinsics (PR32305)Simon Pilgrim2017-03-211-0/+12
* [X86][AVX512][Clang][Intrinsics] Adding missing intrinsics to Clang .Igor Breger2017-03-191-0/+127
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-37/+37
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-36/+44
* [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...Craig Topper2016-12-271-4/+20
* Revert r290575 "[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins ...Craig Topper2016-12-271-20/+4
* [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...Craig Topper2016-12-271-4/+20
* [AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has v...Craig Topper2016-12-111-6/+10
* [X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.Craig Topper2016-11-231-6/+10
* [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with gene...Simon Pilgrim2016-11-161-12/+32
* [AVX-512] Replace masked dword and qword variable shift builtins with unmaske...Craig Topper2016-11-131-18/+30
* [AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the...Craig Topper2016-11-121-8/+8
* [AVX-512] Convert the rest of the masked shift by immediate and by single ele...Craig Topper2016-11-121-36/+59
* [X86][AVX512][Clang] Add support for mask_{move|store|load}_s{s/d} and int2ma...Ayman Musa2016-11-081-9/+119
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-12/+20
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-19/+27
* [AVX-512] Replace 64-bit element and 512-bit vector pmin/pmax builtins with n...Craig Topper2016-10-241-16/+112
* [AVX-512] Replace 512-bit pmovzx/sx builtins with native IR.Craig Topper2016-10-231-30/+50
* [Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clangMichael Zuckerman2016-10-051-0/+28
* [AVX-512] Use native IR for masked 512-bit add/sub/mul/div ps/pd intrinsics w...Craig Topper2016-10-021-16/+32
* [AVX-512] Add _MM_FROUND_NO_EXC to test cases that pass a rounding mode intri...Craig Topper2016-10-011-96/+96
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+1
* [avx512] Add aliases to some missing avx512 intrinsics.Ayman Musa2016-09-271-0/+255
* [X86] Fix some illegal rounding modes in some builtin test cases to ones that...Craig Topper2016-09-221-2/+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
* [AVX512] integer comparisions enumeration.Asaf Badouh2016-08-071-12/+12
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
* [X86] Add missing __x86_64__ qualifiers on a bunch of intrinsics that assume ...Craig Topper2016-07-211-0/+36
* [AVX512] Replace masked AND/OR/XOR intrinsics with native code and remove the...Craig Topper2016-07-111-18/+44
* [X86] Use __butilin_shufflevector for 512-bit shufps intrinsics.Craig Topper2016-07-101-3/+5
* [X86][AVX512] Converted the VBROADCAST intrinsics to generic IRSimon Pilgrim2016-07-051-34/+40
* [X86][AVX512F] add float/double abs intrinsicsAsaf Badouh2016-07-051-4/+41
* [X86] Use undefined instead of setzero in shufflevector based intrinsics when...Craig Topper2016-07-041-6/+6
* [X86][AVX512] Converted the VSHUFPD intrinsics to generic IRSimon Pilgrim2016-07-041-3/+5
* [X86][AVX512] Converted the VPERMPD/VPERMQ intrinsics to generic IRSimon Pilgrim2016-07-041-12/+16
* [X86][AVX512] Converted the VPERMILPD/VPERMILPS intrinsics to generic IRSimon Pilgrim2016-07-041-12/+16
* [X86][AVX512] Converted the MOVDDUP/MOVSLDUP/MOVSHDUP masked intrinsics to ge...Simon Pilgrim2016-07-021-18/+24
* Update the expected masked load/store intrinsics names in testsArtur Pilipenko2016-06-281-18/+18
* [AVX512] Replace masked unpack builtins with shufflevector and selects.Craig Topper2016-06-231-20/+36
* [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
* [Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_psMichael Zuckerman2016-06-141-3/+13
* [X86][AVX512F] bugfix - sqrtps should get __mask16 as mask parameterAsaf Badouh2016-06-131-2/+2
* [Clang][X86] Convert non-temporal store builtins to generic __builtin_nontemp...Simon Pilgrim2016-06-131-3/+3
* [AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...Craig Topper2016-06-111-4/+6
* [AVX512] Emit select instruction instead of using x86 specific instrinsics.Igor Breger2016-06-081-8/+8
OpenPOWER on IntegriCloud