This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 92737a85fc1 [gcc]
new 9355e6ac7e6 [gcc]
new a990b86ceb8 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 | 27 ++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/altivec.md | 26 ++
gcc/config/rs6000/rs6000-builtin.def | 9 +
gcc/config/rs6000/rs6000-c.c | 29 ++
gcc/doc/extend.texi | 13 +
gcc/testsuite/ChangeLog | 6 +
.../powerpc/builtins-3-vec_reve-runnable.c | 393 +++++++++++++++++++++
8 files changed, 504 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-3-vec_reve-runnable.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 binutils-gdb.
from 0602cdad74 Produce a consistent warning message when attempting to run [...]
new cfd14a500e Fix address violations when atempting to parse fuzzed binaries.
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:
bfd/ChangeLog | 10 ++++++++++
bfd/compress.c | 6 ++++++
bfd/elf32-v850.c | 4 +++-
bfd/opncls.c | 18 ++++++++++++++++--
binutils/ChangeLog | 6 ++++++
binutils/objdump.c | 4 ++--
6 files changed, 43 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 018c368d384 [SystemZ] Add a check against zero before calling getTestU [...]
new ca59b915b5d [Hexagon] Handle cases when the aligned stack pointer is missing
new 8bfecccf46b [x86] transform vector inc/dec to use -1 constant (PR33483)
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/Hexagon/HexagonFrameLowering.cpp | 18 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +-
lib/Target/X86/X86ISelLowering.cpp | 32 +
test/CodeGen/Hexagon/stack-align-reset.ll | 51 +
test/CodeGen/Hexagon/vec-vararg-align.ll | 30 +
test/CodeGen/X86/avg.ll | 2097 +++++++++++------------
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 9 +-
test/CodeGen/X86/avx-intrinsics-x86.ll | 8 +-
test/CodeGen/X86/avx-logic.ll | 6 +-
test/CodeGen/X86/avx-vperm2x128.ll | 32 +-
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 3 +-
test/CodeGen/X86/avx2-logic.ll | 28 +-
test/CodeGen/X86/select.ll | 10 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 3 +-
test/CodeGen/X86/vec_ctbits.ll | 38 +-
test/CodeGen/X86/vector-tzcnt-128.ll | 758 ++++----
test/CodeGen/X86/vector-tzcnt-256.ll | 162 +-
test/CodeGen/X86/vector-tzcnt-512.ll | 108 +-
test/CodeGen/X86/widen_arith-1.ll | 4 +-
test/CodeGen/X86/widen_arith-2.ll | 4 +-
test/CodeGen/X86/widen_arith-3.ll | 4 +-
test/CodeGen/X86/widen_cast-2.ll | 19 +-
test/CodeGen/X86/widen_cast-3.ll | 6 +-
test/CodeGen/X86/widen_cast-4.ll | 8 +-
test/CodeGen/X86/widen_conv-1.ll | 12 +-
25 files changed, 1846 insertions(+), 1614 deletions(-)
create mode 100644 test/CodeGen/Hexagon/stack-align-reset.ll
create mode 100644 test/CodeGen/Hexagon/vec-vararg-align.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 gcc.
from 93dc05e090e [PATCH][Testsuite]Use user defined memmove in gcc.c-torture [...]
new 92737a85fc1 [gcc]
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 | 14 ++++++++++
gcc/gimple-ssa-strength-reduction.c | 48 ++++++++++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/tree-ssa/slsr-35.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/slsr-36.c | 2 +-
5 files changed, 62 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 llvm.
from b76f903b2e3 [X86][LLVM][test]Expanding Supports lowerInterleavedStore() [...]
new 018c368d384 [SystemZ] Add a check against zero before calling getTestU [...]
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/SystemZ/SystemZISelLowering.cpp | 2 ++
test/CodeGen/SystemZ/int-cmp-54.ll | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 test/CodeGen/SystemZ/int-cmp-54.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 glibc.
from d9660db223 manual: Fix a minor grammatical error.
new d54bb9b1d3 Prevent an implicit int promotion in malloc/tst-alloc_buffer.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:
ChangeLog | 5 +++++
malloc/tst-alloc_buffer.c | 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 gcc.
from bdfaa1382f5 2017-06-26 Richard Biener <rguenther(a)suse.de>
new 93dc05e090e [PATCH][Testsuite]Use user defined memmove in gcc.c-torture [...]
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/testsuite/ChangeLog | 7 +++++++
.../gcc.c-torture/execute/builtins/memops-asm-lib.c | 18 ++++++++++++++++++
.../gcc.c-torture/execute/builtins/memops-asm.c | 2 ++
3 files changed, 27 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 151f40dceae [llvm-stress] Remove Rand32 helper function
new b76f903b2e3 [X86][LLVM][test]Expanding Supports lowerInterleavedStore() [...]
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/x86-interleaved-access.ll | 59 ++++++++++++++++++++++
.../InterleavedAccess/X86/interleavedStore.ll | 17 +++++++
2 files changed, 76 insertions(+)
create mode 100644 test/Transforms/InterleavedAccess/X86/interleavedStore.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 2e6fc83eac5 [llvm-stress] Ensure that the C++11 random device respects [...]
new 151f40dceae [llvm-stress] Remove Rand32 helper function
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:
tools/llvm-stress/llvm-stress.cpp | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.