This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/memcmp/avx2 in repository glibc.
discards 0eb102823c Add first_vec_ptest and use vptest discards 22131e2437 Add memcmp-avx2-movbe-new.S adds bafcba22ac Consolidate Linux openat implementation adds f0be25b633 Rename xlocale.h to bits/types/__locale_t.h. adds af85385f31 Use locale_t, not __locale_t, throughout glibc adds 8082d91e1c Factor out shared definitions from bits/signum.h. new 72428b15f4 Add memcmp-avx2-movbe-new.S new 04a4c8ed54 Use vptest
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 (0eb102823c) \ N -- N -- N refs/heads/hjl/memcmp/avx2 (04a4c8ed54)
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 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: ChangeLog | 99 ++++++++++++ NEWS | 6 + bits/{signum.h => signum-generic.h} | 46 ++++-- bits/signum.h | 72 ++------- ctype/ctype-c99_l.c | 2 +- ctype/ctype.h | 26 +--- ctype/ctype_l.c | 6 +- sysdeps/generic/ld.abilist => dev/null | 0 include/bits/types/__locale_t.h | 1 + include/bits/types/locale_t.h | 1 + include/monetary.h | 2 +- include/printf.h | 2 +- include/stdlib.h | 16 +- include/time.h | 4 +- include/wchar.h | 4 +- include/xlocale.h | 1 - locale/Makefile | 3 +- locale/{xlocale.h => bits/types/__locale_t.h} | 24 +-- .../s_cosf-ppc64.c => locale/bits/types/locale_t.h | 12 +- locale/duplocale.c | 6 +- locale/freelocale.c | 2 +- locale/global-locale.c | 2 +- locale/langinfo.h | 9 +- locale/locale.h | 32 ++-- locale/localeinfo.h | 4 +- locale/newlocale.c | 8 +- locale/nl_langinfo_l.c | 2 +- locale/uselocale.c | 2 +- localedata/bug-usesetlocale.c | 2 +- localedata/tst-xlocale2.c | 2 +- signal/Makefile | 3 +- signal/signal.h | 3 + stdio-common/vfscanf.c | 2 +- stdlib/monetary.h | 5 +- stdlib/stdlib.h | 38 ++--- stdlib/strfmon_l.c | 4 +- stdlib/strtod_l.c | 9 +- stdlib/strtof_l.c | 4 +- stdlib/strtol.c | 2 +- stdlib/strtol_l.c | 5 +- stdlib/strtold_l.c | 12 +- stdlib/strtoll_l.c | 4 +- stdlib/strtoul_l.c | 4 +- stdlib/strtoull_l.c | 4 +- string/strcasecmp.c | 4 +- string/strcoll_l.c | 2 +- string/string.h | 9 +- string/strings.h | 7 +- string/strncase.c | 4 +- string/strxfrm_l.c | 2 +- sysdeps/generic/siglist.h | 24 ++- sysdeps/ieee754/float128/strtof128_l.c | 2 +- sysdeps/ieee754/float128/wcstof128.c | 2 +- sysdeps/ieee754/float128/wcstof128_l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-64-128/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c | 2 +- sysdeps/powerpc/powerpc32/power7/strcasecmp.S | 2 +- sysdeps/powerpc/powerpc64/power7/strcasecmp.S | 2 +- sysdeps/unix/bsd/bits/signum.h | 58 ++----- sysdeps/unix/sysv/linux/Makefile | 14 ++ sysdeps/unix/sysv/linux/alpha/bits/signum.h | 69 ++------- sysdeps/unix/sysv/linux/bits/signum.h | 91 +++++------ sysdeps/unix/sysv/linux/hppa/bits/signum.h | 110 ++++++------- sysdeps/unix/sysv/linux/mips/bits/signum.h | 94 +++++------ sysdeps/unix/sysv/linux/openat.c | 31 +--- sysdeps/unix/sysv/linux/openat64.c | 57 ++++++- sysdeps/unix/sysv/linux/sparc/bits/signum.h | 70 ++------- sysdeps/unix/sysv/linux/tst-signal-numbers.sh | 86 +++++++++++ sysdeps/unix/sysv/linux/wordsize-64/openat.c | 11 -- sysdeps/unix/sysv/linux/wordsize-64/openat64.c | 1 - sysdeps/x86_64/multiarch/memcmp-avx2-movbe-new.S | 171 +++++++++++---------- sysdeps/x86_64/strcasecmp_l-nonascii.c | 2 +- sysdeps/x86_64/strncase_l-nonascii.c | 2 +- time/strftime_l.c | 2 +- time/strptime_l.c | 2 +- time/time.h | 6 +- wcsmbs/mbsrtowcs_l.c | 2 +- wcsmbs/wchar.h | 53 +++---- wcsmbs/wcscasecmp.c | 2 +- wcsmbs/wcsncase.c | 2 +- wcsmbs/wcstod.c | 4 +- wcsmbs/wcstod_l.c | 4 +- wcsmbs/wcstof.c | 4 +- wcsmbs/wcstof_l.c | 4 +- wcsmbs/wcstol_l.c | 2 +- wcsmbs/wcstold.c | 4 +- wcsmbs/wcstold_l.c | 4 +- wcsmbs/wcstoll_l.c | 2 +- wcsmbs/wcstoul_l.c | 2 +- wcsmbs/wcstoull_l.c | 2 +- wctype/iswctype_l.c | 2 +- wctype/towctrans_l.c | 2 +- wctype/wcfuncs_l.c | 6 +- wctype/wctrans_l.c | 2 +- wctype/wctype.h | 40 ++--- wctype/wctype_l.c | 2 +- 100 files changed, 795 insertions(+), 808 deletions(-) copy bits/{signum.h => signum-generic.h} (66%) copy sysdeps/generic/ld.abilist => dev/null (100%) create mode 100644 include/bits/types/__locale_t.h create mode 100644 include/bits/types/locale_t.h delete mode 100644 include/xlocale.h rename locale/{xlocale.h => bits/types/__locale_t.h} (72%) copy sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => locale/bits/types/l [...] create mode 100644 sysdeps/unix/sysv/linux/tst-signal-numbers.sh delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/openat64.c