This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e14647a 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 651c1bd PR target/66814 * config/i386/predicates.md (nonimmediate_gr_operand): New predicate. * config/i386/i386.md (not peephole2): Use nonimmediate_gr_operand. (varous peephole2s): Use {GENERAL,SSE,MMX}_REGNO_P instead of {GENERAL_SSE_MMX}_REG_P where appropriate.
new 75c3f23 * genmatch.c (fprintf_indent): New function. (operand::gen_transform): Add indent parameter. (expr::gen_transform, c_expr::gen_transform, capture::gen_transform): Ditto and use fprintf_indent. (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1): Ditto. (dt_operand::gen, dt_operand::gen_predicate, dt_operand::gen_match_op, dt_operand::gen_gimple_expr, dt_operand::gen_generic_expr, dt_simplify::gen): Ditto. (decision_tree::gen_gimple): Adjust calls and inde [...]
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/config/i386/i386.md | 13 +-
gcc/config/i386/predicates.md | 6 +
gcc/genmatch.c | 648 +++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/i386/pr66814.c | 4 +
6 files changed, 439 insertions(+), 262 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66814.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 trunk
in repository gcc.
from 1d09f02 2015-07-09 Szabolcs Nagy <szabolcs.nagy(a)arm.com>
new e803d03 * getruntime.c (RUSAGE_SELF): Define if not already defined. (get_runtime): Use RUSAGE_SELF as argument 1 of getrusage call.
new e14647a 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 5 +++++
gcc/cp/typeck.c | 10 +++++-----
libiberty/ChangeLog | 6 +++---
libiberty/getruntime.c | 8 ++++----
4 files changed, 17 insertions(+), 12 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 1d09f02 2015-07-09 Szabolcs Nagy <szabolcs.nagy(a)arm.com>
new e803d03 * getruntime.c (RUSAGE_SELF): Define if not already defined. (get_runtime): Use RUSAGE_SELF as argument 1 of getrusage call.
new e14647a 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 5 +++++
gcc/cp/typeck.c | 10 +++++-----
libiberty/ChangeLog | 6 +++---
libiberty/getruntime.c | 8 ++++----
4 files changed, 17 insertions(+), 12 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. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via 1d09f02e30770bd027c8fdd1a4f2373c70acca6f (commit)
from f61de240345edd7a5199d0ed12498e0974234fc1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/aarch64/fnmul-1.c | 8 ++++----
gcc/testsuite/gcc.target/aarch64/fnmul-2.c | 12 ++++++------
gcc/testsuite/gcc.target/aarch64/fnmul-3.c | 8 ++++----
gcc/testsuite/gcc.target/aarch64/fnmul-4.c | 8 ++++----
5 files changed, 25 insertions(+), 18 deletions(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated
via 1d09f02e30770bd027c8fdd1a4f2373c70acca6f (commit)
from f61de240345edd7a5199d0ed12498e0974234fc1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/aarch64/fnmul-1.c | 8 ++++----
gcc/testsuite/gcc.target/aarch64/fnmul-2.c | 12 ++++++------
gcc/testsuite/gcc.target/aarch64/fnmul-3.c | 8 ++++----
gcc/testsuite/gcc.target/aarch64/fnmul-4.c | 8 ++++----
5 files changed, 25 insertions(+), 18 deletions(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via 2bc3151fa8e06f703837244c22ffcd4389ac49d1 (commit)
from b87918fa8844d1ed76c779119fbc14d207f2ba46 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 13 +++++
gcc/genmatch.c | 153 ++++++++++++++++++++++++++++++++++++++-------------------
gcc/match.pd | 37 ++++++--------
3 files changed, 131 insertions(+), 72 deletions(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated
via 2bc3151fa8e06f703837244c22ffcd4389ac49d1 (commit)
from b87918fa8844d1ed76c779119fbc14d207f2ba46 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 13 +++++
gcc/genmatch.c | 153 ++++++++++++++++++++++++++++++++++++++-------------------
gcc/match.pd | 37 ++++++--------
3 files changed, 131 insertions(+), 72 deletions(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via b87918fa8844d1ed76c779119fbc14d207f2ba46 (commit)
from 1eacc14a38f79f2571b4d19607cae09f713dc62a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/config/i386/iamcu.h | 43 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches