This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 81c03b42e77 * cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.
new fb2beaf721f PR c++/90473 - wrong code with nullptr in default argument [...]
new b4f4fd50326 2019-08-13 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 52b51b0c893 * test_summary: Do not escape "=".
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:
contrib/ChangeLog | 4 ++++
contrib/test_summary | 2 +-
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/call.c | 5 ++---
gcc/cp/decl.c | 4 +++-
gcc/fortran/trans-expr.c | 3 ++-
gcc/fortran/trans.c | 13 +++++++++++++
gcc/fortran/trans.h | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/nullptr42.C | 18 ++++++++++++++++++
gcc/testsuite/gfortran.dg/deferred_character_34.f90 | 10 ++++++++++
11 files changed, 66 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr42.C
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_34.f90
--
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 e1c08e781 [libc++] Fix incorrect UNSUPPORTED annotation
new 9feb945a6 [libc++] Always build with -fvisibility=hidden
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/chrono | 1 +
include/filesystem | 1 +
src/CMakeLists.txt | 2 +-
src/valarray.cpp | 4 ++--
4 files changed, 5 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 gcc.
from d1c5d92b484 Add my name to MAINTAINERS.
new 81c03b42e77 * cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.
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 | 4 ++++
gcc/cp/cp-tree.h | 4 ++--
2 files changed, 6 insertions(+), 2 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 515e6932a4d Revert r368691; test checked in without changes by accident
new e7279f838cb [TargetLowering][NFC] prepareUREMEqFold(): fixup comment
new c285223daf7 [CodeGen][SelectionDAG] More efficient code for X % C == 0 [...]
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/CodeGen/TargetLowering.h | 8 +
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 228 +++++-
test/CodeGen/AArch64/srem-seteq-optsize.ll | 19 +-
test/CodeGen/AArch64/srem-seteq-vec-nonsplat.ll | 125 +--
test/CodeGen/AArch64/srem-seteq-vec-splat.ll | 44 +-
test/CodeGen/AArch64/srem-seteq.ll | 182 ++---
test/CodeGen/X86/srem-seteq-optsize.ll | 28 +-
test/CodeGen/X86/srem-seteq-vec-nonsplat.ll | 970 ++++++------------------
test/CodeGen/X86/srem-seteq-vec-splat.ll | 245 ++----
test/CodeGen/X86/srem-seteq.ll | 337 +++-----
test/CodeGen/X86/vselect-avx.ll | 34 +-
11 files changed, 775 insertions(+), 1445 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 5d937f7e53a [llvm-readelf] Implement note parsing for NT_FILE and unkno [...]
new 515e6932a4d Revert r368691; test checked in without changes by accident
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/CodeGen/PowerPC/aix-lr.ll | 32 --------------------------------
1 file changed, 32 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/aix-lr.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 release_90
in repository clang-tools-extra.
from 4c5d5233 Merging r368498: -------------------------------------------- [...]
new 12faae0d Merging r366541: -------------------------------------------- [...]
new 6bebbace Merging r368581: -------------------------------------------- [...]
new 9ad41b82 Merging r367303: -------------------------------------------- [...]
new ac739170 Merging r368549: -------------------------------------------- [...]
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:
clangd/ClangdUnit.cpp | 5 ++--
clangd/Diagnostics.cpp | 50 ++++++++++++++++++-------------
clangd/Diagnostics.h | 2 ++
clangd/FormattedString.cpp | 11 +++++--
clangd/Headers.cpp | 2 +-
clangd/IncludeFixer.cpp | 2 +-
clangd/Quality.cpp | 7 ++---
clangd/SourceCode.cpp | 4 +++
clangd/SourceCode.h | 8 +++++
clangd/XRefs.cpp | 2 +-
clangd/index/SymbolCollector.cpp | 3 +-
clangd/refactor/Rename.cpp | 3 +-
clangd/unittests/DiagnosticsTests.cpp | 23 +++++++++++++-
clangd/unittests/FormattedStringTests.cpp | 38 ++++++++++++++++++++++-
clangd/unittests/SourceCodeTests.cpp | 30 +++++++++++++++++++
clangd/unittests/SymbolCollectorTests.cpp | 3 +-
16 files changed, 151 insertions(+), 42 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 b0196276 [clang-doc] Generate HTML links for children namespaces/records
new 01c6b353 [clang-tidy] Update `TransformerClangTidyCheck` to use new `b [...]
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:
clang-tidy/utils/TransformerClangTidyCheck.cpp | 3 ++-
1 file changed, 2 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 9b66f72f3f3 Fix -Wdocumentation warning (@returns used in void function [...]
new 5d937f7e53a [llvm-readelf] Implement note parsing for NT_FILE and unkno [...]
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/tools/llvm-readobj/note-amd.s | 4 -
test/tools/llvm-readobj/note-core-ntfile-bad.test | 146 +++++++++++++++++++
test/tools/llvm-readobj/note-core-ntfile.test | 95 +++++++++++++
test/tools/llvm-readobj/note-freebsd.s | 29 +++-
test/tools/llvm-readobj/note-unknown.s | 27 ++++
tools/llvm-readobj/ELFDumper.cpp | 164 +++++++++++++++++++---
6 files changed, 441 insertions(+), 24 deletions(-)
create mode 100644 test/tools/llvm-readobj/note-core-ntfile-bad.test
create mode 100644 test/tools/llvm-readobj/note-core-ntfile.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.