This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b9ce9ea651 [test] Tweak driver test from r353917 and r353922 to pass wi [...]
new f60a93f841 [HIP] Handle compile -m options and propagate into LLC
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/Driver/ToolChains/HIP.cpp | 22 ++++++++++++++--
test/Driver/hip-toolchain-features.hip | 48 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/hip-toolchain-features.hip
--
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-lts-allmodconfig
in repository toolchain/ci/gcc.
from 29b21f6ed1a Backport from mainline: 2019-02-09 Jan Hubicka <hubicka [...]
adds ff4fa5f4439 Daily bump.
adds 7eda42047b9 2019-02-13 Richard Biener <rguenther(a)suse.de>
adds ed4528e876e Bump LTO_minor_version on GCC-8 branch (PR lto/89260).
new 7f079c13c77 2019-02-13 Richard Biener <rguenther(a)suse.de>
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 | 39 ++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/lto-streamer.h | 2 +-
gcc/testsuite/ChangeLog | 27 ++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr88739.c | 59 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr86554-1.c | 35 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr86554-2.c | 49 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr89223.c | 10 +++++
gcc/testsuite/gfortran.dg/pr89253.f | 19 +++++++++
gcc/tree-data-ref.c | 21 ++++++++--
gcc/tree-ssa-loop-split.c | 3 +-
gcc/tree-ssa-sccvn.c | 19 +++++++--
12 files changed, 275 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr88739.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr86554-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr86554-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr89223.c
create mode 100644 gcc/testsuite/gfortran.dg/pr89253.f
--
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 15294a1dc8 0: last-good: binutils-gcc-linux: all
new 884301dd0a 0: last-good: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (15294a1dc8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3970 +++++++++--------
4-build_abe-stage1/console.log | 4843 ++++++++++-----------
5-count_linux_objs/console.log | 80 +-
console.log | 8823 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 8863 insertions(+), 8869 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 a7f0b0f652b AArch64: Allow any offset for SVE addressing modes before reload.
new f2da1a764fb C++ concepts: fix ICE with requires on dtors (PR c++/89036)
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/cp/ChangeLog | 5 +++++
gcc/cp/class.c | 3 ---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/concepts/pr89036.C | 8 ++++++++
4 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr89036.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 e9cd1e556a8 [MCA] Store a bitmask of used groups in the instruction des [...]
new 7d7f9355cd8 [DebugInfo][DAG] Refactor dbg.value lowering into its own method
new 95d339f46f1 [llvm-readobj] Rename pr_data to PrData
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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 178 ++++++++++++-----------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 6 +
tools/llvm-readobj/ELFDumper.cpp | 24 +--
3 files changed, 112 insertions(+), 96 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from e486594504 Updated French translation for ld/ and gold/ subdirectories
adds ac8c53cc67 Use function_name_style to print Ada and C function names
adds 2636d81d80 Use address style to print addresses in breakpoint information.
adds 1ed9f74e85 Make symtab.c better styled.
adds 402d2bfec4 Look for separate debug files in debug directories under a sysroot.
adds efac4bfe0b Add a new function child_path.
adds cd4b78483c Use child_path to determine if an object file is under a sysroot.
adds f62318e98d Try to use the canonical version of a sysroot for debug file links.
adds 8918f84c04 Automatic date update in version.in
adds 01c7ae818b Adding a test case
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 47 ++++++++
gdb/Makefile.in | 1 +
gdb/ada-typeprint.c | 6 +-
gdb/breakpoint.c | 7 +-
gdb/c-typeprint.c | 8 +-
gdb/common/pathstuff.c | 50 ++++++++
gdb/common/pathstuff.h | 6 +
gdb/symfile.c | 36 ++++--
gdb/symtab.c | 55 ++++++---
gdb/symtab.h | 8 ++
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 133 ++++++++++++++++++++++
gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 46 ++++++++
gdb/unittests/child-path-selftests.c | 68 +++++++++++
15 files changed, 449 insertions(+), 30 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c
create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp
create mode 100644 gdb/unittests/child-path-selftests.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-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0aa03a06ac 0: last-good: binutils-gcc-linux: all
new 3d8907a8bb 0: last-good: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0aa03a06ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3723 +-
4-build_abe-stage1/console.log | 4746 +-
5-count_linux_objs/console.log | 288686 +++++++++++++++++------------------
console.log | 297151 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
6 files changed, 296210 insertions(+), 298116 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.