]> granicus.if.org Git - clang/commit
[OpenMP] Add TLS-based implementation for threadprivate directive.
authorSamuel Antao <sfantao@us.ibm.com>
Mon, 13 Jul 2015 22:54:53 +0000 (22:54 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Mon, 13 Jul 2015 22:54:53 +0000 (22:54 +0000)
commitfcf87ff162da88cda1d2db3cbbfed4efa35f4f9c
treea5d0d531dbb0f4fc6b364866ca1cbc48bf4da89d
parentc5920d028947df0d271a93ff32af6390c4a18b5a
[OpenMP] Add TLS-based implementation for threadprivate directive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242080 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
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