llvm-capstone/libc
2023-07-18 13:53:03 +00: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][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules [AMDGPU] Add targets gfx1150 and gfx1151 2023-07-17 13:06:12 +01:00
config [libc] Remove GPU string functions incompatible with C++ 2023-07-10 10:40:10 -05:00
docs [libc] Remove GPU string functions incompatible with C++ 2023-07-10 10:40:10 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] adjust strtofloat precision for subnormals 2023-07-11 11:27:19 -07:00
include [libc] Add support for creating wrapper headers for offloading in clang 2023-07-07 16:02:33 -05: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][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
src [libc][memfunctions] Explicit error when platform in not supported 2023-07-18 13:53:03 +00:00
startup [libc] Support timing information in libc tests 2023-07-05 14:27:08 -05:00
test [NFC][libc] Use the new style includes for tests 2023-07-10 07:42:13 +00:00
utils [libc][Obvious] Check if the state hasn't already been destroyed on shutdown 2023-07-11 14:35:38 -05: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 [Libomptarget] Begin implementing support for RPC services 2023-07-07 12:36:46 -05: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.