This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from d66793e 2015-07-09 Michael Meissner <meissner(a)linux.vnet. [...]
new cbcdee0 Adjust variable shift costs for IA MCU
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/i386/i386.c | 2 +-
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 trunk
in repository gcc.
from 46d356e * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Call value_dependent_expression_p.
new 8b2f725 2015-07-09 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d66793e 2015-07-09 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 58 +++++++++++++++++
gcc/config/rs6000/rs6000-protos.h | 3 +-
gcc/config/rs6000/rs6000.c | 131 +++++++++++++++++++++++---------------
gcc/config/rs6000/rs6000.h | 39 ++++++++++--
4 files changed, 171 insertions(+), 60 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 46d356e * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Call value_dependent_expression_p.
new 8b2f725 2015-07-09 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d66793e 2015-07-09 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 58 +++++++++++++++++
gcc/config/rs6000/rs6000-protos.h | 3 +-
gcc/config/rs6000/rs6000.c | 131 +++++++++++++++++++++++---------------
gcc/config/rs6000/rs6000.h | 39 ++++++++++--
4 files changed, 171 insertions(+), 60 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 trunk
in repository gcc.
from 853a01d 2015-07-09 Vladimir Makarov <vmakarov(a)redhat.com>
new b8510b8 * parser.c (cp_parser_default_type_template_argument) (cp_parser_default_template_template_argument): Factor out from cp_parser_type_parameter.
new bbd9557 * cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_parameter_pack_p. * parser.c (declarator_can_be_parameter_pack): False if parameter_pack_p is set. (make_parameter_declarator): Add template_parameter_pack_p parm. (cp_parser_template_parameter): Remove parameter pack parsing. (cp_parser_parameter_declaration): Handle all parameter packs. Tweak default argument permerror.
new 46d356e * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Call value_dependent_expression_p.
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/cp/ChangeLog | 20 ++++++
gcc/cp/cp-tree.h | 5 +-
gcc/cp/parser.c | 214 +++++++++++++++++++++++++------------------------------
gcc/cp/pt.c | 6 +-
4 files changed, 121 insertions(+), 124 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 853a01d 2015-07-09 Vladimir Makarov <vmakarov(a)redhat.com>
new b8510b8 * parser.c (cp_parser_default_type_template_argument) (cp_parser_default_template_template_argument): Factor out from cp_parser_type_parameter.
new bbd9557 * cp-tree.h (struct cp_parameter_declarator): Rename ellipsis_p to template_parameter_pack_p. * parser.c (declarator_can_be_parameter_pack): False if parameter_pack_p is set. (make_parameter_declarator): Add template_parameter_pack_p parm. (cp_parser_template_parameter): Remove parameter pack parsing. (cp_parser_parameter_declaration): Handle all parameter packs. Tweak default argument permerror.
new 46d356e * pt.c (instantiation_dependent_r) [TRAIT_EXPR]: Call value_dependent_expression_p.
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/cp/ChangeLog | 20 ++++++
gcc/cp/cp-tree.h | 5 +-
gcc/cp/parser.c | 214 +++++++++++++++++++++++++------------------------------
gcc/cp/pt.c | 6 +-
4 files changed, 121 insertions(+), 124 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 trunk
in repository gcc.
from 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 [...]
new 853a01d 2015-07-09 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 11 +++++++++++
gcc/lra-constraints.c | 18 +++++++++++++++---
gcc/lra-int.h | 8 +++++---
gcc/lra-lives.c | 15 ++++++++++++++-
gcc/lra.c | 7 +++++--
5 files changed, 50 insertions(+), 9 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 trunk
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.