summaryrefslogtreecommitdiff
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* [libc][Obvious] Reduce the size of the tests for hypot(f).Tue Ly2023-03-161-2/+2
* [libc] [test] Add missing <cstdint> includeSam James2023-03-161-0/+1
* [libc][Obvious] Remove the STARTUP attribute from the api test listing.Siva Chandra Reddy2023-03-161-2/+0
* [libc] Remove unused startup source fileJoseph Huber2023-03-161-2/+1
* [libc] Remove startup option from integration testsJoseph Huber2023-03-169-66/+7
* [libc] Add missing dependencies to RISC-V startup implementationJoseph Huber2023-03-161-0/+2
* [libc] Add missing environ dependency to AArch64 startup implementationJoseph Huber2023-03-161-0/+1
* [libc] Add missing threads dependency to AArch64 startup implementationJoseph Huber2023-03-161-0/+1
* [libc] Inherit integration test dependencies from the startup targetJoseph Huber2023-03-161-9/+3
* [libc] Enable __llvm_libc_syscall and forkMikhail R. Gadelha2023-03-163-1/+63
* [libc] Enable spawn lib in riscvMikhail R. Gadelha2023-03-163-0/+17
* [libc] Update supported riscv libsMikhail R. Gadelha2023-03-162-4/+28
* [libc][docs] Add a section about allocations and deallocations to the style doc.Siva Chandra Reddy2023-03-151-0/+43
* [libc][docs] Move the link to "Compiler Support" under "Status".Siva Chandra Reddy2023-03-152-4/+4
* [libc] Add missing return statements to wrapper functionsJoseph Huber2023-03-151-5/+5
* [libc] Do not attempt to determine CPU features in GPU modeJoseph Huber2023-03-151-0/+4
* [libc] Add aliases to C memory functions for integration testsJoseph Huber2023-03-152-12/+39
* [libc][NFC] Clean up clang-tidy warnings for `src/__support` and `src/math`.Tue Ly2023-03-158-104/+106
* [libc] Add instructions for linux headersJeff Bailey2023-03-151-2/+11
* [libc] Remove leftover debug printsJoseph Huber2023-03-141-2/+0
* [libc] Fix CMake deduplication `-Xclang` argumentsJoseph Huber2023-03-141-1/+3
* [libc] Fix GPU fatbinary dependencies for multi-source object librariesJoseph Huber2023-03-141-2/+3
* [libc][NFC] add an atof test for a fuzz failureMichael Jones2023-03-141-0/+5
* [libc] Set the stub filename to the target name instead of the sourceJoseph Huber2023-03-141-55/+66
* [libc] Remove dummy archive and file from integration testJoseph Huber2023-03-142-10/+0
* [libc] Correctly pass the compile options to the internal GPU compilationJoseph Huber2023-03-141-1/+2
* [reland][libc][NFC] Move memcmp implementations in subfoldersGuillaume Chatelet2023-03-144-112/+180
* Revert "[libc][NFC] Move memcmp implementations in subfolders"Guillaume Chatelet2023-03-144-179/+113
* [libc][NFC] Move memcmp implementations in subfoldersGuillaume Chatelet2023-03-144-113/+179
* [libc] Enable more functions on riscv64.Siva Chandra2023-03-142-5/+68
* [libc] Update cross-compilation instructionsJeff Bailey2023-03-142-17/+42
* [libc] Make libc_errno point to internal errno for non-public builds.Siva Chandra Reddy2023-03-146-27/+9
* [libc] Switch sys/stat implementations over to libc_errno.Siva Chandra Reddy2023-03-146-14/+31
* [libc][NFC] Switch nanosleep_test and getcwd_test to libc_errno.Siva Chandra Reddy2023-03-143-6/+6
* [libc] Switch termios implementations to libc_errno.Siva Chandra Reddy2023-03-143-3/+3
* [libc][NFC] Switch unistd.h tests to libc_errno.Siva Chandra Reddy2023-03-1423-137/+139
* [libc][NFC] Switch sys/*.h tests over to libc_errno.Siva Chandra Reddy2023-03-1312-69/+76
* [libc][NFC] Switch mman.h tests to libc_errno and update Bazel build.Siva Chandra Reddy2023-03-135-19/+15
* [libc][NFC] Switch startup tests to libc_errno.Siva Chandra Reddy2023-03-131-3/+3
* [libc][NFC] Switch string and errno tests to libc_errno.Siva Chandra Reddy2023-03-135-14/+15
* [libc][NFC] Switch all uses of errno in math and math tests to libc_errno.Siva Chandra Reddy2023-03-138-13/+10
* [libc] Fix policy CMP0116 warnings for cmake 3.20 or above.Tue Ly2023-03-131-0/+7
* [libc][NFC] Add string.h header to various platform headers.txt.Siva Chandra Reddy2023-03-137-0/+7
* [libc] Enable integration tests when built with gcc.Siva Chandra Reddy2023-03-132-5/+3
* [libc] Declare __dso_handle in the integration test instead of startup.Siva Chandra Reddy2023-03-134-9/+3
* [libc] Special case sniffing of thread start args for riscv.Siva Chandra2023-03-131-2/+5
* [libc][NFC] Reduce the number of threads created in cnd_test to 1000 form 10000.Siva Chandra Reddy2023-03-121-1/+1
* [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIBStephen Neuendorffer2023-03-111-0/+1
* [libc] Fix common compile options not getting passed to GPU objectJoseph Huber2023-03-101-2/+1
* [libc][docs] update list of completed stdio funcsMichael Jones2023-03-091-13/+13