This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 20c5ec1ea6 [OPENMP] Add ast-print tests for in_reduction clause, NFC.
new 5ba1c33330 [OPENMP] Fix build problem, NFC.
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:
lib/Sema/SemaOpenMP.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 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 llvm.
from 3ff37decad3 AMDGPU: Partially fix improper reliance on memoperands
new 9a714ae0d02 [DAGCombiner] Update comment. NFC
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 llvm.
from ecba33a1f4d AMDGPU: Don't track lgkmcnt for global_/scratch_ instructions
new 3ff37decad3 AMDGPU: Partially fix improper reliance on memoperands
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:
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 43 ++++++++++++++++++++--------------
1 file changed, 26 insertions(+), 17 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 8b70113357 [OPENMP] Initial support for 'in_reduction' clause.
new 37aee91a35 Complex Long Double classification In RegCall calling convention
new 20c5ec1ea6 [OPENMP] Add ast-print tests for in_reduction clause, NFC.
The 2 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:
lib/CodeGen/TargetInfo.cpp | 41 ++++++++++++++++++++++-----------
test/CodeGenCXX/regcall.cpp | 12 ++++++++--
test/OpenMP/taskloop_ast_print.cpp | 12 ++++++----
test/OpenMP/taskloop_simd_ast_print.cpp | 12 ++++++----
4 files changed, 54 insertions(+), 23 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 55174d052d [Hexagon] Add inline-asm constraint 'a' for modifier register class
new 8b70113357 [OPENMP] Initial support for 'in_reduction' clause.
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 | 210 ++++++++++++
include/clang/AST/RecursiveASTVisitor.h | 22 ++
include/clang/Basic/DiagnosticSemaKinds.td | 6 +
include/clang/Basic/OpenMPKinds.def | 4 +
include/clang/Sema/Sema.h | 7 +
lib/AST/OpenMPClause.cpp | 57 ++++
lib/AST/StmtPrinter.cpp | 22 ++
lib/AST/StmtProfile.cpp | 24 ++
lib/Basic/OpenMPKinds.cpp | 6 +-
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 27 +-
lib/Sema/SemaOpenMP.cpp | 188 +++++++++++
lib/Sema/TreeTransform.h | 61 ++++
lib/Serialization/ASTReaderStmt.cpp | 37 ++
lib/Serialization/ASTWriterStmt.cpp | 19 ++
test/OpenMP/task_ast_print.cpp | 29 +-
test/OpenMP/task_in_reduction_message.cpp | 308 +++++++++++++++++
test/OpenMP/taskloop_in_reduction_messages.cpp | 376 +++++++++++++++++++++
.../OpenMP/taskloop_simd_in_reduction_messages.cpp | 376 +++++++++++++++++++++
tools/libclang/CIndex.cpp | 17 +
20 files changed, 1775 insertions(+), 22 deletions(-)
create mode 100644 test/OpenMP/task_in_reduction_message.cpp
create mode 100644 test/OpenMP/taskloop_in_reduction_messages.cpp
create mode 100644 test/OpenMP/taskloop_simd_in_reduction_messages.cpp
--
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 zorg.
from ff6948a [compiler-rt] Disable LIBXML2 as Android do not need to parse [...]
new 72e97a9 Added new builder clang-freebsd11-amd64.
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:
buildbot/osuosl/master/config/builders.py | 9 +++++++++
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 12 insertions(+)
--
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 llvm.
from cf6f650daf8 [PDB] Dump extra info about the publics stream
new f45e52bfbe8 Fix DebugInfo/PDB build by adding missing changes
new ecba33a1f4d AMDGPU: Don't track lgkmcnt for global_/scratch_ instructions
The 2 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/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 3 ++-
include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 2 +-
lib/DebugInfo/PDB/Native/GSI.h | 1 +
lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 +-
lib/Target/AMDGPU/FLATInstructions.td | 11 ++++++-----
lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 11 +++++++----
lib/Target/AMDGPU/SIInstrInfo.h | 4 ++++
7 files changed, 22 insertions(+), 12 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 gcc.
from 35ea2ff701d Remove special CDtor METHOD_VEC slots. * cp-tree.h (CLASS [...]
new 5d4b7436925 runtime: don't use runtime_lock in __go_get_backtrace_state
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/runtime/go-caller.c | 14 +++++++++++---
2 files changed, 12 insertions(+), 4 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 hjl/pie/master
in repository gcc.
discards b65e6477a8c Add -static-pie to GCC driver for static PIE
new 8e35892bb5f Add -static-pie to GCC driver for static PIE
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b65e6477a8c)
\
N -- N -- N refs/heads/hjl/pie/master (8e35892bb5f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/config/gnu-user.h | 2 +-
gcc/gcc.c | 6 +++---
2 files changed, 4 insertions(+), 4 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 llvm.
from 3cf39814052 AMDGPU: Fix getMemOpBaseRegImmOfs for flat with offsets
new cf6f650daf8 [PDB] Dump extra info about the publics stream
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/llvm/DebugInfo/PDB/Native/PublicsStream.h | 4 +-
lib/DebugInfo/PDB/Native/GSI.cpp | 6 +--
lib/DebugInfo/PDB/Native/GSI.h | 2 +-
lib/DebugInfo/PDB/Native/PublicsStream.cpp | 2 +-
tools/llvm-pdbutil/DumpOutputStyle.cpp | 46 +++++++++++++++++++++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 3 ++
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
7 files changed, 58 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.