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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards c24954b67 linux-8a5f06056a25ac7dbca2b0505cc0fe8ffb6947c1: 5082
new ed71c7640 linux-e74c98ca2d6ae4376cc15fa2a22483430909d96b: 5082
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 (c24954b67)
\
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:
1-reset_artifacts/console.log | 68 +-
2-build_llvm/console.log | 10185 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 149 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 10414 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10433 insertions(+), 10413 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/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 61539f4d5 linux-9fe36dd579c794ae5f1c236293c55fb6847e9654: 17450
new cc7c7d72b llvm-b792299d8326773eea64611a471708cd2b622976: 17450
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 (61539f4d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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-build_llvm/console.log | 9450 +++++++++++++++++------------------
3-count_linux_objs/console.log | 782 ++-
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 44 +-
console.log | 10282 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10175 insertions(+), 10427 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 d60b387098 [CodeComplete] Propagate preferred types through parser in m [...]
new 4b95a94a09 [opaque pointer types] Add a FunctionCallee wrapper type, an [...]
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/CGExpr.cpp | 5 +++--
1 file changed, 3 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 compiler-rt.
from a388fd185 [libFuzzer] relax a flaky test
new 391550952 [fuzzer] Use RawPrint instead of Printf for instrumentation warning
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/fuzzer/FuzzerIOWindows.cpp | 2 +-
lib/fuzzer/FuzzerTracePC.cpp | 16 ++++++++++------
test/fuzzer/deprecated-instrumentation.test | 2 +-
3 files changed, 12 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from e739972ad6a PR target/89071 * config/i386/i386.md (*extendsfdf2): Spl [...]
new c8f861a0a80 PR c++/89083, c++/80864 - ICE with list initialization in [...]
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 | 8 ++++++++
gcc/cp/constexpr.c | 7 ++++++-
gcc/cp/decl.c | 31 ++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist107.C | 24 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist108.C | 34 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist109.C | 15 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist110.C | 32 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist111.C | 32 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist112.C | 14 +++++++++++++
gcc/testsuite/g++.dg/init/ptrfn4.C | 19 ++++++++++++++++++
11 files changed, 215 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist107.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist108.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist109.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist110.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist111.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist112.C
create mode 100644 gcc/testsuite/g++.dg/init/ptrfn4.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-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 832de25c2 glibc-2bac7daa58da1a313bd452369b0508b31e146637: 0
new 4cd75870f gcc-d6bfe4508ad877880021d7add95257dd2d65727f: 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 (832de25c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 68 +-
10-update_baseline/console.log | 96 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 5599 +--
4-build_abe-stage1/console.log | 13210 +++----
5-build_abe-linux/console.log | 62 +-
6-build_abe-glibc/console.log | 21566 ++++++------
7-build_abe-stage2/console.log | 29766 ++++++++--------
8-benchmark/console.log | 36 +-
9-check_regression/console.log | 94 +-
console.log | 70517 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 16 +-
results.csv | 236 +-
results_id | 2 +-
trigger-bisect-on-failure | 6 +-
17 files changed, 70980 insertions(+), 70324 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.