[libc-commits] [PATCH] D132638: [NFC][libc] Move Uint implementation to parent directory

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 25 02:09:45 PDT 2022


gchatelet created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132638

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/CPP/UInt.h
  libc/src/__support/CPP/UInt128.h
  libc/src/__support/CPP/limits.h
  libc/src/__support/CPP/type_traits.h
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FloatProperties.h
  libc/src/__support/FPUtil/Hypot.h
  libc/src/__support/FPUtil/XFloat.h
  libc/src/__support/FPUtil/generic/CMakeLists.txt
  libc/src/__support/FPUtil/generic/FMA.h
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/__support/UInt.h
  libc/src/__support/UInt128.h
  libc/src/__support/integer_to_string.h
  libc/src/__support/str_to_float.h
  libc/src/math/generic/CMakeLists.txt
  libc/test/src/CMakeLists.txt
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/CPP/CMakeLists.txt
  libc/test/src/__support/CPP/limits_test.cpp
  libc/test/src/__support/high_precision_decimal_test.cpp
  libc/test/src/__support/str_to_float_test.cpp
  libc/test/src/__support/uint128_test.cpp
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/strtold_test.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/LibcTest.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132638.455511.patch
Type: text/x-patch
Size: 19834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220825/c70622b3/attachment-0001.bin>


More information about the libc-commits mailing list