[PATCH] D27627: [WIP] Supporting C++ based kernel languages on AMDGPU Target

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 10:15:57 PST 2017


yaxunl updated this revision to Diff 89899.
yaxunl retitled this revision from "[WIP] Specify default address space for C++ on AMDGPU Target" to "[WIP] Supporting C++ based kernel languages on AMDGPU Target".
yaxunl edited the summary of this revision.
yaxunl added a comment.

Fix invalid bitcast for global variables.
Add run line for amdgcn target for a Cuda lit test.


https://reviews.llvm.org/D27627

Files:
  include/clang/AST/ASTContext.h
  include/clang/Basic/TargetInfo.h
  lib/AST/ASTContext.cpp
  lib/Basic/Targets.cpp
  lib/CodeGen/CGBuiltin.cpp
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CGDeclCXX.cpp
  lib/CodeGen/CGException.cpp
  lib/CodeGen/CGExpr.cpp
  lib/CodeGen/CGExprConstant.cpp
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CGVTT.cpp
  lib/CodeGen/CGVTables.cpp
  lib/CodeGen/CodeGenFunction.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/ItaniumCXXABI.cpp
  test/CodeGenCUDA/function-overload.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27627.89899.patch
Type: text/x-patch
Size: 30178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170227/4f9058d2/attachment-0001.bin>


More information about the cfe-commits mailing list