[all-commits] [llvm/llvm-project] 525726: [libc] Cleanup unimplemented math functions (#143173)

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jun 6 10:27:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 525726a52078d1a03e8903458f4e92d41154e879
      https://github.com/llvm/llvm-project/commit/525726a52078d1a03e8903458f4e92d41154e879
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M libc/cmake/modules/LLVMLibCLibraryRules.cmake
    M libc/cmake/modules/LLVMLibCObjectRules.cmake
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/config/gpu/amdgpu/entrypoints.txt
    M libc/config/gpu/nvptx/entrypoints.txt
    M libc/src/math/amdgpu/CMakeLists.txt
    R libc/src/math/amdgpu/acos.cpp
    R libc/src/math/amdgpu/acosf.cpp
    R libc/src/math/amdgpu/acosh.cpp
    R libc/src/math/amdgpu/acoshf.cpp
    R libc/src/math/amdgpu/asin.cpp
    R libc/src/math/amdgpu/asinf.cpp
    R libc/src/math/amdgpu/asinh.cpp
    R libc/src/math/amdgpu/asinhf.cpp
    R libc/src/math/amdgpu/atan.cpp
    R libc/src/math/amdgpu/atan2.cpp
    R libc/src/math/amdgpu/atan2f.cpp
    R libc/src/math/amdgpu/atanf.cpp
    R libc/src/math/amdgpu/atanh.cpp
    R libc/src/math/amdgpu/atanhf.cpp
    R libc/src/math/amdgpu/cos.cpp
    R libc/src/math/amdgpu/cosf.cpp
    R libc/src/math/amdgpu/cosh.cpp
    R libc/src/math/amdgpu/coshf.cpp
    R libc/src/math/amdgpu/declarations.h
    R libc/src/math/amdgpu/erf.cpp
    R libc/src/math/amdgpu/erff.cpp
    R libc/src/math/amdgpu/exp.cpp
    R libc/src/math/amdgpu/exp10.cpp
    R libc/src/math/amdgpu/exp10f.cpp
    R libc/src/math/amdgpu/exp2.cpp
    R libc/src/math/amdgpu/exp2f.cpp
    R libc/src/math/amdgpu/expf.cpp
    R libc/src/math/amdgpu/expm1.cpp
    R libc/src/math/amdgpu/expm1f.cpp
    R libc/src/math/amdgpu/fdim.cpp
    R libc/src/math/amdgpu/fdimf.cpp
    M libc/src/math/amdgpu/frexp.cpp
    M libc/src/math/amdgpu/frexpf.cpp
    R libc/src/math/amdgpu/hypot.cpp
    R libc/src/math/amdgpu/hypotf.cpp
    R libc/src/math/amdgpu/ilogb.cpp
    R libc/src/math/amdgpu/ilogbf.cpp
    M libc/src/math/amdgpu/ldexp.cpp
    M libc/src/math/amdgpu/ldexpf.cpp
    M libc/src/math/amdgpu/lgamma.cpp
    M libc/src/math/amdgpu/lgamma_r.cpp
    M libc/src/math/amdgpu/llrint.cpp
    M libc/src/math/amdgpu/llrintf.cpp
    R libc/src/math/amdgpu/log.cpp
    R libc/src/math/amdgpu/log10.cpp
    R libc/src/math/amdgpu/log10f.cpp
    R libc/src/math/amdgpu/log1p.cpp
    R libc/src/math/amdgpu/log1pf.cpp
    R libc/src/math/amdgpu/log2.cpp
    R libc/src/math/amdgpu/log2f.cpp
    R libc/src/math/amdgpu/logb.cpp
    R libc/src/math/amdgpu/logbf.cpp
    R libc/src/math/amdgpu/logf.cpp
    M libc/src/math/amdgpu/lrint.cpp
    M libc/src/math/amdgpu/lrintf.cpp
    R libc/src/math/amdgpu/nextafter.cpp
    R libc/src/math/amdgpu/nextafterf.cpp
    R libc/src/math/amdgpu/platform.h
    R libc/src/math/amdgpu/powf.cpp
    R libc/src/math/amdgpu/powi.cpp
    R libc/src/math/amdgpu/powif.cpp
    R libc/src/math/amdgpu/remquo.cpp
    R libc/src/math/amdgpu/remquof.cpp
    M libc/src/math/amdgpu/scalbn.cpp
    M libc/src/math/amdgpu/scalbnf.cpp
    R libc/src/math/amdgpu/sin.cpp
    R libc/src/math/amdgpu/sincos.cpp
    R libc/src/math/amdgpu/sincosf.cpp
    R libc/src/math/amdgpu/sinf.cpp
    R libc/src/math/amdgpu/sinh.cpp
    R libc/src/math/amdgpu/sinhf.cpp
    R libc/src/math/amdgpu/tan.cpp
    R libc/src/math/amdgpu/tanf.cpp
    R libc/src/math/amdgpu/tanh.cpp
    R libc/src/math/amdgpu/tanhf.cpp
    M libc/src/math/amdgpu/tgamma.cpp
    M libc/src/math/amdgpu/tgammaf.cpp
    M libc/src/math/nvptx/CMakeLists.txt
    R libc/src/math/nvptx/acos.cpp
    R libc/src/math/nvptx/acosf.cpp
    R libc/src/math/nvptx/acosh.cpp
    R libc/src/math/nvptx/acoshf.cpp
    R libc/src/math/nvptx/asin.cpp
    R libc/src/math/nvptx/asinf.cpp
    R libc/src/math/nvptx/asinh.cpp
    R libc/src/math/nvptx/asinhf.cpp
    R libc/src/math/nvptx/atan.cpp
    R libc/src/math/nvptx/atan2.cpp
    R libc/src/math/nvptx/atan2f.cpp
    R libc/src/math/nvptx/atanf.cpp
    R libc/src/math/nvptx/atanh.cpp
    R libc/src/math/nvptx/atanhf.cpp
    R libc/src/math/nvptx/cos.cpp
    R libc/src/math/nvptx/cosf.cpp
    R libc/src/math/nvptx/cosh.cpp
    R libc/src/math/nvptx/coshf.cpp
    R libc/src/math/nvptx/declarations.h
    R libc/src/math/nvptx/erf.cpp
    R libc/src/math/nvptx/erff.cpp
    R libc/src/math/nvptx/exp.cpp
    R libc/src/math/nvptx/exp10.cpp
    R libc/src/math/nvptx/exp10f.cpp
    R libc/src/math/nvptx/exp2.cpp
    R libc/src/math/nvptx/exp2f.cpp
    R libc/src/math/nvptx/expf.cpp
    R libc/src/math/nvptx/expm1.cpp
    R libc/src/math/nvptx/expm1f.cpp
    R libc/src/math/nvptx/fdim.cpp
    R libc/src/math/nvptx/fdimf.cpp
    R libc/src/math/nvptx/frexp.cpp
    R libc/src/math/nvptx/frexpf.cpp
    R libc/src/math/nvptx/hypot.cpp
    R libc/src/math/nvptx/hypotf.cpp
    R libc/src/math/nvptx/ilogb.cpp
    R libc/src/math/nvptx/ilogbf.cpp
    R libc/src/math/nvptx/ldexp.cpp
    R libc/src/math/nvptx/ldexpf.cpp
    M libc/src/math/nvptx/lgamma.cpp
    M libc/src/math/nvptx/lgamma_r.cpp
    M libc/src/math/nvptx/llrint.cpp
    M libc/src/math/nvptx/llrintf.cpp
    R libc/src/math/nvptx/log.cpp
    R libc/src/math/nvptx/log10.cpp
    R libc/src/math/nvptx/log10f.cpp
    R libc/src/math/nvptx/log1p.cpp
    R libc/src/math/nvptx/log1pf.cpp
    R libc/src/math/nvptx/log2.cpp
    R libc/src/math/nvptx/log2f.cpp
    R libc/src/math/nvptx/logb.cpp
    R libc/src/math/nvptx/logbf.cpp
    R libc/src/math/nvptx/logf.cpp
    M libc/src/math/nvptx/lrint.cpp
    R libc/src/math/nvptx/lrintf.cpp
    R libc/src/math/nvptx/nextafter.cpp
    R libc/src/math/nvptx/nextafterf.cpp
    R libc/src/math/nvptx/nvptx.h
    R libc/src/math/nvptx/powf.cpp
    R libc/src/math/nvptx/powi.cpp
    R libc/src/math/nvptx/powif.cpp
    R libc/src/math/nvptx/remquo.cpp
    R libc/src/math/nvptx/remquof.cpp
    R libc/src/math/nvptx/scalbn.cpp
    R libc/src/math/nvptx/scalbnf.cpp
    R libc/src/math/nvptx/sin.cpp
    R libc/src/math/nvptx/sincos.cpp
    R libc/src/math/nvptx/sincosf.cpp
    R libc/src/math/nvptx/sinf.cpp
    R libc/src/math/nvptx/sinh.cpp
    R libc/src/math/nvptx/sinhf.cpp
    R libc/src/math/nvptx/tan.cpp
    R libc/src/math/nvptx/tanf.cpp
    R libc/src/math/nvptx/tanh.cpp
    R libc/src/math/nvptx/tanhf.cpp
    M libc/src/math/nvptx/tgamma.cpp
    M libc/src/math/nvptx/tgammaf.cpp

  Log Message:
  -----------
  [libc] Cleanup unimplemented math functions (#143173)

Summary:
This patch cleans up the leftoever files that were either implemented or
are still unimplemented stubs.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list