This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e4287704 1: update: llvm-linux: 16550
new 3117c954 1: update: llvm-linux: 16550
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 (e4287704)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 70 +-
02-build_llvm/console.log | 11824 +++++++++++++--------------
03-build_linux/console.log | 4498 +++++------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 14 +-
console.log | 16412 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 16417 insertions(+), 16417 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-next-allyesconfig
in repository toolchain/ci/gcc.
from 96161eee929 2019-06-09 Paul Thomas <pault(a)gcc.gnu.org>
adds 6da8cd22dff PR c++/60366 * g++.dg/cpp0x/lambda/lambda-ice32.C: New test.
adds a032a26894e PR c++/65175 * g++.dg/cpp0x/alias-decl-69.C: New test.
adds eabef64f6e1 Daily bump.
adds 8482ddd3ae2 Fix build with --enable-gather-detailed-mem-stats.
adds 2d19df75657 testsuite - Require alias support in a test using it.
adds 1a15313ca9b Implement N disk counters for single value and indirect cal [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/gcov-io.h | 7 ++
gcc/hash-map.h | 6 +-
gcc/hash-table.h | 2 +-
gcc/ipa-profile.c | 12 +-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C | 40 +++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.C | 9 ++
gcc/testsuite/gcc.dg/attr-copy-6.c | 1 +
gcc/tree-profile.c | 6 +-
gcc/value-prof.c | 136 +++++++++++++----------
gcc/value-prof.h | 4 +
libgcc/ChangeLog | 24 ++++
libgcc/Makefile.in | 6 +-
libgcc/libgcov-merge.c | 83 +++++++++-----
libgcc/libgcov-profiler.c | 33 +++---
libgcc/libgcov.h | 29 ++++-
18 files changed, 322 insertions(+), 120 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-69.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice32.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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from e3404e32 0: update: linux-3f310e51ceb146cfdd4c8872452a1f7fa059af1c: all
new 2c23aa23 1: reset: gcc-1a15313ca9be716c4116835bd0367ed05661a776: -9
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:
01-reset_artifacts/console.log | 161 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 10652 +++++++--------
04-build_abe-stage1/console.log | 13700 +++++++++----------
05-build_linux/console.log | 447 -
06-boot_linux/console.log | 10 -
07-check_regression/console.log | 17 +-
08-update_baseline/console.log | 14 +-
console.log | 25387 +++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 6 -
12 files changed, 23715 insertions(+), 27012 deletions(-)
delete mode 100644 05-build_linux/console.log
delete mode 100644 06-boot_linux/console.log
create mode 100644 reset-baseline
--
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 656142808af [Tests] Add tests for D62939 (miscompiles around dead pointer IVs)
new e39c45020a7 [Docs] [llvm-mca] Point out a caveat for using llvm-mca mar [...]
new 7510b2f07d2 Factor out a helper function for readability and reuse in a [...]
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:
docs/CommandGuide/llvm-mca.rst | 13 +++++++++++--
include/llvm/Analysis/ValueTracking.h | 7 +++++++
lib/Analysis/ValueTracking.cpp | 10 ++++++++--
3 files changed, 26 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 clang-tools-extra.
from e449717c [clangd] Revamp textDocument/onTypeFormatting.
new 2cda5072 [clangd] Remove old hidden -use-dex-index flag
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:
clangd/ClangdServer.h | 3 +--
clangd/tool/ClangdMain.cpp | 6 ------
2 files changed, 1 insertion(+), 8 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 846aca40 0: update: binutils-58e07198f34c3a8bb7d64392e8b978a0d741244e: all
new e3404e32 0: update: linux-3f310e51ceb146cfdd4c8872452a1f7fa059af1c: 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 (846aca40)
\
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:
01-reset_artifacts/console.log | 16 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 10950 ++++++++-------
04-build_abe-stage1/console.log | 14325 +++++++++----------
05-build_linux/console.log | 576 +-
06-boot_linux/console.log | 6 +-
08-update_baseline/console.log | 8 +-
console.log | 26397 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 26114 insertions(+), 26600 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_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 618b3e24 0: update: gcc-2134721052bceb3c01c86035d92dec559aaabeab: -5
new a2b577b4 0: update: gcc-129fbb22822754101016b513ad241c01c712f0ad: -5
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 (618b3e24)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O3/console.log | 66732 +++++++++++++++----------------
console.log | 67314 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 67305 insertions(+), 67309 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 lld.
from 51b87d78f [LLD][COFF] Fix missing MergeChunk::Instances cleanup in COFF [...]
new ce96f1ac2 [Driver] Look for -m in response files as well
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:
MinGW/Driver.cpp | 9 +++++++++
test/MinGW/driver.test | 3 +++
tools/lld/lld.cpp | 28 +++++++++++++++++++++++++---
3 files changed, 37 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-defconfig
in repository toolchain/ci/gcc.
from 50a8107677b 2019-06-09 Paul Thomas <pault(a)gcc.gnu.org>
adds 36df58739e2 Daily bump.
adds a0f66a6401a 2019-06-10 Paul Thomas <pault(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++
gcc/fortran/trans-stmt.c | 3 ++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/associate_48.f90 | 41 ++++++++++++++++++++++++++++++
5 files changed, 57 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_48.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.