llvm-capstone/libc
doshimili 3153aa4c95
[libc] Adding a version of memset with software prefetching (#70857)
Software prefetching helps recover performance when hardware prefetching
is disabled. The 'LIBC_COPT_MEMSET_X86_USE_SOFTWARE_PREFETCHING' compile
time option allows users to use this patch.
2023-11-10 10:56:16 +01: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] Allow hermetic timing if the clock function is built (#71092) 2023-11-02 15:03:17 -05:00
config [libc] Adding a version of memset with software prefetching (#70857) 2023-11-10 10:56:16 +01:00
docs [libc][math] Implement powf function correctly rounded to all rounding modes. (#71188) 2023-11-06 16:54:25 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add simple long double to printf float fuzz (#68449) 2023-10-16 13:32:34 -07:00
include [libc] Rework the 'fgets' implementation on the GPU (#69635) 2023-10-19 17:00:01 -04: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 powf function correctly rounded to all rounding modes. (#71188) 2023-11-06 16:54:25 -05:00
src [libc] Adding a version of memset with software prefetching (#70857) 2023-11-10 10:56:16 +01:00
startup [libc][fix] Call GPU destructors in the correct order 2023-11-09 09:22:41 -06:00
test [libc][FIXME] Disable math tests to make the GPU bots green (#71603) 2023-11-07 17:43:21 -06:00
utils [libc][fix] Call GPU destructors in the correct order 2023-11-09 09:22:41 -06: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 [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +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.