This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr18822
in repository glibc.
discards eadd96f82d Mark internal wchar functions with attribute_hidden [BZ #18822]
discards d9891da116 Mark internal nss symbols with attribute_hidden [BZ #18822]
discards a01cad1962 Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
discards 8f53280430 Mark __dso_handle as hidden [BZ #18822]
discards 0f6d11758f x86-64: Mark internal symbols with attribute_hidden [BZ #18822]
discards 347991760e x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]
discards aa8344ac8c Mark internal grp/pwd/shadow functions with attribute_hidden [...]
discards 5befb64630 Mark internal unistd.h functions with attribute_hidden [BZ #18822]
discards 8cba4573f6 Mark internal argp functions with attribute_hidden [BZ #18822]
discards c0b4dad408 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...]
discards 103e7a4f03 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]
discards 61fc22c5a5 Mark 3 *_internal functions with attribute_hidden [BZ #18822]
discards 681208b48d Mark internal functions with attribute_hidden [BZ #18822]
adds 0bb2fabcb3 Consolidate non cancellable openat call
adds c181840c93 Consolidate non cancellable close call
adds 7550717ed7 Mark internal SSE2 functions with attribute_hidden [BZ #18822]
new fd64c88873 Mark internal functions with attribute_hidden [BZ #18822]
new b23c1c03b4 Mark 3 *_internal functions with attribute_hidden [BZ #18822]
new 209257b190 Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]
new 5c06d58fc4 Mark ____wcsto*_l_internal functions with attribute_hidden [ [...]
new 4966902c4a Mark internal argp functions with attribute_hidden [BZ #18822]
new fc58c4b769 Mark internal unistd.h functions with attribute_hidden [BZ #18822]
new 62ed9e12cd Mark internal grp/pwd/shadow functions with attribute_hidden [...]
new 14646f0b76 x86: Mark VDSO_SYMBOL(getcpu) with attribute_hidden [BZ #18822]
new 5aa9aff033 x86-64: Mark internal symbols with attribute_hidden [BZ #18822]
new 968afe0cd4 Mark __dso_handle as hidden [BZ #18822]
new 0270c670ab Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
new 7a7493ddfd Mark internal nss symbols with attribute_hidden [BZ #18822]
new 1722f37c55 Mark internal wchar functions with attribute_hidden [BZ #18822]
new 37e97c282b Mark internal gmp functions with attribute_hidden [BZ #18822]
new 09275c6949 Mark internal nscd functions with attribute_hidden [BZ #18822]
new 0c55aa5028 Mark internal time functions with attribute_hidden [BZ #18822]
new 6e9851ed5c Mark internal statfs functions with attribute_hidden [BZ #18822]
new 385def0096 Mark internal gshadow functions with attribute_hidden [BZ #18822]
new 978e29d53d Mark internal stdio functions with attribute_hidden [BZ #18822]
new ef090fc828 Mark internal getXXXbyYYY functions with attribute_hidden [B [...]
new 88ffd29748 Mark internal dirent functions with attribute_hidden [BZ #18822]
new da4b59d509 Mark internal utmp functions with attribute_hidden [BZ #18822]
new 4398782f19 Mark internal stdlib functions with attribute_hidden [BZ #18822]
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 (eadd96f82d)
\
N -- N -- N refs/heads/hjl/pr18822 (4398782f19)
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 23 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:
ChangeLog | 99 +++++++++++++++++++++++++++
catgets/open_catalog.c | 2 +-
gmon/gmon.c | 2 +-
iconv/gconv_cache.c | 4 +-
include/aliases.h | 3 +-
include/dirent.h | 13 ++--
include/gmp.h | 33 +++++++--
include/gshadow.h | 6 +-
include/netdb.h | 30 +++++---
include/rpc/netdb.h | 4 +-
include/stdio.h | 18 ++---
include/stdlib.h | 57 ++++++++-------
include/sys/statfs.h | 9 ++-
include/sys/statvfs.h | 6 +-
include/time.h | 26 ++++---
include/utmp.h | 28 +++++---
intl/loadmsgcat.c | 2 +-
io/ftw.c | 8 +--
libio/fileops.c | 6 +-
libio/iopopen.c | 2 +-
locale/loadarchive.c | 6 +-
locale/loadlocale.c | 6 +-
login/utmp_file.c | 8 +--
misc/daemon.c | 4 +-
nscd/nscd-client.h | 12 ++--
nscd/nscd_getai.c | 2 +-
nscd/nscd_getgr_r.c | 2 +-
nscd/nscd_gethst_r.c | 2 +-
nscd/nscd_getpw_r.c | 2 +-
nscd/nscd_getserv_r.c | 2 +-
nscd/nscd_helper.c | 4 +-
nscd/nscd_initgroups.c | 2 +-
nscd/nscd_netgroup.c | 4 +-
nscd/nscd_proto.h | 34 +++++----
nss/nss_db/db-open.c | 2 +-
nss/nsswitch.h | 12 ++--
resolv/res-close.c | 4 +-
stdlib/canonicalize.c | 1 +
stdlib/gmp-impl.h | 12 ++--
sunrpc/pm_getmaps.c | 2 +-
sysdeps/generic/not-cancel.h | 16 ++---
sysdeps/mach/hurd/opendir.c | 2 +-
sysdeps/mach/hurd/readdir64.c | 1 +
sysdeps/posix/closedir.c | 2 +-
sysdeps/posix/getaddrinfo.c | 4 +-
sysdeps/posix/getcwd.c | 8 +--
sysdeps/posix/opendir.c | 8 +--
sysdeps/posix/spawni.c | 6 +-
sysdeps/unix/sysv/linux/Versions | 1 +
sysdeps/unix/sysv/linux/check_native.c | 2 +-
sysdeps/unix/sysv/linux/check_pf.c | 2 +-
sysdeps/unix/sysv/linux/close.c | 12 ++++
sysdeps/unix/sysv/linux/fips-private.h | 2 +-
sysdeps/unix/sysv/linux/gethostid.c | 4 +-
sysdeps/unix/sysv/linux/getloadavg.c | 2 +-
sysdeps/unix/sysv/linux/getlogin_r.c | 2 +-
sysdeps/unix/sysv/linux/getsysstats.c | 6 +-
sysdeps/unix/sysv/linux/grantpt.c | 2 +-
sysdeps/unix/sysv/linux/i386/readdir64.c | 1 +
sysdeps/unix/sysv/linux/i386/smp.h | 2 +-
sysdeps/unix/sysv/linux/ia64/has_cpuclock.c | 2 +-
sysdeps/unix/sysv/linux/if_index.c | 6 +-
sysdeps/unix/sysv/linux/libc_fatal.c | 2 +-
sysdeps/unix/sysv/linux/malloc-sysdep.h | 2 +-
sysdeps/unix/sysv/linux/mq_notify.c | 2 +-
sysdeps/unix/sysv/linux/not-cancel.h | 35 +++++-----
sysdeps/unix/sysv/linux/openat.c | 20 ++++++
sysdeps/unix/sysv/linux/openat64.c | 36 ++++++++--
sysdeps/unix/sysv/linux/pathconf.h | 12 ++--
sysdeps/unix/sysv/linux/pthread_getname.c | 2 +-
sysdeps/unix/sysv/linux/pthread_setname.c | 2 +-
sysdeps/unix/sysv/linux/readdir64.c | 1 +
sysdeps/unix/sysv/linux/spawni.c | 6 +-
sysdeps/unix/sysv/linux/sysconf.c | 2 +-
sysdeps/unix/sysv/linux/wordsize-64/readdir.c | 1 +
sysdeps/x86_64/multiarch/strcspn-c.c | 2 +-
sysdeps/x86_64/multiarch/strspn-c.c | 2 +-
77 files changed, 469 insertions(+), 232 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 glibc.
from c181840c93 Consolidate non cancellable close call
new 7550717ed7 Mark internal SSE2 functions with attribute_hidden [BZ #18822]
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:
ChangeLog | 7 +++++++
sysdeps/x86_64/multiarch/strcspn-c.c | 2 +-
sysdeps/x86_64/multiarch/strspn-c.c | 2 +-
3 files changed, 9 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 f4c914cf46c [X86] Merge all of the vecload and alignedload predicates i [...]
new e12236f216f [x86] Fix an even stranger corner case where we have multip [...]
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/Target/X86/X86CmovConversion.cpp | 10 +++++++++-
test/CodeGen/X86/x86-cmov-converter.ll | 24 +++++++++++++++++++++++-
2 files changed, 32 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 2d1cd3c597b [AVX512] Use alignedstore256 in a pattern that's emitting a [...]
new 79ea2d32375 [X86] Converge alignedstore/alignedstore256/alignedstore512 [...]
new f4c914cf46c [X86] Merge all of the vecload and alignedload predicates i [...]
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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 21 ++++++++
lib/Target/X86/X86InstrAVX512.td | 36 ++++++-------
lib/Target/X86/X86InstrFragmentsSIMD.td | 92 +++++++++++----------------------
lib/Target/X86/X86InstrSSE.td | 12 ++---
4 files changed, 76 insertions(+), 85 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 61fd1c077cf Set init value for ScalarEvolution::BackedgeTakenInfo::MaxOrZero
new 2d1cd3c597b [AVX512] Use alignedstore256 in a pattern that's emitting a [...]
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/Target/X86/X86InstrAVX512.td | 4 ++--
test/CodeGen/X86/avx512-extract-subvector.ll | 2 +-
2 files changed, 3 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 llvm.
from ee09c63e578 [ARM] Factorize the calculation of WhichResult in isV*Mask. NFC.
new 61fd1c077cf Set init value for ScalarEvolution::BackedgeTakenInfo::MaxOrZero
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/Analysis/ScalarEvolution.h | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from daff1869974 [ARM] Check the right order for halves of VZIP/VUZP if both [...]
new ee09c63e578 [ARM] Factorize the calculation of WhichResult in isV*Mask. 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:
lib/Target/ARM/ARMISelLowering.cpp | 37 +++++++++++++------------------------
1 file changed, 13 insertions(+), 24 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 hjl/pr53037/master
in repository gcc.
discards 60f00a90619 Add warn_if_not_aligned attribute
adds 419a98a9282 Daily bump.
adds c5bd988821c cmd/go: pass -funwind-tables when compiling C code
adds 4bec7283cda Add warn_if_not_aligned attribute
adds 23bafc2f74e * c-parser.c (c_parser_postfix_expression): Remove unused [...]
adds f04d3651be0 misc/cgo/test: make cgo tests run on AIX
adds 21b932faac2 PR libstdc++/81891 fix double-free in hashtable constructor
adds 55058771df4 C++: fix ordering of missing std #include suggestion (PR c+ [...]
adds 8bfbefefde7 Simplify allocator usage in unordered containers
adds 9839559a054 PR go/81893 runtime: only use PPC GNU/Linux register c [...]
adds 5e0bcf280ad gcc/ PR target/80210 * config/rs6000/rs6000.c (rs6000_act [...]
adds e0d26ea0ba2 jit: make simpler reproducers
adds dcd0fe88e9f jit: fix segfault with autovectorization (PR tree-optimizat [...]
adds 45513501f51 Daily bump.
adds a53321d558a PR target/81894 * doc/extend.texi (x86 Built-in Functions [...]
adds 13ff233f011 * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove. (TA [...]
new 2d3f73a6965 Don't override user alignment with the same value
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 (60f00a90619)
\
N -- N -- N refs/heads/hjl/pr53037/master (2d3f73a6965)
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:
gcc/ChangeLog | 66 +++-
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 11 +
gcc/c/ChangeLog | 12 +
gcc/c/c-parser.c | 27 +-
gcc/config/i386/i386-builtin.def | 46 +--
gcc/config/i386/i386.c | 18 +-
gcc/config/i386/i386.h | 5 -
gcc/config/i386/i386.md | 13 +-
gcc/config/i386/sse.md | 14 +-
gcc/config/rs6000/rs6000.c | 99 +++---
gcc/cp/ChangeLog | 16 +
gcc/cp/name-lookup.c | 39 +--
gcc/doc/extend.texi | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/jit/ChangeLog | 17 +
gcc/jit/dummy-frontend.c | 11 +
gcc/jit/jit-recording.c | 62 +++-
gcc/stor-layout.c | 2 +-
gcc/testsuite/ChangeLog | 32 ++
gcc/testsuite/g++.dg/lookup/empty.h | 1 +
.../g++.dg/lookup/missing-std-include-2.C | 11 +-
gcc/testsuite/gcc.target/powerpc/pr80210.c | 10 +
gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 +
gcc/testsuite/jit.dg/test-autovectorize.c | 375 +++++++++++++++++++++
libgo/go/cmd/go/build.go | 6 +
libgo/misc/cgo/test/cthread_unix.c | 2 +-
libgo/misc/cgo/test/issue18146.go | 2 +
libgo/runtime/go-signal.c | 5 +-
libstdc++-v3/ChangeLog | 19 ++
libstdc++-v3/include/bits/hashtable.h | 13 +-
libstdc++-v3/include/bits/hashtable_policy.h | 29 +-
.../unordered_map/cons/81891.cc} | 50 +--
33 files changed, 805 insertions(+), 224 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/empty.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80210.c
create mode 100644 gcc/testsuite/jit.dg/test-autovectorize.c
copy libstdc++-v3/testsuite/{22_locale/codecvt/codecvt_utf8_utf16/79511.cc => 23_c [...]
--
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 3329070a6ec Fix bot failures by requiring x86 target
new daff1869974 [ARM] Check the right order for halves of VZIP/VUZP if both [...]
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/Target/ARM/ARMISelLowering.cpp | 20 ++++++++++++++++----
test/CodeGen/ARM/vzip.ll | 19 +++++++++++++++++++
2 files changed, 35 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 llvm.
from 6930800b8c4 AMDGPU/NFC: Reorder functions in SIMemoryLegalizer:
new 3329070a6ec Fix bot failures by requiring x86 target
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/Transforms/FunctionImport/funcimport_var.ll | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.