llvm-project/libc
Schrodinger ZHU Yifan 63fc26c72a
[libc] fix build failures due to SIGCHLD (#94093)
2024-05-31 23:33:59 -07:00
..
AOR_v20.02 [libc][NFC] Remove all trailing spaces from libc (#82831) 2024-02-23 16:34:00 -06:00
benchmarks [libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke Fuchsia. (#83374) 2024-02-29 14:43:53 -05:00
cmake/modules [libc][math][c23] Add fabsf16 C23 math function (#93567) 2024-05-30 15:37:15 -04:00
config [libc] rework mutex (#92168) 2024-05-31 18:57:18 -07:00
docs [libc] rework mutex (#92168) 2024-05-31 18:57:18 -07:00
examples [libc] Replace mentions of `LIBC_FULLBUILD` with `LLVM_LIBC_FULL_BUILD` in 'examples/' (#88657) 2024-04-17 09:07:18 -05:00
fuzzing [libc] add hashtable fuzzing (#87949) 2024-05-02 15:36:10 -04:00
hdr [libc] rework mutex (#92168) 2024-05-31 18:57:18 -07:00
include [libc] rework mutex (#92168) 2024-05-31 18:57:18 -07:00
lib [libc] Update install directory for offloading versions of libraries (#83592) 2024-03-01 10:48:32 -06:00
spec [libc] added quick_exit function (#93620) 2024-05-31 10:19:10 -07:00
src [libc] rework mutex (#92168) 2024-05-31 18:57:18 -07:00
startup [libc] Provide __libc_{init,fini}_array for baremetal (#90828) 2024-05-21 15:46:04 -07:00
test [libc] fix build failures due to SIGCHLD (#94093) 2024-05-31 23:33:59 -07:00
utils [libc] Add line numbers to libc utility error messages (#94010) 2024-05-31 14:34:37 -05:00
.clang-tidy [libc] fix readability-identifier-naming.ConstexprFunctionCase (#83345) 2024-02-28 14:52:02 -08:00
.gitignore
CMakeLists.txt Revise IDE folder structure (#89755) 2024-05-25 17:41:21 +02:00
LICENSE.TXT
README.txt

README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.