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 39a2ce9e5 gcc-2b339ba431c540ad758f38ffdc234c1441244a8c: all
new c760fcb85 binutils-495a8826905cd4933c7943e995cbe4db8465863d: 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 (39a2ce9e5)
\
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 | 103 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6410 ++++++++--------
4-build_abe-stage1/console.log | 8310 ++++++++++----------
5-count_linux_objs/console.log | 153 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15020 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 14922 insertions(+), 15126 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 4d0c7758819 [llvm-objdump] - Show aliases in -help.
new 912adb1a84a [AVR] Fix codegen bug in 16-bit loads
new 605942eacd9 [llvm-objdump] - Move getRelocationValueString and dependen [...]
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:
lib/Target/AVR/AVRExpandPseudoInsts.cpp | 10 +-
test/CodeGen/AVR/PR37143.ll | 13 +
test/CodeGen/AVR/atomics/load16.ll | 44 +--
test/CodeGen/AVR/load.ll | 12 +-
test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir | 4 +-
test/CodeGen/AVR/pseudo/LDWRdPtr.mir | 4 +-
tools/llvm-objdump/COFFDump.cpp | 13 +
tools/llvm-objdump/ELFDump.cpp | 82 ++++
tools/llvm-objdump/MachODump.cpp | 258 +++++++++++++
tools/llvm-objdump/WasmDump.cpp | 25 ++
tools/llvm-objdump/llvm-objdump.cpp | 431 +---------------------
tools/llvm-objdump/llvm-objdump.h | 83 ++++-
12 files changed, 509 insertions(+), 470 deletions(-)
create mode 100644 test/CodeGen/AVR/PR37143.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 release_80
in repository llvm.
from dfb33850f93 Merging r351325: ------------------------------------------ [...]
new 01d724b0a85 Merging r351426: ------------------------------------------ [...]
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/MC/MCWin64EH.cpp | 1 -
1 file changed, 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.
unknown user pushed a change to branch master
in repository gcc.
from 359c1bf35e3 [AArch64] Add support for system register based stack prote [...]
new 02638fde1bc Describe better version mismatch in libgcov driver.
new 085a4ac705f Update error message prefix in libgcov profiling.
new c099f1ddfc6 Bump version of __gcov_indirect_call_profiler function as t [...]
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:
gcc/ChangeLog | 7 ++++
gcc/params.def | 2 +-
gcc/testsuite/ChangeLog | 5 +++
.../gcc.dg/no_profile_instrument_function-attr-1.c | 2 +-
gcc/tree-profile.c | 6 +--
libgcc/ChangeLog | 21 ++++++++++
libgcc/Makefile.in | 2 +-
libgcc/libgcov-driver.c | 46 +++++++++++++++++-----
libgcc/libgcov-profiler.c | 4 +-
libgcc/libgcov.h | 2 +-
10 files changed, 79 insertions(+), 18 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 aarch64/sve-acle-branch
in repository gcc.
from b75cd8ba8f9 [SVE ACLE] Implements svdot
new 867735109b8 [SVE ACLE] Implement svlsl_wide.
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/config/aarch64/aarch64-sve-builtins.c | 75 ++++++++++++++++++++-
gcc/config/aarch64/aarch64-sve-builtins.def | 1 +
gcc/config/aarch64/aarch64-sve.md | 59 +++++++++++++++++
gcc/config/aarch64/iterators.md | 5 ++
gcc/lra-constraints.c | 22 ++++---
.../aarch64/sve-acle/general-c++/lsl_wide_1.C | 12 ++++
.../aarch64/sve-acle/general-c++/lsl_wide_2.C | 14 ++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_s16.c | 77 ++++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_s32.c | 77 ++++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_s8.c | 77 ++++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_u16.c | 77 ++++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_u32.c | 77 ++++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/lsl_wide_u8.c | 77 ++++++++++++++++++++++
.../aarch64/sve-acle/asm/test_sve_acle.h | 3 +
.../aarch64/sve-acle/general-c/lsl_wide_1.c | 12 ++++
.../aarch64/sve-acle/general-c/lsl_wide_2.c | 14 ++++
16 files changed, 670 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve-acle/general-c++/lsl_wide_1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve-acle/general-c++/lsl_wide_2.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_s16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_s32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_s8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_u16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_u32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/lsl_wide_u8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/general-c/lsl_wide_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/general-c/lsl_wide_2.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/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a5c9fd713 llvm-bcabeb421d61b479cf618270b238fab3c1c73769: 16543
new a7031c01d llvm-6e751e810a270593f3f2d2fd8767aaf73237d034: 16543
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 (a5c9fd713)
\
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 | 202 +-
2-build_llvm/console.log | 10242 +++++++++++++++----------------
3-count_linux_objs/console.log | 1940 +++---
4-check_regression/console.log | 10 +-
5-update_baseline/console.log | 68 +-
console.log | 12558 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 12572 insertions(+), 12464 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ba0c3134d linux-a3a80255d58d0f0d304ba877ae0313a264973a70: 18070
new b6991f7fd llvm-9c66a47831a586ed36a138453a3234797f3a0127: 18070
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 (ba0c3134d)
\
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 | 127 +-
2-build_llvm/console.log | 9212 ++++++++++++++++-----------------
3-count_linux_objs/console.log | 1403 ++---
5-update_baseline/console.log | 4 +-
console.log | 10860 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 10947 insertions(+), 10679 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/ci/base-artifacts.
discards 0c22fb174 binutils-495a8826905cd4933c7943e995cbe4db8465863d: all
new 0fe3430e0 gcc-1999e6ffd1a6ce6dacddb5904d085dc3d76b5ead: 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 (0c22fb174)
\
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 | 142 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6193 +++++++------
4-build_abe-stage1/console.log | 11754 ++++++++++++------------
5-count_linux_objs/console.log | 66 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18169 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18280 insertions(+), 18094 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 469517e5217 [AVR] Fix the inst-cbr test
new 4d0c7758819 [llvm-objdump] - Show aliases in -help.
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:
tools/llvm-objdump/llvm-objdump.cpp | 69 +++++++++++++++++++------------------
1 file changed, 35 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.