about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-251-47/+47
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-256-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-251-26/+26
* Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka2015-08-252-211/+0
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-258-501/+472
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-27/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-8/+4
* Remove __ASSUME_IPC64Andreas Schwab2015-08-2423-706/+1
* powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo2015-08-211-1/+1
* powerpc: make memchr use memchr-power7.Carlos Eduardo Seo2015-08-211-1/+13
* Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu2015-08-2163-287/+292
* Revert "Fix a typo in linux lxstat.c"H.J. Lu2015-08-211-2/+2
* Fix a typo in linux lxstat.cH.J. Lu2015-08-211-2/+2
* Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu2015-08-2163-292/+287
* Remove the unused IFUNC filesH.J. Lu2015-08-203-21/+0
* Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers2015-08-201-9/+5
* Move x86_64 init-arch.h to sysdeps/x86/init-arch.hH.J. Lu2015-08-204-3/+1
* Remove x86 init-arch.cH.J. Lu2015-08-202-2/+0
* nptl: Document crash due to incorrect use of locksFlorian Weimer2015-08-201-1/+3
* Fix csqrt missing underflows (bug 18370).Joseph Myers2015-08-191-0/+4
* PowerPC: Extend Program Priority Register supportGabriel F. T. Gomes2015-08-191-0/+31