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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 49e3d3d 0: update: llvm-linux: 19708
new f26128e 0: update: llvm-linux: 19708
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 (49e3d3d)
\
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 | 11962 ++++++++++++++---------------
03-build_linux/console.log | 3344 ++++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 15484 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 15487 insertions(+), 15491 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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 34ac3dd 0: update: binutils-gcc-linux: all
new 601a458 0: update: 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 (34ac3dd)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11375 +++++++-------
04-build_abe-stage1/console.log | 15672 ++++++++++----------
05-build_linux/console.log | 844 +-
06-boot_linux/console.log | 2 +-
console.log | 28496 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 28465 insertions(+), 28516 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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 97b6fb0 0: update: llvm-linux: boot
new a85438b 0: update: llvm-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 (97b6fb0)
\
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12028 +++++++++++++++++------------------
03-build_linux/console.log | 678 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12959 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 12937 insertions(+), 12991 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 da40d804aa [Codegen] Updated test for D66158
new be65cfe09c [analyzer] Note last writes to a condition only in a nested [...]
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:
.../Core/BugReporter/BugReporterVisitors.h | 14 ++++-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 13 +++--
.../track-control-dependency-conditions.cpp | 65 ++++++++++++++--------
3 files changed, 61 insertions(+), 31 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 lld.
from 7763e7bc3 [ELF] Initialize 2 fields of Symbol in SymbolTable::insert
new 550be0367 [MinGW] Remove stray/inconsistent comment chars in test file. NFC.
new 66d14decb [MinGW] Restructure Options.td to use multiclass where sensib [...]
new 02f4463d8 [MinGW] Correct handling different forms of a few options
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:
MinGW/Options.td | 67 +++++++++++++++++++++++---------------------------
test/MinGW/driver.test | 31 ++++++++++++++---------
2 files changed, 50 insertions(+), 48 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 0f0ea79f45b [AArch64] Add support for SVE F{MAX,MIN}NM immediate
new 8280a92edba [AArch64] Make more use of SVE conditional constant moves
new 4b68a4feca1 [AArch64] Use SVE MOV /M of scalars
new 59b9a16d27b [AArch64] Add support for SVE absolute comparisons
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 | 44 +++++++
gcc/config/aarch64/aarch64-sve.md | 130 +++++++++++++++++----
gcc/config/aarch64/aarch64.c | 55 +++++++--
gcc/config/aarch64/constraints.md | 8 +-
gcc/config/aarch64/iterators.md | 5 +
gcc/config/aarch64/predicates.md | 7 +-
gcc/testsuite/ChangeLog | 25 ++++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_1.C | 21 ++++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_2.C | 20 ++++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_3.C | 21 ++++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_4.C | 20 ++++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_5.C | 18 +++
gcc/testsuite/g++.target/aarch64/sve/dup_sel_6.C | 18 +++
gcc/testsuite/gcc.target/aarch64/sve/vcond_18.c | 44 +++++++
.../sve/{cond_cnot_2_run.c => vcond_18_run.c} | 20 ++--
gcc/testsuite/gcc.target/aarch64/sve/vcond_19.c | 46 ++++++++
.../sve/{cond_cnot_2_run.c => vcond_19_run.c} | 20 ++--
gcc/testsuite/gcc.target/aarch64/sve/vcond_20.c | 46 ++++++++
.../sve/{cond_cnot_2_run.c => vcond_20_run.c} | 20 ++--
gcc/testsuite/gcc.target/aarch64/sve/vcond_21.c | 34 ++++++
.../sve/{cond_cnot_1_run.c => vcond_21_run.c} | 19 ++-
21 files changed, 564 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_2.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_3.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_4.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_5.C
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/dup_sel_6.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_18.c
copy gcc/testsuite/gcc.target/aarch64/sve/{cond_cnot_2_run.c => vcond_18_run.c} (57%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_19.c
copy gcc/testsuite/gcc.target/aarch64/sve/{cond_cnot_2_run.c => vcond_19_run.c} (56%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_20.c
copy gcc/testsuite/gcc.target/aarch64/sve/{cond_cnot_2_run.c => vcond_20_run.c} (57%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vcond_21.c
copy gcc/testsuite/gcc.target/aarch64/sve/{cond_cnot_1_run.c => vcond_21_run.c} (57%)
--
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 c9508c99f6a [AArch64] Add support for SVE CLS and CLZ
new 563b232723a [AArch64] Add support for SVE CNOT
new 0508573c8d6 [AArch64] Add support for SVE [SU]{MAX,MIN} immediate
new 0f0ea79f45b [AArch64] Add support for SVE F{MAX,MIN}NM immediate
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 | 45 ++++
gcc/config/aarch64/aarch64-sve.md | 281 ++++++++++++---------
gcc/config/aarch64/constraints.md | 21 +-
gcc/config/aarch64/iterators.md | 21 +-
gcc/config/aarch64/predicates.md | 31 ++-
gcc/testsuite/ChangeLog | 22 ++
gcc/testsuite/gcc.target/aarch64/sve/cnot_1.c | 30 +++
gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c | 35 +++
.../aarch64/sve/{adr_1_run.c => cond_cnot_1_run.c} | 21 +-
gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_2.c | 35 +++
.../aarch64/sve/{adr_1_run.c => cond_cnot_2_run.c} | 21 +-
gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_3.c | 35 +++
.../aarch64/sve/{adr_1_run.c => cond_cnot_3_run.c} | 21 +-
gcc/testsuite/gcc.target/aarch64/sve/fmaxnm_1.c | 45 ++++
gcc/testsuite/gcc.target/aarch64/sve/fminnm_1.c | 21 ++
gcc/testsuite/gcc.target/aarch64/sve/smax_1.c | 71 ++++++
gcc/testsuite/gcc.target/aarch64/sve/smin_1.c | 71 ++++++
gcc/testsuite/gcc.target/aarch64/sve/umax_1.c | 65 +++++
gcc/testsuite/gcc.target/aarch64/sve/umin_1.c | 65 +++++
19 files changed, 799 insertions(+), 158 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cnot_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_1.c
copy gcc/testsuite/gcc.target/aarch64/sve/{adr_1_run.c => cond_cnot_1_run.c} (55%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_2.c
copy gcc/testsuite/gcc.target/aarch64/sve/{adr_1_run.c => cond_cnot_2_run.c} (55%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/cond_cnot_3.c
copy gcc/testsuite/gcc.target/aarch64/sve/{adr_1_run.c => cond_cnot_3_run.c} (55%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fmaxnm_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/fminnm_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/smax_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/smin_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/umax_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/umin_1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.