This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 9fea0f1a2a [powerpc] Tighten contraints for asm constant parameters adds ff012870b2 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...] adds ea32ec354c elf: Earlier missing dynamic segment check in _dl_map_object [...] adds a586fe9c80 Configure GCC with --enable-initfini-array [BZ #27945] adds 2856829ee7 Revert "benchtests: Add acosf function to bench-math" adds d465e5e0da Remove the last trace of generate-md5 [BZ #28554] adds d585ba47fc string: Make tests birdirectional test-memcpy.c adds 5e6cce9b34 benchtests: Add additional cases to bench-memcpy.c and bench [...] adds ac759b1fbf benchtests: Add partial overlap case in bench-memmove-walk.c adds a6b7502ec0 x86: Optimize memmove-vec-unaligned-erms.S adds 475b63702e x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
No new revisions were added by this update.
Summary of changes: Makerules | 2 +- benchtests/Makefile | 1 - benchtests/acosf-inputs | 2709 -------------------- benchtests/bench-memcpy.c | 49 +- benchtests/bench-memmove-walk.c | 61 +- benchtests/bench-memmove.c | 26 +- elf/dl-load.c | 22 +- iconvdata/Makefile | 5 +- iconvdata/bug-iconv15.c | 60 + iconvdata/iso-2022-jp-3.c | 28 +- scripts/build-many-glibcs.py | 1 + string/test-memcpy.c | 167 +- string/test-memmove.c | 75 +- sysdeps/x86/dl-cacheinfo.h | 8 +- sysdeps/x86/dl-tunables.list | 26 +- sysdeps/x86_64/memmove.S | 2 +- .../multiarch/memmove-avx-unaligned-erms-rtm.S | 2 +- .../x86_64/multiarch/memmove-avx-unaligned-erms.S | 2 +- .../multiarch/memmove-avx512-unaligned-erms.S | 2 +- .../x86_64/multiarch/memmove-evex-unaligned-erms.S | 2 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 595 +++-- 21 files changed, 825 insertions(+), 3020 deletions(-) delete mode 100644 benchtests/acosf-inputs create mode 100644 iconvdata/bug-iconv15.c