This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b2f23ebde ObjectFileELF: Fix symbol lookup in bss section
new 2563cad05 Android.rules: set "ar" path correctly
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:
packages/Python/lldbsuite/test/make/Android.rules | 1 +
1 file changed, 1 insertion(+)
--
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 3e3d1afc79c [PR 78687] Set SRA grp_write lazily
new f5bc3b48082 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd) (_m [...]
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 | 25 +++
gcc/config/i386/avx512fintrin.h | 209 +++++++++++++++++++++++
gcc/config/i386/i386-builtin-types.def | 2 +
gcc/config/i386/i386-builtin.def | 4 +
gcc/config/i386/i386.c | 2 +
gcc/config/i386/sse.md | 4 +-
gcc/testsuite/ChangeLog | 30 ++++
gcc/testsuite/gcc.target/i386/avx-1.c | 4 +
gcc/testsuite/gcc.target/i386/avx512f-vaddsd-1.c | 11 +-
gcc/testsuite/gcc.target/i386/avx512f-vaddsd-2.c | 70 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-vaddss-1.c | 11 +-
gcc/testsuite/gcc.target/i386/avx512f-vaddss-2.c | 70 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-vsubsd-1.c | 11 +-
gcc/testsuite/gcc.target/i386/avx512f-vsubsd-2.c | 70 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-vsubss-1.c | 11 +-
gcc/testsuite/gcc.target/i386/avx512f-vsubss-2.c | 70 ++++++++
gcc/testsuite/gcc.target/i386/sse-13.c | 4 +
gcc/testsuite/gcc.target/i386/sse-14.c | 8 +
gcc/testsuite/gcc.target/i386/sse-23.c | 4 +
gcc/testsuite/gcc.target/i386/testround-1.c | 16 ++
20 files changed, 630 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vaddsd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vaddss-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsubsd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vsubss-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 master
in repository gcc.
from 56580d6b97f 2017-05-02 Richard Biener <rguenther(a)suse.de>
new 3e3d1afc79c [PR 78687] Set SRA grp_write lazily
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 | 17 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/tree-ssa/pr78687.C | 483 ++++++++++++++++++++++++++++++++
gcc/tree-sra.c | 91 +++++-
4 files changed, 583 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr78687.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 lldb.
from 80b6a5e14 Change UniqueCStringMap to use ConstString as the key
new b2f23ebde ObjectFileELF: Fix symbol lookup in bss 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:
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 2 +-
unittests/ObjectFile/ELF/CMakeLists.txt | 10 ++
.../ELF/Inputs/sections-resolve-consistently.yaml | 50 ++++++++++
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 105 +++++++++++++++++++++
4 files changed, 166 insertions(+), 1 deletion(-)
create mode 100644 unittests/ObjectFile/ELF/Inputs/sections-resolve-consistently.yaml
create mode 100644 unittests/ObjectFile/ELF/TestObjectFileELF.cpp
--
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 14c91c7c5b [analyzer] Detect bad free of function pointers
new c665a65767 Revert r301735 (and subsequent r301786).
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/Sema/SemaExprCXX.cpp | 50 +--
test/SemaCXX/cxx1z-lambda-star-this.cpp | 524 ++++++++++++++------------------
2 files changed, 244 insertions(+), 330 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 745481bbb22 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<m [...]
new 62f969439b4 * gennews (files): Add files for GCC 7.
new 56580d6b97f 2017-05-02 Richard Biener <rguenther(a)suse.de>
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:
contrib/ChangeLog | 4 +++
contrib/gennews | 3 +-
gcc/ChangeLog | 16 +++++++++++
gcc/ada/ChangeLog | 5 ++++
gcc/ada/gcc-interface/misc.c | 4 ---
gcc/common.opt | 4 +--
gcc/doc/invoke.texi | 45 ++++--------------------------
gcc/ipa-inline.c | 9 +-----
gcc/lto-opts.c | 4 ---
gcc/lto-wrapper.c | 2 --
gcc/opts.c | 6 +---
gcc/simplify-rtx.c | 4 +--
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/c-c++-common/Wlogical-op-1.c | 4 ++-
gcc/testsuite/gcc.target/i386/pr46253.c | 2 +-
gcc/tree.h | 4 +--
16 files changed, 50 insertions(+), 72 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 145dc875671 [X86] Tidyup subvector insert/extract helpers. NFCI.
new 62aad95bf36 [X86][SSE] Add test for PR30264 (combining multiple constan [...]
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/vector-shuffle-combining.ll | 34 ++++++++++++++++++++++++++++
1 file changed, 34 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-tools-extra.
from 64c43861 Reorder release notes, fix missing link and a grammar issue.
new e54a30e7 [clang-move] Find template class forward declarations more pr [...]
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-move/ClangMove.cpp | 14 ++++++++------
unittests/clang-move/ClangMoveTests.cpp | 21 ++++++++++++++++-----
2 files changed, 24 insertions(+), 11 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 bdca03c07c3 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
new 745481bbb22 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<m [...]
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 | 15 +++
gcc/config/alpha/alpha.md | 250 +++++++++++++++++-----------------------------
2 files changed, 108 insertions(+), 157 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.