llvm-capstone/libc
Guillaume Chatelet fd2c74c8ed [libc][NFC] Simplify LibcTest and trim down string allocations
This is a bit of cleanup before working on logging via stream operator (i.e., `EXPECT_XXX() << ...`).

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D152503
2023-06-09 09:36:18 +00: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 [libc][CMake] Place archives in build/lib/<target-triple> 2023-06-03 22:40:03 +00:00
config [libc] Add initial support for 'puts' and 'fputs' to the GPU 2023-06-05 17:56:55 -05:00
docs [libc][Docs] Add support for the printing functions 2023-06-06 14:33:08 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
include [libc] Make ErrnoSetterMatcher handle logging floating point values. 2023-05-26 06:24:51 +00: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 log1p correctly rounded to all rounding modes. 2023-05-23 11:04:04 -04:00
src [libc][NFC] fix constants not marked constexpr 2023-06-08 16:43:01 -07:00
startup [libc][AMDGPU] Disable the AMDGPU backend's ctor/dtor lowering for libc 2023-05-23 09:20:41 -05:00
test [libc][NFC] Simplify LibcTest and trim down string allocations 2023-06-09 09:36:18 +00:00
utils [libc] add options to printf decimal floats 2023-06-08 14:23:15 -07: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 [CMake][libc] Don't put archive in build/lib/<target triple> by default 2023-06-06 00:43:11 +00: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.