llvm-capstone/libc
Joseph Huber e0b702ffc2
[libc] Fix nanosleep definition in the posix spec (#67855)
Summary:
The POSIX standard expects the first argument to this function to be
constant, e.g. https://man7.org/linux/man-pages/man2/nanosleep.2.html.
This fixes that problem and also corrects an obvious problem with
enabling this for offloading.
2023-09-29 17:35:10 -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] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
cmake/modules [libc][Obvious] Do not pass 'nolibc' and other flags to the GPU build 2023-09-29 12:57:02 -05:00
config [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
docs [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
include [libc] Change RPC opcode enum definition (#67439) 2023-09-26 15:24:28 -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] Fix nanosleep definition in the posix spec (#67855) 2023-09-29 17:35:10 -05:00
src [libc][math] Implement double precision expm1 function correctly rounded for all rounding modes. (#67048) 2023-09-28 16:43:15 -04:00
startup [libc] Start to refactor riscv platform abstraction to support both 32 and 64 bits versions 2023-09-26 12:32:25 -03:00
test [libc][NFC] Adjust the libc init / fini array test 2023-09-29 13:22:02 -05:00
utils [libc] Scan the ports more fairly in the RPC server (#66680) 2023-09-26 16:09:48 -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 [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.