1. 1eb5d7c Update copyright years by Szabolcs Nagy · 1 year, 5 months ago
  2. 9286494 string: Improve SVE memcpy by Wilco Dijkstra · 1 year, 5 months ago
  3. cd28f3c string: Compile memcpy-sve.S for aarch64 if compiler supports it by Jake Weinstein · 1 year, 6 months ago
  4. 7c1d7a2 string: Optimize strcpy by Wilco Dijkstra · 1 year, 6 months ago
  5. 10589b2 string: Improve strrchr-mte by Wilco Dijkstra · 1 year, 6 months ago
  6. 7d205b8 string: arm: Fix cfi restore info for hot loop exit by Victor Do Nascimento · 1 year, 7 months ago
  7. fa1ba23 string: arm: Ensure correct cfi state at strcmp entry by Victor Do Nascimento · 1 year, 7 months ago
  8. 9ace520 string: arm: Refactor ENTRY/END macros by Szabolcs Nagy · 1 year, 7 months ago
  9. df9815c string: arm: Use /**/ comments in asmdefs.h by Szabolcs Nagy · 1 year, 7 months ago
  10. 044e816 string: arm: Include asmdefs.h even into empty asm files by Szabolcs Nagy · 1 year, 7 months ago
  11. 67a49ee string: Add separate asmdefs.h per target by Szabolcs Nagy · 1 year, 7 months ago
  12. 8e0a666 string: arm: Fix build failure by Szabolcs Nagy · 1 year, 7 months ago
  13. 7780a64 string: arm: Add new functionality to prologue/epilogue assembler macros. by Victor Do Nascimento · 1 year, 8 months ago
  14. 43c24ad string: Optimize memchr-mte by Wilco Dijkstra · 1 year, 10 months ago
  15. a1547d1 string: Optimize memrchr by Wilco Dijkstra · 1 year, 10 months ago
  16. 864fc02 string: Improve strchr-mte by Wilco Dijkstra · 1 year, 10 months ago
  17. 87e9914 string: Improve strchrnul-mte by Wilco Dijkstra · 1 year, 10 months ago
  18. 8024385 string: Improve strlen by Wilco Dijkstra · 1 year, 10 months ago
  19. f890e42 string: Optimize strlen-mte by Wilco Dijkstra · 1 year, 10 months ago
  20. 5de0673 string: Optimize strnlen by Wilco Dijkstra · 1 year, 10 months ago
  21. d3166fa string: arm: Fix CFI auto-alignment issues. by Victor Do Nascimento · 1 year, 10 months ago
  22. 5c72615 string: arm: Augment M-profile PACBTI-enablement macros by Victor Do Nascimento · 1 year, 10 months ago
  23. ffb6461 string: arm: Prevent leaf function unwinding by Victor Do Nascimento · 1 year, 10 months ago
  24. 250db33 string: arm: Augument unwind information for PAC instructions by Victor Do Nascimento · 1 year, 11 months ago
  25. 3f5c5bc string: arm: Update feature test macro use in .arch selection by Victor Do Nascimento · 1 year, 11 months ago
  26. c499115 string: arm: Implement conditional leaf PAC signing by Victor Do Nascimento · 1 year, 11 months ago
  27. 2be3834 string: Optimize string functions with shrn instruction by Danila Kutenin · 2 years ago
  28. 94ed5b9 string: simplify M-profile strlen PACBTI epilogue by Victor Do Nascimento · 2 years ago
  29. 9776149 string: simplify M-profile memchr PACBTI epilogue by Victor Do Nascimento · 2 years ago
  30. e373f65 string: Fix ARM_FNSTART on non-arm targets by Szabolcs Nagy · 2 years ago
  31. 8bf2238 string: Add M-profile PACBTI implementation of memchr by Victor Do Nascimento · 2 years ago
  32. f931b0e string: Add M-profile PACBTI implementation of strlen by Victor Do Nascimento · 2 years ago
  33. fa00b1b string: Add M-profile PACBTI implementation of strcmp by Victor Do Nascimento · 2 years ago
  34. 7b5e5cb string: Add M-profile PACBTI-enablement header file by Victor Do Nascimento · 2 years ago
  35. 40b662c string: add .fnstart and .fnend directives to ENTRY/END macros by Victor Do Nascimento · 2 years ago
  36. ca02337 string: Fix header file issue in arm strcmp-armv6m.S by Victor Do Nascimento · 2 years, 1 month ago
  37. 3e6f95c string: Fix header file issue in strlen test by Victor Do Nascimento · 2 years, 1 month ago
  38. 998fec1 Add README.contributors by Szabolcs Nagy · 2 years, 8 months ago
  39. 189dfef Update lincense to MIT OR Apache-2.0 WITH LLVM-exception by Szabolcs Nagy · 2 years, 5 months ago
  40. 89ca9c3 string: Merge MTE versions of strcpy and stpcpy by Wilco Dijkstra · 2 years, 5 months ago
  41. 7b91c3c string: Merge MTE versions of strcmp and strncmp by Wilco Dijkstra · 2 years, 5 months ago
  42. 8c107a3 string: Add SVE memcpy by Wilco Dijkstra · 2 years, 5 months ago
  43. 7a9fd16 string: Optimize memcmp by Wilco Dijkstra · 2 years, 8 months ago
  44. 2760eeb string: Improve memcpy benchmark by Wilco Dijkstra · 2 years, 9 months ago
  45. bc1f4b0 string: Improve strlen benchmark by Wilco Dijkstra · 2 years, 9 months ago
  46. 0ef8199 string: Add memset benchmark by Wilco Dijkstra · 2 years, 9 months ago
  47. e823e3a Update copyright years by Szabolcs Nagy · 3 years, 4 months ago
  48. fcad5b8 string: add __mtag_tag_zero_region by Szabolcs Nagy · 3 years, 7 months ago
  49. f8d6aec string: add __mtag_tag_region by Szabolcs Nagy · 3 years, 7 months ago
  50. b7e368f string: Assembly code cleanup by Wilco Dijkstra · 3 years, 6 months ago
  51. d5b36a8 string/test: Fix strrchr '\0' error report by Richard Henderson · 3 years, 6 months ago
  52. 6695ad5 string: Reduce alignment in strncmp by Richard Henderson · 3 years, 6 months ago
  53. bf7f25b string: Replace explicit nops with alignment by Richard Henderson · 3 years, 6 months ago
  54. e2d37dd string: Fix strnlen return value by Richard Henderson · 3 years, 6 months ago
  55. afd6244 string: Add support for ILP32 ABI by Kinsey Moore · 3 years, 7 months ago
  56. ded1e17 string: Benchmark unaligned memmove by Wilco Dijkstra · 3 years, 11 months ago
  57. cf3b6b3 string: Improve backwards memmove performance by Wilco Dijkstra · 3 years, 11 months ago
  58. 77ac889 string: Fix CVE-2020-6096 for arm memcpy by Adhemerval Zanella · 4 years ago
  59. 224cb5f string: Optimize strlen by Wilco Dijkstra · 4 years ago
  60. bb88c18 string: Add strlen benchmark by Wilco Dijkstra · 4 years ago
  61. d4f3f7f string: Fix overflow issue in strncmp-mte by Wilco Dijkstra · 4 years, 1 month ago
  62. f08b12e string: Fix issue in strcmp-mte NUL check by Wilco Dijkstra · 4 years, 1 month ago
  63. 304137d string: Fix issue in strcmp-mte by Wilco Dijkstra · 4 years, 1 month ago
  64. 27bb6b2 string: Improve strcmp-mte performance by Wilco Dijkstra · 4 years, 1 month ago
  65. 2525af9 string: Improve memcpy benchmark by Wilco Dijkstra · 4 years, 1 month ago
  66. 4d55c2d string: Add MTE support to string tests. by Branislav Rankov · 4 years, 1 month ago
  67. 09b21d9 string: Cleanup strchrnul test by Wilco Dijkstra · 4 years, 1 month ago
  68. 620b09f string: Cleanup strchr test by Wilco Dijkstra · 4 years, 1 month ago
  69. f5edabe string: Cleanup strrchr test by Wilco Dijkstra · 4 years, 1 month ago
  70. e3b6fdf string: Cleanup stpcpy test by Wilco Dijkstra · 4 years, 1 month ago
  71. 76203e7 string: Cleanup strcpy test by Wilco Dijkstra · 4 years, 1 month ago
  72. edfa34d string: Cleanup strnlen test by Wilco Dijkstra · 4 years, 1 month ago
  73. 833a1ea string: Cleanup strlen test by Wilco Dijkstra · 4 years, 1 month ago
  74. 0c9a5f3 string: Add optimized strcpy-mte and stpcpy-mte by Wilco Dijkstra · 4 years, 1 month ago
  75. a99a1a9 string: Improve strrchr-mte performance by Wilco Dijkstra · 4 years, 1 month ago
  76. 98e4d6a string: cleaner handling of GNU property notes by Szabolcs Nagy · 4 years, 2 months ago
  77. 875cc5f string: Add memrchr test by Wilco Dijkstra · 4 years, 2 months ago
  78. ad3f8de string: Add optimized memrchr by Wilco Dijkstra · 4 years, 2 months ago
  79. 2fdbac9 string: Improve strlen-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  80. 0495707 string: Cleanup memchr test by Wilco Dijkstra · 4 years, 2 months ago
  81. e751710 string: Cleanup strnlen test by Wilco Dijkstra · 4 years, 2 months ago
  82. cbbc596 string: Improve memchr-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  83. 6b23ea8 string: Improve strnlen performance by Wilco Dijkstra · 4 years, 2 months ago
  84. 0b7d1ae string: format tests according to GNU style by Szabolcs Nagy · 4 years, 2 months ago
  85. e112794 string: add a setting to disable GNU Property Notes by Szabolcs Nagy · 4 years, 2 months ago
  86. fa69d42 string: Further improve strchrnul-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  87. 7bb8464 string: Further improve strchr-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  88. 1de12a6 string: ARMv8.5 MTE: Add MTE compatible version of strncmp. by Branislav Rankov · 4 years, 2 months ago
  89. 9ebd961 string: ARMv8.5 MTE: Add MTE compatible version of strcmp. by Branislav Rankov · 4 years, 2 months ago
  90. 232e3c0 string: ARMv8.5 BTI: Add BTI support to assembly files. by Tamas Zsoldos · 4 years, 2 months ago
  91. bfaeb59 ARMv8.5 MTE: Add MTE compatible version of strrchr. by Gabor Kertesz · 4 years, 2 months ago
  92. 878eb93 string: Improve strchrnul-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  93. 7aeabda string: Improve strchr-mte performance by Wilco Dijkstra · 4 years, 2 months ago
  94. 2f12ab4 string: Improve strrchr performance by Wilco Dijkstra · 4 years, 2 months ago
  95. 6306e48 string: Improve strchrnul performance by Wilco Dijkstra · 4 years, 2 months ago
  96. c150986 string: Improve strchr performance by Wilco Dijkstra · 4 years, 2 months ago
  97. e3ac531 string: fix check-string by Szabolcs Nagy · 4 years, 2 months ago
  98. 9bd3b27 string: more strchr, strrchr, strchrnul test improvements by Szabolcs Nagy · 4 years, 2 months ago
  99. 22fd931 string: test cleanups by Szabolcs Nagy · 4 years, 2 months ago
  100. 563b710 ARMv8.5 MTE: Add MTE compatible version of strchrnul. by Gabor Kertesz · 4 years, 3 months ago