[PATCH] D10753: [OpenMP] Add TLS-based implementation for threadprivate directive

Samuel Antao sfantao at us.ibm.com
Fri Jul 10 07:18:00 PDT 2015


sfantao updated this revision to Diff 29443.
sfantao added a comment.

Restore error for when thread_local is used in threadprivate directives even if TLS can be used for OpenMP codegen.

Refactor how default value for the -fnoopenmp-use-tls is obtained from the target architecture.


http://reviews.llvm.org/D10753

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Driver/Options.td
  lib/AST/Decl.cpp
  lib/CodeGen/CGOpenMPRuntime.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Sema/SemaOpenMP.cpp
  test/Driver/ppc-features.cpp
  test/OpenMP/parallel_copyin_codegen.cpp
  test/OpenMP/single_codegen.cpp
  test/OpenMP/threadprivate_ast_print.cpp
  test/OpenMP/threadprivate_codegen.cpp
  test/OpenMP/threadprivate_messages.cpp
  test/PCH/chain-openmp-threadprivate.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10753.29443.patch
Type: text/x-patch
Size: 51351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150710/8403c23e/attachment.bin>


More information about the cfe-commits mailing list