This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from f68d3e0053 Automatic date update in version.in
adds 27e8f8efca Automatic date update in version.in
adds 8936f76804 objdump: Fix check for corrupt reloc information, to allow f [...]
adds ffd9e4d022 elf: Don't merge .note.gnu.property section in IR
adds e368bf56d3 Document purpose of each ld statement lists
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elf-properties.c | 3 ++-
bfd/version.h | 2 +-
binutils/ChangeLog | 8 ++++++++
binutils/objdump.c | 9 +++++++--
ld/ChangeLog | 12 ++++++++++++
ld/ldlang.c | 16 ++++++++++++++++
ld/ldlang.h | 10 +++-------
8 files changed, 55 insertions(+), 11 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 ae8cfe3c9c [OpenCL] Improve diags for addr spaces in templates
new 8aa500e348 inhereit LLVM_ENABLE_LIBXML2
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:
CMakeLists.txt | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 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 lldb.
from fb997dfa9 [LLDB] - Improve the support of .debug_str_offsets/.debug_str [...]
new 7ba8c45d7 [CMake] Fix standalone build for debugserver on macOS
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:
tools/debugserver/CMakeLists.txt | 7 ++++++-
1 file changed, 6 insertions(+), 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 f22e7eafc99 [CVP] auto-generate complete test checks; NFC
new b8e45d47275 Revert "[LICM] Enable control flow hoisting by default" and [...]
new 682163bb18d [CVP] tidy processCmp(); NFC
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:
.../Scalar/CorrelatedValuePropagation.cpp | 28 +-
lib/Transforms/Scalar/LICM.cpp | 327 +----
test/Transforms/LICM/hoist-phi.ll | 1351 --------------------
.../LoopVectorize/invariant-store-vectorization.ll | 20 +-
4 files changed, 38 insertions(+), 1688 deletions(-)
delete mode 100644 test/Transforms/LICM/hoist-phi.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 gcc.
from 7931f9ca3c9 PR target/88152 * tree.h (build_uniform_cst, uniform_inte [...]
new 6dc296f5212 PR target/54700 * config/i386/sse.md (ssebytemode): Add V [...]
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/ChangeLog | 7 +++
gcc/config/i386/sse.md | 78 +++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 14 +++++
gcc/testsuite/g++.target/i386/avx-check.h | 1 +
gcc/testsuite/g++.target/i386/avx-os-support.h | 1 +
gcc/testsuite/g++.target/i386/avx-pr54700-1.C | 9 +++
gcc/testsuite/g++.target/i386/avx-pr54700-2.C | 8 +++
gcc/testsuite/g++.target/i386/avx2-check.h | 1 +
gcc/testsuite/g++.target/i386/avx2-pr54700-1.C | 69 +++++++++++++++++++++
gcc/testsuite/g++.target/i386/avx2-pr54700-2.C | 72 ++++++++++++++++++++++
gcc/testsuite/g++.target/i386/m128-check.h | 1 +
gcc/testsuite/g++.target/i386/m256-check.h | 1 +
gcc/testsuite/g++.target/i386/sse4_1-check.h | 1 +
gcc/testsuite/g++.target/i386/sse4_1-pr54700-1.C | 69 +++++++++++++++++++++
gcc/testsuite/g++.target/i386/sse4_1-pr54700-2.C | 73 ++++++++++++++++++++++
15 files changed, 404 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.target/i386/avx-check.h
create mode 100644 gcc/testsuite/g++.target/i386/avx-os-support.h
create mode 100644 gcc/testsuite/g++.target/i386/avx-pr54700-1.C
create mode 100644 gcc/testsuite/g++.target/i386/avx-pr54700-2.C
create mode 100644 gcc/testsuite/g++.target/i386/avx2-check.h
create mode 100644 gcc/testsuite/g++.target/i386/avx2-pr54700-1.C
create mode 100644 gcc/testsuite/g++.target/i386/avx2-pr54700-2.C
create mode 100644 gcc/testsuite/g++.target/i386/m128-check.h
create mode 100644 gcc/testsuite/g++.target/i386/m256-check.h
create mode 100644 gcc/testsuite/g++.target/i386/sse4_1-check.h
create mode 100644 gcc/testsuite/g++.target/i386/sse4_1-pr54700-1.C
create mode 100644 gcc/testsuite/g++.target/i386/sse4_1-pr54700-2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allmodconfig
in repository toolchain/gcc.
from a87645915c9 2018-11-28 Richard Biener <rguenther(a)suse.de>
adds f37f815d8a7 2018-11-28 Aaron Sawdey <acsawdey(a)linux.ibm.com>
adds a9a931e4fd4 Daily bump.
adds 06403f63899 [PR c++/87531] operator= lookup in templates
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 ++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-string.c | 304 +++++++++++++++++++---------------
gcc/cp/ChangeLog | 6 +
gcc/cp/class.c | 13 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/lookup/pr87531.C | 73 ++++++++
7 files changed, 285 insertions(+), 133 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr87531.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 d8517b96dfb Revert r347596 "Support for inserting profile-directed cach [...]
new f22e7eafc99 [CVP] auto-generate complete test checks; 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:
.../Transforms/CorrelatedValuePropagation/basic.ll | 438 ++++++++++++++----
.../CorrelatedValuePropagation/conflict.ll | 43 +-
test/Transforms/CorrelatedValuePropagation/icmp.ll | 117 ++++-
.../CorrelatedValuePropagation/non-null.ll | 190 ++++++--
.../Transforms/CorrelatedValuePropagation/range.ll | 510 ++++++++++++++++-----
5 files changed, 1009 insertions(+), 289 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 554f81c6e45 2018-11-29 Michael Ploujnikov <michael.ploujnikov(a)oracle.com>
new 15728e02569 PR target/88234 * config/rs6000/rs6000.c (rs6000_gimple_f [...]
new 7931f9ca3c9 PR target/88152 * tree.h (build_uniform_cst, uniform_inte [...]
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 | 16 ++++++
gcc/config/rs6000/rs6000.c | 34 ++++++++++---
gcc/match.pd | 74 ++++++++++++++++++---------
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/g++.dg/tree-ssa/pr88152-1.C | 55 ++++++++++++++++++++
gcc/testsuite/g++.dg/tree-ssa/pr88152-2.C | 85 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr88234.c | 29 +++++++++++
gcc/tree.c | 32 ++++++++++++
gcc/tree.h | 7 +++
9 files changed, 310 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr88152-1.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr88152-2.C
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr88234.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.