This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b11bc8f libiberty: Add -Wshadow=local to warning flags (if supported).
new ae06106 [gcc] 2016-11-14 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 11 ++++++-
gcc/config/rs6000/rs6000.c | 31 +++++++++++++++---
gcc/config/rs6000/vsx.md | 31 ++++++++++++++++--
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.target/powerpc/vec-set-char.c | 40 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-set-int.c | 40 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-set-short.c | 40 ++++++++++++++++++++++++
7 files changed, 190 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-set-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-set-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-set-short.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 lld.
from 419449c [ELF] Clarify why `lld -flavor gnu` is used.
new f3eb07e Attempt to fix freaky bot.
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/COFF/pdb.test | 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.
unknown user pushed a change to branch master
in repository llvm.
from 52fb4f3 [ThinLTO] Only promote exported locals as marked in index
new 0763004 [AArch64] Factor out transform code from split16BStore. NFC.
new 9640691 [AArch64] Split 0 vector stores into scalar store pairs.
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:
lib/Target/AArch64/AArch64ISelLowering.cpp | 126 ++++++++++++++++++-----
test/CodeGen/AArch64/arm64-misched-basic-A53.ll | 12 +--
test/CodeGen/AArch64/ldst-opt.ll | 131 ++++++++++++++++++++++++
test/CodeGen/AArch64/ldst-paired-aliasing.ll | 4 +-
4 files changed, 237 insertions(+), 36 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 libcxx.
from 5ec20df Implement P0510 'Make future_error Constructible' adopted in [...]
new 7817e14 Make one of the new tests fail correctly on pre-C++17 systems
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:
.../specialized.addressof/addressof.temp.fail.cpp | 6 ++++++
1 file changed, 6 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 3fe321b [clang-move] Fix an incorrect range for the functions whose r [...]
new 69a969d [change-namespace] consider typedef/using alias decls in the [...]
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:
change-namespace/ChangeNamespace.cpp | 21 +++++-
.../change-namespace/ChangeNamespaceTests.cpp | 76 ++++++++++++++++++++--
2 files changed, 90 insertions(+), 7 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 a49621c * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_b [...]
new b11bc8f libiberty: Add -Wshadow=local to warning flags (if supported).
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:
libiberty/ChangeLog | 5 +++++
libiberty/configure | 3 ++-
libiberty/configure.ac | 3 ++-
3 files changed, 9 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.
Gerrit pushed a change to branch master
in repository toolchain/abe-tests.
from 083b128 Avoid warning on missing filespec field.
new 2d14e0c Clone abe under checkout-test directory.
new 63478eb Merge "Clone abe under checkout-test directory."
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-checkout.sh | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 13f6ead Add manifest validation to checkout tests.
new 083b128 Avoid warning on missing filespec field.
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:
validate-manifest.pl | 3 ++-
1 file changed, 2 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 1505b20 Revert: r286868 - Test commit
new 43aeb78 [libFuzzer] replace 'auto' with 'auto *' to better follow the [...]
new 52fb4f3 [ThinLTO] Only promote exported locals as marked in index
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:
lib/Fuzzer/FuzzerDriver.cpp | 6 ++---
lib/LTO/ThinLTOCodeGenerator.cpp | 15 ++++++++++++
lib/Transforms/IPO/FunctionImport.cpp | 11 +++++++++
lib/Transforms/Utils/FunctionImportUtils.cpp | 34 +++++++++++++++-------------
test/ThinLTO/X86/alias_import.ll | 24 ++++++++++----------
tools/llvm-link/llvm-link.cpp | 10 ++++++++
6 files changed, 69 insertions(+), 31 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 ab5d486 Test commit
new 1505b20 Revert: r286868 - Test commit
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/Target/Mips/MSA.txt | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.