| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240). | Aurelien Jarno | 2016-07-08 | 1 | -0/+5 |
* | powerpc: Fix return code of strcasecmp for unaligned inputs | Rajalakshmi Srinivasaraghavan | 2016-07-05 | 1 | -3/+14 |
* | powerpc: Add a POWER8-optimized version of sinf() | Anton Blanchard | 2016-06-30 | 5 | -1/+604 |
* | powerpc: Add a POWER8-optimized version of expf() | Tulio Magno Quites Machado Filho | 2016-06-30 | 5 | -1/+386 |
* | Remove atomic_compare_and_exchange_bool_rel. | Torvald Riegel | 2016-06-24 | 1 | -33/+0 |
* | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 2016-06-14 | 1 | -5/+0 |
* | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 2016-06-14 | 11 | -49/+598 |
* | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho | 2016-06-06 | 5 | -6/+27 |
* | Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 2016-05-27 | 12 | -12/+84 |
* | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2016-05-27 | 1 | -3/+2 |
* | Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479). | Joseph Myers | 2016-05-25 | 6 | -18/+36 |