aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/power7
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert12-12/+12
2023-03-02powerpc: Remove strncmp variantsAdhemerval Zanella Netto1-199/+0
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers13-13/+13
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert13-13/+13
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein1-0/+1
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein1-0/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar10-10/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert13-13/+13
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers13-13/+13
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert13-13/+13
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella2-94/+0
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella2-86/+0
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella2-91/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2017-08-08Do not use __ptr_t.Joseph Myers3-3/+3
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2016-12-28powerpc: Fix powerpc32/power7 memchr for large input sizesTulio Magno Quites Machado Filho1-1/+10
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan1-6/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-0/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar3-3/+3
2014-07-07PowerPC: Align power7 memcpy using VSX to quadwordAdhemerval Zanella1-2/+2
2014-05-26PowerPC: Remove 64 bits instructions in PPC32 codeAdhemerval Zanella6-12/+12
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae16-16/+16
2013-12-06PowerPC: Adjust multiarch Implies for PowerPC32Adhemerval Zanella2-0/+2
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella3-208/+0
2013-10-04PowerPC LE memchr and memrchrAlan Modra3-189/+200
2013-10-04PowerPC LE memsetAlan Modra1-2/+2
2013-10-04PowerPC LE memcpyAlan Modra2-12/+40
2013-10-04PowerPC LE memcmpAlan Modra1-618/+1008
2013-10-04PowerPC LE strchrAlan Modra2-20/+58
2013-10-04PowerPC LE strcmp and strncmpAlan Modra1-15/+40
2013-10-04PowerPC LE strnlenAlan Modra1-50/+56
2013-10-04PowerPC LE strlenAlan Modra1-5/+12
2013-10-04PowerPC floating point little-endian [12 of 15]Alan Modra3-9/+7
2013-10-04PowerPC floating point little-endian [2 of 15]Alan Modra1-4/+4
2013-09-05PowerPC: fix POWER7 memrchr for some large inputsAdhemerval Zanella1-2/+2
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-03-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers1-3/+0
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers13-59/+33
2013-01-07Fix spelling errors in sysdeps/powerpc files.Anton Blanchard5-7/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers19-19/+19
2012-08-21[Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S.Will Schmidt1-20/+58
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab2-11/+10
2012-05-22PowerPC: libm ABI updateAdhemerval Zanella2-5/+14
2012-05-15PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella3-0/+207