[PATCH] D28753: [OpenMP] Codegen support for 'target parallel' on the host.

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 07:25:59 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292374: [OpenMP] Codegen support for 'target parallel' on the host. (authored by arpith).

Changed prior to commit:
  https://reviews.llvm.org/D28753?vs=84689&id=84832#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28753

Files:
  cfe/trunk/include/clang/AST/StmtOpenMP.h
  cfe/trunk/include/clang/Basic/OpenMPKinds.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/Basic/OpenMPKinds.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntime.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
  cfe/trunk/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  cfe/trunk/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
  cfe/trunk/lib/CodeGen/CodeGenFunction.h
  cfe/trunk/lib/Sema/SemaOpenMP.cpp
  cfe/trunk/lib/Sema/TreeTransform.h
  cfe/trunk/test/OpenMP/target_parallel_codegen.cpp
  cfe/trunk/test/OpenMP/target_parallel_codegen_registration.cpp
  cfe/trunk/test/OpenMP/target_parallel_codegen_registration_naming.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28753.84832.patch
Type: text/x-patch
Size: 102379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170118/44c61c94/attachment-0001.bin>


More information about the cfe-commits mailing list