llvm-capstone/libc
Joseph Huber c850ea1498 [libc] Support fopen / fclose on the GPU
This patch adds the necessary support for the fopen and fclose functions
to work on the GPU via RPC. I added a new test that enables testing this
with the minimal features we have on the GPU. I will update it once we
have `fread` and `fwrite` to actually check the outputted strings. For
now I just relied on checking manually via the outpuot temp file.

Reviewed By: JonChesterfield, sivachandra

Differential Revision: https://reviews.llvm.org/D154519
2023-07-05 18:31:58 -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 [libc][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules Revert "[libc] Use LIBC_INCLUDE_DIR in CMake rules" 2023-07-05 17:20:11 +00:00
config [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
docs [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] fix MPFR rounding problems in fuzz test 2023-07-05 10:53:40 -07:00
include [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -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] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
startup [libc] Support timing information in libc tests 2023-07-05 14:27:08 -05:00
test [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
utils [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -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] Make the RPC server target always available 2023-06-30 11:30:57 -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.