summaryrefslogtreecommitdiff
path: root/libc/test/include
AgeCommit message (Expand)Author
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch
2025-09-22[libc] Fix stdbit C tests for older clang. (#160157)lntue
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh
2025-09-05[libc] Implement CMPLX related macros (#156344)Connector Switch
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh
2025-07-18[libc][math] Add POSIX math constants to math.h header. (#149150)lntue
2025-01-14[libc] Fix SPDX-License-Identifier file header comment typos (#122776)Roland McGrath
2025-01-11[libc] Add compile tests for each public header (#122527)Roland McGrath
2024-12-17[libc] fix -Wgcc-compat (#120303)Nick Desaulniers
2024-11-01[libc] disable failing include tests (#114619)Nick Desaulniers
2024-11-01[libc][cmake] disable include tests in overlay mode (#114566)Nick Desaulniers
2024-10-14[libc][complex] Set up headers and add documentation for complex.h. (#111659)Shourya Goel
2024-10-09[libc][math] Implement `issignaling` and `iscanonical` macro. (#111403)Shourya Goel
2024-09-25[libc][math] Reapply and fix issignaling macro. (#110011)Shourya Goel
2024-09-25Revert "[libc][math] Implement issignaling macro." (#109992)lntue
2024-09-25[libc][math] Implement issignaling macro. (#109615)Shourya Goel
2024-09-23[libc][math] Implement issubnormal macro. (#109572)Shourya Goel
2024-09-21[libc][math] Implement isnormal macro. (#109547)Shourya Goel
2024-09-21[libc][math] Implement fpclassify macro. (#109519)Shourya Goel
2024-09-20[libc][[math] Implement IsZero Macro (#109336)Shourya Goel
2024-07-13[libc] Fix signbit include test. (#98793)lntue
2024-07-13[libc][math] implement `signbit` and math macro unit tests (#97791)Akiel
2024-07-13[libc] Add libc_include_tests suites to check-libc target. (#98749)lntue
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-04-24[libc][assert] define __STDC_VERSION_ASSERT_H__ (#87592)aniplcc
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers
2024-03-11[libc][NFC] Do not add libc test framework and -fno-rtti to C tests. (#84837)lntue
2024-03-11[libc][stdbit] Add C tests for stdbit generic macros. (#84670)lntue
2024-03-10[libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers
2024-03-05[libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers
2024-03-04[libc][test] update constants used in stdbit test (#83893)Nick Desaulniers
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers
2024-02-26[libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers
2024-02-26[libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers
2024-02-14[libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers
2024-02-14[libc][stdbit] implement stdc_first_leading_one (C23) (#81502)Nick Desaulniers
2024-02-12[libc][stdbit] implement stdc_first_leading_zero (C23) (#81340)Nick Desaulniers
2024-02-07[libc][stdbit] implement stdc_trailing_ones (C23) (#80459)Nick Desaulniers
2024-02-06[libc][stdbit] implement stdc_trailing_zeros (C23) (#80344)Nick Desaulniers