[all-commits] [llvm/llvm-project] 6ca54e: [libc] Add memset and bzero implementations

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue May 19 23:35:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ca54e01146d91ca3ae3d72bf1cd988fca704630
      https://github.com/llvm/llvm-project/commit/6ca54e01146d91ca3ae3d72bf1cd988fca704630
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M libc/lib/CMakeLists.txt
    M libc/src/string/CMakeLists.txt
    A libc/src/string/bzero.cpp
    A libc/src/string/bzero.h
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/memcpy_utils.h
    A libc/src/string/memory_utils/memset_utils.h
    A libc/src/string/memset.cpp
    A libc/src/string/memset.h
    M libc/src/string/x86/CMakeLists.txt
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    A libc/test/src/string/memset_test.cpp

  Log Message:
  -----------
  [libc] Add memset and bzero implementations

Summary: This patch adds general purpose `memset` and `bzero` implementations.

Reviewers: sivachandra, abrachet

Subscribers: mgorny, tschuett, ecnelises, libc-commits, courbet

Tags: #libc-project

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




More information about the All-commits mailing list