This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from db67a692bec * recog.c (store_data_bypass_p_1): New function. (store_d [...]
new 28a5212f1ea [PR80693] drop value of parallel SETs dropped by combine
new a7aebe6129e gcc/ChangeLog:
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 | 21 +++
gcc/combine.c | 40 +++++
gcc/config/rs6000/altivec.h | 2 +
gcc/config/rs6000/rs6000-builtin.def | 1 +
gcc/config/rs6000/rs6000-c.c | 38 +++++
gcc/doc/extend.texi | 50 +++++-
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.dg/pr80693.c | 26 +++
gcc/testsuite/gcc.dg/pr81019.c | 27 ++++
gcc/testsuite/gcc.target/powerpc/altivec-13.c | 69 +++++++-
gcc/testsuite/gcc.target/powerpc/altivec-7-be.c | 35 ++++
gcc/testsuite/gcc.target/powerpc/altivec-7-le.c | 36 +++++
.../powerpc/{altivec-7.c => altivec-7.h} | 10 +-
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 77 +++++++++
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 179 ++++++++++++++++++++-
.../gcc.target/powerpc/p8vector-builtin-2.c | 83 +++++++++-
gcc/testsuite/gcc.target/powerpc/vsx-vector-6-be.c | 31 ++++
gcc/testsuite/gcc.target/powerpc/vsx-vector-6-le.c | 32 ++++
.../powerpc/{vsx-vector-6.c => vsx-vector-6.h} | 88 +++++++++-
19 files changed, 847 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80693.c
create mode 100644 gcc/testsuite/gcc.dg/pr81019.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-7-be.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-7-le.c
rename gcc/testsuite/gcc.target/powerpc/{altivec-7.c => altivec-7.h} (82%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-vector-6-be.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-vector-6-le.c
rename gcc/testsuite/gcc.target/powerpc/{vsx-vector-6.c => vsx-vector-6.h} (50%)
--
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 aoliva/testme
in repository gcc.
discards eabcd5d5221 [PR80693] drop value of parallel SETs dropped by combine
adds 397b0c1c899 2017-12-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 5df912d9fed [gcc]
adds d9a2dbd2ee3 ifcvt: Call fixup_partitions (PR83361)
adds db67a692bec * recog.c (store_data_bypass_p_1): New function. (store_d [...]
new 28a5212f1ea [PR80693] drop value of parallel SETs dropped by combine
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eabcd5d5221)
\
N -- N -- N refs/heads/aoliva/testme (28a5212f1ea)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/rs6000/rs6000.c | 22 ++++
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/intrinsic.texi | 30 ++++--
gcc/ifcvt.c | 4 +
gcc/recog.c | 116 ++++++++-------------
gcc/testsuite/ChangeLog | 17 +++
gcc/testsuite/gcc.dg/pr83361.c | 40 +++++++
.../powerpc/fold-vec-splat-misc-invalid.c | 33 ++++++
9 files changed, 211 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83361.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-misc-invalid.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 d9a2dbd2ee3 ifcvt: Call fixup_partitions (PR83361)
new db67a692bec * recog.c (store_data_bypass_p_1): New function. (store_d [...]
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 | 6 +++
gcc/recog.c | 116 ++++++++++++++++++++++------------------------------------
2 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 c009e3de76a LSR: Check more intrinsic pointer operands
new 4d049d8cfa2 Revert r318704 - [Sparc] efficient pattern for UINT_TO_FP c [...]
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/Sparc/SparcISelLowering.cpp | 92 +++++++---------------------------
lib/Target/Sparc/SparcISelLowering.h | 4 --
lib/Target/Sparc/SparcInstrVIS.td | 25 ++++-----
test/CodeGen/SPARC/float.ll | 53 +-------------------
4 files changed, 30 insertions(+), 144 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 lld.
from 7bdc78507 Use ErrorOS for log messages as well as error
new 16e7bb442 [WebAssembly] De-dup indirect function table.
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/wasm/call-indirect.ll | 8 ++---
test/wasm/weak-symbols.ll | 8 ++---
wasm/InputFiles.cpp | 45 +++++++++++++++++++-----
wasm/InputFiles.h | 14 +++++---
wasm/Symbols.cpp | 8 ++++-
wasm/Symbols.h | 8 +++++
wasm/Writer.cpp | 85 +++++++++++++++++++++-------------------------
7 files changed, 106 insertions(+), 70 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 640549849 [Testsuite] Rename this file from *m -> *mm.
new ce4369025 [test-suite] Un'XFAIL a test that's not failing anymore.
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/macosx/queues/TestQueues.py | 1 -
1 file changed, 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 lld.
from d3703660c Fix x86-64-reloc-8.s test after r320416.
new e353484a1 [WebAssembly] Preserve ordering of global symbols
new 7bdc78507 Use ErrorOS for log messages as well as error
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:
Common/ErrorHandler.cpp | 3 +--
test/COFF/libpath.test | 4 ++--
test/COFF/msvclto-archive.ll | 6 +++---
test/COFF/msvclto-order.ll | 2 +-
test/COFF/msvclto.ll | 2 +-
test/ELF/icf-absolute.s | 2 +-
test/ELF/icf-comdat.s | 2 +-
test/ELF/icf-i386.s | 2 +-
test/ELF/icf-merge-sec.s | 2 +-
test/ELF/icf-merge.s | 6 +++---
test/ELF/icf-non-mergeable.s | 2 +-
test/ELF/icf-none.s | 2 +-
test/ELF/icf1.s | 2 +-
test/ELF/icf2.s | 2 +-
test/ELF/icf3.s | 2 +-
test/ELF/icf4.s | 2 +-
test/ELF/icf5.s | 2 +-
test/ELF/icf6.s | 2 +-
test/ELF/icf7.s | 2 +-
test/ELF/icf9.s | 2 +-
test/wasm/data-layout.ll | 10 +++++-----
wasm/Writer.cpp | 12 +++++-------
22 files changed, 35 insertions(+), 38 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 9cd24fe3f81 Revert r320407 "[InstCombine] Fix PR35618: Instcombine hang [...]
new c009e3de76a LSR: Check more intrinsic pointer operands
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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 26 +++++++
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 2 +
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 67 ++++++++++++------
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 13 ++++
.../LoopStrengthReduce/AMDGPU/atomics.ll | 82 +++++++++++++++++++++-
5 files changed, 167 insertions(+), 23 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 5df912d9fed [gcc]
new d9a2dbd2ee3 ifcvt: Call fixup_partitions (PR83361)
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 | 5 +++++
gcc/ifcvt.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83361.c | 40 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr83361.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.