This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c65bd2d5a3 [X86][AVX2] Tag MASKMOV instruction scheduler classes
new e5a2c5a162f [cmake] Remove unnecessary header include in atomics check
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:
cmake/modules/CheckAtomic.cmake | 1 -
1 file changed, 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 lld.
from f1504b0be [ELF] - Show .plt symbols in -Map output.
new 7b447ee91 Don't allocate an error message when there is no error.
new 9d43bc6b0 Don't allocate memory for an error message on success.
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:
ELF/InputFiles.cpp | 11 ++++++++---
1 file changed, 8 insertions(+), 3 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 7cc244debb remote: Make qXfer packets respect corresponding "set remote [...]
new 1c9c7ce078 Objcopy interleave fails if section address not multiple 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:
binutils/ChangeLog | 7 +++++++
binutils/objcopy.c | 11 +++++++++++
ld/ChangeLog | 5 +++++
ld/testsuite/ld-elf/interleave-0.d | 9 +++++++++
ld/testsuite/ld-elf/interleave-4.d | 9 +++++++++
ld/testsuite/ld-elf/interleave.ld | 10 ++++++++++
ld/testsuite/ld-elf/interleave.s | 18 ++++++++++++++++++
7 files changed, 69 insertions(+)
create mode 100644 ld/testsuite/ld-elf/interleave-0.d
create mode 100644 ld/testsuite/ld-elf/interleave-4.d
create mode 100644 ld/testsuite/ld-elf/interleave.ld
create mode 100644 ld/testsuite/ld-elf/interleave.s
--
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 130d6d8471b [X86] Regenerate test for r319778
new 1c65bd2d5a3 [X86][AVX2] Tag MASKMOV instruction scheduler classes
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/X86InstrSSE.td | 27 ++++++++++++++++-----------
test/CodeGen/X86/avx2-schedule.ll | 16 ++++++++--------
2 files changed, 24 insertions(+), 19 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 llvm.
from 47aefda7c62 [X86][AVX512] Tag aligned/unaligned move instruction schedu [...]
new 130d6d8471b [X86] Regenerate test for r319778
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/avx512bw-intrinsics-upgrade.ll | 5 +++--
1 file changed, 3 insertions(+), 2 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 c6a3b6354ea PR tree-optimization/83075 - Invalid strncpy optimization
new d5717a0351a gcc/ChangeLog:
new f3969b4952b PR tree-optimization/82646 - bogus -Wstringop-overflow with [...]
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:
gcc/ChangeLog | 9 ++
gcc/builtins.c | 6 +-
gcc/doc/invoke.texi | 8 ++
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/ext/strncpy-chk1.C | 7 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 4 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-9.c | 150 ++++++++++++++++++++++++++
7 files changed, 185 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-stringop-chk-9.c
--
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 e67db33ecdb AMDGPU Tests: Change a case to be run with -O0
new 47a46192bbb [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __n [...]
new 138b4f20216 InstructionSimplify: 'extractelement' with an undef index is undef
new a7566ef3eff [X86] Attempt to fix a ubsan failure in the autoupgrade of [...]
new 72e969ff83b [X86][AVX] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests
new 47aefda7c62 [X86][AVX512] Tag aligned/unaligned move instruction schedu [...]
The 5 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/IntrinsicsNVVM.td | 5 +
lib/Analysis/InstructionSimplify.cpp | 5 +
lib/IR/AutoUpgrade.cpp | 2 +-
lib/Target/NVPTX/NVPTXIntrinsics.td | 27 ++
lib/Target/X86/X86InstrAVX512.td | 137 ++++----
lib/Target/X86/X86InstrSSE.td | 16 +-
test/CodeGen/NVPTX/fns.ll | 36 ++
test/CodeGen/X86/avx-schedule.ll | 8 +-
test/CodeGen/X86/avx2-schedule.ll | 32 +-
test/CodeGen/X86/avx512-schedule.ll | 68 ++--
test/CodeGen/X86/avx512-shuffle-schedule.ll | 384 ++++++++++-----------
.../InstSimplify/2011-09-05-InsertExtractValue.ll | 7 +
12 files changed, 412 insertions(+), 315 deletions(-)
create mode 100644 test/CodeGen/NVPTX/fns.ll
--
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 7540bcca41 [CUDA] Added overloads for '[unsigned] long' variants of shf [...]
new df0c467c17 [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nv [...]
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:
include/clang/Basic/BuiltinsNVPTX.def | 3 +++
lib/Headers/__clang_cuda_intrinsics.h | 4 ++++
2 files changed, 7 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 30480eca829 [SystemZ] Add IntrWriteMem flag to int_s390_tabort intrinsic
new e67db33ecdb AMDGPU Tests: Change a case to be run with -O0
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:
.../CodeGen/AMDGPU/indirect-addressing-si-noopt.ll | 45 ++++++++++++++++++++
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 49 ----------------------
2 files changed, 45 insertions(+), 49 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 d4cff48210 Stringizing raw string literals containing newline
new 7540bcca41 [CUDA] Added overloads for '[unsigned] long' variants of shf [...]
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/Headers/__clang_cuda_intrinsics.h | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.