1 2005-11-22 Joseph S. Myers <joseph@codesourcery.com>
3 * config/fp-bit.c (clzusi): New function.
4 (si_to_float, usi_to_float): Use it to compute proper shift.
5 (usi_to_float): Preserve guard bits when shifting right.
6 * libgcc-std.ver (GCC_4.2.0): New version.
7 * libgcc2.c (__floatundixf, __floatunditf, __floatundidf,
8 __floatundisf): New functions.
9 * libgcc2.h (__floatundixf, __floatunditf, __floatundidf,
10 __floatundisf): Declare.
11 * mklibgcc.in (lib2funcs): Add _floatundidf, _floatundisf,
12 _floatundixf, and _floatunditf.
13 * optabs.c (expand_float): If target does not define a pattern for
14 signed or unsigned conversion, use an unsigned libcall instead of
16 (init_optabs): Initialize ufloat_optab.
18 2005-11-22 Joseph S. Myers <joseph@codesourcery.com>
20 * config/rs6000/rs6000.opt (mmulhw): New option.
21 * doc/invoke.texi (-mmulhw): Document.
22 * config/rs6000/rs6000.c (rs6000_override_options): Enable -mmulhw
24 * config/rs6000/rs6000.md: Add half-word multiply and
25 multiply-accumulate instructions for 405 and 440.
27 2005-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
29 * config/arm/rtems-elf.h: Added definition of LINK_GCC_C_SEQUENCE_SPEC
30 which matches behavior of gcc 4.0 and older for RTEMS targets. The
31 default now includes a linker group which makes the RTEMS one nest.
33 2005-11-22 Ben Elliston <bje@au.ibm.com>
35 * cse.c (fold_rtx): Typo fix.
36 (find_comparison_args): Pass the mode of arg1, not arg1 itself.
38 2005-11-21 Richard Henderson <rth@redhat.com>
40 * c-common.c, config/darwin-c.c, c-decl.c, c-tree.h, c-objc-common.h,
41 langhooks-def.h, langhooks.h: Revert 2005-11-18 lookup_name patch.
43 * c-tree.h (lookup_name): Move declaration ...
44 * c-common.h (lookup_name): ... here.
45 * config/darwin-c.c: Include c-common.h.
46 * config/t-darwin: Update dependencies.
48 2005-11-22 Ben Elliston <bje@au.ibm.com>
50 * optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of
51 explicitly testing GET_MODE_CLASS (x) == MODE_FLOAT.
52 * genopinit.c (gen_insn): Likewise.
53 * reload.c (find_equiv_reg): Likewise.
54 * loop.c (load_mems): Likewise.
55 * rtlanal.c (may_trap_p_1, canonicalize_condition): Likewise.
56 * cse.c (find_comparison_args, fold_rtx): Likewise.
57 * dwarf2out.c (add_const_value_attribute): Likewise.
58 * expr.c (convert_move): Likewise.
59 * recog.c (general_operand, register_operand): Likewise.
60 * reg-stack.c (replace_reg): Likewise.
61 * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
62 * c-common.c (handle_vector_size_attribute): Likewise.
63 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
64 (simplify_binary_operation_1): Likewise.
65 (simplify_const_binary_operation): Likewise.
66 (simplify_relational_operation): Likewise.
67 (simplify_const_relational_operation): Likewise.
68 (simplify_immed_subreg): Likewise.
69 * emit-rtl.c (gen_lowpart_common): Likewise.
70 * expmed.c (expand_mult): Likewise.
71 * stor-layout.c (layout_type): Likewise.
73 2005-11-21 Paolo Bonzini <bonzini@gnu.org>
76 * config/rs6000/rs6000.c (output_vec_const_move): Load cst and
77 cst2 only for SPE vectors.
79 2005-11-21 David Edelsohn <edelsohn@gnu.org>
82 * config/rs6000/predicates.md (vrsave_operation): Check
83 UNSPEC_VOLATILE value.
85 2005-11-21 Jan Hubicka <jh@suse.cz>
87 PR tree-optimization/24653
88 * tree-ssa-ccp.c (ccp_fold): Strip down useless conversions.
90 2005-11-21 Uros Bizjak <uros@kss-loka.si>
92 * config/i386/predicates.md (ax_reg_operand): New predicate.
93 (memory_displacement_only_operand): New predicate.
94 * config/i386/i386.md ("modrm" attribute): Return 0 if one
95 operand is AX register and the other operand is memory operand
96 with displacement only.
98 2005-11-21 Uros Bizjak <uros@kss-loka.si>
100 * fold-const.c (fold_binary) <RDIV_EXPR>: Optimize A / A to 1.0
101 if we don't care about NaNs or Infinities.
103 2005-11-20 Ian Lance Taylor <ian@airs.com>
105 PR rtl-optimization/24883
106 * combine.c (combinable_i3pat): When checking whether the
107 destination of i3 is used in i3, consider paradoxical subregs.
109 2005-11-21 Kazu Hirata <kazu@codesourcery.com>
112 * cse.c (cse_insn): Reject invalid forms of CONST earlier.
114 2005-11-20 Joseph S. Myers <joseph@codesourcery.com>
116 * combine.c (try_combine): Do not run subst on i1src and i2src in
117 the case of generating a PARALLEL for a comparison.
119 2005-11-20 Richard Henderson <rth@redhat.com>
122 * tree-sra.c (struct sra_elt): Add all_no_warning.
123 (struct sra_walk_fns) <use>: Add use_all argument.
124 (sra_walk_expr): Pass it.
125 (sra_walk_modify_expr): Likewise.
126 (scalarize_ldst): Likewise.
127 (scan_use): Update for new argument.
128 (mark_no_warning): New.
129 (scalarize_use): Use it.
131 2005-11-20 Bernd Schmidt <bernd.schmidt@analog.com>
133 * expr.c (expand_expr_real): Use usmul_optab for widening
134 signed * unsigned multiplies.
135 * genopinit.c (optabs): Add usmul_widen_optab.
136 * optabs.c (init_optabs): Likewise.
137 * optabs.h (enum optab_index): Add OTI_usmul_widen.
138 (usmul_widen_optab): Define.
139 * config/bfin/bfin.md (usmulhisi3): New pattern.
141 * doc/md.texi (usmulqihi3, usmulhisi3, usmulsidi3): Document.
143 2005-11-20 Graham Stott <btinternet.com>
145 * gensupport.c (std_preds): Fixed extraneous `false` in last change.
147 2005-11-20 Andreas Schwab <schwab@suse.de>
150 * config/ia64/ia64.c (ia64_expand_atomic_op): Fix condition of cmp
153 2005-11-19 Richard Henderson <rth@redhat.com>
156 * tree-gimple.c (is_gimple_id): Export.
157 * tree-gimple.h (is_gimple_id): Declare.
158 * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): New.
159 (get_default_value): Use it.
160 (maybe_fold_stmt_indirect): Likewise.
162 2005-11-19 James A. Morrison <phython@gcc.gnu.org>
164 * tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less
165 than VR1 or vice-versa.
167 2005-11-19 Hans-Peter Nilsson <hp@axis.com>
171 * reload.c (find_reloads_address_1): Mention dependency on
173 * reload1.c (gen_reload): For IN with an unary operation, try
174 moving inner expression to OUT if trivial SET is not valid.
175 Confirm that the result is valid. Move common code block into...
176 (emit_insn_if_valid_for_reload): New function.
178 2005-11-19 Richard Guenther <rguenther@suse.de>
180 * fold-const.c (fold_indirect_ref_1): Make sure we fold
181 ARRAY_REFs of constant strings.
183 2005-11-19 Jakub Jelinek <jakub@redhat.com>
185 * gcc.c (version_compare_spec_function): Use '%s' rather than %qs in
188 2005-11-19 Joseph S. Myers <joseph@codesourcery.com>
190 * combine.c (make_compound_operation): Swap operands of
191 commutative operation if necessary before returning.
193 2005-11-19 Richard Guenther <rguenther@suse.de>
196 * fold-const.c (fold_plusminus_mult_expr): New function.
197 (fold_binary): Use to canonicalize PLUS_EXPR and MINUS_EXPR
198 cases, remove now unnecessary code.
200 2005-11-19 Paolo Bonzini <bonzini@gcc.gnu.org>
202 * gensupport.c (old_preds): Rename to std_preds, add special field.
203 (struct old_pred_table): Rename to struct std_pred_table, add special
205 (NUM_KNOWN_OLD_PREDS): Rename to NUM_KNOWN_STD_PREDS.
206 (NUM_OLD_SPECIAL_MODE_PREDS): Remove.
207 (init_predicate_table): Adjust, and set along the way whether a
208 predicate is special.
210 2005-11-18 Mark Mitchell <mark@codesourcery.com>
212 * BASE-VER: Change to 4.2.0.
214 2005-11-18 James E Wilson <wilson@specifix.com>
216 * builtins.c (fold_builtin_strstr): Pass s1 through fold_convert before
219 2005-11-18 Mike Stump <mrs@apple.com>
221 * c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.
222 * config/darwin-c.c (darwin_pragma_unused): Likewise.
223 * c-decl.c (lookup_name_two) Remove.
224 * c-tree.h (lookup_name_two): Remove.
225 * c-objc-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
226 * langhooks-def.h (LANG_HOOKS_LOOKUP_NAME): Add.
227 (LANG_HOOKS_DECLS): Add initializer for LANG_HOOKS_LOOKUP_NAME.
228 * langhooks.h (lang_hooks_for_decls): Add lookup_name.
230 2005-11-18 Richard Earnshaw <richard.earnshaw@arm.com>
233 * arm.c (arm_hard_regno_mode_ok): Co-processor registers aren't ok
234 when not generating code to use that co-processor.
236 2005-11-18 James A. Morrison <phython@gcc.gnu.org>
238 * tree-flow.h (reserve_phi_args_for_new_edge, create_phi_node,
239 add_phi_arg, remove_phi_args, remove_phi_node phi_reverse): Mention that
240 these functions are now in tree-phinodes.c.
242 2005-11-18 Jie Zhang <jie.zhang@analog.com>
244 * config/bfin/bfin.md (trap): New pattern.
246 2005-11-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
248 * tree-ssa-dom.c (extract_range_from_cond): Deal with variable bounds
251 * expr.c (expand_expr_real): Don't call record_block_change unless
252 ib_boundaries_block is non-null
254 * postreload.c (reload_cse_move2add): Don't try to work with BImode.
256 * fold-const.c (build_range_check): Use proper type for subtraction
257 when merging lower bound.
259 2005-11-18 Zdenek Dvorak <dvorakz@suse.cz>
261 PR rtl-optimization/24497
262 * loop-unroll.c (apply_opt_in_copies): Do not verify equality of
265 2005-11-18 Zdenek Dvorak <dvorakz@suse.cz>
267 * tree-scalar-evolution.c (expression_expensive_p): New function.
268 (scev_const_prop): Use compute_overall_effect_of_inner_loop.
270 2005-11-18 Bernd Schmidt <bernd.schmidt@analog.com>
272 * config/bfin/crtlibid.s: New file.
274 2005-11-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
277 * config.gcc (hppa*-*-hpux*): Add pa/t-slibgcc-elf-ver to tmake config
278 when not using sjlj exceptions.
279 * config/pa/pa64-hpux.h (LIB_SPEC): Add -lpthread in static links.
280 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
281 * config/pa/som.h (ASM_PREFERRED_EH_DATA_FORMAT): Delete define.
282 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Use
283 DWARF_ALT_FRAME_RETURN_COLUMN instead of column 0 as return column.
284 * config/pa/pa-hpux.h (MD_UNWIND_SUPPORT): New define.
285 * config/pa/pa-linux.h (INCOMING_RETURN_ADDR_RTX,
286 DWARF_FRAME_RETURN_COLUMN, ASM_PREFERRED_EH_DATA_FORMAT,
287 ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Delete defines.
288 * config/pa/pa.h (ARG_POINTER_CFA_OFFSET): Delete.
289 (FRAME_POINTER_CFA_OFFSET, INCOMING_RETURN_ADDR_RTX,
290 DWARF_FRAME_RETURN_COLUMN, DWARF_ALT_FRAME_RETURN_COLUMN,
291 ASM_PREFERRED_EH_DATA_FORMAT, ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New
293 * config/pa/hpux-unwind.h: New file.
295 2005-11-17 Alexandre Oliva <aoliva@redhat.com>
297 * config/rs6000/rs6000.h (ASM_OUTPUT_WEAKREF): Define.
298 * defaults.h (ASM_OUTPUT_WEAKREF): Add decl argument.
299 * varasm.c (do_assemble_alias): Adjust call.
300 (weak_finish): Don't use ASM_WEAKEN_LABEL if ASM_WEAKEN_DECL
302 * doc/tm.texi (ASM_OUTPUT_WEAKREF): Document it.
304 2005-11-17 James E Wilson <wilson@specifix.com>
306 * tree.def (FUNCTION_DECL): Correct typo in comment.
308 2005-11-17 Richard Henderson <rth@redhat.com>
310 * dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.
311 (lookup_cfa_1): Apply data alignment to DW_CFA_def_cfa_offset_sf
312 and DW_CFA_def_cfa_sf.
313 (def_cfa_1): Use DW_CFA_def_cfa_offset_sf with negative values.
314 (dbx_reg_number): Don't assert particular registers here.
315 (based_loc_descr): ... do it here instead. Fold in ...
316 (eliminate_reg_to_offset): ... this function.
317 (compute_frame_pointer_to_cfa_displacement): Fold in the effects
318 of eliminate_reg_to_offset; use FRAME_POINTER_CFA_OFFSET.
319 * unwind-dw2.c (execute_cfa_program): Apply data align factor
320 to DW_CFA_def_cfa_offset_sf and DW_CFA_def_cfa_sf.
321 * function.c (instantiate_new_reg): Use FRAME_POINTER_CFA_OFFSET.
322 (instantiate_virtual_regs): Likewise.
323 * var-tracking.c (adjust_stack_reference): Likewise.
324 * doc/tm.texi (FRAME_POINTER_CFA_OFFSET): New.
326 2005-11-17 Bernd Schmidt <bernd.schmidt@analog.com>
328 * config/bfin/elf.h (STARTFILE_SPEC): Add "crtlibid%O%s"
329 * config/bfin/uclinux.h (STARFILE_SPEC): Likewise.
330 * config/bfin/t-bfin-elf (EXTRA_PARTS, EXTRA_MULTILIB_PARTS): Add
332 ($(T)crtlibid.o): New rule.
334 2005-11-16 Richard Guenther <rguenther@suse.de>
337 * fold-const.c (extract_array_ref): Return byte offset
339 (fold_binary): Fold &x[a] CMP &x[b] to
340 a*sizeof(*x) CMP b*sizeof(*x) to get correct overflow
343 2005-11-16 Richard Henderson <rth@redhat.com>
346 * tree-ssa.c (warn_uninitialized_var): Skip real and imaginary
347 parts of an SSA_NAME.
349 2005-11-16 Richard Earnshaw <richard.earnshaw@arm.com>
352 * arm.md (split for movsf with immediate): Restrict split to insns
353 that set a general register.
355 2005-11-16 Daniel Jacobowitz <dan@codesourcery.com>
357 * config/ia64/unwind-ia64.c (uw_advance_context): New. Call
359 * unwind-dw2.c (uw_advance_context): Likewise.
360 * unwind-sjlj.c (uw_advance_context): Likewise. Also call
361 _Unwind_SjLj_Unregister.
362 * unwind.inc (_Unwind_ForcedUnwind_Phase2): Call uw_advance_context.
364 2005-11-16 Daniel Jacobowitz <dan@codesourcery.com>
366 * unwind-sjlj.c (_Unwind_GetCFA): Handle the builtin_setjmp case.
368 2005-11-16 Eric Botcazou <ebotcazou@adacore.com>
370 * config/alpha/alpha.c (alpha_init_builtins): Use type_for_mode
371 langhook to get a DImode integer type.
373 2005-11-16 Richard Henderson <rth@redhat.com>
374 J"orn Rennecke <joern.rennecke@st.com>
375 Ulrich Weigand <uweigand@de.ibm.com>
379 * reload1.c (reg_equiv_invariant): New.
380 (reload): Allocate, initialize, and free it.
381 (calculate_needs_all_insns): Check it when skipping equivalence
383 (alter_reg): Likewise.
384 (eliminate_regs_1): Rename from eliminate_regs. Add new
385 may_use_invariant argument; only use reg_equiv_invariant when true.
386 (eliminate_regs): New.
387 (eliminate_regs_in_insn): Use eliminate_regs_1; track when we're in
388 a context for which may_use_invariant may be true.
390 2005-11-16 Eric Botcazou <ebotcazou@adacore.com>
392 * fold-const.c (const_binop): Don't constant fold the operation
393 if the result has overflowed and flag_trapping_math.
394 * simplify-rtx.c (simplify_const_binary_operation): Likewise.
396 2005-11-16 Daniel Jacobowitz <dan@codesourcery.com>
398 * config/arm/unwind-arm.c (abort): Add prototype here.
399 (UCB_FORCED_STOP_ARG): Correct typo in macro argument.
400 (struct phase1_vrs): Add prev_sp.
401 (unwind_phase2_forced): Save the original core registers instead of
402 modifying entry_vrs. Take a new flag argument for resuming unwinding
403 and set action flags accordingly. Always set _US_END_OF_STACK when
404 get_eit_entry fails. Unwind before calling the stop function.
405 (_Unwind_GetCFA): New function.
406 (__gnu_Unwind_ForcedUnwind): Update call to unwind_phase2_forced.
407 (__gnu_Unwind_Resume_or_Rethrow): Likewise.
408 (__gnu_Unwind_Resume): Do not unwind here for forced unwinding;
409 just call unwind_phase2_forced.
410 (_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Move to here.
411 * config/arm/unwind-arm.h (abort): Remove prototype.
412 (_Unwind_GetDataRelBase, _Unwind_GetTextRelBase): Change to
414 (_Unwind_GetCFA): New prototype.
415 * config/arm/pr-support.c (abort): Add prototype here.
416 * unwind-c.c (PERSONALITY_FUNCTION) [__ARM_EABI_UNWINDER__]: Handle
418 * config/arm/arm.c (arm_expand_prologue, thumb_expand_prologue): Do
419 not schedule the prologue with non-call exceptions and EABI.
421 2005-11-16 Nathan Sidwell <nathan@codesourcery.com>
423 * config/arm/unwind-arm.h: Reorder interface function declarations.
424 (_URC_END_OF_STACK): New enumeration value.
425 (_US_UNWIND_ACTION_MASK, _US_FORCE_UNWIND, _US_END_OF_STACK): Likewise.
426 (struct _Unwind_Control_Block): Document reserved field use.
427 (_Unwind_Stop_Fn): New typedef.
428 (_Unwind_ForcedUnwind): Declare.
429 (_Unwind_Resume_or_Rethrow): Declare.
430 * gcc/config/arm/libunwind.S (UNWIND_WRAPER): Add nargs
432 (_Unwind_Resume_or_Rethrow, _Unwind_ForcedUnwind): New.
433 * config/arm/unwind-arm.c (UCB_FORCED_STOP_FN)
434 (UCB_FORCED_STOP_ARG): New.
435 (search_EIT_table): Update boundary condition checks.
436 (get_eit_entry): Return _URC_END_OF_STACK when cannot unwind.
437 (unwind_phase2): Replace for with do..while.
438 (unwind_phase2_forced): New.
439 (__gnu_Unwind_RaiseException): Replace for with do..while.
440 (__gnu_Unwind_ForcedUnwind): New.
441 (__gnu_Unwind_Resume): Set FORCE_UNWIND flag, if forced unwinding.
442 Use appropriate phase2 unwinder.
443 (__gnu_Unwind_Resume_or_Rethrow): New.
444 (__gnu_unwind_pr_common): Cope with forced unwinding.
446 2005-11-16 David Edelsohn <edelsohn@gnu.org>
449 * config/rs6000/predicates.md (vrsave_operation): SET_SRC is a VEC.
451 * config/rs6000/rs6000.md (btruncsf2, ceilsf2, floorsf2,
452 roundsf2): Remove "s" from mnemonic.
454 2005-11-16 Bernd Schmidt <bernd.schmidt@analog.com>
456 * config/bfin/crti.s (__init, __fini): Use appropriate prologue if
458 * config/bfin/crtn.s: Change epilogues to match.
459 * config/bfin/t-bfin-elf (EXTRA_MULTILIB_PARTS): Define.
460 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): If flag_pic, define
463 2005-11-16 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
466 * doc/invoke.texi: Distinguish between free and fixed form instead of
467 Fortran and Fortran 90/95. Remove ratfor from the list of supported
469 * gcc.c (default_compilers): Remove double entries, add entries for
470 suffixes '.F90' and '.F95'.
472 2005-11-16 Eric Botcazou <ebotcazou@adacore.com>
474 * config/alpha/alpha.c (alpha_expand_prologue): Fix off-by-one bug
475 in the stack probing loop.
477 2005-11-15 David Edelsohn <edelsohn@gnu.org>
479 * configure.ac: Use .machine power5 not power5x.
480 * configure: Regenerate.
482 2005-11-15 Mike Stump <mrs@apple.com>
484 * c-decl.c (lookup_name_two): Add.
485 * c-tree.h (lookup_name_two): Likewise.
486 * c-common.c (handle_cleanup_attribute): Use lookup_name_two instead.
487 * config/darwin-c.c (darwin_pragma_unused): Likewise.
489 2005-11-16 Alan Modra <amodra@bigpond.net.au>
491 PR rtl-optimization/23392
492 * regrename.c (enum scan_actions) Add mark_access.
493 (scan_actions_name): Ditto.
494 (scan_rtx_reg): Handle mark_access.
495 (scan_rtx_address): Do nothing for mark_access.
496 (build_def_use): Mark source registers in REG_FRAME_RELATED_EXPR
497 and regs in REG_INC notes before closing chains for dead regs.
498 Mark destination regs in REG_FRAME_RELATED_EXPR notes after
499 opening chains for new writes.
501 2005-11-15 David Edelsohn <edelsohn@gnu.org>
503 * c.opt (ffixed-line-length-none): New.
505 2005-11-15 Steve Ellcey <sje@cup.hp.com>
507 * mklibgcc.in: Change contents of eh_dummy.c.
509 2005-11-15 Daniel Jacobowitz <dan@codesourcery.com>
511 * loop.c (scan_loop): Do not insert temporaries for hard registers.
513 2005-11-15 Daniel Jacobowitz <dan@codesourcery.com>
515 * config/arm/lib1funcs.asm (div0) [L_dvmd_lnx]: Call raise instead
517 * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Define. Set r7 also.
519 2005-11-15 Jan Hubicka <jh@suse.cz>
521 * invoke.texi (large-unit-insns): Document.
522 * ipa-inline.c (cgraph_decide_inlining): Use large-unit-insns param.
523 * params.def (large-unit-insns): New param.
525 2005-11-15 Hans-Peter Nilsson <hp@axis.com>
528 * config/cris/cris.md ("*mov_sidesisf_mem"): Do not match
529 special register for operand 3. Reindent constraints to align
532 2005-11-14 David Edelsohn <edelsohn@gnu.org>
534 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mmfcrf,
535 -mpopcntb, -mfprnd. Add -mcpu=power5+.
536 * configure.ac: Add test for FP rounding instructions.
537 * configure: Regenerate.
538 * config.in: Regenerate.
539 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
540 _ARCH_PPCSQ, _ARCH_PPCGR, _ARCH_PWR4, _ARCH_PWR5, _ARCH_PWR5X if
542 * config/rs6000/rs6000.opt (mfprnd): New.
543 * config/rs6000/rs6000.c (processor_target_table): Add power5+.
544 (POWERPC_MASKS): Add MASK_POPCNTB and MASK_FPRND.
545 * config/rs6000/aix52.h (ASM_CPU_SPEC): Add -mpower5+.
546 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mpower5+.
548 * config/rs6000/rs6000.md (UNSPEC_FRIM, UNSPEC_FRIN, UNSPEC_FRIP,
550 (btrunc<mode>2): New.
555 2005-11-14 Geoffrey Keating <geoffk@apple.com>
557 * gcc.c (version_compare_spec_function): Use fatal() rather than
560 * config/rs6000/darwin.h (DARWIN_CRT2_SPEC): New.
561 (SUBTARGET_EXTRA_SPECS): Define %(darwin_crt2).
562 * config/i386/darwin.h (SUBTARGET_EXTRA_SPECS): Define %(darwin_crt2)
564 * config/darwin.h (STARTFILE_SPEC): Use %(darwin_crt2) to possibly
567 * config/darwin.h (REAL_LIBGCC_SPEC): Link in shared libgcc depending
568 on -mmacosx-version-min setting.
570 2005-11-14 Diego Novillo <dnovillo@redhat.com>
573 * tree-vrp.c (infer_value_range): Return false if STMT is a
574 block terminator and its basic block has no successors.
576 2005-11-14 Mike Stump <mrs@apple.com>
578 * config/i386/i386.c (override_options): -masm=intel isn't
580 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
582 2005-11-15 Joseph S. Myers <joseph@codesourcery.com>
584 * crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t, uid_t and
585 vfork after including auto-host.h.
587 2005-11-15 Alan Modra <amodra@bigpond.net.au>
589 PR rtl-optimization/22002
590 * combine.c (distribute_notes): Detect cases where a reg dies
591 two or more times in a bb, including on the insn we are combining,
592 and place the death note on the correct range.
594 2005-11-14 Dale Johannesen <dalej@apple.com>
596 * expmed.c (store_bit_field): Add offset unconditionally for
598 (extract_bit_field): Don't force extzv or extv operand into
599 a register if field is too big.
601 2005-11-14 Daniel Jacobowitz <dan@codesourcery.com>
603 * config/arm/arm.c (pic_labelno): New.
604 (arm_load_pic_register): Use an UNSPEC_PIC_LABEL instead of a
605 LABEL_REF. Pass only the labelno to PIC insns.
606 (arm_call_tls_get_addr, legitimize_tls_address): Likewise.
607 (arm_output_addr_const_extra): Handle UNSPEC_PIC_LABEL.
608 * arm.md (UNSPEC_PIC_LABEL): New constant.
609 (pic_add_dot_plus_four, pic_add_dot_plus_eight)
610 (tls_load_dot_plus_eight): Expect a labelno instead of a LABEL_REF.
611 Use the correct label prefix.
613 2005-11-14 Daniel Jacobowitz <dan@codesourcery.com>
615 * config/arm/arm.c (legitimize_tls_address): Use correct rtx for
618 2005-11-14 Richard Earnshaw <richard.earnshaw@arm.com>
620 * loop-invariant.c: Include tm_p.h.
621 * Makefile.in: Updated.
623 2005-11-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
625 * pa.c (store_reg): Revise generation of frame notes in large frames.
626 (set_reg_plus_d): Likewise.
628 2005-11-13 Andrew MacLeod <amacleod@redhat.com>
630 PR tree-optimization/24709
631 * tree-ssa-operands.c (verify_imm_links): Increase limit for infinite
634 2005-11-13 Eric Botcazou <ebotcazou@libertysurf.fr>
636 * gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
637 and duplicate declaration of pthread_self.
639 2005-11-13 Eric Botcazou <ebotcazou@adacore.com>
640 Ian Lance Taylor <ian@airs.com>
643 * calls.c (expand_call): If TARGET is a MEM and some part of the
644 argument area has been saved, force TARGET to a register.
646 2005-11-13 Razya Ladelsky <razya@il.ibm.com>
648 * ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type
651 2005-11-13 Jason Merrill <jason@redhat.com>
654 * dwarf2out.c (gen_subprogram_die): Force a declaration die for
655 lazily declared methods.
656 (force_decl_die): Stop if forcing out the context already make a
658 (force_type_die): Likewise.
660 2005-11-13 Andrew Pinski <pinskia@physics.uc.edu>
663 * builtins.c (integer_valued_real_p): Add break in
664 REAL_CST having TREE_OVERFLOW set.
666 2005-11-13 Zdenek Dvorak <dvorakz@suse.cz>
668 * tree-ssa-loop-ivopts.c (get_address_cost): Prevent splitting
669 addressing modes during calculation of costs.
671 2005-11-12 Eric Botcazou <ebotcazou@adacore.com>
673 * function.c (assign_stack_local_1): Restrict sanity check
674 on frame size overflow to 32-bit and above platforms.
676 2005-11-12 Hans-Peter Nilsson <hp@axis.com>
678 * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Define.
679 * config/cris/cris.c: Include reload.h.
680 (cris_initial_elimination_offset): New function.
681 * config/cris/cris-protos.h: (cris_initial_elimination_offset):
684 2005-11-12 Richard Guenther <rguenther@suse.de>
686 * gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table.
688 2005-11-12 Jan Hubicka <jh@suse.cz>
690 * expr.c (expand_expr_real_1): <MAX_EXPR, MIN_EXPR>: Canonicalize
691 to compare against 0 when possible.
693 2005-11-12 Jie Zhang <jie.zhang@analog.com>
695 * config/bfin/bfin.h (REGISTER_NAMES, SHORT_REGISTER_NAMES,
696 HIGH_REGISTER_NAMES, FIXED_REGISTERS, CALL_USED_REGISTERS,
697 REG_ALLOC_ORDER, enum reg_class): Rearrange I/B/L registers.
698 * config/bfin/bfin.md: Redefine REG_ constants for I/B/L registers
701 2005-11-12 Hans-Peter Nilsson <hp@axis.com>
703 * recog.c (constrain_operands) <case 'g'>: For a match, require
704 that a non-register matches general_operand when strict >= 0.
706 2005-11-11 Steven Bosscher <stevenb@suse.de>
708 * loop-invariant.c (move_loop_invariants): Fix a thinko in the
711 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
713 * tree-ssa-dse.c (struct address_walk_data, memory_ssa_name_same)
714 (memory_address_same): New.
715 (dse_optimize_stmt): Call memory_address_same.
717 2005-11-12 Hans-Peter Nilsson <hp@axis.com>
720 * reload.c (find_reloads_address_1) <case TRUNCATE, SIGN_EXTEND,
721 ZERO_EXTEND>: New cases.
723 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
725 * longlong.h (__clz_tab): Always provide.
727 2005-11-11 Steven Bosscher <stevenb@suse.de>
730 * loop-invariant.c (may_assign_reg_p): Make sure a hard register
732 (find_invariant_insn): Do the cheapest check, may_assign_reg_p,
733 before check_maybe_invariant.
734 (move_invariant_reg): Use gen_move_insn instead of replacing
735 SET_DEST with the temporary for the invariant.
736 (move_loop_invariants): If checking is enabled, do internal
737 consistency checks after completing the pass.
739 2005-11-11 David Edelsohn <edelsohn@gnu.org>
742 * common.opt (Wvolatile-register-var): New.
743 * varasm.c (make_decl_rtl): Only emit warning when option
744 specified. Clarify warning message.
745 * doc/invoke.texi (Wvolatile-register-var): Document new option.
747 * doc/md.texi (copysign): Document standard named pattern.
749 2005-11-11 Jie Zhang <jie.zhang@analog.com>
751 * config/bfin/bfin.c (bfin_expand_strmov): Correctly move the trailing
752 bytes when align is 2.
753 * config/bfin/bfin.md (rep_movsi, rep_movhi): Make LSETUP be followed
754 by the first instruction of the loop.
756 2005-11-11 Jason Merrill <jason@redhat.com>
759 * gimplify.c (gimplify_cleanup_point_expr): Also save and restore
762 2005-11-11 Zdenek Dvorak <dvorakz@suse.cz>
764 PR rtl-optimization/22509
765 * local-alloc.c (memref_used_between_p): Check whether a function call
766 could not reference the memref.
768 2005-11-11 Ulrich Weigand <uweigand@de.ibm.com>
770 * postreload.c (reload_cse_simplify_operands): Fix bug in sorting
771 algorithm so as to choose the best, not the worst, alternative.
772 Reset accumulated register class before processing next alternative.
774 2005-11-11 Kaz Kojima <kkojima@gcc.gnu.org>
777 * calls.c (expand_call): Copy a return value to a plain register
780 2005-11-10 Alexandre Oliva <aoliva@redhat.com>
783 * varasm.c (assemble_name): Recompute name only for transparent
786 2005-11-10 Hans-Peter Nilsson <hp@axis.com>
788 * tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from.
790 2005-11-04 Jeff Law <law@redhat.com>
793 * tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Do not
794 perform reassociation if the parent statement will not die as
795 a result of the optimization.
797 2005-11-10 Daniel Berlin <dberlin@dberlin.org>
799 * tree-ssa-alias.c (compute_may_aliases): Remove call to
800 delete_old_heap_vars.
801 * tree-dfa.c (referenced_var_remove): Remove function.
802 * tree-ssa.c (init_tree_ssa): Call init_alias_heapvars.
803 (delete_tree_ssa): Remove call to delete_old_heapvars.
804 Add call to delete_alias_heapvars.
805 * tree-flow.h (referenced_var_remove): Remove prototype
806 (init_alias_heapvars): New prototype.
807 (delete_alias_heapvars): Ditto.
808 * Makefile.in (tree-ssa-structalias.o): Add
809 gt-tree-ssa-structalias.o
810 (GTFILES): Add tree-ssa-structalias.h and
811 tree-ssa-structalias.c.
812 (s-gtype): Add gt-tree-ssa-structalias.h.
813 * tree-ssa-structalias.c (heapvars): Remove.
814 (oldheapvars): Remove.
815 (heapvar_for_stmt): New variable.
816 (heapvar_lookup): New function.
817 (heapvar_insert): Ditto.
818 (get_constraint_for): See if we have an old heapvar
820 (init_alias_heapvars): New function.
821 (delete_alias_heapvars): Ditto.
822 Add include of gt-tree-ssa-structalias.h.
824 2005-11-10 Eric Botcazou <ebotcazou@libertysurf.fr>
827 * calls.c (special_function_p): Set ECF_RETURNS_TWICE for getcontext.
829 2005-11-10 Eric Botcazou <ebotcazou@adacore.com>
831 * tree.c (int_fits_type_p): Only look at the base type
832 if it has the same precision as the original type.
834 2005-11-10 Jakub Jelinek <jakub@redhat.com>
837 * varasm.c (assemble_alias): Use %q+D in the error
838 message instead of %J and %qD.
840 2005-11-10 Richard Guenther <rguenther@suse.de>
842 * gcse.c (free_ldst_entry): Only free hashtable if
845 2005-11-09 Eric Botcazou <ebotcazou@adacore.com>
847 * function.c (assign_stack_local_1): Issue an error message if
848 the frame size overflows in the signed target arithmetics.
850 2005-11-09 Eric Botcazou <ebotcazou@adacore.com>
852 * tree.c (build_qualified_type): Chain the new type to the original
853 type's TYPE_NEXT_PTR_TO or TYPE_NEXT_REF_TO linked lists if it is
854 a POINTER_TYPE or a REFERENCE_TYPE respectively.
855 (build_pointer_type_for_mode): Only return unqualified types.
856 (build_reference_type_for_mode): Likewise.
858 2005-11-09 Jakub Jelinek <jakub@redhat.com>
860 * Makefile.in (gnucompare): Do comparison of all files using one of
861 the chosen methods and only afterwards decide if just warning should
862 be issued or comparison failure raised.
864 2005-11-09 Eric Botcazou <ebotcazou@adacore.com>
866 * ifcvt.c (noce_get_alt_condition): Use prev_nonnote_insn.
867 (noce_try_abs): Negate if the comparison is reversed.
868 Look only one instruction backwards for a REG_EQUAL note.
870 2005-11-09 Alexandre Oliva <aoliva@redhat.com>
873 * gthr-dce.h, gthr-posix.h, gthr-posix95.h, gthr-solaris.h,
874 gthr-tpf.h: Define __gthrw. For all identifiers that might
875 be weak, introduce weakrefs or non-weak aliases with __gthrw,
876 and prefix all uses with __ghtrw.
878 2005-11-09 Alexandre Oliva <aoliva@redhat.com>
881 * tree.h (IDENTIFIER_TRANSPARENT_ALIAS): New.
882 (TREE_DEPRECATED): Adjust comment. Check for a DECL.
883 * c-common.c (handle_weakref_attribute): New.
884 (c_common_attribute_table): Add weakref.
885 * configure.ac (HAVE_GAS_WEAKREF): Check for weakref support
887 * configure, config.in: Rebuilt.
888 * defaults.h (ASM_OUTPUT_WEAKREF): Define if HAVE_GAS_WEAKREF.
889 * doc/extend.texi: Document weakref attribute.
890 * varasm.c (ultimate_transparent_alias_target): New
891 (assemble_name): Use it.
892 (weak_finish_1): Split out of...
893 (weak_finish): ... and deal with weakrefs in...
894 (weakref_targets): ... new list.
895 (globalize_decl): Clean up weakref_targets.
896 (do_assemble_alias): Handle weakrefs.
897 (finish_aliases_1): Do not reject weakrefs to external symbols.
898 (assemble_alias): Handle weakrefs.
900 2005-11-09 Richard Guenther <rguenther@suse.de>
902 PR tree-optimization/24716
903 * tree-scalar-evolution.c (analyze_evolution_in_loop): Use
904 t_bool to track results from follow_ssa_edge.
906 2005-11-09 Eric Botcazou <ebotcazou@adacore.com>
908 * final.c (force_source_line): New global variable.
909 (final_scan_insn): Set it to true instead of clearing last_filename.
910 (notice_source_line): Return true if force_source_line is true,
911 unless source info is absent.
913 2005-11-09 Andrew Pinski <pinskia@physics.uc.edu>
916 * dwarf2-out.c (add_name_and_src_coords_attributes): Don't add
917 a linkage name for a variable if it a register variable.
918 * c-decl.c (grokdeclarator): Global register variables
919 should be set as PUBLIC.
921 2005-11-09 Andreas Krebbel <krebbel1@de.ibm.com>
924 * config/s390/s390.c (struct s390_frame_layout): New fields
925 first_save_gpr_slot and last_save_gpr_slot.
926 (cfun_grps_save_area_size, s390_frame_info, s390_emit_prologue,
927 s390_emit_epilogue, s390_initial_elimination_offset): Replaced
928 first_save_gpr and last_save_gpr with the _slot variants.
929 (s390_register_info): Calculate first_save_gpr_slot and
930 last_save_gpr_slot using regs_ever_live.
932 2005-11-09 Andreas Krebbel <krebbel1@de.ibm.com>
935 * config/s390/s390.c (s390_regs_ever_clobbered): Only save live eh regs
936 for a function containing a landing pad.
938 2005-11-09 Andreas Krebbel <krebbel1@de.ibm.com>
941 * flow.c (mark_set_1): Handle CLOBBERs like SETs if the register
944 2005-11-08 Bernd Schmidt <bernd.schmidt@analog.com>
946 * config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DEFAULTS,
947 MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): New.
949 2005-11-09 Nathan Sidwell <nathan@codesourcery.com>
952 * config/ms1/ms1.md (UNSPEC_BLOCKAGE, UNSPEC_EI, UNSPEC_DI): New
954 (call,load,store): New insn types.
955 (mem_access, branch_access): Adjust reservation conditions.
956 (define_delay): Adjust condition.
957 (decrement_and_branch_until_zero): Allow for ms2. Set branch
959 (*decrement_and_rbanch_until_zero_no_clobber): Allow for ms2.
960 (*movqi_internal,*movsi_internal,*movsf_internal): Use load,store
962 (call_internal, call_value_internal, return_internal,
963 return_interrupt_internal, eh_return_internal, indirect_jump,
964 tablejump): Set call insn type.
965 (blockage, ei, di): Use appropriate unspec const.
966 * config/ms1/ms1.c (ms1_flag_delayed_branch): New.
967 (ms1_get_attr_type): Adjust to give load & store types.
968 (ms1_final_prescan_insn): Adjust for new insn types. Don't look
969 backwards past a barrier.
970 (ms1_override_options): Accept ms2 arch. Copy and reset delayed
972 (struct branch_info, struct label_info): New.
974 (ms1_add_branches, ms1_check_delay_slot, ms1_reorg_hazard): New.
975 (ms1_machine_reorg): New.
976 (TARGET_MACHINE_DEPENDENT_REORG): Override.
977 * config/ms1/crtn.asm: Add nop for ms2 JAL hazard.
978 * config/ms1/ms1.h (processor_type): Add PROCESSOR_MS2.
979 (ASM_SPEC, LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Add ms2.
982 2005-11-09 Per Bothner <per@bothner.com>
983 Uros Bizjak <uros@kss-loka.si>
986 * toplev.c (process_options): Initialize debug_hooks early
987 in case lang_hooks.post_options ends up calling a debug_hook.
989 2005-11-08 Jakub Jelinek <jakub@redhat.com>
991 * dwarf2out.c (multiple_reg_loc_descriptor): Don't assume
992 DBX_REGISTER_NUMBER being contiguous.
994 2005-11-08 James A. Morrison <phython@gcc.gnu.org>
995 Diego Novillo <dnovillo@redhat.com>
998 * tree-vrp.c (register_edge_assert_for): Do not register
999 always-false predicates.
1001 2005-11-08 Devang Patel <dpatel@apple.com>
1003 PR tree-optimization/23115
1004 * tree-if-conv.c (find_phi_replacement_condition): Check domninated_by
1007 2005-11-08 Joseph S. Myers <joseph@codesourcery.com>
1009 * config/rs6000/t-fprules (MULTILIB_MATCHES_FLOAT): Include
1012 2005-11-08 Daniel Berlin <dberlin@dberlin.org>
1014 Fix PR tree-optimization/23382
1016 * tree-ssa-alias.c (compute_may_aliases): Call
1017 delete_old_heap_vars.
1018 * tree-dfa.c (referenced_var_remove): New function.
1019 * tree-ssa.c (delete_tree_ssa): Call delete_old_heap_vars.
1020 * tree-flow.h (referenced_var_remove): Add prototype.
1021 (delete_old_heap_vars): Ditto.
1022 * tree-ssa-structalias.c (heapvars): New variable.
1023 (oldheapvars): Ditto.
1024 (get_constraint_for): Put heap vars on heapvars list.
1025 (delete_old_heap_vars): New function.
1027 2005-11-08 Jason Merrill <jason@redhat.com>
1029 * tree.h (CALL_FROM_THUNK_P): Add CALL_EXPR_CHECK.
1031 2005-11-08 Uros Bizjak <uros@kss-loka.si>
1034 * reg-stack.c (reg_to_stack): Update register liveness also
1035 for flag_sched2_use_traces.
1037 2005-11-08 Alan Modra <amodra@bigpond.net.au>
1040 * config/rs6000/rs6000.c (rs6000_handle_option <OPT_m64>): Don't
1041 override prior explicit -mno-powerpc-gfxopt.
1043 2005-11-07 Eric Botcazou <ebotcazou@adacore.com>
1045 * expmed.c (extract_bit_field): Do not use insv/extv/extzv patterns
1046 if the bitsize is zero.
1047 * doc/md.texi (Standard Pattern Names): Document it.
1049 * config/ia64/ia64.c (ia64_pass_by_reference): Delete.
1050 (TARGET_PASS_BY_REFERENCE): Likewise.
1052 2005-11-07 Ian Lance Taylor <ian@airs.com>
1054 PR rtl-optimization/24683
1055 * config/i386/i386.c (legitimize_pic_address): If constant operand
1056 to PLUS is too large, put it in a register.
1058 2005-11-07 Jie Zhang <jie.zhang@analog.com>
1060 * configure.ac: Enable checking assembler dwarf2 support for bfin
1062 * configure: Regenerate.
1064 2005-11-07 Paolo Bonzini <bonzini@gnu.org>
1068 * config/rs6000/rs6000.c (easy_vector_splat_const, easy_vector_same,
1069 gen_easy_vector_constant_add_self): Delete.
1070 (vspltis_constant, easy_altivec_constant, gen_easy_altivec_constant):
1072 (output_vec_const_move): Use gen_easy_altivec_constant.
1073 (rs6000_expand_vector_init): Do not emit a set of a VEC_DUPLICATE.
1074 * config/rs6000/predicates.md (easy_vector_constant): Reorganize tests.
1075 (easy_vector_constant_add_self): Rewritten.
1076 * config/rs6000/rs6000-protos.h (easy_vector_splat_const,
1077 easy_vector_same, gen_easy_vector_constant_add_self): Remove prototype.
1078 (easy_altivec_constant, gen_easy_altivec_constant): Add prototype.
1079 * config/rs6000/altivec.md (easy_vector_constant_add_self splitters):
1080 Macroize and adjust for the other changes.
1082 2005-11-07 Paolo Bonzini <bonzini@gnu.org>
1086 * c-typeck.c (build_c_cast): Try using a shared constant, and see
1087 if TREE_OVERFLOW or TREE_CONSTANT_OVERFLOW really changed.
1089 2005-11-07 Jakub Jelinek <jakub@redhat.com>
1091 PR rtl-optimization/23567
1092 * ifcvt.c (noce_mem_write_may_trap_or_fault_p): New function.
1093 (noce_process_if_block): Don't do any optimizations except
1094 if (cond) x = x; if !set_b and write into orig_x may trap
1095 or fault. Remove the MEM_READONLY_P check.
1097 2005-11-06 Diego Novillo <dnovillo@redhat.com>
1100 * tree-vrp.c (fix_equivalence_set): New.
1101 (extract_range_from_assert): Call it.
1103 2005-11-05 Ian Lance Taylor <ian@airs.com>
1106 * combine.c (apply_distributive_law): Don't distribute across a
1109 2005-11-05 Kazu Hirata <kazu@codesourcery.com>
1111 * c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
1112 config/ms1/ms1.h, config/rs6000/predicates.md,
1113 config/s390/s390.c, params.def, postreload-gcse.c,
1114 tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c,
1115 tree-vrp.c, tree.c: Fix comment typos.
1116 * doc/invoke.texi: Fix typos.
1118 2005-11-05 Sebastian Pop <pop@cri.ensmp.fr>
1120 * lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS
1121 for testing whether the data_dependence_relation contains distance
1122 vectors. Iterate over all distance vectors of the ddr.
1123 * lambda.h: Define a vec of lambda_vector pointers.
1124 * tree-data-ref.c (dump_data_dependence_relation,
1125 dump_data_dependence_direction): Iterate over all distance and
1126 direction vectors of the ddr.
1127 (initialize_data_dependence_relation): Initialize DDR_DIR_VECTS and
1129 (build_classic_dist_vector, build_classic_dir_vector): Push a set
1130 of distance/direction vectors instead of a single one.
1131 * tree-data-ref.h (dir_vects, dist_vects): Replace dir/dist
1132 lambda_vectors with a vec of lambda_vectors.
1133 (DDR_DIR_VECT, DDR_DIST_VECT): Redefined as operations on vec.
1134 (DDR_DIR_VECTS, DDR_DIST_VECTS, DDR_NUM_DIR_VECTS,
1135 DDR_NUM_DIST_VECTS): New.
1136 * tree-loop-linear.c (gather_interchange_stats): Test for the
1137 existence of distance vectors only after having checked that there
1138 is a dependence. Iterate over all distance vectors of the ddr.
1139 (linear_transform_loops): Use dump_data_dependence_relation.
1140 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Test for
1141 distance vectors using DDR_NUM_DIST_VECTS. Iterate over all the
1142 distance vectors of the ddr.
1144 2005-11-05 Bernd Schmidt <bernd.schmidt@analog.com>
1146 * config/bfin/bfin.c (n_dregs_to_save, n_pregs_to_save,
1147 expand_prologue_reg_save, expand_epilogue_reg_restore): New argument
1148 IS_INTHANDLER; all callers changed.
1149 (n_regs_saved_by_prologue): Take interrupt handler attributes into
1151 (do_link, do_unlink): New argument ALL; all callers changed.
1152 (expand_interrupt_handler_prologue, expand_interrupt_handler_epilogue):
1153 If function isn't leaf, save and restore all registers.
1154 (bfin_function_ok_for_sibcall): Only true if not an interrupt or
1157 2005-11-05 Jan Hubicka <jh@suse.cz>
1159 PR rtl-optimization/23490
1160 * doc/invoke.texi (max-predicted-iterations, max-cse-insns,
1161 max-flow-memory-location): Document.
1162 * flow.c: Include params.h
1163 (MAX_MEM_SET_LIST_LEN): Kill.
1164 (add_to_mem_set_list): Use new param.
1165 * cse.c (cse_basic_block): Replace 1000 by new param.
1166 * params.def (PARAM_MAX_PREDICTED_ITERATIONS, PARAM_MAX_CSE_INSNS,
1167 PARAM_MAX_FLOW_MEMORY_LOCATIONS): New.
1168 * predict.c (predict_loops): Use new param.
1169 * predict.def (MAX_PRED_LOOP_ITERATIONS): Remove.
1171 * ipa-inline.c (cgraph_decide_inlining_of_small_function,
1172 cgraph_decide_inlining, cgraph_decide_inlining_incrementally):
1173 Do not hold memory returned by cgraph_node_name across other call.
1175 2005-11-04 Hans-Peter Nilsson <hp@axis.com>
1178 * config/cris/predicates.md ("cris_bdap_sign_extend_operand"):
1181 2005-11-04 Jeff Law <law@redhat.com>
1184 * doc/invoke.texi: Document max-jump-thread-duplication-stmts PARAM.
1185 * tree-ssa-dom.c: Include params.h.
1186 (thread_across_edge): If there are too many statements in the
1187 target block, then do not thread through it.
1188 * Makefile.in (tree-ssa-dom.o): Depend on $(PARAMS_H).
1189 * params.def (PARAM_MAX_JUMP_THREAD_DUPLICATION_STMTS): New PARAM.
1191 2005-11-03 Diego Novillo <dnovillo@redhat.com>
1194 * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Use
1195 TODO_update_ssa instead of TODO_update_ssa_no_phi.
1197 2005-11-04 Sebastian Pop <pop@cri.ensmp.fr>
1200 * tree-scalar-evolution.c (instantiate_parameters_1,
1201 instantiate_parameters, resolve_mixers): Compute the size of an
1202 expression to be instantiated and give up the instantiation if the
1203 size exceeds PARAM_SCEV_MAX_EXPR_SIZE.
1205 2005-11-04 Richard Guenther <rguenther@suse.de>
1207 * tree-flow.h (ref_contains_indirect_ref): Rename to
1208 array_ref_contains_indirect_ref.
1209 * tree-flow-inline.h (ref_contains_indirect_ref): Likewise.
1210 (array_ref_contains_indirect_ref): Make comment match the code
1212 (ref_contains_array_ref): Likewise.
1213 * tree-ssa-structalias.c (find_func_aliases): Remove call to
1214 ref_contains_indirect_ref.
1215 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
1216 Rename calls to ref_contains_indirect_ref.
1218 2005-11-04 Paul Brook <paul@codesourcery.com>
1220 * config/arm/arm.c (arm_load_pic_register): Pass extra reg to
1221 gen_pic_add_dot_plus_four and gen_pic_add_dot_plus_eight.
1222 (arm_call_tls_get_addr, legitimize_tls_address): Likewise.
1223 * config/arm/arm.md: Use match_operand in peephole input templates
1224 and match_dup in peephole output templates.
1226 2005-11-04 Daniel Jacobowitz <dan@codesourcery.com>
1228 * config/arm/arm.c (arm_init_libfuncs): Use __aeabi_idiv and
1231 2005-11-04 Mark Mitchell <mark@codesourcery.com>
1232 Daniel Jacobowitz <dan@codesourcery.com>
1234 * longlong.h (add_ssaaaa): Clobber condition code register
1236 (sub_ddmmss): Likewise.
1237 (umul_ppmm): Likewise.
1239 2005-11-04 Daniel Jacobowitz <dan@codesourcery.com>
1240 Paul Brook <paul@codesourcery.com>
1241 Phil Blundell <pb@reciva.com>
1243 * configure.ac: Add test for ARM TLS support.
1244 * configure: Regenerated.
1245 * config/arm/arm-protos.h (legitimize_tls_address)
1246 (arm_tls_referenced_p, tls_mentioned_p)
1247 (arm_output_addr_const_extra): New prototypes.
1248 (thumb_legitimize_pic_address): Delete.
1249 * config/arm/arm.c: Include "gt-arm.h".
1250 (enum tls_reloc): New.
1251 (arm_cannot_copy_insn_p, arm_tls_symbol_p, load_tls_operand)
1252 (pcrel_constant_p, get_tls_get_addr, arm_load_tp)
1253 (arm_call_tls_get_addr, legitimize_tls_address)
1254 (arm_tls_referenced_p, arm_tls_operand_p_1, tls_mentioned_p)
1255 (arm_init_tls_builtins, arm_emit_tls_decoration)
1256 (arm_output_addr_const_extra): New functions.
1257 (TARGET_CANNOT_COPY_INSN_P, TARGET_CANNOT_FORCE_CONST_MEM)
1258 (TARGET_HAVE_TLS): Define.
1259 (target_thread_pointer): New.
1260 (arm_override_options): Handle -mtp=.
1261 (legitimize_pic_address): Ignore UNSPECs.
1262 (arm_legitimate_address_p, thumb_legitimate_address_p): Handle PC
1264 (arm_legitimize_address, thumb_legitimize_address): Handle TLS.
1265 (tls_get_addr_libfunc): New variable.
1266 (symbol_mentioned_p, label_mentioned_p): Ignore UNSPEC_TLS.
1267 (arm_init_builtins): Call arm_init_tls_builtins.
1268 (arm_expand_builtin): Handle ARM_BUILTIN_THREAD_POINTER.
1269 (arm_encode_section_info): Call default_encode_section_info.
1270 * config/arm/arm.h (TARGET_HARD_TP, TARGET_SOFT_TP): Define.
1271 (enum arm_tp_type): New.
1272 (target_thread_pointer): Add declaration.
1273 (LEGITIMATE_CONSTANT_P): Handle TLS.
1274 (LEGITIMATE_PIC_OPERAND_P): Handle TLS.
1275 (OUTPUT_ADDR_CONST_EXTRA): Call arm_output_addr_const_extra.
1276 (enum arm_builtins): Add ARM_BUILTIN_THREAD_POINTER.
1277 * config/arm/arm.md: Add UNSPEC_TLS.
1278 (movsi): Handle TLS.
1279 (pic_add_dot_plus_four, pic_add_dot_plus_eight): Allow for
1281 (tls_load_dot_plus_eight): New insn and a peephole to create it.
1282 (load_tp_hard, load_tp_soft): New insns.
1283 * arm.opt: Add -mtp=.
1284 * doc/invoke.texi (ARM Options): Document -mtp.
1286 2005-11-04 Daniel Jacobowitz <dan@codesourcery.com>
1288 * config/arm/lib1funcs.asm: Don't include "libunwind.S".
1289 * config/arm/libunwind.S: Include "lib1funcs.asm".
1290 * config/arm/t-bpabi (LIB1ASMFUNCS): Remove _unwind.
1291 (LIB2ADDEH): Add libunwind.S.
1292 (LIB2ADDEHDEP): Add lib1funcs.asm.
1293 * mklibgcc.in: Handle asm files in libgcc_eh.a.
1295 2005-11-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1298 * gcc/c.opt: Add a -lang-fortran option.
1299 * gcc/c-opts.c: Add a lang_fortran flag.
1300 (c_common_init_options): Handling the -lang-fortran option.
1301 (c_common_handle_option): Add a case for Fortran options in
1302 preprocessing. Remove cases for -ffixed-form and
1303 -ffixed-line-length. Add a case for -lang-fortran.
1305 2005-11-03 David Edelsohn <edelsohn@gnu.org>
1307 * config/rs6000/rs6000.c: Include params.h
1308 (optimization_options): Set max-grow-copy-bb-insns default to 16.
1309 (bdesc_2arg): Delete vpkuhss and vpkuwss.
1310 * config/rs6000/altivec.md (UNSPEC_VPKUHSS): Delete.
1311 (UNSPEC_VPKUWSS): Delete.
1312 (altivec_vpkuhss): Delete.
1313 (altivec_vpkuwss): Delete.
1314 * config/rs6000/rs6000.md (plus_eqsi): Remove optimize_size from
1316 (neg_eq0<mode>): Remove final condition.
1317 (neg_eq<mode>): Remove condition and split-condition.
1319 2005-11-04 Alan Modra <amodra@bigpond.net.au>
1321 * config/rs6000/rs6000.c (output_toc): Make "offset" HOST_WIDE_INT.
1322 Use associated print macros.
1324 2005-11-03 Joseph S. Myers <joseph@codesourcery.com>
1327 * diagnostic.c (diagnostic_set_info_translated): New function.
1328 (diagnostic_set_info): Use it. Add comment.
1329 * diagnostic.h (diagnostic_set_info_translated): Declare.
1331 2005-11-03 Eric Botcazou <ebotcazou@adacore.com>
1333 * dwarf2asm.c (dw2_force_const_mem): Add new parameter 'public'.
1334 On USE_LINKONCE_INDIRECT platforms, build a DECL_ONE_ONLY indirect
1335 reference only if 'public' is true.
1336 (dw2_output_indirect_constant_1): On USE_LINKONCE_INDIRECT platforms,
1337 emit the .hidden directive only if the indirect reference is public.
1338 (dw2_asm_output_encoded_addr_rtx): Add new parameter 'public'.
1339 Pass it to dw2_force_const_mem.
1340 * dwarf2asm.h (dw2_asm_output_encoded_addr_rtx): New param 'public'.
1341 * dwarf2out.c (output_cfi): Adjust calls to above function.
1342 (output_call_frame_info): Likewise.
1343 * except.c (output_ttype): Pass TREE_PUBLIC of the type_info object
1344 as 'public' argument to dw2_asm_output_encoded_addr_rtx.
1346 2005-11-03 Zdenek Dvorak <dvorakz@suse.cz>
1348 PR tree-optimization/24483
1349 * tree-ssa-loop-ivopts.c (aff_combination_add_elt): Move rest
1350 field to elts if possible.
1352 2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1355 * gimplifier.c (gimplify_expr): Create a temporary for lvalue
1358 2005-11-03 Daniel Berlin <dberlin@dberlin.org>
1360 Fix PR tree-optimization/24351
1362 * tree-ssa-structalias.c (struct variable_info): Add
1364 (get_varinfo_fc): New function to follow collapsing.
1365 (new_var_info): Set collapsed_to to NULL.
1366 (dump_constraint): Follow collapsing.
1367 (build_constraint_graph): Handle collapsing.
1368 (do_simple_structure_copy): Return false if something bad
1370 (collapse_rest_of_var): New function.
1371 (do_structure_copy): Collapse if do_simple_structure_copy returns
1374 2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
1377 * gimplify.c (gimplify_expr) <case CONSTRUCTOR>: Add the
1378 expressions to a statement list instead of gimplifying them.
1380 2005-11-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1382 PR rtl-optimization/23585
1383 * rtlanal.c (rtx_addr_can_trap_p_1) <PLUS>: Return 0 for an address
1384 that can't trap plus a constant integer, if the mode has zero size.
1386 2005-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1389 * config/s390/s390.md ("*insv<mode>_reg_imm"): Accept any CONST_INT
1391 ("*insv<mode>_reg_extimm"): Likewise.
1393 2005-11-03 Joseph S. Myers <joseph@codesourcery.com>
1396 * c-pretty-print.c (pp_c_type_specifier): Do not recurse if
1397 c_common_type_for_mode returns an unnamed type.
1399 2005-11-02 Richard Henderson <rth@redhat.com>
1403 * dwarf2out.c (dwarf2out_reg_save_reg): New.
1404 (dwarf2out_frame_debug_expr): Return after dwarf_handle_frame_unspec.
1405 * function.c (assign_parms): Use calls.internal_arg_pointer.
1406 (expand_main_function): Remove FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN
1408 * target-def.h (TARGET_INTERNAL_ARG_POINTER): New.
1409 (TARGET_CALLS): Add it.
1410 * target.h (struct gcc_target): Add calls.internal_arg_pointer.
1411 * targhooks.c (default_internal_arg_pointer): New.
1412 * targhooks.h (default_internal_arg_pointer): Declare.
1413 * tree.h (dwarf2out_reg_save_reg): Declare.
1414 * doc/tm.texi (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Remove.
1415 * config/i386/i386.c (dbx_register_map): Add return column.
1416 (dbx64_register_map, svr4_dbx_register_map): Likewise.
1417 (TARGET_INTERNAL_ARG_POINTER, ix86_internal_arg_pointer): New.
1418 (TARGET_DWARF_HANDLE_FRAME_UNSPEC, ix86_dwarf_handle_frame_unspec): New.
1419 (ix86_function_ok_for_sibcall): Disable if force_align_arg_pointer.
1420 (ix86_save_reg): Save force_align_arg_pointer.
1421 (ix86_emit_save_regs): Make regno unsigned.
1422 (ix86_emit_save_regs_using_mov): Likewise.
1423 (ix86_expand_prologue): Handle force_align_arg_pointer.
1424 (ix86_expand_epilogue): Likewise.
1425 * config/i386/i386.h: (dbx_register_map): Update.
1426 (dbx64_register_map, svr4_dbx_register_map): Update.
1427 (struct machine_function): Add force_align_arg_pointer.
1428 * config/i386/i386.md (UNSPEC_REG_SAVE, UNSPEC_DEF_CFA): New.
1429 (UNSPEC_TP, UNSPEC_TLS_GD, UNSPEC_TLS_LD_BASE): Renumber.
1430 (TARGET_PUSH_MEMORY peepholes): Disable if RTX_FRAME_RELATED_P.
1432 2005-11-02 Jan Hubicka <jh@suse.cz>
1435 * i386.md: Add peep2 for simplyfing array accesses.
1437 2005-11-02 Ulrich Weigand <uweigand@de.ibm.com>
1440 * config/s390/s390-protos.h (s390_decompose_shift_count): Declare.
1441 * config/s390/s390.c (s390_decompose_shift_count): New function.
1442 (s390_extra_constraint_str) ['Y']: Use s390_decompose_shift_count.
1443 (print_shift_count_operand): Use s390_decompose_shift_count.
1444 * config/s390/predicates.md ("setmem_operand", "shift_count_operand"):
1445 Use s390_decompose_shift_count. Do not accept any non-base hard regs.
1447 2005-11-02 Ulrich Weigand <uweigand@de.ibm.com>
1450 * loop.c (loop_givs_rescan): Use force_operand to expand
1453 2005-11-02 Andrew Pinski <pinskia@physics.uc.edu>
1456 * fold-const.c (build_range_check): Use unsigned when signed
1457 overflow is undefined also. If etype is subtype, make sure that
1458 the subtraction is in the supertype.
1460 2005-11-02 Richard Henderson <rth@redhat.com>
1463 * config/alpha/alpha.c (get_aligned_mem): Honor alignment given
1466 2005-11-01 Richard Henderson <rth@redhat.com>
1469 * loop.c (scan_loop): Do not propagate computations to a hard
1470 register destination with SMALL_REGISTER_CLASSES.
1472 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
1474 * config/rs6000/rs6000.c (rs6000_rtx_costs): Do not add extra
1475 costs for MULT inside PLUS or MINUS.
1477 2005-11-01 Bob Wilson <bob.wilson@acm.org>
1479 * config/xtensa/xtensa.h (TRAMPOLINE_TEMPLATE): Add a byte of padding.
1480 (TRAMPOLINE_SIZE): Round up to 60.
1481 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Likewise.
1483 2005-10-31 James E. Wilson <wilson@specifix.com>
1486 * dwarf2out.c (convert_cfa_to_loc_list): Put inside DWARF2_UNWIND_INFO
1487 ifdef. Put ifdefs around call in gen_subprogram_die.
1488 (compute_frame_pointer_to_cfa_displacement): Likewise.
1489 (gen_subprogram_die): Restore old code for when DWARF2_UNWIND_INFO is
1492 PR rtl-optimization/17356
1493 * cfgrtl.c (purge_dead_edges): Undo last change. In EDGE_EH code,
1494 add check for CALL_INSN if EDGE_ABRNOMAL_CALL true.
1496 2005-10-31 Jan Hubicka <jh@suse.cz>
1499 * cgraph.c (cgraph_clone_edge, cgraph_clone_node): Watch negative
1502 * i386.c (legitimize_pic_address): Deal with large immediates.
1505 * coverage.c (coverage_checksum_string): Fix code to stip random seeds
1506 from symbol names while computing checkup.
1509 * predict.c (predict_loops): Do not estimate more than
1510 MAX_PRED_LOOP_ITERATIONS in PRED_LOOP_ITERATIONS heuristic.
1511 * predict.def (MAX_PRED_LOOP_ITERATIONS): Define.
1513 2005-10-31 Andrew MacLeod <amacleod@redhat.com>
1515 PR tree-optimization/19097
1516 * tree-ssa-operands.c (correct_use_link): Don't look for modified stmts.
1518 2005-10-31 J"orn Rennecke <joern.rennecke@st.com>
1520 * optabs.c (expand_unop): Take TRULY_NOOP_TRUNCATION into account.
1522 2005-10-31 Andrew Pinski <pinskia@physics.uc.edu>
1525 * tree-inline.c (setup_one_parameter): If the init_stmt
1526 is NULL, don't insert the statement.
1528 2005-10-30 Jan Hubicka <jh@suse.cz>
1530 PR tree-optimization/24172
1531 * tree-inline.c (copy_body_r): Unshare the substituted value first.
1533 2005-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1535 * config/mmix/mmix.c (mmix_intval): Correct handling of DFmode
1536 constants for hosts with long != 32 bits.
1538 2005-10-28 Andreas Krebbel <krebbel1@de.ibm.com>
1541 * ipa-inline.c (craph_decide_recursive_inlining): Fix return value.
1543 2005-10-28 Aldy Hernandez <aldyh@redhat.com>
1545 * config/ms1/ms1.h (TARGET_MS1_64_001): New.
1546 (TARGET_MS1_16_002): New.
1547 (TARGET_MS1_16_003): New.
1549 * config/ms1/ms1.md ("decrement_and_branch_until_zero"): Rewrite.
1550 ("*decrement_and_branch_until_zero_no_clobber"): New.
1551 Add corresponding splitter for decrement_and_branch_until_zero
1553 Key all decrement_and_branch_until_zero patterns off of
1556 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
1559 * tree-complex.c (extract_component): Treat RESULT_DECL
1560 like the rest of the decls.
1562 2005-10-25 Eric Botcazou <ebotcazou@adacore.com>
1564 * config/ia64/ia64.c (ia64_output_function_profiler): Emit an
1565 indirect call to _mcount if the function needs a static chain.
1567 2005-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
1568 Caroline Tice <ctice@apple.com>
1570 PR rtl-optimization/24460
1571 * dwarf2out.c (have_switched_text_sections): New boolean variable.
1572 (dwarf2out_switch_text_section): Set it to true instead of
1573 incrementing separate_line_info_table_in_use.
1574 (output_loc_list): Additionally test have_switched_text_sections.
1575 (output_ranges): Likewise.
1576 (dwarf2out_finish): Likewise.
1577 * varasm.c (assemble_start_function): Do not call
1578 insert_section_boundary_note.
1579 (assemble_end_function): If flag_reorder_blocks_and_partition,
1580 switch to the function's section before emitting the .size directive.
1581 * bb-reorder.c (insert_section_boundary_note): Staticify.
1582 (rest_of_handle_reorder_blocks): Call insert_section_boundary_note.
1583 * output.h (insert_section_boundary_note): Delete.
1585 2005-10-24 Andrew Pinski <pinskia@physics.uc.edu>
1588 * c-format.c (check_format_types): Use lang_hooks.types_compatible_p
1589 instead of pointer equality when comparing types.
1591 2005-10-24 James E. Wilson <wilson@specifix.com>
1593 * sched-deps.c (flush_pending_lists): Pass 1 not 0 in first two
1594 add_dependence_list_and_free calls.
1596 2005-10-24 Steven Bosscher <stevenb@suse.de>
1598 * contrib.texi: Add the names of the LLNL folks who donated
1599 Cray pointer support for gfortran.
1601 2005-10-24 Steven Bosscher <stevenb@suse.de>
1603 PR tree-optimization/24225
1604 * profile.c (branch_prob): Look from end to start through a
1605 basic block when looking for a locus.
1607 2005-10-24 Richard Henderson <rth@redhat.com>
1609 * pa.c (store_reg_modify): Set RTX_FRAME_RELATED_P on each set in
1611 (hppa_expand_prologue): Likewise.
1613 2005-10-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1615 * pa-linux.h (NO_PROFILE_COUNTERS): Delete define.
1616 (NO_DEFERRED_PROFILE_COUNTERS): Define.
1617 * pa.h (NO_PROFILE_COUNTERS): Define.
1618 * pa.c (NO_DEFERRED_PROFILE_COUNTERS): Define if not defined.
1619 (funcdef_nos): New vector to hold label numbers of deferred profile
1621 (output_deferred_profile_counters): New function.
1622 (hppa_profile_hook): Push label number onto funcdef_nos.
1623 (pa_hpux_file_end): Call output_deferred_profile_counters if
1624 NO_DEFERRED_PROFILE_COUNTERS is false.
1626 * pa-protos.h (get_deferred_plabel): New prototype.
1627 * pa.c (get_plabel): Rename to get_deferred_plabel. Return plabel.
1629 (output_call): Adjust calls.
1631 2005-10-24 Alan Modra <amodra@bigpond.net.au>
1633 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Explain
1634 peculiarity of GOT/TOC section usage.
1636 2005-10-23 Andrew Pinski <pinskia@physics.uc.edu>
1639 * c-common.c (constant_string_class_name): Add documentation.
1641 2005-10-23 Kaz Kojima <kkojima@gcc.gnu.org>
1644 * recog.c (peephole2_optimize): Increment peep2_current_count
1645 only when the slot is empty.
1647 2005-10-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1650 * except.c (output_function_exception_table): Call
1651 assemble_external_libcall if we need a personality function.
1653 2005-10-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1655 PR rtl-optimization/24460
1656 * bb-reorder.c (fix_crossing_unconditional_branches): Do not
1657 set the basic block for barriers.
1659 2005-10-21 Janis Johnson <janis187@us.ibm.com>
1661 * var-tracking.c (vt_initialize): Initialize post.
1663 2005-10-21 Devang Patel <dpatel@apple.com>
1666 * c-common.c (vector_types_convertible_p): Check vector element type.
1668 2005-10-21 Kaz Kojima <kkojima@gcc.gnu.org>
1670 * config/sh/sh.c (prepare_move_operands): Handle the address
1671 constant which is a tls symbolic address plus a constant.
1673 2005-10-21 Andrew Pinski <pinskia@physics.uc.edu>
1676 * gcc.c (main): Use the correct counter for erroring out
1677 about mulitple files.
1679 2005-10-21 Alan Modra <amodra@bigpond.net.au>
1682 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Always
1683 use r2 for 64-bit tls .got access.
1685 2005-10-21 Paolo Bonzini <bonzini@gnu.org>
1687 * dojump.c (do_jump): Handle side-effecting TRUTH_AND_EXPR and
1690 2005-10-20 Steven Bosscher <stevenb@suse.de>
1692 PR tree-optimization/24307
1693 * tree-cfg.c (tree_find_edge_insert_loc): Handle naked RETURN_EXPR.
1695 2005-10-20 Alexandre Oliva <aoliva@redhat.com>
1698 * cgraphunit.c (cgraph_varpool_remove_unreferenced_decls): Mark
1700 * varasm.c (find_decl_and_mark_needed): After cgraph global info
1701 is ready, stop marking functions, but still mark variables.
1703 2005-10-20 Richard Guenther <rguenther@suse.de>
1706 * fold-const.c (invert_truthvalue): Handle COND_EXPR with
1709 2005-10-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1711 PR rtl-optimization/23585
1712 * rtlanal.c (rtx_addr_can_trap_p_1): New predicate extracted from...
1713 (rtx_addr_can_trap_p): ... here. Invoke rtx_addr_can_trap_p_1.
1714 (may_trap_p_1): New predicate extracted from...
1715 (may_trap_p): ... here. Invoke may_trap_p_1.
1716 (may_trap_or_fault_p): New predicate.
1717 * rtl.h (may_trap_or_fault_p): Declare it.
1718 * reorg.c (steal_delay_list_from_target): Use may_trap_or_fault_p
1719 instead of may_trap_p.
1720 (steal_delay_list_from_fallthrough): Likewise.
1721 (fill_simple_delay_slots): Likewise.
1722 (fill_slots_from_thread): Likewise.
1723 * function.c (pad_to_arg_alignment): Rework comment about
1724 SPARC_STACK_BOUNDARY_HACK.
1725 * config/sparc/sparc.h: Likewise.
1727 2005-10-19 Adrian Straetling <straetling@de.ibm.com>
1729 * config/s390/s390.c (s390_expand_insv): New.
1730 * config/s390/s390-protos.h (s390_expand_insv): Declare.
1731 * config/s390/s390.md ("UNSPEC_SETHIGH"): Rename to "UNSPEC_ICM".
1732 ("icm_hi"): Remove mode attribute.
1733 ("*sethigh<mode><mode>"): Rewrite to "sethighpart<mode>".
1735 ("*extracthi", "*extractqi"): Remove.
1736 (extv<mode>", "*extzv<mode>"): New.
1737 ("insv", "*insv<mode>_mem_reg", "*insvdi_mem_reghigh",
1738 "*insv<mode>_reg_imm", "*insv<mode>_reg_extimm"): New.
1740 2005-10-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1742 * cfgexpand.c (discover_nonconstant_array_refs_r,
1743 discover_nonconstant_array_refs): Move here from tree-outof-ssa.c
1744 (tree_expand_cfg): Call discover_nonconstant_array_refs.
1745 * tree-outof-ssa.c (rewrite_out_of_ssa): Remove call to
1746 discover_nonconstant_array_refs.
1748 2005-10-19 Steven Bosscher <stevenb@suse.de>
1751 * c-decl.c (pop_scope): Don't warn about an unused variable
1752 if it is marked with TREE_NO_WARNING.
1753 (duplicate_decls): Set TREE_NO_WARNING if olddecl and newdecl
1754 somenow mismatch and olddecl is to be replaced.
1756 2005-10-19 Eric Botcazou <ebotcazou@libertysurf.fr>
1759 * cfgrtl.c (safe_insert_insn_on_edge): Use can_copy_p to detect
1760 whether registers live on the edge can be saved/restored.
1762 2005-10-19 Kaz Kojima <kkojima@gcc.gnu.org>
1764 * config/sh/sh.c (fixup_mova): Skip notes.
1766 2005-10-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1768 * config/s390/s390-protos.h (s390_hard_regno_rename_ok): Add prototype.
1769 * config/s390/s390.c (s390_hard_regno_rename_ok): New function.
1770 (s390_can_eliminate): Handle BASE_REGNUM elimination.
1771 (s390_initial_elimination_offset): Likewise.
1772 (s390_conditional_register_usage): BASE_REGNUM is no longer a fixed
1773 register on TARGET_ZARCH targets.
1774 * config/s390/s390.h (HARD_REGNO_RENAME_OK): Define
1775 (INITIAL_FRAME_POINTER_OFFSET): Remove.
1776 (REG_ALLOC_ORDER): Move BASE_REGNUM lower.
1777 (ELIMINABLE_REGS): Add BASE_REGNUM elimination rule.
1779 2005-10-19 Andreas Krebbel <krebbel1@de.ibm.com>
1781 * config/s390/s390.md: Comment describing output modifiers updated.
1782 * config/s390/s390.c (print_operand): Likewise.
1784 2005-10-19 Andreas Krebbel <krebbel1@de.ibm.com>
1786 * config/s390/s390.c (override_options): Added check for -mstack-size
1788 * doc/invoke.texi: Mention that limit in the documenation.
1790 2005-10-18 Paolo Bonzini <bonzini@gnu.org>
1793 * dojump.c (do_jump): Handle TRUTH_AND_EXPR and TRUTH_OR_EXPR here.
1795 2005-10-18 Daniel Berlin <dberlin@dberlin.org>
1797 Fix PR tree-optimization/24231
1799 * tree-ssa-pre.c (try_look_through_load): Skip abnormal phi names
1800 (compute_avail): Ditto.
1802 2005-10-18 Richard Henderson <rth@redhat.com>
1805 * config/i386/i386.c (legitimate_constant_p): Check
1806 SYMBOL_REF_TLS_MODEL directly. Don't fallthru to SYMBOL_REF
1808 (legitimate_pic_operand_p): Test SYMBOL_REF_TLS_MODEL directly.
1809 (legitimate_pic_address_disp_p): Reorg CONST checking to make
1810 sure SYMBOL_REF_TLS_MODEL is tested. Test SYMBOL_REF_TLS_MODEL
1812 (print_operand_address): Likewise.
1813 * config/i386/predicates.md (x86_64_immediate_operand): Test
1814 SYMBOL_REF_TLS_MODEL properly inside CONST.
1815 (x86_64_zext_immediate_operand): Likewise.
1816 (global_dynamic_symbolic_operand, local_dynamic_symbolic_operand,
1817 initial_exec_symbolic_operand, local_exec_symbolic_operand): Remove.
1818 * config/i386/i386-protos.h: Remove predicates.md entries.
1820 2005-10-18 Danny Smith <dannysmith@users.sourceforge.net>
1822 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition):
1823 Check that elements of TYPE_METHODS are FUNCTION_DECLs.
1825 2005-10-17 Alexey Starovoytov <alexey.starovoytov@sun.com>
1826 Ian Lance Taylor <ian@airs.com>
1829 * fold-const.c (fold_widened_comparison): Do not allow range based
1830 constant folding when right operand cannot be unwidened.
1832 2005-10-17 Richard Henderson <rth@redhat.com>
1834 * builtins.c (expand_builtin_synchronize): Build a new-style asm
1835 with a memory clobber.
1837 2005-10-17 James E Wilson <wilson@specifix.com>
1839 PR rtl-optimization/17356
1840 * cfgrtl.c (purge_dead_edges): Check for EDGE_ABNORMAL_CALL before
1841 checking for EDGE_EH.
1843 2005-10-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1845 * config/sparc/sparc.c (function_arg_slotno): In 64-bit mode, align
1846 the slot on an even boundary for any type with 16-byte alignment.
1848 2005-10-17 Hans-Peter Nilsson <hp@axis.com>
1851 * md.texi (Modifiers) <%>: Clarify that % doesn't work
1852 after register allocation.
1854 2005-10-17 DJ Delorie <dj@redhat.com>
1856 * config/m32c/m32c.c (m32c_pushm_popm): Don't mark epilogue insns
1859 2005-10-17 Nathan Sidwell <nathan@codesourcery.com>
1862 * c-common.c (c_add_case_label): Revert my 2005-10-14 clearing of
1865 2005-10-17 Kaz Kojima <kkojima@gcc.gnu.org>
1867 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Set flag_schedule_insns
1868 to 2 if it's already non-zero.
1869 (OVERRIDE_OPTIONS): Clear flag_schedule_insns if flag_exceptions
1870 is set and warn about it if flag_schedule_insns is 1.
1872 2005-10-17 Paul Woegerer <paul.woegerer@nsc.com>
1874 * config/crx/crx.md: Compare-and-branch instructions need to
1877 2005-10-17 Uros Bizjak <uros@kss-loka.si>
1880 * config/i386/i386.md (*pushdi2_rex64 splitter)
1881 (*movdi_1_rex64 splitter, *ashldi3_1 splitter)
1882 (*ashrdi3_1 splitter, *lshrdi3_1 splitter): Delay splitting after
1883 flow2 pass only when (optimize > 0 && flag_peephole2).
1885 2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
1888 * gcc.c (have_c): New static variable.
1890 (process_command): Remove declation of have_c.
1891 Set have_o to 1 when handling -o.
1892 (main): Add a fatel error if there are multiple
1893 files specified and -o and -c/-S is passed witout
1894 -combine or multiple languages.
1896 2005-10-16 Daniel Berlin <dberlin@dberlin.org>
1898 Fix PR tree-optimization/22444
1899 * tree-ssa-alias.c (compute_flow_insensitive_aliasing):
1900 Assert that we don't hit something with subvars.
1901 (setup_pointers_and_addressables): Don't add things with subvars,
1902 because we'll already process the subvars for aliasing purposes.
1904 2005-10-16 Hans-Peter Nilsson <hp@axis.com>
1907 * config/cris/cris.md ("*mov_side<mode>", "*mov_sidesisf")
1908 ("*mov_side<mode>_mem", "*mov_sidesisf_mem", "*clear_side<mode>")
1909 ("*ext_sideqihi", "*ext_side<mode>si", "*op_side<mode>")
1910 ("*op_swap_side<mode>", "*extopqihi_side", "*extop<mode>si_side")
1911 ("*extopqihi_swap_side", "*extop<mode>si_swap_side"): Have separate,
1912 swapped, alternatives for the R constraint.
1915 * builtins.c (get_builtin_sync_mode): Make unlimited
1916 mode_for_size request.
1918 2005-10-15 Richard Henderson <rth@redhat.com>
1920 * gimplify.c (gimplify_var_or_parm_decl): Split out from ...
1921 (gimplify_expr): ... here.
1922 (gimplify_compound_lval): Use it in initial scan loop. Allow
1923 fb_lvalue in base expression.
1925 2005-10-15 Richard Henderson <rth@redhat.com>
1928 * builtins.c (expand_builtin_trap): Export.
1929 * expr.h (expand_builtin_trap): Declare.
1930 * expr.c (expand_assignment): Emit a trap for integral offsets
1931 from registers that weren't reduced to bitpos.
1933 * tree-cfg.c (mark_array_ref_addressable_1): Remove.
1934 (mark_array_ref_addressable): Remove.
1935 * tree-flow.h (mark_array_ref_addressable): Remove.
1936 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Don't call it.
1938 2005-10-15 James E Wilson <wilson@specifix.com>
1941 * sched-deps.c (add_dependence_list): New arg UNCOND. Fix all callers.
1942 (add_dependence_list_and_free): Likewise.
1943 (sched_analyze_2, case MEM): Delete sched_insns_conditions_mutex_p
1946 2005-10-15 Diego Novillo <dnovillo@redhat.com>
1950 * tree-vrp.c (vrp_meet): Fix the intersection of equivalence
1951 sets VR0->EQUIV and VR1->EQUIV when meeting a range and an
1953 (vrp_visit_phi_node): Only prevent infinite iterations when
1954 the previous result and the new result are both VR_RANGEs.
1956 2005-10-15 Ranjit Mathew <rmathew@gcc.gnu.org>
1958 * tree-into-ssa.c (mark_def_sites): Correct minor typo in
1961 2005-10-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1964 * c-parser.c (c_parser_for_statement): Use location of RID_FOR
1967 2005-10-14 Per Bothner <per@bothner.com>
1969 PR preprocessor/21250
1970 * c-ppoutput.c (print_line): Print internal line 0 as 1.
1972 2005-10-14 Nathan Sidwell <nathan@codesourcery.com>
1975 * c-common.c (c_add_case_label): Clear LOW_VALUE and HIGH_VALUE's
1976 overflow flags. Refactor some conditionals.
1978 2005-10-13 Andrew Pinski <pinskia@physics.uc.edu>
1981 * tree-dfa.c (add_referenced_var): Only look at decls which
1982 have TREE_CONSTANT or TREE_READONLY set instead of if
1983 !TREE_PUBLIC or !TREE_CONSTANT.
1985 2005-10-13 James E Wilson <wilson@specifix.com>
1987 * doc/invoke.texi: For -x, add f95-cpp-input.
1988 * doc/install.texi: For --enable-languages doc, change f95 to fortran.
1990 2005-10-12 Sebastian Pop <pop@cri.ensmp.fr>
1992 PR tree-optimization/24262
1993 * tree-data-ref.c (analyze_offset_expr): Check that init is invariant
1994 in loop all the time.
1996 2005-10-12 Richard Henderson <rth@redhat.com>
1999 * tree.h (DECL_TRANSPARENT_UNION): Remove.
2000 * function.c (assign_parm_find_data_types): Don't support it.
2001 * print-tree.c (print_node): Likewise.
2002 * c-common.c (handle_transparent_union_attribute): Likewise.
2003 Use build_duplicate_type.
2004 * tree-inline.c (remap_type_1): Split out of remap_type;
2005 properly remap aggregate fields.
2006 (build_duplicate_type): New.
2007 * doc/extend.texi (Variable Attributes): Remove documentation
2008 for transparent_union.
2010 2005-10-12 Eric Botcazou <ebotcazou@libertysurf.fr>
2013 * config/sparc/sparc.c (gen_stack_pointer_inc): Build by hand.
2014 (gen_stack_pointer_dec): Likewise.
2016 2005-10-12 Danny Smith <dannysmith@users.sourceforge.net>
2020 * target.h (struct gcc_target): Add valid_dllimport_attribute_p
2022 (struct cxx): Add adjust_class_at_definition target hook.
2023 * target-def.h: (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): New define,
2024 defaulting to hook_bool_tree_true. Add to TARGET_INITIALIZER
2025 (TARGET_CXX_ADJUST_CLASS_AT_DEFINITION): New define, defaulting to
2026 hook_void_tree. Add to TARGET_CXX.
2027 * tree.h (struct decl_with_vis): Rename non_addr_const_p field to
2029 (DECL_NON_ADDR_CONSTANT_P): Replace with DECL_DLLIMPORT_P macro.
2030 * tree.c (merge_dllimport_decl_attributes): Check DECL_DLLIMPORT_P
2031 instead of attribute. Check for dllexport override. Warn if
2032 inconsistent dll linkage. Don't lose old dllimport if decl has
2033 had address referenced. Tweak lookup of dllimport atribute.
2034 (handle_dll_attribute): Check targetm.valid_dllimport_attribute_p
2035 for target specific rules. Don't add dllimport attribute if
2036 DECL_DECLARED_INLINE_P. Set DECL_DLLIMPORT_P when adding
2037 dllimport attribute.
2038 (staticp): Replace DECL_NON_ADDR_CONSTANT_P with DECL_DLLIMPORT_P.
2039 * varasm.c (initializer_constant_valid_p): Replace
2040 DECL_NON_ADDR_CONSTANT_P with DECL_DLLIMPORT_P
2044 * config.gcc (i[34567]86-*-cygwin*): Add winnt-cxx.o to
2045 'cxx_target_objs', winnt-stubs,o to 'extra_objs'.
2046 (i[34567]86-*-mingw32*): Likewise.
2048 * doc/tm.texi (TARGET_CXX_ADJUST_CLASS_AT_DEFINITION): Document.
2049 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Document.
2051 * config/i386/winnt.c (i386_pe_dllimport_p): Factor out
2052 C++-specific code. Change return value to bool.
2053 (i386_pe_dllimport_p): Likewise.
2054 (associated_type): Simplify and make language-independent
2055 (i386_pe_encode_section_info): Replace override of ambiguous
2056 dllimport symbol refs with a gcc_assert.
2057 (i386_pe_valid_dllimport_attribute_p): Define.
2058 * config/i386/winnt-cxx.c: New file. Define C++ versions of
2059 i386_pe_type_dllimport_p, i386_pe_type_dllexport_p,
2060 i386_pe_adjust_class_at_definition.
2061 * config/i386/winnt-stubs.c: New file. Define stub versions of
2062 lang-specific functions.
2063 * config/i386/i386-protos.h: Declare winnt-[cxx|stubs].c functions
2064 i386_pe_type_dllimport_p, i386_pe_type_dllexport_p,
2065 i386_pe_adjust_class_at_definition.
2066 (i386_pe_valid_dllimport_attribute_p): Declare.
2067 * config/i386/cygming.h (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Define.
2068 (TARGET_CXX_ADJUST_CLASS_AT_DEFINITION): Define.
2069 * config/i386/t-cygming: Add rules for winnt-cxx.o, winnt-stubs.o.
2072 * config/i386/i386.c (ix86_function_ok_for_sibcall): Replace test for
2073 dllimport attribute with test of DECL_DLLIMPORT_P.
2075 2005-10-12 Adrian Straetling <straetling@de.ibm.com>
2077 * combine.c (make_extraction): Correct offset computation.
2079 2005-10-12 Hans-Peter Nilsson <hp@axis.com>
2081 * config/cris/t-linux (LIMITS_H_TEST): Define.
2083 2005-10-12 Richard Henderson <rth@redhat.com>
2086 * cfgexpand.c (add_alias_set_conflicts): Use objects_must_conflict_p.
2088 2005-10-12 Richard Guenther <rguenther@suse.de>
2090 * Makefile.in (CGRAPH_H): Depend on $(TREE_H).
2092 2005-10-12 Nathan Sidwell <nathan@codesourcery.com>
2095 * stor-layout.c (place_field): Set DECL_FIELD_OFFSET and
2096 DECL_FIELD_BIT_OFFSET of FIELD_DECLs, even if they have an invalid
2099 2005-10-12 Richard Guenther <rguenther@suse.de>
2102 * varasm.c (output_constant): Correct typo from previous
2105 2005-10-11 Ian Lance Taylor <ian@airs.com>
2107 PR rtl-optimization/13931
2108 * combine.c: Revert patch of 2003-05-14, and:
2109 (try_combine): Only set elim_i1 and elim_i2 if the destination is
2110 completely killed in the appropriate insn.
2111 (distribute_notes): Don't skip multiple hard register test for
2112 elim_i1 and elim_i2.
2114 2005-10-11 Richard Henderson <rth@redhat.com>
2117 * c-typeck.c (convert_for_assignment): Use build_constructor_single
2118 to initialize a transparent union instead of a nop_expr.
2120 2005-10-11 Richard Henderson <rth@redhat.com>
2122 * Makefile.in (tree-ssa-dce.o): Depend on SCEV_H.
2123 * tree-ssa-dce.c: Include tree-scalar-evolution.h.
2124 (tree_ssa_dce_loop): Call scev_reset.
2127 * Makefile.in (tree-ssa-dce.o): Depend on CFGLOOP_H.
2128 * tree-ssa-dce.c: Include cfgloop.h.
2129 (tree_ssa_dce_loop, pass_dce_loop): New.
2130 * tree-pass.h (pass_dce_loop): Declare it.
2131 * passes.c (init_optimization_passes): Use it.
2133 2005-10-11 Eric Botcazou <ebotcazou@libertysurf.fr>
2136 * convert.c (convert_to_real): Revert 2005-10-05 patch.
2137 Only apply the optimization for rounding builtins if the inner
2138 cast is also an extension.
2140 2005-10-11 Andrew Pinski <pinskia@physics.uc.edu>
2143 * tree-ssa-ccp.c (execute_fold_all_builtins): Call
2144 mark_new_vars_to_rename instead of update_stmt.
2146 2005-10-11 Bernd Schmidt <bernd.schmidt@analog.com>
2148 * config/bfin/crti.s (__init, __fini): Renamed from _init, _fini.
2150 2005-10-11 Jakub Jelinek <jakub@redhat.com>
2152 * config/i386/i386.md (movsi_1, movdi_1_rex64): Use mmxadd type
2153 for setting MMX register to 0 rather than mmx.
2155 2005-10-10 Steve Ellcey <sje@cup.hp.com>
2158 * configure.ac: Move gas check from mips specific case to common case.
2159 Do check for GNU as for mips*-*-* and *-*-hpux* targets.
2160 * configure: Regenerate
2161 * doc/install.texi: Update.
2163 2005-10-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2166 * config/sparc/sparc.c (sparc_expand_prologue): Remove bogus PATTERN.
2168 2005-10-10 Maciej W. Rozycki <macro@linux-mips.org>
2170 * gcc.c (do_spec_1): Accept numeric characters in file name
2173 2005-10-10 Nick Clifton <nickc@redhat.com>
2175 * config/arm/arm.c: Remove extraneous whitespace. Remove comment
2176 describing the deleted arm_gen_rotated_half_load function.
2178 2005-10-09 Kaz Kojima <kkojima@gcc.gnu.org>
2180 * config/sh/sh.c (emit_fpu_switch): Set TREE_PUBLIC for
2183 2005-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2185 * config.gcc (arm*-*-linux*): Remove redundant extra_parts and
2187 * config/arm/t-linux-eabi (LIB1ASMFUNCS)
2188 (EXTRA_MULTILIB_PARTS): Define.
2189 * config/arm/linux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
2190 (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
2191 (LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): Move to...
2192 * config/arm/uclinux-elf.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC)
2193 (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC)
2194 (LINK_GCC_C_SEQUENCE_SPEC, USE_LD_AS_NEEDED): ... here.
2196 2005-10-09 Zdenek Dvorak <dvorakz@suse.cz>
2198 PR tree-optimization/24226
2199 * tree-cfg.c (remove_bb): Clean up unreachable loops.
2200 * tree-flow.h (free_numbers_of_iterations_estimates_loop): Declare.
2201 * tree-ssa-loop-niter.c (free_numbers_of_iterations_estimates_loop):
2204 2005-10-09 Eric Botcazou <ebotcazou@libertysurf.fr>
2206 * config/sparc/gmon-sol2.c (internal_mcount): Mark as used.
2208 2005-10-08 Andrew Pinski <pinskia@physics.uc.edu>
2211 * config/rs6000/darwin.md (movdf_low_si): Remove early clobber.
2212 Rewrite for no need for the early clobber.
2214 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
2216 Merge from csl-arm-branch:
2217 2005-09-07 Paul Brook <paul@codesourcery.com>
2218 * config/arm/linux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Prepend a
2221 2005-04-30 Paul Brook <paul@codesourcery.com>
2222 * config/arm/bpabi.h (TARGET_DEFAULT): Define.
2223 * config/arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Define.
2225 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
2226 * config/arm/arm.c (arm_all_abis): Add aapcs-linux.
2227 (arm_override_options): Use TARGET_AAPCS_BASED.
2228 * config/arm/arm.h (enum arm_abi_type): Add ARM_ABI_AAPCS_LINUX.
2229 (PTRDIFF_TYPE): Use int for AAPCS.
2230 (DEFAULT_SHORT_ENUMS): Use false for aapcs-linux.
2231 * config/arm/linux-eabi.h (ARM_DEFAULT_ABI, WCHAR_TYPE): Define.
2232 (DEFAULT_SHORT_ENUMS): Delete.
2233 * doc/invoke.texi (ARM Options): Document -mabi=aapcs-linux.
2235 2004-12-15 Daniel Jacobowitz <dan@codesourcery.com>
2236 * config/arm/arm.h (DEFAULT_SHORT_ENUMS): Wrap in #ifndef.
2237 * config/arm/linux-eabi.h (DEFAULT_SHORT_ENUMS): Define to 0.
2238 * config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS): Set to -fPIC.
2240 2004-12-03 Mark Mitchell <mark@codesourcery.com>
2241 * config/arm/linux-eabi.h (LIBGCC_SPEC): Do not define.
2243 2004-11-22 Mark Mitchell <mark@codesourcery.com>
2244 * config.gcc (arm*-*-linux-gnueabi): Use __cxa_atexit.
2246 2004-11-19 Mark Mitchell <mark@codesourcery.com>
2247 * config.gcc (arm*-*-linux-gnueabi): Add it.
2248 * config/arm/bpabi.h (FPUTYPE_DEFAULT): Undefine it before
2250 (TARGET_OS_CPP_BUILTINS): Likeiwse.
2251 * config/arm/linux-eabi.h: New file.
2252 * config/arm/linux-elf.h (LINUX_TARGET_INTERPRETER): New macro.
2253 (LINUX_TARET_LINK_SPEC): Likewise.
2254 (LINK_SPEC): Use it.
2255 * config/arm/t-linux-eabi: New file.
2257 2005-10-08 Steven Bosscher <stevenb@suse.de>
2260 * params.def (PARAM_MAX_VARIABLE_EXPANSIONS): Remove superfluous
2262 (PARAM_SMS_DFA_HISTORY): Likewise.
2264 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
2267 * calls.c (mem_overlaps_already_clobbered_arg_p): New.
2268 (load_register_parameters): Call it.
2269 (check_sibcall_argument_overlap_1): Likewise.
2270 (store_one_arg): Likewise.
2272 2005-10-07 James E. Wilson <wilson@specifix.com>
2274 * config/ia64/vect.md (ashl<mode>3, ashr<mode>3, lshr<mode>3): Use
2275 DImode not VECINT24 for operand 2.
2278 * doc/invoke.texi (IA-64 Options, item -mtune): Renamed from
2282 * config/ia64/ia64.md (movbi, movti_internal, gr_spill_internal,
2283 fr_spill): Use destination_operand for operand 0.
2285 2005-10-07 DJ Delorie <dj@redhat.com>
2287 * varasm.c (output_constant): Limit error to expanding
2290 2005-10-07 Richard Guenther <rguenther@suse.de>
2293 * fold-const.c (fold_binary): Fix operand types during folding
2294 of X op (A, Y). Evaluation order of the side-effects of
2295 X and A are frontend-defined, so ensure we honour that even for
2296 tcc_comparison class operands; eased by removing duplicate code.
2298 2005-10-07 Steve Ellcey <sje@cup.hp.com>
2300 * stor-layout.c (layout_type): Do not allow alignment of array
2301 elements to be greater than their size.
2303 2005-10-07 Steve Ellcey <sje@cup.hp.com>
2305 * config.host (hppa*-*-hpux*): Change out_host_hook_obj and
2307 (hppa*-*-linux*): Ditto.
2308 (ia64-*-hpux*): Add out_host_hook_obj and host_xmake_file.
2309 * config/host-hpux.c: New.
2310 * config/x-hpux: New.
2311 * config/pa/x-hpux: Remove.
2312 * config/pa/x-linux: Remove.
2313 * config/pa/pa-host.c: Remove.
2315 2005-10-07 Jeff Law <law@redhat.com>
2317 * tree-ssa-dom.c (dom_opt_finalize_block): Fix conditions to
2318 determine whether or not to try and thread outgoing edges.
2320 2005-10-07 David Edelsohn <edelsohn@gnu.org>
2322 * config/rs6000/rs6000.md (eqsi_power): New.
2323 (neg_eq0si): Add TARGET_POWER to final condition.
2326 2005-10-06 Richard Henderson <rth@redhat.com>
2328 * config/rs6000/rs6000.c: Revert last change.
2330 2005-10-06 Richard Henderson <rth@redhat.com>
2332 * config/rs6000/rs6000.c (rs6000_cannot_force_const_mem): New.
2333 (TARGET_CANNOT_FORCE_CONST_MEM): Use it.
2335 2005-10-06 Andrew Pinski <pinskia@physics.uc.edu>
2339 * cfgexpand.c (tree_expand_cfg): After expanding the functions, clear
2340 out return_label and naked_return_label.
2342 2005-10-06 Daniel Berlin <dberlin@dberlin.org>
2344 * tree-ssa-structalias.c (check_for_overlaps): Fix bug in last
2347 2005-10-06 Richard Henderson <rth@redhat.com>
2350 * tree-inline.c (declare_return_variable): Handle modify_dest not
2353 2005-10-06 Daniel Berlin <dberlin@dberlin.org>
2355 Fix PR tree-optimization/22488
2356 * tree-ssa-structalias.c (check_for_overlaps): New function.
2357 (create_variable_info_for): Use it.
2359 2005-10-06 Richard Henderson <rth@redhat.com>
2362 * dwarf2out.c (lookup_filename): Return the result of maybe_emit_file.
2363 (dwarf2out_start_source_file): Print it.
2365 2005-10-06 Geoffrey Keating <geoffk@apple.com>
2367 * config/t-slibgcc-darwin (SHLIB_MAPFILES): Use '+='.
2369 2005-10-06 Richard Henderson <rth@redhat.com>
2372 * mode-switching.c (optimize_mode_switching): Clear transp bit
2373 for block with incomming abnormal edges.
2375 * config/sh/sh.c (fpscr_values, emit_fpu_switch): New.
2376 (fpscr_set_from_mem): Use them.
2377 * config/sh/sh.md (fpu_switch0, fpu_switch1): Remove.
2378 (fpscr postinc splitters): Rewrite as peephole2+split.
2380 2005-10-06 David Edelsohn <edelsohn@gnu.org>
2382 * config/rs6000/rs6000.md (eq<mode>): Add !TARGET_POWER.
2383 (eq<mode>_compare): Same.
2385 2005-10-06 Richard Guenther <rguenther@suse.de>
2387 PR tree-optimization/24238
2388 * tree-ssa-alias.c (find_used_portions): Handle RESULT_DECL.
2390 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2392 * acinclude.m4 (gcc_AC_CHECK_TOOL): Handle environment variables
2393 here. Use AC_PATH_PROG for environment variables instead of
2395 * configure.ac: Update calls to gcc_AC_CHECK_TOOL. Use it for
2397 * configure: Regenerated.
2399 2005-10-06 Richard Earnshaw <richard.earnshaw@arm.com>
2402 * arm.md (call): If the address isn't a SYMBOL_REF or a register,
2403 then force it into a register.
2404 (call_value): Likewise.
2406 2005-10-06 Richard Henderson <rth@redhat.com>
2409 * passes.c (init_optimization_passes): Move pass_lower_vector_ssa
2410 under pass_vectorize. Clear TODO_ggc_collect from the dce pass
2411 under pass_vectorize.
2413 2005-10-05 Devang Patel <dpatel@apple.com>
2416 * dbxout.c (dbxout_symbol): Check DECL_RTL_SET_P, after
2417 handling constants. Check NAMESPACE_DECL context for constants.
2419 2005-10-05 Eric Christopher <echristo@apple.com>
2421 * doc/md.texi (Standard Names): Fix name of pushm1 pattern.
2423 2005-10-05 Richard Henderson <rth@redhat.com>
2426 * tree-cfg.c (mark_array_ref_addressable_1): New.
2427 (mark_array_ref_addressable): New.
2428 * tree-flow.h (mark_array_ref_addressable): Declare.
2429 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Use it.
2431 2005-10-05 Andrew Pinski <pinskia@physics.uc.edu>
2435 * reload.c (subst_reloads): When adding a REG_LABEL to a
2436 jump instruction, also update JUMP_LABEL.
2438 2005-10-05 David Edelsohn <edelsohn@gnu.org>
2440 * params.def (PARAM_MAX_GROW_COPY_BB_INSNS): New.
2441 * bb-reorder.c (copy_bb_p): Use it.
2442 * doc/invoke.texi (param table): Add max-grow-copy-bb-insn.
2444 2005-10-05 Richard Henderson <rth@redhat.com>
2447 * toplev.c (process_options): Warn about unsupported combinations
2448 of unwind tables and omit-frame-pointer.
2449 * config/i386/i386.c (override_options): Similarly. Enable
2450 accumulate-outgoing-args if not explicitly disabled.
2452 2005-10-05 Steve Ellcey <sje@cup.hp.com>
2454 * vect.md (vec_initv2si): Fix typo of V2SF to V2SI.
2455 Handle big endian vs. small endian.
2456 (vec_initv2sf): Handle big endian vs. small endian.
2457 (*vec_extractv2sf_1): Ditto.
2459 2005-10-05 Dale Johannesen <dalej@apple.com>
2461 * convert.c (convert_to_real): Don't convert
2462 (float)floor(double d) to floorf((float)d).
2464 2005-10-05 Daniel Jacobowitz <dan@codesourcery.com>
2466 * config/arm/arm.md (insv): Use gen_int_mode in more places.
2468 2005-10-05 Andrew MacLeod <amacleod@redhat.com>
2470 PR tree-optimization/18587
2471 * tree-ssa-operands.c (struct opbuild_list_d, OPBUILD_LAST): Delete.
2472 (build_defs, build_uses, build_v_may_defs, build_v_must_defs,
2473 build_vuses): Change to VEC type.
2474 (opbuild_initialize_virtual, opbuild_initialize_real, opbuild_free,
2475 opbuild_num_elems, opbuild_append_real, opbuild_append_virtual,
2476 opbuild_first, opbuild_next, opbuild_elem_real, opbuild_elem_virtual,
2477 opbuild_elem_uid, opbuild_clear, opbuild_remove_elem): Delete.
2478 (get_name_decl): New. Return DECL_UID of base variable.
2479 (operand_build_cmp): New. qsort comparison routine.
2480 (operand_build_sort_virtual): New. Sort virtual build vector.
2481 (init_ssa_operands, fini_ssa_operands): Use VEC routines.
2482 (FINALIZE_OPBUILD_BASE, FINALIZE_OPBUILD_ELEM): Use VEC_Index.
2483 (FINALIZE_BASE): Use get_name_decl.
2484 (finalize_ssa_defs, finalize_ssa_uses, cleanup_v_may_defs,
2485 finalize_ssa_v_may_defs, finalize_ssa_vuses, finalize_ssa_v_must_defs,
2486 (start_ssa_stmt_operands, append_def, append_use, append_vuse,
2487 append_v_may_def, append_v_must_def): Replace opbuild_* routines with
2488 direct VEC_* manipulations.
2489 (build_ssa_operands): Call operand_build_sort_virtual.
2490 (copy_virtual_operand, create_ssa_artficial_load_stmt,
2491 add_call_clobber_ops, add_call_read_ops): Replace opbuild_* routines
2492 with direct VEC_* manipulations.
2493 * tree-ssa-opfinalize.h (FINALIZE_FUNC): Replace opbuild_* routines
2494 with direct VEC manipulations.
2496 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
2498 PR tree-optimization/21419
2499 PR tree-optimization/24146
2500 PR tree-optimization/24151
2502 * c-typeck.c (readonly_error): Handle USE being lv_asm.
2503 (build_asm_expr): Call it if outputs are read-only.
2504 * gimplify.c (gimplify_asm_expr): Remove former fix to PR 21419.
2506 2005-10-05 Billy Biggs <billy.biggs@gmail.com>
2507 Paolo Bonzini <bonzini@gnu.org>
2511 * doc/extend.texi (x86 Built-ins): Document that -msse and friends
2512 enable the instructions and not just the built-ins.
2513 * doc/invoke.texi (x86 Options): Likewise.
2515 2005-10-04 Geoffrey Keating <geoffk@apple.com>
2517 * config/i386/t-darwin (SHLIB_VERPFX): Fix typo.
2519 * doc/invoke.texi (Option Summary): Correct spelling
2520 of -mmacosx-version-min.
2522 2005-10-04 Devang Patel <dpatel@apple.com>
2524 * c-common.c (vector_types_convertible_p): Check TYPE_PRECISION for
2527 2005-10-04 Steve Ellcey <sje@cup.hp.com>
2529 * tree-vect-transform.c (vect_create_epilog_for_reduction):
2530 Use BYTES_BIG_ENDIAN instead of BITS_BIG_ENDIAN.
2532 2005-10-04 Adrian Straetling <straetling@de.ibm.com>
2534 * config/s390/s390.md ("TDSI","DP"): New mode macros.
2535 ("TE","tg"): New mode attributes.
2536 ("sync_compare_and_swap<mode>"): Replace with a define_expand.
2537 ("sync_compare_and_swap<mode>_cc"): Replace GPR with TDSI.
2538 ("*sync_compare_and_swap<mode>_cc"): Replace with one pattern for
2539 dword_mode and one for GPRmode.
2541 2005-10-04 Ian Lance Taylor <ian@airs.com>
2543 PR preprocessor/13726
2544 * c-ppoutput.c (cb_include): Add comments parameter, and print out
2545 any comments passed in.
2547 2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
2549 * tree.c (annotate_with_file_line): Fix typo.
2551 2005-10-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2554 * builtins.c (fold_builtin_memcmp): When constructing the pointer
2555 type used to access data in the inlined length == 1 case, use
2556 build_pointer_type_for_mode with CAN_ALIAS_ALL set to true.
2557 (fold_builtin_strcmp, fold_builtin_strncmp): Likewise.
2559 2005-10-04 Uros Bizjak <uros@kss-loka.si>
2561 * config/i386/i386.h (TARGET_FISTTP): Enable also for
2562 TARGET_SSE3 and only for TARGET_80387.
2563 * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1,
2564 (fix_trunc<mode>_i387_fisttp, fix_trunc<mode>_i387_fisttp_with_temp):
2565 Do not depend on TARGET_80387.
2567 2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
2569 * tree.c (last_annotated_node): Change type to location_t*.
2570 (annotate_with_file_line): Reflect the change of
2571 last_annotated_node type.
2573 2005-10-04 Richard Guenther <rguenther@suse.de>
2576 * c-decl.c (grokdeclarator): Don't write to fields
2579 2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
2582 * c-decl.c (finish_decl): Use set_user_assembler_name even for
2584 * varasm.c (make_decl_rtl): If a register variable does not
2585 have a set user assmbler name, error out.
2586 Decode the asmspec is now name+1 bypassing '*'.
2588 2005-10-04 Steven Bosscher <stevenb@suse.de>
2590 PR tree-optimization/23049
2591 * tree-ssa-dom.c (thread_across_edge): Make sure that the condition
2592 of a COND_EXPR is folded before calling fold on the whole rhs of a
2593 conditional assignment.
2594 * doc/tree-ssa.texi: Update the GIMPLE grammar for a valid rhs to
2595 document that a COND_EXPR may appear there.
2597 2005-10-03 Diego Novillo <dnovillo@redhat.com>
2600 * tree-vrp.c (extract_range_from_assert): If the new numeric
2601 range created out of the assertion contradicts the existing
2602 numeric range of the ASSERT_EXPR variable, make the new range
2605 2005-10-03 Kaz Kojima <kkojima@gcc.gnu.org>
2607 * config/sh/sh.c (sh_register_move_cost): Add case for moving
2608 from T_REGS to FP register class.
2610 2005-10-03 Richard Henderson <rth@redhat.com>
2613 * tree-nested.c (convert_nl_goto_reference): Lookup a translation
2614 before creating a new one.
2616 2005-10-03 David Edelsohn <edelsohn@gnu.org>
2618 * config/rs6000/t-aix43 (LDFLAGS): New.
2619 * config/rs6000/t-aix52 (LDFLAGS): New.
2621 2005-10-03 Ian Lance Taylor <ian@airs.com>
2623 * gimplify.c (find_single_pointer_decl_1): New static function.
2624 (find_single_pointer_decl): New static function.
2625 (internal_get_tmp_var): For a formal variable, set restrict base
2626 information if appropriate.
2627 * alias.c (find_base_decl): If a VAR_DECL has a restrict base,
2629 * tree.h (DECL_BASED_ON_RESTRICT_P): Define.
2630 (DECL_GET_RESTRICT_BASE): Define.
2631 (SET_DECL_RESTRICT_BASE): Define.
2632 (decl_restrict_base_lookup): Declare.
2633 (decl_restrict_base_insert): Declare.
2634 (struct tree_decl_with_vis): Add based_on_restrict_p field.
2635 * tree.c (restrict_base_for_decl): New static variable.
2636 (init_ttree): Initialize restrict_base_for_decl.
2637 (copy_node_stat): Copy restrict base information.
2638 (decl_restrict_base_lookup): New function.
2639 (decl_restrict_base_insert): New function.
2640 (print_restrict_base_statistics): New static function.
2641 (dump_tree_statistics): Call print_restrict_base_statistics.
2643 2005-10-02 Diego Novillo <dnovillo@redhat.com>
2646 * tree-vrp.c (vrp_meet): Fix call to range_includes_zero_p in
2647 case of anti-ranges.
2649 2005-10-02 Andrew Pinski <pinskia@physics.uc.edu>
2652 * c-typeck.c (tagged_tu_seen): Rename to ...
2653 (tagged_tu_seen_cache): this and add val field.
2654 (comptypes): Move functional to comptypes_internal
2655 and free tagged_tu_seen.
2656 (comptypes_internal): New function and call comptypes_internal
2657 instead of comptypes. Speed up by sibcalling
2658 tagged_types_tu_compatible_p.
2659 (alloc_tagged_tu_seen): New function
2660 (free_all_tagged_tu_seen_up_to): New function.
2661 (tagged_types_tu_compatible_p): Return the val of the seen two
2663 Add that the two types are the same to tagged_tu_seen_base
2664 if they are and call comptypes_internal instead of comptypes.
2665 <case UNION_TYPE>: Speed up common type where the fields are
2667 (function_types_compatible_p): Call comptypes_internal instead of
2669 (type_lists_compatible_p): Likewise.
2670 (all functions): s/tagged_tu_seen/tagged_tu_seen_cache/.
2672 2005-10-02 Matthias Klose <doko@debian.org>
2674 * doc/invoke.texi: Fix typo and speling error.
2676 2005-10-01 Richard Henderson <rth@redhat.com>
2678 * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.
2680 2005-10-01 Mark Mitchell <mark@codesourcery.com>
2682 * config/arm/unknown-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Define
2683 using --start-group and --end-group.
2685 2005-10-01 Diego Novillo <dnovillo@redhat.com>
2687 * tree-vrp.c (value_inside_range, range_includes_zero_p): Add
2688 FIXME note regarding quirky semantics.
2690 2005-10-01 Diego Novillo <dnovillo@redhat.com>
2693 * tree-vrp.c (vrp_meet): Clear VR0->EQUIV when building a
2694 non-null range as a last resort.
2696 2005-10-01 James A. Morrison <phython@gcc.gnu.org>
2697 Diego Novillo <dnovillo@redhat.com>
2700 * tree-vrp.c (extract_range_from_assert): For !=
2701 assertions, only build an anti-range if LIMIT is a
2702 single-valued range.
2704 2005-09-30 Richard Earnshaw <richard.earnshaw@arm.com>
2706 * arm.md (movqi): On thumb when optimizing, handle loading from
2707 memory by describing this as taking a subreg of a zero-extended load
2708 into an SImode register.
2711 2005-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2713 * reload1.c (merge_assigned_reloads): Do not change any
2714 RELOAD_FOR_OUTPUT_ADDRESS reloads.
2716 2005-09-30 Geoffrey Keating <geoffk@apple.com>
2718 * Makefile.in (LIPO_FOR_TARGET): Define.
2719 (STRIP_FOR_TARGET): Define.
2721 * config/t-slibgcc-darwin (libgcc_s_%.dylib): Remove old symlinks
2722 before creating new ones. Do symlinks before creating the actual
2725 * config/t-slibgcc-darwin (libgcc_s_%.dylib): Use --print-multi-lib
2726 to work out which multilibs are actually being built.
2728 2005-09-30 Kazu Hirata <kazu@codesourcery.com>
2730 * tree-vect-transform.c, config/ms1/ms1.md,
2731 config/s390/s390.c, config/v850/v850.md: Fix comment typos.
2732 Follow spelling conventions.
2733 * doc/invoke.texi, doc/md.texi: Fix typos.
2735 2005-09-30 Andrew Macleod <amacleod@redat.com>
2737 PR tree-optimization/21430
2738 * tree-ssa-operands.c (set_virtual_use_link): New. Link new virtual
2739 use operands, and set stmt pointer if need be.
2740 (FINALIZE_CORRECT_USE: New. Macro to call appropriate use fixup routine.
2741 tree-ssa-opfinalize.h (FINALIZE_FUNC): Call FINALIZE_CORRECT_USE if
2744 2005-09-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2747 * stor-layout.c (set_sizetype): Set TYPE_MAIN_VARIANT of bitsizetype.
2749 2005-09-29 Mark Mitchell <mark@codesourcery.com>
2751 * optabs.c (expand_binop): Initialize first_pass_p.
2753 2005-09-29 Jakub Jelinek <jakub@redhat.com>
2756 * c-decl.c (c_write_global_declarations_1): If any
2757 wrapup_global_declaration_2 call returned true, restart the loop.
2759 2005-09-29 Daniel Berlin <dberlin@dberlin.org>
2761 Fix PR tree-optimization/24117
2762 * tree-ssa-structalias.c (find_func_aliases): Strip nops
2763 before considering whether to use anyoffset.
2765 2005-09-29 Paolo Bonzini <bonzini@gnu.org>
2769 2005-09-15 Paolo Bonzini <bonzini@gnu.org>
2771 * optabs.c (expand_binop): Use swap_commutative_operands_with_target
2773 (swap_commutative_operands_with_target): New.
2775 2005-09-29 Paolo Bonzini <bonzini@gnu.org>
2778 * gimplify.c (gimplify_asm_expr): Raise an error if an output is
2781 2005-09-29 Steven Bosscher <stevenb@suse.de>
2783 PR tree-optimization/23911
2784 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle REALPART_EXPR
2785 and IMAGPART_EXPR too.
2787 2005-09-28 Mark Mitchell <mark@codesourcery.com>
2790 * expmed.c (expand_shift): Move logic to reverse rotation
2791 direction when rotating by constants ...
2792 * optabs.c (expand_binop): ... here.
2793 * config/i386/i386.md (rotrdi3): Handle 32-bit mode.
2794 (ix86_rotrdi3): New pattern.
2795 (rotldi3): Handle 32-bit mode.
2796 (ix86_rotldi3): New pattern.
2798 2005-09-29 Alan Modra <amodra@bigpond.net.au>
2801 * config/rs6000/rs6000.md (floatdisf2_internal2): Correct range
2802 check for numbers that need no bit twiddle.
2804 2005-09-28 Geoffrey Keating <geoffk@apple.com>
2806 * config/rs6000/t-darwin8: Uncomment contents, allow -m64
2807 multilib to be built.
2809 * Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET.
2810 (stage1-start): Delete old libgcc and libunwind before moving
2811 anything into the stage directory.
2812 (stage2-start): Likewise.
2813 (stage3-start): Likewise.
2814 (stage4-start): Likewise.
2815 (stageprofile-start): Likewise.
2816 (stagefeedback-start): Likewise.
2817 * config.gcc (*-*-darwin*): Automatically use CPU-specific darwin.h
2818 header in tm_file and CPU-specific t-darwin in tmake_file.
2819 (i[34567]86-*-darwin*): Don't change tm_file.
2820 (powerpc-*-darwin*): Don't change tm_file or tmake_file.
2821 * config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
2822 shared library stub for target OS version.
2823 * config/t-slibgcc-darwin (SHLIB_SOLINK): Delete.
2824 (SHLIB_LINK): Don't make SHLIB_SOLINK.
2825 (SHLIB_INSTALL): Don't install SHLIB_SOLINK.
2826 (libgcc_s.%.dylib): New.
2828 (install-darwin-libgcc-stubs): New.
2829 (INSTALL_LIBGCC): New append.
2830 * config/i386/darwin-libgcc.10.4.ver: New.
2831 * config/i386/darwin-libgcc.10.5.ver: New.
2832 * config/i386/t-darwin: New.
2833 * config/rs6000/darwin-libgcc.10.4.ver: New.
2834 * config/rs6000/darwin-libgcc.10.5.ver: New.
2835 * config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
2836 * config/rs6000/t-darwin (SHLIB_VERPFX): Define.
2838 2005-09-28 Paul Brook <paul@codesourcery.com>
2840 * config/m68k/fpgnulib.c (__extendsfdf2, __truncdfsf2): Handle
2843 2005-09-28 Richard Guenther <rguenther@suse.de>
2845 PR tree-optimization/23853
2846 * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use
2847 host_integerp to verify misalignment value.
2849 2005-09-28 Richard Henderson <rth@redhat.com>
2851 * builtins.c (get_builtin_sync_mode): New.
2852 (expand_builtin_sync_operation): Pass in mode argument.
2853 (expand_builtin_compare_and_swap): Likewise.
2854 (expand_builtin_lock_test_and_set): Likewise.
2855 (expand_builtin_lock_release): Likewise.
2856 (expand_builtin): Update to match.
2858 2005-09-28 Nick Clifton <nickc@redhat.com>
2860 * config/v850/v850.h (GO_IF_LEGITIMATE_ADDRESS): Tidy up
2861 formatting. Add check to PLUS case to ensure that the offset is
2862 within an acceptable range.
2864 * config/v850/v850.md (casesi): Disable the generation of the
2865 switch pattern as it is not being handled properly at the moment.
2867 * config/v850/lib1funcs.asm (___ucmpdi2): Correct jump instruction
2868 for when the high words are identical.
2870 2005-09-27 Richard Henderson <rth@redhat.com>
2872 * pretty-print.c (pp_base_format): Fix typo for %>.
2874 2005-09-27 Daniel Berlin <dberlin@dberlin.org>
2875 Devang Patel <dpatel@apple.com>
2877 PR tree-optimization/23625
2878 * tree-flow-inline.h (bsi_after_labels): Remove, first statement is
2879 LABEL_EXPR, assertion check.
2881 2005-09-27 J"orn Rennecke <joern.rennecke@st.com>
2883 * optabs.c (no_conflict_move_test): Check if a result of a
2884 to-be-moved insn would be clobbered by an originally
2887 2005-09-27 Jeff Law <law@redhat.com>
2889 * passes.c (init_optimization_passes): Replace copy propagation
2890 passes immediately after DOM with phi-only copy propagation
2891 pases. Add phi-only copy propagation pass after first DOM pass.
2892 * tree-pass.h (pass_phi_only_copy_prop): Declare.
2893 * tree-ssa-copy.c (init_copy_prop): Accept new PHI_ONLY argument.
2894 If true, then mark all non-control statements with DONT_SIMULATE_AGAIN.
2895 (execute_copy_prop): Accept new PHI_ONLY argument. Pass it along
2896 to init_copy_prop. Callers updated.
2897 (do_phi_only_copy_prop): New function.
2898 (pass_phi_only_copy_prop): New pass descriptor.
2900 2005-09-27 Nick Clifton <nickc@redhat.com>
2902 * libgcc2.c (__popcount_tab): Remove redundant prototype.
2904 2005-09-26 Jason Merrill <jason@redhat.com>
2907 * c-common.c (finish_fname_decls): Use append_to_statement_list_force.
2909 * doc/invoke.texi: Clarify documentation of -fno-enforce-eh-specs.
2911 2005-09-26 James E Wilson <wilson@specifix.com>
2913 * config/ia64/crtbegin.asm, config/ia64/crtend.asm: Remove glibc
2914 copyright. Add gcc copyright plus libgcc exception.
2915 * config/ia64/crtfastmath.asm: Remove glibc copyright. Add gcc
2917 * config/ia64/lib1funcs.asm: Add gcc copyright plus libgcc exception.
2919 2005-09-26 Jeff Law <law@redhat.com>
2921 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Be more selective
2922 about when to iterate.
2924 2005-09-23 Fariborz Jahanian <fjahanian@apple.com>
2927 * config/rs6000/rs6000.c (rs6000_function_value): Parallel pattern
2928 for __complex__ double in -mcpu=G5 mode.
2930 2005-09-26 Sebastian Pop <pop@cri.ensmp.fr>
2932 PR tree-optimization/23942
2933 * Makefile.in (SCEV_H): Depends on PARAMS_H.
2934 * tree-scalar-evolution.c: Include params.h.
2936 (follow_ssa_edge, follow_ssa_edge_in_rhs,
2937 follow_ssa_edge_in_condition_phi_branch,
2938 follow_ssa_edge_in_condition_phi, follow_ssa_edge_inner_loop_phi):
2939 Change return type to t_bool. Use a parameter to limit the size of
2940 trees that are walked before stopping
2941 (analyze_evolution_in_loop): Initialize the limit to 0.
2942 (follow_ssa_edge): Give up by returning t_dont_know if the limit
2943 exceeds PARAM_SCEV_MAX_EXPR_SIZE.
2945 2005-09-26 Uros Bizjak <uros@kss-loka.si>
2948 * simplify-rtx.c (simplify_immed_subreg) [MODE_INT]: Skip
2949 simplification if elem_bitsize > 2 * HOST_BITS_PER_WIDE_INT.
2951 2005-09-26 Fariborz Jahanian <fjahanian@apple.com>
2953 * combine.c (make_extraction): Check for valid use of subreg.
2955 2005-09-26 Uros Bizjak <uros@kss-loka.si>
2958 * config/i386/i386.md ("*fistdi2_1"): New pattern.
2959 ("*fist<mode>2_1"): Use only HImode and SImode register operands.
2960 ("fist<mode>2_with_temp"): Use only register operands.
2962 2005-09-26 J"orn Rennecke <joern.rennecke@st.com>
2964 * rtlanal.c (reg_used_between_p): Don't check for CLOBBERs in
2965 CALL_INSN_FUNCTION_USAGE.
2967 2005-09-26 Richard Guenther <rguenther@suse.de>
2970 * gcse.c: Include hashtab.h, define ldst entry hashtable.
2971 (pre_ldst_expr_hash, pre_ldst_expr_eq): New functions.
2972 (ldst_entry): Use the hashtable instead of list-walking.
2973 (find_rtx_in_ldst): Likewise.
2974 (free_ldst_entry): Free the hashtable.
2975 (compute_ld_motion_mems): Create the hashtable.
2976 (trim_ld_motion_mems): Remove entry from hashtable if
2977 removing it from list.
2978 (compute_store_table): Likewise^2.
2979 (store_motion): Free hashtable in case we did not see
2982 2005-09-25 Kazu Hirata <kazu@codesourcery.com>
2984 * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
2985 and arg1 if we are passing them to fold_build2.
2987 2005-09-25 Dan Nicolaescu <dann@ics.uci.edu>
2990 * config/i386/i386.c (ix86_function_regparm): Fix the test for
2993 2005-09-25 Richard Henderson <rth@redhat.com>
2995 * config/alpha/alpha.c (tls_symbolic_operand_1): Trust
2996 SYMBOL_REF_TLS_MODEL to be correct.
2998 2005-09-24 Richard Henderson <rth@redhat.com>
3000 * ipa-type-escape.c (discover_unique_type): Remove dead code at
3001 end of function. Reindent.
3003 2005-09-24 Ian Lance Taylor <ian@airs.com>
3005 * convert.c (convert_to_integer): Don't test for ENUMERAL_TYPE in
3006 NEGATE_EXPR/BIT_NOT_EXPR case.
3008 2005-09-24 Richard Henderson <rth@redhat.com>
3010 * c-common.c (handle_mode_attribute): When not modifying in place,
3011 create subtypes for enumerations.
3012 (sync_resolve_return): Use TYPE_MAIN_VARIANT.
3013 * gimplify.c (create_tmp_from_val): Likewise.
3015 2005-09-24 Alexandre Oliva <aoliva@redhat.com>
3017 * config/i386/i386.md (*tls_global_dynamic_64,
3018 *tls_local_dynamic_base_64): Add missing mode to call.
3019 (tls_global_dynamic_64, tls_local_dynamic_base_64): Likewise.
3021 2005-09-24 Jan Hubicka <jh@suse.cz>
3023 * cgraph.c (cgraph_clone_edge): Make the scale gcov_type.
3024 (cgraph_clone_node): Likewise.
3025 * cgraph.h (cgraph_clone_edge): Update prototype.
3026 (cgraph_mark_inline_edge, cgraph_clone_inlined_nodes): Remove
3027 duplicated prototypes; add updating argument.
3028 * cgraphunit.c (verify_cgraph_node): Verify that counts are non-negative.
3029 * ipa-inline.c (cgraph_clone_inlined_nodes): Allow clonning without
3031 (cgraph_mark_inline_edge): Likewise.
3032 (cgraph_mark_inline): Update use of cgraph_mark_inline_edge.
3033 (cgraph_flatten_node): Likewise.
3034 (cgraph_decide_recursive_inlining): Likewise.
3035 (cgraph_decide_inlining_of_small_function): Likewise.
3036 * tree-optimize.c (tree_rest_of_compilation): Likewise.
3038 2005-09-23 David Edelsohn <edelsohn@gnu.org>
3039 Pete Steinmetz <steinmtz@us.ibm.com>
3041 * config/rs6000/rs6000.md (neg-minus-mult): Set type to dmul.
3042 (rldic.): Set type to "compare".
3044 (movsf_hardfloat): Set type to mtjmpr for MTCTR/MTLR. Set type to
3045 mfjmpr for MFCTR/MFLR.
3046 (movdf_hardfloat64): Same.
3047 (movdf_softfloat64): Same. Correct order of store and move types.
3048 (movti_string): Set type to store_ux/load_ux.
3049 (load_multiple): Set type to load_ux.
3050 (store_multiple): Set type to store_ux.
3051 (movmemsi): Set type to store_ux.
3052 (output_cbranch direct_return): Set type to jmpreg.
3053 (stmw): Set type to store_ux.
3054 (lmw): Set type to load_ux.
3055 * config/rs6000/40x.md (ppc403-store): Increase latency to 2.
3056 * config/rs6000/440.md (ppc440-store): Increase latency to 6.
3057 * config/rs6000/603.md (ppc603-store): Occupy LSU for 2 cycles.
3058 * config/rs6000/6xx.md (ppc604-store): Increase latency to 3.
3059 * config/rs6000/mpc.md (mpccore-store): Increase latency to 2.
3060 * config/rs6000/rios1.md (rios1-store): Increase latency to 2.
3061 (rios1-fpstore): Increase latency to 3.
3062 * config/rs6000/rios2.md (rios2-store): Increase latency to 2.
3063 * config/rs6000/rs64.md (rs64a-store): Increase latency to 2.
3065 2005-09-23 David Edelsohn <edelsohn@gnu.org>
3066 Andrew Pinski <pinskia@physics.uc.edu>
3068 * config/rs6000/sync.md (sync_<fetchop_name>si_internal): Change
3069 operand2 constraint to "b".
3070 (sync_<fetchop_name>di_internal): Same.
3071 (sync_old_<fetchop_name>si_internal): Change operand3 constraint
3073 (sync_old_<fetchop_name>di_internal): Same.
3074 (sync_new_<fetchop_name>si_internal): Same.
3075 (sync_new_<fetchop_name>di_internal): Same.
3077 2005-09-23 J"orn Rennecke <joern.rennecke@st.com>
3080 * final.c (insn_default_length, insn_min_length): In !HAVE_ATTR_length
3081 case, define as macros.
3083 PR rtl-optimization/23837
3084 * optabs.c (no_conflict_move_test): Don't set must_stay for a
3085 clobber / clobber match between dest and p->first.
3087 * optabs.c (emit_libcall_block): Use no_conflict_move_test.
3088 (no_conflict_move_test): Update comments.
3090 2005-09-22 Ranjit Mathew <rmathew@gcc.gnu.org>
3092 * doc/install.texi: Update URL for Jacks.
3093 * doc/sourcebuild.texi: Likewise.
3095 2005-09-22 David Edelsohn <edelsohn@gnu.org>
3098 * config/rs6000/rs6000.md (movsf_hardfloat): Ignore special
3099 registers when choosing register preferences.
3100 (movdf_hardfloat64): Same.
3102 2005-09-22 Andreas Krebbel <krebbel1@de.ibm.com>
3104 * expmed.c (expand_shift): Don't use the target of the rotate as
3105 target for the first expanded shift insn.
3106 * testsuite/gcc.dg/20050922-1.c: Testcase added.
3108 2005-09-21 Zdenek Dvorak <dvorakz@suse.cz>
3110 PR tree-optimization/22438
3111 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Handle all
3112 preserved iv rhs rewriting specially.
3114 2005-09-21 Daniel Berlin <dberlin@dberlin.org>
3116 * tree-data-ref.c (analyze_array_indexes): Only estimate when
3117 estimate_only is true.
3118 * tree-flow.h (ref_contains_indirect_ref): New prototype.
3119 * tree-flow-inline.h (ref_contains_indirect_ref): Moved from
3120 tree-ssa-structalias.c
3121 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Use
3122 ref_contains_indirect_ref.
3123 * tree-ssa-structalias.c (ref_contains_indirect_ref): Moved.
3125 2005-09-21 DJ Delorie <dj@redhat.com>
3127 * config/mn10300/mn10300.c (TARGET_DEFAULT_TARGET_FLAGS): Add
3129 (mn10300_return_in_memory): Support variable size types also.
3130 (mn10300_pass_by_reference): Likewise.
3131 (mn10300_function_value): New.
3132 * config/mn10300/mn10300.h (FUNCTION_VALUE): Call the above.
3133 (FUNCTION_OUTGOING_VALUE): Likewise.
3134 * config/mn10300/mn10300.opt: Add -mreturn-pointer-on-d0.
3135 * doc/invoke.texi: Document it.
3137 2005-09-21 Uros Bizjak <uros@kss-loka.si>
3140 * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
3141 force integer op1 into register for XFmode compares.
3143 2005-09-21 Kazu Hirata <kazu@codesourcery.com>
3146 * expmed.c (alg_code): Add alg_impossible.
3147 (alg_hash_entry): Add cost.
3148 (synth_mult): Record alg_impossible in the hash table if
3149 multiplication by a given integer is impossble within the
3150 limit. Speed up using alg_impossible.
3152 2005-09-20 Daniel Berlin <dberlin@dberlin.org>
3154 * tree-ssa-structalias.c (get_constraint_for_component_ref): Add
3155 argument. Allow and set any offset if needs_anyoffset is passed
3157 (get_constraint_for): Add argument here too.
3159 (do_structure_copy): Pass NULL to get_constraint_for.
3160 (handle_ptr_arith): Ditto.
3161 (find_func_aliases): Ditto.
3163 2005-09-20 J"orn Rennecke <joern.rennecke@st.com>
3165 PR rtl-optimization/23898
3166 * output.h (get_attr_min_length): Declare.
3167 * final.c (get_attr_length_1): New function, broken out of:
3169 (get_attr_min_length): New function.
3170 * bb-reorder.c (copy_bb_p, get_uncond_jump_length): Use it.
3171 (duplicate_computed_gotos): Likewise.
3172 * genattr.c (insn_min_length): Generate declaration.
3173 * genattrtab.c (min_fn, min_attr_value): New functions.
3174 (make_length_attrs): Generate insn_min_length.
3176 2005-09-20 Steve Ellcey <sje@cup.hp.com>
3178 * config/pa/pa.c (output_cbranch): Check for zero in operands[2].
3180 2005-09-20 Richard Henderson <rth@redhat.com>
3182 PR tree-optimization/24059
3183 * expr.c (expand_expr_real_1) <INDIRECT_REF>: Allow modifier
3186 2005-09-20 Joseph S. Myers <joseph@codesourcery.com>
3188 * c.opt (fextended-identifiers): New.
3189 * c-opts.c (c_common_handle_option): Handle
3190 -fextended-identifiers.
3191 * doc/cpp.texi: Update documentation of extended identifiers.
3192 * doc/cppopts.texi (-fextended-identifiers): Document.
3194 2005-09-20 Jakub Jelinek <jakub@redhat.com>
3196 PR tree-optimization/23929
3197 * tree-ssa-loop-niter.c (expand_simple_operations): Return immediately
3200 PR tree-optimization/23818
3201 * tree-stdarg.c (execute_optimize_stdarg): Call
3202 calculate_dominance_info.
3204 2005-09-20 Daniel Berlin <dberlin@dberlin.org>
3206 * tree-data-ref.c (get_number_of_iters_for_loop): New function.
3207 (analyze_siv_subscript_cst_affine): Add weak SIV test.
3208 (compute_overlap_steps_for_affine_1_2): Use
3209 get_number_of_iters_for_loop.
3210 (analyze_subscript_affine_affine): Check whether difference is
3212 Use get_number_of_iters_for_loop.
3213 Check whether overlap occurs outside of bounds.
3214 (analyze_miv_subscript): Use get_number_of_iters_for_loop.
3216 2005-09-20 Andreas Krebbel <krebbel1@de.ibm.com>
3218 * tree-ssa-address.c (create_mem_ref): Put the symbol reference into the
3219 base register if possible.
3221 2005-09-20 Zdenek Dvorak <dvorakz@suse.cz>
3223 PR tree-optimization/18463
3224 * tree-chrec.c (chrec_convert): Return fold_converted chrec if
3225 converting it directly is not possible.
3226 (chrec_convert_aggressive): New function.
3227 * tree-chrec.h (chrec_convert_aggressive): Declare.
3228 * tree-scalar-evolution.c (instantiate_parameters_1, resolve_mixers):
3229 Fold chrec conversions aggressively if asked to.
3230 (instantiate_parameters): Modified because of changes in
3231 instantiate_parameters_1.
3233 2005-09-19 Richard Henderson <rth@redhat.com>
3235 * config/i386/sse.md (reduc_splus_v4sf): Rename from reduc_plus_v4sf.
3236 (reduc_splus_v2df): New.
3238 2005-09-19 Richard Sandiford <richard@codesourcery.com>
3240 * config/arm/aof.h (REGISTER_NAMES): Add missing backslash.
3241 (ADDITIONAL_REGISTER_NAMES): Add missing comma. Remove final comma.
3243 2005-09-19 Richard Henderson <rth@redhat.com>
3245 * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
3248 2005-09-19 Richard Henderson <rth@redhat.com>
3250 * config/ia64/ia64.c (ia64_expand_widen_sum): New.
3251 (ia64_expand_dot_prod_v8qi): New.
3252 * config/ia64/ia64-protos.h: Update.
3253 * config/ia64/vect.md (pmpy2_r, pmpy2_l, widen_usumv8qi3,
3254 widen_usumv4hi3, widen_ssumv8qi3, widen_ssumv4hi3, udot_prodv8qi,
3255 sdot_prodv8qi, sdot_prodv4hi): New.
3256 (reduc_splus_v2sf): Rename from reduc_plus_v2sf.
3258 2005-09-19 Richard Henderson <rth@redhat.com>
3261 * real.c (exact_real_truncate): Return false if the format cannot
3262 represent the number as a normal.
3264 * config/alpha/alpha.c (alpha_rtx_costs) <FLOAT_EXTEND>: Cost 0
3265 for a memory source.
3267 2005-09-19 Dorit Nuzman <dorit@il.ibm.com>
3269 * tree-ssa-operands.c (swap_tree_operands): Export.
3270 * tree.h (swap_tree_operands): Declare.
3271 * tree-vectorizer.c (vect_is_simple_reduction): Remove ATTRIBUTE_UNUSED.
3272 Call swap_tree_operands.
3274 2005-09-19 Richard Henderson <rth@redhat.com>
3276 * tree-flow.h (merge_alias_info): Declare.
3277 * tree-ssa-copy.c (merge_alias_info): Export.
3278 * tree-vect-transform.c (vect_create_index_for_vector_ref): Remove.
3279 (vect_create_data_ref_ptr): Use create_iv directly.
3280 (vectorizable_load): Use correct types for integer constants.
3281 (vect_generate_tmps_on_preheader): Likewise.
3282 (vect_gen_niters_for_prolog_loop): Likewise.
3284 2005-09-19 Steven Bosscher <stevenb@suse.de>
3286 PR rtl-optimization/23943
3287 * cse.c (find_best_addr): Never propagate an EXPR_LIST rtx.
3289 2005-09-18 Jan Hubicka <jh@suse.cz>
3291 * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.
3293 2005-09-18 Eric Botcazou <ebotcazou@adacore.com>
3295 * varasm.c (output_constant): Do not abort on conversions to union
3296 types between different sizes.
3298 2005-09-18 Richard Guenther <rguenther@suse.de>
3301 * gimplify.c (fold_indirect_ref_rhs): Fix thinko in
3304 2005-09-18 Paul Brook <paul@codesourcery.com>
3306 * config/m68k/fpgnuib.c (__floatsidf): Don't rely on signed overflow.
3308 2005-09-17 Richard Henderson <rth@redhat.com>
3310 * tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.
3311 * tree-ssa-loop.c (pass_vect_dce): Remove.
3312 * passes.c (init_optimization_passes): Add pass_dce as a sub-pass
3315 2005-09-17 Richard Henderson <rth@redhat.com>
3317 * tree-pass.h (pass_vect_dce): Declare.
3318 * passes.c (init_optimization_passes): Add it.
3319 * tree-flow.h (tree_ssa_dce): Declare.
3320 * tree-ssa-dce.c (tree_ssa_dce): Export.
3321 * tree-ssa-loop.c (tree_vectorize): Move current_loops check ...
3322 (gate_tree_vectorize): ... here.
3323 (pass_vect_dce): New.
3325 2005-09-17 Jan Hubicka <jh@suse.cz>
3327 * except.c (struct eh_status): Turn region_array into vec.
3328 (expand_resx_expr, collect_eh_region_array, remove_unreachable_regions,
3329 convert_from_eh_region_ranges, find_exception_handler_labels,
3330 current_function_has_exception_handlers, assign_filter_values,
3331 build_post_landing_pads, dw2_build_landing_pads,
3332 sjlj_find_directly_reachable_regions, sjlj_mark_call_sites,
3333 sjlj_emit_dispatch_table, remove_eh_handler, for_each_eh_region,
3334 foreach_reachable_handler, can_throw_internal_1,
3335 convert_to_eh_region_ranges, verify_eh_tree): Update uses of
3337 (duplicate_eh_region_1): Update region_array.
3338 (duplicate_eh_regions): Resize region_array and avoid recomputing.
3340 2005-09-17 David Edelsohn <edelsohn@gnu.org>
3343 * expmed.c (expand_mult): Substitute simple register for op0 when
3346 2005-09-17 Richard Henderson <rth@redhat.com>
3348 * expr.c (emit_move_via_integer): Add force argument, pass it on
3349 to emit_move_change_mode. Update callers.
3350 (emit_move_complex): Pass true to new force argument.
3351 * function.c (expand_function_end): Move expand_eh_return call
3352 earlier. Merge sub-word complex values into a pseudo before
3353 copying to the return hard register.
3355 2005-09-17 Eric Botcazou <ebotcazou@adacore.com>
3357 * varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs
3358 between different sizes.
3360 2005-09-16 Paolo Bonzini <bonzini@gnu.org>
3364 * passes.c (init_optimization_passes): Register dump files for
3367 2005-09-16 Andreas Krebbel <krebbel1@de.ibm.com>
3369 * config/s390/s390-protos.h (s390_overlap_p): Prototype added.
3370 * config/s390/s390.c (s390_overlap_p): New function.
3371 * config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc"
3372 peephole2, "*xc" peephole2): Added overlap check to the peephole2
3375 2005-09-16 Richard Guenther <rguenther@suse.de>
3377 * ipa-pure-const.c (static_execute): Free auxiliar information.
3378 * ipa-type-escape.c (discover_unique_type): Free temporary key.
3379 * tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap.
3381 2005-09-15 DJ Delorie <dj@redhat.com>
3383 * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
3385 2005-09-15 Paolo Bonzini <bonzini@gnu.org>
3387 * optabs.c (expand_binop): Use swap_commutative_operands_with_target
3389 (swap_commutative_operands_with_target): New.
3391 2005-09-15 Daniel Berlin <dberlin@dberlin.org>
3393 * tree-data-ref.c (analyze_array_indexes): Add estimate_only
3396 (estimate_iters_using_array): New function.
3397 * tree-data-ref.h (estimate_iters_using_array): Prototype
3398 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
3399 Use estimate_iters_using_array instead of analyze_array.
3401 2005-09-15 Eric Botcazou <ebotcazou@adacore.com>
3403 * tree-nested.c (get_frame_type): Mark the "non-local frame structure"
3406 2005-09-15 Michael Matz <matz@suse.de>
3408 * tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.
3410 2005-09-14 Daniel Berlin <dberlin@dberlin.org>
3412 PR tree-optimization/23835
3413 * tree-ssa-alias.c (sort_pointers_by_pt_vars): New function.
3414 (create_name_tags): Rewrite to be not O(num_ssa_names^2).
3416 2005-09-14 Richard Henderson <rth@redhat.com>
3418 * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
3419 (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New.
3421 2005-09-14 Andrew Pinski <pinskia@physics.uc.edu>
3423 * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break
3424 in the ARRAY_TYPE case.
3426 2005-09-14 Eric Botcazou <ebotcazou@adacore.com>
3428 * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
3430 2005-09-14 Uros Bizjak <uros@kss-loka.si>
3433 * tree-vect-transform.c (vectorizable_operation): Return false for
3434 scalar shift operations and for vector shift operations with
3435 non-invariant shift arguments. Use scalar tree operand op1 as
3436 a shift operand when vector shift insn pattern uses scalar shift
3438 * Makefile.in (tree-vect-transform.o): Depend on recog.h.
3440 2005-09-14 Olivier Hainque <hainque@adacore.com>
3442 * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
3443 value if it has side-effects.
3445 2005-09-14 David Edelsohn <edelsohn@gnu.org>
3448 * config/rs6000/rs6000.md (muldi3): Add mulli alternative.
3450 2005-09-14 Alan Modra <amodra@bigpond.net.au>
3452 * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
3453 passed as NAME as if it were label at start of function code.
3455 2005-09-13 Kaz Kojima <kkojima@gcc.gnu.org>
3457 * config/sh/sh.md (*movv4sf_i): Add general register cases to
3460 2005-09-13 Andrew Pinski <pinskia@physics.uc.edu>
3462 * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint
3463 as early clobber. Rewrite so the PIC register is not implicitly used.
3465 2005-09-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3467 * tree.c (annotate_with_file_line): Compare line numbers before
3470 2005-09-13 Uros Bizjak <uros@kss-loka.si>
3473 * config/i386/sse.md (*ieee_sminv4sf3, *ieee_smaxv4sf3)
3474 (*ieee_sminv2df3, *ieee_smaxv2df3): New insn patterns.
3476 2005-09-13 Ian Lance Taylor <ian@airs.com>
3478 * loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather
3479 than a HOST_WIDEST_INT to gen_doloop_begin.
3481 2005-09-13 Diego Novillo <dnovillo@redhat.com>
3483 * tree-dfa.c (dump_variable): Guard against NULL annotations.
3485 2005-09-13 Zdenek Dvorak <dvorakz@suse.cz>
3487 PR tree-optimize/23817
3488 * tree-cfg.c (tree_merge_blocks): Preserve loop closed ssa.
3490 2005-09-13 Alan Modra <amodra@bigpond.net.au>
3493 * config/rs6000/rs6000.md (restore_stack_block): Write the backchain
3494 word before changing the stack pointer. Use gen_frame_mem for MEMs.
3495 Use UNSPEC_TIE to prevent insn scheduling reordering the insns.
3496 (restore_stack_nonlocal): Likewise.
3497 (save_stack_nonlocal): Use template to emit insns, and gen_frame_mem.
3499 2005-09-12 Ian Lance Taylor <ian@airs.com>
3502 * c.opt (ffriend-injection): New C++ option.
3503 * doc/invoke.texi (Option Summary): Mention -ffriend-injection.
3504 (C++ Dialect Options): Document -ffriend-injection.
3506 2005-09-12 Josh Conner <jconner@apple.com>
3509 * ipa-reference.c (static_execute): Don't mark variables in
3510 named sections TREE_READONLY.
3512 2005-09-12 Alan Modra <amodra@bigpond.net.au>
3514 * config/rs6000/rs6000.c (get_next_active_insn): Simplify test for
3517 2005-09-12 Andrew Pinski <pinskia@physics.uc.edu>
3519 * tree-ssa-dse.c (dse_optimize_stmt): Fix up all of V_MAY_DEF and
3520 V_MUST_DEF instead of just the first_use_p.
3521 Don't mark the virtual variables for renaming on the statement which
3523 (pass_dse): Remove TODO_update_ssa.
3525 2005-09-12 J"orn Rennecke <joern.rennecke@st.com>
3528 * stor-layout.c (compute_record_mode): For records with a single
3529 field, actually check the field's mode size against the type size.
3531 * sh.h (HARD_REGNO_MODE_OK): Allow V4SFmode in general purpose
3532 registers for TARGET_SHMEDIA.
3533 (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Rename
3534 GENERAL_FP_REGS to GENERAL_DF_REGS. Add GENERAL_FP_REGS as union
3535 of GENERAL_REGS and FP_REGS.
3537 2005-09-12 Bernd Schmidt <bernd.schmidt@analog.com>
3539 * config/bfin/bfin.c (legimitize_pic_address): Use gen_const_mem.
3541 2005-09-12 Alan Modra <amodra@bigpond.net.au>
3543 * config/rs6000/rs6000.c (get_next_active_insn): Rewrite using
3544 CALL_P, JUMP_P and NONJUMP_INSN_P, so that barriers and labels
3545 are omitted. Exclude stack_tie insn too.
3547 2005-09-11 David Edelsohn <edelsohn@gnu.org>
3549 PR rtl-optimization/23098
3550 * config/rs6000/predicates.md (easy_fp_constant): SFmode constant
3552 * config/rs6000/rs6000.md (movdf splitter): Use
3553 const_double_operand predicate for TARGET_POWERPC64.
3554 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Expand
3555 SYMBOL_REF method to ABI_V4.
3557 * config/rs6000/altivec.md (build_vector_mask_for_load): Use
3558 replace_equiv_address.
3559 * config/rs6000/rs6000.c (rs6000_emit_eh_reg_restore): Mark MEM as
3560 rs6000_sr_alias_set and MEM_NOTRAP.
3561 (rs6000_aix_emit_builtin_unwind_init): Use gen_frame_mem().
3563 2005-09-11 Eric Botcazou <ebotcazou@adacore.com>
3565 * tree.c (contains_placeholder_p) <tcc_expression>: Properly
3566 handle CALL_EXPR again.
3568 2005-09-11 Richard Earnshaw <richard.earnshaw@arm.com>
3570 * arm/predicates.md (alignable_memory_operand): Delete.
3572 2005-09-10 Richard Henderson <rth@redhat.com>
3575 * dbxout.c (dbxout_expand_expr): New.
3576 (dbxout_symbol): Use it.
3578 2005-09-10 Richard Earnshaw <richard.earnshaw@arm.com>
3580 * arm.c (arm_gen_rotated_half_load): Delete.
3581 (vfp_emit_fstmx, arm_set_return_address): Use gen_frame_mem.
3582 (emit_multi_reg_push, emit_sfm, arm_expand_prologue)
3583 (thumb_set_return_address): Likewise.
3584 (thumb_load_double_from_address): Use adjust_address.
3585 * arm.md (splits calling arm_gen_rotated_half_load): Delete.
3586 (extendhsisi2_mem, movhi_bytes): Use change_address.
3587 (movhi): Use widen_memory_access.
3588 (reload_out_df): Use replace_equiv_address.
3589 * arm-protos.h (arm_gen_rotated_half_load): Delete prototype.
3591 2005-09-09 Richard Henderson <rth@redhat.com>
3594 * dbxout.c: Include expr.h.
3595 (dbxout_global_decl): Don't suppress for DECL_RTL unset.
3596 (dbxout_symbol): Handle DECL_VALUE_EXPR.
3597 * Makefile.in (dbxout.o): Add EXPR_H.
3599 2005-09-09 Zdenek Dvorak <dvorakz@suse.cz>
3601 PR tree-optimization/23509
3602 * tree-cfg.c (replace_uses_by): Use replace_exp.
3603 * tree-ssa-loop-ivopts.c (get_ref_tag): Assert that dereferenced
3604 pointers have name_mem_tag or type_mem_tag set.
3606 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr>
3608 * tree-chrec.c (evolution_function_is_invariant_rec_p): Use
3609 CHREC_LEFT and CHREC_RIGHT for accessing chrec components instead
3610 of wrongly accessing operands.
3612 2005-09-09 Sebastian Pop <pop@cri.ensmp.fr>
3614 * Makefile.in (tree-chrec.o): Depends on SCEV_H.
3615 * tree-chrec.c: Include tree-scalar-evolution.h.
3616 (chrec_convert): Instantiate the base and step before calling
3617 scev_probably_wraps_p that would fail on parametric evolutions.
3618 Collect all the fails into a single section failed_to_convert,
3619 print a diagnostic, and return chrec_dont_know instead of calling
3621 * tree-scalar-evolution.c (loop_closed_phi_def): New.
3622 (instantiate_parameters_1): Avoid instantiation of loop closed ssa
3624 (scev_const_prop): Don't replace the definition of a loop closed ssa
3625 phi node by itself, or by another loop closed ssa phi node.
3626 * tree-ssa-loop-niter.c (scev_probably_wraps_p, convert_step): Check
3627 that base and step are defined.
3629 2005-09-09 Richard Guenther <rguenther@suse.de>
3632 * fold-const.c (fold_ternary): Check truth_value_p before
3633 calling invert_truthvalue.
3635 2005-09-09 Nick Clifton <nickc@redhat.com>
3637 * Makefile.in (LIBGCC_DEPS): Add libgcc2.h.
3638 * libgcc2.c (__clz_tab[], __popcount_tab[]): Set the fixed
3639 dimension of these arrays.
3640 * libgcc2.h (__clz_tab[], __popcount_tab[]): Add exports of
3642 * longlong.h: Only provide a prototype for the __clz_tab[] array
3643 if this header has not been included from libgcc2.h.
3644 * config/stormy16/stormy16-lib2.c: Include libgcc2.h rather than
3646 Provide prototypes for exported functions.
3647 Use the __clz_tab[] and __popcount_tab[] arrays provided by
3650 2005-09-08 Josh Conner <jconner@apple.com>
3654 * expr.c (expand_expr_addr_expr_1): Don't invoke
3655 expand_simple_binop for EXPAND_INITIALIZER.
3657 2005-09-08 Richard Henderson <rth@redhat.com>
3660 * toplev.c (wrapup_global_declaration_1): Split out ...
3661 (wrapup_global_declaration_2): ... from ...
3662 (wrapup_global_declarations): ... here. Return bool.
3663 (check_global_declaration_1): Split out ...
3664 (check_global_declarations): from here.
3665 (emit_debug_global_declarations): New.
3666 * toplev.h (wrapup_global_declaration_1, wrapup_global_declaration_2,
3667 check_global_declaration_1, emit_debug_global_declarations): Declare.
3668 * c-decl.c (c_write_global_declarations_1): Don't create a vector
3669 of decls. Call wrapup_global_declaration_1,
3670 wrapup_global_declaration_2, check_global_declaration_1 directly.
3671 (c_write_global_declarations_2): New.
3673 (c_write_global_declarations): Call c_write_global_declarations_2.
3674 * langhooks.c (write_global_declarations): Call
3675 emit_debug_global_declarations.
3677 * cgraphunit.c (cgraph_varpool_remove_unreferenced_decls): Don't
3678 remove decls that have DECL_RTL_SET_P.
3679 * passes.c (rest_of_decl_compilation): Invoke
3680 cgraph_varpool_finalize_decl for all but functions.
3682 2005-09-08 Eric Botcazou <ebotcazou@libertysurf.fr>
3684 * tree-vrp.c (extract_range_from_unary_expr): Do not set the range for
3685 the result of a conversion if the new min and max cannot be compared.
3687 2005-09-08 Andreas Krebbel <krebbel1@de.ibm.com>
3689 * config/s390/s390.c (s390_sr_alias_set): Variable removed.
3690 (override_options): Setting s390_sr_alias_set removed.
3691 (save_fpr, save_gprs): Set alias set to vararg or frame.
3692 (restore_fpr, restore_gprs, s390_emit_prologue): Replace
3693 s390_sr_alias_set with get_frame_alias_set ().
3694 (s390_gimplify_va_arg): Replace s390_sr_alias_set with
3695 get_varargs_alias_set ().
3697 2005-09-08 Andrew Pinski <pinskia@physics.uc.edu>
3701 * c-parser.c (c_parser_objc_method_definition): If the next
3702 token is not "{", error out and don't start the function.
3704 2005-09-08 Andrew Pinski <pinskia@physics.uc.edu>
3706 * tree-vrp.c (extract_range_from_expr): Move the check for non
3707 nullness after the check for gimple invariant.
3709 2005-09-08 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3711 * tree.c (host_integerp, tree_low_cst): Correct function comment.
3713 2005-09-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3716 * config/m32r.md (movmemsi_internal): Canonicalize order of
3717 operands in PLUS component of template.
3719 2005-09-07 Andreas Krebbel <krebbel1@de.ibm.com>
3721 * reload1.c (fixup_eh_region_note): Remove assertion.
3722 (fixup_abnormal_edges): Reverted removal of call to
3723 find_many_sub_basic_blocks made on 2005-08-31.
3725 2005-09-07 Richard Henderson <rth@redhat.com>
3727 * function.c (ARG_POINTER_CFA_OFFSET): Move ...
3728 * defaults.h (ARG_POINTER_CFA_OFFSET): ... here.
3729 (INCOMING_FRAME_SP_OFFSET): Move from dwarf2out.c.
3730 * dwarf2out.c (struct cfa_loc): Change reg to unsigned int,
3731 rearrange for better packing.
3732 (INCOMING_FRAME_SP_OFFSET): Move to defaults.h.
3733 (lookup_cfa_1): Remove inline marker.
3734 (cfa_equal_p): Split out of ...
3735 (def_cfa_1): ... here. Use INVALID_REGNUM.
3736 (build_cfa_loc): Handle !cfa->indirect.
3737 (frame_pointer_cfa_offset): New.
3738 (dbx_reg_number): Assert register elimination performed; do
3739 leaf register remapping.
3740 (reg_loc_descriptor): Avoid calling dbx_reg_number when unused.
3741 (eliminate_reg_to_offset): New.
3742 (based_loc_descr): Remove can_use_fbreg argument. Use fbreg only
3743 for verifiably local stack frame addresses; re-base to CFA.
3744 (mem_loc_descriptor): Remove can_use_fbreg argument.
3745 (concat_loc_descriptor, loc_descriptor): Likewise.
3746 (containing_function_has_frame_base): Remove.
3747 (rtl_for_decl_location): Don't do register elimination or
3748 leaf register remapping here.
3749 (secname_for_decl): Split out from ..
3750 (add_location_or_const_value_attribute): ... here.
3751 (convert_cfa_to_loc_list): New.
3752 (compute_frame_pointer_to_cfa_displacement): New.
3753 (gen_subprogram_die): Use them.
3754 * tree.h (frame_base_decl): Remove.
3755 * var-tracking.c (frame_base_decl, frame_stack_adjust): Remove.
3756 (prologue_stack_adjust): Remove.
3757 (vt_stack_adjustments): Use INCOMING_FRAME_SP_OFFSET.
3758 (adjust_stack_reference): Re-base memories to arg_pointer_rtx.
3759 (set_frame_base_location): Remove.
3760 (compute_bb_dataflow, emit_notes_in_bb): Don't call it.
3761 (dump_attrs_list, dump_dataflow_set): Use string concatenation.
3762 (vt_add_function_parameters): Don't eliminate_regs.
3763 (vt_initialize): Don't create frame_base_decl.
3765 2005-09-07 Eric Botcazou <ebotcazou@libertysurf.fr>
3767 * doc/install.texi (*-*-solaris2*): Clarify wording on the recommended
3768 version of GNU binutils for 4.x and later.
3770 2005-09-06 Mark Mitchell <mark@codesourcery.com>
3772 * ggc-page.c (ggc_push_context): Remove.
3773 (ggc_pop_context): Likewise.
3774 * ggc.h (ggc_push_context): Remove.
3775 (ggc_pop_context): Likewise.
3777 2005-09-06 Saurabh Verma <saurabh.verma@codito.com>
3780 * config/arc/arc.c (arc_output_function_epilogue): Update flags while
3781 returning from an interrupt handler.
3783 2005-09-06 Saurabh Verma <saurabh.verma@codito.com>
3786 * config/arc/arc.c (output_shift): Add check for loop count when
3789 2005-09-06 Steven Bosscher <stevenb@suse.de>
3791 * tree-ssa-phiopt.c (conditional_replacement): Construct proper SSA
3793 (abs_replacement): Likewise.
3794 (pass_phiopt): Remove TODO_update_ssa.
3796 2005-09-06 Jakub Jelinek <jakub@redhat.com>
3799 * c-typeck.c (c_finish_return): Set TREE_NO_WARNING on RETURN_EXPR
3800 if "return with no value, in function returning non-void" warning
3802 * tree-cfg.c (execute_warn_function_return): Don't look at
3803 RETURN_EXPRs with TREE_NO_WARNING set.
3806 * config/i386/i386.c (ix86_function_regparm): Make sure automatic regparm
3807 for internal functions doesn't use registers used by global registers
3808 variables. Use fewer register parameters if there are global register
3811 2005-09-06 Olivier Hainque <hainque@adacore.com>
3812 Eric Botcazou <ebotcazou@adacore.com>
3815 * expr.c (expand_expr_real) <normal_inner_ref>: Force op0 to mem
3816 when we would be extracting outside its bit span (bitpos+bitsize
3817 larger than its mode), possible with some VIEW_CONVERT_EXPRs from
3818 Ada unchecked conversions.
3820 2005-09-06 Steven Bosscher <stevenb@suse.de>
3822 * tree-ssa-pre.c (try_look_through_load): New function.
3823 (compute_avail): Use it to try to look through loads for some
3824 more useful expressions.
3826 2005-09-06 Saurabh Verma <saurabh.verma@codito.com>
3828 * simplify-rtx.c (simplify_binary_operation_1): Correct the
3829 condition for detecting cases like (a&a) and (a^a).
3831 2005-09-06 Keith Besaw <kbesaw@us.ibm.com>
3833 * common.opt: Add option ftree-vect-loop-version.
3834 * params.def: Add --param vect-max-version-checks.
3835 * doc/invoke.texi: Document ftree-vect-loop-version and
3836 --param vect-max-version-checks.
3837 * tree-vectorizer.h (_loop_vec_info): Add ptr_mask and
3838 may_misalign_stmts and defines for accessors.
3839 * tree-vectorizer.c : (new_loop_vec_info): VEC_alloc for
3840 LOOP_VINFO_MAY_MISALIGN_STMTS.
3841 (destroy_loop_vec_info): VEC_free for
3842 LOOP_VINFO_MAY_MISALIGN_STMTS.
3843 * tree-vect-analyze.c (vect_compute_data_ref_alignment):
3844 Update documentation.
3845 (vect_update_misalignment_for_peel): New.
3846 (vect_enhance_data_refs_alignment): Update to choose loop
3847 peeling or loop versioning if appropriate for the (potentially)
3848 unaligned data references in the loop.
3849 (vect_analyze_data_refs_alignment): Remove call to
3850 vect_enhance_data_refs_alignment so the checks can be done
3852 (vect_analyze_loop): Add call to vect_enhance_data_refs_alignment
3853 and move up call to vect_analyze_data_refs_alignment.
3854 * tree-vect-transform.c (vect_create_cond_for_align_checks): New.
3855 (vect_transform_loop): Add call to loop_version.
3857 2005-09-06 Jakub Jelinek <jakub@redhat.com>
3859 PR rtl-optimization/23098
3860 * cse.c (fold_rtx_mem): Call delegitimize_address target hook.
3861 * simplify-rtx.c (constant_pool_reference_p): New function.
3862 * rtl.h (constant_pool_reference_p): New prototype.
3863 * config/i386/i386.md (pushf split, mov[sdx]f split): Use
3864 constant_pool_reference_p in condition and
3865 avoid_constant_pool_reference in preparation statements.
3867 2005-09-06 Andreas Krebbel <krebbel1@de.ibm.com>
3869 * gcse.c (try_replace_reg): Disallow REG_EQUAL notes for
3870 STRICT_LOW_PART SETs.
3872 2005-09-06 Alan Modra <amodra@bigpond.net.au>
3875 * except.c (sjlj_emit_function_enter): Find the function begin
3876 note even when it's not in first basic block.
3878 2005-09-06 Kelley Cook <kcook@gcc.gnu.org>
3880 * acinclude.m4: Renamed from aclocal.m4. Delete AM_LANGINFO_CODESET,
3881 AM_PROG_CC_C_O, and AM_AUX_DIR_EXPAND.
3882 * aclocal.m4: Regenerate.
3884 2005-09-05 DJ Delorie <dj@redhat.com>
3886 * config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
3889 2005-09-06 Kazu Hirata <kazu@codesourcery.com>
3891 * gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,
3892 config/vxworks.h, config/crx/crx.c, config/ms1/ms1.c,
3893 config/ms1/ms1.md, config/rs6000/rs6000.c: Fix comment typos.
3894 Follow spelling conventions.
3895 * doc/invoke.texi: Follow spelling conventions.
3897 2005-09-05 J"orn Rennecke <joern.rennecke@st.com>
3899 * rtl.h (gen_frame_mem, gen_tmp_stack_mem): Declare.
3900 * emit-rtl.c (gen_frame_mem, gen_tmp_stack_mem): New functions.
3901 * builtins.c (expand_builtin_return_addr): Use gen_frame_mem.
3903 2005-09-05 J"orn Rennecke <joern.rennecke@st.com>
3906 * sh.c (sh_reorg, emit_load_ptr): Use gen_const_mem.
3907 (output_stack_adjust): Use gen_tmp_stack_mem.
3908 (sh_expand_prologue, sh_expand_epilogue): Use gen_frame_mem.
3909 (sh_set_return_address, sh_allocate_initial_value): Likewise.
3910 (sh_get_pr_initial_val): Likewise.
3911 (sh_builtin_saveregs): Use gen_frame_mem and change_address.
3912 (sh_initialize_trampoline): Likewise. Also use adjust_address.
3913 * sh.md (divsi_inv_m0): Use gen_const_mem.
3914 (push_fpscr, pop_fpscr, load_ra): Use gen_frame_mem.
3915 (movdf_i4+1): Use gen_tmp_stack_mem.
3916 (reload_outdf+3, reload_outdf+4, fpu_switch+1): Use change_address.
3917 (fpu_switch+2): Likewise.
3918 (movv4sf_i, movv16sf_i): Use adjust_address.
3919 (symGOT_load): Set MEM_NOTRAP_P bit.
3921 2005-09-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3924 * pa.c (emit_move_sequence): Fix typo in last change.
3926 2005-09-03 Jakub Jelinek <jakub@redhat.com>
3928 PR rtl-optimization/23454
3929 * reorg.c (relax_delay_slots): Only call invert_jump if any_condjump_p
3932 2005-09-03 Richard Henderson <rth@redhat.com>
3933 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3936 * pa.c (emit_move_sequence): Use replace_equiv_address instead of
3939 2005-09-02 Nicolas Pitre <nico@cam.org>
3941 * config/arm/arm.c (arm_legitimize_address): Limit the value passed
3942 to bit_count to 32 bits.
3944 2005-08-31 Mark Mitchell <mark@codesourcery.com>
3947 * gimplify.c (gimplify_expr): Handle TREE_ADDRESSABLE types when
3948 generating synthetic loads from volatile lvalues.
3950 005-09-02 Nick Clifton <nickc@redhat.com>
3952 * config/stormy16/stormy16-lib2.c (__popcounthi2, __parityhi2,
3953 __ctzhi2, __clzhi2): New functions.
3955 2005-09-02 Andrew Pinski <pinskia@physics.uc.edu>
3958 * tree-nested.c (struct var_map_elt): Mark with GTY.
3959 (struct nesting_info): Mark with GTY. Mark var_map's param is struct
3961 (lookup_field_for_decl): Allocate new element in GC memory.
3962 (lookup_tramp_for_decl): Likewise.
3963 (convert_nl_goto_reference): Likewise
3964 (create_nesting_tree): Allocate info in GC memory. Likewise for
3966 (free_nesting_tree): Free with ggc_free instead of free.
3967 (root): New static variable.
3968 (lower_nested_functions): Remove root as local variable. And zero out
3969 root at the end of the function.
3971 2005-09-02 J"orn Rennecke <joern.rennecke@st.com>
3973 PR rtl-optimization/20365
3974 * simplify-rtx.c (simplify_plus_minus_op_data): Change type of neg
3975 to short. New member ix.
3976 (simplify_plus_minus_op_data_cmp): Break ties using ix member.
3977 (simplify_plus_minus): Initialize ix members before calling qsort.
3979 2005-09-02 Zdenek Dvorak <dvorakz@suse.cz>
3981 PR tree-optimization/23626
3982 * tree-cfg.c (replace_uses_by): Clean up eh info.
3984 2005-09-01 DJ Delorie <dj@redhat.com>
3986 * config/m32c/m32c.c (m32c_valid_pointer_mode): Remove stray debug
3989 2005-09-01 David Edelsohn <edelsohn@gnu.org>
3991 * config/rs6000/rs6000.c (setup_incoming_varargs): Set MEM_NOTRAP_P.
3992 (rs6000_split_multireg_move): Use replace_equiv_address instead of
3995 2005-09-01 Craig Rodrigues <rodrigc@gcc.gnu.org>
3997 * c-decl.c (diagnose_mismatched_decls): With -Wredundant-decls,
3998 do not issue warning for a variable definition following
4001 2005-09-01 Richard Henderson <rth@redhat.com>
4004 * config/i386/i386.c (ix86_expand_vector_init_one_var): Restore
4005 conversion to CONST_VECTOR.
4007 2005-09-01 Richard Henderson <rth@redhat.com>
4010 * reload1.c (reload_as_needed): Check !CALL_P before calling
4011 fixup_eh_region_note.
4012 * rtlanal.c (may_trap_p): SUBREG by itself cannot trap.
4014 2005-09-01 DJ Delorie <dj@redhat.com>
4016 * varasm.c (output_constant): Let the target resolve
4017 conversions of addresses to non-default pointer sizes.
4019 2005-09-01 Nicolas Pitre <nico@cam.org>
4021 * config/arm/arm.c (arm_legitimize_address): Split absolute addresses
4022 to alow matching ARM pre-indexed addressing mode.
4023 (arm_override_options): Remove now irrelevant comment.
4025 2005-09-01 Phil Edwards <phil@codesourcery.com>
4027 * config.gcc (i*86-wrs-vxworks): Update. Split out vxworksae target.
4028 * config/i386/t-vxworks: Update multilibs for VxWorks 6 and RTP mode.
4029 * config/i386/vxworks.h: Likewise.
4030 * config/i386/t-vxworksae: New file, for VxWorks AE.
4031 * config/i386/vxworksae.h: Likewise.
4033 2005-09-01 Sebastian Pop <pop@cri.ensmp.fr>
4035 PR tree-optimization/23410
4036 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Check that the
4037 sequence is not wrapping during the first step.
4039 2005-09-01 Jakub Jelinek <jakub@redhat.com>
4042 * dwarf2out.c (base_type_die): Compare char_type_node with
4043 TYPE_MAIN_VARIANT (type), not type.
4045 2005-09-01 Richard Guenther <rguenther@suse.de>
4047 PR tree-optimization/15366
4048 * common.opt: Add -finline-functions-called-once.
4049 Put -fearly-inlining in alphabetically ordered place.
4050 * doc/invoke.texi: Document new option.
4051 * ipa-inline.c (cgraph_decide_inlining): Honour
4052 flag_inline_functions_called_once.
4054 2005-09-01 Jakub Jelinek <jakub@redhat.com>
4056 PR rtl-optimization/23478
4057 * local-alloc.c (struct qty): Add n_throwing_calls_crossed field.
4058 (alloc_qty): Initialize it.
4059 (update_equiv_regs): Clear REG_N_THROWING_CALLS_CROSSED.
4060 (combine_regs): Combine also n_throwing_calls_crossed fields.
4061 (find_free_reg): Don't attempt to caller-save pseudos crossing
4062 calls that might throw.
4063 * global.c (struct allocno): Add throwing_calls_crossed field.
4064 (global_alloc): Revert 2005-08-22 change. Initialize
4065 throwing_calls_crossed.
4066 (find_reg): Don't attempt to caller-save pseudos crossing calls that
4069 2005-09-01 Alan Modra <amodra@bigpond.net.au>
4072 * config/rs6000/predicates.md (mask_operand): Only handle rlwinm masks.
4073 (mask64_operand): Reinstate code prior to 2005-06-11 change.
4074 (mask64_2_operand): Reinstate code prior to 2004-11-11 change.
4075 (and64_2_operand): Tweak to use predicate.
4076 (and_operand): Adjust for mask_operand changes.
4077 * config/rs6000/rs6000.c (num_insns_constant): Revert 2005-06-11.
4078 (print_operand): Likewise.
4079 (rs6000_rtx_costs): Pass mode to mask_operand and use mask64_operand.
4080 (mask64_1or2_operand): Delete.
4081 * rs6000/rs6000-protos.h (mask64_1or2_operand): Delete.
4082 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT <S>): Revert 2005-06-11.
4083 (EXTRA_CONSTRAINT <T>): Pass operand mode to predicate.
4084 (EXTRA_CONSTRAINT <t>): Disallow mask64_operand matches.
4085 * config/rs6000/rs6000.md (andsi3_internal3 split): Revert 2005-06-11.
4086 (rotldi3_internal4): Likewise.
4087 (rotldi3_internal5, rotldi3_internal5 split): Likewise.
4088 (rotldi3_internal6, rotldi3_internal6 split): Likewise.
4089 (ashldi3_internal7): Likewise.
4090 (ashldi3_internal8, ashldi3_internal8 split): Likewise.
4091 (ashldi3_internal, ashldi3_internal9 split): Likewise.
4092 (anddi3 split): Don't match mask64_operand.
4093 (anddi3_internal2): Add rlwinm. Modify 't' splitter predicate.
4094 (anddi3_internal3): Add rlwinm. Use and64_2_operand in non-cr0
4095 splitter and match TARGET_64BIT not TARGET_POWERPC64. Modify
4096 't' splitter predicate.
4097 (movdi_internal64 + 2): Revert 2005-06-11 change.
4099 2005-08-31 DJ Delorie <dj@redhat.com>
4101 * config/m32c/m32c.c (m32c_valid_pointer_mode): New.
4102 (m32c_asm_integer): Add support for 32 bit pointers.
4104 2005-08-31 Richard Henderson <rth@redhat.com>
4106 * emit-rtl.c (set_mem_attributes_minus_bitpos): Look through
4107 component-like references for setting MEM_NOTRAP_P.
4109 * config/i386/i386.c (ix86_setup_incoming_varargs): Set MEM_NOTRAP_P.
4110 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Likewise.
4112 2005-08-31 Richard Henderson <rth@redhat.com>
4114 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Force subregs
4115 into a pseudo before applying gen_lowpart.
4117 2005-08-31 Geoffrey Keating <geoffk@apple.com>
4119 * doc/install.texi (Specific): Update cctools version required
4120 for full functionality.
4121 * config/darwin.h (LINK_SPEC): Pass -mmacosx-version-min to the
4122 linkers as -macosx_version_min.
4124 2005-08-31 J"orn Rennecke <joern.rennecke@st.com>
4127 * sh.c (print_operand, %R and %S): Add handling of floating point
4128 registers, memory, constants and invalid operands.
4130 2005-08-31 Daniel Berlin <dberlin@dberlin.org>
4132 * ipa-pure-const.c: Change dump name.
4134 2005-08-31 Uros Bizjak <uros@kss-loka.si>
4137 * config/i386/sse.md (*sse_concatv2sf): Change operand 2 constraint
4138 to "reg_or_0_operand".
4139 (sse2_loadld): Change operand 1 constraint to "reg_or_0_operand".
4141 2005-08-31 Dale Johannesen <dalej@apple.com>
4143 * loop-iv.c (iv_number_of_iterations): Fix overflow check for
4144 loops that count down.
4146 2005-08-31 Richard Henderson <rth@redhat.com>
4149 * reload1.c (reload): Set MEM_NOTRAP_P in spill slots.
4150 (fixup_eh_region_note): New.
4151 (reload_as_needed): Call it.
4152 (fixup_abnormal_edges): Allow all throwing insns to be deleted;
4153 don't call find_many_sub_basic_blocks; call verify_flow_info.
4154 * function.c (assign_stack_local_1): Set MEM_NOTRAP_P.
4155 (keep_stack_depressed): Likewise.
4156 (assign_stack_temp_for_type): Likewise; use adjust_address_nv.
4158 2005-08-31 Richard Henderson <rth@redhat.com>
4160 * config/i386/i386.c (ix86_function_ok_for_sibcall): Fix test for
4163 2005-08-31 Fariborz Jahanian <fjahanian@apple.com>
4165 * expr.c (expand_expr_real_1): Compare size of address
4166 mode to target's address mode size in deciding expansion of
4167 the constant address.
4169 2005-08-31 Richard Guenther <rguenther@suse.de>
4172 * expr.c (all_zeros_p): New function.
4173 (expand_expr_real_1): Handle the case of an all-zero
4174 non-addressable constructor separately.
4176 2005-08-31 Adrian Straetling <straetling@de.ibm.com>
4178 * builtins.c: (expand_builtin_strcpy, expand_builtin_strcat): Change
4179 arguments, adjust all callers.
4180 (expand_builtin_strcat): Rewrite to call strcpy instead of mempcpy.
4182 2005-08-30 Richard Henderson <rth@redhat.com>
4185 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Use gen_lowpart
4186 whenever the mode sizes match.
4188 2005-08-31 Alan Modra <amodra@bigpond.net.au>
4190 * calls.c (load_register_parameters): Fix comment typo.
4191 * expr.c (emit_push_insn): Comment formatting.
4193 2005-08-30 Ian Lance Taylor <ian@airs.com>
4195 * config/i386/x-cygwin (host-cygwin): Change dependency from
4196 hosthooks-def.h to $(HOSTHOOKS_DEF_H).
4198 2005-08-29 Geoffrey Keating <geoffk@apple.com>
4200 * config/i386/i386.c (ix86_expand_vector_init_one_var): Don't modify
4203 2005-08-29 Andrew Pinski <pinskia@physics.uc.edu>
4206 * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the
4207 call to ggc_collect.
4209 2005-08-29 Paolo Bonzini <bonzini@gnu.org>
4212 * Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the
4213 beginning. Remove $(INCLUDES) from all the rules, if following
4214 $(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS).
4216 2005-08-29 Jakub Jelinek <jakub@redhat.com>
4219 * builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk,
4220 fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is
4221 not constant, but maxlen is, don't set len to maxlen, rather
4222 set maxlen to len if len is a constant.
4224 2005-08-29 Zdenek Dvorak <dvorakz@suse.cz>
4226 PR tree-optimization/23475
4227 * tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies
4230 2005-08-28 Daniel Berlin <dberlin@dberlin.org>
4232 Fix PR middle-end/22455
4234 * fold-const.c (fold_checksum_tree): Adjust for now-largest tree size.
4235 Checksum only the parts of the tree that exist for the tree code.
4237 2005-08-28 Dale Johannesen <dalej@apple.com>
4239 * config/i386/i386.c (nocona_cost): Increase MOVE_RATIO.
4241 2005-08-28 Andrew Pinski <pinskia@physics.uc.edu>
4243 * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.
4245 2005-08-28 Richard Henderson <rth@redhat.com>
4247 * stor-layout.c (finalize_type_size): Revert workaround from 08-26.
4248 * tree.c (make_node_stat): Use BITS_PER_UNIT instead of alignment
4251 2005-08-28 Jakub Jelinek <jakub@redhat.com>
4254 * builtins.c (get_memory_rtx): Don't strip nops
4255 in between COMPONENT_REFs.
4257 2005-08-27 Andrew Pinski <pinskia@physics.uc.edu>
4260 * gimplify.c (gimplify_modify_expr_rhs): Remove check for zero sized
4262 (gimplify_modify_expr): Check for zero sized types and gimplify the
4263 rhs and lhs as statements.
4265 2005-08-27 John David Anglin <dave.anflin@nrc-cnrc.gc.ca>
4268 * pa/linux-unwind.h (pa32_fallback_frame_state): Use r0 slot in frame
4269 state for return address column of signal frames.
4271 2005-08-27 David Edelsohn <edelsohn@gnu.org>
4274 * config/rs6000/rs6000.c (expand_block_clear): Use HImode when
4275 bytes >= 2 not bytes == 2.
4276 (expand_block_move): Same.
4278 2005-08-27 Richard Guenther <rguenther@suse.de>
4281 * config/i386/sse.md (sse2_movsd): Add missing closing
4284 2005-08-27 Paul Brook <paul@codesourcery.com>
4286 * genrecog.c (enum decision_type): Add DT_num_insns.
4287 (struct decision_test): Add u.num_insns.
4288 (add_to_sequence): Add DT_num_insns test.
4289 (maybe_both_true_2, nodes_identical_1): Handle DT_num_insns.
4290 (write_cond, debug_decision_2): Ditto.
4291 (change_state): Assume peep2_next_insn never fails.
4292 Remove "afterward" argument.
4293 (write afterward, write_tree): Update to match.
4294 * recog.c (peep2_current_count): New variable.
4295 (peep2_next_insn): Check it.
4296 (peephole2_optimize): Set peep2_current_count.
4297 * recog.h (peep2_current_count): Declare.
4299 2005-08-26 Josh Conner <jconner@apple.com>
4302 * ipa-pure-const.c (check_tree): Check for volatile-ness
4303 when considering a dereference.
4305 2005-08-27 Jakub Jelinek <jakub@redhat.com>
4307 * rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
4309 2005-08-26 Jakub Jelinek <jakub@redhat.com>
4311 PR rtl-optimization/23561
4312 * builtins.c (get_memory_rtx): Add LEN argument. If MEM_EXPR is
4313 a COMPONENT_REF, remove all COMPONENT_REF from MEM_EXPR unless
4314 at most LEN bytes long memory fits into the field.
4315 (expand_builtin_memcpy, expand_builtin_mempcpy, expand_movstr,
4316 expand_builtin_strncpy, expand_builtin_memset, expand_builtin_memcmp,
4317 expand_builtin_strcmp, expand_builtin_strncmp): Adjust callers.
4319 2005-08-26 Richard Henderson <rth@redhat.com>
4322 * loop.c (biased_biv_may_wrap_p): New.
4323 (maybe_eliminate_biv_1): Use it to suppress non-equality
4324 comparison transformations. Delete disabled code.
4326 2005-08-26 Ian Lance Taylor <ian@airs.com>
4328 * combine.c (make_extraction): Avoid reference outside object.
4330 2005-08-26 J"orn Rennecke <joern.rennecke@st.com>
4332 * stor-layout.c (finalize_type_size): Restore behaviour for
4333 non-aggregate types to the status quo ante of the patch for
4334 pr 23467. Document why it matters.
4336 2005-08-26 Jakub Jelinek <jakub@redhat.com>
4339 * c-common.c (c_common_nodes_and_builtins): Increase builtin_types
4340 array by one element, initialize the BT_LAST element with NULL.
4342 2005-08-26 David Edelsohn <edelsohn@gnu.org>
4344 * config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
4345 optimizing for size.
4347 (compare_plus_eqsi): Same.
4348 (plus_eqsi_compare): Same.
4349 (neg_eq0<mode>): Same.
4350 (neg_eq<mode>): Same.
4352 * config/rs6000/aix52.h (PROCESSOR_DEFAULT): Change to
4355 2005-08-26 Nick Clifton <nickc@redhat.com>
4357 * config/v850/v850.c (ep_memory_operand): Return FALSE if
4358 TARGET_EP is not defined.
4359 * config/v850/c850.h (TARGET_CPU_CPP_BUILTINS): Define __EP__ if
4360 TARGET_EP is enabled.
4361 (OPTIMIZATION_OPTIONS): Do not define MASK_EP when optimizing.
4362 * config/v850/v850.md (save_all_interrupt): Only use the EP
4363 register if TARGET_EP is defined.
4364 (restore_all_interrupt): Likewise.
4365 * config/v850/lib1funcs.asm: Update functions so that the EP
4366 register is only used if __EP__ is defined.
4368 2005-08-26 David Ung <davidu@mips.com>
4370 * config/mips/mips.c (mips_expand_prologue): Handle case when
4371 generating for MIPS16 and the outgoing argument area is more than
4372 SMALL_OPERAND. Use the frame pointer as temporary to generate the
4375 2005-08-26 Paul Woegerer <paul.woegerer@nsc.com>
4377 * config/crx/crx.md: Make doloop_end pattern usage controllable
4378 via mloop-nesting=<max-nesting> command line switch. Make sure
4379 the combiner cannot use doloop_end_<mode> in an illegal way.
4380 * config/crx/crx.c: Use regs up to r6 for argument passing.
4381 Refine crx_address_cost (non cst4 displacements are expensive).
4382 * config/crx/crx.opt: Add switch for mloop-nesting=.
4384 2005-08-26 Adrian Straetling <straetling@de.ibm.com>
4386 * config/s390/s390.md: ("movstr", "*movstr"): Add patterns.
4387 (UNSPEC_MVST): New constant.
4389 2005-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
4391 * config/s390/predicates.md ("shift_count_operand", "setmem_operand"):
4392 Reject operands containing eliminable registers.
4393 * testsuite/gcc.dg/20050825-1.c: New testcase.
4395 2005-08-24 Paolo Bonzini <bonzini@gnu.org>
4396 Jan Hubicka <jh@suse.cz>
4398 * regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.
4400 2005-08-24 Paolo Bonzini <bonzini@gnu.org>
4402 PR tree-optimization/23546
4403 * tree-ssa-loop-im.c (for_each_index): Handle INTEGER_CST
4406 2005-08-24 Pete Steinmetz <steinmtz@us.ibm.com>
4408 * params.def (PARAM_MIN_SPEC_PROB): New.
4409 * sched-rgn.c (MIN_PROBABILITY): Delete.
4410 (compute_trg_info): Convert to PARAM_VALUE.
4411 * doc/invoke.texi (param): Document min-spec-prob.
4413 2005-08-24 Fariborz Jahanian <fjahanian@apple.com>
4415 * config/darwin.h: define __PIC__
4416 * config/rs6000/darwin.h: Add SUBTARGET_OS_CPP_BUILTINS to
4417 TARGET_OS_CPP_BUILTINS macro.
4419 2005-08-24 Paolo Bonzini <bonzini@gnu.org>
4421 * config/rs6000/rs6000.md: Fix thinko in the peephole2 I added
4424 2005-08-24 Zdenek Dvorak <dvorakz@suse.cz>
4426 * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
4428 * cfghooks.c (duplicate_block): Added position where to place
4429 new block as argument.
4430 * cfghooks.h (duplicate_block): Declaration changed.
4431 * cfglayout.c (copy_bbs): Add argument after. Pass it to
4433 * cfglayout.h (copy_bbs): Declaration changed.
4434 * cfgloop.h (loop_version): Declaration changed.
4435 * cfgloopmanip.c (duplicate_loop_to_header_edge): Pass
4436 position to copy_bbs.
4437 (loop_version): Pass position to duplicate_loop_to_header_edge.
4438 Add place_after argument and position new blocks according to
4440 * modulo-sched.c (sms_schedule): Pass place_after argument
4442 * tracer.c (tail_duplicate): Pass argument to duplicate_block.
4443 * tree-cfg.c (split_edge_bb_loc): New function.
4444 (tree_split_edge, tree_duplicate_sese_region): Use split_edge_bb_loc
4445 to determine position of new blocks.
4446 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass argument
4448 * tree-ssa-threadupdate.c (create_block_for_threading): Pass
4449 argument to duplicate_block.
4450 * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg):
4451 Pass position to copy_bbs.
4453 2005-08-24 Zdenek Dvorak <dvorakz@suse.cz>
4455 * fold-const.c (ptr_difference_const): Use
4456 cst_and_fits_in_hwi instead of host_integerp.
4458 2005-08-24 Paolo Bonzini <bonzini@gnu.org>
4460 * config/darwin.c (gen_pic_offset): New.
4461 (machopic_indirect_data_reference, machopic_legitimize_pic_address):
4464 2005-08-23 Zdenek Dvorak <dvorakz@suse.cz>
4466 PR tree-optimization/23486
4467 * tree-ssa-loop.c (pass_scev_cprop): Add TODO_update_ssa_only_virtuals.
4469 2005-08-23 Phil Edwards <phil@codesourcery.com>
4471 * config.gcc (*-*-vxworks*): Update tm_file, add extra_options,
4472 remove use_collect2.
4473 (powerpc-wrs-vxworks): Update, split out *-*-vxworksae target.
4475 * target-def.h (TARGET_HAVE_CTORS_DTORS): Allow target
4476 configuration files to override the default value.
4478 * config/t-vxworks: Remove INSTALL_ASSERT_H. Define STMP_FIXPROTO,
4479 EXTRA_HEADERS, and EXTRA_MULTILIB_PARTS.
4480 * config/vx-common.h: New file, split out from...
4481 * config/vxworks.h: here. Update for VxWorks 6.x and RTP mode.
4482 * config/vxworksae.h: New file, for VxWorks AE.
4483 * config/vxworks.opt: New file.
4484 * config/vxlib.c: Update for VxWorks 6.
4486 * config/rs6000/t-vxworks (MULTILIB_OPTIONS): New list. Adjust
4487 other MULTILIB_* variables appropriately.
4488 (LIB2FUNCS_EXTRA, EXTRA_MULTILIB_PARTS): Correct from t-ppccomm.
4489 * config/rs6000/t-vxworksae: New file, adjust multilibs for AE.
4490 * config/rs6000/vxworks.h: Update for VxWorks 6.
4491 * config/rs6000/vxworksae.h: New file, mostly placeholder for now.
4493 2005-08-23 Andrew Pinski <pinskia@physics.uc.edu>
4496 * config/darwin.c (machopic_select_section): Remove the hack to
4497 mark "::operator new" and "::operator delete" for coalescing
4498 even though they are not weak.
4500 2005-08-24 Alan Modra <amodra@bigpond.net.au>
4502 * configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
4503 * configure: Regenerate.
4505 2005-08-23 Paolo Bonzini <bonzini@gnu.org>
4508 * fold-const.c (fold_convert): Use VIEW_CONVERT_EXPR to convert
4510 * convert.c (convert_to_integer, convert_to_vector): Likewise.
4511 * tree-vect-generic.c (tree_vec_extract, expand_vector_operations_1):
4514 2005-08-23 Paolo Bonzini <bonzini@gnu.org>
4516 * config/rs6000/predicates.md (equality_operator): New.
4517 * config/rs6000/rs6000.md: Rewrite as a peephole2 the split for
4518 comparison with a large constant.
4520 2005-08-23 Mark Mitchell <mark@codesourcery.com>
4522 * hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
4524 2005-08-23 J"orn Rennecke <joern.rennecke@st.com>
4526 * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
4527 registers is even, and we have a hardware double precision fp,
4529 (sh_gimplify_va_arg_expr): For floating point arguments, consider
4530 size of current argument when checking if argument was passed in
4533 * sh.c (sh_attr_renesas_p): Handle error_mark_node.
4536 * stor-layout.c (finalize_type_size): Dont override
4537 existing alignment with a smaller alignment from the mode.
4539 2005-08-23 Sebastian Pop <pop@cri.ensmp.fr>
4541 * lambda-code.c (lambda_vector_lexico_pos): Moved...
4542 * lambda.h (lambda_vector_lexico_pos): ... here.
4543 * tree-data-ref.c (build_classic_dist_vector): Return false when
4544 the distance vector is lexicographically negative.
4546 2005-08-23 Sebastian Pop <pop@cri.ensmp.fr>
4548 PR tree-optimization/23511
4549 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Don't
4550 handle cases where TYPE_MIN_VALUE or TYPE_MAX_VALUE are NULL_TREE.
4552 2005-08-23 Jakub Jelinek <jakub@redhat.com>
4554 PR tree-optimization/22043
4555 * tree.h (count_type_elements): Add ALLOW_FLEXARR argument.
4556 * expr.c (count_type_elements): Add ALLOW_FLEXARR argument.
4557 If ALLOW_FLEXARR, handle types ending with flexible array member.
4558 Pass false as second argument to recursive count_type_elements calls.
4559 (categorize_ctor_elements_1, mostly_zeros_p): Pass false as second
4560 argument to count_type_elements call.
4561 * tree-sra.c (decide_block_copy): Likewise.
4562 * gimplify.c (gimplify_init_constructor): If num_type_elements < 0
4563 for a constant-sized object, set cleared as well. Pass true as
4564 second argument to count_type_elements call.
4566 2005-08-23 Alan Modra <amodra@bigpond.net.au>
4569 * config/rs6000/rs6000.c (rs6000_legitimate_small_data_p): Rename
4570 from legitimate_small_data_p, and make global. Update use.
4571 Remove forward declaration.
4572 * config/rs6000/rs6000-protos.h (rs6000_legitimate_small_data_p):
4574 * config/rs6000/rs6000.md (movdf_hardfloat32): Allow small data mems.
4576 2005-08-23 David Edelsohn <edelsohn@gnu.org>
4578 * config/rs6000/rs6000.md (eq<mode>): Use output operand instead
4579 of scratch intermediates.
4580 (eq<mode>_compare): Same.
4581 (neg_eq0<mode>): New.
4582 (neg_eq<mode>): Convert to define_insn_and_split.
4584 2005-08-23 Alan Modra <amodra@bigpond.net.au>
4587 * config/rs6000/rs6000.c (function_arg): For ABI_V4 calls to
4588 stdarg functions, set/clear the fp marker even when no variable
4590 * config/rs6000/sysv4.opt (mprototype): Describe.
4592 2005-08-22 Jakub Jelinek <jakub@redhat.com>
4594 PR rtl-optimization/23478
4595 * regs.h (reg_info): Add throw_calls_crossed.
4596 (REG_N_THROWING_CALLS_CROSSED): Define.
4597 * flow.c (allocate_reg_life_data): Initialize
4598 REG_N_THROWING_CALLS_CROSSED.
4599 (propagate_one_insn, attempt_auto_inc): Update
4600 REG_N_THROWING_CALLS_CROSSED.
4601 * global.c (global_alloc): Don't allocate pseudos across
4602 calls that may throw.
4604 2005-08-22 Andrew Pinski <pinskia@physics.uc.edu>
4607 * c-common.c (c_do_switch_warnings): Look for a node where the enum's
4608 value is inbetween the range if we did not find an exact match.
4610 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
4612 * doc/invoke.texi (Option Summary): Add ms1 options.
4613 * doc/extend.texi: Document interrupt handler attribute for ms1.
4614 * doc/md.texi: Document ms1 constraints.
4615 * config.gcc: Add ms1-*-elf.
4616 * config/ms1/ms1.h: New.
4617 * config/ms1/ms1.c: New.
4618 * config/ms1/ms1.md: New.
4619 * config/ms1/ms1-protos.h: New.
4620 * config/ms1/ABI.txt: New.
4621 * config/ms1/crti.asm: New.
4622 * config/ms1/crtn.asm: New.
4623 * config/ms1/lib2extra-funcs.c: New.
4624 * config/ms1/t-ms1: New.
4625 * config/ms1/ms1.opt: New.
4627 2005-08-22 Ira Rosen <irar@il.ibm.com>
4629 * config/rs6000/altivec.md (xorv4sf3): New.
4630 (negv4sf2, neg<mode>2): Likewise.
4632 2005-08-21 H.J. Lu <hongjiu.lu@intel.com>
4635 * config/ia64/ia64.md (divsi3): Check divide by zero.
4636 (udivsi3): Likewise.
4638 (udivdi3): Likewise.
4640 2005-08-21 Jakub Jelinek <jakub@redhat.com>
4642 * simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
4643 up to elem_bitsize bits, not max_bitsize.
4645 2005-08-21 Sebastian Pop <pop@cri.ensmp.fr>
4647 PR tree-optimization/23433
4648 * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
4649 REAL_CST when the type is SCALAR_FLOAT_TYPE_P.
4651 2005-08-21 Sebastian Pop <pop@cri.ensmp.fr>
4653 PR tree-optimization/23434
4654 * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
4655 the iteration bound is not an INTEGER_CST.
4657 2005-08-21 Dorit Nuzman <dorit@il.ibm.com>
4659 * tree-vect-transform.c (get_initial_def_for_reduction): Set
4660 need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
4661 NULL if need_epilog_adjust is false.
4662 (vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
4663 Case 3 always peels first itration, not just for PLUS case, and no need
4664 to use scalar_initial_def here. Create an epilog adjustment only if
4665 scalar_initial_def is not NULL.
4667 (vectorizable_reduction): Remove assert.
4669 2005-08-20 H.J. Lu <hongjiu.lu@intel.com>
4672 * config/ia64/lib1funcs.asm (__divdi3): Check divide by zero.
4673 (__moddi3): Likewise.
4674 (__udivdi3): Likewise.
4675 (__umoddi3): Likewise.
4676 (__divsi3): Likewise.
4677 (__modsi3): Likewise.
4678 (__udivsi3): Likewise.
4679 (__umodsi3): Likewise.
4681 2005-08-20 Jakub Jelinek <jakub@redhat.com>
4683 * tree-pass.h (TDF_GRAPH): Define.
4684 * tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
4685 * passes.c (finish_optimization_passes): Only call
4686 finish_graph_dump_file if TDF_GRAPH is set.
4687 (execute_one_pass): Only call clean_graph_dump_file if dump_file !=
4688 NULL. Set TDF_GRAPH bit.
4689 (execute_todo): Call print_rtl_graph_with_bb if TDF_GRAPH is set.
4691 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4693 * arm.h (arm_stack_offsets): Add locals_base field.
4694 * arm.c (arm_get_frame_offsets): Compute it.
4695 (thumb_compute_initial_elimination offset): Make the Thumb frame
4696 pointer point to the base of the local variables.
4697 (thumb_expand_prologue): Update accordingly.
4698 (thumb_expand_epilogue): Likewise.
4700 * arm.md (thumb_movhi_clobber): Make this insn a define_expand. Change
4701 mode of clobbered scratch to DImode. Handle a case that's known to
4704 2005-08-19 David Edelsohn <edelsohn@gnu.org>
4706 * config/rs6000/rs6000.md (gt0<mode>): Delete.
4707 (gt0<mode>_compare): Delete.
4708 (neg_gt0<mode>): Delete.
4710 2005-08-19 Eric Christopher <echristo@apple.com>
4712 * optabs.h: Change CTI_ to COI_.
4715 2005-08-19 James E Wilson <wilson@specifix.com>
4717 * builtins.c (expand_builtin_return_addr): Set
4718 current_function_accesses_prior_frames when count != 0. Use
4719 frame_pointer_rtx when count == 0.
4720 * function.h (struct function): Add accesses_prior_frames field.
4721 (current_function_accesses_prior_frames): Define.
4722 * reload1.c (init_elim_table): Check
4723 current_function_accesses_prior_frames.
4724 * doc/tm.texi (INITIAL_FRAME_ADDRESS_RTX): Update docs.
4726 2005-08-19 Diego Novillo <dnovillo@redhat.com>
4728 * tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change
4729 indicator. Return true if the flowgraph changed during
4732 2005-08-19 Diego Novillo <dnovillo@redhat.com>
4735 * tree-cfgcleanup.c (cleanup_control_expr_graph): Fold the
4736 conditional expression before testing its value.
4738 2005-08-19 Diego Novillo <dnovillo@redhat.com>
4740 * doc/invoke.texi: Fix documentation for -ftree-dominator-opts.
4742 2005-08-19 Devang Patel <dpatel@apple.com>
4744 PR tree-optimization/23048
4745 * tree-if-conv.c (if_convertible_bb_p): Supply basic_block as
4746 third parameter. Check whether latch is dominated by exit
4748 (if_convertible_loop_p): Supply exit block itself to
4749 if_convertible_bb_p.
4751 2005-08-19 Richard Earnshaw <richard.earnshaw@arm.com>
4754 * arm.md (arm_load_pic_register): Change argument to the mask of
4755 saved registers. Call thumb_find_work_register if we need a
4756 scratch register on Thumb.
4757 (arm_expand_prologue): Pass empty register set to
4758 arm_load_pic_register.
4759 (thumb_expand_prologue): Pass live_regs_mask directly to
4760 arm_load_pic_register.
4761 * arm-protos.h (arm_load_pic_register): Update prototype.
4763 2005-08-19 J"orn Rennecke <joern.rennecke@st.com>
4765 * sh.c (find_sole_member): New function.
4766 (sh_gimplify_va_arg_expr): Use it. Allow RECORD_TYPE mode mismatch
4767 if the record's alignment is larger than the size of its only member.
4769 2005-08-19 Richard Earnshaw <richard.earnshaw@arm.com>
4772 * arm.c (thumb_legitimize_reload_address): New function.
4773 * arm-protos.h (thumb_legitimize_reload_address): Add prototype.
4774 * arm.h (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Call it.
4776 2005-08-19 Paul Woegerer <paul.woegerer@nsc.com>
4778 * config/crx/crx.c: Implement crx_decompose_address. Reject
4779 symbolic displacements since CRX register relative adressing
4780 mode can't handle unsigned 32-bit values as displacements.
4781 * config/crx/crx.h: Simplify definitions, remove redundant
4782 parenthesis and obsolete macros.
4783 * config/crx/crx.opt: Add new switch for debugging addresses.
4784 * config/crx/crx-protos.h: Add new declarations for above.
4786 2005-08-19 Andrew Pinski <pinskia@physics.uc.edu>
4789 * gimple-low.c (block_may_fallthru): Handle CLEANUP_POINT_EXPR by
4792 2005-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4794 * collect2.c (dup2): Delete.
4795 * configure.ac: Don't check for dup2.
4797 * config.in, configure: Regenerate.
4799 2005-08-18 J"orn Rennecke <joern.rennecke@st.com>
4801 * sh.c (sh_gimplify_va_arg_expr): Loop to substitute a RECORD_TYPE
4802 record with the type of its only member.
4804 2005-08-18 David Edelsohn <edelsohn@gnu.org>
4806 * config/rs6000/rs6000.md (ltu<mode>_compare): Convert to
4807 define_insn_and_split.
4808 (plus_ltu<mode>_compare): Same.
4809 (gtu<mode>_compare): Same.
4810 (plus_gtu<mode>_compare): Same.
4812 2005-08-18 Dorit Nuzman <dorit@il.ibm.com>
4814 PR tree-optimization/22228
4815 * tree-ssa-loop (pass_vectorize): Add TODO_verify_loops to
4817 * tree-vect-transform.c (vect_transform_loop): Mark the variables that
4818 are recorded in vect_vnames_to_rename for renaming.
4819 * tree-vectorizer.c (vect_vnames_to_rename): New global bitmap.
4820 (slpeel_update_phi_nodes_for_guard1): Record virtual vars for renaming
4821 in vect_vnames_to_rename.
4822 (vectorize_loops): Allocate and free the vect_vnames_to_rename bitmap.
4823 * tree-vectorizer.h (vect_vnames_to_rename): New extern variable.
4825 2005-08-18 Jan Hubicka <jh@suse.cz>
4828 * cgraphunit.c (cgraph_varpool_assemble_pending_decls): Emit debug
4829 info only for local statics, not for member variables.
4831 2005-08-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4833 * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.
4835 2005-08-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4837 * c-typeck.c (designator_errorneous): Rename to designator_erroneous.
4839 2005-08-18 Andrew Pinski <pinskia@physics.uc.edu>
4842 * builtins.c (fold_builtin): Create a new NOP_EXPR all the time.
4844 2005-08-17 James E Wilson <wilson@specifix.com>
4846 * c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
4849 2005-08-17 David Edelsohn <edelsohn@gnu.org>
4851 * config/rs6000/rs6000.md (leu<mode>): Convert to mode macro.
4852 (leu<mode>_compare): Same.
4853 (plus_leu<mode>): Same.
4854 (neg_leu<mode>): Same.
4855 (and_neg_leu<mode): Same.
4856 (ltu<mode>_compare): Same.
4857 (plus_ltu<mode>): Same.
4859 (geu<mode>_compare): Same.
4860 (plus_geu<mode>): Same.
4861 (neg_geu<mode>): Same.
4862 (and_neg_geu<mode>): Same.
4863 (plus_gt<mode>): Same.
4864 (gtu<mode>_compare): Same.
4865 (plus_gtu<mode>): Same.
4867 2005-08-17 Erik Christiansen <erik@dd.nec.com.au>
4869 * config/v850/lib1funcs.asm (callt_save_interrupt): Fix comment typos.
4870 Move call_table_data to end. Delete spurious .text.
4871 (callt_save_all_interrupt): Fix comment typo.
4873 2005-08-17 James E Wilson <wilson@specifix.com>
4874 Kevin Winchester <winchester@amirix.com>
4877 * config/mcore/mcore.h (SHIFT_COUNT_TRUNCATED): Define to 0.
4879 2005-08-17 Uros Bizjak <uros@kss-loka.si>
4882 * config/i386/i386.md ("*fist<mode>2_1"): New pattern.
4883 ("lrint<mode>2"): Change expander to use "*fist<mode>2_1" pattern.
4885 2005-08-17 J"orn Rennecke <joern.rennecke@st.com>
4887 * sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE
4888 record with the type of its only member if the modes don't match.
4890 * varasm.c (decode_reg_name): Skip empty additional register names.
4892 2005-08-16 Zdenek Dvorak <dvorakz@suse.cz>
4894 * tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, lsm_tmp_name,
4895 lsm_tmp_name_length): New.
4896 (lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): New functions.
4897 (schedule_sm): Use get_lsm_tmp_name instead of "lsm_tmp".
4899 2005-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4900 Andreas Krebbel <krebbel1@de.ibm.com>
4902 * config.gcc: Added z9-109 switch.
4903 * config/s390/2084.md ("x_int", "x_agen", "x_lr", "x_la", "x_larl",
4904 "x_load", "x_store", "x_branch", "x_call", "x_mul_hi", "x_mul_sidi",
4905 "x_div", "x_sem", "x_cs", "x_vs", "x_stm", "x_lm", "x_other",
4906 "x_fsimpdf", "x_fsimpsf", "x_fdivdf", "x_fdivsf", "x_floaddf",
4907 "x_floadsf", "x_fstore_df", "x_fstoresf", "x_ftoi", "x_itof"): Enable
4908 for "z9_109" cpu attribute.
4909 * config/s390/s390.c (z9_109_cost): New processor cost structure.
4910 (CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.
4911 (s390_handle_arch_option): Added z9-109 switch.
4912 (override_options): Set respective cost function for z9-109.
4913 (s390_const_ok_for_constraint_p): New constraints Os, Op, On.
4914 (legitimate_reload_constant_p): Accept extended immediates.
4915 (print_operand): Three new output modifiers added: k, m and o.
4916 (s390_adjust_priority, s390_issue_rate): Handle Z9_109 like Z990.
4917 (s390_output_mi_thunk): Use extended immediate when possible.
4918 * config/s390/s390.h (processor_flags): Added PF_EXTIMM.
4919 (TARGET_CPU_EXTIMM, TARGET_EXTIMM): New macros.
4920 (CONSTRAINT_LEN): Added length of O constraint.
4921 (CLZ_DEFINED_VALUE_AT_ZERO): Definition added.
4922 * config/s390/s390.md ("cpu"): New value z9_109 added.
4923 ("*tstdi_extimm", "*tstdi_ccconly_extimm", "*tstsi_extimm",
4924 "*tstsi_cconly_extimm", "*movdi_64extimm", "*extendhidi2_extimm",
4925 "*extendqidi2_extimm", "*extendhisi2_extimm", "*extendqisi2_extimm",
4926 "*zero_extend<mode>si2_extimm", "*anddi3_extimm", "*iordi3_extimm",
4927 "*xordi3_extimm", "clzdi2", "clztidi2"): New patterns.
4928 ("*tstdi", "*tstsi", "*movdi_64", "*extendhisi2", "*extendqisi2",
4929 "*zero_extend<mode>si2_64", "zero_extendqihi2", "*zero_extendqihi2_64",
4930 "*anddi3", "*iordi3", "*xordi3"): Disable for TARGET_EXTIMM.
4931 ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs", "*cmpsi_ccs", "*cmpdi_ccu",
4932 "*cmpsi_ccu", "*movsi_zarch", "*adddi3_imm_cc", "*adddi3_carry1_cc",
4933 "*adddi3_carry2_cc", "*adddi3_cc", "*adddi3_64", "*addsi3_imm_cc",
4934 "*addsi3_carry1_cc", "*addsi3_carry2_cc", "*addsi3_cc", "addsi3",
4935 "*andsi3_cc", "*andsi3_cconly", "*andsi3_zarch", "*iorsi3_cc",
4936 "*iorsi3_cconly", "*iorsi3_zarch", "*xorsi3_cc", "*xorsi3_cconly",
4937 "*xorsi3", "*xorhi3", "*xorqi3"): Added instruction using extended
4939 ("extend<mode>di2", "extend<mode>si2", "zero_extend<mode>di2",
4940 "zero_extend<mode>si2"): Allow memory operands and don't manually emit
4941 insns for TARGET_EXTIMM.
4943 2005-08-17 Andreas Krebbel <krebbel1@de.ibm.com>
4945 * testsuite/gcc.dg/20020926-1.c: Added "-mesa" to dg-options.
4947 2005-08-17 Nick Clifton <nickc@redhat.com>
4949 * config/stormy16/stormy16.c (xstormy16_encode_section_info):
4950 Call default_encode_section_info.
4952 2005-08-17 Steven Bosscher <stevenb@suse.de>
4954 PR tree-optimization/21574
4955 * tree-ssa-ccp.c (likely_value): If the right hand side is a
4956 constant, return CONSTANT.
4957 (ccp_lattice_meet): Use operand_equal_p instead of simple_cst_equal.
4958 (ccp_fold, visit_assignment): Likewise.
4959 (evaluate_stmt): Handle UNDEFINED and UNKNOWN_VAL the same way.
4961 2005-08-16 James A. Morrison <phython@gcc.gnu.org>
4963 * c-typeck.c (build_function_call): Call fold_buildN_initializer or
4964 fold_buildN instead of buildN then fold_initializer or fold.
4965 (build_unary_op): Likewise.
4966 (build_binary_op): Likewise.
4967 * fold-const.c (fold_initializer): Remove.
4968 (fold_build1_initializer): New function.
4969 (fold_build2_initializer): New function.
4970 (fold_build3_initializer): New function.
4971 * tree.h (fold_initializer): Remove.
4972 (fold_build1_initializer): New function.
4973 (fold_build2_initializer): New function.
4974 (fold_build3_initializer): New function.
4976 2005-08-16 James A. Morrison <phython@gcc.gnu.org>
4978 * fold-const.c (optimize_bit_field_compare): Remove extra fold call.
4979 (try_move_mult_to_index): Call fold_build2 instead of build2.
4980 (fold_binary): Don't call fold after calls to try_move_mult_to_index.
4981 * tree-ssa-loop-niter.c (inverse): Call int_const_binop instead of
4982 fold_binary_to_constant.
4983 (infer_loop_bounds_from_undefined): Call fold_build2 instead of
4985 * tree-data-ref.c (tree_fold_divides_p): Use tree_int_cst_equal to
4986 check if A == gcd (A, B). Remove TYPE argument.
4987 (analyze_offset) Use fold_build2 instead of fold (build.
4988 (create_data_ref): Likewise.
4989 (analyze_siv_subscript_cst_affine): Update calls to tree_fold_divides_p.
4990 * tree-ssa-ccp.c (widen_bitfield): Call fold_build2 instead of build2
4993 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
4995 * config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
4996 ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
4998 2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
5001 * gimplify.c (zero_sized_type): New function.
5002 (gimplify_modify_expr_rhs): If we have a zero sized type,
5003 replace the statement with an empty statement.
5005 2005-08-16 H.J. Lu <hongjiu.lu@intel.com>
5007 * config/i386/crtfastmath.c (set_fast_math): Add "=m" for
5010 2005-08-16 Ian Lance Taylor <ian@airs.com>
5012 * doc/tm.texi (Label Output): Correct typo.
5014 2005-08-16 Steven Bosscher <stevenb@suse.de>
5017 * loop-unroll.c (analyze_insn_to_expand_var): Make sure that
5018 force_operand will work later on using have_insn_for.
5020 2005-08-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5022 * fold-const.c (tree_expr_nonnegative_p): Regroup cases.
5024 2005-08-16 Ian Lance Taylor <ian@airs.com>
5027 * gimplify.c (gimplify_init_ctor_eval): If we see an element of
5028 vector type, don't try to construct it element by element. Add an
5029 assertion that we use a FIELD_DECL when building a COMPONENT_REF.
5031 2005-08-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5033 * fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.
5035 2005-08-16 Geoffrey Keating <geoffk@apple.com>
5037 * doc/invoke.texi (Precompiled Headers): Document some more options
5038 which are known to be safe.
5040 2005-08-16 James E Wilson <wilson@specifix.com>
5042 PR tree-optimization/21105
5043 * c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
5044 TREE_OVERFLOW check.
5046 2005-08-16 David Edelsohn <edelsohn@gnu.org>
5048 * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
5049 (neg_ltu<mode>): Same.
5051 (neg_gtu<mode>): Same.
5053 2005-08-16 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5055 * builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
5056 (fold_builtin_isdigit): Use fold_buildN.
5057 (build_function_call_expr): Likewise.
5058 * c-typeck.c (c_finish_loop): Likewise.
5060 2005-08-16 J"orn Rennecke <joern.rennecke@st.com>
5061 Richard Shann <rshann@superh.com>
5063 PR middle-end/20396:
5064 * optabs.c (expand_binop): Take TRULY_NOOP_TRUNCATION into account.
5066 2005-08-16 Sebastian Pop <pop@cri.ensmp.fr>
5068 * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
5070 2005-08-15 Richard Earnshaw <richard.earnshaw@arm.com>
5073 * arm.c (thumb_compute_save_reg_mask): Use similar logic to
5074 arm_compure_save_reg0_reg12_mask to determine when the PIC register
5077 2005-08-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5080 * fold-const.c (build_range_check): Disable optimization for function
5081 pointer expressions on targets that require function pointer
5084 2005-08-15 Ulrich Weigand <uweigand@de.ibm.com>
5086 * simplify-rtx.c (simplify_const_relational_operation): When
5087 extracting arguments of a COMPARE, recompute the mode as well.
5089 2005-08-15 Ian Lance Taylor <ian@airs.com>
5091 * tree.c (build_string): Mark tree CONSTANT and INVARIANT.
5093 2005-08-15 DJ Delorie <dj@redhat.com>
5095 * config/m32c/mov.md (movqi_op): Immediates can't be moved to
5097 (movsi_splittable): Allow, but split, moves to the stack.
5098 * config/m32c/m32c.c (m32c_split_move): Always split moves to the
5101 2005-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5103 * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
5104 * configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR.
5105 * system.h (HOST_PTR_PRINTF): Don't define, poison it.
5107 * bitmap.c, c-decl.c, config/i386/i386-interix.h,
5108 config/iq2000/iq2000.c, mips-tfile.c, print-rtl.c, print-tree.c:
5109 Delete HOST_PTR_PRINTF.
5111 * configure, config.in: Regenerate.
5113 2005-08-15 David Edelsohn <edelsohn@gnu.org>
5115 * config/rs6000/rs6000.md (QHSI): New mode macro.
5116 (wd): Extend mode attr for QImode and HImode
5117 (dbits): New mode attr.
5118 (zero_extend<mode>di2): Convert to mode macro.
5120 2005-08-15 Steve Ellcey <sje@cup.hp.com>
5123 * doc/invoke.texi (-mgnu-ld): Update description.
5126 2005-08-15 Sebastian Pop <pop@cri.ensmp.fr>
5129 * Makefile.in (tree-chrec.o): Depends on real.h.
5130 * tree-chrec.c: Include real.h.
5131 (chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
5132 chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
5133 * tree-scalar-evolution.c (add_to_evolution_1,
5134 interpret_rhs_modify_expr): Ditto.
5136 2005-08-15 Sebastian Pop <pop@cri.ensmp.fr>
5139 * tree-data-ref.c (estimate_niter_from_size_of_data): When
5140 step is negative compute the estimation from init downwards to zero.
5142 2005-08-14 James A. Morrison <phython@gcc.gnu.org>
5144 * fold-const (fold_binary): Call fold_build2 instead of fold (build.
5146 2005-08-14 Ulrich Weigand <uweigand@de.ibm.com>
5148 * config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
5150 (legitimate_reload_constant_p): Fix handling of lliXX operands.
5151 Accept double-word constants that can be split.
5152 * config/s390/s390.md ("movti"): Use 'P' constraint.
5153 ("*movdi_31", "*movdf_31"): Likewise.
5155 2005-08-14 Daniel Berlin <dberlin@dberlin.org>
5157 Fix PR tree-optimization/22615
5159 * tree-ssa-structalias.c (solution_set_add): Handle
5160 first_vi_for_offset returning NULL.
5161 (do_da_constraint): Ditto.
5162 (do_sd_constraint): Ditto.
5163 (do_ds_constraint): Ditto
5164 (find_func_aliases): Ditto.
5165 (build_constraint_graph): RHS is allowed be ANYTHING.
5166 (first_vi_for_offset): Return NULL if we couldn't find anything at
5169 2005-08-14 Ulrich Weigand <uweigand@de.ibm.com>
5171 * config/s390/s390.c (s390_canonicalize_comparison): Prefer register
5172 over memory as first operand.
5174 2005-08-14 H.J. Lu <hongjiu.lu@intel.com>
5177 * config/i386/crtfastmath.c (set_fast_math): Check if DAZ is
5178 available for setting it.
5180 2005-08-14 Ira Rosen <irar@il.ibm.com>
5182 PR tree-optimization/23320
5183 * tree-data-ref.c (base_addr_differ_p): Add comment. Check
5184 data-refs' types instead of base object nullness. Add check for
5185 pointer type data-refs before first location comparison. Remove
5188 2005-08-14 Andreas Schwab <schwab@suse.de>
5190 * doc/md.texi (Machine Constraints): Fix misplaced @end table.
5192 2005-08-13 James E Wilson <wilson@specifix.com>
5194 * doc/cpp.texi (__SSP__, __SSP_ALL__): Document.
5195 * doc/invoke.texi (-Wstack-protector, -fstack-protector,
5196 -fstack-protector-all, --param ssp-buffer-size): Document.
5197 (-Wvariadic-macros): Alphabetize.
5198 (-fsched-stalled-insns-dep): Add missing 'f'.
5200 * c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect
5203 2005-08-13 David Edelsohn <edelsohn@gnu.org>
5205 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
5206 or indirect address operand.
5207 (EXTRA_ADDRESS_CONSTRAINT): New.
5208 * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".
5210 2005-08-13 Sebastian Pop <pop@cri.ensmp.fr>
5212 PR tree-optimization/22236
5213 * tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print
5214 successors and predecessors.
5215 * tree-chrec.c (chrec_convert): Before converting, check that
5216 sequences don't wrap.
5217 * tree-data-ref.c (compute_estimated_nb_iterations): Moved ...
5218 (analyze_array): Extern.
5219 (find_data_references_in_loop): Remove call to
5220 compute_estimated_nb_iterations.
5221 * tree-data-ref.h (analyze_array): Declared.
5222 * tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand,
5223 single_ssa_def_operand, zero_ssa_operands): Fix documentation.
5224 * tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
5225 * tree-scalar-evolution.c (instantiate_parameters_1): Factor entry
5227 * tree-ssa-loop-ivcanon.c: Fix documentation.
5228 * tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note.
5229 * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here.
5230 (infer_loop_bounds_from_undefined): New.
5231 (estimate_numbers_of_iterations_loop): Use
5232 infer_loop_bounds_from_undefined.
5233 (used_in_pointer_arithmetic_p): New.
5234 (scev_probably_wraps_p): Pass an extra parameter. Call
5235 used_in_pointer_arithmetic_p. Check that AT_STMT is not null.
5236 (convert_step): Fix documentation.
5237 * tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters.
5238 Use initial_condition_in_loop_num and evolution_part_in_loop_num
5239 instead of CHREC_LEFT and CHREC_RIGHT. Adjust the call to
5240 scev_probably_wraps_p.
5242 2005-08-13 Ulrich Weigand <uweigand@de.ibm.com>
5244 * config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
5245 (s390_register_info): Ignore clobbered_regs information for fixed
5246 registers, and only fixed registers.
5247 (s390_init_frame_layout): Remove redundant call.
5249 2005-08-12 Gerald Pfeifer <gerald@pfeifer.com>
5251 * doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to
5252 description of -Wold-style-casts.
5254 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5255 Jakub Jelinek <jakub@redhat.com>
5257 * config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
5258 * config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added.
5259 * config/s390/s390.c (print_operand): New output modifier 'G' added.
5260 (get_thread_pointer): Renamed to s390_get_thread_pointer.
5261 * config/s390/s390.md (stack_protect_set, stack_protect_test): If
5262 TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to
5263 (MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))).
5264 (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
5265 ("stack_protect_set", "stack_protect_test"): New expanders.
5266 ("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi",
5267 "stack_protect_testdi"): New insn definitions.
5269 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5271 * config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.
5273 2005-08-12 Paul Brook <paul@codesourcery.com>
5275 * config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.
5277 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5279 * config/s390/predicates.md (setmem_operand): New predicate.
5280 (shift_count_operand): Accept ANDs with special constants as
5282 * config/s390/s390.c (print_shift_count_operand): Skip ANDs
5283 with special constants.
5284 * config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced
5285 shift_count_operand with setmem_operand.
5287 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5289 * config/s390/s390.c (s390_extract_part, s390_single_part):
5291 (s390_const_ok_for_constraint_p): Added SImode to the N constraint.
5292 (s390_output_mi_thunk): Don't use lg on 31 bit.
5293 * config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy.
5294 ("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH.
5296 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5298 * config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
5299 (s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p,
5300 s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue,
5301 s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
5302 with one of the new macros.
5304 2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
5306 * config/s390/s390.c (s390_split_branches, s390_init_frame_layout):
5307 Don't set save_return_addr_p.
5308 (s390_register_info): Make clobbered_regs not depending on
5311 2005-08-12 Kaz Kojima <kkojima@gcc.gnu.org>
5313 * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
5314 (LINK_COMMAND_SPEC): Add space after %(link_ssp).
5316 2005-08-11 James E. Wilson <wilson@specifix.com>
5318 * config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.
5320 2005-08-11 Jakub Jelinek <jakub@redhat.com>
5322 * dwarf2out.c (add_location_or_const_value_attribute): Prefer
5323 locations gathered by var-tracking in single entry loc_list
5324 over loc_descriptor_from_tree.
5326 * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
5327 pass it down to loc_descriptor.
5328 (loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
5329 (containing_function_has_frame_base): Move earlier in the file.
5330 (loc_descriptor_from_tree_1): Use containing_function_has_frame_base
5331 instead of always assuming fbreg can't be used.
5333 2005-08-11 David Edelsohn <edelsohn@gnu.org>
5335 * config/rs6000/altivec.md: Change constraint "m" to "Z".
5336 * config/rs6000/predicates.md (indexed_or_indirect_operand):
5337 Accept address wrapped in AND for Altivec.
5338 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
5339 Strip AND wrapping offset address for Altivec.
5341 2005-08-11 Richard Henderson <rth@redhat.com>
5344 * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
5345 before using TYPE_IS_SIZETYPE.
5347 2005-08-11 Richard Henderson <rth@redhat.com>
5350 * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
5351 insn types not present on ev4.
5352 (alphaev5_insn_pipe): Similarly.
5354 2005-08-11 Richard Earnshaw <richard.earnshaw@arm.com>
5357 * arm.c (arm_override_options): If the user has selected callee-super-
5358 interworking, then enable normal interworking.
5360 2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5362 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
5365 2005-08-11 Wu Zhou <woodzltc@cn.ibm.com>
5367 * doc/rtl.texi: Fix two typos.
5369 2005-08-11 Richard Guenther <rguenther@suse.de>
5372 * config/i386/i386.c (ix86_function_ok_for_sibcall): Handle
5373 cases where we call to/from functions returning void.
5375 2005-08-10 James A. Morrison <phython@gcc.gnu.org>
5378 * tree.c (build_pointer_type_for_mode): Robustify.
5380 2005-08-10 James E Wilson <wilson@specifix.com>
5382 * defaults.h, config/alpha/alpha.h, config/ia64/ia64.h
5383 (ASM_OUTPUT_ADDR_VEC_ELT): Delete.
5385 * config/alpha/alpha.c (alpha_arg_partial_bytes): Change "(CUM)." to
5388 2005-08-10 Eric Christopher <echristo@apple.com>
5390 * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
5391 * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
5394 2005-08-10 Andrew Pinski <pinskia@physics.uc.edu>
5397 * config/darwin.c (machopic_indirect_data_reference): Use a new register
5398 for the high part when generating dynamic-no-pic code.
5400 2005-08-10 H.J. Lu <hongjiu.lu@intel.com>
5402 * config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
5403 (x86_64-*-linux*): Likewise.
5405 * config/i386/crtfastmath.c: New file.
5406 * config/i386/t-crtfm: Likewise.
5408 * config/i386/linux.h (ENDFILE_SPEC): New.
5409 * config/i386/linux64.h (ENDFILE_SPEC): Likewise.
5411 * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
5414 2005-08-10 Dorit Nuzman <dorit@il.ibm.com>
5416 * doc/md.texi: (reduc_smin, reduc_umin, reduc_splus, reduc_uplus):
5417 (vec_shl, vec_shr): Document new operations.
5418 * tree.def (VEC_RSHIFT_EXPR, VEC_LSHIFT_EXPR): Fix comment.
5420 2005-08-10 David Edelsohn <edelsohn@gnu.org>
5422 * config/rs6000/predicates.md (indexed_or_indirect_address): New.
5423 * config/rs6000/rs6000.md (prefetch): Remove operand 0 mode and
5424 change predicate to indexed_or_indirect_address.
5426 2005-08-10 Richard Sandiford <richard@codesourcery.com>
5428 * config/arm/lib1funcs.asm (__aeabi_uidiv, __aeabi_idiv): New aliases.
5429 * config/arm/libgcc-bpabi.ver (GCC_3.5): Add __aeabi_idiv,
5430 __aeabi_uidiv, __aeabi_uread4, __aeabi_uread8, __aeabi_uwrite4
5431 and __aeabi_uwrite8.
5432 * config/arm/unaligned-funcs.c: New file.
5433 * config/arm/t-bpabi (LIB2FUNCS_EXTRA): Add unaligned-funcs.c.
5435 2005-08-09 Paolo Bonzini <bonzini@gnu.org>
5437 * bb-reorder.c (pass_duplicate_computed_gotos, pass_partition_blocks):
5439 * cfglayout.c (pass_insn_locators_initialize): Add dump.
5440 * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes):
5442 * except.c (pass_convert_to_eh_region_ranges): Add dump.
5443 * final.c (pass_shorten_branches): Add dump.
5444 * flow.c (pass_recompute_reg_usage, pass_remove_death_notes): Add dump.
5445 (pass_life): Rename dump.
5446 (rest_of_handle_flow2): Remove initial verify_flow_info.
5447 * function.c (pass_instantiate_virtual_regs): Add dump.
5448 * integrate.c (pass_initial_value_sets): Add dump.
5449 * jump.c (pass_cleanup_barriers, pass_purge_lineno_notes): Add dump.
5450 * loop-init.c (pass_rtl_loop_init, pass_rtl_loop_done): Rename dump.
5451 (pass_rtl_move_loop_invariants, pass_rtl_unswitch, pass_rtl_doloop,
5452 pass_rtl_unroll_and_peel_loops): Rename dump and add gate.
5453 (gate_rtl_move_loop_invariants, gate_rtl_unswitch, gate_rtl_doloop,
5454 gate_rtl_unrool_and_peel_loops): New.
5455 (rtl_move_loop_invariants, rtl_unswitch, rtl_unrool_and_peel_loops,
5456 rtl_doloop): Do not look at flags.
5457 * mode-switching.c (pass_mode_switching): Add dump.
5458 * recog.c (pass_split_all_insns, pass_split_for_shorten_branches,
5459 pass_split_before_regstack): Add dump.
5460 * regmove.c (pass_stack_adjustments): Add dump.
5461 * tree-optimize.c (pass_fixup_cfg): Add dump.
5463 2005-08-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5466 * config/m32r/m32r.c (m32r_reload_lr): Fix off by one error when
5467 deciding which instruction sequence to use.
5469 2005-08-09 Dorit Nuzman <dorit@il.ibm.com>
5471 * tree-vect-transform.c (vect_create_epilog_for_reduction): Set
5472 BIT_FIELD_REF_UNSIGNED for newly created BIT_FIELD_REFs.
5474 2005-08-09 Richard Guenther <rguenther@suse.de>
5476 * c-common.c (builtin_function_2): Remove.
5477 (def_builtin_1): New function.
5478 (c_common_nodes_and_builtins): Use def_builtin_1 to
5479 build builtin functions.
5481 2005-08-09 Jie Zhang <jie.zhang@analog.com>
5483 * config/bfin/uclinux.h (NO_IMPLICIT_EXTERN_C): Define.
5484 * config/bfin/elf.h (NO_IMPLICIT_EXTERN_C): Define.
5485 * config/bfin/bfin.c (bfin_return_in_memory): Update to really match
5488 2005-08-09 James A. Morrison <phython@gcc.gnu.org>
5490 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Use
5491 fold_binary instead of fold_build2 since we don't care about the
5493 (loop_niter_by_eval): Likewise.
5494 (compare_trees): Likewise.
5495 (proved_non_wrapping_p): Likewise.
5497 2005-08-09 James A. Morrison <phython@gcc.gnu.org>
5501 * c-typeck.c (c_finish_if_stmt): Look into STATEMENT_LISTs to see
5502 if the if is really empty.
5504 2005-08-09 Steven Bosscher <stevenb@suse.de>
5506 PR tree-optimization/23234
5507 * tree-ssa-math-opts.c (place_reciprocal): New enum.
5508 (execute_cse_reciprocals_1): Replace the 'phi' argument with an
5509 argument of the new enum.
5510 (execute_cse_reciprocals): Add reciprocals for function arguments
5511 on the unique successor edge of the entry block. Update other calls
5512 to execute_cse_reciprocals_1.
5514 2005-08-08 Richard Henderson <rth@redhat.com>
5517 * gimplify.c (gimplify_one_sizepos): Preserve the original type.
5519 2005-08-08 Bob Wilson <bob.wilson@acm.org>
5521 * expr.c (write_complex_part): Return after handling MEM.
5523 2005-08-08 Josh Conner <jconner@apple.com>
5525 PR rtl-optimization/23241
5526 * combine.c (simplify_comparison): Fix error in determining
5527 whether to lift a subreg from comparison.
5529 2005-08-08 David Edelsohn <edelsohn@gnu.org>
5532 * config/rs6000/altivec.md (vec_init<mode>): New.
5533 (vec_set<mode>): New.
5534 (vec_extract<mode>): New.
5535 * config/rs6000/rs6000.c (rs6000_expand_vector_init): New.
5536 (rs6000_expand_vector_set): New.
5537 (rs6000_expand_vector_extract): New.
5538 (rs6000_legitimate_offset_address_p): Offset addresses are valid
5539 for Altivec modes before reload.
5540 (altivec_expand_vec_init_builtin): New.
5541 (get_element_number): New.
5542 (altivec_expand_vec_set_builtin): New.
5543 (altivec_expand_vec_ext_builtin): New.
5544 (altivec_expand_builtin): Expand vec_init, vec_set, and vec_ext
5546 (altivec_init_builtins): Init vec_init, vec_set, and vec_ext
5548 * config/rs6000/rs6000.h (rs6000_builtins): Add
5549 ALTIVEC_BUILTIN_VEC_INIT_<mode>, ALTIVEC_BUILTIN_VEC_SET_<mode>,
5550 ALTIVEC_BUILTIN_VEC_EXT_<mode>.
5551 * config/rs6000/rs6000-protos.h: Declare new functions.
5553 2005-08-08 Jan Hubicka <jh@suse.cz>
5555 * i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.
5556 (legitimate_address_p): Refuse GOT and GOTOFF in 64bit mode.
5557 * i386.md (movdi*): Use pic_32bit_operand.
5558 * predicates.md (pic_32bit_operand): New.
5560 2005-08-08 Nathan Sidwell <nathan@codesourcery.com>
5563 * stor-layout.c (finalize_type_size): Undo DECL_PACKED when possible.
5565 2005-08-07 James A. Morrison <phython@gcc.gnu.org>
5567 * tree-vrp.c (simplify_div_or_mod_using_range): Use build2.
5568 (test_for_singularity): Use fold_build2.
5570 2005-08-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5572 * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Fix loop upper bound.
5574 2005-08-07 Danny Smith <dannysmith@users.sourceforge.net>
5576 * config/i386/cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.
5577 (COMMON_ASM_OP) Define.
5578 * config/i386/i386.c (ix86_in_large_data_p): Add ATTRIBUTE_UNUSED
5579 (ix86_encode_section_info): Likewise.
5580 (TARGET_ENCODE_SECTION_INFO): Conditionally define as
5581 SUBTARGET_ENCODE_SECTION_INFO.
5583 2005-08-06 Richard Henderson <rth@redhat.com>
5586 * tree-nested.c (convert_local_reference): Save and restore val_only
5587 around component_ref and friends. Clear walk_subtrees by default.
5589 2005-08-06 Peter O'Gorman <peter@pogma.com>
5592 * gcc.c (process_command): Check the argument to -b has a dash.
5593 * doc/invoke.texi: Update -b and -V docs.
5595 2005-08-06 James E Wilson <wilson@specifix.com>
5597 * config/mips/cross64.h, config/mips/t-cross64: Delete.
5599 2005-08-06 Michael Matz <matz@suse.de>
5601 * genattrtab.c (write_attr_get, write_attr_case): Use insn_code
5602 member only if only one insn is associated with the value.
5604 2005-08-06 Nick Clifton <nickc@redhat.com>
5606 * config/stormy16/stormy16.h (SYMBOL_FLAG_XSTORMY16_BELOW100):
5608 (ASM_OUTPUT_LABELREF): Delete - it is no longer needed.
5609 * config/stormy16/stormy16.c (xstormy16_below100_symbol):
5610 Check symbol flags instead of symbol name mangling.
5611 (xstormy16_asm_output_aligned_common): Likewise. Also
5612 simplify code since the bss100_section cass is the only case
5613 where the below100 code will be triggered.
5614 (xstormy16_encode_section_info): Encode below100 attribute
5615 using the SYMBOL_FLAG_XSTORMY16_BELOW100 instead of mangling
5617 (xstormy16_strip_name_encoding): Delete - this function is no
5619 (TARGET_STRIP_NAME_ENCODING): Undefine.
5620 * config/stormy16/stormy16-protos.h: Delete prototype for
5621 xstormy16_strip_name_encoding.
5623 2005-08-06 Kazu Hirata <kazu@codesourcery.com>
5625 * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,
5626 config.gcc, ipa-cp.c, ipa-prop.c, ipa-prop.h, reg-stack.c,
5627 tree-ssa-structalias.c, tree-vrp.c, value-prof.c, vec.h,
5628 config/linux.h, config/alpha/alpha.h, config/alpha/linux.h,
5629 config/alpha/predicates.md, config/arc/arc.h,
5630 config/arm/arm.h, config/arm/ieee754-df.S,
5631 config/arm/ieee754-sf.S, config/bfin/bfin.c,
5632 config/bfin/bfin.h, config/c4x/c4x.h, config/crx/crx.c,
5633 config/fr30/fr30.h, config/frv/frv.h, config/h8300/h8300.h,
5634 config/i386/i386.h, config/ia64/ia64.c, config/ia64/ia64.h,
5635 config/m68hc11/m68hc11.h, config/mips/mips.c,
5636 config/mips/mips.h, config/mips/openbsd.h,
5637 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.h,
5638 config/pdp11/pdp11.h, config/rs6000/linux-unwind.h,
5639 config/rs6000/rs6000.c, config/rs6000/rs6000.h,
5640 config/s390/s390.c, config/sh/sh.c, config/sh/sh.h,
5641 config/sparc/linux.h, config/sparc/linux64.h,
5642 config/sparc/sparc.h, config/v850/v850.h, config/vax/vax.h,
5643 doc/extend.texi, doc/gcov.texi, doc/install.texi,
5644 doc/invoke.texi, doc/rtl.texi, doc/tm.texi: Fix comment/doc
5645 typos. Follow spelling conventions.
5647 2005-08-06 Joseph S. Myers <joseph@codesourcery.com>
5650 * stmt.c (warn_if_unused_value): Check TREE_NO_WARNING at start.
5651 Don't handle NOP_EXPR, CONVERT_EXPR and NON_LVALUE_EXPR
5652 specially. Check for side effects only for COND_EXPR.
5653 * c-typeck.c (c_finish_stmt_expr): Mark statement expression
5654 return with TREE_NO_WARNING.
5656 2005-08-06 Richard Sandiford <richard@codesourcery.com>
5658 PR rtl-optimization/23233
5659 * loop.c (combine_movables): Require the modes to be the same.
5660 (move_movables): Remove handling of cases where the replacement
5661 had a different mode to the original.
5663 2005-08-05 James A. Morrison <phython@gcc.gnu.org>
5665 PR tree-optimization/23128
5666 * tree-vrp.c (vrp_int_const_binop): Check if unsigned addition or
5667 subtraction wrap, and set TREE_OVERFLOW if they do.
5669 2005-08-05 Richard Henderson <rth@redhat.com>
5672 * tree-cfg.c (remove_bb): Transmute DECL_NONLOCAL labels into
5673 FORCED_LABEL labels.
5675 2005-08-05 J"orn Rennecke <joern.rennecke@st.com>
5678 * reload.c (find_reloads_subreg_address): Pass down TYPE
5679 unchanged. Change all callers except find_reloads_toplev.
5681 2005-08-05 Michael Matz <matz@suse.de>
5683 * genattrtab.c (current_alternative_string): Remove.
5684 (SIMPLIFY_ALTERNATIVE): Ditto.
5685 (attr_alt_bit_p): Ditto.
5686 (alternative_name): Make const char *.
5687 (evaluate_eq_attr): Remove use of above things.
5688 (simplify_test_exp): Ditto.
5689 (simplify_test_exp <EQ_ATTR>): Guard for insn_code < 0 .
5690 (simplify_test_exp <AND>): Correct typo (test 'right' not 'left').
5692 2005-08-04 James E Wilson <wilson@specifix.com>
5694 * config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
5695 config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
5696 config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
5697 config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
5698 (LINK_SPEC): Delete useless %{Wl,*:%*} item.
5700 2005-08-04 Richard Henderson <rth@redhat.com>
5703 * params.def (PARAM_SRA_MAX_STRUCTURE_COUNT): New.
5704 * params.h (SRA_MAX_STRUCTURE_COUNT): New.
5705 * tree-sra.c (decide_block_copy): Use it. Disable element copy
5706 if we'd have to instantiate too many members.
5708 2005-08-04 Richard Henderson <rth@redhat.com>
5711 * tree-outof-ssa.c (coalesce_asm_operands): New.
5712 (coalesce_ssa_name): Use it. Split out ...
5713 (coalesce_phi_operands, coalesce_result_decls): ... these.
5715 2005-08-04 Paul Brook <paul@codesourcery.com>
5717 * read-rtl.c (read_quoted_string): Break if EOF.
5719 2005-08-04 Andrew Pinski <pinskia@physics.uc.edu>
5721 * tree.h (fold_build1): Change to macro and call fold_build1_stat.
5722 (fold_build2): Likewise.
5723 (fold_build3): Likewise.
5724 (fold_build1_stat): New function prototype.
5725 (fold_build2_stat): Likewise.
5726 (fold_build3_stat): Likewise.
5727 * fold-const.c (fold_build1): Rename to ..
5728 (fold_build1_stat): this. Add MEM_STAT_DECL. Pass the mem stats
5729 through to build1_stat.
5730 (fold_build2): Rename to ..
5731 (fold_build2_stat): this. Add MEM_STAT_DECL. Pass the mem stats
5732 through to build2_stat.
5733 (fold_build3): Rename to ..
5734 (fold_build3_stat): this. Add MEM_STAT_DECL. Pass the mem stats
5735 through to build3_stat.
5737 2005-08-04 David Edelsohn <edelsohn@gnu.org>
5738 Ian Lance Taylor <ian@airs.com>
5740 * function.c (assign_stack_local_1): Do not correct stack slot
5741 address if allocation size is smaller than mode size.
5743 2005-08-04 Diego Novillo <dnovillo@redhat.com>
5746 * tree-cfg.c (replace_uses_by): Call mark_new_vars_to_rename.
5747 (tree_merge_blocks): Propagate anything allowed by
5749 Clarify documentation.
5750 * passes.c (execute_todo): If cleanup_tree_cfg invalidated the
5751 SSA form, schedule an update if necessary.
5753 2005-08-04 Gerald Pfeifer <gerald@pfeifer.com>
5755 * doc/install.texi (Binaries): Remove broken link to
5756 Sinix/Reliant Unix binaries.
5758 2005-08-03 Richard Henderson <rth@redhat.com>
5761 * function.c (stack_protect_epilogue): Export.
5762 * tree.h (stack_protect_epilogue): Declare.
5763 * calls.c (expand_call): Call it.
5765 2005-08-03 Eric Christopher <echristo@apple.com>
5767 * gcc.c (LINK_SSP_SPEC): Add fstack-protector-all.
5768 * config/darwin.h (LINK_COMMAND_SPEC): Add link_ssp
5771 2005-08-04 Jan Hubicka <jh@suse.cz>
5773 * profile.c (branch_prob): Split edges with goto locus on them
5774 to get proper line counts.
5775 * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any.
5777 2005-08-03 Paul Brook <paul@codesourcery.com>
5779 * function.c (assign_parms): Round current_function_args_size
5780 to PARM_BOUNDARY, not STACK_BOUNDARY.
5782 2005-08-03 Geoffrey Keating <geoffk@apple.com>
5784 * config/i386/i386.c (x86_elf_aligned_common)
5785 (x86_output_aligned_bss): Don't try to use symbols that aren't defined.
5787 2005-08-03 Zdenek Dvorak <dvorakz@suse.cz>
5789 PR tree-optimization/23157
5790 * tree-scalar-evolution.c (scev_const_prop): Unshare trees
5791 before emitting them.
5793 2005-08-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5795 PR tree-optimization/19899
5796 * Makefile.in (tree-scalar-evolution.o): Add real.h.
5797 * tree-scalar-evolution.c: Include real.h.
5798 (add_to_evolution): Build constant -1 of correct type.
5800 2005-08-03 Jan Hubicka <jh@suse.cz>
5802 * cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.
5803 * cfgloopmanip.c (duplicate_loop_to_header_edge): Special case
5804 profile updating for complette unrolling.
5805 * loop-unroll.c (peel_loop_completely): Use it.
5806 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
5807 (tree_unroll_loops_completely): Disable code growing unrolling of cold
5810 2005-08-03 Paul Brook <paul@codesourcery.com>
5812 * combine.c (can_change_dest_mode): New function.
5813 (try_combine, simplify_set): Use it.
5815 2005-08-03 Eric Botcazou <ebotcazou@adacore.com>
5817 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Only force
5820 2005-08-03 Gerald Pfeifer <gerald@pfeifer.com>
5822 * doc/install.texi (Specific): Adjust link to openavr.org.
5823 (Specific): Remove broken reference to GCC 2.8.1 for OS/2.
5824 (Binaries): Adjust HP-UX Porting Center link.
5825 (Binaries): Adjust Free Software Foundation ordering link.
5827 2005-08-03 Andrew Pinski <pinskia@physics.uc.edu>
5829 * convert.c (convert_to_integer): Use fold_build1 instead of
5830 build1 when converting an integer to an integer.
5832 2005-08-02 Richard Henderson <rth@redhat.com>
5834 * combine.c (combine_instructions): Don't use reg_equal/equiv
5835 results if the mode doesn't match.
5837 2005-08-02 Mark Mitchell <mark@codesourcery.com>
5839 * config/i386/t-mingw32 (NATIVE_SYSTEM_HEADER_DIR): Set it.
5840 * doc/fragments.texi (NATIVE_SYSTEM_HEADER_DIR): Document it.
5842 2005-08-02 Richard Henderson <rth@redhat.com>
5845 * explow.c (memory_address): Remove special-case for
5846 virtual_stack_vars_rtx and virtual_incoming_args_rtx.
5848 2005-08-02 Diego Novillo <dnovillo@redhat.com>
5851 * tree-cfgcleanup.c (cleanup_tree_cfg): Do not limit the
5852 number of calls to cleanup_tree_cfg_1.
5854 2005-08-02 Martin Reinecke <martin@mpa-garching.mpg.de>
5856 * doc/invoke.texi: document file extensions .F90 and .F95
5858 2005-08-02 Richard Guenther <rguenther@suse.de>
5860 * fold-const.c (tree_expr_nonnegative_p): frexp(x, &e) is
5861 positive if its first argument is positive.
5863 2005-08-02 Richard Guenther <rguenther@suse.de>
5865 PR tree-optimization/23177
5866 * tree-ssa-operands.c (get_tmr_operands): Use get_expr_operands
5869 2005-08-02 James A. Morrison <phython@gcc.gnu.org>
5871 PR tree-optimization/23129
5872 * tree-vrp.c (extract_range_from_binary_expr): Set value range to
5873 varying for divisions with anti-ranges.
5875 2005-08-02 Jan Hubicka <jh@suse.cz>
5877 * tree-ssa-dom.c (thread_across_edge): Remove updating here.
5878 * tree-ssa-threadupdate.c (thread_block): Add it here.
5880 2005-08-01 James E Wilson <wilson@specifix.com>
5882 * config/mips/mips.c (mips_encode_section_info, mips_attribute_table,
5883 TARGET_ENCODE_SECTION_INFO, TARGET_ATTRIBUTE_TABLE): New.
5884 * config/mips/mips.h (SYMBOL_FLAG_LONG_CALL, SYMBOL_REF_LONG_CALL_P):
5886 * config/mips/predicates.md (const_call_insn_operand): Add check for
5887 SYMBOL_REF_LONG_CALL_P.
5888 * doc/extend.texi (long_call): Document the new attribute.
5890 2005-08-01 Ian Lance Taylor <ian@airs.com>
5891 Richard Henderson <rth@redhat.com>
5893 * Makefile.in (RTL_BASE_H): Add real.h.
5894 * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Use structure copy
5896 * emit-rtl.c (const_double_from_real_value): Likewise; use rtx.u.rv
5898 * rtl.c (rtl_check_failed_code_mode): New.
5899 * rtl.h (struct rtx_def): Add u.rv.
5900 (XCMWINT, XCNMPRV): New.
5901 (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Use XCMWINT.
5902 (CONST_DOUBLE_REAL_VALUE): Use XCNMPRV; constify.
5904 2005-08-01 Richard Henderson <rth@redhat.com>
5906 * dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG,
5907 with auto-inc codes.
5909 * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE.
5911 2005-08-01 Jan Hubicka <jh@suse.cz>
5913 * i386-protos.h (asm_preferred_eh_data_format): Declare.
5914 * i386.c: Include dwarf2.h
5915 (asm_preferred_eh_data_format): New.
5916 * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Move offline.
5918 2005-08-01 Ian Lance Taylor <ian@airs.com>
5920 * config/host-linux.c (linux_gt_pch_get_address): Add new name
5921 randomize_va_space for virtual address randomization control.
5923 2005-08-01 Steven Bosscher <stevenb@suse.de>
5925 * common.opt (flag_ipa_cp): Put in right place to maintain
5928 2005-08-01 Jan Hubicka <jh@suse.cz>
5930 * profile.c (compute_value_histograms): Fix thinko.
5931 * value-prof.c: Include toplev.h
5932 (check_counter): New function.
5933 (tree_divmod_fixed_value_transform, tree_mod_pow2_value_transform,
5934 tree_mod_subtract_transform): Add sanity check.
5936 2005-08-01 Richard Guenther <rguenther@suse.de>
5938 PR tree-optimization/23133
5939 * tree-ssa-math-opts.c (execute_cse_reciprocals): Walk
5940 current functions parameter decls to find defs to cse
5943 2005-08-01 Richard Guenther <rguenther@suse.de>
5945 PR tree-optimization/23109
5946 * tree-ssa-math-opts.c (execute_cse_reciprocals_1):
5947 If trapping math is in effect, use post-dominator information
5948 to check if we'd in any case reach a trapping point before
5949 doing the reciprocal insertion.
5950 (execute_cse_reciprocals): Compute post-dominators, if necessary.
5951 * tree-ssa-loop-im.c (determine_invariantness_stmt): RDIV
5952 expressions are invariant only if trapping math is not in effect.
5954 2005-08-01 Razya Ladelsky <razya@il.ibm.com>
5956 * cgraph.h (update_call_expr, cgraph_copy_node_for_versioning,
5957 cgraph_function_versioning): New declarations.
5958 * cgraphunit.c: Add include to ipa-prop.h.
5959 (update_call_expr, cgraph_copy_node_for_versioning,
5960 cgraph_function_versioning): New functions.
5961 * integrate.c (copy_decl_for_inlining): Remove.
5962 * ipa-prop.h (ipa_replace_map): New struct.
5963 (struct ipa_node): Add ipcp_orig_node, count_scale, new fields.
5964 * ipa-cp.c (ipcp_method_orig_node, ipcp_method_is_cloned,
5965 ipcp_method_set_orig_node, ipcp_cloned_create, ipcp_method_get_scale,
5966 ipcp_method_set_scale, ipcp_method_compute_scale, ipcp_after_propagate,
5967 ipcp_iterate_stage, ipcp_method_scale_print,
5968 ipcp_profile_mt_count_print, ipcp_profile_cs_count_print,
5969 ipcp_profile_edge_print, ipcp_profile_bb_print , ipcp_profile_print,
5970 ipcp_replace_map_create, ipcp_redirect, ipcp_update_callgraph,
5971 ipcp_update_bb_counts, ipcp_update_profiling,
5972 ipcp_update_edges_counts): New functions.
5973 (ipcp_method_cval_init): Remove restriction regarding local methods.
5974 (ipcp_init_stage): Add ipcp_method_compute_scale.
5975 (ipcp_insert_stage): Add versioning.
5976 (ipcp_structures_print): Add ipcp_method_scale_print.
5977 (ipcp_driver): Dump profiling info.
5978 * Makefile.in: Remove integrate.h dependency from tree-inline.o.
5979 Add ipa-prop.h dependency to tree-inline.o and cgraphunit.o.
5980 * tree-inline.c: Remove include to integrate.h, Add include ipa-prop.h.
5981 (struct inline_data): Add versioning_p, ipa_info, new fields.
5982 (remap_decl, mark_local_for_remap_r, setup_one_parameter,
5983 declare_return_variable): Replace calls to copy_decl_for_inlining with
5985 (copy_body_r, copy_bb, copy_cfg_body, copy_tree_r, inlining_p): Add
5987 (copy_decl_for_dup): Rename from copy_decl_for_inlining.
5988 Add argument VERSIONING.
5989 (copy_arguments_for_versioning, copy_static_chain,
5990 function_versionable_p, tree_versionable_function_p,
5991 tree_function_versioning, replace_ref_tree): New functions.
5992 * tree-inline.h: Include varray.h.
5993 (tree_versionable_function_p, tree_function_versioning,
5994 tree copy_decl_for_dup): New declarations.
5996 2005-08-01 Razya Ladelsky <razya@il.ibm.com>
5998 * ipa-cp.c: New file. Contains IPCP specific functionality.
5999 * ipa-prop.h: New file. Contains structures/definitions that can be
6000 used by several interprocedural data flow optimizations (and also IPCP).
6001 * ipa-prop.c: New file.
6002 * Makefile.in: Add ipa-cp.c, ipa-prop.h, ipa-prop.c.
6003 * common.opt: Add ipa-cp flag.
6004 * timevar.def: Add IPCP optimization.
6005 * tree-optimize.c (init_tree_optimization_passes): Schedule
6007 * tree-pass.h (pass_ipa_cp): Declare.
6009 2005-08-01 Kazu Hirata <kazu@codesourcery.com>
6011 * dwarf2out.c, fold-const.c, ipa-type-escape.c,
6012 loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c,
6013 tree-sra.c, config/arm/arm.c, config/crx/crx.c,
6014 config/i386/i386.c, config/mips/mips.h,
6015 config/rs6000/rs6000.h, config/sh/sh.c,
6016 config/stormy16/stormy16.c: Fix comment typos.
6018 2005-08-01 Joseph S. Myers <joseph@codesourcery.com>
6021 * c-typeck.c (build_binary_op): Use common_type wrapper on
6023 (common_type): Update comment.
6025 2005-07-31 Steven Bosscher <stevenb@suse.de>
6028 * common.opt (flag_gcse_after_reload): Don't initialize to 2.
6029 (flag_rerun_cse_after_loop): Initialize this to 2 instead.
6030 * postreload-gcse.c (hash_scan_set): Do not consider stack regs.
6032 2005-07-31 Jan Hubicka <jh@suse.cz>
6034 * pretty-print.h (pp_widest_integer): New macro.
6035 * tree-pretty-print.c (dump_bb_header): Print BB frequencies and
6038 2005-07-31 Jan Hubicka <jh@suse.cz>
6040 * output.h (enum section_category): Export from varasm.c
6041 (categorize_decl_for_section): Likewise.
6042 * varasm.c (enum section_category): Kill.
6043 (categorize_decl_for_section): Make global.
6044 * i386-protos.h (x86_output_aligned_bss, x86_elf_aligned_common):
6046 * i386.c (ix86_section_threshold): New static variable.
6047 (ix86_in_large_data_p, ix86_encode_section_info,
6048 x86_64_elf_unique_section,
6049 x86_64_elf_select_section): New functions.
6050 (TARGET_ENCODE_SECTION_INFO): Define
6051 (override_options): Enable medium model for PIC.
6052 (ix86_expand_prologue): Expand gen_set_got_rex64.
6053 (legitimate_constant_p): Handle new UNSPECs.
6054 (legitimate_pic_address_disp_p): Likewise.
6055 (legitimize_pic_address): Lower MEDIUM model addressing.
6056 * i386.h (PIC_OFFSET_TABLE_REGNUM): Set for medium model PIC.
6057 (enum cmodel): Add MEDIUM_PIC.
6058 (SYMBOL_REF_FAR_ADDR_P): New macro.
6059 (SYMBOL_FLAG_FAR_ADDR): New flag.
6060 * i386.md (movdi): Support medium model.
6061 (set_got_rex64): New pattern.
6062 * i386.opt (mlarge-data-threshold): New flag.
6063 * predicates.md (zext_operand/sext_operand): Deal with medium model.
6064 * x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Use x86_output_aligned_bss.
6065 (ASM_OUTPUT_ALIGNED_COMMON, TARGET_ASM_SELECT_SECTION,
6066 TARGET_ASM_UNIQUE_SECTION): New.
6068 * invoke.texi (-mlarge_data_threshold): Document
6070 2005-07-31 Jan Hubicka <jh@suse.cz>
6072 * tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.
6073 (coalesce_vars): Likewise.
6074 * tree-ssa-live.c (coalesce_cost): New.
6075 (build_tree_conflict_graph): Use coalesce_cost.
6076 * tree-ssa-live.h (coalesce_cost): Declare.
6078 2005-07-30 Richard Earnshaw <richard.earnshaw@arm.com>
6080 * arm.md (all peepholes for post-increment operations): Delete.
6081 (strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec)
6082 (loadqisi_preinc, loadqisi_predec, strsi_preinc, strsi_predec)
6083 (loadsi_preinc, loadsi_predec, strqi_shiftpreinc, strqi_shiftpredec)
6084 (loadqi_shiftpreinc, loadqi_shiftpredec, strsi_shiftpreinc)
6085 (strsishift_predec, loadsi_shiftpreinc, loadsi_shiftpredec): Delete.
6087 2005-07-30 James A. Morrison <phython@gcc.gnu.org>
6089 * fold-const.c (tree_expr_nonnegative_p): Always return true for
6092 2005-07-29 Wolfgang Bangerth <bangerth@dealii.org>
6095 * doc/invoke.texi: Document -rdynamic.
6097 2005-07-30 Joseph S. Myers <joseph@codesourcery.com>
6100 * c-parser.c (c_parser_parms_list_declarator): Call
6101 mark_forward_parm_decls.
6102 * c-decl.c (merge_decls): Only check DECL_IN_SYSTEM_HEADER for
6103 decls with visibility structure.
6105 2005-07-30 Paul Brook <paul@codesourcery.com>
6107 * config/arm/arm.c (arm_coproc_mem_operand): Fix inaccurate comment.
6109 2005-07-30 Paul Brook <paul@codesourcery.com>
6111 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
6113 * config/arm/arm.c (arm_canonicalize_comparison): Use correct limit
6115 * config/arm/arm.h (CANONICALIZE_COMPARISON): Pass mode argument.
6117 2005-07-29 Joseph S. Myers <joseph@codesourcery.com>
6120 * c-decl.c (warn_if_shadowing): Don't check for PARM_DECL in
6121 nested function declarators.
6122 (pushdecl): Don't call warn_if_shadowing for PARM_DECL.
6123 (grokparms): Call warn_if_shadowing for parameters used within the
6125 (store_parm_decls_newstyle): Call warn_if_shadowing for parameters
6126 not used within the parameter list.
6127 (store_parm_decls_oldstyle): Call warn_if_shadowing for parameters.
6129 2005-07-30 Jan Hubicka <jh@suse.cz>
6131 * expr.c (expand_expr_real_1): Do not load mem targets into register.
6132 * i386.c (ix86_fixup_binary_operands): Likewise.
6133 (ix86_expand_unary_operator): Likewise.
6134 (ix86_expand_fp_absneg_operator): Likewise.
6135 * optabs.c (expand_vec_cond_expr): Validate dest.
6137 2005-07-29 Joseph S. Myers <joseph@codesourcery.com>
6140 * real.c (real_from_string): Also set last bit if there is a
6141 nonzero hex digit beyond GCC's internal precision after ".".
6143 2005-07-29 David Edelsohn <edelsohn@gnu.org>
6145 * config/rs6000/altivec.md: Convert UNSPEC numerical values to
6146 define_constants. Change duplicate values to unassigned numbers.
6147 Change UNSPEC_SUBS to UNSPEC_VSUBS.
6148 (*altivec_vspltsf): New.
6149 (altivec_vperm_v4sf): Delete.
6150 (altivec_vperm_<mode>): Use mode macro V.
6151 (altivec_vsldoi_<mode>): Convert to mode macro pattern.
6152 (altivec_predicate_v4sf): Delete.
6153 (altivec_predicate_<mode>): Use mode macro V.
6154 (*altivec_lvesfx): New.
6155 (*altivec_stvesfx): New.
6156 (vec_realign_load_v4sf): Delete.
6157 (vec_realign_load_<mode>): Use mode macro V.
6158 * config/rs6000/rs6000.c (generate_set_vrsave): Use
6161 2005-07-29 Mark Mitchell <mark@codesourcery.com>
6164 * configure.ac (SYSTEM_HEADER_DIR): Avoid setting to empty
6166 * configure: Regenerated.
6168 2005-07-29 Paul Brook <paul@codesourcery.com>
6170 * doc/install.texi: Add link to GFortran binaries wiki page.
6172 2005-07-29 David Ung <davidu@mips.com>
6174 * config/mips/mips.c (mips_cpu_info_table): Add 5kf to the table.
6175 (mips_rtx_cost_data): Add costs for 5kc and 5kf.
6176 * config/mips/mips.h (processor_type): Add PROCESSOR_5KF.
6177 * config/mips/mips.md (cpu): Add 5kf name.
6178 (includes): Includes 5k.md.
6179 * config/mips/5k.md: New DFA pipeline for the 5kc/5kf.
6180 * doc/invoke.texi (MIPS Options): Updated cpu name supported with
6183 2005-07-29 Diego Novillo <dnovillo@redhat.com>
6186 * tree-cfgcleanup.c (cleanup_tree_cfg_1): Extract from ...
6187 (cleanup_tree_cfg): ... here.
6188 Call cleanup_tree_cfg_1 until there are no more cleanups to
6191 2005-07-29 James A. Morrison <phython@gcc.gnu.org>
6193 * tree-vrp.c (compare_range_with_value): Return true or false
6194 for ~[VAL_1, VAL_2] OP VAL if VAL_1 <= VAL <= VAL_2 for NE_EXPR and
6195 EQ_EXPR respectively.
6197 2005-07-29 Kazu Hirata <kazu@codesourcery.com>
6199 * cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
6202 2005-07-29 Diego Novillo <dnovillo@redhat.com>
6204 * tree-ssa-dom.c (struct opt_stats_d): Add field num_iterations.
6205 (tree_ssa_dominator_optimize): Increment it.
6206 (dump_dominator_optimization_stats): Print it.
6208 2005-07-29 Richard Earnshaw <richard.earnshaw@arm.com>
6209 Steven Bosscher <stevenb@suse.de>
6211 PR rtl-optimization/23117
6212 * sched-rgn.c (add_branch_dependences): Handle COND_EXEC correctly
6213 when head == tail. Tidy comment.
6215 2005-07-28 Richard Henderson <rth@redhat.com>
6217 * cse.c (exp_equiv_p): Special case CONST_DOUBLE.
6218 * cselib.c (rtx_equal_for_cselib_p): Likewise.
6219 * jump.c (rtx_renumbered_equal_p): Likewise.
6220 * loop.c (rtx_equal_for_loop_p): Tidy and special case PC, CC0,
6221 CONST_INT and CONST_DOUBLE.
6222 (rtx_equal_for_prefetch_p): Likewise, plus LABEL_REF.
6223 * reload.c (operands_match_p): Special case CONST_INT and
6224 CONST_DOUBLE; check mode earlier.
6226 2005-07-29 Joseph S. Myers <joseph@codesourcery.com>
6229 * c-typeck.c (convert_for_assignment): Do not check
6230 DECL_IN_SYSTEM_HEADER on NULL fundecl.
6232 2005-07-29 Joseph S. Myers <joseph@codesourcery.com>
6235 * c-typeck.c (composite_type): Prefer constant size arrays to
6238 2005-07-29 Joseph S. Myers <joseph@codesourcery.com>
6241 * real.c (real_from_string): Set last bit if there is a nonzero
6242 hex digit beyond GCC's internal precision.
6244 2005-07-28 Richard Henderson <rth@redhat.com>
6247 * cfgcleanup.c (try_forward_edges): Watch out for end of
6250 2005-07-28 James E Wilson <wilson@specifixinc.com>
6253 * doc/invoke.texi (Wstrict-aliasing=2): Fix misleading wording.
6255 2005-07-28 Jan Hubicka <jh@suse.cz>
6257 * Makefile.in (rtl-profile.o): Kill all traces of it.
6258 * common.opt (fspeculative-prefetching, ftree-based-profiling): Kill.
6259 * coverage.h (rtl_coverage_counter_ref): Kill.
6260 * opts.c (flag_speculative_prefetching_set): Kill.
6261 (flag_loop_optimize_set): New.
6262 (common_handle_option): Disable loop optimizer when profiling;
6263 do not handle speculative prefetching.
6264 * passes.c (init_optimization_passes): Replace pass_profiling combo
6265 by branch_prob pass.
6266 * profile.c (compute_value_histograms): Update for simplified value
6268 (rtl_register_profile_hooks): Kill.
6269 (pass_profiling): Kill.
6270 (rest_of_handle_branch_prob): Do not profile.
6271 * toplev.c (process_options): Remove speculative prefetching.
6272 * toplev.h (flag_tree_based_profiling): Kill.
6273 * tree-profile.c (prepare_instrumented_value,
6274 tree_gen_interval_profiler, tree_gen_pow2_profiler,
6275 tree_gen_one_value_profiler, do_tree_profiling): Update for
6276 simplified datastructures.
6277 * value-prof.c: Add comment that speculative prefetching was dropped;
6278 update rest of file for simplified datastructures.
6279 (NOPREFETCH_RANGE_MIN, NOPREFETCH_RANGE_MAX,
6280 rtl_divmod_values_to_profile, insn_prefetch_values_to_profile,
6281 find_mem_reference_1, find_mem_reference_2, find_mem_reference,
6282 rtl_values_to_profile, rtl_divmod_fixed_value, rtl_mod_pow2,
6283 rtl_mod_subtract, gen_speculative_prefetch,
6284 rtl_divmod_fixed_value_transform, rtl_mod_pow2_value_transform,
6285 rtl_mod_subtract_transform, speculative_prefetching_transform): Kill.
6286 (gate_handle_value_profile_transformations,
6287 rest_of_handle_value_profile_transformations,
6288 pass_value_profile_transformations): Kill.
6289 * value-prof.h (histogram_value_t): Remove IL based unions.
6290 (rtl_register_value_prof_hooks, rtl_register_profile_hooks,
6291 rtl_profile_hooks): Remove hooks.
6293 * invoke.texi (-ftree-based-profiling, -fspeculative-prefetching): Kill.
6295 * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.
6296 (cgraph_clone_node): Likewise.
6297 * cgraph.h (cgraph_clone_edge): Update prototype.
6298 (cgraph_clone_node): Likewise.
6299 * ipa-inline.c (cgraph_clone_inlined_nodes): Update call of
6301 (lookup_recursive_calls): Consider profile.
6302 (cgraph_decide_recursive_inlining): Fix updating; use new
6303 probability argument; use profile.
6304 * params.def (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY): New.
6305 * tree-inline.c (copy_bb): Update clal of clone_edge.
6306 * tree-optimize.c (tree_rest_of_compilation): UPdate cal of clone_node.
6308 * invoke.texi (min-inline-recursive-probability): Document.
6310 2005-07-28 Gerald Pfeifer <gerald@pfeifer.com>
6312 * doc/install.texi (Configuration): Update Valgrind homepage.
6314 2005-07-28 Richard Henderson <rth@redhat.com>
6317 * cfgrtl.c (rtl_merge_blocks): Call maybe_remove_eh_handler on
6318 labels we want to delete.
6319 (cfg_layout_merge_blocks): Likewise.
6321 2005-07-28 Richard Henderson <rth@redhat.com>
6324 * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
6325 when expanding to nothing.
6327 2005-07-28 Josh Conner <jconner@apple.com>
6329 * ipa-inline.c (update_caller_keys): Fix estimated_growth caching.
6330 (cgraph_decide_inlining_of_small_functions): Likewise.
6332 2005-07-28 Josh Conner <jconner@apple.com>
6334 * ipa-inline.c (cgraph_edge_badness): Update comments. Invert shift
6335 direction of badness if negative.
6336 (cgraph_default_inline_p): Add reason to parameters, and assign it
6338 (cgraph_decide_inlining_of_small_functions): New parameter in call
6339 to cgraph_default_inline_p.
6340 (cgraph_decide_inlining_incrementally): Likewise.
6341 * cgraphunit.c (decide_is_function_needed): Likewise.
6342 * cgraph.h (cgraph_default_inline_p): Likewise.
6344 2005-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6346 * builtins.c: Fix comment typo(s).
6347 * genautomata.c: Likewise.
6348 * gimplify.c: Likewise.
6349 * tree-dfa.c: Likewise.
6350 * tree-flow-inline.h: Likewise.
6351 * tree-into-ssa.c: Likewise.
6352 * tree-ssa-alias.c: Likewise.
6353 * tree-ssa-ccp.c: Likewise.
6354 * tree-ssa-copy.c: Likewise.
6355 * tree-ssa-dce.c: Likewise.
6356 * tree-ssa-dom.c: Likewise.
6357 * tree-ssa-operands.c: Likewise.
6358 * tree-tailcall.c: Likewise.
6359 * tree-vectorizer.c: Likewise.
6360 * tree-vrp.c: Likewise.
6363 2005-07-28 Jeff Law <law@redhat.com>
6365 * tree-vrp.c (test_for_singularity): Extracted from ...
6366 (simplify_cond_using_ranges): Attempt to simplify a relational
6367 test to NE_EXPR. Dump information when a COND_EXPR is simplified.
6369 2005-07-28 Dorit Nuzman <dorit@il.ibm.com>
6371 PR tree-optimization/22506
6372 * tree-vectorizer.c (update_phi_nodes_for_guard2): Skip loop-closed
6373 phis whose argument is constant.
6375 2005-07-28 J"orn Rennecke <joern.rennecke@st.com>
6377 PR rtl-optimization/18992
6378 Back out this patch:
6379 2003-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6380 PR optimization/12142
6381 * cse.c (count_reg_usage): In a SET with a REG SET_DEST, count the
6382 uses of the register in the SET_SRC. Remove unnecessary argument.
6384 Replace it with this:
6385 * cse.c (count_reg_usage): In INSN, JUMP_INSN and CALL_INSN cases,
6386 if flag_non_call_exceptions is set and the insn may trap, pass
6387 pc_rtx as dest for recursion.
6388 In SET_SRC part of SET case, if dest is already set, pass it down
6391 2005-07-28 Jan Hubicka <jh@suse.cz>
6393 * cfg.c (update_bb_profile_for_threading): Use RDIV.
6394 (scale_bbs_frequencies_int): Likewise, assert for possible overflow.
6395 (scale_bbs_frequencies_gcov_type): Be more curefull about overflows and
6397 * tree-cfg.c (tree_duplicate_sese_region): Use counts for updating
6398 profile when available.
6400 2005-07-28 Jan Beulich <jbeulich@novell.com>
6402 * config/ia64/ia64.c (ia64_load_pair_ok): New.
6403 (ia64_print_operand): Describe and handle 'X'.
6404 (ia64_register_move_cost): Also handle FP_REGS.
6405 (ia64_preferred_reload_class): Likewise.
6406 (ia64_secondary_reload_class): Likewise.
6407 (ia64_dependencies_evaluation_hook): New local variable c. Initialize
6408 it. Also check for ITANIUM_CLASS_FLDP.
6409 * config/ia64/ia64.h (FP_REGNO_P): New.
6410 (HARD_REGNO_MODE_OK): Remove explusion of TImode.
6411 (reg_class): Add FP_REGS.
6412 (REG_CLASS_NAMES): Adjust for it.
6413 (REG_CLASS_CONTENTS): Likewise.
6414 (REGNO_REG_CLASS): Use FP_REGS where appropriate.
6415 (REG_CLASS_FROM_LETTER): Handle 'x'.
6416 (CLASS_MAX_NREGS): Handle FP_REGS.
6417 (MEMORY_MOVE_COST): Likewise.
6418 * config/ia64/ia64.md (itanium_class): Add fldp.
6419 (type): Handle fldp.
6420 (movti_internal): More allowable operand combinations. Use ldfp8 when
6421 splitting unnecessary. Remove predicable attribute. Adjust
6422 itanium_class attribute.
6423 (smuldi3_highpart): Remove outdated comment.
6424 (mulditi3, umulditi3, rotlti3): New expanders.
6425 (addti3, subti3, mulditi3_internal, umulditi3_internal, negti2, rotlti3_internal): New insns.
6426 (absti2): Disabled new insn for future reference.
6427 Respective new splitters.
6428 * config/ia64/itanium1.md (1_fldp, 1b_fldp): New insn reservations.
6429 * config/ia64/itanium2.md (2_fldp, 2b_fldp): Likewise.
6430 * config/ia64/ia64-protos.h (ia64_load_pair_ok): New.
6432 2005-07-25 James A. Morrison <phython@gcc.gnu.org>
6434 PR rtl-optimization/23047
6435 * simplify-rtx.c (simplify_const_relational_operation): Respect
6436 flag_wrapv for comparisons with ABS.
6438 2005-07-27 James A. Morrison <phython@gcc.gnu.org>
6440 PR tree-optimization/22493
6441 * tree-vrp.c (extract_range_from_unary_expr): Deal with -fwrapv and
6442 VR_ANTI_RANGEs properly for NEGATE_EXPRs and ABS_EXPRs.
6444 2005-07-27 Aldy Hernandez <aldyh@redhat.com>
6446 * config/frv/frv.opt (moptimize-membar): New.
6448 * doc/invoke.texi: Document -moptimize-membar and its inverse.
6450 * config/frv/frv.h: Remove machine_function definition.
6452 * config/frv/frv.c (struct frv_io): New.
6453 (struct machine_function): Moved from frv.h. Add has_membar_p.
6454 (frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union)
6455 (frv_extract_membar, frv_io_check_address, frv_io_handle_set)
6456 (frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local)
6457 (frv_optimize_membar_global, frv_optimize_membar): New functions.
6458 (frv_reorg): Call frv_optimize_membar when appropriate.
6459 (bdesc_loads, bdesc_stores): Use the membar code as the icode field.
6460 (frv_expand_builtin): Adjust calls accordingly.
6461 (frv_io_address_cookie): New function.
6462 (frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal
6463 load or store rather than a special insn. Add ccnstant address and
6464 io-type operands to the membar.
6465 (frv_ifcvt_modify_tests): Unsign regno.
6466 (frv_ifcvt_modify_tests): Same.
6468 * config/frv/frv.md: Remove UNSPEC_BUILTIN_{LOAD,STORE}. Change
6469 UNSPEC_OPTIONAL_MEMBAR constant.
6470 (builtin_read_<mode>): Delete.
6471 (builtin_write_<mode>): Delete.
6472 ("optional_membar_<mode>"): Add operand.
6474 * testsuite/gcc.target/frv/all-builtin-read8.c: Delete.
6475 * testsuite/gcc.target/frv/all-builtin-read16.c: Delete.
6476 * testsuite/gcc.target/frv/all-builtin-read32.c: Delete.
6477 * testsuite/gcc.target/frv/all-builtin-read64.c: Delete.
6478 * testsuite/gcc.target/frv/all-builtin-write8.c: Delete.
6479 * testsuite/gcc.target/frv/all-builtin-write16.c: Delete.
6480 * testsuite/gcc.target/frv/all-builtin-write32.c: Delete.
6481 * testsuite/gcc.target/frv/all-builtin-write64.c: Delete.
6482 * testsuite/gcc.target/frv/all-read-write-1.c: New.
6484 2005-07-28 Kaz Kojima <kkojima@gcc.gnu.org>
6486 * df.c (df_uses_record): Handle SCRATCH.
6488 2005-07-28 Steven Bosscher <stevenb@suse.de>
6491 * passes.c (rest_of_decl_compilation): If decl is a type and
6492 we have encountered errors, don't emit debug information.
6494 2005-07-27 Kenneth Zadeck <zadeck@naturalbridge.com>
6496 * params.def: Fixed comment.
6498 2005-07-27 Bjoern Haase <bjoern.m.haase@web.de>
6501 * config/avr/avr.c (TARGET_ASM_ALIGNED_SI_OP): Add.
6502 (TARGET_ASM_UNALIGNED_HI_OP): Add.
6503 (TARGET_ASM_UNALIGNED_SI_OP): Add.
6505 2005-07-27 Steven Bosscher <stevenb@suse.de>
6508 * varasm.c (assemble_start_function): Don't do anything that may
6509 require a CFG if the current function is a thunk.
6511 2005-07-25 Geoffrey Keating <geoffk@apple.com>
6513 * doc/install.texi (Prerequisites): Mention that perl is needed
6514 to do export control in libstdc++ targetting Darwin.
6516 2005-07-27 Steven Bosscher <stevenb@suse.de>
6518 PR rtl-optimization/17808
6519 * sched-deps.c (sched_get_condition): Enable #if 0'ed code.
6520 (sched_insns_conditions_mutex_p): Split out from...
6521 (add_dependence): ...here. But don't call it from here.
6522 (add_dependence_list): Check sched_insns_conditions_mutex_p
6523 before calling add_dependence.
6524 (add_dependence_list_and_free): Likewise.
6525 (fixup_sched_groups): Likewise.
6526 (sched_analyze_1): Likewise.
6527 (sched_analyze_2): Likewise (and replace a "0" with REG_DEP_TRUE).
6528 (sched_analyze): Likewise.
6529 (sched_analyze_insn): Likewise.
6530 * sched-ebb.c (add_deps_for_risky_insns): Likewise.
6531 * sched-rgn.c (add_branch_dependences): Likewise. Also, add
6532 dependencies on all COND_EXEC insns to jumps ending basic blocks
6533 when doing intrablock scheduling.
6534 * sched-int.h (sched_insns_conditions_mutex_p): Add prototype.
6536 2005-07-27 Jeff Law <law@redhat.com>
6538 * tree-vrp.c (vrp_meet): Intersect the equivalency sets when
6539 meeting a VR_ANTI_RANGE with a VR_RANGE. When intersecting
6540 equivalency sets, correctly handle the case were vr0 has an
6541 equivalency set, but vr1 does not.
6543 2005-07-27 Dorit Nuzman <dorit@il.ibm.com>
6545 PR tree-optimization/23073
6546 * tree-vect-analyze.c (vect_analyze_data_refs_alignment): Call
6547 vect_print_dump_info before fprintf.
6549 2005-07-27 Zdenek Dvorak <dvorakz@suse.cz>
6551 PR tree-optimize/22348
6552 * tree-ssa-loop-niter.c (number_of_iterations_cond):
6553 Fold the partial computation.
6555 2005-07-27 Zdenek Dvorak <dvorakz@suse.cz>
6557 PR tree-optimization/22325
6558 * tree-flow.h (compute_phi_arg_on_exit, force_expr_to_var_cost):
6560 * tree-scalar-evolution.c (scev_const_prop): Add generic final
6562 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Split from ...
6563 (force_var_cost): ... this function.
6564 (compute_phi_arg_on_exit): Export.
6566 2005-07-27 Zdenek Dvorak <dvorakz@suse.cz>
6568 PR tree-optimization/20773
6569 * tree-ssa-loop-ch.c (copy_loop_headers): Select the correct latch
6572 2005-07-27 Richard Guenther <rguenther@suse.de>
6574 * tree-ssa-structalias.c (push_fields_onto_fieldstack):
6575 Avoid pushing again if current struct contains only
6576 fields we decomposed.
6578 2005-07-27 Jan Hubicka <jh@suse.cz>
6580 PR tree-optimization/22574
6581 * cgraph.c (cgraph_function_body_availability): Unanalyzed bodies are
6584 * tree-tailcall.c (decrease_profile): New function.
6585 (eliminate_tail_call): Use it.
6587 * cgraphunit.c (cgraph_function_and_variable_visibility): Set
6588 visibility flags correctly in whole program mode.
6590 2005-07-26 Steve Ellcey <sje@cup.hp.com>
6592 PR rtl-optimization/22472
6593 * config/pa/pa.h (HARD_REGNO_RENAME_OK): Define.
6595 2005-07-26 Steven Bosscher <stevenb@suse.de>
6597 PR tree-optimization/22504
6598 * tree-complex.c (expand_complex_addition): Use 'code' instead
6599 of MINUS_EXPR for (VARYING, ONLY_IMAG) and (ONLY_IMAG, VARYING).
6601 2005-07-26 Aldy Hernandez <aldyh@redhat.com>
6603 * config.gcc (cpu_type): Add frv case.
6604 (with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
6605 (supported_defaults): Add fr550 case.
6607 2005-07-26 Diego Novillo <dnovillo@redhat.com>
6610 * tree-ssa-alias.c (may_alias_p): Remove shortcut that tests
6611 whether a pointer of type T * may point to objects of type T *.
6613 2005-07-26 DJ Delorie <dj@redhat.com>
6615 * configure: Regenerate.
6617 2005-07-26 Dale Johannesen <dalej@apple.com>
6619 * postreload-gcse.c (alloc_mem): Start CUID numbering at 1.
6621 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6623 * doc/install.texi (--with-build-sysroot): Fix grammatical error.
6624 Clarify use of "build" in name.
6626 2005-07-26 Aldy Hernandez <aldyh@redhat.com>
6628 * doc/extend.texi (Raw read/write Functions): New section.
6629 * testsuite/gcc.target/frv/all-builtin-read8.c: New.
6630 * testsuite/gcc.target/frv/all-builtin-read16.c: New.
6631 * testsuite/gcc.target/frv/all-builtin-read32.c: New.
6632 * testsuite/gcc.target/frv/all-builtin-read64.c: New.
6633 * testsuite/gcc.target/frv/all-builtin-write8.c: New.
6634 * testsuite/gcc.target/frv/all-builtin-write16.c: New.
6635 * testsuite/gcc.target/frv/all-builtin-write32.c: New.
6636 * testsuite/gcc.target/frv/all-builtin-write64.c: New.
6637 * config/frv/frv.c: Add bdesc_loads global.
6638 Add bdesc_stores global.
6639 (frv_init_builtins): Add support for __builtin_{read/write}*.
6640 (frv_volatile_memref): New.
6641 (frv_expand_load_builtin): New.
6642 (frv_expand_store_builtin): New.
6643 * config/frv/frv.h (frv_builtins): Add FRV_BUILTIN_SCAN,
6644 FRV_BUILTIN_READ8, FRV_BUILTIN_READ16, FRV_BUILTIN_READ32,
6645 FRV_BUILTIN_READ64, FRV_BUILTIN_WRITE8, FRV_BUILTIN_WRITE16,
6646 FRV_BUILTIN_WRITE32, FRV_BUILTIN_WRITE64.
6647 * config/frv/frv.md (unspecs): Add UNSPEC_BUILTIN_LOAD,
6648 UNSPEC_BUILTIN_STORE, UNSPEC_OPTIONAL_MEMBAR.
6649 (builtin_read_<mode>): New.
6650 (builtin_write_<mode>): New.
6651 (builtin_write64): New.
6652 (optional_membar_<mode>): New.
6654 2005-07-26 J"orn Rennecke <joern.rennecke@st.com>
6656 * emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
6657 (rather than units) against HOST_BITS_PER_WIDE_INT.
6659 2005-07-26 Kazu Hirata <kazu@codesourcery.com>
6661 * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
6662 ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
6663 ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
6664 config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
6667 * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
6668 tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
6669 config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
6671 * doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.
6673 2005-07-26 Richard Guenther <rguenther@suse.de>
6675 PR tree-optimization/22486
6676 * fold-const.c (fold_unary): Fold away useless component
6677 references of the form (T *)&T.x, if the address
6680 2005-07-25 James E Wilson <wilson@specifixinc.com>
6682 * dwarf2out.c (add_call_src_coords_attributes): New.
6683 (gen_inlined_subroutine_die): Call it.
6684 (maybe_emit_file, init_file_table): Add comments.
6685 (prune_unused_types_walk_attribs): Pass DW_AT_call_file through
6687 * tree-inline.c (remap_block): Copy BLOCK_SOURCE_LOCATION.
6688 (expand_call_inline): Set BLOCK_SOURCE_LOCATION.
6689 * tree.h (BLOCK_SOURCE_LOCATION): New.
6690 (struct tree_block): New field locus.
6692 2005-07-26 Andreas Schwab <schwab@suse.de>
6694 PR rtl-optimization/23043
6695 * postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
6696 when allocating a struct unoccr.
6698 2005-07-25 Richard Henderson <rth@redhat.com>
6701 * tree-complex.c (gate_no_optimization): True if errors.
6702 * Makefile.in (tree-complex.o): Update dependencies.
6704 2005-07-25 Aldy Hernandez <aldyh@redhat.com>
6706 * config/frv/predicates.md (integer_register_operand): Use
6709 2005-07-25 Andrew Pinski <pinskia@physics.uc.edu>
6712 * tree-ssa-ccp.c (fold_stmt_inplace): Strip useless type conversions
6714 * tree-ssa-propagate.c (set_rhs): Reject invalid conditional operands.
6716 2005-07-25 Andrew Pinski <pinskia@physics.uc.edu>
6718 * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
6719 types when flag_unsafe_math_optimizations is true.
6721 2005-07-25 Mark Mitchell <mark@codesourcery.com>
6723 * gcc.c (option_map): Add --sysroot.
6724 (process_command): Handle --sysroot.
6725 (display_help): Document it.
6726 * doc/cppopts.tex (-isysroot): Document.
6727 * doc/invoke.texi (--sysroot): Document.
6728 * doc/install.texi (--with-build-sysroot): Document.
6730 * Makefile.in (inhibit_libc): New variable.
6731 (INHIBIT_LIBC_CFLAGS): Likewise.
6732 (LIBGCC2_CFLAGS): Include
6733 $(INHIBIT_LIBC_CFLAGS).
6734 (CRTSTUFF_CFLAGS): Include $(INHIBIT_LIBC_CFLAGS).
6735 ($(T)crtbegin.o): Do not use @inhibit_libc@.
6736 ($(T)crtend.o): Likewise.
6737 ($(T)crtbeginS.o): Do not use @inhibit_libc@.
6738 ($(T)crtendS.o): Likewise.
6739 ($(T)crtbeginT.o): Do not use @inhibit_libc@.
6740 ($(T)crtendT.o): Likewise.
6741 (stmp-fixinc): Do not complain about missing headers if
6743 * configure.ac (inhibit_libc): Set it to true/false.
6744 (--with-build-sysroot): New option. Use it to set
6746 * configure: Regenerated.
6748 2005-07-25 Manfred Hollstein <mh@suse.com>
6750 * calls.c (store_one_arg): Fix unsigned comparison warning.
6752 2005-07-25 Serge Belyshev <belyshev@depni.sinp.msu.ru>
6755 * ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
6756 (ggc_print_statistics): Initialize variable before use.
6758 2005-07-25 Richard Guenther <rguenther@suse.de>
6760 * tree-dfa.c (mark_new_vars_to_rename): Protect against
6761 calling with a PHI_NODE argument.
6763 * tree-flow-inline.h (overlap_subvar): Protect against
6766 2005-07-25 Paolo Bonzini <bonzini@gnu.org>
6768 * aclocal.m4 (gcc_AC_CHECK_TOOL): Add /bin to default directory.
6769 * configure: Regenerate.
6771 2005-07-25 Ira Rosen <irar@il.ibm.com>
6773 * expr.c (highest_pow2_factor): Make extern.
6774 * tree-data-ref.c (ptr_decl_may_alias_p): New function.
6775 (ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
6776 record_array_differ_p, array_ptr_differ_p): Likewise.
6777 (base_object_differ_p): Rename (from array_base_name_differ_p). Support
6778 additional cases. Call the above functions.
6779 (base_addr_differ_p): Moved from tree-vect-analyze.c. Call
6780 base_object_differ_p when there are two base objects. Otherwise, compare
6781 base address and offset. Call may_alias_p.
6782 (dump_data_reference): Use a correct field name.
6783 (analyze_array): Make static. Initialize new data-ref fields.
6784 (analyze_indirect_ref): New function.
6785 (init_data_ref): Initialize new data-ref fields.
6786 (strip_conversion): Moved from tree-vect-analyze.c.
6787 (analyze_offset_expr, get_ptr_offset, address_analysis,
6788 object_analysis): Likewise.
6789 (analyze_offset): New function.
6790 (create_data_ref): Likewise.
6791 (initialize_data_dependence_relation): Call base_addr_differ_p. Compare
6792 dimensions for ARRAY_REFs only.
6793 (build_classic_dist_vector): Make static.
6794 (access_functions_are_affine_or_constant_p): Call macro to get the
6795 address of access functions.
6796 (compute_all_dependences): Add new parameter
6797 compute_self_and_read_read_dependences. Compute self and read-read
6798 dependences if it is true.
6799 (find_data_references_in_loop): Call create_data_ref. Initialize new
6801 (compute_data_dependences_for_loop): Add new parameter
6802 compute_self_and_read_read_dependences. Remove parameter nb_loops,
6803 compute nb_loops. Call compute_all_dependences,
6804 build_classic_dist_vector and build_classic_dir_vector with correct
6806 (analyze_all_data_dependences): Call compute_data_dependences_for_loop
6807 with correct parameters. Compare dimensions for ARRAY_REFs only.
6808 (free_data_refs): Call macro to free access functions.
6809 * tree-data-ref.h (struct first_location_in_loop): New structure. Move
6810 fields from stmt_vinfo.
6811 (struct base_object_info): New structure.
6812 (struct data_reference): Move fields to base_object_info. Add fields
6813 first_location and object_info for above structures. Move fields from
6814 stmt_info: memtag, ptr_info, subvars, misalignment. Add new field
6815 aligned_to. Add macros to access the new fields.
6816 Update functions declarations.
6817 * tree-flow.h (is_aliased_with): Declare.
6818 * tree-loop-linear.c (linear_transform_loops): Call
6819 compute_data_dependences_for_loop with correct parameters.
6820 * tree-ssa-alias.c (is_aliased_with): New function.
6821 * tree-vect-analyze.c (vect_get_ptr_offset): Remove.
6822 (vect_analyze_offset_expr, vect_base_addr_differ_p): Likewise.
6823 (vect_analyze_data_ref_dependence): Get ddr. Remove call to
6824 vect_base_addr_differ_p, compute_subscript_distance and
6825 build_classic_dist_vector. Add printings. Check absolute value of
6827 (vect_analyze_data_ref_dependences): Go through ddrs instead of
6829 (vect_compute_data_ref_alignment): Get the fields of data-ref instead of
6830 stmt. Check aligned_to. Check if the base is aligned. Remove conversion
6831 to bytes. Add printing.
6832 (vect_compute_data_refs_alignment): Go through loads and stores in one
6834 (vect_enhance_data_refs_alignment, vect_analyze_data_refs_alignment,
6835 vect_analyze_data_ref_access): Likewise.
6836 (vect_analyze_pointer_ref_access): Remove.
6837 (vect_address_analysis, vect_object_analysis): Likewise.
6838 (vect_analyze_data_refs): Call compute_data_dependences_for_loop to find
6839 and analyze data-refs in the loop.
6840 * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): Get the
6841 fields of data-ref instead of stmt. Add init to the offset from the
6843 (vect_create_data_ref_ptr): Get the fields of data-ref instead of stmt.
6844 (vect_update_init_of_dr): Likewise.
6845 (vect_update_inits_of_drs): Go through loads and stores in one loop.
6846 * tree-vectorizer.c (new_stmt_vec_info): Remove initialization of
6848 (new_loop_vec_info): Initialize new fields.
6849 (destroy_loop_vec_info): Free new fields.
6850 (vect_strip_conversion): Remove.
6851 * tree-vectorizer.h (enum verbosity_levels): Add new verbosity level.
6852 (struct _loop_vec_info): Unify data_ref_writes and data_ref_reads into
6853 datarefs. Add new field ddrs.
6854 Add macros for the new fields access.
6855 (struct _stmt_vec_info): Remove: base_address, initial_offset, step,
6856 base_aligned_p, misalignment, memtag, ptr_info and subvars.
6857 Remove their macros.
6858 * tree.h (highest_pow2_factor): Declare.
6860 2005-07-25 Jakub Jelinek <jakub@redhat.com>
6862 * calls.c (store_one_arg): Check for sibling call MEM arguments
6863 from already clobbered incoming argument area.
6865 2005-07-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6867 * c-common.c (check_missing_format_attribute): New.
6868 * c-common.h (check_missing_format_attribute): Likewise.
6869 * c-typeck.c (convert_for_assignment): Use it.
6871 2005-07-24 Andreas Schwab <schwab@suse.de>
6873 * config/m68k/m68k.md ("extendqidi2"): When source is an address
6874 register use a word move. Correct operand of ext.w in 68000 code.
6876 2005-07-23 Mark Mitchell <mark@codesourcery.com>
6878 * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
6879 variables as declarations, rather than definitions.
6881 2005-07-24 Ira Rosen <irar@il.ibm.com>
6883 PR tree-optimization/22526
6884 * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
6887 2005-07-24 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6889 * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
6890 that C99 reserve for future use. Use it to define clog10,
6891 clog10f and clog10l.
6893 2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6895 * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
6896 * configure.ac: Check for -Wmissing-format-attribute.
6898 * configure: Regenerate.
6900 2005-07-23 Richard Henderson <rth@redhat.com>
6902 PR tree-optimization/22623
6903 * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.
6905 2005-07-23 Giovanni Bajo <giovannibajo@libero.it>
6908 * config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.
6910 2005-07-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6912 * Makefile.in (C_TREE_H): Update dependencies.
6913 * c-tree.h: Include toplev.h.
6914 * diagnostic.h (diagnostic_set_info): Add format attribute.
6915 * rtl-error.c (diagnostic_for_asm): Likewise.
6917 2005-07-23 Chao-ying Fu <fu@mips.com>
6919 * config/mips/mips-dsp.md: New file.
6920 * config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
6921 * config/mips/mips.c (mips_function_type): Add types for DSP builtin
6923 (mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
6924 MIPS_BUILTIN_BPOSGE32.
6925 (mips_expand_builtin_direct): Add one parameter to indicate that
6926 builtin functions need to return a value.
6927 (mips_expand_builtin_bposge): New for expanding "bposge" builtin
6929 (mips_regno_to_class): Add classes for 12 new DSP registers.
6930 (mips_subword): Change to check four HI registers.
6931 (mips_output_move): Output move to and from 6 new DSP accumulators.
6932 (override_options): Make sure -mdsp and -mips16 are not used together.
6933 Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS. Enable DSP accumulators
6935 (mips_conditional_register_usage): Disable 6 new DSP accumulators
6937 (print_operand): Add 'q' for printing DSP accumulators.
6938 (mips_cannot_change_mode_class): Check ACC_REGS.
6939 (mips_secondary_reload_class): Check ACC_REGS.
6940 (mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
6941 (mips_register_move_cost): Check ACC_REGS.
6942 (CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
6943 (CODE_FOR_mips_subu_qb): New code-aliasing macros.
6944 (DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
6945 (dsp_bdesc): New array.
6946 (bdesc_arrays): Add DSP builtin function table.
6947 (mips_prepare_builtin_arg): Check predicate again after
6949 (mips_expand_builtin): Add one more parameter to
6950 mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
6951 MIPS_BUILTIN_BPOSGE32.
6952 (mips_init_builtins): Initialize new function types.
6953 (mips_expand_builtin_direct): Check if builtin functions need to
6954 return a value and pass operands properly.
6955 (mips_expand_builtin_bposge): New function.
6956 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
6957 (ASM_SPEC): Map -mdsp to -mdsp in GAS.
6958 (FIRST_PSEUDO_REGISTER): Increase to 188.
6959 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
6960 Update for 12 new DSP registers.
6961 (DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
6962 (AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
6963 (DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
6964 (reg_class): Add DSP_ACC_REGS and ACC_REGS.
6965 (REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
6966 (REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
6967 (REG_ALLOC_ORDER): Update for 12 new DSP registers.
6968 (mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
6969 (UIMM6_OPERAND, IMM10_OPERAND): New macros.
6970 (EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
6971 (REGISTER_NAMES): Add names for 12 new DSP registers.
6972 * config/mips/mips.md: Include mips-dsp.md.
6973 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
6974 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
6975 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
6976 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
6977 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
6978 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
6979 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
6980 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
6981 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
6982 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
6983 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
6984 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
6985 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
6986 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
6987 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
6988 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
6989 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
6990 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
6991 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
6992 (UNSPEC_RDDSP): New constants.
6993 (*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
6994 (*movsi_internal): Change 'x' to 'a' for ACC_REGS. Add an
6996 * config/mips/mips.opt (-mdsp): New option.
6997 * config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
6998 (reg_imm10_operand): New predicates.
6999 * doc/extend.texi (MIPS DSP Built-in Functions): New section.
7000 * doc/invoke.texi (-mdsp): Document new option.
7002 2005-07-22 DJ Delorie <dj@redhat.com>
7004 * c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
7006 * tree-inline.c (inlinable_function_p): Likewise.
7008 2005-07-22 Mark Mitchell <mark@codesourcery.com>
7011 * toplev.c (check_global_declarations): Do not mark undefined
7012 variables as DECL_IGNORED_P.
7013 * varasm.c (first_global_object_name): GTY it.
7014 (weak_global_object_name): Likewise.
7015 (notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
7016 a string to go into {weak,first}_global_object_name.
7018 2005-07-22 DJ Delorie <dj@redhat.com>
7020 * c-format.c (check_function_format): Change warning control
7021 option from OPT_Wattribute to OPT_Wmissing_format_attribute.
7023 2005-07-22 Diego Novillo <dnovillo@redhat.com>
7025 * tree-ssa-alias.c (count_ptr_derefs): Do not consider
7026 &PTR->FLD a dereference of PTR.
7027 * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
7028 a potential dereference of PTR.
7030 2005-07-22 J"orn Rennecke <joern.rennecke@st.com>
7032 PR rtl-optimization/20370
7033 * ifcvt.c (dead_or_predicable): Before calling propagate_block,
7034 call allocate_reg_info if necessary.
7036 PR rtl-optimization/21848
7037 * calls.c (emit_library_call_value_1): For const functions, add
7038 USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.
7040 PR rtl-optimization/22445
7041 * cselib.c (target.h): Include.
7042 (rtx_equal_for_cselib_p): Allow commutative matches.
7043 (cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
7044 Remove MODE parameter. Changed all callers.
7046 PR rtl-optimization/22258
7047 * combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
7049 (try_combine): Use likely_spilled_retval_p.
7051 2005-07-22 Paul Woegerer <paul.woegerer@nsc.com>
7053 * config.gcc: Add crx-elf support.
7055 * doc/contrib.texi: Mention crx.
7056 * doc/extend.texi: Document crx extensions.
7057 * doc/install.texi: Document crx install.
7058 * doc/invoke.texi: Document crx options.
7059 * doc/md.texi: Document crx constraints.
7061 * config/crx/crx-protos.h: New file.
7062 * config/crx/crx.c: New file.
7063 * config/crx/crx.h: New file.
7064 * config/crx/crx.md: New file.
7065 * config/crx/crx.opt: New file.
7066 * config/crx/t-crx: New file.
7068 2005-07-22 Manfred Hollstein <mh@suse.com>
7070 * tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
7072 (int_add_graph_edge): Likewise.
7073 (collapse_nodes): Likewise.
7074 (process_unification_queue): Likewise.
7076 2005-07-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7077 Laurent GUERBY <laurent@guerby.net>
7079 PR tree-optimization/22336
7080 * function.c (record_block_change): Check for
7081 cfun->ib_boundaries_block.
7083 2005-07-21 James A. Morrison <phython@gcc.gnu.org>
7085 * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
7086 (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.
7088 2005-07-21 DJ Delorie <dj@redhat.com>
7090 * toplev.c (warn_deprecated_use): Add warning control to warning
7092 * c-typeck.c (parser_build_binary_op): Likewise.
7093 (c_finish_if_stmt): Likewise.
7094 * c-common.c (check_function_sentinel): Likewise.
7095 (check_nonnull_arg): Likewise.
7097 2005-07-21 Richard Henderson <rth@redhat.com>
7100 * tree-complex.c (complex_ssa_name_components): New.
7101 (cvc_lookup): Allow entry not found.
7102 (create_components): Remove.
7103 (create_one_component_var, get_component_var): New.
7104 (get_component_ssa_name, set_component_ssa_name): New.
7105 (extract_component): Use get_component_ssa_name.
7106 (update_complex_components): Use set_component_ssa_name.
7107 (update_complex_components_on_edge): Likewise.
7108 (update_phi_components): Create new PHI nodes directly, instead
7109 of adding insns to edges.
7110 (tree_lower_complex): Allocate and free complex_variable_components
7111 and complex_ssa_name_components here.
7113 2005-07-20 Daniel Berlin <dberlin@dberlin.org>
7115 * alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
7116 revert to returning false.
7118 2005-07-21 Uros Bizjak <uros@kss-loka.si>
7121 * config/i386/i386.md (sse_movhlps): Fix vec_select values.
7123 2005-07-21 Uros Bizjak <uros@kss-loka.si>
7126 * config/i386/i386.md (cmpxf): Change operand constraints
7127 to "nonmemory_operand".
7129 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
7131 * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.
7133 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
7136 * fold-const.c (fold_build1): Add checksum for the operands.
7137 (fold_build2): Likewise.
7138 (fold_build3): Likewise.
7140 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
7143 * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".
7145 2005-07-21 Paolo Bonzini <bonzini@gnu.org>
7147 * common.opt (-fforward-propagate): Committed by mistake,
7150 2005-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7152 * reg-stack.c: Fix comment typo(s).
7153 * tree-ssa-operands.c: Likewise.
7154 * tree-vectorizer: Likewise.
7156 2005-07-21 Nick Clifton <nickc@redhat.com>
7158 * config/sh/symbian.c: Replace C++ style line comments with C
7159 style line comments.
7160 (symbian_add_attribute): Do not use a ? operator on the LHS of
7162 (sh_symbian_handle_dll_attribute): Change the type of the
7163 method vector to "VEC(tree,gc)*" and use vector accessor
7164 macros to walk over the elements.
7165 (symbian_export_vtable_and_rtti_p): Likewise.
7166 (symbian_class_needs_attribute_p): Likewise.
7168 2005-07-21 Paolo Bonzini <bonzini@gnu.org>
7171 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
7172 initialize targetm.resolve_overloaded_builtin here.
7173 (altivec_expand_overloaded_builtin): Make it non-static.
7174 * config/rs6000/rs6000-protos.h
7175 (altivec_expand_overloaded_builtin): New prototype.
7176 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
7177 targetm.resolve_overloaded_builtin here.
7178 * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.
7180 2005-07-21 Paolo Bonzini <bonzini@gnu.org>
7181 Zdenek Dvorak <dvorakz@suse.cz>
7183 PR tree-optimization/19210
7184 * common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
7186 * Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
7187 * loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
7188 rely on unproven assumptions.
7189 * predict.c (predict_loops): Adjust call to number_of_iterations_exit.
7190 * tree-flow.h (number_of_iterations_exit): Add final parameter.
7191 * tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
7192 to number_of_iterations_exit.
7193 * tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
7194 * tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
7195 * tree-ssa-loop-niter.c (find_loop_niter,
7196 estimate_numbers_of_iterations_loop): Likewise.
7197 (number_of_iterations_exit): Honor the new options.
7198 * doc/invoke.texi (Wunsafe-loop-optimizations,
7199 funsafe-loop-optimizations): Document them.
7201 2005-07-21 Richard Sandiford <richard@codesourcery.com>
7203 PR rtl-optimization/22167
7204 * gcse.c (hoist_code): Fix hoist_exprs[] check.
7206 2005-07-20 Adam Nemet <anemet@lnxw.com>
7208 * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
7209 __do_global_dtors_aux longcall.
7211 2005-07-20 Kazu Hirata <kazu@cs.umass.edu>
7213 * gensupport.c (old_preds): Don't reference PREDICATE_CODES.
7214 (old_special_pred_table): Don't reference
7215 SPECIAL_MODE_PREDICATES.
7216 * system.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES): Poison.
7217 * config/arc/arc.h: Don't mention PREDICATE_CODES.
7218 * config/sh/predicates.h: Don't mention
7219 SPECIAL_MODE_PREDICATES.
7220 * doc/tm.texi (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
7223 2005-07-20 DJ Delorie <dj@redhat.com>
7225 * config.gcc: Add m32c-elf support.
7227 * doc/contrib.texi: Mention m32c.
7228 * doc/extend.texi: Document m32c extensions.
7229 * doc/install.texi: Mention m32c.
7230 * doc/invoke.texi: Document m32c options.
7231 * doc/md.texi: Document m32c constraints.
7233 * config/m32c/addsub.md: New file.
7234 * config/m32c/bitops.md: New file.
7235 * config/m32c/cond.md: New file.
7236 * config/m32c/jump.md: New file.
7237 * config/m32c/m32c-lib1.S: New file.
7238 * config/m32c/m32c-lib2.c: New file.
7239 * config/m32c/m32c-modes.def: New file.
7240 * config/m32c/m32c-pragma.c: New file.
7241 * config/m32c/m32c-protos.h: New file.
7242 * config/m32c/m32c.abi: New file.
7243 * config/m32c/m32c.c: New file.
7244 * config/m32c/m32c.h: New file.
7245 * config/m32c/m32c.md: New file.
7246 * config/m32c/m32c.opt: New file.
7247 * config/m32c/minmax.md: New file.
7248 * config/m32c/mov.md: New file.
7249 * config/m32c/muldiv.md: New file.
7250 * config/m32c/predicates.md: New file.
7251 * config/m32c/prologue.md: New file.
7252 * config/m32c/shift.md: New file.
7253 * config/m32c/t-m32c: New file.
7255 2005-07-20 Kaz Kojima <kkojima@gcc.gnu.org>
7257 * config/sh/sh.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
7258 (stack_protect_set, stack_protect_test): New expanders.
7259 (stack_protect_set_si, stack_protect_set_si_media,
7260 stack_protect_set_di_media, stack_protect_test_si,
7261 stack_protect_test_si_media, stack_protect_test_di_media):
7264 2005-07-20 Andrew Pinski <pinskia@physics.uc.edu>
7266 * c-typeck.c (output_init_element): Don't copy the INTEGER_CST.
7268 2005-07-20 James A. Morrison <phython@gcc.gnu.org>
7270 * tree.h (tree_expr_nonzero_p): Export.
7271 * fold-const.c (tree_expr_nonzero_p): Likewise.
7272 Return true for CALL_EXPRs that are alloca calls.
7273 (fold_binary): Use omit_one_operand when checking EQ_EXPRs or NE_EXPRs
7275 * tree-flow.h (expr_computes_nonzero): Remove.
7276 * tree-vrp.c (expr_computes_nonzero): Remove.
7277 (vrp_expr_computes_nonzero): Use tree_expr_nonzero_p.
7278 (extract_range_from_unary_expr): Likewise.
7279 * tree-ssa-dom.c (record_equivalences_from_stmt): Use
7280 tree_expr_nonzero_p.
7282 2005-07-20 Bernd Schmidt <bernd.schmidt@analog.com>
7284 * config/bfin/bfin-protos.h (legitimize_pic_address): Don't declare.
7285 * config/bfin/bfin.c (legitimize_pic_address): Now static. Take
7286 extra arg "picreg" and use it instead of pic_offset_table_rtx.
7287 All callers changed.
7288 (frame_related_constant_load): New arg "related" which controls
7289 setting of RTX_FRAME_RELATED_P. All callers changed.
7290 (bfin_load_pic_reg): New function, broken out of bfin_expand_prologue.
7291 (bfin_expand_prologue): Add stack limit checking.
7292 * config/bfin/bfin.md (trapifcc): New pattern.
7294 * config/bfin/bfin.c: Include "langhooks.h".
7295 (def_builtin): Go through lang_hooks to call builtin_function.
7297 * config/bfin/bfin-protos.h (bfin_longcall_p): Declare.
7298 * config/bfin/predicates.md (symbol_ref_operand): New.
7299 (call_insn_operand): Delete. All callers changed to use
7300 register_no_elim_operand.
7301 * config/bfin/bfin.c (init_cumulative_args): Initialize the new
7303 (function_arg): Use it to generate the call's operand 2.
7304 (bfin_longcall_p): New function.
7305 (bfin_expand_call): Extra arg "cookie". All callers and declaration
7306 changed. Emit extra USE in the pattern. Use bfin_longcall_p to
7307 determine if the address needs to be in a REG.
7308 (bfin_handle_longcall_attribute): New function.
7309 (bfin_attribute_table): Add "longcall" and "shortcall".
7310 * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.
7311 (CUMULATIVE_ARGS): New member call_cookie.
7312 (PREDICATE_CODES): Add symbol_ref_operand.
7313 * config/bfin/bfin.md (call, call_value, sibcall, sibcall_value): Add
7314 extra USE to the pattern.
7315 (call_symbol, sibcall_symbol, call_value_symbol, sibcall_value_symbol):
7316 New patterns, split off call_insn, sibcall_insn, call_value_insn and
7317 sibcall_value_insn; now the new patterns handle direct calls and the
7318 old ones indirect calls.
7319 * doc/extend.texi: Mention Blackfin in longcall/shortcall docs.
7321 2005-07-20 Zdenek Dvorak <dvorakz@suse.cz>
7323 * doc/trouble.texi: Update section on handling of empty loops.
7325 2005-07-20 Kazu Hirata <kazu@codesourcery.com>
7327 * config.gcc: Remove support for sparc-*-openbsd*,
7328 i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*,
7330 * config.host: Remove support for i860-*-sysv4* as a host.
7331 * config/i860/*, config/ip2k/*, config/ns32k/*,
7332 config/sparc/openbsd.h, config/sparc/t-openbsd: Remove.
7333 * doc/install.texi, doc/invoke.texi, doc/md.texi: Don't
7334 mention obsolete ports.
7336 2005-07-20 Kaz Kojima <kkojima@gcc.gnu.org>
7338 * config/sh/sh.c (regno_reg_class): Add GENERAL_REGS for
7340 (sh_expand_prologue): Use hard_frame_pointer_rtx instead
7341 of frame_pointer_rtx.
7342 (sh_expand_epilogue): Likewise.
7343 (sh_set_return_address): Likewise.
7344 (initial_elimination_offset): Use HARD_FRAME_POINTER_REGNUM
7345 instead of FRAME_POINTER_REGNUM if needed. Add elimination
7346 offsets from FRAME_POINTER_REGNUM.
7347 * config/sh/sh.h (SH_REGISTER_NAMES_INITIALIZER): Add sfp.
7348 (sh_register_names): Add initializer for sfp.
7349 (GENERAL_OR_AP_REGISTER_P): Permit FRAME_POINTER_REGNUM.
7350 (VALID_REGISTER_P): Likewise.
7351 (FIRST_PSEUDO_REGISTER): Update.
7352 (DWARF_FRAME_REGISTERS): Define.
7353 (FIXED_REGISTERS, CALL_USED_REGISTERS): Add sfp.
7354 (HARD_FRAME_POINTER_REGNUM): Define.
7355 (FRAME_POINTER_REGNUM): Redefine.
7356 (ELIMINABLE_REGS): Never eliminate to FRAME_POINTER_REGNUM,
7357 but HARD_FRAME_POINTER_REGNUM instead. Add eliminations
7358 from FRAME_POINTER_REGNUM.
7359 (CAN_ELIMINATE): Use HARD_FRAME_POINTER_REGNUM instead of
7360 FRAME_POINTER_REGNUM.
7361 (REG_CLASS_CONTENTS): Add sfp.
7362 (REG_ALLOC_ORDER): Likewise.
7363 (FRAME_GROWS_DOWNWARD): Set to 1. Update comment.
7364 (GO_IF_LEGITIMATE_ADDRESS): Use hard_frame_pointer_rtx instead
7365 of frame_pointer_rtx.
7366 (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
7368 2005-07-19 James A. Morrison <phython@gcc.gnu.org>
7370 * fold-const.c (tree_expr_nonnegative_p): Only return true for
7371 ABS_EXPR when flag_wrapv is false because of INT_MIN.
7372 (tree_expr_nonzero_p): Always call tree_expr_nonzero_p on the argument
7374 (fold_unary): Always fold ABS_EXPR<ABS_EXPR<x>> into
7377 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
7379 Make CONSTRUCTOR use VEC to store initializers.
7380 * c-common.c (complete_array_type): Update to cope with VEC in
7382 * c-pretty-print.c (pp_c_initializer_list): Use pp_c_constructor_elts.
7383 (pp_c_constructor_elts): New function.
7384 * c-pretty-print.h (pp_c_constructor_elts): Declare.
7385 * c-typeck.c (build_function_call, build_c_cast, digest_init,
7386 struct constructor_stack, struct initializer_stack,
7387 constructor_elements, push_init_level, pop_init_level,
7388 add_pending_init, find_init_member, output_init_element): Update to
7389 cope with VEC in CONSTRUCTOR_ELTS.
7390 * coverage.c (build_fn_info_value, build_ctr_info_value,
7391 build_gcov_info): Likewise.
7392 * expr.c (categorize_ctor_elements_1, store_constructor,
7393 expand_expr_real_1): Likewise.
7394 * fold-const.c (fold_ternary): Likewise.
7395 * gimplify.c (gimplify_init_ctor_preeval, zero_sized_field_decl,
7396 gimplify_init_constructor, gimplify_expr): Likewise.
7397 * tree-dump.c (dequeue_and_dump): Likewise.
7398 * tree-inline.c (copy_tree_r): Add code to duplicate a CONSTRUCTOR
7400 * tree-pretty-print.c (dump_generic_node): Update to cope with VEC in
7402 * tree-sra.c (generate_element_init_1): Likewise.
7403 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
7404 * tree-ssa-operands.c (get_expr_operands): Likewise.
7405 * tree-vect-generic.c (expand_vector_piecewise): Likewise.
7406 * tree-vect-transform.c (vect_get_vec_def_for_operand):
7407 (get_initial_def_for_reduction): Likewise.
7408 * tree-vn.c (set_value_handle, get_value_handle): CONSTURCTOR uses
7409 value handle in annotations.
7410 * tree.c (tree_node_kind, tree_code_size, make_node_stat,
7411 tree_node_structure): Add support for constr_kind.
7412 (build_vector_from_ctor, build_constructor_single,
7413 build_constructor_from_list): New functions.
7414 (build_constructor): Update to take a VEC instead of a TREE_LIST.
7415 (simple_cst_equal, iterative_hash_expr, initializer_zerop, walk_tree):
7416 Update to cope with VEC in CONSTRUCTOR_ELTS.
7417 * tree.def (CONSTRUCTOR): Make it a tcc_exceptional node.
7418 * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
7419 CONSTRUCTOR_APPEND_ELT): New macros.
7420 (struct constructor_elt, struct tree_constructor): New data types.
7421 (union tree_node): Add tree_constructor field.
7422 * treestruct.def: Define TS_CONSTRUCTOR.
7423 * varasm.c (const_hash_1, compare_constant, copy_constant,
7424 compute_reloc_for_constant, output_addressed_constants,
7425 initializer_constant_valid_p, output_constant,
7426 array_size_for_constructor, output_constructor): Update to cope with
7427 VEC in CONSTRUCTOR_ELTS.
7428 * vec.h (VEC_empty, VEC_copy): New macros.
7430 2005-07-19 Devang Patel <dpatel@apple.com>
7432 * dbxout.c (dbxout_type): Check Objective-C++ lang.
7434 2005-07-19 Richard Henderson <rth@redhat.com>
7437 * gimplify.c (gimplify_expr): Use main variant type for the temp
7438 destination for a discarded volatile read.
7439 * tree-ssa.c (tree_ssa_useless_type_conversion_1): Don't elide
7440 casts between non-void types that change volatility.
7442 2005-07-15 DJ Delorie <dj@redhat.com>
7444 * toplev.h: Add comment about the first parameter for warning().
7445 * errors.h: Likewise.
7447 * c.opt (Wpragmas): New.
7448 * doc/invoke.texi: Document it.
7450 * function.c (do_warn_unused_parameter): Add warning control to
7452 * c-decl.c (warn_if_shadowing): Likewise.
7453 * c-lex.c (cb_def_pragma): Likewise.
7454 * c-pragma.c (GCC_BAD, GCC_BAD2): Likewise.
7455 (pop_alignment): Likewise.
7456 (handle_pragma_pack): Likewise.
7457 (apply_pragma_weak): Likewise.
7458 (handle_pragma_weak): Likewise.
7459 (handle_pragma_redefine_extname): Likewise.
7460 (add_to_renaming_pragma_list): Likewise.
7461 (handle_pragma_extern_prefix): Likewise.
7462 (maybe_apply_renaming_pragma): Likewise.
7463 (handle_pragma_visibility): Likewise.
7465 * config/c4x/c4x-c.c (BAD): Likewise.
7466 (c4x_parse_pragma): Likewise.
7467 * config/ia64/ia64-c.c (ia64_hpux_handle_builtin_pragma): Likewise.
7468 * config/rs6000/rs6000-c.c (SYNTAX_ERROR): Likewise.
7469 (rs6000_pragma_longcall): Likewise.
7470 * config/v850/v850-c.c (pop_data_area): Likewise.
7471 (ghs_pragma_section): Likewise.
7472 (ghs_pragma_section): Likewise.
7473 (ghs_pragma_interrupt): Likewise.
7474 (ghs_pragma_starttda): Likewise.
7475 (ghs_pragma_startsda): Likewise.
7476 (ghs_pragma_startzda): Likewise.
7477 (ghs_pragma_endtda): Likewise.
7478 (ghs_pragma_endsda): Likewise.
7479 (ghs_pragma_endzda): Likewise.
7481 2005-07-19 Danny Berlin <dberlin@dberlin.org>
7482 Kenneth Zadeck <zadeck@naturalbridge.com>
7484 * Makefile.in: Removed tree-promote-statics.c
7485 * tree-promote-statics.c: Removed.
7486 * common.opt: Removed flag-promote-statics.
7488 * passes.c: Removed tree-promote-statics pass.
7489 * tree-pass.h: Ditto.
7490 * timevar.def: Removed TV_PROMOTE_STATICS.
7493 2005-07-19 Gerald Pfeifer <gerald@pfeifer.com>
7495 * config.gcc: Add support for *-*-freebsd7, *-*-freebsd8,
7497 * config/freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Ditto.
7499 2005-07-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7502 * c-common.c (check_function_arguments): Call
7503 'check_function_format' if either -Wformat or
7504 -Wmissing-format-attribute are specified.
7505 * c-format.c (check_function_format): Check -Wformat before
7506 calling 'check_format_info'.
7507 * c-opts.c (c_common_post_options): Don't warn for
7508 -Wmissing-format-attribute without -Wformat.
7509 * c-typeck.c (convert_for_assignment): Detect additional cases for
7510 -Wmissing-format-attribute.
7511 * doc/invoke.texi (-Wmissing-format-attribute): Document new
7514 2005-07-19 Richard Guenther <rguenther@suse.de>
7516 * config/i386/i386.md (lrint<mode>2): Use temporary
7517 instead of clobbering non-existent memory.
7519 2005-07-19 Nick Clifton <nickc@redhat.com>
7521 * config/avr/avr.c (legitimate_address_p): Fix debugging print
7522 statement to avoid displaying ASCII control characters.
7524 2005-07-19 Ben Elliston <bje@au.ibm.com>
7526 * bt-load.c (link_btr_uses): Fix uninitialised warnings.
7527 * cfganal.c (find_edge_index): Ditto.
7528 * combine.c (combine_instructions): Ditto.
7529 * ddg.c (create_scc): Ditto.
7530 (find_successors): Ditto.
7531 (find_predecessors): Ditto.
7532 (find_nodes_on_paths): Ditto.
7533 (longest_simple_path): Ditto.
7534 * flow.c (update_life_info): Ditto.
7535 (count_or_remove_death_notes): Ditto.
7536 (clear_log_links): Ditto.
7537 * modulo-sched.c (generate_reg_moves): Ditto.
7538 (find_max_asap): Ditto.
7539 (find_max_hv_min_mob): Ditto.
7540 (find_max_dv_min_mob): Ditto.
7541 * sbitmap.c (sbitmap_first_set_bit): Ditto.
7542 * sched-rgn.c (extract_edgelst): Ditto.
7543 * tree-into-ssa.c (prepare_names_to_update): Ditto.
7544 (dump_update_ssa): Ditto.
7545 (ssa_names_to_replace) Ditto.
7546 (switch_virtuals_to_full_rewrite): Ditto.
7547 (update_ssa): Ditto.
7548 * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
7550 2005-07-18 Daniel Berlin <dberlin@dberlin.org>
7552 Fix PR tree-optimization/22483
7554 * tree-complex.c (create_components): Use
7555 safe_referenced_var_iterator and FOR_EACH_REFERENCED_VAR_SAFE.
7556 * tree-flow-inline.h (fill_referenced_var_vec): New function.
7557 * tree-flow.h (safe_referenced_var_iterator): New structure.
7558 (FOR_EACH_REFERENCED_VAR_SAFE): New macro.
7559 * tree-ssa-alias.c (setup_pointers_and_addressables): Use
7560 safe_referenced_var iterator.
7561 (add_type_alias): Ditto.
7563 2005-07-19 Steven Bosscher <stevenb@suse.de>
7565 * loop-init.c (rest_of_handle_loop2): Remove.
7566 (rtl_loop_init, rtl_loop_done, rtl_move_loop_invariants,
7567 rtl_unswitch, rtl_unroll_and_peel_loops, rtl_doloop): New functions.
7568 (pass_rtl_loop_init, pass_rtl_loop_done,
7569 pass_rtl_move_loop_invariants, pass_rtl_unswitch,
7570 pass_rtl_unroll_and_peel_loops, pass_rtl_doloop): New passes.
7571 * tree-ssa-loop.c (pass_loop, pass_loop_init, pass_loop_done,
7572 pass_unswitch): Rename to pass_tree_loop, pass_tree_loop_init,
7573 pass_tree_loop_done, and pass_tree_unswitch.
7574 (gate_loop): Rename to gate_tree_loop.
7575 * passes.c (init_optimization_passes): Update for renamed tree
7576 loop passes. Add the new loop2 passes as subpasses of loop2.
7577 * tree-pass.h: Add extern declarations for the new loop2 subpasses.
7578 Update for the renamed tree loop passes.
7580 2005-07-18 Ian Lance Taylor <ian@airs.com>
7583 * tree-cfgcleanup.c (cleanup_tree_cfg): Only remove forwarder
7584 blocks when optimizing.
7586 2005-07-18 Steve Ellcey <sje@cup.hp.com>
7588 * common.opt (frename-registers): Initialize to 2.
7590 (fgcse-after-reload): Ditto.
7591 * toplev.c (AUTODETECT_FLAG_VAR_TRACKING): Rename to AUTODETECT_VALUE.
7592 (process_options): Only change flag_web, flag_rename_registers,
7593 and flag_rerun_cse_after_loop if not explicitly set by user.
7595 2005-07-18 Jan Beulich <jbeulich@novell.com>
7597 * config/i386/i386.c (ix86_expand_branch, ix86_expand_setcc,
7598 ix86_expand_carry_flag_compare, ix86_expand_int_movcc): Handle TImode
7599 in 64-bit mode the same as DImode in 32-bit mode.
7600 (ix86_expand_ashl_const, ix86_split_ashl, ix86_split_ashr,
7601 ix86_split_lshr): Likewise. Rename to no longer refer to a specific
7602 mode. Add new mode parameter.
7603 * config/i386/i386.h (CONST_OK_FOR_LETTER_P): Describe and handle 'O'.
7604 * config/i386/i386.md (cmpti, addti3, subti3, negti2, ashlti3, ashrti3,
7605 x86_64_shift_adj): New expanders.
7606 (*addti3_1, *subti3_1, *negti2_1, ashlti3_1, *ashlti3_2, ashrti3_1,
7607 *ashrti3_2, lshrti3_1, *lshrti3_2, x86_64_shld, x86_64_shrd): New
7609 Respective new splitters. Use renamed shift splitter helpers in 32-bit
7610 DImode shift splitters.
7611 * config/i386/i386-protos.h (ix86_split_ashl, ix86_split_ashr,
7612 ix86_split_lshr): Renamed from ix86_split_[al]sh[rl]di. Added new
7615 2005-07-18 Jan Beulich <jbeulich@novell.com>
7617 * i386.md (movdi_extzv_1): New.
7618 (zero_extendhidi2): Combine alternatives and never force use of
7620 (zero_extendqidi2): Likewise. Don't restrict input selection.
7622 2005-07-17 Daniel Berlin <dberlin@dberlin.org>
7624 Fix PR tree-optimization/22531
7625 * tree-ssa-pre.c (do_eustores): Make sure LHS is a decl for the
7628 2005-07-17 Daniel Berlin <dberlin@dberlin.org>
7630 * tree-promote-statics.c (pass_promote_statics): Change dump file
7633 2005-07-17 Daniel Berlin <dberlin@dberlin.org>
7635 * tree-optimize.c (init_tree_optimization_passes): Add
7636 pass_eliminate_useless_stores pass.
7637 * tree-pass.h (pass_eliminate_useless_stores): New pass structure.
7638 * tree-ssa-pre.c (is_copy_stmt): New function.
7639 (follow_copies_till_vuse): Ditto.
7640 (do_eustores): Ditto.
7641 (gate_eustores): Ditto.
7643 2005-07-16 Richard Henderson <rth@redhat.com>
7645 * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
7647 2005-07-16 Danny Berlin <dberlin@dberlin.org>
7648 Kenneth Zadeck <zadeck@naturalbridge.com>
7650 * Makefile.in: Added rules for ipa-pure-const.c, ipa-reference.c,
7651 ipa-reference.h, ipa-utils.c, ipa-utils.h, ipa-type-escape.c,
7652 ipa-type-escape.h, tree-promote-statics.c
7653 * ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-utils.c,
7654 ipa-utils.h, ipa-type-escape.c, ipa-type-escape.h,
7655 tree-promote-statics.c: new files.
7656 * alias.c: (nonlocal_mentioned_p_1, nonlocal_mentioned_p,
7657 nonlocal_referenced_p_1, nonlocal_referenced_p, nonlocal_set_p_1,
7658 int nonlocal_set_p, mark_constant_function): Deleted.
7659 (rest_of_handle_cfg): Removed call to mark_constant_function.
7660 (nonoverlapping_component_refs_p): Added calls to support
7661 type based aliasing.
7662 * tree-ssa-alias.c (may_alias_p,
7663 compute_flow_insensitive_aliasing): Ditto.
7664 * calls.c (flags_from_decl_or_type): Removed reference to
7666 * c-typeck.c (convert_arguments): Make builtins tolerant of having
7667 too many arguments. This is necessary for Spec 2000.
7668 * cgraph.h (const_function, pure_function): Removed.
7669 * common.opt: Added "fipa-pure-const", "fipa-reference",
7670 "fipa-type-escape", and "ftree-promote-static".
7672 * passes.c: Added ipa and tree-promote-statics passes.
7673 * timevar.def: Added TV_IPA_PURE_CONST, TV_IPA_REFERENCE,
7674 TV_IPA_TYPE_ESCAPE, and TV_PROMOTE_STATICS.
7675 * tree-dfa.c (referenced_var_lookup_if_exists): New function.
7676 * tree-flow.h: Added exposed sra calls and addition of
7677 reference_vars_info field for FUNCTION_DECLS.
7678 * tree-pass.h: Added passes.
7679 * tree-sra.c: (sra_init_cache): New function.
7680 (sra_insert_before, sra_insert_after) Made public.
7681 (type_can_be_decomposed_p): Renamed from type_can_be_decomposed_p
7683 * tree-ssa-alias.c (dump_alias_stats): Added stats for type based
7684 aliasing. (may_alias_p): Added code to use type escape analysis to
7686 * tree-ssa-operands.c (add_call_clobber_ops): Added parameter and
7687 code to prune clobbers of static variables based on information
7688 produced in ipa-reference pass. Changed call clobbering so that
7689 statics are not marked as clobbered if the call does not clobber
7692 2005-07-16 Daniel Berlin <dberlin@dberlin.org>
7694 * tree-ssa-structalias.c (need_to_solve): Need to check for preds,
7697 2005-07-16 Eric Botcazou <ebotcazou@libertysurf.fr>
7699 * doc/install.texi (*-*-solaris2*): Document recommended version
7700 of GNU binutils and mention GNU linker problem on Solaris 10.
7702 2005-07-16 Joseph S. Myers <joseph@codesourcery.com>
7705 * c-decl.c (c_build_bitfield_integer_type): New function.
7706 (finish_struct): Call it.
7707 * c-pretty-print.c (pp_c_type_specifier): Handle bit-field types.
7709 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7711 * c-typeck.c (digest_init): Call 'convert_for_assignment'
7714 2005-07-16 Jan Hubicka <jh@suse.cz>
7716 * cfg.c (update_bb_profile_for_threading): Fix profile updating.
7717 (scale_bbs_frequencies_int): Watch roundoff errors.
7718 * predict.c (return_prediction): Initialize return_stmt.
7720 2005-07-16 Jan Hubicka <jh@suse.cz>
7722 * profile.c (rest_of_handle_branch_prob): Fix handling of estimation
7723 after RTL profiling.
7725 2005-07-11 Andrew Pinski <pinskia@physics.uc.edu>
7728 * fold-const.c (build_range_check): Convert high/low to etype
7729 if we are only comparing against exp.
7731 2005-07-13 Daniel Berlin <dberlin@dberlin.org>
7733 Fix PR tree-optimization/22376
7734 * tree-ssa-structalias.c (build_constraint_graph): We really meant
7736 (need_to_solve): New function.
7737 (compute_points_to_sets): Use it.
7739 2005-07-15 Jan Hubicka <jh@suse.cz>
7741 * cfg.c (update_bb_profile_for_threading): More diagnostic.
7742 * tree-ssa-threadupdate.c (redirect_edges): Update profile of dup_block.
7744 2005-07-15 Richard Guenther <rguenther@suse.de>
7746 * c-common.c (handle_flatten_attribute): New function.
7747 Add flatten function attribute.
7748 * doc/extend.texi: Document flatten function attribute.
7749 * Makefile.in (ipa-inline.o): Depend on hashtab.h.
7750 * ipa-inline.c (cgraph_find_cycles, cgraph_flatten_node):
7752 (cgraph_decide_inlining): Handle functions with flatten
7755 2005-07-14 David Edelsohn <edelsohn@gnu.org>
7757 * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_LWSYNC,
7758 UNSPEC_ISYNC, UNSPEC_SYNC_OP, UNSPEC_ATOMIC, UNSPEC_CMPXCHG,
7759 UNSPEC_XCHG, UNSPEC_AND): New.
7760 (UNSPECV_ATOMIC, UNSPECV_SYNC, UNSPECV_SYNC_OP, UNSPECV_CMPXCHG,
7761 UNSPECV_LWSYNC, UNSPECV_ISYNC): Delete.
7762 * config/rs6000/sync.md (FETCHOP): New code macro.
7763 (fetchop_name, fetchop_pred, fetchopsi_constr, fetchopdi_constr):
7765 (memory_barrier, sync_internal): Use unspec instead of unspec_volatile.
7766 (sync_compare_and_swap<mode>): Same.
7767 (sync_lock_test_and_set<mode>): Same.
7768 (sync_<fetchop><mode>, sync_nand<mode>): Only use rs6000_emit_sync
7769 for QImode and HImode, and not PPC405.
7770 (sync_old_<fetchop><mode>, sync_old_nand<mode>): Same.
7771 (sync_new_<fetchop><mode>, sync_new_nand<mode>): Same.
7772 (sync_<fetchop>{si,di}_internal): New.
7773 (sync_nand{si,di}_internal): New.
7774 (sync_old_<fetchop>{si,di}_internal): New.
7775 (sync_old_nand{si,di}_internal): New
7776 (sync_new_<fetchop>{si,di}_internal): New.
7777 (sync_new_nand{si,di}_internal): New.
7778 (atomic_and{si,di}): New.
7779 (sync_new_nand{si,di}_internal): New.
7780 (atomic_and{si,di}): New.
7781 (sync_add<mode>_internal): Delete.
7782 (sync_addshort_internal): Use unspec instead of unspec_volatile.
7783 (sync_sub<mode>_internal): Delte.
7784 (sync_subshort_internal): New.
7785 (sync_andsi_internal): Use unspec instead of unspec_volatile.
7786 (sync_anddi_internal): Delete.
7787 (sync_boolsi_internal): Use unspec instead of unspec_volatile.
7788 (sync_booldi_internal): Delete.
7789 (sync_boolc<mode>_internal): Delete.
7790 (sync_boolcshort_internal): Use unspec instead of unspec_volatile.
7791 (sync_boolc<mode>_internal2): Delete.
7792 (sync_boolcc<mode>_internal): Delete.
7793 (isync, lwsync): Use unspec instead of unspec_volatile.
7794 * config/rs6000/rs6000.c (rs6000_emit_sync): Implement MINUS.
7795 Revert UNSPEC_VOLATILE.
7796 (rs6000_split_atomic_op): New.
7797 * config/rs6000/rs6000-protos.h (rs6000_split_atomic_op): Declare.
7799 2005-07-14 Eric Christopher <echristo@redhat.com>
7801 * config/mips/mips.c (mips_canonicalize_comparison): Cast
7802 argument of trunc_int_for_mode to unsigned HOST_WIDE_INT.
7804 2005-07-14 Eric Christopher <echristo@redhat.com>
7806 * config/s390/t-tpf (SHLIB_MAPFILES): Remove.
7808 2005-07-14 Steven Bosscher <stevenb@suse.de>
7810 PR tree-optimization/22230
7811 * tree-vrp.c (extract_range_from_binary_expr): Fix logics thinko in
7812 the computation of the four cross productions for "range op range".
7814 2005-07-14 Alexandre Oliva <aoliva@redhat.com>
7815 Ulrich Weigand <uweigand@de.ibm.com>
7818 * loop.c (loop_givs_rescan): Do not ICE if unable to reduce an IV
7821 2005-07-14 Ulrich Weigand <uweigand@de.ibm.com>
7823 * config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.
7825 2005-07-14 Steve Ellcey <sje@cup.hp.com>
7827 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): Support ILP32 mode.
7829 2005-07-14 Richard Guenther <rguenther@suse.de>
7832 * config/i386/i386-protos.h (ix86_function_value): Change
7833 prototype to match new target hook.
7834 * config/i386/i386.c (ix86_value_regno): Change prototype
7835 to take extra type argument.
7836 (TARGET_FUNCTION_VALUE): Define.
7837 (ix86_function_ok_for_sibcall): Pass extra argument to
7838 ix86_value_regno, check return slot rtx for exact match.
7839 (ix86_function_value): Take extra parameter. Dispatch to
7840 ix86_value_regno with fndecl/fntype as provided.
7841 (ix86_value_regno): Handle extra type argument.
7842 * config/i386/i386.h (FUNCTION_VALUE): No longer define.
7844 * testsuite/gcc.target/i386/sseregparm-3.c: New testcase.
7845 * testsuite/gcc.target/i386/sseregparm-4.c: New testcase.
7846 * testsuite/gcc.target/i386/sseregparm-5.c: New testcase.
7847 * testsuite/gcc.target/i386/sseregparm-6.c: New testcase.
7848 * testsuite/gcc.target/i386/sseregparm-7.c: New testcase.
7850 2005-07-14 Richard Guenther <rguenther@suse.de>
7852 * Makefile.in (explow.o, reg-stack.o): Depend on target.h.
7853 * calls.c (expand_call): Pass fntype to hard_function_value.
7854 (emit_library_call_value_1): Likewise.
7855 * explow.c: Include target.h.
7856 (hard_function_value): Take extra argument, the fntype.
7857 Use new target hook for function_value.
7858 * expr.h (hard_function_value): Change prototype.
7859 * function.c (aggregate_value_p): Pass 0 as fntype to
7860 hard_function_value.
7861 (assign_parms): Use new target hook for function_value.
7862 Pass 0 as fntype to hard_function_value.
7863 (expand_function_end): Likewise.
7864 * reg-stack.c: Include target.h.
7865 (stack_result): Use new target hook for function_value.
7866 * target-def.h: New target hook function_value.
7867 * target.h: Likewise.
7868 * targhooks.c (default_function_value): New function.
7869 * targhooks.h (default_function_value): Declare.
7871 2005-07-13 Ian Lance Taylor <ian@airs.com>
7873 * config/mips/mips.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
7875 2005-07-14 Jan Hubicka <jh@suse.cz>
7877 * tree-dfa.c (dump_variable): Use default_def function.
7878 * tree-ssa-alias.c (dump_points_to_info): Likewise.
7879 * tree-ssa.c (verify_use): Likewise.
7880 * tree-ssanames.c (release_ssa_name): Likewise.
7881 * tree-tailcall.c (eliminate_tail_call): Likewise.
7882 (tree_optimize_tail_calls_1): Likewise.
7883 * tree-vrp.c (get_value_range): Likewise.
7885 2005-07-14 Ben Elliston <bje@au.ibm.com>
7887 * gcc.c (main): Compare language[0] with '*' when iterating over
7890 2005-07-13 Adrian Strae½tling <straetling@de.ibm.com>
7892 * config/s390/s390.c: (s390_cc_modes_compatible): Move before
7893 "s390_emit_compare". Add handling of CCZ1mode.
7894 (s390_canonicalize_comparison): Simplify cascaded EQ, NE.
7895 (390_emit_compare): Use "s390_cc_modes_compatible" for mode
7897 (s390_branch_condition_mask): Add CCZ1mode handling.
7898 * config/s390/s390.md: ("seq", "*seq"): New pattern.
7899 ("sync_compare_and_swap_cc<mode>", "*sync_compare_and_swap_cc<mode>"):
7900 Use CCZ1mode instead of CCZmode.
7901 * config/s390/s390-modes.def: Add CCZ1mode. Comment new mode.
7903 2006-07-13 Adrian Strae½tling <straetling@de.ibm.com>
7905 * config/s390/s390.md: ("cmpstrsi", "*cmpstr<mode>"): New
7907 ("strlen<mode>", "*strlen<mode>"): Use hard reg 0 in SImode.
7909 2005-07-13 Eric Christopher <echristo@redhat.com>
7911 * config/mips/mips.c (mips_canonicalize_comparison): New.
7912 (mips_emit_int_relational): Use.
7914 2005-07-13 Eric Christopher <echristo@redhat.com>
7916 * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
7918 * config/s390/s390.md: Include tpf.md. Move tpf specific
7920 * config/s390/tpf.md: To here.
7921 * config/s390/s390.opt: Move tpf specific options...
7922 * config/s390/tpf.opt: to here. Add mmain option.
7923 * config/s390/tpf-unwind.h: Remove unnecessary defines.
7924 * config/s390/tpf.h: Rewrite.
7926 2005-07-13 H.J. Lu <hongjiu.lu@intel.com>
7928 * doc/tm.texi: Remove @xref{Cross-profiling}.
7930 2005-07-13 Jeff Law <law@redhat.com>
7932 * fold-const.c (fold_binary): When comparing two simple ADDR_EXPR
7933 expressions, test their _DECL operands for pointer equality rather
7934 than using operand_equal_p.
7936 2005-07-13 H.J. Lu <hongjiu.lu@intel.com>
7938 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
7939 (TARGET_POSIX_IO): This.
7940 * config/darwin.h: Likewise.
7941 * config/freebsd.h: Likewise.
7942 * config/linux.h: Likewise.
7943 * config/lynx.h: Likewise.
7944 * config/netbsd.h: Likewise.
7945 * config/rs6000/linux64.h: Likewise.
7946 * config/rs6000/linux.h: Likewise.
7947 * config/s390/tpf.h: Likewise.
7948 * config/sh/embed-elf.h: Likewise.
7949 * config/sparc/linux64.h: Likewise.
7950 * config/sparc/linux.h: Likewise.
7951 * config/svr4.h: Likewise.
7952 * gcov-io.h: Likewise.
7954 * doc/tm.texi: Updated.
7956 * libgcov.c (create_file_directory): Defined only if
7957 TARGET_POSIX_IO is defined.
7958 (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
7961 2005-07-13 Jan Hubicka <jh@suse.cz>
7963 * tree-ssa-operands.c (get_expr_operands): Fix typo in previous patch.
7965 2005-07-13 David Edelsohn <edelsohn@gnu.org>
7967 * tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed
7968 structure as argument.
7970 2005-07-13 Paolo Bonzini <bonzini@gnu.org>
7972 PR tree-optimization/21921
7973 * tree-iterator.c (tsi_link_before): Support the case when
7974 tsi_end_p (tsi) == true.
7976 2005-07-12 Zdenek Dvorak <dvorakz@suse.cz>
7978 PR tree-optimization/22442
7979 * tree-chrec.c (chrec_fold_multiply_poly_poly): Associate chrecs
7982 2005-07-12 Zdenek Dvorak <dvorakz@suse.cz>
7984 PR rtl-optimization/20376
7985 * toplev.c (process_options): Enable -fweb and -frename-registers when
7987 * doc/invoke.texi: Update the information about when -fweb and
7988 -frename-registers are enabled.
7990 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>
7993 * tree-ssa-pre.c (eliminate): Convert the sprime to the correct type
7994 if *rhs_p is not a SSA_NAME.
7996 2005-07-12 Daniel Berlin <dberlin@dberlin.org>
7998 Fix PR tree-optimization/22422
7999 * tree-ssa-structalias.c (struct variable_info): Add flag for
8001 (get_varinfo): Now a static function.
8002 (new_varinfo): init has_union and is_special_var to false.
8003 (solution_set_add): Check has_union.
8004 (do_da_constraint): Move temporary variable so it gets reset
8006 Also check for special variable.
8007 (do_ds_constraint): Ditto.
8008 (do_sd_constraint): Ditto.
8009 (do_structure_copy): Check for special variable.
8010 (find_func_aliases): Ditto.
8011 (init_base_vars): Set special vars properly.
8013 2005-07-13 Jan Hubicka <jh@suse.cz>
8015 * cfgexpand.c (expand_one_stack_var): Do not expand variables when we
8018 * tree-ssa-operands.c (parse_ssa_operands): Fix formatting.
8019 (get_expr_operands): Fix thinko wrt flags and subvars.
8021 PR tree-optimize/22379
8022 * tree-inline.c (expand_call_inline): Do not output sorry in early
8025 2005-07-12 Dale Johannesen <dalej@apple.com>
8027 * config/rs6000.c (rs6000_rtx_cost): Move FLOAT_EXTEND.
8029 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>
8032 * host-linux.h: Include limits.h.
8034 2005-07-12 Dale Johannesen <dalej@apple.com>
8036 * expr.c (compress_float_constant): Add cost check.
8037 * config/rs6000.c (rs6000_rtx_cost): Adjust FLOAT_EXTEND cost.
8039 2005-07-12 Dale Johannesen <dalej@apple.com>
8041 * gcc.target/i386/compress-float-sse.c: New.
8042 * gcc.target/i386/compress-float-sse-pic.c: New.
8043 * gcc.target/i386/compress-float-387.c: New.
8044 * gcc.target/i386/compress-float-387-pic.c: New.
8045 * gcc.dg/compress-float-ppc.c: New.
8046 * gcc.dg/compress-float-ppc-pic.c: New.
8048 2005-07-12 Eric Christopher <echristo@redhat.com>
8050 * config.gcc (s390x-ibm-tpf*): Add extra_options. Remove
8052 * config/s390/s390.md: Include tpf.md. Move tpf specific
8054 * config/s390/tpf.md: To here.
8055 * config/s390/s390.opt: Move tpf specific options...
8056 * config/s390/tpf.opt: to here. Add mmain option.
8057 * config/s390/tpf-unwind.h: Remove unnecessary defines.
8058 * config/s390/tpf.h: Rewrite.
8060 2005-07-12 Eric Christopher <echristo@redhat.com>
8062 * gcc.c (struct infile): Update comment for language.
8063 (main): Rewrite input file resetting code.
8065 2005-07-12 Andrew Pinski <pinskia@physics.uc.edu>
8068 * tree-ssa-dom.c (eliminate_redundant_computations): Reject the prop if
8069 requiring a cast in a non RHS of modify_expr. Add a cast when required.
8070 (lookup_avail_expr): Use constant_boolean_node instead
8071 of boolean_false_node/boolean_true_node.
8073 2005-07-12 Ben Elliston <bje@au.ibm.com>
8075 * tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string
8076 and use it when printing num_edges.
8078 2005-07-12 Bernd Schmidt <bernd.schmidt@analog.com>
8080 * doc/extend.texi (Blackfin Built-in Functions): New section.
8081 * doc/invoke.texi (mcsync-anomaly, mno-csync-anomaly): Fix the
8084 2005-07-12 Adrian Straetling <straetling@de.ibm.com>
8086 * builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp):
8087 s/cmpstrsi/cmpstrnsi
8088 (expand_builtin_strcmp): Rewrite to support both 'cmpstrsi' and
8090 * optabs.c: (prepare_cmp_insn): Add availability of 'cmpstrn'.
8091 (init_optabs): Initialize cmpstrn_optab.
8092 * optabs.h: (enum insn_code cmpstrn_optab): Declare.
8093 * genopinit.c: (optabs[]): Add 'cmpstrn' to initialisation.
8094 * expr.c: (enum insn_code cmpstrn_optab): Declare.
8095 * config/i386/i386.md: s/cmpstr/cmpstrn
8096 * config/c4x/c4x.md: s/cmpstr/cmpstrn
8097 * doc/md.texi: Update documentation.
8099 2005-07-11 Richard Henderson <rth@redhat.com>
8101 * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use
8102 build_va_arg_indirect_ref.
8103 (alpha_gimplify_va_arg): Likewise.
8104 * config/c4x/c4x.c (c4x_gimplify_va_arg_expr): Likewise.
8105 * config/i860/i860.c (i860_gimplify_va_arg_expr): Likewise.
8106 * config/mips/mips.c (mips_gimplify_va_arg_expr): Likewise.
8107 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
8108 * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
8109 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg):
8111 * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
8113 2005-07-12 Zdenek Dvorak <dvorakz@suse.cz>
8115 * tree-flow.h (remove_empty_loops, single_dom_exit): Declare.
8116 * passes.c (init_optimization_passes): Add pass_empty_loop.
8117 * tree-pass.h (pass_empty_loop): Declare.
8118 * tree-ssa-loop-ivcanon.c (empty_loop_p, remove_empty_loop,
8119 try_remove_empty_loop, remove_empty_loops): New functions.
8120 * tree-ssa-loop-ivopts.c (single_dom_exit): Export.
8121 * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): New.
8123 2005-07-12 Peter Barada <peter@the-baradas.com>
8127 * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Disallow bytes
8128 in address registers.
8129 * config/m68k/m68k.c (hard_regno_mode_ok): Likewise.
8130 * config/m68k/m68k.md: Replace 's' with 'i' in 4th
8131 alternative of addsi3_5200.
8133 2005-07-11 Ian Lance Taylor <ian@airs.com>
8135 * config/mips/mips.md (ffs<mode>2): Remove.
8137 2005-07-11 Ian Lance Taylor <ian@airs.com>
8139 * doc/tree-ssa.texi (Cleanups): Improve description of
8141 (GIMPLE Exception Handling): Clarify TRY_CATCH_EXPR cases.
8143 2005-07-11 Daniel Berlin <dberlin@dberlin.org>
8145 * print-tree.c (print_node): Use DECL_ARGUMENT_FLD.
8146 * tree.h (DECL_ARGUMENT_FLD): New macro.
8148 2005-07-11 Daniel Berlin <dberlin@dberlin.org>
8150 Fix PR tree-optimization/22404
8152 * tree-ssa-structalias.c (create_variable_info_for): Use
8155 2005-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
8157 * config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,
8158 compare_le, compare_leu, compare_ltu): Use reg_or_const_int_operand
8159 for second comparison operand.
8160 * config/bfin/predicates.md (reg_or_const_int_operand): New.
8162 * config/bfin/bfin.md (define_attr "type"): Add "sync".
8163 (define_insn_reservation "alu"): Likewise.
8164 (csync, ssync): Now of type sync.
8165 * config/bfin/bfin.h (TARGET_DEFAULT): Defaults to
8166 -mcsync-anomaly -mspecld-anomaly.
8167 * config/bfin/bfin.opt (mcsync): Remove.
8168 (mcsync-anomaly, mspecld-anomaly): Add.
8169 * config/bfin/bfin.c: Include "insn-codes.h".
8170 (bfin_reorg): Extend to handle the CSYNC anomaly as well.
8171 (TARGET_DEFAULT_TARGET_FLAGS): New.
8172 * doc/invoke.texi: Document -mcsync-anomaly, -mspecld-anomaly.
8174 2005-07-11 Steven Bosscher <stevenb@suse.de>
8176 * basic-block.h: Give the BB flags enum a name, bb_flags.
8177 Add new flags BB_FORWARDER_BLOCK, and BB_NONTHREADABLE_BLOCK.
8178 * cfgcleanup.c (enum bb_flags): Remove here.
8179 (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG): Remove.
8180 (notice_new_block): Set/test bb->flags instead of aux via BB_FLAGS.
8181 (update_forwarder_flag): Likewise.
8182 (thread_jump): Likewise.
8183 (try_forward_edges): Likewise.
8184 (try_optimize_cfg): Likewise. Clear bb->flags before updating the
8185 forwarder flags. Don't clear bb->aux for all basic blocks. Only
8186 reset the BB_FORWARDER_BLOCK and BB_NONTHREADABLE_BLOCK flags.
8188 2005-07-11 Richard Guenther <rguenther@suse.de>
8190 * config/i386/i386.opt: New target option -msseregparm.
8191 * config/i386/i386.c (override_options): Error out for
8192 -msseregparm but no SSE support.
8193 (ix86_function_sseregparm): Check for global sseregparm.
8194 * doc/invoke.texi: Document -msseregparm.
8196 2005-07-11 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8198 * config.gcc (m32r-*-linux*): Use the default extra_parts.
8199 (m32rle-*-linux*): Ditto.
8201 2005-07-11 Jakub Jelinek <jakub@redhat.com>
8203 * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
8204 instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
8207 2005-07-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8211 * loop.c (loop_givs_rescan): Use expand_simple_binop instead of
8212 gen_rtx_MINUS to handle non-replaceable (plus ((x) (const)).
8214 2005-07-07 Daniel Berlin <dberlin@dberlin.org>
8216 * tree-ssa-structalias.c (struct variable_info): Heapify complex.
8217 (varmap): Heapify varmap.
8218 (constraints): Heapify constraints.
8219 (struct constraint_graph): Heapify succs and preds.
8220 (constraint_vec_find): Update for heapification.
8221 (constraint_set_union): Ditto.
8222 (insert_into_complex): Ditto.
8223 (constraint_edge_vec_find): Ditto.
8224 (erase_graph_self_edge): Ditto.
8225 (add_graph_edge): Ditto.
8226 (get_graph_weights): Ditto.
8227 (merge_graph_nodes): Ditto.
8228 (build_constraint_graph): Ditto.
8229 (topo_visit): Ditto.
8230 (solve_graph): Ditto.
8231 (create_variable_info_for): Ditto.
8232 (init_base_vars): Ditto.
8233 (delete_points_to_sets): Free graph, varmap, and complex constraints.
8234 (condese_varmap_nodes): Free complex vector.
8235 (clear_edges_for_node): Clear succs and preds vector.
8237 2005-07-10 Daniel Berlin <dberlin@dberlin.org>
8239 * tree-ssa-structalias.c (update_alias_info): Change counting of
8240 references to not include vdefs.
8242 2005-07-10 Daniel Berlin <dberlin@dberlin.org>
8244 * tree-ssa-alias.c (free_used_part_map): Add missing free.
8247 2005-07-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8249 * pa.c (pa_commutative_p): Make PLUS commutative when
8250 TARGET_NO_SPACE_REGS is true.
8252 2005-07-09 Diego Novillo <dnovillo@redhat.com>
8254 * Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
8255 * tree-cfg.c (CHECK_OP): Only test for is_gimple_val.
8256 * tree-dfa.c (dump_subvars_for): New.
8257 (debug_subvars_for): New.
8258 (dump_variable): Show subvariables if VAR has them.
8259 * tree-flow-inline.h (get_subvar_at): New.
8260 (overlap_subvar): Change offset and size to unsigned HOST_WIDE_INT.
8261 * tree-flow.h (struct ptr_info_def): Remove field pt_malloc.
8263 (struct subvar): Change fields offset and size to unsigned
8265 (dump_subvars_for): Declare.
8266 (debug_subvars_for): Declare.
8267 (get_subvar_at): Declare.
8268 (okay_component_ref_for_subvars): Change 2nd and 3rd argument
8269 to unsigned HOST_WIDE_INT *.
8270 (overlap_subvar): Likewise.
8271 * tree-gimple.c (is_gimple_reg): Always return false for
8272 SFTs and memory tags.
8273 * tree-pass.h (pass_build_pta, pass_del_pta): Remove.
8275 * tree-ssa-alias.c: Include tree-ssa-structalias.h.
8276 (compute_may_aliases): Call compute_points_to_sets.
8277 (collect_points_to_info_for): Remove.
8278 (compute_points_to_and_addr_escape): Remove.
8279 (delete_alias_info): Call delete_points_to_sets.
8280 (compute_flow_sensitive_aliasing): If the call to
8281 find_what_p_points_to returns false, call set_pt_anything.
8282 (add_may_alias): Set TREE_ADDRESSABLE when adding a new alias.
8283 (set_pt_anything): Clear pi->pt_vars.
8284 (set_pt_malloc): Remove.
8285 (merge_pointed_to_info): Remove.
8286 (add_pointed_to_expr): Remove.
8287 (add_pointed_to_var): Remove.
8288 (collect_points_to_info_r): Remove.
8289 (is_escape_site): Make extern.
8291 (create_overlap_variables_for): Call it.
8292 * tree-ssa-copy.c (merge_alias_info): Never merge
8293 flow-sensitive alias information.
8294 * tree-ssa-operands.c (get_expr_operands): Adjust variables
8295 offset and size to be unsigned HOST_WIDE_INT.
8296 (add_to_addressable_set): Rename from note_addressable.
8297 Set TREE_ADDRESSABLE as the variables are added to the set.
8299 (add_stmt_operand): Do not try to micro-optimize unmodifiable
8300 operands into VUSEs when adding V_MAY_DEFs for members in an
8302 * tree-ssa-operands.h (add_to_addressable_set): Declare.
8303 * tree-ssa-structalias.c: Include tree-ssa-structalias.h last.
8304 (struct variable_info): Add bitfield is_heap_var.
8305 (var_anyoffset, anyoffset_tree, anyoffset_id): Declare.
8306 (new_var_info): Initialize is_heap_var.
8307 (get_constraint_for): Add HEAP variables to the symbol table.
8308 Mark them with is_heap_var.
8309 (update_alias_info): New. Taken mostly from the old
8310 compute_points_to_and_addr_escape.
8311 (handle_ptr_arith): New.
8312 (find_func_aliases): Call update_alias_info.
8313 Call handle_ptr_info for tcc_binary expressions.
8314 Call mark_stmt_modified.
8315 (create_variable_info_for): If DECL has subvars, do not create
8316 variables for its subvars. Always add all the fields.
8317 (set_uids_in_ptset): If the solution includes ANYOFFSET and
8318 SFTs, then add all the SFTs of the structure.
8319 If VI->DECL is an aggregate with subvariables, add the SFT at
8321 (find_what_p_points_to): If VI is an artificial variable,
8322 translate to bitfields in SSA_NAME_PTR_INFO.
8323 If the solution is empty, set pi->pt_vars to NULL
8324 (init_base_vars): Create ANYOFFSET.
8325 (compute_points_to_sets): Rename from create_alias_vars.
8327 (pass_build_pta): Remove.
8328 (delete_points_to_sets): Rename from delete_alias_vars.
8329 (pass_del_pta): Remove.
8330 * tree-ssa-structalias.h (struct alias_info): Move from
8332 (NUM_REFERENCES, NUM_REFERENCES_CLEAR, NUM_REFERENCES_INC,
8333 NUM_REFERENCES_SET): Likewise.
8334 (compute_points_to_sets, delete_points_to_sets): Declare.
8336 2005-07-09 Richard Henderson <rth@redhat.com>
8338 * config/alpha/alpha.c (emit_insxl, alpha_expand_compare_and_swap_12,
8339 alpha_split_compare_and_swap_12, alpha_expand_lock_test_and_set_12,
8340 alpha_split_lock_test_and_set_12): New functions.
8341 * config/alpha/alpha-protos.h: Update.
8342 * config/alpha/alpha.md (UNSPEC_MB, UNSPEC_ATOMIC,
8343 UNSPEC_CMPXCHG, UNSPEC_XCHG): Rename from UNSPECV_FOO.
8344 * config/alpha/sync.md (I12MODE): New.
8345 (memory_barrier, mb_internal): Use unspec instead of unspec_volatile.
8346 (sync_<fetchop_name><I48MODE>): Likewise.
8347 (sync_nand<I48MODE>): Likewise.
8348 (sync_old_<fetchop_name><I48MODE>): Likewise.
8349 (sync_new_<fetchop_name><I48MODE>): Likewise.
8350 (sync_old_nand<I48MODE>, sync_new_nand<I48MODE>): Likewise.
8351 (sync_compare_and_swap<I48MODE>): Likewise.
8352 (sync_lock_test_and_set<I48MODE>): Likewise.
8353 (sync_compare_and_swap<I12MODE>): New.
8354 (sync_compare_and_swap<I12MODE>_1): New.
8355 (sync_lock_test_and_set<I12MODE>): New.
8356 (sync_lock_test_and_set<I12MODE>_1): New.
8358 2005-07-09 Diego Novillo <dnovillo@redhat.com>
8362 * passes.c (execute_todo): Cleanup the CFG before updating SSA.
8364 2005-07-09 Jakub Jelinek <jakub@redhat.com>
8366 * config/i386/i386.c (output_set_got): Don't omit OFFSET FLAT:
8367 in Intel syntax add %reg, OFFSET FLAT:_GLOBAL_OFFSET_TABLE_+(.-.Lx).
8369 2005-07-09 Richard SAndiford <richard@codesourcery.com>
8372 * config/mips/elf.h (NO_IMPLICIT_EXTERN_C): Define.
8374 2005-07-08 David Edelsohn <edelsohn@gnu.org>
8376 * config/rs6000/sync.md (load_locked_<mode>): Use Z for
8377 memory_operand constraint.
8378 (store_conditional_<mode>): Same.
8379 (sync_compare_and_swap<mode>): Same.
8380 (sync_lock_test_and_set<mode>): Same.
8382 2005-07-08 Hans-Peter Nilsson <hp@axis.com>
8384 Rewrite PIC support to more closely model actual instructions.
8385 * config/cris/cris-protos.h (cris_gotless_symbol, cris_got_symbol)
8386 (cris_symbol): Remove prototypes for removed functions.
8387 (cris_pic_symbol_type_of, cris_valid_pic_const)
8388 (cris_expand_pic_call_address): Prototypes for new functions.
8389 * config/cris/cris/cris.c (cris_pic_sympart_only): Remove unused
8391 (cris_print_operand) <case 'v', 'P'>: Remove cases for unused
8393 <case ':'>: Add case for new punctuation character.
8394 <case 'd'>: Temporarily set flag_pic = 2 instead of incorrectly
8395 emitting (extra) PIC modifier.
8396 <case UNSPEC>: Do not assert for PLT.
8397 (cris_initial_frame_pointer_offset, cris_simple_epilogue)
8398 (cris_expand_prologue, cris_expand_epilogue): Check
8399 for pic_offset_table_rtx usage instead of taking
8400 current_function_uses_pic_offset_table as the final word.
8401 (cris_rtx_costs, cris_address_cost, cris_side_effect_mode_ok):
8402 Remove flag_pic difference.
8403 (cris_valid_pic_const, cris_pic_symbol_type_of): New functions,
8404 the moral equivalents of...
8405 (cris_symbol, cris_gotless_symbol, cris_got_symbol): Remove
8407 (cris_legitimate_pic_operand): Just call cris_valid_pic_const.
8408 (cris_handle_option): Mark ARG as unused.
8409 (cris_expand_pic_call_address): New worker function for "call",
8411 (cris_asm_output_symbol_ref, cris_asm_output_label_ref): Do not
8412 output PIC constructs here.
8413 (cris_output_addr_const_extra): Changes for emitting PIC modifiers
8414 as symbol-specific modifers, not whole or part of operands.
8415 * config/cris/cris/cris.h (EXTRA_CONSTRAINT): Remove 'U' case.
8416 (EXTRA_CONSTRAINT_S): Changed semantics: allow only CONST-wrapped
8417 constants and flag_pic.
8418 (CONSTANT_INDEX_P): Adjust for new functions.
8419 (enum cris_pic_symbol_type): New helper type.
8420 (PRINT_OPERAND_PUNCT_VALID_P): Add ':'.
8421 * config/cris/cris/cris.md (CRIS_UNSPEC_GOTREL)
8422 (CRIS_UNSPEC_GOTREAD, CRIS_UNSPEC_PLTGOTREAD): New
8424 ("movsi"): Emit actual instructions for GOT and relative access.
8425 ("*movsi_got_load"): New pattern to set up the register holding
8427 ("*movsi_internal"): Operand 1 is not a plain general_operand.
8428 Adjust FIXME for 'S'.
8429 <output for 'S' alternative>: Sanity-check UNSPEC types for PIC.
8430 Use "movs" for -fpic cases.
8431 ("addsi3"): Add alternative for 'S'; use adds.w when possible.
8432 ("uminsi3","*expanded_call_value"): Remove 'S' alternative.
8433 ("call", "call_value"): Just call cris_expand_pic_call_address for
8435 ("*expanded_call_no_gotplt", "*expanded_call_value_no_gotplt"):
8436 Remove special pattern.
8437 ("*expanded_call_side", "*expanded_call_value_side"): New
8439 (gotplt-to-plt, gotplt-to-plt-side-call)
8440 (gotplt-to-plt-side-call-value, gotplt-to-plt-side): New
8442 * config/cris/cris/predicates.md
8443 ("cris_general_operand_or_gotless_symbol"): Remove unused
8445 ("cris_general_operand_or_symbol"): Adjust for new functions.
8447 2005-07-08 Andrew Pinski <pinskia@physics.uc.edu>
8449 * config/darwin.h (TARGET_C99_FUNCTIONS): Define to 1.
8451 2005-07-08 Daniel Berlin <dberlin@dberlin.org>
8453 * Makefile.in (TREE_H): Add treestruct.def.
8454 (c-decl.o): Add pointer-set.h
8455 * c-decl.c (diagnose_mismatched_decls): Don't attempt to look at
8456 visibility on regular DECL's.
8457 (merge_decls): Fix the copying of decl nodes of various types for
8458 the new structures. Don't update RTL, section name, weak status,
8459 etc, on DECL's without RTL.
8460 (grokdeclarator): DECL_ARG_TYPE_AS_WRITTEN is gone.
8461 Don't check volatile on non-variable types.
8462 (store_parm_decls_oldstyle): Use pointer_set instead of DECL_WEAK
8463 to check whether we have seen arguments.
8464 * c-objc-common.c (c_tree_printer): Reverse order of tests so that
8465 flag is checked before field (flag is common, field is not).
8466 * dwarf2out.c (decl_ultimate_origin): Only DECL's with
8467 TS_DECL_COMMON could have an origin.
8468 (add_location_or_const_value_attribute): Don't check section name
8469 on non-var/function decls.
8470 (dwarf2out_var_location): Reverse order of tests.
8471 * emit-rtl.c (set_reg_attrs_for_parm): DECL_CHECK is dead, replace
8472 with DECL_WRTL_CHECK.
8473 * expmed.c (make_tree): rtl is now in decl_with_rtl.
8474 * fold-const.c (fold_binary): Don't check weakness on
8475 non-var/function decls.
8476 (tree_expr_nonzero_p): Ditto.
8477 (fold_checksum_tree): Use tree_decl_extra as sizeof
8479 * ggc-page.c (extra_order_size_table): Add sizes for
8480 tree_decl_non_common, tree_parm_decl, tree_var_decl, and
8482 * gimplify.c (gimplify_bind_expr): Only set
8483 DECL_SEEN_IN_BIND_EXPR_P on VAR_DECL.
8484 * integrate.c (copy_decl_for_inlining): Don't set RTL on decl's
8486 * langhooks-def.h (LANG_HOOK_INIT_TS): New.
8487 * langhooks.h (init_ts). New langhook.
8488 * passes.c (rest_of_decl_compilation): Reverse order of tests.
8489 * print-tree.c (print_node): Update to only print fields that
8490 exist in the structures the passed decl has.
8491 * toplev.c (wrapup_global_declarations): Don't reset
8492 DECL_DEFER_OUTPUT on DECL's that don't contain it.
8493 * tree-browser.c (browse_tree): DECL_ARG_TYPE_AS_WRITTEN removed.
8494 * tree-inline.c (remap_decl): Ditto.
8495 * tree-outof-ssa.c (create_temp): Reverse order of tests.
8496 * tree-pretty-print.c (print_declaration): Don't print
8497 DECL_REGISTER on things that don't contain it.
8498 * tree-vrp.c (expr_computes_nonzero): Don't check weakness on
8499 non-var/function decls.
8500 * tree.c (tree_contains_struct): New structure.
8501 (init_priority_for_decl): New hashtable.
8502 (tree_int_map): New structure.
8503 (tree_int_map_eq): New function.
8504 (tree_int_map_marked_p): Ditto.
8505 (tree_int_map_hash): Ditto.
8506 (tree_map): Move to tree.h.
8507 (tree_map_eq): Externalize.
8508 (tree_map_hash): Ditto.
8509 (tree_map_marked_p): Ditto.
8510 (init_ttree): Set up tree_contains_struct and call langhook.
8511 (decl_assembler_name): Use DECL_NON_COMMON_CHECK..
8512 (tree_code_size): Update for new structures.
8513 (tree_node_structure): Update for new structures.
8514 (make_node_stat): Don't try to set DECL_IN_SYSTEM_HEADER on decls
8516 (copy_node_stat): Copy init priority.
8517 (build_decl_stat): Ditto for visibility.
8518 (ts_enum_names): New.
8519 (tree_contains_struct_check_failed): New function.
8520 (decl_init_priority_lookup): Ditto.
8521 (decl_init_priority_insert): Ditto.
8522 * treestruct.def: New file.
8523 * tree.h (CODE_CONTAINS_STRUCT): New macro.
8524 (CONTAINS_STRUCT_CHECK): Ditto.
8525 (tree_contains_struct_check_failed): New prototype.
8526 (DECL_CHECK): Removed.
8527 (DECL_MINIMAL_CHECK): New.
8528 (DECL_COMMON_CHECK): Ditto.
8529 (DECL_WRTL_CHECK): Ditto.
8530 (DECL_NON_COMMON_CHECK): Ditto.
8531 (DECL_WITH_VIS_CHECK): Ditto.
8532 (VAR_OR_FUNCTION_DECL_P): Ditto
8533 (struct tree_decl_minimal): New structure.
8534 (struct tree_decl_common): Ditto.
8535 (struct tree_decl_with_rtl): Ditto.
8536 (struct tree_decl_with_vis): Ditto.
8537 (struct tree_decl_non_common): Ditto.
8538 (struct tree_field_decl): Ditto.
8539 (struct tree_parm_decl): Ditto.
8540 (struct tree_var_decl): Ditto.
8541 (struct tree_function_decl): Ditto.
8542 (struct tree_const_decl): Ditto.
8543 (struct tree_result_decl): Ditto.
8544 (union tree_node): Add new structures.
8545 * var-tracking.c (track_expr_p): Reverse order of tests.
8547 * doc/c-tree.texi: Add documentation on DECL node internal structure.
8549 2005-07-08 Kazu Hirata <kazu@codesourcery.com>
8551 * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.
8552 * system.h: Poison FINALIZE_PIC.
8553 * doc/tm.texi (FINALIZE_PIC): Remove.
8555 2005-07-08 Andrew Pinski <pinskia@physics.uc.edu>
8558 * tree-ssa-propagate.c (fold_predicate_in): Convert the value
8559 to the correct type if we have a MODIFY_EXPR.
8561 2005-07-08 Kazu Hirata <kazu@codesourcery.com>
8563 PR tree-optimization/22360
8564 * tree.c (upper_bound_in_type): Fix calculations for casting
8565 to a non-wider signed type and casting a signed value to a
8566 wider unsigned type.
8567 (lower_bound_in_type): Fix calculations for casting to a
8568 non-wider signed type.
8570 PR tree-optimization/20139
8571 * tree-cfg.c (remove_bb): Check in_ssa_p before calling
8573 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Call
8574 fold_cond_expr_cond.
8575 * tree-ssanames.c (release_defs): Assert in_ssa_p.
8576 * tree.c (upper_bound_in_type, lower_bound_in_type): Rewrite.
8578 2005-07-08 Andrew Pinski <pinskia@physics.uc.edu>
8581 * tree-complex.c (expand_complex_libcall): Produce
8582 REALPART_EXPR/IMAGPART_EXPR with the correct type.
8584 2005-07-08 Kenneth Zadeck <zadeck@naturalbridge.com>
8586 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
8587 bitmap_and_compl_into, bitmap_xor, bitmap_xor_into): Removed "a !=
8588 b" assert and inserted fastpath code for this case.
8589 (bitmap_ior): Removed "a != b" assert.
8591 2005-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8593 * config/m32r/linux.h (STARTFILE_SPEC): Support PIE.
8594 (ENDFILE_SPEC): Likewise.
8595 * config/m32r/m32r.h (ASM_SPEC): Likewise.
8597 * config/m32r/m32r.c (m32r_output_function_epilogue): Care for
8598 a large stack frame at epilogue.
8600 2005-07-08 David Billinghurst <David.Billinghurst@riotinto.com>
8602 * final.c: Include sdbout.h when required.
8604 2005-07-07 Geoffrey Keating <geoffk@apple.com>
8606 * config.gcc (*-*-darwin*): Only one target-specific header file
8608 (powerpc-*-darwin*): Add version-specific header files.
8609 * configure.in (gcc_AC_CHECK_DECLS): Add strverscmp.
8610 * config.in: Regenerate.
8611 * configure: Regenerate.
8612 * gcc.c: Include xregex.h.
8613 (version_compare_spec_function): New.
8614 (spec_function): Add version-compare.
8615 (replace_outfile_spec_function): Reformat comment.
8616 (compare_version_strings): New.
8617 * config/darwin-c.c (version_as_macro): New.
8618 (builtin_define): New.
8619 (darwin_cpp_builtins): New.
8620 * config/darwin-protos.h (darwin_cpp_builtins): New.
8621 * config/darwin.h (CPP_SPEC): Don't define APPLE_CC here.
8622 (LIB_SPEC): Make unconditional, update comment.
8623 (TARGET_C99_FUNCTIONS): Define.
8624 * config/darwin.opt: Sort.
8625 (mmacosx-version-min=): New.
8626 * config/darwin7.h: Delete.
8627 * config/darwin8.h: Delete.
8628 * config/i386/darwin.h (): Call darwin_cpp_builtins.
8629 * config/rs6000/darwin.h (): Call darwin_cpp_builtins.
8630 (TARGET_C99_FUNCTIONS): Define.
8631 * config/rs6000/darwin7.h: New.
8632 * config/rs6000/darwin8.h: New.
8633 * doc/invoke.texi (Darwin Options): Add -mmacosx-version-min=
8634 (-mmacosx-version-min): Document.
8636 2005-07-07 Ian Lance Taylor <ian@airs.com>
8638 * config/mips/mips.md (abs<mode>2) [GPR]: Remove.
8640 2005-07-07 John David Anglin <dave.anglin@nrc-crc.gc.ca>
8643 * loop.c (loop_givs_rescan): Check that v->new_reg is a REG.
8645 2005-07-07 Khem Raj <kraj@mvista.com>
8647 * config/arm/arm.c (thumb_output_function_prologue): Calculate offset
8648 in bytes, not words.
8650 2005-07-07 Paul Brook <paul@codesourcery.com>
8652 * config/arm/arm.c (arm_pad_arg_upward): Compare return value of
8653 DEFAULT_FUNCTION_ARG_PADDING to upward.
8655 2005-07-07 Richard Henderson <rth@redhat.com>
8657 * function.c (locate_and_pad_parm): Record parameter alignment in
8658 stack_alignment_needed.
8660 2005-07-07 David Edelsohn <edelsohn@gnu.org>
8662 * config/rs6000/rs6000.md (UNSPEC_SYNC, UNSPEC_SYNC_OP,
8663 UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC, UNSPEC_ISYNC): Delete.
8664 (UNSPECV_LL, UNSPECV_SC, UNSPECV_ATOMIC, UNSPECV_SYNC,
8665 UNSPECV_SYNC_OP, UNSPECV_CMPXCHG, UNSPECV_LWSYNC, UNSPECV_ISYNC): New.
8666 (define_attr "type"): Add isync, sync, load_l, store_c.
8667 * config/rs6000/sync.md (memory_barrier): Change to define_expand.
8668 Create scratch volatile MEM.
8669 (sync_internal): New. POWER mnemonic is dcs, not ics. Attribute
8671 (load_locked_<mode>): New.
8672 (store_conditional_<mode>): New.
8673 (sync_compare_and_swap<mode>): Replace with splitter.
8674 (sync_lock_test_and_set<mode>): Replace with splitter.
8675 (sync_<fetchop><mode>): Change to unspec_volatile UNSPECV_SYNC_OP
8677 (isync): Change to unspec_volatile UNSPECV_ISYNC. POWER mnemonic
8678 is ics. Attribute isync.
8679 (lwsync): Change to unspec_volatile UNSPECV_LWSYNC. Attribute
8681 * config/rs6000/rs6000.c (rs6000_emit_sync): Use UNSPEC_VOLATILE
8682 and UNSPECV_SYNC_OP.
8683 (emit_unlikely_jump): New.
8684 (emit_load_locked): New.
8685 (emit_store_conditional): New.
8686 (rs6000_split_compare_and_swap): New.
8687 (rs6000_split_lock_test_and_set): New.
8688 (is_dispatch_slot_restricted): Return 4 for TYPE_LOAD_L,
8689 TYPE_STORE_C, TYPE_ISYNC, TYPE_SYNC.
8690 * config/rs6000/rs6000-protos.h (rs6000_split_compare_and_swap,
8691 rs6000_split_lock_test_and_set): Declare.
8692 * config/rs6000/{40x.md,440.md,603.md,6xx.md,7450.md,7xx.md,8540.md,
8693 mpc.md,power4.md,power5.md,rios1.md,rios2.md,rs64.md): Add load_l,
8694 store_c, isync, sync.
8696 2005-07-07 Kelley Cook <kcook@gcc.gnu.org>
8698 * Makefile.in (echo_quoted_to_gtyp): New template for outputing
8699 filenames to gtyp-gen.h.
8700 (s-typ-gen): Use it in place of for loops.
8702 2005-07-07 J"orn Rennecke <joern.rennecke@st.com>
8704 * hooks.c (hook_bool_rtx_int_false): New function.
8705 * hooks.h (hook_bool_rtx_int_false): Declare.
8706 * target-def.h (TARGET_COMMUTATIVE_P): Define.
8707 (TARGET_INITIALIZER): Add TARGET_COMMUTATIVE_P.
8708 * target.h (struct gcc_target): Add commutative_p member.
8709 * targhooks.c (hook_bool_rtx_commutative_p): New function.
8710 * targhooks.h (hook_bool_rtx_commutative_p): Declare.
8711 * pa.c (TARGET_COMMUTATIVE_P): Redefine.
8712 (pa_commutative_p): New function.
8713 * jump.c (target.h): Include.
8714 (rtx_renumbered_equal_p): Use targetm.commutative_p.
8715 * doc/tm.texi: Document TARGET_COMMUTATIVE_P.
8717 2005-07-07 Adrian Straetling <straetling@de.ibm.com>
8719 * config/s390/s390-protos.h (s390_expand_clrmem): Delete.
8720 (s390_expand_setmem): New.
8721 * config/s390/s390.c: Likewise.
8722 (print_shift_count_operand): Truncate to 12 bits instead of 6.
8724 * config/s390/s390.md: ("setmem<mode>"): Accept character as
8725 general_operand. Call new function "s390_expand_setmem".
8726 ("clrmem_long", "*clrmem_long"): Rewrite to ...
8727 ("setmem_long", "*setmem_long"): ... this.
8729 2005-07-07 Adrian Straetling <straetling@de.ibm.com>
8731 * config/s390/s390.c: (optimization_options): Enable
8732 TARGET_MVCLE at -Os.
8733 * doc/invoke.texi: Document changes in default behaviour.
8734 * config/s390/s390.opt: ("mvcle"): Fix typo: is "mmvcle".
8736 2005-07-07 Adrian Straetling <straetling@de.ibm.com>
8738 * expr.c: (set_storage_via_setmem): Convert opchar to mode
8739 defined by back-end.
8741 2005-07-07 Jakub Jelinek <jakub@redhat.com>
8743 * config/sparc/sparc.md (stack_protect_testsi): Put clobbers after
8744 all sets in the pattern.
8745 * config/rs6000/rs6000.md (stack_protect_testsi,
8746 stack_protect_testdi): Likewise.
8748 2005-07-06 Jeff Law <law@redhat.com>
8750 * tree-vrp.c (simplify_using_ranges): Kill.
8751 (vrp_finalize): Remove call to simplify_using_ranges.
8752 (simplify_stmt_using_ranges): New function extracted from
8753 simplify_using_ranges.
8754 (simplify_div_or_mod_using_ranges): Likewise.
8755 (simplify_abs_using_ranges): Likewise.
8756 (simplify_cond_using_ranges): New function.
8757 * tree-flow.h (simplify_stmt_using_ranges): Prototype.
8758 * tree-ssa-propagate.c (substitute_and_fold): Call
8759 simplify_stmt_using_ranges if we have range information.
8761 2005-07-06 James E. Wilson <wilson@specifixinc.com>
8763 * config/ia64/ia64.c (ia64_reorg): Check optimize before
8764 ia64_flag_schedule_isns2.
8766 * config/ia64/ia64.c (ia64_expand_movxf_movrf): Don't word swap when
8767 reading/writing general registers.
8768 (ia64_function_arg): Revert 2005-06-18 change.
8770 2005-07-06 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
8772 * pa.c (legitimize_pic_address): Use gcc_assert instead of abort.
8773 (legitimize_tls_address): Use gcc_unreachable instead of abort.
8775 2005-07-06 Kaz Kojima <kkojima@gcc.gnu.org>
8777 * function.c (expand_function_end): Revert part of 2005-06-27
8778 patch. Do sjlj_emit_function_exit_after after return_label.
8780 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8782 * doc/install.texi (--disable-libssp): New.
8784 2005-07-06 Fariborz Jahanian <fjahanian@apple.com>
8786 * doc/invoke.texi: Update -fforce-mem documentation.
8787 * dojump.c (compare_from_rtx,do_compare_rtx_and_jump): Remove
8788 code for -fforce-mem.
8789 * expmed.c: (store_bit_field,store_fixed_bit_field,
8790 extract_bit_field): Ditto.
8791 * expr.c: (convert_move): Ditto.
8792 * optabs.c: (expand_binop,expand_twoval_unop,expand_twoval_binop,
8793 expand_unop,emit_unop_insn,prepare_cmp_insn,emit_conditional_move,
8794 emit_conditional_add,expand_float,expand_fix): Ditto.
8795 * opts.c: (decode_options): Remove setting of flag_force_mem flag.
8796 (common_handle_option): Issue warning when -fforce-mem specified.
8798 2005-07-06 Paul Brook <paul@codesourcery.com>
8800 * aclocal.m4: Work around a bug in AC_PATH_PROGS when its last
8802 * configure: Regenerate.
8804 2005-07-06 J"orn Rennecke <joern.rennecke@st.com>
8806 * sh.c (final_prescan_insn): Undo bogus change from 2005-05-09.
8808 2005-07-06 Daniel Berlin <dberlin@dberlin.org>
8810 Fix PR tree-optimization/22319
8811 Fix PR tree-optimization/22140
8812 Fix PR tree-optimization/22310
8814 * tree-ssa-structalias.c (do_structure_copy): Give up earlier on
8815 variable sized types.
8816 Use correct type for intermediate structure on *a = *b structure
8819 2005-07-06 Jakub Jelinek <jakub@redhat.com>
8821 * config/rs6000/rs6000.h (RS6000_VARARGS_AREA, RS6000_VARARGS_SIZE):
8823 (STARTING_FRAME_OFFSET): Don't add RS6000_VARARGS_AREA.
8824 (machine_function): Move typedef to...
8825 * config/rs6000/rs6000.c (machine_function): ... here. Add
8826 varargs_save_offset field.
8827 (rs6000_stack_t): Remove varargs_size field.
8828 (setup_incoming_varargs): Allocate varargs save area using
8829 assign_stack_local, try to make it as small as possible.
8830 Save offset from virtual_stack_vars_rtx to the save area
8831 in cfun->machine->varargs_save_offset. Use UNITS_PER_FP_WORD
8832 instead of magic 8 when fp word byte size is used.
8833 (rs6000_va_start): Use cfun->machine->varargs_save_offset
8834 instead of -RS6000_VARARGS_SIZE.
8835 (rs6000_stack_info, debug_stack_info,
8836 rs6000_initial_elimination_offset): Remove all traces of
8838 * config/rs6000/sysv4.h (RS6000_VARARGS_AREA): Remove.
8839 * config/rs6000/darwin.h (STARTING_FRAME_OFFSET): Don't add
8840 RS6000_VARARGS_AREA.
8842 2005-07-06 Zdenek Dvorak <dvorakz@suse.cz>
8844 PR tree-optimization/21963
8845 * tree-ssa-loop-ivopts.c (get_computation_aff): Use
8846 constant_multiple_of in the same way get_computation_cost_at does.
8848 2005-07-06 Jakub Jelinek <jakub@redhat.com>
8850 * config/sparc/sparc.h (sparc_compare_emitted): New extern.
8851 * config/sparc/sparc.c (sparc_compare_emitted): New variable.
8852 (gen_compare_reg): If sparc_compare_emitted is set, clear it
8853 and return its previous value.
8854 (emit_v9_brxx_insn): Assert sparc_compare_emitted is NULL.
8855 * config/sparc/sparc.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): New
8857 (stack_protect_set, stack_protect_test): New expanders.
8858 (stack_protect_setsi, stack_protect_setdi, stack_protect_testsi,
8859 stack_protect_testdi): New insns.
8860 * config/sparc/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
8861 * config/sparc/linux64.h (TARGET_THREAD_SSP_OFFSET): Define.
8863 2005-07-06 Jeff Law <law@redhat.com>
8865 * tree-ssa-dce.c (cfg_altered): New global.
8866 (tree_dce_init): Initialize cfg_altered.
8867 (remove_dead_stmt): If we remove an edge in the CFG, then set
8869 (perform_tree_ssa_dce): If we altered the CFG, then invalidate
8872 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8874 * Makefile.in (stamp-collect-ld): Use
8875 $(ORIGINAL_LD_FOR_TARGET) instead of $<. Don't remove
8876 ./collect-ld if it already exists.
8877 (stamp-nm): Use $(ORIGINAL_NM_FOR_TARGET) instead of $<.
8878 Don't remove ./nm if it already exists.
8880 2005-07-05 Devang Patel <dpatel@apple.com>
8882 * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.
8883 (LOOP_VINFO_LOC, LOOP_LOC): Remove.
8884 * tree-vectorizer.c (vect_loop_location): New.
8885 (vect_print_dump_info): Use vect_loop_location.
8886 (new_loop_vec_info): Do not set LOOP_VINFO_LOC.
8887 (vectorize_loops): Set vect_loop_location.
8888 * tree-vect-analyze.c (vect_analyze_offset_expr,
8889 vect_determin_vectorization_factor, vect_analyze_operations,
8890 vect_analyze_scalar_cycles, vect_analyze_data_ref_dependence,
8891 vect_analyze_data_ref_dependences, vect_compute_data_ref_alignment,
8892 vect_analyze_data_refs_alignment, vect_analyze_data_ref_access,
8893 vect_analyze_data_ref_accesses, vect_analyze_pointer_ref_access,
8894 vect_object_analysis, vect_analyze_data_refs, vect_mark_relevant,
8895 vect_stmt_relevant_p, vect_mark_stmts_to_be_vectorized,
8896 vect_can_advance_ivs_p, vect_get_loop_niters, vect_analyze_loop_form,
8897 vect_analyze_loop): Adjust vect_print_dump_info API.
8898 * tree-vect-transform.c (vect_create_addr_base_for_vector_ref,
8899 vect_create_data_ref_ptr, vect_init_vector, vect_get_vec_def_for_operand,
8900 vect_finish_stmt_generation, vectorizable_assignment,
8901 vectorizable_operation, vectorizable_store, vectorizable_load,
8902 vectorizable_live_operation, vectorizable_condition, vect_transform_stmt,
8903 vect_update_ivs_after_vectorizer, vect_do_peeling_for_loop_bound,
8904 vect_gen_ninters_for_prolog_loop, vect_do_peeling_for_alignment,
8905 vect_transform_loop): Same.
8906 * tree-vectorizer.c (get_vectype_for_scalar_type, vect_is_simple_use,
8907 vect_is_simple_reduction, vect_is_simple_iv_evolution, vectorize_loops):
8910 2005-07-05 Randolph Chung <tausq@debian.org>
8912 * configure.ac (hppa*-*-linux*: Check for a TLS capable gas.
8913 * configure: Regenerate.
8914 * config/pa/pa-protos.h (tls_symbolic_operand): Declare.
8915 (pa_tls_referenced_p): Declare.
8916 * config/pa/pa.c (legitimize_pic_address): Reject TLS operands.
8917 (gen_tls_tga, gen_tls_get_addr, hppa_tls_call): New.
8918 (legitimize_tls_address): New.
8919 (hppa_legitimize_address): Handle TLS addresses.
8920 (pa_tls_symbol_ref_1, pa_tls_referenced_p): New.
8921 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
8922 (emit_move_sequence): Handle TLS addresses.
8923 (pa_encode_section_info): Call default handler to handle common
8925 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): New.
8926 (CONSTANT_ADDRESS_P): Reject TLS operands.
8927 (TARGET_HAVE_TLS) [HAVE_AS_TLS]: Define.
8928 * config/pa/pa.md (UNSPEC_TP, UNSPEC_TLSGD, UNSPEC_TLSLDM)
8929 (UNSPEC_TLSLDO, UNSPEC_TLSLDBASE, UNSPEC_TLSIE)
8930 (UNSPEC_TLSLE): Define new constants.
8931 (tgd_load, tld_load, tld_offset_load, tp_load, tie_load, tle_load): New.
8932 * config/pa/predicates.md (symbolic_operand): Reject TLS operands.
8933 (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand)
8934 (tie_symbolic_operand, tle_symbolic_operand): New
8936 2005-07-06 Kelley Cook <kcook@gcc.gnu.org>
8938 * aclocal.m4: Update macros for autoconf 2.59 style.
8939 * configure.ac: Likewise.
8941 2005-07-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8943 * pa.c (function_value): Handle small aggregates on 32-bit targets.
8944 (function_arg): Pass small aggregates in general registers on 32-bit
8946 * som.h (MEMBER_TYPE_FORCES_BLK): Delete define.
8948 2005-07-05 Andrew Pinski <pinskia@physics.uc.edu>
8950 * Makefile.in (final.o): Fix dependencies.
8952 2005-07-05 Joseph S. Myers <joseph@codesourcery.com>
8956 * langhooks.h (struct lang_hooks): Add expr_to_decl.
8957 * langhooks.c (lhd_expr_to_decl): New.
8958 * langhooks-def.h (lhd_expr_to_decl, LANG_HOOKS_EXPR_TO_DECL):
8960 (LANG_HOOKS_INITIALIZER): Update.
8961 * tree.c (recompute_tree_invarant_for_addr_expr): Call
8962 expr_to_decl langhook.
8963 * c-tree.h (c_expr_to_decl): Declare.
8964 * c-typeck.c (c_expr_to_decl): New.
8965 (build_unary_op): Do not handle ADDR_EXPR of COMPOUND_LITERAL_EXPR
8967 * c-objc-common.h (LANG_HOOKS_EXPR_TO_DECL): Define.
8969 2005-07-05 Joseph S. Myers <joseph@codesourcery.com>
8972 * c-decl.c (finish_struct): Also copy C_TYPE_FIELDS_READONLY,
8973 C_TYPE_FIELDS_VOLATILE and C_TYPE_VARIABLE_SIZE to type variants.
8975 2005-07-05 Paolo Bonzini <bonzini@gnu.org>
8977 * Makefile.in: Adjust dependencies.
8978 * tree-pass.h: Add new passes and passes formerly in tree-optimize.c.
8979 * basic-block.h (duplicate_computed_gotos): Remove, it is now static.
8980 * alias.c (rest_of_handle_cfg, pass_cfg): New.
8981 * bb-reorder.c (duplicate_computed_gotos): Make it static.
8982 * cfgexpand.c (tree_expand_cfg): Add code formerly at the beginning of
8983 rest_of_compilation.
8985 * bb-reorder.c (gate_duplicate_computed_gotos,
8986 pass_duplicate_computed_gotos, gate_handle_reorder_blocks,
8987 rest_of_handle_reorder_blocks, pass_reorder_blocks,
8988 gate_handle_partition_blocks, rest_of_handle_partition_blocks,
8989 pass_partition_blocks): New.
8990 * bt-load.c (gate_handle_branch_target_load_optimize,
8991 rest_of_handle_branch_target_load_optimize,
8992 pass_branch_target_load_optimize): New.
8993 * cfgcleanup.c (rest_of_handle_jump, pass_jump, rest_of_handle_jump2,
8995 * cfglayout.c (pass_insn_locators_initialize): New.
8996 * cfgrtl.c (pass_free_cfg): New.
8997 * combine.c (gate_handle_combine, rest_of_handle_combine,
8999 * cse.c (gate_handle_cse, rest_of_handle_cse, pass_cse,
9000 gate_handle_cse2, rest_of_handle_cse2, pass_cse2): New.
9001 * emit-rtl.c (pass_unshare_all_rtl, pass_remove_unnecessary_notes): New.
9002 * except.c (pass_set_nothrow_function_flags,
9003 pass_convert_to_eh_region_ranges, gate_handle_eh, rest_of_handle_eh,
9005 * final.c (pass_compute_alignments, rest_of_handle_final, pass_final,
9006 rest_of_handle_shorten_branches, pass_shorten_branches,
9007 rest_of_clean_state, pass_clean_state): New.
9008 * flow.c (pass_recompute_reg_usage, gate_remove_death_notes,
9009 rest_of_handle_remove_death_notes, pass_remove_death_notes,
9010 rest_of_handle_life, pass_life, rest_of_handle_flow2,
9012 * function.c (pass_instantiate_virtual_regs, pass_init_function,
9013 rest_of_handle_check_leaf_regs, pass_leaf_regs): New.
9014 * gcse.c (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
9015 pass_jump_bypass, gate_handle_gcse, rest_of_handle_gcse,
9017 * global.c (rest_of_handle_global_alloc, pass_global_alloc): New.
9018 * ifcvt.c (gate_handle_if_conversion, rest_of_handle_if_conversion,
9019 pass_rtl_ifcvt, gate_handle_if_after_combine,
9020 rest_of_handle_if_after_combine, pass_if_after_combine,
9021 gate_handle_if_after_reload, rest_of_handle_if_after_reload,
9022 pass_if_after_reload): New.
9023 * integrate.c (pass_initial_value_sets): New.
9024 * jump.c (pass_cleanup_barriers, purge_line_number_notes,
9025 pass_purge_lineno_notes): New.
9026 * mode-switching.c (rest_of_handle_mode_switching,
9027 pass_mode_switching): New.
9028 * local-alloc.c (rest_of_handle_local_alloc, pass_local_alloc): New.
9029 * loop-init.c (gate_handle_loop2, rest_of_handle_loop2,
9031 * loop.c (gate_handle_loop_optimize, rest_of_handle_loop_optimize,
9032 pass_loop_optimize): New.
9033 * modulo-sched.c (gate_handle_sms, rest_of_handle_sms,
9035 * postreload-gcse.c (gate_handle_gcse2, rest_of_handle_gcse2,
9037 * postreload.c (gate_handle_postreload, rest_of_handle_postreload,
9038 pass_postreload_cse): New.
9039 * profile.c (gate_handle_profiling, pass_profiling,
9040 rest_of_handle_branch_prob, pass_branch_prob): New.
9041 * recog.c (pass pass_split_for_shorten_branches, gate_do_final_split,
9042 pass_split_before_regstack, gate_handle_split_before_regstack,
9043 gate_handle_peephole2, rest_of_handle_peephole2, pass_peephole2,
9044 rest_of_handle_split_all_insns, pass_split_all_insns): New.
9045 * reg-stack.c (gate_handle_stack_regs, rest_of_handle_stack_regs,
9046 pass_stack_regs): New.
9047 * regmove.c (gate_handle_regmove, rest_of_handle_regmove, pass_regmove,
9048 gate_handle_stack_adjustments, rest_of_handle_stack_adjustments,
9049 pass_stack_adjustments): New.
9050 * regrename.c (gate_handle_regrename, rest_of_handle_regrename,
9051 pass_regrename): New.
9052 * reorg.c (gate_handle_delay_slots, rest_of_handle_delay_slots,
9053 pass_delay_slots, gate_handle_machine_reorg,
9054 rest_of_handle_machine_reorg, pass_machine_reorg): New.
9055 * rtl.h (extern void purge_line_number_notes): New.
9056 * sched-rgn.c (gate_handle_sched, rest_of_handle_sched,
9057 gate_handle_sched2, rest_of_handle_sched2, pass_sched,
9059 * tracer.c (gate_handle_tracer, rest_of_handle_tracer,
9061 * value-prof.c (gate_handle_value_profile_transformations,
9062 rest_of_handle_value_profile_transformations,
9063 pass_value_profile_transformations): New.
9064 * var-tracking.c (gate_handle_var_tracking,
9065 pass_variable_tracking): New.
9066 * web.c (gate_handle_web, rest_of_handle_web, pass_web): New.
9068 * passes.c (open_dump_file, close_dump_file, rest_of_handle_final,
9069 rest_of_handle_delay_slots, rest_of_handle_stack_regs,
9070 rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
9071 rest_of_handle_old_regalloc, rest_of_handle_regrename,
9072 rest_of_handle_reorder_blocks, rest_of_handle_partition_blocks,
9073 rest_of_handle_sms, rest_of_handle_sched, rest_of_handle_sched2,
9074 rest_of_handle_gcse2, rest_of_handle_regmove,
9075 rest_of_handle_tracer, rest_of_handle_if_conversion,
9076 rest_of_handle_if_after_combine, rest_of_handle_if_after_reload,
9077 rest_of_handle_web, rest_of_handle_branch_prob,
9078 rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
9079 rest_of_handle_jump_bypass, rest_of_handle_combine,
9080 rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
9081 rest_of_handle_gcse, rest_of_handle_loop_optimize,
9082 rest_of_handle_loop2, rest_of_handle_branch_target_load_optimize,
9083 rest_of_handle_mode_switching, rest_of_handle_jump,
9084 rest_of_handle_eh, rest_of_handle_stack_adjustments,
9085 rest_of_handle_flow2, rest_of_handle_jump2,
9086 rest_of_handle_peephole2, rest_of_handle_postreload,
9087 rest_of_handle_shorten_branches, rest_of_clean_state,
9088 rest_of_compilation): Remove.
9090 * cgraphunit.c (ipa_passes): Moved from tree-optimize.c.
9091 * passes.c (dump_flags, in_gimple_form, all_passes,
9092 all_ipa_passes, all_lowering_passes, register_one_dump_file,
9093 register_dump_files, next_pass_1, last_verified, execute_todo,
9094 execute_one_pass, execute_pass_list, execute_ipa_pass_list): Moved
9095 from tree-optimize.c.
9096 (init_optimization_passes): Moved from tree-optimize.c,
9097 adding the RTL optimizations.
9098 * tree-dump.h (dump_info_p, dump_flag): Moved from tree.h.
9099 * tree-optimize.c (dump_flags, in_gimple_form, all_passes,
9100 all_ipa_passes, all_lowering_passes, register_one_dump_file,
9101 register_dump_files, next_pass_1, last_verified, execute_todo,
9102 execute_one_pass, execute_pass_list, execute_ipa_pass_list,
9103 init_tree_optimization_passes, ipa_passes): Delete.
9104 * tree-pass.h (enum tree_dump_index): Moved from tree.h, removing
9106 (TDF_*, get_dump_file_name, dump_enabled_p, dump_initialized_p,
9107 dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved
9109 (ipa_passes): Remove.
9110 (all_passes, all_ipa_passes, all_lowering_passes): Now extern.
9111 * tree.h (enum tree_dump_index, TDF_*, get_dump_file_name,
9112 dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node,
9113 dump_switch_p, dump_flag_name): Moved to tree-pass.h.
9114 (dump_info_p, dump_flag): Moved to tree-dump.h.
9116 * Makefile.in: Adjust dependencies for tree-pretty-print.c,
9118 * passes.c (finish_optimization_passes): Use dump_begin
9119 and dump_end, TDI_end.
9120 (gate_rest_of_compilation): New.
9121 (pass_rest_of_compilation): Use it.
9122 (gate_postreload, pass_postreload): New.
9123 * toplev.c (general_init): Rename init_tree_optimization_passes.
9124 * toplev.h (init_tree_optimization_passes): Rename to
9125 init_optimizations_passes.
9126 * tree-dump.c (dump_flag): Make static.
9127 (dump_files): Remove RTL dumps.
9128 * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
9129 pass_cleanup_cfg, pass_free_cfg_annotations,
9130 pass_cleanup_cfg_post_optimizing, pass_free_datastructures,
9131 pass_init_datastructures, pass_fixup_cfg): Make non-static.
9132 * tree-pretty-print.c: Include tree-pass.h.
9133 * cgraph.c: Include tree-dump.h.
9135 2005-07-04 Daniel Berlin <dberlin@dberlin.org>
9137 * tree-ssa-structalias.c (get_constraint_exp_from_ssa_var):
9138 Only fall back to saying it points to readonly memory if
9141 2005-07-05 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9143 * config/m32r/m32r-protos.h: Remove m32r_finalize_pic.
9144 * config/m32r/m32r.c (m32r_compute_frame_size,
9145 m32r_expand_prologue): Take current_function_profile into
9146 account whenever we reference
9147 current_function_uses_pic_offset_table.
9148 (m32r_finalize_pic): Remove.
9149 * config/m32r/m32r.h (FINALIZE_PIC): Likewise.
9151 2005-07-05 Kazu Hirata <kazu@codesourcery.com>
9153 * Makefile.in (stamp-as): Use $(ORIGINAL_AS_FOR_TARGET)
9154 instead of $<. Don't remove ./as if it already exists.
9156 2005-07-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9159 * pa.md: Remove fcpy alternative from movhi and movqi patterns.
9160 * pa32-regs.h (HARD_REGNO_NREGS): Return two floating point registers
9161 for complex modes when generating code for PA 1.0.
9162 (VALID_FP_MODE_P): New macro.
9163 (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P. Use non-overlapping register
9164 sets for all general and floating point modes. Align wide floating
9165 point modes to even register boundaries to comply with architectural
9167 (CLASS_MAX_NREGS): Update to align with change to HARD_REGNO_NREGS.
9168 * pa64-regs.h (HARD_REGNO_NREGS): Update comment and formatting.
9169 (VALID_FP_MODE_P): New macro.
9170 (HARD_REGNO_MODE_OK): Use VALID_FP_MODE_P. Use non-overlapping register
9171 sets for all general and floating point modes. Align wide floating
9172 point modes to even register boundaries to comply with architectural
9175 2005-07-04 Diego Novillo <dnovillo@redhat.com>
9177 * tree-dump.c (dump_files): Initialize dump number for .cgraph
9180 2005-07-04 Diego Novillo <dnovillo@redhat.com>
9182 * tree-ssa-structalias.c: Don't include expr.h.
9184 2005-07-04 Diego Novillo <dnovillo@redhat.com>
9186 * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
9189 2005-07-04 Daniel Berlin <dberlin@dberlin.org>
9191 Fix PR tree-optimization/22279
9193 * tree-ssa-structalias.c (offset_overlaps_with_access): Use
9196 2005-07-04 J"orn Rennecke <joern.rennecke@st.com>
9198 * sh.c (output_ieee_ccmpeq): Replace "\\;" with "\n\t".
9200 2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
9202 * bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
9203 cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
9204 config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
9205 config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
9206 config/stormy16/stormy16.c, config/v850/v850.c,
9207 config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
9208 except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
9209 Avoid "." or "\n" at end of diagnostics and capital letters at
9210 start of diagnostics.
9211 * combine.c, cse.c: Don't translate dump file output.
9212 * toplev.c (print_version): Only translate output if going to
9215 2005-07-03 Kazu Hirata <kazu@codesourcery.com>
9217 * c-decl.c, tree-object-size.c, tree-vectorizer.c,
9218 config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
9221 2005-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9223 * pa.c (fix_range): Fix typo in comment.
9225 2005-07-03 Kazu Hirata <kazu@codesourcery.com>
9227 * tree-vrp.c (extract_range_from_assert): Replace
9228 fold (build (...)) with fold_build2.
9230 2005-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9232 * c-format.c (gcc_gfc_format_type, gcc_gfc_flag_pairs,
9233 gcc_gfc_char_table, init_dynamic_gfc_info): New.
9234 (format_types_orig, handle_format_attribute): Add support for
9237 2005-07-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
9239 * varasm.c (assemble_variable): Fix format specifier thinko.
9241 2005-07-03 Ira Rosen <irar@il.ibm.com>
9243 PR tree-optimization/22029 (and 22135)
9244 * tree-pretty-print.c (dump_generic_node): Check that the node is not
9245 a phi node before calling dump_vops.
9247 2005-07-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
9249 * tree-dump.h (dump_string_field): Declare.
9250 * tree-dump.c: Use it instead of dump_string.
9251 (dump_string_field): Make non-static.
9253 2005-07-03 Kaz Kojima <kkojima@gcc.gnu.org>
9255 * config/sh/sh.c (sh_output_mi_thunk): Initialize and clean
9256 up the minimal CFG stuff always when optimize > 0. Call
9257 split_all_insns_noflow in PIC case if needed.
9259 2005-07-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
9260 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
9263 * c-decl.c (c_write_global_declarations): Dump contents of
9265 * tree-dump.c (dequeue_and_dump): Dump abstract origin of a decl.
9266 <TRY_FINALLY_EXPR>, <RETURN_EXPR>, <CASE_LABEL_EXPR>, <LABEL_EXPR>,
9267 <GOTO_EXPR>, <SWITCH_EXPR>: Add.
9268 (dump_enabled_p): Return TRUE if PHASE is TDI_all and any dump
9271 2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
9273 * c-common.h (GCC_DIAG_STYLE): Define.
9274 * c-tree.h (GCC_DIAG_STYLE): Do not define. Change minimum GCC
9275 version for format checking to 4.1.
9276 * c-format.c: Include toplev.h after c-common.h.
9277 (enum format_type): Add gcc_tdiag_format_type.
9278 (gcc_tdiag_length_specs, gcc_tdiag_flag_pairs,
9279 gcc_tdiag_flag_specs, gcc_tdiag_char_table): New.
9280 (format_types_orig): Add gcc_tdiag.
9281 (init_dynamic_diag_info): Support gcc_tdiag formats.
9282 (handle_format_attribute): Likewise.
9283 * toplev.h (NO_FRONT_END_DIAG, ATTRIBUTE_GCC_FE_DIAG): Remove.
9284 (GCC_DIAG_STYLE): Default to __gcc_tdiag__. Change minimum GCC
9285 version for format checking to 4.1.
9286 (warning0, warning, error, pedwarn, sorry): Use
9288 * config/rs6000/rs6000.c (altivec_expand_builtin), varasm.c
9289 (finish_aliases_1): Do not use %qE.
9290 * config/arm/arm.c, config/i386/i386.c, config/mmix/mmix.c,
9291 config/pdp11/pdp11.c, stor-layout.c, tree-eh.c, tree-ssa.c:
9292 Correct format bugs.
9293 * config/v850/v850-protos.h (v850_output_aligned_bss): Change size
9294 parameter to unsigned HOST_WIDE_INT.
9295 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
9297 2005-07-02 David Edelsohn <edelsohn@gnu.org>
9300 * expr.c (write_complex_part): Use adjust_address for MEM.
9301 (read_complex_part): Same.
9303 2005-07-02 Daniel Berlin <dberlin@dberlin.org>
9305 Fix PR tree-optimization/22280
9307 * tree-sra.c (generate_element_init): Remove useless loop.
9309 2005-07-02 Richard Henderson <rth@redhat.com>
9311 * config/alpha/alpha.c (alpha_legitimize_address): Check for
9313 (alpha_stdarg_optimize_hook): Use DECL_UID with va_list_vars.
9315 2005-07-02 Andrew Pinski <pinskia@physics.uc.edu>
9318 * fold-const.c (fold_binary): Handle the return value of
9319 fold_to_nonsharp_ineq_using_bound if we get back the same operand back.
9320 Implement "X +- C1 CMP C2" folding to "X CMP C2 -+ C1".
9322 2005-07-02 Jeff Law <law@redhat.com>
9324 * tree-ssa-dom.c (find_equivalent_equality_comparison): Do not
9325 a eliminate type conversion which feeds an equality comparison
9326 if the original type or either operand in the comparison is a
9329 2005-07-02 Joseph S. Myers <joseph@codesourcery.com>
9331 * c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
9332 config/rs6000/rs6000.opt, params.def: Remove "." from end of help
9334 * config/avr/avr.c: Do not use '`' as left quote.
9335 * config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
9336 Remove "." from end of diagnostics. Make diagnostics start with
9339 2005-07-02 Zack Weinberg <zack@codesourcery.com>
9340 Joseph S. Myers <joseph@codesourcery.com>
9342 * toplev.c (default_tree_printer): Handle setting location with
9344 * c-objc.common.c (c_tree_printer): Likewise.
9345 * c-format.c (gcc_diag_flag_specs): Add '+'.
9346 (gcc_cdiag_char_table): Allow '+' flag for tree formats.
9347 (format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
9349 * c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
9350 config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
9351 config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
9352 config/v850/v850.c, function.c, stor-layout.c, toplev.c,
9353 tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
9354 instead of %J or %H. Use 'q' flag for quoting. Avoid '.' at end
9355 of diagnostics. Use %q+D not %s for a decl. Do not pass excess
9356 format arguments where %J is used without %D.
9358 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9360 * gcc.c (LINK_SSP_SPEC): Define.
9361 (link_ssp_spec): New variable.
9362 (LINK_COMMAND_SPEC): Add %(link_ssp).
9363 (static_specs): Add link_ssp_spec.
9364 * configure.ac (TARGET_LIBC_PROVIDES_SSP): New test.
9365 * configure: Rebuilt.
9366 * config.in: Rebuilt.
9368 * config/rs6000/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
9369 * config/rs6000/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
9370 * config/i386/linux.h (TARGET_THREAD_SSP_OFFSET): Likewise.
9371 * config/i386/linux64.h (TARGET_THREAD_SSP_OFFSET): Likewise.
9372 * config/rs6000/rs6000.md (stack_protect_set, stack_protect_test):
9373 If TARGET_THREAD_SSP_OFFSET is defined, use -0x7010(13) resp.
9374 -0x7008(2) instead of reading __stack_chk_guard variable.
9375 * config/i386/i386.md (UNSPEC_SP_SET, UNSPEC_SP_TEST): Change
9377 (UNSPEC_SP_TLS_SET, UNSPEC_SP_TLS_TEST): New constants.
9378 (stack_protect_set, stack_protect_test): Use *_tls* patterns
9379 if TARGET_THREAD_SSP_OFFSET is defined.
9380 (stack_tls_protect_set_si, stack_tls_protect_set_di,
9381 stack_tls_protect_test_si, stack_tls_protect_test_di): New insns.
9384 2005-06-27 Richard Henderson <rth@redhat.com>
9385 * libgcc-std.ver (GCC_4.1.0): New.
9386 * libgcc.h (__stack_chk_guard): Declare.
9387 (__stack_chk_fail, __stack_chk_fail_local): Declare.
9388 * libgcc2.c (L_stack_chk, L_stack_chk_local): New.
9389 * mklibgcc.in (lib2funcs): Add them.
9391 2005-07-01 Richard Henderson <rth@redhat.com>
9393 * config/i386/linux-unwind.h (x86_64_fallback_frame_state): Cast to
9394 void * before struct sigcontext *.
9395 (x86_fallback_frame_state): Likewise.
9397 2005-07-01 James E. Wilson <wilson@specifixinc.com>
9399 * doc/invoke.texi (-funit-at-a-time): Correct grammar in second bullet.
9401 2005-07-01 Andrew Pinski <pinskia@physics.uc.edu>
9404 * tree-ssa-reassoc.c (should_transpose): Fix which operand
9405 we check for SSA_NAME for.
9407 2005-07-01 Daniel Berlin <dberlin@dberlin.org>
9409 Fix PR tree-optimization/22071
9411 * tree-ssa-structalias.c (offset_overlaps_with_access): New
9413 (get_constraint_for_component_ref): Use it.
9415 2005-07-01 Andrew Pinski <pinskia@physics.uc.edu>
9418 * diagnostic.c (diagnostic_report_current_module): Use pp_newline to
9419 print out the last new line.
9421 2005-07-01 Hans-Peter Nilsson <hp@axis.se>
9423 * config/cris/cris.md (CRIS_CC0_REGNUM): New constant.
9424 Swap numbers for CRIS_AP_REGNUM and CRIS_MOF_REGNUM.
9425 * config/cris/cris.c (cris_conditional_register_usage): Adjust
9426 reg_names[CRIS_CC0_REGNUM] for early CRIS versions.
9427 (cris_print_operand) <case REG>: Handle CRIS_CC0_REGNUM.
9428 (cris_md_asm_clobbers): Clobber CRIS_CC0_REGNUM for all asms.
9429 * config/cris/cris.h (CRIS_CANONICAL_CC0_REGNUM): New macro.
9430 (enum reg_class): New member CC0_REGS.
9431 (REG_CLASS_FROM_LETTER): Add 'c' for CC0_REGS.
9432 (FIRST_PSEUDO_REGISTER, CALL_USED_REGISTERS, REG_ALLOC_ORDER)
9433 (HARD_REGNO_MODE_OK, MODES_TIEABLE_P, REG_CLASS_NAMES)
9434 (CRIS_SPECIAL_REGS_CONTENTS, REG_CLASS_CONTENTS, REGNO_REG_CLASS)
9435 (PREFERRED_RELOAD_CLASS, REGISTER_NAMES, DBX_REGISTER_NUMBER):
9436 Adjust for register now described.
9438 2005-07-01 Jakub Jelinek <jakub@redhat.com>
9441 * config/i386/i386.md (stack_protect_test_si,
9442 stack_protect_test_di): Add earlyclobber for scratch 3.
9443 * config/rs6000/rs6000.md (stack_protect_testsi,
9444 stack_protect_testdi): Add earlyclobber for scratch 3,
9445 remove earlyclobber from scratch 4.
9447 Older entries for 2005 can be found in ChangeLog-2005.