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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d4e14c6b31 gcc-d9befef6b698170dc8aafec8073b23742f113719: all
new e58c653f67 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 (d4e14c6b31)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 19 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3914 ++++++++--------
4-build_abe-stage1/console.log | 5267 ++++++++++-----------
5-count_linux_objs/console.log | 99 +-
console.log | 9407 ++++++++++++++++++--------------------
distance-to-baseline | 1 -
jenkins/build-name | 1 -
jenkins/manifest.sh | 36 +-
trigger-bisect-on-failure | 3 -
10 files changed, 8790 insertions(+), 9971 deletions(-)
delete mode 100644 distance-to-baseline
delete mode 100644 jenkins/build-name
delete mode 100644 trigger-bisect-on-failure
--
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 190619b42 [tsan] Remove SCOPED_TSAN_INTERCEPTOR to try to fix ppc bot
new d44827c3e [InstrProf] Fix darwin errors after r353547
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/profile/InstrProfilingPlatformDarwin.c | 16 ++++++++--------
1 file changed, 8 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 gcc-8-branch
in repository gcc.
from 4da5f970124 PR c++/88761 - ICE with reference capture of constant.
new cba6449c786 Backport small improvement to filesystem::absolute
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/src/filesystem/std-ops.cc | 10 ++++++++--
2 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 660d1efa7e gcc-e02b1a74ecb7feb38156e1125558e94147399a1b: all
new db6a032506 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 (660d1efa7e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 3502 ++++++++---------
4-build_abe-stage1/console.log | 3948 +++++++++----------
5-count_linux_objs/console.log | 475 +--
console.log | 8033 +++++++++++++++++---------------------
distance-to-baseline | 1 -
jenkins/build-name | 1 -
jenkins/manifest.sh | 36 +-
trigger-bisect-on-failure | 3 -
10 files changed, 7046 insertions(+), 8983 deletions(-)
delete mode 100644 distance-to-baseline
delete mode 100644 jenkins/build-name
delete mode 100644 trigger-bisect-on-failure
--
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 05a2d7fcc15 [GISel][NFC]: Add missing call to record CSE hits in the CS [...]
new 5f3121a8b0e [DAGCombine] Optimize pow(X, 0.75) to sqrt(X) * sqrt(sqrt(X))
new 2d5a72336b4 AMDGPU: Eliminate GPU specific SubtargetFeatures
new 4390f003b33 AMDGPU/GlobalISel: Fix broken tests
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 ++++-
lib/Target/AMDGPU/AMDGPU.td | 37 +++++-----
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.h | 21 ------
lib/Target/AMDGPU/GCNProcessors.td | 90 ++++++++++++-----------
test/CodeGen/AArch64/pow.75.ll | 48 ++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir | 15 ++++
test/CodeGen/AMDGPU/GlobalISel/legalize-fsqrt.mir | 16 ++++
test/CodeGen/ARM/pow.75.ll | 70 ++++++++++++++++++
test/CodeGen/PowerPC/pow.75.ll | 48 ++++++++++++
test/CodeGen/X86/pow.75.ll | 48 ++++++++++++
11 files changed, 328 insertions(+), 84 deletions(-)
create mode 100644 test/CodeGen/AArch64/pow.75.ll
create mode 100644 test/CodeGen/ARM/pow.75.ll
create mode 100644 test/CodeGen/PowerPC/pow.75.ll
create mode 100644 test/CodeGen/X86/pow.75.ll
--
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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ffbba7576e 18183
new fb4905ae96 18183
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 (ffbba7576e)
\
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 | 13 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3367 +-
4-build_abe-stage1/console.log | 4864 +-
5-count_linux_objs/console.log | 329960 +++++++++++++++++------------------
6-check_regression/console.log | 8 +-
7-update_baseline/console.log | 10 +-
console.log | 334356 ++++++++++++++++++------------------
jenkins/manifest.sh | 4 +-
9 files changed, 336297 insertions(+), 336289 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.