| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc64*: fix the order of implied sysdeps directories | Gabriel F. T. Gomes | 2018-04-27 | 4 | -5/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 25 | -25/+25 |
* | powerpc: Replace lxvd2x/stxvd2x with lvx/stvx in P7's memcpy/memmove | Rajalakshmi Srinivasaraghavan | 2017-10-25 | 2 | -96/+96 |
* | PowerPC64 power7 strncpy stack handling and cfi | Alan Modra | 2017-10-23 | 1 | -10/+13 |
* | [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7 | Tulio Magno Quites Machado Filho | 2017-10-13 | 1 | -4/+4 |
* | Do not use __ptr_t. | Joseph Myers | 2017-08-08 | 3 | -3/+3 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 1 | -1/+1 |
* | PowerPC64 ENTRY_TOCLESS | Alan Modra | 2017-06-14 | 22 | -24/+30 |
* | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 2017-06-14 | 2 | -0/+16 |
* | powerpc: refactor memcmp and memmove IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 2 | -5/+10 |
* | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 2 | -4/+11 |
* | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 3 | -6/+18 |
* | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 1 | -2/+5 |
* | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 1 | -2/+6 |
* | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 3 | -8/+20 |
* | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 2 | -4/+12 |
* | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 2 | -4/+12 |
* | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 1 | -3/+11 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 25 | -25/+25 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 1 | -1/+11 |
* | powerpc: Rearrange cfi_offset calls | Rajalakshmi Srinivasaraghavan | 2016-03-11 | 2 | -15/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 25 | -25/+25 |
* | powerpc: Handle worstcase behavior in strstr() for POWER7 | Rajalakshmi Srinivasaraghavan | 2015-08-25 | 1 | -7/+15 |
* | powerpc: Fix PPC64/POWER7 conform tests | Adhemerval Zanella | 2015-08-11 | 2 | -3/+4 |
* | powerpc: Use default strcpy optimization for POWER7 | Adhemerval Zanella | 2015-08-11 | 2 | -461/+0 |
* | powerpc: Fix strnlen/power7 build | Adhemerval Zanella | 2015-08-11 | 1 | -1/+2 |
* | powerpc: Fix strstr/power7 build | Adhemerval Zanella | 2015-08-11 | 2 | -0/+28 |
* | powerpc: strstr optimization | Rajalakshmi Srinivasaraghavan | 2015-07-16 | 1 | -0/+509 |
* | powerpc: POWER7 strncpy optimization for unaligned string | Rajalakshmi Srinivasaraghavan | 2015-02-12 | 1 | -2/+378 |
* | powerpc: Fix POWER7/PPC64 performance regression on LE | Adhemerval Zanella | 2015-01-13 | 1 | -588/+282 |
* | powerpc: Optimize POWER7 strcmp trailing checks | Rajalakshmi Srinivasaraghavan | 2015-01-13 | 1 | -114/+83 |
* | powerpc: Optimized strncat for POWER7/PPC64 | Adhemerval Zanella | 2015-01-13 | 1 | -228/+0 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 26 | -26/+26 |
* | powerpc: POWER7 strcpy optimization for unaligned strings | Rajalakshmi Srinivasaraghavan | 2014-12-31 | 1 | -82/+245 |
* | powerpc: Add powerpc64 strpbrk optimization | Adhemerval Zanella | 2014-12-02 | 1 | -148/+0 |
* | powerpc: Add powerpc64 strcspn optimization | Adhemerval Zanella | 2014-12-02 | 1 | -139/+0 |
* | powerpc: Add powerpc64 strspn optimization | Adhemerval Zanella | 2014-12-02 | 1 | -165/+0 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 3 | -3/+3 |
* | PowerPC: multiarch bzero cleanup for PPC64 | Adhemerval Zanella | 2014-09-10 | 1 | -3/+2 |
* | PowerPC: Align power7 memcpy using VSX to quadword | Adhemerval Zanella | 2014-07-07 | 1 | -18/+4 |
* | PowerPC: optimized memmove for POWER7/PPC64 | Adhemerval Zanella | 2014-07-07 | 2 | -0/+832 |
* | PowerPC: Optimized strcmp for PPC64/POWER7 | Vidya Ranganathan | 2014-06-11 | 1 | -0/+195 |
* | PowerPC: Fix optimized strncat strlen call | Adhemerval Zanella | 2014-06-06 | 1 | -1/+5 |
* | PowerPC: strncpy/stpncpy optimization for PPC64/POWER7 | Vidya Ranganathan | 2014-05-06 | 2 | -0/+362 |
* | PowerPC: Fix --disable-multi-arch builds | Adhemerval Zanella | 2014-04-09 | 2 | -2/+4 |
* | Correct prefetch hint in power7 memrchr. | Alan Modra | 2014-04-02 | 1 | -1/+1 |
* | PowerPC: optimized strpbrk for POWER7 | Adhemerval Zanella | 2014-03-20 | 1 | -0/+148 |
* | PowerPC: optimized strcspn for PPC64/POWER7 | Adhemerval Zanella | 2014-03-20 | 1 | -0/+139 |
* | PowerPC: strspn optimization for PPC64/POWER7 | Vidya Ranganathan | 2014-03-11 | 1 | -0/+165 |
* | PowerPC: strncat optimization for PPC64 | Adhemerval Zanella | 2014-03-10 | 1 | -0/+222 |