This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 114e299ca6 x86: Remove .tfloat usage new 10c779f44a Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylock new 653c12c7d8 x86: Cleanup pthread_spin_{try}lock.S
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: benchtests/Makefile | 10 ++++- ...ead-mutex-locks.c => bench-pthread-lock-base.c} | 20 +++++----- .../bench-pthread-mutex-lock.c | 19 +++++++--- benchtests/bench-pthread-mutex-trylock.c | 37 ++++++++++++++++++ ...nch-dl-elf-hash.c => bench-pthread-spin-lock.c} | 17 +++++---- .../bench-pthread-spin-trylock.c | 44 +++++++--------------- sysdeps/x86_64/nptl/pthread_spin_lock.S | 23 +++++++---- sysdeps/x86_64/nptl/pthread_spin_trylock.S | 18 ++++++--- 8 files changed, 122 insertions(+), 66 deletions(-) rename benchtests/{bench-pthread-mutex-locks.c => bench-pthread-lock-base.c} (93%) copy sysdeps/x86/tst-strncasecmp-rtm.c => benchtests/bench-pthread-mutex-lock.c (54%) create mode 100644 benchtests/bench-pthread-mutex-trylock.c copy benchtests/{bench-dl-elf-hash.c => bench-pthread-spin-lock.c} (62%) copy elf/tst-dlmopen-twice-mod2.c => benchtests/bench-pthread-spin-trylock.c (51%)