This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4616363 Remove fold_strip_sign_ops
new d064d97 Move cabs simplifications to match.pd
new 451a61b Change default of non-overlapping address space conversion
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 | 11 +++++
gcc/builtins.c | 82 ++-------------------------------
gcc/expr.c | 30 +++++++-----
gcc/match.pd | 20 +++++++-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/lto/20110201-1_0.c | 11 +----
6 files changed, 61 insertions(+), 99 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 dda98ae avoid generation of empty guards in trivial cases
new 7fc2f61 Add a pass to back-propagate use information
new 4616363 Remove fold_strip_sign_ops
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 | 25 +
gcc/Makefile.in | 1 +
gcc/builtins.c | 129 +--
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 23 +-
gcc/fold-const.c | 99 +--
gcc/fold-const.h | 2 +-
gcc/gimple-ssa-backprop.c | 956 +++++++++++++++++++++
gcc/passes.def | 1 +
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.dg/torture/builtin-symmetric-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-1.c | 22 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-2.c | 21 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-3.c | 21 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-4.c | 21 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-5.c | 20 +
gcc/testsuite/gcc.dg/tree-ssa/backprop-6.c | 30 +
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
19 files changed, 1175 insertions(+), 213 deletions(-)
create mode 100644 gcc/gimple-ssa-backprop.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/backprop-6.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 0f74e4a Add --param sra-max-scalarization-size-Ospeed to sra-12.c
new 5828c94 Refactoring sese.h and graphite-poly.h
new e5f5ebe Refactor graphite-sese-to-poly, sese.h, graphite-poly.h
new dda98ae avoid generation of empty guards in trivial cases
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 | 64 ++++++++++++++++++++++++++++
gcc/graphite-isl-ast-to-gimple.c | 23 ++++++----
gcc/graphite-poly.c | 8 ++--
gcc/graphite-poly.h | 40 ++++++------------
gcc/graphite-scop-detection.c | 34 +++++++--------
gcc/graphite-sese-to-poly.c | 90 ++++++++++++++++++++--------------------
gcc/graphite.c | 10 ++---
gcc/sese.h | 40 ------------------
8 files changed, 161 insertions(+), 148 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 dfea98e PR middle-end/67966 * tree.c (verify_type): Verify that TYP [...]
new 0f74e4a Add --param sra-max-scalarization-size-Ospeed to sra-12.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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/sra-12.c | 5 ++---
2 files changed, 7 insertions(+), 3 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 5ce1b13 PR c/68024 * c-decl.c (start_function): Warn about vararg f [...]
new dfea98e PR middle-end/67966 * tree.c (verify_type): Verify that TYP [...]
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 | 10 ++++++++++
gcc/expmed.c | 8 --------
gcc/expr.c | 8 --------
gcc/gimple-expr.c | 13 +++++--------
gcc/tree.c | 8 ++++++++
5 files changed, 23 insertions(+), 24 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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from ceb86e3 If host isn't set, use build
new 0a6a06d flip test for variable value
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/globals.sh | 2 +-
1 file changed, 1 insertion(+), 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 hjl/interrupt/master
in repository gcc.
discards d6d2379 Update ix86_return_pops_args and ACCUMULATE_OUTGOING_ARGS
discards c0c11a6 Add a check for DRAP in interrupt function
discards 91ee21a Add testcases for PR 68037
new bf79c41 Update ix86_conditional_register_usage
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 (d6d2379)
\
N -- N -- N refs/heads/hjl/interrupt/master (bf79c41)
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/config/i386/i386.c | 93 ++++++++++++++--------
gcc/testsuite/gcc.target/i386/interrupt-14.c | 5 +-
gcc/testsuite/gcc.target/i386/interrupt-19.c | 14 ++--
gcc/testsuite/gcc.target/i386/interrupt-20.c | 14 ++--
gcc/testsuite/gcc.target/i386/interrupt-28.c | 16 ++++
.../gcc.target/i386/interrupt-redzone-1.c | 23 +++++-
.../gcc.target/i386/interrupt-redzone-2.c | 24 +++++-
7 files changed, 129 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-28.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 7a1ed40 gcc/ * omp-low.c (check_omp_nesting_restrictions): Check Op [...]
new 5ce1b13 PR c/68024 * c-decl.c (start_function): Warn about vararg f [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr68024.c | 5 +++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr68024.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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 16d920d Remove gcc-multilib and g++multilib packages from missing to [...]
new ceb86e3 If host isn't set, use build
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/globals.sh | 2 +-
1 file changed, 1 insertion(+), 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 1f137e6 gcc/
new 7a1ed40 gcc/ * omp-low.c (check_omp_nesting_restrictions): Check Op [...]
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/omp-low.c | 37 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/c-c++-common/goacc-gomp/nesting-1.c | 2 +-
.../c-c++-common/goacc-gomp/nesting-fail-1.c | 26 ++++++++++-----
gcc/testsuite/c-c++-common/goacc/clauses-fail.c | 1 +
gcc/testsuite/c-c++-common/goacc/loop-1.c | 6 ++--
gcc/testsuite/c-c++-common/goacc/nesting-1.c | 4 +--
gcc/testsuite/c-c++-common/goacc/sb-1.c | 6 ++--
gcc/testsuite/c-c++-common/goacc/sb-3.c | 4 +--
10 files changed, 82 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.