llvm-capstone/libc
michaelrj-google 47d5967023
[libc][obvious] disable fabsf128 on aarch64 (#78511)
It's not working on the buildbot, so I've disabled it until we fix it.
2024-01-17 14:22:50 -08:00
..
AOR_v20.02
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][obvious] disable fabsf128 on aarch64 (#78511) 2024-01-17 14:22:50 -08:00
docs [libc][math] Add C23 math function fabsf128. (#77825) 2024-01-12 15:00:16 -05:00
examples
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] Give more functions restrict qualifiers (NFC) (#78061) 2024-01-15 12:12:09 -06:00
src [reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78465) 2024-01-17 17:38:48 +01:00
startup [libc] major refactor of startup library (#76092) 2024-01-04 12:51:14 -08:00
test [reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78465) 2024-01-17 17:38:48 +01:00
utils [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
.clang-tidy
.gitignore
CMakeLists.txt [libc][cmake] reset COMPILE_DEFINITIONS (#77810) 2024-01-16 08:14:06 -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.