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
/
avx512vlbw-builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NewPM] Run avx*-builtins.c tests under the new pass manager only
Leonard Chan
2019-07-26
1
-3
/
+82
*
[X86] Restore the pavg intrinsics.
Craig Topper
2019-04-15
1
-60
/
+8
*
[X86] Add shift-by-immediate tests for non-immediate/out-of-range values
Simon Pilgrim
2019-01-08
1
-0
/
+84
*
[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...
Simon Pilgrim
2018-12-20
1
-16
/
+16
*
[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...
Simon Pilgrim
2018-12-19
1
-48
/
+16
*
[X86] Add more intrinsics to match icc.
Craig Topper
2018-10-20
1
-0
/
+48
*
[X86] Lowering addus/subus intrinsics to native IR
Tomasz Krupa
2018-08-14
1
-16
/
+64
*
[X86] Lowering integer truncation intrinsics to native IR
Mikhail Dvoretckii
2018-07-10
1
-1
/
+2
*
[X86] Correct the width of mask arguments in intrinsic headers and tests.
Craig Topper
2018-06-30
1
-64
/
+64
*
[X86] Remove masking from dbpsadbw builtins, use select builtin instead.
Craig Topper
2018-06-11
1
-6
/
+10
*
[X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...
Craig Topper
2018-06-08
1
-8
/
+8
*
[X86] Merge the 3 different flavors of masked vpermi2var/vpermt2var builtins ...
Craig Topper
2018-05-29
1
-8
/
+14
*
[X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...
Craig Topper
2018-05-20
1
-6
/
+10
*
[X86] Use __builtin_convertvector to replace some of the avx512 truncate buil...
Craig Topper
2018-05-14
1
-3
/
+5
*
[x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics
Chandler Carruth
2018-04-26
1
-237
/
+34
*
Lowering x86 adds/addus/subs/subus intrinsics (clang)
Alexander Ivchenko
2018-04-19
1
-34
/
+237
*
[X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...
Craig Topper
2018-01-08
1
-4
/
+8
*
[X86] test/testn intrinsics lowering to IR. clang side
Uriel Korach
2017-11-13
1
-16
/
+40
*
Lowering Mask Set1 intrinsics to LLVM IR
Jina Nahias
2017-09-19
1
-4
/
+171
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)
Uriel Korach
2017-09-13
1
-16
/
+32
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-8
/
+60
*
Fix problem with test.
Michael Zuckerman
2017-04-04
1
-8
/
+8
*
[X86][Clang] Converting __mm{|256|512}_movm_epi{8|16|32|64} LLVMIR call into ...
Michael Zuckerman
2017-04-04
1
-4
/
+8
*
[AVX-512] Replace masked 16-bit element variable shift builtins with new unma...
Craig Topper
2016-11-18
1
-18
/
+30
*
[AVX-512] Remove many of the masked 128/256-bit shift builtins and replace th...
Craig Topper
2016-10-31
1
-8
/
+200
*
[AVX-512] Remove masked 128/256-bit builtins for vpmaddwd and vpmaddubsw. Rep...
Craig Topper
2016-10-30
1
-8
/
+16
*
[AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw/pmulhw builtins and use ...
Craig Topper
2016-10-29
1
-12
/
+24
*
[AVX-512] Replace masked 128/256-bit byte, word, and dword min/max builtins w...
Craig Topper
2016-10-23
1
-32
/
+96
*
[AVX-512] Remove masked 128/256-bit packss/packus builtins and replace with s...
Craig Topper
2016-10-23
1
-16
/
+32
*
[AVX-512] Replace masked 128/256-bit pavg builtins and replace with select an...
Craig Topper
2016-10-22
1
-8
/
+16
*
[AVX-512] Replace masked 128/256-bit saturating add/sub builtins with select ...
Craig Topper
2016-10-22
1
-32
/
+64
*
[AVX-512] Replace masked 128/256-bit vpmovzx/vpmovsx builtins with native IR.
Craig Topper
2016-10-22
1
-8
/
+16
*
[AVX-512] Remove duplicate test cases from the avx512vlbw intrinsic test. The...
Craig Topper
2016-10-22
1
-120
/
+0
*
[AVX-512] Remove masked 128/256-bit pshufb builtins. Replace with a select an...
Craig Topper
2016-10-22
1
-4
/
+8
*
[AVX-512] Remove builtins for 128/256-bit pabsb/pabsw. We can use a select an...
Craig Topper
2016-10-22
1
-8
/
+16
*
[X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Elad Cohen
2016-09-28
1
-4
/
+2
*
[AVX-512] Remove masked integer mullo builtins and replace with native IR.
Craig Topper
2016-09-03
1
-4
/
+8
*
[AVX-512] Remove masked integer add/sub builtins and replace with native IR.
Craig Topper
2016-09-03
1
-16
/
+33
*
After PR28761 use -Wall with -Werror in builtins tests to identify
Eric Christopher
2016-08-04
1
-2
/
+2
*
[X86][AVX512] Converted the VBROADCAST intrinsics to generic IR
Simon Pilgrim
2016-07-05
1
-18
/
+24
*
[Clang][BuiltIn][AVX512] adding _mm{|256|512}_mask_cvt{s|us|}epi16_storeu_epi...
Michael Zuckerman
2016-07-05
1
-0
/
+42
*
Update the expected masked load/store intrinsics names in tests
Artur Pilipenko
2016-06-28
1
-12
/
+12
*
[AVX512] Replace masked unpack builtins with shufflevector and selects.
Craig Topper
2016-06-23
1
-16
/
+32
*
[AVX512] Replace masked integer cmp and ucmp builtins with native IR.
Craig Topper
2016-06-22
1
-112
/
+160
*
[AVX512] Use correct types for mask parameters in avx512vlbw cmp builtin tests.
Craig Topper
2016-06-22
1
-144
/
+144
*
[AVX512] Use native IR for mask pcmpeq/pcmpgt intrinsics.
Craig Topper
2016-06-15
1
-16
/
+24
*
Fix this test to handle NDEBUG builds which don't have a name for the
Chandler Carruth
2016-06-11
1
-4
/
+4
*
[AVX512] Implement 512-bit and masked shufflelo and shufflehi intrinsics dire...
Craig Topper
2016-06-11
1
-0
/
+55
*
[AVX512] Emit select instruction instead of using x86 specific instrinsics.
Igor Breger
2016-06-08
1
-12
/
+12
*
[AVX512] Convert masked palignr builtins directly to native IR similar to the...
Craig Topper
2016-06-06
1
-4
/
+8
[next]