llvm-capstone/libc
2024-01-23 15:38:12 -08:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Add --sweep-min-size flag for benchmarks (#70302) 2023-10-26 11:06:15 +02:00
cmake/modules [libc] Replace -nostdlib++ flag when building with gcc and add placement new operator to HermeticTestUtils.cpp. (#78906) 2024-01-22 19:27:27 -05:00
config [libc] remove getauxval from arm32 entrypoint list (#79093) 2024-01-23 00:56:40 -05:00
docs [libc][Docs] Update the GPU RPC documentation (#79069) 2024-01-23 11:40:58 -06:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [reland][libc] Remove unnecessary FPBits functions and properties (#79128) 2024-01-23 13:48:03 +01:00
include [libc] Use QUEUE_TYPEOF in STAILQ_LAST (#79011) 2024-01-22 10:25:06 -08:00
lib [libc] Fix issue introduces by #76449 2024-01-22 03:26:18 +00:00
spec [libc] Add float.h header. (#78737) 2024-01-19 12:04:34 -05:00
src [libc] remove redundant call_once (#79226) 2024-01-23 15:38:12 -08:00
startup [libc] support PIE relocations (#78993) 2024-01-22 12:45:35 -05:00
test [libc][NFC] Remove FPBits cast operator (#79142) 2024-01-23 17:30:19 +01:00
utils [libc][NFC] Remove FPBits cast operator (#79142) 2024-01-23 17:30:19 +01: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
CMakeLists.txt [libc] Redo the install targets (#78795) 2024-01-19 15:45:22 -08: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.