[all-commits] [llvm/llvm-project] 4fdb93: Revert "[libc][NFC] Remove __support/bit.h and use...

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


  Branch: refs/heads/revert-73939-remove_support_bit
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fdb9338fbe534521d9e79035561d9ca9db399c6
      https://github.com/llvm/llvm-project/commit/4fdb9338fbe534521d9e79035561d9ca9db399c6
  Author: Guillaume Chatelet <chatelet.guillaume at gmail.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
    A 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
    A 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:
  -----------
  Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)"

This reverts commit b14094885077fb10ae688a4cae85f7cfee795fb3.




More information about the All-commits mailing list