This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae9a1a8ee73 [SLPVectorizer] Relax alternate opcodes to accept any Binar [...]
new fe16001dba2 [DWARFv5] Allow ".loc 0" to refer to the root file.
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:
include/llvm/MC/MCDwarf.h | 3 +++
lib/MC/MCContext.cpp | 8 +++++---
lib/MC/MCParser/AsmParser.cpp | 2 +-
test/MC/ELF/dwarf-loc0.s | 26 ++++++++++++++++++++++++++
4 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 test/MC/ELF/dwarf-loc0.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 gcc-8-branch
in repository gcc.
from 1e656cd6e64 Don't preprocess .S files with -P on Solaris/x86 (PR target/85994)
new f7458c2fbf3 [gcc] 2018-06-22 Michael Meissner <meissner(a)linux.ibm.com>
new 76fa62b3160 [gcc] 2018-06-22 Michael Meissner <meissner(a)linux.ibm.com>
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 | 76 ++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 14 +++
gcc/config/rs6000/rs6000-c.c | 2 -
gcc/config/rs6000/rs6000.c | 172 +++++++++++++++++++--------
gcc/config/rs6000/rs6000.md | 32 +++++
gcc/doc/extend.texi | 25 ++++
gcc/testsuite/ChangeLog | 23 ++++
gcc/testsuite/g++.dg/pr85657.C | 24 ++++
gcc/testsuite/gcc.target/powerpc/pr85657-1.c | 74 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr85657-2.c | 74 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr85657-3.c | 82 +++++++++++++
gcc/testsuite/gcc.target/powerpc/pr85657-4.c | 18 +++
gcc/testsuite/gcc.target/powerpc/pr85657-5.c | 25 ++++
gcc/testsuite/gcc.target/powerpc/pr85657-6.c | 18 +++
14 files changed, 606 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85657.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85657-6.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 1c5cdb19a65 [SLPVectorizer][X86] Add alternate opcode tests for simple [...]
new ae9a1a8ee73 [SLPVectorizer] Relax alternate opcodes to accept any Binar [...]
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/Vectorize/SLPVectorizer.cpp | 38 +++++++---------------
test/Transforms/SLPVectorizer/AArch64/transpose.ll | 34 +++++++++----------
2 files changed, 26 insertions(+), 46 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 bcfb546743a [InstCombine] add shuffle+binops test from PR37806; NFC
new 1c5cdb19a65 [SLPVectorizer][X86] Add alternate opcode tests for simple [...]
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/Transforms/SLPVectorizer/X86/alternate-fp.ll | 220 ++++++++
test/Transforms/SLPVectorizer/X86/alternate-int.ll | 620 +++++++++++++++++++++
2 files changed, 840 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/alternate-fp.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/alternate-int.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 llvm.
from a054f92cdc4 [InstCombine] add tests for shuffle-with-different-binops; NFC
new bcfb546743a [InstCombine] add shuffle+binops test from PR37806; NFC
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/Transforms/InstCombine/shuffle_select.ll | 15 +++++++++++++++
1 file changed, 15 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 llvm.
from bbfb91da0db [InstCombine] rearrange shuffle-of-binops logic; NFC
new a054f92cdc4 [InstCombine] add tests for shuffle-with-different-binops; NFC
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/Transforms/InstCombine/shuffle_select.ll | 42 +++++++++++++++++++++++++++
1 file changed, 42 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 lld.
from 4014c985f [ELF] - Change how we handle suplicate -wrap. [NFC]
new bd39493a9 [ELF] - ICF: remove excessive check. NFC.
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/ICF.cpp | 3 ---
1 file changed, 3 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 c930ca37f ResolveAddress: check returned value of resolving functions.
new 7ccf18cd6 Android.rules: Use libc++ by default
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/lang/cpp/auto/main.cpp | 5 +++++
packages/Python/lldbsuite/test/make/Android.rules | 16 ++++++++--------
packages/Python/lldbsuite/test/make/Makefile.rules | 2 +-
3 files changed, 14 insertions(+), 9 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 18dcb4b218e Fix emission of jump tables (PR tree-optimization/86263).
new 88642e90580 PR libstdc++/86280 fix undefined left shift on 32-bit 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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/experimental/memory_resource | 2 +-
2 files changed, 6 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 dce4487f88e [X86] Regenerate tests to include fma comments
new bbfb91da0db [InstCombine] rearrange shuffle-of-binops logic; NFC
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:
.../InstCombine/InstCombineVectorOps.cpp | 29 +++++++++-------------
1 file changed, 12 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.