1 2005-02-14 Sebastian Pop <pop@cri.ensmp.fr>
3 * lambda-code.c (lambda_loopnest_to_gcc_loopnest, perfect_nestify):
4 Use standard_iv_increment_position for computing the bsi position
6 * tree-ssa-loop-manip.c (create_iv): Add a comment on how to compute
9 2005-02-13 Zdenek Dvorak <dvorakz@suse.cz>
12 * cfgrtl.c (safe_insert_insn_on_edge): Avoid extending life range of hard
14 * value-prof.c (insn_prefetch_values_to_profile): Only scan normal insns.
16 * value-prof.c (rtl_find_values_to_profile): Do not look for values to
19 2005-02-13 Nathan Sidwell <nathan@codesourcery.com>
21 * bitmap.h (bitmap_and_compl_into): Return bool.
22 * bitmap.c (bitmap_and_compl_into): Return changed flag.
24 2005-02-13 James A. Morrison <phython@gcc.gnu.org>
26 PR tree-optimization/19944
27 * fold-const.c (fold): Re-add ABS_EXPR folding.
29 2005-02-13 David Edelsohn <edelsohn@gnu.org>
32 * config/rs6000/aix.h ({TARGET,MASK}_XL_CALL): Rename to
33 {TARGET,MASK}_XL_COMPAT.
34 (SUBTARGET_SWITCHES): Rename xl-call to xl-compat. Use
36 * config/rs6000/beos.h ({TARGET,MASK}_XL_CALL): Remove.
37 * config/rs6000/rs6000.c (function_arg): Change TARGET_XL_CALL to
39 (rs6000_arg_partial_bytes): Same.
40 (rs6000_generate_compare): Generate PARALLEL for compare if TFmode
41 and XL compatibility enabled.
42 * config/rs6000/rs6000.h (TARGET_XL_CALL): Rename to TARGET_XL_COMPAT.
43 * config/rs6000/rs6000.md (cmptf_internal1): Add !TARGET_XL_COMPAT
44 test to final condition.
45 (cmptf_internal2): New.
46 * doc/invoke.texi (RS/6000 Subtarget Options): Change xl-call to
47 xl-compat. Add TFmode information to description.
49 2005-02-13 Kazu Hirata <kazu@cs.umass.edu>
51 * flags.h, read-rtl.c, tree-ssa-live.h: Update copyright.
53 2005-02-13 Jason Merrill <jason@redhat.com>
55 [reverted temporarily]
58 * gimplify.c (gimplify_modify_expr_rhs) [CALL_EXPR]: Make return
62 * fold-const.c (fold_indirect_ref_1): Split out from...
63 (build_fold_indirect_ref): Here.
64 (fold_indirect_ref): New fn.
66 * gimplify.c (gimplify_compound_lval): Call fold_indirect_ref.
67 (gimplify_modify_expr_rhs): Likewise.
68 (gimplify_expr): Likewise.
70 2005-02-13 James A. Morrison <phython@gcc.gnu.org>
72 PR tree-optimization/14303
73 PR tree-optimization/15784
74 * fold-const.c (fold): Fold ABS_EXPR<x> >= 0 to true, when possible.
75 Fold ABS_EXPR<x> < 0 to false. Fold ABS_EXPR<x> == 0 to x == 0 and
76 ABS_EXPR<x> != 0 to x != 0.
78 2005-02-12 Kazu Hirata <kazu@cs.umass.edu>
80 * c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
81 simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow
84 * passes.c (rest_of_handle_gcse): Don't run cse_main and
85 delete_trivially_dead_insns too many times.
87 * passes.c (rest_of_handle_gcse): Remove dead assignments to
90 2005-02-12 Ira Rosen <irar@il.ibm.com>
92 * tree-vectorizer.c (vect_get_base_and_offset): Remove.
93 (vect_is_simple_iv_evolution): Remove redundant parameter
95 (vect_analyze_scalar_cycles): Call vect_is_simple_iv_evolution
96 without last parameter.
97 (vect_analyze_pointer_ref_access): Get access_fn as parameter.
98 Return pointer step. Call vect_is_simple_iv_evolution without
99 last parameter. Check only that the step is multiple of size
100 type. Remove stmt_vinfo updates.
101 (vect_get_memtag_and_dr): Remove.
102 (vect_get_memtag): New function.
103 (vect_address_analysis): New function.
104 (vect_object_analysis): New function.
105 (vect_analyze_data_refs): Call vect_object_analysis and
106 vect_get_memtag. Update stmt_vinfo fields.
108 2005-02-12 Ira Rosen <irar@il.ibm.com>
110 * tree-data-ref.c (array_base_name_differ_p): Check that the bases
111 exist and are objects. Remove checks for pointer.
112 * tree-vectorizer.c (vect_create_addr_base_for_vector_ref): Use
113 STMT_VINFO_VECT_DR_BASE_ADDRESS instead of DR_BASE_NAME.
114 (vect_create_data_ref_ptr): Likewise.
115 (vect_base_addr_differ_p): New function.
116 (vect_analyze_data_ref_dependence): Call vect_base_addr_differ_p.
117 (vect_analyze_pointer_ref_access): Add output parameter - ptr_init.
118 Don't set the DR_BASE_NAME field of data-ref.
119 (vect_get_memtag_and_dr): Use ptr_init instead of DR_BASE_NAME.
121 2005-02-12 Uros Bizjak <uros@kss-loka.si>
123 * optabs.h (enum optab_index): Add new OTI_ldexp.
124 (ldexp_optab): Define corresponding macro.
125 * optabs.c (init_optabs): Initialize ldexp_optab.
126 * genopinit.c (optabs): Implement ldexp_optab using ldexp?f3
128 * builtins.c (expand_builtin_mathfn_2): Handle BUILT_IN_LDEXP{,F,L}
130 (expand_builtin): Expand BUILT_IN_LDEXP{,F,L} using
131 expand_builtin_mathfn_2 if flag_unsafe_math_optimizations is set.
133 * config/i386/i386.md (ldexpsf3, ldexpdf3, ldexpxf3): New expanders
134 to implement ldexpf, ldexp and ldexpl built-ins as inline x87
137 2005-02-12 Ira Rosen <irar@il.ibm.com>
139 * tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base
141 * tree-vectorizer.c (new_stmt_vec_info): Rename the above field of
143 (vect_get_base_and_offset): Always return an address.
144 (vect_create_addr_base_for_vector_ref): Remove treatment for
145 different data reference types.
146 (vect_compute_data_ref_alignment): Rename base to base_address in
147 stmt_vec_info. Get the object in order to force its alignment.
148 (vect_get_memtag_and_dr): Rename base to base_address in
149 stmt_vec_info. Extract the object for memtag analysis.
151 2005-02-12 Hans-Peter Nilsson <hp@axis.com>
154 * config/cris/cris.c (cris_notice_update_cc): When testing if insn
155 changes cc_status, use apply modified_in_p to part of cc_status
156 and insn, not cris_reg_overlap_mentioned_p on SET_DEST of insn
159 2005-02-11 Richard Henderson <rth@redhat.com>
161 * tree-complex.c (expand_complex_libcall): New.
162 (expand_complex_multiplication): Use it for c99 compliance.
163 (expand_complex_division): Likewise.
164 * fold-const.c (fold_complex_add, fold_complex_mult): New.
166 * builtins.c (built_in_names): Remove const.
167 * tree.c (build_common_builtin_nodes): Build complex arithmetic
169 * tree.h (BUILT_IN_COMPLEX_MUL_MIN, BUILT_IN_COMPLEX_MUL_MAX): New.
170 (BUILT_IN_COMPLEX_DIV_MIN, BUILT_IN_COMPLEX_DIV_MAX): New.
171 (built_in_names): Remove const.
172 * c-common.c (c_common_type_for_mode): Handle complex modes.
173 * flags.h, toplev.c (flag_complex_method): Rename from
174 flag_complex_divide_method.
175 * libgcc2.c (__divsc3, __divdc3, __divxc3, __divtc3,
176 __mulsc3, __muldc3, __mulxc3, __multc3): New.
177 * libgcc2.h: Declare them.
178 * libgcc-std.ver: Export them.
179 * mklibgcc.in (lib2funcs): Build them.
181 2005-02-11 Steven Bosscher <stevenb@suse.de>
183 PR tree-optimization/19876
184 Partially revert my change from 2005-01-14
185 * tree-ssa-pre.c (compute_antic_aux): Make recursive once again...
186 (compute_antic): ...and remove the loop here.
188 2005-02-11 Jakub Jelinek <jakub@redhat.com>
191 * fold-const.c (make_bit_field_ref): If bitpos == 0 and bitsize
192 is number of inner's bits, avoid creating a BIT_FIELD_REF.
194 * config/rs6000/sysv4.h (ENDFILE_LINUX_SPEC): Use crtendS.o instead of
195 crtend.o if -pie. Use %{x:a;:b} spec syntax.
197 2005-02-11 Daniel Jacobowitz <dan@codesourcery.com>
199 * config/mips/linux-unwind.h (mips_fallback_frame_state): Adjust
200 offsets for the big-endian 32-bit case.
202 2005-02-11 Joseph S. Myers <joseph@codesourcery.com>
204 * config/ia64/hpux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
206 2005-02-11 Dale Johannesen <dalej@apple.com>
208 * cselib.c (cselib_process_insn): Clear out regs where
209 HARD_REGNO_CALL_PART_CLOBBERED is true at a call.
210 * reload.c (find_equiv_reg): Ditto.
212 2005-02-11 Ian Lance Taylor <ian@airs.com>
214 * read-rtl.c (read_rtx_1): Give fatal error if we see a vector
217 * tree.c (build_function_type_list): Work correctly if there are
220 2005-02-11 Ulrich Weigand <uweigand@de.ibm.com>
222 * config/s390/s390.md ("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs",
223 "*cmpsi_ccs"): Use %h instead of %c to print immediate operand.
224 ("*zero_extendhisi2_64", "*zero_extendhisi2_31"): Choose based on
225 TARGET_ZARCH instead of TARGET_64BIT.
227 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
229 * config/rs6000/t-rtems:
230 (MULTILIB_OPTIONS): Remove mcpu=602.
231 (MUTLILIB_DIRNAMES): Remove m602.
232 (MULTILIB_MATCHES): Add ${MULTILIB_MATCHES_FLOAT}.
233 Let mcpu=602 match mcpu=603.
234 (MULTILIB_NEW_EXCEPTIONS_ONLY): Add mcpu=601, mcpu=602, mcpu=m603.
236 2005-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
238 * pa/linux-unwind.h (pa32_fallback_frame_state): Handle misaligned
241 2005-02-10 David Daney <ddaney@avtrex.com>
243 * config/alpha/linux-unwind.h: Add exception clause to copyright.
244 * config/i386/linux-unwind.h: Likewise.
245 * config/ia64/linux-unwind.h: Likewise.
246 * config/mips/linux-unwind.h: Likewise.
247 * config/pa/linux-unwind.h: Likewise.
248 * config/rs6000/linux-unwind.h: Likewise.
249 * config/s390/linux-unwind.h: Likewise.
250 * config/sh/linux-unwind.h: Likewise.
251 * config/sparc/linux-unwind.h: Likewise.
253 2005-02-10 Steven Bosscher <stevenb@suse.de>
255 PR tree-optimization/17549
256 * tree-outof-ssa.c (find_replaceable_in_bb): Do not allow
257 TER to replace a DEF with its expression if the DEF and the
258 rhs of the expression we replace into have the same root
261 2005-02-10 Richard Sandiford <rsandifo@redhat.com>
263 * config/mips/mips.md: Fix the placement of the match_scratch in the
266 2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
268 * cse.c, tree-ssa-loop-ivopts.c, config/rs6000/linux-unwind.h:
271 2005-02-10 Zdenek Dvorak <dvorakz@suse.cz>
273 * tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts.
274 (strip_offset): Handle addresses.
275 (add_address_candidates): Use strip_offset.
276 (difference_cost): Reflect strip_offset change.
277 (force_var_cost, difference_cost): Strip nops.
279 2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
281 * df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
283 * builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h,
284 tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c,
285 config/cris/cris-protos.h, config/cris/cris.c: Update
288 2005-02-10 Jeff Law <law@redhat.com>
290 * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
291 (lookup_avail_expr): Similarly.
293 2005-02-10 Richard Guenther <rguenth@gcc.gnu.org>
295 * builtins.c (fold_builtin_powi): New function.
296 (fold_builtin_1): Call it.
298 2005-02-10 Steven Bosscher <stevenb@suse.de>
300 PR documentation/19309
301 * doc/cpp.texi: The __GNUC__ and related predefined macros
302 are also defined for the "standalone" cpp.
303 Some non-GCC compilers may also define __GNUC__.
305 2005-02-10 Jakub Jelinek <jakub@redhat.com>
308 * c-typeck.c (common_type): New routine. Old common_type renamed
310 (c_common_type): ...this.
311 (build_conditional_expr, build_binary_op): Use c_common_type instead
314 2005-02-10 Steven Bosscher <stevenb@suse.de>
316 * doc/md.texi: Replace @samp{length} with @code{length}.
318 2005-02-09 Zdenek Dvorak <dvorakz@suse.cz>
320 PR tree-optimization/18687
321 * tree-flow.h (find_loop_niter): Declare.
322 * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
323 Try using scev even for loops with more than one exit.
324 * tree-ssa-loop-ivopts.c (struct loop_data): Removed niter field.
325 (struct ivopts_data): Added niters field.
326 (struct nfe_cache_elt): New.
327 (nfe_hash, nfe_eq, niter_for_exit, niter_for_single_dom_exit): New
329 (tree_ssa_iv_optimize_init): Initialize niters cache.
330 (determine_number_of_iterations): Removed.
331 (find_induction_variables): Do not call determine_number_of_iterations.
332 Access niters for single exit through niter_for_single_dom_exit.
333 (add_iv_outer_candidates): Access niters for single exit through
334 niter_for_single_dom_exit.
335 (may_eliminate_iv): Take data argument. Use niter_for_exit. Do not use
336 number_of_iterations_cond.
337 (iv_period): New function.
338 (determine_use_iv_cost_condition): Pass data to may_eliminate_iv.
339 (may_replace_final_value): Take data argument. Use
340 niter_for_single_dom_exit.
341 (determine_use_iv_cost_outer): Pass data to may_replace_final_value.
342 (rewrite_use_compare): Pass data to may_eliminate_iv.
343 (rewrite_use_outer): Pass data to may_replace_final_value.
344 (free_loop_data): Clean up the niters cache.
345 (tree_ssa_iv_optimize_finalize): Free the niters cache.
346 (tree_ssa_iv_optimize_loop): Do not call loop_commit_inserts.
347 * tree-ssa-loop-niter.c (find_loop_niter): New function.
348 (find_loop_niter_by_eval): Use tree_int_cst_lt.
349 (num_ending_zeros): Moved to tree.c.
350 * tree.h (num_ending_zeros): Declare.
351 * tree.c (num_ending_zeros): Moved from tree.c.
353 2005-02-09 Richard Henderson <rth@redhat.com>
355 * builtins.c (DEF_BUILTIN): Add COND argument.
356 * tree.h (DEF_BUILTIN): Likewise.
357 * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN, DEF_EXT_LIB_BUILTIN,
358 DEF_C94_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN): Update to
360 (DEF_BUILTIN_STUB): New.
361 (BUILT_IN_STACK_SAVE, BUILT_IN_STACK_RESTORE, BUILT_IN_INIT_TRAMPOLINE,
362 BUILT_IN_ADJUST_TRAMPOLINE, BUILT_IN_NONLOCAL_GOTO,
363 BUILT_IN_PROFILE_FUNC_ENTER, BUILT_IN_PROFILE_FUNC_EXIT): Use it.
364 * c-common.c (DEF_BUILTIN): Add COND argument.
365 * tree.c (local_define_builtin): New.
366 (build_common_builtin_nodes): New.
368 2005-02-09 Roger Sayle <roger@eyesopen.com>
370 * fold-const.c (fold_strip_sign_ops): New function to simplify a
371 floating point expression ignoring the sign of the result.
372 (fold) <ABS_EXPR>: Use it to simplify fabs(x).
373 (fold) <MULT_EXPR>: Use it to simplify x*x.
374 * tree.h (fold_strip_sign_ops): Prototype here.
375 * builtins.c (fold_builtin_copysign): Take an additional FNDECL
376 argument. Use fold_strip_sign_ops to simplify the first argument.
377 (fold_builtin_pow): Use fold_strip_sign_ops to simplify the
378 first argument when the second argument is an even integer
379 constant, but only with -funsafe_math_optimizations.
380 (fold_builtin_1): Update call to fold_builtin_copysign.
382 2005-02-09 Ian Lance Taylor <ian@airs.com>
385 * gimple-low.c (try_catch_may_fallthru): In EH_FILTER_EXPR case,
386 just check whether EH_FILTER_FAILURE falls through.
388 2005-02-09 Andreas Krebbel <krebbel1@de.ibm.com>
390 * gcc/haifa-sched.c (schedule_block): Make queued sched group
391 insns return to ready list in the next turn.
393 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
396 * builtins.def: New __builtin_powi[lf].
397 * builtins.c (mathfn_built_in): Handle BUILT_IN_POWI.
398 (expand_builtin_powi): New function.
399 (expand_builtin): Dispatch to expand_builtin_powi.
400 * libgcc2.h: Add prototypes for __builtin_powi[lf].
401 * libgcc2.c: Add __builtin_powi[lf] implementation.
402 * mklibgcc.in: Add __builtin_powi[lf] to lib2funcs.
403 * optabs.h: Add powi_optab.
404 * optabs.c (init_optabs): Initialize powi_optab.
405 * doc/extend.texi: Document __builtin_powi[lf].
407 2005-02-09 Dorit Naishlos <dorit@il.ibm.com>
409 * tree-vectorizer.c (vect_set_dump_settings): Check that dump_file
412 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org>
415 * fold-const.c (try_move_mult_to_index): Remove redundant
416 type argument. Create ADDR_EXPR with correct type.
417 (fold): Update callers of try_move_mult_to_index. Convert
418 result to the appropriate type.
420 2005-02-09 Roger Sayle <roger@eyesopen.com>
423 * config/avr/avr.c (default_rtx_costs): Delete.
424 (avr_operand_rtx_cost): New function.
425 (avr_rtx_costs): Completely rewrite.
427 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
430 * config/cris/cris.c (in_code): New variable.
431 (cris_output_addr_const): Now a static function, a wrapper for
433 (cris_asm_output_symbol_ref): New function, broken out SYMBOL_REF
434 case from old cris_output_addr_const.
435 (cris_asm_output_label_ref): Similar for LABEL_REF.
436 (cris_output_addr_const_extra): Similar for UNSPEC.
437 * config/cris/cris.h (OUTPUT_ADDR_CONST_EXTRA)
438 (ASM_OUTPUT_SYMBOL_REF, ASM_OUTPUT_LABEL_REF): Define.
439 * config/cris/cris-protos.h (cris_output_addr_const): Remove
441 (cris_asm_output_symbol_ref, cris_output_addr_const_extra)
442 (cris_asm_output_label_ref): Declare.
444 2005-02-08 Paolo Bonzini <bonzini@gnu.org>
446 PR preprocessor/19801
447 * doc/cppinternals.texi (Conventions, Lexer, Files): Adjust
448 filenames that changed when libcpp was moved to the toplevel.
450 2005-02-07 Roger Sayle <roger@eyesopen.com>
452 * simplify-rtx.c (simplify_relational_operation_1): Avoid creating
453 zero extensions of BImode operands. Call lowpart_subreg instead
454 of gen_lowpart_common and gen_lowpart_SUBREG.
456 2005-02-07 Nathanael Nerode <neroden@gcc.gnu.org>
459 * libada-mk.in: Use cc_for_cross_gnattools, not cc_set_by_configure.
460 * configure.ac: Set cc_for_cross_gnattools.
461 * configure: Regenerate.
463 2005-02-08 Alan Modra <amodra@bigpond.net.au>
466 * predict.c (PROB_VERY_UNLIKELY): Use 1% instead of 10%.
468 2005-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
471 * dbxout.c (dbxout_symbol) <FUNCTION_DECL>: Skip inline instance
474 2005-02-07 Jonathan Wakely <redi@gcc.gnu.org>
476 * doc/extend.texi: Document deprecated extensions allowing
477 static floating-point members to have initializers and allowing
478 floating-point literals in integral constant expressions.
480 2005-02-07 Kazu Hirata <kazu@cs.umass.edu>
482 * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
483 config/darwin7.h, config/mips/mips.c,
484 config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
487 * cse.c: Update comments.
489 2005-02-07 Richard Guenther <rguenth@gcc.gnu.org>
492 * builtins.c (fold_builtin_sqrt): Transform
493 sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not
496 2005-02-07 Leehod Baruch <leehod@il.ibm.com>
497 Dorit Naishlos <dorit@il.ibm.com>
499 * doc/invoke.texi (ftree-vectorizer-verbose): New.
500 * opts.c (OPT_ftree_vectorizer_verbose_): New case for switch.
501 * common.opt (ftree-vectorizer-verbose): New Flag for the vectorizer
503 * tree.h (vect_set_verbosity_level): New extern function declaration
505 * tree-vectorizer.h (verbosity_levels): New enum type.
506 * tree-vectorizer.c (vect_debug_stats): Function removed.
507 (vect_debug_details): Likewise.
508 (vect_verbosity_level): Global variable was defined and initialized.
509 (vect_dump): Global variable definition.
510 (vect_print_dump_info): New function.
511 (vect_set_dump_settings): New function.
512 (vect_set_verbosity_level): New function.
513 (vectorize_loops): Add call to vect_set_dump_settings.
515 (slpeel_make_loop_iterate_ntimes): Dump condition was changed.
516 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
517 (slpeel_tree_peel_loop_to_edge): Likewise.
519 (vect_analyze_offset_expr): Call to vect_print_dump_info with
520 appropriate verbosity level instead of call to vect_debug_details
522 (vect_get_base_and_offset):
523 (vect_create_addr_base_for_vector_ref):
524 (get_vectype_for_scalar_type):
525 (vect_create_data_ref_ptr):
527 (vect_get_vec_def_for_operand):
528 (vect_finish_stmt_generation):
529 (vectorizable_assignment):
530 (vectorizable_operation):
531 (vectorizable_store):
533 (vect_transform_stmt):
534 (vect_update_ivs_after_vectorizer):
535 (vect_do_peeling_for_loop_bound):
536 (vect_update_inits_of_drs):
537 (vect_do_peeling_for_alignment):
538 (vect_transform_loop):
539 (vect_is_simple_use):
540 (vect_analyze_operations):
541 (vect_is_simple_iv_evolution):
542 (vect_analyze_scalar_cycles):
543 (vect_analyze_data_ref_dependence):
544 (vect_analyze_data_ref_dependences):
545 (vect_compute_data_ref_alignment):
546 (vect_enhance_data_refs_alignment):
547 (vect_analyze_data_refs_alignment):
548 (vect_analyze_data_ref_access):
549 (vect_analyze_data_ref_accesses):
550 (vect_analyze_pointer_ref_access):
551 (vect_get_memtag_and_dr):
552 (vect_analyze_data_refs):
553 (vect_mark_relevant):
554 (vect_stmt_relevant_p):
555 (vect_mark_stmts_to_be_vectorized):
556 (vect_can_advance_ivs_p):
557 (vect_get_loop_niters):
558 (vect_analyze_loop_form):
560 (vectorize_loops): Likewise.
562 (vect_do_peeling_for_loop_bound): Dump format slightly changed.
563 (vect_update_inits_of_drs):
564 (vect_do_peeling_for_alignment):
565 (vect_transform_loop):
566 (vect_analyze_operations):
567 (vect_analyze_scalar_cycles):
568 (vect_analyze_data_ref_dependences):
569 (vect_analyze_data_refs_alignment):
570 (vect_analyze_data_ref_accesses):
571 (vect_analyze_data_refs):
572 (vect_mark_stmts_to_be_vectorized):
573 (vect_get_loop_niters):
574 (vect_analyze_loop_form):
575 (vect_analyze_loop): Likewise.
576 (vect_mark_stmts_to_be_vectorized): Add call to print_generic_expr.
578 2005-02-07 Richard Sandiford <rsandifo@redhat.com>
582 2005-01-26 Richard Sandiford <rsandifo@redhat.com>
583 * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
584 either -ffast-math or -funsafe-math-optimizations is in use.
586 2005-01-24 Richard Sandiford <rsandifo@redhat.com>
587 * config/mips/irix-csr.c: New file.
588 * config/mips/t-iris6 (irix-csr.o): New rule to build it.
589 (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
590 * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
593 2005-02-07 Alexandre Oliva <aoliva@redhat.com>
595 * config/mn10300/linux.h (LIB_SPEC, STARTFILE_SPEC): Remove
596 redundant, incorrect definitions.
598 * config/frv/frv.md ("tls_indirect_call"): Turn into libcall-like
600 ("*tls_indirect_call"): New, reference hard regs directly.
601 * config/frv/frv.c (gen_inlined_tls_plt): Adjust.
603 2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>
605 * config/arm/rtems-elf.h (SUBTARGET_EXTRA_ASM_SPEC):
606 Let !-mhard-float !-msoft-float imply -mfpu=softfpa.
608 2005-02-06 Roger Sayle <roger@eyesopen.com>
610 PR rtl-optimization/19800
611 * simplify_rtx.c (simplify_relational_operation_1): Explicitly
612 call gen_lowpart_common and gen_lowpart_SUBREG instead of calling
615 2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>
617 * config/m68k/t-rtems (MULTILIB_MATCHES): Let m528x match m5200.
619 2005-02-07 Joseph S. Myers <joseph@codesourcery.com>
622 * doc/invoke.texi: Correct documentation of -freorder-functions.
624 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
627 * doc/invoke.texi: Don't mention gccbug.
629 2005-02-06 Roger Sayle <roger@eyesopen.com>
630 Andrew Pinski <pinskia@physics.uc.edu>
631 Paolo Bonzini <paolo.bonzini@lu.unisi.ch>
633 * simplify-rtx.c (simplify_relational_operation_1): Simplify
634 (ne:SI (zero_extract:SI FOO (const_int 1) BAR) (const_int 0))
635 into just (zero_extract:SI FOO (const_int 1) BAR).
637 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
639 * doc/cpp.texi: Include gcc-common.texi. Don't define gcctabopt
640 macro locally. Don't give last revision date. Use GCC version
641 number from gcc-common.texi.
642 * doc/cppinternals.texi: Include gcc-common.texi. Don't give last
643 revision date. Use GCC version number from gcc-common.texi.
644 Describe being a library as current state rather than as 3.x
646 * doc/gcc.texi: Remove last update date.
647 * doc/gccint.texi: Likewise. Update copyright dates.
648 * doc/install.texi: Update copyright dates.
650 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
653 * doc/invoke.texi: Mention for each option included in -Wall that
654 it is included in -Wall.
655 * doc/gcc.texi: Update copyright and last modification date.
657 2005-02-06 Zdenek Dvorak <dvorakz@suse.cz>
659 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add
660 unnecessary cast to original induction variable increments.
662 2005-02-06 Zdenek Dvorak <dvorakz@suse.cz>
664 PR tree-optimization/18219
665 * tree-ssa-loop-ivopts.c (get_computation_at): Produce computations
668 2005-02-06 Richard Sandiford <rsandifo@redhat.com>
670 * expmed.c (store_bit_field): Make the SUBREG code adjust bitnum.
671 Set bitpos and offset later in the function. Do nothing if the
672 target is a register and if the bitfield lies completely outside
674 (extract_bit_field): Make the same SUBREG, bitpos and offset changes
675 here. Return an uninitialised register if the source value is stored
676 in a register and the bitfield lies completely outside that register.
678 2005-02-06 Steven Bosscher <stevenb@suse.de>
680 * df.c (df_insn_refs_record): Use XEXP to get the operand of a USE,
683 2005-02-06 Marcin Dalecki <martin@dalecki.de>
685 * diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
687 2005-02-06 Geoffrey Keating <geoffk@apple.com>
689 * config.gcc (*-*-darwin*): Separate darwin7 and darwin8 configs.
690 * config/darwin8.h: New.
691 * config/darwin7.h: Update comment.
693 2005-02-03 Leehod Baruch <leehod@il.ibm.com>
694 Dorit Naishlos <dorit@il.ibm.com>
696 * tree-vectorizer.h (LOC): New type.
697 (UNKNOWN_LOC, EXPR_LOC, LOC_FILE, LOC_LINE): New macros.
698 (loop_line_number): New field in struct _loop_vec_info.
699 (LOOP_VINFO_LOC, LOOP_LOC): New macros.
701 * tree-vectorizer.c (input.h): Included.
702 (find_loop_location): New function.
703 (vect_debug_stats): Argument changed from loop to LOC. Computation of
704 loop line number removed.
705 (vect_debug_details): Likewise.
706 (new_loop_vec_info): Initialize new field LOOP_VINFO_LOC.
708 (slpeel_make_loop_iterate_ntimes): Call find_loop_location. Argument in
709 call to vect_debug_details/stats changed from loop to loop_loc.
710 (slpeel_tree_duplicate_loop_to_edge_cfg): Likewise.
711 (slpeel_tree_peel_loop_to_edge): Likewise.
713 (vect_analyze_offset_expr): Argument in call to vect_debug_details/stats
714 changed from NULL to UNKNOWN_LOC.
715 (vect_get_base_and_offset):
716 (vect_create_addr_base_for_vector_ref):
717 (get_vectype_for_scalar_type):
718 (vect_create_data_ref_ptr):
720 (vect_get_vec_def_for_operand):
721 (vect_finish_stmt_generation):
722 (vectorizable_assignment):
723 (vectorizable_operation):
724 (vectorizable_store):
726 (vect_transform_stmt):
727 (vect_update_ivs_after_vectorizer):
728 (vect_do_peeling_for_loop_bound):
729 (vect_do_peeling_for_alignment):
730 (vect_transform_loop):
731 (vect_is_simple_use):
732 (vect_analyze_operations):
733 (vect_is_simple_iv_evolution):
734 (vect_analyze_scalar_cycles):
735 (vect_analyze_data_ref_dependences):
736 (vect_compute_data_ref_alignment):
737 (vect_enhance_data_refs_alignment):
738 (vect_analyze_data_ref_access):
739 (vect_analyze_data_ref_accesses):
740 (vect_analyze_pointer_ref_access):
741 (vect_get_memtag_and_dr):
742 (vect_analyze_data_refs):
743 (vect_mark_relevant):
744 (vect_stmt_relevant_p):
745 (vect_mark_stmts_to_be_vectorized):
746 (vect_can_advance_ivs_p):
747 (vect_get_loop_niters):
749 (vectorize_loops): Likewise.
751 (vectorizable_load): Argument in call to vect_debug_details/stats
752 changed from loop to LOOP_LOC (loop_vinfo).
753 (vect_transform_loop):
754 (vect_analyze_operations):
755 (vect_analyze_scalar_cycles):
756 (vect_analyze_data_ref_dependence):
757 (vect_enhance_data_refs_alignment):
758 (vect_analyze_data_ref_accesses):
759 (vect_analyze_pointer_ref_access):
760 (vect_analyze_data_refs):
761 (vect_analyze_loop): Likewise.
763 (vect_analyze_loop_form): Argument in call to vect_debug_details/stats
764 changed from loop to loop_loc.
766 (vect_enhance_data_refs_alignment): Removed unused variable loop.
768 2005-02-03 Leehod Baruch <leehod@il.ibm.com>
769 Dorit Naishlos <dorit@il.ibm.com>
771 * tree-vectorizer.c (vect_analyze_data_ref_dependence): Function
773 (vect_analyze_data_ref_dependences): Likewise.
775 (vect_is_simple_use): Argument changed from loop structure to
776 loop_vect_info structure.
777 (vect_can_advance_ivs_p): Likewise.
778 (vect_create_index_for_vector_ref): Likewise.
779 (vect_update_ivs_after_vectorizer): Likewise.
780 (new_stmt_vec_info): Likewise.
782 (new_loop_vec_info): Second argument in call to new_stmt_vec_info was
783 changed from loop to loop_vinfo.
784 (vect_create_data_ref_ptr): First argument in call to
785 vect_create_index_for_vector_ref was changed from loop to loop_vinfo.
786 (vectorizable_assignment): Second argument in call to vect_is_simple_use
787 was changed from loop to loop_vinfo.
788 (vectorizable_operation): Likewise.
789 (vectorizable_store): Likewise.
790 (vect_mark_stmts_to_be_vectorized): Likewise.
791 (vect_do_peeling_for_loop_bound): First argument in call to
792 vect_update_ivs_after_vectorizer was changed from loop to loop_vinfo.
793 (vect_analyze_operations): Argument in call to vect_can_advance_ivs_p
794 was changed from loop to loop_vinfo.
795 (vect_analyze_data_ref_dependences): Third argument in call to
796 vect_analyze_data_ref_dependence was changed from loop to loop_vinfo.
798 (vect_create_index_for_vector_ref): Get the loop from loop_vinfo.
799 (vect_create_data_ref_ptr): Likewise.
800 (vect_init_vector): Likewise.
801 (vect_get_vec_def_for_operand): Likewise.
802 (vectorizable_assignment): Likewise.
803 (vectorizable_operation): Likewise.
804 (vectorizable_store): Likewise.
805 (vectorizable_load): Likewise.
806 (vect_update_ivs_after_vectorizer): Likewise.
807 (vect_is_simple_use): Likewise.
808 (vect_analyze_data_ref_dependence): Likewise.
809 (vect_analyze_pointer_ref_access): Likewise.
810 (vect_can_advance_ivs_p): Likewise.
812 * tree-vectorizer.h: (_loop_vec_info): Definition and macros moved
813 before _stmt_vec_info.
814 (_stmt_vec_info): Loop field replaced by loop_vec_info.
815 (STMT_VINFO_LOOP): Replaced with STMT_VINFO_LOOP_VINFO.
816 (new_stmt_vec_info): Argument changed from loop structure to
817 loop_vect_info structure
819 (vect_analyze_data_ref_dependences): Unnecessary line was removed.
820 (vect_analyze_offset_expr): Avoid 80 columns overflow.
821 (vect_create_addr_base_for_vector_ref): Likewise.
822 (vect_analyze_pointer_ref_access): Likewise.
824 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu>
827 * tree-ssa-dse.c (fix_phi_uses): Update the occurs in abnormal
828 phi flag if the phi is abnormal.
830 2005-02-03 Andrew Pinski <pinskia@physics.uc.edu>
833 * tree-ssa.c (replace_immediate_uses): Update the immediate_uses
834 information for the new statement.
836 2005-02-03 Joseph S. Myers <joseph@codesourcery.com>
839 * gcc.c (main): Include the target in -v output.
841 2005-02-03 Alexandre Oliva <aoliva@redhat.com>
843 * combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
844 Do not drop the extend if we'd have to add a paradoxical subreg
845 later. Include optabs.h and insn-codes.h.
846 * Makefile.in (combine.o): Depend on $(OPTABS_H).
848 2005-02-02 Roger Sayle <roger@eyesopen.com>
851 * real.h (REAL_MODE_FORMAT_COMPOSITE_P): New macro.
852 * fold-const.c (const_binop): Avoid constant folding floating
853 point operations in modes that use composite representations.
854 * simplify-rtx.c (simplify_binary_operation): Likewise.
856 2005-02-02 Geoffrey Keating <geoffk@apple.com>
858 * config/rs6000/altivec.md (altivec_dst): Make the first operand
860 (altivec_dstt): Likewise.
861 (altivec_dstst): Likewise.
862 (altivec_dststt): Likewise.
863 * config/rs6000/rs6000.c (altivec_expand_dst_builtin): Adjust creation
866 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
868 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy
869 EXPR_LOCUS from orig_cond to the new cond_stmt.
870 (vect_finish_stmt_generation): Copy EXPR_LOCUS from stmt to
873 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
875 * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Call
876 standard_iv_increment_position. Remove call to bsi_next
877 (no need to bump the iterator anymore).
878 (vect_create_index_for_vector_ref): Call
879 standard_iv_increment_position. Remove second function argument.
880 (vect_finish_stmt_generation): Remove call to bsi_next
881 (no need to bump the iterator anymore).
882 (vect_create_data_ref_ptr): Remove second argument (bsi) in call
883 to vect_create_index_for_vector_ref.
885 2005-02-03 Dorit Naishlos <dorit@il.ibm.com>
887 * tree-vectorizer.c (vect_mark_stmts_to_be_vectorized): Check if
888 phis are used out of the loop.
890 2005-02-03 Joseph S. Myers <joseph@codesourcery.com>
893 * c-decl.c (undef_nested_function): New variable.
894 (pop_scope): Diagnose undefined nested functions.
895 (finish_function): Don't attempt cgraph processing or genericizing
896 if current top-level function contained an undefined nested
897 function. Reset undef_nested_function at the end of a top-level
900 2005-02-02 Zdenek Dvorak <dvorakz@suse.cz>
902 * tree.c (build_int_cst_type): Take sign of the value into account
903 when deciding whether sign extend the value.
905 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
908 * gcc.c (cpp_unique_options): Remove %{trigraphs}.
909 (cpp_options, cc1_options): Change %{std*&ansi} to
910 %{std*&ansi&trigraphs}.
912 2005-02-02 Kazu Hirata <kazu@cs.umass.edu>
914 * cse.c: Update comments.
916 2005-02-02 Aldy Hernandez <aldyh@redhat.com>
918 * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg
919 arguments go on the stack. Do not put complex doubles in odd/even
922 2005-02-02 Steven Bosscher <stevenb@suse.de>
924 * doc/invoke.texi: Update the options enabled at -O1, -O2,
925 and -O3. Update the documentation for -fgcse-sm, -fgcse-las,
926 -ftree-pre, and -fthread-jumps.
928 2005-02-02 Richard Sandiford <rsandifo@redhat.com>
930 PR tree-optimization/19578
931 * tree-flow.h (modified_noreturn_calls): Declare.
932 (noreturn_call_p): Declare.
933 * tree-flow-inline.h (noreturn_call_p): New function.
934 (modify_stmt): Add modified noreturn calls to modified_noreturn_calls.
935 * tree-cfg.c (modified_noreturn_calls): New variable.
936 (cleanup_control_flow): Use noreturn_call_p. Split basic blocks
937 that contain a mid-block noreturn call.
938 * tree-ssa.c (delete_tree_ssa): Clear modified_noreturn_calls.
940 2005-02-02 Kazu Hirata <kazu@cs.umass.edu>
942 * df.c (df_def_record_1, df_uses_record): Don't use
944 * df.h (DF_FOR_REGALLOC): Remove.
946 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
949 * c-typeck.c (really_start_incremental_init): Reset
950 constructor_max_index for arrays of incomplete type.
952 2005-02-02 Jeff Law <law@redhat.com>
954 * gcse.c (struct reg_set): Store the block index where the register
955 was set rather than the setting insn.
956 (record_one_set, compute_transp): Corresponding changes.
957 (pre_insert_copy_insn): Do not call replace_one_set.
958 (replace_one_set): Remove.
960 2005-02-02 Joseph S. Myers <joseph@codesourcery.com>
963 * doc/gcov.texi: Fix typo.
965 2005-02-01 Richard Henderson <rth@redhat.com
968 * config/i386/i386.h (MODES_TIEABLE_P): Use ix86_modes_tieable_p.
969 * config/i386/i386.c (ix86_hard_regno_mode_ok): Change return
971 (ix86_tieable_integer_mode_p, ix86_modes_tieable_p): New.
972 * config/i386/i386-protos.h: Update.
974 2005-02-01 Steven Bosscher <stevenb@suse.de>
976 PR tree-optimization/19217
977 * tree-cfg.c (verify_expr): Use the data field to see if TP was
978 seen inside a PHI node. Do not do the ADDR_EXPR check if it was.
979 (verify_stmts): Pass (void*)1 as data to verify_expr to signal
980 that it is walking a PHI node.
982 2005-02-01 Joseph S. Myers <joseph@codesourcery.com>
984 * doc/extend.texi (Nested Functions): Update.
986 2005-02-01 Richard Henderson <rth@redhat.com>
989 * optabs.c (expand_copysign_absneg): Export.
990 * optabs.h (expand_copysign_absneg): Declare.
991 * config/rs6000/rs6000.md (copysigntf3): New.
993 2005-02-01 Diego Novillo <dnovillo@redhat.com>
995 PR tree-optimization/19633
996 * tree-flow.h (struct ptr_info_def): Add field 'pt_null'.
997 * tree-ssa-alias.c (init_alias_info): Initialize.
998 (merge_pointed_to_info): Set.
999 (add_pointed_to_expr): Set pt_null if EXPR is a NULL pointer.
1000 (dump_points_to_info_for): Show value of pt_null.
1001 (struct count_ptr_d): Declare.
1002 (find_ptr_dereference): Remove.
1003 (ptr_is_dereferenced_by): Remove.
1004 (count_ptr_derefs): New local function.
1005 (count_uses_and_derefs): New local function.
1006 (compute_points_to_and_addr_escape): Call it. If the number
1007 of dereferences is greater than zero, mark the pointer as
1008 dereferenced. If there are fewer dereferences than uses of
1009 the pointer, the pointer's value escapes.
1011 2005-02-01 Diego Novillo <dnovillo@redhat.com>
1013 PR tree-optimization/19670
1014 * tree-ssa.c (verify_ssa_name): Don't set TREE_VISITED
1016 (verify_use): ... set it here, instead.
1018 2005-02-01 Janis Johnson <janis187@us.ibm.com>
1020 * doc/sourcebuild.texi (Test directives): Fix formatting.
1022 * doc/sourcebuild.texi (Test directives): Describe selector
1025 2005-02-01 Segher Boessenkool <segher@kernel.crashing.org>
1027 * config.gcc (powerpc64-*-linux*): Default to -m64 also for
1028 specific 64-bit CPUs.
1030 2005-02-01 Richard Earnshaw <rearnsha@arm.com>
1033 * arm.c (arm_eliminable_register): New function.
1034 (adjacent_mem_locations): Don't allow eliminable registers. Use
1035 HOST_WIDE_INT for address offsets.
1036 * arm-protos.h (arm_eliminable_register): Add prototype.
1038 2005-02-01 Steven Bosscher <stevenb@suse.de>
1040 PR optimization/15242
1041 * params.def (PARAM_MAX_GOTO_DUPLICATION_INSNS): New param.
1042 * basic-block.h (duplicate_computed_gotos): Add prototype.
1043 * bb-reorder.c (duplicate_computed_gotos): New function to
1044 duplicate sufficiently small blocks ending in a computed jump.
1045 * passes.c (rest_of_compilation): Call duplicate_computed_gotos
1046 if not optimizing for size.
1047 * cfgcleanup.c (try_crossjump_bb): If not optimizing for size,
1048 never do tail merging for blocks ending in a computed jump.
1049 * doc/invoke.texi: Document the max-goto-duplication-insns param.
1051 2005-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
1053 Patch from Richard Sandiford <rsandifo@redhat.com>
1054 * reload1.c (choose_reload_regs): Prevent the find_equiv_reg() code
1055 from inheriting a subreg equivalence with a non-spill register.
1057 * tree.h (DECL_FUNCTION_CODE): Document that it is overloaded.
1059 2005-02-01 Alexandre Oliva <aoliva@redhat.com>
1061 * config/frv/frv.c (movcc_fp_destination_operand): New.
1062 (gpr_or_memory_operand): Fix typo in comment.
1063 (gpr_or_memory_operand_with_scratch): New.
1064 * config/frv/frv.h (PREDICATE_CODES): Add the two new predicates.
1065 * config/frv/frv.md (movcc_fp, movcc_fp_internal): Use
1066 movcc_fp_destination_operand.
1067 (reload_incc_fp): Use gpr_or_memory_operand_with_scratch.
1068 Legitimize memory addresses using a scratch register.
1070 2005-01-31 Jeff Law <law@redhat.com>
1072 * tree-into-ssa.c (mark_def_sites_global_data): Make KILLS
1073 bitmap a sparse bitmap instead of a simple bitmap.
1074 (mark_def_sites_initialize_block): Corresponding changes.
1075 (ssa_mark_def_sites_initialize_block): Likewise.
1076 (ssa_mark_phi_uses): Likewise.
1077 (mark_def_site, ssa_mark_def_sites): Likewise.
1078 (mark_def_site_blocks): Likewise.
1079 (rewrite_ssa_into_ssa): Likewise.
1081 * tree-ssa-dom.c (record_cond): Pass correct variable type
1082 for last argument to htab_find_slot_with_hash.
1084 * fold-const.c (fold, case CEIL_MOD_EXPR): Do not lose side
1085 effects when optimizing 0 % X. Do not try to optimize X % 0.
1087 2005-01-31 James E. Wilson <wilson@specifixinc.com>
1089 * config/ia64/itanium1.md (1_scall bypass): Change 2_mmalua to
1092 2005-02-01 Eric Christopher <echristo@redhat.com>
1094 * config/mips/mips.c (override_options): Warn if -mint64
1096 * doc/invoke.texi (MIPS Options): Document that -mint64 is
1099 2005-02-01 Kazu Hirata <kazu@cs.umass.edu>
1101 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add
1103 (cse_reg_info_list, cse_reg_info_list_free, REGHASH_SHIFT,
1104 REGHASH_SIZE, REGHASH_MASK, reg_hash, REGHASH_FN,
1105 cached_cse_reg_info, GET_CSE_REG_INFO): Remove.
1106 (cached_regno): Initialize to INVALID_REGNUM.
1107 (cse_reg_info_table_size,
1108 cse_reg_info_table_first_uninitialized,
1109 cse_reg_info_timestamp): New.
1110 (REG_TICK, REG_IN_TABLE, SUBREG_TICKED, REG_QTY): Use
1112 (init_cse_reg_info, get_cse_reg_info_1): New.
1113 (get_cse_reg_info): Cache the last look-up.
1114 (new_basic_block): Update the code to clear mappings from
1115 registers to cse_reg_info entries.
1116 (cse_main): Call init_cse_reg_info.
1118 * cse.c (get_cse_reg_info): Update a comment.
1120 2005-01-31 Steven Bosscher <stevenb@suse.de>
1123 * c-decl.c (start_decl): Do not warn about arrays of elements with
1124 an incomplete type here.
1125 (grokdeclarator): Do it here by making a pedwarn an error.
1126 * c-typeck.c (push_init_level): If there were previous errors with
1127 the constructor type, do not warn about braces for initializers.
1128 (process_init_element): Likewise for excess initializer elements.
1130 2005-01-31 Kazu Hirata <kazu@cs.umass.edu>
1132 * cse.c (delete_trivially_dead_insn): Don't iterate.
1134 2005-01-31 Andrew Pinski <pinskia@physics.uc.edu>
1136 * config/rs6000/rs6000.md (copysignsf3): New expand.
1137 (copysigndf3): Likewise.
1139 2005-01-31 Steven Bosscher <stevenb@suse.de>
1141 * recog.c (constrain_operands): Only look for earlyclobber operand
1142 conflicts if an '&' constraint was seen.
1144 2005-01-31 Marc Espie <espie@openbsd.org>
1146 * config.gcc: Don't include embedded systems fragment, switches default
1147 debugging format to ELF.
1148 * config/i386/openbsdelf.h: Add DBX_REGISTER_NUMBER since we no
1149 longer pick it up there.
1151 2005-01-31 Dale Johannesen <dalej@apple.com>
1153 * doc/extend.texi (nested functions): Fix linkage description.
1154 Clarify that static is not allowed.
1156 2005-01-31 Dale Johannesen <dalej@apple.com>
1158 * config/rs6000/darwin.md (movsf_low_di): Make work.
1159 (movdf_low_di): Make work.
1161 2005-01-31 Dale Johannesen <dalej@apple.com>
1163 * config/rs6000/darwin-tramp.asm (__trampoline_setup):
1164 Make work for 64 bit.
1166 2005-01-31 Roger Sayle <roger@eyesopen.com>
1167 Dale Johannesen <dalej@apple.com>
1170 * fold-const.c (fold_binary_op_with_conditional_arg):
1171 Make types match original operands, before STRIP_NOPS.
1173 2005-01-31 Alan Modra <amodra@bigpond.net.au>
1175 * config/rs6000/linux-unwind.h (struct gcc_vregs): New.
1176 (struct gcc_regs): Rename from gcc_pt_regs. Add more regs.
1177 (struct gcc_sigcontext): Delete. Merge contents to..
1178 (struct gcc_ucontext): ..here.
1179 (get_sigcontext): Delete.
1180 (get_regs): New function, like get_sigcontext but return regs ptr.
1181 64-bit version finds regs from r1 to support vdso.
1182 (ppc_linux_aux_vector): New function.
1183 (ppc_fallback_frame_state): Modify for get_regs. Restore fprs
1186 2005-01-31 Ira Rosen <irar@il.ibm.com>
1188 * tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead
1190 (vect_get_base_and_offset): Use ssizetype instead sizetype. Remove
1191 redundant fold. Fix misalignment for MINUS_EXPR.
1192 (vect_compute_data_ref_alignment): Use ssizetype instead sizetype.
1193 (vect_analyze_pointer_ref_access): Likewise.
1194 (vect_get_memtag_and_dr): Likewise.
1196 2005-01-31 Richard Henderson <rth@redhat.com>
1198 * config/i386/i386.c (absnegsf2_mixed): Remove all of the # hackery.
1199 (absnegsf2_sse, absnegsf2_i387, absnegdf2_mixed, absnegdf2_sse,
1200 absnegdf2_i387, absnegxf2_i387): Likewise.
1202 2005-01-31 Richard Henderson <rth@redhat.com>
1205 * optabs.c (expand_copysign_absneg): New.
1206 (expand_copysign_bit): Split out from ...
1207 (expand_copysign): ... here. Use expand_copysign_absneg.
1209 2005-01-30 Roger Sayle <roger@eyesopen.com>
1212 * config/pa/pa.md (anddi3, iordi3): On HPPA64, disallow an integer
1213 constant as the second operand and a register as the third.
1215 2005-01-31 Danny Smith <dannysmith@users.sourceforge.net>
1218 * config/i386/i386.c (ix86_function_ok_for_sibcall): Also check
1219 that dllimport'd functions do not use all call-clobbered registers
1222 2005-01-30 Richard Henderson <rth@redhat.com>
1225 * optabs.c (expand_absneg_bit): Split out from expand_unop and
1226 expand_abs_nojump and generalize. Use operand_subword and
1227 emit_no_conflict_block. Support large modes.
1228 (expand_abs_nojump): Use it. Use HONOR_SIGNED_ZEROS to fall
1230 (expand_unop): Likewise. Use HONOR_SIGNED_ZEROS to fall back
1231 negation to subtraction.
1232 (expand_copysign): Check that the format has signed zeros.
1233 Use operand_subword and emit_no_conflict_block. Support large modes.
1235 2005-01-30 Daniel Berlin <dberlin@dberlin.org>
1237 Fix PR tree-optimization/19624
1239 * Makefile.in (tree-ssa-pre.o): Add CFGLOOP_H.
1240 * tree-ssa-pre.c: Add cfgloop.h.
1242 (pre_stats): New member, constified.
1243 (inserted_exprs): New static variable.
1244 (NECESSARY): New macro.
1245 (create_expression_by_pieces): Fold the expression, and
1246 mark it as defaulting to not necessary. Also put in
1248 (fully_constant_expression): New function.
1249 (insert_into_preds_of_block): Modify to not insert phis when we
1250 are playing with induction variables.
1251 Push phis onto the inserted_exprs vector, and mark them as not
1252 necessary by default.
1253 (insert_aux): Call fully_constant_expression on eprime.
1254 If all edges produce the same value, mark it constant.
1255 (mark_operand_necessary): New function.
1256 (remove_dead_inserted_code): New function.
1257 (init_pre): Init loop optimizer to get loop info.
1258 (fini_pre): Free loop_optimizer, and inserted_exprs vec.
1259 (execute_pre): Commit edge inserts, then remove dead code.
1261 2005-01-30 Richard Henderson <rth@redhat.com>
1263 * rtl.c (rtx_equal_p): No early exit for CONST_VECTOR.
1264 * varasm.c (const_rtx_hash_1): Handle CONST_VECTOR.
1266 2005-01-30 Richard Henderson <rth@redhat.com>
1269 * config/i386/i386.c (ix86_expand_copysign): New.
1270 (ix86_split_copysign_const): New.
1271 (ix86_split_copysign_var): Rename from ix86_split_copysign,
1272 rearrange op1/nmask operands.
1273 * config/i386/i386-protos.h: Update.
1274 * config/i386/i386.md (copysignsf3): Use ix86_expand_copysign.
1275 (copysigndf3): Likewise.
1276 (copysignsf3_const, copysigndf3_const): New.
1277 (copysignsf3_var): Rename from copysignsf3, split out splitter
1278 and fix split predicate for X constraint.
1279 (copysigndf3_var): Similarly.
1281 2005-01-30 Kazu Hirata <kazu@cs.umass.edu>
1283 * optabs.c, doc/c-tree.texi, doc/install.texi, doc/md.texi,
1284 doc/passes.texi, doc/rtl.texi, doc/sourcebuild.texi,
1285 doc/tm.texi, doc/tree-ssa.texi: Update copyright.
1287 2005-01-29 Richard Henderson <rth@redhat.com>
1290 * config/i386/i386.md (movdf_nointeger, movdf_integer): Fix ordering
1291 of # and * in constraints.
1293 2005-01-29 Richard Henderson <rth@redhat.com>
1296 * expr.c (store_field): Don't strip sub-mode cast when the input
1297 data is even smaller.
1299 2005-01-29 Richard Henderson <rth@redhat.com>
1302 * expr.c (categorize_ctor_elements_1): Check for CONSTRUCTOR of a
1305 2005-01-29 Richard Henderson <rth@redhat.com>
1307 * combine.c (make_field_assignment): Fix argument order
1310 2005-01-29 Richard Guenther <richard.guenther@uni-tuebingen.de>
1312 PR tree-optimization/15791
1313 * fold-const.c (extract_array_ref): New function.
1314 (fold): Fold comparisons between &a[i] and &a[j] or
1315 semantically equivalent trees.
1317 2005-01-29 Jeff Law <law@redhat.com>
1319 * gcse.c (insert_expr_in_table): Revamp handling of available
1320 and anticipatable occurrence lists to avoid unnecessary list
1322 (insert_set_in_table): Similarly.
1324 2005-01-29 Joseph S. Myers <joseph@codesourcery.com>
1326 * c-common.c (fix_string_type): Just use c_build_qualified_type to
1328 (c_build_qualified_type): Build qualified array types with
1329 TYPE_MAIN_VARIANT pointing to corresponding unqualified type.
1330 * c-decl.c (c_make_fname_decl): Build unqualified array type
1331 before qualified type.
1332 (grokdeclarator): Use TYPE_MAIN_VARIANT of typedef type if element
1333 type is qualified, not just if type itself is. Don't apply
1334 qualifiers to array type when declarator is processed. Apply
1335 qualifiers to field type whether or not it is an array type.
1336 Don't handle array types specially for applying qualifiers to
1338 * c-typeck.c (composite_type): Build unqualified element type and
1339 array type when forming composite of array types.
1340 (common_pointer_type, comptypes, comp_target_types,
1341 type_lists_compatible_p, build_indirect_ref, build_array_ref,
1342 convert_for_assignment): Don't apply TYPE_MAIN_VARIANT to array
1344 (type_lists_compatible_p): Cache TREE_VALUE (args1) and TREE_VALUE
1345 (args2) in variables a1 and a2.
1347 2005-01-29 Kazu Hirata <kazu@cs.umass.edu>
1349 * cse.c (n_elements_made, max_elements_made): Remove.
1350 (insert): Don't touch n_elements_made.
1351 (cse_main): Don't touch n_elements_made or max_elements_made.
1353 2005-01-28 Stephane Carrez <stcarrez@nerim.fr>
1356 * config/m68hc11/t-m68hc11-gas (dp-bit.c): Fix typo causing a
1357 configuration part of dp-bit.c to be lost.
1359 2005-01-28 Roger Sayle <roger@eyesopen.com>
1361 * expmed.c (expand_mult_highpart_optab): When attempting to use
1362 a non-widening multiplication in a wider mode, the operands need
1363 to be converted (zero or sign extended) to that mode.
1365 2005-01-28 Ian Lance Taylor <ian@airs.com>
1369 * gimple-low.c (block_may_fallthru): TRY_FINALLY_EXPR only falls
1370 through if both operands fall through.
1372 2005-01-28 Kazu Hirata <kazu@cs.umass.edu>
1374 * cse.c (fold_rtx) <PC>: Don't optimize.
1376 2005-01-28 Jeff Law <law@redhat.com>
1378 * fold-const.c (fold, case CEIL_MOD_EXPR): Optimize 0 % X.
1379 (case FLOOR_MOD_EXPR, ROUND_MOD_EXPR, TRUNC_MOD_EXPR): Similarly.
1381 2005-01-28 Kazu Hirata <kazu@cs.umass.edu>
1383 * cse.c (cse_reg_info_free_list, cse_reg_info_used_list,
1384 cse_reg_info_used_list_end): Remove.
1385 (cse_reg_info_list, cse_reg_info_list_free): New.
1386 (get_cse_reg_info): When allocating an instance of
1387 cse_reg_info, add it to the beginning of the cse_reg_info_list
1388 list. Remove code to maintain cse_reg_info_used_list.
1389 (new_basic_block): Reset the free list to the beginning of
1392 2005-01-28 Richard Sandiford <rsandifo@redhat.com>
1394 * config/frv/frv.c (bdesc_2arg): Remove __MDPACKH.
1395 (frv_init_builtins): Change its prototype to take 4 uhalf arguments.
1396 (frv_expand_mdpackh_builtin): New function.
1397 (frv_expand_builtin): Use it to expand __MDPACKH.
1398 * doc/extend.texi (__MDPACKH): Update documentation.
1400 2005-01-28 Uros Bizjak <uros@kss-loka.si>
1402 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use
1403 SSE_FLOAT_MODE_P for use_sse computation.
1405 2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
1408 * config/sparc/rtemself.h (LINK_GCC_C_SEQUENCE_SPEC): undefine.
1410 2005-01-27 Richard Henderson <rth@redhat.com>
1412 * builtins.c (expand_builtin_copysign): New.
1413 (expand_builtin): Call it.
1414 * genopinit.c (optabs): Add copysign_optab.
1415 * optabs.c (init_optabs): Initialize it.
1416 (expand_copysign): New.
1417 * optabs.h (OTI_copysign, copysign_optab): New.
1418 (expand_copysign): Declare.
1420 * config/alpha/alpha.md (UNSPEC_COPYSIGN): New.
1421 (copysignsf3, ncopysignsf3, copysigndf3, ncopysigndf3): New.
1423 * config/i386/i386.c (ix86_build_signbit_mask): Split from ...
1424 (ix86_expand_fp_absneg_operator): ... here.
1425 (ix86_split_copysign): New.
1426 * config/i386/i386-protos.h: Update.
1427 * config/i386/i386.md (UNSPEC_COPYSIGN): New.
1428 (copysignsf3, copysigndf3): New.
1430 * config/ia64/ia64.md (UNSPEC_COPYSIGN): New.
1431 (copysignsf3, ncopysignsf3): New.
1432 (copysigndf3, ncopysigndf3): New.
1433 (copysignxf3, ncopysignxf3): New.
1434 * config/ia64/ia64.c (rtx_needs_barrier): Handle UNSPEC_COPYSIGN.
1436 2005-01-27 Arend Bayer <arend.bayer@web.de>
1437 Kazu Hirata <kazu@cs.umass.edu>
1439 * cse.c: (find_best_addr): Don't call copy_rtx before calling
1440 fold_rtx. Save cost recomputation if fold_rtx did nothing.
1441 (fold_rtx) <ASM_OPERANDS>: Don't do anything if INSN is
1444 2005-01-27 Jeff Law <law@redhat.com>
1446 * tree-into-ssa.c (ssa_rewrite_initialize_block): Do not register
1447 definitions of SSA_NAMEs which are not being rewritten.
1448 (rewrite_ssa_into_ssa): Only initialize the current definition
1449 of an SSA_NAME if that SSA_NAME has been marked for rewriting.
1450 If checking is enabled, assert that SSA_NAME_AUX is clear for all
1451 SSA_NAMEs before returning.
1453 2005-01-27 Kazu Hirata <kazu@cs.umass.edu>
1455 * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,
1456 cfgexpand.c, dbxout.c, function.h, opts.c, tree-flow-inline.h,
1457 tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-tailcall.c,
1458 config/avr/avr.md, config/cris/aout.h, config/cris/cris.h,
1459 config/mips/iris6.h, config/sh/sh.c: Update copyright.
1461 2005-01-27 Steven Bosscher <stevenb@suse.de>
1464 * opts.c (decode_options): Move flag_thread_jumps from -O1 and
1465 higher to -O2 and higher. Likewise for tree PRE.
1466 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Only iterate at -O2
1469 2005-01-27 Ian Lance Taylor <ian@airs.com>
1472 * gimple-low.c (try_catch_may_fallthru): New static function.
1473 (block_may_fallthru): Handle TRY_CATCH_EXPR.
1474 * tree-inline.c (expand_call_inline): Don't warn about reaching
1475 the end of a non-void function being inlined if the function uses
1478 2005-01-27 Jakub Jelinek <jakub@redhat.com>
1480 * config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
1483 * c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
1484 (pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
1485 (implicitly_declare): Handle error_mark_node.
1487 2005-01-27 Richard Henderson <rth@redhat.com>
1490 * tree.h (struct tree_decl): Add debug_expr_is_from.
1491 (DECL_DEBUG_EXPR_IS_FROM): New.
1492 (DECL_DEBUG_EXPR): Rename from DECL_DEBUG_ALIAS_OF.
1493 * dwarf2out.c (dwarf2out_var_location): Update to match.
1494 * tree-outof-ssa.c (create_temp): Likewise.
1495 * var-tracking.c (track_expr_p): Likewise.
1496 * tree-sra.c (instantiate_element): Set DECL_DEBUG_EXPR.
1497 * c-objc-common.c (c_tree_printer) <'D'>: Handle DECL_DEBUG_EXPR.
1498 * toplev.c (default_tree_printer): Likewise.
1500 2005-01-27 Alexandre Oliva <aoliva@redhat.com>
1502 * config/frv/frv.c (frv_class_likely_spilled_p): Add GR8_REGS,
1503 GR9_REGS, GR89_REGS, FDPIC_FPTR_REGS, FDPIC_REGS.
1505 2005-01-27 Steven Bosscher <stevenb@suse.de>
1507 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
1508 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
1509 ASM_CLOBBERS): Add tree checks.
1511 * c-common.h (SWITCH_TYPE): Rename to SWITCH_STMT_TYPE.
1512 (SWITCH_STMT_COND, SWITCH_STMT_BODY): New.
1513 * c-common.def (SWITCH_STMT): Update to match.
1514 * c-common.c (c_do_switch_warnings): Use SWITCH_STMT accessor
1515 macros instead of SWITCH_EXPR ones.
1516 * c-dump.c (c_dump_tree): Likewise.
1517 * c-gimplify.c (gimplify_switch_stmt): Likewise.
1518 * c-typeck.c (c_start_case, do_case, c_finish_case): Likewise.
1520 * doc/c-tree.texi (SWITCH_STMT): Update accessor macro names.
1522 2005-01-27 Alan Modra <amodra@bigpond.net.au>
1524 * unwind-dw2.c (execute_stack_op): Add missing cases for
1525 DW_OP_shl, DW_OP_shr, DW_OP_shra, DW_OP_xor.
1527 2005-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1529 * config.gcc (Obsolete configurations): Remove 'dummy', add
1530 sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
1533 2005-01-26 Diego Novillo <dnovillo@redhat.com>
1535 PR tree-optimization/19633
1536 * tree-ssa-alias.c (ptr_is_dereferenced_by): Also handle
1538 (maybe_create_global_var): Do not create .GLOBAL_VAR if there
1539 are no call-clobbered variables.
1540 * tree-outof-ssa.c (check_replaceable): Return false for calls
1543 2005-01-26 Ulrich Weigand <uweigand@de.ibm.com>
1545 * dbxout.c (dbxout_symbol_location): Resolve constant pool references
1546 even for variables with NULL DECL_INITIAL.
1548 2005-01-26 Stuart Hastings <stuart@apple.com>
1550 * gimplify.c (shortcut_cond_expr): Re-compute side-effects.
1552 2005-01-26 Richard Henderson <rth@redhat.com>
1555 * c-decl.c (finish_struct): Set DECL_MODE after resetting a
1557 * expr.c (store_field): Strip conversions to odd-bit-sized types
1558 if the destination field width matches.
1560 2005-01-26 Richard Henderson <rth@redhat.com>
1562 * c-decl.c, expmed.c, expr.c: Revert last change.
1564 2005-01-26 Richard Henderson <rth@redhat.com>
1567 * c-decl.c (finish_struct): Set DECL_MODE after resetting a
1569 * expmed.c (store_fixed_bit_field): Create a paradoxical subreg
1570 if we don't need the bits above those present in the current mode.
1571 * expr.c (store_field): Strip conversions to odd-bit-sized types
1572 if the destination field width matches.
1574 2005-01-26 Richard Sandiford <rsandifo@redhat.com>
1576 * config/mips/iris6.h (ENDFILE_SPEC): Don't link in irix-csr.o if
1577 either -ffast-math or -funsafe-math-optimizations is in use.
1579 2005-01-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
1583 * config/avr/avr.c (notice_update_cc): Only set condition code for
1584 ashrqi3 if shift count > 0.
1585 (out_shift_with_cnt): Handle shift count <= 0 as a no-op.
1586 (ashlqi3_out, ashlhi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out,
1587 ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Handle shift
1588 count <= 0 as a no-op, and shift count >= width by copying zero
1589 or sign bit to all bits of the result.
1590 * config/avr/avr.md (all shifts): Add alternatives for zero shift
1591 count, with attribute "length" set to 0 and "cc" set to "none".
1593 2005-01-26 Aldy Hernandez <aldyh@redhat.com>
1595 * doc/invoke.texi: Document -mTLS.
1597 * testsuite/gcc.target/frv/all-tls-global-dynamic.c: New.
1598 * testsuite/gcc.target/frv/all-tls-initial-exec.c: New.
1599 * testsuite/gcc.target/frv/all-tls-initial-exec-pic.c: New.
1600 * testsuite/gcc.target/frv/all-tls-local-dynamic.c: New.
1601 * testsuite/gcc.target/frv/all-tls-local-dynamic-plt.c: New.
1602 * testsuite/gcc.target/frv/all-tls-local-dynamic-plt-pic.c: New.
1603 * testsuite/gcc.target/frv/all-tls-local-exec.c: New.
1604 * testsuite/gcc.target/frv/all-tls-local-exec-TLS.c: New.
1606 * configure.ac: Check for a TLS capable gas.
1608 * configure: Regenerate.
1610 2005-01-26 Richard Henderson <rth@redhat.com>
1613 * combine.c (make_field_assignment): Simplify store to zero_extract
1614 from a source with an overlapping mask.
1616 2005-01-26 Aldy Hernandez <aldyh@redhat.com>
1618 2004-11-11 Eric Christopher <echristo@redhat.com>
1620 * config/frv/frv.md: Add fr400_integer automaton. Don't
1621 allow TYPE_MUL, TYPE_MACC, or TYPE_CUT to issue in parallel
1624 2005-01-26 Steven Bosscher <stevenb@suse.de>
1627 * cfgbuild.c (make_edges): Do not clear or set
1628 current_function_has_computed_jump.
1629 * function.h (struct function): Remove the has_computed_jump field.
1630 (current_function_has_computed_jump): Do not define.
1631 * sched-rgn.c (is_cfg_nonregular): Return true if a basic block ends
1632 in a computed jump. Ignore current_function_has_computed_jump.
1634 2005-01-26 Richard Henderson <rth@redhat.com>
1637 * expr.c (categorize_ctor_elements): New argument p_must_clear.
1638 (categorize_ctor_elements_1): Likewise. Detect a union that isn't
1640 (mostly_zeros_p): Update for new categorize_ctor_elements argument.
1641 * gimplify.c (gimplify_init_constructor): Likewise. Only shove
1642 objects into static storage if they have more than one non-zero value.
1643 * tree.h (categorize_ctor_elements): Update decl.
1645 2005-01-26 Steven Bosscher <stevenb@suse.de>
1648 * tree.h (CALL_EXPR_TAILCALL): Add comment.
1649 * calls.c (check_sibcall_argument_overlap_1): Revert the change
1650 to this function from 2004-07-10.
1651 * tree-tailcall.c (suitable_for_tail_opt_p): Do not consider the
1652 the current function for tail call optimizations if the address
1653 of one of it its arguments is taken.
1655 2005-01-26 Kazu Hirata <kazu@cs.umass.edu>
1657 * cse.c (fold_rtx): Call equiv_constant only when necessary.
1659 2005-01-26 Bernd Schmidt <bernd.schmidt@analog.com>
1661 * function.c (expand_function_end): If current_function_calls_alloca,
1662 emit stack restore in a place that is reached when the function falls
1665 2005-01-26 Alexandre Oliva <aoliva@redhat.com>
1667 * Makefile.in (../$(build_subdir)/fixincludes/fixincl): Add dummy
1668 rule to avoid matching inappropriate suffix rule.
1670 2005-01-26 Jan Hubicka <jh@suse.cz>
1672 PR tree-optimization/19241
1673 * tree-inline.c (copy_body_r): Do not walk subtrees after substituting.
1675 2005-01-26 Hans-Peter Nilsson <hp@axis.com>
1677 * config/cris/cris.h (LIB_SPEC) <sim*>: Use -lsyslinux, not
1678 -lsyssim. Wrap -lc -lsyssim in --start-group --end-group instead
1680 (STARTFILE_SPEC): Add crti.o, before crtbegin.o.
1681 <sim*>: Always use crt1.o, regardless of N in simN.
1682 <!sim>: Drop support for -pg and -p variants; always use crt0.o.
1683 (ENDFILE_SPEC): Add crtn.o, after crtend.o.
1684 (CRT_CALL_STATIC_FUNCTION): Remove.
1685 * config/cris/aout.h (STARTFILE_SPEC): <!melinux && sim*>: Always
1686 use crt1.o, regardless of N in simN.
1687 <!sim>: Drop support for -pg and -p variants; always use crt0.o.
1688 (LIB_SPEC): Do not define; default to the one in config/cris/cris.h.
1689 (CRIS_CPP_SUBTARGET_SPEC) <melinux && !nostdinc>: Remove special
1690 case isystem setting.
1691 (MAX_OFILE_ALIGNMENT): Correct to 32, not 16.
1693 2005-01-25 Ian Lance Taylor <ian@airs.com>
1695 * gimple-low.c (block_may_fallthru): Correct handling of
1696 SWITCH_EXPR--may fall through if SWITCH_LABELS is NULL.
1698 2005-01-26 Hans-Peter Nilsson <hp@axis.com>
1700 * config/cris/cris.h (CPP_SPEC): Adjust the various mtune=
1701 handlers to match indentation; nested under the mtune=* handler.
1702 Similar for mcpu= and march=.
1704 2005-01-25 Daniel Jacobowitz <dan@codesourcery.com>
1706 * config/mips/linux.h (LIB_SPEC): Remove -rpath-link.
1707 * config/mips/linux64.h (LIB_SPEC): Likewise.
1708 * config/mn10300/linux.h (LIB_SPEC): Likewise.
1709 * config/sh/linux.h (LIB_SPEC): Likewise.
1711 2005-01-25 Aldy Hernandez <aldyh@redhat.com>
1713 * config/frv/frv.c (frv_legitimize_tls_address): New.
1714 (TARGET_HAVE_TLS): Define.
1715 (FRV_SYMBOL_REF_TLS_P): Define.
1716 (frv_override_options): Handle new register classes.
1717 (frv_legitimate_address_p): Reject tls addresses.
1718 (frv_legitimize_address): Handle TLS addresses.
1719 (gen_inlined_tls_plt): New.
1721 (frv_legitimize_tls_address): New.
1722 (unspec_got_name): Add TLS entries.
1723 (got12_operand): Add R_FRV_TLSMOFF12 case.
1724 (frv_emit_move): Fixup TLS addresses.
1725 (frv_emit_movsi): Legitimize TLS addresses.
1727 * config/frv/frv.h (MASK_BIG_TLS): New.
1728 (TARGET_BIG_TLS): New.
1729 (HAVE_AS_TLS): Define.
1730 (TARGET_SWITCHES): Add -mTLS and -mtls options.
1731 (enum reg_class): Add GR8_REGS, GR9_REGS, GR89_REGS.
1732 (REG_CLASS_NAMES): Same.
1733 (REG_CLASS_CONTENTS): Same.
1734 (CONSTRAINT_LEN): New.
1735 (REG_CLASS_FROM_CONSTRAINT): New.
1736 (PREDICATE_CODES): Add symbolic_operand.
1738 * config/frv/frv.md (define_constants): Add UNSPEC_GETTLSOFF,
1739 UNSPEC_TLS_LOAD_GOTTLSOFF12, UNSPEC_TLS_INDIRECT_CALL,
1740 UNSPEC_TLS_TLSDESC_LDD, UNSPEC_TLS_TLSDESC_LDD_AUX,
1741 UNSPEC_TLS_TLSOFF_LD, UNSPEC_TLS_LDDI, UNSPEC_TLSOFF_HILO,
1742 R_FRV_GOTTLSOFF_HI, R_FRV_GOTTLSOFF_LO, R_FRV_TLSMOFFHI,
1743 R_FRV_TLSMOFFLO, R_FRV_TLSMOFF12, R_FRV_TLSDESCHI,
1744 R_FRV_TLSDESCLO, R_FRV_GOTTLSDESCHI, R_FRV_GOTTLSDESCLO, GR8_REG,
1745 GR9_REG, GR14_REG, LRREG.
1746 (type): Add load_or_call attribute.
1747 ("load_or_call"): New reservation.
1748 ("call_gettlsoff"): New.
1749 ("tls_indirect_call"): New.
1750 ("tls_load_gottlsoff12"): New.
1751 ("tlsoff_hilo"): New.
1752 ("tls_tlsdesc_ldd"): New.
1753 ("tls_tlsoff_ld"): New.
1756 * config/frv/frv-protos.h (symbolic_operand): Protoize.
1758 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
1760 * config/frv/frv.h (ASM_OUTPUT_DWARF_DTPREL): Define.
1761 * config/frv/frv-protos.h (frv_output_dwarf_dtprel): Declare.
1762 * config/frv/frv.c (TLS_BIAS): Define.
1763 (frv_output_dwarf_dtprel): New.
1765 2005-01-26 Jakub Jelinek <jakub@redhat.com>
1767 PR rtl-optimization/19579
1768 * ifcvt.c (noce_try_cmove_arith): If emitting instructions to set up
1769 both A and B, see if they don't clobber registers the other expr uses.
1771 2005-01-25 J"orn Rennecke <joern.rennecke@st.com>
1773 * real.c (do_add): Initialize signalling and canonical members.
1775 * real.c (real_from_integer): Zero out destination.
1777 2005-01-18 Jan Hubicka <jh@suse.cz>
1779 PR tree-optimize/19337
1780 * tree-inline.c (initialize_inlined_parameters): Copy
1781 saved_static_chain_decl only.
1783 2005-01-25 Richard Henderson <rth@redhat.com>
1787 * config/i386/i386.c (x86_inter_unit_moves): Zero.
1788 (ix86_preferred_reload_class): Rewrite fp-constant section, with
1789 80387 enabled, to return a proper subclass. Return the subset that
1790 overlaps with GENERAL_REGS for PLUS.
1791 * config/i386/i386.md (movsi_1, movdi_2): Set type to "mmx" for pxor.
1793 2005-01-25 Richard Henderson <rth@redhat.com>
1796 * tree-complex.c (expand_complex_div_wide): Use the correct formulae.
1798 2005-01-25 Roger Sayle <roger@eyesopen.com>
1800 * expmed.c (choose_multiplier): Change interface to return the
1801 multiplier lowpart as an rtx instead of an unsigned HOST_WIDE_INT.
1802 (expand_divmod): Update calls to choose_multiplier.
1804 2005-01-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1807 * expmed.c (extract_bit_field): Use adjust_address instead of
1808 gen_lowpart when op0 is a MEM.
1810 2005-01-24 Steven Bosscher <stevenb@suse.de>
1812 * cfgexpand.c (expand_gimple_tailcall): Fix typo.
1814 2005-01-24 Richard Sandiford <rsandifo@redhat.com>
1816 * config/mips/irix-csr.c: New file.
1817 * config/mips/t-iris6 (irix-csr.o): New rule to build it.
1818 (EXTRA_MULTILIB_PARTS): Add irix-csr.o.
1819 * config/mips/iris6.h (ENDFILE_SPEC): Include it in n32 and n64
1822 2005-01-24 Eric Botcazou <ebotcazou@libertysurf.fr>
1825 * config.gcc (sparc-*-elf*): Remove sol2.h, sparc/sol2.h and
1826 sparc/elf.h, add sparc/sp-elf.h.
1827 (sparc-*-rtems*): Likewise.
1828 (sparclite-*-elf*): Remove sol2.h, sparc/sol2.h, sparc/elf.h and
1829 tm-dwarf2.h, add sparc/sp-elf.h.
1830 (sparc86x-*-elf): Likewise.
1831 (sparc64-*-elf*): Remove sol2.h, sparc/sol2.h and tm-dwarf2.h.
1832 * config/sparc/liteelf.h (TARGET_SUB_OS_CPP_BUILTINS): Rename into
1833 TARGET_OS_CPP_BUILTINS.
1834 * config/sparc/sp86x-elf (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
1835 * config/sparc/rtemself.h (TARGET_SUB_OS_CPP_BUILTINS): Likewise.
1837 * config/sparc/openbsd64.h (NO_IMPLICIT_EXTERN_C): Undefine.
1838 * config/sparc/sp64-elf.h (NO_IMPLICIT_EXTERN_C): New macro.
1839 (SWITCH_TAKES_ARG): Likewise.
1840 (LOCAL_LABEL_PREFIX): Likewise.
1841 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1842 (TARGET_N_FORMAT_TYPES): Delete.
1843 (TARGET_FORMAT_TYPES): Likewise.
1844 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
1845 * config/sparc/elf.h: Delete.
1846 * config/sparc/sp-elf.h: New file.
1848 2005-01-24 Kazu Hirata <kazu@cs.umass.edu>
1850 * tree-flow-inline.h (phi_arg_from_edge): Remove.
1851 * tree-flow.h: Remove the corresponding prototype.
1852 * tree-ssa-operands.h, tree-ssa-threadupdate.c, tree-ssa.c,
1853 tree-vectorizer.c: Use dest_idx instead of phi_arg_from_edge.
1855 2005-01-24 Jakub Jelinek <jakub@redhat.com>
1858 * config/rs6000/rs6000.c (rs6000_file_start): Create toc section
1859 for AIX ABI or ELF -fPIC.
1860 (rs6000_emit_load_toc_table): Don't create toc_section here.
1861 (rs6000_xcoff_file_start): Nor here.
1863 2005-01-24 J"orn Rennecke <joern.rennecke@st.com>
1865 * sh.c (ra.h): Don't #include.
1866 (hard_regs_intersect_p): New function, resurrected from ra.c.
1868 * sh.c: Fix 1996 Copyright.
1870 2005-01-24 Richard Henderson <rth@redhat.com>
1871 Aldy Hernandez <aldyh@redhat.com>
1873 * regrename.c (note_sets): Handle subregs.
1875 2005-01-24 Joseph S. Myers <joseph@codesourcery.com>
1878 * genconditions.c (write_header, write_conditions): Elide file if
1881 2005-01-24 Kazu Hirata <kazu@cs.umass.edu>
1883 * c-opts.c, expmed.c, gengtype.c, tree-complex.c,
1884 config/arm/iwmmxt.md, config/avr/avr.c, config/s390/s390.h:
1887 2005-01-24 Jakub Jelinek <jakub@redhat.com>
1889 * builtins.c (get_pointer_alignment, gimplify_va_arg_expr,
1890 expand_builtin_printf, expand_builtin_fprintf,
1891 expand_builtin_sprintf): Use POINTER_TYPE_P instead TREE_CODE
1892 checking against POINTER_TYPE.
1893 (validate_arglist): Handle POINTER_TYPE code by checking
1896 2005-01-24 Paolo Bonzini <bonzini@gnu.org>
1898 * rtlanal.c (non_rtx_starting_operands, for_each_rtx_1,
1900 (for_each_rtx): Call for_each_rtx_1.
1901 * rtl.h (init_rtlanal): Declare.
1902 * toplev.c (backend_init): Call init_rtlanal.
1904 2005-01-24 Jakub Jelinek <jakub@redhat.com>
1906 * flow.c (propagate_one_insn): Formatting.
1909 * flow.c (libcall_dead_p): Be more conservative if unsure.
1910 If there are any instructions between insn and call, see if they are
1911 all dead before saying the libcall is dead.
1913 2005-01-24 Uros Bizjak <uros@kss-loka.si>
1915 * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand"
1916 operand constraint for operand 0.
1918 2005-01-23 Richard Henderson <rth@redhat.com>
1921 * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on
1922 edges leading to join block.
1924 2005-01-23 Roger Sayle <roger@eyesopen.com>
1926 * expmed.c (expand_mult_highpart): Make static. Change type of
1927 constant multiplier argument from unsigned HOST_WIDE_INT to rtx.
1928 (expand_divmod): Updates calls to expand_mult_highpart by using
1929 gen_int_mode to pass a CONST_INT rtx.
1930 * rtl.h (expand_mult_highpart): Remove prototype.
1932 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1934 * flow.c (regset_bytes, regset_size): Remove.
1936 * cfganal.c: Fix a reference to Harvey's paper.
1938 2005-01-23 Steven Bosscher <stevenb@suse.de>
1940 PR rtl-optimization/19464
1941 * tree-optimize.c (init_tree_optimization_passes): Add one more
1942 copyrename pass just before out-of-ssa.
1944 2005-01-23 Joseph S. Myers <joseph@codesourcery.com>
1947 * recog.c (recog_memoized): Don't define if GENERATOR_FILE.
1948 * ggc-none.c (ggc_free): Define.
1950 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1952 * cse.c (max_reg, max_insn_uid): Remove.
1953 (cse_main): Don't access max_reg or max_insn_uid.
1955 * c-common.c (explicit_flag_signed_bitfields,
1956 lang_statement_code_p, lang_expand_function_end): Remove.
1957 * c-common.h: Remove the corresponding declarations.
1958 * c-opts.c (c_common_handle_option): Remove all write access
1959 to explicit_flag_signed_bitfields.
1961 * cgraph.c (cgraph_varpool_n_nodes): Remove.
1962 (cgraph_varpool_node): Don't access cgraph_varpool_n_nodes.
1963 * cgraph.h: Remove the corresponding declaration.
1965 * gcse.c (null_pointer_info): Remove.
1967 2005-01-23 Roger Sayle <roger@eyesopen.com>
1968 Eric Botcazou <ebotcazou@libertysurf.fr>
1970 * combine.c (simplify_logical): Only simplify logical expressions
1971 of the form ior(and(x,y),z) by the inverse distributive law if the
1972 result is cheaper than the original.
1974 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1976 * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c,
1977 fold-const.c, gimplify.c, params.h, tree-data-ref.c,
1978 tree-if-conv.c, tree-nested.c, tree-outof-ssa.c,
1979 tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c,
1980 config/freebsd-spec.h, config/arm/arm.h,
1981 config/h8300/h8300.md, config/i386/i386.md,
1982 config/i386/predicates.md, config/i386/sse.md,
1983 config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c,
1984 config/vax/vax.md: Fix comment typos. Follow spelling
1987 2005-01-23 Steven Bosscher <stevenb@suse.de>
1989 * gengtype.c (walk_type): Produce `not equal to' compares for loop
1990 tests, instead of `less than'.
1992 2005-01-23 Richard Sandiford <rsandifo@redhat.com>
1994 * function.c (assign_parm_setup_block): When creating a new stack slot
1995 for a parameter, get its alignment from the parameter's DECL_ALIGN
1996 rather than the type's TYPE_ALIGN. Make sure that the parameter
1997 is at least word aligned.
1999 2005-01-22 Roger Sayle <roger@eyesopen.com>
2002 * config/avr/avr.c (avr_hard_regno_mode_ok): Rewrite.
2004 2005-01-22 Richard Henderson <rth@redhat.com>
2007 * config/i386/i386.md (movsfcc_1_sse_max): Use nonimmediate_operand
2008 in both compare operands.
2009 (movdfcc_1_sse_max): Likewise.
2010 (movsfcc_1_sse): Likewise. Add earlyclobber for scratch.
2011 (movdfcc_1_sse): Likewise.
2012 * config/i386/i386.c (ix86_split_sse_movcc): Emit copies into the
2013 scratch register as needed.
2015 2005-01-22 Richard Henderson <rth@redhat.com>
2017 * config/i386/i386.md (smaxsf3): Fix mnemonic typo.
2019 * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test.
2021 2005-01-22 Richard Henderson <rth@redhat.com>
2023 * genopinit.c (optabs): Use smin/smax for floating point too.
2024 * doc/md.texi: Update to match. Clarify that floating point
2025 results are undefined for +0/-0 and NaN.
2026 * doc/rtl.texi: Likewise.
2027 * rtl.def (SMIN, SMAX): Likewise
2028 * tree.def (MIN_EXPR, MAX_EXPR): Likewise.
2030 * config/alpha/alpha.md (smaxdf3, smindf3, smaxsf3, sminsf3): Add
2031 leading 's' to the name.
2032 * config/ia64/ia64.md (smaxsf3, sminsf3, smaxdf3, smindf3,
2033 smaxxf3, sminxf3): Likewise.
2034 * config/rs6000/rs6000.md (smaxdf3, smindf3, smaxsf3, sminsf3):
2037 2005-01-22 Paul Brook <paul@codesourcery.com>
2039 * config/arm/arm.md: Use "Uy" constraint for wcgr load/stores.
2041 2005-01-21 Mark Dettinger <dettinge@de.ibm.com>
2043 * config/s390/s390.c (struct processor_costs): New fields
2044 dlgr, dlr, dr, dsgfr, dsgr.
2045 (z900_cost, z990_cost): Values for new fields.
2046 (s390_rtx_costs): New cases MEM und COMPARE in switch
2047 statement. Modified handling of SIGN_EXTEND, ZERO_EXTEND,
2048 DIV, MOD, UDIV, UMOD.
2050 2005-01-21 Ulrich Weigand <uweigand@de.ibm.com>
2052 * config/s390/s390.md ("doloop_si64"): Reload input value directly
2053 into the register being decremented.
2054 ("doloop_si31", "doloop_di"): Likewise.
2055 ("*doloop_si_long"): Adapt pattern.
2057 2005-01-21 Ulrich Weigand <uweigand@de.ibm.com>
2059 * config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for
2061 (CLASS_MAX_NREGS): Likewise.
2063 2005-01-21 Daniel Berlin <dberlin@dberlin.org>
2065 * doc/tree-ssa.texi (Statement Operands): Add example for new
2066 must-def macro. Note deprecation of old operands interface.
2068 2005-01-22 Richard Sandiford <rsandifo@redhat.com>
2070 PR tree-optimization/19484
2071 * tree-cfg.c (remove_fallthru_edge): New function.
2072 (cleanup_control_flow): Remove fallthru edges from calls that are
2073 now known not to return.
2075 2005-01-20 Daniel Berlin <dberlin@dberlin.org>
2077 Fix PR tree-optimization/19038
2078 * tree-ssa-dom.c (cprop_operand): Don't replace loop invaeriant
2079 copies with loop variant ones.
2081 2005-01-22 Kazu Hirata <kazu@cs.umass.edu>
2083 * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,
2084 config/alpha/alpha-protos.h, config/alpha/alpha.h,
2085 config/alpha/alpha.md, config/alpha/predicates.md,
2086 config/sparc/freebsd.h, config/sparc/netbsd-elf.h,
2087 config/sparc/sol2.h: Update copyright.
2089 * tree-cfg.c (remove_forwarder_block_with_phi): Look at the
2090 first label to see if it is a nonlocal label.
2092 2005-01-22 David Edelsohn <edelsohn@gnu.org>
2093 Andrew Pinski <pinskia@physics.uc.edu>
2096 * config/rs6000/rs6000.c (rs6000_va_start): Saturate n_gpr at
2097 maximum number of GPRs. Saturate n_fpr at maximum number of FPRs.
2099 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
2101 * config/rs6000/rtems.h: Update copyright.
2103 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
2106 * config/rs6000/rtems.h: Resurrect cpp_os_rtems_spec from gcc < 3.4.
2107 (CPP_OS_RTEMS_SPEC): New (From gcc-3.3's config/rs6000/sys4.h).
2108 (SUBSUBTARGET_EXTRA_SPECS): Use CPP_OS_RTEMS_SPEC.
2110 2005-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2113 * c-typeck.c (convert_arguments): Check for error_mark_node.
2115 2005-01-21 Ian Lance Taylor <ian@airs.com>
2117 PR tree-optimization/13000
2118 * tree-inline.c: Include "tree-flow.h".
2119 (expand_call_inline): If warn_return_type, warn if non-void inline
2120 function falls through.
2121 * tree-cfg.c (execute_warn_function_return): Don't warn about
2122 control reaching end if TREE_NO_WARNING is set. Set
2124 * gimple-low.c (block_may_fallthru): Don't assume that SWITCH_EXPR
2126 * gimplify.c (shortcut_cond_expr): Don't emit a jump over the else
2127 branch if we don't need one.
2128 * c-typeck.c: Include "tree-flow.h"
2129 (c_finish_bc_stmt): Don't add a goto if the current statement
2130 list doesn't fall through to the current point.
2132 2005-01-21 Roger Sayle <roger@eyesopen.com>
2134 PR rtl-optimization/576
2135 * real.c (real_arithmetic): Change return type from void to bool
2136 to return an indication that the result may be inexact.
2137 * real.h (real_arithmeric): Update prototype.
2138 * fold-const.c (const_binop): Don't constant fold floating
2139 point expressions when the user specifies -frounding-math and
2140 the result may depend upon the run-time rounding mode.
2141 (fold_convert_const_real_from_real): Clean-up.
2142 (fold_initializer): Ignore flag_rounding_math for initializers.
2143 * simplify-rtx.c (simplify_binary_operation): Likewise, don't
2144 constant fold FP operations with flag_rounding_math if the
2145 result may depend upon the run-time rounding mode.
2147 2005-01-21 Tom Tromey <tromey@redhat.com>
2149 * c-cppbuiltin.c (define__GNUC__): Correct assertion.
2151 2005-01-21 Kazu Hirata <kazu@cs.umass.edu>
2153 * tree-cfg.c: Fix comment typos.
2155 2005-01-21 J"orn Rennecke <joern.rennecke@st.com>
2157 * passes.c (rest_of_handle_flow2): Close / open the flow2 dump file
2158 around the call to rest_of_handle_branch_target_load_optimize.
2160 2005-01-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2162 * config.gcc (sparc-*-netbsdelf*): Include dbxelf.h
2163 (sparc64-*-openbsd*): Likewise.
2164 (sparclite-*-elf*): Include tm-dwarf2.h.
2165 (sparc86x-*-elf*): Likewise.
2166 (sparc64-*-elf*): Likewise.
2167 * config/sparc/linux64.h (DWARF2_DEBUGGING_INFO): Delete.
2168 (DBX_DEBUGGING_INFO): Likewise.
2169 * config/sparc/liteelf.h (DWARF2_DEBUGGING_INFO): Likewise.
2170 (PREFERRED_DEBUGGING_TYPE): Likewise.
2171 * config/sparc/netbsd-elf.h (PREFERRED_DEBUGGING_TYPE): Likewise.
2172 * config/sparc/sp64-elf.h (DBX_DEBUGGING_INFO): Likewise.
2173 (PREFERRED_DEBUGGING_TYPE): Likewise.
2174 * config/sparc/sp86x-elf.h (DWARF2_DEBUGGING_INFO): Likewise.
2175 (PREFERRED_DEBUGGING_TYPE): Likewise.
2176 * config/sparc/sparc.h (DBX_DEBUGGING_INFO): Likewise.
2178 2005-01-21 Hans-Peter Nilsson <hp@bitrange.com>
2181 * combine.c (combine_simplify_rtx): Revert change of 2004-12-31.
2183 2005-01-20 Paul Brook <paul@codesourcery.com>
2185 * doc/rtl.texi: Document value extension requirements for CONST_INT.
2187 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
2189 * tree-cfg.c (tree_verify_flow_info): Check that a nonlocal
2190 label is first in a sequence of labels.
2192 * tree-cfg.c (tree_verify_flow_info): Fix a typo.
2194 2005-01-20 Janis Johnson <janis187@us.ibm.com>
2195 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2197 * doc/sourcebuild.texi (Test Directives): New.
2199 2005-01-20 Roger Sayle <roger@eyesopen.com>
2201 * real.c (real_floor): Don't leave the result uninitialized when
2202 mode is VOIDMode, but return the unrounded intermediate value.
2203 (real_ceil): Likewise.
2205 2005-01-20 Paul Brook <paul@codesourcery.com>
2207 * config/arm/arm.md (insv): Use gen_int_mode.
2209 2005-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
2211 * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete.
2212 * config/sparc/linux.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
2213 * config/sparc/linux64.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
2214 * config/sparc/netbsd-elf.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
2215 * config/sparc/sol2.h (ASM_OUTPUT_INTERNAL_LABELREF): Likewise.
2217 2005-01-20 Daniel Berlin <dberlin@dberlin.org>
2220 * dwarf2out.c (concat_loc_descriptor): We don't know we can use
2221 fbreg, so we have to assume we can't.
2222 (loc_descriptor_from_tree_1): Ditto.
2223 (containing_function_has_frame_base): New function.
2224 (add_location_or_const_value_attribute): Use it.
2225 Also try to generate a frame_base from a single element location
2228 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
2230 PR tree-optimization/15349
2231 * timevar.def (TV_TREE_MERGE_PHI): New.
2232 * tree-cfg.c (tree_forwarder_block_p): Add a new argument
2234 (remove_forwarder_block, cleanup_forwarder_blocks): Adjust the
2235 calls to tree_forwarder_block_p.
2236 (remove_forwarder_block_with_phi, merge_phi_nodes,
2237 gate_merge_phi, pass_merge_phi): New.
2238 * tree-optimize.c (init_tree_optimization_passes): Add
2240 * tree-pass.h: Add an extern for pass_merge_phi;
2242 2005-01-20 Richard Henderson <rth@redhat.com>
2245 * config/i386/emmintrin.h (_mm_castpd_ps, _mm_castpd_si128): New.
2246 (_mm_castps_pd, _mm_castps_si128): New.
2247 (_mm_castsi128_ps, _mm_castsi128_pd): New.
2249 2005-01-20 Richard Henderson <rth@redhat.com>
2252 * config/i386/mmintrin.h (_mm_cvtsi32_si64): Use
2253 __builtin_ia32_vec_init_v2si.
2254 (_mm_cvtsi64_si32): Use __builtin_ia32_vec_ext_v2si.
2255 * config/i386/i386.c (IX86_BUILTIN_VEC_EXT_V2SI): New.
2256 (ix86_init_mmx_sse_builtins): Create it.
2257 (ix86_expand_builtin): Expand it.
2258 (ix86_expand_vector_set): Handle V2SFmode and V2SImode.
2259 * config/i386/mmx.md (vec_extractv2sf_0, vec_extractv2sf_1): New.
2260 (vec_extractv2si_0, vec_extractv2si_1): New.
2262 2005-01-20 Richard Henderson <rth@redhat.com>
2265 * config/i386/i386.c (ix86_expand_push): New.
2266 * config/i386/mmx.md (push<MMXMODE>1): New.
2267 * config/i386/sse.md (push<SSEMODE>1): New.
2268 * config/i386/i386-protos.h: Update.
2270 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
2272 * params.def, params.h, predict.c, tree-ssa-loop-im.c: Update
2275 2005-01-20 Richard Henderson <rth@redhat.com>
2277 * rtl.def (CONST_VECTOR): Use RTX_CONST_OBJ.
2278 * rtl.h (CONSTANT_P): Don't special case CONST_VECTOR.
2280 2005-01-19 Richard Henderson <rth@redhat.com>
2283 * config/i386/i386.c (ix86_expand_vector_move_misalign): Convert
2284 to V4SFmode in SSE1 fallback load path.
2286 2005-01-19 Richard Henderson <rth@redhat.com>
2288 * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo
2289 in QImode expansion to ix86_expand_vector_set.
2290 (ix86_expand_vector_init_general): Fix typo in V8HImode recursive call.
2292 2005-01-19 Richard Henderson <rth@redhat.com>
2295 * config/i386/i386.c (ix86_preferred_reload_class): Return a proper
2296 subclass of the input class.
2297 (ix86_secondary_memory_needed): Always true for cross-MMX classes.
2298 Always true for cross-SSE1 classes. Rationalize conditionals.
2299 * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
2300 * config/i386/i386.md (movsi_1): Add MMX/SSE zeros. Fix alternatives
2301 for SSE1. Don't check TARGET_INTER_UNIT_MOVES.
2302 (movdi_2): Add MMX/SSE zeros.
2303 (movdi_1_rex64): Likewise. Don't check TARGET_INTER_UNIT_MOVES.
2304 (movsf_1): Don't check TARGET_INTER_UNIT_MOVES.
2305 (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
2306 (movsi_1_nointernunit, movdi_1_rex64_nointerunit): Remove.
2307 (movsf_1_nointerunit, zero_extendsidi2_32_1): Remove.
2308 (zero_extendsidi2_rex64_1): Remove.
2309 (MOV0 peephole): Check GENERAL_REG_P.
2311 2005-01-19 Richard Henderson <rth@redhat.com>
2314 * config/i386/i386.c (ix86_expand_vector_set): Fix third and fourth
2316 (ix86_expand_vector_extract): Likewise.
2318 2005-01-19 Richard Henderson <rth@redhat.com>
2321 * expr.c (emit_move_change_mode): New argument force; use
2322 simplify_gen_subreg if true.
2323 (emit_move_via_alt_mode): Merge into ...
2324 (emit_move_via_integer): ... here.
2325 (emit_move_ccmode): Use emit_move_change_mode directly.
2327 2005-01-19 Richard Henderson <rth@redhat.com>
2330 * config/alpha/alpha.c (alpha_rtx_costs): Handle HIGH.
2331 (alpha_preferred_reload_class): Handle CONST_VECTOR.
2332 (alpha_emit_set_const_1): Add no_output parameter; don't emit
2334 (alpha_emit_set_const): Likewise. Make static.
2335 (alpha_emit_set_long_const): Make static.
2336 (alpha_extract_integer): Split out from alpha_expand_mov.
2337 (alpha_split_const_mov): Likewise.
2338 (alpha_expand_mov): Use them. Handle CONST_VECTOR.
2339 (alpha_legitimate_constant_p): New.
2340 * config/alpha/alpha-protos.h: Update.
2341 * config/alpha/alpha.h (REGISTER_MOVE_COST): Correct fp<->gp cost.
2342 (LEGITIMATE_CONSTANT_P): Re-implement with a function.
2343 * config/alpha/alpha.md (movsi): Add n alternative.
2344 (movsi_nt_vms, movdi_er_nofix, movdi_er_fix, movdi_fix): Likewise.
2345 (mov<VEC>_fix, mov<VEC>_nofix): Add i alternative.
2346 (splitters for all of the above): Use alpha_split_const_mov.
2347 * config/alpha/predicates.md (non_add_const_operand): New.
2348 (non_zero_const_operand): New.
2349 (input_operand): Use alpha_legitimate_constant_p after reload.
2351 2005-01-19 Zdenek Dvorak <dvorakz@suse.cz>
2353 PR tree-optimization/19038
2354 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): New function.
2355 (add_candidate): Add ivs with increment in latch only if
2356 allow_ip_end_pos_p is true.
2357 (determine_iv_cost): Use empty_block_p.
2359 2005-01-19 Daniel Berlin <dberlin@dberlin.org>
2361 * cfganal.c (compute_dominance_frontiers_1): Replace with new algorithm
2362 (compute_dominance_frontiers): Ditto.
2364 2005-01-19 Ralf Corsepius <ralf.corsepius@rtems.org>
2367 * config/sh/t-rtems: New.
2368 * config.gcc (sh-*-rtems*): Reflect having added config/sh/t-rtems.
2370 2005-01-19 Zdenek Dvorak <dvorakz@suse.cz>
2372 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Always subtract
2373 the offset of the selected field.
2375 2005-01-19 Kazu Hirata <kazu@cs.umass.edu>
2377 * tree-cfg.c (remove_forwarder_block): Fix the check to
2378 prevent a nonlocal label from appearing in the middle of a
2381 2005-01-19 Hans-Peter Nilsson <hp@axis.com>
2383 PR rtl-optimization/19462
2384 * reorg.c (find_end_label): Create return insn only if
2385 current_function_epilogue_delay_list is empty.
2387 2005-01-19 Paolo Bonzini <bonzini@gnu.org>
2389 * doc/passes.texi: Remove paragraph mentioning new-ra.
2391 2005-01-19 Jakub Jelinek <jakub@redhat.com>
2393 PR rtl-optimization/15139
2394 * combine.c: Include params.h.
2395 (count_rtxs): New function.
2396 (record_value_for_reg): If replace_rtx would replace at least
2397 2 occurrences of REG in VALUE and TEM is really large, replace REG with
2398 (clobber (const_int 0)) instead of TEM.
2399 * params.def (PARAM_MAX_LAST_VALUE_RTL): New.
2400 * params.h (MAX_LAST_VALUE_RTL): New.
2401 * Makefile.in (combine.o): Depend on $(PARAMS_H).
2402 * doc/invoke.texi (--param max-last-value-rtl=N): Document.
2405 * c-typeck.c (digest_init): Only call build_vector if all constructor
2406 elements are *_CST nodes.
2407 * gimplify.c (gimplify_init_constructor): Likewise.
2410 * c-typeck.c (digest_init): Only call build_vector if inside_init
2413 2005-01-18 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
2415 * toplev.c (init_asm_output): Remove dead #ifdef.
2417 2005-01-18 Kaz Kojima <kkojima@gcc.gnu.org>
2419 * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define.
2421 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
2423 * calls.c (expand_call): Check DECL_BUILT_IN_CLASS before
2424 accessing DECL_FUNCTION_CODE.
2425 * dojump.c (do_jump): Likewise.
2426 * gimplify.c (gimplify_call_expr): Likewise.
2427 * predict.c (expr_expected_value): Likewise.
2428 (strip_builtin_expect): Likewise.
2429 * tree-inline.c (estimate_num_insns_1): Likewise.
2430 * tree-ssa-loop-im.c (stmt_cost): Likewise
2431 * fold-const.c (fold): Test for BUILT_IN_NORMAL.
2432 (tree_expr_nonnegative_p): Likewise.
2434 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
2436 * config/sparc/sparc.c (load_pic_register): Emit the appropriate
2437 variant of the load_pcrel_sym pattern.
2438 * config/sparc/sparc.md (P macro): Move to the top.
2439 (load_pcrel_sym): Macroize using P.
2440 (save_register_window): Likewise.
2442 2005-01-18 Aldy Hernandez <aldyh@redhat.com>
2444 * config/rs6000/rs6000.md ("sunordered"): Disable for e500.
2447 2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
2450 * c-typeck.c (build_asm_expr): Strip nops off
2451 input memory operands.
2453 2005-01-18 David Edelsohn <edelsohn@gnu.org>
2455 * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete
2456 _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, _LARGE_FILE_API.
2457 * config/rs6000/aix51.h (CPLUSPLUS_CPP_SPEC): Same.
2458 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Same.
2460 2005-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
2463 * config/i386/i386.c (override_options): If the 80387 is disabled,
2464 then do not return FP values using FP registers.
2466 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
2468 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
2469 c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
2470 combine.c, config.gcc, coverage.h, cse.c, cselib.c,
2471 defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
2472 flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
2473 gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
2474 output.h, postreload-gcse.c, postreload.c, recog.c,
2475 resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
2476 targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
2477 tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
2478 tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
2479 tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
2480 tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
2481 tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
2482 unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.
2484 * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
2485 config/alpha/alpha.c, config/arm/vfp.md,
2486 config/i386/emmintrin.h, config/i386/i386-modes.def,
2487 config/i386/i386-protos.h, config/i386/i386.h,
2488 config/i386/pmmintrin.h, config/i386/ppro.md,
2489 config/i386/predicates.md, config/i386/xmmintrin.h,
2490 config/i860/i860.c, config/ia64/ia64-modes.def,
2491 config/ia64/ia64-protos.h, config/ia64/ia64.h,
2492 config/ia64/ia64.md, config/ia64/itanium1.md,
2493 config/ia64/itanium2.md, config/ia64/predicates.md,
2494 config/iq2000/iq2000.h, config/mips/linux64.h,
2495 config/rs6000/aix41.h, config/rs6000/aix43.h,
2496 config/rs6000/aix52.h, config/rs6000/darwin-fallback.c,
2497 config/rs6000/rs6000.c, config/rs6000/rs6000.h,
2498 config/rs6000/spe.md, config/sh/sh.md, config/sparc/linux.h,
2499 config/sparc/linux64.h, config/sparc/litecoff.h,
2500 config/sparc/sp64-elf.h, config/sparc/sparc.c,
2501 config/sparc/sparc.h, config/sparc/sparc.md,
2502 config/sparc/sysv4-only.h: Update copyright.
2504 2005-01-18 Richard Henderson <rth@redhat.com>
2507 * config/i386/i386.c (ix86_expand_fp_movcc): Fail for LTGT and UNEQ.
2509 2005-01-18 Marc Espie <espie@openbsd.org>
2510 * config/i386/openbsdelf.h: Typo.
2512 2005-01-18 Richard Henderson <rth@redhat.com>
2514 * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP
2515 special case for sse.
2516 * config/i386/predicates.md (sse_comparison_operator): Likewise.
2518 2005-01-18 Dorit Naishlos <dorit@il.ibm.com>
2520 * tree-inline.c (estimate_num_insns_1): Added cases for
2521 ALIGN_INDIRECT_REF, MISALIGNED_INDIRECT_REF, and REALIGN_LOAD_EXPR.
2523 2005-01-18 Eric Botcazou <ebotcazou@libertysurf.fr>
2525 PR rtl-optimization/19296
2526 * combine.c (simplify_comparison): Rewrite the condition under
2527 which a non-paradoxical SUBREG of a PLUS can be lifted when
2528 compared against a constant.
2530 2005-01-18 Andi Kleen <ak@muc.de>
2532 * c-typeck.c: (convert_for_assignment): Check warn_pointer_sign.
2533 * c.opt (-Wpointer-sign): Add.
2534 * doc/invoke.texi: (-Wpointer-sign): Add.
2536 2005-01-18 Uros Bizjak <uros@kss-loka.si>
2538 * config/i386/i386.c (override_options): Revert 2004-11-24 change.
2539 * config/i386/i386.md (fmodsf3, dremsf3, *sinsf2, *cossf2, sincossf3,
2540 *tansf3_1, tansf2, atan2sf3_1, atan2sf3, atansf2, asinsf2, acossf2,
2541 logsf2, log10sf2, log2sf2, log1psf2, logbsf2, ilogbsf2, expsf2,
2542 exp10sf2, exp2sf2, expm1sf2, rintsf2, floorsf2, ceilsf2, btruncsf2,
2543 nearbyintsf2): Disable for TARGET_SSE_MATH. Leave patterns enabled
2544 for TARGET_MIX_SSE_I387.
2545 (fmoddf3, dremdf3, *sindf2, *sinextendsfdf2, *cosdf2, *cosextendsfdf2,
2546 sincosdf3, *sincosextendsfdf3, *tandf3_1, tandf2, atan2df3_1,
2547 atan2df3, atandf2, asindf2, acosdf2, logdf2, log10df2, log2df2,
2548 log1pdf2, logbdf2, expdf2, exp10df2, exp2df2, expm1df2, rintdf2,
2549 floordf2, ceildf2, btruncdf2, nearbyintdf2): Disable for
2550 (TARGET_SSE2 && TARGET_SSE_MATH). Leave patterns enabled for
2551 TARGET_MIX_SSE_I387.
2552 (atan2sf3, atan2df3, atan2xf3): Remove register constraints
2555 2005-01-18 Uros Bizjak <uros@kss-loka.si>
2558 * config/i386/mmx.md (*movv2sf_internal_rex64, *movv2sf_internal):
2559 Add movaps alternative for xmm reg->reg move.
2561 2005-01-17 Jeff Law <law@redhat.com>
2563 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE
2564 at the end of the main DOM loop rather than just before DOM exits.
2566 2005-01-17 Diego Novillo <dnovillo@redhat.com>
2568 PR tree-optimization/19121
2569 * tree-ssa-alias.c (compute_flow_sensitive_aliasing): When
2570 adding aliases to a name tag, also add them to the pointer's
2572 * tree-ssa-copy.c (merge_alias_info): Do not merge flow
2573 sensitive alias info at all. Only check that the two pointers
2574 have compatible pointed-to sets.
2575 * tree-ssa.c (verify_name_tags): Verify that the alias set of
2576 a pointer's type tag is a superset of the alias set of the
2579 2005-01-17 James E Wilson <wilson@specifixinc.com>
2582 * config/ia64/ia64.md (movxf): Handle general register source. Adjust
2583 comment to document why.
2585 2005-01-17 Richard Henderson <rth@redhat.com>
2587 * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite,
2588 sminv4sf3_finite, sse_vmsminv4sf3_finite, smaxv2df3_finite,
2589 sse2_vmsmaxv2df3_finite, sminv2df3_finite,
2590 sse2_vmsminv2df3_finite): New.
2591 (smaxv4sf3, sse_vmsmaxv4sf3, sminv4sf3, sse_vmsminv4sf3, smaxv2df3,
2592 sse2_vmsmaxv2df3, sminv2df3, sse2_vmsminv2df3): Remove commutative.
2593 Force op1 into register.
2595 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
2597 * Makefile.in (STAGEMOVESTUFF): Stage all the stamp files to prevent
2598 bubblestrap from always rebuilding build directory.
2600 2005-01-17 Ulrich Weigand <uweigand@de.ibm.com>
2602 * config/s390/s390.md ("*clc"): Remove incorrect '='.
2603 ("*cmpmem_short"): Likewise.
2605 2005-01-17 Steven Bosscher <stevenb@suse.de>
2607 * basic-block.h: Document BB_* flags.
2608 * regrename.c (copyprop_hardreg_forward): Don't use BB_VISITED,
2609 use an sbitmap instead.
2610 * sched-rgn.c (compute_trg_info): Likewise.
2612 2005-01-17 Richard Sandiford <rsandifo@redhat.com>
2614 * config.gcc (mips64*-*-linux*): Set the default abi to n32. Remove
2615 redundant target_cpu_default and extra_parts lines. Use the default
2617 * config/mips/linux64.h (DRIVER_DEFAULT_ABI_SELF_SPEC): Delete.
2618 (SUBTARGET_EXTRA_SPECS): Delete.
2619 (DRIVER_SELF_SPECS): Remove architecture lines. Set the ABI directly.
2620 (SUBTARGET_ASM_SPEC): Remove -mabi=n32 and -mabi=64 mappings.
2621 * config/mips/t-linux64 (MULTILIB_DIRNAMES): Use "32" for -mabi=32
2622 and "n32" for -mabi=n32.
2624 2005-01-17 Ian Lance Taylor <ian@airs.com>
2627 * c-typeck.c (build_c_cast): Revert patch of 2003-02-16: don't
2628 fold constant variables into initial values.
2630 2005-01-17 Kazu Hirata <kazu@cs.umass.edu>
2632 * tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.
2634 * tree-cfg.c (tree_forwarder_block_p): Speed up by walking
2635 through the statements backward.
2637 2005-01-17 Ian Lance Taylor <ian@airs.com>
2639 PR middle-end/13127:
2640 * tree-inline.c (expand_call_inline): Set TREE_NO_WARNING on
2641 a variable set to the return value of the inlined function.
2643 2005-01-17 Mark Dettinger <dettinge@de.ibm.com>
2645 * rtlanal.c (rtx_cost): Assign cost of 0 to a SUBREG
2646 when modes are tieable.
2648 2005-01-17 Ranjit Mathew <rmathew@hotmail.com>
2650 * gthr-posix.h (__gthread_active_p): Use pthread_cancel instead
2651 of pthread_create to find out if threads are enabled.
2652 * gthr-posix95.h (__gthread_active_p): Likewise.
2654 2005-01-17 Paolo Bonzini <bonzini@gnu.org>
2656 * common.opt (-fnew-ra): Remove.
2658 * toplev.h (flag_new_regalloc): Remove.
2659 * Makefile.in (ra*.*): Don't mention.
2660 * passes.c (rest_of_handle_new_regalloc): Remove.
2661 (rest_of_handle_combine, rest_of_compilation): Always consider
2662 flag_new_regalloc as false.
2663 * doc/invoke.texi: Don't document -fnew-ra.
2665 2005-01-17 Paolo Bonzini <bonzini@gnu.org>
2667 * bb-reorder.c (fix_edges_for_rarely_executed_code): Remove
2668 last parameter to reg_scan.
2669 * loop.c (loop_optimize): Likewise.
2670 * passes.c (rest_of_handle_tracer, rest_of_handle_if_conversion,
2671 rest_of_handle_web, rest_of_handle_cfg, rest_of_handle_jump_bypass,
2672 rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
2673 rest_of_handle_gcse, rest_of_handle_loop_optimize,
2674 rest_of_handle_loop2, rest_of_handle_jump2): Likewise.
2675 * regclass.c (reg_scan): Likewise, for the declaration.
2676 * rtl.h (reg_scan): Likewise, for the prototype.
2678 2005-01-17 Kazu Hirata <kazu@cs.umass.edu>
2680 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call
2681 mark_dfs_back_edges.
2683 2005-01-16 Daniel Berlin <dberlin@dberlin.org>
2685 * tree-ssa-pre.c (add_to_sets): s1 may be NULL.
2686 (compute_avail): Uses don't go in tmp_gen.
2688 2005-01-16 Steven Bosscher <stevenb@suse.de>
2690 * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a
2691 loop to look for a free slot in a page entry.
2693 2005-01-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2696 * defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
2697 * toplev.c (compile_file): Call process_pending_assemble_output_defs
2698 just before targetm.asm_out.file_end.
2699 * tree.h (process_pending_assemble_output_defs): Declare.
2700 * varasm.c (assemble_output_def, process_pending_assemble_output_defs):
2702 (assemble_alias): Defer generation of assembly code for defines when
2703 TARGET_DEFERRED_OUTPUT_DEFS is true.
2704 * config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
2705 * config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
2706 * doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.
2708 2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2711 * pa.c (pa_scalar_mode_supported_p): New function.
2712 (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
2713 * pa.h (MIN_UNITS_PER_WORD): Add comment.
2715 * pa-protos.h (prefetch_operand): Delete.
2716 (prefetch_cc_operand, prefetch_nocc_operand): New declations.
2717 * pa.c (prefetch_operand): Delete.
2718 (prefetch_cc_operand, prefetch_nocc_operand): New functions.
2719 * pa.h (EXTRA_CONSTRAINT): Add `W' constraint.
2720 (PREDICATE_CODES): Delete prefetch_operand. Add prefetch_cc_operand
2721 and prefetch_nocc_operand.
2722 * pa.md (prefetch): Rework to avoid reload problems handling short
2723 displacements when a cache control completer needs to be provided.
2724 (prefetch_32, prefetch_64): Delete.
2725 (prefetch_cc, prefetch_nocc): New patterns.
2727 2005-01-15 David Edelsohn <edelsohn@gnu.org>
2729 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change.
2731 2005-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2734 * pa.c (pa_asm_output_aligned_common): Warn if specified alignment
2735 exceeds maximum alignment for global common data.
2736 * pa64-hpux.h (MAX_OFILE_ALIGNMENT): Define to 32768.
2737 * som.h (MAX_OFILE_ALIGNMENT): Likewise.
2739 2004-01-15 Roger Sayle <roger@eyesopen.com>
2741 * tree-ssa-dom.c (extract_range_from_cond): Correct condition.
2743 2004-01-15 Roger Sayle <roger@eyesopen.com>
2745 * harg-reg-set.h (reg_class_names): Prototype global array.
2746 * regclass.c (reg_class_names): Declare here and initialize to
2748 (dump_regclass): Remove local declaration of reg_class_names.
2749 (regclass): Likewise.
2750 * cfg.c (dump_flow_info): Likewise.
2751 * ra-debug.c (reg_class_names): Likewise.
2752 * regrename.c (reg_class_names): Likewise.
2753 * reload.c (reg_class_names): Likewise.
2754 * reload1.c (spill_failure): Likewise.
2755 * config/m68hc11/m68hc11.c (reg_class_names): Likewise.
2757 2005-01-15 Ulrich Weigand <uweigand@de.ibm.com>
2759 * config/s390/s390.md ("reload_outti"): Remove predicate for
2760 output operand. Abort if operand is not a MEM.
2761 ("reload_outdi", "reload_outdf"): Likewise.
2763 2005-01-15 Marc Espie <espie@openbsd.org>
2765 * config.gcc (*-*-openbsd*): Set HAS_LIBC_R for OpenBSD <= 3.2.
2766 (i[34567]86-*-openbsd*): Switch to ELF for OpenBSD >= 3.4.
2767 * config/openbsd.h: Fix C++ includes for native configurations.
2768 Add proper OS_CPP_BUILTINS. Fix libspec for recent OpenBSD.
2769 Add trampoline support.
2770 * config/i386/openbsdelf.h: New.
2772 2005-01-15 Marc Espie <espie@openbsd.org>
2774 * collect2.c (main): Explicitly parse -dynamic-linker option.
2776 2005-01-15 Jakub Jelinek <jakub@redhat.com>
2778 PR tree-optimization/19060
2779 * tree-ssa-dom.c (extract_range_from_cond) <case LT_EXPR, GT_EXPR>:
2780 Return 0 if op1 <= TYPE_MIN_VALUE () resp. op1 >= TYPE_MAX_VALUE ().
2781 (simplify_cond_and_lookup_avail_expr): Add assert for dummy == 0
2782 and handle extract_range_from_cond returning false.
2783 * fold-const.c (fold): Optimize comparisons with min/max even for
2784 width > HOST_BITS_PER_WIDE_INT.
2786 2005-01-15 Ralf Corsepius <ralf.corsepius@rtems.org>
2788 * config/mips/rtems.h (MIPS_DEFAULT_GVALUE): Set to 0.
2789 * config/mips/t-rtems (MULTILIBS_DIRNAMES,MULTILIB_OPTIONS):
2790 Remove little endian multilib variants.
2791 Add mips32 multilib variant.
2793 2005-01-15 Kazu Hirata <kazu@cs.umass.edu>
2795 * explow.c (copy_all_reg, stabilize): Remove.
2796 * expr.h: Remove the corresponding prototypes.
2798 * rtlanal.c (regs_set_between_p): Remove.
2799 * rtl.h: Remove the corresponding prototype.
2801 2005-01-14 David Edelsohn <edelsohn@gnu.org>
2803 * config/rs6000/rs6000.c (rs6k_nonimmediate_operand): Rename
2804 to rs6000_nonimmediate_operand.
2805 * config/rs6000/rs6000.h (PREDICATE_CODES): Rename
2806 rs6k_nonimmediate_operand to rs6000_nonimmediate_operand.
2807 * config/rs6000/rs6000.md (movsi_internal1): Rename predicate to
2808 rs6000_nonimmediate_operand.
2809 * config/rs6000/spe.md (movdf_e500_double): Rename predicate to
2810 rs6000_nonimmediate_operand.
2812 2005-01-14 Andrew Pinski <pinskia@physics.uc.edu>
2814 * tree-ssa-alias.c (pass_may_alias): Add TODO_verify_stmts.
2816 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
2818 * config/rs6000/rs6000.h (CLASS_MAX_NREGS): DF goes in 1 register
2820 (CANNOT_CHANGE_MODE_CLASS): Restrict DI mode changes on e500v2.
2821 (PREDICATE_CODES): Add rs6k_nonimmediate_operand.
2823 * config/rs6000/rs6000.c (invalid_e500_subreg): New.
2824 (rs6k_nonimmediate_operand): New.
2825 (rs6000_legitimate_offset_address_p): Handle DI modes on e500v2
2827 (legitimate_lo_sum_address_p): Same.
2828 (rs6000_legitimize_address): Same.
2829 (rs6000_legitimize_reload_address): Same.
2830 (rs6000_legitimate_address): Same.
2831 (spe_build_register_parallel): Pass DF and DC modes in a DI
2834 * config/rs6000/rs6000.md ("*movsi_internal1"): Change predicate
2835 to rs6k_nonimmediate_operand.
2837 * config/rs6000/spe.md ("*frob_df_di"): New.
2838 ("*frob_di_df"): New.
2839 ("*frob_di_df_2"): New.
2840 ("*mov_sidf_e500_subreg0"): New.
2841 ("*mov_sidf_e500_subreg4"): New.
2842 ("*movdf_e500_double"): Change predicate to
2843 rs6k_nonimmediate_operand.
2845 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
2847 * postreload.c (move2add_note_store): Only call
2848 trunc_int_for_mode on scalar integers.
2850 2005-01-14 Steven Bosscher <stevenb@suse.de>
2852 * tree-ssa-dce.c (visited_control_parents): New sbitmap to
2853 replace BB_VISITED uses.
2854 (find_obviously_necessary_stmts): Don't clear BB_VISITED.
2855 (propagate_necessity): Check the bitmap instead of BB_VISITED.
2856 (tree_dce_done): Free visited_control_parents.
2857 (perform_tree_ssa_dce): Allocate and clear it.
2858 * tree-ssa-pre.c (compute_antic_aux): Make non-recursive.
2859 (compute_antic): Iterate from here using a DFS. Use an sbitmap
2860 instead of BB_VISITED.
2862 2005-01-14 Kazu Hirata <kazu@cs.umass.edu>
2864 * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,
2865 rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h:
2866 Remove unused prototypes.
2868 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
2870 * config/rs6000/rs6000.c (rs6000_stack_info): Fix caching of SPE
2871 64-bit register usage.
2872 (spe_func_has_64bit_regs_p): Add FIXME note.
2874 2005-01-14 Aldy Hernandez <aldyh@redhat.com>
2876 * config/rs6000/rs6000.c (rs6000_generate_compare): Replace
2877 flag_finite_math_only with flag_unsafe_math_optimizations.
2879 2005-01-14 J. D. Johnston <jjohnst@us.ibm.com>
2881 * config/s390/tpf-unwind.h (s390_fallback_frame_state): Correct
2883 (__tpf_eh_return): Copy TPF private stack area from the module
2884 boundary stack frame. Add check for when module addresses are
2885 equal, but no stub address is found.
2887 2005-01-14 Richard Earnshaw <rearnsha@arm.com>
2890 * arm.h (struct machine_function): Add call_via field.
2891 (thumb_call_via_label): Declare.
2892 * arm.c (thumb_call_via_label): New variable.
2893 (thumb_call_reg_needed): New variable.
2894 (arm_output_function_epilogue): For Thumb code, output any per-function
2895 call-indirect trampolines.
2896 (thumb_call_via_reg): New function.
2897 (arm_file_end): New function.
2898 (TARGET_ASM_FILE_END): Call arm_file_end.
2899 (aof_file_end): Likewise.
2900 * arm-protos.h (thumb_call_via_reg): Declare.
2901 * arm.md (call_reg_thumb, call_value_reg_thumb): Call
2902 thumb_call_via_reg in normal case.
2904 2005-01-14 Jakub Jelinek <jakub@redhat.com>
2907 PR rtl-optimization/19348
2908 * recog.c (peephole2_optimize): Do global life update if some peephole
2909 decides it doesn't need at least one of its inputs and that change
2910 influences liveness at the start of the basic block.
2912 * basic-block.h (EXECUTE_IF_AND_COMPL_IN_REG_SET): Needs 2 REGSET
2913 arguments instead of 1.
2915 2005-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
2918 * varasm.c (initializer_constant_valid_p) <ADDR_EXPR>: Return
2919 zero for nested functions needing a static chain or functions
2920 with a non-constant address.
2922 2005-01-13 Roger Sayle <roger@eyesopen.com>
2924 * simplify-rtx.c (simplify_binary_operation) <AND>: Optimize
2925 (and (sign_extend X) C) into (zero_extend (and X C)).
2927 2005-01-13 David O'Brien <obrien@FreeBSD.org>
2929 * config/freebsd-spec.h: Make KSE pthread lib logic the default.
2931 2005-01-13 Richard Henderson <rth@redhat.com>
2936 * config/i386/i386.md (cmpdf, cmpsf, bunordered, bordered, buneq,
2937 bunge, bungt, bunle, bunlt, bltgt): Enable for TARGET_SSE_MATH,
2938 not just TARGET_SSE.
2939 (cmpfp_i_387): Rename from cmpfp_i. Move after sse patterns.
2940 (cmpfp_i_mixed): Rename from cmpfp_i_sse; use for TARGET_MIX_SSE_I387.
2941 (cmpfp_i_sse): Rename from cmpfp_i_sse_only; use for TARGET_SSE_MATH.
2942 (cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387): Similarly.
2943 (fp_jcc_1_mixed, fp_jcc_1_sse, fp_jcc_1_387): Similarly.
2944 (fp_jcc_2_mixed, fp_jcc_2_sse, fp_jcc_2_387): Similarly.
2945 (fp_jcc_3_387, fp_jcc_4_387, fp_jcc_5_387, fp_jcc_6_387,
2946 fp_jcc_7_387, fp_jcc_8_387): Rename from fp_jcc_N.
2947 (movdicc_c_rex64): Rename with '*'.
2948 (movsfcc, movdfcc): Add checks for 387 and sse math to condition.
2949 (movsfcc_1_sse_min, movsfcc_1_sse_max, movsfcc_1_sse): New.
2950 (movsfcc_1_387): Rename from movsfcc_1.
2951 (movdfcc_1_sse_min, movdfcc_1_sse_max, movdfcc_1_sse): New.
2952 (movdfcc_1, movdfcc_1_rex64): Add check for 387.
2953 (sminsf3, smaxsf3, smindf3, smaxdf3): New.
2954 (minsf3, minsf, minsf_nonieee, minsf_sse, mindf3, mindf,
2955 mindf_nonieee, mindf_sse, maxsf3, maxsf, maxsf_nonieee, maxsf_sse,
2956 maxdf3, maxdf, maxdf_nonieee, maxdf_sse, sse_movsfcc, sse_movsfcc_eq,
2957 sse_movdfcc, sse_movdfcc_eq, sse_movsfcc_const0_1,
2958 sse_movsfcc_const0_2, sse_movsfcc_const0_3, sse_movsfcc_const0_4,
2959 sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
2960 sse_movdfcc_const0_4): Remove.
2961 * config/i386/i386.c (ix86_expand_fp_movcc): For TARGET_SSE_MATH,
2962 recognize min/max early. Update for changed sse cmove patterns.
2963 (ix86_split_sse_movcc): New.
2964 * config/i386/i386-protos.h: Update.
2966 2005-01-13 Steven Bosscher <stevenb@suse.de>
2968 * tree-ssa-dse.c (fix_phi_uses): Use SSA operand iterators.
2969 (fix_stmt_v_may_defs): Likewise.
2971 2005-01-13 Richard Henderson <rth@redhat.com>
2973 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Use elt_mode
2974 for converting the mask.
2976 2005-01-13 David Edelsohn <edelsohn@gnu.org>
2978 * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Change _XOPEN_SOURCE
2981 2005-01-13 Richard Henderson <rth@redhat.com>
2983 * config/i386/i386.c (IX86_BUILTIN_MOVQ, IX86_BUILTIN_LOADD,
2984 IX86_BUILTIN_STORED, IX86_BUILTIN_MOVQ2DQ,
2985 IX86_BUILTIN_MOVDQ2Q): Remove.
2986 (IX86_BUILTIN_VEC_EXT_V4SI): New.
2987 (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Update to match.
2988 (ix86_expand_vector_extract): For V4S[FI], extract element 0 after
2990 * config/i386/sse.md (sse_concatv2sf): Accept zero operand 2.
2991 (sse2_pextrw): Fix immediate constraint.
2992 (sse2_loadq, sse2_loadq_rex64): Remove.
2993 * config/i386/emmintrin.h (_mm_cvtsi128_si32, _mm_cvtsi128_si64x):
2994 Use __builtin_ia32_vec_ext_<size>.
2995 (_mm_cvtsi32_si128, _mm_cvtsi64x_si128): Use _mm_set_epi<size>.
2997 2005-01-13 Aldy Hernandez <aldyh@redhat.com>
2999 * function.c (assign_parm_setup_block): Look inside original
3000 entry_parm when inspecting PARALLEL.
3002 2005-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
3003 Joel Sherrill <joel@oarcorp.com>
3006 * gthr-rtems.h (__gthread_recursive_mutex_t): New type.
3007 (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION): Define to
3008 rtems_gxx_recursive_mutex_init.
3009 (__gthread_recursive_mutex_lock): New function.
3010 (__gthread_recursive_mutex_trylock): Likewise.
3011 (__gthread_recursive_mutex_unlock): Likewise.
3013 2005-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>
3015 * config/i386/t-rtems-i386: Multilib on -mtune instead of -mcpu.
3017 2005-01-13 Jan Beulich <jbeulich@novell.com>
3019 * config/ia64/ia64.md (ashlti3, ashlti3_internal): New.
3020 (ashrti3_internal): Indicate output is early clobber. Generate result
3021 into output rather than first input. Use move for low word of output
3022 if shift count is exactly 64.
3023 (lshrti3_internal): Likewise.
3025 2005-01-13 Hans-Peter Nilsson <hp@bitrange.com>
3029 * reload1.c (delete_output_reload): Don't delete an output reload
3030 if the pseudo lives longer than a single basic block. Adjust and
3031 improve wording of comment.
3033 2005-01-12 Andrew Pinski <pinskia@physics.uc.edu>
3036 * config/darwin.c (machopic_select_section): Use TYPE_SIZE_UNIT instead
3037 of TYPE_SIZE where we mean the number of bytes.
3039 2005-01-12 Aldy Hernandez <aldyh@redhat.com>
3041 * function.c (assign_parm_setup_block): Relax condition on
3042 multi-register optimization.
3044 2005-01-12 Nick Clifton <nickc@redhat.com>
3046 * config/sh/sh.md (udivsi3_sh2a, divsi3_sh2a): Give these patterns
3047 an "in_delay_slot" attribute of "no" to prevent them being used in
3048 delay slots. This is forbidden because they might generate
3051 2005-01-12 Alan Modra <amodra@bigpond.net.au>
3054 * config/rs6000/rs6000.md (movtf_internal): Replace r->o and m->r
3057 2005-01-12 Nick Clifton <nickc@redhat.com>
3059 * config/iq2000/iq2000.h (ASM_SPEC): Undefine (to stop -Qy being
3060 passed on to GAS) but do not define, as GAS no longer supports or
3061 needs the -m2000 option.
3063 2005-01-11 Roger Sayle <roger@eyesopen.com>
3065 * builtins.c (fold_builtin_fabs): Convert argument to the appropriate
3066 type as args of unprototyped builtins aren't automatically promoted.
3067 (fold_builtin_abs): Likewise.
3069 2005-01-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3071 * Makefile.in: Set a `build-warn' variable.
3073 2005-01-11 Zdenek Dvorak <dvorakz@suse.cz>
3075 PR tree-optimization/17949
3076 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): New function.
3077 (find_interesting_uses_address): Use it.
3079 2005-01-11 Aldy Hernandez <aldyh@redhat.com>
3081 * regrename.c (kill_value): Handle subreg's that won't simplify.
3083 2005-01-11 Richard Henderson <rth@redhat.com>
3086 * config/i386/i386.h (enum ix86_builtins): Move ...
3087 * config/i386/i386.c: ... here.
3088 (IX86_BUILTIN_MOVDDUP, IX86_BUILTIN_MMX_ZERO, IX86_BUILTIN_PEXTRW,
3089 IX86_BUILTIN_PINSRW, IX86_BUILTIN_LOADAPS, IX86_BUILTIN_LOADSS,
3090 IX86_BUILTIN_STORESS, IX86_BUILTIN_SSE_ZERO, IX86_BUILTIN_PEXTRW128,
3091 IX86_BUILTIN_PINSRW128, IX86_BUILTIN_LOADAPD, IX86_BUILTIN_LOADSD,
3092 IX86_BUILTIN_STOREAPD, IX86_BUILTIN_STORESD, IX86_BUILTIN_STOREHPD,
3093 IX86_BUILTIN_STORELPD, IX86_BUILTIN_SETPD1, IX86_BUILTIN_SETPD,
3094 IX86_BUILTIN_CLRPD, IX86_BUILTIN_LOADPD1, IX86_BUILTIN_LOADRPD,
3095 IX86_BUILTIN_STOREPD1, IX86_BUILTIN_STORERPD, IX86_BUILTIN_LOADDQA,
3096 IX86_BUILTIN_STOREDQA, IX86_BUILTIN_CLRTI,
3097 IX86_BUILTIN_LOADDDUP): Remove.
3098 (IX86_BUILTIN_VEC_INIT_V2SI, IX86_BUILTIN_VEC_INIT_V4HI,
3099 IX86_BUILTIN_VEC_INIT_V8QI, IX86_BUILTIN_VEC_EXT_V2DF,
3100 IX86_BUILTIN_VEC_EXT_V2DI, IX86_BUILTIN_VEC_EXT_V4SF,
3101 IX86_BUILTIN_VEC_EXT_V8HI, IX86_BUILTIN_VEC_EXT_V4HI,
3102 IX86_BUILTIN_VEC_SET_V8HI, IX86_BUILTIN_VEC_SET_V4HI): New.
3103 (ix86_init_builtins): Make static.
3104 (ix86_init_mmx_sse_builtins): Update for changed builtins.
3105 (ix86_expand_binop_builtin): Only use ix86_fixup_binary_operands
3106 if all the modes match. Otherwise, fake it.
3107 (get_element_number, ix86_expand_vec_init_builtin,
3108 ix86_expand_vec_ext_builtin, ix86_expand_vec_set_builtin): New.
3109 (ix86_expand_builtin): Make static. Update for changed builtins.
3110 (ix86_expand_vector_move_misalign): Use sse2_loadlpd with zero
3111 operand instead of sse2_loadsd. Cast sse1 fallback to V4SFmode.
3112 (ix86_expand_vector_init_duplicate): New.
3113 (ix86_expand_vector_init_low_nonzero): New.
3114 (ix86_expand_vector_init_one_var, ix86_expand_vector_init_general):
3115 Split out from ix86_expand_vector_init; handle integer modes.
3116 (ix86_expand_vector_init): Use them.
3117 (ix86_expand_vector_set, ix86_expand_vector_extract): New.
3118 * config/i386/i386-protos.h: Update.
3119 * config/i386/predicates.md (reg_or_0_operand): New.
3120 * config/i386/mmx.md (mov<MMXMODEI>_internal): Add 'r' variants.
3121 (movv2sf_internal): Likewise. And a splitter to match them all.
3122 (vec_dupv2sf, mmx_concatv2sf, vec_setv2sf, vec_extractv2sf,
3123 vec_initv2sf, vec_dupv4hi, vec_dupv2si, mmx_concatv2si, vec_setv2si,
3124 vec_extractv2si, vec_initv2si, vec_setv4hi, vec_extractv4hi,
3125 vec_initv4hi, vec_setv8qi, vec_extractv8qi, vec_initv8qi): New.
3126 (mmx_pinsrw): Fix operand ordering.
3127 * config/i386/sse.md (movv4sf splitter): Use direct pattern,
3128 rather than sse_loadss expander.
3129 (movv2df splitter): Similarly.
3130 (sse_loadss, sse_loadlss): Remove.
3131 (vec_dupv4sf, sse_concatv2sf, sse_concatv4sf, vec_extractv4sf_0): New.
3132 (vec_setv4sf, vec_setv2df): Use ix86_expand_vector_set.
3133 (vec_extractv4sf, vec_extractv2df): Use ix86_expand_vector_extract.
3134 (sse3_movddup): Rename with '*'.
3135 (sse3_movddup splitter): Use gen_rtx_REG instead of gen_lowpart.
3136 (sse2_loadsd): Remove.
3137 (vec_dupv2df_sse3): Rename from sse3_loadddup.
3138 (vec_dupv2df, vec_concatv2df_sse3, vec_concatv2df): New.
3139 (sse2_pinsrw): Fix argument ordering.
3140 (sse2_loadld, sse2_loadq): Add sse1 alternatives.
3141 (sse2_stored): Remove 'r' destination.
3142 (vec_dupv4si, vec_dupv2di, sse2_concatv2si, sse1_concatv2si,
3143 vec_concatv4si_1, vec_concatv2di, vec_setv2di, vec_extractv2di,
3144 vec_initv2di, vec_setv4si, vec_extractv4si, vec_initv4si,
3145 vec_setv8hi, vec_extractv8hi, vec_initv8hi, vec_setv16qi,
3146 vec_extractv16qi, vec_initv16qi): New.
3148 * config/i386/emmintrin.h (__m128i, __m128d): Use typedef, not define.
3149 (_mm_set_sd, _mm_set1_pd, _mm_setzero_pd, _mm_set_epi64x,
3150 _mm_set_epi32, _mm_set_epi16, _mm_set_epi8, _mm_setzero_si128): Use
3152 (_mm_load_pd, _mm_store_pd): Use plain dereference.
3153 (_mm_load_si128, _mm_store_si128): Likewise.
3154 (_mm_load1_pd): Use _mm_set1_pd.
3155 (_mm_load_sd): Use _mm_set_sd.
3156 (_mm_store_sd, _mm_storeh_pd): Use __builtin_ia32_vec_ext_v2df.
3157 (_mm_store1_pd, _mm_storer_pd): Use _mm_store_pd.
3158 (_mm_set_epi64): Use _mm_set_epi64x.
3159 (_mm_set1_epi64x, _mm_set1_epi64, _mm_set1_epi32, _mm_set_epi16,
3160 _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
3161 _mm_setr_epi8): Use _mm_set_foo form.
3162 (_mm_loadl_epi64, _mm_movpi64_epi64, _mm_move_epi64): Use _mm_set_epi64.
3163 (_mm_storel_epi64, _mm_movepi64_pi64): Use __builtin_ia32_vec_ext_v2di.
3164 (_mm_extract_epi16): Use __builtin_ia32_vec_ext_v8hi.
3165 (_mm_insert_epi16): Use __builtin_ia32_vec_set_v8hi.
3166 * config/i386/mmintrin.h (_mm_setzero_si64): Use plain cast.
3167 (_mm_set_pi32): Use __builtin_ia32_vec_init_v2si.
3168 (_mm_set_pi16): Use __builtin_ia32_vec_init_v4hi.
3169 (_mm_set_pi8): Use __builtin_ia32_vec_init_v8qi.
3170 (_mm_set1_pi16, _mm_set1_pi8): Use _mm_set_piN variant.
3171 * config/i386/pmmintrin.h (_mm_loaddup_pd): Use _mm_load1_pd.
3172 (_mm_movedup_pd): Use _mm_shuffle_pd.
3173 * config/i386/xmmintrin.h (_mm_setzero_ps, _mm_set_ss,
3174 _mm_set1_ps, _mm_set_ps, _mm_setr_ps): Use constructor form.
3175 (_mm_cvtpi16_ps, _mm_cvtpu16_ps, _mm_cvtpi8_ps, _mm_cvtpu8_ps,
3176 _mm_cvtps_pi8, _mm_cvtpi32x2_ps): Avoid __builtin_ia32_mmx_zero;
3178 (_mm_load_ss, _mm_load1_ps): Use _mm_set* form.
3179 (_mm_load_ps, _mm_loadr_ps): Use raw dereference.
3180 (_mm_store_ss): Use __builtin_ia32_vec_ext_v4sf.
3181 (_mm_store_ps): Use raw dereference.
3182 (_mm_store1_ps): Use _mm_storeu_ps.
3183 (_mm_storer_ps): Use _mm_store_ps.
3184 (_mm_extract_pi16): Use __builtin_ia32_vec_ext_v4hi.
3185 (_mm_insert_pi16): Use __builtin_ia32_vec_set_v4hi.
3187 2005-01-11 Stan Shebs <shebs@apple.com>
3189 * config/rs6000/rs6000.c (machopic_output_stub): Issue
3190 ldu instead of lwzu if 64-bit -mdynamic-no-pic.
3192 2005-01-11 Andrew Pinski <pinskia@physics.uc.edu>
3195 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
3196 Skip all DECLs except for FIELD_DECLs.
3198 2005-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
3200 * config/s390/s390.c (override_options): Return error if
3201 -mbackchain, -mpacked-stack and -mhard-float are used together.
3202 (s390_va_start): Remove the backchain && packed-stack special case.
3203 (s390_gimplify_va_arg): Likewise.
3204 * doc/invoke.texi: Remove the ABI incompatibility note.
3206 2005-01-11 Andreas Krebbel <krebbel1@de.ibm.com>
3208 * config/s390/s390.c (struct s390_frame_layout): Remove
3210 (s390_frame_info, s390_emit_prologue): Replace occurrences of
3211 save_backchain_p with TARGET_BACKCHAIN.
3213 2005-01-11 Alan Modra <amodra@bigpond.net.au>
3216 * builtins.c (std_gimplify_va_arg_expr): Adjust alignment of *ap.
3217 * expr.h (struct locate_and_pad_arg_data): Add "boundary".
3218 * function.c (locate_and_pad_parm): Set new field.
3219 (assign_parm_find_stack_rtl): Use it instead of FUNCTION_ARG_BOUNDARY.
3220 Tweak where_pad test to include "none". Always set mem align for
3222 (assign_parm_adjust_stack_rtl): Discard stack_parm if alignment
3223 not sufficient for type.
3224 (assign_parm_setup_block): If stack_parm is zero on entry, always
3225 make a new stack local. Block move old stack parm if necessary
3226 to new aligned stack local.
3227 (assign_parm_setup_stack): Use a block move to handle
3228 potentially misaligned entry_parm.
3229 (assign_parms_unsplit_complex): Specify required alignment when
3230 creating stack local.
3231 * calls.c (compute_argument_addresses): Override alignment of stack
3232 arg calculated from its type with the alignment given by
3233 FUNCTION_ARG_BOUNDARY.
3234 (store_one_arg): Likewise.
3236 2005-01-11 Jan Beulich <jbeulich@novell.com>
3238 * config/ia64/ia64.md (zero_extendsidi2): Replace zxt4 by addp4.
3239 Change respective itanium_class attribute to ialu.
3240 (shladdp4_internal): New.
3241 * config/ia64/predicates.md (shladd_log2_operand): New.
3243 2005-01-11 Richard Henderson <rth@redhat.com>
3245 * expr.c (store_constructor): Use rtvec_alloc instead of
3246 alloca+gen_rtvec_v, and an incorrect number passed to alloca.
3248 2005-01-11 Kazu Hirata <kazu@cs.umass.edu>
3250 * config/alpha/alpha.c, config/i386/mmx.md: Fix comment typos.
3252 2005-01-11 Alan Modra <amodra@bigpond.net.au>
3254 * varasm.c (default_section_type_flags_1): Don't set SECTION_SMALL.
3255 * config/ia64/ia64.c (TARGET_SECTION_TYPE_FLAGS): Define.
3256 (TARGET_RWRELOC): Define.
3257 (ia64_rwreloc_section_type_flags): Delete.
3258 (ia64_section_type_flags): New function.
3259 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): Don't define.
3260 (TARGET_RWRELOC): Define.
3262 2005-01-10 David Mosberger <davidm@hpl.hp.com>
3265 * config/ia64/ia64.c (process_set): For alloc insn, only call
3266 process_epilogue is !frame_pointer_needed.
3268 2005-01-10 Roger Sayle <roger@eyesopen.com>
3271 * c-common.c (c_common_truthvalue_conversion): TRUTH_NOT_EXPR is a
3272 unary operator and can't be treated as a binary/comparison operator.
3274 2005-01-10 Richard Henderson <rth@redhat.com>
3276 * config/i386/i386.c (ix86_function_value): Use type_natural_mode.
3277 (ix86_return_in_memory): Likewise.
3278 (function_arg_advance): Likewise. Mirror structure in function_arg
3279 for choosing register to advance.
3281 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
3283 * tree-vectorizer.c, tree.def: Fix comment typos.
3285 2005-01-10 Mark Dettinger <dettinge@de.ibm.com>
3287 * config/s390/s390.c (struct processor_costs): 4 new fields:
3288 ddbr, ddr, debr, der.
3289 (s390_rtx_costs): More precise handling of divide instructions.
3291 2005-01-10 David Edelsohn <edelsohn@gnu.org>
3293 * config/rs6000/t-aix43 (BOOT_LDFLAGS): Define.
3295 2005-01-10 Jan Beulich <jbeulich@novell.com>
3297 * config/ia64/ia64.c (ia64_in_small_data_p): Also handle the section
3298 names resulting from -ffunction-sections/-fdata-sections and linkonce
3300 * varasm.c (default_section_type_flags_1): Also set SECTION_SMALL
3301 based on the section name. Rearrange the section name comparison logic
3302 slightly so that each section name is compared against at most once.
3304 2005-01-10 Ben Elliston <bje@au.ibm.com>
3306 * doc/invoke.texi (Code Gen Options): Add PowerPC to the list of
3307 targets for which -fPIC reduces limitations on the GOT size.
3309 2005-01-09 Falk Hueffner <falk@debian.org>
3311 * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding
3314 2005-01-09 David Edelsohn <edelsohn@gnu.org>
3317 * collect2.c (main): Set aixrtl_flag for -brtl option.
3318 (resolve_lib_name): Search for .so file extension before .a
3321 2005-01-09 Dorit Naishlos <dorit@il.ibm.com>
3323 * tree-vectorizer.c (vect_enhance_data_refs_alignment): Add dump prints.
3324 (vect_analyze_data_refs_alignment): Add dump prints.
3326 2005-01-09 Ira Rosen <irar@il.ibm.com>
3328 * tree-vectorizer.c (vect_analyze_offset_expr): Use
3329 expr_invariant_in_loop_p.
3330 Initialize outputs first thing in the function.
3331 (vect_update_ivs_after_vectorizer): Call initial_condition_in_loop_num.
3332 (vect_is_simple_iv_evolution): Call initial_condition_in_loop_num.
3333 (vect_analyze_pointer_ref_access): Check that the initial condition of
3334 the access function is loop invariant.
3336 2005-01-09 Richard Henderson <rth@redhat.com>
3338 * config/i386/i386.c (bdesc_2arg): Update names for mmx_ prefixes.
3339 (ix86_expand_builtin): Likewise. Frob MASKMOVQ wrt the input mem
3340 just like MASKMOVDQU. Return plain zero for MMX_ZERO.
3341 * config/i386/i386.md (MMXMODEI, mov<MMXMODEI>,
3342 mov<MMXMODEI>_internal_rex64, mov<MMXMODEI>_internal, movv2sf,
3343 movv2sf_internal_rex64, movv2sf_internal, MMXMODE,
3344 movmisalign<MMXMODE>, mmx_pmovmskb, mmx_maskmovq, mmx_maskmovq_rex,
3345 sse_movntdi, addv8qi3, addv4hi3, addv2si3, mmx_adddi3, ssaddv8qi3,
3346 ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3, subv4hi3, subv2si3,
3347 mmx_subdi3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
3348 mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
3349 sse2_umulsidi3, mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3,
3350 mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pinsrw,
3351 mmx_pextrw, mmx_pshufw, eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3,
3352 gtv2si3, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3,
3353 ashrv2si3, lshrv4hi3, lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3,
3354 mmx_ashldi3, mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
3355 mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
3356 mmx_punpckldq, emms, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3,
3357 eqv2sf3, pfmaxv2sf3, pfminv2sf3, mulv2sf3, femms, pf2id, pf2iw,
3358 pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pfrcpv2sf2, pfrcpit1v2sf3,
3359 pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3, pmulhrwv4hi3, pswapdv2si2,
3360 pswapdv2sf2): Move to mmx.md; rename as necessary with leading
3362 (mmx_clrdi, pavgusb): Remove.
3363 (ldmxcsr, stmxcsr, sfence, sfence_insn): Move to sse.md; rename
3364 with leading sse_ prefix.
3365 * config/i386/sse.md: Receive them.
3366 * config/i386/mmx.md: New file.
3367 (MMXMODE12, MMXMODE24, mmxvecsize): New.
3368 (subrv2sf3): Turn into expander for normal subtraction.
3369 (mmx_addv2sf3, mmx_mulv2sf3, mmx_smaxv2sf3, mmx_sminv2sf3,
3370 mmx_eqv2sf3, mmx_mulv4hi3, mmx_smulv4hi3_highpart,
3371 mmx_umulv4hi3_highpart, mmx_pmaddwd, mmx_pmulhrwv4hi3, sse2_umulsidi3,
3372 mmx_umaxv8qi3, mmx_smaxv4hi3, mmx_uminv8qi3, mmx_sminv4hi3): Mark
3373 commutative; use ix86_binary_operator_ok.
3374 (mmx_add<MMXMODEI>3, mmx_ssadd<MMXMODE12>3, mmx_usadd<MMXMODE12>3,
3375 mmx_sub<MMXMODEI>3, mmx_sssub<MMXMODE12>3, mmx_ussub<MMXMODE12>3
3376 mmx_ashr<MMXMODE24>3, mmx_lshr<MMXMODE23>3, mmx_ashl<MMXMODE24>3
3377 mmx_eq<MMXMODEI>3, mmx_gt<MMXMODEI>3, mmx_and<MMXMODEI>3,
3378 mmx_nand<MMXMODEI>3, mmx_ior<MMXMODEI>3, mmx_xor<MMXMODEI>3):
3379 Macroize from existing patterns; use ix86_binary_operator_ok.
3380 (mmx_packsswb, mmx_packssdw, mmx_packuswb): Add memory alternative.
3381 (mmx_punpckhbw, mmx_punpcklbw, mmx_punpckhwd, mmx_punpcklwd,
3382 mmx_punpckhdq, mmx_punpckhdq, mmx_punpckldq): Likewise. Model
3383 with vec_select+vec_concat.
3384 (mmx_pshufw, mmx_pshufw_1): Likewise.
3385 (mmx_uavgv8qi3): Merge pavgusb. Model correcty.
3386 (mmx_uavgv4hi3): Model correctly.
3387 * config/i386/mmintrin.h (_mm_and_si64, _mm_andnot_si64, _mm_or_si64,
3388 _mm_xor_si64): Remove casts.
3390 2005-01-09 Zdenek Dvorak <dvorakz@suse.cz>
3392 PR tree-optimization/19224
3393 * tree-scalar-evolution.c (get_instantiated_value,
3394 set_instantiated_value): New functions.
3395 (instantiate_parameters_1): Cache the results.
3396 (instantiate_parameters, resolve_mixers): Initialize and free
3399 2005-01-08 David Edelsohn <edelsohn@gnu.org>
3401 * config/i386/i386.md (addhi_4): Correct reference in comment.
3404 2005-01-08 Richard Henderson <rth@redhat.com>
3406 * config/i386/emmintrin.h (_mm_cvtsi128_si32): Move earlier.
3407 (_mm_cvtsi128_si64x): Likewise.
3408 (_mm_srl_epi64, _mm_srl_epi32, _mm_srl_epi16, _mm_sra_epi32,
3409 _mm_sra_epi16, _mm_sll_epi64, _mm_sll_epi32, _mm_sll_epi16): Use
3410 the _mm_{srl,sll}i_foo counterpart, and _mm_cvtsi128_si32.
3411 * config/i386/i386-modes.def: Add V16HI, V32QI, V4DF, V8SF.
3412 * config/i386/i386-protos.h: Update.
3413 * config/i386/i386.c (print_operand): Add 'H'.
3414 (ix86_fixup_binary_operands): Split out from ...
3415 (ix86_expand_binary_operator): ... here.
3416 (ix86_fixup_binary_operands_no_copy): New.
3417 (ix86_expand_fp_absneg_operator): Handle vector mode results.
3418 (bdesc_2arg): Update names for sse{,2,3}_ prefixes.
3419 (ix86_init_mmx_sse_builtins): Remove *maskncmp* special cases.
3420 (safe_vector_operand): Use CONST0_RTX.
3421 (ix86_expand_binop_builtin): Use ix86_fixup_binary_operands.
3422 (ix86_expand_builtin): Merge CODE_FOR_sse2_maskmovdqu_rex64 and
3423 CODE_FOR_sse2_maskmovdqu. Special case SSE version of MASKMOVDQU
3424 expansion. Update names for sse{,2,3}_ prefixes. Remove *maskncmp*
3426 * config/i386/i386.h (IX86_BUILTIN_CMPNGTSS): New.
3427 (IX86_BUILTIN_CMPNGESS): New.
3428 * config/i386/i386.md (UNSPEC_FIX_NOTRUNC): New.
3429 (attr type): Add sselog1.
3430 (attr unit, attr memory): Handle it.
3431 (movti, movti_internal, movti_rex64): Move near other integer moves.
3432 (movtf, movtf_internal): Move near other fp moves.
3433 (SSEMODE, SSEMODEI, vec_setv2df, vec_extractv2df, vec_initv2df,
3434 vec_setv4sf, vec_extractv4sf, vec_initv4sf, movv4sf, movv4sf_internal,
3435 movv2df, movv2df_internal, mov<SSEMODEI>, mov<SSEMODEI>_internal,
3436 movmisalign<SSEMODE>, sse_movups_1, sse_movmskps, sse_movntv4sf,
3437 sse_movhlps, sse_movlhps, sse_storehps, sse_loadhps, sse_storelps,
3438 sse_loadlps, sse_loadss, sse_loadss_1, sse_movss, sse_storess,
3439 sse_shufps, addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, negv4sf2,
3440 mulv4sf3, vmmulv4sf3, divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2,
3441 rsqrtv4sf2, vmrsqrtv4sf2, sqrtv4sf2, vmsqrtv4sf2, sse_andv4sf3,
3442 sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3, sse2_andv2df3,
3443 sse2_nandv2df3, sse2_iorv2df3, sse2_xorv2df3, sse2_andv2di3,
3444 sse2_nandv2di3, sse2_iorv2di3, sse2_xorv2di3, maskcmpv4sf3,
3445 vmmaskcmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
3446 smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
3447 cvttps2pi, cvtsi2ss, cvtsi2ssq, cvtss2si, cvtss2siq, cvttss2si,
3448 cvttss2siq, addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3,
3449 vmmulv2df3, divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3,
3450 vmsminv2df3, sqrtv2df2, vmsqrtv2df2, maskcmpv2df3, vmmaskcmpv2df3,
3451 sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb, sse2_maskmovdqu,
3452 sse2_maskmovdqu_rex64, sse2_movntv2df, sse2_movntv2di, sse2_movntsi,
3453 cvtdq2ps, cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq,
3454 cvtpd2pi, cvttpd2pi, cvtpi2pd, cvtsd2si, cvtsd2siq, cvttsd2si,
3455 cvttsd2siq, cvtsi2sd, cvtsi2sdq, cvtsd2ss, cvtss2sd, cvtpd2ps,
3456 cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3, ssaddv16qi3,
3457 ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3, subv4si3,
3458 subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3, mulv8hi3,
3459 smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
3460 sse2_umulv2siv2di3, sse2_pmaddwd, sse2_uavgv16qi3, sse2_uavgv8hi3,