aboutsummaryrefslogtreecommitdiff
path: root/libc/include/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
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 Yifan1-0/+9
2024-02-13[libc][stdfix] Generate stdfix.h header with fixed point precision macros acc...lntue1-0/+8
2024-02-06[libc] add inttypes macros (#80726)Schrodinger ZHU Yifan1-0/+1
2024-02-05[libc] Fix generated float128 header for aarch64 target. (#78017)lntue1-0/+1
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google1-0/+11
2024-01-29[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)Nick Desaulniers1-0/+9
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google1-11/+0
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google1-0/+11
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue1-0/+8
2024-01-19[libc] Redo the install targets (#78795)Petr Hosek1-0/+10
2024-01-19[libc] Add float.h header. (#78737)lntue1-0/+8
2024-01-18[libc] Provide sys/queue.h (#78081)Petr Hosek1-0/+8
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-12[libc] Add bind function (#74014)michaelrj-google1-1/+3
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan1-0/+12
2023-10-19[libc] Add simple features.h with implementation macro (#69402)alfredfo1-0/+9
2023-09-18[libc] Specify path for making include/ subdirs (#66589)Jeff Bailey1-3/+3
2023-08-29[libc] Fix the libc header installation pathPetr Hosek1-2/+2
2023-08-17Revert "[libc] Add limits.h"Alfred Persson Forsberg1-9/+0
2023-08-14[libc] Add limits.hAlfred Persson Forsberg1-0/+9
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha1-0/+1
2023-07-07[libc] Add support for creating wrapper headers for offloading in clangJoseph Huber1-0/+22
2023-07-06Revert "[libc] Add support for creating wrapper headers for offloading in clang"Joseph Huber1-22/+0
2023-07-06[libc] Add support for creating wrapper headers for offloading in clangJoseph Huber1-0/+22
2023-06-22[libc] Place headers in the right include directoryPetr Hosek1-7/+6
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber1-0/+13
2023-06-12[libc] Add qsort_rMichael Jones1-0/+1
2023-05-03[libc] add socket functionMichael Jones1-0/+2
2023-04-20[LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein1-1/+5
2023-03-29[libc] Re-enable wctob with fixesMichael Jones1-0/+1
2023-03-28[libc] Install GPU headers to `gpu-none-llvm/` subfolderJoseph Huber1-0/+5
2023-03-20[libc][obvious] fix missing type headersMichael Jones1-0/+3
2023-03-20[libc] add basic wide char functionsMichael Jones1-0/+9
2023-03-09[libc][Obvious] Add missing dep to include.sys_mman.Siva Chandra Reddy1-0/+1
2023-03-08[libc] Small improvements to libc cmakeMikhail R. Gadelha1-22/+35
2023-03-07[libc] Move math.h and fenv.h macro definitions to llvm-libc-macros.Siva Chandra Reddy1-0/+2
2023-02-23[libc] Introduce sys/socket.hJeff Bailey1-0/+9
2023-02-16[libc] Implement htonl and htonsRaman Tenneti1-0/+11
2023-01-09[libc] Move b* string functions to strings.hAlex Brachet1-0/+9
2022-12-20[libc][NFC] Simplify how the definiton of NULL macro is added to string.h.Siva Chandra Reddy1-0/+1
2022-12-20[libc] Simplify generation of errno.h.Siva Chandra Reddy1-4/+2
2022-11-16[libc] Fix assert.h and ctype.h not being builtJoseph Huber1-1/+1
2022-11-11[libc] Implement gettimeofdayRaman Tenneti1-0/+1
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy1-0/+1
2022-11-02[libc] Add definitions of a few missing macros and types.Siva Chandra Reddy1-2/+4
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy1-0/+9
2022-10-31[libc] Implement getoptAlex Brachet1-0/+1
2022-10-27Revert "[libc] Implement getopt"Alex Brachet1-1/+0