about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* S390: Add hwcaps value for vector facility.Stefan Liebler2015-08-264-3/+11
* S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler2015-08-2624-484/+676
* S390: Fix handling of DXC-byte in FPC-register.Stefan Liebler2015-08-268-15/+55
* NaCl: Call __nacl_main in preference to main.Roland McGrath2015-08-252-1/+10
* Use SSE2 optimized strcmp in x86-64 ld.soH.J. Lu2015-08-252-253/+220
* Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu2015-08-252-5/+5
* Call direct system calls for socket operationsRajalakshmi Srinivasaraghavan2015-08-2519-0/+146
* powerpc: Fix tabort usage in syscallsPaul E. Murphy2015-08-254-4/+13
* powerpc: Handle worstcase behavior in strstr() for POWER7Rajalakshmi Srinivasaraghavan2015-08-252-7/+19
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-252-47/+51
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-257-464/+9
* Replace %xmm8 with %xmm0H.J. Lu2015-08-252-26/+30
* add bug 18240 to news.Ondřej Bílka2015-08-251-2/+3
* Handle overflow in __hcreate_rOndřej Bílka2015-08-252-1/+18
* Fix strcpy_chk and stpcpy_chk performance.Ondřej Bílka2015-08-254-266/+11
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-259-501/+499
* Note bug 10882 as having been fixed in 2.16.Joseph Myers2015-08-242-18/+19
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-242-27/+4
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-242-8/+10
* Don't use the main arena in retry path if it is corruptSiddhesh Poyarekar2015-08-242-0/+7
* Drop unused first argument from arena_get2Siddhesh Poyarekar2015-08-242-5/+9
* Remove __ASSUME_IPC64Andreas Schwab2015-08-2424-706/+29
* manual: skip build when perl is unavailableMike Frysinger2015-08-212-0/+7
* powerpc: Fix memchr for powerpc32.Carlos Eduardo Seo2015-08-212-1/+6
* powerpc: make memchr use memchr-power7.Carlos Eduardo Seo2015-08-212-1/+18
* Revert "Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURN"H.J. Lu2015-08-2164-364/+292
* Revert "Fix a typo in linux lxstat.c"H.J. Lu2015-08-212-6/+2
* Fix a typo in linux lxstat.cH.J. Lu2015-08-212-2/+6
* Add INLINE_SYSCALL_RETURN/INLINE_SYSCALL_ERROR_RETURNH.J. Lu2015-08-2164-292/+364
* Don't use -Wno-strict-prototypes in timezone/.Joseph Myers2015-08-202-5/+10
* Don't use -Wno-error=undef.Joseph Myers2015-08-202-1/+6
* Add missing ChangeLog entry for the last commitH.J. Lu2015-08-201-0/+7
* Remove the unused IFUNC filesH.J. Lu2015-08-203-21/+0
* Don't use -Wno-uninitialized in math/.Joseph Myers2015-08-202-3/+2
* Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers2015-08-202-9/+10