This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b18d3b Remove svn conflict marker.
new 966eb90 Fix rtl-optimization/78596 - combine.c:12561:14: runtime erro [...]
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/combine.c | 3 ++-
2 files changed, 8 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 74dfdbe <toplevel>
new 2b18d3b Remove svn conflict marker.
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 | 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 llvm.
from b5df2de [X86][SSE] Add support for combining ISD::AND with shuffles.
new a88ec27 [X86][SSE] Add support for combining target shuffles to AND b [...]
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/X86/X86ISelLowering.cpp | 31 ++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 12 ++++-----
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 2 +-
test/CodeGen/X86/vector-zext.ll | 2 +-
4 files changed, 39 insertions(+), 8 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 gcc-6-branch
in repository gcc.
from 4c92ca8 Daily bump.
new 24c8e11 [TER] PR target/48863: Don't replace expressions across local [...]
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 | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/arm/pr48863.c | 35 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-ter.c | 25 ++++++++++++++++++++----
4 files changed, 80 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr48863.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 40a0bfd Fix handling of MIPS16 HI16 relocs.
new 5cd1d8b Fix accesses to the GOT for AARCH64 operating in 32-bit mode.
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 | 6 ++++++
bfd/elfnn-aarch64.c | 17 +++++++++++------
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/{relocs.ld => relocs-ilp32.ld} | 6 +++---
.../{tls-relax-gd-ie.d => tls-relax-gd-ie-ilp32.d} | 7 ++++---
6 files changed, 33 insertions(+), 12 deletions(-)
copy ld/testsuite/ld-aarch64/{relocs.ld => relocs-ilp32.ld} (72%)
copy ld/testsuite/ld-aarch64/{tls-relax-gd-ie.d => tls-relax-gd-ie-ilp32.d} (54%)
--
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 e19687a 2016-12-01 Richard Biener <rguenther(a)suse.de>
new 873271f 2016-12-01 Richard Biener <rguenther(a)suse.de>
new 74dfdbe <toplevel>
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:
ChangeLog | 5 +
config/ChangeLog | 4 +
config/pkg.m4 | 825 ---------------------------------------------------
configure | 144 +--------
configure.ac | 7 +-
gcc/ChangeLog | 5 +
gcc/doc/install.texi | 3 +-
gcc/tree-ssa-alias.c | 5 +-
libobjc/ChangeLog | 5 +
libobjc/configure | 152 +---------
libobjc/configure.ac | 11 +-
11 files changed, 36 insertions(+), 1130 deletions(-)
delete mode 100644 config/pkg.m4
--
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.
from 596a7b3 [OpenCL] Refactor read_only/write_only pipes.
new 0eded94 [ObjC] Avoid a @try/@finally/@autoreleasepool fixit when pars [...]
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/Parse/ParseObjc.cpp | 7 ++++++-
test/Parser/objc-at-directive-fixit.m | 28 ++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 test/Parser/objc-at-directive-fixit.m
--
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 e82ab85 Fix a seg-fault disassembling a corrupt binary.
new 40a0bfd Fix handling of MIPS16 HI16 relocs.
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 | 6 ++++++
bfd/elfxx-mips.c | 1 -
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 c54c74a gcc/testsuite/ * gcc.target/avr/tiny-memx.c: Only perform if [...]
new e19687a 2016-12-01 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 | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/alias-2.c | 17 +++++++++++++++++
3 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/alias-2.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f5751da Merge "tcwg-cleanup-stale-containers: Reword removal of unuse [...]
new 10cf297 tcwg-update-snapshots_ref.sh: Fix abe checkout
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:
tcwg-update-snapshots_ref.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.