1. e286cf6 Move the trivial __set_tls() implementations to "bionic_tls.h". by Elliott Hughes · 6 months ago
  2. 40a5808 Merge "Clean up the riscv64 assembler slightly." into main by Elliott Hughes · 7 months ago
  3. ff7bb09 Clean up the riscv64 assembler slightly. by Elliott Hughes · 7 months ago
  4. 460e99a riscv64: remove unused file. by Elliott Hughes · 7 months ago
  5. b24dab5 libc: remove riscv64 mem*/str* ifuncs and fallbacks by George Burgess IV · 9 months ago
  6. adc4171 Re-do static function dispatch. by Elliott Hughes · 1 year, 1 month ago
  7. c574f79 Clean up __always_inline by Nick Desaulniers · 1 year, 5 months ago
  8. 9e89249 riscv64: use L() in the handful of places we didn't already. by Elliott Hughes · 1 year, 5 months ago
  9. d783120 Fix assembler warnings. by Elliott Hughes · 1 year, 8 months ago
  10. 066f4b7 riscv64: correct comparison logic of have_fast_v by Kenny Gong · 1 year, 10 months ago
  11. aefe999 string/memory functions: avoid qemu bugs/performance issues. by Elliott Hughes · 1 year, 10 months ago
  12. a4d7102 Temporarily fall back to non-V memcmp by Prashanth Swaminathan · 1 year, 10 months ago
  13. 7d13666 riscv64: fix ODR violations. by Elliott Hughes · 1 year, 10 months ago
  14. 1b2e844 Fix riscv64 stpcpy(). by Elliott Hughes · 1 year, 11 months ago
  15. 3d84338 riscv64: add vector stpcpy(). by Elliott Hughes · 1 year, 11 months ago
  16. bc192cf Add the L() macro for local labels to <private/bionic_asm.h>. by Elliott Hughes · 2 years, 1 month ago
  17. 40a82d0 Implement rvv version mem* and str* for riscv64 by Yun Hsiang · 2 years, 3 months ago
  18. 7dd3896 riscv64: switch from x18 to gp for shadow call stack. by Elliott Hughes · 2 years, 5 months ago
  19. 060cd24 Merge "riscv64 SCS support." by Elliott Hughes · 2 years, 6 months ago
  20. 9a39eb3 Increase the implementation of __memcpy_chk assembly by caowencheng · 2 years, 6 months ago
  21. 6cb7db2 Merge "riscv64: use `tail` for tail calls." by Elliott Hughes · 2 years, 6 months ago
  22. b0d3f0b riscv64: use `tail` for tail calls. by Elliott Hughes · 2 years, 6 months ago
  23. d27c83f Fix the compile errors "R_RISCV_JAL out of rang" when the jump range is greater than 1M memory space between vfork and __set_errno_internal by caowencheng · 2 years, 6 months ago
  24. ab457f9 memset_chk into assembly file by caowencheng · 2 years, 6 months ago
  25. 9a7155d riscv64 SCS support. by Elliott Hughes · 2 years, 7 months ago
  26. 6a1dc51 riscv64: don't go via the PLT for setjmp. by Elliott Hughes · 2 years, 11 months ago
  27. 45a8486 riscv64: fix setjmp so we're actually using the right cookie! by Elliott Hughes · 2 years, 11 months ago
  28. c800a3b riscv64: don't store both arguments in the same place on the stack. by Elliott Hughes · 2 years, 11 months ago
  29. e1905ed riscv64 setjmp. by Elliott Hughes · 2 years, 11 months ago
  30. ebc19a9 riscv64: add bionic assembler and string functions. by Elliott Hughes · 2 years, 11 months ago