about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Make strcmp with unaligned load/store the default hjl/unalignedH.J. Lu2015-08-2812-2462/+2476
* Correct x86-64 memcpy/mempcpy multiarch selectorH.J. Lu2015-08-289-763/+789
* Note bug 14941 as having been fixed in 2.18.Joseph Myers2015-08-272-11/+12
* Detect and select i586/i686 implementation at run-time fedora/masterH.J. Lu2015-08-277-3/+119
* Add i386 memset and memcpy assembly functionsH.J. Lu2015-08-2716-198/+230
* Fix undefined warning messages in GCC 6.Steve Ellcey2015-08-274-33/+53
* Remove i486 subdirectoryH.J. Lu2015-08-273-6/+5
* Move i486/strlen.S to strlen.SH.J. Lu2015-08-272-0/+5
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-273-1/+6
* Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu2015-08-274-2/+8
* Move i486/string-inlines.c to string-inlines.cH.J. Lu2015-08-273-204/+21
* Move i486/htonl.S to htonl.SH.J. Lu2015-08-273-38/+7
* Move i486/bits/atomic.h to bits/atomic.hH.J. Lu2015-08-272-0/+5
* Remove sysdeps/i386/i486/VersionsH.J. Lu2015-08-272-13/+4
* Mention mkdtemp as another secure alternative to mktempGleb Fotengauer-Malinovskiy2015-08-273-5/+12
* Disable uninitialized warning with GCC 4.8Stan Shebs2015-08-262-0/+17
* Meaningless ChangeLog cleanup to trigger buildbot.Roland McGrath2015-08-261-68/+0
* powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo2015-08-263-1/+10
* powerpc: Revert to default atomic ops in elision codePaul E. Murphy2015-08-262-21/+6
* mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger2015-08-263-2/+21
* Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2015-08-265-24/+32
* Replace MEMPCPY_P/PIC with USE_AS_MEMPCPY/SHAREDH.J. Lu2015-08-263-8/+10
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-265-12/+32
* Adjust _Unwind_Word in unwind.h to version in libgcc.Stefan Liebler2015-08-262-2/+9
* S390: Fix build error with gcc6 in utf8_utf16-z9.c.Stefan Liebler2015-08-262-0/+8
* S390: Optimize string, wcsmbs and memory functions.Stefan Liebler2015-08-262-3/+10
* S390: Optimize memrchr.Stefan Liebler2015-08-266-1/+227
* S390: Optimize wmemcmp.Stefan Liebler2015-08-268-2/+240
* S390: Optimize wmemset.Stefan Liebler2015-08-2613-56/+373
* S390: Optimize memccpy.Stefan Liebler2015-08-267-1/+228
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-2620-61/+795
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-2616-29/+822
* S390: Optimize strpbrk and wcspbrk.Stefan Liebler2015-08-2616-88/+948
* S390: Optimize strspn and wcsspn.Stefan Liebler2015-08-2616-64/+823
* S390: Optimize strrchr and wcsrchr.Stefan Liebler2015-08-2611-3/+522
* S390: Optimize strchrnul and wcschrnul.Stefan Liebler2015-08-2616-19/+406
* S390: Optimize strchr and wcschr.Stefan Liebler2015-08-2612-5/+376
* S390: Optimize strncmp and wcsncmp.Stefan Liebler2015-08-2613-29/+558
* S390: Optimize strcmp and wcscmp.Stefan Liebler2015-08-2614-6/+430
* S390: Optimize strncat wcsncat.Stefan Liebler2015-08-2616-93/+826
* S390: Optimize strcat and wcscat.Stefan Liebler2015-08-2617-82/+661
* S390: Optimize stpncpy and wcpncpy.Stefan Liebler2015-08-2616-26/+665
* S390: Optimize strncpy and wcsncpy.Stefan Liebler2015-08-2617-87/+782
* S390: Optimize stpcpy and wcpcpy.Stefan Liebler2015-08-2616-24/+461
* S390: Optimize strcpy and wcscpy.Stefan Liebler2015-08-2612-3/+382
* S390: Optimize strnlen and wcsnlen.Stefan Liebler2015-08-2616-63/+572
* S390: Optimize strlen and wcslen.Stefan Liebler2015-08-2612-2/+348
* S390: Ifunc resolver macro for vector instructions.Stefan Liebler2015-08-262-0/+24
* S390: configure check for vector instruction support in assembler.Stefan Liebler2015-08-264-0/+80
* S390: Add new s390 platform.Stefan Liebler2015-08-263-3/+8