objc.texi (Type encoding): Add documentation about encoding complex types and _Bool.
[platform/upstream/gcc.git] / gcc / ChangeLog
index c310b26..03f63c3 100644 (file)
@@ -1,3 +1,176 @@
+2005-12-17  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * doc/objc.texi (Type encoding): Add documentation about encoding
+       complex types and _Bool.
+
+2005-12-17  Paul Brook  <paul@codesourcery.com>
+
+       * config/m68k/m68k.md (m68k_output_function_prologue): Always call
+       dwarf2out_def_cfa. Only add space for frame pointer to cfa_offset
+       when frame_pointer_needed. 
+
+2005-12-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * tree-vn.c (vn_add): Use XNEW.
+       * tree-ssa-ccp.c (ccp_initialize): Use XNEWVEC.
+       (ccp_fold): Likewise.
+       (fold_stmt_r): Use explicit cast to convert from void *.
+       * tree-outof-ssa.c (new_temp_expr_table): Use XCNEWVEC.
+       (new_temp_expr_table): Likewise.
+       * gimplify.c (lookup_tmp_var): Use XNEW.
+       (gimplify_asm_expr): Use explcit cast to convert from void *.
+       * tree-into-ssa.c (get_ssa_name_ann): Likewise.
+       (get_def_blocks_for): Use XNEW.
+       (add_to_repl_tbl): Likewise.
+       (mark_def_sites): Use explicit cast to convert from void *.
+       (def_blocks_free): Likewise.
+       (mark_def_sites_initialize_block): Likewise.
+       (update_ssa): Use XNEWVEC.
+       * tree-dfa.c (create_var_ann): Use GGC_NEW.
+       (create_stmt_ann): Likewise.
+       (create_tree_ann): Likewise.
+       (referenced_var_insert): Likewise.
+       (set_default_def): Likewise.
+       (referenced_var_lookup_if_exists): Use explicit cast to convert
+       from void *.
+       (referenced_var_lookup): Likewise.
+       (default_def): Likewise.
+       (set_default_def): Likewise.
+       * tree-cfg.c (create_bb): Likewise.
+       (edge_to_cases_cleanup): Likewise.
+       (verify_node_sharing): Likewise.
+       (record_switch_edge): Use XNEW.
+       (cleanup_dead_labels): Use XCNEWVEC.
+       (tree_duplicate_sese_region): Use XNEWVEC.
+       * tree-scalar-evolution.c (get_instantiated_value): Likewise.
+       * tree-ssa.c (verify_ssa): Use XCNEWVEC.
+       (int_tree_map_eq): Use explicit cast to convert from void *.
+       * libgcov.c (gcov_exit): Use explicit cast to convert from void *.
+       (__gcov_execl): Likewise.
+       (__gcov_execlp): Likewise.
+       (__gcov_execle): Likewise.
+       * tree-eh.c (struct_ptr_eq): Likewise.
+       (struct_ptr_hash): Likewise.
+       (lookup_stmt_eh_region_fn): Likewise.
+       (outside_finally_tree): Likewise.
+       (find_goto_replacement): Likewise.
+       (make_eh_edge): Likewise.
+       (mark_eh_edge): Likewise.
+       (add_stmt_to_eh_region_fn): Use GGC_NEW.
+       (record_in_finally_tree): Use XNEW.
+       (maybe_record_in_goto_queue): Use XRESIZEVEC.
+       (lower_try_finally_copy): Use XCNEWVEC.
+
+2005-12-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * tree-inline.c (copy_body_r): Use explicit cast when converting
+       from void *.
+       (copy_bb): Likewise.
+       (copy_edges_for_bb): Likewise.
+       (remap_decl_1): Likewise.
+       (estimate_num_insns_1): Likewise.
+       * cgraph.c (hash_node): Use explicit cast when converting from
+       void *.
+       (eq_node): Likewise.
+       (cgraph_create_node): Use GGC_CNEW.
+       (cgraph_create_edge): Use GGC_NEW.
+       (cgraph_remove_node): Use explicit cast when converting from void *.
+       (hash_varpool_node): Likewise.
+       (eq_varpool_node): Likewise.
+       (cgraph_varpool_node): Use GGC_CNEW.
+       * lambda.h (lambda_vector_new): Use GGC_CNEWVEC.
+       * tree-scalar-evolution.c (new_scev_info_str): Use XNEW.
+       (eq_scev_info): Use explicit cast when converting from void *.
+       (find_var_scev_info): Likewise.
+       (set_instantiated_value): Likewise.
+       (gather_stats_on_scev_database_1): Likewise.
+       * cfgloop.h (simple_loop_desc): Use explicit cast when converting
+       from void *.
+       * c-pch.c (c_common_write_pch): Use XNEWVEC.
+       (c_common_read_pch): Likewise.
+       * prefix.c (save_string): Use XNEWVEC.
+       (translate_name): Use explicit cast when converting from void *.
+       * c-ppoutput.c (print_line): Use explicit cast when converting
+       from void *.
+       (pp_dir_change): Likewise.
+       * c-cppbuiltin.c (builtin_define_std): Likewise.
+       (builtin_define_with_value): Likewise.
+       (builtin_define_with_value_n): Likewise.
+       (builtin_define_with_int_value): Likewise.
+       (builtin_define_type_max): Likewise.
+       * c-incpath.c (add_env_var_paths): Use XNEWVEC.
+       (add_path): Use XNEW.
+       * c-format.c (check_format_info_main): Use GGC_NEW.
+       (format_type_warning): Use explicit cast when converting from void *.
+       * c-typeck.c (alloc_tagged_tu_seen_cache): Use XNEW instead of
+       xmalloc. 
+       (start_init): Likewise.
+       * tree-flow-inline.h (first_referenced_var): Use explicit cast
+       when converting from void *.
+       (next_referenced_var): Likewise.
+       * c-pragma.c (push_alignment): Use GGC_NEW instead of ggc_alloc.
+       * gensupport.c (lookup_predicate): Use explicit cast to convert
+       from void *.
+       (init_predicate_table): Use XCNEW instead of xcalloc.
+       * genpreds.c (process_define_predicate): Likewise.
+
+2005-12-17  Danny Berlin <dberlin@dberlin.org>
+           Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * basic-block.h: Changed basic block numbering so that the entry
+       block is 0 and the exit block is 1.  Changed insn iterators so
+       that they are tolerant of blocks with no insns.
+       * regrename.c (copyprop_hardreg_forward): Changed basic block
+       numbering so that the entry block is 0 and the exit block is 1.
+       * sched-ebb.c (sehedule_ebbs): Ditto.
+       * tracer.c (branch_ratio_cutoff): Ditto.
+       * cfgloopmanip.c (fix_loop_structure): Ditto.
+       * cfghooks.c (verify_flow_info): Ditto.
+       * cfg.c (compact_blocks): Ditto.
+       * reorg.c (dbr_schedule): Ditto.
+       * flow.c (calculate_global_regs_live, libcall_dead_p): Ditto.
+       * dominance.c (calc_dfs_tree_nonrec, calc_dfs_tree,
+       calculate_dominance_info): Ditto.
+       * cfganal.c (create_edge_list, print_edge_list,
+       flow_depth_first_order_compute, flow_dfs_compute_reverse_init,
+       flow_dfs_compute_reverse_add_bb, flow_dfs_compute_reverse_execute,
+       dfs_enumerate_from): Ditto.
+       * global.c (global_alloc, set_up_bb_rts_numbers): Ditto.
+       * ifcvt.c (find_if_case_2): Ditto.
+       * cfgbuild.c (control_flow_insn_p, count_basic_blocks,
+       find_basic_blocks): Ditto.
+       * predict.c (predict_loops, tree_bb_level_predictions,
+       predict_paths_leading_to, propagate_freq): Ditto.
+       * lcm.c (compute_antinout_edge, compute_laterin,
+       compute_available): Ditto.
+       * function.c (thread_prologue_and_epilogue_insns): Ditto.
+       * gcse.c (gcse_main, bypass_jumps): Ditto.
+       * profile.c (compute_branch_probabilities,
+       compute_value_histograms, branch_prob): Ditto.
+       * tree-flow-inline.h (bsi_start, bsi_after_labels,
+       bsi_last): Ditto.
+       * tree-ssa-phiopt.c (tree_ssa_phiopt,
+       blocks_in_phiopt_order): Ditto.
+       * bt-load.c (compute_defs_uses_and_gen, compute_kill,
+       compute_out, link_btr_uses, migrate_btr_defs): Ditto.
+       * tree-dfa.c (collect_dfa_stats): Ditto.
+       * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Ditto.
+       * cfglayout.c (fixup_reorder_chain): Ditto.
+       * bb-reorder.c (reorder_basic_blocks, duplicate_computed_gotos,
+       partition_hot_cold_basic_blocks): Ditto.
+       * var-tracking.c (vt_find_locations): Ditto.
+       * cfgloop.c (flow_loops_cfg_dump, flow_loops_find, get_loop_body): Ditto.
+       * sched-rgn.c (compute_trg_info, init_regions, schedule_insns): Ditto.
+       * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, make_edges
+       label_to_block_fn, print_loop_ir, tree_flow_call_edges_add): Ditto.
+       * tree-ssa-reassoc.c (init_reassoc): Ditto.
+       * cfgrtl.c (entry_of_function, rtl_verify_flow_info,
+       rtl_flow_call_edges_add, rtl_flow_call_edges_add): Ditto.
+       * df.c (df_analyze_1, hybrid_search, iterative_dataflow): Ditto
+       and removed unused reverse orders.
+       * df.h (): Ditto.
+       * combine.c: Fix document typo.
+
 2005-12-17  Jan Hubicka  <jh@suse.cz>
 
        * tree-flow-inline.h (set_default_def, default_def): Kill.