This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 278c3a4 [ELF] - Add support for locals list in version script.
new ed9b8af [ELF] Convert StringTableSection to input section
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/OutputSections.cpp | 76 ++++++++++++++---------------------------------
ELF/OutputSections.h | 27 -----------------
ELF/SyntheticSections.cpp | 37 +++++++++++++++++++++++
ELF/SyntheticSections.h | 33 ++++++++++++++++++++
ELF/Writer.cpp | 36 ++++++++++++----------
5 files changed, 114 insertions(+), 95 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 binutils-gdb.
from 80bb340 lexsup.c (parse_args): Add break at end of default case.
new db58b37 btrace: read entire aux buffer
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:
gdb/ChangeLog | 5 +++++
gdb/nat/linux-btrace.c | 19 +++++++++++++++----
2 files changed, 20 insertions(+), 4 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 ef28024 Add explicit (void) cast to result of unique_ptr::release()
new d6168b6 Remove some false positives when taking the address of packed [...]
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 | 2 +-
lib/Sema/SemaChecking.cpp | 108 +++++++++++++++++++++++++++-----
test/Sema/address-packed.c | 151 ++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 236 insertions(+), 25 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 binutils-gdb.
from 63f2433 Fix typo "Faal through" should be "Fall through".
new 80bb340 lexsup.c (parse_args): Add break at end of default case.
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:
ld/ChangeLog | 4 ++++
ld/lexsup.c | 1 +
2 files changed, 5 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 binutils-gdb.
from 29df152 Automatic date update in version.in
new 63f2433 Fix typo "Faal through" should be "Fall through".
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:
bfd/ChangeLog | 4 ++++
bfd/coffcode.h | 2 +-
2 files changed, 5 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 gcc.
from 9c8aeb6 Implement P0217R3 - C++17 structured bindings
new 3d8c713 Implement P0217R3 - C++17 structured bindings * g++.dg/cpp1 [...]
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/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/g++.dg/cpp1z/decomp1.C | 35 +++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp10.C | 48 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp2.C | 54 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp3.C | 66 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp4.C | 32 ++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp5.C | 40 +++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp6.C | 92 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp7.C | 60 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp8.C | 88 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp9.C | 47 ++++++++++++++++++
11 files changed, 577 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp10.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp7.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp8.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp9.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 llvm.
from 1d94ec7 Demangle: only demangle mangled symbols
new dffdb5c Add explicit (void) cast to unused unique_ptr::release() results
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/llvm/DebugInfo/PDB/IPDBSession.h | 2 +-
lib/Bitcode/Reader/BitReader.cpp | 4 +++-
2 files changed, 4 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 clang.
from ecc2fba [AVX-512] Replace masked dword and qword variable shift built [...]
new ef28024 Add explicit (void) cast to result of unique_ptr::release()
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:
tools/libclang/CIndex.cpp | 2 +-
1 file changed, 1 insertion(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from dd6f7be tcwg-cleanup-stale-containers: Fix more typos
new 4b0dfcb tcwg-cleanup-stale-containers: And another typo
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:
tcwg-cleanup-stale-containers.sh | 2 +-
1 file changed, 1 insertion(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 21def20 tcwg-cleanup-stale-containers: Fix typo
new dd6f7be tcwg-cleanup-stale-containers: Fix more typos
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:
tcwg-cleanup-stale-containers.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.