This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8fd9b54c24 Add test coverage for recent behavior change in GNU line mar [...]
new 5bd539fd3e [AMDGPU] Do not require opencl triple environment for OpenCL
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/Basic/Targets.cpp | 17 +++++++++++------
test/CodeGenOpenCL/amdgpu-alignment.cl | 1 +
.../amdgpu-debug-info-pointer-address-space.cl | 1 +
.../amdgpu-debug-info-variable-expression.cl | 1 +
test/CodeGenOpenCL/amdgpu-nullptr.cl | 3 ++-
test/CodeGenOpenCL/builtins-amdgcn.cl | 1 +
test/CodeGenOpenCL/byval.cl | 1 +
test/CodeGenOpenCL/size_t.cl | 1 +
test/Sema/sizeof-struct-non-zero-as-member.cl | 1 +
9 files changed, 20 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 clang-tools-extra.
from c3cbd965 [clangd] Added a missing dependency on clangdAST to fix the build
new f41d7f11 [clang-tidy] Do not dereference a null BaseType
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:
.../misc/ForwardingReferenceOverloadCheck.cpp | 2 ++
.../misc-forwarding-reference-overload.cpp | 22 ++++++++++++++++++++++
2 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 gcc.
from 093c94dd910 Remove unused "default_kind" member from gcc/omp-low.c's "s [...]
new 369e5e40854 gcc/cp/ * cp-tree.h (DECL_HIDDEN_P): New. * name-lookup. [...]
new 76c74d215c1 PR libstdc++/67578 Implement non-trivial std::random_device [...]
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:
gcc/cp/ChangeLog | 7 +
gcc/cp/cp-tree.h | 5 +
gcc/cp/name-lookup.c | 218 +++++++++++++++++----------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/parse/ctor9.C | 2 +-
libstdc++-v3/ChangeLog | 17 +++
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/config.h.in | 3 +
libstdc++-v3/config/abi/pre/gnu.ver | 7 +
libstdc++-v3/configure | 4 +-
libstdc++-v3/configure.ac | 2 +-
libstdc++-v3/doc/xml/manual/abi.xml | 2 +
libstdc++-v3/include/bits/random.h | 9 +-
libstdc++-v3/src/c++11/random.cc | 35 +++++
libstdc++-v3/testsuite/util/testsuite_abi.cc | 3 +-
15 files changed, 231 insertions(+), 89 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 ccf865245a [Tooling][libclang] Remove unused CompilationDatabase::Mappe [...]
new 8fd9b54c24 Add test coverage for recent behavior change in GNU line mar [...]
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:
.../{line.h => line-directive-in-system.h} | 0
test/Frontend/Inputs/line-directive.h | 2 ++
test/Frontend/system-header-line-directive.c | 15 +++++++++------
test/Preprocessor/line-directive-output.c | 7 +++++++
4 files changed, 18 insertions(+), 6 deletions(-)
rename test/Frontend/Inputs/SystemHeaderPrefix/{line.h => line-directive-in-system [...]
create mode 100644 test/Frontend/Inputs/line-directive.h
--
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 9d5c2cca06b OpenACC 2.5 kernels construct: num_gangs, num_workers, vect [...]
new ddb73f1e7ec 2017-05-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 093c94dd910 Remove unused "default_kind" member from gcc/omp-low.c's "s [...]
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:
gcc/ChangeLog | 3 +++
gcc/omp-low.c | 12 +-----------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90 | 3 ++-
4 files changed, 12 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 llvm.
from a250eeb04b0 [mips] Remove unused class field. NFC
new e7ff77144c0 Revert "Make TypeSerializer's StringMap use the same allocator."
new ddde6571389 [AMDGPU] Convert shl (add) into add (shl)
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/CodeView/TypeSerializer.h | 15 ++++----
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 4 +-
.../llvm/DebugInfo/CodeView/TypeTableCollection.h | 4 +-
lib/DebugInfo/CodeView/TypeSerializer.cpp | 43 ++++++++++++++++------
lib/DebugInfo/CodeView/TypeTableCollection.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 42 ++++++++++++++++++++-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++
test/CodeGen/AMDGPU/shl-add-to-add-shl.ll | 40 ++++++++++++++++++++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +-
9 files changed, 129 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/shl-add-to-add-shl.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 0e388735090 Introduce symtab_node::dump_{asm_,}name functions.
new 9d5c2cca06b OpenACC 2.5 kernels construct: num_gangs, num_workers, vect [...]
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 | 6 +
gcc/c/ChangeLog | 6 +
gcc/c/c-parser.c | 3 +
gcc/cp/ChangeLog | 6 +
gcc/cp/parser.c | 3 +
gcc/fortran/ChangeLog | 5 +
gcc/fortran/openmp.c | 3 +-
gcc/omp-offload.c | 9 ++
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/c-c++-common/goacc/parallel-dims-1.c | 3 +
gcc/testsuite/c-c++-common/goacc/parallel-dims-2.c | 152 +++++++++++++++++++--
gcc/testsuite/c-c++-common/goacc/routine-1.c | 7 +
.../c-c++-common/goacc/uninit-dim-clause.c | 20 ++-
gcc/testsuite/g++.dg/goacc/template.C | 4 +
gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95 | 6 +-
gcc/testsuite/gfortran.dg/goacc/routine-3.f90 | 6 +
gcc/testsuite/gfortran.dg/goacc/sie.f95 | 86 +++++++++++-
.../gfortran.dg/goacc/uninit-dim-clause.f95 | 18 ++-
libgomp/ChangeLog | 4 +
.../libgomp.oacc-c-c++-common/kernels-loop-2.c | 21 ++-
.../libgomp.oacc-c-c++-common/parallel-dims.c | 35 +++++
.../libgomp.oacc-fortran/kernels-loop-2.f95 | 13 +-
22 files changed, 397 insertions(+), 31 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 07df6a5507c [RuntimeDyld, PowerPC] Fix check for external symbols when [...]
new de817123412 [mips] Change type of MipsSubtarget ctor arguments s/std::s [...]
new a250eeb04b0 [mips] Remove unused class field. 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/Target/Mips/MipsSubtarget.cpp | 7 ++-----
lib/Target/Mips/MipsSubtarget.h | 7 ++-----
2 files changed, 4 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 llvm.
from 0dae0619be0 [JumpThreading] Safely replace uses of condition
new 07df6a5507c [RuntimeDyld, PowerPC] Fix check for external symbols when [...]
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 13 ++++------
test/ExecutionEngine/MCJIT/lit.local.cfg | 3 ++-
test/ExecutionEngine/OrcMCJIT/lit.local.cfg | 3 ++-
test/ExecutionEngine/OrcMCJIT/pr32650.ll | 28 ++++++++++++++++++++++
4 files changed, 37 insertions(+), 10 deletions(-)
create mode 100644 test/ExecutionEngine/OrcMCJIT/pr32650.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 acd183e4041 Move symtab_node::dump_table to symbol_table::dump
new 0e388735090 Introduce symtab_node::dump_{asm_,}name 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:
gcc/ChangeLog | 72 +++++++++++++++++++++++++++++++++++++
gcc/cgraph.c | 75 ++++++++++++++------------------------
gcc/cgraph.h | 11 +++++-
gcc/ipa-cp.c | 51 +++++++++++---------------
gcc/ipa-devirt.c | 15 ++++----
gcc/ipa-icf.c | 31 ++++++----------
gcc/ipa-inline-transform.c | 8 ++---
gcc/ipa-inline.c | 63 ++++++++++++++------------------
gcc/ipa-profile.c | 6 ++--
gcc/ipa-prop.c | 90 +++++++++++++++++++---------------------------
gcc/ipa-pure-const.c | 15 +++-----
gcc/ipa-reference.c | 27 ++++++--------
gcc/ipa-utils.c | 5 ++-
gcc/ipa.c | 20 +++++------
gcc/lto/ChangeLog | 7 ++++
gcc/lto/lto-symtab.c | 7 ++--
gcc/predict.c | 14 ++++----
gcc/symtab.c | 42 ++++++++++++++++------
gcc/tree-sra.c | 7 ++--
gcc/value-prof.c | 19 ++++------
20 files changed, 302 insertions(+), 283 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.