| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Clean up strlen and strnlen for power8 | Rajalakshmi Srinivasaraghavan | 2017-07-03 | 2 | -20/+1 |
* | Rename struct ucontext tag (bug 21457). | Joseph Myers | 2017-06-26 | 1 | -1/+1 |
* | powerpc: Fix sinf() IFUNC fallback. | Rogerio A. Cardoso | 2017-06-23 | 1 | -1/+1 |
* | powerpc: refactor strrchr IFUNC | Rajalakshmi Srinivasaraghavan | 2017-06-23 | 2 | -19/+7 |
* | powerpc: Add optimized version of [l]lroundf | Rajalakshmi Srinivasaraghavan | 2017-06-23 | 9 | -1/+103 |
* | powerpc: Optimize memchr for power8 | Rajalakshmi Srinivasaraghavan | 2017-06-21 | 5 | -1/+371 |
* | powerpc: Add optimized version of [l]lrintf | Rajalakshmi Srinivasaraghavan | 2017-06-21 | 5 | -36/+68 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 1 | -1/+1 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 2 | -2/+2 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 2 | -26/+52 |
* | PowerPC64 ENTRY_TOCLESS | Alan Modra | 2017-06-14 | 99 | -136/+168 |
* | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 2017-06-14 | 8 | -0/+39 |
* | PowerPC64 sysdep.h tidy | Alan Modra | 2017-06-14 | 2 | -59/+59 |
* | PowerPC64 FRAME_PARM_SAVE | Alan Modra | 2017-06-14 | 1 | -24/+3 |
* | PowerPC64, fix calls to _mcount | Alan Modra | 2017-06-14 | 1 | -8/+3 |
* | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2017-06-06 | 1 | -0/+1 |
* | powerpc: Improve memcmp performance for POWER8 | Rajalakshmi Srinivasaraghavan | 2017-05-18 | 5 | -2/+1483 |
* | powerpc: Add a POWER8-optimized version of cosf() | Paul Clarke | 2017-05-17 | 5 | -1/+593 |
* | powerpc: Fix signal handling in backtrace | Adhemerval Zanella | 2017-05-11 | 1 | -7/+10 |
* | powerpc: Fix strncat ifunc selection | Rajalakshmi Srinivasaraghavan | 2017-05-04 | 1 | -1/+1 |
* | powerpc64: strrchr optimization for power8 | Rajalakshmi Srinivasaraghavan | 2017-04-18 | 5 | -1/+510 |
* | 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 | 6 | -52/+19 |
* | powerpc: refactor memcpy and mempcpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 14 | -119/+46 |
* | powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 6 | -48/+21 |
* | powerpc: refactor memset IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 10 | -85/+32 |
* | powerpc: refactor strcasestr and strstr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 4 | -34/+14 |
* | powerpc: refactor strchr, strchrnul, and strrchr IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 11 | -97/+44 |
* | powerpc: refactor strnlen and strlen IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 8 | -64/+28 |
* | powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 19 | -171/+65 |
* | powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. | Wainer dos Santos Moschetta | 2017-04-11 | 9 | -99/+39 |
* | powerpc64: Add POWER8 strnlen | Wainer dos Santos Moschetta | 2017-04-05 | 5 | -5/+473 |
* | powerpc: Use latest optimizations for internal function calls | Rajalakshmi Srinivasaraghavan | 2017-02-07 | 2 | -3/+3 |
* | powerpc: Improve strcmp performance for shorter strings | Rajalakshmi Srinivasaraghavan | 2017-02-07 | 2 | -44/+16 |
* | Remove i686, x86_64, and powerpc strtok implementations | Adhemerval Zanella | 2017-02-06 | 2 | -250/+0 |
* | Remove duplicate strcat implementations | Adhemerval Zanella | 2017-01-03 | 3 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 339 | -339/+339 |
* | powerpc64: strchr/strchrnul optimization for power8 | Rajalakshmi Srinivasaraghavan | 2016-12-28 | 8 | -2/+483 |
* | powerpc: Remove f{max,min}{f} assembly implementations | Adhemerval Zanella | 2016-12-27 | 2 | -10/+0 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 1 | -1/+11 |
* | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-13 | 5 | -1/+422 |
* | 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 | 5 | -1/+326 |
* | powerpc: Remove stpcpy internal clash with IFUNC | Adhemerval Zanella | 2016-11-30 | 1 | -3/+1 |
* | powerpc: Add hidden definition for __sigsetjmp | Florian Weimer | 2016-11-29 | 1 | -0/+11 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 1 | -0/+3 |
* | Fix cmpli usage in power6 memset. | Joseph Myers | 2016-10-25 | 1 | -1/+1 |
* | Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718). | Joseph Myers | 2016-10-19 | 1 | -6/+4 |
* | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler | 2016-10-07 | 21 | -136/+201 |
* | powerpc: Fix POWER9 implies | Tulio Magno Quites Machado Filho | 2016-09-19 | 1 | -1/+0 |