This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5221b09 [X86][AVX2] Added PSLLDQ/PSRLDQ shuffle combining tests
new 56a9634 [X86][SSE] Added PSLLDQ/PSRLDQ as a target shuffle type
new 0a38543 [X86] Remove GCC builtin name from some intrinsics that are n [...]
new 64162b5 [AVX512] Lower v8i64 and v16i32 to pshufd when possible.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/IntrinsicsX86.td | 15 ++----
lib/Target/X86/X86ISelLowering.cpp | 56 ++++++++++++++++++++--
test/CodeGen/X86/sad.ll | 26 +++++-----
test/CodeGen/X86/vector-shuffle-512-v16.ll | 20 +++++++-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 1 +
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 6 +--
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 12 ++---
test/CodeGen/X86/vector-zext.ll | 5 +-
8 files changed, 95 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6cf486c [AVX512] Implement masked and 512-bit pshufd intrinsics direc [...]
new 70686ca [AVX512] Use a regular expression instead of checking for a s [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/avx512vl-builtins.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5792875 [X86][SSE] Use vXi8 return type for PSLLDQ/PSRLDQ instructions
new 5221b09 [X86][AVX2] Added PSLLDQ/PSRLDQ shuffle combining tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9b042be [X86][AVX512] Tidied up VSHUFF32x4/VSHUFF64x2/VSHUFI32x4/VSHU [...]
new 5792875 [X86][SSE] Use vXi8 return type for PSLLDQ/PSRLDQ instructions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 21 +++++++++++----------
lib/Target/X86/X86InstrAVX512.td | 9 +++++----
lib/Target/X86/X86InstrSSE.td | 12 ++++++------
3 files changed, 22 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6be67f6 [clang-format] pass Style by reference instead of value.
new 595b8f3 [X86] Add explicit typecasts to some intrinsics.
new 6cf486c [AVX512] Implement masked and 512-bit pshufd intrinsics direc [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/BuiltinsX86.def | 3 ---
lib/Headers/avx512fintrin.h | 33 ++++++++++++++++++++++++---------
lib/Headers/avx512vlbwintrin.h | 10 ++++++----
lib/Headers/avx512vlintrin.h | 25 ++++++++++++-------------
lib/Sema/SemaChecking.cpp | 3 ---
test/CodeGen/avx512f-builtins.c | 10 ++++++----
test/CodeGen/avx512vl-builtins.c | 12 ++++++++----
7 files changed, 56 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ff78c8 * gcc-interface/trans.c (Case_Statement_to_gnu): Deal with c [...]
new 47dd61d * gcc-interface/trans.c (build_binary_op_trapv): If no opera [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/ChangeLog | 6 +
gcc/ada/gcc-interface/trans.c | 249 +++++++++++++++++++++---------------------
2 files changed, 128 insertions(+), 127 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 57f6ce0 * gcc-interface/decl.c (gnat_to_gnu_entity): Do not clobber [...]
new 0ff78c8 * gcc-interface/trans.c (Case_Statement_to_gnu): Deal with c [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/trans.c | 13 ++++++++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/case_character.adb | 19 +++++++++++++++++++
4 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/case_character.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 04806b4 * gcc-interface/decl.c (gnat_to_gnu_entity): Do not clobber [...]
new f24fa30 * gcc-interface/trans.c (Case_Statement_to_gnu): Deal with c [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/trans.c | 13 ++++++++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/case_character.adb | 19 +++++++++++++++++++
4 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/case_character.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 44a5e63 Fix this test to handle NDEBUG builds which don't have a name [...]
new 6be67f6 [clang-format] pass Style by reference instead of value.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Format/Format.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d872bcb Daily bump.
new 57f6ce0 * gcc-interface/decl.c (gnat_to_gnu_entity): Do not clobber [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 20 +++++++++++---------
2 files changed, 16 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.