This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 58834f0730 Fix test/OpenMP/nvptx_data_sharing.cpp
new f301ed91f8 [OPENMP] Initial support for asynchronous data update, 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:
include/clang/AST/StmtOpenMP.h | 36 ++++++-------
include/clang/Sema/Sema.h | 9 ++--
lib/AST/StmtOpenMP.cpp | 33 ++++++------
lib/AST/StmtPrinter.cpp | 14 ++---
lib/Basic/OpenMPKinds.cpp | 8 +--
lib/CodeGen/CGStmtOpenMP.cpp | 27 ++++++++--
lib/Parse/ParseOpenMP.cpp | 9 ++++
lib/Sema/SemaOpenMP.cpp | 119 +++++++++++++++++++++++++++++++++++------
8 files changed, 191 insertions(+), 64 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-tools-extra.
from 1eb25fc7 [clangd] Fix dumb && || bug from r318774
new c3f4cc03 [clangd] Satisfy GCC: 'changes meaning of Error'
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:
clangd/JSONExpr.cpp | 10 +++++-----
1 file changed, 5 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 binutils-gdb.
from 2824e1bd4f Stop the v850 linker from converting to other output formats [...]
new a25d69c6dc gdb.ada/minsyms.exp: Don't hardcode the variable's address
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.ada/minsyms.exp | 2 +-
2 files changed, 5 insertions(+), 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 gcc.
from 6b68e1d8819 2017-11-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 2bb7e963e16 * gcc.target/i386/pr82713.c: Fix dg directive.
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/testsuite/gcc.target/i386/pr82713.c | 3 +--
1 file changed, 1 insertion(+), 2 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 cddb621fac [ASTImporter] Support new AST nodes:
new 58834f0730 Fix test/OpenMP/nvptx_data_sharing.cpp
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:
test/OpenMP/nvptx_data_sharing.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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-tools-extra.
from 2fa0f81d [clangd] Add parsing and value inspection to JSONExpr.
new 1eb25fc7 [clangd] Fix dumb && || bug from r318774
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:
clangd/JSONExpr.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 a694e228c26 Add MemorySSA as loop dependency, disabled by default [NFC].
new 36acc9a9f49 [ARM] Remove pre-UAL FLDM/FSTM aliases
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/ARM/ARMInstrVFP.td | 24 +--------
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 36 -------------
test/MC/ARM/directive-fpu-instrs.s | 2 -
test/MC/ARM/vfp-aliases-diagnostics.s | 84 +++----------------------------
test/MC/ARM/vfp-aliases.s | 34 -------------
5 files changed, 10 insertions(+), 170 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 20f8dd07c7 [OpenMP] Add implicit data sharing support when offloading t [...]
new cddb621fac [ASTImporter] Support new AST nodes:
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/AST/ASTImporter.cpp | 312 ++++++++++++++++++++++++--
test/ASTMerge/namespace/Inputs/namespace1.cpp | 10 +
test/ASTMerge/namespace/Inputs/namespace2.cpp | 43 ++++
test/ASTMerge/namespace/test.cpp | 17 +-
4 files changed, 362 insertions(+), 20 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-tools-extra.
from f756b134 Revert 318668, which is associated with a broken patch
new 2fa0f81d [clangd] Add parsing and value inspection to JSONExpr.
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:
clangd/JSONExpr.cpp | 339 ++++++++++++++++++++++++++++++++++++-
clangd/JSONExpr.h | 169 +++++++++++++++---
unittests/clangd/JSONExprTests.cpp | 74 ++++++++
3 files changed, 550 insertions(+), 32 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 compiler-rt.
from 258a754d1 Correct NetBSD support in pthread_once(3)/TSan
new f5c4e6980 [sanitizer] Define SANITIZER_USE_GETAUXVAL for Android
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/sanitizer_common/sanitizer_getauxval.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.