about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Remove i486 subdirectoryH.J. Lu2015-08-272-6/+0
* Move i486/strlen.S to strlen.SH.J. Lu2015-08-271-0/+0
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-272-1/+1
* Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu2015-08-273-2/+1
* Move i486/string-inlines.c to string-inlines.cH.J. Lu2015-08-272-204/+16
* Move i486/htonl.S to htonl.SH.J. Lu2015-08-272-38/+2
* Move i486/bits/atomic.h to bits/atomic.hH.J. Lu2015-08-271-0/+0
* Remove sysdeps/i386/i486/VersionsH.J. Lu2015-08-271-13/+0
* Disable uninitialized warning with GCC 4.8Stan Shebs2015-08-261-0/+12
* powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo2015-08-262-1/+3
* powerpc: Revert to default atomic ops in elision codePaul E. Murphy2015-08-261-21/+0
* mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger2015-08-261-0/+11
* Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2015-08-264-24/+20
* Replace MEMPCPY_P/PIC with USE_AS_MEMPCPY/SHAREDH.J. Lu2015-08-262-8/+4
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-264-12/+19
* Adjust _Unwind_Word in unwind.h to version in libgcc.Stefan Liebler2015-08-261-2/+2
* S390: Fix build error with gcc6 in utf8_utf16-z9.c.Stefan Liebler2015-08-261-0/+2
* S390: Optimize memrchr.Stefan Liebler2015-08-265-1/+217
* S390: Optimize wmemcmp.Stefan Liebler2015-08-265-1/+207
* S390: Optimize wmemset.Stefan Liebler2015-08-265-1/+211
* S390: Optimize memccpy.Stefan Liebler2015-08-265-1/+213
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-2612-2/+620
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-268-2/+689
* S390: Optimize strpbrk and wcspbrk.Stefan Liebler2015-08-268-2/+737
* S390: Optimize strspn and wcsspn.Stefan Liebler2015-08-268-2/+646
* S390: Optimize strrchr and wcsrchr.Stefan Liebler2015-08-268-2/+486
* S390: Optimize strchrnul and wcschrnul.Stefan Liebler2015-08-268-2/+304
* S390: Optimize strchr and wcschr.Stefan Liebler2015-08-268-2/+333
* S390: Optimize strncmp and wcsncmp.Stefan Liebler2015-08-268-2/+431
* S390: Optimize strcmp and wcscmp.Stefan Liebler2015-08-2610-4/+384
* S390: Optimize strncat wcsncat.Stefan Liebler2015-08-268-2/+613
* S390: Optimize strcat and wcscat.Stefan Liebler2015-08-268-2/+451
* S390: Optimize stpncpy and wcpncpy.Stefan Liebler2015-08-268-2/+538
* S390: Optimize strncpy and wcsncpy.Stefan Liebler2015-08-269-2/+556
* S390: Optimize stpcpy and wcpcpy.Stefan Liebler2015-08-268-2/+343
* S390: Optimize strcpy and wcscpy.Stefan Liebler2015-08-269-2/+345
* S390: Optimize strnlen and wcsnlen.Stefan Liebler2015-08-268-2/+404
* S390: Optimize strlen and wcslen.Stefan Liebler2015-08-268-0/+304
* S390: Ifunc resolver macro for vector instructions.Stefan Liebler2015-08-261-0/+19
* S390: configure check for vector instruction support in assembler.Stefan Liebler2015-08-262-0/+70
* S390: Add new s390 platform.Stefan Liebler2015-08-262-3/+3
* S390: Add hwcaps value for vector facility.Stefan Liebler2015-08-263-3/+5
* S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler2015-08-2623-484/+629
* S390: Fix handling of DXC-byte in FPC-register.Stefan Liebler2015-08-267-15/+41
* NaCl: Call __nacl_main in preference to main.Roland McGrath2015-08-251-1/+5
* Use SSE2 optimized strcmp in x86-64 ld.soH.J. Lu2015-08-251-253/+216
* Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu2015-08-251-5/+0
* Call direct system calls for socket operationsRajalakshmi Srinivasaraghavan2015-08-2518-0/+125
* powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-08-253-4/+5
* powerpc: Handle worstcase behavior in strstr() for POWER7Rajalakshmi Srinivasaraghavan2015-08-251-7/+15