[all-commits] [llvm/llvm-project] dbaa58: [libc][NFC] Move memfunction's byte per byte imple...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Sun Jul 9 00:22:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbaa5838c13e5593b9de37b8f3daffe4cb914a17
      https://github.com/llvm/llvm-project/commit/dbaa5838c13e5593b9de37b8f3daffe4cb914a17
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-07-09 (Sun, 09 Jul 2023)

  Changed paths:
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/bcmp_implementations.h
    A libc/src/string/memory_utils/generic/byte_per_byte.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
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Move memfunction's byte per byte implementations to a separate header

There will be subsequent patches to move things around and make the file layout more principled.

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




More information about the All-commits mailing list