This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 442dc06868 [OpenCL] Add constant address space to __func__ in AST.
new ee2737c903 [OPENMP] Mark global tors/dtors as used.
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/CGOpenMPRuntime.cpp | 2 ++
test/OpenMP/declare_target_codegen.cpp | 4 ++++
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 gcc.
from 2e3e0ea7e5c [openacc] Factor out async argument utility functions
new e4914df108a * gcc.target/aarch64/sve/vcond_6.c: Add missing brace.
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/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c | 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 8ce6f78c1f9 Make std::function tolerate semantically non-CopyConstructi [...]
new 2e3e0ea7e5c [openacc] Factor out async argument utility functions
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:
libgomp/ChangeLog | 12 ++++++++++++
libgomp/oacc-async.c | 6 +++---
libgomp/oacc-cuda.c | 4 ++--
libgomp/oacc-int.h | 22 ++++++++++++++++++++++
libgomp/oacc-mem.c | 2 +-
libgomp/oacc-parallel.c | 2 +-
6 files changed, 41 insertions(+), 7 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 81ac9c63eee [Support/Path] Make handling of paths like "///" consistent
new ac455c2fd04 [LV] Add lit testcase for bitcast 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:
test/Transforms/LoopVectorize/X86/constant-fold.ll | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 test/Transforms/LoopVectorize/X86/constant-fold.ll
--
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 c78074085f7 2018-05-09 Richard Biener <rguenther(a)suse.de>
new 8ce6f78c1f9 Make std::function tolerate semantically non-CopyConstructi [...]
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 | 8 +++++
libstdc++-v3/include/bits/std_function.h | 17 ++++++-----
.../{move_target.cc => non_copyconstructible.cc} | 35 +++++++++-------------
3 files changed, 32 insertions(+), 28 deletions(-)
copy libstdc++-v3/testsuite/20_util/function/cons/{move_target.cc => non_copyconst [...]
--
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 cae204293af [AArch64] Improve cost of vector division by constant
new 81ac9c63eee [Support/Path] Make handling of paths like "///" consistent
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/Support/Path.cpp | 52 +++++++++++++++++++++++++---------------------
unittests/Support/Path.cpp | 25 ++++++++++++++++++++--
2 files changed, 51 insertions(+), 26 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 9741e8bd91 [OpenCL] Restrict various keywords in OpenCL C++ mode
new 442dc06868 [OpenCL] Add constant address space to __func__ in AST.
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 ++
lib/AST/ASTContext.cpp | 6 ++++++
lib/AST/Expr.cpp | 3 ++-
lib/Sema/SemaExpr.cpp | 23 ++++++++++-------------
test/CodeGenOpenCL/str_literals.cl | 12 +++++++++---
test/SemaOpenCL/predefined-expr.cl | 8 ++++++++
6 files changed, 37 insertions(+), 17 deletions(-)
create mode 100644 test/SemaOpenCL/predefined-expr.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 master
in repository clang-tools-extra.
from c1ff11bd Partially revert r331456: [clang-tidy] Remove AnalyzeTemporar [...]
new 58124373 Do not warn on unused parameters for functions with empty bodies.
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/misc/UnusedParametersCheck.cpp | 9 +--
test/clang-tidy/misc-unused-parameters.c | 8 +--
test/clang-tidy/misc-unused-parameters.cpp | 91 +++++++++++++++---------------
3 files changed, 56 insertions(+), 52 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 092d4340e1 Remove unused lit setting, see https://reviews.llvm.org/D46619
new 9741e8bd91 [OpenCL] Restrict various keywords in OpenCL C++ mode
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/DiagnosticCommonKinds.td | 4 ++
include/clang/Basic/DiagnosticParseKinds.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 3 +-
include/clang/Basic/TokenKinds.def | 50 +++++++++++-----------
lib/Basic/IdentifierTable.cpp | 9 ++--
lib/Frontend/CompilerInvocation.cpp | 2 +-
lib/Parse/ParseDecl.cpp | 26 ++++++++----
lib/Sema/SemaCast.cpp | 6 +++
lib/Sema/SemaDecl.cpp | 14 +++++++
lib/Sema/SemaExprCXX.cpp | 6 +++
test/Parser/opencl-cl20.cl | 12 +++---
test/Parser/opencl-cxx-keywords.cl | 50 ++++++++++++++++++++++
test/Parser/opencl-storage-class.cl | 8 ++--
test/SemaOpenCL/storageclass.cl | 10 ++---
test/SemaOpenCLCXX/restricted.cl | 63 ++++++++++++++++++++++++++++
15 files changed, 214 insertions(+), 51 deletions(-)
create mode 100644 test/Parser/opencl-cxx-keywords.cl
create mode 100644 test/SemaOpenCLCXX/restricted.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 master
in repository gcc.
from fbdd315b831 rs6000: Give an argument to every REG_CFA_REGISTER (PR85645)
new c78074085f7 2018-05-09 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 8 ++++++++
gcc/tree-vect-slp.c | 43 ++++++++++++++++++++++++++++---------------
2 files changed, 36 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.