[all-commits] [llvm/llvm-project] 85314e: [libc] Add utils for memory functions

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Fri Jan 31 01:15:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 85314e9b7a785e19aa63e17d96436ab35137f995
      https://github.com/llvm/llvm-project/commit/85314e9b7a785e19aa63e17d96436ab35137f995
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M libc/src/string/CMakeLists.txt
    A libc/src/string/memory_utils/CMakeLists.txt
    A libc/src/string/memory_utils/cacheline_size.h.def
    A libc/src/string/memory_utils/cacheline_size_aarch64.h.inc
    A libc/src/string/memory_utils/cacheline_size_arm.h.inc
    A libc/src/string/memory_utils/cacheline_size_ppc64.h.inc
    A libc/src/string/memory_utils/cacheline_size_x86.h.inc
    A libc/src/string/memory_utils/cacheline_size_x86_64.h.inc
    A libc/src/string/memory_utils/utils.h
    M libc/test/src/string/CMakeLists.txt
    A libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/utils_test.cpp

  Log Message:
  -----------
  [libc] Add utils for memory functions

Summary: This patch adds a few low level functions needed to build libc memory functions.

Reviewers: sivachandra, jfb

Subscribers: mgorny, MaskRay, tschuett, libc-commits, ckennelly

Tags: #libc-project

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




More information about the All-commits mailing list