This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 46539d88512 * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Update.
new 873dfb4bc98 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from e6a9f2bf1ed 2018-06-21 Richard Biener <rguenther(a)suse.de>
new d6768ec1076 Daily bump.
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/DATESTAMP | 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 d8c64fc2479 [InstCombine] add test for shuffle-of-binops; NFC
new 7fe9364c8bd [InstCombine] fix shuffle-of-binops bug
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/Transforms/InstCombine/InstCombineVectorOps.cpp | 10 ++++++++--
test/Transforms/InstCombine/shuffle_select.ll | 5 +++--
2 files changed, 11 insertions(+), 4 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 binutils-gdb.
from 385e4d0f27 MIPS/opcodes: Fix a typo in `-M ginv' option description
new 8ea3acd626 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.1-branch
in repository binutils-gdb.
from 0551f34df6 Automatic date update in version.in
new d008cd62db Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_30-branch
in repository binutils-gdb.
from d87a4cd489 Automatic date update in version.in
new d69b2ceb6f Automatic date update in version.in
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:
bfd/version.h | 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 0225aa982fb AMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF
new d8c64fc2479 [InstCombine] add test for shuffle-of-binops; NFC
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/Transforms/InstCombine/shuffle_select.ll | 14 ++++++++++++++
1 file changed, 14 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 clang.
from b3f7cdc3d9 [X86] Update handling in CGBuiltin to be tolerant of out of [...]
new 6fe85e4ee4 [x86] Teach the builtin argument range check to allow invali [...]
new b88a7c5393 [x86] Fix a tiny bug in my test case in r335309 by marking t [...]
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/DiagnosticSemaKinds.td | 5 +-
include/clang/Sema/Sema.h | 4 +-
lib/Sema/SemaChecking.cpp | 24 +++-
test/CodeGen/builtins-mips-args.c | 28 ++---
test/CodeGen/builtins-systemz-vector-error.c | 140 +++++++++++------------
test/CodeGen/builtins-systemz-vector2-error.c | 32 +++---
test/CodeGen/builtins-systemz-zvector-error.c | 4 +-
test/CodeGen/builtins-systemz-zvector2-error.c | 4 +-
test/CodeGen/hexagon-check-builtins.c | 16 +--
test/Sema/aarch64-neon-fp16-ranges.c | 40 +++----
test/Sema/aarch64-neon-ranges.c | 150 ++++++++++++-------------
test/Sema/arm-neon-types.c | 2 +-
test/Sema/builtin-object-size.c | 6 +-
test/Sema/builtin-prefetch.c | 6 +-
test/Sema/builtins-arm.c | 32 +++---
test/Sema/builtins-arm64.c | 14 +--
test/Sema/builtins-ppc.c | 34 +++---
test/Sema/builtins-x86.c | 74 ++++++------
test/Sema/builtins-x86.cpp | 24 ++++
test/SemaCXX/neon-vector-types.cpp | 2 +-
20 files changed, 341 insertions(+), 300 deletions(-)
create mode 100644 test/Sema/builtins-x86.cpp
--
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 3499852bee2 [Instrumentation] Add Call Graph Profile pass
new 0225aa982fb AMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF
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/AMDGPU/AMDGPUInstructionSelector.cpp | 15 +++++++++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.h | 1 +
.../AMDGPU/GlobalISel/inst-select-implicit-def.mir | 25 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-implicit-def.mir
--
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 ae3ac6af8d Ignore blacklist when generating __cfi_check_fail.
new b3f7cdc3d9 [X86] Update handling in CGBuiltin to be tolerant of out of [...]
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/CodeGen/CGBuiltin.cpp | 42 +++++++++++++++++++++++++++++-------------
test/CodeGen/avx-builtins.c | 16 ++++++++--------
test/CodeGen/sse2-builtins.c | 4 ++--
test/CodeGen/sse41-builtins.c | 14 +++++++-------
test/CodeGen/vector.c | 4 ++--
5 files changed, 48 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.