aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/string
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-015-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* [PowerPC64] Port optimized strcpy to PPC64LELeandro Lupori2021-03-252-9/+64
* [PowerPC64] Enforce natural alignment in bcopyLeandro Lupori2021-03-251-0/+34
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-231-3/+8
* Fix r358688 -- Remember to actually save r3 before processing.Brandon Bergren2020-03-111-1/+1
* powerpc/memcpy: Don't predict the src and dst will be misalignedJustin Hibbits2020-03-061-1/+1
* Finish revert of r358672, missed in r358688.Justin Hibbits2020-03-061-1/+1
* powerpc/powerpc64: Enforce natural alignment in memcpyJustin Hibbits2020-03-063-1/+13
* [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07Alfredo Dal'Ava Junior2020-03-051-1/+6
* [PPC64] memcpy/memmove/bcopy optimizationLeandro Lupori2020-01-1510-0/+648
* [PPC64] strncpy optimizationLeandro Lupori2020-01-154-1/+216
* [PPC64] strcpy optimizationLeandro Lupori2020-01-154-0/+230
* revert r346588 for nowJustin Hibbits2019-05-112-211/+0
* powerpc64: Rewrite strcmp in asm to take advantage of word sizeJustin Hibbits2019-04-232-0/+211