[all-commits] [llvm/llvm-project] 636332: [libc][NFC] Another round of replacement of static...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Jan 23 16:37:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6363320ba6beeb7a014163aeb5a53b3ad362d844
      https://github.com/llvm/llvm-project/commit/6363320ba6beeb7a014163aeb5a53b3ad362d844
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/explogxf.h
    M libc/src/math/generic/inv_trigf_utils.h
    M libc/src/math/generic/math_utils.h
    M libc/src/math/generic/range_reduction.h
    M libc/src/math/generic/range_reduction_fma.h
    M libc/src/math/generic/sincosf_utils.h
    M libc/src/pthread/CMakeLists.txt
    M libc/src/pthread/pthread_mutexattr.h
    M libc/src/signal/linux/signal_utils.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memory_utils/README.md
    M libc/src/string/memory_utils/bzero_implementations.h
    M libc/src/string/memory_utils/memset_implementations.h
    M libc/src/string/memory_utils/op_aarch64.h
    M libc/src/string/memory_utils/op_builtin.h
    M libc/src/string/memory_utils/op_generic.h
    M libc/src/string/memory_utils/op_x86.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/string_utils.h
    M libc/src/time/time_utils.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Another round of replacement of static inline with LIBC_INLINE.

Reviewed By: lntue

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




More information about the All-commits mailing list