[all-commits] [llvm/llvm-project] 9d239b: [NFC][libc] Move Uint implementation to parent dir...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Aug 25 05:42:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d239b37f75575d75311991e662e47976f4bdb1a
      https://github.com/llvm/llvm-project/commit/9d239b37f75575d75311991e662e47976f4bdb1a
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/CPP/CMakeLists.txt
    R libc/src/__support/CPP/UInt.h
    R libc/src/__support/CPP/UInt128.h
    M libc/src/__support/CPP/limits.h
    M libc/src/__support/CPP/type_traits.h
    M libc/src/__support/FPUtil/CMakeLists.txt
    M libc/src/__support/FPUtil/FloatProperties.h
    M libc/src/__support/FPUtil/Hypot.h
    M libc/src/__support/FPUtil/XFloat.h
    M libc/src/__support/FPUtil/generic/CMakeLists.txt
    M libc/src/__support/FPUtil/generic/FMA.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/FPUtil/x86_64/LongDoubleBits.h
    A libc/src/__support/UInt.h
    A libc/src/__support/UInt128.h
    M libc/src/__support/blockstore.h
    M libc/src/__support/integer_to_string.h
    M libc/src/__support/str_to_float.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/test/src/CMakeLists.txt
    M libc/test/src/__support/CMakeLists.txt
    M libc/test/src/__support/CPP/CMakeLists.txt
    M libc/test/src/__support/CPP/limits_test.cpp
    M libc/test/src/__support/high_precision_decimal_test.cpp
    M libc/test/src/__support/str_to_float_test.cpp
    M libc/test/src/__support/uint128_test.cpp
    M libc/test/src/stdlib/CMakeLists.txt
    M libc/test/src/stdlib/strtold_test.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/LibcTest.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [NFC][libc] Move Uint implementation to parent directory

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




More information about the All-commits mailing list