This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa6063f7615 [AArch64][SVE] Implement sdot and udot (lane) intrinsics
new 976a21434d2 [AArch64] add tests for (v)select-of-constants; NFC
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:
test/CodeGen/AArch64/select_const.ll | 625 +++++++++++++++++++++
.../{PowerPC => AArch64}/vselect-constants.ll | 193 ++++---
2 files changed, 721 insertions(+), 97 deletions(-)
create mode 100644 test/CodeGen/AArch64/select_const.ll
copy test/CodeGen/{PowerPC => AArch64}/vselect-constants.ll (53%)
--
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 binutils-gdb.
from b0531efe2e Updated traditional Chinese translation for the binutils/ su [...]
new e168da45a2 bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info
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/ChangeLog | 6 ++++++
bfd/dwarf2.c | 4 ++--
2 files changed, 8 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.
unknown user pushed a change to branch master
in repository llvm.
from de27297d845 [VPlan] Add moveAfter to VPRecipeBase.
new aa6063f7615 [AArch64][SVE] Implement sdot and udot (lane) intrinsics
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:
include/llvm/IR/IntrinsicsAArch64.td | 21 ++++++
lib/Target/AArch64/AArch64InstrFormats.td | 30 +++++---
lib/Target/AArch64/AArch64SVEInstrInfo.td | 8 +-
lib/Target/AArch64/SVEInstrFormats.td | 19 +++--
test/CodeGen/AArch64/sve-intrinsics-int-arith.ll | 93 ++++++++++++++++++++++++
5 files changed, 149 insertions(+), 22 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards de1ac674 0: update: llvm-linux: 18067
new 051e15ed 0: update: llvm-linux: 18068
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 (de1ac674)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 130 +-
02-build_llvm/console.log | 12231 +++++++++++++++++------------------
03-build_linux/console.log | 863 ++-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 6 +-
console.log | 13260 +++++++++++++++++++-------------------
jenkins/manifest.sh | 15 +-
results | 2 +-
8 files changed, 13265 insertions(+), 13250 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 f6f4d20ff0f [AIX] Use .space instead of .zero in assembly
new de27297d845 [VPlan] Add moveAfter to VPRecipeBase.
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/Transforms/Vectorize/VPlan.cpp | 6 ++++++
lib/Transforms/Vectorize/VPlan.h | 4 ++++
unittests/Transforms/Vectorize/VPlanTest.cpp | 26 ++++++++++++++++++++++++++
3 files changed, 36 insertions(+)
--
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 c55f42640cc Relax store_bit_field call in store_expr
new 109d3d52526 Avoid warnings in <charconv>
new 18ed132a6b1 PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
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:
libstdc++-v3/ChangeLog | 41 +++
libstdc++-v3/include/bits/charconv.h | 10 +-
libstdc++-v3/include/tr2/dynamic_bitset | 295 ++++++++++-----------
libstdc++-v3/include/tr2/dynamic_bitset.tcc | 2 +-
.../char/lwg3296.cc => tr2/dynamic_bitset/cmp.cc} | 24 +-
libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc | 105 ++++++++
.../dr2537.cc => tr2/dynamic_bitset/copy.cc} | 41 +--
.../dr2537.cc => tr2/dynamic_bitset/move.cc} | 39 +--
.../lwg3296.cc => tr2/dynamic_bitset/pr92059.cc} | 10 +-
9 files changed, 362 insertions(+), 205 deletions(-)
copy libstdc++-v3/testsuite/{28_regex/basic_regex/assign/char/lwg3296.cc => tr2/dy [...]
create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...]
copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...]
copy libstdc++-v3/testsuite/{28_regex/basic_regex/assign/char/lwg3296.cc => tr2/dy [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.