llvm-capstone/libc
Siva Chandra Reddy 733ac920be [libc] Add two more recipes to do a cross build.
Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D147350
2023-04-18 12:40:14 -07: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] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00
config [libc] Partial revert of "[libc] Update supported riscv libs" 2023-04-17 16:47:47 -03:00
docs [libc] Add two more recipes to do a cross build. 2023-04-18 12:40:14 -07:00
examples Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
fuzzing [libc] use vars in string to num fuzz targets 2023-02-27 13:21:35 -08:00
include [libc] Re-enable wctob with fixes 2023-03-29 12:49:29 -07: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] Add implementation of getchar 2023-04-14 15:40:05 -07:00
src Revert "[libc] handle memset sequence as a separate struct" 2023-04-18 15:24:24 +00:00
startup [libc] Add special handling for CUDA PTX features 2023-04-17 11:51:34 -05:00
test [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00
utils [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02: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.