This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2da1c9f S/390: Add support for z13 instructions lochi and locghi.
new c1e8e16 Fix std::vector's use of temporary objects
new 6aa6fa5 Add tests for inserting aliased objects into std::vector
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:
libstdc++-v3/ChangeLog | 30 +++++
libstdc++-v3/include/bits/stl_vector.h | 62 +++++++--
libstdc++-v3/include/bits/vector.tcc | 65 +++++++---
.../23_containers/vector/allocator/construction.cc | 105 +++++++++++++++
.../vector/check_construct_destroy.cc | 4 +-
.../vector/modifiers/emplace/self_emplace.cc | 144 +++++++++++++++++++++
.../modifiers/insert/self_insert.cc} | 57 +++++---
.../vector/modifiers/insert_vs_emplace.cc | 7 +-
.../backward/hash_set/check_construct_destroy.cc | 23 ++--
9 files changed, 431 insertions(+), 66 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/allocator/construction.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/s [...]
copy libstdc++-v3/testsuite/23_containers/{unordered_set/insert/move_range.cc => v [...]
--
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 bb44634 Automatic date update in version.in
new 1dc8bf1 Allow the flash and ram memory region sizes to be specified i [...]
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 | 7 +++++++
ld/scripttempl/ft32.sc | 11 +++++++----
2 files changed, 14 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 gcc.
from 6125d36 gcc/ * config/i386/i386.c (ix86_expand_vec_perm): Add handle [...]
new f6f39f8 Minor cleanup to allocate_dynamic_stack_space
new 2da1c9f S/390: Add support for z13 instructions lochi and locghi.
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 | 13 +++
gcc/config/s390/predicates.md | 7 ++
gcc/config/s390/s390.md | 24 ++++--
gcc/explow.c | 96 +++++++---------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/s390/loc-1.c | 22 +++++
.../gcc.target/s390/vector/vec-scalar-cmp-1.c | 4 +-
7 files changed, 96 insertions(+), 76 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/loc-1.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 79fc52e [X86][AVX512] Added VPERMPD/VPERMQ intrinsics fast-isel gener [...]
new f371ead [X86][AVX512] Autoupgrade the VPERMPD/VPERMQ intrinsics
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/IR/AutoUpgrade.cpp | 18 ++++++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 40 +++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 40 ---------------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 46 +++++++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 45 ------------------------
5 files changed, 104 insertions(+), 85 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 6df5adf Update documentation.
new 6125d36 gcc/ * config/i386/i386.c (ix86_expand_vec_perm): Add handle [...]
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 | 9 +++
gcc/config/i386/i386.c | 77 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
.../gcc.target/i386/avx512f-vect-perm-1.c | 14 ++++
.../gcc.target/i386/avx512f-vect-perm-2.c | 14 ++++
5 files changed, 119 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vect-perm-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vect-perm-2.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-5-branch
in repository gcc.
from bb70e07 Daily bump.
new 61cd5f0 Backport from mainline 2016-07-04 Ville Voutilainen [...]
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 | 11 +++++++++++
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../experimental/filesystem/operations/create_directories.cc | 3 ++-
3 files changed, 14 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 lldb.
from 8934678 Ignore oatdata and oatexec symbols more widely
new 3594757 Split TestTemplateIntegerArgs test into two
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:
...tTemplateIntegerArgs.py => TestTemplateArgs.py} | 31 ++++++++++++----------
1 file changed, 17 insertions(+), 14 deletions(-)
rename packages/Python/lldbsuite/test/lang/cpp/template/{TestTemplateIntegerArgs.p [...]
--
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 3119812 Remove duplicate declaration.
new 2b57e1a [ELF] - Implemented --fatal-warnings option.
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Error.cpp | 7 ++++++-
ELF/Options.td | 4 +++-
test/ELF/fatal-warnings.s | 16 ++++++++++++++++
5 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/fatal-warnings.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 53af872 [X86][AVX512] Autoupgrade the VPERMILPD/VPERMILPS intrinsics
new 79fc52e [X86][AVX512] Added VPERMPD/VPERMQ intrinsics fast-isel gener [...]
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/avx512-intrinsics-fast-isel.ll | 104 +++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 148 ++++++++++++++++++++++
2 files changed, 252 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 clang.
from a2bfa04 [X86][AVX512] Converted the VPERMILPD/VPERMILPS intrinsics to [...]
new 4fa1f77 [X86][AVX512] Converted the VPERMPD/VPERMQ intrinsics to generic IR
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/Headers/avx512fintrin.h | 68 +++++++++++-------
lib/Headers/avx512vlintrin.h | 54 +++++++-------
test/CodeGen/avx512f-builtins.c | 28 ++++----
test/CodeGen/avx512vl-builtins.c | 149 ++++++++++++++++++++-------------------
4 files changed, 161 insertions(+), 138 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.