This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 38c9197d87 Add support for -mno-tls-direct-seg-refs to Clang
new b81ed4f49d [OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClaus [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/OpenMPClause.h | 16 ++
lib/AST/OpenMPClause.cpp | 432 +++++++++++++++++++++++++++++++++++++
lib/AST/StmtPrinter.cpp | 451 ---------------------------------------
3 files changed, 448 insertions(+), 451 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 59ea295b93 [TI removal] Test predicate rather than casting to detect a [...]
new 38c9197d87 Add support for -mno-tls-direct-seg-refs to Clang
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 2 ++
lib/CodeGen/CGCall.cpp | 2 ++
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/indirect-tls-seg-refs.c | 8 ++++++++
test/Driver/indirect-tls-seg-refs.c | 7 +++++++
7 files changed, 28 insertions(+)
create mode 100644 test/CodeGen/indirect-tls-seg-refs.c
create mode 100644 test/Driver/indirect-tls-seg-refs.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.