about summary refs log tree commit diff
path: root/sysdeps/s390/s390-32/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0110-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0110-10/+10
* s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler2016-10-073-4/+13
* S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler2016-05-241-2/+29
* S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler2016-05-243-1/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0410-10/+10
* S390: Use __asm__ instead of asm.Stefan Liebler2015-11-201-1/+1
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strcmp and wcscmp.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strncpy and wcsncpy.Stefan Liebler2015-08-261-0/+21
* S390: Optimize strcpy and wcscpy.Stefan Liebler2015-08-261-0/+21
* S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler2015-08-268-199/+199
* S390: Get rid of linknamespace failures for string functions.Stefan Liebler2015-01-164-30/+30
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-024-4/+4
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-7/+7
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-014-4/+4
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-051-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-024-4/+4
* S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel2012-09-065-7/+8
* S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel2012-09-031-3/+5
* S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel2012-07-195-0/+387