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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ede5f404d4 1: last-good: llvm-linux: 16218
new c7b1be9b09 1: last-good: llvm-linux: 16218
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 (ede5f404d4)
\
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 | 10108 +++++++++++++++++-----------------
3-count_linux_objs/console.log | 1410 ++---
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 10 +-
console.log | 11598 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 11660 insertions(+), 11548 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f7d4556868 0: last-good: binutils-gcc-linux: all
new e9b99ad407 0: last-good: binutils-gcc-linux: 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 (f7d4556868)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 4 +-
3-build_abe-binutils/console.log | 3621 +++++++++--------
4-build_abe-stage1/console.log | 4388 ++++++++++-----------
5-count_linux_objs/console.log | 60 +-
console.log | 8077 +++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
7 files changed, 8082 insertions(+), 8100 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 515d342a88b [x86] vectorize more cast ops in lowering to avoid register [...]
new cff23398f9b AMDGPU/NFC: Cleanup subtarget predicates
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/Target/AMDGPU/AMDGPU.td | 33 ++++++++++++---------
lib/Target/AMDGPU/AMDGPUGISel.td | 2 +-
lib/Target/AMDGPU/BUFInstructions.td | 26 ++++++++---------
lib/Target/AMDGPU/DSInstructions.td | 14 ++++-----
lib/Target/AMDGPU/FLATInstructions.td | 8 +++---
lib/Target/AMDGPU/MIMGInstructions.td | 4 +--
lib/Target/AMDGPU/SIInstrInfo.td | 16 +++--------
lib/Target/AMDGPU/SIInstructions.td | 4 +--
lib/Target/AMDGPU/SMInstructions.td | 28 +++++++++---------
lib/Target/AMDGPU/SOPInstructions.td | 24 ++++++++--------
lib/Target/AMDGPU/VOP1Instructions.td | 28 +++++++++---------
lib/Target/AMDGPU/VOP2Instructions.td | 22 +++++++-------
lib/Target/AMDGPU/VOP3Instructions.td | 54 +++++++++++++++++------------------
lib/Target/AMDGPU/VOPCInstructions.td | 12 ++++----
14 files changed, 137 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 clang.
from 1acb1c592b [HIP] change kernel stub name
new 19aa7637bc [Fixed Point Arithmetic] Fixed Point Comparisons
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/AST/ExprConstant.cpp | 16 ++
lib/CodeGen/CGExprScalar.cpp | 46 +++-
test/Frontend/fixed_point_comparisons.c | 378 ++++++++++++++++++++++++++++++++
3 files changed, 428 insertions(+), 12 deletions(-)
create mode 100644 test/Frontend/fixed_point_comparisons.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 5c9b44183a2 i386: Replace -fcf-protection with -fcf-protection=branch
new d373b606b7f PR libstdc++/89416 fix __is_move_insertable trait
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 | 12 ++++++
libstdc++-v3/include/bits/alloc_traits.h | 43 +++++++++++-----------
.../vector/modifiers/push_back/89130.cc | 3 +-
.../vector/modifiers/push_back/89416.cc} | 31 +++++++++++++---
4 files changed, 59 insertions(+), 30 deletions(-)
copy libstdc++-v3/testsuite/{17_intro/headers/c++2011/parallel_mode.cc => 23_conta [...]
--
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-allnoconfig
in repository toolchain/ci/gcc.
from c97f77a35c2 * unwind-dw2.c (_Unwind_GetGR) [DWARF_ZERO_REG]: Compare [...]
adds b52d714d908 Daily bump.
adds 2e66223273e Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.