This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 20a51bf [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)
new f5802a7 [OpenCL] Correct ndrange_t implementation
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/ASTContext.h | 2 +-
include/clang/AST/BuiltinTypes.def | 3 --
include/clang/AST/Type.h | 7 +----
include/clang/Serialization/ASTBitCodes.h | 8 ++---
lib/AST/ASTContext.cpp | 3 --
lib/AST/ExprConstant.cpp | 1 -
lib/AST/ItaniumMangle.cpp | 3 --
lib/AST/MicrosoftMangle.cpp | 4 ---
lib/AST/NSAPI.cpp | 1 -
lib/AST/Type.cpp | 3 --
lib/AST/TypeLoc.cpp | 1 -
lib/CodeGen/CGBuiltin.cpp | 17 ++++++++---
lib/CodeGen/CGDebugInfo.cpp | 2 --
lib/CodeGen/CGOpenCLRuntime.cpp | 3 --
lib/CodeGen/CodeGenTypes.cpp | 1 -
lib/CodeGen/ItaniumCXXABI.cpp | 1 -
lib/Headers/opencl-c.h | 4 ---
lib/Index/USRGeneration.cpp | 1 -
lib/Sema/Sema.cpp | 1 -
lib/Sema/SemaChecking.cpp | 4 +--
lib/Serialization/ASTCommon.cpp | 3 --
lib/Serialization/ASTReader.cpp | 3 --
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 41 +++++++++++---------------
test/Headers/opencl-c-header.cl | 18 +++++------
test/PCH/ocl_types.h | 3 --
test/SemaOpenCL/cl20-device-side-enqueue.cl | 1 +
tools/libclang/CIndex.cpp | 1 -
27 files changed, 48 insertions(+), 92 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 9057120 [Patch] Add BFD_LINKER_CREATED to BFD_FLAGS_SAVED
new a48cda7 Fix more powerpc testsuite source errors
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-powerpc/vxworks1-lib.dd | 2 +-
ld/testsuite/ld-powerpc/vxworks1-lib.s | 2 +-
3 files changed, 7 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 gcc.
from 79878c8 PR c++/79512 c/ * c-parser.c (c_parser_omp_target): For -fo [...]
new 3980cad PR libstdc++/60936 fix length calculation
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/src/c++11/snprintf_lite.cc | 2 +-
2 files changed, 7 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 7354e33 2017-02-16 Richard Biener <rguenther(a)suse.de>
new 79878c8 PR c++/79512 c/ * c-parser.c (c_parser_omp_target): For -fo [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-parser.c | 5 +++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/gomp/pr79512.c | 14 ++++++++++++++
6 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr79512.c
--
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 6095db1 [ARM] GlobalISel: Add reg bank mappings for G_SEQUENCE and G_EXTRACT
new 4a21a19 [ARM] GlobalISel: Assert that we don't use the FPR bank if we [...]
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/ARMRegisterBankInfo.cpp | 12 ++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 10 ++++++----
2 files changed, 18 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 clang.
from 4d1aae3 Cache FileID when translating diagnostics in PCH files
new 20a51bf [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaExpr.cpp | 7 +++++++
test/SemaOpenCL/invalid-block.cl | 15 +++++++++++++++
3 files changed, 24 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 bfc030c [ARM] GlobalISel: Make the FPR bank 64-bit wide
new 6095db1 [ARM] GlobalISel: Add reg bank mappings for G_SEQUENCE and G_EXTRACT
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/ARMRegisterBankInfo.cpp | 26 ++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 32 +++++++++++++++++++++++
2 files changed, 58 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 clang-tools-extra.
from 46bb9c3 [clang-tidy] Ignore spaces between globs in the Checks option.
new 616e383 [clangd] Implement format on type
new 3ff1a15 [clangd] Fix Output.log error
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:
clangd/ClangDMain.cpp | 3 +++
clangd/Protocol.cpp | 47 +++++++++++++++++++++++++++++++++++++++++++++
clangd/Protocol.h | 17 ++++++++++++++++
clangd/ProtocolHandlers.cpp | 21 ++++++++++++++++++++
clangd/ProtocolHandlers.h | 13 ++++++++++++-
test/clangd/formatting.test | 18 ++++++++++++++---
6 files changed, 115 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 clang-tools-extra.
from 11af989 [clang-tidy] Fix test modernize-return-braced-init-list
new 46bb9c3 [clang-tidy] Ignore spaces between globs in the Checks option.
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:
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 1 +
unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp | 2 +-
2 files changed, 2 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 llvm.
from b07be54 [ARM] GlobalISel: Legalize 64-bit G_FADD and G_LOAD
new bfc030c [ARM] GlobalISel: Make the FPR bank 64-bit wide
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/ARMRegisterBankInfo.cpp | 25 +++++++++++++---
lib/Target/ARM/ARMRegisterBanks.td | 2 +-
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 36 +++++++++++++++++++++--
3 files changed, 56 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.