Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | powerpc64: Stop assuming new processors have VSXtuliom/microwatt | Tulio Magno Quites Machado Filho | 23 | -55/+113 |
2021-02-17 | powerpc64: Restrict memset implementation that require fixed cache line size | Tulio Magno Quites Machado Filho | 2 | -18/+25 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 128 | -128/+128 |
2020-11-12 | powerpc: Add optimized stpncpy for POWER9 | Raphael M Zinsly | 4 | -1/+44 |
2020-11-12 | powerpc: Add optimized strncpy for POWER9 | Raphael M Zinsly | 4 | -1/+47 |
2020-09-17 | powerpc: fix ifunc implementation list for POWER9 strlen and stpcpy | Raphael Moreira Zinsly | 1 | -2/+2 |
2020-06-05 | powerpc64le: add optimized strlen for P9 | Paul E. Murphy | 4 | -1/+12 |
2020-05-18 | powerpc: Optimized rawmemchr for POWER9 | Anton Blanchard | 4 | -3/+38 |
2020-05-18 | powerpc: Optimized stpcpy for POWER9 | Anton Blanchard via Libc-alpha | 4 | -6/+41 |
2020-05-18 | powerpc: Optimized strcpy for POWER9 | Anton Blanchard via Libc-alpha | 4 | -1/+38 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 123 | -123/+123 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 123 | -123/+123 |
2019-04-04 | powerpc: Use generic wcsrchr optimization | Adhemerval Zanella | 6 | -110/+0 |
2019-04-04 | powerpc: Use generic wcschr optimization | Adhemerval Zanella | 6 | -114/+1 |
2019-04-04 | powerpc: Use generic wcscpy optimization | Adhemerval Zanella | 6 | -106/+1 |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella | 1 | -13/+12 |
2019-01-16 | powerpc: Fix tiny bug in strncmp.c | Paul Clarke | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 135 | -135/+135 |
2018-08-16 | powerpc: Rearrange little endian specific files | Rajalakshmi Srinivasaraghavan | 6 | -6/+21 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 135 | -135/+135 |
2017-12-11 | powerpc: POWER8 memcpy optimization for cached memory | Adhemerval Zanella | 4 | -12/+193 |
2017-11-07 | powerpc: Use latest optimization for internal function calls | Rajalakshmi Srinivasaraghavan | 1 | -1/+1 |
2017-10-31 | [PowerPC64] sysdep.h doesn't need to be included in multiarch files | Alan Modra | 55 | -110/+0 |
2017-10-31 | [PowerPC64] strncase_l-power7.c should use strncase_l.c | Alan Modra | 1 | -2/+4 |
2017-10-31 | [PowerPC64] Tidy strcasecmp_l-power7.S symbols | Alan Modra | 1 | -1/+3 |
2017-10-31 | [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc) | Alan Modra | 4 | -0/+8 |
2017-10-31 | [PowerPC64] Remove duplicate define in stpncpy-power8.S | Alan Modra | 1 | -2/+0 |
2017-10-06 | powerpc: Fix IFUNC for memrchr | Rajalakshmi Srinivasaraghavan | 2 | -17/+7 |
2017-10-02 | powerpc: Optimize memrchr for power8 | Rajalakshmi Srinivasaraghavan | 4 | -3/+47 |
2017-06-23 | powerpc: refactor strrchr IFUNC | Rajalakshmi Srinivasaraghavan | 1 | -17/+1 |
2017-06-21 | powerpc: Optimize memchr for power8 | Rajalakshmi Srinivasaraghavan | 4 | -1/+36 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 2 | -2/+2 |
2017-06-14 | PowerPC64 ENTRY_TOCLESS | Alan Modra | 1 | -8/+11 |
2017-06-14 | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 5 | -0/+19 |
2017-06-14 | PowerPC64 sysdep.h tidy | Alan Modra | 1 | -2/+2 |
2017-05-18 | powerpc: Improve memcmp performance for POWER8 | Rajalakshmi Srinivasaraghavan | 4 | -2/+36 |
2017-05-04 | powerpc: Fix strncat ifunc selection | Rajalakshmi Srinivasaraghavan | 1 | -1/+1 |
2017-04-18 | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 4 | -1/+46 |
2017-04-13 | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 4 | -2/+40 |
2017-04-11 | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 3 | -45/+3 |
2017-04-11 | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 7 | -105/+7 |
2017-04-11 | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 3 | -42/+3 |
2017-04-11 | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 5 | -75/+5 |
2017-04-11 | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2 | -30/+2 |
2017-04-11 | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 6 | -84/+6 |
2017-04-11 | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 4 | -56/+4 |
2017-04-11 | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 10 | -153/+11 |
2017-04-11 | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 6 | -90/+6 |
2017-04-05 | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta | 4 | -5/+40 |
2017-02-07 | powerpc: Use latest optimizations for internal function calls | Rajalakshmi Srinivasaraghavan | 2 | -3/+3 |