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 1f960ce Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute_ [...]
new 3af09e8 Support -pie for aarch64*-elf targets.
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/emulparams/aarch64elf.sh | 2 ++
ld/emulparams/aarch64elf32.sh | 2 ++
3 files changed, 10 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 binutils-2_27-branch
in repository binutils-gdb.
from 5bf729d Expect the 'objcopy without global symbols' test to fail for [...]
new 8d1a739 Support -pie for aarch64*-elf targets.
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/emulparams/aarch64elf.sh | 2 ++
ld/emulparams/aarch64elf32.sh | 2 ++
3 files changed, 10 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 5d55323 [X86][AVX] Fixed typo in test names
new 259dd35 [X86][AVX512] Added AVX512 subvector broadcast tests
new d9f3c5e add tests related to PR28466
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:
test/CodeGen/X86/avx512-vbroadcasti128.ll | 326 ++++++++++++++++++++++++++++++
test/CodeGen/X86/avx512-vbroadcasti256.ll | 138 +++++++++++++
test/Transforms/InstSimplify/select.ll | 61 +++++-
3 files changed, 524 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/avx512-vbroadcasti128.ll
create mode 100644 test/CodeGen/X86/avx512-vbroadcasti256.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 master
in repository clang-tools-extra.
from faf268a clangRename: Update libdeps to add clangASTMatchers.
new 6d09a41 cppcoreguidelines-pro-bounds-constant-array-index: ignore imp [...]
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:
.../cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp | 5 ++++-
.../cppcoreguidelines-pro-bounds-constant-array-index.cpp | 11 +++++++++++
2 files changed, 15 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 gcc-5-branch
in repository gcc.
from b7caac0 Fix compiling large files
new 05520af libstdc++/71320 Add or remove file permissions 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:
libstdc++-v3/ChangeLog | 11 ++++++
libstdc++-v3/src/filesystem/ops.cc | 22 +++++++++++
.../{create_directory.cc => permissions.cc} | 46 ++++++++--------------
3 files changed, 50 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.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 65165b2 [InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))
new 779845c add missing test for simplifySelectBitTest()
new 33f9159 [DSE] Add additional debug output. NFC.
new 5d55323 [X86][AVX] Fixed typo in test names
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:
lib/Transforms/Scalar/DeadStoreElimination.cpp | 3 +++
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +++---
test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +++---
test/Transforms/InstSimplify/select.ll | 14 ++++++++++++++
4 files changed, 23 insertions(+), 6 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 a6ebf61 MIPS: Convert cross-mode BAL to JALX
new 1f960ce Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute_ [...]
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/testsuite/ChangeLog | 10 ++++++++++
gdb/testsuite/gdb.opt/inline-break.exp | 2 +-
gdb/testsuite/gdb.opt/inline-bt.exp | 2 +-
gdb/testsuite/gdb.opt/inline-cmds.exp | 2 +-
gdb/testsuite/gdb.opt/inline-locals.exp | 2 +-
gdb/testsuite/gdb.opt/inline-markers.c | 8 +++++++-
6 files changed, 21 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 llvm.
from 1ce58d7 AMDGPU: Only use legal inline immediates with kill pseudo
new 65165b2 [InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 10 ++++--
test/Transforms/InstCombine/zext.ll | 38 ++++++++++++++++++++++
2 files changed, 46 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 gcc-6-branch
in repository gcc.
from d54041c Backported from mainline 2016-07-18 Jakub Jelinek <jakub@ [...]
new e424f6c libstdc++/71320 Add or remove file permissions 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:
libstdc++-v3/ChangeLog | 11 ++++++
libstdc++-v3/src/filesystem/ops.cc | 22 +++++++++++
.../{create_directory.cc => permissions.cc} | 46 ++++++++--------------
3 files changed, 50 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.c [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.