llvm-capstone/libc
Joseph Huber b8f64431ea
[libc] Add GPU config file using the new format (#66635)
Summary:
This patch copies a config file for the GPU similar to the
baremetal/embedded implementation. This will configure the
implementations of functions like `sprintf` and `snprintf` to be
compiled into more simple versions that can be run on the GPU. These
functions cannot be enabled yet as Vararg support hasn't landed, but it
will be used then.
2023-09-18 08:06:59 -05: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 [test][libc] Fix aligned_alloc argument 2023-08-07 16:36:20 -07:00
cmake/modules [libc][NFC] Make the dummy header target under overlay build a library. (#66329) 2023-09-13 22:52:20 -07:00
config [libc] Add GPU config file using the new format (#66635) 2023-09-18 08:06:59 -05:00
docs [libc] Add a developer doc about adding new config options. (#66432) 2023-09-15 14:34:25 -07:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add fuzzing for printf floats 2023-08-15 16:23:24 -07:00
include [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -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 double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
src [libc] Add invoke / invoke_result type traits (#65750) 2023-09-15 11:15:41 +02:00
startup [libc] Fix start up crash on 32 bit systems (#66210) 2023-09-14 09:02:35 -04:00
test [libc] Add invoke / invoke_result type traits (#65750) 2023-09-15 11:15:41 +02:00
utils [libc] Implement more input functions on the GPU (#66288) 2023-09-14 15:39:29 -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 [libc][cmake] Report invalid clang-tidy path (#66475) 2023-09-15 17:43:48 +02: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.