[all-commits] [llvm/llvm-project] c8f798: [libc] Add a trivial implementation for bcmp

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Aug 19 10:55:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c8f79892af4c2fd8660180d326e02d95731f8c25
      https://github.com/llvm/llvm-project/commit/c8f79892af4c2fd8660180d326e02d95731f8c25
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M libc/benchmarks/CMakeLists.txt
    M libc/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/llvm_libc_ext.td
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bcmp.cpp
    A libc/src/string/bcmp.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bcmp_test.cpp

  Log Message:
  -----------
  [libc] Add a trivial implementation for bcmp

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




More information about the All-commits mailing list