This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4c0c8e5a529 [aarch64]: add usra and ssra combine patterns
new 145d92258b6 Change std::ceil2 to be undefined if the result can't be re [...]
new b58d3908b4f Adjust std::rotl, std::rotr etc to match final P0553R4 proposal
new 414d7215b2c Rename testsuite directory to match P0553R4 stable names
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:
libstdc++-v3/ChangeLog | 25 ++++++++
libstdc++-v3/include/std/bit | 62 ++++++++++++------
.../bit/{bitops.count => bit.count}/countl_one.cc | 0
.../bit/{bitops.count => bit.count}/countl_zero.cc | 0
.../bit/{bitops.count => bit.count}/countr_one.cc | 0
.../bit/{bitops.count => bit.count}/countr_zero.cc | 0
.../bit/{bitops.count => bit.count}/popcount.cc | 0
.../testsuite/26_numerics/bit/bit.pow.two/ceil2.cc | 32 ++++++++--
.../26_numerics/bit/bit.pow.two/ceil2_neg.cc | 74 ++++++++++++++++++++++
.../bit/{bitops.rot => bit.rotate}/rotl.cc | 21 +++++-
.../bit/{bitops.rot => bit.rotate}/rotr.cc | 21 +++++-
11 files changed, 207 insertions(+), 28 deletions(-)
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.count => bit.count}/countl_o [...]
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.count => bit.count}/countl_z [...]
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.count => bit.count}/countr_o [...]
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.count => bit.count}/countr_z [...]
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.count => bit.count}/popcount [...]
create mode 100644 libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/ceil2_neg.cc
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.rot => bit.rotate}/rotl.cc (89%)
rename libstdc++-v3/testsuite/26_numerics/bit/{bitops.rot => bit.rotate}/rotr.cc (89%)
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 1f1516f9 0: update: binutils-gcc-linux: boot
new 8e7cc4d7 0: update: binutils-gcc-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 (1f1516f9)
\
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 | 122 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10841 ++++++------
04-build_abe-stage1/console.log | 15592 ++++++++---------
05-build_linux/console.log | 5968 +++----
06-boot_linux/console.log | 436 +-
console.log | 33395 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 33379 insertions(+), 33429 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 libunwind.
from 65245a0 [libunwind][ARM] Fix loading FP registers on big-endian targets
new 7e0aa14 [libunwind][ARM] Fix types in _Unwind_VRS_Get.
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:
src/Unwind-EHABI.cpp | 4 ++--
1 file changed, 2 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 clang.
from 7f4e024690 [X86] Remove const from some intrinsics that shouldn't have them
new dffd3559af [OPENMP][MSVC]Enable /openmp[:experimental] to compile OpenMP.
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/Driver/CLCompatOptions.td | 11 +++++++----
test/Driver/fopenmp.c | 4 ++++
2 files changed, 11 insertions(+), 4 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 newlib.
from 86817773c Cygwin: add release notes for 3.0.8
new e118a605e Cygwin: fix /proc/PID/fd return value in error case
new dec444bee Cygwin: change virtual_ftype_t to not rely on negative values
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:
winsup/cygwin/fhandler.h | 37 +++++++++++++++++++++++------------
winsup/cygwin/fhandler_netdrive.cc | 2 --
winsup/cygwin/fhandler_proc.cc | 2 --
winsup/cygwin/fhandler_process.cc | 6 +++---
winsup/cygwin/fhandler_procnet.cc | 4 ----
winsup/cygwin/fhandler_procsys.cc | 2 --
winsup/cygwin/fhandler_procsysvipc.cc | 3 ---
winsup/cygwin/fhandler_registry.cc | 13 ++++--------
winsup/cygwin/fhandler_virtual.cc | 2 +-
9 files changed, 33 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.