| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 135 | -135/+135 |
* | powerpc: Rearrange little endian specific files | Rajalakshmi Srinivasaraghavan | 2018-08-16 | 6 | -6/+21 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 135 | -135/+135 |
* | powerpc: POWER8 memcpy optimization for cached memory | Adhemerval Zanella | 2017-12-11 | 4 | -12/+193 |
* | powerpc: Use latest optimization for internal function calls | Rajalakshmi Srinivasaraghavan | 2017-11-07 | 1 | -1/+1 |
* | [PowerPC64] sysdep.h doesn't need to be included in multiarch files | Alan Modra | 2017-10-31 | 55 | -110/+0 |
* | [PowerPC64] strncase_l-power7.c should use strncase_l.c | Alan Modra | 2017-10-31 | 1 | -2/+4 |
* | [PowerPC64] Tidy strcasecmp_l-power7.S symbols | Alan Modra | 2017-10-31 | 1 | -1/+3 |
* | [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc) | Alan Modra | 2017-10-31 | 4 | -0/+8 |
* | [PowerPC64] Remove duplicate define in stpncpy-power8.S | Alan Modra | 2017-10-31 | 1 | -2/+0 |
* | powerpc: Fix IFUNC for memrchr | Rajalakshmi Srinivasaraghavan | 2017-10-06 | 2 | -17/+7 |
* | powerpc: Optimize memrchr for power8 | Rajalakshmi Srinivasaraghavan | 2017-10-02 | 4 | -3/+47 |
* | powerpc: refactor strrchr IFUNC | Rajalakshmi Srinivasaraghavan | 2017-06-23 | 1 | -17/+1 |
* | powerpc: Optimize memchr for power8 | Rajalakshmi Srinivasaraghavan | 2017-06-21 | 4 | -1/+36 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 2 | -2/+2 |
* | PowerPC64 ENTRY_TOCLESS | Alan Modra | 2017-06-14 | 1 | -8/+11 |
* | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 2017-06-14 | 5 | -0/+19 |
* | PowerPC64 sysdep.h tidy | Alan Modra | 2017-06-14 | 1 | -2/+2 |
* | powerpc: Improve memcmp performance for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-05-18 | 4 | -2/+36 |
* | powerpc: Fix strncat ifunc selection | Rajalakshmi Srinivasaraghavan | 2017-05-04 | 1 | -1/+1 |
* | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 2017-04-18 | 4 | -1/+46 |
* | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-04-13 | 4 | -2/+40 |
* | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 3 | -45/+3 |
* | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 7 | -105/+7 |
* | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 3 | -42/+3 |
* | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 5 | -75/+5 |
* | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 2 | -30/+2 |
* | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 6 | -84/+6 |
* | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 4 | -56/+4 |
* | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 10 | -153/+11 |
* | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 6 | -90/+6 |
* | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta | 2017-04-05 | 4 | -5/+40 |
* | powerpc: Use latest optimizations for internal function calls | Rajalakshmi Srinivasaraghavan | 2017-02-07 | 2 | -3/+3 |
* | Remove duplicate strcat implementations | Adhemerval Zanella | 2017-01-03 | 3 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 128 | -128/+128 |
* | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan | 2016-12-28 | 6 | -2/+92 |
* | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-13 | 4 | -1/+47 |
* | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella | 2016-12-01 | 1 | -3/+3 |
* | powerpc: strcmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-01 | 4 | -1/+48 |
* | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella | 2016-11-30 | 1 | -3/+1 |
* | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 2016-10-07 | 15 | -85/+127 |
* | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 2016-06-14 | 9 | -49/+132 |
* | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho | 2016-06-06 | 2 | -0/+6 |
* | powerpc: Add optimized strcspn for P8 | Paul E. Murphy | 2016-04-25 | 6 | -18/+97 |
* | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan | 2016-04-22 | 5 | -1/+130 |
* | powerpc: Optimization for strlen for POWER8. | Carlos Eduardo Seo | 2016-04-15 | 4 | -4/+48 |
* | powerpc: Add optimized P8 strspn | Paul E. Murphy | 2016-04-07 | 5 | -1/+110 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 110 | -110/+110 |
* | powerpc: make memchr use memchr-power7. | Carlos Eduardo Seo | 2015-08-21 | 1 | -1/+13 |
* | powerpc: Fix stpcpy performance for power8 | Ondrej Bilka | 2015-08-11 | 1 | -2/+5 |