This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 98859e00d Cygwin: fix typos in release notes
new 9b0841aa7 Cygwin: statically link the tools in winsup/utils/mingw
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:
winsup/utils/mingw/Makefile.am | 2 ++
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 58d971c2 2: update: binutils-gcc: 1
new 298aab68 2: update: binutils-gcc: 1
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 (58d971c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1724 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 64800 -> 63252 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 129580 -> 129468 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 50 ++++++++++-----------
jenkins/manifest.sh | 14 +++---
7 files changed, 32 insertions(+), 32 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from f3eef96390 Run conform/ tests using newly built libc
adds 885762aa31 Use $(pie-default) with conformtest
No new revisions were added by this update.
Summary of changes:
conform/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/linux.
from ddf21bd8ab98 Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel [...]
adds 00e1a5d21b4f PCI/VPD: Defer VPD sizing until first access
adds 6bd65974dedd PCI/ACPI: Don't reset a fwnode set by OF
adds 60b78ed088eb PCI: Add AMD GPU multi-function power dependencies
adds e042a4533fc3 MAINTAINERS: Add Nirmal Patel as VMD maintainer
adds 7639afad8b8d Merge tag 'pci-v5.15-fixes-1' of git://git.kernel.org/pub/ [...]
adds a61cb6017df0 dma-mapping: fix the kerneldoc for dma_map_sg_attrs
adds 510e1a724ab1 dma-debug: prevent an error message from causing runtime problems
adds 59583f747664 sparc32: page align size in arch_dma_alloc
adds b9b11b133b4a Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/ [...]
adds d9a7e9df7316 cpufreq: intel_pstate: Override parameters if HWP forced by BIOS
adds cdef11966088 cpufreq: schedutil: Destroy mutex before kobject_put() fre [...]
adds 4357f03d6611 Merge tag 'pm-5.15-rc2' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 3 ++-
arch/sparc/kernel/ioport.c | 4 +++-
drivers/cpufreq/cpufreq_governor_attr_set.c | 2 +-
drivers/cpufreq/intel_pstate.c | 22 +++++++++++-------
drivers/pci/pci-acpi.c | 2 +-
drivers/pci/quirks.c | 9 ++++++--
drivers/pci/vpd.c | 36 +++++++++++++++++++++--------
kernel/dma/debug.c | 3 ++-
kernel/dma/mapping.c | 3 ++-
9 files changed, 58 insertions(+), 26 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-mainline-defconfig
in repository toolchain/ci/llvm-project.
from 2aa67b31faf0 [clang-format] Restrict the special handling for K&R C to C/C++
adds 1916a1c578f8 [VPlan] Fix crash caused by not updating all users properly.
adds f6b09e394a5f [openmp] Apply code change from D109500
adds 1f27fe612876 -Wunused-but-set-parameter/-Wunused-but-set-variable Add t [...]
adds 635b7871de93 [clang-repl] Install clang-repl
adds 89f2c0c63c22 [clang] disable implicit moves when not in CPlusPLus
new d811546f803c [compiler-rt] Move -fno-omit-frame-pointer check to common [...]
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:
clang/docs/ReleaseNotes.rst | 3 +
clang/lib/Sema/SemaStmt.cpp | 3 +-
clang/test/AST/nrvo.c | 29 ++++++++++
clang/test/Analysis/blocks-nrvo.c | 14 +++++
clang/tools/clang-repl/CMakeLists.txt | 2 +-
compiler-rt/cmake/builtin-config-ix.cmake | 1 -
compiler-rt/cmake/config-ix.cmake | 1 +
llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 23 ++++++--
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp | 7 ++-
.../LoopVectorize/vplan-sink-scalars-and-merge.ll | 66 ++++++++++++++++++++++
10 files changed, 140 insertions(+), 9 deletions(-)
create mode 100644 clang/test/AST/nrvo.c
create mode 100644 clang/test/Analysis/blocks-nrvo.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.