This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from efcce5e2509 Daily bump.
new 47cb76f97d0 2017-09-26 Richard Biener <rguenther(a)suse.de>
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 | 39 +++++++
gcc/is-a.h | 14 +++
gcc/testsuite/ChangeLog | 29 +++++
gcc/testsuite/gcc.dg/torture/pr82244.c | 31 ++++++
gcc/testsuite/gcc.dg/torture/pr82264.c | 21 ++++
gcc/testsuite/gcc.dg/torture/pr82276.c | 32 ++++++
gcc/testsuite/gcc.dg/torture/pr82285.c | 16 +++
gcc/testsuite/gcc.dg/torture/pr82291.c | 37 +++++++
gcc/tree-if-conv.c | 188 +++++++++++++++++----------------
gcc/tree-ssa-sccvn.c | 17 ++-
gcc/tree-vect-patterns.c | 2 +-
gcc/tree-vrp.c | 7 +-
12 files changed, 332 insertions(+), 101 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82244.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82264.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82276.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82285.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82291.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 9d8dca24f59 2017-09-26 Richard Biener <rguenther(a)suse.de>
new 36427bd968e [ARM] PR82175 - fix -mcpu=native not working 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:
gcc/ChangeLog | 5 +++++
gcc/config/arm/arm.h | 7 +++++--
2 files changed, 10 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 master
in repository binutils-gdb.
from 78b2179a8e Add README file for creating binutils releases
new 58a0b82744 Allow the macw and macl instructions to be used on CPUs that [...]
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:
opcodes/ChangeLog | 6 ++++++
opcodes/m68k-opc.c | 14 ++++++++++++++
2 files changed, 20 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 binutils-gdb.
from df8899e5c8 Fix FAILs in compare-sections.exp
new 78b2179a8e Add README file for creating binutils releases
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:
binutils/ChangeLog | 4 +
binutils/README-how-to-make-a-release | 135 ++++++++++++++++++++++++++++++++++
2 files changed, 139 insertions(+)
create mode 100644 binutils/README-how-to-make-a-release
--
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 66cfc0fd0d PR21732, String-concatenated message can not be translated
new df8899e5c8 Fix FAILs in compare-sections.exp
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 | 8 ++++++++
gdb/testsuite/gdb.base/compare-sections.exp | 7 +++++--
2 files changed, 13 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 master
in repository llvm.
from f3898aeacac [X86] Finishing broadcastf32x2 and broadcasti32x2 intrinsic [...]
new 42371bcef72 [dsymutil] Better support for symbol aliases
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/tools/dsymutil/Inputs/alias/bar.o | Bin 0 -> 1956 bytes
test/tools/dsymutil/Inputs/alias/foo.o | Bin 0 -> 1656 bytes
.../Inputs/alias/foobar} | Bin 8336 -> 8688 bytes
test/tools/dsymutil/X86/alias.test | 19 ++++++++++++++++
tools/dsymutil/MachODebugMapParser.cpp | 24 +++++++++++++++++++++
5 files changed, 43 insertions(+)
create mode 100644 test/tools/dsymutil/Inputs/alias/bar.o
create mode 100644 test/tools/dsymutil/Inputs/alias/foo.o
copy test/tools/{llvm-objdump/ARM/Inputs/mh_dylib_header.macho-arm => dsymutil/Inp [...]
create mode 100644 test/tools/dsymutil/X86/alias.test
--
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 libunwind.
from 43b67bf [libunwind] Partially revert r297174 to fix build on at least [...]
new 065563a Correct data types in the _Unwind_FunctionContext struct
new e53dc3f Skip building unused parts when targeting SJLJ
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:
src/Unwind-sjlj.c | 4 ++--
src/UnwindLevel1.c | 4 ++--
src/UnwindRegistersRestore.S | 2 +-
src/UnwindRegistersSave.S | 2 +-
src/libunwind.cpp | 2 ++
5 files changed, 8 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 llvm.
from ec9231b4bae CMake: Add option to set LLVM_ENABLE_DUMP
new f3898aeacac [X86] Finishing broadcastf32x2 and broadcasti32x2 intrinsic [...]
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/IR/IntrinsicsX86.td | 20 -------
lib/IR/AutoUpgrade.cpp | 10 +---
lib/Target/X86/X86IntrinsicsInfo.h | 10 ----
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 45 +++++++++++++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 40 --------------
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 67 +++++++++++++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 67 -----------------------
7 files changed, 114 insertions(+), 145 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 173a2f85a13 [testsuite][arm] Fix check_effective_target_vect_hw_misalig [...]
new 9d8dca24f59 2017-09-26 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr82320.c | 39 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 6 ++++++
4 files changed, 56 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82320.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 5f4809620ab PR demangler/82195 * cp-demangle.c (d_encoding): Strip re [...]
new 173a2f85a13 [testsuite][arm] Fix check_effective_target_vect_hw_misalig [...]
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 | 5 +++++
gcc/testsuite/lib/target-supports.exp | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.