This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from addd5f0e61f libstdc++: Fix internal names: add missing underscores
new 836328b2c99 i386: Add pack/unpack patterns for 64bit vectors [PR89021]
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/i386/i386-expand.c | 46 +++++++++++++++--
gcc/config/i386/i386.md | 3 ++
gcc/config/i386/mmx.md | 72 +++++++++++++++++++++++++++
gcc/config/i386/sse.md | 3 --
gcc/testsuite/gcc.dg/vect/vect-nb-iter-ub-3.c | 2 +-
gcc/testsuite/gcc.target/i386/pr97249-1.c | 21 ++++----
6 files changed, 130 insertions(+), 17 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 07ba52849ff libstdc++: Fix typos and markdown errors in new simd/README.md
new 0237aa8c706 libstdc++: Improve copysign(simd) codegen
new ebb45cb816e libstdc++: Remove dead code in simd
new 343f01f4cde libstdc++: Improve simd fixed_size codegen
new dd1c7792d6f libstdc++: Remove incorrect fabs(simd) overload
new 62a989ea66e libstdc++: Minor simd_math cleanups
new 5014f125099 libstdc++: Fix condition when AVX512F ldexp implementation is used
new d5125819d86 libstdc++: Avoid raising fp exceptions in trunc, floor, and ceil
new 8888795ad16 libstdc++: Ensure unrolled loops inline the lambda
new addd5f0e61f libstdc++: Fix internal names: add missing underscores
The 9 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/include/experimental/bits/simd.h | 18 +++++--
.../include/experimental/bits/simd_builtin.h | 7 ++-
.../include/experimental/bits/simd_converter.h | 2 +-
.../include/experimental/bits/simd_fixed_size.h | 56 ++--------------------
libstdc++-v3/include/experimental/bits/simd_math.h | 54 ++++++---------------
libstdc++-v3/include/experimental/bits/simd_x86.h | 29 +++++------
6 files changed, 54 insertions(+), 112 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 releases/gcc-11
in repository gcc.
from 1a2bbc08d9e Fortran: fix sm computation in CFI_allocate [PR93524]
new cfc9fdcec88 Fix --gdwarf-5 configure tests for Windows
new f19b20de1b2 Emit .file 0 directive earlier in DWARF 5
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:
gcc/configure | 36 +++++++++++++++++++++++-------------
gcc/configure.ac | 36 +++++++++++++++++++++++-------------
gcc/dwarf2out.c | 45 ++++++++++++++++++++++++---------------------
3 files changed, 70 insertions(+), 47 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f9230d91 0: update: binutils-llvm-linux-qemu: all
new d78c0a43 0: update: binutils-llvm-linux-qemu: 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 (f9230d91)
\
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:
01-reset_artifacts/console.log | 68 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 11037 +++++-----
04-build_llvm/console.log | 13991 ++++++-------
05-build_abe-qemu/console.log | 6792 +++---
06-build_linux/console.log | 880 +-
07-boot_linux/console.log | 10 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 20 +-
console.log | 33200 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 33229 insertions(+), 33233 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 a21dc9d1529 Emit .file 0 directive earlier in DWARF 5
new 17bc3848e06 libstdc++: Implement LWG 2762 for std::unique_ptr::operator*
new 07ba52849ff libstdc++: Fix typos and markdown errors in new simd/README.md
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/include/bits/shared_ptr_base.h | 2 +-
libstdc++-v3/include/bits/unique_ptr.h | 3 +-
.../20_util/optional/observers/lwg2762.cc | 21 +++++++++++
.../20_util/shared_ptr/observers/array.cc | 4 ++
.../testsuite/20_util/shared_ptr/observers/get.cc | 5 ++-
.../testsuite/20_util/unique_ptr/lwg2762.cc | 43 ++++++++++++++++++++++
libstdc++-v3/testsuite/experimental/simd/README.md | 8 ++--
7 files changed, 79 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/observers/lwg2762.cc
create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/lwg2762.cc
--
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 2898a02fd5e Add cscope.out to git ignore.
new aca1213627d Fix --gdwarf-5 configure tests for Windows
new a21dc9d1529 Emit .file 0 directive earlier in DWARF 5
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:
gcc/configure | 36 +++++++++++++++++++++++-------------
gcc/configure.ac | 36 +++++++++++++++++++++++-------------
gcc/dwarf2out.c | 45 ++++++++++++++++++++++++---------------------
3 files changed, 70 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.