llvm-capstone/libc
Siva Chandra cf90633cf2 [libc] Extend the linux thread implementation for riscv64.
Also, added riscv64 startup code for static linking which is used
by the integration tests. Functions from the C standard threads
library have been enabled.

Reviewed By: mikhail.ramalho

Differential Revision: https://reviews.llvm.org/D145670
2023-03-09 16:58:48 +00:00
..
AOR_v20.02
benchmarks [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
cmake/modules [libc][NFC] Compile tests also with -fpie. 2023-03-09 07:45:39 +00:00
config [libc] Extend the linux thread implementation for riscv64. 2023-03-09 16:58:48 +00:00
docs [libc][docs] add link to join the discord 2023-03-07 16:33:27 -08:00
examples Revert "[CMake] Bumps minimum version to 3.20.0." 2023-03-04 18:28:13 +01:00
fuzzing [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00
include [libc][Obvious] Add missing dep to include.sys_mman. 2023-03-09 07:26:12 +00:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc] Introduce sys/socket.h 2023-02-23 07:11:20 +00:00
src [libc] Extend the linux thread implementation for riscv64. 2023-03-09 16:58:48 +00:00
startup [libc] Extend the linux thread implementation for riscv64. 2023-03-09 16:58:48 +00:00
test [libc] Add riscv64 fenv implementation and enable the fenv.h functions. 2023-03-08 10:49:24 -03:00
utils [libc] Small improvements to libc cmake 2023-03-08 09:02:02 -03:00
.clang-tidy [libc] Add a naming rule for global constants. 2022-01-19 22:11:16 +00:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt Revert "[CMake] Bumps minimum version to 3.20.0." 2023-03-04 18:28:13 +01:00
common_libc_tuners.cmake [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
LICENSE.TXT Rename top-level LICENSE.txt files to LICENSE.TXT 2021-03-10 21:26:24 -08:00
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.