aboutsummaryrefslogtreecommitdiff
path: root/libc/test/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-22Revert "[libc] Add -Werror for libc tests" (#164684)lntue1-2/+2
2025-10-22[libc] Add -Werror for libc tests (#160413)Vinay Deshmukh1-2/+2
2025-10-17[libc] add IPV6 related macros (#162219)Connector Switch1-0/+10
2025-10-06[libc] add IPPROTO related macros (#161855)Connector Switch2-0/+29
2025-09-22[libc] Fix stdbit C tests for older clang. (#160157)lntue1-20/+30
2025-09-22[libc] Add -Wextra for libc tests (#153321)Vinay Deshmukh1-21/+49
2025-09-05[libc] Implement CMPLX related macros (#156344)Connector Switch1-0/+19
2025-08-12Revert "[libc] Add -Wextra for libc tests" (#153169)William Huynh1-49/+21
2025-08-12[libc] Add -Wextra for libc tests (#133643)Vinay Deshmukh1-21/+49
2025-07-18[libc][math] Add POSIX math constants to math.h header. (#149150)lntue2-0/+38
2025-01-14[libc] Fix SPDX-License-Identifier file header comment typos (#122776)Roland McGrath42-42/+42
2025-01-11[libc] Add compile tests for each public header (#122527)Roland McGrath2-1/+82
2024-12-17[libc] fix -Wgcc-compat (#120303)Nick Desaulniers1-35/+21
2024-11-01[libc] disable failing include tests (#114619)Nick Desaulniers1-35/+36
2024-11-01[libc][cmake] disable include tests in overlay mode (#114566)Nick Desaulniers1-44/+40
2024-10-14[libc][complex] Set up headers and add documentation for complex.h. (#111659)Shourya Goel2-0/+29
2024-10-09[libc][math] Implement `issignaling` and `iscanonical` macro. (#111403)Shourya Goel7-137/+59
2024-09-25[libc][math] Reapply and fix issignaling macro. (#110011)Shourya Goel6-0/+172
2024-09-25Revert "[libc][math] Implement issignaling macro." (#109992)lntue6-172/+0
2024-09-25[libc][math] Implement issignaling macro. (#109615)Shourya Goel6-0/+172
2024-09-23[libc][math] Implement issubnormal macro. (#109572)Shourya Goel6-0/+154
2024-09-21[libc][math] Implement isnormal macro. (#109547)Shourya Goel6-0/+155
2024-09-21[libc][math] Implement fpclassify macro. (#109519)Shourya Goel6-0/+155
2024-09-20[libc][[math] Implement IsZero Macro (#109336)Shourya Goel6-0/+144
2024-07-13[libc] Fix signbit include test. (#98793)lntue1-1/+1
2024-07-13[libc][math] implement `signbit` and math macro unit tests (#97791)Akiel21-0/+569
2024-07-13[libc] Add libc_include_tests suites to check-libc target. (#98749)lntue1-0/+1
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-04-24[libc][assert] define __STDC_VERSION_ASSERT_H__ (#87592)aniplcc2-0/+25
2024-03-12[libc] implement the final macros for stdbit.h support (#84798)Nick Desaulniers1-0/+17
2024-03-11[libc][NFC] Do not add libc test framework and -fno-rtti to C tests. (#84837)lntue1-0/+1
2024-03-11[libc][stdbit] Add C tests for stdbit generic macros. (#84670)lntue4-84/+160
2024-03-10[libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders1-0/+17
2024-03-07[libc][stdbit] implement stdc_bit_floor (C23) (#84233)Nick Desaulniers1-0/+17
2024-03-05[libc][stdbit] implement stdc_bit_width (C23) (#83892)Nick Desaulniers1-0/+13
2024-03-04[libc][test] update constants used in stdbit test (#83893)Nick Desaulniers1-20/+20
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue3-3/+3
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber2-2/+2
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers1-0/+13
2024-02-26[libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers1-0/+13
2024-02-26[libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers1-0/+13
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan2-0/+42
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers1-0/+15
2024-02-14[libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers1-0/+15
2024-02-14[libc][stdbit] implement stdc_first_leading_one (C23) (#81502)Nick Desaulniers1-0/+15
2024-02-12[libc][stdbit] implement stdc_first_leading_zero (C23) (#81340)Nick Desaulniers1-0/+15
2024-02-07[libc][stdbit] implement stdc_trailing_ones (C23) (#80459)Nick Desaulniers1-0/+13
2024-02-06[libc][stdbit] implement stdc_trailing_zeros (C23) (#80344)Nick Desaulniers1-0/+13