summaryrefslogtreecommitdiff
path: root/libc/config
Commit message (Expand)AuthorAgeFilesLines
* [libc] Enable linux directory entries syscalls in riscv64Mikhail R. Gadelha2023-05-042-0/+7
* [libc] Enable running libc unit tests on AMDGPUJoseph Huber2023-05-041-11/+0
* [libc] add socket functionMichael Jones2023-05-032-0/+7
* [libc] Implement `exit` for the GPU partiallyJoseph Huber2023-04-271-1/+5
* [libc] Support the `abs` functions in the GPU libc.Joseph Huber2023-04-271-0/+3
* [libc] Support the string conversion methods on the GPUJoseph Huber2023-04-273-0/+15
* [libc] Partially implement `atexit` on the GPUJoseph Huber2023-04-262-0/+9
* [libc] Enable the GPU build to build the UnitTest libraryJoseph Huber2023-04-261-0/+5
* [libc][fix] Add missing 'errno' header for the GPU libcJoseph Huber2023-04-252-0/+4
* [libc] Ignore 'errno' on the GPU and support 'atoi'Joseph Huber2023-04-252-0/+4
* [LIBC] Implement remainder of posix 'sched.h' minus `SCHED_SPORADIC`Noah Goldstein2023-04-204-1/+30
* [libc][math] Remove placeholder implementations of asin and pow.Tue Ly2023-04-204-8/+0
* [libc] Partial revert of "[libc] Update supported riscv libs"Mikhail R. Gadelha2023-04-171-1/+0
* [libc] Update supported riscv libsMikhail R. Gadelha2023-04-172-1/+7
* [libc] Add implementation of getcharMichael Jones2023-04-143-0/+6
* [LIBC] Implement `sched_yield()`Noah Goldstein2023-04-123-0/+3
* [libc] Add memmem implementationCaslyn Tonelli2023-04-119-0/+9
* [libc] Fix swab placementCaslyn Tonelli2023-04-113-3/+3
* Reland "[libc] Add {,r}index"Alex Brachet2023-04-114-0/+8
* Revert "[libc] Add {,r}index"Alex Brachet2023-04-114-8/+0
* [libc] Add {,r}indexAlex Brachet2023-04-114-0/+8
* [libc] Add swab implementationCaslyn Tonelli2023-04-103-0/+3
* [libc] Add strxfrm ImplementationCaslyn Tonelli2023-04-072-0/+2
* [libc] Implement strsepAlex Brachet2023-04-064-0/+4
* [libc] Add strchrnul implementationCaslyn Tonelli2023-04-039-0/+9
* [libc] Enable more headers for riscvMikhail R. Gadelha2023-03-311-0/+7
* [libc] Re-enable wctob with fixesMichael Jones2023-03-291-1/+1
* [libc] Add support for setjmp and longjmp in riscvMikhail R. Gadelha2023-03-242-0/+5
* [libc] enable printf using system FILEMichael Jones2023-03-231-2/+2
* [libc] temporarily disable wctob entrypointMichael Jones2023-03-201-1/+1
* [libc] add basic wide char functionsMichael Jones2023-03-203-0/+12
* [libc] Enable __llvm_libc_syscall and forkMikhail R. Gadelha2023-03-161-0/+2
* [libc] Enable spawn lib in riscvMikhail R. Gadelha2023-03-162-0/+9
* [libc] Update supported riscv libsMikhail R. Gadelha2023-03-162-4/+28
* [libc] Enable more functions on riscv64.Siva Chandra2023-03-142-5/+68
* [libc][NFC] Add string.h header to various platform headers.txt.Siva Chandra Reddy2023-03-137-0/+7
* [libc] Extend the linux thread implementation for riscv64.Siva Chandra2023-03-092-1/+34
* [libc] Widen the riscv64 full build config.Siva Chandra2023-03-082-0/+58
* [libc] Remove log10 from the list of riscv64 entrypoints.Siva Chandra2023-03-081-4/+0
* [libc] Support more functions in riscvMikhail R. Gadelha2023-03-082-4/+113
* [libc] Add riscv64 fenv implementation and enable the fenv.h functions.Siva Chandra2023-03-081-0/+16
* [libc] Small improvements to libc cmakeMikhail R. Gadelha2023-03-081-5/+4
* [libc] Add riscv64 syscall implementation.Siva Chandra2023-03-071-0/+104
* [libc] Add fenv functions to arm32 baremetal config.Siva Chandra Reddy2023-03-073-0/+21
* [libc] Move math.h and fenv.h macro definitions to llvm-libc-macros.Siva Chandra Reddy2023-03-071-63/+0
* [libc] Add a headers.txt for linux/arm config.Siva Chandra Reddy2023-03-071-0/+9
* [libc] Add riscv64 config.Siva Chandra2023-03-062-0/+114
* [libc] Add arm 32 FEnvImpl.Siva Chandra Reddy2023-03-061-0/+16
* [libc][Obvious] Add errno entrypoint for macOS ARM64.Tue Ly2023-03-061-1/+4
* [libc] Make errno an entrypoint.Siva Chandra Reddy2023-03-034-0/+12