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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f6bba81 4: update: linux-f84e1c16f08d7d1d6955f8f1c2e6cc0587d6d14c: 18908
discards a576102 3: reset: linux-7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: 18680
discards e9618f6 2: update: llvm-91724b85307609f56eb2b547203107a578ea3fee: 18909
new de19d1a 2: update: llvm-linux: 18917
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 (f6bba81)
\
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 | 220 +-
02-build_llvm/console.log | 12110 +++++++++++++++++-----------------
03-build_linux/console.log | 772 +--
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 97 +-
console.log | 13217 +++++++++++++++++++-------------------
jenkins/manifest.sh | 15 +-
results | 2 +-
8 files changed, 13461 insertions(+), 12990 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-aarch64-spec2k6-O2
in repository toolchain/ci/gcc.
from 7b6657a2970 Daily bump.
adds e9e35389f1c 2019-09-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 4930ed7f661 Daily bump.
adds 6ab685e9644 Daily bump.
adds 062d18d7271 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 12 +++++++-----
gcc/fortran/trans-decl.c | 8 +++++---
gcc/fortran/trans-types.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
.../gfortran.dg/warn_unused_dummy_argument_5.f90 | 16 ++++++++++++++++
6 files changed, 36 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/warn_unused_dummy_argument_5.f90
--
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-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 1d95a2f 0: update: glibc-a132a2c305f91e4f85de00566f308eae8d95d8bf: 0
new 7e6bcb7 0: update: binutils-gcc-glibc: 0
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 (1d95a2f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-release-aarch64- [...]
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 | 14 +-
02-prepare_abe/console.log | 46 +-
03-build_abe-binutils/console.log | 10825 ++--
04-build_abe-stage1---/console.log | 13561 ++---
05-build_abe-linux/console.log | 38 +-
06-build_abe-glibc/console.log | 38579 ++++++-------
07-build_abe-stage2---/console.log | 39950 ++++++-------
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 6 +-
09-benchmark/console.log | 80 +-
10-check_regression/console.log | 1964 +-
10-check_regression/results.log | 3572 +-
11-update_baseline/console.log | 508 +-
11-update_baseline/results.log | 3558 +-
console.log | 105667 +++++++++++++++++-----------------
jenkins/manifest.sh | 14 +-
results-0.csv | 3100 +-
results-1.csv | 3147 +-
results-full.csv | 3407 +-
results.csv | 243 +-
results_id | 2 +-
21 files changed, 115313 insertions(+), 112970 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 f4160840d5 Recommit -r372180
new b54c5533a9 [OPENMP5.0]Allow multiple context selectors in the context s [...]
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/Parse/Parser.h | 11 ++-
include/clang/Sema/Sema.h | 19 +++-
lib/Parse/ParseOpenMP.cpp | 153 +++++++++++++++++-------------
lib/Sema/SemaOpenMP.cpp | 63 ++++++------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 12 ++-
test/OpenMP/declare_variant_ast_print.c | 3 +-
test/OpenMP/declare_variant_ast_print.cpp | 4 +-
test/OpenMP/declare_variant_messages.c | 12 +--
test/OpenMP/declare_variant_messages.cpp | 20 ++--
9 files changed, 172 insertions(+), 125 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 2e1df5f7597 [SampleFDO] Minimize performance impact when profile-sample [...]
new abcb2968abb [Alignment][NFC] Align(1) to Align::None() conversions
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/CodeGen/MIRPrinter.cpp | 2 +-
lib/CodeGen/MachineBasicBlock.cpp | 2 +-
2 files changed, 2 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 libunwind.
from 560e9f6 [runtimes] Don't depend on libpthread on Android
new 72889c5 unwind: remove a could of extraneous `else` (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:
src/libunwind.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.