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-defconfig
in repository toolchain/ci/base-artifacts.
discards 508c6f196 binutils-ee68c5f4184700e8fb4f3f16de5b9c0115cb5f9f: all
new b3ccca998 gcc-5ebed7d0054f66dd90e546b0d3f8b813fd31f8c9: 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 (508c6f196)
\
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:
1-reset_artifacts/console.log | 108 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3586 ++++++++--------
4-build_abe-stage1/console.log | 4721 +++++++++++----------
5-count_linux_objs/console.log | 131 +-
console.log | 8614 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8800 insertions(+), 8384 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards fb39ddaf7 binutils-ee68c5f4184700e8fb4f3f16de5b9c0115cb5f9f: all
new 2dde91cc9 gcc-5ebed7d0054f66dd90e546b0d3f8b813fd31f8c9: 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 (fb39ddaf7)
\
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:
1-reset_artifacts/console.log | 89 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3414 +++++++++--------
4-build_abe-stage1/console.log | 3738 ++++++++++---------
5-count_linux_objs/console.log | 195 +-
console.log | 7526 ++++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 7722 insertions(+), 7266 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 cf1dd193f1d PR bootstrap/88721 * config/sparc/sparc.c (function_arg_s [...]
new d56370db21b 2019-01-08 Janus Weil <janus(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/class.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/class_69.f90 | 21 +++++++++++++++++++++
4 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_69.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.
unknown user pushed a change to branch master
in repository linux.
from 3bd6e94bec12 arch: restore generic-y += shmparam.h for some architectures
new 7b5585136713 fork: record start_time late
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:
kernel/fork.c | 13 +++++++++++--
1 file changed, 11 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 llvm.
from 3a13126751f [x86] add tests for PR40243; NFC
new bad365135f9 [NewPM] Port tsan
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/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Instrumentation.h | 3 -
.../Transforms/Instrumentation/ThreadSanitizer.h | 19 +++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +-
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 97 +++++++++++++---------
test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 6 +-
8 files changed, 82 insertions(+), 49 deletions(-)
create mode 100644 include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
--
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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9e9271f73 gcc-caa8ded0c1686be433e589ef90974e01eed7886d: all
new ae67c2236 binutils-cfeadda545c4961877969e6a66be79278696e012: 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 (9e9271f73)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 121 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6160 ++++-----
4-build_abe-stage1/console.log | 13133 ++++++++++---------
5-count_linux_objs/console.log | 6161 +++++----
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 25639 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 25517 insertions(+), 25747 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 9597cfd242c Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
new 3a13126751f [x86] add tests for PR40243; 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:
test/CodeGen/X86/haddsub-undef.ll | 23 +++++++++++++++++++++--
test/CodeGen/X86/phaddsub-undef.ll | 30 ++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.