llvm-capstone/libc
Guillaume Chatelet 5794854213
[libc][NFC] Use 16-byte indices for _mmXXX_shuffle_epi8 (#77781)
This is less confusing since the implementation only cares about the 4
lower bits.
2024-01-11 16:25:55 +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 Reapply "[libc] build with -Werror (#73966)" (#74506) 2024-01-08 09:07:35 -08:00
config [libc][math] Implement nan(f|l) functions (#76690) 2024-01-05 08:23:23 -05:00
docs Reapply "[libc] build with -Werror (#73966)" (#74506) 2024-01-08 09:07:35 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add memcmp / bcmp fuzzers (#77741) 2024-01-11 11:06:46 +01:00
include [libc] make off_t 32b for 32b arm (#77350) 2024-01-08 13:09:58 -08:00
lib
spec [libc][math] Implement nan(f|l) functions (#76690) 2024-01-05 08:23:23 -05:00
src [libc][NFC] Use 16-byte indices for _mmXXX_shuffle_epi8 (#77781) 2024-01-11 16:25:55 +01:00
startup [libc] major refactor of startup library (#76092) 2024-01-04 12:51:14 -08:00
test [libc] Fix buggy AVX2 / AVX512 memcmp (#77081) 2024-01-11 11:45:37 +01:00
utils [libc][NFC] Remove FloatProperties (#76508) 2024-01-03 09:51:58 +01:00
.clang-tidy
.gitignore
CMakeLists.txt [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -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.