[libc-commits] [PATCH] D138608: [libc] Add initial support for a libc implementation for the GPU

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 29 12:52:15 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG55151e138db1: [libc] Add initial support for a libc implementation for the GPU (authored by jhuber6).

Changed prior to commit:
  https://reviews.llvm.org/D138608?vs=477599&id=478691#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138608/new/

https://reviews.llvm.org/D138608

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCArchitectures.cmake
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/config/gpu/api.td
  libc/config/gpu/entrypoints.txt
  libc/config/gpu/headers.txt
  libc/src/__support/architectures.h
  libc/src/__support/common.h
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  libc/utils/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138608.478691.patch
Type: text/x-patch
Size: 12361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221129/928835a4/attachment-0001.bin>


More information about the libc-commits mailing list