Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D109952
[libc] Add implementations of div, ldiv, lldiv and imaxdiv. ClosedPublic Authored by sivachandra on Sep 17 2021, 12:39 AM.
Details
Diff Detail
Event Timelinesivachandra retitled this revision from [libc] Add implementation s of div, ldiv, lldiv and imaxdiv. to [libc] Add implementations of div, ldiv, lldiv and imaxdiv..Sep 17 2021, 12:44 AM This revision is now accepted and ready to land.Sep 17 2021, 10:08 AM This revision was landed with ongoing or failed builds.Sep 19 2021, 9:51 PM Closed by commit rG74670e79b0a0: [libc] Add implementations of div, ldiv, lldiv and imaxdiv. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373490 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.h
libc/src/inttypes/imaxdiv.cpp
libc/src/stdlib/CMakeLists.txt
libc/src/stdlib/div.h
libc/src/stdlib/div.cpp
libc/src/stdlib/ldiv.h
libc/src/stdlib/ldiv.cpp
libc/src/stdlib/lldiv.h
libc/src/stdlib/lldiv.cpp
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
|
this seems to be empty, so probably remove it, or at least the stdlib.h comment.