1. 58decb0 libc: arm64: fix wmemmove by Park Ju Hyung · 5 years ago q
  2. af0effa string: Optimize strlen by Wilco Dijkstra · 5 years ago
  3. 147016e string: Add optimized memrchr by Wilco Dijkstra · 5 years ago
  4. 4d5c209 string: Improve strnlen performance by Wilco Dijkstra · 5 years ago
  5. 8624491 libc: arm64: move macro for defining labels to bionic_asm_arm64.h by Jake Weinstein · 6 years ago
  6. e5384c5 string: Improve strrchr performance by Wilco Dijkstra · 5 years ago
  7. 5d68028 string: Improve strchr performance by Wilco Dijkstra · 5 years ago
  8. 8697767 libc: arm64: optimize memcpy by Wilco Dijkstra · 5 years ago
  9. 85e9b0b libc: arm64: add strcpy/stpcpy from arm-optimized-routines by Jake Weinstein · 6 years ago
  10. 28eac67 libc: arm64: add integer memcpy/memmove from arm-optimized-routines by Jake Weinstein · 6 years ago
  11. ecfed26 aarch64: Increase small and medium cases for memcpy by Krzysztof Koch · 6 years ago
  12. 0b2863f libc: add optimized ARM64 strrchr from newlib by Jake Weinstein · 8 years ago
  13. 00d087c (arm64) Extend branch range in __memcpy_chk. by Evgenii Stepanov · 7 years ago
  14. 65a6211 [AArch64] Improve strncmp for mutually misaligned inputs by Adhemerval Zanella · 7 years ago
  15. b42ff1b [AArch64] Improve strcmp performance for misaligned strings by Adhemerval Zanella · 7 years ago
  16. 4ab56af [AArch64] Optimize memcmp for medium to large sizes by Adhemerval Zanella · 7 years ago
  17. 8a0f0ed Make memcpy memmove by Haibo Huang · 7 years ago
  18. ece43e1 Use cortex-a53/bionic/memmove.S by default for arm64 by Haibo Huang · 7 years ago
  19. ed9bfc4 [AArch64] Optimized memcmp by Sebastian Pop · 8 years ago
  20. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  21. f19eeb8 libc: ARM64: fix memset for non-standard ZVA sizes by Kevin Brodsky · 8 years ago
  22. 28285f5 libc: clean up ARM64 copyright notices by Jake Weinstein · 8 years ago
  23. 9d150dd bionic: arm64: generic: strcmp: align to 64B cache line by Yuanyuan Zhong · 9 years ago
  24. 372f19e libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings by Jake Weinstein · 9 years ago
  25. 7846093 Mandate optimized __memset_chk for arm and arm64. by Elliott Hughes · 9 years ago
  26. 3c6016f Improve diagnostics from the assembler __memcpy_chk routines. by Elliott Hughes · 9 years ago
  27. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 9 years ago
  28. 2926f9a libc: remove bcopy from memmove on 64-bit architectures by Jake Weinstein · 10 years ago
  29. 33f3351 Use unified syntax to compile with both llvm and gcc. by Chih-Hung Hsieh · 10 years ago
  30. 8cf61da Add __memcpy_chk assembly for 64 bit. by Christopher Ferris · 11 years ago
  31. e03e1ea Fix memchr with a zero length. by Christopher Ferris · 11 years ago
  32. 8c20c13 Add optimized memchr implementation from newlib by Bernhard Rosenkränzer · 11 years ago
  33. 1558138 Regenerate the bionic NOTICE files. by Elliott Hughes · 11 years ago
  34. 753eb7f Add optimized stpcpy. by Christopher Ferris · 11 years ago
  35. 2e249c2 Merge "Add optimized 64 bit strcpy." by Christopher Ferris · 11 years ago
  36. 77561bf Add optimized 64 bit strcpy. by Christopher Ferris · 11 years ago
  37. 12c0274 Add optimized neon strchr implementation based on newlib by Bernhard Rosenkränzer · 11 years ago
  38. ce9ce28 Removes bcopy and bzero from bionic. by Dan Albert · 11 years ago
  39. 62d92e1 Add Aarch64 optimized bzero based on memset by Bernhard Rosenkraenzer · 11 years ago
  40. 6f2bde3 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  41. fd0ce86 Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove" by Christopher Ferris · 11 years ago
  42. 8167dd7 Add optimized AArch64 versions of bcopy and wmemmove based on memmove by Bernhard Rosenkraenzer · 11 years ago
  43. 7e4fa56 Add ARMv8 optimized string handling functions based on cortex-strings by Bernhard Rosenkraenzer · 11 years ago