llvm-capstone/libc
Mikhail R. Gadelha e9be85da8b [libc] Add fenv_t and signal macros in riscv
This patch now enables full build.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D145594
2023-03-08 17:31:58 -03: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] Small improvements to libc cmake 2023-03-08 09:02:02 -03:00
config [libc] Remove log10 from the list of riscv64 entrypoints. 2023-03-08 20:05:13 +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] Add fenv_t and signal macros in riscv 2023-03-08 17:31:58 -03: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] Add fenv_t and signal macros in riscv 2023-03-08 17:31:58 -03:00
startup [libc] Simplify integration tests by eliminating the artificial sysroot. 2023-03-06 07:37: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
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.