[all-commits] [llvm/llvm-project] 186a15: [libc] Add bcopy

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Dec 1 01:52:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 186a15f7a9311a75f3c5e90243ea5d6d20878de1
      https://github.com/llvm/llvm-project/commit/186a15f7a9311a75f3c5e90243ea5d6d20878de1
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M libc/config/darwin/arm/entrypoints.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/windows/entrypoints.txt
    M libc/docs/strings.rst
    M libc/spec/llvm_libc_ext.td
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bcopy.cpp
    A libc/src/string/bcopy.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bcopy_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

  Log Message:
  -----------
  [libc] Add bcopy

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




More information about the All-commits mailing list