aboutsummaryrefslogtreecommitdiff
path: root/libc/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers143-426/+431
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber1-1/+1
2024-02-27[libc][stdbit] implement stdc_has_single_bit (C23) (#83168)Nick Desaulniers1-0/+22
2024-02-27[libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber1-0/+2
2024-02-27[libc][math][c23] Add C23 math functions ilogbf128, logbf128, and llogb(f|l|f...lntue2-3/+10
2024-02-26[libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers1-0/+20
2024-02-26[libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers1-0/+20
2024-02-23[libc][NFC] Remove all trailing spaces from libc (#82831)Joseph Huber3-3/+3
2024-02-22[libc] Match the names of BSD sys/queue.h member names (#82696)Petr Hosek1-26/+26
2024-02-22[libc] Rework the GPU build to be a regular target (#81921)Joseph Huber1-3/+3
2024-02-20[libc][c23] add definitions for stdckdint.h (#82059)Schrodinger ZHU Yifan4-0/+58
2024-02-15[libc][stdfix] Use __FRACT_FBIT__ for fixed point support detection instead o...lntue1-4/+2
2024-02-14[libc] Add is_fixed_point type trait. (#81263)lntue1-1/+1
2024-02-14[libc][stdbit] implement stdc_first_trailing_one (C23) (#81768)Nick Desaulniers1-0/+22
2024-02-14[libc][stdbit] implement stdc_first_trailing_zero (C23) (#81526)Nick Desaulniers1-0/+22
2024-02-14[libc][stdbit] implement stdc_first_leading_one (C23) (#81502)Nick Desaulniers1-0/+22
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue4-0/+365
2024-02-12[libc][stdbit] implement stdc_first_leading_zero (C23) (#81340)Nick Desaulniers1-0/+22
2024-02-08[libc] Only declare float128 math functions in the generated math.h if float1...lntue1-0/+2
2024-02-07[libc][stdbit] implement stdc_trailing_ones (C23) (#80459)Nick Desaulniers1-0/+23
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan4-0/+297
2024-02-06[libc][stdbit] implement stdc_trailing_zeros (C23) (#80344)Nick Desaulniers1-0/+22
2024-02-05[libc] Fix generated float128 header for aarch64 target. (#78017)lntue3-0/+45
2024-02-01[libc][stdbit] fix return types (#80337)Nick Desaulniers1-8/+8
2024-02-01[libc] implement stdc_leading_ones (C23) (#80082)Nick Desaulniers1-0/+22
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue1-0/+8
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google5-0/+69
2024-01-29[libc] fix type generic stdc_leading_zeros for GCC (#79917)Nick Desaulniers2-1/+20
2024-01-29[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)Nick Desaulniers4-0/+52
2024-01-26[libc] adjust linux's `mman.h` definitions (#79652)Schrodinger ZHU Yifan3-96/+34
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google5-69/+0
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google5-0/+69
2024-01-24[libc] Use __SIZEOF_LONG__ to define LONG_WIDTH instead of sizeof(long). (#79...lntue1-2/+3
2024-01-24[libc] Add backup definition for LONG_WIDTH in limits-macros.h. (#79375)lntue1-1/+2
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue5-0/+266
2024-01-22[libc] Use QUEUE_TYPEOF in STAILQ_LAST (#79011)Petr Hosek1-1/+3
2024-01-20[libc] Fix float.h header to include the system float.h first and add more de...lntue1-3/+142
2024-01-19[libc] Redo the install targets (#78795)Petr Hosek1-0/+10
2024-01-19[libc] Add float.h header. (#78737)lntue4-0/+49
2024-01-18[libc] Provide sys/queue.h (#78081)Petr Hosek6-1/+344
2024-01-18[libc] reverts for 32b arm (#78307)Nick Desaulniers1-4/+0
2024-01-08[libc] make off_t 32b for 32b arm (#77350)Nick Desaulniers1-0/+4
2024-01-07[libc] Attempt to fix incorrect pathin on Linux buildsJoseph Huber1-2/+2
2024-01-07[libc] Fix GPU tests not running after recent patches (#77248)Joseph Huber1-18/+22
2023-12-13[libc] fix -Wmacro-redefined (#75261)Nick Desaulniers2-26/+1
2023-12-12[libc] Add bind function (#74014)michaelrj-google5-6/+50
2023-12-05[libc] implement prctl (#74386)Schrodinger ZHU Yifan1-2/+0
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan6-0/+81
2023-10-19[libc] Rework the 'fgets' implementation on the GPU (#69635)Joseph Huber1-0/+1
2023-10-19[libc][NFC] Fix features.h.def file headerAlfred Persson Forsberg1-1/+1