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