This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 85d7bd3 [c++1z] P0091R3: Basic support for deducing class template ar [...]
new 1652e4a Rename IsExplicitSpecialization -> IsMemberSpecialization whe [...]
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/Sema/Sema.h | 4 +--
lib/Sema/SemaDecl.cpp | 62 +++++++++++++++++++++++------------------------
lib/Sema/SemaDeclCXX.cpp | 8 +++---
lib/Sema/SemaTemplate.cpp | 24 +++++++++---------
4 files changed, 48 insertions(+), 50 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 ed38a81 PR ipa/70795 * cgraphunit.c (cgraph_node::add_new_function) [...]
new f31d89f PR c++/79316 - default argument in deduction guide
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/cp/ChangeLog | 18 +++++
gcc/cp/cp-tree.h | 6 +-
gcc/cp/decl.c | 49 +++++++++-----
gcc/cp/error.c | 2 +-
gcc/cp/parser.c | 91 +++++++++++++++-----------
gcc/cp/pt.c | 58 ++++++++++++++--
gcc/cp/tree.c | 2 +
gcc/testsuite/g++.dg/cpp1z/class-deduction27.C | 5 ++
gcc/testsuite/g++.dg/cpp1z/class-deduction28.C | 24 +++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction9.C | 2 +-
10 files changed, 191 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction27.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction28.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 1266b93 Move more csin, csinh tests to auto-libm-test-in.
new 3403a17 x86-64: Verify that _dl_runtime_resolve preserves vector registers
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 | 23 +++++++++++
sysdeps/x86_64/Makefile | 20 +++++++--
sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} | 26 ++++++++----
sysdeps/x86_64/{tst-audit4.c => tst-avx.c} | 6 +--
.../x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} | 35 +++++++++-------
sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} | 6 +--
sysdeps/x86_64/tst-avx512mod.c | 48 ++++++++++++++++++++++
sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} | 24 +++++------
sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} | 29 ++++++++-----
sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} | 26 ++++++------
10 files changed, 175 insertions(+), 68 deletions(-)
copy sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} (62%)
copy sysdeps/x86_64/{tst-audit4.c => tst-avx.c} (92%)
copy sysdeps/x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} (51%)
copy sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} (92%)
create mode 100644 sysdeps/x86_64/tst-avx512mod.c
copy sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} (75%)
copy sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} (55%)
copy sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} (52%)
--
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 4c5e906 test: adjust the test for the BSD format
new c0fb958 GraphTraits: Add range versions of graph traits functions (gr [...]
new 61d13b1 Drop graph_ prefix
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/ADT/GraphTraits.h | 29 +++++++++++++++++++++++
include/llvm/Support/GenericDomTree.h | 8 +++----
include/llvm/Support/GenericDomTreeConstruction.h | 9 ++-----
lib/Analysis/IteratedDominanceFrontier.cpp | 5 +---
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 17 ++++---------
lib/Target/Hexagon/HexagonBitSimplify.cpp | 15 +++++-------
lib/Target/Hexagon/HexagonCommonGEP.cpp | 14 ++++-------
lib/Target/Hexagon/HexagonGenExtract.cpp | 7 ++----
lib/Target/Hexagon/HexagonGenInsert.cpp | 13 ++++------
9 files changed, 57 insertions(+), 60 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 909a321 [dsymutil] Fix handling of empty CUs in LTO links.
new 4c5e906 test: adjust the test for the BSD format
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/Object/archive-extract.test | 11 ++++++++---
1 file changed, 8 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 llvm.
from 162e055 [utils] coverage: Add help text about the --restrict flag (NFC)
new f206bf2 [JumpThreading] Thread through guards
new 909a321 [dsymutil] Fix handling of empty CUs in LTO links.
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/Transforms/Scalar/JumpThreading.h | 5 +
include/llvm/Transforms/Utils/Cloning.h | 10 ++
lib/Transforms/Scalar/JumpThreading.cpp | 167 ++++++++++++++++++++++---
lib/Transforms/Utils/CloneFunction.cpp | 37 ++++++
test/Transforms/JumpThreading/guards.ll | 132 +++++++++++++++++++
test/tools/dsymutil/X86/generate-empty-CU.test | 33 +++++
tools/dsymutil/DwarfLinker.cpp | 34 ++---
unittests/Transforms/Utils/Cloning.cpp | 47 +++++++
8 files changed, 436 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/JumpThreading/guards.ll
create mode 100644 test/tools/dsymutil/X86/generate-empty-CU.test
--
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 06f2b29 Convert to for-range loop. NFCI.
new 3e83030 Object: pad out BSD archive members to 8-bytes
new 162e055 [utils] coverage: Add help text about the --restrict flag (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/Object/ArchiveWriter.cpp | 12 +++++++++++-
test/Object/archive-format.test | 10 ++++++----
utils/prepare-code-coverage-artifact.py | 6 +++++-
3 files changed, 22 insertions(+), 6 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 compiler-rt.
from 865d9b5 [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Functi [...]
new fc4a9bf Remove strict tid checks from the mac implementation of Block [...]
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/sanitizer_common/sanitizer_mac.cc | 8 ++------
lib/sanitizer_common/sanitizer_mutex.h | 8 ++++++++
2 files changed, 10 insertions(+), 6 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 newlib.
from 0eeb4c1 Unify names of all lock objects
new e704ab2 Cygwin: create separate bits/byteswap.h
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:
winsup/cygwin/include/{ => bits}/byteswap.h | 12 ++++--------
winsup/cygwin/include/byteswap.h | 25 +------------------------
winsup/cygwin/include/endian.h | 26 +++++++++++++-------------
3 files changed, 18 insertions(+), 45 deletions(-)
copy winsup/cygwin/include/{ => bits}/byteswap.h (78%)
--
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 5420418 [windows] Fix test for cl driver.
new 85d7bd3 [c++1z] P0091R3: Basic support for deducing class template ar [...]
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/ExprCXX.h | 3 +-
include/clang/AST/Type.h | 5 +-
include/clang/Basic/DiagnosticSemaKinds.td | 23 ++-
include/clang/Sema/Initialization.h | 23 ++-
include/clang/Sema/Sema.h | 10 +-
lib/AST/ExprCXX.cpp | 10 +-
lib/Sema/SemaCast.cpp | 3 +-
lib/Sema/SemaDecl.cpp | 103 +++++-----
lib/Sema/SemaDeclCXX.cpp | 2 +-
lib/Sema/SemaExprCXX.cpp | 92 +++++----
lib/Sema/SemaInit.cpp | 220 ++++++++++++++++++++-
lib/Sema/SemaTemplateDeduction.cpp | 87 ++++----
test/CXX/expr/expr.post/expr.type.conv/p1.cpp | 10 +
.../over.match.class.deduct/p3.cpp | 43 ++++
test/CXX/temp/temp.deduct.guide/p2.cpp | 3 +-
.../cxx1z-class-template-argument-deduction.cpp | 98 ++++-----
.../cxx1z-class-template-argument-deduction.cpp | 84 ++++++++
17 files changed, 630 insertions(+), 189 deletions(-)
create mode 100644 test/CXX/expr/expr.post/expr.type.conv/p1.cpp
create mode 100644 test/CXX/over/over.match/over.match.funcs/over.match.class.dedu [...]
create mode 100644 test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.