This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ff64ebce035 gn build: Merge r353957.
new 2d7289e2fa5 Revert r353962
new 5077597e0d5 [WebAssembly] Bulk memory intrinsics and builtins
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:
include/llvm/ADT/Optional.h | 93 +++++++---------------
include/llvm/IR/IntrinsicsWebAssembly.td | 14 ++++
.../WebAssembly/WebAssemblyInstrBulkMemory.td | 43 ++++++++--
.../WebAssembly/WebAssemblySelectionDAGInfo.cpp | 10 ++-
test/CodeGen/WebAssembly/bulk-memory-intrinsics.ll | 28 +++++++
test/CodeGen/WebAssembly/bulk-memory.ll | 40 +++++-----
unittests/ADT/OptionalTest.cpp | 20 -----
7 files changed, 130 insertions(+), 118 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/bulk-memory-intrinsics.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 6ee7c11a69 [Sema] Delay checking whether objc_designated_initializer is [...]
new 171531e317 [WebAssembly] Bulk memory intrinsics and builtins
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/clang/Basic/BuiltinsWebAssembly.def | 4 ++++
lib/CodeGen/CGBuiltin.cpp | 24 ++++++++++++++++++++++++
test/CodeGen/builtins-wasm.c | 18 +++++++++++++++---
3 files changed, 43 insertions(+), 3 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 055cced29a1 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use [...]
new 4194f872bd3 PR libstdc++/89345 Only define std::destroying_delete for C++2a
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 | 11 ++++++++
libstdc++-v3/include/std/version | 7 ++---
libstdc++-v3/libsupc++/new | 9 ++++--
.../1.cc => 18_support/destroying_delete.cc} | 33 ++++++++++++++++++----
4 files changed, 48 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/{20_util/assume_aligned/1.cc => 18_support/destroying_ [...]
--
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 3a86062729d PR c++/89297 - ICE with OVERLOAD in template. * semantics [...]
new 055cced29a1 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use [...]
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 | 12 ++++
gcc/config/i386/sse.md | 77 ++++++++++++------------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c | 2 +-
4 files changed, 55 insertions(+), 40 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9031c15d57 0: last-good: binutils-gcc-linux: all
new d599d1242d 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 (9031c15d57)
\
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3976 ++++++++-------
4-build_abe-stage1/console.log | 5174 ++++++++++----------
5-count_linux_objs/console.log | 635 ++-
console.log | 9819 +++++++++++++++++++++-----------------
jenkins/manifest.sh | 12 +-
6 files changed, 10993 insertions(+), 8627 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 1590c1138 Recover elf32-bigmips and elf32-powerpc support in LLD
new 14aa57da0 ELF: Allow GOT relocs pointing to non-preemptable ifunc to re [...]
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:
ELF/InputSection.cpp | 6 -
ELF/Relocations.cpp | 248 ++++++++++++++++++++--------
ELF/Relocations.h | 10 +-
ELF/Symbols.cpp | 10 +-
ELF/Symbols.h | 10 +-
ELF/SyntheticSections.cpp | 5 +-
ELF/Writer.cpp | 2 +
test/ELF/Inputs/gnu-ifunc-canon-ro-abs.s | 2 +
test/ELF/Inputs/gnu-ifunc-canon-ro-pcrel.s | 2 +
test/ELF/Inputs/gnu-ifunc-canon-rw-addend.s | 2 +
test/ELF/aarch64-gnu-ifunc-address-pie.s | 7 +-
test/ELF/aarch64-gnu-ifunc-address.s | 15 +-
test/ELF/aarch64-gnu-ifunc2.s | 9 +-
test/ELF/aarch64-gnu-ifunc3.s | 7 +-
test/ELF/gnu-ifunc-canon.s | 92 +++++++++++
test/ELF/gnu-ifunc-i386.s | 35 +++-
16 files changed, 345 insertions(+), 117 deletions(-)
create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-ro-abs.s
create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-ro-pcrel.s
create mode 100644 test/ELF/Inputs/gnu-ifunc-canon-rw-addend.s
create mode 100644 test/ELF/gnu-ifunc-canon.s
--
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 40563cf7c35 [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
new 3a86062729d PR c++/89297 - ICE with OVERLOAD in template. * semantics [...]
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/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 10 +++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/initlist113.C | 11 +++++++++++
4 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist113.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.