[all-commits] [llvm/llvm-project] f7e91f: [libc] Add riscv64 config.

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Mar 6 15:04:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7e91f2b824a2abe50433febe506b9aeb36245d9
      https://github.com/llvm/llvm-project/commit/f7e91f2b824a2abe50433febe506b9aeb36245d9
  Author: Siva Chandra <sivachandra at google.com>
  Date:   2023-03-06 (Mon, 06 Mar 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCArchitectures.cmake
    A libc/config/linux/riscv64/entrypoints.txt
    A libc/config/linux/riscv64/headers.txt
    M libc/src/string/memory_utils/bcmp_implementations.h
    M libc/src/string/memory_utils/memcmp_implementations.h
    M libc/src/string/memory_utils/memcpy_implementations.h
    M libc/src/string/memory_utils/memmove_implementations.h
    M libc/src/string/memory_utils/memset_implementations.h

  Log Message:
  -----------
  [libc] Add riscv64 config.

Memory functions get the basic implementation. They can be tuned
as a follow up.

Reviewed By: michaelrj, lntue

Differential Revision: https://reviews.llvm.org/D145433




More information about the All-commits mailing list