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
/
lib
/
Headers
/
avx512vldqintrin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-17
/
+3
*
[X86] Remove the cvtuqq2ps256/cvtqq2ps256 mask builtins. Replace with uitofp/...
Craig Topper
2019-01-20
1
-18
/
+14
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-135
/
+137
*
[X86] Fold masking into subvector extract builtins.
Craig Topper
2018-06-08
1
-14
/
+24
*
[X86] Add subvector insert and extract builtins to enable target feature chec...
Craig Topper
2018-06-08
1
-20
/
+6
*
[X86] Avoid passing _mm_undefined* to builtin_shufflevector if we are able to...
Craig Topper
2018-06-04
1
-6
/
+3
*
[X86] Fix some places where macro arguments to intrinsics weren't cast to _m5...
Craig Topper
2018-05-31
1
-6
/
+6
*
[X86] Remove __extension__ from macro intrinsics when its not needed.
Craig Topper
2018-05-31
1
-88
/
+88
*
[X86] Reduce the number of setzero intrinsics to just the set defined by the ...
Craig Topper
2018-05-30
1
-1
/
+1
*
[X86] Use __builtin_convertvector to implement some of the packed integer to ...
Craig Topper
2018-05-21
1
-36
/
+28
*
[X86] Implement broadcastf32x2 and broadcasti32x2 intrinsics using __builtin_...
Craig Topper
2017-08-30
1
-27
/
+27
*
[AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.
Craig Topper
2017-01-18
1
-22
/
+20
*
[AVX-512] Remove masked vector insert builtins and replace with native shuffl...
Craig Topper
2016-11-01
1
-30
/
+24
*
[AVX-512] Remove masked vector extract builtins and replace with native shuff...
Craig Topper
2016-10-31
1
-24
/
+20
*
[AVX-512] Remove masked integer mullo builtins and replace with native IR.
Craig Topper
2016-09-03
1
-22
/
+16
*
[AVX-512] Implement masked floating point logical operations with native IR a...
Craig Topper
2016-08-31
1
-176
/
+127
*
[X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefin...
Craig Topper
2016-06-04
1
-2
/
+2
*
[AVX512] Remove space in -1 constants. NFC
Craig Topper
2016-06-04
1
-2
/
+2
*
Clean up: remove trailing spaces in x86 intrinsic headers.
Ekaterina Romanova
2016-05-28
1
-2
/
+2
*
[AVX512] Add parentheses around macro arguments in AVX512VLDQ intrinsics. Rem...
Craig Topper
2016-05-17
1
-228
/
+238
*
[Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} vfpclass{pd|ps}...
Michael Zuckerman
2016-04-25
1
-0
/
+44
*
[Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSE...
Michael Zuckerman
2016-04-19
1
-0
/
+90
*
[Clang][AVX512][Builtin] Adding support for VBROADCAST and VPBROADCASTB/W/D/Q...
Michael Zuckerman
2016-04-13
1
-0
/
+120
*
[Clang][AVX512][Builtin] Adding supporting to intrinsics of cvt{b|d|q}2mask{1...
Michael Zuckerman
2016-04-13
1
-0
/
+48
*
[X86] Header formatting fixes. NFC
Craig Topper
2015-11-11
1
-1
/
+1
*
Clean up trailing whitespace in the builtin headers
Sean Silva
2015-09-12
1
-1
/
+1
*
[X86][AVX512VLDQ] add reduce/range/cvt intrinsics
Asaf Badouh
2015-08-02
1
-0
/
+600
*
[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
2015-06-30
1
-40
/
+40
*
Update the intel intrinsic headers to use the target attribute support.
Eric Christopher
2015-06-17
1
-1
/
+1
*
Use a define for per-file function attributes for the Intel intrinsic headers.
Eric Christopher
2015-06-17
1
-38
/
+42
*
AVX-512: Added AVX-512 intrinsics and tests
Elena Demikhovsky
2015-04-30
1
-0
/
+349