This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5f4f13b powerpc: remove _dl_platform_string and _dl_powerpc_platforms
new ffb8455 Better design of libm.a installation rule.
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 +++++
math/Makefile | 11 +++++++----
2 files changed, 12 insertions(+), 4 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 ac57dd0 Move BaseIndexOffset in DAGCombiner.cpp so it will be availab [...]
new bf4539e [DAGCombiner] Match load by bytes idiom and fold it into a si [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 276 +++++++++++
test/CodeGen/ARM/load-combine-big-endian.ll | 234 +++++++++
test/CodeGen/ARM/load-combine.ll | 226 +++++++++
test/CodeGen/X86/load-combine.ll | 733 ++++++++++++++++++++++++++++
4 files changed, 1469 insertions(+)
create mode 100644 test/CodeGen/ARM/load-combine-big-endian.ll
create mode 100644 test/CodeGen/ARM/load-combine.ll
create mode 100644 test/CodeGen/X86/load-combine.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 a1595d8 Fix pr78725
new b03e91c * tree-data-ref.c (compute_overlap_steps_for_affine_univar): [...]
new 8bf9689 2016-12-13 Janus Weil <janus(a)gcc.gnu.org> Paul Thomas [...]
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 | 9 +++++
gcc/fortran/ChangeLog | 11 ++++++
gcc/fortran/gfortran.h | 1 +
gcc/fortran/interface.c | 32 +++++++++++------
gcc/fortran/trans-io.c | 36 +++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gfortran.dg/dtio_19.f90 | 68 +++++++++++++++++++++++++++++++++++
gcc/tree-data-ref.c | 15 ++++----
8 files changed, 154 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_19.f90
--
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 7e389a2 [SelectionDAG] computeKnownBits - simplified knownbits sign e [...]
new ac57dd0 Move BaseIndexOffset in DAGCombiner.cpp so it will be availab [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 208 +++++++++++++++----------------
1 file changed, 104 insertions(+), 104 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 f350365 Daily bump.
new ba3f376 PR c++/78761 * cp-demangle.c (cplus_demangle_type): Demangl [...]
new 98b8f2a PR ipa/77905 * ipa-pure-const.c (cdtor_p): Return true for [...]
new a30589d Add pretty printer for ASAN_MARK and add a helper fn
new 17dba50 2016-12-13 Richard Biener <rguenther(a)suse.de>
new 26aad5fc 2016-12-13 Richard Biener <rguenther(a)suse.de>
new 8bddebe [Patch doc] Document _Float16 availability on ARM/AArch64
new 74d80be [Patch Doc] Update documentation for __fp16 type
new c6c892c Rename BUILT_IN_ASAN_CLOBBER_N to
new a1595d8 Fix pr78725
The 9 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 | 55 ++++++++++++++++++++++
gcc/asan.c | 31 ++++++------
gcc/asan.h | 11 +++--
gcc/doc/extend.texi | 46 +++++++++---------
gcc/gimple-pretty-print.c | 9 ++++
gcc/gimple.c | 2 +-
gcc/gimplify.c | 4 +-
gcc/ipa-pure-const.c | 3 +-
gcc/sanitizer.def | 6 ++-
gcc/testsuite/ChangeLog | 25 ++++++++++
gcc/testsuite/g++.dg/ipa/pr77905.C | 21 +++++++++
gcc/testsuite/gcc.dg/asan/use-after-scope-goto-1.c | 6 +--
gcc/testsuite/gcc.dg/asan/use-after-scope-goto-2.c | 2 +-
.../gcc.dg/asan/use-after-scope-switch-1.c | 4 +-
.../gcc.dg/asan/use-after-scope-switch-2.c | 12 ++---
.../gcc.dg/asan/use-after-scope-switch-3.c | 4 +-
gcc/testsuite/gcc.dg/pr78725-2.c | 19 ++++++++
gcc/testsuite/gcc.dg/pr78725.c | 19 ++++++++
gcc/testsuite/gcc.dg/torture/pr78742.c | 20 ++++++++
gcc/tree-data-ref.c | 2 -
gcc/tree-object-size.c | 2 +-
gcc/tree-ssa-loop-split.c | 7 ++-
gcc/tree-vect-data-refs.c | 4 +-
gcc/tree.c | 2 +-
libiberty/ChangeLog | 6 +++
libiberty/cp-demangle.c | 6 ++-
libiberty/testsuite/demangle-expected | 3 ++
27 files changed, 263 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr77905.C
create mode 100644 gcc/testsuite/gcc.dg/pr78725-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr78725.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78742.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 gcc-6-branch
in repository gcc.
from 41eb5a9 [Darwin,PPC] Back-port fix for PR71496.
new b73b600 PR c++/78761 * cp-demangle.c (cplus_demangle_type): Demangl [...]
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:
libiberty/ChangeLog | 6 ++++++
libiberty/cp-demangle.c | 6 +++++-
libiberty/testsuite/demangle-expected | 3 +++
3 files changed, 14 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 gcc-5-branch
in repository gcc.
from 2178a31 Daily bump.
new b9e8a44 Fix PR77933: stack corruption on ARM when using high register [...]
new 226f1e9 Fix configure test for sendfile()
new 9aa39a3 Add missing header in Filesystem TS configure tests
The 3 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 | 11 ++++++++
gcc/config/arm/arm.c | 29 ++++++++++++--------
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/gcc.target/arm/pr77933-1.c | 46 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr77933-2.c | 47 ++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 16 +++++++++++
libstdc++-v3/acinclude.m4 | 5 ++--
libstdc++-v3/config.h.in | 2 +-
libstdc++-v3/configure | 6 ++--
9 files changed, 154 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-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.
unknown user pushed a change to branch master
in repository clang.
from 350d267 clang-format: Keep string-literal-label + value pairs on a line.
new 49b4f07 [OpenCL] Enable unroll hint for OpenCL 1.x.
new 05d54be [OpenCL] Improve address space diagnostics.
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:
include/clang/Basic/DiagnosticSemaKinds.td | 5 +++--
lib/Sema/SemaDecl.cpp | 21 ++++++++++++---------
lib/Sema/SemaStmtAttr.cpp | 10 +++-------
test/CodeGenOpenCL/unroll-hint.cl | 1 +
test/SemaOpenCL/invalid-kernel.cl | 10 +++++++---
test/SemaOpenCL/unroll-hint.cl | 15 +--------------
6 files changed, 27 insertions(+), 35 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 bbdce47 PR c++/78647 * c-common.c (attribute_fallthrough_p): Return [...]
new c7b8615 combine: Handle mode expanding zero_extracts in change_zero_ext.
new 3971fdf 2016-12-12 Janus Weil <janus(a)gcc.gnu.org>
new 514c86c PR middle-end/78622 - -Wformat-length/-fprintf-return-value i [...]
new dea80fd PR other/78766 * opt-functions.awk (opt_args): Use [{] inst [...]
new 1ce4890 PR tree-optimization/78777 * gimple-ssa-strength-reduction. [...]
new f350365 Daily bump.
The 6 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 | 34 +++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 12 +-
gcc/fortran/ChangeLog | 9 +
gcc/fortran/expr.c | 28 +--
gcc/fortran/resolve.c | 4 +-
gcc/gimple-ssa-sprintf.c | 270 +++++++++++++--------
gcc/gimple-ssa-strength-reduction.c | 4 +-
gcc/opt-functions.awk | 6 +-
gcc/testsuite/ChangeLog | 30 +++
gcc/testsuite/g++.dg/torture/pr78777.C | 29 +++
gcc/testsuite/gcc.c-torture/execute/pr78622.c | 34 +++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 28 ++-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-5.c | 174 +++++++------
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-6.c | 18 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 47 ++--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-2.c | 51 +++-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-3.c | 205 +++++++++++-----
.../gcc.dg/tree-ssa/builtin-sprintf-warn-6.c | 31 ++-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 73 +++++-
gcc/testsuite/gcc.dg/tree-ssa/pr78622.c | 63 +++++
gcc/testsuite/gfortran.dg/constant_shape.f90 | 20 ++
22 files changed, 860 insertions(+), 312 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr78777.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78622.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78622.c
create mode 100644 gcc/testsuite/gfortran.dg/constant_shape.f90
--
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 3b607af Add missing header in Filesystem TS configure tests
new b833d38 Daily bump.
new 41eb5a9 [Darwin,PPC] Back-port fix for PR71496.
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 | 10 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/darwin.md | 4 ++++
3 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.