[all-commits] [llvm/llvm-project] 2ab513: [SYCL] Enable `opencl_global_[host, device]` attrib...

Alexey Bader via All-commits all-commits at lists.llvm.org
Tue May 18 03:28:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ab513cd3e0648806db7ed1f8170ad4a3d4e7749
      https://github.com/llvm/llvm-project/commit/2ab513cd3e0648806db7ed1f8170ad4a3d4e7749
  Author: Alexey Bader <alexey.bader at intel.com>
  Date:   2021-05-18 (Tue, 18 May 2021)

  Changed paths:
    M clang/docs/SYCLSupport.rst
    M clang/include/clang/AST/Type.h
    M clang/include/clang/Basic/AddressSpaces.h
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/lib/AST/TypePrinter.cpp
    M clang/lib/Basic/Targets/AMDGPU.cpp
    M clang/lib/Basic/Targets/NVPTX.h
    M clang/lib/Basic/Targets/SPIR.h
    M clang/lib/Basic/Targets/TCE.h
    M clang/lib/Basic/Targets/X86.h
    M clang/test/CodeGenSYCL/address-space-conversions.cpp
    M clang/test/SemaSYCL/address-space-conversions.cpp
    M clang/test/SemaTemplate/address_space-dependent.cpp

  Log Message:
  -----------
  [SYCL] Enable `opencl_global_[host,device]` attributes for SYCL

Differential Revision: https://reviews.llvm.org/D100396




More information about the All-commits mailing list