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 414ad1eb [change-namespace] Don't match a function call/ref multiple times.
new 73d0e618 Move DraftMgr from ClangdServer to ClangdLSPServer
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:
clangd/ClangdLSPServer.cpp | 42 ++++++++++++++++++++++++++++-----------
clangd/ClangdLSPServer.h | 10 ++++++++++
clangd/ClangdServer.cpp | 43 +++++-----------------------------------
clangd/ClangdServer.h | 30 ++++++++--------------------
clangd/DraftStore.cpp | 31 ++++++++---------------------
clangd/DraftStore.h | 40 ++++++++++---------------------------
unittests/clangd/ClangdTests.cpp | 5 ++++-
7 files changed, 75 insertions(+), 126 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 700593fdd7 Remove all target specific __ieee754_sqrt(f/l) inlines
new 22679b2c33 Revert m68k __ieee754_sqrt change
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 +++++
sysdeps/m68k/m680x0/fpu/mathimpl.h | 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 binutils-2_30-branch
in repository binutils-gdb.
from 2412fb4306 Automatic date update in version.in
new 54ef1671ba [ARM] Fix bxns mask
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:
opcodes/ChangeLog | 7 +++++++
opcodes/arm-dis.c | 2 +-
2 files changed, 8 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 9d52551911e [X86][Btver2] Add correct mul/imul schedule costs
new 91d396d6ecf [ARM] Convert more invalid NEON immediate loads
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/ARM/ARMInstrNEON.td | 131 ++++++++++++++-------------
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 145 +++++++++++++++++++++---------
test/MC/ARM/vmov-vmvn-byte-replicate.s | 31 -------
test/MC/ARM/vmov-vmvn-replicate.s | 102 +++++++++++++++++++++
4 files changed, 272 insertions(+), 137 deletions(-)
delete mode 100644 test/MC/ARM/vmov-vmvn-byte-replicate.s
create mode 100644 test/MC/ARM/vmov-vmvn-replicate.s
--
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 d957afd022c [X86][Btver2] Add correct lzcnt/tzcnt/popcnt schedule costs
new 9d52551911e [X86][Btver2] Add correct mul/imul schedule costs
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/X86/X86ScheduleBtVer2.td | 15 ++++++++++++++-
test/CodeGen/X86/schedule-x86_64.ll | 8 ++++----
2 files changed, 18 insertions(+), 5 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 68e1ba46fe Implement C++ DR727, which permits explicit specializations [...]
new dfbe035574 [clang-format] Fix raw string prefix penalty
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/Format/ContinuationIndenter.cpp | 8 +++++++-
unittests/Format/FormatTestRawStrings.cpp | 28 ++++++++++++++++++++++++++++
2 files changed, 35 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 c96f2d40f91 [ARM] Fix a check in vmov/vmvn immediate parsing
new d957afd022c [X86][Btver2] Add correct lzcnt/tzcnt/popcnt schedule costs
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/X86/X86ScheduleBtVer2.td | 23 +++++++++++++++++++++++
test/CodeGen/X86/bmi-schedule.ll | 12 ++++++------
test/CodeGen/X86/lzcnt-schedule.ll | 12 ++++++------
test/CodeGen/X86/popcnt-schedule.ll | 12 ++++++------
4 files changed, 41 insertions(+), 18 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 290cc27fe2 Fix compilation warning introduced in r327654
new 68e1ba46fe Implement C++ DR727, which permits explicit specializations [...]
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/DiagnosticSemaKinds.td | 35 +-----
include/clang/Sema/Sema.h | 4 +-
lib/AST/ASTDumper.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 44 ++++----
lib/Sema/SemaDeclCXX.cpp | 4 +-
lib/Sema/SemaTemplate.cpp | 121 ++++-----------------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 +
test/CXX/drs/dr0xx.cpp | 4 +-
test/CXX/drs/dr3xx.cpp | 7 +-
test/CXX/drs/dr7xx.cpp | 49 ++++++++-
test/CXX/temp/temp.deduct.guide/p1.cpp | 2 +-
.../temp.spec/cxx1y-variable-template-no-body.cpp | 8 +-
test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp | 31 +++---
test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp | 48 +-------
test/CXX/temp/temp.spec/temp.expl.spec/p3.cpp | 8 --
test/Misc/ast-dump-decl.cpp | 4 +-
test/SemaCXX/MicrosoftExtensions.cpp | 1 -
test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 8 +-
.../SemaCXX/cxx1y-variable-templates_top_level.cpp | 5 +-
test/SemaCXX/cxx98-compat.cpp | 4 +-
test/SemaTemplate/class-template-spec.cpp | 10 +-
test/SemaTemplate/ext_ms_template_spec.cpp | 8 +-
.../function-template-specialization.cpp | 2 +-
test/SemaTemplate/instantiate-method.cpp | 2 +-
.../ms-function-specialization-class-scope.cpp | 24 ++--
test/SemaTemplate/temp_class_spec_neg.cpp | 6 -
www/cxx_dr_status.html | 6 +-
27 files changed, 157 insertions(+), 293 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 a7fd2c3c2ac [AArch64] Implement getArithmeticReductionCost
new c96f2d40f91 [ARM] Fix a check in vmov/vmvn immediate parsing
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/ARM/AsmParser/ARMAsmParser.cpp | 33 ++++++++++++-------------------
test/MC/ARM/vmov-vmvn-illegal-cases.s | 10 ++++++++++
2 files changed, 23 insertions(+), 20 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 b4e852c04b5 2018-03-16 Richard Biener <rguenther(a)suse.de>
new 91735070a17 PR c++/83911 - ICE with multiversioned constructor.
new 7604a798428 PR c++/79937 PR c++/82410 * tree.h (TARGET_EXPR_NO_ELIDE [...]
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/cp/ChangeLog | 29 ++++++++++++++++++
gcc/cp/call.c | 19 ------------
gcc/cp/cp-gimplify.c | 36 +++++++++++++++++++++-
gcc/cp/cp-tree.h | 8 +++++
gcc/cp/tree.c | 55 +++++++++++++++++++++++++++++++---
gcc/cp/typeck2.c | 12 +++++---
gcc/gimplify.c | 2 ++
gcc/testsuite/ChangeLog | 10 +++++++
gcc/testsuite/g++.dg/cpp1y/pr79937-1.C | 23 ++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr79937-2.C | 24 +++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr79937-3.C | 24 +++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr79937-4.C | 32 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr82410.C | 16 ++++++++++
gcc/testsuite/g++.dg/ext/mv27.C | 18 +++++++++++
gcc/tree.h | 3 ++
16 files changed, 291 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr79937-4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr82410.C
create mode 100644 gcc/testsuite/g++.dg/ext/mv27.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.