[all-commits] [llvm/llvm-project] 436c8f: [reland][libc] Add bcopy

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Dec 1 02:07:22 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 436c8f4420a62e7d3601693f4097bc6e6a5ee9f4
      https://github.com/llvm/llvm-project/commit/436c8f4420a62e7d3601693f4097bc6e6a5ee9f4
  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:
  -----------
  [reland][libc] Add bcopy

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




More information about the All-commits mailing list