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 2bc796ae 0: good: binutils-gcc-linux: all
new bf923190 0: 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 (2bc796ae)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 4326 +++---
4-build_abe-stage1/console.log | 5431 +++----
5-build_linux/console.log | 20287 +++++++++++++------------
6-boot_linux/console.log | 2 +-
console.log | 30094 +++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
9 files changed, 31267 insertions(+), 28923 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_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from 2f978d6d097 Add forgotten requeing in propagate_subaccesses_across_link
adds a74fa2b1a77 Backport from mainline:
adds 7c580822122 Daily bump.
adds 1f08789dc62 PR rtl-optimization/89753 * loop-unroll.c (decide_unroll_ [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 12 ++++++++++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-warn-restrict.c | 6 +-----
gcc/loop-unroll.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/c-c++-common/unroll-7.c | 11 +++++++++++
gcc/testsuite/gcc.dg/Warray-bounds-38.c | 30 ++++++++++++++++++++++++++++++
7 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/unroll-7.c
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-38.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_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 7efcedf2b5 PR24355, segmentation fault in function called from ppc_fini [...]
adds 205f067ea6 Automatic date update in version.in
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 86ab25c3 0: good: binutils-gcc-glibc: -5
new 6bc09a77 0: good: binutils-gcc-glibc: -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 (86ab25c3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-arm-spec [...]
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 | 60 +-
02-prepare_abe/console.log | 38 +-
03-build_abe-binutils/console.log | 6232 ++--
04-build_abe-stage1/console.log | 11967 +++----
05-build_abe-linux/console.log | 64 +-
06-build_abe-glibc/console.log | 21477 +++++------
07-build_abe-stage2/console.log | 28523 ++++++++-------
08-benchmark/benchmark.log | 22 +-
08-benchmark/console.log | 44 +-
10-update_baseline/console.log | 2 +-
console.log | 68457 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
12 files changed, 68464 insertions(+), 68434 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 f6f53c0d9b [ASTImporter] Fix redecl failures of FunctionTemplateSpec
new 7879e0e4c7 Ensure that const variables declared at namespace scope corr [...]
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/Sema/SemaDecl.cpp | 26 ++++++++++++++++++++++++--
test/CodeGen/dllexport-1.c | 24 ++++++++++++++++++++++++
test/Sema/dllexport-1.cpp | 33 +++++++++++++++++++++++++++++++++
test/Sema/dllexport-2.cpp | 26 ++++++++++++++++++++++++++
test/SemaCXX/dllexport.cpp | 4 ++++
test/SemaCXX/dllimport.cpp | 4 ++++
6 files changed, 115 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/dllexport-1.c
create mode 100644 test/Sema/dllexport-1.cpp
create mode 100644 test/Sema/dllexport-2.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 compiler-rt.
from dad832e67 [asan] Disable -Wfortify-source in intentional OOB tests
new 9de595b77 [scudo][standalone] Add string utility functions
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/scudo/standalone/CMakeLists.txt | 4 +-
lib/scudo/standalone/fuchsia.cc | 11 +-
lib/scudo/standalone/linux.cc | 6 +-
lib/scudo/standalone/string_utils.cc | 236 +++++++++++++++++++++++++++++
lib/scudo/standalone/string_utils.h | 42 +++++
lib/scudo/standalone/tests/CMakeLists.txt | 1 +
lib/scudo/standalone/tests/strings_test.cc | 98 ++++++++++++
7 files changed, 385 insertions(+), 13 deletions(-)
create mode 100644 lib/scudo/standalone/string_utils.cc
create mode 100644 lib/scudo/standalone/string_utils.h
create mode 100644 lib/scudo/standalone/tests/strings_test.cc
--
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/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 5912bb27 0: good: linux-75e6a83b189c5edd5c0a5409cfd8de98126a2bae: boot
new 461f7dfc 0: good: llvm-d2298e74235598f15594fe2c99bbac870a507c59: boot
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 (5912bb27)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9147 ++++++++++++++++++-------------------
3-build_linux/console.log | 99 +-
4-boot_linux/console.log | 344 +-
console.log | 9946 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 9794 insertions(+), 9762 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.