Age | Commit message (Expand) | Author |
2019-04-04 | powerpc: Use generic wcsrchr optimization | Adhemerval Zanella |
2019-04-04 | powerpc: Use generic wcschr optimization | Adhemerval Zanella |
2019-04-04 | powerpc: Use generic wcscpy optimization | Adhemerval Zanella |
2019-02-27 | wcsmbs: optimize wcscat | Adhemerval Zanella |
2019-01-16 | powerpc: Fix tiny bug in strncmp.c | Paul Clarke |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-08-16 | powerpc: Rearrange little endian specific files | Rajalakshmi Srinivasaraghavan |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-12-11 | powerpc: POWER8 memcpy optimization for cached memory | Adhemerval Zanella |
2017-11-07 | powerpc: Use latest optimization for internal function calls | Rajalakshmi Srinivasaraghavan |
2017-10-31 | [PowerPC64] sysdep.h doesn't need to be included in multiarch files | Alan Modra |
2017-10-31 | [PowerPC64] strncase_l-power7.c should use strncase_l.c | Alan Modra |
2017-10-31 | [PowerPC64] Tidy strcasecmp_l-power7.S symbols | Alan Modra |
2017-10-31 | [PowerPC64] Wrap str{,n}cmp-power{8,9}.S in IS_IN(libc) | Alan Modra |
2017-10-31 | [PowerPC64] Remove duplicate define in stpncpy-power8.S | Alan Modra |
2017-10-06 | powerpc: Fix IFUNC for memrchr | Rajalakshmi Srinivasaraghavan |
2017-10-02 | powerpc: Optimize memrchr for power8 | Rajalakshmi Srinivasaraghavan |
2017-06-23 | powerpc: refactor strrchr IFUNC | Rajalakshmi Srinivasaraghavan |
2017-06-21 | powerpc: Optimize memchr for power8 | Rajalakshmi Srinivasaraghavan |
2017-06-20 | Remove bits/string.h. | Zack Weinberg |
2017-06-14 | PowerPC64 ENTRY_TOCLESS | Alan Modra |
2017-06-14 | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra |
2017-06-14 | PowerPC64 sysdep.h tidy | Alan Modra |
2017-05-18 | powerpc: Improve memcmp performance for POWER8 | Rajalakshmi Srinivasaraghavan |
2017-05-04 | powerpc: Fix strncat ifunc selection | Rajalakshmi Srinivasaraghavan |
2017-04-18 | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan |
2017-04-13 | powerpc: Optimized strncat for POWER8 | Rajalakshmi Srinivasaraghavan |
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-04-05 | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta |
2017-02-07 | powerpc: Use latest optimizations for internal function calls | Rajalakshmi Srinivasaraghavan |
2017-01-03 | Remove duplicate strcat implementations | Adhemerval Zanella |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-28 | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan |
2016-12-13 | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan |
2016-12-01 | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella |
2016-12-01 | powerpc: strcmp optimization for power9 | Rajalakshmi Srinivasaraghavan |
2016-11-30 | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella |
2016-10-07 | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler |
2016-06-14 | powerpc: strcasecmp/strncasecmp optmization for power8 | raji |
2016-06-06 | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho |
2016-04-25 | powerpc: Add optimized strcspn for P8 | Paul E. Murphy |
2016-04-22 | powerpc: strcasestr optmization for power8 | Rajalakshmi Srinivasaraghavan |