Go to file
Noah Goldstein b412213eee x86: Optimize strrchr-evex.S and implement with VMM headers
Optimization is:
1. Cache latest result in "fast path" loop with `vmovdqu` instead of
  `kunpckdq`.  This helps if there are more than one matches.

Code Size Changes:
strrchr-evex.S       :  +30 bytes (Same number of cache lines)

Net perf changes:

Reported as geometric mean of all improvements / regressions from N=10
runs of the benchtests. Value as New Time / Old Time so < 1.0 is
improvement and 1.0 is regression.

strrchr-evex.S       : 0.932 (From cases with higher match frequency)

Full results attached in email.

Full check passes on x86-64.
2022-10-19 17:31:03 -07:00
argp
assert Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
benchtests Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylock 2022-10-03 14:13:49 -07:00
bits Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375) 2022-10-10 09:30:24 +02:00
catgets Use '%z' instead of '%Z' on printf functions 2022-09-22 08:48:04 -03:00
ChangeLog.old Create ChangeLog.old/ChangeLog.25. 2022-07-29 18:03:09 -04:00
conform
crypt crypt: Remove unused variable on cert test 2022-03-31 09:00:54 -03:00
csu csu: Disable stack protector for static-reloc for static-pie 2022-10-06 12:52:46 -03:00
ctype
debug debug: test for more required cacellation points (BZ# 29274) 2022-09-05 10:47:34 -03:00
dirent
dlfcn dlfcn: Pass caller pointer to static dlopen implementation (bug 29446) 2022-08-04 17:54:48 +02:00
elf elf: Do not completely clear reused namespace in dlmopen (bug 29600) 2022-10-14 11:02:25 +02:00
gmon Use '%z' instead of '%Z' on printf functions 2022-09-22 08:48:04 -03:00
gnulib
grp
gshadow
hesiod
htl Use C11 atomics instead of atomic_decrement_and_test 2022-09-23 15:59:56 +01:00
hurd Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
iconv Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
iconvdata gconv: Correct Big5-HKSCS conversion to preserve all state bits. [BZ #25744] 2022-07-06 09:27:13 -03:00
include hurd: Factorize at/non-at functions 2022-09-17 19:58:30 +00:00
inet Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
intl
io
libio Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
locale locale: prevent maybe-uninitialized errors with -Os [BZ #19444] 2022-10-05 18:04:13 -03:00
localedata Update to Unicode 15.0.0 [BZ #29604] 2022-10-06 08:58:33 +02:00
login Update copyright dates not handled by scripts/update-copyrights. 2022-01-01 11:42:26 -08:00
mach Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
malloc malloc: Switch global_max_fast to uint8_t 2022-10-13 05:45:41 +02:00
manual Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
math Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13 2022-09-30 19:36:41 +00:00
mathvec
misc Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
nis
nptl nptl: Convert tst-setuid2 to test-driver 2022-10-03 11:19:36 -03:00
nptl_db
nscd nscd: Drop local address tuple variable [BZ #29607] 2022-10-04 18:40:25 -04:00
nss Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
po Update libc.pot for 2.36 release. 2022-07-29 16:41:57 -04:00
posix posix: Suppress -Os may be used uninitialized warnings on regexec 2022-10-05 18:04:13 -03:00
pwd
resolv resolv: Fix building tst-resolv-invalid-cname for earlier C standards 2022-08-30 14:04:12 +02:00
resource
rt rt: Initialize mq_send input on tst-mqueue{5,6} 2022-10-05 18:04:13 -03:00
scripts Use Linux 6.0 in build-many-glibcs.py 2022-10-04 13:57:19 +00:00
setjmp
shadow
signal
socket socket: Use offsetof in SUN_LEN (bug 29578) 2022-10-10 09:30:26 +02:00
soft-fp soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf 2022-08-08 11:28:40 -03:00
stdio-common tst-sprintf-errno: Update Hurd message length 2022-09-17 17:42:42 +02:00
stdlib Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
string String: Improve test coverage for memchr 2022-10-18 09:10:33 -07:00
sunrpc sunrpc: Suppress GCC -Os warning on user2netname 2022-10-05 18:04:13 -03:00
support support: Add xpthread_cond_signal wrapper 2022-10-03 11:19:36 -03:00
sysdeps x86: Optimize strrchr-evex.S and implement with VMM headers 2022-10-19 17:31:03 -07:00
sysvipc
termios
time Use '%z' instead of '%Z' on printf functions 2022-09-22 08:48:04 -03:00
timezone
wcsmbs Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 2022-10-18 17:04:10 +02:00
wctype
.clang-format Add .clang-format style file 2022-04-11 10:51:03 -05:00
.gitattributes
.gitignore
abi-tags Remove the bulk of the NaCl port. 2017-05-20 08:09:10 -04:00
aclocal.m4
config.h.in LoongArch: Add LoongArch entries to config.h.in 2022-07-26 12:35:12 -03:00
config.make.in Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
configure Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
configure.ac Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
CONTRIBUTED-BY
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL Revert "Detect ld.so and libc.so version inconsistency during startup" 2022-08-25 18:46:43 +02:00
libc-abis
libof-iterator.mk
LICENSES arc4random: simplify design for better safety 2022-07-27 08:58:27 -03:00
MAINTAINERS
Makeconfig Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] 2022-09-13 13:45:32 -04:00
Makefile
Makefile.help
Makefile.in New make target to only build benchmark binaries 2016-04-20 10:23:28 +05:30
Makerules Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564] 2022-09-13 13:45:32 -04:00
NEWS NEWS: Fix grammar 2022-10-06 13:19:33 +02:00
o-iterator.mk
README LoongArch: Update NEWS and README for the LoongArch port. 2022-07-26 12:35:12 -03:00
Rules Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
SHARED-FILES
shlib-versions
test-skeleton.c
version.h Open master branch for glibc 2.37 development 2022-07-30 15:34:51 -04:00

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arc*-*-linux-gnu
	arm-*-linux-gnueabi
	csky-*-linux-gnuabiv2
	hppa-*-linux-gnu
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	loongarch64-*-linux-gnu Hardware floating point, LE only.
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	or1k-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	riscv32-*-linux-gnu
	riscv64-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see https://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at https://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.