1 2007-08-17 H.J. Lu <hongjiu.lu@intel.com>
3 * Makefile.in (version.o): Depend on $(REVISION) only if
6 2007-08-17 Sa Liu <saliu@de.ibm.com>
7 Ulrich Weigand <uweigand@de.ibm.com>
10 * tree.c (reconstruct_complex_type): For a pointer to a vector,
11 use build_qualified_type to retain qualifiers of the base type.
13 2007-08-17 Chen Liqin <liqin@sunnorth.com.cn>
15 * config/score/score.md : Update pattern tablejump.
16 * config/score/score.c : Update score_initialize_trampoline
18 * config/score/score.h (TRAMPOLINE_TEMPLATE): Added macro.
19 (TRAMPOLINE_INSNS, TRAMPOLINE_SIZE) Update macro.
20 * doc/contrib.texi: Add my entry.
22 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
24 * Makefile.in (REVISION): New.
27 (version.o): Also depend on $(REVISION). Add
28 -DREVISION=$(REVISION_s).
30 * version.c (version_string): Add REVISION.
32 2007-08-16 Seongbae Park <seongbae.park@gmail.com>
34 * tree-eh.c (lower_try_finally_onedest): Reset the locus
35 of GOTO that's relocated to a different block.
37 2007-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
39 * c-common.c (const_strip_array_types): New.
40 * c-common.h (lang_missing_noreturn_ok_p): Delete.
41 (const_strip_array_types): New.
42 * c-objc-common.c (c_disregard_inline_limits,
43 c_warn_unused_global_decl): Constify.
44 * c-tree.h (c_disregard_inline_limits, c_warn_unused_global_decl,
45 c_vla_type_p, c_incomplete_type_error): Likewise.
46 * c-typeck.c (c_incomplete_type_error, c_vla_type_p): Likewise.
47 * hooks.c (hook_bool_const_tree_false): New.
48 * hooks.h (hook_bool_const_tree_false): Likewise.
49 * langhooks-def.h (lhd_warn_unused_global_decl,
50 lhd_incomplete_type_error, lhd_expr_size,
51 lhd_tree_inlining_disregard_inline_limits,
52 lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
53 LANG_HOOKS_GENERIC_TYPE_P, LANG_HOOKS_TYPE_MAX_SIZE): Constify.
54 * langhooks.c (lhd_warn_unused_global_decl,
55 lhd_incomplete_type_error,
56 lhd_tree_inlining_disregard_inline_limits,
57 lhd_tree_inlining_auto_var_in_fn_p, lhd_tree_dump_type_quals,
58 lhd_expr_size): Likewise.
59 * langhooks.h (lang_hooks_for_tree_inlining,
60 lang_hooks_for_tree_dump, lang_hooks_for_types,
61 lang_hooks_for_decls, lang_hooks): Likewise.
62 * pointer-set.c (pointer_set_t, pointer_set_create,
63 pointer_set_contains, insert_aux, pointer_set_insert,
64 pointer_set_traverse, pointer_map_t, pointer_map_create,
65 pointer_map_contains, pointer_map_insert, pointer_map_traverse):
67 * pointer-set.h (pointer_set_contains, pointer_set_insert,
68 pointer_set_traverse, pointer_map_contains, pointer_map_insert,
69 pointer_map_traverse): Likewise.
70 * predict.c (assert_is_empty): Likewise.
71 * tree-affine.c (free_name_expansion): Likewise.
72 * tree-cfg.c (edge_to_cases_cleanup): Likewise.
73 * tree.c (size_in_bytes, max_int_size_in_bytes): Likewise.
74 * tree.h (size_in_bytes, max_int_size_in_bytes): Likewise.
76 2007-08-16 Victor Kaplansky <victork@il.ibm.com>
78 * tree-vectorizer.c (new_loop_vec_info): Initialize new
80 (destroy_loop_vec_info): Add call to VEC_free.
81 * tree-vectorizer.h (may_alias_ddrs): Define.
82 (LOOP_VINFO_MAY_ALIAS_DDRS): Define.
83 * tree-vect-analyze.c (vect_analyze_data_ref_dependence):
84 Change reporting to dump.
85 (vect_is_duplicate_ddr): New.
86 (vect_mark_for_runtime_alias_test): New.
87 (vect_analyze_data_ref_dependences) Add call to
88 vect_mark_for_runtime_alias_test.
89 (vect_enhance_data_refs_alignment): Define local variable
90 vect_versioning_for_alias_required, don't perform
91 peeling for alignment if versioning for alias is
93 (vect_enhance_data_refs_alignment): Use
94 PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS instead of
95 PARAM_VECT_MAX_VERSION_CHECKS.
96 * tree-vect-transform.c
97 (vect_create_cond_for_alias_checks): New.
98 (vect_transform_loop): Add call to
99 vect_create_cond_for_alias_checks.
100 (vect_vfa_segment_size): New.
101 * params.def (PARAM_VECT_MAX_VERSION_FOR_ALIGNMENT_CHECKS):
103 (PARAM_VECT_MAX_VERSION_FOR_ALIAS_CHECKS): Define.
104 * gcc/doc/invoke.texi
105 (vect-max-version-for-alignment-checks): Document.
106 (vect-max-version-for-alias-checks): Document.
107 (vect-max-version-checks): Remove.
109 2007-08-16 Uros Bizjak <ubizjak@gmail.com>
111 * config/i386/i386.md (*rep_movdi_rex64): Emit "rep" prefix on
112 the same line as the instruction for all asm dialects.
114 (*rep_movsi_rex64): Ditto.
116 (*rep_movqi_rex64): Ditto.
117 (*rep_stosdi_rex64): Ditto.
118 (*rep_stossi): Ditto.
119 (*rep_stossi_rex64): Ditto.
120 (*rep_stosqi): Ditto.
121 (*rep_stosqi_rex64): Ditto.
122 (*cmpstrnqi_nz_1): Ditto.
123 (*cmpstrnqi_nz_rex_1): Ditto.
124 (*cmpstrnqi_1): Ditto.
125 (*cmpstrnqi_rex_1): Ditto.
126 (*strlenqi_1): Ditto.
127 (*strlenqi_rex_1): Ditto.
128 * config/i386/sync.md (*sync_compare_and_swap<mode>): Emit "lock"
129 prefix on the same line as the instruction for all asm dialects.
130 (sync_double_compare_and_swap<mode>): Ditto.
131 (*sync_double_compare_and_swapdi_pic): Ditto.
132 (*sync_compare_and_swap_cc<mode>): Ditto.
133 (sync_double_compare_and_swap_cc<mode>): Ditto.
134 (*sync_double_compare_and_swap_ccdi_pic): Ditto.
135 (sync_old_add<mode>): Ditto.
136 (sync_add<mode>): Ditto.
137 (sync_sub<mode>): Ditto.
138 (sync_ior<mode>): Ditto.
139 (sync_and<mode>): Ditto.
140 (sync_xor<mode>): Ditto.
142 2007-08-16 Richard Sandiford <richard@codesourcery.com>
145 * reload.c (find_reloads): Check that the memory returned by
146 find_reloads_toplev was not the result of forcing a constant
148 (find_reloads_toplev): Always use simplify_gen_subreg to get
149 the subreg of a constant. If the result is also a constant,
150 but not a legitimate one, force it into the constant pool
151 and reload its address.
153 2007-08-15 David Edelsohn <edelsohn@gnu.org>
155 * config/rs6000/rs6000.c (rs6000_rtx_costs): Add CLZ, CTZ, and
158 2007-08-15 Daniel Jacobowitz <dan@codesourcery.com>
160 * config/rs6000/rs6000.c (rs6000_file_start): Output a .gnu_attribute
161 directive for the current vector ABI.
163 2007-08-15 Steve Ellcey <sje@cup.hp.com>
166 * caller-save.c (reg_save_code): Set invalide status on restore code.
168 2007-08-15 Diego Novillo <dnovillo@google.com>
170 * tree-ssa-alias.c (compute_memory_partitions): Use
171 alias_bitmap_obstack to allocate bitmaps.
172 (reset_alias_info): Factor out of init_alias_info.
173 Mark all name tags not associated to an SSA name for renaming.
174 (init_alias_info): Call it.
175 (create_name_tags): Tidy. Add comments.
176 (dump_points_to_info_for): Do not call get_mem_sym_stats_for.
178 2007-08-15 Maxim Kuvyrkov <maxim@codesourcery.com>
180 * config/mips/mips.c (vr4130_swap_insns_p): Use new interface to
181 scheduler dependencies.
183 2007-08-15 Rask Ingemann Lambertsen <rask@sygehus.dk>
185 * config/i386/i386.md (subsi3_carry_zext): Remove "m" constraint for
187 (*iorsi_1_zext): Likewise.
188 (*iorsi_1_zext_imm): Likewise.
189 * config/i386/sse.md: (*sse4_1_extractps): Use "nonimmediate_operand"
190 with "rm"/"xm" constraint.
191 (sse2_vmsqrtv2df2): Likewise.
193 2007-08-15 Jakub Jelinek <jakub@redhat.com>
196 * emit-rtl.c (try_split): Use INSN_LIST instead of EXPR_LIST for
199 2007-08-14 Daniel Berlin <dberlin@dberlin.org>
201 * tree-pass.h (PROP_pta): Removed.
202 (TODO_rebuild_alias): New.
203 (pass_may_alias): Removed.
204 * tree-ssa-ccp.c (execute_fold_all_builtins): Only rebuild
205 aliasing if we changed something.
206 * tree-ssa-alias.c (compute_may_aliases): Make non-static. Update
208 (pass_may_alias): Removed.
209 (create_structure_vars): Return TODO_rebuild_alias.
210 * tree-ssa-pre.c (do_pre): Return TODO_rebuild_alias.
211 * tree-sra.c (tree_sra): Only rebuild aliasing if something
213 (tree_sra_early): We never affect aliasing right now.
214 * tree-flow.h (compute_may_aliases): New prototype.
215 * passes.c: Remove pass_may_alias from the passes.
216 (execute_function_todo): Support TODO_rebuild_alias.
218 2007-08-14 Kai Tietz <kai.tietz@onevision.com>
220 * i386.c: (legitimize_address): Move dllimported variable check
221 infront of legitimizing pic address of CONST symbols.
223 2007-08-14 Steve Ellcey <sje@cup.hp.com>
225 PR tree-optimization/32941
226 * tree-eh.c (struct leh_tf_state): Add goto_queue_map field.
227 (goto_queue_cmp): Remove.
228 (find_goto_replacement): Change search method.
229 (maybe_record_in_goto_queue): Add assert.
230 (lower_try_finally): Remove qsort call, add pointer_map_destroy call.
231 * Makefile.in (tree-eh.o): Add pointer-set.h dependency.
233 2007-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
235 * alias.c (component_uses_parent_alias_set): Constify.
236 * alias.h (component_uses_parent_alias_set): Likewise.
237 * cfgrtl.c (print_rtl_with_bb): Likewise.
238 * double-int.c (tree_to_double_int, double_int_fits_to_tree_p,
239 mpz_get_double_int): Likewise.
240 * double-int.h (double_int_fits_to_tree_p, tree_to_double_int,
241 mpz_get_double_int): Likewise.
242 * expr.c (is_aligning_offset, undefined_operand_subword_p,
243 mostly_zeros_p, all_zeros_p, safe_from_p, is_aligning_offset):
245 * expr.h (safe_from_p): Likewise.
246 * gimple-low.c (try_catch_may_fallthru, block_may_fallthru):
248 * gimplify.c (should_carry_locus_p, zero_sized_field_decl,
249 zero_sized_type, goa_lhs_expr_p): Likewise.
250 * omp-low.c (is_variable_sized, use_pointer_for_field): Likewise.
251 * rtl.h (print_rtl_with_bb): Likewise.
252 * sched-vis.c (print_exp, print_value, print_pattern): Likewise.
253 * tree-cfg.c (const_first_stmt, const_last_stmt): New.
254 * tree-flow-inline.h (bb_stmt_list): Constify.
255 (cbsi_start, cbsi_last, cbsi_end_p, cbsi_next, cbsi_prev,
257 * tree-flow.h (const_block_stmt_iterator, cbsi_start, cbsi_last,
258 const_first_stmt, const_last_stmt): New.
259 (block_may_fallthru, empty_block_p): Constify.
260 * tree-iterator.c (EXPR_FIRST_BODY, EXPR_LAST_BODY,
261 EXPR_ONLY_BODY): New.
262 (expr_first, expr_last, expr_only): Use macro for body.
263 (const_expr_first, const_expr_last, const_expr_only): New.
264 * tree-iterator.h (const_tree_stmt_iterator, ctsi_start,
265 ctsi_last, ctsi_end_p, ctsi_one_before_end_p, ctsi_next,
266 ctsi_prev, ctsi_stmt): New.
267 * tree-scalar-evolution.c (get_loop_exit_condition): Constify.
268 * tree-scalar-evolution.h (get_loop_exit_condition): Likewise.
269 * tree-ssa-loop-niter.c (loop_only_exit_p,
270 derive_constant_upper_bound): Likewise.
271 * tree-ssa-phiopt.c (empty_block_p): Likewise.
272 * tree-ssa-threadupdate.c (redirection_block_p): Likewise.
273 * tree-vectorizer.c (slpeel_can_duplicate_loop_p): Likewise.
274 * tree-vectorizer.h (slpeel_can_duplicate_loop_p): Likewise.
275 * tree-vrp.c (vrp_bitmap_equal_p): Likewise.
276 * tree.c (get_type_static_bounds): Likewise.
277 * tree.h (const_expr_first, const_expr_last, const_expr_only): New.
278 (get_type_static_bounds): Constify.
280 2007-08-14 Rask Ingemann Lambertsen <rask@sygehus.dk>
283 * config/i386/i386.h (CANONICALIZE_COMPARISON): New.
284 * config/i386/i386.md (plusminus)(addsub)(SWI): New.
285 (*<addsub><mode>3_cc_overflow): New.
286 (*add<mode>3_cconly_overflow): New.
287 (*sub<mode>3_cconly_overflow): New.
288 (*<addsub>si3_zext_cc_overflow): New.
289 * config/i386/predicates.md (fcmov_comparison_operator): Accept
290 CCCmode for LTU, GTU, LEU and GEU.
291 (ix86_comparison_operator): Likewise.
292 (ix86_carry_flag_operator): Carry flag is set if LTU or GTU in CCCmode.
293 * config/i386/i386.c (put_condition_code): Support CCCmode.
294 (ix86_cc_mode): Use CCCmode when testing for overflow of PLUS
295 or MINUS expressions.
297 2007-08-14 Andrew Pinski <pinskia@gmail.com>
300 * c-typeck.c (build_binary_op): Disallow vector float types with
301 BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
303 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
305 * sched-int.h (struct _dep): Rename field 'kind' to 'type'.
306 (DEP_KIND): Rename to DEP_TYPE. Update all uses.
307 (dep_def): New typedef.
308 (init_dep_1, sd_debug_dep): Declare functions.
309 (DEP_LINK_KIND): Rename to DEP_LINK_TYPE.
310 (debug_dep_links): Remove.
311 (struct _deps_list): New field 'n_links'.
312 (DEPS_LIST_N_LINKS): New macro.
313 (FOR_EACH_DEP_LINK): Remove.
314 (create_deps_list, free_deps_list, delete_deps_list): Remove
316 (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
317 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
318 (copy_deps_list_change_con, move_dep_link): Ditto.
319 (struct haifa_insn_data): Split field 'back_deps' into 'hard_back_deps'
320 and 'spec_back_deps'. New field 'resolved_forw_deps'. Remove field
322 (INSN_BACK_DEPS): Remove.
323 (INSN_HARD_BACK_DEPS, INSN_SPEC_BACK_DEPS, INSN_RESOLVED_FORW_DEPS):
325 (INSN_DEP_COUNT): Remove.
326 (enum DEPS_ADJUST_RESULT): Add new constant DEP_NODEP. Fix comments.
327 (spec_info, haifa_recovery_block_was_added_during_scheduling_p):
328 Declare global variables.
329 (deps_pools_are_empty_p, sched_free_deps): Declare functions.
330 (add_forw_dep, compute_forward_dependences): Remove declarations.
331 (add_or_update_back_dep, add_or_update_back_forw_dep): Ditto.
332 (add_back_forw_dep, delete_back_forw_dep): Ditto.
333 (debug_ds, sched_insn_is_legitimate_for_speculation_p): Declare
335 (SD_LIST_NONE, SD_LIST_HARD_BACK, SD_LIST_SPEC_BACK, SD_LIST_FORW): New
337 (SD_LIST_RES_BACK, SD_LIST_RES_FORW, SD_LIST_BACK): Ditto.
338 (sd_list_types_def): New typedef.
339 (sd_next_list): Declare function.
340 (struct _sd_iterator): New type.
341 (sd_iterator_def): New typedef.
342 (sd_iterator_start, sd_iterator_cond, sd_iterator_next): New inline
344 (FOR_EACH_DEP): New cycle wrapper.
345 (sd_lists_size, sd_lists_empty_p, sd_init_insn, sd_finish_insn):
347 (sd_find_dep_between, sd_add_dep, sd_add_or_update_dep): Ditto.
348 (sd_resolve_dep, sd_copy_back_deps, sd_delete_dep, sd_debug_lists):
351 * sched-deps.c (init_dep_1): Make global.
352 (DUMP_DEP_PRO, DUMP_DEP_CON, DUMP_DEP_STATUS, DUMP_DEP_ALL): New
354 (dump_dep): New static function.
355 (dump_dep_flags): New static variable.
356 (sd_debug_dep): New function.
357 (add_to_deps_list, remove_from_deps_list): Update 'n_links' field of
359 (move_dep_link): Use remove_from_deps_list (), instead of
361 (dep_links_consistent_p, dump_dep_links, debug_dep_links): Remove.
362 (dep_link_is_detached_p): New static function.
363 (deps_obstack, dl_obstack, dn_obstack): Remove. Use dn_pool, dl_pool
365 (dn_pool, dl_pool): New alloc_pools.
366 (dn_pool_diff, dl_pool_diff): New static variables.
367 (create_dep_node, delete_dep_node): New static function.
368 (create_deps_list): Make it static. Use alloc_pool 'dl_pool'.
369 (deps_list_empty_p): Make it static. Use 'n_links' field.
370 (deps_pools_are_empty_p): New static function.
371 (alloc_deps_list, delete_deps_list): Remove.
372 (dump_deps_list, debug_deps_list, add_back_dep_to_deps_list): Remove.
373 (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
374 (copy_deps_list_change_con): Remove. Use sd_copy_back_deps () instead.
375 (forward_dependency_cache): Remove.
376 (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Remove
377 'back' from the names. Change signature to use dep_t instead of
379 (add_back_dep): Ditto. Make global.
380 (check_dep_status): Rename to check_dep ().
381 (sd_next_list, sd_lists_size, sd_lists_empty_p, sd_init_insn):
383 (sd_finish_insn): Ditto.
384 (sd_find_dep_between_no_cache): New static function.
385 (sd_find_dep_between): New function.
386 (ask_dependency_caches, set_dependency_caches): New static functions.
387 (update_dependency_caches, change_spec_dep_to_hard, update_dep): Ditto.
388 (add_or_update_dep_1): Separate pieces of functionality into
389 ask_dependency_caches (), update_dependency_caches (),
390 change_spec_dep_to_hard (), update_dep ().
391 (get_back_and_forw_lists): New static function.
392 (sd_add_dep): Separate setting of dependency caches into
393 set_dependency_caches ().
394 (sd_add_or_update_dep, sd_resolve_dep, sd_copy_back_deps):
396 (sd_delete_dep): Ditto.
397 (DUMP_LISTS_SIZE, DUMP_LISTS_DEPS, DUMP_LISTS_ALL): New constants.
398 (dump_lists): New static function.
399 (sd_debug_lists): New debug function.
400 (delete_all_dependences, fixup_sched_groups): Update to use
402 (sched_analyze_2): Create data-speculative dependency only if
403 data-speculation is enabled.
404 (sched_analyze_insn): If insn cannot be speculative, make all its
405 dependencies non-speculative.
406 (sched_analyze): Use sd_init_insn ().
407 (add_forw_dep, compute_forward_dependencies): Remove.
408 (delete_dep_nodes_in_back_deps): New static function.
409 (sched_free_deps): New function.
410 (init_dependency_caches): Init alloc_pools.
411 (extend_depedency_caches): Update after removing of
412 forward_dependency_cache.
413 (free_dependency_caches): Ditto. Free alloc_pools.
414 (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Remove.
415 (delete_forw_dep, add_or_update_back_dep, add_or_update_back_forw_dep):
417 (add_back_forw_dep, delete_back_forw_dep): Ditto.
418 (add_dependence): Use init_dep ().
419 (get_dep_weak_1): New static function.
420 (get_dep_weak): Move logic to get_dep_weak_1 ().
421 (dump_ds): New static function moved from haifa-sched.c:
422 debug_spec_status ().
423 (debug_ds): New debug function.
424 (check_dep_status): Rename to check_dep (). Update to check whole
427 * haifa-sched.c (spec_info): Make global.
428 (added_recovery_block_p): Rename to
429 'haifa_recovery_block_was_added_during_current_schedule_block_p'.
430 (haifa_recovery_block_was_added_during_scheduling_p): New variable.
431 (dep_cost, priority, rank_for_schedule, schedule_insn): Update
432 to use new interfaces.
433 (ok_for_early_queue_removal): Ditto.
434 (schedule_block): Initialize logical uids of insns emitted by the
436 (sched_init): Initialize new variable.
437 (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
439 (extend_global): Initialize insn data.
440 (init_h_i_d): Remove code that is now handled in sd_init_insn ().
441 (process_insn_forw_deps_be_in_spec): Change signature. Update to use
443 (add_to_speculative_block): Update to use new interfaces.
444 (create_recovery_block): Set new variables.
445 (create_check_block_twin, fix_recovery_deps): Update to use new
447 (sched_insn_is_legitimate_for_speculation_p): New function.
448 (speculate_insn): Move checking logic to
449 sched_insn_is_legitimate_for_speculation_p ().
450 (sched_remove_insn): Finalize sched-deps information of instruction.
451 (clear_priorities, add_jump_dependencies): Update to use new
453 (debug_spec_status): Rename to dump_ds () and move to sched-deps.c.
455 * sched-rgn.c (set_spec_fed, find_conditional_protection): Update
456 to use new interfaces.
457 (is_conditionally_protected, is_pfree, is_prisky) Ditto.
458 (new_ready): Try to use control speculation only if it is available.
459 (add_branch_dependences): Update to use new interfaces.
460 (compute_block_backward_dependences): Rename to
461 compute_block_dependences (). Call
462 targetm.sched.dependencies_evaluation_hook ().
463 (free_block_dependencies): New static function.
464 (debug_dependencies): Update to use new interfaces.
465 (schedule_region): Remove separate computation of forward dependencies.
466 Move call of targetm.sched.dependencies_evaluation_hook () to
467 compute_block_dependences (). Free dependencies at the end of
468 scheduling the region.
470 * sched-ebb.c (earliest_block_with_similiar_load): Update to use
472 (add_deps_for_risky_insns): Ditto.
473 (schedule_ebb): Remove separate computation of forward dependencies.
474 Free dependencies at the end of scheduling the ebb.
476 * ddg.c (create_ddg_dependence): Update to use new interfaces.
477 (build_intra_loop_deps): Ditto. Remove separate computation of forward
478 dependencies. Free sched-deps dependencies.
480 * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Update
481 to use new interfaces.
482 (ia64_dfa_new_cycle, ia64_gen_check): Ditto.
484 * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Update to use
486 (is_costly_group): Ditto.
488 2007-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
490 * alias.c (rtx_equal_for_memref_p): Constify.
491 * basic-block.h (const_edge, const_basic_block): New.
492 (reg_set_to_hard_reg_set, dfs_enumerate_from, single_succ_p,
493 single_pred_p, single_succ_edge, single_pred_edge, single_succ,
494 single_pred, maybe_hot_bb_p, probably_cold_bb_p,
495 probably_never_executed_bb_p, edge_probability_reliable_p,
496 br_prob_note_reliable_p, forwarder_block_p, flow_nodes_print,
497 inside_basic_block_p, control_flow_insn_p, dominated_by_p):
499 * bb-reorder.c (better_edge_p, push_to_next_round_p): Likewise.
500 * bt-load.c (basic_block_freq, insn_sets_btr_p, can_move_up):
502 * cfganal.c (flow_active_insn_p, forwarder_block_p,
503 flow_nodes_print, dfs_enumerate_from): Likewise.
504 * cfgbuild.c (count_basic_blocks, inside_basic_block_p,
505 control_flow_insn_p, count_basic_blocks): Likewise.
506 * cfgloop.c (flow_bb_inside_loop_p, glb_enum_p,
507 get_loop_body_with_size, loop_exit_edge_p): Likewise.
508 * cfgloop.h (flow_bb_inside_loop_p, num_loop_insns,
509 average_num_loop_insns, loop_exit_edge_p,
510 just_once_each_iteration_p, can_duplicate_loop_p): Likewise.
511 * cfgloopanal.c (just_once_each_iteration_p, num_loop_insns,
512 average_num_loop_insns, seq_cost): Likewise.
513 * cfgloopmanip.c (rpe_enum_p, can_duplicate_loop_p): Likewise.
514 * dominance.c (dominated_by_p): Likewise.
515 * emit-rtl.c (validate_subreg): Likewise.
516 * except.c (can_throw_internal, can_throw_external): Likewise.
517 * except.h (can_throw_internal, can_throw_external): Likewise.
518 * gcse.c (gcse_constant_p, oprs_unchanged_p, oprs_anticipatable_p,
519 oprs_available_p, hash_expr, expr_equiv_p, oprs_not_set_p,
520 compute_transp, load_killed_in_block_p, reg_killed_on_edge,
521 simple_mem, store_ops_ok, load_kills_store, find_loads,
522 store_killed_in_insn, store_killed_after, store_killed_before,
523 gcse_mem_operand, implicit_set_cond_p, store_killed_in_pat):
525 * ifcvt.c (count_bb_insns, cheap_bb_rtx_cost_p, noce_operand_ok,
526 noce_mem_write_may_trap_or_fault_p): Likewise.
527 * pointer-set.c (pointer_set_contains, pointer_map_contains):
529 * pointer-set.h (pointer_set_contains, pointer_map_contains):
531 * predict.c (can_predict_insn_p, maybe_hot_bb_p,
532 probably_cold_bb_p, probably_never_executed_bb_p,
533 edge_probability_reliable_p, br_prob_note_reliable_p,
534 can_predict_insn_p): Likewise.
535 * regclass.c (reg_set_to_hard_reg_set): Likewise.
536 * resource.c (return_insn_p): Likewise.
537 * rtl.h (reg_set_between_p, reg_set_p, validate_subreg):
539 * rtlanal.c (reg_set_between_p, reg_set_p): Likewise.
540 * tracer.c (count_insns, ignore_bb_p, better_p): Likewise.
541 * tree-cfg.c (verify_gimple_unary_expr, verify_gimple_binary_expr,
542 verify_gimple_modify_stmt): Likewise.
543 * tree-chrec.c (is_not_constant_evolution,
544 is_multivariate_chrec_rec, is_multivariate_chrec,
545 chrec_contains_symbols, chrec_contains_undetermined,
546 tree_contains_chrecs, evolution_function_is_affine_multivariate_p,
547 evolution_function_is_univariate_p, avoid_arithmetics_in_type_p,
548 eq_evolutions_p, scev_direction): Likewise.
549 * tree-chrec.h (automatically_generated_chrec_p, tree_is_chrec,
550 eq_evolutions_p, is_multivariate_chrec, chrec_contains_symbols,
551 chrec_contains_symbols_defined_in_loop,
552 chrec_contains_undetermined, tree_contains_chrecs,
553 evolution_function_is_affine_multivariate_p,
554 evolution_function_is_univariate_p, chrec_zerop,
555 evolution_function_is_constant_p, evolution_function_is_affine_p,
556 evolution_function_is_affine_or_constant_p,
557 tree_does_not_contain_chrecs, chrec_type): Likewise.
558 * tree-data-ref.c (tree_fold_divides_p,
559 object_address_invariant_in_loop_p, dr_may_alias_p,
560 ziv_subscript_p, siv_subscript_p, gcd_of_steps_may_divide_p,
561 same_access_functions, constant_access_functions,
562 access_functions_are_affine_or_constant_p, find_vertex_for_stmt):
564 * tree-flow.h (scev_direction): Likewise.
565 * tree-gimple.c (is_gimple_stmt): Likewise.
566 * tree-outof-ssa.c (identical_copies_p, identical_stmt_lists_p):
568 * tree-pretty-print.c (op_prio): Likewise.
569 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop,
570 analyzable_condition, backedge_phi_arg_p): Likewise.
571 * tree-scalar-evolution.h (get_chrec_loop): Likewise.
572 * tree-ssa-operands.c (get_name_decl, operand_build_cmp): Likewise.
573 * tree-ssa-threadupdate.c (dbds_continue_enumeration_p):
576 2007-08-13 Dan Hipschman <dsh@google.com>
579 * c-format.c (check_format_arg): Move check for zero-length
580 format strings below the check for unterminated strings.
582 2007-08-13 Andrew Pinski <pinskia@gmail.com>
585 * c-typeck.c (build_unary_op <case BIT_NOT_EXPR>): Reject vector float
588 2007-08-13 Nick Clifton <nickc@redhat.com>
590 * config/arm/arm_neon.h: Revert GPLv3 patch to this file.
592 2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
595 * c-format.c (gcc_gfc_length_specs): New array.
596 (gcc_gfc_char_table): Add unsigned specifier, and references to
597 the l length modifier.
598 (format_types_orig): Use the new gcc_gfc_length_specs.
600 2007-08-12 Sa Liu <saliu@de.ibm.com>
602 * emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note
603 and with REG_RETVAL note after split.
605 2007-08-11 David Daney <ddaney@avtrex.com>
607 * config/mips/mips.c (mips_sched_reorder): Mark cycle parameter
610 2007-08-11 David Edelsohn <edelsohn@gnu.org>
611 Segher Boessenkool <segher@kernel.crashing.org>
613 * config/rs6000/rs6000.h (CC1_CPU_SPEC): Define as empty string if
614 HAVE_LOCAL_CPU_DETECT not defined.
616 2007-08-11 Jan Hubicka <jh@suse.cz>
618 * cgraphunit.c (record_cdtor_fn): Declare all cdtors always inlined.
619 (cgraph_process_new_functions): Honor previous value of
620 disregard_inline_limits.
621 * ipa-inline.c (compute_inline_parameters): Likewise.
623 2007-08-11 Ian Lance Taylor <iant@google.com>
625 * alias.h (alias_set_type): Define new type.
626 (ALIAS_SET_MEMORY_BARRIER): Use it.
627 * rtl.h: Include alias.h.
628 (struct mem_attrs): Use alias_set_type.
629 * tree.h: Include alias.h
630 (struct tree_type): Use alias_set_type.
631 (struct tree_struct_field_tag): Likewise.
632 (struct tree_decl_common): Likewise.
633 * alias.c (struct alias_set_entry): Use alias_set_type.
634 (get_alias_set_entry, alias_set_subset_of): Likewise.
635 (alias_sets_conflict_p): Likewise.
636 (alias_sets_must_conflict_p): Likewise.
637 (objects_must_conflict_p): Likewise.
638 (get_alias_set, new_alias_set): Likewise.
639 (record_alias_subset, record_component_aliases): Likewise.
640 (varargs_set, frame_set): Change to alias_set_type.
641 (get_varargs_alias_set): Use alias_set_type.
642 (get_frame_alias_set): Likewise.
643 * builtins.c (setjmp_alias_set): Change to alias_set_type.
644 * dse.c (struct store_info): Use alias_set_type.
645 (struct read_info, struct clear_alias_mode_holder): Likewise.
646 (clear_alias_set_lookup, canon_address): Likewise.
647 (record_store, check_mem_read_rtx): Likewise.
648 (dse_record_singleton_alias_set): Likewise.
649 (dse_invalidate_singleton_alias_set): Likewise.
650 * emit-rtl.c (get_mem_attrs): Likewise.
651 (set_mem_attributes_minus_bitpos): Likewise.
652 (set_mem_alias_set): Likewise.
653 * expr.c (store_constructor_field, store_field): Likewise.
654 * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise.
655 * langhooks.c (lhd_get_alias_set): Likewise.
656 * langhooks-def.h (lhd_get_alias_set): Likewise.
657 * reload1.c (alter_reg): Likewise.
658 * tree-flow.h (struct fieldoff): Likewise.
659 * tree-ssa-alias.c (struct alias_map_d): Likewise.
660 (may_alias_p, get_smt_for, create_sft): Likewise.
661 * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise.
662 * tree-ssa-structalias.c (set_uids_in_ptset): Likewise.
663 (merge_smts_into): Likewise.
664 * varasm.c (const_alias_set): Likewise.
665 * c-common.c (strict_aliasing_warning): Likewise.
666 (c_common_get_alias_set): Likewise.
667 * dse.h (dse_record_singleton_alias_set): Update declaration.
668 (dse_invalidate_singleton_alias_set): Likewise.
669 * emit-rtl.h (set_mem_alias_set): Likewise.
670 * c-common.h (c_common_get_alias_set): Likewise.
671 * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it.
672 * print-tree.c (print_node): Likewise.
673 * config/alpha/alpha.c (alpha_sr_alias_set): Change to
675 (alpha_setup_incoming_varargs): Use alias_set_type.
676 * config/i386/i386.c (setup_incoming_varargs_64): Use
678 (setup_incoming_varargs_ms_64): Likewise.
679 (ix86_GOT_alias_set): Likewise.
680 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
681 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
682 (set): Change to alias_set_type.
683 (get_TOC_alias_set): Use alias_set_type.
684 * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update
686 * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type.
687 * config/sparc/sparc.c (sparc_sr_alias_set): Change to
689 (struct_value_alias_set): Likewise.
690 * Makefile.in (GTFILES): Add $(srcdir)/alias.h.
692 2007-08-11 Richard Sandiford <richard@codesourcery.com>
694 * config/vxworks-dummy.h (TARGET_VXWORKS): Define.
695 * config/vxworks.h (TARGET_VXWORKS): Override.
696 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Don't define
697 "mips" if TARGET_VXWORKS.
699 2007-08-11 Richard Sandiford <richard@codesourcery.com>
701 * calls.c (avoid_likely_spilled_reg): New function.
702 (expand_call): Use it.
704 2007-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
706 * c-typeck.c (build_c_cast): Add OPT_Wcast_qual to warnings.
708 2007-08-10 Adam Nemet <anemet@caviumnetworks.com>
710 * config/mips/predicates.md (const_call_insn_operand): Invoke
711 SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs.
713 2007-08-10 David Edelsohn <edelsohn@gnu.org>
716 * config/rs6000/driver-rs6000.c: Include link.h.
717 Use ElfW instead of wordsize-specif typedef.
719 2007-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
721 * system.h (CONST_CAST): New.
722 * c-decl.c (c_make_fname_decl): Use it.
723 * c-lex.c (cb_ident, lex_string): Likewise.
724 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
725 * gcc.c (set_spec, read_specs, for_each_path, execute, do_spec_1,
726 give_switch, set_multilib_dir): Likewise.
727 * gengtype-parse.c (string_seq, typedef_name): Likewise.
728 * passes.c (execute_one_pass): Likewise.
729 * prefix.c (update_path): Likewise.
730 * pretty-print.c (pp_base_destroy_prefix): Likewise.
731 * tree.c (build_string): Likewise.
733 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
735 * tree-flow-inline.h (is_exec_stmt): Remove.
736 (is_label_stmt): Remove.
737 * tree-flow.h: Remove prototypes for is_exec_stmt, get_filename, and
740 2007-08-10 Andreas Krebbel <krebbel1@de.ibm.com>
742 * lower-subreg.c (resolve_shift_zext): Don't adjust
743 src_reg_num for wordmode operands.
745 2007-08-10 Sandra Loosemore <sandra@codesourcery.com>
746 David Ung <davidu@mips.com>
748 * config/mips/mips.c (TARGET_SCHED_INIT): Define.
749 (TARGET_SCHED_REORDER2): Define.
750 (mips_maybe_swap_ready): New.
751 (mips_last_74k_agen_insn): New.
752 (mips_74k_agen_init): New.
753 (mips_74k_agen_reorder): New function to group loads and stores
755 (mips_sched_init): New.
756 (mips_sched_reorder): Don't do initialization here. Call
757 mips_74k_agen_reorder.
758 (mips_variable_issue): Call mips_74k_agen_init.
760 2007-08-10 Aldy Hernandez <aldyh@redhat.com>
762 * tree-flow-inline.h (get_filename): Remove.
764 2007-08-10 Richard Sandiford <richard@codesourcery.com>
766 * config/mips/mips-protos.h (mips_address_insns): Add a boolean
768 (mips_fetch_insns): Delete in favor of...
769 (mips_load_store_insns): ...this new function.
770 * config/mips/mips.c (mips_address_insns): Add a boolean argument
771 to say whether multiword moves _might_ be split.
772 (mips_fetch_insns): Delete in favor of...
773 (mips_load_store_insns): ...this new function.
774 (mips_rtx_costs): Update the call to mips_address_insns.
775 (mips_address_cost): Likewise.
776 * config/mips/mips.md (length): Use mips_load_store_insns instead
778 * config/mips/constraints.md (R): Use mips_address_insns rather
779 than mips_fetch_insns. Assume that the move never needs to be split.
781 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
783 * config/mips/mips.opt (mhard-float, msoft-float): Make these
784 control TARGET_HARD_FLOAT_ABI and TARGET_SOFT_FLOAT_ABI, rather
785 than TARGET_HARD_FLOAT and TARGET_SOFT_FLOAT.
786 * config/mips/mips.h (mips16_hard_float): Delete.
787 (TARGET_HARD_FLOAT_ABI, TARGET_SOFT_FLOAT_ABI): Delete these
788 definitions, and replace with....
789 (TARGET_HARD_FLOAT, TARGET_SOFT_FLOAT): Define.
790 * config/mips/mips.c (mips16_hard_float): Delete. Replace
791 all references with (TARGET_MIPS16 && TARGET_HARD_FLOAT_ABI).
792 (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Update comments.
793 (override_options): Replace MASK_SOFT_FLOAT references with
794 MASK_SOFT_FLOAT_ABI. Delete twiddling with MASK_SOFT_FLOAT
795 and mips16_hard_float when TARGET_MIPS16.
797 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
800 * c-typeck.c (build_binary_op): Check for non pointer types before
801 calling int_fits_type_p.
803 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
806 * fold-const.c (omit_one_operand): Return only the ommitted expression
807 if the result is an empty statement.
808 (pedantic_omit_one_operand): Likewise.
810 2007-08-09 Daniel Berlin <dberlin@dberlin.org>
812 * c-typeck.c (readonly_error): Improve error for assignment.
814 * c-pretty-print.c (pp_c_additive_expression): Handle pointer-plus
816 (pp_c_expression): Ditto.
818 2007-08-09 Simon Baldwin <simonb@google.com>
820 * simplify-rtx.c (simplify_binary_operation_1): Removed erroneous
821 break that was preventing simplify_associative_operation() for xor.
823 2007-08-09 Sandra Loosemore <sandra@codesourcery.com>
824 Nigel Stephens <nigel@mips.com>
826 * doc/tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, CTZ_DEFINED_VALUE_AT_ZERO):
827 Document change in interpretation of value from boolean to
829 * optabs.c (expand_ffs, expand_ctz): New functions to compute
830 ffs and ctz using clz.
831 (expand_unop): Call them.
832 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Fix its
834 (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
835 * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Likewise, to
836 enable the new ffs expansion on this target.
838 2007-08-09 Jan Hubicka <jh@suse.cz>
840 * optabs.c (expand_widen_pattern_expr): Use optabs accestors.
841 (expand_ternary_op): Likewise.
842 (expand_vec_shift_expr): Likewise.
843 (expand_binop_directly): Likewise.
844 (expand_binop): Likewise.
845 (sign_expand_binop): Likewise.
846 (expand_twoval_unop): Likewise.
847 (expand_twoval_binop): Likewise.
848 (expand_twoval_binop_libfunc): Likewise.
849 (widen_clz): Likewise.
850 (widen_bswap): Likewise.
851 (expand_parity): Likewise.
852 (expand_unop): Likewise.
853 (expand_abs_nojump): Likewise.
854 (expand_copysign): Likewise.
855 (emit_no_conflict_block): Likewise.
856 (emit_libcall_block): Likewise.
857 (can_compare_p): Likewise.
858 (prepare_cmp_insn): Likewise.
859 (emit_cmp_and_jump_insn_1): Likewise.
860 (prepare_float_lib_cmp): Likewise.
861 (emit_conditional_add): Likewise.
862 (gen_add2_insn): Likewise.
863 (have_add2_insn): Likewise.
864 (gen_sub2_insn): Likewise.
865 (have_sub2_insn): Likewise.
866 (can_extend_p): Likewise.
867 (can_fix_p): Likewise.
868 (can_float_p): Likewise.
869 (expand_float): Likewise.
870 (expand_fix): Likewise.
871 (expand_sfix_optab): Likewise.
872 (new_optab): Likewise.
873 (new_convert_optab): Likewise.
874 (init_libfuncs): Likewise.
875 (init_interclass_conv_libfuncs): Likewise.
876 (init_intraclass_conv_libfuncs): Likewise.
877 (set_conv_libfunc): Likewise.
878 (init_optabs): Likewise.
879 (debug_optab_libfuncs): Likewise.
880 (gen_cond_trap): Likewise.
881 * optabs.h (optab_handler, convert_optab_hanlder): New.
882 * genopinit.c: Update optabs generation table.
883 * reload.c (find_reloads_address_1): Use optabs accestors.
884 * builtins.c (expand_builtin_mathfn): Likewise.
885 (expand_builtin_mathfn_2): Likewise.
886 (expand_builtin_mathfn_3): Likewise.
887 (expand_builtin_interclass_mathfn): Likewise.
888 (expand_builtin_sincos): Likewise.
889 (expand_builtin_cexpi): Likewise.
890 (expand_builtin_powi): Likewise.
891 (expand_builtin_strlen): Likewise.
892 * dojump.c (do_jump): Likewise.
893 * expr.c (convert_move): Likewise.
894 (move_by_pieces): Likewise.
895 (move_by_pieces_ninsns): Likewise.
896 (can_store_by_pieces): Likewise.
897 (store_by_pieces_1): Likewise.
898 (emit_move_via_integer): Likewise.
899 (emit_move_complex): Likewise.
900 (emit_move_ccmode): Likewise.
901 (emit_move_insn_1): Likewise.
902 (emit_single_push_insn): Likewise.
903 (store_constructor): Likewise.
904 (expand_expr_real_1): Likewise.
905 (do_store_flag): Likewise.
906 * ada/misc.c (gnat_compute_largest_alignment): Likewise.
907 (enumerate_modes): Likewise.
908 * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise.
909 (supportable_widening_operation): Likewise.
910 (supportable_narrowing_operation): Likewise.
911 * expmed.c (store_bit_field_1): Likewise.
912 (extract_bit_field_1): Likewise.
913 (expand_mult_highpart_optab): Likewise.
914 (expand_smod_pow2): Likewise.
915 (expand_divmod): Likewise.
916 (emit_store_flag): Likewise.
917 * tree-vect-patterns.c
918 (vect_pattern_recog_1): Likewise.
919 * tree-ssa-loop-prefetch.c
920 (nontemporal_store_p): Likewise.
921 * tree-vect-transform.c (vect_model_reduction_cost): Likewise.
922 (vect_create_epilog_for_reduction): Likewise.
923 (vectorizable_reduction): Likewise.
924 (vectorizable_operation): Likewise.
925 (vect_strided_store_supported): Likewise.
926 (vectorizable_store): Likewise.
927 (vect_strided_load_supported): Likewise.
928 (vectorizable_load): Likewise.
929 * combine.c (simplify_comparison): Likewise.
930 * tree-vect-generic.c
931 (type_for_widest_vector_mode): Likewise.
932 (expand_vector_operations_1): Likewise.
933 * config/spu/spu.c (spu_expand_mov): Likewise.
934 (spu_emit_vector_compare): Likewise.
935 * config/rs6000/rs6000.c
936 (rs6000_emit_vector_compare): Likewise.
937 * stmt.c (add_case_node): Likewise.
938 * reload1.c (gen_reload):
940 2007-08-09 Michael Matz <matz@suse.de>
942 * tree.h (fixed_zerop): Declare as taking a const_tree.
943 * tree.c (fixed_zerop): Take a const_tree.
945 2007-08-09 Ira Rosen <irar@il.ibm.com>
947 * tree-vect-transform.c (vectorizable_store): Remove call to
948 copy_virtual_operands() and call mark_symbols_for_renaming() for
949 the created vector store.
950 (vect_setup_realignment): Don't call copy_virtual_operands() and
951 update_vuses_to_preheader().
952 (vectorizable_load): Don't call copy_virtual_operands().
953 (update_vuses_to_preheader): Remove.
955 2007-08-08 Chao-ying Fu <fu@mips.com>
957 * tree.def (FIXED_POINT_TYPE): New type.
958 (FIXED_CST): New constant.
959 (FIXED_CONVERT_EXPR): New expr.
960 * doc/c-tree.texi (Types): Document FIXED_POINT_TYPE.
961 (Expressions): Document FIXED_CST and FIXED_CONVERT_EXPR.
962 * tree.h (struct tree_base): Add saturating_flag.
963 Remove one bit of spare for saturating_flag.
964 (NUMERICAL_TYPE_CHECK): Support FIXED_POINT_TYPE.
965 (NON_SAT_FIXED_POINT_TYPE_P, SAT_FIXED_POINT_TYPE_P,
966 FIXED_POINT_TYPE_P): Define.
967 (TYPE_SATURATING): Define.
968 (TREE_FIXED_CST_PTR, TREE_FIXED_CST): Define.
969 (struct tree_fixed_cst): New.
970 (TYPE_IBIT, TYPE_FBIT): Define.
971 (tree_node): Add fixed_cst.
972 (enum tree_index): Add new enumeration values of
973 TI_SAT_SFRACT_TYPE, TI_SAT_FRACT_TYPE, TI_SAT_LFRACT_TYPE,
974 TI_SAT_LLFRACT_TYPE, TI_SAT_USFRACT_TYPE, TI_SAT_UFRACT_TYPE,
975 TI_SAT_ULFRACT_TYPE, TI_SAT_ULLFRACT_TYPE, TI_SFRACT_TYPE,
976 TI_FRACT_TYPE, TI_LFRACT_TYPE, TI_LLFRACT_TYPE, TI_USFRACT_TYPE,
977 TI_UFRACT_TYPE, TI_ULFRACT_TYPE, TI_ULLFRACT_TYPE,
978 TI_SAT_SACCUM_TYPE, TI_SAT_ACCUM_TYPE, TI_SAT_LACCUM_TYPE,
979 TI_SAT_LLACCUM_TYPE, TI_SAT_USACCUM_TYPE, TI_SAT_UACCUM_TYPE,
980 TI_SAT_ULACCUM_TYPE, TI_SAT_ULLACCUM_TYPE, TI_SACCUM_TYPE,
981 TI_ACCUM_TYPE, TI_LACCUM_TYPE, TI_LLACCUM_TYPE, TI_USACCUM_TYPE,
982 TI_UACCUM_TYPE, TI_ULACCUM_TYPE, TI_ULLACCUM_TYPE,
983 TI_QQ_TYPE, TI_HQ_TYPE,_TYPE, TI_SQ_TYPE, TI_DQ_TYPE, TI_TQ_TYPE,
984 TI_UQQ_TYPE, TI_UHQ_TYPE, TI_USQ_TYPE, TI_UDQ_TYPE, TI_UTQ_TYPE,
985 TI_SAT_QQ_TYPE, TI_SAT_HQ_TYPE, TI_SAT_SQ_TYPE, TI_SAT_DQ_TYPE,
986 TI_SAT_TQ_TYPE, TI_SAT_UQQ_TYPE, TI_SAT_UHQ_TYPE, TI_SAT_USQ_TYPE,
987 TI_SAT_UDQ_TYPE, TI_SAT_UTQ_TYPE, TI_HA_TYPE, TI_SA_TYPE, TI_DA_TYPE,
988 TI_TA_TYPE, TI_UHA_TYPE, TI_USA_TYPE, TI_UDA_TYPE, TI_UTA_TYPE,
989 TI_SAT_HA_TYPE, TI_SAT_SA_TYPE, TI_SAT_DA_TYPE, TI_SAT_TA_TYPE,
990 TI_SAT_UHA_TYPE, TI_SAT_USA_TYPE, TI_SAT_UDA_TYPE, TI_SAT_UTA_TYPE.
991 (sat_short_fract_type_node, sat_fract_type_node,
992 sat_long_fract_type_node, sat_long_long_fract_type_node,
993 sat_unsigned_short_fract_type_node, sat_unsigned_fract_type_node,
994 sat_unsigned_long_fract_type_node,
995 sat_unsigned_long_long_fract_type_node, short_fract_type_node,
996 fract_type_node, long_fract_type_node, long_long_fract_type_node,
997 unsigned_short_fract_type_node, unsigned_fract_type_node,
998 unsigned_long_fract_type_node, unsigned_long_long_fract_type_node,
999 sat_short_accum_type_node, sat_accum_type_node,
1000 sat_long_accum_type_node, sat_long_long_accum_type_node,
1001 sat_unsigned_short_accum_type_node, sat_unsigned_accum_type_node,
1002 sat_unsigned_long_accum_type_node,
1003 sat_unsigned_long_long_accum_type_node, short_accum_type_node,
1004 accum_type_node, long_accum_type_node, long_long_accum_type_node,
1005 unsigned_short_accum_type_node, unsigned_accum_type_node,
1006 unsigned_long_accum_type_node, unsigned_long_long_accum_type_node,
1007 qq_type_node, hq_type_node, sq_type_node, dq_type_node, tq_type_node,
1008 uqq_type_node, uhq_type_node, usq_type_node, udq_type_node,
1009 utq_type_node, sat_qq_type_node, sat_hq_type_node, sat_sq_type_node,
1010 sat_dq_type_node, sat_tq_type_node, sat_uqq_type_node,
1011 sat_uhq_type_node, sat_usq_type_node, sat_udq_type_node,
1012 sat_utq_type_node, ha_type_node, sa_type_node, da_type_node,
1013 ta_type_node, uha_type_node, usa_type_node, uda_type_node,
1014 uta_type_node, sat_ha_type_node, sat_sa_type_node, sat_da_type_node,
1015 sat_ta_type_node, sat_uha_type_node, sat_usa_type_node,
1016 sat_uda_type_node, sat_uta_type_node): New macro.
1017 (make_fract_type, make_accum_type): Declare.
1018 (make_signed_fract_type, make_unsigned_fract_type,
1019 make_sat_signed_fract_type, make_sat_unsigned_fract_type,
1020 make_signed_accum_type, make_unsigned_accum_type,
1021 make_sat_signed_accum_type, make_sat_unsigned_accum_type,
1022 make_or_reuse_signed_fract_type, make_or_reuse_unsigned_fract_type,
1023 make_or_reuse_sat_signed_fract_type,
1024 make_or_reuse_sat_unsigned_fract_type, make_or_reuse_signed_accum_type,
1025 make_or_reuse_unsigned_accum_type, make_or_reuse_sat_signed_accum_type,
1026 make_or_reuse_sat_unsigned_accum_type): New macro.
1027 (fixed_zerop): Declare.
1028 * defaults.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
1029 LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
1030 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
1031 LONG_LONG_ACCUM_TYPE_SIZE): Define.
1032 * treestruct.def: Add TS_FIXED_CST.
1033 * Makefile.in (c-pretty-print.o): Add dependence on fixed-value.h.
1035 (tree-dump.o): Likewise.
1036 (print-tree.o): Likewise.
1037 (tree-pretty-print.o): Likewise.
1038 (fold-const.o): Likewise.
1039 * tree-complex.c (some_nonzerop): Handle FIXED_CST.
1040 * tree-gimple.c (is_gimple_formal_tmp_rhs): Handle FIXED_CST.
1041 (is_gimple_min_invariant): Handle FIXED_CST.
1042 * stor-layout.c (int_mode_for_mode): Handle MODE_FRACT, MODE_UFRACT,
1043 MODE_ACCUM, MODE_UACCUM, MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT,
1044 MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
1045 (layout_type): Handle FIXED_POINT_TYPE.
1046 (make_fract_type, make_accum_type): New functions.
1047 * tree-browser.c (browse_tree): Handle FIXED_POINT_TYPE.
1048 * tree-dump.c (fixed-value.h): New include.
1049 (dump_fixed): New function.
1050 (dequeue_and_dump): Handle FIXED_POINT_TYPE and FIXED_CST.
1051 * tree-inline.c (remap_type_1): Handle FIXED_POINT_TYPE.
1052 (estimate_num_insns_1): Handle FIXED_CST and FIXED_CONVERT_EXPR.
1053 * tree-pretty-print.c (fixed-value.h): New include.
1054 (dump_generic_node): Handle FIXED_POINT_TYPE, FIXED_CST, and
1056 * tree-scalar-evolution.c (get_scalar_evolution): Handle FIXED_CST.
1057 * tree-ssa-loop-im.c (for_each_index): Handle FIXED_CST.
1058 * tree-ssa-pre.c (poolify_tree): Handle FIXED_CST.
1059 * tree-ssa-reassoc.c (break_up_subtract_bb): We can do reassociation
1060 for non-saturating fixed-point types.
1061 (reassociate_bb): Likewise.
1062 * emit-rtl.c (fixed-value.h): New include.
1063 (fconst0, fconst1): New array.
1064 (init_emit_once): Initialize fconst0 and fconst1 for fixed-point modes.
1065 * tree-vect-generic.c expand_vector_operation): Support
1066 MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, and
1068 (type_for_widest_vector_mode): Add one parameter for the
1070 Check scalar FRACT, UFRACT, ACCUM, and UACCUM mode to select their
1072 Pass the satp parameter to type_for_mode for fixed-point types.
1073 (expand_vector_operations_1): Pass the saturating flag to
1074 type_for_widest_vector_mode.
1075 Support MODE_VECTOR_FRACT, MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM,
1076 and MODE_VECTOR_UACCUM.
1077 * tree-vect-transform.c (vect_is_simple_cond): Support FIXED_CST.
1078 (vectorizable_condition): Likewise.
1079 * tree.c (fixed-value.h): New include.
1080 (tree_code_size): Support FIXED_CST.
1081 (build_fixed): New function.
1082 (build_one_cst): Support FIXED_POINT_TYPE for accum types.
1083 (fixed_zerop): New function.
1084 (tree_node_structure): Support FIXED_CST.
1085 (type_contains_placeholder_1): Support FIXED_POINT_TYPE.
1086 (build_type_attribute_qual_variant): Handle FIXED_POINT_TYPE.
1087 (type_hash_eq): Handle FIXED_POINT_TYPE.
1088 (simple_cst_equal): Support FIXED_CST.
1089 (iterative_hash_expr): Handle FIXED_CST.
1090 (get_unwidened): Make sure type is not FIXED_POINT_TYPE.
1091 (get_narrower): Likewise.
1092 (variably_modified_type_p): Handle FIXED_POINT_TYPE.
1093 (make_or_reuse_fract_type, make_or_reuse_accum_type): New functions.
1094 (build_common_tree_nodes_2): Use MAKE_FIXED_TYPE_NODE_FAMILY and
1095 MAKE_FIXED_MODE_NODE macros to initialize fixed-point type
1097 (build_vector_type_for_mode): Handle MODE_VECTOR_FRACT,
1098 MODE_VECTOR_UFRACT, MODE_VECTOR_ACCUM, MODE_VECTOR_UACCUM.
1099 (initializer_zerop): Support FIXED_CST.
1100 (walk_tree): Handle FIXED_CST and FIXED_POINT_TYPE.
1101 * dwarf2out.c (base_type_die): Use DW_ATE_signed_fixed or
1102 DW_ATE_unsigned_fixed to describe FIXED_POINT_TYPE.
1103 (is_base_type): Handle FIXED_POINT_TYPE.
1104 (add_type_attribute): Handle FIXED_POINT_TYPE.
1105 (gen_type_die_with_usage): Handle FIXED_POINT_TYPE.
1106 * print-tree.c (fixed-value.h): New include.
1107 (print_node_brief): Support FIXED_CST.
1108 (print_node): Support FIXED_POINT_TYPE and FIXED_CST.
1109 * c-pretty-print.c (fixed-value.h): New include.
1110 (pp_c_type_specifier): Handle FIXED_POINT_TYPE. Need to pass
1111 TYPE_SATURATING to c_common_type_for_mode for fixed-point modes.
1112 (pp_c_direct_abstract_declarator): Handle FIXED_POINT_TYPE.
1113 Support fixed-point types for inner items in VECTOR_TYPE.
1114 (pp_c_direct_declarator): Likewise.
1115 (pp_c_declarator): Likewise.
1116 (pp_c_fixed_constant): New function.
1117 (pp_c_constant): Handle FIXED_CST.
1118 (pp_c_primary_expression): Likewise.
1119 (pp_c_expression): Likewise.
1120 * fold-const.c (fixed-value.h): New include.
1121 (negate_expr_p): Return true for FIXED_CST.
1122 (fold_negate_expr): Support FIXED_CST.
1123 (split_tree): Support FIXED_CST.
1124 (const_binop): Support FIXED_CST.
1125 (fold_convert_const_int_from_fixed): New function to convert from
1127 (fold_convert_const_real_from_fixed): New function to convert from
1129 (fold_convert_const_fixed_from_fixed): New function to convert from
1130 fixed to another fixed.
1131 (fold_convert_const_fixed_from_int): New function to convert from
1133 (fold_convert_const_fixed_from_real): New function to convert from
1135 (fold_convert_const): Support conversions from fixed to int, from
1136 fixed to real, from fixed to fixed, from int to fixed, and from real
1138 (fold_convert): Support FIXED_CST and FIXED_POINT_TYPE.
1139 (operand_equal_p): Support FIXED_CST.
1140 (make_range): For fixed-point modes, we need to pass the
1141 saturating flag as the 2nd parameter.
1142 (tree_swap_operands_p): Handle FIXED_CST.
1143 (fold_plusminus_mult_expr): For fract modes, we cannot generate
1145 (fold_unary): Support FIXED_CONVERT_EXPR.
1146 (fold_binary): Handle FIXED_CST.
1147 Make sure the type is not saturating, before associating operations.
1148 Ex: A + B + C, A * B * C, (A1 * C1) +/- (A2 * C2).
1149 (tree_expr_nonnegative_warnv_p): Handle FIXED_CST.
1150 (fold_negate_const): Support FIXED_CST.
1151 (fold_relational_const): Support FIXED_CST.
1152 * gimplify.c (omp_firstprivatize_type_sizes): Handle FIXED_POINT_TYPE.
1153 (gimplify_expr): Handle FIXED_CST.
1154 (gimplify_type_sizes): Handle FIXED_POINT_TYPE.
1155 * ipa-prop.c (ipa_callsite_compute_param): Support FIXED_CST.
1156 * ipa-type-escape.c (type_to_consider): Handle FIXED_POINT_TYPE.
1157 * doc/tm.texi (Type Layout): Document SHORT_FRACT_TYPE_SIZE,
1158 FRACT_TYPE_SIZE, LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE,
1159 SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
1160 LONG_LONG_ACCUM_TYPE_SIZE.
1161 * dbxout.c (dbxout_type): Handle FIXED_POINT_TYPE.
1162 * c-aux-info.c (gen_type): Handle FIXED_POINT_TYPE.
1163 * tree-sra.c (is_sra_scalar_type): Support FIXED_POINT_TYPE.
1164 * expmed.c (extract_bit_field): Support MODE_FRACT, MODE_UFRACT,
1165 MODE_ACCUM, and MODE_UACCUM.
1166 * tree-vectorizer.c (vect_is_simple_reduction): Check for saturating
1167 fixed-point types to disable reduction.
1168 * explow.c (promote_mode): Support FIXED_POINT_TYPE.
1170 2007-08-08 David Edelsohn <edelsohn@gnu.org>
1172 * config/rs6000/x-rs6000: New file.
1173 * config/rs6000/darwin.h (CC1_SPEC): Add cc1_cpu.
1174 * config/rs6000/rs6000.h (EXTRA_SPECS): Add cc1_cpu.
1175 (EXTRA_SPEC_FUNCTIONS): Define.
1176 (HAVE_LOCAL_CPU_DETECT): Define.
1177 (CC1_CPU_SPEC): Define.
1178 * config/rs6000/driver-rs6000.c: New file.
1179 * config/rs6000/aix.h (CC1_SPEC): Define.
1180 * config/rs6000/sysv4.h (CC1_SPEC): Add cc1_cpu.
1181 * config.host: Add x-rs6000 to host_xmake_file if host and target
1182 are rs6000 or powerpc.
1184 2007-08-08 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
1186 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.
1188 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1189 Sandra Loosemore <sandra@codesourcery.com>
1190 Chao-ying Fu <fu@mips.com>
1191 Nigel Stephens <nigel@mips.com>
1192 David Ung <davidu@mips.com>
1194 * doc/invoke.texi (-mcode-readable): Document.
1195 * config/mips/mips.opt (mcode-readable): New option.
1196 * config/mips/mips-protos.h (SYMBOL_32_HIGH): New symbol type.
1197 * config/mips/mips.h (mips_code_readable_setting): New enum.
1198 (mips_code_readable): Declare.
1199 (TARGET_MIPS16_TEXT_LOADS, TARGET_MIPS16_PCREL_LOADS): New macros.
1200 (TARGET_MIPS16_SHORT_JUMP_TABLES): New macro.
1201 (JUMP_TABLES_IN_TEXT_SECTION): Use it.
1202 (CASE_VECTOR_MODE, CASE_VECTOR_PC_RELATIVE): Likewise. Remove
1203 boiler-plate comments.
1204 (ASM_OUTPUT_ADDR_DIFF_ELT): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
1205 * config/mips/mips.c (mips_code_readable): New variable.
1206 (mips_classify_symbol): Only return SYMBOL_PC_RELATIVE for
1207 MIPS16 labels if TARGET_MIPS16_SHORT_JUMP_TABLES. Use both the
1208 context and -mcode-readable setting to restrict the use of
1209 SYMBOL_PC_RELATIVE for MIPS16 constant pool references.
1210 Only return TARGET_FORCE_TO_MEM if PC-relative loads are allowed.
1211 (mips_symbolic_constant_p): Handle SYMBOL_32_HIGH.
1212 (mips_blocks_for_constant_p): Only return false for
1213 TARGET_MIPS16_PCREL_LOADS.
1214 (mips_symbol_insns_1): Treat HIGHs as 2 extended instructions
1215 for MIPS16. Handle SYMBOL_32_HIGH.
1216 (mips_const_insns): Allow HIGHs for MIPS16 too.
1217 (mips_unspec_address_offset): New function, split out from...
1218 (mips_unspec_address): ...here.
1219 (mips_output_move): Handle MIPS16 HIGH moves. Use "li" to load
1220 16-bit symbolic constants. Assert approropiate conditions for
1221 using the "la" and "dla" macros.
1222 (mips_handle_option): Handle -mcode-readable=.
1223 (override_options): Use %hi/%lo relocations for TARGET_MIPS16 too.
1224 Set up mips_lo_relocs[SYMBOL_32_HIGH].
1225 (mips_strip_unspec_address): New function, split out from...
1226 (print_operand_reloc): ...here.
1227 (print_operand): Pass constants through mips_strip_unspec_address.
1228 (print_operand_address): Likewise.
1229 (mips_output_mi_thunk): Remove guard of mips16_lay_out_constants.
1230 (mips_select_rtx_section): Remove MIPS16 handling.
1231 (mips16_gp_pseudo_reg): Check currently_expanding_to_rtl.
1232 (mips16_rewrite_pool_refs): Wrap the labels in an address UNSPEC.
1233 (mips16_lay_out_constants): Do nothing unless
1234 TARGET_MIPS16_PCREL_LOADS.
1235 (mips_avoid_hazards): Remove guard of mips16_lay_out_constants.
1236 * config/mips/mips.md: Split HIGHs for MIPS16.
1237 (tablejump): Use TARGET_MIPS16_SHORT_JUMP_TABLES.
1239 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1241 * config/mips/mips-protos.h (mips_emit_move): Declare.
1242 * config/mips/mips.c (mips_emit_move): New function.
1243 (mips_force_temporary): Use mips_emit_move instead of emit_move_insn.
1244 (mips_legitimize_const_move): Likewise.
1245 (mips_legitimize_move): Likewise.
1246 (mips_split_64bit_move): Likewise.
1247 (mips_restore_gp): Likewise.
1248 (mips_load_call_address): Likewise.
1249 (mips_emit_fcc_reload): Likewise.
1250 (mips_set_return_address): Likewise.
1251 (mips_block_move_straight): Likewise.
1252 (mips_block_move_loop): Likewise.
1253 (mips_setup_incoming_varargs): Likewise.
1254 (mips_save_reg): Likewise.
1255 (mips_expand_prologue): Likewise.
1256 (mips_restore_reg): Likewise.
1257 (mips_expand_epilogue): Likewise.
1258 (mips_output_mi_thunk): Likewise.
1259 (build_mips16_call_stub): Likewise.
1260 (mips_builtin_branch_and_move): Likewise.
1261 * config/mips/mips.h (INITIALIZE_TRAMPOLINE): Likewise.
1262 * config/mips/mips.md (fixuns_truncdfsi2): Likewise.
1263 (fixuns_truncdfdi2): Likewise.
1264 (fixuns_truncsfsi2): Likewise.
1265 (fixuns_truncsfdi2): Likewise.
1266 (loadgp_absolute): Likewise.
1267 (builtin_setjmp_setup): Likewise.
1268 (builtin_longjmp): Likewise.
1269 (untyped_call): Likewise.
1271 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1273 * config/mips/mips-protos.h (mips_split_symbol): Add a mode and
1274 an "rtx *" argument. Return a bool.
1275 * config/mips/mips.c (mips_split_symbol): Accept arbitrary source
1276 values and return true if they can be split. Take the same kind of
1277 mode argument as mips_symbol_insns. Add a "lo_sum_out" parameter
1278 and store the lo_sum there if nonnull. Use the symbol type to
1279 determine whether a $gp or HIGH is needed.
1280 (mips_legitimize_address): Update call to mips_split_symbol and
1281 simplify accordingly.
1282 (mips_legitimize_const_move): Likewise.
1283 * config/mips/mips.md: In the combine define_split,
1284 check mips_split_symbol instead of splittable_symbolic_operand.
1285 Update use of mips_split_symbol in the generator code.
1286 * config/mips/predicates.md (splittable_symbolic_operand): Delete.
1288 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1290 * config/mips/mips.c (mips_symbolic_address_p): Delete.
1291 (mips_symbol_insns_1): New function, split out from...
1292 (mips_symbol_insns): ...here. Take a mode argument. Treat loads
1293 and stores separately from load addresses.
1294 (mips_classify_address): Replace uses of mips_symbolic_address_p
1295 with uses of mips_symbol_insns.
1296 (mips_address_insns): Update calls to mips_symbol_insns.
1297 (mips_const_insns): Likewise.
1298 (mips_legitimize_address): Likewise.
1300 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1302 * config/mips/mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.
1303 * config/mips/mips.c (mips_classify_symbol): Skip TARGET_ABICALLS
1304 block for locally-binding symbols if TARGET_ABSOLUTE_ABICALLS.
1305 Return SYMBOL_FORCE_TO_MEM instead of SYMBOL_ABSOLUTE for
1306 non-call contexts if TARGET_MIPS16.
1307 (mips_symbolic_constant_p): Handle SYMBOL_FORCE_TO_MEM.
1308 (mips_symbolic_address_p): Likewise. Remove special TARGET_MIPS16
1309 code for SYMBOL_ABSOLUTE.
1310 (mips_symbol_insns): Likewise.
1312 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1314 * config/mips/mips-protos.h (mips_symbol_context): New enumeration.
1315 * config/mips/mips.c (mips_classify_symbol): Take a context argument.
1316 (mips_symbolic_constant_p): Likewise. Update the call to
1317 mips_classify_symbol.
1318 (mips_classify_address): Update the calls to mips_symbolic_constant_p.
1319 (mips_const_insns): Likewise. Update the call to mips_classify_symbol.
1320 (mips_legitimize_address): Update the call to mips_symbolic_constant_p.
1321 (print_operand_reloc): Add a context argument. Update the call to
1322 mips_symbolic_constant_p.
1323 (print_operand): Update the calls to print_operand_reloc.
1324 (print_operand_address): Use print_operand_reloc rather than
1326 (mips_rewrite_small_data_p): Add a context argument. Update the call
1327 to mips_symbolic_constant_p.
1328 (mips_small_data_pattern_1): Make DATA the containing mem.
1329 Update the call to mips_rewrite_small_data_p.
1330 (mips_rewrite_small_data_1): Likewise.
1331 (mips_use_anchors_for_symbol_p): Update the call to
1332 mips_symbolic_constant_p.
1333 * config/mips/predicates.md (const_call_insn_operand): Likewise.
1334 (splittable_symbolic_operand): Likewise.
1335 (move_operand): Likewise.
1336 (absolute_symbolic_operand): Likewise.
1337 (got_disp_operand): Likewise.
1338 (got_page_ofst_operand): Likewise.
1340 2007-08-08 Richard Sandiford <richard@codesourcery.com>
1342 * config/mips/mips-protos.h (SYMBOL_GENERAL): Rename to...
1343 (SYMBOL_ABSOLUTE): ...this.
1344 (SYMBOL_SMALL_DATA): Rename to...
1345 (SYMBOL_GP_RELATIVE): ...this.
1346 (SYMBOL_CONSTANT_POOL): Rename to...
1347 (SYMBOL_PC_RELATIVE): ...this.
1348 * config/mips/mips.c (mips_classify_symbol, mips_symbolic_constant_p)
1349 (mips_symbolic_address_p, mips_symbol_insns, override_options)
1350 (mips_rewrite_small_data_p, mips_use_anchors_for_symbol_p): Update
1351 after above changes.
1352 * config/mips/predicates.md (const_call_insn_operand): Likewise.
1353 (general_symbolic_operand): Rename to...
1354 (absolute_symbolic_operand): ...this.
1355 * config/mips/mips.md: Update after above changes.
1357 2007-08-08 Vladimir Yanovsky <yanov@il.ibm.com>
1358 Revital Eres <eres@il.ibm.com>
1360 * ddg.c (print_ddg): Add dump information.
1361 * modulo-sched.c (print_node_sched_params): Add parameter and
1363 (calculate_maxii): Remove function.
1364 (undo_generate_reg_moves): Likewise.
1365 (undo_permute_partial_schedule): Likewise.
1366 (kernel_number_of_cycles): Likewise.
1367 (MAXII_FACTOR): New definition to calculate the upper bound of II.
1368 (sms_schedule): Use it. Remove profitability checks.
1369 (sms_schedule_by_order): Fix order of nodes within the cycle.
1371 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1373 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
1374 -profile option, add pie support.
1375 (ENDFILE_SPEC): New spec.
1376 * config/gnu.h (LIB_SPEC): Add -profile option.
1378 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1380 * config/i386/gnu.h (CPP_SPEC): Add -pthread option.
1381 * config/gnu.h (LIB_SPEC): Likewise.
1383 2007-08-07 Yaz Saito <saito@google.com>
1384 Ian Lance Taylor <iant@google.com>
1386 * common.opt (finstrument-functions-exclude-function-list): New
1388 (finstrument-functions-exclude-file-list): New option.
1389 * opts.c (char_p): Define and DEF_VEC.
1390 (flag_instrument_functions_exclude_functions): New static
1392 (flag_instrument_functions_exclude_files): New static variable.
1393 (add_instrument_functions_exclude_list): New static function.
1394 (flag_instrument_functions_exclude_p): New function.
1395 (common_handle_option): Handle new options.
1396 * flags.h (flag_instrument_functions_exclude_p): Declare.
1397 * gimplify.c (gimplify_function_tree): Call
1398 flag_instrument_functions_exclude_p.
1399 * doc/invoke.texi (Option Summary): Mention new options.
1400 (Code Gen Options): Document new options.
1402 2007-08-07 Ian Lance Taylor <iant@google.com>
1404 PR rtl-optimization/32776
1405 * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
1406 (resolve_use): Likewise.
1407 (decompose_multiword_subregs): Remove "changed" local variable.
1409 2007-08-07 Carlos O'Donell <carlos@codesourcery.com>
1411 * configure.ac: Define HAVE_GNU_AS if $gas_flag is yes.
1412 * configure: Regenerate.
1413 * config.in: Regenerate.
1414 * gcc.c [HAVE_GNU_AS]: Add "%{v} %{w:-W} %{I*} " to asm_options
1417 2007-08-07 Ian Lance Taylor <iant@google.com>
1419 * lower-subreg.c (resolve_clobber): If the clobber has a LIBCALL
1420 note, just delete the insn.
1422 2007-08-07 Andreas Schwab <schwab@suse.de>
1425 * gengtype-lex.l: Ignore backslash/newline pair while scanning a
1428 2007-08-07 Andreas Krebbel <krebbel1@de.ibm.com>
1430 * lower-subreg.c (resolve_subreg_use): Remove assertion.
1431 (find_decomposable_shift_zext, resolve_shift_zext): New functions.
1432 (decompose_multiword_subregs): Use the functions above to decompose
1433 multiword shifts and zero-extends.
1435 2007-08-07 Rask Ingemann Lambertsen <rask@sygehus.dk>
1437 * doc/sourcebuild.texi (Test Directives): Fix "compile" and
1438 "assemble" descriptions which were swapped.
1440 2007-08-06 Chao-ying Fu <fu@mips.com>
1442 * fixed-value.h: New file.
1443 * fixed-value.c: New file.
1444 * Makefile.in (OBJS-common): Add fixed-value.o.
1445 (fixed-value.o): New rule.
1446 (GTFILES): Add fixed-value.h.
1447 * double-int.c (double_int_scmp): We should use unsigned HOST_WIDE_INT
1448 to compare a.low and b.low.
1449 * gengtype.c (main): Handle FIXED_VALUE_TYPE type as scalar typedef.
1451 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
1452 Daniel Jacobowitz <dan@codesourcery.com>
1455 * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to
1457 (x86_64-*-netbsd*): Likewise.
1458 (x86_64-*-linux*): Likewise.
1459 (x86_64-*-kfreebsd*-gnu): Likewise.
1460 (x86_64-*-knetbsd*-gnu): Likewise.
1461 (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1463 * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed.
1465 * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments.
1466 Add -fno-asynchronous-unwind-tables.
1468 * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
1469 * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise.
1470 * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise.
1471 * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise.
1472 * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise.
1474 2007-08-06 Steve Ellcey <sje@cup.hp.com>
1476 * config/ia64/ia64.c (ia64_c_mode_for_suffix): New.
1477 (TARGET_C_MODE_FOR_SUFFIX): New.
1479 2007-08-06 Steve Ellcey <sje@cup.hp.com>
1481 * config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.
1483 2007-08-06 Steve Ellcey <sje@cup.hp.com>
1485 * config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.
1487 2007-08-06 H.J. Lu <hongjiu.lu@intel.com>
1489 * config/i386/i386.md: Check TARGET_ macros and optimize_size
1490 before checking function returns in conditional expressions.
1492 2007-08-06 Alfred Minarik <a.minarik@aon.at>
1495 * doc/invoke.texi: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
1497 2008-08-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
1500 * tree.c (build2_stat): Instead of checking for INTEGER_TYPE, check
1501 for INTEGRAL_TYPE_P.
1503 2008-08-05 Paolo Bonzini <bonzini@gnu.org>
1505 * configure.ac: Remove --enable-checking=df from default settings.
1506 * tree-pass.h (TODO_df_verify): New. Shift TODO_mark_first_instance.
1507 * df-core.c (df_finish_pass) [ENABLE_CHECKING]: Schedule verification
1508 if the parameter is true.
1509 (df_analyze) [!ENABLE_DF_CHECKING]: Also do verification if the
1510 DF_VERIFY_SCHEDULED flag is true.
1511 * df.h (enum df_changeable_flags): Add DF_VERIFY_SCHEDULED.
1512 (df_finish_pass): Adjust prototype.
1513 * passes.c (execute_todo): Schedule verification if TODO_df_verify is
1516 * see.c (pass_see): Add TODO_df_verify.
1517 * loop-init.c (pass_rtl_move_loop_invariants): Add TODO_df_verify.
1518 * global.c (rest_of_handle_global_alloc): Schedule verification
1520 * local-alloc.c (rest_of_handle_local_alloc): Schedule verification
1522 * function.c (pass_thread_prologue_and_epilogue): Add TODO_df_verify.
1523 * gcse.c (rest_of_handle_gcse): Adjust call to df_finish_pass.
1524 * loop-iv.c (iv_analysis_done): Schedule verification after the pass.
1526 * config/sh/sh.c (sh_output_mi_thunk): Remove dead code.
1527 * config/ia64/ia64.c (ia64_reorg): Adjust call to df_finish_pass.
1528 * config/bfin/bfin.c (bfin_reorg): Adjust call to df_finish_pass.
1530 2007-08-05 Vladimir Yanovsky <yanov@il.ibm.com>
1531 Revital Eres <eres@il.ibm.com>
1533 * doc/invoke.texi (-fmodulo-sched-allow-regmoves): Document new
1535 * ddg.c (create_ddg_dependence): Rename to...
1536 (create_ddg_dep_from_intra_loop_link): This. Do not check
1537 for interloop edges. Do not create anti dependence edge when
1538 a true dependence edge exists in the opposite direction and
1539 -fmodulo-sched-allow-regmoves is set.
1540 (build_intra_loop_deps): Call create_ddg_dep_from_intra_loop_link.
1541 (add_cross_iteration_register_deps): Create anti dependence edge
1542 when -fno-modulo-sched-allow-regmoves is set.
1543 * common.opt (-fmodulo-sched-allow-regmoves): New flag.
1545 2007-08-04 Richard Sandiford <richard@codesourcery.com>
1547 * config/arm/arm.md (movsi): Add braces.
1549 2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
1552 * fold-const.c (fold_binary <case MINUS_EXPR>): Fix the type of operands
1553 for the folding of "A - (A & B)" into "~B & A"; cast them to type.
1555 2007-08-03 Zdenek Dvorak <ook@ucw.cz>
1557 * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state
1559 * cfgloopmanip.c (remove_path, create_preheaders,
1560 force_single_succ_latches, fix_loop_structure): Ditto.
1561 * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
1562 tree_duplicate_loop_to_header_edge): Ditto.
1563 * cfgloopanal.c (mark_irreducible_loops): Ditto.
1564 * loop-init.c (loop_optimizer_init, loop_optimizer_finalize):
1566 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures,
1567 cleanup_tree_cfg): Ditto.
1568 * tree-cfg.c (tree_merge_blocks): Ditto.
1569 * cfgloop.c (rescan_loop_exit, record_loop_exits,
1570 release_recorded_exits, get_loop_exit_edges, verify_loop_structure,
1571 loop_preheader_edge, single_exit): Ditto.
1572 (flow_loops_find): Do not clear loops->state.
1573 * cfgloop.h (loops_state_satisfies_p, loops_state_set,
1574 loops_state_clear): New functions.
1576 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
1579 * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
1580 when adding to the base and convert ELT to sizetype instead of type.
1582 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
1585 * ipa-reference.c (has_proper_scope_for_analysis): Return false when
1586 the decl's type has TYPE_NEEDS_CONSTRUCTING set.
1588 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
1591 * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the
1592 correct type the negate expression.
1594 2007-08-03 Jan Hubicka <jh@suse.cz>
1596 * i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred
1599 2007-08-03 David Edelsohn <edelsohn@gnu.org>
1601 * config/rs6000/rs6000.c (struct processor_cost): Change
1602 l1_cache_lines to l1_cache_size. Add l2_cache_size.
1603 (*_cost): Convert l1 cache information to kilobytes. Add l2 cache
1605 (rios1_costs, rios2_cost): Correct cache line size.
1606 (rs6000_override_options): Set l2-cache-size parameter.
1608 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
1609 Diego Novillo <dnovillo@google.com>
1612 * tree-vrp.c (simplify_div_or_mod_using_ranges): Also simplify
1613 if the range includes 0.
1615 2007-08-03 Ben Elliston <bje@au.ibm.com>
1617 * config/spu/spu.md (dftsv, dftsv_celledp): Attach the appropriate
1618 mode to unspec expressions to silence a warning from the generator
1621 2007-08-02 Steve Ellcey <sje@cup.hp.com>
1623 * config/ia64/constraints.md ("U"): Make constraint vector only.
1625 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
1628 * c-objc-common.c (c_cannot_inline_tree_fn): Check for an
1629 always_inline attribute on the function decl.
1631 2007-08-02 Nathan Froyd <froydnj@codesourcery.com>
1634 * varasm.c (default_binds_local_p_1): Consult flag_whole_program
1635 if we are compiling with -fPIC.
1637 2007-08-02 Sandra Loosemore <sandra@codesourcery.com>
1638 Nigel Stephens <nigel@mips.com>
1640 * longlong.h [__mips__] (count_leading_zeros, COUNT_LEADING_ZEROS_0):
1641 Define for MIPS32 and MIPS64.
1643 2007-08-02 Nick Clifton <nickc@redhat.com>
1645 * config/host-hpux.c: Change copyright header to refer to version
1646 3 of the GNU General Public License and to point readers at the
1647 COPYING3 file and the FSF's license web page.
1648 * config/alpha/predicates.md, config/alpha/vms-ld.c,
1649 config/alpha/linux.h, config/alpha/alpha.opt,
1650 config/alpha/linux-elf.h, config/alpha/vms.h, config/alpha/elf.h,
1651 config/alpha/vms-unwind.h, config/alpha/ev4.md,
1652 config/alpha/ev6.md, config/alpha/alpha.c, config/alpha/vms-cc.c,
1653 config/alpha/alpha.h, config/alpha/sync.md,
1654 config/alpha/openbsd.h, config/alpha/alpha.md,
1655 config/alpha/alpha-modes.def, config/alpha/ev5.md,
1656 config/alpha/alpha-protos.h, config/alpha/freebsd.h,
1657 config/alpha/osf5.h, config/alpha/netbsd.h, config/alpha/vms64.h,
1658 config/alpha/constraints.md, config/alpha/osf.h,
1659 config/alpha/xm-vms.h, config/alpha/unicosmk.h, config/linux.h,
1660 config/frv/predicates.md, config/frv/frv.h, config/frv/linux.h,
1661 config/frv/frv.md, config/frv/frv.opt, config/frv/frv-modes.def,
1662 config/frv/frv-asm.h, config/frv/frv-protos.h,
1663 config/frv/frv-abi.h, config/frv/frv.c, config/s390/tpf.h,
1664 config/s390/s390.c, config/s390/predicates.md, config/s390/s390.h,
1665 config/s390/linux.h, config/s390/tpf.md, config/s390/tpf.opt,
1666 config/s390/2064.md, config/s390/2084.md, config/s390/s390.md,
1667 config/s390/s390.opt, config/s390/s390-modes.def,
1668 config/s390/fixdfdi.h, config/s390/constraints.md,
1669 config/s390/s390-protos.h, config/s390/s390x.h, config/elfos.h,
1670 config/dbxcoff.h, config/m32c/predicates.md, config/m32c/cond.md,
1671 config/m32c/m32c.c, config/m32c/minmax.md, config/m32c/blkmov.md,
1672 config/m32c/m32c-pragma.c, config/m32c/m32c.h,
1673 config/m32c/prologue.md, config/m32c/m32c.abi,
1674 config/m32c/muldiv.md, config/m32c/bitops.md, config/m32c/mov.md,
1675 config/m32c/addsub.md, config/m32c/m32c.md, config/m32c/m32c.opt,
1676 config/m32c/t-m32c, config/m32c/m32c-modes.def,
1677 config/m32c/jump.md, config/m32c/shift.md,
1678 config/m32c/m32c-protos.h, config/libgloss.h,
1679 config/spu/spu-protos.h, config/spu/predicates.md,
1680 config/spu/spu-builtins.h, config/spu/spu.c,
1681 config/spu/spu-builtins.def, config/spu/spu-builtins.md,
1682 config/spu/spu.h, config/spu/spu-elf.h, config/spu/constraints.md,
1683 config/spu/spu.md, config/spu/spu-c.c, config/spu/spu.opt,
1684 config/spu/spu-modes.def, config/spu/t-spu-elf, config/interix.h,
1685 config/sparc/hypersparc.md, config/sparc/predicates.md,
1686 config/sparc/linux.h, config/sparc/sp64-elf.h,
1687 config/sparc/supersparc.md, config/sparc/cypress.md,
1688 config/sparc/openbsd1-64.h, config/sparc/openbsd64.h,
1689 config/sparc/niagara.md, config/sparc/sparc.md,
1690 config/sparc/long-double-switch.opt, config/sparc/ultra3.md,
1691 config/sparc/sparc.opt, config/sparc/sync.md,
1692 config/sparc/sp-elf.h, config/sparc/sparc-protos.h,
1693 config/sparc/ultra1_2.md, config/sparc/biarch64.h,
1694 config/sparc/sparc.c, config/sparc/little-endian.opt,
1695 config/sparc/sysv4-only.h, config/sparc/sparc.h,
1696 config/sparc/linux64.h, config/sparc/freebsd.h,
1697 config/sparc/sol2.h, config/sparc/rtemself.h,
1698 config/sparc/netbsd-elf.h, config/sparc/vxworks.h,
1699 config/sparc/sparc-modes.def, config/sparc/sparclet.md,
1700 config/sparc/sysv4.h, config/vx-common.h, config/netbsd-aout.h,
1701 config/flat.h, config/m32r/m32r.md, config/m32r/predicates.md,
1702 config/m32r/little.h, config/m32r/m32r.c, config/m32r/m32r.opt,
1703 config/m32r/linux.h, config/m32r/constraints.md,
1704 config/m32r/m32r.h, config/m32r/m32r-protos.h, config/vxworks.opt,
1705 config/darwin-c.c, config/darwin.opt, config/i386/i386.h,
1706 config/i386/cygming.h, config/i386/linux.h, config/i386/cygwin.h,
1707 config/i386/i386.md, config/i386/netware-crt0.c,
1708 config/i386/sco5.h, config/i386/mmx.md, config/i386/vx-common.h,
1709 config/i386/kaos-i386.h, config/i386/winnt-stubs.c,
1710 config/i386/netbsd64.h, config/i386/djgpp.h, config/i386/gas.h,
1711 config/i386/sol2.h, config/i386/constraints.md,
1712 config/i386/netware-libgcc.c, config/i386/sysv5.h,
1713 config/i386/predicates.md, config/i386/geode.md,
1714 config/i386/x86-64.h, config/i386/kfreebsd-gnu.h,
1715 config/i386/freebsd64.h, config/i386/vxworksae.h,
1716 config/i386/pentium.md, config/i386/lynx.h, config/i386/i386elf.h,
1717 config/i386/rtemself.h, config/i386/netbsd-elf.h,
1718 config/i386/ppro.md, config/i386/k6.md, config/i386/netware.c,
1719 config/i386/netware.h, config/i386/i386-modes.def,
1720 config/i386/sysv4-cpp.h, config/i386/i386-interix.h,
1721 config/i386/cygwin1.c, config/i386/djgpp.opt, config/i386/uwin.h,
1722 config/i386/unix.h, config/i386/ptx4-i.h, config/i386/xm-djgpp.h,
1723 config/i386/att.h, config/i386/winnt.c, config/i386/beos-elf.h,
1724 config/i386/sol2-10.h, config/i386/darwin64.h, config/i386/sse.md,
1725 config/i386/i386.opt, config/i386/bsd.h, config/i386/cygming.opt,
1726 config/i386/xm-mingw32.h, config/i386/linux64.h,
1727 config/i386/openbsdelf.h, config/i386/xm-cygwin.h,
1728 config/i386/sco5.opt, config/i386/darwin.h, config/i386/mingw32.h,
1729 config/i386/winnt-cxx.c, config/i386/i386-interix3.h,
1730 config/i386/nwld.c, config/i386/nwld.h, config/i386/host-cygwin.c,
1731 config/i386/cygwin2.c, config/i386/i386-protos.h,
1732 config/i386/sync.md, config/i386/openbsd.h,
1733 config/i386/host-mingw32.c, config/i386/i386-aout.h,
1734 config/i386/nto.h, config/i386/biarch64.h,
1735 config/i386/i386-coff.h, config/i386/freebsd.h,
1736 config/i386/driver-i386.c, config/i386/knetbsd-gnu.h,
1737 config/i386/host-i386-darwin.c, config/i386/vxworks.h,
1738 config/i386/crtdll.h, config/i386/i386.c, config/i386/sysv4.h,
1739 config/darwin-protos.h, config/linux.opt, config/sol2.c,
1740 config/sol2.h, config/sh/symbian.c, config/sh/sh-protos.h,
1741 config/sh/linux.h, config/sh/elf.h, config/sh/superh.h,
1742 config/sh/sh4.md, config/sh/coff.h, config/sh/newlib.h,
1743 config/sh/embed-elf.h, config/sh/symbian-pre.h, config/sh/rtems.h,
1744 config/sh/kaos-sh.h, config/sh/sh4a.md, config/sh/constraints.md,
1745 config/sh/sh64.h, config/sh/sh.opt, config/sh/symbian-post.h,
1746 config/sh/sh-c.c, config/sh/predicates.md, config/sh/sh.c,
1747 config/sh/sh.h, config/sh/shmedia.md, config/sh/sh-modes.def,
1748 config/sh/little.h, config/sh/sh1.md, config/sh/sh4-300.md,
1749 config/sh/superh64.h, config/sh/rtemself.h,
1750 config/sh/netbsd-elf.h, config/sh/sh.md, config/sh/vxworks.h,
1751 config/usegas.h, config/svr3.h, config/pdp11/pdp11-protos.h,
1752 config/pdp11/2bsd.h, config/pdp11/pdp11.md, config/pdp11/pdp11.c,
1753 config/pdp11/pdp11.opt, config/pdp11/pdp11-modes.def,
1754 config/pdp11/pdp11.h, config/avr/rtems.h, config/avr/avr-protos.h,
1755 config/avr/predicates.md, config/avr/constraints.md,
1756 config/avr/avr.md, config/avr/avr.c, config/avr/avr.opt,
1757 config/avr/avr.h, config/sol2-protos.h, config/dbxelf.h,
1758 config/lynx.opt, config/crx/crx.h, config/crx/crx-protos.h,
1759 config/crx/crx.md, config/crx/crx.c, config/crx/crx.opt,
1760 config/c4x/c4x-c.c, config/c4x/c4x.c, config/c4x/c4x.opt,
1761 config/c4x/c4x-modes.def, config/c4x/rtems.h,
1762 config/c4x/predicates.md, config/c4x/c4x.h,
1763 config/c4x/c4x-protos.h, config/c4x/c4x.md, config/kfreebsd-gnu.h,
1764 config/xtensa/predicates.md, config/xtensa/xtensa.c,
1765 config/xtensa/linux.h, config/xtensa/xtensa.h,
1766 config/xtensa/elf.h, config/xtensa/xtensa.md,
1767 config/xtensa/xtensa.opt, config/xtensa/constraints.md,
1768 config/xtensa/xtensa-protos.h, config/dbx.h,
1769 config/stormy16/predicates.md, config/stormy16/stormy16.md,
1770 config/stormy16/stormy16.c, config/stormy16/stormy16.opt,
1771 config/stormy16/stormy16.h, config/stormy16/stormy16-protos.h,
1772 config/host-solaris.c, config/fr30/fr30.h,
1773 config/fr30/predicates.md, config/fr30/fr30-protos.h,
1774 config/fr30/fr30.md, config/fr30/fr30.c, config/fr30/fr30.opt,
1775 config/vxworksae.h, config/sol2-c.c, config/lynx.h,
1776 config/m68hc11/m68hc11-protos.h, config/m68hc11/predicates.md,
1777 config/m68hc11/m68hc11.md, config/m68hc11/m68hc11.c,
1778 config/m68hc11/m68hc11.opt, config/m68hc11/m68hc11.h,
1779 config/m68hc11/m68hc12.h, config/openbsd-oldgas.h,
1780 config/host-linux.c, config/interix3.h, config/cris/cris.c,
1781 config/cris/predicates.md, config/cris/linux.h,
1782 config/cris/cris.h, config/cris/aout.h, config/cris/cris.md,
1783 config/cris/linux.opt, config/cris/cris.opt, config/cris/elf.opt,
1784 config/cris/aout.opt, config/cris/cris-protos.h,
1785 config/vxworks-dummy.h, config/netbsd.h, config/netbsd-elf.h,
1786 config/iq2000/iq2000.h, config/iq2000/predicates.md,
1787 config/iq2000/iq2000-protos.h, config/iq2000/iq2000.md,
1788 config/iq2000/iq2000.c, config/iq2000/iq2000.opt,
1789 config/host-darwin.c, config/mt/mt.md, config/mt/mt.c,
1790 config/mt/mt.opt, config/mt/t-mt, config/mt/mt.h,
1791 config/mt/mt-protos.h, config/svr4.h, config/host-darwin.h,
1792 config/chorus.h, config/mn10300/mn10300.c,
1793 config/mn10300/mn10300.opt, config/mn10300/predicates.md,
1794 config/mn10300/mn10300.h, config/mn10300/linux.h,
1795 config/mn10300/constraints.md, config/mn10300/mn10300-protos.h,
1796 config/mn10300/mn10300.md, config/ia64/predicates.md,
1797 config/ia64/itanium1.md, config/ia64/unwind-ia64.h,
1798 config/ia64/ia64-c.c, config/ia64/sync.md, config/ia64/ia64.c,
1799 config/ia64/itanium2.md, config/ia64/ia64.h, config/ia64/vect.md,
1800 config/ia64/freebsd.h, config/ia64/ia64.md,
1801 config/ia64/ia64-modes.def, config/ia64/constraints.md,
1802 config/ia64/hpux.h, config/ia64/ia64-protos.h, config/windiss.h,
1803 config/gofast.h, config/rtems.h, config/sol2-10.h,
1804 config/m68k/predicates.md, config/m68k/m68k.md,
1805 config/m68k/linux.h, config/m68k/m68k-modes.def,
1806 config/m68k/print-sysroot-suffix.sh, config/m68k/m68k-protos.h,
1807 config/m68k/coff.h, config/m68k/m68k-none.h, config/m68k/ieee.opt,
1808 config/m68k/openbsd.h, config/m68k/m68k-aout.h,
1809 config/m68k/m68k.opt, config/m68k/m68020-elf.h,
1810 config/m68k/m68kelf.h, config/m68k/m68k-devices.def,
1811 config/m68k/uclinux-oldabi.h, config/m68k/m68k.c,
1812 config/m68k/constraints.md, config/m68k/rtemself.h,
1813 config/m68k/netbsd-elf.h, config/m68k/m68k.h,
1814 config/m68k/uclinux.h, config/rs6000/power4.md,
1815 config/rs6000/host-darwin.c, config/rs6000/6xx.md,
1816 config/rs6000/linux.h, config/rs6000/eabi.h,
1817 config/rs6000/aix41.opt, config/rs6000/xcoff.h,
1818 config/rs6000/secureplt.h, config/rs6000/linuxspe.h,
1819 config/rs6000/eabialtivec.h, config/rs6000/8540.md,
1820 config/rs6000/darwin8.h, config/rs6000/kaos-ppc.h,
1821 config/rs6000/windiss.h, config/rs6000/603.md,
1822 config/rs6000/aix41.h, config/rs6000/cell.md,
1823 config/rs6000/mpc.md, config/rs6000/aix43.h, config/rs6000/beos.h,
1824 config/rs6000/gnu.h, config/rs6000/rtems.h, config/rs6000/aix.opt,
1825 config/rs6000/darwin.md, config/rs6000/darwin64.h,
1826 config/rs6000/default64.h, config/rs6000/7xx.md,
1827 config/rs6000/darwin.opt, config/rs6000/spe.md,
1828 config/rs6000/rs6000.opt, config/rs6000/rs6000-c.c,
1829 config/rs6000/rios2.md, config/rs6000/linuxaltivec.h,
1830 config/rs6000/7450.md, config/rs6000/linux64.h,
1831 config/rs6000/constraints.md, config/rs6000/440.md,
1832 config/rs6000/darwin.h, config/rs6000/host-ppc64-darwin.c,
1833 config/rs6000/rs6000.c, config/rs6000/aix52.h,
1834 config/rs6000/rs6000.h, config/rs6000/power6.md,
1835 config/rs6000/predicates.md, config/rs6000/altivec.md,
1836 config/rs6000/aix64.opt, config/rs6000/rios1.md,
1837 config/rs6000/rs6000-modes.def, config/rs6000/rs64.md,
1838 config/rs6000/eabisim.h, config/rs6000/sysv4le.h,
1839 config/rs6000/darwin7.h, config/rs6000/dfp.md,
1840 config/rs6000/linux64.opt, config/rs6000/sync.md,
1841 config/rs6000/vxworksae.h, config/rs6000/power5.md,
1842 config/rs6000/lynx.h, config/rs6000/biarch64.h,
1843 config/rs6000/rs6000.md, config/rs6000/sysv4.opt,
1844 config/rs6000/eabispe.h, config/rs6000/e500.h,
1845 config/rs6000/freebsd.h, config/rs6000/rs6000-protos.h,
1846 config/rs6000/netbsd.h, config/rs6000/e500-double.h,
1847 config/rs6000/aix.h, config/rs6000/vxworks.h,
1848 config/rs6000/40x.md, config/rs6000/aix51.h,
1849 config/rs6000/sysv4.h, config/arc/arc-protos.h, config/arc/arc.md,
1850 config/arc/arc.c, config/arc/arc.opt, config/arc/arc-modes.def,
1851 config/arc/arc.h, config/mcore/mcore-elf.h,
1852 config/mcore/mcore-protos.h, config/mcore/predicates.md,
1853 config/mcore/mcore.md, config/mcore/mcore.c,
1854 config/mcore/mcore.opt, config/mcore/mcore.h,
1855 config/mcore/mcore-pe.h, config/darwin.c, config/freebsd-nthr.h,
1856 config/score/predicates.md, config/score/score-version.h,
1857 config/score/score-protos.h, config/score/misc.md,
1858 config/score/elf.h, config/score/score.c, config/score/mac.md,
1859 config/score/score7.md, config/score/score.h,
1860 config/score/score-conv.h, config/score/score-mdaux.c,
1861 config/score/score.md, config/score/score.opt,
1862 config/score/score-modes.def, config/score/score-mdaux.h,
1863 config/score/mul-div.S, config/arm/uclinux-elf.h,
1864 config/arm/semi.h, config/arm/ecos-elf.h, config/arm/arm1020e.md,
1865 config/arm/symbian.h, config/arm/linux-elf.h,
1866 config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
1867 config/arm/elf.h, config/arm/aout.h, config/arm/arm.c,
1868 config/arm/thumb2.md, config/arm/vec-common.md, config/arm/coff.h,
1869 config/arm/strongarm-pe.h, config/arm/arm.h,
1870 config/arm/cortex-a8-neon.md, config/arm/semiaof.h,
1871 config/arm/cortex-a8.md, config/arm/uclinux-eabi.h,
1872 config/arm/arm-modes.def, config/arm/linux-eabi.h,
1873 config/arm/rtems-elf.h, config/arm/neon-schedgen.ml,
1874 config/arm/arm-cores.def, config/arm/arm-protos.h,
1875 config/arm/vfp.md, config/arm/aof.h, config/arm/linux-gas.h,
1876 config/arm/wince-pe.h, config/arm/neon.md,
1877 config/arm/constraints.md, config/arm/neon.ml,
1878 config/arm/xscale-elf.h, config/arm/strongarm-coff.h,
1879 config/arm/arm.opt, config/arm/arm926ejs.md,
1880 config/arm/predicates.md, config/arm/iwmmxt.md,
1881 config/arm/arm_neon.h, config/arm/unknown-elf.h,
1882 config/arm/kaos-arm.h, config/arm/bpabi.h, config/arm/pe.opt,
1883 config/arm/neon-testgen.ml, config/arm/arm.md,
1884 config/arm/xscale-coff.h, config/arm/pe.c,
1885 config/arm/arm-generic.md, config/arm/pe.h,
1886 config/arm/kaos-strongarm.h, config/arm/freebsd.h,
1887 config/arm/neon-docgen.ml, config/arm/netbsd.h, config/arm/fpa.md,
1888 config/arm/strongarm-elf.h, config/arm/cirrus.md,
1889 config/arm/netbsd-elf.h, config/arm/vxworks.h,
1890 config/arm/neon-gen.ml, config/kaos.h, config/darwin-driver.c,
1891 config/pa/predicates.md, config/pa/pa64-hpux.h,
1892 config/pa/pa-hpux.opt, config/pa/som.h, config/pa/pa-hpux1010.opt,
1893 config/pa/pa-hpux1111.opt, config/pa/pa-pro-end.h,
1894 config/pa/elf.h, config/pa/fptr.c, config/pa/pa64-linux.h,
1895 config/pa/pa.md, config/pa/pa.opt, config/pa/pa-hpux.h,
1896 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h,
1897 config/pa/pa-hpux1010.h, config/pa/pa-protos.h,
1898 config/pa/pa-osf.h, config/pa/pa-hpux1111.h, config/pa/pa-64.h,
1899 config/pa/milli64.S, config/pa/pa.c, config/pa/pa-linux.h,
1900 config/pa/pa.h, config/pa/pa32-linux.h, config/pa/pa64-hpux.opt,
1901 config/pa/pa64-regs.h, config/pa/pa-modes.def,
1902 config/pa/constraints.md, config/darwin9.h, config/mips/4100.md,
1903 config/mips/linux.h, config/mips/elfoabi.h, config/mips/elf.h,
1904 config/mips/sdb.h, config/mips/windiss.h, config/mips/rtems.h,
1905 config/mips/3000.md, config/mips/iris5.h, config/mips/5000.md,
1906 config/mips/7000.md, config/mips/9000.md, config/mips/4600.md,
1907 config/mips/linux64.h, config/mips/elforion.h,
1908 config/mips/constraints.md, config/mips/generic.md,
1909 config/mips/predicates.md, config/mips/4300.md,
1910 config/mips/mips-ps-3d.md, config/mips/iris.h, config/mips/24k.md,
1911 config/mips/mips.md, config/mips/mips.opt, config/mips/4k.md,
1912 config/mips/5k.md, config/mips/vr4120-div.S,
1913 config/mips/openbsd.h, config/mips/iris6.h, config/mips/4000.md,
1914 config/mips/mips-protos.h, config/mips/6000.md,
1915 config/mips/mips.c, config/mips/mips.h, config/mips/r3900.h,
1916 config/mips/74k.md, config/mips/netbsd.h, config/mips/vxworks.h,
1917 config/mips/mips-modes.def, config/mips/vr.h,
1918 config/soft-fp/t-softfp, config/openbsd.h, config/ptx4.h,
1919 config/freebsd-spec.h, config/vax/vax.c, config/vax/openbsd.h,
1920 config/vax/vax.h, config/vax/elf.h, config/vax/vax.md,
1921 config/vax/bsd.h, config/vax/vax.opt, config/vax/vax-modes.def,
1922 config/vax/openbsd1.h, config/vax/netbsd.h,
1923 config/vax/vax-protos.h, config/vax/netbsd-elf.h,
1924 config/vax/vaxv.h, config/vax/ultrix.h, config/freebsd.h,
1925 config/h8300/rtems.h, config/h8300/predicates.md,
1926 config/h8300/h8300.c, config/h8300/h8300.h, config/h8300/elf.h,
1927 config/h8300/h8300.md, config/h8300/h8300.opt,
1928 config/h8300/coff.h, config/h8300/h8300-protos.h,
1929 config/v850/v850.md, config/v850/predicates.md,
1930 config/v850/v850-c.c, config/v850/v850.c, config/v850/v850.opt,
1931 config/v850/v850.h, config/v850/v850-protos.h, config/vxworks.c,
1932 config/knetbsd-gnu.h, config/sol2-6.h, config/vxworks.h,
1933 config/mmix/mmix.h, config/mmix/predicates.md,
1934 config/mmix/mmix-protos.h, config/mmix/mmix.md,
1935 config/mmix/mmix.c, config/mmix/mmix.opt,
1936 config/mmix/mmix-modes.def, config/bfin/bfin.opt,
1937 config/bfin/rtems.h, config/bfin/bfin-modes.def,
1938 config/bfin/predicates.md, config/bfin/bfin-protos.h,
1939 config/bfin/bfin.c, config/bfin/bfin.h, config/bfin/bfin.md:
1942 2007-08-02 Richard Sandiford <richard@codesourcery.com>
1944 * emit-rtl.c (reset_used_decls): Rename to...
1945 (set_used_decls): ...this. Set the used flag rather than clearing it.
1946 (unshare_all_rtl_again): Update accordingly. Set flags on argument
1947 DECL_RTLs rather than resetting them.
1949 2007-08-02 Andreas Krebbel <krebbel1@de.ibm.com>
1951 * config/s390/s390.md ("*xordi3_cconly"): Change xr to xg.
1953 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
1955 * reload.c (find_reloads_address_part): Pass correct MEMREFLOC
1956 argument to find_reloads_address.
1958 2007-08-01 Daniel Jacobowitz <dan@codesourcery.com>
1960 PR tree-optimization/32919
1961 * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
1962 * tree-ssa-coalesce.c (ssa_conflicts_dump): New.
1963 (coalesce_ssa_name): Call it.
1965 2007-08-01 Sandra Loosemore <sandra@codesourcery.com>
1966 David Ung <davidu@mips.com>
1968 * config/mips/mips16.S (__mips16_unordsf2, __mips16_floatunsisf): New.
1969 (__mips16_unorddf2, __mips16_floatunsidf): New.
1970 * config/mips/mips.c (mips_init_libfuncs): Add optab entries for
1972 * config/mips/t-libgcc-mips16 (LIB1ASMFUNCS): Add new functions.
1974 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
1976 * tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.
1977 Display new operands of OMP_SECTIONS and OMP_CONTINUE.
1978 * tree.h (OMP_SECTIONS_CONTROL): New macro.
1979 (OMP_DIRECTIVE_P): Add OMP_SECTIONS_SWITCH.
1980 * omp-low.c (get_ws_args_for, determine_parallel_type,
1981 expand_omp_for_generic, expand_omp_for_static_nochunk,
1982 expand_omp_for_static_chunk, expand_omp_for, expand_omp_sections):
1983 Work with more precise CFG.
1984 (build_omp_regions_1): Handle OMP_SECTIONS_SWITCH.
1985 (lower_omp_sections): Emit OMP_SECTIONS_SWITCH. Add arguments to
1987 * tree-gimple.c (is_gimple_stmt): Handle OMP_SECTIONS_SWITCH.
1988 * gimple-low.c (lower_stmt): Ditto.
1989 * tree-inline.c (estimate_num_insns_1): Ditto.
1990 * tree.def (OMP_SECTIONS, OMP_CONTINUE): Added new operands.
1991 (OMP_SECTIONS_SWITCH): New.
1992 * tree-cfgcleanup.c (cleanup_omp_return): New.
1993 (cleanup_tree_cfg_bb): Call cleanup_omp_return.
1994 * tree-cfg.c (make_edges): Create back edges for OMP_CONTINUE
1995 and exit edge for OMP_FOR. Handle OMP_SECTIONS_SWITCH.
1996 (tree_redirect_edge_and_branch): Handle omp constructs.
1998 * fortran/trans-openmp.c (gfc_trans_omp_sections): Build OMP_SECTIONS
1999 with three arguments.
2001 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
2003 * tree-cfg.c (tree_merge_blocks): Preserve loop exit phi nodes only
2006 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
2008 * tree-ssa-threadupdate.c (thread_through_all_blocks): Record that
2009 the loop structures may need fixing.
2010 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop, repair_loop_structures):
2012 (cleanup_tree_cfg_loop): Removed.
2013 (cleanup_tree_cfg): If loops need fixing, call repair_loop_structures.
2014 * tree-predcom.c (tree_predictive_commoning): Return TODO_cleanup_cfg
2015 instead of running cleanup_tree_cfg_loop.
2016 * cfgloop.h (LOOPS_NEED_FIXUP): New constant.
2017 * tree-flow.h (cleanup_tree_cfg_loop): Declaration removed.
2018 (tree_predictive_commoning): Declaration changed.
2019 * passes.c (execute_function_todo): Do not use cleanup_tree_cfg_loop.
2021 2007-08-01 Zdenek Dvorak <ook@ucw.cz>
2023 * doc/invoke.texi (l1-cache-size): Update documentation.
2024 (l2-cache-size): Document.
2025 * params.h (L2_CACHE_SIZE): New macro.
2026 * tree-ssa-loop-prefetch.c (L1_CACHE_SIZE_BYTES): Reflect
2027 that L1_CACHE_SIZE is in kB now.
2028 (L2_CACHE_SIZE_BYTES): New macro.
2029 (tree_ssa_prefetch_arrays): Show size in kB.
2030 * config/i386/i386.h (struct processor_costs): Add l1_cache_size
2031 and l2_cache_size fields.
2032 * config/i386/driver-i386.c (describe_cache): Detect cache size
2034 * config/i386/i386.c (size_cost, i386_cost, i486_cost,pentium_cost,
2035 pentiumpro_cost, geode_cost, k6_cost, athlon_cost, k8_cost,
2036 amdfam10_cost, pentium4_cost, nocona_cost, core2_cost,
2037 generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
2038 (override_options): Set l1-cache-size and l2-cache-size to default
2039 values if not specified otherwise.
2040 * params.def (PARAM_L1_CACHE_SIZE): Change to set in kB.
2041 (PARAM_L2_CACHE_SIZE): New.
2043 2007-08-01 Nigel Stephens <nigel@mips.com>
2044 David Ung <davidu@mips.com>
2045 Thiemo Seufer <ths@mips.com>
2046 Chris Dearman <chris@mips.com>
2047 Richard Sandiford <richard@codesourcery.com>
2049 * config.gcc (mips*-sde-elf*): New stanza.
2050 (mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
2051 (mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
2052 (mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*, mips-*-elf*)
2053 (mipsel-*-elf*, mips64-*-elf*, mips64el-*-elf*, mips64orion-*-elf*)
2054 (mips64orionel-*-elf*, mips*-*-rtems*, mips-wrs-windiss)
2055 (mipstx39-*-elf*, mipstx39el-*-elf*): Add mips/t-libgcc-mips16
2057 * config/mips/sde.h: New file.
2058 * config/mips/t-libgcc-mips16: Likewise.
2059 * config/mips/t-sde: Likewise.
2060 * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Remove settings
2061 of _ABIN32, _ABI64, _ABIO32, _MIPS_SIM, _MIPS_SZLONG, _MIPS_SZPTR,
2062 _MIPS_FPSET and _MIPS_SZINT.
2063 * config/mips/iris.h (TARGET_OS_CPP_BUILTINS): Likewise.
2064 * config/mips/elfoabi.h (DRIVER_SELF_SPECS): Remove separate
2065 insertion of a default -mips option. Use MIPS_32BIT_OPTION_SPEC.
2066 * config/mips/t-isa3264 (LIB1ASMSRC, LIB1ASMFUNCS): Delete.
2067 * config/mips/t-r3900 (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
2068 * config/mips/t-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
2069 * config/mips/mips.h (TARGET_CPU_CPP_BUITINS): Define _ABIO32,
2070 _ABIN32, _ABI64, _ABIO64, _MIPS_SIM, _MIPS_SZINT, _MIPS_SZLONG,
2071 _MIPS_SZPTR and _MIPS_FPSET.
2072 (MIPS_ISA_LEVEL_SPEC): Inject the default -mips option if no
2073 architecture is specified.
2074 (MIPS_32BIT_OPTION_SPEC): New macro.
2076 2007-07-31 Dan Hipschman <dsh@google.com>
2078 * gcc.c (end_going_arg): New function.
2079 (do_spec_2): Use it.
2080 (do_spec_1): Use it.
2082 2007-07-31 H.J. Lu <hongjiu.lu@intel.com>
2084 * ddg.c (add_cross_iteration_register_deps): Declare bb_info
2085 only if ENABLE_CHECKING is defined.
2087 2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
2089 * df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
2090 df_ru_add_problem, df_ru_get_bb_info): Removed.
2091 (DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
2092 * df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
2093 df_ru_free_bb_info, df_ru_alloc,
2094 df_ru_bb_local_compute_process_def,
2095 df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
2096 df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
2097 df_ru_transfer_function, df_ru_free, df_ru_start_dump,
2098 df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
2099 df_ru_add_problem): Removed.
2101 2007-07-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2104 * pa.md (casesi32): Use match_scratch. Revise insn condition.
2105 (casesi32p, casesi64p): Likewise.
2106 (casesi): Adjust for above.
2108 2007-07-31 Richard Sandiford <richard@codesourcery.com>
2110 * mode-switching.c (create_pre_exit): Don't search past calls.
2112 2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
2114 * config/mips/mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.
2116 2007-07-31 Revital Eres <eres@il.ibm.com>
2118 * ddg.c (add_deps_for_def): Rename to...
2119 (add_cross_iteration_register_deps): This. Change implementation
2120 to use only reaching def and def-use chains to construct the
2121 inter loop dependencies.
2122 (add_deps_for_use): Remove function.
2123 (build_inter_loop_deps): Call add_cross_iteration_register_deps
2124 function to build the inter loop dependencies.
2125 * modulo-sched.c (sms_schedule): Build only
2126 reaching def and def-use chains for the propose of the ddg
2129 2007-07-31 Julian Brown <julian@codesourcery.com>
2131 * config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
2132 New define_insns. Use correct RTL.
2133 (vec_set<mode>): Write as expander.
2135 2007-07-31 Razya Ladelsky <razya@il.ibm.com>
2137 * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring
2138 to an unallocated space.
2140 2007-07-30 Jan Sjodin <jan.sjodin@amd.com>
2143 (split_constant_offset): Enable split_constant_offset to extract
2144 constants from other statements.
2145 * tree-vect-transform.c
2146 (vect_create_addr_base_for_vector_ref): Generate data_ref_base
2147 to a temp var. Force base_offset to be simple.
2149 2007-07-30 Seongbae Park <seongbae.park@gmail.com>
2151 * df-scan.c (df_scan_verify): Remove artificial limit on
2152 the number of blocks for verification.
2153 * df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
2154 df_simulate_defs): Avoid unnecessary insn checking for defs.
2156 2007-07-29 Mark Mitchell <mark@codesourcery.com>
2158 * config/m68k/lb1sf68.asm (FUNC): New macro.
2160 (__udivsi3): Likewise.
2161 (__divsi3): Likewise.
2162 (__umodsi3): Likewise.
2163 (__modsi3): Likewise.
2164 (__subdf3): Likewise.
2165 (__adddf3): Likewise.
2166 (__muldf3): Likewise.
2167 (__divdf3): Likewise.
2168 (__negdf2): Likewise.
2169 (__cmpdf2): Likewise.
2170 (__subsf3): Likewise.
2171 (__addsf3): Likewise.
2172 (__mulsf3): Likewise.
2173 (__divsf3): Likewise.
2174 (__negsf2): Likewise.
2175 (__cmpsf2): Likewise.
2176 (__eqdf2): Likewise.
2177 (__nedf2): Likewise.
2178 (__gtdf2): Likewise.
2179 (__gedf2): Likewise.
2180 (__ltdf2): Likewise.
2181 (__ledf2): Likewise.
2182 (__eqsf2): Likewise.
2183 (__nesf2): Likewise.
2184 (__gtsf2): Likewise.
2185 (__gesf2): Likewise.
2186 (__ltsf2): Likewise.
2187 (__lesf2): Likewise.
2189 2007-07-30 Ollie Wild <aaw@google.com>
2191 * c-ppoutput.c (print_lines_directives_only): New function.
2192 (scan_translation_unit_directives_only): New function.
2193 (preprocess_file): Add call to scan_translation_unit_directives_only.
2194 * c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
2195 (sanitize_cpp_opts): Add default flag_dump_macros setting for
2196 -fdirectives-only. Add errors for -fdirectives-only conflict with
2197 -Wunused-macros and -traditional.
2198 (finish_options): Add builtin macro initialization for
2199 -fdirectives-only + -fpreprocessed.
2200 * c.opt (fdirectives-only): New.
2201 * doc/cppopts.texi (fdirectives-only): New.
2203 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2205 * alias.c (record_set, memory_modified_1): Constify.
2206 * bt-load.c (note_btr_set): Likewise.
2207 * caller-save.c (mark_set_regs, add_stored_regs): Likewise.
2208 * combine.c (set_nonzero_bits_and_sign_copies,
2209 expand_field_assignment, record_dead_and_set_regs_1,
2210 use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
2211 likely_spilled_retval_1): Likewise.
2212 * config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
2213 frv_io_handle_set): Likewise.
2214 * config/mips/mips.c (mips_sim_record_set,
2215 vr4130_true_reg_dependence_p_1): Likewise.
2216 * config/mt/mt.c (insn_dependent_p_1): Likewise.
2217 * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
2218 * config/sh/sh.c (flow_dependent_p_1): Likewise.
2219 * cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
2220 * dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
2221 * ddg.c (mark_mem_store): Likewise.
2222 * df-problems.c (df_urec_mark_reg_change): Likewise.
2223 * function.c (update_epilogue_consts): Likewise.
2224 * gcse.c (record_set_info, record_last_set_info,
2225 mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
2226 reg_clear_last_set): Likewise.
2227 * global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
2229 * jump.c (reversed_comparison_code_parts): Likewise.
2230 * local-alloc.c (validate_equiv_mem_from_store, no_equiv,
2231 reg_is_set): Likewise.
2232 * loop-iv.c (mark_altered): Likewise.
2233 * mode-switching.c (reg_becomes_live): Likewise.
2234 * optabs.c (no_conflict_move_test): Likewise.
2235 * postreload-gcse.c (record_last_set_info, find_mem_conflicts):
2237 * postreload.c (reload_combine_note_store, move2add_note_store):
2239 * regmove.c (flags_set_1): Likewise.
2240 * regrename.c (note_sets, kill_clobbered_value, kill_set_value):
2242 * reload1.c (mark_not_eliminable, forget_old_reloads_1):
2244 * resource.c (update_live_status): Likewise.
2245 * rtl.h (set_of, note_stores): Likewise.
2246 * rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
2247 note_stores, parms_set): Likewise.
2248 * sched-rgn.c (sets_likely_spilled_1): Likewise.
2249 * stack-ptr-mod.c (notice_stack_pointer_modification_1):
2251 * var-tracking.c (count_stores, add_stores): Likewise.
2253 2007-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2255 * alias.c (mems_in_disjoint_alias_sets_p,
2256 fixed_scalar_and_varying_struct_p, aliases_everything_p,
2257 nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
2258 write_dependence_p, mems_in_disjoint_alias_sets_p,
2259 read_dependence, true_dependence, canon_true_dependence,
2260 anti_dependence, output_dependence): Constify.
2261 * combine.c (extended_count): Likewise.
2262 * cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
2263 * cselib.c (get_value_hash, references_value_p,
2264 cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
2265 * cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
2266 * emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
2267 * function.c (contains, prologue_epilogue_contains,
2268 sibcall_epilogue_contains): Likewise.
2269 * jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
2270 pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
2271 only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
2272 reg_or_subregno): Likewise.
2273 * recog.c (asm_noperands): Likewise.
2274 * reload1.c (function_invariant_p): Likewise.
2275 * rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
2276 rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
2277 condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
2278 simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
2279 true_regnum, reg_or_subregno, condjump_in_parallel_p,
2280 extended_count, prologue_epilogue_contains,
2281 sibcall_epilogue_contains, function_invariant_p, true_dependence,
2282 canon_true_dependence, read_dependence, anti_dependence,
2283 output_dependence): Likewise.
2284 * rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.
2286 2007-07-30 Julian Brown <julian@codesourcery.com>
2288 * config/arm/neon.md (V_ext): New mode attribute.
2289 (neon_vget_lane<mode>): Replace with define_expand.
2290 (neon_vget_lane<mode>_sext_internal)
2291 (neon_vget_lane<mode>_zext_internal): New define_insns for double
2292 and quad precision vectors.
2293 (neon_vget_lanedi): Add bounds check. Remove dead comment.
2294 * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
2295 have typeless 32-bit result.
2297 2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
2300 * tree-affine.h (aff_tree): The type of rest is sizetype for types
2302 * tree-affine.c (aff_combination_scale): If type is a pointer type,
2303 use sizetype for rest.
2304 (aff_combination_add_elt): Likewise. Don't specialize pointer types.
2305 (aff_combination_convert): Don't convert rest for pointer types.
2307 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
2309 * Makefile.in (tree-ssa-alias.o): Add alloc-pool.h
2311 * tree-ssa-alias.c: Add alloc-pool.h.
2312 (init_alias_info): Free alias_bitmap_obstack.
2313 (delete_alias_info): Call delete_mem_ref_stats.
2314 (get_mem_sym_stats_for): Use alloc_pool.
2315 (init_mem_ref_stats): Do not delete mem_ref_stats here.
2316 (delete_mem_sym_stats): Removed.
2318 2007-07-29 Sebastian Pop <sebpop@gmail.com>
2320 * tree-data-ref.c (add_multivariate_self_dist): Parametric access
2321 functions cannot be represented as classical distance vectors.
2323 2007-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2325 * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
2326 * builtins.c (validate_arg, builtin_mathfn_code,
2327 validate_arglist): Likewise.
2328 * calls.c (call_expr_flags): Likewise.
2329 * combine.c (reg_nonzero_bits_for_combine,
2330 reg_num_sign_bit_copies_for_combine, get_last_value,
2331 reg_truncated_to_mode): Likewise.
2332 * emit-rtl.c (subreg_lowpart_p): Likewise.
2333 * expr.c (highest_pow2_factor_for_target,
2334 categorize_ctor_elements_1, categorize_ctor_elements,
2335 count_type_elements, contains_packed_reference,
2336 highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
2337 * fold-const.c (may_negate_without_overflow_p, int_const_binop,
2338 fold_convertible_p, operand_equal_p, tree_swap_operands_p,
2339 native_encode_int, native_encode_real, native_encode_complex,
2340 native_encode_vector, native_encode_expr, native_interpret_int,
2341 native_interpret_real, native_interpret_complex,
2342 native_interpret_vector, native_interpret_expr): Likewise.
2343 * function.c (use_register_for_decl): Likewise.
2344 * gimplify.c (get_name): Likewise.
2345 * langhooks-def.h (lhd_return_null_const_tree): New.
2346 (LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
2347 * langhooks.c (lhd_return_null_const_tree): New.
2348 * langhooks.h (lang_get_callee_fndecl): Constify.
2349 * output.h (constructor_static_from_elts_p): Likewise.
2350 * rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
2351 * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
2352 subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
2353 * rtlanal.c (cached_nonzero_bits, nonzero_bits1,
2354 cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
2355 nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
2356 * rtlhooks-def.h (reg_nonzero_bits_general,
2357 reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
2359 * rtlhooks.c (reg_num_sign_bit_copies_general,
2360 reg_nonzero_bits_general, reg_truncated_to_mode_general):
2362 * stmt.c (warn_if_unused_value, is_body_block): Likewise.
2363 * stor-layout.c (mode_for_size_tree): Likewise.
2364 * tree-ssa-loop-im.c (memref_eq): Likewise.
2365 * tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
2366 * tree.c (contains_placeholder_p, type_list_equal,
2367 simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
2369 * tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
2370 mode_for_size_tree, categorize_ctor_elements, count_type_elements,
2371 contains_placeholder_p, contains_packed_reference,
2372 get_callee_fndecl, operand_equal_for_phi_arg_p,
2373 warn_if_unused_value, is_body_block, native_encode_expr,
2374 native_interpret_expr, fold_convertible_p, operand_equal_p,
2375 int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
2376 validate_arglist, simple_cst_equal, type_list_equal,
2377 use_register_for_decl, call_expr_flags, get_name,
2378 highest_pow2_factor): Likewise.
2379 (const_call_expr_arg_iterator_d,
2380 init_const_call_expr_arg_iterator, next_const_call_expr_arg,
2381 first_const_call_expr_arg, more_const_call_expr_args_p,
2382 FOR_EACH_CONST_CALL_EXPR_ARG): New.
2383 * varasm.c (constructor_static_from_elts_p): Constify.
2385 2007-07-28 Kazu Hirata <kazu@codesourcery.com>
2387 * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
2388 config/arm/neon-schedgen.ml, config/arm/neon.ml,
2389 config/arm/vec-common.md, config/ia64/div.md, cselib.c,
2390 df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
2391 regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
2392 tree-vect-transform.c, tree.def: Fix comment typos. Follow
2393 spelling conventions.
2394 * doc/invoke.texi: Follow spelling conventions.
2396 2007-07-29 Vladimir Yanovsky <yanov@il.ibm.com>
2397 Revital Eres <eres@il.ibm.com>
2399 * modulo-sched.c (sms_schedule): Avoid loops which includes
2400 auto-increment instructions.
2402 2007-07-28 Richard Guenther <rguenther@suse.de>
2405 * fold-const.c (fold_cond_expr_with_comparison): Convert
2406 operand zero of MIN/MAX_EXPR to correct type.
2408 2007-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2410 * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
2411 flags_from_decl_or_type): Constify.
2412 * gcc.c (do_spec_1): Likewise.
2413 * print-tree.c (dump_addr, print_node_brief): Likewise.
2414 * tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
2415 simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
2416 tree_purge_all_dead_eh_edges): Likewise.
2417 * tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
2418 tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
2420 * tree.c (expr_location, expr_has_location, expr_locus,
2421 expr_filename, expr_lineno, get_inner_array_type,
2422 fields_compatible_p): Likewise.
2423 * tree.h (get_inner_array_type, fields_compatible_p,
2424 expr_location, expr_has_location, expr_locus, expr_filename,
2425 expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
2426 setjmp_call_p, alloca_call_p): Likewise.
2428 2007-07-28 Daniel Berlin <dberlin@dberlin.org>
2430 * timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
2431 TV_FLOW_INSENSITIVE.
2433 * tree-ssa-alias.c (compute_call_clobbered): Push/pop
2435 (compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
2436 (compute_flow_insensitive_aliasing): Ditto for
2437 TV_FLOW_INSENSITIVE.
2439 2007-07-27 Jan Hubicka <jh@suse.cz>
2441 * config/i386/i386.c (register_move_cost): Remove accidentally comitted
2444 * attribs.c: Include hashtab.h
2445 (attribute_hash): New.
2446 (substring): New structure.
2447 (extract_attribute_substring, substring_hash, hash_attr, eq_attr):
2449 (init_attributes): Initialize attribute hash.
2450 (decl_attributes): Use attribute hash.
2451 * Makefile.in (attribs.c): Depend on hashtab.h.
2453 2007-07-27 Steve Ellcey <sje@cup.hp.com>
2455 * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
2457 2007-07-27 Richard Sandiford <richard@codesourcery.com>
2459 * doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
2460 __mips_dspr2 and __mips_dsp_rev macros.
2461 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.
2463 2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
2465 * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.
2467 2007-07-26 Kenneth Zadeck <zadeck@naturalbridge.com>
2471 * df-problems.c (df_create_unused_note): Removed do_not_gen parm
2472 and the updating of the live and do_not_gen sets.
2473 (df_note_bb_compute): Added updating of live and do_not_gen sets
2474 for regular defs so that the case of clobber inside conditional
2475 call is processed correctly.
2477 2007-07-27 Zdenek Dvorak <dvorakz@suse.cz>
2479 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
2480 operands with compatible type.
2482 2007-07-27 Richard Sandiford <richard@codesourcery.com>
2484 * expr.h (store_bit_field): Don't return a value.
2485 * expmed.c (check_predicate_volatile_ok): New function.
2486 (store_bit_field_1): New function, extracted from store_bit_field.
2487 Take a fallback_p argument and return true if the operation succeeded.
2488 Only use store_fixed_bit_field if fallback_p. Don't recompute
2489 mode_for_extraction; use op_mode instead. Try forcing memories
2490 into registers if the insv expander fails.
2491 (store_bit_field): Use store_bit_field_1 with fallback_p true.
2492 Don't return a value.
2493 (convert_extracted_bit_field): New function, extracted from
2495 (extract_bit_field_1): Likewise. Take a fallback_p argument
2496 and return NULL if the operation succeeded. Only use
2497 extract_fixed_bit_field if fallback_p. Only calculate one
2498 extraction mode. Combine code for extv and extzv. Try forcing
2499 memories into registers if the ext(z)v expander fails.
2500 (extract_bit_field): Use extract_bit_field_1 with fallback_p true.
2502 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
2504 * df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
2506 (df_ref): Likewise. Put regno with other integer fields.
2508 2007-07-27 Richard Sandiford <rsandifo@nildram.co.uk>
2510 * df.h (df_mw_hardreg): Remove "loc" field.
2511 * df-scan.c (df_ref_record): Don't set it. Remove redundant
2513 * df-problems.c (df_whole_mw_reg_unused_p): New function,
2514 split out from df_set_unused_notes_for_mw. Return false for
2515 partial references. Assert that mw_reg is a REG when returning true.
2516 (df_set_unused_notes_for_mw): Use it. Use mw_reg instead of *loc.
2517 (df_whole_mw_reg_dead_p): New function, split out from
2518 df_set_dead_notes_for_mw. Return false for partial references.
2519 Assert that mw_reg is a REG when returning true.
2520 (df_set_dead_notes_for_mw): Use it. Use mw_reg instead of *loc.
2521 Remove redundant bitmap check.
2523 2007-07-26 H.J. Lu <hongjiu.lu@intel.com>
2525 * config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
2526 ($(T)crtend.o): Likwise.
2527 ($(T)crtbeginS.o): Likwise.
2528 ($(T)crtendS.o): Likwise.
2529 ($(T)crtfastmath.o): Likwise.
2531 2007-07-26 Zdenek Dvorak <dvorakz@suse.cz>
2533 * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
2534 * function.h (dom_computed, n_bbs_in_dom_tree): New macros.
2535 * basic-block.h (struct control_flow_graph): Added x_dom_computed
2536 and x_n_bbs_in_dom_tree fields.
2538 2007-07-26 Steve Ellcey <sje@cup.hp.com>
2540 PR tree-optimization/32087
2541 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
2542 Do not call scale_bbs_frequencies_int with prob of zero.
2544 2007-07-26 Julian Brown <julian@codesourcery.com>
2546 * config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
2547 (neon_element_bits): Add prototypes.
2548 * config/arm/arm.c (bounds_check, neon_lane_bounds)
2549 (neon_const_bounds, neon_element_bits): New functions.
2550 * config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
2551 (neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
2552 (neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
2553 (neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
2554 (neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
2555 (neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
2556 (neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
2557 (neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
2558 (neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
2559 (neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
2560 (neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
2561 (neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
2562 (neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.
2564 2007-07-26 Nathan Froyd <froydnj@codesourcery.com>
2566 * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
2567 (HAVE_AS_GNU_ATTRIBUTE): Undefine.
2569 2007-07-26 Mark Shinwell <shinwell@codesourcery.com>
2570 Julian Brown <julian@codesourcery.com>
2572 * config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
2573 * config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
2574 * config/arm/cortex-a8.md: New.
2575 * config/arm/cortex-a8-neon.md: New.
2576 * config/arm/neon-schedgen.ml: New.
2577 * config/arm/neon.md (vqh_mnem): New.
2579 (Is_float_mode): New.
2580 (Scalar_mul_8_16): New.
2582 (V_mode_nunits): New.
2583 (All instruction patterns): Annotate with neon_type attribute
2585 * config/arm/arm.md: Include cortex-a8.md.
2586 (insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
2588 Annotate instruction patterns accordingly.
2589 (generic_sched): Do not use generic scheduling for Cortex-A8.
2590 (generic_vfp): Do not use generic VFP scheduling for Cortex-A8.
2592 2007-07-26 Daniel Jacobowitz <dan@codesourcery.com>
2594 * fold-const.c (fold_read_from_constant_string): Use
2596 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
2598 2007-07-26 Nick Clifton <nickc@redhat.com>
2600 * tree-ssa-operands.h: Change copyright header to refer to version
2601 3 of the GNU General Public License and to point readers at the
2602 COPYING3 file and the FSF's license web page.
2603 * tree-vrp.c, regrename.c, attribs.c, loop-unswitch.c,
2604 sched-ebb.c, fwprop.c, tree-loop-linear.c, dwarf2asm.c,
2605 tree-into-ssa.c, dwarf2asm.h, tree-ssa-loop-im.c, sbitmap.c,
2606 targhooks.c, tree-dump.c, tree-complex.c, sbitmap.h, targhooks.h,
2607 tree-dump.h, regstat.c, see.c, machmode.h, hooks.c, cgraphbuild.c,
2608 hooks.h, genrecog.c, tree-ssa-threadupdate.c, gen-protos.c,
2609 flags.h, rtlhooks.c, gencheck.c, tree-ssa-loop-niter.c,
2610 opts-common.c, dbgcnt.def, tree-pretty-print.c, tracer.c,
2611 gengtype.c, mkconfig.sh, gengtype.h, tree-ssa-loop-unswitch.c,
2612 cgraph.c, c-lex.c, cgraph.h, libfuncs.h, cfgloopmanip.c,
2613 rtl-error.c, optabs.c, postreload-gcse.c, tree-ssa-loop-manip.c,
2614 optabs.h, genmddeps.c, defaults.h, postreload.c, value-prof.c,
2615 tree-ssa-loop-ch.c, tree-tailcall.c, gengenrtl.c, value-prof.h,
2616 genopinit.c, tree.c, tree.h, reload.c, tree-pass.h, ipa-cp.c,
2617 reload.h, bitmap.c, bitmap.h, tree-scalar-evolution.c,
2618 c-config-lang.in, tree-scalar-evolution.h, target.h, cppspec.c,
2619 rtlanal.c, ddg.c, lambda-mat.c, mips-tdump.c, ddg.h,
2620 tree-phinodes.c, mips-tfile.c, pointer-set.c, pointer-set.h,
2621 diagnostic.c, final.c, diagnostic.h, builtins.c, genoutput.c,
2622 gcc.c, lists.c, tree-ssa-alias-warnings.c, gcc.h, cfghooks.c,
2623 input.h, gensupport.c, fold-const.c, cfghooks.h, insn-notes.def,
2624 gensupport.h, builtin-attrs.def, sync-builtins.def, params.c,
2625 cfgloopanal.c, params.h, graphds.c, omp-low.c, tree-ssa-dse.c,
2626 graphds.h, gcov.c, cfg.c, genextract.c, ipa-reference.c,
2627 genautomata.c, tree-ssa-uncprop.c, auto-inc-dec.c, toplev.c,
2628 tree-gimple.c, ipa-reference.h, vmsdbgout.c, errors.c, toplev.h,
2629 reorg.c, tree-gimple.h, tree-chrec.c, pretty-print.c, errors.h,
2630 real.c, tree-chrec.h, pretty-print.h, debug.c, real.h, genemit.c,
2631 omega.c, c-cppbuiltin.c, genmultilib, debug.h, omega.h,
2632 tree-ssa-sccvn.c, genconfig.c, tree-ssa-sccvn.h, cgraphunit.c,
2633 regs.h, df-scan.c, vec.c, hosthooks-def.h, vec.h,
2634 tree-ssa-copyrename.c, scan.c, builtin-types.def, tree-ssa-ccp.c,
2635 scan.h, mode-classes.def, haifa-sched.c, dominance.c, dojump.c,
2636 double-int.c, gcov-io.c, dbxout.c, builtins.def, double-int.h,
2637 dbxout.h, tree-ssa-loop-ivopts.c, df-core.c, mode-switching.c,
2638 gengtype-lex.l, tree-nomudflap.c, modulo-sched.c, c-objc-common.c,
2639 hosthooks.h, c-objc-common.h, caller-save.c, graph.c,
2640 ipa-pure-const.c, graph.h, c-format.c, cse.c, fix-header.c,
2641 c-format.h, web.c, tree-stdarg.c, genpeep.c, tree-stdarg.h,
2642 tree-ssa-math-opts.c, xcoffout.c, tree-ssa-dom.c, tree-nrv.c,
2643 xcoffout.h, tree-ssa-propagate.c, ipa-utils.c,
2644 tree-ssa-propagate.h, tree-ssa-alias.c, loop-init.c, ipa-utils.h,
2645 gimple-low.c, rtl.def, c-tree.h, tree-ssa-sink.c, ipa-inline.c,
2646 mkmap-symver.awk, machmode.def, c-pch.c, cfganal.c, global.c,
2647 alloc-pool.c, c-semantics.c, alloc-pool.h, jump.c, ifcvt.c,
2648 dwarf2out.c, expr.c, cfgbuild.c, tree-browser.c, dwarf2out.h,
2649 expr.h, longlong.h, opts.c, gcov-iov.c, opts.h, dwarf2.h,
2650 genattrtab.c, genconditions.c, genattr.c, optc-gen.awk,
2651 timevar.def, tree-ssa-loop-ivcanon.c, hard-reg-set.h, predict.c,
2652 tree-ssa-loop.c, host-default.c, predict.h, recog.c, dbgcnt.c,
2653 recog.h, dbgcnt.h, c-aux-info.c, tree-ssa-address.c, timevar.c,
2654 dse.c, lcm.c, tree-ssa-ifcombine.c, timevar.h, dse.h,
2655 matrix-reorg.c, tree-vn.c, treestruct.def, fp-test.c, c-decl.c,
2656 tree-eh.c, c-errors.c, c-pretty-print.c, regmove.c,
2657 lambda-trans.c, c-pretty-print.h, et-forest.c, et-forest.h,
2658 ebitmap.c, configure.ac, local-alloc.c, function.c, langhooks.c,
2659 ebitmap.h, cppdefault.c, tree-vectorizer.c, function.h,
2660 langhooks.h, print-rtl.c, cppdefault.h, df.h, tree-vectorizer.h,
2661 sdbout.c, stor-layout.c, sdbout.h, rtlhooks-def.h, read-rtl.c,
2662 gcse.c, ipa-type-escape.c, vmsdbg.h, alias.c, gengtype-parse.c,
2663 ipa-type-escape.h, domwalk.c, alias.h, tree-if-conv.c, profile.c,
2664 init-regs.c, domwalk.h, ipa.c, gccbug.in, tree-data-ref.c,
2665 loop-unroll.c, tree-data-ref.h, tree-flow-inline.h, tree-affine.c,
2666 mkmap-flat.awk, tree-affine.h, tree-vect-analyze.c, c.opt, ggc.h,
2667 opt-gather.awk, c-typeck.c, gimplify.c, coretypes.h, exec-tool.in,
2668 insn-addr.h, tree-ssa-phiopt.c, c-pragma.c, c-pragma.h, calls.c,
2669 tree-ssa-coalesce.c, genmodes.c, loop-doloop.c, predict.def,
2670 dwarf.h, tree.def, rtl-factoring.c, lower-subreg.c, expmed.c,
2671 bt-load.c, ggc-common.c, genflags.c, tree-dfa.c, except.c,
2672 coverage.c, except.h, emit-rtl.c, cfgexpand.c, coverage.h,
2673 stringpool.c, cselib.c, emit-rtl.h, tree-cfgcleanup.c, c-opts.c,
2674 cselib.h, cfgcleanup.c, simplify-rtx.c, tree-ssa-pre.c, explow.c,
2675 tree-ssa-live.c, tree-sra.c, tree-ssa-live.h, tree-predcom.c,
2676 loop-invariant.c, genpreds.c, protoize.c, opth-gen.awk, c-dump.c,
2677 lambda.h, loop-iv.c, tree-mudflap.c, ipa-prop.c, print-tree.c,
2678 tree-mudflap.h, tree-ssa-copy.c, ipa-prop.h, cfglayout.c,
2679 tree-ssa-forwprop.c, c-convert.c, cfglayout.h, common.opt,
2680 ggc-zone.c, ggc-page.c, c-omp.c, tree-ssa-dce.c, gencodes.c,
2681 varasm.c, tree-vect-patterns.c, libada-mk.in, tree-ssa-ter.c,
2682 sched-deps.c, tree-nested.c, c-ppoutput.c, tree-ssa.c,
2683 target-def.h, tree-ssa-loop-prefetch.c, lambda-code.c,
2684 omp-builtins.def, rtl.c, regclass.c, stab.def, intl.c, rtl.h,
2685 intl.h, tree-inline.c, conditions.h, tree-inline.h, integrate.c,
2686 sched-int.h, tree-iterator.c, integrate.h, tree-iterator.h,
2687 genchecksum.c, tree-optimize.c, output.h, tree-vect-transform.c,
2688 tree-object-size.c, combine.c, tree-outof-ssa.c, addresses.h,
2689 bb-reorder.c, stack-ptr-mod.c, resource.c, var-tracking.c,
2690 cfgloop.c, system.h, resource.h, ggc-none.c, tree-profile.c,
2691 cfgloop.h, c-gimplify.c, c-common.c, opt-functions.awk,
2692 tree-vect-generic.c, tree-flow.h, df-problems.c, scan-decls.c,
2693 c-common.h, config.gcc, reg-stack.c, tlink.c, main.c, stub-objc.c,
2694 fixproto, config.host, Makefile.in, gccspec.c, sched-rgn.c,
2695 vecprim.h, basic-block.h, tree-ssa-structalias.c,
2696 tree-ssa-structalias.h, c-common.def, sched-vis.c, tree-cfg.c,
2697 passes.c, genconstants.c, c-incpath.c, c-incpath.h,
2698 struct-equiv.c, c-parser.c, tree-ssa-reassoc.c, varray.c, sreal.c,
2699 varray.h, dfp.c, sreal.h, combine-stack-adj.c, dfp.h,
2700 reg-notes.def, cfgrtl.c, config.build, varpool.c, gengtype-yacc.y,
2701 stmt.c, dce.c, tree-browser.def, prefix.c, statistics.h,
2702 params.def, dce.h, c-lang.c, gcov-dump.c, prefix.h,
2703 tree-ssanames.c, collect2.c, collect2.h, tree-ssa-threadedge.c,
2704 convert.c, convert.h, langhooks-def.h, reload1.c,
2705 tree-ssa-operands.c: Likewise.
2707 2007-07-26 Jan Hubicka <jh@suse.cz>
2709 * tree-ssa-live.c: Include debug.h and flags.h.
2710 (mark_scope_block_unused): New function.
2711 (remove_unused_scope_block_p): New function.
2712 (remove_unused_locals): Remove unused blocks too.
2714 2007-07-25 Ian Lance Taylor <iant@google.com>
2716 * combine.c (combine_max_regno): Remove. Remove all uses.
2717 (struct reg_stat_struct): Rename from struct reg_stat.
2718 (reg_stat_type): Define, and declare VECs.
2719 (reg_stat): Change from pointer to VEC. Change all uses.
2720 (combine_split_insns): New static function.
2721 (try_combine, find_split_point): Call it instead of split_insns.
2723 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2725 * cfghooks.c (split_block): Fix the information about loop latch.
2727 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2729 * cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.
2731 2007-07-25 Zdenek Dvorak <dvorakz@suse.cz>
2733 * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
2734 Scan the new edge for loop exit info.
2736 2007-07-25 Andreas Tobler <a.tobler@schweiz.org>
2738 * config/darwin.c: Include debug.h.
2740 2007-07-25 Steve Ellcey <sje@cup.hp.com>
2743 * tree-vect-patterns.c (vect_pattern_recog_1): Check for valid type.
2745 2007-07-25 Steve Ellcey <sje@cup.hp.com>
2747 * config/ia64/ia64.h (HARD_REGNO_NREGS): Handle RFmode.
2748 (HARD_REGNO_MODE_OK): Ditto.
2749 (MODES_TIEABLE_P): Ditto.
2750 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
2751 (CLASS_MAX_NREGS): Ditto.
2752 * config/ia64/ia64.c (ia64_print_operand_address): Add R format.
2753 * config/ia64/ia64.md (divsf3_internal_thr): Removed.
2754 (divdf3_internal_thr): Removed.
2755 * config/ia64/div.md: New file.
2756 * config/ia64/constraints.md: Add H constraint.
2758 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2760 * sbitmap.c (sbitmap_verify_popcount, sbitmap_alloc_with_popcount,
2761 sbitmap_copy, sbitmap_copy_n, sbitmap_equal, sbitmap_empty_p,
2762 sbitmap_union_of_diff_cg, sbitmap_union_of_diff, sbitmap_not,
2763 sbitmap_difference, sbitmap_any_common_bits, sbitmap_a_and_b_cg,
2764 sbitmap_a_and_b, sbitmap_a_xor_b_cg, sbitmap_a_xor_b,
2765 sbitmap_a_or_b_cg, sbitmap_a_or_b, sbitmap_a_subset_b_p,
2766 sbitmap_a_or_b_and_c_cg, sbitmap_a_or_b_and_c,
2767 sbitmap_a_and_b_or_c_cg, sbitmap_a_and_b_or_c,
2768 sbitmap_first_set_bit, sbitmap_last_set_bit, dump_sbitmap,
2769 dump_sbitmap_file, debug_sbitmap, popcount_table,
2770 sbitmap_popcount): Constify.
2771 * sbitmap.h (const_sbitmap, const_sbitmap_ptr): New.
2772 (sbitmap_iterator, sbitmap_iter_init, dump_sbitmap,
2773 dump_sbitmap_file, sbitmap_copy, sbitmap_copy_n, sbitmap_equal,
2774 sbitmap_empty_p, sbitmap_union_of_diff, sbitmap_union_of_diff_cg,
2775 sbitmap_difference, sbitmap_not, sbitmap_a_or_b_and_c,
2776 sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c,
2777 sbitmap_a_and_b_or_c_cg, sbitmap_any_common_bits, sbitmap_a_and_b,
2778 sbitmap_a_and_b_cg, sbitmap_a_or_b, sbitmap_a_or_b_cg,
2779 sbitmap_a_xor_b, sbitmap_a_xor_b_cg, sbitmap_a_subset_b_p,
2780 sbitmap_first_set_bit, sbitmap_last_set_bit, debug_sbitmap,
2781 sbitmap_popcount, sbitmap_verify_popcount): Constify.
2783 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2785 * bitmap.c (hash_descriptor, eq_descriptor, bitmap_element_zerop,
2786 bitmap_copy, bitmap_clear_bit, popcount_table, bitmap_count_bits,
2787 bitmap_first_set_bit, bitmap_and, bitmap_and_into,
2788 bitmap_elt_copy, bitmap_and_compl, bitmap_and_compl_into,
2789 bitmap_compl_and_into, bitmap_elt_ior, bitmap_ior,
2790 bitmap_ior_into, bitmap_xor, bitmap_xor_into, bitmap_equal_p,
2791 bitmap_intersect_p, bitmap_intersect_compl_p,
2792 bitmap_ior_and_compl, bitmap_ior_and_compl_into,
2793 debug_bitmap_file, debug_bitmap, bitmap_print, bitmap_hash):
2795 * bitmap.h (bitmap_copy, bitmap_equal_p, bitmap_intersect_p,
2796 bitmap_intersect_compl_p, bitmap_count_bits, bitmap_and,
2797 bitmap_and_into, bitmap_and_compl, bitmap_and_compl_into,
2798 bitmap_compl_and_into, bitmap_ior, bitmap_ior_into, bitmap_xor,
2799 bitmap_xor_into, bitmap_ior_and_compl, bitmap_ior_and_compl_into,
2800 debug_bitmap, debug_bitmap_file, bitmap_print,
2801 bitmap_first_set_bit, bitmap_hash, bmp_iter_set_init,
2802 bmp_iter_and_init, bmp_iter_and_compl_init): Likewise.
2804 2007-07-25 Daniel Berlin <dberlin@dberlin.org>
2806 * config/darwin.c (darwin_override_options): Additional fix for
2807 debug info formats that don't support var tracking.
2809 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2811 * cselib.c (entry_and_rtx_equal_p): Constify.
2812 * gengtype.c (output_mangled_typename, write_types, write_local):
2814 * gengtype.h (const_type_p): New.
2815 * see.c (eq_descriptor_extension, hash_descriptor_extension):
2817 * tlink.c (scan_linker_output): De-constify.
2818 * tree-ssa-loop-im.c (memref_eq): Constify.
2819 * tree-ssa-structalias.c (const_shared_bitmap_info_t): New.
2820 (shared_bitmap_hash, shared_bitmap_eq): Constify.
2822 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2824 * c-common.c (fname_as_string, c_type_hash): Constify.
2825 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
2826 * cgraph.c (edge_hash, edge_eq): Likewise.
2827 * dwarf2out.c (decl_die_table_eq, decl_loc_table_eq): Likewise.
2828 * emit-rtl.c (mem_attrs_htab_eq, reg_attrs_htab_hash,
2829 reg_attrs_htab_eq): Likewise.
2830 * except.c (t2r_eq, t2r_hash, ttypes_filter_eq, ehl_hash, ehl_eq):
2832 * genautomata.c (const_reserv_sets_t, const_unit_decl_t,
2833 const_decl_t, const_state_t, const_automata_list_el_t): New.
2834 (first_out_arc, DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL,
2835 DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV,
2836 automaton_decl_hash, automaton_decl_eq_p, insn_decl_hash,
2837 insn_decl_eq_p, decl_hash, decl_eq_p, alt_state_cmp,
2838 reserv_sets_cmp, reserv_sets_eq, state_hash, state_eq_p,
2839 automata_list_hash, automata_list_eq_p, compare_states_for_equiv,
2840 compare_max_occ_cycle_nums, out_state_arcs_num,
2841 compare_transition_els_num, units_cmp, state_reservs_cmp):
2843 * genmodes.c (cmp_modes): Likewise.
2844 * ggc-common.c (saving_htab_hash, saving_htab_eq): Likewise.
2845 * gimplify.c (compare_case_labels): Likewise.
2846 * ipa-type-escape.c (get_name_of_type, type_brand_s): Likewise.
2847 * loop-unroll.c (si_info_hash, ve_info_hash): Likewise.
2848 * matrix-reorg.c (mtt_info_hash): Likewise.
2849 * postreload-gcse.c (hash_expr_for_htab, expr_equiv_p): Likewise.
2850 * rtl-factoring.c (const_p_hash_bucket, const_p_hash_elem): New.
2851 (htab_hash_bucket, htab_hash_elem): Constify.
2852 * tree-browser.c (TB_parent_eq): Likewise.
2853 * tree-scalar-evolution.c (hash_scev_info): Likewise.
2854 * tree-ssa-alias.c (sort_tags_by_id): Likewise.
2855 * tree-ssa-coalesce.c (const_coalesce_pair_p): New.
2856 (coalesce_pair_map_hash, coalesce_pair_map_eq, compare_pairs):
2858 * tree-ssa-dom.c (avail_expr_hash, avail_expr_eq): Likewise.
2859 * tree-ssa-pre.c (const_expr_pred_trans_t): New.
2860 (expr_pred_trans_hash, expr_pred_trans_eq): Constify.
2861 * tree-ssa-sccvn.c (const_vn_binary_op_t, const_vn_unary_op_t,
2862 const_vn_phi_t, const_vn_reference_op_t, const_vn_reference_t):
2864 (vn_reference_op_eq, vn_reference_hash, vn_reference_eq,
2865 vn_unary_op_hash, vn_unary_op_eq, vn_binary_op_hash,
2866 vn_binary_op_eq, vn_phi_hash, vn_phi_eq): Constify.
2867 * tree-ssa-threadupdate.c (redirection_data_hash,
2868 redirection_data_eq): Likewise.
2869 * tree-ssa-uncprop.c (equiv_hash, equiv_eq): Likewise.
2870 * tree-ssa.c (var_ann_eq): Likewise.
2871 * tree-vrp.c (compare_case_labels): Likewise.
2872 * tree.c (int_cst_hash_hash, int_cst_hash_eq,
2873 tree_map_base_marked_p, type_hash_marked_p, tree_check_failed,
2874 tree_not_check_failed, tree_class_check_failed,
2875 tree_range_check_failed, tree_not_class_check_failed,
2876 omp_clause_check_failed, omp_clause_range_check_failed,
2877 tree_contains_struct_check_failed, tree_operand_check_failed):
2879 * tree.h (tree_contains_struct_check_failed, tree_check_failed,
2880 tree_not_check_failed, tree_class_check_failed,
2881 tree_range_check_failed, tree_not_class_check_failed,
2882 tree_operand_check_failed, omp_clause_operand_check_failed,
2883 tree_operand_length): Likewise.
2884 * var-tracking.c (const_variable): New.
2885 (variable_htab_hash, variable_htab_eq): Constify.
2886 * varasm.c (const_desc_hash): Likewise.
2888 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2890 * expr.c (handled_component_p): Constify.
2891 * fold-const.c (fit_double_type): Likewise.
2892 * real.h (real_value_from_int_cst): Likewise.
2893 * tree-flow-inline.h (gimple_in_ssa_p,
2894 gimple_aliases_computed_p, gimple_addressable_vars,
2895 gimple_call_clobbered_vars, gimple_referenced_vars,
2896 gimple_global_var, gimple_nonlocal_all, gimple_var_anns,
2897 end_htab_p, end_referenced_vars_p, var_ann, function_ann,
2898 may_aliases, end_readonly_imm_use_p, has_zero_uses,
2899 has_single_use, single_imm_use, num_imm_uses, is_exec_stmt,
2900 is_label_stmt, is_global_var, phi_ssa_name_p,
2901 factoring_name_p, is_call_clobbered, tree_common_ann,
2902 op_iter_done, end_imm_use_stmt_p, end_imm_use_on_stmt_p,
2903 unmodifiable_var_p, array_ref_contains_indirect_ref,
2904 ref_contains_array_ref, lookup_subvars_for_var,
2905 var_can_have_subvars, overlap_subvar, gimple_ssa_operands,
2906 gimple_mem_ref_stats): Likewise.
2907 * tree-flow.h (tree_common_ann, var_ann, function_ann,
2908 may_aliases, is_exec_stmt, is_label_stmt,
2909 ref_contains_array_ref, array_ref_contains_indirect_ref,
2910 var_can_have_subvars, overlap_subvar, is_call_clobbered,
2911 unmodifiable_var_p): Likewise.
2912 * tree-gimple.c (is_gimple_min_invariant): Likewise.
2913 * tree-gimple.h (is_gimple_min_invariant): Likewise.
2914 * tree.c (type_hash_list, attribute_hash_list, tree_size,
2915 cst_and_fits_in_hwi, real_value_from_int_cst,
2916 build_real_from_int_cst, integer_zerop, integer_onep,
2917 integer_all_onesp, integer_pow2p, integer_nonzerop, tree_log2,
2918 tree_floor_log2, real_zerop, real_onep, real_twop,
2919 real_minus_onep, really_constant_p, purpose_member, chain_member,
2920 list_length, fields_length, int_size_in_bytes, bit_position,
2921 int_bit_position, byte_position, int_byte_position, expr_align,
2922 array_type_nelts, tree_node_structure,
2923 type_contains_placeholder_1, iterative_hash_pointer,
2924 is_attribute_with_length_p, is_attribute_p, check_qualified_type,
2925 tree_map_base_eq, type_hash_list, type_hash_eq,
2926 attribute_hash_list, type_num_arguments, tree_int_cst_equal,
2927 tree_int_cst_lt, tree_int_cst_compare, host_integerp,
2928 tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
2929 simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
2930 int_fits_type_p, get_containing_scope, decl_function_context,
2931 decl_type_context, omp_clause_operand_check_failed,
2932 initializer_zerop, int_cst_value, num_ending_zeros): Likewise.
2933 * tree.h (omp_clause_operand_check_failed, tree_size,
2934 build_real_from_int_cst, array_type_nelts, purpose_member,
2935 tree_int_cst_equal, tree_int_cst_lt, tree_int_cst_compare,
2936 host_integerp, tree_low_cst, tree_int_cst_msb, tree_int_cst_sgn,
2937 is_attribute_p, check_qualified_type, expr_align,
2938 int_size_in_bytes, bit_position, int_bit_position, byte_position,
2939 int_byte_position, list_length, fields_length, initializer_zerop,
2940 integer_zerop, integer_onep, integer_all_onesp, integer_pow2p,
2941 integer_nonzerop, cst_and_fits_in_hwi, num_ending_zeros,
2942 tree_node_structure, handled_component_p, get_containing_scope,
2943 decl_function_context, decl_type_context, real_zerop,
2944 type_num_arguments, fit_double_type, really_constant_p,
2945 int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
2946 compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
2947 real_twop, real_minus_onep, int_cst_value): Likewise.
2949 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2951 * cfglayout.c (insn_scope, insn_line): Constify.
2952 * emit-rtl.c (const_int_htab_hash, const_int_htab_eq,
2953 const_double_htab_hash, const_double_htab_eq,
2954 mem_attrs_htab_hash): Likewise.
2955 * loop-iv.c (biv_eq): Likewise.
2956 * print-rtl.c (print_rtx, print_decl_name, print_mem_expr,
2957 print_inline_rtx, debug_rtx, debug_rtx_list, debug_rtx_range,
2958 debug_rtx_find, print_rtl, print_rtl_single, print_simple_rtl):
2960 * rtl-error.c (location_for_asm, diagnostic_for_asm,
2961 error_for_asm, warning_for_asm, _fatal_insn,
2962 _fatal_insn_not_found): Likewise.
2963 * rtl.c (rtx_size, shared_const_p, shallow_copy_rtx_stat,
2964 rtx_equal_p, rtl_check_failed_bounds, rtl_check_failed_type1,
2965 rtl_check_failed_type2, rtl_check_failed_code1,
2966 rtl_check_failed_code2, rtl_check_failed_code_mode,
2967 rtvec_check_failed_bounds, rtl_check_failed_flag): Likewise.
2968 * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
2969 rtl_check_failed_type2, rtl_check_failed_code1,
2970 rtl_check_failed_code2, rtl_check_failed_code_mode,
2971 rtvec_check_failed_bounds, rtl_check_failed_flag, LABEL_KIND,
2972 SET_LABEL_KIND, rhs_regno, subreg_lsb, subreg_regno, subreg_nregs,
2973 shared_const_p, rtx_size, shallow_copy_rtx_stat, rtx_equal_p,
2974 get_pool_mode, insn_line, insn_file, simplify_replace_rtx,
2975 mode_signbit_p, rtx_addr_can_trap_p, nonzero_address_p,
2976 rtx_unstable_p, get_integer_term, get_related_value,
2977 offset_within_block_p, reg_mentioned_p, count_occurrences,
2978 reg_referenced_p, reg_used_between_p, no_labels_between_p,
2979 single_set_2, multiple_sets, set_noop_p, refers_to_regno_p,
2980 reg_overlap_mentioned_p, dead_or_set_p, dead_or_set_regno_p,
2981 find_reg_note, find_regno_note, find_reg_equal_equiv_note,
2982 find_constant_src, find_reg_fusage, find_regno_fusage,
2983 pure_call_p, remove_note, side_effects_p, volatile_refs_p,
2984 volatile_insn_p, may_trap_p, may_trap_after_code_motion_p,
2985 may_trap_or_fault_p, inequality_comparisons_p, tablejump_p,
2986 computed_jump_p, auto_inc_p, in_expr_list_p,
2987 remove_node_from_expr_list, loc_mentioned_in_p,
2988 label_is_jump_target_p, reversed_comparison_code_parts,
2989 debug_rtx, debug_rtx_list, debug_rtx_range, debug_rtx_find,
2990 print_mem_expr, print_rtl, print_simple_rtl, print_rtl_single,
2991 print_inline_rtx): Likewise.
2992 * rtlanal.c (covers_regno_p, covers_regno_no_parallel_p,
2993 computed_jump_p_1, nonzero_bits1, rtx_unstable_p,
2994 rtx_addr_can_trap_p_1, rtx_addr_can_trap_p, nonzero_address_p,
2995 get_integer_term, get_related_value, offset_within_block_p,
2996 count_occurrences, reg_mentioned_p, no_labels_between_p,
2997 reg_used_between_p, reg_referenced_p, single_set_2,
2998 multiple_sets, set_noop_p, refers_to_regno_p,
2999 reg_overlap_mentioned_p, dead_or_set_p,
3000 covers_regno_no_parallel_p, covers_regno_p,
3001 dead_or_set_regno_p, find_reg_note, find_regno_note,
3002 find_reg_equal_equiv_note, find_constant_src, find_reg_fusage,
3003 find_regno_fusage, pure_call_p, remove_note, in_expr_list_p,
3004 remove_node_from_expr_list, volatile_insn_p, volatile_refs_p,
3005 side_effects_p, may_trap_p_1, may_trap_p,
3006 may_trap_after_code_motion_p, may_trap_or_fault_p,
3007 inequality_comparisons_p, tablejump_p, computed_jump_p_1,
3008 computed_jump_p, auto_inc_p, loc_mentioned_in_p, subreg_lsb,
3009 subreg_regno, subreg_nregs, label_is_jump_target_p): Likewise.
3010 * simplify-rtx.c (neg_const_int, plus_minus_operand_p,
3011 mode_signbit_p, simplify_replace_rtx, plus_minus_operand_p):
3013 * toplev.h (_fatal_insn_not_found, _fatal_insn, error_for_asm,
3014 warning_for_asm): Likewise.
3015 * tree.h (print_rtl): Likewise.
3016 * varasm.c (get_pool_mode): Likewise.
3018 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3020 * c-lex.c (c_lex_with_flags, lex_string): Constify.
3021 * c-ppoutput.c (print_line, pp_dir_change): Likewise.
3022 * c-typeck.c (free_all_tagged_tu_seen_up_to): Likewise.
3023 * cfg.c (bb_copy_original_hash, bb_copy_original_eq): Likewise.
3024 * cfgloop.c (loop_exit_hash, loop_exit_eq): Likewise.
3025 * ddg.c (compare_sccs): Likewise.
3026 * df-scan.c (df_ref_compare, df_mw_compare): Likewise.
3027 * dfp.c (decimal_real_from_string, decimal_to_decnumber,
3028 decimal_to_binary, decimal_do_compare, decimal_real_to_decimal,
3029 decimal_do_fix_trunc, decimal_real_to_integer,
3030 decimal_real_to_integer2, decimal_real_maxval): Likewise.
3031 * dse.c (const_group_info_t): New.
3032 (invariant_group_base_eq, invariant_group_base_hash): Constify.
3033 * dwarf2out.c (const_dw_die_ref): New.
3034 (decl_die_table_hash, decl_die_table_eq, file_info_cmp): Constify.
3035 * tree-browser.c (TB_parent_eq): Likewise.
3036 * unwind-dw2-fde.c (__register_frame_info_bases,
3037 __deregister_frame_info_bases, fde_unencoded_compare, fde_split,
3038 add_fdes, linear_search_fdes, binary_search_unencoded_fdes):
3040 * unwind-dw2-fde.h (get_cie, next_fde): Likewise.
3041 * unwind-dw2.c (uw_frame_state_for): Likewise.
3042 * value-prof.c (histogram_hash, histogram_eq): Likewise.
3043 * value-prof.h (const_histogram_value): New.
3045 2007-07-25 Richard Sandiford <richard@codesourcery.com>
3047 * config/mips/mips.c (machine_function): Add
3048 initialized_mips16_gp_pseudo_p.
3049 (mips16_gp_pseudo_reg): Do not emit the initialization of
3050 mips16_gp_pseudo_rtx when being called from the gimple cost-
3051 calculation routines; emit it on the first use outside those
3054 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3056 * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
3059 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
3060 RTVEC_ELT, XWINT, XCWINT, XCMWINT, XCNMPRV, BLOCK_SYMBOL_CHECK,
3061 RTL_FLAG_CHECK1, RTL_FLAG_CHECK2, RTL_FLAG_CHECK3,
3062 RTL_FLAG_CHECK4, RTL_FLAG_CHECK5, RTL_FLAG_CHECK6,
3063 RTL_FLAG_CHECK7, RTL_FLAG_CHECK8, LABEL_KIND, SET_LABEL_KIND):
3064 Preserve const-ness of parameters through use of __typeof(),
3065 also constify and tidy.
3067 * tree.h (TREE_CHECK, TREE_NOT_CHECK, TREE_CHECK2,
3068 TREE_NOT_CHECK2, TREE_CHECK3, TREE_NOT_CHECK3, TREE_CHECK4,
3069 NON_TREE_CHECK4, TREE_CHECK5, TREE_NOT_CHECK5,
3070 CONTAINS_STRUCT_CHECK, TREE_CLASS_CHECK, TREE_RANGE_CHECK,
3071 OMP_CLAUSE_SUBCODE_CHECK, OMP_CLAUSE_RANGE_CHECK, EXPR_CHECK,
3072 GIMPLE_STMT_CHECK, NON_TYPE_CHECK, TREE_VEC_ELT_CHECK,
3073 PHI_NODE_ELT_CHECK, OMP_CLAUSE_ELT_CHECK, TREE_OPERAND_CHECK,
3074 TREE_OPERAND_CHECK_CODE, GIMPLE_STMT_OPERAND_CHECK,
3075 TREE_RTL_OPERAND_CHECK, TREE_CHAIN, TREE_TYPE): Likewise.
3077 2007-07-25 Julian Brown <julian@codesourcery.com>
3078 Mark Shinwell <shinwell@codesourcery.com>
3080 * config/alpha/alpha.c (alpha_mangle_fundamental_type): Rename to...
3081 (alpha_mangle_type): This.
3082 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3083 (TARGET_MANGLE_TYPE): Define this instead.
3084 * config/arm/arm-protos.h (arm_mangle_type): Add prototype.
3085 * config/arm/arm.c (TARGET_MANGLE_TYPE): Define target hook.
3086 (arm_init_neon_builtins): Fix comment.
3087 (arm_mangle_map_entry): New.
3088 (arm_mangle_map): New.
3089 (arm_mangle_type): New.
3090 * config/i386/i386.c (ix86_mangle_fundamental_type): Rename to...
3091 (ix86_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
3092 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
3093 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3094 (TARGET_MANGLE_TYPE): Define this instead.
3095 * config/ia64/ia64.c (ia64_mangle_fundamental_type): Rename to...
3096 (ia64_mangle_type): This. Use TYPE_MAIN_VARIANT and restrict
3097 mangled types to VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, REAL_TYPE.
3098 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3099 (TARGET_MANGLE_TYPE): Define this instead.
3100 * config/rs6000/rs6000.c (rs6000_mangle_fundamental_type): Rename
3102 (rs6000_mangle_type): This. Use TYPE_MAIN_VARIANT.
3103 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3104 (TARGET_MANGLE_TYPE): Define this instead.
3105 * config/s390/s390.c (s390_mangle_fundamental_type): Rename to...
3106 (s390_mangle_type): This.
3107 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3108 (TARGET_MANGLE_TYPE): Define this instead.
3109 * config/sparc/sparc.c (sparc_mangle_fundamental_type): Rename to...
3110 (sparc_mangle_type): This.
3111 (TARGET_MANGLE_FUNDAMENTAL_TYPE): Don't define.
3112 (TARGET_MANGLE_TYPE): Define this instead.
3113 * cp/mangle.c (write_type): Call mangle_type target hook on all
3114 types before mangling. Use original type, not main variant, as
3116 * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename hook to...
3117 (TARGET_MANGLE_TYPE): This.
3118 * target.h (gcc_target): Rename mangle_fundamental_type to
3120 * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Rename section to...
3121 (TARGET_MANGLE_TYPE): This. Note slightly different semantics.
3123 2007-07-25 Julian Brown <julian@codesourcery.com>
3124 Paul Brook <paul@codesourcery.com>
3125 Joseph Myers <joseph@codesourcery.com>
3126 Mark Shinwell <shinwell@codesourcery.com>
3128 * Makefile.in (TEXI_GCC_FILES): Add arm-neon-intrinsics.texi.
3129 * config.gcc (arm*-*-*): Add arm_neon.h to extra headers.
3130 (with_fpu): Allow --with-fpu=neon.
3131 * config/arm/aof.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
3132 * config/arm/aout.h (ADDITIONAL_REGISTER_NAMES): Add Q0-Q15.
3133 * config/arm/arm-modes.def (EI, OI, CI, XI): New modes.
3134 * config/arm/arm-protos.h (neon_immediate_valid_for_move)
3135 (neon_immediate_valid_for_logic, neon_output_logic_immediate)
3136 (neon_pairwise_reduce, neon_expand_vector_init, neon_reinterpret)
3137 (neon_emit_pair_result_insn, neon_disambiguate_copy)
3138 (neon_vector_mem_operand, neon_struct_mem_operand, output_move_quad)
3139 (output_move_neon): Add prototypes.
3140 * config/arm/arm.c (FL_NEON): New flag for NEON processor capability.
3141 (all_fpus): Add FPUTYPE_NEON.
3142 (fp_model_for_fpu): Add NEON field.
3143 (arm_return_in_memory): Return vectors <= 16 bytes in ARM registers.
3144 (arm_arg_partial_bytes): Allow NEON vectors to be passed partially
3146 (arm_legitimate_address_p): Don't support fancy addressing for NEON
3148 (thumb2_legitimate_address_p): Likewise.
3149 (neon_valid_immediate): Recognize and prepare constants suitable for
3151 (neon_immediate_valid_for_move): New function. Recognize and prepare
3152 immediates for NEON move instructions.
3153 (neon_immediate_valid_for_logic): New function. Recognize and
3154 prepare immediates for NEON logic instructions.
3155 (neon_output_logic_immediate): New function. Create asm string
3156 suitable for outputting immediate logic instructions.
3157 (neon_pairwise_reduce): New function. Implement reduction using
3158 pairwise operations.
3159 (neon_expand_vector_init): New function. Expand a (possibly
3160 non-constant) vector initialization.
3161 (neon_vector_mem_operand): New function. Memory operands supported
3162 for quad-word loads/stores to/from ARM or NEON registers. Don't
3163 allow base+offset addressing for core regs.
3164 (neon_struct_mem_operand): New function. Valid mems for NEON
3166 (coproc_secondary_reload_class): Enable NEON registers to be loaded
3167 from neon_vector_mem_operand addresses without a secondary register.
3168 (add_minipool_forward_ref): Handle >8-byte minipool entries.
3169 (add_minipool_backward_ref): Likewise.
3170 (dump_minipool): Likewise.
3171 (push_minipool_fix): Likewise.
3172 (output_move_quad): New function. Output quad-word moves, loads and
3173 stores using ARM registers.
3174 (output_move_vfp): Add support for vectors in VFP (NEON) D
3176 (output_move_neon): Output a NEON load/store to/from a quadword
3178 (arm_print_operand): Implement new codes:
3179 - 'c' for unadorned integers (without a # sign).
3180 - 'J', 'K' for reg+2/reg+3, reg+3/reg+2 in little/big-endian
3182 - 'e', 'f' for the low and high D parts of a NEON Q register.
3183 - 'q' outputs a NEON Q register.
3184 - 'h' outputs ranges of D registers for VLDM/VSTM etc.
3185 - 'T' prints NEON opcode features from a coded bitmask.
3186 - 'F' is similar to T, but signed/unsigned codes both print as
3188 - 't' is similar to T, but 'u' is printed instead of 'p'.
3189 - 'O' prints 'r' if NEON instruction should perform rounding (as
3190 specified by bitmask), else prints nothing.
3191 - '#' is a punctuation character to stop operand numbers from
3192 running together with following digits in the assembler
3193 strings for instructions (when using mode attributes).
3194 (arm_assemble_integer): Handle extra NEON vector modes. Permute
3195 constant vectors in big-endian mode, where necessary.
3196 (arm_hard_regno_mode_ok): Allow vectors in VFP/NEON registers.
3197 Handle EI, OI, CI, XI modes.
3198 (ashlv4hi3, ashlv2si3, lshrv4hi3, lshrv2si3, ashrv4hi3)
3199 (ashrv2si3): Rename IWMMXT2_BUILTINs to...
3200 (ashlv4hi3_iwmmxt, ashlv2si3_iwmmxt, lshrv4hi3_iwmmxt)
3201 (lshrv2si3_iwmmxt, ashrv4hi3_iwmmxt, ashrv2si3_iwmmxt): New names.
3202 (neon_builtin_type_bits): Add enumeration, one bit for each vector
3204 (v8qi_UP, v4hi_UP, v2si_UP, v2sf_UP, di_UP, v16qi_UP, v8hi_UP)
3205 (v4si_UP, v4sf_UP, v2di_UP, ti_UP, ei_UP, oi_UP, UP): Define macros
3206 to turn v8qi, etc. into bits defined above.
3207 (neon_itype): New enumeration. Classifications of NEON builtins.
3208 (neon_builtin_datum): Define struct. Contains information about
3209 a single builtin (with multiple modes).
3210 (CF): Define helper macro for...
3211 (VAR1...VAR10): Define builtins with a type, name and 1-10 different
3213 (neon_builtin_data): New array. Define information about builtins
3214 for use during initialization/expansion.
3215 (arm_init_neon_builtins): New function.
3216 (arm_init_builtins): Call arm_init_neon_builtins if TARGET_NEON is
3218 (neon_builtin_compare): New function.
3219 (locate_neon_builtin_icode): New function. Find an insn code for a
3220 builtin given a function code for that builtin. Also return type of
3221 builtin (NEON_BINOP, NEON_UNOP etc.).
3222 (builtin_arg): New enumeration. Types of arguments for builtins.
3223 (arm_expand_neon_args): New function. Expand a generic NEON builtin.
3224 Takes a variable argument list of builtin_arg types, terminated by
3226 (arm_expand_neon_builtin): New function. Expand a NEON builtin.
3227 (neon_reinterpret): New function. Expand NEON reinterpret intrinsic.
3228 (neon_emit_pair_result_insn): New function. Support returning pairs
3229 of vectors via a pointer.
3230 (neon_disambiguate_copy): New function. Set up operands for a
3231 multi-word copy such that registers do not get clobbered.
3232 (arm_expand_builtin): Call arm_expand_neon_builtin if fcode >=
3233 ARM_BUILTIN_NEON_BASE.
3234 (arm_file_start): Set float-abi attribute for NEON.
3235 (arm_vector_mode_supported_p): Enable NEON vector modes.
3236 (arm_mangle_map_entry): New.
3237 (arm_mangle_map): New.
3238 (arm_mangle_vector_type): New.
3239 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_NEON__
3241 (TARGET_NEON): New macro. Target supports NEON.
3242 (fputype): Add FPUTYPE_NEON.
3243 (UNITS_PER_SIMD_WORD): Define. Allow quad-word registers to be used
3244 for vectorization based on command-line arg.
3245 (NEON_REGNO_OK_FOR_NREGS): Define.
3246 (VALID_NEON_DREG_MODE, VALID_NEON_QREG_MODE)
3247 (VALID_NEON_STRUCT_MODE): Define.
3248 (PRINT_OPERAND_PUNCT_VALID_P): '#' is valid punctuation.
3249 (arm_builtins): Add ARM_BUILTIN_NEON_BASE.
3250 * config/arm/arm.md (VUNSPEC_POOL_16): Insert constant for unspec.
3251 (consttable_16): Add pattern for outputting 16-byte minipool
3253 (movv2si, movv4hi, movv8qi): Remove blank expanders (redefined in
3255 (vec-common.md, neon.md): Include md files.
3256 * config/arm/arm.opt (mvectorize-with-neon-quad): Add option.
3257 * config/arm/constraints.md (constraint "Dn", "Dl", "DL"): Define.
3258 (memory_constraint "Ut", "Un", "Us"): Define.
3259 * config/arm/iwmmxt.md (VMMX, VSHFT): New mode macros.
3260 (MMX_char): New mode attribute.
3261 (addv8qi3, addv4hi3, addv2si3): Remove. Replace with...
3262 (*add<mode>3_iwmmxt): New insn pattern.
3263 (subv8qi3, subv4hi3, subv2si3): Remove. Replace with...
3264 (*sub<mode>3_iwmmxt): New insn pattern.
3265 (mulv4hi3): Rename to...
3266 (*mulv4hi3_iwmmxt): This.
3267 (smaxv8qi3, smaxv4hi3, smaxv2si3, umaxv8qi3, umaxv4hi3)
3268 (umaxv2si3, sminv8qi3, sminv4hi3, sminv2si3, uminv8qi3)
3269 (uminv4hi3, uminv2si3): Remove. Replace with...
3270 (*smax<mode>3_iwmmxt, *umax<mode>3_iwmmxt, *smin<mode>3_iwmmxt)
3271 (*umin<mode>3_iwmmxt): These.
3272 (ashrv4hi3, ashrv2si3, ashrdi3_iwmmxt): Replace with...
3273 (ashr<mode>3_iwmmxt): This new pattern.
3274 (lshrv4hi3, lshrv2si3, lshrdi3_iwmmxt): Replace with...
3275 (lshr<mode>3_iwmmxt): This new pattern.
3276 (ashlv4hi3, ashlv2si3, ashldi3_iwmmxt): Replace with...
3277 (ashl<mode>3_iwmmxt): This new pattern.
3278 * config/arm/neon-docgen.ml: New file. Generate documentation for
3280 * config/arm/neon-gen.ml: New file. Generate arm_neon.h header.
3281 * config/arm/arm_neon.h: New (autogenerated).
3282 * config/arm/neon-testgen.ml: New file. Generate NEON tests
3284 * config/arm/neon.md: New file. Define NEON instructions.
3285 * config/arm/neon.ml: New file. Abstract description of NEON
3286 instructions, used to generate arm_neon.h header, documentation and
3288 * config/arm/t-arm (MD_INCLUDES): Add vec-common.md, neon.md.
3289 * vec-common.md: New file. Shared parts for iWMMXt and NEON vector
3291 * doc/extend.texi (ARM Built-in Functions): Rename and remove
3293 (ARM NEON Intrinsics): New subsection.
3294 * doc/arm-neon-intrinsics.texi: New (autogenerated).
3296 2007-07-25 Danny Smith <dannysmith@users.sourceforge.net>
3298 * config/i386/i386-protos.h (i386_pe_asm_file_end): Remove
3301 2007-07-24 Jan Hubicka <jh@suse.cz>
3303 * regclass.c (move_table): New type.
3304 (move_cost, may_move_in_cost, may_move_out_cost): Use it.
3305 (init_move_cost): Break out from ...
3306 (init_reg_sets_1): ... here; simplify computation of
3307 have_regs-of_mode and contains_reg_of_mode.
3308 (record_reg_classes): Unswitch internal loops.
3309 (copy_cost): Trigger lazy initialization of move cost
3310 (record_address_regs): Likewise.
3312 2007-07-24 Daniel Berlin <dberlin@dberlin.org>