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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9f4eec469 linux-c09747a95c721816ff7e687f4b2b2e93d868f8cd: 13036
new 62564d55b linux-ca40dc225d19ae84fadffa2b289fb7aacebc52fc: 13043
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 (9f4eec469)
\
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 | 91 +-
2-build_llvm/console.log | 9673 ++---
3-count_linux_objs/console.log | 69518 +++++++++++++++++-----------------
3-count_linux_objs/revision | 2 +-
4-check_regression/console.log | 16 +-
5-update_baseline/console.log | 40 +-
console.log | 79120 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 29 +-
results | 2 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 79508 insertions(+), 78991 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 e735adba9b2 AMDGPU/GlobalISel: Test cleanups
new f2ca2facab5 AMDGPU/GlobalISel: RegBankSelect some simple operations
new 745a18ce26d Fix missing C++ mode comment in header
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:
.../GlobalISel/LegalizationArtifactCombiner.h | 2 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 18 +++++++++++++
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 13 +++++++--
.../AMDGPU/GlobalISel/regbankselect-anyext.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-bswap.mir | 31 ++++++++++++++++++++++
.../GlobalISel/regbankselect-ctlz-zero-undef.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-ctlz.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-ctpop.mir | 31 ++++++++++++++++++++++
.../GlobalISel/regbankselect-cttz-zero-undef.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-cttz.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-ptrtoint.mir | 31 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/regbankselect-sext.mir | 31 ++++++++++++++++++++++
12 files changed, 309 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-anyext.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-bswap.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctlz-zero-undef.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctlz.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-ctpop.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-cttz-zero-undef.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-cttz.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrtoint.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/regbankselect-sext.mir
--
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 release/2.27/master
in repository glibc.
from f1e211096b inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...]
new d8ca7a0c71 Fix _dl_profile_fixup data-dependency issue (Bug 23690)
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:
ChangeLog | 15 ++++
NEWS | 1 +
elf/dl-runtime.c | 48 +++++++++--
include/link.h | 4 +
nptl/Makefile | 14 +++-
nptl/tst-audit-threads-mod1.c | 74 +++++++++++++++++
.../ipc_priv.h => nptl/tst-audit-threads-mod2.c | 9 +-
nptl/tst-audit-threads.c | 97 ++++++++++++++++++++++
nptl/tst-audit-threads.h | 92 ++++++++++++++++++++
9 files changed, 343 insertions(+), 11 deletions(-)
create mode 100644 nptl/tst-audit-threads-mod1.c
copy sysdeps/unix/sysv/linux/riscv/ipc_priv.h => nptl/tst-audit-threads-mod2.c (81%)
create mode 100644 nptl/tst-audit-threads.c
create mode 100644 nptl/tst-audit-threads.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.
unknown user pushed a change to branch master
in repository llvm.
from 221a20ff60a [X86] Remove assert leftover from when i1 was a legal type. [...]
new e735adba9b2 AMDGPU/GlobalISel: Test cleanups
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/AMDGPU/GlobalISel/legalize-add.mir | 14 +++----------
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 14 +++----------
test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 10 +++-------
.../CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir | 14 +++----------
test/CodeGen/AMDGPU/GlobalISel/legalize-fadd.mir | 18 +++--------------
test/CodeGen/AMDGPU/GlobalISel/legalize-fcmp.mir | 20 ++++++-------------
test/CodeGen/AMDGPU/GlobalISel/legalize-fmul.mir | 14 +++----------
test/CodeGen/AMDGPU/GlobalISel/legalize-fptoui.mir | 12 ++---------
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 17 +++-------------
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 13 +++---------
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 23 ++++++----------------
test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 10 +++-------
12 files changed, 41 insertions(+), 138 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 c8cc98b8a2e PR target/88461 * config/i386/sse.md (VI1248_AVX512VLBW, [...]
new 106ab9e0ee4 PR target/88465 * config/i386/i386.md (*movdi_internal, * [...]
new fe0fafc59e4 Add note about abort and ZCX runtime.
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:
gcc/ChangeLog | 5 ++
.../doc/gnat_ugn/platform_specific_information.rst | 12 ++--
gcc/config/i386/i386.md | 68 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/i386/avx512dq-pr88465.c | 14 +++++
gcc/testsuite/gcc.target/i386/avx512f-pr88465.c | 21 +++++++
6 files changed, 106 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr88465.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr88465.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.
unknown user pushed a change to branch master
in repository gcc.
from d6d25b4fe7b Daily bump.
new 835888ab3fa PR target/88461 * config/i386/i386.md (*zero_extendsidi2, [...]
new c8cc98b8a2e PR target/88461 * config/i386/sse.md (VI1248_AVX512VLBW, [...]
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:
gcc/ChangeLog | 19 +++++++
gcc/config/i386/i386.md | 43 ++++++++-------
gcc/config/i386/sse.md | 97 +++++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr88461.c | 16 ++++++
5 files changed, 137 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr88461.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-release-arm-mainline-allmodconfig
in repository toolchain/gcc.
from cf0adaf68f3 2018-12-11 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 3beb7a76985 gcc/ Backport from mainline 2018-12-07 Peter Bergner <b [...]
adds 65152aad633 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 +++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000.c | 10 +++++++++-
gcc/doc/invoke.texi | 12 ++++++++----
gcc/testsuite/ChangeLog | 11 +++++++++++
.../gcc.target/powerpc/{pr87496.c => pr87496-1.c} | 2 +-
gcc/testsuite/gcc.target/powerpc/pr87496-2.c | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/pr87496-3.c | 8 ++++++++
8 files changed, 60 insertions(+), 8 deletions(-)
rename gcc/testsuite/gcc.target/powerpc/{pr87496.c => pr87496-1.c} (94%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496-3.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-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6748d2fb0 binutils-2e05e3e689f25b7b866c49435417b1ded33f7ac7: all
new e637e8cb4 gcc-65152aad633759acc2a9d6cdedc3ea7a1c03158a: 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 (6748d2fb0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 44 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6380 +++++++------
4-build_abe-stage1/console.log | 12357 ++++++++++++------------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 224 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 19017 ++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18955 insertions(+), 19109 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-next-allyesconfig
in repository toolchain/binutils-gdb.
from 2e05e3e689 PR23788, objcopy: failed to find link section
adds ebaf5296e6 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_kernel/gnu-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 74614760d gcc-65152aad633759acc2a9d6cdedc3ea7a1c03158a: all
new 518789b09 binutils-ebaf5296e69267cc29df22db43129fadb3d2db7a: 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 (74614760d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 84 +-
3-build_abe-binutils/console.log | 3675 ++++++++--------
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 4660 +++++++++++----------
5-count_linux_objs/console.log | 47 +-
console.log | 8512 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8429 insertions(+), 8565 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8450b8479 llvm-9450d166554b54ab8d29f6633cb97c8c02cf90d8: 16
new c90a9f71f llvm-b81dadb2990335ed4f3216f998ea515b19fa92ca: 16
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 (8450b8479)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 74 +-
2-build_llvm/console.log | 5401 +++++++++++++++++++-------------------
2-build_llvm/revision | 2 +-
3-count_linux_objs/console.log | 93 +-
console.log | 5568 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 29 +-
trigger-bisect-on-failure | 4 +-
9 files changed, 5728 insertions(+), 5447 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 f097a78ffe [clang] Add AST matcher for block expressions 🔍
new 5ff5810201 Portable Python script across Python version
new 1af51bd1f3 Portable Python script across Python version
new fa4220127b Portable Python script across Python version
The 3 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:
tools/scan-view/bin/scan-view | 11 +++++++----
utils/analyzer/SATestBuild.py | 7 +++++--
2 files changed, 12 insertions(+), 6 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 gcc-8-branch
in repository gcc.
from 65152aad633 Daily bump.
new c56359a3cbf Backport from mainline 2018-12-11 Eric Botcazou <ebotca [...]
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/ChangeLog | 9 +++++++++
gcc/config/rs6000/vxworks.h | 13 ++++++++++++-
2 files changed, 21 insertions(+), 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_kernel/gnu-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c11830504 linux-c09747a95c721816ff7e687f4b2b2e93d868f8cd: all
new 5f1e60c7b gcc-d6d25b4fe7b3be5598702d1fdec2131080cc3101: 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 (c11830504)
\
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 | 28 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6106 +++----
4-build_abe-stage1/console.log | 13031 +++++++--------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 13314 ++++++++-------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 28 +-
console.log | 32339 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 32352 insertions(+), 32534 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 13d30586f binutils-b001de2320446ec803b4ee5e0b9710b025b84469: all
new 4b9313188 gcc-d6d25b4fe7b3be5598702d1fdec2131080cc3101: 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 (13d30586f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 25 +-
3-build_abe-binutils/console.log | 3340 ++++++------
4-build_abe-stage1/console.log | 4627 ++++++++--------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 2946 +++++-----
console.log | 10848 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10877 insertions(+), 10925 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-allnoconfig
in repository toolchain/binutils-gdb.
from 2e05e3e689 PR23788, objcopy: failed to find link section
adds ebaf5296e6 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_kernel/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 49e00a2b8 gcc-cf0adaf68f3d1b3d5817818e77586bf1618c6fd2: all
new 05b520472 binutils-ebaf5296e69267cc29df22db43129fadb3d2db7a: 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 (49e00a2b8)
\
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 | 36 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6239 ++++++++--------
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 8132 +++++++++++----------
5-count_linux_objs/console.log | 51 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14482 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 14493 insertions(+), 14493 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 08a828e7d binutils-2e05e3e689f25b7b866c49435417b1ded33f7ac7: all
new 9691325ca linux-ca40dc225d19ae84fadffa2b289fb7aacebc52fc: 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 (08a828e7d)
\
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 | 107 +-
2-prepare_abe/console.log | 2 -
3-build_abe-binutils/console.log | 3983 +++++++++--------
4-build_abe-stage1/console.log | 4645 ++++++++++----------
5-count_linux_objs/console.log | 84 +-
5-count_linux_objs/revision | 2 +-
console.log | 8855 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 8765 insertions(+), 8927 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-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 2e05e3e689 PR23788, objcopy: failed to find link section
adds ebaf5296e6 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_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 490da68e3 gcc-cf0adaf68f3d1b3d5817818e77586bf1618c6fd2: all
new 9f64376fc binutils-ebaf5296e69267cc29df22db43129fadb3d2db7a: 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 (490da68e3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 76 +-
3-build_abe-binutils/console.log | 3398 ++++++++--------
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 4458 +++++++++++----------
5-count_linux_objs/console.log | 18 +-
console.log | 7944 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 7990 insertions(+), 7922 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.