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@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