[libc-commits] [PATCH] D109952: [libc] Add implementations of div, ldiv, lldiv and imaxdiv.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Sep 19 21:51:59 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74670e79b0a0: [libc] Add implementations of div, ldiv, lldiv and imaxdiv. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109952/new/

https://reviews.llvm.org/D109952

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/integer_operations.h
  libc/src/inttypes/CMakeLists.txt
  libc/src/inttypes/imaxdiv.cpp
  libc/src/inttypes/imaxdiv.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/div.cpp
  libc/src/stdlib/div.h
  libc/src/stdlib/ldiv.cpp
  libc/src/stdlib/ldiv.h
  libc/src/stdlib/lldiv.cpp
  libc/src/stdlib/lldiv.h
  libc/test/src/inttypes/CMakeLists.txt
  libc/test/src/inttypes/imaxdiv_test.cpp
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/DivTest.h
  libc/test/src/stdlib/div_test.cpp
  libc/test/src/stdlib/ldiv_test.cpp
  libc/test/src/stdlib/lldiv_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109952.373490.patch
Type: text/x-patch
Size: 21471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210920/58bef888/attachment-0001.bin>


More information about the libc-commits mailing list