[all-commits] [llvm/llvm-project] b14094: [libc][NFC] Remove __support/bit.h and use __suppo...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Dec 5 02:21:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b14094885077fb10ae688a4cae85f7cfee795fb3
      https://github.com/llvm/llvm-project/commit/b14094885077fb10ae688a4cae85f7cfee795fb3
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/FPUtil/CMakeLists.txt
    M libc/src/__support/FPUtil/FPBits.h
    M libc/src/__support/FPUtil/Hypot.h
    M libc/src/__support/FPUtil/generic/CMakeLists.txt
    M libc/src/__support/FPUtil/generic/FMA.h
    M libc/src/__support/FPUtil/generic/FMod.h
    M libc/src/__support/FPUtil/generic/sqrt.h
    M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
    M libc/src/__support/HashTable/CMakeLists.txt
    M libc/src/__support/HashTable/bitmask.h
    M libc/src/__support/HashTable/table.h
    M libc/src/__support/UInt.h
    R libc/src/__support/bit.h
    M libc/src/__support/hash.h
    M libc/src/__support/integer_utils.h
    M libc/src/__support/memory_size.h
    M libc/src/__support/str_to_float.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/powf.cpp
    M libc/src/string/memory_utils/op_builtin.h
    M libc/src/string/memory_utils/utils.h
    M libc/test/src/__support/CMakeLists.txt
    M libc/test/src/__support/HashTable/table_test.cpp
    R libc/test/src/__support/bit_test.cpp
    M libc/test/src/__support/memory_size_test.cpp
    M libc/test/src/search/hsearch_test.cpp
    M libc/test/src/string/memory_utils/utils_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl

  Log Message:
  -----------
  [libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)




More information about the All-commits mailing list