[all-commits] [llvm/llvm-project] e2263f: [libc][NFC] Move code to sanitizer.h + more consis...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Feb 7 12:49:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2263f1459d27b3afb8bfac5c425dd7273b05a23
      https://github.com/llvm/llvm-project/commit/e2263f1459d27b3afb8bfac5c425dd7273b05a23
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
    M libc/src/__support/macros/sanitizer.h
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/memory_utils/memory_check_utils.h
    M utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Move code to sanitizer.h + more consistent naming


  Commit: a2569a76e034d98b067805d3c577d46eb6766506
      https://github.com/llvm/llvm-project/commit/a2569a76e034d98b067805d3c577d46eb6766506
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M libc/cmake/modules/cpu_features/check_AVX2.cpp
    M libc/cmake/modules/cpu_features/check_AVX512BW.cpp
    M libc/cmake/modules/cpu_features/check_AVX512F.cpp
    M libc/cmake/modules/cpu_features/check_FMA.cpp
    M libc/cmake/modules/cpu_features/check_SSE2.cpp
    M libc/cmake/modules/cpu_features/check_SSE4_2.cpp
    M libc/config/linux/app.h
    M libc/docs/code_style.rst
    M libc/src/__support/FPUtil/FEnvImpl.h
    M libc/src/__support/FPUtil/FMA.h
    M libc/src/__support/FPUtil/PlatformDefs.h
    M libc/src/__support/FPUtil/aarch64/FEnvImpl.h
    M libc/src/__support/FPUtil/aarch64/FMA.h
    M libc/src/__support/FPUtil/aarch64/fenv_darwin_impl.h
    M libc/src/__support/FPUtil/aarch64/nearest_integer.h
    M libc/src/__support/FPUtil/aarch64/sqrt.h
    M libc/src/__support/FPUtil/multiply_add.h
    M libc/src/__support/FPUtil/nearest_integer.h
    M libc/src/__support/FPUtil/sqrt.h
    M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
    M libc/src/__support/FPUtil/x86_64/FMA.h
    M libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
    M libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
    M libc/src/__support/FPUtil/x86_64/PolyEval.h
    M libc/src/__support/FPUtil/x86_64/nearest_integer.h
    M libc/src/__support/FPUtil/x86_64/sqrt.h
    M libc/src/__support/OSUtil/linux/syscall.h
    M libc/src/__support/common.h
    M libc/src/__support/macros/architectures.h
    M libc/src/__support/macros/cpu_features.h
    M libc/src/__support/threads/linux/thread.cpp
    M libc/src/__support/threads/thread.h
    M libc/src/math/generic/asinf.cpp
    M libc/src/math/generic/cosf.cpp
    M libc/src/math/generic/expm1f.cpp
    M libc/src/math/generic/sincosf.cpp
    M libc/src/math/generic/sincosf_utils.h
    M libc/src/math/generic/sinf.cpp
    M libc/src/math/generic/tanf.cpp
    M libc/src/math/generic/tanhf.cpp
    M libc/src/setjmp/longjmp.cpp
    M libc/src/setjmp/setjmp.cpp
    M libc/src/string/memory_utils/bcmp_implementations.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 libc/src/string/memory_utils/op_aarch64.h
    M libc/src/string/memory_utils/op_generic.h
    M libc/src/string/memory_utils/op_x86.h
    M libc/src/threads/linux/Futex.h
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/feenableexcept_test.cpp
    M libc/test/src/fenv/feholdexcept_test.cpp
    M libc/test/src/string/memory_utils/op_tests.cpp
    M libc/test/src/sys/utsname/uname_test.cpp

  Log Message:
  -----------
  [libc][NFC] Rename macros


Compare: https://github.com/llvm/llvm-project/compare/90c98f8e5516...a2569a76e034


More information about the All-commits mailing list