OSDN Git Service

2005-12-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index b583ee5..b5aab4d 100644 (file)
@@ -1,5 +1,104 @@
 2005-12-02  Richard Guenther  <rguenther@suse.de>
 
+       * tree.h (build): Remove prototype.
+       (build, _buildN1, _buildN2, _buildC1, _buildC2): Remove macros.
+       * tree.c (build): Remove.
+       (build0_stat): Update comment.
+
+2005-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.
+       * tree-complex.c (update_complex_assignment, expand_complex_div_wide):
+       Likewise.
+       * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref,
+       maybe_fold_offset_to_component_ref): Likewise.
+       * tree-ssa-dom.c (thread_across_edge,
+       simplify_rhs_and_lookup_avail_expr,
+       find_equivalent_equality_comparison, record_equivalences_from_stmt):
+       Likewise.
+       * gimple-low.c (lower_function_body, lower_return_expr): Likewise.
+       * tree-eh.c (do_return_redirection, honor_protect_cleanup_actions,
+       lower_try_finally_switch): Likewise.
+       * tree-if-conv.c (add_to_dst_predicate_list,
+       replace_phi_with_cond_modify_expr, ifc_temp_var): Likewise.
+       * gimplify.c (internal_get_tmp_var, gimple_build_eh_filter,
+       voidify_wrapper_expr, build_stack_save_restore, gimplify_bind_expr,
+       gimplify_return_expr, gimplify_decl_expr, gimplify_switch_expr,
+       gimplify_case_label_expr, gimplify_exit_expr, gimplify_self_mod_expr,
+       shortcut_cond_r, shortcut_cond_expr, gimplify_cond_expr,
+       gimplify_init_ctor_eval, gimplify_init_constructor,
+       gimplify_variable_sized_compare, gimplify_boolean_expr,
+       gimplify_cleanup_point_expr, gimple_push_cleanup, gimplify_target_expr,
+       gimplify_expr, gimplify_body, gimplify_function_tree,
+       force_gimple_operand): Likewise.
+       * tree-ssa-pre.c (create_expression_by_pieces): Likewise.
+       * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for,
+       mx_register_decls): Likewise.
+       * tree-nested.c (init_tmp_var, save_tmp_var, get_static_chain,
+       get_frame_field, finalize_nesting_tree_1): Likewise.
+       * tree-inline.c (setup_one_parameter): Likewise.
+       * tree-vect-transform.c (vectorizable_condition): Likewise.
+       * tree-outof-ssa.c (insert_copy_on_edge, insert_backedge_copies):
+       Likewise.
+       * tree-profile.c (tree_gen_edge_profiler): Likewise.
+       * tree-cfg.c (factor_computed_gotos, gimplify_val): Likewise.
+       * c-parser.c (c_parser_if_body, c_parser_switch_statement): Likewise.
+       * tree-chrec.h (build_polynomial_chrec): Likewise.
+
+2005-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * config/alpha/alpha.c (alpha_va_start, alpha_gimplify_va_arg_1i,
+       alpha_gimplify_va_arg): Use buildN and fold_buildN where applicable.
+       * config/frv/frv.c (frv_expand_builtin_va_start): Likewise.
+       * config/s390/s390.c (s390_va_start, s390_gimplify_va_arg): Likewise.
+       * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
+       * config/i386/i386.c (ix86_va_start, ix86_gimplify_va_arg): Likewise.
+       * config/rs6000/rs6000.c (rs6000_va_start, rs6000_gimplify_va_arg):
+       Likewise.
+       * config/sh/sh.c (sh_va_start, sh_gimplify_va_arg_expr,
+       sh_adjust_unroll_max): Likewise.
+       * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
+       * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
+       * config/xtensa/xtensa.c (xtensa_va_start, xtensa_gimplify_va_arg_expr):
+       Likewise.
+       * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_start):
+       Likewise.
+       * config/mips/mips.c (mips_va_start, mips_gimplify_va_arg_expr):
+       Likewise.
+
+2005-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * tree-vrp.c (build_assert_expr_for, process_assert_insertions_for,
+       simplify_cond_using_ranges): Use buildN instead of build.
+       * tree-tailcall.c (adjust_accumulator_values,
+       adjust_return_value): Likewise.
+       * tree-sra.c (generate_one_element_ref, generate_copy_inout,
+       generate_element_copy, generate_element_zero,
+       generate_one_element_init): Likewise.
+       * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Likewise.
+       * lambda-code.c (gcc_loop_to_lambda_loop, lbv_to_gcc_expression,
+       lle_to_gcc_expression, lambda_loopnest_to_gcc_loopnest,
+       perfect_nestify): Likewise.
+
+2005-12-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (pa_secondary_reload): Revise initialization of variable regno.
+
+2005-12-02  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * ggc.h (GGC_RESIZEVEC): New.
+
+2005-12-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * gcc.c (execute): Improve readability.
+
+2005-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * tree-cfg.c (mark_used_vars): New function.
+       (dump_function_to_file): Dump only used VAR_DECLs.
+
+2005-12-02  Richard Guenther  <rguenther@suse.de>
+
        * convert.c (convert_to_integer): Fix compare for nonpositive
        constant to use tree_int_cst_sgn <= 0.