This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 428726d851a 2017-06-28 Richard Biener <rguenther(a)suse.de>
new 862628268f6 PR c++/81204 - parse error with dependent template-name
new 6d940e00a83 PR c++/72801 - ICE with variadic partial specialization
new f20a42eaa02 PR c++/61022 - error with variadic template template parm
The 3 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 | 12 ++++++++++++
gcc/cp/parser.c | 21 +++++++++++++++-----
gcc/cp/pt.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C | 22 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.C | 27 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/lookup10.C | 12 ++++++++++++
6 files changed, 93 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.C
create mode 100644 gcc/testsuite/g++.dg/template/lookup10.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 gcc.
from da4289a4bc1 PR c++/69300 - ICE with self-referential noexcept
new 2a7f0d579e1 * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64) [...]
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 | 5 +++
gcc/config/i386/avx512vlintrin.h | 40 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/gcc.target/i386/avx512f-vpermd-2.c | 4 ---
.../gcc.target/i386/avx512f-vpermq-imm-2.c | 4 ---
.../gcc.target/i386/avx512f-vpermq-var-2.c | 4 ---
gcc/testsuite/gcc.target/i386/avx512vl-vpermd-1.c | 2 ++
.../gcc.target/i386/avx512vl-vpermq-imm-1.c | 2 ++
.../gcc.target/i386/avx512vl-vpermq-var-1.c | 2 ++
9 files changed, 63 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 clang-tools-extra.
from c8a78c32 [clangd] Add "Go to Declaration" functionality
new cb0c6c5c [clangd] Cleanup ClangdUnit.cpp, update docs; 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:
clangd/ClangdUnit.cpp | 30 +++++++++++++++---------------
docs/clangd.rst | 4 ++--
test/CMakeLists.txt | 2 +-
3 files changed, 18 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 lnt.
from d4a8d73 runs: Refactor generate_run_report; NFC
new 1c4f184 Don't mix int and str on the x axis
new 807068b Where possible, use plural names in API endpoints
new b3f3ebc Some initial docs for the REST API
new b74dc4b New REST API format
new 649a823 We just never update the version number of LNT - that is silly
The 5 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.txt | 6 ++
docs/api.rst | 40 +++++++++
docs/contents.rst | 2 +
lnt/__init__.py | 2 +-
lnt/server/ui/api.py | 193 ++++++++++++++++++++------------------------
lnt/server/ui/app.py | 32 ++++++++
lnt/server/ui/views.py | 5 +-
tests/server/ui/test_api.py | 138 ++++++++++++++++++++++++-------
8 files changed, 282 insertions(+), 136 deletions(-)
create mode 100644 docs/api.rst
--
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 de55cfe3931 [InstCombine] add tests for icmp with bitreversed ops; NFC
new a143b4a4f33 Fold fneg and fabs like multiplications
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/SelectionDAG/DAGCombiner.cpp | 46 +++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/fold-fmul-to-neg-abs.ll | 37 +++++++++++++++++++++++
2 files changed, 83 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/fold-fmul-to-neg-abs.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 llvm.
from d9e1a181d14 [AArch64] Make assert messages uniform and general [NFC]
new de55cfe3931 [InstCombine] add tests for icmp with bitreversed ops; 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/InstCombine/icmp.ll | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 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 glibc.
from fa562680ce Fix gen-tgmath-tests.py output for GCC 7 <float.h>.
new 1a920d9c26 posix: Adapt tst-spawn{2,3} to use libsupport.
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 ++++
posix/tst-spawn2.c | 26 +++++++++-------
posix/tst-spawn3.c | 88 ++++++++++++++++--------------------------------------
3 files changed, 46 insertions(+), 73 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 faa0428f84f PR c++/55639 - partial specialization with ::template
new 34e400324df PR c++/72801 - ICE with variadic partial specialization
new 51629b8516e PR c++/61022 - error with variadic template template parm
new da4289a4bc1 PR c++/69300 - ICE with self-referential noexcept
The 3 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 | 9 +++++++++
gcc/cp/pt.c | 20 ++++++++++++++++++-
gcc/testsuite/g++.dg/cpp0x/noexcept30.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C | 22 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.C | 27 ++++++++++++++++++++++++++
5 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept30.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-partial1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp8.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 lld.
from 7b0c8f552 Define Symbol::copyBody function.
new 5aebefafc Move copy function from Symbol to SymbolBody.
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:
ELF/SymbolTable.cpp | 2 +-
ELF/Symbols.cpp | 29 +++++++++++++++--------------
ELF/Symbols.h | 4 +---
3 files changed, 17 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 glibc.
from 614d15f932 Support _Float128 in tgmath.h.
new fa562680ce Fix gen-tgmath-tests.py output for GCC 7 <float.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:
ChangeLog | 3 +++
math/gen-tgmath-tests.py | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.