This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9015ee5fc73 [AMDGPU] Add A5 to data layout for amdgiz environment
new 3a60ccfe457 [InstCombine] Use ConstantExpr::getBinOpIdentity to impleme [...]
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/InstCombine/InstructionCombining.cpp | 9 ++-------
1 file changed, 2 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 385894b5b5e Revert 299953 : test failure needs to be fixed
new 9015ee5fc73 [AMDGPU] Add A5 to data layout for amdgiz environment
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/AMDGPUTargetMachine.cpp | 2 +-
test/CodeGen/AMDGPU/env-amdgiz.ll | 2 +-
test/CodeGen/AMDGPU/env-amdgizcl.ll | 2 +-
3 files changed, 3 insertions(+), 3 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 506a43a28e [ASTPrinter] Print nested name specifiers for out-of-line functions
new 44e7dd4bbb [OpenCL] Map default address space to alloca address space
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 | 12 ++---
include/clang/AST/Type.h | 14 ++++++
include/clang/Basic/AddressSpaces.h | 24 ++++++---
lib/AST/ASTContext.cpp | 16 +++++-
lib/AST/ExprClassification.cpp | 3 +-
lib/AST/TypePrinter.cpp | 10 +++-
lib/Basic/Targets.cpp | 8 ++-
lib/Sema/SemaExprCXX.cpp | 10 ++--
lib/Sema/SemaOverload.cpp | 3 +-
lib/Sema/SemaType.cpp | 6 +--
test/CodeGen/address-space.c | 13 +++--
test/CodeGen/default-address-space.c | 58 ++++++++++++++++++++++
test/CodeGenOpenCL/address-spaces.cl | 31 ++++++++----
test/CodeGenOpenCL/amdgpu-env-amdgiz.cl | 2 +-
test/CodeGenOpenCL/vla.cl | 12 +++--
test/Sema/address_spaces.c | 2 +-
.../invalid-assignment-constant-address-space.cl} | 3 +-
17 files changed, 178 insertions(+), 49 deletions(-)
create mode 100644 test/CodeGen/default-address-space.c
rename test/{Sema/invalid-assignment-constant-address-space.c => SemaOpenCL/invali [...]
--
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 e51b4c73b2c PR libgomp/80394 * omp-low.c (scan_omp_task): Don't optim [...]
new 4d8ee53b803 PR rtl-optimization/80385 * simplify-rtx.c (simplify_unar [...]
new d7a357e00fc PR middle-end/80100 * simplify-rtx.c (simplify_binary_ope [...]
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 | 8 ++++++++
gcc/simplify-rtx.c | 10 ++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/opt/pr80385.C | 14 ++++++++++++++
gcc/testsuite/gcc.dg/pr80100.c | 9 +++++++++
5 files changed, 45 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr80385.C
create mode 100644 gcc/testsuite/gcc.dg/pr80100.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 libcxx.
from fe1d923f [libc++] Fix unknown pragma warning on MSVC
new 01208afb Implement LWG#2873: 'Add noexcept to several shared_ptr relat [...]
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/memory | 63 +++++++++++++---------
.../owner_before_shared_ptr.pass.cpp | 4 +-
.../owner_before_weak_ptr.pass.cpp | 4 +-
.../util.smartptr.ownerless/owner_less.pass.cpp | 32 +++++++----
.../owner_before_shared_ptr.pass.cpp | 5 +-
.../owner_before_weak_ptr.pass.cpp | 5 +-
www/cxx1z_status.html | 4 +-
7 files changed, 76 insertions(+), 41 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 236594e6722 Add function part to a same comdat group (PR ipa/80212).
new e51b4c73b2c PR libgomp/80394 * omp-low.c (scan_omp_task): Don't optim [...]
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/omp-low.c | 6 ++++--
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.c/pr80394.c | 22 ++++++++++++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/pr80394.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 glibc.
from a42478b7bf manual: readdir, readdir64 are thread-safe
new d031600dd2 Support auxilliary vector components for cache geometries.
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 | 7 +++++++
elf/elf.h | 12 ++++++++++++
2 files changed, 19 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.
from 9f266a5e16 Revert temporarily D29877 "Warn about unused static file sco [...]
new 506a43a28e [ASTPrinter] Print nested name specifiers for out-of-line 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:
lib/AST/DeclPrinter.cpp | 9 +++++-
lib/AST/DeclarationName.cpp | 4 ++-
test/Index/comment-cplus-decls.cpp | 8 ++---
test/Index/overriding-method-comments.mm | 2 +-
test/Misc/ast-print-out-of-line-func.cpp | 54 ++++++++++++++++++++++++++++++++
5 files changed, 70 insertions(+), 7 deletions(-)
create mode 100644 test/Misc/ast-print-out-of-line-func.cpp
--
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 f7d50174 [clangd] Implement item kind for completion results
new 8c4f5bbe Add the definition of P in the clang tidy example
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:
docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst | 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 gcc.
from 49ee7535591 [arm] PR 80389 - if architecture and cpu mismatch, don't pr [...]
new 3cc7b21c3aa 2017-04-11 Damian Rouson <damian(a)sourceryinstitute.org>
new 3319bb15c4f PR middle-end/80364 - sanitizer detects signed integer over [...]
new 26c5394bd9c Do not create a constprop clone for calls_comdat_local node [...]
new 236594e6722 Add function part to a same comdat group (PR ipa/80212).
The 4 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:
contrib/ChangeLog | 5 +
contrib/download_prerequisites | 63 ++++-
gcc/ChangeLog | 24 ++
gcc/cgraph.c | 2 +
gcc/gimple-ssa-sprintf.c | 71 +++---
gcc/ipa-cp.c | 6 +
gcc/ipa-split.c | 9 +
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/g++.dg/ipa/pr80212.C | 18 ++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-16.c | 255 +++++++++++++++++++++
10 files changed, 429 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr80212.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-16.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.