This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 239a4be [RTL ifcvt] PR rtl-optimization/66940: Avoid signed overflow [...]
new 76f6578 Fix configure test for sendfile()
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/acinclude.m4 | 4 ++--
libstdc++-v3/config.h.in | 2 +-
libstdc++-v3/configure | 4 ++--
4 files changed, 9 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 gcc.
from bf6382b AVX-512F: Add vectorizer support builtins
new 239a4be [RTL ifcvt] PR rtl-optimization/66940: Avoid signed overflow [...]
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 | 7 +++++++
gcc/ifcvt.c | 12 ++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/pr66940.c | 20 ++++++++++++++++++++
4 files changed, 40 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr66940.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 gcc-6-branch
in repository gcc.
from 8ebc007 Test begin and end functions for directory iterators
new 4a585b3 PR c++/71147 - [6 Regression] Flexible array member wrongly r [...]
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/cp/ChangeLog | 10 ++++++++++
gcc/cp/decl.c | 8 ++------
gcc/cp/pt.c | 17 ++++++-----------
gcc/cp/typeck.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ext/flexary16.C | 37 ++++++++++++++++++++++++++++++++++++
gcc/tree.h | 11 +++++++++++
8 files changed, 77 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary16.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 lnt.
from 1bb3e5f Some other things to ignore
new 95a98fb [profile] Show basic block weights correctly for event types [...]
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:
lnt/server/ui/static/lnt_profile.js | 11 ++++++-----
1 file changed, 6 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 binutils-gdb.
from 7bd787e fix spelling of HAVE_LIBPYTHON2_4 in py-value.c
new b95a0a3 Skip an archive element if not added by linker
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 | 15 +++++++
bfd/cofflink.c | 3 +-
bfd/ecoff.c | 4 +-
bfd/elf64-ia64-vms.c | 2 +-
bfd/elflink.c | 2 +-
bfd/pdp11.c | 2 +-
bfd/vms-alpha.c | 2 +-
bfd/xcofflink.c | 4 +-
ld/ChangeLog | 13 ++++++
ld/ldmain.c | 12 +++++-
ld/plugin.c | 2 -
ld/testsuite/ld-plugin/lto.exp | 85 +++++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-plugin/pr20103a.c | 8 ++++
ld/testsuite/ld-plugin/pr20103b.c | 3 ++
ld/testsuite/ld-plugin/pr20103c.c | 6 +++
15 files changed, 151 insertions(+), 12 deletions(-)
create mode 100644 ld/testsuite/ld-plugin/pr20103a.c
create mode 100644 ld/testsuite/ld-plugin/pr20103b.c
create mode 100644 ld/testsuite/ld-plugin/pr20103c.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 gcc-6-branch
in repository gcc.
from 122c009 * ru.po: Update.
new 24d8cae Add noexcept to Filesystem TS operators
new 2ba0672 libstdc++/70609 fix filesystem::copy()
new a51c127 libstdc++/71004 fix recursive_directory_iterator default constructor
new 6af53b0 libstdc++/71005 fix post-increment for filesystem iterators
new 8208eb1 libstdc++/71037 Add base path to filesystem::canonical exceptions
new ae13484 libstdc++/71036 Handle EEXIST in filesystem::create_directory
new b8e67a2 Optimize __directory_iterator_proxy for the common case
new 62ab02f libstdc++/71038 fix error checks in filesystem::copy_file
new 8ebc007 Test begin and end functions for directory iterators
The 9 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:
libstdc++-v3/ChangeLog | 84 +++++++++++++++
libstdc++-v3/include/experimental/bits/fs_dir.h | 59 +++++++---
libstdc++-v3/include/experimental/bits/fs_fwd.h | 42 ++++----
libstdc++-v3/src/filesystem/ops.cc | 88 ++++++++++-----
.../filesystem/iterators/directory_iterator.cc | 71 ++++++++++++
.../iterators/recursive_directory_iterator.cc | 75 +++++++++++++
.../filesystem/operations/canonical.cc | 20 ++++
.../experimental/filesystem/operations/copy.cc | 120 ++++++++++++++++++---
.../{create_directories.cc => copy_file.cc} | 71 ++++++------
.../{canonical.cc => create_directory.cc} | 39 ++++---
10 files changed, 539 insertions(+), 130 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directories [...]
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{canonical.cc => cr [...]
--
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 gcc-5-branch
in repository gcc.
from 3cdf4b0 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define. [...]
new de6ef32 Add noexcept to Filesystem TS operators
new 101783f libstdc++/70609 fix filesystem::copy()
new 70cde80 libstdc++/71004 fix recursive_directory_iterator default constructor
new c40ccd0 libstdc++/71005 fix post-increment for filesystem iterators
new 38a4c1f libstdc++/71037 Add base path to filesystem::canonical exceptions
new 6d666c5 libstdc++/71036 Handle EEXIST in filesystem::create_directory
new 7054255 Optimize __directory_iterator_proxy for the common case
new 0a712b3 libstdc++/71038 fix error checks in filesystem::copy_file
new e6c252f Test begin and end functions for directory iterators
The 9 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:
libstdc++-v3/ChangeLog | 100 +++++++++++++++++
libstdc++-v3/include/experimental/fs_dir.h | 59 +++++++---
libstdc++-v3/include/experimental/fs_fwd.h | 42 ++++----
libstdc++-v3/src/filesystem/ops.cc | 88 ++++++++++-----
.../filesystem/iterators/directory_iterator.cc | 71 ++++++++++++
.../iterators/recursive_directory_iterator.cc | 75 +++++++++++++
.../filesystem/operations/canonical.cc | 20 ++++
.../experimental/filesystem/operations/copy.cc | 120 ++++++++++++++++++---
.../{create_directories.cc => copy_file.cc} | 71 ++++++------
.../{canonical.cc => create_directory.cc} | 39 ++++---
10 files changed, 555 insertions(+), 130 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directories [...]
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{canonical.cc => cr [...]
--
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 32d095c [ThinLTO] Refactor ODR resolution and internalization (NFC)
new b05388f [X86][AVX] Sync with clang/test/CodeGen/avx2-builtins.c
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/X86/avx2-intrinsics-fast-isel.ll | 1893 ++++++++++++++++++++++---
1 file changed, 1727 insertions(+), 166 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 lld.
from 60dea62 ELF: improve CIE no-augmentation test
new 351abca Do not ignore --no_ctors_in_init_array flag.
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/Options.td | 1 -
1 file changed, 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 lld.
from c0c60e9 ELF: Handle empty CIE augmentation string
new 60dea62 ELF: improve CIE no-augmentation test
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/ELF/{no-augmentation.test => no-augmentation.s} | 7 +++++++
1 file changed, 7 insertions(+)
rename test/ELF/{no-augmentation.test => no-augmentation.s} (50%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.