[all-commits] [llvm/llvm-project] 74670e: [libc] Add implementations of div, ldiv, lldiv and...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Sun Sep 19 21:52:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74670e79b0a00224c04dfc6a446ea4439f4cfca4
https://github.com/llvm/llvm-project/commit/74670e79b0a00224c04dfc6a446ea4439f4cfca4
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/__support/integer_operations.h
M libc/src/inttypes/CMakeLists.txt
A libc/src/inttypes/imaxdiv.cpp
A libc/src/inttypes/imaxdiv.h
M libc/src/stdlib/CMakeLists.txt
A libc/src/stdlib/div.cpp
A libc/src/stdlib/div.h
A libc/src/stdlib/ldiv.cpp
A libc/src/stdlib/ldiv.h
A libc/src/stdlib/lldiv.cpp
A libc/src/stdlib/lldiv.h
M libc/test/src/inttypes/CMakeLists.txt
A libc/test/src/inttypes/imaxdiv_test.cpp
M libc/test/src/stdlib/CMakeLists.txt
A libc/test/src/stdlib/DivTest.h
A libc/test/src/stdlib/div_test.cpp
A libc/test/src/stdlib/ldiv_test.cpp
A libc/test/src/stdlib/lldiv_test.cpp
Log Message:
-----------
[libc] Add implementations of div, ldiv, lldiv and imaxdiv.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D109952
More information about the All-commits
mailing list