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-defconfig
in repository toolchain/ci/gcc.
from a0ca98db700 Daily bump.
adds 375054587c8 PR rtl-optimization/91136 * df-core.c (ACCESSING REFS): F [...]
adds f619debeb7e Turn off ipa-ra in builtins test (PR91059)
new 37eb2659a7b Daily bump.
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 | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/df-core.c | 6 +++---
gcc/resource.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp | 2 +-
6 files changed, 21 insertions(+), 5 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-defconfig
in repository toolchain/ci/binutils-gdb.
from 13c724eec0 Automatic date update in version.in
new 473272f20c Automatic date update in version.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:
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-defconfig
in repository toolchain/ci/base-artifacts.
discards 1b866b4 0: update: binutils-gcc-linux: boot
new 13b2406 0: update: binutils-gcc-linux: boot
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 (1b866b4)
\
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:
01-reset_artifacts/console.log | 25 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 9406 ++++++-------
04-build_abe-stage1/console.log | 15263 +++++++++++----------
05-build_linux/console.log | 688 +-
06-boot_linux/console.log | 421 +-
console.log | 26258 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 26275 insertions(+), 26240 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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 51eb1dd 0: update: llvm-linux: all
new 451c82a 0: update: llvm-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 (51eb1dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11724 ++++++++++++++++++------------------
03-build_linux/console.log | 576 +-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 +
console.log | 12493 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
8 files changed, 12523 insertions(+), 12473 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 a0b29595546 [ARM] MVE VNEG instruction patterns
new 5e13867aa38 [ARM] Add sign and zero extend patterns for MVE
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/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/ARMInstrMVE.td | 17 +++++++
test/CodeGen/Thumb2/mve-sext.ll | 93 ++++++++++++++++++++++++++++++++++++++
3 files changed, 111 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Thumb2/mve-sext.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.
unknown user pushed a change to branch master
in repository llvm.
from f3e94132142 [ARM] MVE integer abs
new a0b29595546 [ARM] MVE VNEG instruction patterns
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/ARM/ARMInstrMVE.td | 9 +++++++++
test/CodeGen/Thumb2/mve-neg.ll | 32 ++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-neg.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.
unknown user pushed a change to branch master
in repository clang.
from 55c72b3ecc Fix -Wdocumentation warning. NFCI.
new c79987635f Template-related improvements to Visual Studio visualizers
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:
utils/ClangVisualizers/clang.natvis | 55 ++++++++++++++++++++++++++++++++-----
1 file changed, 48 insertions(+), 7 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 8cc3221f777 [ARM] MVE integer min and max
new f3e94132142 [ARM] MVE integer abs
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/ARM/ARMISelLowering.cpp | 1 +
lib/Target/ARM/ARMInstrMVE.td | 9 +++++++++
test/CodeGen/Thumb2/mve-abs.ll | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-abs.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.
unknown user pushed a change to branch concepts-cxx2a
in repository gcc.
from 2e0117a16f7 Set EXPR_LOCATION on REQUIRES_EXPR.
new 89f53a3d9a9 * logic.cc (parameter_mapping_equivalent_p): Use templa [...]
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/logic.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.