index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
avx512f-builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[x86] weaken test checks that shouldn't be here in the first place
Sanjay Patel
2017-06-27
1
-12
/
+15
*
[X86][AVX] Added support for _mm256_zext* helper intrinsics (PR32839)
Simon Pilgrim
2017-04-29
1
-0
/
+41
*
[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (clang)
Simon Pilgrim
2017-04-14
1
-1
/
+1
*
[X86][AVX512] Add _mm512_cvtsd_f64 and _mm512_cvtss_f32 intrinsics (PR32305)
Simon Pilgrim
2017-03-21
1
-0
/
+12
*
[X86][AVX512][Clang][Intrinsics] Adding missing intrinsics to Clang .
Igor Breger
2017-03-19
1
-0
/
+127
*
[x86] these aren't the undefs you're looking for (PR32176)
Sanjay Patel
2017-03-12
1
-37
/
+37
*
[AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.
Craig Topper
2017-01-18
1
-36
/
+44
*
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...
Craig Topper
2016-12-27
1
-4
/
+20
*
Revert r290575 "[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins ...
Craig Topper
2016-12-27
1
-20
/
+4
*
[AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins with the newly a...
Craig Topper
2016-12-27
1
-4
/
+20
*
[AVX-512] Remove masking from 512-bit vpermil builtins. The backend now has v...
Craig Topper
2016-12-11
1
-6
/
+10
*
[X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.
Craig Topper
2016-11-23
1
-6
/
+10
*
[X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with gene...
Simon Pilgrim
2016-11-16
1
-12
/
+32
*
[AVX-512] Replace masked dword and qword variable shift builtins with unmaske...
Craig Topper
2016-11-13
1
-18
/
+30
*
[AVX-512] Use scalar vfmsub/vfnmsub mask3 intrinsics instead of inverting the...
Craig Topper
2016-11-12
1
-8
/
+8
*
[AVX-512] Convert the rest of the masked shift by immediate and by single ele...
Craig Topper
2016-11-12
1
-36
/
+59
*
[X86][AVX512][Clang] Add support for mask_{move|store|load}_s{s/d} and int2ma...
Ayman Musa
2016-11-08
1
-9
/
+119
*
[AVX-512] Remove masked vector insert builtins and replace with native shuffl...
Craig Topper
2016-11-01
1
-12
/
+20
*
[AVX-512] Remove masked vector extract builtins and replace with native shuff...
Craig Topper
2016-10-31
1
-19
/
+27
*
[AVX-512] Replace 64-bit element and 512-bit vector pmin/pmax builtins with n...
Craig Topper
2016-10-24
1
-16
/
+112
*
[AVX-512] Replace 512-bit pmovzx/sx builtins with native IR.
Craig Topper
2016-10-23
1
-30
/
+50
*
[Clang][AVX512][BuiltIn]Adding missing intrinsics move_{sd|ss} to clang
Michael Zuckerman
2016-10-05
1
-0
/
+28
*
[AVX-512] Use native IR for masked 512-bit add/sub/mul/div ps/pd intrinsics w...
Craig Topper
2016-10-02
1
-16
/
+32
*
[AVX-512] Add _MM_FROUND_NO_EXC to test cases that pass a rounding mode intri...
Craig Topper
2016-10-01
1
-96
/
+96
*
[X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Elad Cohen
2016-09-28
1
-4
/
+1
*
[avx512] Add aliases to some missing avx512 intrinsics.
Ayman Musa
2016-09-27
1
-0
/
+255
*
[X86] Fix some illegal rounding modes in some builtin test cases to ones that...
Craig Topper
2016-09-22
1
-2
/
+2
*
[AVX-512] Remove masked integer mullo builtins and replace with native IR.
Craig Topper
2016-09-03
1
-2
/
+4
*
[AVX-512] Remove masked integer add/sub builtins and replace with native IR.
Craig Topper
2016-09-03
1
-8
/
+16
*
[AVX512] integer comparisions enumeration.
Asaf Badouh
2016-08-07
1
-12
/
+12
*
After PR28761 use -Wall with -Werror in builtins tests to identify
Eric Christopher
2016-08-04
1
-1
/
+1
*
[X86] Add missing __x86_64__ qualifiers on a bunch of intrinsics that assume ...
Craig Topper
2016-07-21
1
-0
/
+36
*
[AVX512] Replace masked AND/OR/XOR intrinsics with native code and remove the...
Craig Topper
2016-07-11
1
-18
/
+44
*
[X86] Use __butilin_shufflevector for 512-bit shufps intrinsics.
Craig Topper
2016-07-10
1
-3
/
+5
*
[X86][AVX512] Converted the VBROADCAST intrinsics to generic IR
Simon Pilgrim
2016-07-05
1
-34
/
+40
*
[X86][AVX512F] add float/double abs intrinsics
Asaf Badouh
2016-07-05
1
-4
/
+41
*
[X86] Use undefined instead of setzero in shufflevector based intrinsics when...
Craig Topper
2016-07-04
1
-6
/
+6
*
[X86][AVX512] Converted the VSHUFPD intrinsics to generic IR
Simon Pilgrim
2016-07-04
1
-3
/
+5
*
[X86][AVX512] Converted the VPERMPD/VPERMQ intrinsics to generic IR
Simon Pilgrim
2016-07-04
1
-12
/
+16
*
[X86][AVX512] Converted the VPERMILPD/VPERMILPS intrinsics to generic IR
Simon Pilgrim
2016-07-04
1
-12
/
+16
*
[X86][AVX512] Converted the MOVDDUP/MOVSLDUP/MOVSHDUP masked intrinsics to ge...
Simon Pilgrim
2016-07-02
1
-18
/
+24
*
Update the expected masked load/store intrinsics names in tests
Artur Pilipenko
2016-06-28
1
-18
/
+18
*
[AVX512] Replace masked unpack builtins with shufflevector and selects.
Craig Topper
2016-06-23
1
-20
/
+36
*
[AVX512] Replace masked integer cmp and ucmp builtins with native IR.
Craig Topper
2016-06-22
1
-56
/
+80
*
[AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
Craig Topper
2016-06-15
1
-8
/
+12
*
[Clang][AVX512][intrinsics] Adding missing intrinsics div_pd and div_ps
Michael Zuckerman
2016-06-14
1
-3
/
+13
*
[X86][AVX512F] bugfix - sqrtps should get __mask16 as mask parameter
Asaf Badouh
2016-06-13
1
-2
/
+2
*
[Clang][X86] Convert non-temporal store builtins to generic __builtin_nontemp...
Simon Pilgrim
2016-06-13
1
-3
/
+3
*
[AVX512] Implement masked and 512-bit pshufd intrinsics directly with __built...
Craig Topper
2016-06-11
1
-4
/
+6
*
[AVX512] Emit select instruction instead of using x86 specific instrinsics.
Igor Breger
2016-06-08
1
-8
/
+8
[next]