diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 43 |
1 files changed, 30 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76d333971d6..c9b7f354471 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,18 +1,35 @@ +2011-02-14 Eric Botcazou <ebotcazou@adacore.com> + + PR tree-optimization/46494 + * loop-unroll.c (split_edge_and_insert): Adjust comment. + * loop-init.c (loop_optimizer_finalize): Do not call verify_flow_info. + (pass_rtl_loop_done): Add TODO_verify_flow. + * fwprop.c (pass_rtl_fwprop): Likewise. + * modulo-sched.c (pass_sms): Likewise. + * tree-ssa-dom.c (pass_dominator): Likewise. + * tree-ssa-loop-ch.c (pass_ch): Likewise. + * tree-ssa-loop.c (pass_complete_unrolli): Likewise. + (pass_tree_loop_done): Likewise. + * tree-ssa-pre.c (execute_pre): Likewise. + * tree-ssa-reassoc.c (pass_reassoc): Likewise. + * tree-ssa-sink.c (pass_sink_code): Likewise. + * tree-vrp.c (pass_vrp): Likewise. + 2011-02-14 Nathan Froyd <froydnj@codesourcery.com> - * config/v850/constraints.md: New file. - * config/v850/v850.md: Include it. - * config/v850/predicates.md (reg_or_0_operand): Use - satisfies_constraint_G. - (special_symbolref_operand): Use satisfies_constraint_K. - * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p. - (GO_IF_LEGITIMATE_ADDRESS): Likewise. - (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete. - (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete. - (EXTRA_CONSTRAINT): Delete. - (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint. - (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise. - (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise. + * config/v850/constraints.md: New file. + * config/v850/v850.md: Include it. + * config/v850/predicates.md (reg_or_0_operand): Use + satisfies_constraint_G. + (special_symbolref_operand): Use satisfies_constraint_K. + * config/v850/v850.h (CONSTANT_ADDRESS_P): Use constraint_satisfied_p. + (GO_IF_LEGITIMATE_ADDRESS): Likewise. + (REG_CLASS_FROM_LETTER, INT_7_BITS, INT_8_BITS): Delete. + (CONST_OK_FOR_P, CONST_OK_FOR_LETTER_P): Delete. + (EXTRA_CONSTRAINT): Delete. + (CONST_OK_FOR_I, CONST_OK_FOR_J): Use insn_const_int_ok_for_constraint. + (CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M): Likewise. + (CONST_OK_FOR_N, CONST_OK_FOR_O): Likewise. 2011-02-14 Anatoly Sokolov <aesok@post.ru> |