llvm-capstone/libc
Joseph Huber 8341a40ec1
[libc] Update the AMDGPU implementation to use code object 5 (#72580)
Summary:
This patch includes the necessary changes to make the `libc` tests
running on AMD GPUs run using the newer code object version. The 'code
object version' is AMD's internal ABI for making kernel calls. The move
from 4 to 5 changed how we handle arguments for builtins such as
obtaining the grid size or setting up the size of the private stack.

Fixes: https://github.com/llvm/llvm-project/issues/72517
2023-11-21 07:14:10 -06: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] Update the AMDGPU implementation to use code object 5 (#72580) 2023-11-21 07:14:10 -06:00
config [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -08:00
docs [libc][math] Add initial support for C23 float128 math functions, starting with copysignf128. (#71731) 2023-11-10 14:32:59 -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] Fix missing ; in spec.td. (#71977) 2023-11-10 15:22:10 -05:00
src [libc] Only perform MSAN unpoison in non-constexpr context. (#72299) 2023-11-14 14:01:35 -05:00
startup [libc] Remove the optional arguments for NVPTX constructors (#69536) 2023-11-20 17:10:15 -06:00
test [libc] Remove the optional arguments for NVPTX constructors (#69536) 2023-11-20 17:10:15 -06:00
utils [libc] Update the AMDGPU implementation to use code object 5 (#72580) 2023-11-21 07:14:10 -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 [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
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.