This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0a3f510 Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEU [...]
new d018ab0 [OpenCL] Align fake address space map with the SPIR target maps.
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/ASTContext.cpp | 4 +--
test/CodeGen/blocks-opencl.cl | 2 +-
.../address-space-constant-initializers.cl | 4 +--
test/CodeGenOpenCL/address-spaces-mangling.cl | 12 ++++-----
test/CodeGenOpenCL/address-spaces.cl | 8 +++---
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 30 +++++++++++-----------
test/CodeGenOpenCL/const-str-array-decay.cl | 2 +-
test/CodeGenOpenCL/constant-addr-space-globals.cl | 6 ++---
test/CodeGenOpenCL/local-initializer-undef.cl | 8 +++---
test/CodeGenOpenCL/local.cl | 2 +-
test/CodeGenOpenCL/memcpy.cl | 2 +-
test/CodeGenOpenCL/str_literals.cl | 8 +++---
test/SemaOpenCL/extern.cl | 2 +-
13 files changed, 45 insertions(+), 45 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 6eda96b Call target specific add_symbols function
new d81c735 Bump gold version number to 1.14.
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:
gold/ChangeLog | 5 +++++
gold/NEWS | 18 ++++++++++++++++++
gold/version.cc | 2 +-
3 files changed, 24 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 binutils-2_28-branch
in repository binutils-gdb.
from 756680a Call target specific add_symbols function
new d420832 Bump gold version number to 1.14.
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:
gold/ChangeLog | 5 +++++
gold/NEWS | 18 ++++++++++++++++++
gold/version.cc | 2 +-
3 files changed, 24 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 bb52a71 [LICM] Plug a leak freeing the ASTs before clearing the map.
new 0547daf AMDGPU: split ret/noret patterns for global atomics
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/AMDGPUInstructions.td | 66 ++++++++++++++++++++++++---------
lib/Target/AMDGPU/FLATInstructions.td | 4 +-
lib/Target/AMDGPU/SIInstrInfo.td | 4 +-
3 files changed, 52 insertions(+), 22 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 9c8f573 [MemDep] NFC changes
new bb52a71 [LICM] Plug a leak freeing the ASTs before clearing the map.
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/Transforms/Scalar/LICM.cpp | 2 ++
1 file changed, 2 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 6f71d52 [change-namespace] consider namespace aliases to shorten qual [...]
new 3f32ce3 [clang-tidy] Flag implicit conversion operators.
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/google/ExplicitConstructorCheck.cpp | 30 +++++++++----
docs/ReleaseNotes.rst | 4 ++
.../checks/google-explicit-constructor.rst | 49 +++++++++++++++++++++-
test/clang-tidy/google-explicit-constructor.cpp | 5 +++
4 files changed, 78 insertions(+), 10 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 69ae954 Use after move bug fixes
new 0a3f510 Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEU [...]
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/OperationKinds.def | 3 +++
include/clang/Sema/Initialization.h | 5 ++++
include/clang/Sema/Overload.h | 1 +
lib/AST/Expr.cpp | 1 +
lib/AST/ExprConstant.cpp | 2 ++
lib/CodeGen/CGExpr.cpp | 2 ++
lib/CodeGen/CGExprAgg.cpp | 1 +
lib/CodeGen/CGExprComplex.cpp | 1 +
lib/CodeGen/CGExprConstant.cpp | 1 +
lib/CodeGen/CGExprScalar.cpp | 5 ++++
lib/Edit/RewriteObjCFoundationAPI.cpp | 1 +
lib/Sema/SemaExpr.cpp | 12 ++++++++++
lib/Sema/SemaExprCXX.cpp | 6 +++++
lib/Sema/SemaInit.cpp | 41 ++++++++++++++++++++++++++++++++-
lib/Sema/SemaOverload.cpp | 6 +++++
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 1 +
test/CodeGenOpenCL/null_queue.cl | 18 +++++++++++++++
test/SemaOpenCL/null_queue.cl | 12 ++++++++++
test/SemaOpenCL/queue_t_overload.cl | 12 ++++++++++
19 files changed, 130 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenOpenCL/null_queue.cl
create mode 100644 test/SemaOpenCL/null_queue.cl
create mode 100644 test/SemaOpenCL/queue_t_overload.cl
--
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 binutils-2_28-branch
in repository binutils-gdb.
from c0d8ece Bumping version to 2.27.90
new c525439 hppa-linux-gnu-ranlib: libcpp.a: File format not recognized
new d3ce90d Remove "collect" forms of generic linker add symbols functions
new 756680a Call target specific add_symbols function
The 3 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:
bfd/ChangeLog | 29 +++++++++++++++
bfd/config.in | 2 +-
bfd/configure | 9 -----
bfd/configure.ac | 11 +-----
bfd/libbfd-in.h | 6 ----
bfd/libbfd.h | 6 ----
bfd/linker.c | 107 +++++++++----------------------------------------------
7 files changed, 48 insertions(+), 122 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 glibc.
from 8ce8299 Add configure check for python program
new b064bba scripts/test_printers_common.py: Log GDB error message
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:
ChangeLog | 5 +++++
scripts/test_printers_common.py | 1 +
2 files changed, 6 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 binutils-gdb.
from 6096dda Updated email address.
new 865422f hppa-linux-gnu-ranlib: libcpp.a: File format not recognized
new b9fc257 Remove "collect" forms of generic linker add symbols functions
new 6eda96b Call target specific add_symbols function
The 3 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:
bfd/ChangeLog | 29 +++++++++++++++
bfd/config.in | 2 +-
bfd/configure | 9 -----
bfd/configure.ac | 11 +-----
bfd/libbfd-in.h | 6 ----
bfd/libbfd.h | 6 ----
bfd/linker.c | 107 +++++++++----------------------------------------------
7 files changed, 48 insertions(+), 122 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.