This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_VECT in repository toolchain/ci/glibc.
from 1d56fd3bae x86_64: Add memcmpeq.S to fix disable-multi-arch build adds 88e316b064 Handle NULL input to malloc_usable_size [BZ #28506] adds 66a273d16a elf: Disable ifuncmain{1,5,5pic,5pie} when using LLD adds 3d5ecb6246 Fix LIBC_PROG_BINUTILS for -fuse-ld=lld adds 04e8169f1d Check if linker also support -mtls-dialect=gnu2 adds 6446c725d4 Fix compiler issue with mmap_internal adds 7ca9377bab Disable -Waggressive-loop-optimizations warnings in tst-dynarray.c adds f392915d1e benchtests: Improve bench-memcpy-random adds 79d0fc6539 benchtests: Add acosf function to bench-math adds c46e9afb2d x86-64: Improve EVEX strcmp with masked load adds 14dbbf46a0 x86-64: Remove Prefer_AVX2_STRCMP adds d6dea8c847 arm: Use internal symbol for _dl_argv on _dl_start_user adds 613cb5c7b1 arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descrip [...] adds dba44dbe54 benchtests: Make hypot input random adds b8a6ee43bb benchtests: Add hypotf
No new revisions were added by this update.
Summary of changes: aclocal.m4 | 6 +- benchtests/Makefile | 2 + benchtests/acosf-inputs | 2709 ++++++++++++++++++++ benchtests/bench-memcpy-random.c | 54 +- benchtests/hypot-inputs | 1015 +++++++- benchtests/hypotf-inputs | 1007 ++++++++ configure | 10 +- configure.ac | 4 +- elf/Makefile | 17 +- malloc/malloc-debug.c | 13 +- malloc/malloc.c | 25 +- malloc/tst-dynarray.c | 15 + malloc/tst-malloc-usable.c | 22 +- sysdeps/arm/Makefile | 7 +- sysdeps/arm/dl-machine.h | 2 +- sysdeps/unix/sysv/linux/mmap_internal.h | 2 + sysdeps/x86/cpu-features.c | 8 - sysdeps/x86/cpu-tunables.c | 2 - .../cpu-features-preferred_feature_index_1.def | 1 - sysdeps/x86_64/multiarch/strcmp-evex.S | 461 ++-- sysdeps/x86_64/multiarch/strcmp.c | 3 +- sysdeps/x86_64/multiarch/strncmp.c | 3 +- 22 files changed, 5065 insertions(+), 323 deletions(-) create mode 100644 benchtests/acosf-inputs create mode 100644 benchtests/hypotf-inputs