aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2018-12-18S390: Refactor memchr ifunc handling.Stefan Liebler1-21/+0
2018-12-18S390: Refactor strcmp ifunc handling.Stefan Liebler1-21/+0
2018-12-18S390: Refactor strncpy ifunc handling.Stefan Liebler1-21/+0
2018-12-18S390: Refactor strcpy ifunc handling.Stefan Liebler1-21/+0
2018-12-18S390: Unify 31/64bit memcpy.Stefan Liebler3-152/+0
2018-12-18S390: Unify 31/64bit memcmp.Stefan Liebler3-132/+1
2018-12-18S390: Unify 31/64bit memset.Stefan Liebler3-140/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2016-10-07s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler3-4/+13
2016-05-24S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler1-2/+27
2016-05-24S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler3-1/+10
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers10-10/+10
2015-11-20S390: Use __asm__ instead of asm.Stefan Liebler1-1/+1
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strcmp and wcscmp.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strncpy and wcsncpy.Stefan Liebler1-0/+21
2015-08-26S390: Optimize strcpy and wcscpy.Stefan Liebler1-0/+21
2015-08-26S390: Refactor ifunc implementations and enable ifunc-test-framework.Stefan Liebler8-199/+195
2015-01-16S390: Get rid of linknamespace failures for string functions.Stefan Liebler4-31/+31
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers4-4/+4
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar4-7/+7
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae4-4/+4
2013-03-05S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel1-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers4-4/+4
2012-09-03S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel1-3/+5
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel5-0/+381