PR tree-optimization/32367
[official-gcc.git] / gcc / ChangeLog
blob7fcbe6c51af2d9c36c3bcf6dd799c40b18812031
1 2007-04-11  Sebastian Pop  <sebpop@gmail.com>
3         PR tree-optimization/32367
4         * tree-chrec.h (build_polynomial_chrec): Verify that the left hand side 
5         of the chrec has no evolution in that loop.
6         * testsuite/gcc.dg/tree-ssa/pr32367.c: New.
8 2007-06-19  Bob Wilson  <bob.wilson@acm.org>
10         * config/xtensa/xtensa.c: Include "df.h".
11         (xtensa_builtin_saveregs): Use adjust_address instead of change_address.
12         (xtensa_va_start): Invoke make_tree with sizetype for
13         expand_builtin_saveregs and then convert the result to a pointer.
14         Use POINTER_PLUS_EXPR.  Use size_int instead of build_int_cst.
15         (xtensa_gimplify_va_arg_expr): Use size_int instead of build_int_cst.
16         Subtract argument size from index value as integers and then use
17         POINTER_PLUS_EXPR to add the result to the array address.
18         
19 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
21         PR target/32335
22         * config/m32c/m32c.c: Include dataflow header file.
23         (m32c_emit_prologue): Adjust for prologue insn change.
24         * config/m32c/prologue.md (prologue_enter_16): Only modify SP_REGNO
25         once inside a PARALLEL. Assume frame size passed in operand 0
26         includes space to save the fb register.
27         (prologue_enter_24): Likewise.
28         (epilogue_exitd): Only modify SP_REGNO once inside a PARALLEL.
30 2007-06-19  David Daney  <ddaney@avtrex.com
32         PR target/32313
33         * config/mips/mips.md (cprestore): Mark $gp as used.
35 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
37         PR target/32369
38         * config/frv/frv.c (frv_ifcvt_modify_tests): Dataflow merge fix.
39         (frv_ifcvt_modify_insn): Likewise.
41 2007-06-19  Richard Guenther  <rguenther@suse.de>
43         * tree-ssa-structalias.c (handle_ptr_arith): Make sure to
44         only handle positive offsets that fit in a HOST_WIDE_INT.
46 2007-06-19  Uros Bizjak  <ubizjak@gmail.com>
48         * config/i386/i386.c (ix86_emit_swsqrtsf): Limit the result of
49         rsqrt insn to FLT_MAX to avoid NaN for zero input argument.
51 2007-06-19  Richard Guenther  <rguenther@suse.de>
53         PR middle-end/31950
54         * tree-ssa-alias-warnings.c (ffan_walker): Punt on MTAGs.
56 2007-06-19  Jakub Jelinek  <jakub@redhat.com>
58         PR tree-optimization/32353
59         * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
61 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
63         PR target/32389
64         * config/i386/i386.h (enum ix86_stack_slot): Add SLOT_VIRTUAL.
65         * config/i386/i386.c (assign_386_stack_local): Assert that
66         SLOT_VIRTUAL is valid only before virtual regs are instantiated.
67         (ix86_expand_builtin) [IX86_BUILTIN_LDMXCSR, IX86_BUILTIN_STMXCSR]:
68         Use SLOT_VIRTUAL stack slot instead of SLOT_TEMP.
69         * config/i386/i386.md (truncdfsf2, truncxf<mode>2): Ditto.
71 2007-06-18  Steve Ellcey  <sje@cup.hp.com>
73         * config/ia64/ia64.h (LIBGCC2_TF_CEXT): New.
75 2007-06-18  Seongbae Park  <seongbae.park@gmail.com>
77         PR rtl-optimization/32321
78         * gcse.c (replace_store_insn): Update the note before
79         calling emit_insn_after.
81 2007-06-18  David Daney  <ddaney@avtrex.com
83         Revert:
85         2007-06-18  David Daney  <ddaney@avtrex.com
87         PR target/32313
88         * config/mips/mips.c (mips_expand_call): Mark $gp as used by
89         local function call.
91 2007-06-18  David Daney  <ddaney@avtrex.com
93         PR target/32313
94         * config/mips/mips.c (mips_expand_call): Mark $gp as used by
95         local function call.
97 2007-06-18  Kenneth Zadeck <zadeck@naturalbridge.com>
99         PR middle-end/32355
100         * gcse (rest_of_handle_gcse): Add call to df_finish_pass after
101         cse_main.
102         * df-problems.c (df_note_bb_compute): Fix dumping info.
103         
104 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
106         * config/m68k/m68k.c (m68k_expand_epilogue): Emit a return
107         insn with emit_jump_insn.
109 2007-06-18  Uros Bizjak  <ubizjak@gmail.com>
111         PR tree-optimization/32383
112         * targhooks.c (default_builtin_reciprocal): Add new bool argument.
113         * targhooks.h (default_builtin_reciprocal): Update prototype.
114         * target.h (struct gcc_target): Update builtin_reciprocal.
115         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Update description.
116         * tree-ssa-math-opts (execute_cse_reciprocals): Skip statements
117         where arg1 is not SSA_NAME.  Pass true to targetm.builtin_reciprocal
118         when fndecl is in BUILT_IN_MD class.
119         (execute_convert_to_rsqrt): Ditto.
121         * config/i386/i386.c (ix86_builtin_reciprocal): Update for new bool
122         argument.  Convert IX86_BUILTIN_SQRTPS code only when md_fn is true.
123         Convert BUILT_IN_SQRTF code only  when md_fn is false.
125 2007-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
127         * bt-load.c (move_btr_def): Fix the order of arguments
128         to validate_replace_rtx.
130 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
132         * config/m68k/m68k-devices.def: Add 54450..54455.
134 2007-06-17  Uros Bizjak  <ubizjak@gmail.com>
136         PR rtl-optimization/32366
137         * simplify-rtx.c (simplify_unary_operation_1) [FLOAT_TRUNCATE,
138         FLOAT_EXTEND]: Prevent non-scalar modes from entering
139         significand_size.
141 2007-06-17  Kenneth Zadeck <zadeck@naturalbridge.com>
143         PR middle-end/32349
144         * modulo-sched (generate_reg_moves): Added rescan parameter and if
145         this is true, rescan insn being modified.
146         (sms_schedule): Added rescan parameter.
147         (rest_of_handle_sms): Moved freeing of dominance info to before
148         getting out of cfg_layout.
149         
150 2007-06-17  Nathan Sidwell  <nathan@codesourcery.com>
152         * config/m68k/m68k.h (ISA_HAS_FF1, ISA_HAS_MVS_MVZ): New.
153         * config/m68k/m68k.md: Use ISA_HAS_FF1 and ISA_HAS_MVS_MVZ as
154         appropriate.
156         * config/m68k/m68k.c (all_isas): Remove FL_CF_FPU and
157         FL_CF_EMAC from the entry for isac.
159         * config/m68k/predicates.md (const_call_operand): Adjust comment.
160         (const_sibcall_operand): New.
161         (sibcall_operand): Use it.
162         * config/m68k/m68k.c (FL_FOR_isa_c): Not ISA_B compatible.
163         (m68k_isas): ISAC does not imply FPU or EMAC.
164         (override_options): Add ISA_C logic for symbolic jump & call.
166 2007-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
168         * config/sparc/sparc.c (sparc_vis_init_builtins): Retrieve the
169         return mode from the builtin itself.
170         (sparc_fold_builtin): Fix cast of zero constant.
172 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
174         * targhooks.c (default_builtin_reciprocal): New default target hook.
175         * targhooks.h (default_builtin_reciprocal): Add prototype.
176         * hooks.c (hook_tree_tree_bool_null): Remove hook.
177         * hooks.h (hook_tree_tree_bool_null): Remove prototype.
178         * target-def.h (TARGET_BUILTIN_RECIPROCAL): Define as
179         default_builtin_reciprocal.
181 2007-06-16  Uros Bizjak  <ubizjak@gmail.com>
183         PR middle-end/31723
184         * hooks.c (hook_tree_tree_bool_null): New hook.
185         * hooks.h (hook_tree_tree_bool_null): Add prototype.
186         * tree-pass.h (pass_convert_to_rsqrt): Declare.
187         * passes.c (init_optimization_passes): Add pass_convert_to_rsqrt.
188         * tree-ssa-math-opts.c (execute_cse_reciprocals): Scan for a/func(b)
189         and convert it to reciprocal a*rfunc(b).
190         (execute_convert_to_rsqrt): New function.
191         (gate_convert_to_rsqrt): New function.
192         (pass_convert_to_rsqrt): New pass definition.
193         * target.h (struct gcc_target): Add builtin_reciprocal.
194         * target-def.h (TARGET_BUILTIN_RECIPROCAL): New define.
195         (TARGET_INITIALIZER): Initialize builtin_reciprocal with
196         TARGET_BUILTIN_RECIPROCAL.
197         * doc/tm.texi (TARGET_BUILTIN_RECIPROCAL): Document.
199         * config/i386/i386.h (TARGET_RECIP): New define.
200         * config/i386/i386.md (divsf3): Expand by calling ix86_emit_swdivsf
201         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
202         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
203         and not optimizing for size.
204         (*rcpsf2_sse): New insn pattern.
205         (*rsqrtsf2_sse): Ditto.
206         (rsqrtsf2): New expander.  Expand by calling ix86_emit_swsqrtsf
207         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
208         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
209         and not optimizing for size.
210         (sqrt<mode>2): Expand SFmode operands by calling ix86_emit_swsqrtsf
211         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
212         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
213         and not optimizing for size.
214         * config/i386/sse.md (divv4sf): Expand by calling ix86_emit_swdivsf
215         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
216         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
217         and not optimizing for size.
218         (*sse_rsqrtv4sf2): Do not export.
219         (sqrtv4sf2): Ditto.
220         (sse_rsqrtv4sf2): New expander.  Expand by calling ix86_emit_swsqrtsf
221         for TARGET_SSE_MATH and TARGET_RECIP when flag_finite_math_only and
222         flag_unsafe_math_optimizations are set, flag_trapping_math is unset
223         and not optimizing for size.
224         (sqrtv4sf2): Ditto.
225         * config/i386/i386.opt (mrecip): New option.
226         * config/i386/i386-protos.h (ix86_emit_swdivsf): Declare.
227         (ix86_emit_swsqrtsf): Ditto.
228         * config/i386/i386.c (IX86_BUILTIN_RSQRTF): New constant.
229         (ix86_init_mmx_sse_builtins): __builtin_ia32_rsqrtf: New
230         builtin definition.
231         (ix86_expand_builtin): Expand IX86_BUILTIN_RSQRTF using
232         ix86_expand_unop1_builtin.
233         (ix86_emit_swdivsf): New function.
234         (ix86_emit_swsqrtsf): Ditto.
235         (ix86_builtin_reciprocal): New function.
236         (TARGET_BUILTIN_RECIPROCAL): Use it.
237         (ix86_vectorize_builtin_conversion): Rename from
238         ix86_builtin_conversion.
239         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Use renamed function.
240         * doc/invoke.texi (Machine Dependent Options): Add -mrecip to
241         "i386 and x86_64 Options" section.
242         (Intel 386 and AMD x86_64 Options): Document -mrecip.
244 2007-06-15  Andrew Pinski <andrew_pinski@playstation.sony.com>
245             Zdenek Dvorak <dvorakz@suse.cz>
246             Richard Guenther  <rguenther@suse.de>
247             Kaz Kojima  <kkojima@gcc.gnu.org>
249         * tree-vrp.c (compare_values_warnv): Convert val2 to
250         the type of val1.
251         (extract_range_from_assert): Create
252         POINTER_PLUS_EXPR for pointer types.
253         (extract_range_from_binary_expr): Handle
254         only POINTER_PLUS_EXPR, MIN_EXPR, and MAX_EXPR
255         for pointer types.
256         * doc/c-tree.texi (POINTER_PLUS_EXPR): Document.
257         * tree-ssa-loop-niter.c (split_to_var_and_offset): Handle
258         POINTER_PLUS_EXPR as PLUS_EXPR.
259         (number_of_iterations_lt_to_ne):
260         For pointer types, use sizetype when
261         creating MINUS_EXPR/PLUS_EXPRs.
262         (assert_loop_rolls_lt): For pointer types, use sizetype when
263         creating MINUS_EXPR/PLUS_EXPRs.
264         (number_of_iterations_le): Likewise.
265         (expand_simple_operations): POINTER_PLUS_EXPR are simple also.
266         (derive_constant_upper_bound): Handle POINTER_PLUS_EXPR just
267         like PLUS_EXPR and MINUS_EXPR.
268         * tree-pretty-print.c (dump_generic_node): Handle
269         POINTER_PLUS_EXPR.
270         (op_prio): Likewise.
271         (op_symbol_1): Likewise.
272         * optabs.c (optab_for_tree_code): Likewise.
273         * tree-ssa-loop-manip.c (create_iv): Handle pointer base
274         specially.
275         * tree-tailcall.c (process_assignment): Mention
276         POINTER_PLUS_EXPR in a TODO comment.
277         * tree.c (build2_stat): Assert when trying to use PLUS_EXPR or 
278         MINUS_EXPR with a pointer. Also assert for POINTER_PLUS_EXPR
279         not used with a pointer and an integer type.
280         * tree-scalar-evolution.c (add_to_evolution_1): Convert the
281         increment using chrec_convert_rhs instead of chrec_convert.
282         (follow_ssa_edge_in_rhs): Handle POINTER_PLUS_EXPR like
283         PLUS_EXPR except for the right hand side's type will be
284         sizetype.
285         (interpret_rhs_modify_stmt): Handle POINTER_PLUS_EXPR.
286         (fold_used_pointer_cast): Kill.
287         (pointer_offset_p): Kill.
288         (fold_used_pointer): Kill.
289         (pointer_used_p): Kill.
290         (analyze_scalar_evolution_1 <case GIMPLE_MODIFY_STMT>): Don't
291         call fold_used_pointer.
292         (instantiate_parameters_1): Convert the increment
293         using chrec_convert_rhs instead of chrec_convert.
294         Handle POINTER_PLUS_EXPR as PLUS_EXPR.
295         * builtins.c (get_pointer_alignment): Handle POINTER_PLUS_EXPR
296         instead of PLUS_EXPR.
297         (expand_builtin_strcat): Create a POINTER_PLUS_EXPR instead of
298         PLUS_EXPR for pointers.
299         (std_gimplify_va_arg_expr): Likewise.
300         (fold_builtin_memory_op): Likewise.
301         (fold_builtin_strstr): Likewise.
302         (fold_builtin_strchr): Likewise.
303         (fold_builtin_strrchr): Likewise.
304         (fold_builtin_strpbrk): Likewise.
305         (expand_builtin_memory_chk): Likewise.
306         (fold_builtin_memory_chk): Likewise.
307         (std_expand_builtin_va_start): Use
308         sizetype for the call to make_tree and then convert
309         to the pointer type.
310         (fold_builtin_memchr): Use POINTER_PLUS_EXPR
311         instead of PLUS_EXPR for adding to a pointer.
312         (std_gimplify_va_arg_expr): Use fold_build2 for
313         the creating of POINTER_PLUS_EXPR.  For the BIT_AND_EXPR, cast
314         the operands to sizetype first and then cast the BIT_AND_EXPR
315         back to the pointer type.
316         * fold-const.c (build_range_check): Handle pointer types
317         specially.
318         (extract_array_ref): Look for POINTER_PLUS_EXPR instead
319         of PLUS_EXPR's. Make sure the offset is converted to
320         sizetype.
321         (try_move_mult_to_index): Strip the NOPs from the offset.
322         Remove code argument and replace all uses with PLUS_EXPR.
323         (fold_to_nonsharp_ineq_using_bound): Handle pointer types
324         specially. Don't use a pointer type for MINUS_EXPR.
325         (fold_unary): Handle for (T1)(X op Y),
326         only p+ as that is the only as that can be handled for
327         binary operators now.
328         (fold_binary <case POINTER_PLUS_EXPR>): Add folding of
329         POINTER_PLUS_EXPR.
330         <case PLUS_EXPR>: Add folding of PTR+INT into
331         PTR p+ INT.
332         Don't call try_move_mult_to_index.
333         <case MINUS_EXPR>: Fold (PTR0 p+ A) - (PTR1 p+ B)
334         into (PTR0 - PTR1) + (A - B). Fold (PTR0 p+ A) - PTR1 into
335         (PTR0 - PTR1) + A iff (PTR0 - PTR1) simplifies.
336         Don't call try_move_mult_to_index.
337         (tree_expr_nonnegative_warnv_p): Handle POINTER_PLUS_EXPR.
338         (tree_expr_nonzero_p): Likewise.
339         (fold_indirect_ref_1): Look at POINTER_PLUS_EXPR instead
340         of PLUS_EXPR for the complex expression folding.
341         * tree-chrec.c (chrec_fold_plus_poly_poly): If the
342         first chrec is a pointer type, then the second should
343         be sizetype and not the first's type.
344         For POINTER_PLUS_EXPR, use a different right hand side type.
345         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
346         (chrec_fold_plus_1): For POINTER_PLUS_EXPR, use a
347         different right hand side type.
348         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
349         (chrec_fold_plus): For pointer types, use POINTER_PLUS_EXPR
350         instead of PLUS_EXPR.
351         When either operand is zero, convert the other operand.
352         (chrec_apply): Use chrec_convert_rhs
353         on the argument x instead of chrec_convert.
354         (reset_evolution_in_loop): For pointer types, the new_evol
355         should be sizetype.
356         (convert_affine_scev): For POINTER_PLUS_EXPR, use a
357         different right hand side type.
358         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
359         (chrec_convert_rhs): New function.
360         (chrec_convert_aggressive): For POINTER_PLUS_EXPR, use a
361         different right hand side type.
362         Handle POINTER_PLUS_EXPR like PLUS_EXPR.
363         * tree-chrec.h (chrec_convert_rhs): New prototype.
364         (build_polynomial_chrec): For pointer types, the right hand
365         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Look for
366         POINTER_PLUS_EXPR instead of PLUS_EXPR's.
367         Remove subtraction case as it is always addition now.
368         Make sure the offset is converted to sizetype.
369         (fold_stmt_r): Don't handle PLUS_EXPR/MINUS_EXPR specially.
370         Handle POINTER_PLUS_EXPR like PLUS_EXPR was handled before.
371         * tree-ssa-loop-ivopts.c (determine_base_object): Abort for 
372         PLUS_EXPR in pointer type.
373         Handle POINTER_PLUS_EXPR.
374         (tree_to_aff_combination): Likewise.
375         (force_expr_to_var_cost): Likewise.
376         (force_expr_to_var_cost): Likewise. Create a POINTER_PLUS_EXPR
377         instead of PLUS_EXPR for pointers.
378         * c-format.c (check_format_arg): Handle POINTER_PLUS_EXPR
379         instead of PLUS_EXPR of pointer types.
380         * tree-stdarg.c (va_list_counter_bump): Handle POINTER_PLUS_EXPR
381         as PLUS_EXPR.
382         (check_va_list_escapes): Likewise.
383         (check_all_va_list_escapes): Likewise.
384         * dwarf2out.c (loc_descriptor_from_tree_1):
385         Handle POINT_PLUS_EXPR as a PLUS_EXPR.
386         * expr.c (expand_expr_real_1): Handle POINTER_PLUS_EXPR.
387         (string_constant): Likewise.
388         * tree-ssa-address.c (tree_mem_ref_addr): When adding
389         the offset to the base, use POINTER_PLUS_EXPR.
390         (add_to_parts): Convert the index to sizetype.
391         (create_mem_ref): Create A POINTER_PLUS_EXPR for the one case.
392         * matrix-reorg.c (collect_data_for_malloc_call): Stmt
393         will now only be either INDIRECT_REF and POINTER_PLUS_EXPR.
394         Offset only holds something for PLUS_EXPR.
395         (ssa_accessed_in_tree): Handle POINTER_PLUS_EXPR just as
396         a PLUS_EXPR.
397         (analyze_transpose): POINTER_PLUS_EXPR will only show up now
398         and not PLUS_EXPR.
399         (analyze_accesses_for_modify_stmt): Likewise.
400         Remove comment about the type being integral type as it is
401         wrong now.
402         (can_calculate_expr_before_stmt): Handle POINTER_PLUS_EXPR as
403         PLUS_EXPR.
404         (transform_access_sites): POINTER_PLUS_EXPR will only show up now
405         and not PLUS_EXPR.
406         Correct the type which the artimentic is done in (is now
407         sizetype).
408         Reindent one loop.
409         * tree-data-ref.c (split_constant_offset): Handle
410         POINTER_PLUS_EXPR
411         * tree-affine.c (tree_to_aff_combination): Likewise.
412         * c-typeck.c (build_unary_op): For pointers create the increment
413         as a sizetype. Create a POINTER_PLUS_EXPR instead of PLUS_EXPR
414         for pointers.
415         * gimplify.c (gimplify_self_mod_expr): Create a
416         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
417         (gimplify_omp_atomic_fetch_op): Handle POINTER_PLUS_EXPR.
418         * tree.def (POINTER_PLUS_EXPR): New tree code.
419         * tree-predcom.c (ref_at_iteration): If we have a pointer
420         type do the multiplication in sizetype.
421         * tree-mudflap.c (mf_xform_derefs_1): Create a
422         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
423         * tree-ssa-forwprop.c 
424         (forward_propagate_addr_into_variable_array_index):
425         Don't expect there to be a cast for the index as that
426         does not exist anymore.
427         (forward_propagate_addr_expr_1): Check for POINTER_PLUS_EXPR
428         instead of PLUS_EXPR.
429         Don't check for the first operand of the POINTER_PLUS_EXPR
430         was the index as it cannot be.
431         Call forward_propagate_addr_into_variable_array_index with
432         the SSA_NAME instead of the statement.
433         * varasm.c (const_hash_1): Handle POINTER_PLUS_EXPR.
434         (compare_constant): Likewise.
435         (copy_constant): Likewise.
436         (compute_reloc_for_constant): Likewise.
437         (output_addressed_constants): Likewise.
438         (initializer_constant_valid_p): Likewise.
439         * tree-ssa.c (tree_ssa_useless_type_conversion_1):
440         Convert the MIN/MAX of the inner type to the outer
441         type before comparing them.
442         * tree-ssa-loop-prefetch.c (idx_analyze_ref):  Handle
443         POINTER_PLUS_EXPR instead of PLUS_EXPR.
444         (issue_prefetch_ref): Create a POINTER_PLUS_EXPR instead
445         of PLUS_EXPR for pointers.
446         * tree-inline.c (estimate_num_insns_1): Handle
447         POINTER_PLUS_EXPR.
448         * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): 
449         Create a POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
450         (bump_vector_ptr): Create a POINTER_PLUS_EXPR
451         instead of PLUS_EXPR for the pointer increment statement.
452         (vect_update_ivs_after_vectorizer): For pointer types, create
453         POINTER_PLUS_EXPR instead of PLUS_EXPR and also create
454         MULT_EXPR in sizetype.
455         (vect_gen_niters_for_prolog_loop): Add a cast when creating
456         byte_misalign.
457         * tree-object-size.c (plus_expr_object_size): Handle
458         POINTER_PLUS_EXPR instead of PLUS_EXPR.  Removing all the extra
459         code which is trying to figure out which side is a pointer and 
460         is the index.
461         (check_for_plus_in_loops_1): Likewise.
462         (check_for_plus_in_loops): Likewise.
463         * c-common.c (pointer_int_sum): Create a
464         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointers.
465         * tree-ssa-structalias.c (handle_ptr_arith): Handle
466         only POINTER_PLUS_EXPR.  Removing all the extra
467         code which is trying to figure out which side is a pointer and 
468         is the index.
469         * tree-cfg.c (verify_expr): Add extra checking for pointers and
470         PLUS_EXPR and MINUS_EXPR.
471         Also add checking to make sure the operands of POINTER_PLUS_EXPR
472         are correct.
473         * config/frv/frv.c (frv_expand_builtin_va_start): Use sizetype
474         with make_tree, instead of a pointer type.
475         * config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
476         for pointers instead of PLUS_EXPR.
477         (s390_gimplify_va_arg): Likewise.
478         * config/spu/spu.c (spu_va_start): Create POINTER_PLUS_EXPR
479         instead of PLUS_EXPR when doing addition on pointer
480         types.  Use sizetype for the second operand.
481         (spu_gimplify_va_arg_expr): Likewise.
482         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use 
483         POINTER_PLUS_EXPR instead of PLUS_EXPR when the operand was
484         a pointer.  Don't create a BIT_AND_EXPR for pointer types.
485         * config/i386/i386.c (ix86_va_start): Use POINTER_PLUS_EXPR
486         for the pointer addition and also use size_int/sizetype
487         for the offset.
488         (ix86_gimplify_va_arg): Likewise.
489         Perform BIT_AND_EXPR on sizetype arguments.
490         * config/sh/sh.c (sh_va_start): Call make_tree with sizetype
491         and convert its result to a pointer type.  Use POINTER_PLUS_EXPR
492         for the pointer additions and also use size_int for the offsets.
493         (sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
494         additions and also use size_int for the offsets.  Perform
495         BIT_AND_EXPR on sizetype arguments.
496         * config/ia64/ia64.c (ia64_gimplify_va_arg): Use
497         POINTER_PLUS_EXPR for pointers and create the
498         BIT_AND_EXPR in sizetype.
499         * config/rs6000/rs6000.c (rs6000_va_start): Use POINTER_PLUS_EXPR
500         instead of PLUS_EXPR for pointer addition.
501         (rs6000_va_start): Likewise.
502         Also use sizetype for the offset.
503         * config/pa/pa.c (reloc_needed): Handle POINTER_PLUS_EXPR
504         as PLUS_EXPR/MINUS_EXPR.
505         (hppa_gimplify_va_arg_expr): Don't create MINUS_EXPR or
506         PLUS_EXPR for pointers, instead use POINTER_PLUS_EXPR.
507         Don't use BIT_AND_EXPR on a pointer type, convert the
508         expression to sizetype first.
509         * config/mips/mips.c (mips_va_start): Use POINTER_PLUS_EXPR
510         for pointers.
511         (mips_gimplify_va_arg_expr): Likewise.
512         Don't create BIT_AND_EXPR in a pointer type.
514 2007-06-15  Eric Christopher  <echristo@apple.com>
516         * config.gcc (i?86-*-darwin*): Add t-crtfm and t-crtpc.
517         (x86_64-*-darwin*): Ditto.
518         * config/i386/darwin.h (CRTEND_SPEC): New. Add support
519         for above.
521 2007-06-15  Matthew Wilcox <matthew@wil.cx>
523         * doc/extend.texi: Document behavior of __attribute__((aligned))
524         on typedefs.
526 2007-06-15  Mark Mitchell  <mark@codesourcery.com>
528         * rtlanal.c (note_stores): Improve documentation.
530 2007-06-15  Bernd Schmidt  <bernd.schmidt@analog.com>
532         * config/bfin/elf.h (ASM_GENERATE_INTERNAL_LABEL,
533         LOCAL_LABEL_PREFIX): Delete.
534         * config/bfin/bfin.c (TARGET_ASM_INTERNAL_LABEL): Delete.
535         (bfin_internal_label): Delete.
537 2007-06-15  Uros Bizjak  <ubizjak@gmail.com>
539         * libgcc2.c (CEXT): When compiling L_multc3 and L_divtc3,
540         define to "l" if LIBGCC_LONG_DOUBLE_SIZE == 128,
541         otherwise define to LIBGCC2_TF_CEXT.
542         * config/i386/linux64.h (LIBGCC2_HAS_TF_MODE): New define.
543         (LIBGCC_TF_CEXT): Ditto.
544         (TF_SIZE): Ditto.
546 2007-06-14  Seongbae Park  <seongbae.park@gmail.com>
548         PR rtl-optimization/32339
549         * df-scan.c (df_uses_record): Don't modify flags but just add to
550         it for df_ref_record.
552 2007-06-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
554         * tree-mudflap.c: Fix whitespace issues.
556 2007-06-15  Kazu Hirata  <kazu@codesourcery.com>
558         * config/m68k/m68k.c (ASM_DOT, ASM_DOTW, ASM_DOTL): Remove.
560 2007-06-14  Eric Christopher  <echristo@apple.com>
562         * config/i386/sse.md (movdi_to_sse): Rewrite body.
563         (movv4sf): Use gcc_unreachable instead of abort.
565 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
567         PR target/32268
568         * config/i386/sfp-machine.h (CMPtype): New define.
569         (mach stubs): Use CMPtype instead of int as a return type.
571 2007-06-14  Uros Bizjak  <ubizjak@gmail.com>
573         * config/soft-fp/eqdf2.c, config/soft-fp/eqsf2.c,
574         config/soft-fp/eqtf2.c, config/soft-fp/gedf2.c,
575         config/soft-fp/gesf2.c, config/soft-fp/getf2.c,
576         config/soft-fp/ledf2.c, config/soft-fp/lesf2.c,
577         config/soft-fp/letf2.c, config/soft-fp/unorddf2.c,
578         config/soft-fp/unordsf2.c, config/soft-fp/unordtf2.c,
579         config/soft-fp/soft-fp.h: Update from glibc CVS.
581 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
583         * config/bfin/uclinux.h (MFWRAP_SPEC): New.
585 2007-06-14  Rask Ingemann Lambertsen  <rask@sygehus.dk>
587         PR target/32341
588         * config/v850/v850.c: Include dataflow header file.
589         (substitute_ep_register): Fix typo.
591 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
593         * configure.ac: Fix earlier checkin.
594         * configure: Regenerated.
596 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
598         * acinclude.m4 (gcc_AC_CHECK_PROG_VER): Remove.
599         * aclocal.m4: Regenerate.
600         * configure.ac: Use ACX_PROG_CC_WARNING_OPTS,
601         ACX_PROG_CC_WARNINGS_ARE_ERRORS,
602         ACX_PROG_CC_WARNING_ALMOST_PEDANTIC, ACX_CHECK_PROG_VER.
603         * configure: Regenerate.
604         * Makefile.in (LOOSE_WARN): Subst loose_warn.
606         * Makefile.in (quickstrap): Build libgcc too.
608 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
610         * configure.ac: Add --enable-checking=df.  Explicitly mention that
611         the variables are initialized as for "release".
612         * df-core.c: Use it.
613         * configure: Regenerate.
614         * config.in: Regenerate.
616 2007-06-14  Bob Wilson  <bob.wilson@acm.org>
618         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use
619         validate_replace_rtx instead of replace_rtx.
620         (xtensa_expand_prologue): Call df_insn_rescan after replace_rtx.
622 2007-06-14  Danny Smith  <dannysmith@users.sourceforge.net>
624         * config/i386/cygming.h (DWARF_FRAME_REGNUM): Define.
625         (DWARF2_UNWIND_INFO): Override default if configured with
626         SJLJ EH disabled.
627         * config/i386/cygwin.h (STARTFILE_SPEC): Add crtbegin.o.
628         (ENDFILE_SPEC): Add crtend.o.
629         * config/i386/mingw32.h (STARTFILE_SEC): Add crtbegin.o.
630         (ENDFILE_SPEC): Add crtend.o.
631         (TARGET_USE_JCR_SECTION): Define.
632         (MD_UNWIND_SUPPORT): Define for 32-bit target.
634         * config/i386/cygming-crtbegin.c: New file.
635         * config/i386/cygming-crtend.c: New file.
637 2007-06-14  Pascal Obry Pascal Obry  <obry@adacore.com>
639         * config/i386/w32-unwind.h: New file.
641 2007-06-13  Eric Christopher  <echristo@apple.com>
643         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
644         the user set a value below STACK_BOUNDARY.
646 2007-06-13  Thiemo Seufer  <ths@networkno.de>
648         * config/mips/linux.h, config/mips/linux64.h (LIB_SPEC): Always
649         imply -lpthread for -pthread.
651 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
653         * basic-block.h: Remove the prototype for
654         free_basic_block_vars.
655         * cfglayout.h: Remove the prototype for
656         insn_locators_initialize.
657         * tree.h: Remove the prototype for emit_line_note.
659         * tree-ssa-pre.c (mergephitemp): Remove.
660         (init_pre): Don't use mergephitemp.
662 2007-06-13  Eric Christopher  <echristo@apple.com>
664         * config/i386/i386.c (override_options): If we've specified
665         an arch then don't use TARGET_SUBTARGET_ISA_DEFAULTs.
667 2007-06-13  Bob Wilson  <bob.wilson@acm.org>
669         * df-scan.c (df_get_entry_block_def_set): Check if STATIC_CHAIN_REGNUM
670         is defined.
672 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
674         * config/bfin/bfin.h (EH_RETURN_HANDLER_RTX): Use gen_frame_mem.
675         * config/bfin/bfin.md (UNSPEC_VOLATILE_STORE_EH_HANDLER): New constant.
676         (eh_store_handler): New pattern.
677         (eh_return): Emit it instead of a plain move.
679 2007-06-13  Uros Bizjak  <ubizjak@gmail.com>
681         * config/i386/i386.c (ix86_init_mmx_sse_builtins)
682         [__builtin_infq, __builtin_fabsq]: Define usign def_builtin.
683         [__builtin_ia32_rsqrtps, __builtin_ia32_rsqrtss]: Define using
684         def_builtin_const.
686 2007-06-13  Bernd Schmidt  <bernd.schmidt@analog.com>
688         * config/bfin/bfin.c (gen_one_bundle): Delete unused local variables.
689         (find_next_insn_start, find_load): New functions.
690         (bfin_reorg): Use them to deal with the fact that parallel insns are
691         no longer represented as a SEQUENCE.
693 2007-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
695         * config/sparc/sparc.c (sparc_override_options): Initialize
696         fpu mask correctly.
698 2007-06-13  Dave Korn  <dave.korn@artimi.com>
700         * config/i386/i386.c (ix86_eax_live_at_start_p): Use
701         df_get_live_out.
703 2007-06-13  Kazu Hirata  <kazu@codesourcery.com>
705         * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
706         config/sh/divcost-analysis, dbgcnt.def, df-core.c,
707         df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c,
708         tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c,
709         tree-vect-transform.c: Fix comment typos.  Follow spelling
710         conventions.
712 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
714        * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
715        to the exit block use set.
716        * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
717        * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
719 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
721         * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
722         * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
723         to indicate an error.
724         (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters): New functions
725         (dbg_cnt_process_opt): Print an error on a bad argument.
726         * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
727         * common.opt (-fdbg-cnt-list): New.
728         * doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
730 2007-06-12  Eric Botcazou  <ebotcazou@adacore.com>
732         * tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
733         flag on ref-all pointers.
735 2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
737         PR middle-end/31579
738         * expr.c (expand_expr_addr_expr_1): Call expand_expr
739         for the offset with the modifier as EXPAND_INITIALIZER
740         if the modifier is EXPAND_INITIALIZER.
741         (expand_expr_real_1 <case INTEGER_CST>): Don't force to
742         a register if we had an overflow.
744 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
746         * real.c (real_isfinite): New.
747         (real_sqrt): Use it.
748         * real.h (real_isfinite): New.
749         * builtins.c: Use it.
751 2007-06-12  Ian Lance Taylor  <iant@google.com>
752             Daniel Berlin  <dberlin@dberlin.org>
754         PR libstdc++/29286
755         * tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
756         * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
757         (CHANGE_DYNAMIC_TYPE_LOCATION): Define.
758         (DECL_NO_TBAA_P): Define.
759         (struct tree_decl_common): Add no_tbaa_flag field.
760         * tree-ssa-structalias.c (struct variable_info): Add
761         no_tbaa_pruning field.
762         (new_var_info): Initialize no_tbaa_pruning field.
763         (unify_nodes): Copy no_tbaa_pruning field.
764         (find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
765         (dump_solution_for_var): Print no_tbaa_pruning flag.
766         (set_uids_in_ptset): Add no_tbaa_pruning parameter.  Change all
767         callers.
768         (compute_tbaa_pruning): New static function.
769         (compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
770         Call compute_tbaa_pruning.
771         * tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
772         * gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
773         * gimple-low.c (lower_stmt): Likewise.
774         * tree-gimple.c (is_gimple_stmt): Likewise.
775         * tree-ssa-operands.c (get_expr_operands): Likewise.
776         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
777         * tree-inline.c (estimate_num_insns_1): Likewise.
778         (copy_result_decl_to_var): Likewise.
779         * expr.c (expand_expr_real_1): Likewise.
780         * tree-pretty-print.c (dump_generic_node): Likewise.
781         * tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
782         * omp-low.c (omp_copy_decl_2): Likewise.
783         * print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
784         * doc/c-tree.texi (Expression trees): Document
785         CHANGE_DYNAMIC_TYPE_EXPR.
787 2007-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
789         * fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
790         with !HONOR_NANS and !HONOR_INFINITIES.
791         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
793 2007-06-12  Tristan Gingold  <gingold@adacore.com>
795         * gcov.c: Comments updated.
796         (source_info): Add file_time field.
797         (source_index): New variable.
798         (mutiple_files): New variable.
799         (generate_results): New function extracted from process_file.
800         (process_file): Save and restore chain of functions, generate
801         results and free structures only if not merging results.
802         (release_structures): File names are now freed in create_file_names
803         (create_file_names): Free previous file names.
804         (find_source): File date is now read here and modifications in
805         source files is checked here.
806         (read_graph_file): Only reverse order of functions for the current
807         object file.
808         (make_gcov_file_name): Do not generate long names if input_name is
809         NULL.
810         (output_lines): If merging results do not display graph, data and
811         runs informations.
812         Checking source file modification is done in find_source.
814         * doc/gcov.texi: Append an s to sourcefile.
816 2007-06-12  Bernd Schmidt  <bernd.schmidt@analog.com>
818         * config/bfin/bfin.md (UNSPEC_NOP): New constant.
819         (forced_nop): New pattern.
820         * config/bfin/bfin.c: Include "df.h".
821         (add_to_reg): Use df_regs_ever_live_p instead of regs_ever_live.
822         (bfin_discover_loop): Use df_get_live_in instead of
823         global_live_at_start.
824         (bfin_reorder_loops): Pass 0 to cfg_layout_initialize.  Call
825         df_analyze when done.
826         (gen_one_bundle): Don't generate SEQUENCE insns, just put modes on
827         the insns.  Use QImode for the final insn in a bundle.  Call
828         df_insn_rescan on generated NOPs; use gen_forced_nop instead of
829         gen_nop.
830         (reorder_var_tracking_notes): New function.
831         (bfin_reorg): Pass no argument to split_all_insns.  Don't call
832         update_life_info.  Call df_analyze after scheduling and bundle
833         generation.  Call reorder_var_tracking_notes if generating these notes.
834         Call df_finish_pass at the end.
836 2007-06-12  Dirk Mueller  <dmueller@suse.de>
838         * optabs.c (debug_optab_libfuncs): fix gcc_assert to
839         a comparison, not an assignment.
841 2007-06-12  Olivier Hainque  <hainque@adacore.com>
843         * tree-nested.c (convert_local_reference): Handle VIEW_CONVERT_EXPR.
844         Request walking the subtrees only, leaving the current is_lhs/val_only
845         untouched.
846         (convert_non_local_reference): Likewise.
848 2007-06-12  Nathan Sidwell  <nathan@codesourcery.com>
850         * config/m68k/m68k-devices.def (52221, 52223, 5253): New.
852 2007-06-12  Richard Guenther  <rguenther@suse.de>
854         PR tree-optimization/15353
855         PR tree-optimization/31657
856         * passes.c (init_optimization_passes): Add pass_tree_ifcombine.
857         * timevar.def: Add TV_TREE_IFCOMBINE.
858         * tree-pass.h (pass_tree_ifcombine): Declare.
859         * tree-ssa-ifcombine.c: New file.
860         * tree-ssa-phiopt.c (blocks_in_phiopt_order): Export.
861         * tree-flow.h (blocks_in_phiopt_order): Declare.
862         * Makefile.in (OBJS-common): Add tree-ssa-ifcombine.o.
863         (tree-ssa-ifcombine.o): New dependencies.
865 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
867         PR rtl-optimization/32293
868         * combine.c (simplify_if_then_else): Truncate return from
869         nonzero_bits() to correct mode.
871 2007-06-12  Uros Bizjak  <ubizjak@gmail.com>
873         * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)
874         into a*cbrt(c/b) if flag_unsafe_math_optimizations is set.
876 2007-06-11  Diego Novillo  <dnovillo@google.com>
878         * Makefile.in (reload1.o-warn): Remove.
880 2007-06-11  Seongbae Park <seongbae.park@gmail.com>
882         * combine.c (subst): Use reg_overlap_mentioned_p
883         instead of comparing register numbers directly.
885 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
887         * reload1.c (mark_home_live_1): Use the mode parameter.
889 2007-06-11  Kenneth Zadeck <zadeck@naturalbridge.com>
891         * df-scan.c (df_insn_delete, df_insn_rescan, df_insn_rescan_all,
892         df_process_deferred_rescans, df_notes_rescan): Fixed spelling of
893         word "deferred".
894         * df-core.c: Ditto.
896 2007-06-11  Daniel Berlin  <dberlin@dberlin.org>
898         * Merge dataflow-branch into mainline (see ChangeLog.dataflow)
900 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
902         * config/i386/i386.md ("*movtf_internal): Penalize moves to and
903         from integer registers.
904         (FP mode splitters): Handle TFmode.
906 2007-06-11  Eric Botcazou  <ebotcazou@adacore.com>
908         * tree-ssa-structalias.c (find_what_p_points_to): Return false
909         for ref-all pointers that point-to anything.
911 2007-06-11  Joseph Myers  <joseph@codesourcery.com>
913         * config/arm/arm.c (arm_output_dwarf_dtprel,
914         TARGET_ASM_OUTPUT_DWARF_DTPREL): New.
916 2007-06-11  Bernd Schmidt  <bernd.schmidt@analog.com>
918         * config/bfin/bfin.md (movdi_insn, movsi_insn, movv2hi_insn,
919         movhi_insn, movqi_insn, movsf_insn, movdf_insn): Don't allow constant
920         to memory moves.
922 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
924         * gcc/tree.c (signed_or_unsigned_type_for): New.
925         (unsigned_type_for): Use signed_or_unsigned_type_for.
926         (signed_type_for): Use signed_or_unsigned_type_for.
927         * gcc/tree.h (signed_or_unsigned_type_for): New.
928         (get_signed_or_unsigned_type): Remove.
929         * gcc/fold-const.c (fold_negate_expr): Use signed_type_for instead of
930         lang_hooks.types.signed_type
931         (size_diffop): Likewise.
932         (all_ones_mask_p): Likewise.
933         (build_range_check): Likewise.
934         (fold_cond_expr_with_comparison): Likewise.
935         (fold_cond_expr_with_comparison): Likewise.
936         (unextend): Likewise.
937         (extract_muldiv_1): Likewise.
938         (fold_single_bit_test_into_sign_test): Likewise.
939         (fold_binary): Likewise.
940         (fold_ternary): Likewise.
941         (operand_equal_for_comparison_p): Use signed_or_unsigned_type_for
942         instead of get_signed_or_unsigned_type.
943         * gcc/c-objc-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
944         (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
945         * gcc/expr.c (signed_or_unsigned_type_for): Use
946         signed_or_unsigned_type_for instead of get_signed_or_unsigned_type.
947         * gcc/langhooks.c (get_signed_or_unsigned_type): Remove.
948         (lhd_signed_or_unsigned_type): Remove.
949         * gcc/langhooks.h (lang_hooks_for_types): Remove signed_type and
950         signed_or_unsigned_type.
951         (lhd_signed_or_unsigned_type): Remove.
952         * gcc/expmed.c (make_tree): Use signed_type_for instead of
953         lang_hooks.types.signed_type.
954         * gcc/c-common.c (same_scalar_type_ignoring_signedness): Use
955         c_common_signed_type instead of lang_hooks.types.signed_type.
956         (c_common_unsigned_type): New.
957         (c_common_signed_type): Just call c_common_signed_or_unsigned_type.
958         (shorten_compare): Use c_common_unsigned_type instead of
959         c_common_signed_or_unsigned_type.
960         (c_common_nodes_and_builtins): Use c_common_unsigned_type instead of
961         unsigned_type_for.
962         * gcc/convert.c (convert_to_integer): Use signed_type_for instead of
963         lang_hooks.types.signed_type.
964         * gcc/langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
965         (LANG_HOOK_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_SIGNED_TYPE and
966         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE.
967         * gcc/c-format.c (check_format_types): Use c_common_unsigned_type
968         instead of unsigned_type_for.
969         * gcc/c-decl.c (groakdeclarator): Likewise.
970         * gcc/c-typeck.c (convert_for_assignment): Likewise.
971         * gcc/c-common.h (c_common_unsigned_type): New.
973 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
975         PR target/32280
976         * config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
977         * config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
979 2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
981         PR middle-end/32279
982         * fold-const (fold_binary) [RDIV_EXPR]: Optimize a/sqrt(b/c)
983         into a*sqrt(c/b) if flag_unsafe_math_optimizations is set.
985 2007-06-10  Jan Sjodin  <jan.sjodin@amd.com>
986             Sebastian Pop  <sebpop@gmail.com>
988         * lambda-code.c (remove_iv): New.
989         (lambda_loopnest_to_gcc_loopnest): Use remove_iv.
991 2007-06-10  Zdenek Dvorak  <dvorakz@suse.cz>
993         * tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.
994         * tree-predcom.c (mark_virtual_ops_for_renaming): Exported.
995         * tree-ssa-loop-prefetch.c: Include optabs.h.
996         (FENCE_FOLLOWING_MOVNT): New macro.
997         (struct mem_ref): Add independent_p and storent_p fields.
998         (record_ref): Initalize the new fields.
999         (gather_memory_references_ref): Return true if the reference
1000         could be analysed.
1001         (gather_memory_references): Check whether all memory accesses
1002         in loop were recorded.
1003         (should_issue_prefetch_p): Return false for nontemporal stores.
1004         (nontemporal_store_p, mark_nontemporal_store, emit_mfence_after_loop,
1005         may_use_storent_in_loop_p, mark_nontemporal_stores): New functions.
1006         (determine_loop_nest_reuse): Detect independent memory references.
1007         (loop_prefetch_arrays): Call mark_nontemporal_stores.
1008         * tree-flow.h (mark_virtual_ops_for_renaming): Declare.
1009         * Makefile.in (tree-ssa-loop-prefetch.o): Add OPTABS_H dependency.
1010         * config/i386/i386.h (x86_mfence): Declare.
1011         (FENCE_FOLLOWING_MOVNT): Return x86_mfence.
1012         * config/i386/i386.c (x86_mfence): New variable.
1013         (ix86_init_mmx_sse_builtins): Initialize x86_mfence.
1015         * tree-pretty-print.c (dump_generic_node): Mark nontemporal stores.
1016         * optabs.c (init_optabs): Initialize storent_optab.
1017         * optabs.h (enum optab_index): Add OTI_storent.
1018         (storent_optab): Declare.
1019         * genopinit.c (optabs): Add initialization for storent_optab.
1020         * tree.h (MOVE_NONTEMPORAL): New macro.
1021         * expr.c (expand_assignment, store_expr, store_constructor_field,
1022         store_constructor, store_field, expand_expr_real_1): Propagate
1023         nontemporality of the expanded store.
1024         (emit_storent_insn): New function.
1025         * expr.h (expand_assignment, store_expr): Declaration changed.
1026         * function.c (assign_parm_setup_reg): Pass false as nontemporality
1027         to expand_assignment.
1028         * stmt.c (expand_asm_expr): Ditto.
1029         * calls.c (initialize_argument_information): Pass false as
1030         nontemporality to store_expr.
1031         * config/i386/sse.md (storentv4sf, storentv2df, storentv2di,
1032         storentsi): New.
1034 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
1036         * tree-ssa-structalias.c (set_uids_in_ptset): Add is_deref'd
1037         parameter, use it.
1038         (find_what_p_points_to): Pass new parameter to set_uids_in_ptset.
1040 2007-06-09  Daniel Berlin  <dberlin@dberlin.org>
1042         * tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b,
1043         and allow DECL_P here.
1045 2007-06-09  Zdenek Dvorak  <dvorakz@suse.cz>
1047         * tree-scalar-evolution.c (follow_ssa_edge_in_rhs,
1048         follow_ssa_edge_in_condition_phi, follow_ssa_edge): Keep more precise
1049         track of the size of the expression.
1050         * cfghooks.c (merge_blocks): Remove block from loops structure only
1051         after call of the merge_blocks hook.
1053 2007-06-09  Tom Tromey  <tromey@redhat.com>
1055         * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
1056         (deprecated_state): Removed.
1057         (start_decl): Update.
1058         (enum deprecated_states): Moved earlier.
1059         (groktypename): Update.
1060         (push_parm_decl): Likewise.
1061         (grokfield): Likewise.
1062         (start_function): Likewise.
1064 2007-06-09  Ian Lance Taylor  <iant@google.com>
1066         PR tree-optimization/32169
1067         * tree-vrp.c (extract_range_from_unary_expr): For NOP_EXPR and
1068         CONVERT_EXPR, check whether min and max both converted to an
1069         overflow infinity representation.
1071 2007-06-08  Eric Botcazou  <ebotcazou@adacore.com>
1073         * reload1.c (fixup_abnormal_edges): Clear bb field for insns
1074         not inserted on the edge.
1076 2007-06-08  Bob Wilson  <bob.wilson@acm.org>
1078         * config/xtensa/lib1funcs.asm (__udivsi3): Use hardware divide
1079         instructions if they are supported.
1080         (__divsi3, __umodsi3, __modsi3): Likewise.
1081         (__ashldi3, __ashrdi3, __lshrdi3): New.
1082         * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add DImode shift functions.
1084 2007-06-08  Harsha Jagasia <harsha.jagasia@amd.com>
1085             Tony Linthicum <tony.linthicum@amd.com>
1087         * doc/extend.texi: Add fvect-cost-model flag.
1088         * common.opt (fvect-cost-model): New flag.
1089         * tree-vectorizer.c (new_stmt_vec_info): Initialize inside and outside
1090         cost fields in stmt_vec_info struct for STMT.
1091         * tree-vectorizer.h (stmt_vec_info): Define inside and outside cost
1092         fields in stmt_vec_info struct and access functions for the same.
1093         (TARG_COND_BRANCH_COST): Define cost of conditional branch.
1094         (TARG_VEC_STMT_COST): Define cost of any vector operation, excluding
1095         load, store and vector to scalar operation.
1096         (TARG_VEC_TO_SCALAR_COST): Define cost of vector to scalar operation.
1097         (TARG_VEC_LOAD_COST): Define cost of aligned vector load.
1098         (TARG_VEC_UNALIGNED_LOAD_COST): Define cost of misasligned vector load.
1099         (TARG_VEC_STORE_COST): Define cost of vector store.
1100         (vect_estimate_min_profitable_iters): Define new function.
1101         * tree-vect-analyze.c (vect_analyze_operations): Add a compile-time
1102         check to evaluate if loop iterations are less than minimum profitable
1103         iterations determined by cost model or minimum vect loop bound defined
1104         by user, whichever is more conservative.
1105         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Add a
1106         run-time check to evaluate if loop iterations are less than minimum
1107         profitable iterations determined by cost model or minimum vect loop
1108         bound defined by user, whichever is more conservative.
1109         (vect_estimate_min_profitable_iterations): New function to estimate
1110         mimimimum iterartions required for vector version of loop to be
1111         profitable over scalar version.
1112         (vect_model_reduction_cost): New function.
1113         (vect_model_induction_cost): New function.
1114         (vect_model_simple_cost): New function.
1115         (vect_cost_strided_group_size): New function.
1116         (vect_model_store_cost): New function.
1117         (vect_model_load_cost): New function.
1118         (vectorizable_reduction): Call vect_model_reduction_cost during
1119         analysis phase.
1120         (vectorizable_induction): Call vect_model_induction_cost during
1121         analysis phase.
1122         (vectorizable_load): Call vect_model_load_cost during analysis phase.
1123         (vectorizable_store): Call vect_model_store_cost during analysis phase.
1124         (vectorizable_call, vectorizable_assignment, vectorizable_operation,
1125         vectorizable_promotion, vectorizable_demotion): Call
1126         vect_model_simple_cost during analysis phase.
1128 2007-06-08  Simon Baldwin  <simonb@google.com>
1130         * reg-stack.c (get_true_reg): Readability change.  Moved default case
1131         label into direct switch statement scope.
1133 2007-06-08  Simon Baldwin  <simonb@google.com>
1135         * tree-flow-inline.h (var_ann): Replaced erroneous '=' assignment
1136         in gcc_assert() with '==' comparison.
1138 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
1140         * config/i386/i386.c (override_options): Merge TARGET_SSE4_2 and
1141         TARGET_ABM handling of x86_popcnt variable.
1143 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
1145         * doc/extend.texi (X86 Built-in Functions): Document __builtin_fabsq,
1146         __builtin_copysignq and __builtin_infq built-in functions.
1148 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
1150         * doc/extend.texi (X86 Built-in Functions): Add missing `@item's in
1151         SSE4.2 section.  Correct built-in function names in SSE4A section.
1153 2007-06-08  Uros Bizjak  <ubizjak@gmail.com>
1155         PR tree-optimization/32243
1156         * tree-vect-transform.c (vectorizable_type_promotion): Move check
1157         for ncopies after ratio check between nunits_out and nunits_in.
1158         (vectorizable_type_demotion): Remove single-use variable "scalar_type".
1160 2007-06-08  Dorit Nuzman  <dorit@il.ibm.com>
1162         PR tree-optimization/32224
1163         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fail
1164         vectorization upon a non GIMPLE_MODIFY_STMT.
1166 2007-06-08  Christian Bruel  <christian.bruel@st.com>
1168         PR target/29953
1169         * config/sh/sh.md (doloop_end): New pattern and splitter.
1170         * loop-iv.c (simple_rhs_p): Check for hardware registers.
1172 2007-06-08  Zdenek Dvorak  <dvorakz@suse.cz>
1174         PR middle-end/32209
1175         * dominance.c (debug_dominance_tree, debug_dominance_tree_1): New
1176         functions.
1177         (verify_dominators): Do not change dominance tree.
1179 2007-06-08  Kaz Kojima  <kkojima@gcc.gnu.org>
1181         * config/sh/constraints.md: New file.
1182         * config/sh/sh.c: Include tm-constrs.h.
1183         (reg_class_from_letter): Remove.
1184         (prepare_cbranch_operands): Use satisfies_constraint_*
1185         function instead of macro.
1186         (andcosts, broken_move, sh_secondary_reload): Likewise.
1187         * config/sh/predicates.md (trapping_target_operand): Likewise.
1188         (and_operand, arith_operand, arith_reg_or_0_operand,
1189         cmp_operand, logical_operand, target_operand,
1190         ua_address_operand, ua_offset, xor_operand): Likewise.
1191         * config/sh/sh.md: Include constraints.md.
1192         (*movsicc_t_false): Use satisfies_constraint_* function
1193         instead of macro.
1194         (*movsicc_t_true, ashlsi3_std, ashlhi3_k, lshrsi3_m,
1195         lshrsi3_k, movsi_const_16bit+2, *movhi_media+1,
1196         movdi_const_16bit+1, beq, bne, *ptb): Likewise.
1197         * config/sh/sh.h (reg_class_from_letter): Remove prototype.
1198         (OVERRIDE_OPTIONS): Don't modify reg_class_from_letter.
1199         (REG_CLASS_FROM_CONSTRAINT): Remove.
1200         (CONSTRAINT_LEN, CONST_OK_FOR_I20, CONST_OK_FOR_I,
1201         CONST_OK_FOR_J, CONST_OK_FOR_K16, CONST_OK_FOR_K,
1202         CONST_OK_FOR_P27, CONST_OK_FOR_P, CONST_OK_FOR_M,
1203         CONST_OK_FOR_N, CONST_OK_FOR_CONSTRAINT_P,
1204         CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
1205         (SECONDARY_INOUT_RELOAD_CLASS): Use satisfies_constraint_*
1206         function instead of macro.
1207         (SECONDARY_INPUT_RELOAD_CLASS): Likewise.
1208         (EXTRA_CONSTRAINT_Q, EXTRA_CONSTRAINT_A,
1209         EXTRA_CONSTRAINT_Bsc, EXTRA_CONSTRAINT_B,
1210         EXTRA_CONSTRAINT_Css, EXTRA_CONSTRAINT_Csu): Remove.
1211         (IS_PC_RELATIVE_LOAD_ADDR_P): New macro.
1212         (IS_LITERAL_OR_SYMBOLIC_S16_P): Likewise.
1213         (IS_LITERAL_OR_SYMBOLIC_U16_P): Likewise.
1214         (IS_NON_EXPLICIT_CONSTANT_P): Likewise.
1215         (EXTRA_CONSTRAINT_Csy, EXTRA_CONSTRAINT_Z, EXTRA_CONSTRAINT_W,
1216         EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C,
1217         EXTRA_MEMORY_CONSTRAINT, EXTRA_CONSTRAINT_Sr0,
1218         EXTRA_CONSTRAINT_Sua, EXTRA_CONSTRAINT_S,
1219         EXTRA_CONSTRAINT_STR): Likewise.
1220         (GO_IF_LEGITIMATE_INDEX): Fix indentation.
1222 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
1224         * config/i386/darwin.h (STACK_BOUNDARY): Define.
1226 2007-06-07  Simon Martin  <simartin@users.sourceforge.net>
1228         PR c++/30759
1229         * c-common.h (flag_cpp0x): Replaced by...
1230         (cxx_dialect): ... this new variable specifying the C++ dialect that
1231         is used.
1232         * c-common.c (flag_cpp0x): Removed.
1233         (cxx_dialect): Defined.
1234         * c-cppbuiltin.c (c_cpp_builtins): flag_cpp0x rewritten in terms of
1235         cxx_dialect.
1236         * c-opts.c (c_common_post_options): Likewise.
1237         (set_std_cxx98): Set cxx_dialect to cxx98.
1238         (set_std_cxx0x): Set cxx_dialect to cxx0x.
1240 2007-06-07  Geoffrey Keating  <geoffk@apple.com>
1241             Hui-May Chang <hm.chang@apple.com>
1243         * doc/invoke.texi (Darwin Options): Update documentation for
1244         -mmacosx-version-min.
1245         * config.gcc (*-*-darwin*): Set extra_gcc_objs.
1246         * config/darwin-driver.c: New file.
1247         * config/darwin.h (GCC_DRIVER_HOST_INITIALIZATION): New.
1248         * config/t-darwin (darwin-driver.o): New rule.
1250         * config/darwin-c.c (version_as_macro): Ignore low digit.
1252 2007-06-07  Uros Bizjak  <ubizjak@gmail.com>
1254         * config/i386/i386.md (standard sse constant splitter): Handle TFmode.
1255         (negtf2, abstf2, *absnegtf2_sse): New insn patterns.
1256         (CSGNMODE): New mode macro.
1257         (CSGNVMODE): New mode attribute.
1258         (copysign<mode>3): Rename from copysingsf3 and copysigndf3.  Macroize
1259         expander using CSGNMODE mode macro.  Handle TFmode.
1260         (copysign<mode>3_const): Rename from copysignsf3_const and
1261         copysigndf3_const.  Macroize pattern using CSGNMODE mode macro.
1262         Handle TFmode.
1263         (copysign<mode>3_var): Rename from copysignsf3_var and
1264         copysigndf3_var.  Macroize pattern using CSGNMODE mode macro.
1265         Handle TFmode.
1266         (copysign<mode>3_var splitter): Macroize pattern using CSGNMODE
1267         mode macro.  Handle TFmode.
1268         * config/i386/sse.md (andtf3, *andtf3, *nandtf3): New insn patterns.
1269         (iortf3, *iortf3): Ditto.
1270         (xortf3, *xortf3): Ditto.
1271         * config/i386/i386.c (ix86_build_signbit_mask): Create scalar
1272         TFmode and TImode masks.
1273         (ix86_expand_copysign): Expand TFmode copysign insn.
1274         (IX86_BUILTIN_INFQ): New.
1275         (IX86_BUILTIN_FABSQ): Ditto.
1276         (IX86_BUILTIN_COPYSIGNQ): Ditto.
1277         (ix86_init_mmx_sse_builtins) [__builtin_infq]: New builtin definition.
1278         [__builtin_fabsq]: Ditto.
1279         [__builtin_copysignq]: Ditto.
1280         (ix86_expand_builtin) [IX86_BUILTIN_INFQ]: Expand builtin.
1281         [IX86_BUILTIN_FABSQ]: Expand builtin using ix86_expand_unop_builtin().
1282         [IX86_BUILTIN_COPYSIGNQ]: Expand builtin using
1283         ix86_expand_binop_builtin().
1285 2007-06-07  Bob Wilson  <bob.wilson@acm.org>
1287         * config/xtensa/lib1funcs.asm: Clean up whitespace.
1289 2007-06-07  Steve Ellcey  <sje@cup.hp.com>
1291         PR target/31850
1292         * rtl.h (push_to_sequence2): New.
1293         * emit-rtl.c (push_to_sequence2): New.
1294         * function.c (assign_parm_data_all): Add new fields.
1295         (assign_parm_setup_block): Call push_to_sequence2 instead of
1296         push_to_sequence.
1297         (assign_parm_setup_reg): Ditto.
1298         (assign_parm_setup_stack): Ditto.
1299         (assign_parms_unsplit_complex): Ditto.
1300         (assign_parms): Change field name.
1302 2007-06-07  Zdenek Dvorak  <dvorakz@suse.cz>
1304         PR tree-optimization/32220
1305         * tree-predcom.c (eliminate_temp_copies): Handle the case that loop
1306         phi node is reached before defining statement.
1308 2007-06-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1310         PR tree-opt/32231
1311         * tree-vect-transform.c (vectorizable_call): Call update_stmt
1312         after changing the right hand side of the assignment.
1314 2007-06-06  Eric Christopher  <echristo@apple.com>
1316         * config.gcc (i?86-*-darwin*): Remove arch parameter.
1317         (x86_64-*-darwin*): Ditto.
1318         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Define.
1319         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
1321 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
1323         * tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the
1324         coding conventions.
1325         (add_key): Likewise.
1326         * tree-ssa.c (init_tree_ssa): Use type safe memory macros.
1327         * tree-ssa-ccp.c (ccp_fold_builtin): Avoid using C++ keywords as
1328         variable names.
1329         * tree-ssa-coalesce.c (find_coalesce_pair): Use type safe memory macros.
1330         (add_cost_one_coalesce): Likewise.
1331         * tree-ssa-copy.c (merge_alias_info): Avoid using C++ keywords as
1332         variable names. Rename orig to orig_name for consistency.
1333         * tree-ssa-dom.c (dom_thread_across_edge): Cast according to the coding
1334         conventions.
1335         (cprop_into_successor_phis): Avoid using C++ keywords as variable names.
1336         (record_equivalences_from_stmt): Likewise.
1337         * tree-ssa-dse.c (dse_initialize_block_local_data): Cast according to
1338         the coding conventions.
1339         (memory_ssa_name_same): Likewise.
1340         (dse_optimize_stmt): Likewise.
1341         (dse_record_phis): Likewise.
1342         (dse_finalize_block): Likewise.
1343         * tree-ssa-loop-im.c (outermost_invariant_loop_expr): Avoid using C++
1344         keywords as variable names.
1345         (may_move_till): Cast according to the coding conventions.
1346         (force_move_till_expr): Avoid using C++ keywords as variable names.
1347         (force_move_till): Cast according to the coding conventions.
1348         (memref_hash): Likewise.
1349         (memref_eq): Likewise.
1350         (gather_mem_refs_stmt): Likewise.
1351         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Avoid using C++
1352         keywords as variable names.
1353         (idx_find_step): Cast according to the coding conventions.
1354         (idx_record_use): Likewise.
1355         (find_depends): Likewise.
1356         (prepare_decl_rtl): Likewise.
1357         (mbc_entry_hash): Likewise.
1358         (mbc_entry_eq): Likewise.
1359         * tree-ssa-loop-niter.c (SWAP): Use the correct the type for tmp.
1360         (simplify_replace_tree): Avoid using C++ keywords as variable names.
1361         (idx_infer_loop_bounds): Cast according to the coding conventions.
1362         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
1363         * tree-ssa-math-opts.c (occ_new ): Likwise.
1364         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Use type safe memory
1365         macros.
1366         * tree-ssa-operands.c (add_def_op): Avoid using C++ keywords as variable
1367         names.
1368         (add_use_op): Likewise.
1369         (add_vop): Likewise.
1370         (add_vuse_op): Likewise.
1371         (add_vdef_op): Likewise.
1372         (get_expr_operands): Likewise.
1373         (push_stmt_changes): Use type safe memory macros.
1374         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Avoid using C++
1375         keywords as variable names.
1376         (conditional_replacement): Likewise.
1377         (minmax_replacement): Likewise.
1378         (abs_replacement): Likewise.
1379         * tree-ssa-pre.c (create_expression_by_pieces): Cast according to the
1380         coding conventions.
1381         (insert_fake_stores): Avoid using C++ keywords as variable names.
1382         * tree-ssa-reassoc.c (add_to_ops_vec): Cast according to the coding
1383         conventions.
1384         * tree-ssa-structalias.c (heapvar_lookup): Likewise.
1385         (heapvar_insert): Use type safe memory macros.
1386         (new_var_info): Cast according to the coding conventions.
1387         (new_constraint): Likewise.
1388         (remove_preds_and_fake_succs): Use type safe memory macros.
1389         * tree-ssa-threadupdate.c (thread_block): Cast according to the coding
1390         conventions.
1391         (thread_single_edge): Likewise.
1392         (thread_through_loop_header): Likewise.
1394 2007-06-06  Eric Christopher  <echristo@apple.com>
1396         * config/i386/i386.c (override_options): Move handling
1397         of TARGET_SUBTARGET* earlier.
1399 2007-06-06  Paolo Bonzini  <bonzini@gnu.org>
1401         * genmodes.c (tagged_printf, emit_insn_modes_h): Don't
1402         use %n on printf.
1404 2007-06-06  Zdenek Dvorak  <dvorakz@suse.cz>
1406         * haifa-sched.c (restore_bb_notes): Clear bb field of the notes
1407         emited outside of basic block.
1408         * cfgbuild.c (find_bb_boundaries): Clear bb field for insns between
1409         the created blocks.
1410         * rtl.h (delete_insn_chain): Declaration changed.
1411         * cfgrtl.c (delete_insn_chain): Add option to clear bb field for
1412         non-removed insns.
1413         (rtl_delete_block, rtl_merge_blocks): Pass true to delete_insn_chain.
1414         (delete_insn_chain_and_edges, try_redirect_by_replacing_jump,
1415         rtl_tidy_fallthru_edge, cfg_layout_merge_blocks): Pass false
1416         to delete_insn_chain.
1417         (rtl_verify_flow_info_1): Verify that the insns in header and footer
1418         do not have bb field set.
1419         (rtl_verify_flow_info): Verify that insns between basic blocks do not
1420         have bb field set.
1421         * recog.c (peephole2_optimize): Add argument to delete_insn_chain call.
1422         * cfgcleanup.c (try_optimize_cfg): Ditto.
1424 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
1426         * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
1427         (lambda_body_vector_new): Use type safe memory macros.
1428         (lambda_linear_expression_new): Likewise.
1429         (lambda_loopnest_new): Likewise.
1430         (lambda_lattice_new): Likewise.
1431         (replace_uses_equiv_to_x_with_y): Cast according to the coding
1432         conventions. Use type safe memory macros.
1433         * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
1434         (lambda_body_vector_s): Likewise.
1435         * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
1436         * lambda-trans.c (lambda_trans_matrix_new): Likewise.
1438 2007-06-06  Richard Guenther  <rguenther@suse.de>
1440         * tree-ssa-forwprop.c (forward_propagate_into_cond): Return 2
1441         if we need to schedule cfg_cleanup.
1442         (tree_ssa_forward_propagate_single_use_vars): Do so.
1444 2007-06-06  Ian Lance Taylor  <iant@google.com>
1446         * fold-const.c (merge_ranges): If range_successor or
1447         range_predecessor fail, just return 0.
1449 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
1451         PR tree-optimization/32216
1452         * tree-vectorizer.c (supportable_widening_operation): Determine
1453         signedness of FIX_TRUNC_EXPR from output operand.
1454         (supportable_narrowing_operation): Ditto.
1455         * tree-vect-generic.c (expand_vector_operations_1): Determine
1456         signedness of VEC_UNPACK_FLOAT_HI_EXPR and VEC_UNPACK_FLOAT_LO_EXPR
1457         from input operand.
1459 2007-06-06  Thomas Neumann  <tneumann@users.sourceforge.net>
1461         * config/i386/i386.c (enum pta_flags): Move out of struct scope...
1462         (struct pta): ...from here. Change flags to unsigned to avoid
1463         excessive casting (as it is used as a bit mask).
1464         (override_options): Add casts according to the coding convenventions.
1465         (x86_64_elf_unique_section): Likewise.
1466         (examine_argument): Avoid using C++ keywords as variable names.
1467         (construct_container): Likewise.
1468         (legitimize_pic_address): Likewise.
1469         (get_dllimport_decl): Cast according to the coding conventions. Use
1470         type safe memory macros.
1471         (legitimize_address): Cast according to the coding conventions.
1472         (emit_i387_cw_initialization): Corrected the type of slot to enum
1473         ix86_stack_slot.
1474         (ix86_init_machine_status): Use type safe memory macros.
1475         (bdesc_pcmpestr): Use UNKNOWN instead of integer 0.
1476         (bdesc_pcmpistr): Likewise.
1477         (bdesc_crc32): Likewise.
1478         (bdesc_sse_3arg): Likewise.
1479         (bdesc_2arg): Likewise.
1480         (bdesc_1arg): Likewise.
1481         (ix86_expand_sse_pcmpestr): Cast according to the coding conventions.
1482         (ix86_expand_sse_pcmpistr): Likewise.
1483         (ix86_expand_vec_set_builtin): Use EXPAND_NORMAL instead of integer 0.
1484         (ix86_builtin_vectorized_function): Change the type of fn to unsigned
1485         int to match the langhook definition.
1486         (ix86_builtin_conversion): Change the type of code to unsigned init to
1487         match the langhook definition.
1488         (ix86_preferred_reload_class): Avoid using C++ keywords as variable
1489         names.
1490         (ix86_preferred_output_reload_class): Likewise.
1491         (ix86_cannot_change_mode_class): Likewise.
1492         (ix86_memory_move_cost): Likewise.
1493         (ix86_rtx_costs): Cast the outer_code parameter to enum rtx_code to
1494         avoid excessive casting later on.
1495         (x86_output_mi_thunk): Avoid using C++ keywords as variable names.
1497 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
1499         * config/i386/sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm
1500         as flags setting insn.
1501         (sse4_2_pcmpistr_cconly): Prefer pcmpistrm as flags setting insn.
1503 2007-06-06  Uros Bizjak  <ubizjak@gmail.com>
1505         * config/i386/i386.md (UNSPEC_ROUNDP, UNSPEC_ROUNDS): Remove.
1506         (UNSPEC_ROUND): New.
1507         ("sse4_1_round<mode>2"): New insn pattern.
1508         ("rint<mode>2"): Expand using "sse4_1_round<mode>2" pattern for
1509         SSE4.1 targets.
1510         ("floor<mode>2"): Rename from floordf2 and floorsf2.  Macroize
1511         expander using SSEMODEF mode macro.  Expand using
1512         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
1513         ("ceil<mode>2"): Rename from ceildf2 and ceilsf2.  Macroize
1514         expander using SSEMODEF mode macro.  Expand using
1515         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
1516         ("btrunc<mode>2"): Rename from btruncdf2 and btruncsf2.  Macroize
1517         expander using SSEMODEF mode macro.  Expand using
1518         "sse4_1_round<mode>2" pattern for SSE4.1 targets.
1519         * config/i386/sse.md ("sse4_1_roundpd", "sse4_1_roundps"): Use
1520         UNSPEC_ROUND instead of UNSPEC_ROUNDP.
1521         ("sse4_1_roundsd", "sse4_1_roundss"): Use UNSPEC_ROUND instead of
1522         UNSPEC_ROUNDS.
1524 2007-06-06  Jan Sjodin  <jan.sjodin@amd.com>
1525             Sebastian Pop  <sebpop@gmail.com>
1527         * lambda.h (build_linear_expr): New.
1528         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression):
1529         Use build_linear_expr, call fold and force_gimple_operand.
1530         (lambda_loopnest_to_gcc_loopnest): Check that there is
1531         something to insert.
1532         * testsuite/gcc.dg/tree-ssa/ltrans-6.c: New.
1534 2007-06-05  Joerg Wunsch  <j.gnu@uriah.heep.sax.de>
1536         PR preprocessor/23479
1537         * doc/extend.texi: Document the 0b-prefixed binary integer
1538         constant extension.
1540 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
1542         PR tree-optimization/32215
1543         * tree-vectorizer.c (supportable_widening_operation): Return false
1544         for unsupported FIX_TRUNC_EXPR tree code.
1545         (supportable_narrowing_operation): Ditto for FLOAT_EXPR tree code.
1547 2007-06-06  Nathan Froyd  <froydnj@codesourcery.com>
1549         * config/rs6000/rs6000.h (FIXED_SCRATCH): Use r0 as a scratch
1550         register on SPE targets.  Change documentation to reflect
1551         reality.
1552         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
1553         Change FIXED_SCRATCH to 14 and document why we're keeping r14
1554         out of the register allocation pool.
1555         (rs6000_reg_live_or_pic_offset_p): New function.
1556         (rs6000_emit_prologue): Move the actual saving of LR up to free
1557         r0 for holding r11.  Split saving of SPE 64-bit registers into
1558         its own case.  Ensure that offsets will always be in-range for
1559         'evstdd' by using r11 as a scratch register to point at the start
1560         of the SPE save area.  Save r11 if necessary, as it is the static
1561         chain register.
1562         (rs6000_emit_epilogue): Split restoring of SPE 64-bit registers
1563         into its own case.  Ensure that offsets will always be in-range
1564         for 'evldd' by using r11 as a scratch register to point at the
1565         start of the SPE save area.  Also adjust r11 when restoring
1566         the stack pointer to compensate for pre-loading r11.
1568 2007-06-05  Thomas Neumann  <tneumann@users.sourceforge.net>
1570         * cfg.c (init_flow): Use type safe memory macros.
1571         (alloc_block): Likewise.
1572         (unchecked_make_edge): Likewise.
1573         (dump_flow_info): Avoid using C++ keywords as variable names.
1574         (copy_original_table_clear): Cast according to the coding conventions.
1575         (copy_original_table_set): Likewise.
1576         * cfgexpand (label_rtx_for_bb): Likewise.
1577         (expand_gimple_basic_block): Likewise.
1578         * cfghooks.c (dump_bb): Likewise.
1579         (lv_adjust_loop_header_phi): Avoid using C++ keywords as
1580         variable names.
1581         (lv_add_condition_to_bb): Likewise.
1582         * cfglayout (relink_block_chain): Cast according to the coding
1583         conventions.
1584         (fixup_reorder_chain): Likewise.
1585         (fixup_fallthru_exit_predecessor): Likewise.
1586         * cfgloop.c (glb_enum_p): Likewise.
1587         (get_exit_description): Likewise.
1588         (dump_recorded_exit): Likewise.
1589         * cfgloop.h (enum loop_estimation): Move out of struct scope...
1590         (struct loop): ... from here.
1591         * cfgloopmanip.c (rpe_enum_p): Cast according to the coding
1592         conventions.
1593         * cfgrtl.c (rtl_create_basic_block): Likewise.
1594         (rtl_split_block): Likewise.
1595         (rtl_dump_bb): Likewise.
1596         (cfg_layout_split_block): Likewise.
1597         (init_rtl_bb_info): Use typesafe memory macros.
1599         * graphds.h (struct graph_edge): Renamed edge to graph_edge.
1600         * graphds.h: Updated all usages of edge to graph_edge.
1601         * graphds.c: Likewise.
1602         * cfgloopanal.c: Likewise.
1604 2007-06-05  Ian Lance Taylor  <iant@google.com>
1606         * tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a
1607         PLUS_EXPR or MINUS_EXPR node before setting *strict_overflow_p.
1608         (extract_range_from_assert): Set TREE_NO_WARNING when creating an
1609         expression.
1610         (test_for_singularity): Likewise.
1612 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
1614         * config/i386/constraints.md ("Y2"): Replaced by ...
1615         ("Yt"): This.
1616         * config/i386/i386.md: Likewise.
1617         * config/i386/mmx.md: Likewise.
1618         * config/i386/sse.md: Likewise.
1620 2007-06-05  H.J. Lu  <hongjiu.lu@intel.com>
1622         * config/i386/constraints.md ("z"): Replaced by ...
1623         ("Y0"): This.
1624         * config/i386/sse.md (sse4_1_blendvpd): Likewise.
1625         (sse4_1_blendvps): Likewise.
1626         (sse4_1_pblendvb): Likewise.
1627         (sse4_2_pcmpestr): Likewise.
1628         (sse4_2_pcmpestrm): Likewise.
1629         (sse4_2_pcmpestr_cconly): Likewise.
1630         (sse4_2_pcmpistr): Likewise.
1631         (sse4_2_pcmpistrm): Likewise.
1632         (sse4_2_pcmpistr_cconly): Likewise.
1634 2007-06-05  Razya Ladelsky  <razya@il.ibm.com>
1636         * matrix-reorg.c (transform_access_sites): Fix computation.
1637         (transform_allocation_sites): Same.
1639 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
1641         * config/i386/i386.c (override_options): Use
1642         TARGET_SUBTARGET32_ISA_DEFAULT to select default ix86_isa_flags.
1644 2007-06-05  Uros Bizjak  <ubizjak@gmail.com>
1646         * config/i386/predicates.md (reg_not_xmm0_operand): New predicate.
1647         (nonimm_not_xmm0_operand): Ditto.
1648         * config/i386/sse.md ("sse4_1_blendvpd"): Use "reg_not_xmm0_operand"
1649         as operand[0] and operand[1] predicate.  Use "nonimm_not_xmm0_operand"
1650         as operand[2] predicate.  Require "z" class XMM register for
1651         operand[3].  Adjust asm template.
1652         ("sse4_1_blendvpd"): Ditto.
1653         ("sse4_1_pblendvb"): Ditto.
1654         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not
1655         force op2 into xmm0 register for variable blend instructions.
1657 2007-06-04  Tom Tromey  <tromey@redhat.com>
1659         * c-tree.h (start_enum): Update.
1660         (build_enumerator): Likewise.
1661         * c-decl.c (enum_next_value): Removed.
1662         (enum_overflow): Likewise.
1663         (start_enum): Add c_enum_contents argument.  Don't use globals.
1664         (build_enumerator): Likewise.
1665         * c-tree.h (struct c_enum_contents): New struct.
1667 2007-06-04  Tom Tromey  <tromey@redhat.com>
1669         * c-common.c (c_common_get_alias_set): Fix indentation.
1671 2007-06-04  Ian Lance Taylor  <iant@google.com>
1673         * tree-vrp.c (adjust_range_with_scev): When loop is not expected
1674         to overflow, reduce overflow infinity to regular infinity.
1675         (vrp_var_may_overflow): New static function.
1676         (vrp_visit_phi_node): Check vrp_var_may_overflow.
1678 2007-06-04  Kazu Hirata  <kazu@codesourcery.com>
1680         * stor-layout.c (layout_type): Remove duplicate code.
1682 2007-06-04  Uros Bizjak  <ubizjak@gmail.com>
1684         PR c/32191
1685         * gcc/c-common.c (c_define_builtins): Call targetm.init_builtins ()
1686         before build_common_builtin_nodes ().
1688 2007-06-04  Steve Ellcey  <sje@cup.hp.com>
1690         PR target/31733
1691         * cfgrtl.c (rtl_verify_flow_info): Skip notes when looking for barrier.
1693 2007-06-04  Jan Hubicka  <jh@suse.cz>
1695         * tree-predcom.c (replace_ref_with, initialize_root_vars_lm,
1696         reassociate_to_the_same_stmt): Call build_gimple_modify_stmt
1697         instead of _stat version.
1699 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
1701         PR tree-optimization/32194
1702         * tree-predcom.c (determine_offset): Check that both references have
1703         the same type.
1705 2007-06-03  Zdenek Dvorak  <dvorakz@suse.cz>
1707         * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):
1708         Change dom_bbs to vector.  Add argument to iterate_fix_dominators call.
1709         * loop-unroll.c (unroll_loop_runtime_iterations): Ditto.
1710         * tree-cfg.c (tree_duplicate_sese_region): Change doms to vector.
1711         Add argument to iterate_fix_dominators call.
1712         (remove_edge_and_dominated_blocks): Pass vector to bbs_to_fix_dom.
1713         * gcse.c (hoist_code): Change domby to vector.
1714         * cfghooks.c (make_forwarder_block): Change doms_to_fix to vector.
1715         Add argument to iterate_fix_dominators call.
1716         * loop-doloop.c (doloop_modify): Changed recount_dominator to
1717         recompute_dominator.
1718         * lambda-code.c (perfect_nestify): Ditto.
1719         * cfgloopanal.c: Include graphds.h.
1720         (struct edge, struct vertex, struct graph, dump_graph, new_graph,
1721         add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
1722         (mark_irreducible_loops): Use graphds_scc.  Remove argument from
1723         add_edge call.
1724         * graphds.c: New file.
1725         * graphds.h: New file.
1726         * dominance.c: Include vecprim.h, pointer-set.h and graphds.h.
1727         (get_dominated_by, get_dominated_by_region): Change return type to
1728         vector.
1729         (verify_dominators): Recompute all dominators and compare the results.
1730         (recount_dominator): Renamed to ...
1731         (recompute_dominator): ... this.  Do not check that the block is
1732         dominated by entry.
1733         (iterate_fix_dominators): Reimplemented.
1734         (prune_bbs_to_update_dominators, root_of_dom_tree,
1735         determine_dominators_for_sons): New functions.
1736         * et-forest.c (et_root): New function.
1737         * et-forest.h (et_root): Declare.
1738         * Makefile.in (graphds.o): Add.
1739         (cfgloopanal.o): Add graphds.h dependency.
1740         (dominance.o): Add graphds.h, vecprim.h and pointer-set.h dependency.
1741         * basic-block.h (get_dominated_by, get_dominated_by_region,
1742         iterate_fix_dominators): Declaration changed.
1743         (recount_dominator): Renamed to ...
1744         (recompute_dominator): ... this.
1745         * tree-ssa-threadupdate.c (thread_block): Free dominance info.
1746         (thread_through_all_blocks): Do not free dominance info.
1748 2007-06-03  Andreas Schwab  <schwab@suse.de>
1750         * config/m68k/m68k.c (override_options): Don't override
1751         REAL_MODE_FORMAT.
1752         * config/m68k/m68k-modes.def (SF, DF): Define to use
1753         motorola_single_format and motorola_double_format, resp.
1754         * real.c (motorola_single_format): Renamed from
1755         coldfire_single_format.
1756         (motorola_double_format): Renamed from coldfire_double_format.
1757         (encode_ieee_extended): Generate a proper canonical NaN image
1758         respecting canonical_nan_lsbs_set.
1759         (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to
1760         true.
1761         * real.h: Adjust declarations.
1763 2007-06-03  Kaz Kojima  <kkojima@gcc.gnu.org>
1765         PR target/32163
1766         * config/sh/sh.md (symGOT_load): Don't schedule insns when
1767         the symbol is generated with the stack protector.
1769 2007-06-03  Kazu Hirata  <kazu@codesourcery.com>
1771         * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt".
1772         (m68k_get_function_kind): Return m68k_fk_interrupt_handler on
1773         "interrupt".
1774         * doc/extend.texi (interrupt): Mention m68k.
1776 2007-06-02  Uros Bizjak  <ubizjak@gmail.com>
1778         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call
1779         safe_vector_operand() if input operand is VECTOR_MODE_P operand.
1780         (ix86_expand_sse_pcmpestr): Do not check operands for
1781         "register_operand", when insn operand predicate is "register_operand".
1782         (ix86_expand_sse_pcmpistr): Ditto.
1784 2007-06-02  H.J. Lu  <hongjiu.lu@intel.com>
1785             Uros Bizjak  <ubizjak@gmail.com>
1787         * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New.
1788         (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
1789         (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string.
1790         (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class.
1791         * config/i386/constraints.md ("z"): New register constraint
1792         for members of SSE_FIRST_REG class.
1793         * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes.
1794         * config/i386/i386.c (regclass_map): Change class of %xmm0 to
1795         SSE_FIRST_REG class.
1796         (put_condition_code) [EQ, NE]: Output suffixes for new compare modes.
1797         (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes.
1798         (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2.
1799         (IX86_BUILTIN_PCMPESTRM128): Likewise.
1800         (IX86_BUILTIN_PCMPESTRA128): Likewise.
1801         (IX86_BUILTIN_PCMPESTRC128): Likewise.
1802         (IX86_BUILTIN_PCMPESTRO128): Likewise.
1803         (IX86_BUILTIN_PCMPESTRS128): Likewise.
1804         (IX86_BUILTIN_PCMPESTRZ128): Likewise.
1805         (IX86_BUILTIN_PCMPISTRI128): Likewise.
1806         (IX86_BUILTIN_PCMPISTRM128): Likewise.
1807         (IX86_BUILTIN_PCMPISTRA128): Likewise.
1808         (IX86_BUILTIN_PCMPISTRC128): Likewise.
1809         (IX86_BUILTIN_PCMPISTRO128): Likewise.
1810         (IX86_BUILTIN_PCMPISTRS128): Likewise.
1811         (IX86_BUILTIN_PCMPISTRZ128): Likewise.
1812         (struct builtin_description): Change "flag" field to unsigned.
1813         (bdesc_pcmpestr): New builtin description table.
1814         (bdesc_pcmpistr): Likewise.
1815         (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int,
1816         v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int.
1817         Initialize pcmp[ei]str[im] insns for SSE4.2.
1818         (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin.
1819         (ix86_expand_sse_pcmpistr): Likewise.
1820         (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2.
1821         * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2.
1822         (UNSPEC_PCMPISTR): Likewise.
1823         * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter.
1824         (sse4_2_pcmpestri):New isns pattern.
1825         (sse4_2_pcmpestrm): Likewise.
1826         (sse4_2_pcmpestr_cconly): Likewise.
1827         (sse4_2_pcmpistr): New insn patern and splitter.
1828         (sse4_2_pcmpistri):New isns pattern.
1829         (sse4_2_pcmpistrm): Likewise.
1830         (sse4_2_pcmpistr_cconly): Likewise.
1831         * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics
1832         in SSE4.2.
1834 2007-06-01  David Daney  <ddaney@avtrex.com>
1836         * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not
1837         LOADGP_ABSOLUTE and not binds_local_p.
1839 2007-06-01  Geoffrey Keating  <geoffk@apple.com>
1841         * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker.
1843 2007-06-01  Ian Lance Taylor  <iant@google.com>
1845         * tree-vrp.c (compare_name_with_value): Always set
1846         used_strict_overflow if we get a result from the variable itself.
1848 2007-06-01  Ian Lance Taylor  <iant@google.com>
1850         PR rtl-optimization/31455
1851         * lower-subreg.c (find_decomposable_subregs): Don't decompose
1852         subregs which have a cast between modes which are not tieable.
1854 2007-06-01  Uros Bizjak  <ubizjak@gmail.com>
1856         * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove
1857         breaks after return statements.
1859 2007-06-01  Kaz Kojima  <kkojima@gcc.gnu.org>
1861         * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg
1862         only after no_new_pseudos.
1864 2007-05-31  Eric Christopher  <echristo@apple.com>
1866         * expr.c (convert_move): Assert that we don't have a BLKmode
1867         operand.
1868         (store_expr): Handle BLKmode moves by calling emit_block_move.
1870 2007-05-31  Daniel Berlin  <dberlin@dberlin.org>
1872         * c-typeck.c (build_indirect_ref): Include type in error message.
1873         (build_binary_op): Pass types to binary_op_error.
1874         * c-common.c (binary_op_error): Take two type arguments, print out
1875         types with error.
1876         * c-common.h (binary_op_error): Update prototype.
1878 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
1880         * config/i386/i386.c: Correct coments on -mno-sse4.
1882 2007-05-31  H.J. Lu  <hongjiu.lu@intel.com>
1884         * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.
1885         (x86_64-*-*): Likewise.
1886         * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New.
1887         (OPTION_MASK_ISA_3DNOW_UNSET): Likewise.
1888         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
1889         (OPTION_MASK_ISA_SSE2_UNSET): Likewise.
1890         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
1891         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
1892         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
1893         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
1894         (OPTION_MASK_ISA_SSE4): Likewise.
1895         (OPTION_MASK_ISA_SSE4_UNSET): Likewise.
1896         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
1897         (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET.  Handle SSE4.2.
1898         (override_options): Support SSE4.2.
1899         (ix86_build_const_vector): Support SImode and DImode.
1900         (ix86_build_signbit_mask): Likewise.
1901         (ix86_expand_int_vcond): Support V2DImode.
1902         (IX86_BUILTIN_CRC32QI): New for SSE4.2.
1903         (IX86_BUILTIN_CRC32HI): Likewise.
1904         (IX86_BUILTIN_CRC32SI): Likewise.
1905         (IX86_BUILTIN_CRC32DI): Likewise.
1906         (IX86_BUILTIN_PCMPGTQ): Likewise.
1907         (bdesc_crc32): Likewise.
1908         (bdesc_sse_3arg): Likewise.
1909         (ix86_expand_crc32): Likewise.
1910         (ix86_init_mmx_sse_builtins): Support SSE4.2.
1911         (ix86_expand_builtin): Likewise.
1912         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
1913         __SSE4_2__ for -msse4.2.
1914         * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2.
1915         (CRC32MODE): Likewise.
1916         (crc32modesuffix): Likewise.
1917         (crc32modeconstraint): Likewise.
1918         (sse4_2_crc32<mode>): Likewise.
1919         (sse4_2_crc32di): Likewise.
1920         * config/i386/i386.opt (msse4.2): New for SSE4.2.
1921         (msse4): Likewise.
1922         * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file.
1923         * config/i386/smmintrin.h: Add SSE4.2 intrinsics.
1924         * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2.
1925         (vcond<mode>): Use SSEMODEI instead of SSEMODE124.
1926         (vcondu<mode>): Likewise.
1927         * doc/extend.texi: Document SSE4.2 built-in functions.
1928         * doc/invoke.texi: Document -msse4.2/-msse4.
1930 2007-05-31  Zdenek Dvorak  <dvorakz@suse.cz>
1932         PR tree-optimization/32160
1933         * tree-predcom.c (predcom_tmp_var): New function.  Mark created
1934         variable as gimple reg.
1935         (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var.
1937 2007-05-31  Kazu Hirata  <kazu@codesourcery.com>
1939         * gcc.c (main): Don't consider linker options when issuing the
1940         warning about a linker input file not being used.
1942 2007-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1944         * tree-vrp.c (compare_names): Initialize sop.
1946 2007-05-30  Dirk Mueller  <dmueller@suse.de>
1948         * cgraphunit.c (cgraph_analyze_function): Remove
1949         computation of inline parameters.
1951 2007-05-30  Uros Bizjak  <ubizjak@gmail.com>
1953         * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.
1955 2007-05-30  Richard Sandiford  <richard@codesourcery.com>
1957         * config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.
1958         Add vx-common.h.  Include vxworks.h between vx-common.h and
1959         arm/vxworks.h.
1960         * config/vx-common.h (DWARF2_UNWIND_INFO): Undefine before
1961         redefining.
1962         * config/vxworks.h (TARGET_ASM_CONSTRUCTOR): Likewise.
1963         (TARGET_ASM_DESTRUCTOR): Likewise.
1964         * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Check arm_arch_xscale
1965         instead of arm_is_xscale.  Use VXWORKS_OS_CPP_BUILTINS.
1966         (OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
1967         (CC1_SPEC): Add -tstrongarm.  Line up backslashes.
1968         (VXWORKS_ENDIAN_SPEC): Define.
1969         (ASM_SPEC): Add VXWORKS_ENDIAN_SPEC.
1970         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine to their
1971         VXWORKS_* equivalents.
1972         (LINK_SPEC): Likewise, but add VXWORKS_ENDIAN_SPEC.
1973         (ASM_FILE_START): Delete.
1974         (TARGET_VERSION): Reformat.
1975         (FPUTYPE_DEFAULT, FUNCTION_PROFILER): Define.
1976         (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define.
1977         * config/arm/t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Define.
1978         (FPBIT, DPBIT): Define.
1979         (fp-bit.c, dp-bit.c): New rules.
1980         (MULTILIB_OPTIONS): Add strongarm, -mrtp and -mrtp/-fPIC multilibs.
1981         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Define.
1982         * config/arm/arm-protos.h (arm_emit_call_insn): Declare.
1983         * config/arm/arm.h: Include vxworks-dummy.h.
1984         * config/arm/arm.c (arm_elf_asm_constructor, arm_elf_asm_destructor):
1985         Mark with ATTRIBUTE_UNUSED.
1986         (arm_override_options): Do not allow VxWorks RTP PIC to be used
1987         for Thumb.  Force r9 to be the PIC register for VxWorks RTPs and
1988         make it incompatible with -msingle-pic-base.
1989         (arm_function_ok_for_sibcall): Return false for calls that might
1990         go through a VxWorks PIC PLT entry.
1991         (require_pic_register): New function, split out from...
1992         (legitimize_pic_address): ...here.  Do not use GOTOFF accesses
1993         for VxWorks RTPs.
1994         (arm_load_pic_register): Handle the VxWorks RTP initialization
1995         sequence.  Use pic_reg as a shorthand for cfun->machine->pic_reg.
1996         (arm_emit_call_insn): New function.
1997         (arm_assemble_integer): Do not use GOTOFF accesses for VxWorks RTP.
1998         * config/arm/arm.md (UNSPEC_PIC_OFFSET): New unspec number.
1999         (pic_offset_arm): New pattern.
2000         (call, call_value): Use arm_emit_call_insn.
2001         (call_internal, call_value_internal): New expanders.
2002         * config/arm/lib1funcs.asm (__PLT__): Define to empty for
2003         VxWorks unless __PIC__.
2005 2007-05-30  Eric Christopher  <echristo@gmail.com>
2007         * genrecog.c: Include regs.h in generated file.
2008         * genemit.c: Ditto. Fix up formatting.
2009         * config/mn10300/constraints.md: New.
2010         * config/mn10300/mn10300.md: Include.
2011         * config/mn10300/mn10300.c(mn10300_secondary_reload_class):
2012         Fix up for removed macro.
2013         * config/mn10300/predicates.md (call_address_operand):  Ditto.
2014         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Delete.
2015         (CONST_OK_FOR_I): Ditto.
2016         (CONST_OK_FOR_J): Ditto.
2017         (CONST_OK_FOR_K): Ditto.
2018         (CONST_OK_FOR_L): Ditto.
2019         (CONST_OK_FOR_M): Ditto.
2020         (CONST_OK_FOR_N): Ditto.
2021         (CONST_DOUBLE_OK_FOR_LETTER_P): Ditto.
2022         (OK_FOR_Q): Ditto.
2023         (OK_FOR_R): Ditto.
2024         (OK_FOR_T): Ditto.
2025         (EXTRA_CONSTRAINT): Ditto.
2027 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
2029         * config/i386/i386.h (MASK_64BIT, MASK_MMX, MASK_3DNOW*, MASK_SSE*):
2030         Remove defines.
2031         * config/i386/biarch.h (TARGET_64BIT_DEFAULT): Define to
2032         OPTION_MASK_ISA_64BIT.
2033         * config/i386/i386.c: Rename MASK_* macros to OPTION_MASK_ISA_*.
2035 2007-05-30  Richard Guenther  <rguenther@suse.de>
2037         PR middle-end/32152
2038         * gimplify.c (gimplify_omp_atomic_pipeline): Use correct
2039         types for comparison.
2040         * fold-const.c (fold_comparison): Call maybe_canonicalize_comparison
2041         with original typed arguments.
2042         * config/i386/i386.c (ix86_gimplify_va_arg): Fix type mismatches.
2044 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
2046         PR tree-optimization/31769
2047         * except.c (duplicate_eh_regions): Clear prev_try if
2048         ERT_MUST_NOT_THROW region is inside of ERT_TRY region.
2050 2007-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
2052         * tree-scalar-evolution.c (scev_const_prop): Do not create labels.
2053         * tree-ssa-sink.c (statement_sink_location): Return basic block and
2054         bsi of the location where statements should be inserted.
2055         (sink_code_in_bb): Take bsi from statement_sink_location.
2056         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use bsi_after_labels
2057         instead of bsi_start.
2058         * tree-profile.c (tree_gen_ic_func_profiler): Pass BSI_NEW_STMT to
2059         bsi_insert_after.
2060         * tree-cfg.c (bsi_move_after): Pass BSI_NEW_STMT to bsi_insert_after.
2061         (bsi_move_before): Document inconsistency with bsi_move_after.
2062         (tree_redirect_edge_and_branch): Do not create labels if not necessary.
2064 2007-05-30 Uros Bizjak <ubizjak@gmail.com>
2066         * config/i386/i386.h (TARGET_ABM): New define.
2067         (TARGET_POPCNT): Ditto.
2068         (TARGET_64BIT, TARGET_MMX, TARGET_3DNOW, TARGET_3DNOW_A, TARGET_SSE*):
2069         New temporary defines to redefine from OPTION_ISA_* defines.
2070         (MASK_64BIT, MASK_MMX, MASK_3DNOW, MASK_3DNOW_A, MASK_SSE*):
2071         New temporary defines to redefine from OPTION_MASK_ISA_* defines.
2072         (ix86_isa_flags): New extern int declaration.
2073         (TARGET_SUBTARGET_DEFAULT): New define.
2074         (TARGET_SUBTARGET_ISA_DEFAULT): Ditto.
2075         (TARGET_SUBTARGET32_DEFAULT): Ditto.
2076         (TARGET_SUBTARGET32_ISA_DEFAULT): Ditto.
2077         (TARGET_SUBTARGET64_ISA_DEFAULT): Ditto.
2078         * config/i386/unix.h: Undef TARGET_SUBTARGET_DEFAULT before define.
2079         * config/i386/darwin.h: Change TARGET_64BIT define to
2080         OPTION_ISA_64BIT.
2082         * config/i386/i386.opt (m3dnowa): Define as undocumented option
2083         using existing "ix86_isa_flags" varible.
2084         (m32, m64): Use existing "ix86_isa_flags" variable.
2085         (mmmx, m3dnow): Ditto.
2086         (msse, msse2, msse3, mssse3, msse4.1, msse4a): Ditto.
2087         (mabm): Define as non-negative option using "x86_abm" variable.
2088         (mpopcnt): Define as non-negative option using "x86_popcnt" variable.
2090         * config/i386/i386.c (ix86_arch_features) [X86_ARCH_CMOVE]:
2091         Rewrite feature test bitmap.
2092         (ix86_isa_flags): New initialized global int varible.
2093         (ix86_isa_flags_explicit): New static int variable.
2094         (ix86_handle_option): Set "ix86_isa_flags_explicit" when mmmx, m3dnow,
2095         msse, msse2, msse3, msse4.1 and msse4a option is processed.  Change
2096         i86_isa_flags and ix86_isa_flags_explicit, not target_flags and
2097         target_flags_explicit.
2098         (override_options): Remove "target_enable" and "target_disable" fields
2099         from "struct ptt". Update processor_target_table accordingly. Remove
2100         PTA_PREFETCH_SSE from processor_alias_table entry if PTE_SSE is
2101         defined and rearrange PTA_* bits.  Use "ix86_isa_flags" instead of
2102         "target_flags" and "ix86_isa_flags_explicit" instead of
2103         "target_flags_explicit" when masked with MASK_64BIT, MASK_MMX,
2104         MASK_3DNOW, MASK_3DNOW_A or MASK_SSE*.  Set "x86_abm" to true when
2105         PTA_ABM is set in processor_alias_table flags entry.  Set "x86_popcnt"
2106         to true when either of PTA_POPCNT or PTA_ABM is set in
2107         processor_alias_table flags entry.  Set "x86_prefetch_sse" to true
2108         when either of PTA_PREFETCH_SSE or PTA_SSE is set in
2109         processor_alias_table flags entry.  Remove handling of
2110         "target_enable" and "target_disable" fields of processor_target_table.
2111         Mask "target_flags" with TARGET_SUBTARGET32_DEFAULT for 32-bit
2112         targets or with TARGET_SUBTARGET64_DEFAULT for 64-bit targets.
2113         Mask "ix86_isa_flags" with TARGET_SUBTARGET32_ISA_DEFAULT for 32-bit
2114         targets or with TARGET_SUBTARGET64_ISA_DEFAULT for 64-bit targets.
2115         (def_builtin): Mask "mask" variable with "ix86_isa_flags", not
2116         "target_flags".
2117         (TARGET_DEFAULT_TARGET_FLAGS): Do not include TARGET_64BIT_DEFAULT.
2119 2007-05-29  David Daney  <ddaney@avtrex.com>
2121         PR gcc/31975
2122         * config/mips/mips.c (mips_output_mi_thunk): Emit
2123         NOTE_INSN_PROLOGUE_END at beginning of the thunk.
2125 2007-05-29  Hui-May Chang  <hm.chang@apple.com>
2126         * config/i386/i386.c (ix86_function_regparm): Added checking of
2127         ix86_force_align_arg_pointer to determine the number of
2128         register parameters.
2130 2007-05-29  Zdenek Dvorak  <dvorakz@suse.cz>
2132         * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
2133         (SET_DR_MISALIGNMENT): New.
2134         * tree-vect-analyze.c (vect_compute_data_ref_alignment,
2135         vect_update_misalignment_for_peel, vect_enhance_data_refs_alignment):
2136         Use SET_DR_MISALIGNMENT.
2137         * tree-predcom.c (split_data_refs_to_components): Cast dr->aux from
2138         pointer.
2139         * tree-data-ref.c (create_data_ref, compute_all_dependences,
2140         find_loop_nest): Export.
2141         * tree-data-ref.h (struct data_reference): Change aux field to pointer.
2142         (create_data_ref, compute_all_dependences, find_loop_nest): Declare.
2143         * tree-ssa-loop-prefetch.c: Include tree-data-ref.h.
2144         (L1_CACHE_SIZE_BYTES, L2_CACHE_SIZE_BYTES, NONTEMPORAL_FRACTION):
2145         New macros.
2146         (struct mem_ref): Add field reuse_distance.
2147         (find_or_create_group, record_ref): Use XNEW instead of xcalloc.
2148         Initialize reuse_distance field.
2149         (issue_prefetch_ref): Select temporality of prefetch according to
2150         reuse_distance.
2151         (volume_of_references, volume_of_dist_vector, add_subscript_strides,
2152         self_reuse_distance, determine_loop_nest_reuse): New functions.
2153         (loop_prefetch_arrays): Call determine_loop_nest_reuse.
2154         (tree_ssa_prefetch_arrays): Dump L2 cache size.
2155         * Makefile.in (tree-ssa-loop-prefetch.o): Add TREE_DATA_REF_H
2156         dependency.
2158 2007-05-29  Daniel Berlin  <dberlin@dberlin.org>
2160         * tree-ssa-alias.c: Add aliasing overview.
2162 2007-05-29  Zuxy Meng  <zuxy.meng@gmail.com>
2163             Danny Smith  <dannysmith@users.sourceforge.net>
2165         PR target/29498
2166         * config/i386/t-crtfm: Compile crtfastmath.o with
2167         -minline-all-stringops.
2168         * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
2169         * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.
2171 2007-05-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2173         * doc/md.texi: Document constraints on HP PA-RISC.
2175         * pa/constraints.md: New file.
2176         * pa.md: Include constraints.md.
2177         * pa.c (cint_ok_for_move): Avoid using CONST_OK_FOR_LETTER_P.
2178         (integer_store_memory_operand, ldil_cint_p): New functions.
2179         * pa-protos.h (integer_store_memory_operand, ldil_cint_p): Declare.
2180         * pa.h (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
2181         IS_RELOADING_PSEUDO_P, EXTRA_CONSTRAINT): Remove.
2182         * pa32-regs.h (REG_CLASS_FROM_LETTER): Remove.
2183         * pa64-regs.h (REG_CLASS_FROM_LETTER): Remove.
2185 2007-05-28  Andrew Pinski  <Andrew_pinski@playstation.sony.com>
2187         PR c/31339
2188         * c-typeck.c (build_unary_op <case PREINCREMENT_EXPR,
2189         case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
2190         case POSTDECREMENT_EXPR>): Return the error_mark_node
2191         if either the real or imaginary parts would an
2192         error_mark_node.
2194 2007-05-28  Daniel Berlin  <dberlin@dberlin.org>
2196         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Release LHS SSA
2197         name when we remove it from a call.
2199 2007-05-28  Kazu Hirata  <kazu@codesourcery.com>
2201         * targhooks.c (default_narrow_bitfield): Remove.
2202         * targhooks.h: Remove the prototype for
2203         default_narrow_bitfield.
2205         * langhooks-def.h: Remove the prototype for
2206         hook_get_alias_set_0.
2207         * langhooks.c (hook_get_alias_set_0): Remove.
2209         * global.c (EXECUTE_IF_CONFLICT): Remove.
2211 2007-05-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2213         PR tree-opt/32100
2214         * fold-const.c (tree_expr_nonnegative_warnv_p): Don't
2215         return true when truth_value_p is true and the type
2216         is of signed:1.
2218 2007-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
2220         * doc/install.texi (Prerequisites): We no longer require Autoconf
2221         2.13 for the top-level.
2223 2007-05-28  Uros Bizjak  <ubizjak@gmail.com>
2225         * target/i386/i386.c (ix86_expand_vector_move): Expand unaligned
2226         memory access via x86_expand_vector_move_misalign() only for
2227         TImode values on 32-bit targets.
2229 2007-05-28  Razya Ladelsky  <razya@il.ibm.com>
2231         * matrix-reorg.c: New file. Implement matrix flattening and
2232         transposing optimization.
2233         * tree-pass.h: Add matrix reorg pass.
2234         * common.opt: Add fipa-mreorg flag.
2235         * Makefile.in: Add matrix-reorg.c.
2236         * passes.c: Add matrix reorg pass.
2237         * varpool.c (add_new_static_var): New function.
2238         * cgraph.h (add_new_static_var): Declare.
2240 2007-05-27  Eric Christopher  <echristo@apple.com>
2242         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update
2243         sp_offset depending on stack size. Save r12 depending
2244         on registers we're saving later.
2245         (rs6000_emit_epilogue): Update sp_offset depending only
2246         on stack size.
2248 2007-05-27  Zdenek Dvorak  <dvorakz@suse.cz>
2250         * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
2251         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
2252         * ifcvt.c (if_convert): Ditto.
2253         * tree-ssa-threadupdate.c (thread_block): Ditto.
2254         (thread_through_all_blocks): Ditto.  Assert that loops were analysed.
2255         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa,
2256         verify_loop_closed_ssa): Check number_of_loops instead of
2257         current_loops.
2258         * predict.c (tree_estimate_probability): Ditto.
2259         * tree-if-conv.c (main_tree_if_conversion): Ditto.
2260         * tree-ssa-loop-ch.c (copy_loop_headers): Ditto.
2261         * modulo-sched.c (sms_schedule): Ditto.
2262         * tree-scalar-evolution.c (scev_const_prop): Ditto.
2263         (scev_finalize): Do not do anything if scev analysis was not
2264         initialized.
2265         * cfgloopanal.c (mark_irreducible_loops): Do not check whether
2266         current_loops == NULL.
2267         (mark_loop_exit_edges): Check number_of_loops instead of current_loops.
2268         * loop-init.c (loop_optimizer_init): Do not free current_loops when
2269         there are no loops.
2270         (loop_optimizer_finalize): Assert that loops were analyzed.
2271         (rtl_move_loop_invariants, rtl_unswitch, rtl_unroll_and_peel_loops,
2272         rtl_doloop): Check number_of_loops instead of current_loops.
2273         * tree-ssa-loop.c (tree_loop_optimizer_init): Do not check whether
2274         current_loops == NULL.
2275         (tree_ssa_loop_init, tree_ssa_loop_im, tree_ssa_loop_unswitch,
2276         gate_tree_vectorize tree_linear_transform, check_data_deps,
2277         tree_ssa_loop_ivcanon, tree_ssa_empty_loop, tree_ssa_loop_bounds,
2278         tree_complete_unroll, tree_ssa_loop_prefetch, tree_ssa_loop_ivopts):
2279         Check number_of_loops instead of current_loops.
2280         (tree_ssa_loop_done): Do not check whether current_loops == NULL.
2281         * tree-ssa-pre.c (fini_pre): Do not take do_fre argument.  Always
2282         free loops if available.
2283         (execute_pre): Do not pass do_fre to fini_pre.
2285 2007-05-27  Tobias Burnus  <burnus@net-b.de>
2287         PR middle-end/32083
2288         * real.c (mpfr_from_real): Fix sign of -Inf.
2290 2007-05-27  H.J. Lu  <hongjiu.lu@intel.com>
2292         * tree-vect-transform.c (vectorizable_conversion): Initialize
2293         tree_code variables to ERROR_MARK.
2294         (vectorizable_type_demotion): Likewise.
2295         (vectorizable_type_promotion): Likewise.
2297 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
2299         PR target/32065
2300         * config/i386/i386.md (movti): Handle push operands via
2301         ix86_expand_push().
2303 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
2305         * basic-block.h: Remove the prototype for merge_seq_blocks.
2306         * cfgcleanup.c (merge_seq_blocks): Remove.
2308         * tree-flow.h: Remove the prototype for is_aliased_with.
2309         * tree-ssa-alias.c (is_aliased_with): Remove.
2311 2007-05-26  H.J. Lu  <hongjiu.lu@intel.com>
2313         * config/i386/i386-protos.h (ix86_expand_sse4_unpack): New.
2315         * config/i386/i386.c (ix86_expand_sse4_unpack): New.
2317         * config/i386/sse.md (vec_unpacku_hi_v16qi): Call
2318         ix86_expand_sse4_unpack if SSE4.1 is enabled.
2319         (vec_unpacks_hi_v16qi): Likewise.
2320         (vec_unpacku_lo_v16qi): Likewise.
2321         (vec_unpacks_lo_v16qi): Likewise.
2322         (vec_unpacku_hi_v8hi): Likewise.
2323         (vec_unpacks_hi_v8hi): Likewise.
2324         (vec_unpacku_lo_v8hi): Likewise.
2325         (vec_unpacks_lo_v8hi): Likewise.
2326         (vec_unpacku_hi_v4si): Likewise.
2327         (vec_unpacks_hi_v4si): Likewise.
2328         (vec_unpacku_lo_v4si): Likewise.
2329         (vec_unpacks_lo_v4si): Likewise.
2331 2007-05-26  Kazu Hirata  <kazu@codesourcery.com>
2333         * c-typeck.c, config/arm/arm.c, config/darwin.c,
2334         config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
2335         omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
2336         follow spelling conventions in various
2337         warning/error/diagnostic messages.
2339         * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,
2340         df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h,
2341         fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h,
2342         tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c,
2343         tree-vrp.c: Fix comment typos.  Follow spelling conventions.
2344         * doc/tm.texi: Follow spelling conventions.
2346 2007-05-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2348         PR tree-opt/32090
2349         * tree-ssa-forwprop.c
2350         (forward_propagate_addr_into_variable_array_index): Remove
2351         the lhs argument.  Use the type of def_rhs instead of lhs.
2352         (forward_propagate_addr_expr_1): Update use of
2353         forward_propagate_addr_into_variable_array_index.
2355 2007-05-25  Sandra Loosemore  <sandra@codesourcery.com>
2356             Nigel Stephens  <nigel@mips.com>
2358         * config/mips/mips.c (mips_attribute_table): Add "near" and "far"
2359         function attributes, "far" being an alias for "long_call".
2360         (TARGET_COMP_TYPE_ATTRIBUTES): Define as mips_comp_type_attributes.
2361         (mips_near_type_p, mips_far_type_p): New.
2362         (mips_comp_type_attributes): New function to check that attributes
2363         attached to a function type are compatible.
2364         (mips_output_mi_thunk): Test SYMBOL_REF_LONG_CALL_P() rather than
2365         TARGET_LONG_CALLS when deciding whether we can do a direct sibcall
2366         to the target function of the thunk.
2367         (mips_encode_section_info): Check for "near" and "far" function
2368         attributes, and always set the SYMBOL_FLAG_LONG_CALL bit explicitly.
2370         * config/mips/predicates.md (const_call_insn_operand): Test only
2371         SYMBOL_REF_LONG_CALL_P() and not TARGET_LONG_CALLS.
2373         * doc/extend.texi (Function Attributes): Document MIPS "near" and
2374         "far" attributes.
2376         * testsuite/gcc.target/mips/near-far-1.c:  New test case.
2377         * testsuite/gcc.target/mips/near-far-2.c:  New test case.
2378         * testsuite/gcc.target/mips/near-far-3.c:  New test case.
2379         * testsuite/gcc.target/mips/near-far-4.c:  New test case.
2381 2007-05-25  Eric Christopher  <echristo@apple.com>
2383         * config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp
2384         to x86-darwin configurations.
2385         * config/i386/t-darwin: Add softfp support.
2386         * config/i386/t-darwin64: Ditto.
2387         * config/i386/sfp-machine.h: If mach then don't use
2388         aliasing, emit a stub to call.
2390 2007-05-25  Kazu Hirata  <kazu@codesourcery.com>
2392         * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,
2393         haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c,
2394         tree-predcom.c, tree-ssa-alias-warnings.c,
2395         tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix
2396         comment typos.  Follow spelling conventions.
2397         * doc/cpp.texi, doc/invoke.texi: Fix typos.
2399 2007-05-26  Uros Bizjak  <ubizjak@gmail.com>
2401         PR target/32065
2402         * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
2403         constants into memory.  Expand unaligned memory references for
2404         SSE modes via x86_expand_vector_move_misalign() function.
2406 2007-05-25  Uros Bizjak  <ubizjak@gmail.com>
2408         * config/i386/sse.md (*vec_extractv2di_1_sse2): Do not calculate
2409         "memory" attribute for "sseishft" type insn without operands[2].
2411 2007-05-25  Dirk Mueller  <dmueller@suse.de>
2412             Marcus Meissner <meissner@suse.de>
2414         * doc/extend.texi (alloc_size): New attribute.
2415         * c-common.c (handle_alloc_size_attribute): New.
2416         * tree-object-size.c (alloc_object_size): Use alloc_size
2417         attribute, if available.
2419 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2421         * config/i386/i386.c (__builtin_ia32_vec_ext_v2df): Mark it
2422         with MASK_SSE2.
2423         (__builtin_ia32_vec_ext_v2di): Likewise.
2424         (__builtin_ia32_vec_ext_v4si): Likewise.
2425         (__builtin_ia32_vec_ext_v8hi): Likewise.
2426         (__builtin_ia32_vec_ext_v16qi): Likewise.
2427         (__builtin_ia32_vec_set_v8hi): Likewise.
2429 2007-05-25  H.J. Lu  <hongjiu.lu@intel.com>
2431         * config/i386/sse.md (*vec_extractv2di_1_sse2): Correct shift.
2433 2007-05-25  Richard Sandiford  <richard@codesourcery.com>
2435         * config/arm/arm-protos.h (arm_encode_call_attribute): Delete.
2436         (arm_is_longcall_p): Rename to...
2437         (arm_is_long_call_p): ...this.  Take a single tree argument and
2438         return a bool.
2439         * config/arm/arm.h (CALL_SHORT, CALL_LONG, CALL_NORMAL): Delete.
2440         (CUMULATIVE_ARGS): Remove call_cookie.
2441         (SHORT_CALL_FLAG_CHAR, LONG_CALL_FLAG_CHAR, ENCODED_SHORT_CALL_ATTR_P)
2442         (ENCODED_LONG_CALL_ATTR_P): Delete.
2443         (ARM_NAME_ENCODING_LENGTHS): Remove SHORT_CALL_FLAG_CHAR and
2444         LONG_CALL_FLAG_CHAR cases.
2445         (ARM_DECLARE_FUNCTION_SIZE): Delete.
2446         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Don't use
2447         ARM_DECLARE_FUNCTION_SIZE.
2448         * config/arm/arm.c (arm_init_cumulative_args): Don't set call_cookie.
2449         (arm_function_arg): Return const0_rtx for VOIDmode arguments.
2450         (arm_encode_call_attribute, current_file_function_operand): Delete.
2451         (arm_function_in_section_p): New function.
2452         (arm_is_longcall_p): Rename to...
2453         (arm_is_long_call_p): ...this.  Take the target function as a single
2454         argument and return a bool.  Do not rely on call cookies.  Check
2455         whether the target symbol is in the same section as the current
2456         function, not just the same compilation unit.
2457         (arm_function_ok_for_sibcall): Use arm_is_long_call_p.
2458         (arm_encode_section_info): Don't encode a call type.
2459         * config/arm/arm.md (call, call_value): Update calls to
2460         arm_is_long(_)call_p.  Simplify logic.
2461         (*call_symbol, *call_value_symbol, *call_insn, *call_value_insn):
2462         Update calls to arm_is_long(_)call_p.
2464 2007-05-25  Richard Guenther  <rguenther@suse.de>
2466         PR tree-optimization/31982
2467         * tree-ssa-forwprop.c
2468         (forward_propagate_addr_into_variable_array_index): Handle arrays
2469         with element size one.
2471 2007-05-24  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2473         * config/spu/spu.md (smulsi3_highpart): Unshare the rtl chain.
2474         (umulsi3_highpart): Likewise.
2476 2007-05-24  Ian Lance Taylor  <iant@google.com>
2478         PR rtl-optimization/32069
2479         * regclass.c (regclass): Don't crash if the entry in regno_reg_rtx
2480         is NULL.
2482 2007-05-24  Ollie Wild  <aaw@google.com>
2484         * doc/cpp.texi (Common Predefined Macros): Add __COUNTER__
2485         description.
2487 2007-05-24  Richard Sandiford  <rsandifo@nildram.co.uk>
2489         * postreload-gcse.c (reg_changed_after_insn_p): New function.
2490         (oprs_unchanged_p): Use it to check all registers in a REG.
2491         (record_opr_changes): Look for clobbers in CALL_INSN_FUNCTION_USAGE.
2492         (reg_set_between_after_reload_p): Delete.
2493         (reg_used_between_after_reload_p): Likewise.
2494         (reg_set_or_used_since_bb_start): Likewise.
2495         (eliminate_partially_redundant_load): Use reg_changed_after_insn_p
2496         and reg_used_between_p instead of reg_set_or_used_since_bb_start.
2497         Use reg_set_between_p instead of reg_set_between_after_reload_p.
2498         * rtlanal.c (reg_set_p): Check whether REG overlaps
2499         regs_invalidated_by_call, rather than just checking the
2500         membership of REGNO (REG).
2502 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
2504         * doc/passes.texi: Document predictive commoning.
2505         * doc/invoke.texi (-fpredictive-commoning): Document.
2506         * opts.c (decode_options): Enable flag_predictive_commoning on -O3.
2507         * tree-ssa-loop-im.c (get_lsm_tmp_name): Export.  Allow
2508         adding indices to the generated name.
2509         (schedule_sm): Pass 0 to get_lsm_tmp_name.
2510         * tree-ssa-loop-niter.c (stmt_dominates_stmt_p): Export.
2511         * tree-pretty-print.c (op_symbol_1): Renamed to ...
2512         (op_symbol_code): ... and exported.
2513         (dump_omp_clause, op_symbol): Use op_symbol_code
2514         instead of op_symbol_1.
2515         * tree-pass.h (pass_predcom): Declare.
2516         * timevar.def (TV_PREDCOM): New timevar.
2517         * tree-ssa-loop.c (run_tree_predictive_commoning,
2518         gate_tree_predictive_commoning, pass_predcom): New.
2519         * tree-data-ref.c (find_data_references_in_loop): Find the
2520         references in dominance order.
2521         (canonicalize_base_object_address): Ensure that the result has
2522         pointer type.
2523         (dr_analyze_innermost): Export.
2524         (create_data_ref): Code to fail for references with invariant
2525         address moved ...
2526         (find_data_references_in_stmt): ... here.
2527         * tree-data-ref.h (dr_analyze_innermost): Declare.
2528         * tree-affine.c: Include tree-gimple.h and hashtab.h.
2529         (aff_combination_find_elt, name_expansion_hash,
2530         name_expansion_eq, tree_to_aff_combination_expand,
2531         double_int_constant_multiple_p, aff_combination_constant_multiple_p):
2532         New functions.
2533         * tree-affine.h (aff_combination_constant_multiple_p,
2534         tree_to_aff_combination_expand): Declare.
2535         * tree-predcom.c: New file.
2536         * common.opt (fpredictive-commoning): New option.
2537         * tree-flow.h (op_symbol_code, tree_predictive_commoning,
2538         stmt_dominates_stmt_p, get_lsm_tmp_name): Declare.
2539         * Makefile.in (tree-predcom.o): Add.
2540         (tree-affine.o): Add TREE_GIMPLE_H dependency.
2541         * passes.c (init_optimization_passes):  Add dceloop after
2542         copy propagation in loop optimizer.  Add predictive commoning
2543         to loop optimizer passes.
2545 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2547         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Correct
2548         default hook.
2550 2007-05-24  Jan Hubicka  <jh@suse.cz>
2552         * gengenrtl.c (gendecl, gendef): Output the gens annotated for
2553         statistics.
2554         (genheader): Include statistics.h.
2556         * doc/invoke.texi (-fdump-unnumbered): Update docs when line number
2557         notes are gone.
2558         * print-rtl.c (flag_dump_unnumbered): Update comments.
2559         (print_rtl): Fix my previous change.
2560         * emit-rtl.c (emit_note_before, emit_note_after): Clear out note
2561         specific data.
2563 2007-05-24  Zdenek Dvorak  <dvorakz@suse.cz>
2565         PR middle-end/32018
2566         * tree-ssa-threadupdate.c (thread_through_loop_header): Use
2567         set_loop_copy.
2568         (thread_through_all_blocks): Call initialize_original_copy_tables
2569         and free_original_copy_tables.
2570         * cfgloopmanip.c (duplicate_loop, duplicate_loop_to_header_edge):
2571         Use set_loop_copy.
2572         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
2573         * cfghooks.c (duplicate_block): Use get_loop_copy.
2574         * cfg.c: Include cfgloop.h.
2575         (loop_copy): New hash table.
2576         (initialize_original_copy_tables): Initialize loop_copy table.
2577         (free_original_copy_tables): Free loop_copy table.
2578         (copy_original_table_clear, copy_original_table_set,
2579         set_loop_copy, get_loop_copy): New functions.
2580         (set_bb_original, set_bb_copy): Use copy_original_table_set.
2581         * cfgloop.h (struct loop): Remove copy field.
2582         * Makefile.in (cfg.o): Add CFGLOOP_H dependency.
2583         * basic-block.h (set_loop_copy, get_loop_copy): Declare.
2585 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2587         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 for
2588         -msse/-msse2/-msse3.
2590 2007-05-24  H.J. Lu  <hongjiu.lu@intel.com>
2592         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
2593         __builtin_ia32_vec_set_v2di with MASK_64BIT.
2595 2007-05-24  Danny Smith  <dannysmith@users.sourceforge.net>
2597         PR target/27067
2598         * doc/tm.texi (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Document.
2599         * targhooks.h (default_mangle_decl_assembler_name): Declare
2600         default hook.
2601         * targhooks.c (default_mangle_decl_assembler_name): Define
2602         default hook.
2603         * target-def.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) New. Set to
2604         default hook.
2605         * target.h (struct gcc_target): Add mangle_decl_assembler_name field.
2606         * langhooks.c (lhd_set_decl_assembler_name): Call
2607         targetm.mangle_decl_assembler_name for names with global scope.
2609         * config/i386/cygming.h (TARGET_MANGLE_DECL_ASSEMBLER_NAME) Override
2610         default.
2611         (ASM_OUTPUT_DEF_FROM_DECLS): Simplify to use DECL_ASSEMBLER_NAME.
2612         * config/i386/i386-protos.h (i386_pe_mangle_decl_assembler_name):
2613         Declare.
2614         * config/i386/winnt.c (i386_pe_maybe_mangle_decl_assembler_name):
2615         New. Factored out of i386_pe_encode_section_info.
2616         (gen_stdcall_or_fastcall_suffix): Get name identifier as argument.
2617         Move check for prior decoration of stdcall
2618         symbols to i386_pe_encode_section_info.
2619         (i386_pe_encode_section_info): Adjust call to
2620         gen_stdcall_or_fastcall_suffix.  Use
2621         i386_pe_maybe_mangle_decl_assembler_name, if needed.
2622         (i386_pe_mangle_decl_assembler_name): New. Wrap
2623         i386_pe_maybe_mangle_decl_assembler_name.
2625 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
2627         * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
2628         INTEGRAL_TYPE_P and TYPE_UNSIGNED.
2629         * langhooks.c (get_signed_or_unsigned_type): Don't check for
2630         INTEGRAL_TYPE_P or TYPE_UNSIGNED.
2631         (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
2632         TYPE_UNSIGNED.
2634 2007-05-23  Sandra Loosemore  <sandra@codesourcery.com>
2635             Nigel Stephens  <nigel@mips.com>
2636             Richard Sandiford  <richard@codesourcery.com>
2638         Fix up MIPS16 hard float and add support for complex.
2640         * config/mips/mips.h (TARGET_HARD_FLOAT_ABI): New.
2641         (TARGET_SOFT_FLOAT_ABI): New.
2642         (TARGET_CPU_CPP_BUILTINS): Define __mips_hard_float and
2643         __mips_soft_float to reflect the ABI in use, not whether the
2644         FPU is directly accessible (e.g., in MIPS16 mode).
2645         (UNITS_PER_HWFPVALUE): Use TARGET_SOFT_FLOAT_ABI.
2646         (UNITS_PER_FPVALUE): Likewise.
2648         * config/mips/mips.c (mips_expand_call): Remove redundant
2649         TARGET_MIPS16 check.
2650         (mips_arg_regno): New.
2651         (function_arg_advance): When setting bits in cum->fp_code for
2652         MIPS16, don't subtract 1 from cum->arg_number, since it is now
2653         zero-based.
2654         (function_arg): Use mips_arg_regno.
2655         (mips_return_mode_in_fpr_p): New.
2656         (mips16_call_stub_mode_suffix): New.
2657         (mips16_cfun_returns_in_fpr_p): New.
2658         (mips_save_reg_p): Use mips16_cfun_returns_in_fpr_p.
2659         (mips_output_function_prologue): Test mips16_hard_float, not
2660         !TARGET_SOFT_FLOAT, to decide when a function stub is required.
2661         (mips_expand_epilogue): Call MIPS16 helper routines to copy
2662         return value into a floating-point register.
2663         (mips_can_use_return_insn): Use mips16_cfun_returns_in_fpr_p.
2664         (mips_function_value): Rewrite to use mips_return_mode_in_fpr_p.
2665         (mips16_fp_args): Handle MIPS32r2 ISA which supports
2666         TARGET_FLOAT64, and use mfhc1/mthc1 to copy the most significant
2667         word of double arguments from or to the high bits of 64-bit
2668         floating point registers.
2669         (build_mips16_function_stub): Fill in DECL_RESULT for stubdecl.
2670         (mips16_fpret_double): New helper function.
2671         (build_mips16_call_stub): Use mips16_return_mode_in_fpr_p.  Add
2672         support for complex modes.  Fill in DECL_RESULT for stubdecl.
2673         (mips_init_libfuncs): Remove redundant TARGET_MIPS16 check.
2675         * config/mips/mips16.S
2676         (RET, ARG1, ARG2): New.
2677         (MERGE_GPRf, MERGE_GPRt): New.
2678         (DELAYt, DELAYf): New.
2679         (MOVE_SF_BYTE0, MOVE_SI_BYTE0): New.
2680         (MOVE_SF_BYTE4, MOVE_SF_BYTE8): New.
2681         (MOVE_DF_BYTE0, MOVE_DF_BYTE8): New.
2682         (MOVE_SF_RET, MOVE_SC_RET, MOVE_DF_RET, MOVE_DC_RET, MOVE_SI_RET): New.
2683         (SFOP): Renamed to...
2684         (OPSF3): This, and macro-ified.  Updated all uses.
2685         (SFOP2): Renamed to...
2686         (OPSF2): This, and macro-ified.  Updated all uses.
2687         (SFCMP): Renamed to...
2688         (CMPSF): This, and macro-ified.  Updated all uses.
2689         (SFREVCMP): Renamed to...
2690         (REVCMPSF): This, and macro-ified.  Updated all uses.
2691         (__mips16_floatsisf, __mips16_fix_truncsfsi): Macro-ified.
2692         (LDDBL1, LDDBL2, RETDBL): Deleted.
2693         (DFOP): Renamed to...
2694         (OPDF3): This, and macro-ified.  Updated all uses.
2695         (DFOP2): Renamed to...
2696         (OPDF2): This, and macro-ified.  Updated all uses.
2697         (__mips16_extendsfdf2, __mips16_truncdfsf2): Macro-ified.
2698         (DFCMP): Renamed to...
2699         (CMPDF): This, and macro-ified.  Updated all uses.
2700         (DFREVCMP): Renamed to...
2701         (REVCMPDF): This, and macro-ified.  Updated all uses.
2702         (__mips16_floatsidf, __mips16_fix_truncdfsi): Macro-ified.
2703         (RET_FUNCTION): New.
2704         (__mips16_ret_sf, __mips16_ret_df): Macro-ified.
2705         (__mips16_ret_sc, __mips16_ret_dc): New.
2706         (STUB_ARGS_0, STUB_ARGS_1, STUB_ARGS_5, STUB_ARGS_9, STUB_ARGS_2,
2707         STUB_ARGS_6, STUB_ARGS_10): New.
2708         (CALL_STUB_NO_RET): New.
2709         (__mips16_call_stub_1): Macro-ified.
2710         (__mips16_call_stub_5): Macro-ified.
2711         (__mips16_call_stub_2): Macro-ified.
2712         (__mips16_call_stub_6): Macro-ified.
2713         (__mips16_call_stub_9): Macro-ified.
2714         (__mips16_call_stub_10): Macro-ified.
2715         (CALL_STUB_RET): New.
2716         (__mips16_call_stub_sf_0): Macro-ified.
2717         (__mips16_call_stub_sf_1): Macro-ified.
2718         (__mips16_call_stub_sf_5): Macro-ified.
2719         (__mips16_call_stub_sf_2): Macro-ified.
2720         (__mips16_call_stub_sf_6): Macro-ified.
2721         (__mips16_call_stub_sf_9): Macro-ified.
2722         (__mips16_call_stub_sf_10): Macro-ified.
2723         (__mips16_call_stub_df_0): Macro-ified.
2724         (__mips16_call_stub_df_1): Macro-ified.
2725         (__mips16_call_stub_df_5): Macro-ified.
2726         (__mips16_call_stub_df_2): Macro-ified.
2727         (__mips16_call_stub_df_6): Macro-ified.
2728         (__mips16_call_stub_df_9): Macro-ified.
2729         (__mips16_call_stub_df_10): Macro-ified.
2730         (__mips16_call_stub_sc_0): New.
2731         (__mips16_call_stub_sc_1): New.
2732         (__mips16_call_stub_sc_5): New.
2733         (__mips16_call_stub_sc_2): New.
2734         (__mips16_call_stub_sc_6): New.
2735         (__mips16_call_stub_sc_9): New.
2736         (__mips16_call_stub_sc_10): New.
2737         (__mips16_call_stub_dc_0): New.
2738         (__mips16_call_stub_dc_1): New.
2739         (__mips16_call_stub_dc_5): New.
2740         (__mips16_call_stub_dc_2): New.
2741         (__mips16_call_stub_dc_6): New.
2742         (__mips16_call_stub_dc_9): New.
2743         (__mips16_call_stub_dc_10): New.
2745         * config/mips/t-elf (LIB1ASMFUNCS): Add MIPS16 floating-point stubs.
2746         * config/mips/t-isa3264 (LIB1ASMFUNCS): Likewise.
2747         * config/mips/t-r2900 (LIB1ASMFUNCS): Likewise.
2749 2007-05-23  Ian Lance Taylor  <iant@google.com>
2751         * doc/invoke.texi (Invoking GCC): Document that the order of the
2752         -l option matters.
2754 2007-05-23  Chen Liqin  <liqin@sunnorth.com.cn>
2756         PR target/30987
2757         * config/score/misc.md (bitclr_c, bitset_c, bittgl_c): Remove.
2758         * config/score/predicate.md (const_pow2, const_npow2): Remove.
2759         * config/score/score.h (ASM_OUTPUT_EXTERNAL): Add ASM_OUTPUT_EXTERNAL
2760         undef.
2762         PR target/30474
2763         * config/score/score.c (score_print_operand): Make sure that only
2764         lower bits are used.
2766 2007-05-22  Ian Lance Taylor  <iant@google.com>
2768         * tree-vrp.c (avoid_overflow_infinity): New static function,
2769         broken out of set_value_range_to_value.
2770         (set_value_range_to_value): Call avoid_overflow_infinity.
2771         (extract_range_from_assert): Likewise.
2773 2007-05-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2775         PR middle-end/31095
2776          * builtins.c (expand_builtin_memmove_args): Strip nops that don't
2777         change the type before looking for a COMPOUND_EXPR.
2779 2007-05-22  Ian Lance Taylor  <iant@google.com>
2781         * lower-subreg.c (decompose_multiword_subregs): If we change an
2782         insn, call remove_retval_note on it.
2784 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
2786         * regs.h (end_hard_regno): New function.
2787         (END_HARD_REGNO, END_REGNO): New macros.
2788         (add_to_hard_reg_set): New function.
2789         (remove_from_hard_reg_set): Likewise.
2790         (in_hard_reg_set_p): Likewise.
2791         (overlaps_hard_reg_set_p): Likewise.
2792         * bt-load.c (find_btr_reference): Use overlaps_hard_reg_set_p.
2793         (note_btr_set): Use END_HARD_REGNO.
2794         * caller-save.c (setup_save_areas): Use end_hard_regno.
2795         (mark_set_regs): Use END_HARD_REGNO.
2796         (add_stored_regs): Use end_hard_regno.
2797         (mark_referenced_regs): Use add_to_hard_reg_set.
2798         * combine.c (update_table_tick): Use END_REGNO.
2799         (record_value_for_reg): Likewise.
2800         (record_dead_and_set_regs): Likewise.
2801         (get_last_value_validate): Likewise.
2802         (use_crosses_set_p): Likewise.
2803         (reg_dead_at_p_1): Likewise.
2804         (reg_dead_at_p): Likewise.
2805         (mark_used_regs_combine): Use add_to_hard_reg_set.
2806         (move_deaths): Use END_HARD_REGNO.
2807         (reg_bitfield_target_p): Use end_hard_regno.
2808         (distribute_notes): Use END_HARD_REGNO.
2809         * cse.c (mention_regs): Use END_REGNO.
2810         (insert): Use add_to_hard_reg_set.
2811         (invalidate): Use END_HARD_REGNO.
2812         (invalidate_for_call): Likewise.
2813         (exp_equiv_p): Use END_REGNO.
2814         (cse_insn): Likewise.
2815         * cselib.c (cselib_invalidate_regno): Use end_hard_regno.
2816         * df-problems.c (df_urec_mark_reg_change): Use END_HARD_REGNO.
2817         * df-scan.c (df_ref_record): Use END_HARD_REGNO.
2818         * function.c (keep_stack_depressed): Use end_hard_regno.
2819         * global.c (global_alloc): Use end_hard_regno.
2820         (global_conflicts): Use add_to_hard_reg_set instead of
2821         mark_reg_live_nc.
2822         (find_reg): Likewise.
2823         (mark_reg_store): Likewise.
2824         (mark_reg_conflicts): Likewise.
2825         (mark_reg_death): Use remove_from_hard_reg_set.
2826         (mark_reg_live_nc): Delete.
2827         (set_preference): Use end_hard_regno.
2828         * local-alloc.c (mark_life): Use add_to_hard_reg_set and
2829         remove_from_hard_reg_set.
2830         (post_mark_life): Use add_to_hard_reg_set.
2831         * mode-switching.c (reg_dies): Use remove_from_hard_reg_set.
2832         (reg_becomes_live): Use add_to_hard_reg_set.
2833         * recog.c (reg_fits_class_p): Use in_hard_reg_set_p.
2834         (peep2_find_free_register): Use add_to_hard_reg_set.
2835         * reg-stack.c (convert_regs_exit): Use END_HARD_REGNO.
2836         * regclass.c (record_reg_classes): Use in_hard_reg_set_p.
2837         * regrename.c (note_sets): Use add_to_hard_reg_set.
2838         (clear_dead_regs): Use remove_from_hard_reg_set.
2839         (regrename_optimize): Use add_to_hard_reg_set.
2840         (find_oldest_value_reg): Use in_hard_reg_set_p.
2841         * reload.c (push_reload): Use in_hard_reg_set_p and end_hard_regno.
2842         (hard_reg_set_here_p): Use end_hard_regno.
2843         (decompose): Likewise.
2844         (reg_overlap_mentioned_for_reload_p): Use END_HARD_REGNO.
2845         (find_equiv_reg): Use in_hard_reg_set_p and end_hard_regno.
2846         * reload1.c (compute_use_by_pseudos): Use add_to_hard_reg_set.
2847         (mark_home_live): Use end_hard_regno.
2848         (spill_hard_reg): Likewise.
2849         (clear_reload_reg_in_use): Likewise.
2850         * reorg.c (delete_prior_computation): Use END_REGNO.
2851         * resource.c (update_live_status): Use END_HARD_REGNO.
2852         (mark_referenced_resources): Use add_to_hard_reg_set.
2853         (mark_set_resources): Likewise.
2854         (mark_target_live_regs): Likewise.  Use remove_from_hard_reg_set.
2855         * rtlanal.c (refers_to_regno_p): Use END_REGNO.
2856         (reg_overlap_mentioned_p): Likewise.
2857         (dead_or_set_p): Likewise.  Use an exclusive upper loop bound.
2858         (covers_regno_no_parallel_p): Use END_REGNO.
2859         (find_regno_note): Likewise.
2860         (find_reg_fusage): Use END_HARD_REGNO.
2861         * stmt.c (decl_overlaps_hard_reg_set_p): Use overlaps_hard_reg_set_p.
2862         * var-tracking.c (emit_note_insn_var_location): Use end_hard_regno.
2864 2007-05-22  Richard Sandiford  <rsandifo@nildram.co.uk>
2866         * mode-switching.c (reg_dies): Change type of second argument to
2867         "HARD_REG_SET *".
2868         (optimize_mode_switching): Update accordingly.
2870 2007-05-22  Richard Sandiford  <richard@codesourcery.com>
2872         * hard-reg-set.h (GO_IF_HARD_REG_SUBSET, GO_IF_HARD_REG_EQUAL): Delete
2873         in favor of...
2874         (hard_reg_subset_p, hard_reg_sets_equal_p, hard_reg_sets_intersect_p)
2875         (hard_reg_set_empty_p): ...these new functions.
2876         * bt-load.c (choose_btr): Use hard_reg_subset_p instead of
2877         GO_IF_HARD_REG_SUBSET.
2878         * cfgcleanup.c (old_insns_match_p): Use hard_reg_sets_equal_p
2879         instead of GO_IF_HARD_REG_EQUAL.
2880         * df-problems.c (df_urec_local_compute): Use hard_reg_set_empty_p
2881         instead of GO_IF_HARD_REG_EQUAL.
2882         * global.c (find_reg): Use hard_reg_set_empty_p instead of
2883         GO_IF_HARD_REG_SUBSET.
2884         (modify_reg_pav): Use hard_reg_set_empty_p instead of
2885         GO_IF_HARD_REG_EQUAL.
2886         * local-alloc.c (find_free_reg): Use hard_reg_subset_p instead
2887         of GO_IF_HARD_REG_SUBSET.
2888         * reg-stack.c (change_stack, convert_regs_1): Use hard_reg_sets_equal_p
2889         instead of GO_IF_HARD_REG_EQUAL.
2890         * regclass.c (init_reg_sets_1, reg_scan_mark_refs): Use
2891         hard_reg_subset_p instead of GO_IF_HARD_REG_SUBSET.
2892         (reg_classes_intersect_p): Use hard_reg_sets_intersect_p instead
2893         of GO_IF_HARD_REG_SUBSET,
2894         * reload1.c (finish_spills): Use hard_reg_subset_p instead of
2895         GO_IF_HARD_REG_SUBSET.
2896         * struct-equiv.c (death_notes_match_p): Use hard_reg_sets_equal_p
2897         instead of GO_IF_HARD_REG_EQUAL.
2898         * config/sh/sh.c (push_regs, calc_live_regs): Use
2899         hard_reg_sets_intersect_p instead of hard_regs_intersect_p.
2900         (hard_regs_intersect_p): Delete.
2902 2007-05-22  Janis Johnson  <janis187@us.ibm.com>
2904         * doc/sourcebuild.texi (Test Directives) Add dg-message.
2906 2007-05-22  H.J. Lu  <hongjiu.lu@intel.com>
2907             Richard Henderson  <rth@redhat.com>
2909         * config.gcc (i[34567]86-*-*): Add smmintrin.h to
2910         extra_headers.
2911         (x86_64-*-*): Likewise.
2913         * i386/i386-modes.def (V2QI): New.
2915         * config/i386/i386.c (ix86_handle_option): Handle SSE4.1 and
2916         SSE4A.
2917         (override_options): Support SSE4.1.
2918         (IX86_BUILTIN_BLENDPD): New for SSE4.1.
2919         (IX86_BUILTIN_BLENDPS): Likewise.
2920         (IX86_BUILTIN_BLENDVPD): Likewise.
2921         (IX86_BUILTIN_BLENDVPS): Likewise.
2922         (IX86_BUILTIN_PBLENDVB128): Likewise.
2923         (IX86_BUILTIN_PBLENDW128): Likewise.
2924         (IX86_BUILTIN_DPPD): Likewise.
2925         (IX86_BUILTIN_DPPS): Likewise.
2926         (IX86_BUILTIN_INSERTPS128): Likewise.
2927         (IX86_BUILTIN_MOVNTDQA): Likewise.
2928         (IX86_BUILTIN_MPSADBW128): Likewise.
2929         (IX86_BUILTIN_PACKUSDW128): Likewise.
2930         (IX86_BUILTIN_PCMPEQQ): Likewise.
2931         (IX86_BUILTIN_PHMINPOSUW128): Likewise.
2932         (IX86_BUILTIN_PMAXSB128): Likewise.
2933         (IX86_BUILTIN_PMAXSD128): Likewise.
2934         (IX86_BUILTIN_PMAXUD128): Likewise.
2935         (IX86_BUILTIN_PMAXUW128): Likewise.
2936         (IX86_BUILTIN_PMINSB128): Likewise.
2937         (IX86_BUILTIN_PMINSD128): Likewise.
2938         (IX86_BUILTIN_PMINUD128): Likewise.
2939         (IX86_BUILTIN_PMINUW128): Likewise.
2940         (IX86_BUILTIN_PMOVSXBW128): Likewise.
2941         (IX86_BUILTIN_PMOVSXBD128): Likewise.
2942         (IX86_BUILTIN_PMOVSXBQ128): Likewise.
2943         (IX86_BUILTIN_PMOVSXWD128): Likewise.
2944         (IX86_BUILTIN_PMOVSXWQ128): Likewise.
2945         (IX86_BUILTIN_PMOVSXDQ128): Likewise.
2946         (IX86_BUILTIN_PMOVZXBW128): Likewise.
2947         (IX86_BUILTIN_PMOVZXBD128): Likewise.
2948         (IX86_BUILTIN_PMOVZXBQ128): Likewise.
2949         (IX86_BUILTIN_PMOVZXWD128): Likewise.
2950         (IX86_BUILTIN_PMOVZXWQ128): Likewise.
2951         (IX86_BUILTIN_PMOVZXDQ128): Likewise.
2952         (IX86_BUILTIN_PMULDQ128): Likewise.
2953         (IX86_BUILTIN_PMULLD128): Likewise.
2954         (IX86_BUILTIN_ROUNDPD): Likewise.
2955         (IX86_BUILTIN_ROUNDPS): Likewise.
2956         (IX86_BUILTIN_ROUNDSD): Likewise.
2957         (IX86_BUILTIN_ROUNDSS): Likewise.
2958         (IX86_BUILTIN_PTESTZ): Likewise.
2959         (IX86_BUILTIN_PTESTC): Likewise.
2960         (IX86_BUILTIN_PTESTNZC): Likewise.
2961         (IX86_BUILTIN_VEC_EXT_V16QI): Likewise.
2962         (IX86_BUILTIN_VEC_SET_V2DI): Likewise.
2963         (IX86_BUILTIN_VEC_SET_V4SF): Likewise.
2964         (IX86_BUILTIN_VEC_SET_V4SI): Likewise.
2965         (IX86_BUILTIN_VEC_SET_V16QI): Likewise.
2966         (bdesc_ptest): New.
2967         (bdesc_sse_3arg): Likewise.
2968         (bdesc_2arg): Likewise.
2969         (bdesc_1arg): Likewise.
2970         (ix86_init_mmx_sse_builtins): Support SSE4.1.  Handle SSE builtins
2971         with 3 args.
2972         (ix86_expand_sse_4_operands_builtin): New.
2973         (ix86_expand_unop_builtin): Support 2 arg builtins with a constant
2974         smaller than 8 bits as the 2nd arg.
2975         (ix86_expand_sse_ptest): New.
2976         (ix86_expand_builtin): Support SSE4.1. Support 3 arg SSE builtins.
2977         (ix86_expand_vector_set): Support SSE4.1.
2978         (ix86_expand_vector_extract): Likewise.
2980         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
2981         __SSE4_1__ for -msse4.1.
2983         * config/i386/i386.md (UNSPEC_BLENDV): New for SSE4.1.
2984         (UNSPEC_INSERTPS): Likewise.
2985         (UNSPEC_DP): Likewise.
2986         (UNSPEC_MOVNTDQA): Likewise.
2987         (UNSPEC_MPSADBW): Likewise.
2988         (UNSPEC_PHMINPOSUW): Likewise.
2989         (UNSPEC_PTEST): Likewise.
2990         (UNSPEC_ROUNDP): Likewise.
2991         (UNSPEC_ROUNDS): Likewise.
2993         * config/i386/i386.opt (msse4.1): New for SSE4.1.
2995         * config/i386/predicates.md (const_pow2_1_to_2_operand): New.
2996         (const_pow2_1_to_32768_operand): Likewise.
2998         * config/i386/smmintrin.h: New. The SSE4.1 intrinsic header
2999         file.
3001         * config/i386/sse.md (*vec_setv4sf_sse4_1): New pattern for
3002         SSE4.1.
3003         (sse4_1_insertps): Likewise.
3004         (*sse4_1_extractps): Likewise.
3005         (sse4_1_ptest): Likewise.
3006         (sse4_1_mulv2siv2di3): Likewise.
3007         (*sse4_1_mulv4si3): Likewise.
3008         (*sse4_1_smax<mode>3): Likewise.
3009         (*sse4_1_umax<mode>3): Likewise.
3010         (*sse4_1_smin<mode>3): Likewise.
3011         (*sse4_1_umin<mode>3): Likewise.
3012         (sse4_1_eqv2di3): Likewise.
3013         (*sse4_1_pinsrb): Likewise.
3014         (*sse4_1_pinsrd): Likewise.
3015         (*sse4_1_pinsrq): Likewise.
3016         (*sse4_1_pextrb): Likewise.
3017         (*sse4_1_pextrb_memory): Likewise.
3018         (*sse4_1_pextrw_memory): Likewise.
3019         (*sse4_1_pextrq): Likewise.
3020         (sse4_1_blendpd): Likewise.
3021         (sse4_1_blendps): Likewise.
3022         (sse4_1_blendvpd): Likewise.
3023         (sse4_1_blendvps): Likewise.
3024         (sse4_1_dppd): Likewise.
3025         (sse4_1_dpps): Likewise.
3026         (sse4_1_movntdqa): Likewise.
3027         (sse4_1_mpsadbw): Likewise.
3028         (sse4_1_packusdw): Likewise.
3029         (sse4_1_pblendvb): Likewise.
3030         (sse4_1_pblendw): Likewise.
3031         (sse4_1_phminposuw): Likewise.
3032         (sse4_1_extendv8qiv8hi2): Likewise.
3033         (*sse4_1_extendv8qiv8hi2): Likewise.
3034         (sse4_1_extendv4qiv4si2): Likewise.
3035         (*sse4_1_extendv4qiv4si2): Likewise.
3036         (sse4_1_extendv2qiv2di2): Likewise.
3037         (*sse4_1_extendv2qiv2di2): Likewise.
3038         (sse4_1_extendv4hiv4si2): Likewise.
3039         (*sse4_1_extendv4hiv4si2): Likewise.
3040         (sse4_1_extendv2hiv2di2): Likewise.
3041         (*sse4_1_extendv2hiv2di2): Likewise.
3042         (sse4_1_extendv2siv2di2): Likewise.
3043         (*sse4_1_extendv2siv2di2): Likewise.
3044         (sse4_1_zero_extendv8qiv8hi2): Likewise.
3045         (*sse4_1_zero_extendv8qiv8hi2): Likewise.
3046         (sse4_1_zero_extendv4qiv4si2): Likewise.
3047         (*sse4_1_zero_extendv4qiv4si2): Likewise.
3048         (sse4_1_zero_extendv2qiv2di2): Likewise.
3049         (*sse4_1_zero_extendv2qiv2di2): Likewise.
3050         (sse4_1_zero_extendv4hiv4si2): Likewise.
3051         (*sse4_1_zero_extendv4hiv4si2): Likewise.
3052         (sse4_1_zero_extendv2hiv2di2): Likewise.
3053         (*sse4_1_zero_extendv2hiv2di2): Likewise.
3054         (sse4_1_zero_extendv2siv2di2): Likewise.
3055         (*sse4_1_zero_extendv2siv2di2): Likewise.
3056         (sse4_1_roundpd): Likewise.
3057         (sse4_1_roundps): Likewise.
3058         (sse4_1_roundsd): Likewise.
3059         (sse4_1_roundss): Likewise.
3060         (mulv4si3): Don't expand for SSE4.1.
3061         (smax<mode>3): Likewise.
3062         (umaxv4si3): Likewise.
3063         (uminv16qi3): Likewise.
3064         (umin<mode>3): Likewise.
3065         (umaxv8hi3): Rewrite.  Only enabled for SSE4.1.
3067         * doc/extend.texi: Document SSE4.1 built-in functions.
3069         * doc/invoke.texi: Document -msse4.1.
3071 2007-05-22  Nathan Sidwell  <nathan@codesourcery.com>
3073         * config/m68k/linux.h (ASM_SPEC): Add asm_pcrel_spec.
3074         * config/m68k/m68k-none.h (ASM_SPEC): Don't override here.
3075         * config/m68k/m68k.h (ASM_PCREL_SPEC): New.
3076         (ASM_SPEC): Add asm_pcrel_spec.
3077         (EXTRA_SPECS): Add asm_pcrel_spec.
3079 2007-05-21  David Daney  <ddaney@avtrex.com>
3081         * doc/install.texi (Building a cross compiler): Add requirements
3082         for Java cross compiler.
3084 2007-05-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3086         PR middle-end/31995
3087         * tree-chrec.c (evolution_function_is_affine_multivariate_p):
3088         Add loopno argument.  Use evolution_function_is_invariant_rec_p
3089         instead of evolution_function_is_constant_p.
3090         Update calls to evolution_function_is_affine_multivariate_p.
3091         * tree-chrec.h (evolution_function_is_affine_multivariate_p):
3092         Add loopno argument.
3093         * tree-scalar-evolution.c (gather_chrec_stats): Call
3094         evolution_function_is_affine_multivariate_p with a loop
3095         number of 0.
3096         * tree-data-ref.c (analyze_miv_subscript): Likewise.
3097         (analyze_overlapping_iterations): Likewise.
3098         (access_functions_are_affine_or_constant_p): Likewise.
3099         (build_classic_dist_vector_1): If the access functions
3100         are equal, don't do anything.
3102 2007-05-21  Paolo Bonzini  <bonzini@gnu.org>
3103             Paolo Carlini  <pcarlini@suse.de>
3104             Uros Bizjak  <ubizjak@gmail.com>
3106         * c-cppbuiltin.c (c_cpp_builtins): Define
3107         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2,
3108         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8,
3109         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16, if appropriate.
3110         * doc/cpp.texi ([Standard Predefined Macros]): Document.
3112 2007-05-21  Mike Stump  <mrs@apple.com>
3114         * config/darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil
3115         handling as well.
3116         * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
3118 2007-05-21  Uros Bizjak  <ubizjak@gmail.com>
3120         * config/i386/tmmintrin.h (_mm_alignr_epi8): Provide macro
3121         implementation if __OPTIMIZE__ is not defined.
3122         (_mm_alignr_pi8): Ditto.
3123         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
3124         (_mm_inserti_si64): Ditto.
3125         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
3126         (_mm_slli_epi16): Ditto.
3127         (_mm_slli_epi32): Ditto.
3128         (_mm_slli_epi64): Ditto.
3129         (_mm_srai_epi16): Ditto.
3130         (_mm_srai_epi32): Ditto.
3131         (_mm_srli_si128): Ditto.
3132         (_mm_slli_si128): Ditto.
3133         (_mm_srli_epi16): Ditto.
3134         (_mm_srli_epi32): Ditto.
3135         (_mm_srli_epi64): Ditto.
3136         (_mm_extract_epi16): Ditto.
3137         (_mm_insert_epi16): Ditto.
3138         (_mm_shufflehi_epi16): Ditto.
3139         (_mm_shufflelo_epi16): Ditto.
3140         (_mm_shuffle_epi32): Ditto.
3141         * config/i386/xmmintrin.h (_mm_extract_pi16): Ditto.
3142         (_m_pextrw): Ditto.
3143         (_mm_insert_pi16): Ditto.
3144         (_m_pinsrw): Ditto.
3145         (_mm_shuffle_pi16): Ditto.
3146         (_m_pshufw): Ditto.
3147         (_mm_shufle_ps): Ditto.
3148         (_mm_prefetch): Ditto.
3150 2007-05-21  Andreas Krebbel  <krebbel1@de.ibm.com>
3152         * defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
3153         * doc/tm.texi (IBM_FLOAT_FORMAT): Documentation entry removed.
3154         * real.c (encode_i370_single, decode_i370_single,
3155         encode_i370_double, decode_i370_double): Functions removed.
3156         (i370_single_format, i370_double_format): Initializations removed.
3157         (real_maxval, round_for_format, exact_real_truncate, significand_size):
3158         Consider the log2_b field to always be one.
3159         (ieee_single_format, mips_single_format, coldfire_single_format,
3160         ieee_double_format, mips_double_format, coldfire_double_format,
3161         ieee_extended_motorola_format, ieee_extended_intel_96_format,
3162         ieee_extended_intel_128_format, ieee_extended_intel_96_round_53_format,
3163         ibm_extended_format, mips_extended_format, ieee_quad_format,
3164         mips_quad_format, vax_f_format, vax_d_format, vax_g_format,
3165         decimal_single_format, decimal_double_format, decimal_quad_format,
3166         c4x_single_format, c4x_extended_format, real_internal_format): Remove
3167         initialization of log2_b.
3168         * real.h (i370_single_format, i370_double_format): Declarations removed.
3169         * c-cppbuiltin.c (builtin_define_float_constants): Consider the log2_b
3170         field to always be one.
3172 2007-05-21  Andreas Schwab  <schwab@suse.de>
3174         * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
3175         NOTE_INSN_BASIC_BLOCK_P.
3176         (process_for_unwind_directive): Likewise.
3178 2007-05-21  Nathan Sidwell  <nathan@codesourcery.com>
3180         * builtins.c (expand_builtin_setjmp_setup): Update comment.
3181         * function.h (struct function): Move va_list_gpr_size,
3182         va_list_fpr_size, function_frequency to front of bitfields.  Add
3183         calls_unwind_init.
3184         (current_function_calls_unwind_init): New.
3185         * except.c (expand_builtin_unwind_init): Set
3186         current_function_calls_unwind_init not
3187         current_function_has_nonlocal_label.
3188         * reload1.c (has_nonexceptional_receiver): New.
3189         (reload): Use it and current_function_calls_unwind_init to
3190         determine whether call-saved regs must be saved.
3192 2007-05-20  Jan Hubicka  <jh@suse.cz>
3194         * gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of
3195         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
3196         * ddg.c (create_ddg): LIkewise.
3197         * final.c (final): Remove hunk moving line numbernotes around since
3198         they are no longer present at this stage.
3199         (final_scan_insn): Use NOTE_KIND instead of
3200         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
3201         (output_asm_label): Likewise.
3202         * reorg.c (dbr_schedule): Likewise.
3203         * haifa-sched.c (unlink_other_notes): Likewise.
3204         * mode-switching.c (optimize_mode_switching): Likewise.
3205         * graph.c (start_bb): Likewise.
3206         * rtl.def (NOTE): Update description.
3207         * jump.c (squeeze_notes): Delete.
3208         (mark_jump_label): Use NOTE_KIND instead of NOTE_LINE_NUMBER; use
3209         NOTE_INSN_BASIC_BLOCK_P when possible.
3210         * ifcvt.c (dead_or_predicable): Remove call of squeeze_notes.
3211         * dwarf2out.c (gen_label_die): Use NOTE_KIND instead of
3212         NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P when possible.
3213         (dwarf2out_var_location): Likewise.
3214         * cfgbuild.c (make_edges): Likewise.
3215         (find_basic_blocks_1): Likewise.
3216         * function.c (reorder_blocks_1): Likewise.
3217         (epilogue_done): Likewise.
3218         (reposition_prologue_and_epilogue_notes): Likewise.
3219         * print-rtl.c (print_rtx): Likewise; drop code for printing line number
3220         notes.
3221         (print_rtl): Likewise.
3222         (print_rtl_single): Likewise.
3223         * gcse.c (insert_insn_start_bb): Likewise.
3224         * alias.c (init_alias_analysis): Likewise.
3225         * calls.c (fixup_tail_calls): Likewise.
3226         * except.c (sjlj_emit_function_enter): Likewise.
3227         * emit-rtl.c (add_insn_after): Likeiwse.
3228         (emit_label_before): Likewise.
3229         (emit_label_after): Likewise.
3230         (emit_note_before, emit_note_after, emit_note): Update
3231         parameter to be enum insn_note; do not deal with source
3232         files.
3233         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps):
3234         Use NOTE_KIND instead of NOTE_LINE_NUMBER; use NOTE_INSN_BASIC_BLOCK_P
3235         when possible.
3236         (merge_blocks_move_successor_nojumps): Simplify now when
3237         we don't have BLOCK notes.
3238         (try_optimize_cfg): Likewise.
3239         * cfglayout.c (skip_insns_after_block): Likewise.
3240         (record_effective_endpoints): Likewise.
3241         (duplicate_insn_chain): Likewise.
3242         * varasm.c (output_constant_pool_1): Likewise.
3243         * sched-deps.c (sched_analyze): Likewise.
3244         * rtl.c (NOTE_INSN_MAX_isnt_negative_adjust_NOTE_INSN_BIAS):
3245         Exterminate.
3246         (note_insn_name): Simplify now when NOTE_INSN_BIAS is gone.
3247         * rtl.h (NOTE_SOURCE_LOCATION, NOTE_EXPANDED_LOCATION): Exterminate.
3248         (SET_INSN_DELETED): Simplify.
3249         (NOTE_LINE_NUMBER): Exterminate.
3250         (NOTE_LINE_KIND): New.
3251         (NOTE_INSN_BASIC_BLOCK_P): Update.
3252         (enum insn_note): Simplify.
3253         (GET_NOTE_INSN_NAME) Simplify.
3254         (emit_note_before, emit_note_after, emit_note): Update prototype.
3255         (squeeze_notes): Remove.
3256         * sched-int.h (NOTE_NOT_BB_P): Update.
3257         * resource.c (mark_target_live_regs): Update.
3258         * sched-rgn.c (debug_dependencies): Update.
3259         * sched-vis.c (print_insn): Update.
3260         * config/alpha/alpha.c (alpha_handle_trap_shadows): Update.
3261         * config/i386/i386.c (ix86_output_function_epilogue): Update.
3262         * config/sh/sh.c (sh_adjust_unroll_max): Function dead since gcc 4.0.0.
3263         (TARGET_ADJUST_UNROLL_MAX): Likewise.
3264         (split_branches): Update.
3265         (sh_optimize_target_register_callee_saved): Remove hunk dead since gcc
3266         4.0.0.
3267         (sh_adjust_unroll_max): Exterminate.
3268         * config/c4x/c4x.c (c4x_reorg): Use SET_INSN_DELETED.
3269         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Likewise.
3270         (m68hc11_reorg): Likewise.
3271         * config/ia64/ia64.c (emit_insn_group_barriers): Update.
3272         (emit_predicate_relation_info): Update.
3273         (process_for_unwind_directive): Update.
3274         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update.
3275         (output_call): Update.
3276         * config/pa/pa.c (output_lbranch): Update.
3277         (output_millicode_call): Update.
3278         (output_call): Update.
3279         (pa_combine_instructions): Update.
3280         * config/mips/mips.c (mips16_gp_pseudo_reg): Update.
3281         * config/bfin/bfin.c (gen_one_bundle): Update.
3282         * cfgrtl.c (can_delete_note_p): Update.
3283         (delete_insn): Update.
3284         (rtl_merge_blocks): Update.
3285         (commit_one_edge_insertion): Update.
3286         (rtl_verify_flow_info): Update.
3287         * stmt.c (expand_case): Do not call squeeze_notes.
3289 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3291         PR middle-end/7651
3292         PR c++/11856
3293         PR c/12963
3294         PR c/23587
3295         PR other/29694
3296         * c.opt (Wtype-limits): New.
3297         * doc/invoke.texi (Wtype-limits): Document it.
3298         (Wextra): Enabled by -Wextra.
3299         * c-opts.c (c_common_post_options): Enabled by -Wextra.
3300         * c-common.c (shorten_compare): Warn with Wtype-limits.
3302 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
3304         * config/i386/tmmintrin.h (_mm_alignr_epi32): Implement as always
3305         inlined function, not as a macro.
3306         (_mm_alignr_pi8): Ditto.
3307         * config/i386/ammintrin.h (_mm_extracti_si64): Ditto.
3308         (_mm_inserti_si64): Ditto.
3309         * config/i386/emmintrin.h (_mm_shuffle_pd): Ditto.
3310         (_mm_extract_epi16): Ditto.
3311         (_mm_insert_epi16): Ditto.
3312         (_mm_shufflehi_epi16): Ditto.
3313         (_mm_shufflelo_epi16): Ditto.
3314         (_mm_shuffle_epi32): Ditto.
3315         * config/i386/xmmintrin.h (_mm_set_ss): Use 0.0f for float constant.
3316         * config/386/mm3dnow.h: Add __attribute__((__always_inline__)) to
3317         all functions.
3318         (_m_from_float): Add __extension__ to conversion.  Use 0.0f for
3319         float constant.
3320         (_m_to_float): Use C89 compatible assignment.
3322 2007-04-20  Martin Michlmayr  <tbm@cyrius.com>
3324         PR target/32007
3325         * config/arm/lib1funcs.asm: Define __ARM_ARCH__ on v2/v3 machines.
3327 2007-05-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3329         PR middle-end/7651
3330         * doc/invoke.texi (Wreturn-type): Complete description.
3331         (Wextra): Delete item about return-type warning.
3332         * c-decl.c: Delete redundant Wextra warning.
3334 2007-05-20  Uros Bizjak  <ubizjak@gmail.com>
3336         PR target/31585
3337         * config/i386/pmmintrin.h: Do not include xmmintrin.h
3338         * config/i386/xmmintrin.h (_mm_extract_pi16): Implement as always
3339         inlined function, not as a macro.
3340         (_mm_prefetch): Ditto.
3341         (_m_pextrw): Ditto.
3342         (_mm_insert_pi16): Ditto.
3343         (_m_pinsrw): Ditto.
3344         (_mm_shuffle_pi16): Ditto.  Add const to __N argument.
3345         (_m_pshufw): Ditto. Add const to __N argument.
3346         (_mm_shufle_ps): Ditto.  Add const to __mask argument.
3347         * config/i386/emmintrin.h (_mm_slli_epi16): Add const to __B argument.
3348         (_mm_slli_epi32): Ditto.
3349         (_mm_srli_si128): Implement as always inlined function, not as a macro.
3350         Add __inline to function declaration.
3351         (_mm_slli_si128): Ditto.
3353 2007-05-19  Uros Bizjak  <ubizjak@gmail.com>
3355         * config/i386/sfp-machine.h (FP_EX_INVALID, FP_EX_DENORM,
3356         FP_EXP_DIVZERO, FP_EX_OVERFLOW, FP_EX_UNDERFLOW, FP_EX_INEXACT):
3357         New constants.
3358         (struct fenv): New structure.
3359         (FP_HANDLE_EXCEPTIONS): New define.
3360         (FP_RND_NEAREST, FP_RND_ZERO, FP_RND_PINF, FP_RND_MINF): New constants.
3361         (_FP_DECL_EXP): New define.
3362         (FP_INIT_ROUNDMODE): New define.
3363         (FP_ROUNDMODE): New define.
3365 2007-05-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3367         * doc/invoke.texi (Warning Options): Add -Wconversion-sign.
3368         (Wconversion): Update description.
3369         (Wconversion-sign): New.
3370         * c.opt (Wconversion-sign): New.
3371         * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign
3372         means disabled for C++. Otherwise, take the status of Wconversion.
3373         * c-common.c (conversion_warning): Warn with either Wconversion or
3374         Wconversion-sign.
3375         (warnings_for_convert_and_check): Conditions are already checked by
3376         conversion_warning.
3377         (convert_and_check): Don't check warnings if the conversion failed.
3379 2007-05-19 Andy Hutchinson <HutchinsonAndy@netscape.net>
3380            Anatoly Sokolov <aesok@dol.ru>
3382         * config/avr/avr-protos.h (expand_prologue, expand_epilogue,
3383         avr_epilogue_uses) : Add declaration.
3384         * config/avr/predicates.md (avr_sp_immediate_operand): New predicate.
3385         * config/avr/constraints.md (R): New constraint.
3386         config/avr/avr.md (SREG_ADDR, UNSPEC_SEI, UNSPEC_CLI,
3387         UNSPECV_PROLOGUE_SAVES, UNSPECV_EPILOGUE_RESTORES): New constants.
3388         (*pop1, *pop2, *pop3, *pop4, *pop5): Combine into ...
3389         (*addhi3_sp_R_pc2, *addhi3_sp_R_pc3): ... these patterns.
3390         (*movhi_sp, popqi, pophi, enable_interrupt, disable_interrupt,
3391         call_prologue_saves, epilogue_restores, return_from_epilogue,
3392         return_from_main_epilogue, return_from_interrupt_epilogue,
3393         return_from_naked_epilogue, prologue, epilogue): New patterns.
3394         (jump): Handle symbol reference.
3395         * config/avr/avr.c (out_adj_frame_ptr, out_set_stack_ptr,
3396         avr_output_function_prologue, avr_output_function_epilogue): Remove
3397         functions.
3398         (avr_init_machine_status, expand_prologue, expand_epilogue,
3399         avr_asm_function_end_prologue, avr_epilogue_uses,
3400         avr_asm_function_begin_epilogue): New functions.
3401         (prologue_size, epilogue_size, jump_tables_size): Remove global
3402         variables.
3403         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
3404         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
3405         (TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): Define.
3406         (avr_override_options): Initialise init_machine_status.
3407         (output_movhi): Handle all stack pointer loads.
3408         (out_movqi_r_mr, out_movqi_mr_r): Handle SREG_ADDR address.
3409         (avr_output_addr_vec_elt): Do not use variable jump_tables_size.
3410         * config/avr/avr.h (AVR_2_BYTE_PC, AVR_3_BYTE_PC): New.
3411         (EPILOGUE_USES) Redefine.
3412         (machine_function) Declare.
3414 2007-05-19  Richard Sandiford  <richard@codesourcery.com>
3416         * config/mips/mips.c (mips_offset_within_alignment_p): Tweak comment.
3417         Use a single return statement.
3419 2007-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3421         PR middle-end/30250
3422         * builtins.c (do_mpfr_lgamma_r): New.
3423         (fold_builtin_2): Handle builtin gamma_r/lgamma_r.
3424         * tree.h (CASE_FLT_FN_REENT): New.
3426 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
3428         * dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
3429         (output_die): Use 'unsigned long' with %x.
3430         * sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
3431         HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
3432         * tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.
3434         * unwind-dw2.c (uw_identify_context): Use the CFA, not the IP.
3436 2007-05-18  H.J. Lu  <hongjiu.lu@intel.com>
3438         PR target/31989
3439         PR target/31681
3440         PR target/31666
3441         * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
3442         true if function has no argument.
3444 2007-05-18  DJ Delorie  <dj@redhat.com>
3446         * config/mips/mips.c (mips_offset_within_alignment_p): New.
3447         (mips_symbolic_constant_p): Call it for TPREL and DTPREL symbols.
3449 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
3451         * longlong.h (__x86_64__): Add definitions for add_ssaaaa,
3452         sub_ddmmss, umul_ppmm, udiv_qrnnd, count_leading_zeros and
3453         count_trailing_zeros.
3454         (__i386__): Implement count_leading_zeros using __builtin_clz().
3455         Implement count_trailing_zeros usign __builtin_ctz().
3457 2007-05-18  Richard Sandiford  <richard@codesourcery.com>
3459         * config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
3461 2007-05-18  Uros Bizjak  <ubizjak@gmail.com>
3463         PR middle-end/31344
3464         * expr.c (emit_move_change_mode): Change mode of push operands here.
3466 2007-05-17  Ian Lance Taylor  <iant@google.com>
3468         PR tree-optimization/31953
3469         * tree-vrp.c (set_value_range_to_value): Add equiv parameter.
3470         Change all callers.
3471         (set_value_range_to_null): Call set_value_range_to_value.
3472         (extract_range_from_comparison): Likewise.
3474 2007-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3476         * toplev.c (print_version): Output GMP/MPFR version info.
3478         * builtins.c (CASE_MATHFN_REENT): New macro.
3479         (mathfn_built_in): Use it.
3480         * builtins.def (BUILT_IN_GAMMA_R, BUILT_IN_GAMMAF_R,
3481         BUILT_IN_GAMMAL_R, BUILT_IN_LGAMMA_R, BUILT_IN_LGAMMAF_R,
3482         BUILT_IN_LGAMMAL_R): New.
3483         * doc/extend.texi: Document new builtins.
3485         PR middle-end/31796
3486         * builtins.c (do_mpfr_remquo): New.
3487         (fold_builtin_2): Handle BUILT_IN_DREM/BUILT_IN_REMAINDER.
3488         (fold_builtin_3): Handle BUILT_IN_REMQUO.
3490         PR middle-end/30251
3491         * builtins.c (fold_builtin_1): Handle y0, y1.
3492         (fold_builtin_2): Handle yn.
3494         PR middle-end/30251
3495         * builtins.c (do_mpfr_bessel_n): New.
3496         (fold_builtin_1): Handle BUILT_IN_J0 and BUILT_IN_J1.
3497         (fold_builtin_2): Handle BUILT_IN_JN.
3499 2007-05-17  Danny Smith  <dannysmith@users.sourceforge.net>
3501         PR target/31965
3502         * config/i386/mingw32.h (_INTEGRAL_MAX_BITS): Define builtin as
3503         TYPE_PRECISION (intmax_type_node).
3505 2007-05-17  Steve Ellcey  <sje@cup.hp.com>
3507         PR target/31850
3508         * reload.c (subst_reloads): Remove checking.
3510 2007-05-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3512         PR rtl-optimization/31691
3513         * combine.c (simplify_set): Build a new src pattern instead of
3514         substituting its operands in the COMPARE case.
3516 2007-05-17  Zdenek Dvorak  <dvorakz@suse.cz>
3518         * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
3519         (execute_vrp): Preserve loops through jump threading.
3520         * tree-ssa-threadupdate.c (thread_single_edge,
3521         dbds_continue_enumeration_p, determine_bb_domination_status,
3522         thread_through_loop_header): New functions.
3523         (create_edge_and_update_destination_phis,
3524         create_edge_and_update_destination_phis): Set loops for the new blocks.
3525         (prune_undesirable_thread_requests): Removed.
3526         (redirect_edges): Do not pretend that redirect_edge_and_branch can
3527         create new blocks.
3528         (thread_block): Do not call prune_undesirable_thread_requests.
3529         Update loops.
3530         (mark_threaded_blocks): Select edges to thread here.
3531         (thread_through_all_blocks): Take may_peel_loop_headers argument.
3532         Thread edges through loop headers independently.
3533         * cfgloopmanip.c (create_preheader, mfb_keep_just): Export.
3534         * tree-pass.h (TODO_mark_first_instance): New.
3535         (first_pass_instance): Declare.
3536         * cfghooks.c (duplicate_block): Put the block to the original loop
3537         if copy is not specified.
3538         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Preserve loops through
3539         jump threading.  Pass may_peel_loop_headers to
3540         thread_through_all_blocks according to first_pass_instance.
3541         * cfgloop.h (create_preheader): Declare.
3542         * tree-flow.h (thread_through_all_blocks): Declaration changed.
3543         * basic-block.h (mfb_keep_just, mfb_kj_edge): Declare.
3544         * passes.c (first_pass_instance): New variable.
3545         (next_pass_1): Set TODO_mark_first_instance.
3546         (execute_todo): Set first_pass_instance.
3548 2007-05-17  Uros Bizjak  <ubizjak@gmail.com>
3550         PR tree-optimization/24659
3551         * optabs.h (enum optab_index): Add OTI_vec_unpacks_float_hi,
3552         OTI_vec_unpacks_float_lo, OTI_vec_unpacku_float_hi,
3553         OTI_vec_unpacku_float_lo, OTI_vec_pack_sfix_trunc and
3554         OTI_vec_pack_ufix_trunc.
3555         (vec_unpacks_float_hi_optab): Define new macro.
3556         (vec_unpacks_float_lo_optab): Ditto.
3557         (vec_unpacku_float_hi_optab): Ditto.
3558         (vec_unpacku_float_lo_optab): Ditto.
3559         (vec_pack_sfix_trunc_optab): Ditto.
3560         (vec_pack_ufix_trunc_optab): Ditto.
3561         * genopinit.c (optabs): Implement vec_unpack[s|u]_[hi|lo]_optab
3562         and vec_pack_[s|u]fix_trunc_optab using
3563         vec_unpack[s|u]_[hi\lo]_* and vec_pack_[u|s]fix_trunc_* patterns
3564         * tree-vectorizer.c (supportable_widening_operation): Handle
3565         FLOAT_EXPR and CONVERT_EXPR.  Update comment.
3566         (supportable_narrowing_operation): New function.
3567         * tree-vectorizer.h (supportable_narrowing_operation): Prototype.
3568         * tree-vect-transform.c (vectorizable_conversion): Handle
3569         (nunits_in == nunits_out / 2) and (nunits_out == nunits_in / 2) cases.
3570         (vect_gen_widened_results_half): Move before vectorizable_conversion.
3571         (vectorizable_type_demotion): Call supportable_narrowing_operation()
3572         to check for target support.
3573         * optabs.c (optab_for_tree_code) Return vec_unpack[s|u]_float_hi_optab
3574         for VEC_UNPACK_FLOAT_HI_EXPR, vec_unpack[s|u]_float_lo_optab
3575         for VEC_UNPACK_FLOAT_LO_EXPR and vec_pack_[u|s]fix_trunc_optab
3576         for VEC_PACK_FIX_TRUNC_EXPR.
3577         (expand_binop): Special case mode of the result for
3578         vec_pack_[u|s]fix_trunc_optab.
3579         (init_optabs): Initialize vec_unpack[s|u]_[hi|lo]_optab and
3580         vec_pack_[u|s]fix_trunc_optab.
3582         * tree.def (VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR,
3583         VEC_PACK_FIX_TRUNC_EXPR): New tree codes.
3584         * tree-pretty-print.c (dump_generic_node): Handle
3585         VEC_UNPACK_FLOAT_HI_EXPR, VEC_UNPACK_FLOAT_LO_EXPR and
3586         VEC_PACK_FIX_TRUNC_EXPR.
3587         (op_prio): Ditto.
3588         * expr.c (expand_expr_real_1): Ditto.
3589         * tree-inline.c (estimate_num_insns_1): Ditto.
3590         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
3592         * config/i386/sse.md (vec_unpacks_float_hi_v8hi): New expander.
3593         (vec_unpacks_float_lo_v8hi): Ditto.
3594         (vec_unpacku_float_hi_v8hi): Ditto.
3595         (vec_unpacku_float_lo_v8hi): Ditto.
3596         (vec_unpacks_float_hi_v4si): Ditto.
3597         (vec_unpacks_float_lo_v4si): Ditto.
3598         (vec_pack_sfix_trunc_v2df): Ditto.
3600         * doc/c-tree.texi (Expression trees) [VEC_UNPACK_FLOAT_HI_EXPR]:
3601         Document.
3602         [VEC_UNPACK_FLOAT_LO_EXPR]: Ditto.
3603         [VEC_PACK_FIX_TRUNC_EXPR]: Ditto.
3604         * doc/md.texi (Standard Names) [vec_pack_sfix_trunc]: Document.
3605         [vec_pack_ufix_trunc]: Ditto.
3606         [vec_unpacks_float_hi]: Ditto.
3607         [vec_unpacks_float_lo]: Ditto.
3608         [vec_unpacku_float_hi]: Ditto.
3609         [vec_unpacku_float_lo]: Ditto.
3611 2007-05-16  Uros Bizjak  <ubizjak@gmail.com>
3613         * soft-fp/README: Update for new files.
3614         * soft-fp/floattisf.c: New file.
3615         * soft-fp/floattidf.c: New file.
3616         * soft-fp/floattitf.c: New file.
3617         * soft-fp/floatuntisf.c: New file.
3618         * soft-fp/floatuntidf.c: New file.
3619         * soft-fp/floatuntitf.c: New file.
3620         * soft-fp/fixsfti.c: New file.
3621         * soft-fp/fixdfti.c: New file.
3622         * soft-fp/fixtfti.c: New file.
3623         * soft-fp/fixunssfti.c: New file.
3624         * soft-fp/fixunsdfti.c: New file.
3625         * soft-fp/fixunstfti.c: New file.
3626         * soft-fp/extendxftf.c: New file.
3627         * soft-fp/trunctfxf.c: New file.
3629         * libgcc-std.ver (__extendxftf2): Added to GCC_4.3.0 section.
3630         (__trunctfxf2): Ditto.
3632         * config/i386/libgcc-x86_64-glibc.ver (__addtf3, __divtf3, __eqtf2,
3633         __extenddftf2, __extendsftf2, __fixtfdi, __fixtfsi, __fixtfti,
3634         __fixunstfdi, __fixunstfsi, __fixunstfti, __floatditf, __floatsitf,
3635         __floattitf, __floatunditf, __floatunsitf, __floatuntitf, __getf2,
3636         __letf2, __multf3, __negtf2, __subtf3, __trunctfdf2, __trunctfsf2,
3637         __unordtf2): Exclude and add to GCC_4.3.0 section for x86_64 targets.
3639         * config/i386/t-fprules-softfp64: New file.
3640         * config/i386/sfp-machine.h: New file.
3641         * config.gcc (x86_64-*-linux*, x86_64-*-kfreebsd*-gnu,
3642         x86_64-*-knetbsd*-gnu): Add i386/t-fprules-softfp64
3643         and soft-fp/t-softfp to tmake_file.
3644         (i[34567]86-*-linux*, i[34567]86-*-kfreebsd*-gnu,
3645         i[34567]86-*-knetbsd*-gnu): Ditto for --enable-targets=all.
3647         * config/i386/t-linux64 (softfp_wrap_start): New.
3648         (softfp_wrap_end): New.
3649         * config/i386/i386.c (ix86_scalar_mode_supported): TFmode is
3650         supported for TARGET_64BIT.
3652 2007-05-16  Rafael Avila de Espindola  <espindola@google.com>
3654         * c-common.c (c_common_signed_or_unsigned_type): Emulate
3655         c_common_unsigned_type behavior.
3657 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
3659         * config/i386/i386.c (legitimize_tls_address): Mark __tls_get_addr
3660         calls as pure.
3662 2007-05-16  Eric Christopher  <echristo@apple.com>
3664         * config/rs6000/rs6000.c (rs6000_emit_prologue): Move altivec register
3665         saving after stack push. Set sp_offset whenever we push.
3666         (rs6000_emit_epilogue): Move altivec register restore before
3667         stack push.
3669 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
3671         * configure.ac: Allow sysroots to be relocated under $prefix as
3672         well as $exec_prefix.
3673         * configure: Regenerate.
3675 2007-05-16  Richard Sandiford  <richard@codesourcery.com>
3677         Revert:
3679         2007-05-12  Richard Sandiford  <richard@codesourcery.com>
3681         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
3682         (gcc_tooldir): Likewise.
3683         * configure: Regenerate.
3684         * Makefile.in (libsubdir_to_prefix): New variable, based on the
3685         old configure.ac gcc_tooldir setting.
3686         (prefix_to_exec_prefix): New variable.
3687         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
3688         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
3690 2007-05-14  Janis Johnson  <janis187@us.ibm.com>
3692         * c-typeck.c (build_binary_op): Return early for error.
3694 2007-05-15  Zdenek Dvorak  <dvorakz@suse.cz>
3696         * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate
3697         struct nb_iter_bound.
3698         (free_numbers_of_iterations_estimates_loop): Use ggc_free.
3699         * gengtype.c (open_base_files): Add cfhloop.h to the list of includes.
3700         * cfgloopmanip.c (place_new_loop): Vector larray is gc-allocated.
3701         * tree-scalar-evolution.c: Include gt-tree-scalar-evolution.h.
3702         (struct scev_info_str, scalar_evolution_info): Add GTY markers.
3703         (new_scev_info_str): Use GGC_NEW to allocate struct scev_info_str.
3704         (del_scev_info): Use ggc_free.
3705         (scev_initialize): Allocate scalar_evolution_info in gc memory.
3706         * loop-init.c: Include ggc.h.
3707         (loop_optimizer_init): Use GGC_CNEW to allocate struct loops.
3708         (loop_optimizer_finalize): Use ggc_free.
3709         * tree-ssa-loop.c (pass_tree_unswitch, pass_vectorize,
3710         pass_linear_transfom, pass_empty_loop, pass_complete_unroll,
3711         pass_iv_optimize): Add TODO_ggc_collect.
3712         * function.h (struct function): Remove skip marker from x_current_loops.
3713         * cfgloop.c: Include ggc.h.
3714         (flow_loops_free, flow_loop_free): Free the loop descriptions in gc
3715         memory.
3716         (establish_preds): Vector superloops is gc allocated.
3717         (alloc_loop): Allocate loop using GGC_CNEW.  Allocate head of
3718         loop->exits list.
3719         (flow_loops_find): Vector larray is gc allocated.
3720         (loop_exit_free): Use ggc_free.
3721         (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit.  Reflect
3722         that head of exits list is now not a part of struct loop.
3723         (record_loop_exits): Allocate exits table in gc memory.
3724         (get_loop_exit_edges, verify_loop_structure, single_exit): Reflect that
3725         head of exits list is now not a part of struct loop.
3726         * cfgloop.h (struct lpt_decision, struct nb_iter_bound,
3727         struct loop_exit): Add GTY marker.
3728         (struct loop): Add GTY marker.  Make superloops vector gc allocated.
3729         Add skip marker to aux field.  Make head of exits list a separate
3730         object.
3731         (struct loops): Add GTY marker.  Make larray vector gc allocated.
3732         Add param marker to exits table.
3733         (get_loops): Type changed.
3734         * Makefile.in (tree-scalar-evolution.o): Add gt-tree-scalar-evolution.h
3735         dependency.
3736         (cfgloop.o, loop-init.o): Add ggc.h dependency.
3737         (GTFILES): Add cfgloop.h and tree-scalar-evolution.c.
3738         * basic-block.h (struct basic_block_def): Remove skip marker from
3739         loop_father field.
3741 2007-05-14  Uros Bizjak  <ubizjak@gmail.com>
3743         * builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead
3744         of 0 in the call to expand_expr().
3745         (expand_builtin_mathfn_3): Ditto.
3746         (expand_builtin_interclass_mathfn): Ditto.
3747         (expand_builtin_cexpi): Ditto.
3748         (expand_builtin_int_roundingfn): Ditto.
3749         (expand_builtin_int_roundingfn_2): Ditto.
3750         (expand_builtin_pow): Ditto.
3751         (expand_builtin_powi): Ditto.
3752         (expand_builtin_bswap): Ditto.
3753         (expand_builtin_unop): Ditto.
3754         (expand_builtin_fabs): Ditto.
3755         (get_builtin_sync_mem): Use NULL_RTX instead of NULL in
3756         the call to expand_expr().
3757         (expand_builtin_sync_operation): Ditto.
3758         (expand_builtin_compare_and_swap): Ditto.
3759         (expand_builtin_lock_test_and_set): Ditto.
3760         * except.c (expand_builtin_eh_return_data_regno): Use EXPAND_NORMAL
3761         instead of 0 in the call to expand_expr().
3762         (expand_builtin_extract_return_addr): Ditto.
3763         (expand_builtin_eh_return): Ditto.
3764         (expand_eh_return): Ditto.
3765         * explow.c (expr_size): Ditto.
3766         * expr.c (optimize_bitfield_assignment_op): Ditto.
3767         (expand_assignement): Ditto.
3768         (store_expr): Ditto.
3769         (store_field): Ditto.
3770         (expand_expr_addr_expr_1): Use NULL_RTX instead of NULL in
3771         the call to expand_expr().
3772         (expand_expr_real_1) [COMPLEX_CST]: Use EXPAND_NORMAL instead of 0
3773         in the call to expand_expr().
3774         [CONSTRUCTOR, PLUS_EXPR, MINUS_EXPR, NEGATE_EXPR, ABS_EXPR,
3775         BIT_NOT_EXPR, LSHIFT_EXPR, LT_EXPR, TRUTH_NOT_EXPR]: Ditto.
3776         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO]: Use expand_normal() instead
3777         of expand_expr().
3778         * optabs.c (expand_vec_shift_expr): Ditto.
3779         (expand_vec_cond_expr): Ditto.
3780         (vector_compare_rtx): Use EXPAND_STACK_PARM instead of 1 in the
3781         call to expand_expr().
3782         * stmt.c (expand_return): Use EXPAND_NORMAL instead of 0
3783         in the call to expand_expr().
3785 2007-05-14  Dave Korn  <dave.korn@artimi.com>
3787         * genautomata.c (gen_regexp_el):  Allocate correct size for regexp.
3789 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
3791         * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
3792         instead of c_common_unsigned_type.
3793         (c_common_unsigned_type): Remove.
3794         (shorten_compare): Use c_common_signed_or_unsigned_type instead of
3795         c_common_unsigned_type.
3796         (c_common_nodes_and_builtins): Use unsigned_type_for instead of
3797         c_common_unsigned_type.
3798         * c-common.h (c_common_unsigned_type): Remove.
3799         * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
3800         c_common_unsigned_type.
3801         * c-format.c (check_format_types): Use unsigned_type_for instead of
3802         c_common_unsigned_type.
3803         * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
3804         * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead of
3805         c_common_unsigned_type.
3806         * convert.c (convert_to_integer): Use unsigned_type_for instead of
3807         lang_hooks.types.unsigned_type.
3808         * expmed.c (make_tree): Use unsigned_type_for instead of
3809         lang_hooks.types.unsigned_type.
3810         * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
3811         lang_hooks.types.unsigned_type.
3812         (build_range_check): Likewise.
3813         (fold_unary): Likewise.
3814         (fold_binary): Likewise.
3815         (fold_ternary): Likewise.
3816         * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
3817         * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
3818         * tree.c (get_unsigned_type): New.
3819         (unsigned_type_for): Use get_unsigned_type instead of
3820         lang_hooks.types.unsigned_type.
3822 2007-05-14  Kazu Hirata  <kazu@codesourcery.com>
3824         * config/m68k/m68k-protos.h: Rename m68k_interrupt_function_p
3825         to m68k_get_function_kind.  Update its prototype.
3826         * config/m68k/m68k.c (m68k_attribute_table): Add an entry for
3827         interrupt_thread.
3828         (m68k_interrupt_function_p): Return enum m68k_function_type
3829         instead of bool.  Rename to m68k_get_function_kind.
3830         (m68k_handle_fndecl_attribute): Reject interrupt_thread if the
3831         target is not fido.
3832         (m68k_compute_frame_layout): Don't mark any register for save
3833         if an interrupt_thread attribute is specified.
3834         (m68k_hard_regno_rename_ok): Update a use of
3835         m68k_interrupt_function_p.
3836         * config/m68k/m68k.h (EPILOGUE_USES): Update a use of
3837         m68k_interrupt_function_p.
3838         (m68k_function_type): New.
3839         * config/m68k/m68k.md (*return): Output a 'sleep' instruction
3840         for a function with an interrupt_thread attribute.
3841         * doc/extend.texi: Document the interrupt_thread attribute.
3843 2007-05-13  Daniel Berlin  <dberlin@dberlin.org>
3845         Fix PR tree-optimization/31911
3846         * tree-ssa-pre.c (phi_translate): Make sure to cache results even
3847         if they didn't change the expression.
3849 2007-05-13  Zdenek Dvorak  <dvorakz@suse.cz>
3851         * tree-scalar-evolution.c (resolve_mixers): Exported.
3852         * tree-scalar-evolution.h (resolve_mixers): Declare.
3853         * tree-data-ref.c (object_analysis, ptr_decl_may_alias_p,
3854         ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
3855         record_record_differ_p, record_array_differ_p, array_ptr_differ_p,
3856         base_object_differ_p, base_addr_differ_p, analyze_array_indexes,
3857         init_array_ref, init_pointer_ref, analyze_indirect_ref,
3858         strip_conversion, analyze_offset_expr, address_analysis,
3859         object_analysis, analyze_offset): Removed.
3860         (dr_analyze_innermost, dr_analyze_indices, dr_analyze_alias,
3861         split_constant_offset, canonicalize_base_object_address,
3862         object_address_invariant_in_loop_p, disjoint_objects_p,
3863         dr_may_alias_p, dr_address_invariant_p): New functions.
3864         (create_data_ref): Use dr_analyze_innermost, dr_analyze_indices
3865         and dr_analyze_alias.
3866         (initialize_data_dependence_relation): Use dr_may_alias_p
3867         and object_address_invariant_in_loop_p.
3868         (compute_self_dependence): Handle the case when DDR_ARE_DEPENDENT (ddr)
3869         is chrec_dont_know.
3870         (find_data_references_in_stmt): Restrict the analysis of data references
3871         to the given loop nest.
3872         (find_data_references_in_loop): Made static.  Pass loop nest to
3873         find_data_references_in_stmt.
3874         (compute_data_dependences_for_loop): Use DR_VOPS.
3875         (free_data_ref): Free DR_VOPS.
3876         * tree-data-ref.h (struct first_location_in_loop): Replaced by ...
3877         (struct innermost_loop_behavior): ... new.
3878         (struct base_object_info): Replaced by ...
3879         (struct indices): ... new.
3880         (struct dr_alias): New.
3881         (enum data_ref_type): Removed.
3882         (struct data_reference): Consist of struct innermost_loop_behavior,
3883         struct indices and struct dr_alias.
3884         (DR_SET_ACCESS_FNS, DR_FREE_ACCESS_FNS): Removed.
3885         (DR_MEMTAG): Renamed to ...
3886         (DR_SYMBOL_TAG): ... this.
3887         (find_data_references_in_loop): Declaration removed.
3888         * tree-vect-analyze.c (vect_compute_data_ref_alignment): Use DR_INIT
3889         instead of DR_OFFSET_MISALIGNMENT.  DR_ALIGNED_TO is never NULL.
3890         (vect_analyze_data_refs): Use DR_SYMBOL_TAG instead of DR_MEMTAG.
3891         * tree-vect-transform.c (vect_create_data_ref_ptr): Ditto.
3893 2007-05-13  Revital Eres  <eres@il.ibm.com>
3895         * tree-ssa-dse.c (get_use_of_stmt_lhs): New function
3896         which walks virtual def-use chains to find redundant stores.
3897         (dse_optimize_stmt): Call it.
3899 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
3901         * gcse.c (gcse_main): Do jump bypassing in CPROP2.
3902         * passes.c (init_optimization_passes): Move pass_jump_bypass
3903         after loop2.
3905         * basic-block.h (bb_has_eh_pred): Fix style issue.
3907 2007-05-12  Steven Bosscher  <steven@gcc.gnu.org>
3909         PR rtl-optimization/31848
3910         * loop-invariant.c (move_invariant_reg): If we move an insn
3911         with a REG_EQUAL note, and that insn is not always executed,
3912         remove the REG_EQUAL note.
3914 2007-05-12  Richard Guenther  <rguenther@suse.de>
3916         PR tree-optimization/31797
3917         * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
3918         propagate into a stmt that has volatile ops.
3920 2007-05-12  Richard Sandiford  <richard@codesourcery.com>
3922         * configure.ac (gcc_gxx_include_dir): Use $(libsubdir_to_prefix).
3923         (gcc_tooldir): Likewise.
3924         * configure: Regenerate.
3925         * Makefile.in (libsubdir_to_prefix): New variable, based on the
3926         old configure.ac gcc_tooldir setting.
3927         (prefix_to_exec_prefix): New variable.
3928         (DRIVER_DEFINES): Use $(libsubdir_to_prefix)$(prefix_to_exec_prefix)
3929         rather than $(unlibsubdir)/../ to derive TOOLDIR_BASE_PREFIX.
3931 2007-05-11  Silvius Rus  <rus@google.com>
3933         * Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.
3934         * c-common.c (strict_aliasing_warning): Modify -Wstrict-aliasing logic.
3935         * c-common.h (strict_aliasing_warning): Change return type.
3936         * c-opts.c (c_common_handle_option): Add call to set_Wstrict_aliasing.
3937         * c-typeck.c (build_indirect_ref): Add call to strict_aliasing_warning.
3938         (build_c_cast): Condition call to strict_aliasing_warning.
3939         * doc/invoke.texi: Update description of -Wstrict-aliasing[=n].
3940         * flags.h (set_Wstrict_aliasing): Declare.
3941         * opts.c (set_Wstrict_alising): Define, add call to.
3942         * tree-flow.h (strict_aliasing_warning_backend): Declare.
3943         * tree-ssa-alias-warnings.c: New file.
3944         * tree-ssa-alias.c (compute_may_aliases): Add call to
3945         strict_aliasing_warning_backend.
3947 2007-05-11  Zdenek Dvorak  <dvorakz@suse.cz>
3949         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
3950         Use loop_depth and loop_outer accessor functions.
3951         * tree-ssa-loop-im.c (outermost_invariant_loop, set_level,
3952         determine_invariantness_stmt, move_computations_stmt): Ditto.
3953         * cfgloopmanip.c (fix_bb_placement, fix_loop_placement, remove_path,
3954         add_loop, loopify, unloop, fix_loop_structure): Ditto.
3955         * tree-ssa-loop-manip.c (find_uses_to_rename_use): Ditto.
3956         * tree-scalar-evolution.c (interpret_loop_phi,
3957         compute_scalar_evolution_in_loop, analyze_scalar_evolution_in_loop,
3958         instantiate_parameters_1, scev_const_prop): Ditto.
3959         * cfghooks.c (make_forwarder_block): Ditto.
3960         * cfgloopanal.c (mark_irreducible_loops, mark_loop_exit_edges): Ditto.
3961         * modulo-sched.c (loop_canon_p): Ditto.
3962         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg,
3963         slpeel_can_duplicate_loop_p): Ditto.
3964         * lambda-code.c (invariant_in_loop_and_outer_loops): Ditto.
3965         * tree-cfg.c (tree_duplicate_sese_region): Ditto.
3966         * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit,
3967         cancel_loop, verify_loop_structure): Ditto.
3968         (flow_loop_nested_p, superloop_at_depth, flow_loop_free,
3969         add_bb_to_loop, remove_bb_from_loops, find_common_loop): Use the
3970         superloops vector instead of "pred" array.
3971         (establish_preds): Take father loop as an argument.  Initialize the
3972         superloops vector.
3973         (flow_loop_tree_node_add): Pass father loop to establish_preds.  Do not
3974         initialize loop->outer.
3975         (flow_loop_tree_node_remove): Truncate the superloops vector.
3976         * cfgloop.h (struct loop): Removed field "outer", fields "depth" and
3977         "pred" merged to "superloops" vector.
3978         (loop_depth, loop_outer): New.
3979         (fel_init): Use loop_outer.
3981 2007-05-11  Jan Hubicka  <jh@suse.cz>
3983         * cgraphunit.c: Include gt-cgraphunit.h
3984         (static_ctors, static_dtors): New static vars.
3985         (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
3986         based on implementation in c-common.c
3987         (cgraph_finalize_function): Call record_cdtor_fn.
3988         (cgraph_optimize): Call cgraph_build_cdtor_fns.
3989         * decl.c (finish_function): Do not call c_record_cdtor_fn.
3990         (c_write_global_declarations): Do not call c_build_cdtor_fns.
3991         * c-common.c (static_ctors, static_dtors, c_record_cdtor_fn,
3992         build_cdtor, c_build_cdtor_fns): Remove.
3993         * c-common.h (static_ctors, static_dtors, c_record_cdtor_fn,
3994         c_build_cdtor_fns): Remove prototype.
3996 2007-05-11  Paolo Carlini  <pcarlini@suse.de>
3998         PR other/31852
3999         * builtin-types.def: Add BT_FN_PTR_CONST_PTR_INT_SIZE.
4000         * builtins.def: Add BUILT_IN_MEMCHR, use the latter.
4001         * builtins.c (fold_builtin_memchr): New.
4002         (expand_builtin_memchr): Call the latter.
4003         (expand_builtin, fold_builtin_3): Deal with BUILT_IN_MEMCHR.
4004         * doc/extend.texi ([Other built-in functions provided by GCC]):
4005         Document memchr.
4007 2007-05-11  Andreas Krebbel  <krebbel1@de.ibm.com>
4009         * config/s390/s390.md (GPR0_REGNUM, FPR0_REGNUM, FPR2_REGNUM,
4010         PFPO_CONVERT, PFPO_OP_TYPE_SF, PFPO_OP_TYPE_DF, PFPO_OP_TYPE_TF,
4011         PFPO_OP_TYPE_SD, PFPO_OP_TYPE_DD, PFPO_OP_TYPE_TD, PFPO_OP0_TYPE_SHIFT,
4012         PFPO_OP1_TYPE_SHIFT): Constants added.
4013         (DFP_ALL): Mode macro defined.
4014         ("*trunc<BFP:mode><DFP_ALL:mode>2", "*trunc<DFP_ALL:mode><BFP:mode>2",
4015         "*extend<BFP:mode><DFP_ALL:mode>2", "*extend<DFP_ALL:mode><BFP:mode>2"):
4016         Insn definitions added.
4017         ("trunc<BFP:mode><DFP_ALL:mode>2", "trunc<DFP_ALL:mode><BFP:mode>2",
4018         "extend<BFP:mode><DFP_ALL:mode>2", "extend<DFP_ALL:mode><BFP:mode>2"):
4019         Expanders added.
4021 2007-05-10  Zdenek Dvorak  <dvorakz@suse.cz>
4023         PR tree-optimization/31885
4024         * tree-chrec.c (chrec_contains_undetermined): Do not consider NULL_TREE
4025         to be undetermined.
4026         (automatically_generated_chrec_p): Return false for NULL.
4028 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
4030         * config/bfin/bfin.h (MOVE_RATIO): Define.
4032 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
4034         * config.gcc (sparc-wrs-vxworks): New target.
4035         * config/sparc/vxworks.h, config/sparc/t-vxworks: New files.
4036         * config/sparc/sparc-protos.h (sparc_emit_call_insn): Declare.
4037         * config/sparc/sparc.h: Include vxworks-dummy.h.
4038         (PRINT_OPERAND_ADDRESS): Extend SYMBOL_REF handling to
4039         include LABEL_REFs too.
4040         * config/sparc/sparc.c (sparc_expand_move): Don't assume that
4041         _GLOBAL_OFFSET_TABLE_ - label_ref is a link-time constant on
4042         VxWorks.
4043         (legitimize_pic_address): Handle LABEL_REFs like SYMBOL_REFs
4044         on VxWorks.
4045         (load_pic_register): Use gen_vxworks_load_got for VxWorks.
4046         (sparc_emit_call_insn): New function.
4047         (sparc_function_ok_for_sibcall): Restrict sibcalls to locally-binding
4048         functions when generating VxWorks PIC.
4049         * config/sparc/sparc.md (vxworks_load_got): New pattern.
4050         (call, call_value): Use sparc_emit_call_insn instead of
4051         emit_call_insn.
4053 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
4055         * config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.
4057 2007-05-09  Bob Wilson  <bob.wilson@acm.org>
4059         * config/xtensa/xtensa.c (xtensa_output_literal): Mask out high bits
4060         for floating-point values if HOST_BITS_PER_LONG > 32.  Use split_double
4061         instead of operand_subword.
4063 2007-05-08  Bernd Schmidt  <bernd.schmidt@analog.com>
4065         * config/bfin/bfin.h (LOCAL_ALIGNMENT): Define.
4066         * config/bfin/bfin.c (bfin_local_alignment): New function.
4067         * config/bfin/bfin-protos.h (bfin_local_alignment): Declare it.
4069 2007-05-08  Chao-ying Fu  <fu@mips.com>
4071         * doc/md.texi (msub@var{m}@var{n}4, usub@var{m}@var{n}4): Document.
4072         * optabs.h (OTI_smsub_widen, OTI_umsub_widen): New optab_indexes.
4073         (smsub_widen_optab, umsub_widen_optab): Define.
4074         * optabs.c (init_optabs): Initialize smsub_widen_optab and
4075         umsub_widen_optab.
4076         * genopinit.c (optabs): Fill in smsub_widen_optab and
4077         umsub_widen_optab.
4078         * expr.c (expand_expr_real_1): Try to use smsub_widen_optab
4079         and umsub_widen_optab to implement multiply-subtract sequences.
4080         * config/mips/mips.md (*msac<u>_di): Rename to...
4081         (<u>msubsidi4): ...this.  Extend condition to include
4082         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
4083         of operand 0 to "ka" and use the three-operand form of msub<u>
4084         for TARGET_DSPR2.
4085         * config/mips/mips-dspr2.md (mips_msub, mips_msubu): Convert
4086         to define_expands.
4088 2007-05-08  Kaz Kojima  <kkojima@gcc.gnu.org>
4090         PR rtl-optimization/28011
4091         * reload.c (push_reload): Set dont_share if IN appears in OUT
4092         also when IN is a PLUS rtx.
4093         (reg_overlap_mentioned_for_reload_p): Return true if X and IN
4094         are same PLUS rtx.
4096 2007-05-08  Kazu Hirata  <kazu@codesourcery.com>
4098         * emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL.  Don't
4099         call unshare_all_decls.
4100         (unshare_all_rtl): Adjust the call to unshare_all_rtl_1.
4101         (unshare_all_decls): Remove.
4103 2007-05-08  Simon Martin  <simartin@users.sourceforge.net>
4105         PR 31847
4106         * tree-dump.c (dump_options): Don't use TDF_DIAGNOSTIC in "*-all" tree
4107         dumps.
4109 2007-05-08  Sandra Loosemore  <sandra@codesourcery.com>
4110             Nigel Stephens  <nigel@mips.com>
4112         * config/mips/mips.h (MAX_FPRS_PER_FMT): Renamed from FP_INC.
4113         Update comments and all uses.
4114         (MIN_FPRS_PER_FMT): Define.
4115         * config/mips/mips.c (function_arg): Fix to correctly handle
4116         the -mips32r2 -mfp64 -mabi=32 case.
4117         (override_options): Enable use of odd-numbered registers for
4118         SFmode values on MIPS32.
4119         (mips_save_reg_p): Save whole floating-point register pair if
4120         either half is used.
4121         (compute_frame_size): Fix comment.
4123 2007-05-08  Jie Zhang  <jie.zhang@analog.com>
4125         * config/bfin/bfin-protos.h (bfin_expand_epilogue): Add a third
4126         argument of type bool.
4127         * config/bfin/bfin.c (add_to_reg): Add epilogue_p as a fourth
4128         argument. Safely select temporary P register according to it.
4129         (do_link): Change call site of add_to_reg accordingly.
4130         (do_unlink): Add epilogue_p as a fourth argument and pass it
4131         to add_to_reg.
4132         (expand_interrupt_handler_epilogue): Change call of do_unlink
4133         accordingly.
4134         (bfin_expand_prologue): Add a third argument sibcall_p.
4135         * config/bfin/bfin.md (epilogue): Change call of
4136         bfin_expand_epilogue accordingly.
4137         (sibcall_epilogue): Likewise.
4138         (eh_return_internal): Likewise.
4140         * config/bfin/bfin-protos.h (enum bfin_cpu): Add
4141         BFIN_CPU_BF534, BFIN_CPU_BF536 and BFIN_CPU_BF561.
4142         * config/bfin/bfin.c (bfin_handle_option): Handle
4143         -mcpu=bf534, -mcpu=bf536 and -mcpu=bf561.
4144         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS):
4145         Support bf534, bf536 and bf561.
4146         * doc/invoke.texi (Blackfin Options): Document -mcpu and -msim.
4148 2007-05-08  Uros Bizjak  <ubizjak@gmail.com>
4150         PR target/31854
4151         * config/i386/i386.c (ix86_function_regparm): Process local
4152         functions only when TREE_CODE (decl) equals FUNCTION_DECL.
4154 2007-05-07  Mike Stump  <mrs@apple.com>
4156         * doc/invoke.texi (Warning Options): Document that -Wempty-body
4157         also checks for and while statements in C++.
4159 2007-05-07  Nathan Froyd  <froydnj@codesourcery.com>
4161         * gcc.c (at_file_supplied): New variable.
4162         (main): Set it if we expanded argv.
4163         (do_spec_1): Pass an @-file to the linker if we were called with
4164         an @-file argument and HAVE_GNU_LD.
4165         * collect2.c (at_file_supplied): New variable.
4166         (response_file): New variable.
4167         (collect_exit): Unlink response_file if necessary.
4168         (handler): Likewise.
4169         (do_wait): Likewise.
4170         (main): Set at_file_supplied if we expanded argv.
4171         (collect_execute): Pass an @-file to subprocesses if we were called
4172         with an @-file argument.
4173         * configure.ac: Add define for HAVE_GNU_LD.
4174         * configure: Regenerate.
4175         * config.in: Regenerate.
4177 2007-05-07  Naveen.H.S  <naveen.hs@kpitcummins.com>
4179         * config/m32c/muldiv.md (mulhisi3_c): Limit the mode of the 2nd
4180         operand to HI mode.
4181         (mulsi3): New.
4182         (divsi3): New.
4183         (udivsi3): New.
4185 2007-05-07  Jayant Sonar  <jayants@kpitcummins.com>
4187         * config/m32c/m32c.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
4188         (TARGET_ENCODE_SECTION_INFO): Re-define.
4189         (m32c_encode_section_info): New
4190         (function_vector_handler): New
4191         (current_function_special_page_vector): New
4192         (m32c_special_page_vector_p): New.
4193         * config/m32c/m32c-protos.h (m32c_special_page_vector_p):
4194         Prototype.
4195         * config/m32c/jump.md: Added instruction JSRS for functions
4196         with attribute "function_vector".
4197         * doc/extend.texi (function_vector): Added description
4198         for M16C, M32C targets.
4200 2007-05-07  DJ Delorie  <dj@redhat.com>
4202         PR 31794
4203         * config/m32c/shift.md (ashlpsi3_i, ashrpsi3_i, ashlpsi3,
4204         ashrpsi3, lshrpsi3): Update shift count constraint.
4206 2007-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
4207             Nathan Froyd  <froydnj@codesourcery.com>
4209         PR 22133
4210         * c-incpath.c (add_path): Strip trailing path separators.
4212 2007-05-07  Eric Botcazou  <ebotcazou@adacore.com>
4214         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Reset cfg_altered.
4215         Free dominance info before purging EH edges.
4216         (eliminate_degenerate_phis): Likewise.
4217         (propagate_rhs_into_lhs): Set cfg_altered to true instead of 1.
4219 2007-05-07  Jan Hubicka  <jh@suse.cz>
4221         * gimplify.c (gimplify_expr): Do not crash when folding
4222         (void *)(int)&a + 4.
4224 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4226         PR driver/31694
4227         * c-opts.c (lang_fortran): Make it non static.
4228         * c-common.h (lang_fortran): New prototype.
4229         * c-cppbuiltin.c (c_cpp_builtins): Create a __GFORTRAN__ if the
4230         -lang-fortran option was passed by the driver.
4232 2007-05-06  Eric Botcazou  <ebotcazou@adacore.com>
4234         * timevar.c (timevar_print): Test ENABLE_ASSERT_CHECKING instead
4235         of ASSERT_CHECKING.  Tweak message.
4237 2007-05-06  Revital Eres  <eres@il.ibm.com>
4239         PR 30957
4240         * loop-unroll.c (insert_var_expansion_initialization):
4241         Initialize the expansions with -zero instead of +zero.
4243 2007-05-05  Aurelien Jarno  <aurelien@aurel32.net>
4245         * config/pa/pa.md: Split tgd_load, tld_load and tie_load
4246         into pic and non-pic versions. Mark r19 as used for
4247         tgd_load_pic, tld_load_pic and tie_load_pic. Mark r27 as used
4248         for tgd_load, tld_load and tie_load .
4249         * config/pa/pa.c (legitimize_tls_address): Emit pic or non-pic
4250         version of tgd_load, tld_load and tie_load depending on the
4251         value of flag_pic.
4253 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
4254             Jakub Jelinek  <jakub@redhat.com>
4256         * crtstuff.c (HIDDEN_DTOR_LIST_END): New macro.
4257         (__do_global_dtors_aux): Use more paranoid loop to run
4258         destructors if HIDDEN_DTOR_LIST_END.
4259         (__DTOR_END__): Export as a hidden symbol when HIDDEN_DTOR_LIST_END.
4261 2007-05-04  Jakub Jelinek  <jakub@redhat.com>
4263         * varasm.c (align_variable): Don't increase alignment for
4264         DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
4265         DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
4267 2007-05-04  Josh Conner  <jconner@apple.com>
4269         * basic-block.h (cdi_direction): Assign values to all enumeration
4270         constants.
4271         (dom_computed): Remove.
4272         (dom_info_state): New.
4273         (set_dom_info_availability): New.
4274         * tree-ssa-loop-im.c (determine_invariantness): Initialize
4275         walk_data.dom_direction.
4276         * cfghooks.c (delete_basic_block): Use dom_info_available_p()
4277         instead of dom_computed[].
4278         (split_edge): Likewise.
4279         (create_basic_block): Likewise.
4280         (merge_blocks): Likewise.
4281         * ifcvt.c (find_if_header): Likewise.
4282         * tree-cfgcleanup.c (cleanup_tree_cfg): Likewise.
4283         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
4284         * tree-ssa.c (verify_ssa): Likewise.
4285         * tree-cfg.c (tree_verify_flow_info): Likewise.
4286         (remove_edge_and_dominated_blocks): Likewise.
4287         * dominance.c (dom_computed): Make static.
4288         (calc_dfs_tree_nonrec): Change third param to a bool.
4289         (calc_dfs_tree): Change second param to a bool.
4290         (calc_idioms): Change second param to a bool.  Use
4291         dom_convert_dir_to_idx.
4292         (init_dom_info): Validate dir before using.
4293         (dom_convert_dir_to_idx): New.
4294         (calculate_dominance_info): Use dom_convert_dir_to_idx.  New
4295         variable 'reverse' used for calling calc_dfs_tree and calc_idoms.
4296         (free_dominance_info): Use dom_convert_dir_to_idx.
4297         (get_immediate_dominator): Likewise.
4298         (set_immediate_dominator): Likewise.
4299         (get_dominated_by): Likewise.
4300         (redirect_immediate_dominators): Likewise.
4301         (nearest_common_denominator): Likewise.
4302         (dominated_by_p): Likewise.
4303         (bb_dom_dfs_in): Likewise.
4304         (bb_dom_dfs_out): Likewise.
4305         (recount_dominator): Likewise.
4306         (iterate_fix_dominators): Likewise.
4307         (add_to_dominance_info): Likewise.
4308         (delete_from_dominance_info): Likewise.
4309         (first_dom_son): Likewise.
4310         (next_dom_son): Likewise.
4311         (dom_info_available_p): Likewise.
4312         (dom_info_state): New.
4313         (set_dom_info_availability): New.
4315 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
4317         * config/s390/s390.md ("fix_trunc<mode>di2", "fix_trunc<mode>si2"):
4318         Expander removed.
4319         ("fix_trunc<DSF:mode><GPR:mode>2"): Expander added.
4321 2007-05-04  Bob Wilson  <bob.wilson@acm.org>
4323         * config/xtensa/xtensa.md (adddi3, adddi_carry): Delete.
4324         (subdi3, subdi_carry): Delete.
4326 2007-05-04  Jan Hubicka  <jh@suse.cz>
4327             Richard Guenther  <rguenther@suse.de>
4329         * opts.c (decode_options): Do not fiddle with inlining
4330         parameters in case of optimizing for size.
4331         * ipa-inline.c (cgraph_decide_recursive_inlining): When optimizing
4332         for size do nothing.
4333         (cgraph_decide_inlining_of_small_function): When optimizing for
4334         size never inline functions increasing caller size.
4335         (cgraph_early_inlining): Inline for size when optimizing for size.
4337 2007-04-18  Bernd Schmidt  <bernd.schmidt@analog.com>
4339         * config/bfin/bfin.md (<optab>di3): Now a define_expand which expands
4340         logical operations piecewise.
4341         (<optab>di_zesidi_di, <optab>di_sesidi_di, negdi2, one_cmpldi2,
4342         zero_extendsidi2, subdi_di_zesidi, subdi_zesidi_di, subdi_di_sesidi,
4343         subdi_sesidi_di): Delete.
4344         (add_with_carry): Produce carry in CC instead of a DREG to shorten
4345         the generated sequence.  Allow three-reg add in constraints.  Rewrite
4346         the rtl expression for carry to avoid zero_extend of a constant.
4347         (sub_with_carry): New pattern.
4348         (adddi3, subdi3): Change into define_expand.  For subtract, generate a
4349         different sequence not involving jumps.
4350         (notbi): Now a named pattern.
4352 2007-05-04  Bradley Lucier  <lucier@math.purdue.edu>
4354         * doc/invoke.texi (i386 and x86-64 Options) [-mpc32, -mpc64, -mpc80]:
4355         Add the note about a significant loss of accuracy of some
4356         mathematical routines when these options are used.
4358 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4360         * haifa-sched.c (rtx_vec_t): New typedef.
4361         (contributes_to_priority_p): Extract piece of priority () into new
4362         static function.
4363         (priority): Use the function.  Add assertion.
4364         (rank_for_schedule, set_priorities): Add assertion to check that
4365         insn's priority is initialized.
4366         (clear_priorities, calc_priorities): Change signature.  Make it update
4367         all relevant insns.  Update all callers ('add_to_speculative_block ()'
4368         and 'create_block_check_twin ()').
4369         * sched-int.h (struct haifa_insn_data): Remove field 'priority_known'.
4370         Add new field 'priority_status'.
4371         (INSN_PRIORITY_STATUS): New macro.
4372         (INSN_PRIORITY_KNOWN): Change to use INSN_PRIORITY_STATUS.
4374 2007-05-04  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
4376         * sched-ebb.c (debug_ebb_dependencies): New static function.
4377         (init_ready_list): Use it.
4379         * sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
4380         with changed signature and 'debug_rgn_dependencies ()'.
4381         (debug_rgn_dependencies): New static function.
4382         (init_ready_list): Use it.
4384         * sched-int.h (debug_dependencies): Declare.
4386 2007-05-04  Andreas Krebbel  <krebbel1@de.ibm.com>
4388         * libgcc-std.ver (__ffssi2): Added to GCC_4.3.0 section.
4390 2007-05-04  Dirk Mueller  <dmueller@suse.de>
4392         * c.opt(Wmain,ffreestanding): Enable for C++,ObjC++.
4394 2007-05-03  Jan Hubicka  <jh@suse.cz>
4396         * fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y),
4397         for pointer type in more cases than before.
4399         * gimplify.c (gimplify_expr): Fold (void *)&a + 4.
4401         * tree-object-size.c (plus_expr_object_size): When operand size is
4402         unknown, return unknown.
4404 2007-05-03  Dirk Mueller  <dmueller@suse.de>
4406         * doc/invoke.texi (-m386,-m486,-mpentium,-mpentiumpro): Remove.
4408         * config/i386/i386.h (CC1_CPU_SPEC): Remove handling for deprecated
4409         options.
4411         * config/i386/i386.opt (m386,m486,mpentium,mpentiumpro): Remove.
4413 2007-05-03  Janis Johnson  <janis187@us.ibm.com>
4415         * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
4417 2007-05-03  Joseph Myers  <joseph@codesourcery.com>
4419         * config/soft-fp/double.h, config/soft-fp/extended.h,
4420         config/soft-fp/floatundidf.c, config/soft-fp/floatundisf.c,
4421         config/soft-fp/floatunsidf.c, config/soft-fp/floatunsisf.c,
4422         config/soft-fp/op-2.h, config/soft-fp/op-4.h,
4423         config/soft-fp/op-common.h, config/soft-fp/quad.h: Update from
4424         glibc CVS.
4426 2007-05-03  Ian Lance Taylor  <iant@google.com>
4428         * config/rs6000/rs6000.c (rs6000_override_options): Don't set
4429         MASK_PPC_GFXOPT for 8540 or 8548.
4431 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
4433         * tree-vect-transform.c (vect_update_inits_of_drs): Use
4434         vect_print_dump_info() to output debug information.
4436 2007-05-03  Uros Bizjak  <ubizjak@gmail.com>
4438         PR target/31768
4439         * config/i386/i386.c (print_operand) ['z']: Output 'w' for
4440         operands of size 2 when operand is not MEM_P.
4442 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
4444         PR tree-optimization/30565
4445         * lambda-code.c (perfect_nestify): Fix updating of dominators.
4447 2007-05-03  Bernd Schmidt  <bernd.schmidt@analog.com>
4449         * config/bfin/bfin.md (addpdi3, us_truncpdisi2): New patterns.
4450         (umulsi3_highpart): Use them.
4451         * config/bfin/lib1funcs.asm (__umulsi3_highpart): Use unsigned move
4452         for final accumulator to D regisster tranfser.
4454 2007-05-03  Dorit Nuzman  <dorit@il.ibm.com>
4456         PR tree-optimization/31699
4457         * tree-vect-analyze.c (vect_update_misalignment_for_peel): Remove wrong
4458         code.
4459         (vect_enhance_data_refs_alignment): Compute peel amount using
4460         TYPE_VECTOR_SUBPARTS instead of vf.
4461         * tree-vect-transform.c (vect_gen_niters_for_prolog_loop): Likewise.
4463 2007-05-02  Brooks Moses  <brooks.moses@codesourcery.com>
4465         PR bootstrap/31776
4466         * system.h: Remove inclusion of double-int.h
4467         * tree.h: Include double-int.h
4468         * gengtype.c: Likewise
4469         * cfgloop.h: Likewise
4470         * Makefile.in: Adjust dependencies on double-int.h
4472 2007-05-02  Eric Christopher  <echristo@apple.com>
4474         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Translate
4475         -shared to -Zdynamiclib.
4477 2007-05-02  Seongbae Park  <seongbae.park@gmail.com>
4479         PR c++/31663
4480         * c-common.c (strip_pointer_or_array_types): New function.
4481         * c-common.h (strip_pointer_or_array_types): New function declaration.
4483 2007-05-03  Zdenek Dvorak  <dvorakz@suse.cz>
4485         PR tree-optimization/31771
4486         * tree-cfg.c (move_block_to_fn): Assign bb to the correct index.
4488 2007-05-02  Paul Brook  <paul@codesourcery.com>
4490         * config/arm/bpabi.S (aeabi_lcmp): Fix result on overflow.
4492 2007-05-02  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4494         PR middle-end/29715
4495         * fold-const.c (fold_comparision): Remove the "foo++ == CONST"
4496         transformation.
4498 2007-05-02  Nick Clifton  <nickc@redhat.com>
4500         * config/frv/predicates.md (symbolic_operand): Accept CONSTs.
4502 2007-05-02  Richard Guenther  <rguenther@suse.de>
4504         PR tree-optimization/31146
4505         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): New
4506         argument, single_use_p.  If we have a single use that is
4507         a conversion to the definition rhs type, propagate that rhs.
4508         (forward_propagate_addr_expr): Pass single_use_p argument
4509         to forward_propagate_addr_expr_1.
4511 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
4513         * config/i386/i386.c (ix86_expand_sse_comi): Remove unused
4514         variable.
4516 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4518         * doc/invoke.texi: Fix typo, 'AMD Family 10h core' instead of
4519         'AMD Family 10 core'.
4521 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4523         * config/i386/i386.c (override_options): Accept k8-sse3, opteron-sse3
4524         and athlon64-sse3 as improved versions of k8, opteron and athlon64
4525         with SSE3 instruction set support.
4526         * doc/invoke.texi: Likewise.
4528 2007-05-01  Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4530         * config/i386/i386.c (override_options): Tuning 32-byte loop
4531         alignment for amdfam10 architecture. Increasing the max loop
4532         alignment to 24 bytes.
4534 2007-05-01  Kazu Hirata  <kazu@codesourcery.com>
4536         * config/m68k/constraints.md: New.
4537         * config/m68k/m68k.h (REG_CLASS_FROM_LETTER,
4538         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
4539         EXTRA_CONSTRAINT): Remove.
4540         * config/m68k/m68k.md: Include constraints.md.
4541         * expr.c (expand_expr_real_1): Copy DECL_RTL before using it.
4543 2007-05-01  Ian Lance Taylor  <iant@google.com>
4545         PR tree-optimization/31739
4546         * tree-vrp.c (vrp_val_is_max): New static function.
4547         (vrp_val_is_min): New static function.
4548         (set_value_range_to_value): Use TYPE_{MAX,MIN}_VALUE rather than
4549         copying the node.
4550         (set_value_range): Use vrp_val_is_{max,min}.
4551         (extract_range_from_assert): Likewise.
4552         (extract_range_from_binary_expr): Likewise.
4553         (extract_range_from_unary_expr): Likewise.
4554         (dump_value_range, vrp_meet): Likewise.
4555         (vrp_visit_phi_node): Likewise.
4556         * tree.c (build_distinct_type_copy): Revert change of 2007-04-27.
4558 2007-05-01  Mark Mitchell  <mark@codesourcery.com>
4560         * config/i386/gmon-sol2.c (size_t): New type.
4561         (intptr_t): Likewise.
4562         (s_textsize): Declare as size_t.
4563         (sbrk): Declare.
4564         (monstartup): Use size_t for sizes.
4565         (_mcount): Save and restore registers.
4566         (internal_mcount): Pass 0 as the first argument to monstartup
4567         in 64-bit mode.
4568         (moncontrol): Convert pointer to appropriately sized integer
4569         before passing to profil.
4571 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
4573         * config/rs6000/darwin-ldouble.c (__gcc_qunord): Define if
4574         __NO_FPRS__, not just if _SOFT_DOUBLE.
4575         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qunord): Likewise.
4576         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Use __gcc_qunord
4577         also for E500 double.
4578         * config/rs6000/rs6000.md (buneq, bunge, bungt, bunle, bunlt,
4579         suneq, sunge, sungt, sunle, sunlt): Disable for (TARGET_HARD_FLOAT
4580         && !TARGET_FPRS).
4582 2007-05-01  Richard Guenther  <rguenther@suse.de>
4584         * tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt
4585         is NULL.
4587 2007-05-01  Joseph Myers  <joseph@codesourcery.com>
4589         * config/rs6000/libgcc-ppc-glibc.ver (__gcc_qgt): Fix typo.
4591 2007-05-01  Jan Hubicka  <jh@suse.cz>
4593         * tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is
4594         invariant.
4596 2007-05-01  Jan Hubicka  <jh@suse.cz>
4598         * tree.h (maybe_fold_offset_to_component_ref): Remove.
4599         (maybe_fold_offset_to_reference): Declare.
4600         * fold-const.c (fold_unary): Do not fold
4601         (type *)&A into &A->field_of_type_and_offset_0
4602         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): When base type
4603         size is unknown, give up.
4604         (maybe_fold_offset_to_component_ref): Ignore firelds with unknown
4605         offsets.
4606         (maybe_fold_offset_to_reference): New.
4607         (maybe_fold_stmt_indirect): Use it.
4608         (fold_stmt_r): Fold (type *)&A+offset into A->field_if_type_and_offset.
4609         * gimplify.c (gimplify_conversion): Canonicalize conversions to
4610         field references.
4611         (gimplify_expr): Likewise for plus_expr.
4613 2007-05-01  Zdenek Dvorak  <dvorakz@suse.cz>
4615         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use
4616         bsi_after_labels.  Always insert statements before bsi.
4617         * tree-vect-transform.c (vect_create_epilog_for_reduction): Ditto.
4618         * predict.c (apply_return_prediction): Check for empty blocks.
4619         * cfgexpand.c (lab_rtx_for_bb): New variable.
4620         (label_rtx_for_bb): Do not create new tree labels.
4621         (expand_gimple_basic_block): Add labels recorded in lab_rtx_for_bb.
4622         (tree_expand_cfg): Initialize lab_rtx_for_bb.
4623         * tree-cfg.c (build_tree_cfg): Call cleanup_dead_labels after
4624         creating edges.
4625         (label_for_bb): Add field used.
4626         (update_eh_label, main_block_label): Mark the label used.
4627         (cleanup_dead_labels): Remove unused labels.
4629 2007-05-01  Richard Guenther  <rguenther@suse.de>
4631         * tree-vrp.c (set_value_range): Do not allocate equiv bitmap
4632         if it is not about to be set.
4633         (get_value_range): Do not pre-allocate equiv bitmap.
4634         (update_value_range): No need to clear equiv field.
4635         (add_equivalence): Change prototype to get bitmap pointer.
4636         Allocate bitmap here if it is not already.
4637         (extract_range_from_assert): Do not allocate bitmap here.
4638         Update callers to add_equivalence.
4639         (extract_range_from_ssa_name): Likewise.
4640         (get_vr_for_comparison): New static helper.
4641         (compare_name_with_value): Handle NULL equiv bitmap by
4642         peeling the first iteration of the comparison loop.
4643         Use get_vr_for_comparison.
4644         (compare_names): Handle NULL equiv bitmaps by using fake
4645         ones.  Use get_vr_for_comparison.
4647 2007-04-30  Brooks Moses  <brooks.moses@codesourcery.com>
4649         * double-int.c (mpz_set_double_int): Moved from
4650         tree-ssa-loop-niter.c.
4651         (mpz_get_double_int): Likewise; also, add option to wrap
4652         out-of-range integers.
4653         * double-int.h: New prototypes for above.
4654         * tree.c (get_static_type_bounds): Moved from
4655         tree-ssa-loop-niter.c; now returns TYPE_MIN_VALUE and
4656         TYPE_MAX_VALUE if they exist..
4657         * tree.h: New prototype for above.
4658         * tree-ssa-loop-niter.c: Adjust mpz_to_double_int and
4659         get_type_bounds calls.
4660         (mpz_set_double_int): Move to double-int.c.
4661         (get_type_bounds): Move to tree.c, rename to
4662         get_static_type_bounds.
4663         (mpz_to_double_int): Move to double-int.c, rename to
4664         mpz_get_double_int.
4666 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
4668         * config/xtensa/lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that
4669         DIV0 exception can fall through to a normal return.
4671 2007-04-30  Alexandre Oliva  <aoliva@redhat.com>
4673         PR middle-end/22156
4674         Temporarily revert:
4675         2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
4676         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
4677         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
4678         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
4679         initialize align to silence bogus warning.
4680         2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
4681         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
4682         all_no_warning.
4683         (struct sra_walk_fns): Remove use_all parameter from use.
4684         (sra_hash_tree): Handle BIT_FIELD_REFs.
4685         (sra_elt_hash): Don't hash bitfld blocks.
4686         (sra_elt_eq): Skip them in parent compares as well.  Handle
4687         BIT_FIELD_REFs.
4688         (sra_walk_expr): Don't maintain or pass down use_all_p.
4689         (scan_use): Remove use_all parameter.
4690         (scalarize_use): Likewise.  Re-expand assignment to
4691         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
4692         output, and re-scalarize after output.  Don't mark anything
4693         for no warning.
4694         (scalarize_ldst): Adjust.
4695         (scalarize_walk_gimple_modify_statement): Likewise.
4696         (build_element_name_1): Handle BIT_FIELD_REFs.
4697         (instantiate_element): Don't warn for any element whose parent
4698         is used as a whole.
4699         (instantiate_missing_elements_1): Return the sra_elt.
4700         (canon_type_for_field): New.
4701         (try_instantiate_multiple_fields): New.
4702         (instantiate_missing_elemnts): Use them.
4703         (mark_no_warning): Removed.
4704         (generate_one_element_ref): Handle BIT_FIELD_REFs.
4705         (REPLDUP, sra_build_elt_assignment): New.
4706         (generate_copy_inout): Use them.
4707         (generate_element_copy): Likewise.  Handle bitfld differences.
4708         (generate_element_zero): Don't recurse for blocks.  Use
4709         sra_build_elt_assignment.
4710         (generate_one_element_int): Take elt instead of var.  Use
4711         sra_build_elt_assignment.
4712         (generate_element_init_1): Adjust.
4713         (scalarize_use, scalarize_copy): Use REPLDUP.
4714         (scalarize_ldst): Move assert before dereference.
4715         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
4717 2007-04-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4719         PR C++/31721
4720         * tree.c (reconstruct_complex_type): Reconstruct a reference
4721         correctly.
4722         Also use the same mode for the pointer as the old pointer type.
4724 2007-04-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4726         * doc/trouble.texi (Interoperation): Remove note about Ultrix
4727         Fortran compiler.
4729 2007-04-29  Zdenek Dvorak  <dvorakz@suse.cz>
4731         PR rtl-optimization/31676
4732         * df-scan.c (record_nonlocal_goto_receiver_defs): New function.
4733         (df_refs_record): Call it.
4735 2007-04-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4737         * rtl.def (SS_ABS): New code.
4738         * config/bfin/bfin.c (print_operand): New modifier 'v'.
4739         (enum bfin_builtins): Add BFIN_BUILTIN_SUM_2X16, BFIN_BUILTIN_ABS_1x32,
4740         BFIN_BUILTIN_ROUND_1x32, BFIN_BUILTIN_MULT_1x32x32,
4741         BFIN_BUILTIN_MULT_1x32x32NS, BFIN_BUILTIN_SSASHIFT_1x32.
4742         (bfin_init_builtins): Define them.
4743         (bdesc_1arg, bdesc_2arg): Add some of them here, ...
4744         (bfin_expand_builtin): ... and handle the others here.
4745         * config/bfin/bfin.md (ssabssi2, ssroundsi2, ssashiftsi3,
4746         flag_mul_macv2hi_parts_acconly_andcc0): New patterns.
4747         (ss_absv2hi2): Renamed from absv2hi; use ss_abs code.
4748         (ssashiftv2hi3, ssashifthi3, lshiftv2hi3, lshifthi3): Shift count
4749         operand is only HImode.
4751 2007-04-29  Steven Bosscher  <steven@gcc.gnu.org>
4753         * regclass.c (scan_one_insn): Remove splitting of
4754         two address insns.
4756 2007-04-28  Sandra Loosemore  <sandra@codesourcery.com>
4757             Nigel Stephens  <nigel@mips.com>
4759         * config/mips/mips.h (SLOW_BYTE_ACCESS): Turn off for MIPS16.
4761 2007-04-28  Jan Hubicka  <jh@suse.cz>
4763         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Use
4764         insn_locators_alloc instead of insn_locators_initialize;
4765         call reset_block_changes.
4766         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4767         * config/sh/sh.c (sparc_output_mi_thunk): Likewise.
4768         * config/is64/ia64.c (ia64_output_mi_thunk): Likewise.
4769         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4770         * config/score/score.c (th_output_mi_thunk): Likewise.
4771         * config/mips/mips.c (mips_output_mi_thunk): Likewise.
4772         * cfglyaout.c (set_curr_insn_source_location, set_curr_insn_block):
4773         tolerate uninitialized locator info.
4775         Re-apply:
4776         * function.c (init_function_start): Don't init line number info.
4777         (expand_function_end): Update.
4778         (reset_block_changes, record_block_change, finalize_block_changes,
4779         check_block_change, free_block_changes): Kill.
4780         * function.h (reset_block_changes, record_block_change,
4781         finalize_block_changes, check_block_change, free_block_changes): Remove
4782         prototypes.
4783         (struct function): Remove ib_boundaries_block.
4784         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
4785         Use curr_insn_locator to initialize locator.
4786         (emit_line_note): Remove.
4787         * cfgexpand.c (expand_gimple_cond_expr): Update.
4788         (construct_exit_block): Likewise.
4789         (tree_expand_cfg): Initialize/finalize locators.
4790         * expr.c (expand_expr_real): Update.
4791         * cfglayout.c (line_locators_locs, line_locators_lines,
4792         file_locators_locs, file_locators_files): Remove.
4793         (set_block_levels): Move to cfgexpand.c.
4794         (insn_locators_initialize): Remove.
4795         (pass_insn_locators_initialize): Remove.
4796         (locations_locators_locs, locations_locators_vals): New static vars.
4797         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
4798         Likewise.
4799         (insn_locators_alloc, insn_locators_finalize,
4800         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
4801         New functions.
4802         (locator_location): New.
4803         (locator_line, locator_file): Rewrite.
4804         * rtl.h (emit_line_note): Kill.
4805         (insn_locators_alloc, insn_locators_finalize,
4806         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
4807         Declare.
4808         * tree-inline.c (initialize_cfun): Do not initialize
4809         ib_boundaries_block.
4810         * passes.c (pass_insn_locators_initialize): Remove.
4812 2007-04-28  Zdenek Dvorak  <dvorakz@suse.cz>
4814         * tree-cfg.c (move_block_to_fn): Release bb from dominance
4815         info.  Update last_basic_block correctly.
4817 2007-04-27  Kaz Kojima  <kkojima@gcc.gnu.org>
4819         PR target/31701
4820         * config/sh/sh.c (output_stack_adjust): Avoid using the frame
4821         register itself to hold the offset constant.  Tell flow the use
4822         of r4 and r5 when they are used.
4824 2007-04-27  Richard Guenther  <rguenther@suse.de>
4826         * tree-ssa-forwprop.c (forward_propagate_into_cond): Keep track
4827         if we simplified anything.
4828         (tree_ssa_forward_propagate_single_use_vars): Defer overflow
4829         warnings until we did a simplification and the stmt was not
4830         marked as TREE_NO_WARNING.
4832 2007-04-27  Mike Stump  <mrs@apple.com>
4834         * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
4836 2007-04-27  Ian Lance Taylor  <iant@google.com>
4838         PR middle-end/31710
4839         * tree.c (build_distinct_type_copy): If TYPE_MIN_VALUE or
4840         TYPE_MAX_VALUE exist, convert them to the new type.
4842 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
4844         * tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info
4845         if it claims to be available.
4846         * tree-ssa-dce.c (remove_dead_stmt): Mark cfg as altered when
4847         edge is redirected.
4848         (perform_tree_ssa_dce): Always free postdominators.
4850 2007-04-27  Richard Henderson  <rth@redhat.com>
4852         * config/alpha/predicates.md (aligned_memory_operand): Mark
4853         as define_special_predicate.
4854         (unaligned_memory_operand, normal_memory_operand): Likewise.
4855         (reg_or_unaligned_mem_operand): Remove.
4856         (any_memory_operand): Match the documentation and check for
4857         non-renumbered pseudos during reload.
4858         * config/alpha/alpha.c (alpha_secondary_reload): Rename from
4859         alpha_secondary_reload_class, update to new interface, make static.
4860         Handle CQImode like HImode.  Remove FP subreg check.
4861         (alpha_expand_mov): Use replace_equiv_address.
4862         (alpha_expand_mov_nobwx): Use any_memory_operand.
4863         (TARGET_SECONDARY_RELOAD): New.
4864         * config/alpha/alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Remove.
4865         (SECONDARY_OUTPUT_RELOAD_CLASS): Remove.
4866         * config/alpha/sync.md (I12MODE, I48MODE, modesuffix): Move ...
4867         * config/alpha/alpha.md: ... here.
4868         (RELOAD12, reloadmode): New.
4869         (movcqi): New.
4870         (reload_in<RELOAD12>): Macro-ize from reload_inqi, reload_inhi.
4871         Don't handle the aligned case here.
4872         (reload_out<RELOAD12>): Macro-ize from reload_outqi, reload_outhi.
4873         (reload_in<I12MODE>_aligned): Macro-ize from reload_inqi_help,
4874         reload_inhi_help.  Don't expect a scratch register.
4875         (reload_out<I12MODE>_aligned): Macro-ize from reload_outqi_help,
4876         reload_outhi_help.
4877         * config/alpha/alpha-protos.h (alpha_secondary_reload_class): Remove.
4879 2007-04-27  Richard Guenther  <rguenther@suse.de>
4881         * tree-ssa-forwprop.c (get_prop_dest_stmt): Fix comment typo.
4883 2007-04-27  Richard Guenther  <rguenther@suse.de>
4885         PR tree-optimization/30965
4886         PR tree-optimization/30978
4887         * Makefile.in (tree-ssa-forwprop.o): Depend on $(FLAGS_H).
4888         * tree-ssa-forwprop.c (forward_propagate_into_cond_1): Remove.
4889         (find_equivalent_equality_comparison): Likewise.
4890         (simplify_cond): Likewise.
4891         (get_prop_source_stmt): New helper.
4892         (get_prop_dest_stmt): Likewise.
4893         (can_propagate_from): Likewise.
4894         (remove_prop_source_from_use): Likewise.
4895         (combine_cond_expr_cond): Likewise.
4896         (forward_propagate_comparison): New function.
4897         (forward_propagate_into_cond): Rewrite to use fold for
4898         tree combining.
4899         (tree_ssa_forward_propagate_single_use_vars): Call
4900         forward_propagate_comparison to propagate comparisons.
4902 2007-04-27  Richard Guenther  <rguenther@suse.de>
4904         PR tree-optimization/31715
4905         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make
4906         sure to do computation on the offset in an appropriate
4907         signed type.
4909 2007-04-27  Richard Sandiford  <richard@codesourcery.com>
4911         * reload.h (elimination_target_reg_p): Declare.
4912         * reload.c (find_reloads): Don't apply the reg_rtx move
4913         optimization if the SET_DEST satisfies elimination_target_reg_p.
4914         * reload1.c (elimination_target_reg_p): New function.
4915         (gen_reload): In the move/add2 fallback, make sure that op0
4916         does not overlap the destination register.
4918 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
4920         * tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to
4921         transform only GIMPLE_MODIFY_STMTs.
4922         * tree-complex.c (expand_complex_operations_1): Ditto.
4923         (expand_complex_div_wide): Do not create gotos in COND_EXPR branches.
4924         * tree-ssa-loop-manip.c (build_if_stmt): Removed.
4925         (tree_transform_and_unroll_loop): Do not create gotos in COND_EXPR
4926         branches.
4927         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
4928         tree_mod_subtract, tree_ic, tree_stringop_fixed_value): Ditto.
4929         * omp-low.c (expand_parallel_call, expand_omp_for_generic,
4930         expand_omp_for_static_chunk, expand_omp_for_static_nochunk): Ditto.
4931         * tree-vectorizer.c (slpeel_make_loop_iterate_ntimes,
4932         slpeel_add_loop_guard): Ditto.
4933         * tree-mudflap.c (mf_build_check_statement_for): Ditto.
4934         * lambda-code.c (perfect_nestify): Ditto.
4935         * tree-iterator.c (tsi_split_statement_list_before): Fix splitting
4936         before the first statement.
4937         * tree-optimize.c (execute_free_datastructures): Fix comments.
4938         (execute_free_cfg_annotations): Do not call disband_implicit_edges.
4939         * tree-flow.h (disband_implicit_edges): Declaration removed.
4940         * tree-cfg.c (make_cond_expr_edges): Remove gotos from COND_EXPR
4941         branches.
4942         (cleanup_dead_labels, tree_redirect_edge_and_branch): Handle COND_EXPRs
4943         without gotos.
4944         (disband_implicit_edges, has_label_p): Removed.
4945         (tree_verify_flow_info): Verify that COND_EXPR branches are empty.
4946         (tree_lv_add_condition_to_bb): Do not create gotos in COND_EXPR
4947         branches.
4948         * tree.c (build3_stat): Mark COND_EXPRs used as statements as having
4949         side effects.
4950         * tree-pretty-print.c (dump_implicit_edges): Dump implicit edges
4951         also for COND_EXPRs.
4952         * cfgexpand.c (label_rtx_for_bb): New function.
4953         (expand_gimple_cond_expr): Do not expect gotos in COND_EXPR branches.
4954         Use label_rtx_for_bb to find the labels.
4955         (expand_gimple_basic_block): Remove RETURN_EXPR at the end of the
4956         last block.  Detect fallthru edges.
4958 2007-04-26  Ian Lance Taylor  <iant@google.com>
4960         PR target/28675
4961         * reload.c (find_reloads_subreg_address): If the address was valid
4962         in the original mode but not in the new mode, reload the whole
4963         address.
4965 2007-04-27  Zdenek Dvorak  <dvorakz@suse.cz>
4967         * tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.
4968         (remove_fallthru_edge): Use remove_edge_and_dominated_blocks.
4969         (cleanup_control_expr_graph): Do not invalidate dominance info.
4970         Record altered blocks.
4971         (cleanup_control_flow, cleanup_forwarder_blocks): Removed.
4972         (cleanup_control_flow_bb, split_bbs_on_noreturn_calls,
4973         cleanup_tree_cfg_bb): New functions.
4974         (remove_forwarder_block): Do not maintain the worklist of blocks.
4975         Record altered blocks.
4976         (cleanup_tree_cfg_1): Iterate over cfgcleanup_altered_bbs,
4977         not over whole cfg.
4978         (cleanup_tree_cfg): Do not iterate cleanup_tree_cfg_1.  Only call
4979         delete_unreachable_blocks if dominators are not available.
4980         * tree-inline.c (optimize_inline_calls): Free dominance information
4981         earlier.
4982         * tree-flow.h (remove_edge_and_dominated_blocks,
4983         cfgcleanup_altered_bbs): Altered.
4984         * tree-cfg.c (replace_uses_by, tree_merge_blocks): Record altered
4985         blocks.
4986         (get_all_dominated_blocks, remove_edge_and_dominated_blocks): New
4987         functions.
4988         (tree_purge_dead_eh_edges): Use remove_edge_and_dominated_blocks,
4989         do not invalidate dominators.
4991 2007-04-26  Anatoly Sokolov <aesok@post.ru>
4993         * config/avr/avr.c (avr_mcu_types): Add support for ATmega8HVA and
4994         ATmega16HVA devices. Move AT90USB82 device to 'avr5' architecture.
4995         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
4996         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
4998 2007-04-26  Steve Ellcey  <sje@cup.hp.com>
5000         * config/ia64/ia64.md (ip_value):  Fix itanium_class attribute.
5002 2007-04-26  Richard Guenther  <rguenther@suse.de>
5004         PR tree-optimization/31703
5005         * tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
5006         the right type for the target of the bittest.
5008 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
5010         * config/i386/vx-common.h (RETURN_IN_MEMORY): Use
5011         ix86_sol10_return_in_memory.
5013 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
5015         * config/i386/i386.c (ix86_sol10_return_in_memory): Remove unused
5016         variables.
5018 2007-04-26  Jakub Jelinek  <jakub@redhat.com>
5020         PR c++/31598
5021         * tree-inline.c (copy_body_r): Don't touch TREE_TYPE of OMP_CLAUSE.
5023         PR tree-optimization/30558
5024         * tree-eh.c (lower_eh_filter): If EH_FILTER_MUST_NOT_THROW
5025         clear this_state.prev_try.
5027 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
5028             Mark Mitchell  <mark@codesourcery.com>
5030         * config/i386/i386-protos.h (ix86_sol10_return_in_memory): Declare.
5031         * config/i386/i386.c (ix86_sol10_return_in_memory): New function.
5032         * config/i386/sol2-10.h (RETURN_IN_MEMORY): Use it.
5034 2007-04-26  Richard Sandiford  <richard@codesourcery.com>
5036         PR driver/31107
5037         * doc/invoke.texi (%:print-asm-header): Document.
5038         * gcc.c (asm_options): Use %:print-asm-header() for --target-help
5039         and -ftarget-help.
5040         (static_spec_functions): Add print-asm-header.
5041         (main): Print a banner before the --target-help linker options.
5042         (print_asm_header_spec_function): New function.
5044 2007-04-25  Kaz Kojima  <kkojima@gcc.gnu.org>
5046         PR target/31403
5047         * config/sh/sh.md (movsi_ie): Fix length for TARGET_SH2A.
5048         (movsf_ie): Likewise.
5050 2007-04-25  Paolo Carlini  <pcarlini@suse.de>
5052         * doc/extend.texi ([Type Traits]): Adjust per N2255.
5054 2007-04-25  Bob Wilson  <bob.wilson@acm.org>
5056         * config/xtensa/lib1funcs.asm (__udivsi3, __divsi3): Throw an exception
5057         for divide-by-zero.
5058         (__umodsi3, __modsi3): Likewise.
5060 2007-04-25  Dirk Mueller  <dmueller@suse.de>
5062         * c-typeck.c (build_compound_expr): Annotate warning()
5063         call with OPT_Wunused_value.
5064         * tree-ssa.c (warn_uninit): Annotate warning with
5065         OPT_Wunintialized.
5066         * c-common.c (handle_sentinel_attribute): Annotate warning
5067         call with OPT_Wattributes.
5069 2007-04-25  Thiemo Seufer  <ths@mips.com>
5071         * config/mips/mips.opt (mdmx, mmt, mno-mdmx): New options.
5072         (mips16): Fix typo.
5073         * config/mips/mips.h (ASM_SPEC): Pass -mmt/-mno-mt and -mdmx/-mno-mdmx
5074         on to the assembler.  Improve handling of -mno-mips16.  Add handling
5075         of -mno-mips3d, -mno-dsp, -mno-dspr2.
5076         * doc/invoke.texi (MIPS Options): Whitespace cleanup.  Fix wrong use
5077         of @itemx.  Document -mno-dsp, -mno-dspr2, -mno-paired-single, -mdmx,
5078         -mno-mdmx, -mno-mips3d, -mmt and -mno-mt.
5080 2007-04-25  Danny Smith  <dannysmith.users.sourceforge.net>
5082         PR target/31680
5083         * config/i386/winnt.c (i386_pe_file_end): Strip only
5084         USER_LABEL_PREFIX when writing export name.
5086 2007-04-25  Richard Sandiford  <richard@codesourcery.com>
5088         * config.gcc (sh-wrs-vxworks): Don't include dbxelf.h.  Include
5089         sh/elf.h, vx-common.h and vxworks.h.
5090         * config/sh/sh.h: Include config/vxworks-dummy.h.
5091         (SUBTARGET_OVERRIDE_OPTIONS): Define.
5092         (OVERRIDE_OPTIONS): Use it.
5093         * config/sh/sh.md (GOTaddr2picreg): Add suport for VxWorks RTPs.
5094         (vxworks_picreg): New pattern.
5095         * config/sh/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
5096         VXWORKS_OS_CPP_BUILTINS.
5097         (LIB_SPEC, LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Redefine
5098         to their VXWORKS_* equivalents.
5099         (SUBTARGET_OVERRIDE_OPTIONS, SUBTARGET_CPP_SPEC): Define.
5100         (SUBTARGET_LINK_EMUL_SUFFIX, FUNCTION_PROFILER): Define.
5101         * config/sh/lib1funcs.asm (NO_FPSCR_VALUES): Define for VxWorks PIC.
5102         (set_fpscr, ic_invalidate): Add VxWorks PIC sequences.
5103         * config/sh/t-vxworks (MULTILIB_OPTIONS): Add m4a, -mrtp and
5104         -mrtp/-fPIC multilibs.
5105         (MULTILIB_EXCEPTIONS): Generalize globs accordingly.
5106         (MULTILIB_MATCHES, EXTRA_MULTILIB_PARTS): Define.
5107         (MULTILIB_OSDIRNAMES): Delete.
5109 2007-04-25  Anatoly Sokolov <aesok@post.ru>
5111         PR target/18989
5112         * config/avr/avr.h (ASM_OUTPUT_ALIGN): Redefine.
5114 2007-04-24  Brooks Moses  <brooks.moses@codesourcery.com>
5116         * real.c (mpfr_from_real): Handle Inf and NaN, and allow the
5117         rounding mode to be specified by the caller.
5118         (real_to_mpfr) Likewise.
5119         * real.h: Update mpfr_from_real, mpfr_to_real prototypes to
5120         include new arguments.
5121         * builtins.c: Update mpfr_from_real, mpfr_to_real calls.
5123 2007-04-24  Ian Lance Taylor  <iant@google.com>
5125         PR tree-optimization/31605
5126         * tree-vrp.c (set_value_range): Check that min and max are not
5127         both overflow infinities.
5128         (set_value_range_to_value): New static function.
5129         (extract_range_from_binary_expr): Call set_value_range_to_value.
5130         (extract_range_from_cond_expr): Likewise.
5131         (extract_range_from_expr): Likewise.
5132         (extract_range_from_unary_expr): Likewise.  Don't create a range
5133         which overflows on both sides.
5134         (vrp_meet): Check for a useless range.
5135         (vrp_visit_phi_node): If we see a constant which looks like an
5136         overflow infinity, turn off the TREE_OVERFLOW flag.
5138 2007-04-24  Ian Lance Taylor  <iant@google.com>
5140         * flow.c (elim_reg_cond): Handle a comparison of a subreg.
5142 2007-04-24  Simon Martin  <simartin@users.sourceforge.net>
5144         PR diagnostic/25923
5145         * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
5146         diagnostic message is being built.
5147         * tree-pretty-print.c (dump_generic_node): Only write the
5148         formatted text into BUFFER's stream if we are not building a
5149         diagnostic message.
5150         * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
5151         dump_generic_node.
5152         * Makefile.in (toplev.o): Depend on tree-pass.h.
5154 2007-04-24  Ian Lance Taylor  <iant@google.com>
5156         PR tree-optimization/31602
5157         * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
5158         conditionals in the copied loop header.
5159         * tree-cfg.c (fold_cond_expr_cond): Don't issue undefined overflow
5160         warnings if TREE_NO_WARNING is set.
5161         * doc/invoke.texi (Warning Options): Clarify that
5162         -Wstrict-overflow does not warn about loops.
5164 2007-04-24  Janis Johnson  <janis187@us.ibm.com>
5166         * config/rs6000/rs6000.c (function_arg_advance): For 32-bit ELF ABI,
5167         expand on the comment about _Decimal128 arguments and check the
5168         integer result of the modulus operation; for 64-bit ELF ABI, ensure
5169         that _Decimal128 argument uses even/odd register pair.
5170         (function_arg): Ditto.
5172 2007-04-24  Hui-May Chang <hm.chang@apple.com>
5174         * reload1.c (merge_assigned_reloads) : Do not merge a RELOAD_OTHER
5175         instruction with a RELOAD_FOR_OPERAND_ADDRESS instruction.
5177 2007-04-24  Richard Guenther  <rguenther@suse.de>
5178             Olga Golovanevsky  <olga@il.ibm.com>
5180         * fold-const.c (multiple_of_p): Check for bottom
5181         to be zero.
5183 2007-04-24  Richard Henderson  <rth@redhat.com>
5185         * libgcc2.h (AVOID_FP_TYPE_CONVERSION): Rename from
5186         IS_IBM_EXTENDED.  Also define in terms of WIDEST_HARDWARE_FP_SIZE.
5187         * libgcc2.c (__floatdisf): Avoid double-word arithmetic when
5188         looking for non-zero bits shifted out.  Avoid a recursive call
5189         when constructing the scalar.
5190         (__floatundisf): Likewise.
5192 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
5194         * dwarf2out.c (field_byte_offset): Move the existing logic
5195         under the control of PCC_BITFIELD_TYPE_MATTERS and just use
5196         the bit offset of the field if !PCC_BITFIELD_TYPE_MATTERS.
5198 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
5200         PR target/31641
5201         * config/s390/s390.c (s390_expand_setmem): Don't ICE for constant length
5202         argument of 0 for memset.
5203         (s390_expand_movmem, s390_expand_setmem, s390_expand_cmpmem): Use
5204         unsigned shift instead of the signed variant.
5206 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
5208         * config/s390/s390.md ("*cmp<mode>_ccs_0_ibm", "*cmp<mode>_ccs_ibm",
5209         "fix_trunc<BFP:mode><GPR:mode>2_ieee", "fix_truncdfsi2_ibm",
5210         "floatsidf2_ibm", "floatsisf2", "truncdfsf2_ieee", "truncdfsf2_ibm",
5211         "*trunctfdf2_ieee", "*trunctfdf2_ibm", "*trunctfsf2_ieee",
5212         "*trunctfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
5213         "*extenddftf2_ieee", "*extenddftf2_ibm", "*extendsftf2_ieee",
5214         "*extendsftf2_ibm", "*add<mode>3", "*add<mode>3_ibm", "*sub<mode>3_ibm",
5215         "*mul<mode>3", "*mul<mode>3_ibm", "*div<mode>3", "*div<mode>3_ibm",
5216         "*neg<mode>2_ibm", "*abs<mode>2_ibm"): Insn definitions removed.
5217         ("fix_trunc<BFP:mode><GPR:mode>2_bfp", "floatsi<mode>2",
5218         "truncdfsf2", "trunctf<mode>2", "add<mode>3", "sub<mode>3",
5219         "mul<mode>3", "div<mode>3"): Insn definitions added.
5220         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fix_trunc<mode>di2",
5221         "fix_trunc<mode>si2"): gen_fix_trunc<BFP:mode><GPR:mode>2_ieee renamed
5222         to gen_fix_trunc<BFP:mode><GPR:mode>2_bfp.
5223         ("fix_truncdfsi2", "floatsitf2", "truncdfsf2", "trunctfdf2",
5224         "trunctfsf2", "extendsfdf2", "extenddftf2", "extendsftf2", "add<mode>3",
5225         "sub<mode>3", "mul<mode>3", "div<mode>3"): Expander removed.
5226         ("fix_trunc<mode>si2", "extend<DSF:mode><BFP:mode>2"): Expander added.
5227         * config/s390/s390.h (TARGET_IBM_FLOAT, TARGET_IEEE_FLOAT,
5228         TARGET_FLOAT_FORMAT): Macro definitions removed.
5229         (FP_REGNO_P): No special case for !TARGET_IEEE_FLOAT anymore.
5230         * config/s390/s390.c (struct processor_costs, z900_cost, z990_cost,
5231         z9_109_cost): Remove fields for hexfloat instructions: dxr, ddr and der.
5232         (s390_rtx_costs): Remove !TARGET_IEEE_FLOAT special branches.
5233         (s390_gen_rtx_const_DI): Function removed.
5234         * config/s390/s390-protos.h (s390_gen_rtx_const_DI): Prototype removed.
5236 2007-04-24  Richard Sandiford  <richard@codesourcery.com>
5238         * optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions
5239         over an external ffs function.
5241 2007-04-24  Chao-ying Fu  <fu@mips.com>
5242             Richard Sandiford  <richard@nildram.co.uk>
5244         * doc/md.texi (madd@var{m}@var{n}4, umadd@var{m}@var{n}4): Document.
5245         * optabs.h (OTI_smadd_widen, OTI_umadd_widen): New optab_indexes.
5246         (smadd_widen_optab, umadd_widen_optab): Define.
5247         * optabs.c (init_optabs): Initialize smadd_widen_optab and
5248         umadd_widen_optab.
5249         * genopinit.c (optabs): Fill in smadd_widen_optab and
5250         umadd_widen_optab.
5251         * expr.c (expand_expr_real_1): Try to use smadd_widen_optab
5252         and umadd_widen_optab to implement multiply-add sequences.
5253         * config/mips/mips.md (*<su>mul_acc_di): Rename to...
5254         (<u>maddsidi4): ...this.  Extend condition to include
5255         GENERATE_MADD_MSUB and TARGET_DSPR2.  Change the constraint
5256         of operand 0 to "ka" and use the three-operand form of madd<u>
5257         for TARGET_DSPR2.
5258         * config/mips/mips-dspr2.md (mips_madd, mips_maddu): Convert
5259         to define_expands.
5260         * config/mips/constraints.md (ka): New register constraint.
5262 2007-04-24  Jan Hubicka  <j@suse.cz>
5264         Revert:
5266         2007-04-23  Jan Hubicka  <jh@suse.cz>
5267         * function.c (init_function_start): Don't init line number info.
5268         (expand_function_end): Update.
5269         (reset_block_changes, record_block_change, finalize_block_changes,
5270         check_block_change, free_block_changes): Kill.
5271         * function.h (reset_block_changes, record_block_change,
5272         finalize_block_changes, check_block_change, free_block_changes): Remove
5273         prototypes.
5274         (struct function): Remove ib_boundaries_block.
5275         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
5276         Use curr_insn_locator to initialize locator.
5277         (emit_line_note): Remove.
5278         * cfgexpand.c (expand_gimple_cond_expr): Update.
5279         (construct_exit_block): Likewise.
5280         (tree_expand_cfg): Initialize/finalize locators.
5281         * expr.c (expand_expr_real): Update.
5282         * cfglayout.c (line_locators_locs, line_locators_lines,
5283         file_locators_locs, file_locators_files): Remove.
5284         (set_block_levels): Move to cfgexpand.c.
5285         (insn_locators_initialize): Remove.
5286         (pass_insn_locators_initialize): Remove.
5287         (locations_locators_locs, locations_locators_vals): New static vars.
5288         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
5289         Likewise.
5290         (insn_locators_alloc, insn_locators_finalize,
5291         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
5292         New functions.
5293         (locator_location): New.
5294         (locator_line, locator_file): Rewrite.
5295         * rtl.h (emit_line_note): Kill.
5296         (insn_locators_alloc, insn_locators_finalize,
5297         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
5298         Declare.
5299         * tree-inline.c (initialize_cfun): Do not initialize
5300         ib_boundaries_block.
5301         * passes.c (pass_insn_locators_initialize): Remove.
5303 2007-04-24  Daniel Franke  <franke.daniel@gmail.com>
5305         * doc/invoke.texi: Removed leading '-' from option index entries.
5307 2007-04-23  Zdenek Dvorak  <dvorakz@suse.cz>
5309         * tree-phinodes.c (reserve_phi_args_for_new_edge, remove_phi_node):
5310         Use phi_nodes_ptr.
5311         (create_phi_node): Use set_phi_nodes.
5312         * omp-low.c (expand_omp_parallel): Use bb_stmt_list.
5313         * tree-if-conv.c (process_phi_nodes): Use set_phi_nodes.
5314         (combine_blocks):  Use bb_stmt_list and set_bb_stmt_list.
5315         * tree-flow-inline.h (phi_nodes, set_phi_nodes,
5316         (bsi_start, bsi_last): Use bb_stmt_list.
5317         (phi_nodes_ptr, bb_stmt_list, set_bb_stmt_list): New functions.
5318         * cfgexpand.c (expand_gimple_basic_block): Use bb_stmt_list.
5319         Traverse the statements using tsi iterator.
5320         * basic-block.h (struct basic_block_def): Fields stmt_list
5321         and phi_nodes moved to ...
5322         (struct tree_bb_info): ... new structure.
5323         * tree-cfg.c (create_bb): Allocate il.tree.  Use set_bb_stmt_list.
5324         (tree_merge_blocks): Use bb_stmt_list and set_bb_stmt_list.
5325         (remove_bb): Handle blocks with NULL stmt list.  Clear il.tree field.
5326         (tree_verify_flow_info): Verify that il.tree is not set for
5327         entry and exit block.
5328         (tree_split_block): Use set_bb_stmt_list.
5330 2007-04-23  Mike Stump  <mrs@apple.com>
5332         * config/i386/i386.c (ix86_tune_features
5333         [X86_TUNE_DEEP_BRANCH_PREDICTION]: Prefer call over thunks on
5334         nocona and core2.
5336 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
5338         * config/i386/i386.md (prefix_extra): New attribute.
5339         (length): Add prefix_extra.
5341         * onfig/i386/sse.md (sse2_movdqu): Set prefix_data16.
5342         (sse2_movntv2di): Likewise.
5343         (sse2_cvtps2dq): Likewise.
5344         (sse2_cvtpd2pi): Likewise.
5345         (sse2_cvttpd2pi): Likewise.
5346         (*sse2_cvtpd2ps): Likewise.
5347         (*add<mode>3): Likewise.
5348         (sse2_ssadd<mode>3): Likewise.
5349         (sse2_usadd<mode>3): Likewise.
5350         (*sub<mode>3): Likewise.
5351         (sse2_sssub<mode>3): Likewise.
5352         (sse2_ussub<mode>3): Likewise.
5353         (*mulv8hi3): Likewise.
5354         (*smulv8hi3_highpart): Likewise.
5355         (*umulv8hi3_highpart): Likewise.
5356         (sse2_umulv2siv2di3): Likewise.
5357         (sse2_pmaddwd): Likewise.
5358         (ashr<mode>3): Likewise.
5359         (lshr<mode>3): Likewise.
5360         (ashl<mode>3): Likewise.
5361         (sse2_ashlti3): Likewise.
5362         (sse2_lshrti3): Likewise.
5363         (*umaxv16qi3): Likewise.
5364         (*smaxv8hi3): Likewise.
5365         (*uminv16qi3): Likewise.
5366         (*sminv8hi3): Likewise.
5367         (sse2_eq<mode>3): Likewise.
5368         (sse2_gt<mode>3): Likewise.
5369         (*and<mode>3): Likewise.
5370         (sse2_nand<mode>3): Likewise.
5371         (*ior<mode>3): Likewise.
5372         (*xor<mode>3): Likewise.
5373         (sse2_packsswb): Likewise.
5374         (sse2_packssdw): Likewise.
5375         (sse2_packuswb): Likewise.
5376         (sse2_punpckhbw): Likewise.
5377         (sse2_punpcklbw): Likewise.
5378         (sse2_punpckhwd): Likewise.
5379         (sse2_punpcklwd): Likewise.
5380         (sse2_punpckhdq): Likewise.
5381         (sse2_punpckldq): Likewise.
5382         (sse2_punpckhqdq): Likewise.
5383         (sse2_punpcklqdq): Likewise.
5384         (*sse2_pinsrw): Likewise.
5385         (*sse2_pextrw): Likewise.
5386         (sse2_pshufd_1): Likewise.
5387         (sse2_uavgv16qi3): Likewise.
5388         (sse2_uavgv8hi3): Likewise.
5389         (sse2_psadbw): Likewise.
5390         (sse2_pmovmskb): Likewise.
5391         (*sse2_maskmovdqu): Likewise.
5392         (*sse2_maskmovdqu_rex64): Likewise.
5393         (sse4a_extrqi): Likewise.
5394         (sse4a_extrq): Likewise.
5395         (sse3_lddqu): Set prefix_rep.
5396         (sse3_addsubv4sf3): Likewise.
5397         (sse3_haddv4sf3): Likewise.
5398         (sse3_hsubv4sf3): Likewise.
5399         (sse_cvtss2si): Likewise.
5400         (sse_cvtss2si_2): Likewise.
5401         (sse_cvtss2siq): Likewise.
5402         (sse_cvtss2siq_2): Likewise.
5403         (sse_cvttss2si): Likewise.
5404         (sse_cvttss2siq): Likewise.
5405         (sse2_cvttps2dq): Likewise.
5406         (sse3_movshdup): Likewise.
5407         (sse3_movsldup): Likewise.
5408         (sse2_cvtsd2si): Likewise.
5409         (sse2_cvtsd2si_2): Likewise.
5410         (sse2_cvtsd2siq): Likewise.
5411         (sse2_cvtsd2siq_2): Likewise.
5412         (sse2_cvttsd2si): Likewise.
5413         (sse2_cvttsd2siq): Likewise.
5414         (*sse2_cvtpd2dq): Likewise.
5415         (*sse2_cvttpd2dq): Likewise.
5416         (sse2_pshuflw_1): Likewise.
5417         (sse2_pshufhw_1): Likewise.
5418         (sse4a_insertqi): Likewise.
5419         (sse4a_insertq): Likewise.
5420         (ssse3_phaddwv8hi3): Set prefix_data16 and prefix_extra.
5421         (ssse3_phadddv4si3): Likewise.
5422         (ssse3_phaddswv8hi3): Likewise.
5423         (ssse3_phsubwv8hi3): Likewise.
5424         (ssse3_phsubdv4si3): Likewise.
5425         (ssse3_phsubswv8hi3): Likewise.
5426         (ssse3_pmaddubswv8hi3): Likewise.
5427         (ssse3_pmulhrswv8hi3): Likewise.
5428         (ssse3_pshufbv16qi3): Likewise.
5429         (ssse3_psign<mode>3): Likewise.
5430         (ssse3_palignrti): Likewise.
5431         (abs<mode>2): Likewise.
5432         (ssse3_phaddwv4hi3): Set prefix_extra.
5433         (ssse3_phadddv2si3): Likewise.
5434         (ssse3_phaddswv4hi3): Likewise.
5435         (ssse3_phsubwv4hi3): Likewise.
5436         (ssse3_phsubdv2si3): Likewise.
5437         (ssse3_phsubswv4hi3): Likewise.
5438         (ssse3_pmaddubswv4hi3): Likewise.
5439         (ssse3_pmulhrswv4hi3): Likewise.
5440         (ssse3_pshufbv8qi3): Likewise.
5441         (ssse3_psign<mode>3): Likewise.
5442         (ssse3_palignrdi): Likewise.
5443         (abs<mode>2): Likewise.
5444         (sse2_cvtdq2ps): Set mode to V4SF instead of V2DF.
5445         (*vec_dupv2df): Set mode to V2DF instead of V4SF.
5446         (sse2_pmovmskb): Set mode to SI instead of V2DF.
5448 2007-04-23  Nick Clifton  <nickc@redhat.com>
5450         * params.def: Fix formatting of emacs local variables.
5452 2007-04-23  H.J. Lu  <hongjiu.lu@intel.com>
5454         * config/i386/sse.md (sse2_stored): Don't split to inter-unit
5455         move if inter-unit move isn't allowed.
5456         Don't split moving the first element of V2DI to DI to inter-unit
5457         move if inter-unit move isn't allowed.
5459 2007-04-23  Richard Guenther  <rguenther@suse.de>
5461         * tree-ssa-sink.c (execute_sink_code): Calculate CDI_DOMINATORS
5462         and CDI_POST_DOMINATORS separately.
5464 2007-04-23  Nick Clifton  <nickc@redhat.com>
5466         * c.opt (Wformat-contains-nul): Add warning attribute.
5468 2007-04-23  Jan Hubicka  <jh@suse.cz>
5470         * function.c (init_function_start): Don't init line number info.
5471         (expand_function_end): Update.
5472         (reset_block_changes, record_block_change, finalize_block_changes,
5473         check_block_change, free_block_changes): Kill.
5474         * function.h (reset_block_changes, record_block_change,
5475         finalize_block_changes, check_block_change, free_block_changes): Remove
5476         prototypes.
5477         (struct function): Remove ib_boundaries_block.
5478         * emit-rtl.c (make_insn_raw, make_jump_insn_raw, make_call_insn_raw):
5479         Use curr_insn_locator to initialize locator.
5480         (emit_line_note): Remove.
5481         * cfgexpand.c (expand_gimple_cond_expr): Update.
5482         (construct_exit_block): Likewise.
5483         (tree_expand_cfg): Initialize/finalize locators.
5484         * expr.c (expand_expr_real): Update.
5485         * cfglayout.c (line_locators_locs, line_locators_lines,
5486         file_locators_locs, file_locators_files): Remove.
5487         (set_block_levels): Move to cfgexpand.c.
5488         (insn_locators_initialize): Remove.
5489         (pass_insn_locators_initialize): Remove.
5490         (locations_locators_locs, locations_locators_vals): New static vars.
5491         (curr_location, last_location, curr_block, last_block, curr_rtl_loc):
5492         Likewise.
5493         (insn_locators_alloc, insn_locators_finalize,
5494         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
5495         New functions.
5496         (locator_location): New.
5497         (locator_line, locator_file): Rewrite.
5498         * rtl.h (emit_line_note): Kill.
5499         (insn_locators_alloc, insn_locators_finalize,
5500         set_curr_insn_source_location, set_curr_insn_block, curr_insn_locator):
5501         Declare.
5502         * tree-inline.c (initialize_cfun): Do not initialize
5503         ib_boundaries_block.
5504         * passes.c (pass_insn_locators_initialize): Remove.
5506 2007-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5508         PR middle-end/31448
5509         * expr.c (reduce_to_bit_field_precision): Handle
5510         CONST_INT rtx's.
5512 2007-04-22  Uros Bizjak  <ubizjak@gmail.com>
5514         PR tree-optimization/24659
5515         * optabs.h (enum optab_index) [OTI_vec_unpacks_hi,
5516         OTI_vec_unpacks_lo]: Update comment to mention floating point operands.
5517         (vec_pack_trunc_optab): Rename from vec_pack_mod_optab.
5518         * genopinit.c (optabs): Rename vec_pack_mod_optab
5519         to vec_pack_trunc_optab.
5520         * tree-vect-transform.c (vectorizable_type_demotion): Do not fail
5521         early for scalar floating point operands for NOP_EXPR.
5522         (vectorizable_type_promotion): Ditto.
5523         * optabs.c (optab_for_tree_code) [VEC_PACK_TRUNC_EXPR]: Return
5524         vec_pack_trunc_optab.
5525         (expand_binop): Rename vec_float_trunc_optab to vec_pack_mod_optab.
5527         * tree.def (VEC_PACK_TRUNC_EXPR): Rename from VEC_PACK_MOD_EXPR.
5528         * tree-pretty-print.c (dump_generic_node) [VEC_PACK_TRUNC_EXPR]:
5529         Rename from VEC_PACK_MOD_EXPR.
5530         (op_prio) [VEC_PACK_TRUNC_EXPR]: Ditto.
5531         * expr.c (expand_expr_real_1): Ditto.
5532         * tree-inline.c (estimate_num_insns_1): Ditto.
5533         * tree-vect-generic.c (expand_vector_operations_1): Ditto.
5535         * config/i386/sse.md (vec_unpacks_hi_v4sf): New expander.
5536         (vec_unpacks_lo_v4sf): Ditto.
5537         (vec_pack_trunc_v2df): Ditto.
5538         (vec_pack_trunc_v8hi): Rename from vec_pack_mod_v8hi.
5539         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
5540         (vec_pack_trunc_v2di): Rename from vec_pack_mod_v2di.
5542         * config/rs6000/altivec.md (vec_pack_trunc_v8hi): Rename from
5543         vec_pack_mod_v8hi.
5544         (vec_pack_trunc_v4si): Rename from vec_pack_mod_v4si.
5546         * doc/c-tree.texi (Expression trees) [VEC_PACK_TRUNC_EXPR]:
5547         Rename from VEC_PACK_MOD_EXPR.  This expression also represent
5548         packing of floating point operands.
5549         [VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR]: These expression also
5550         represent unpacking of floating point operands.
5551         * doc/md.texi (Standard Names) [vec_pack_trunc]: Update documentation.
5552         [vec_unpacks_hi]: Ditto.
5553         [vec_unpacks_lo]: Ditto.
5555 2007-04-22  Jan Hubicka  <jh@suse.cz>
5557         * final.c (rest_of_handle_final): Call
5558         targetm.asm_out.constructor/targetm.asm_out.destructor
5559         * cgraphunit.c (cgraph_build_static_cdtor): Don't do it here; set
5560         proper priority via decl_*_priority_insert.
5561         * c-common.c (c_expand_body): Likewise.
5563 2007-04-22  Richard Guenther  <rguenther@suse.de>
5565         PR tree-optimization/29789
5566         * tree-ssa-loop-im.c (stmt_cost): Adjust cost of shifts.
5567         (rewrite_reciprocal): New helper split out from
5568         determine_invariantness_stmt.
5569         (rewrite_bittest): Likewise.
5570         (determine_invariantness_stmt): Rewrite (A >> B) & 1 to
5571         A & (1 << B) if (1 << B) is loop invariant but (A >> B)
5572         is not.
5574 2007-04-22  Revital Eres  <eres@il.ibm.com>
5576         * loop-unroll.c (var_to_expand): New field to support also
5577         insns of the form x = something + x.
5578         (analyze_insn_to_expand_var): Use it.
5579         (expand_var_during_unrolling): Likewise.
5581 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
5583         * predict.c: Include pointer-set.h.
5584         (bb_predictions): New variable.
5585         (tree_predicted_by_p, tree_predict_edge,
5586         remove_predictions_associated_with_edge): Use bb_predictions map
5587         instead of bb->predictions.
5588         (clear_bb_predictions, assert_is_empty): New functions.
5589         (combine_predictions_for_bb): Use bb_predictions map.  Call
5590         clear_bb_predictions.
5591         (tree_estimate_probability): Create and free bb_predictions map.
5592         * Makefile.in (predict.o): Add pointer-set.h dependency.
5593         * basic-block.h (struct basic_block_def): Remove predictions
5594         field.
5595         * cfgrtl.c (rtl_verify_flow_info_1): Do not check bb->predictions.
5597 2007-04-21  Kaz Kojima  <kkojima@gcc.gnu.org>
5599         PR target/31480
5600         * config/sh/sh.md (length): Check if prev_nonnote_insn (insn)
5601         is null.
5603 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5605         * timevar.c (timevar_print): Change reference of --disable-checking to
5606         --enable-checking=release.  Also warn if assert checking is disabled.
5608 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5610         PR C/30265
5611         * c-gimplifier.c (gimplify_compound_literal_expr): Mark the
5612         decl as addressable if the compound literal was marked as
5613         addressable.
5614         Mark the decl as a gimple register if it is a complex or
5615         vector decl and does not live in memory.
5617 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5619         * tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.
5620         (GENERIC_NEXT): New function macro.
5621         (PHI_CHAIN): Use phi_node's new chain variable.
5622         (tree_phi_node): Change tree_common to tree_base
5623         and add the chain field.
5624         * tree-phinodes.c (make_phi_node): Don't set
5625         TREE_TYPE on the new node.
5626         * c-decl.c (lang_tree_node): Use GENERIC_NEXT
5627         instead of checking GIMPLE_TUPLE_P in chain_next.
5628         * tree-vect-transform.c
5629         (get_initial_def_for_induction): Look at
5630         PHI_RESULT_TREE for the type of the phi node.
5631         (update_vuses_to_preheader): Use PHI_CHAIN
5632         instead of TREE_CHAIN on the phi node.
5633         * tree-ssa-structalias.c (compute_points_to_sets):
5634         Likewise.
5635         (ipa_pta_execute): Likewise.
5637 2007-04-21  Richard Guenther  <rguenther@suse.de>
5639         PR middle-end/31136
5640         * fold-const.c (fold_unary): Call fold_convert_const on the
5641         original tree.
5643 2007-04-21  Alexandre Oliva  <aoliva@redhat.com>
5645         * gcse.c (store_killed_in_insn): Handle PARALLELs.
5646         (store_killed_in_pat): New.
5648 2007-04-20  Richard Henderson  <rth@redhat.com>
5650         PR target/31628
5651         * config/i386/i386.c (type_has_variadic_args_p): Look for any
5652         TREE_LIST with a void_type_node value, not void_list_node exactly.
5654 2007-04-21  Douglas Gregor  <doug.gregor@gmail.com>
5656         * doc/standards.texi: Re-arrange into language-specific
5657         subsections. Add a C++ section, documenting which standards we
5658         support.
5660 2007-04-21  Zdenek Dvorak  <dvorakz@suse.cz>
5662         * tree-ssa-structalias.c (delete_points_to_sets): Free graph->complex.
5663         * tree-ssa-operands.c (finalize_ssa_vuse_ops): Free new_ops.
5665 2007-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
5667         * config/rs6000/sysv4.h (STARTFILE_DEFAULT_SPEC): Include
5668         ecrti.o and crtbegin.o.
5669         (LIB_DEFAULT_SPEC): Include -lc.
5670         (ENDFILE_DEFAULT_SPEC): Include crtend.o and ecrtn.o.
5672 2007-04-20  Richard Henderson  <rth@redhat.com>
5674         PR target/28623
5675         * config/alpha/alpha.c (get_unaligned_address): Remove extra_offset
5676         argument; update all callers.
5677         (get_unaligned_offset): New.
5678         * config/alpha/alpha.md (extendqidi2, extendhidi2): Don't use
5679         get_unaligned_address, just pass on the address directly.
5680         (unaligned_extendqidi): Use gen_lowpart instead of open-coding
5681         the subreg in the helper patterns.
5682         (unaligned_extendqidi_le): Use get_unaligned_offset.
5683         (unaligned_extendqidi_be, unaligned_extendhidi_le): Likewise.
5684         (unaligned_extendhidi_be): Likewise.
5685         (unaligned_extendhidi): Tidy.
5686         * config/alpha/alpha-protos.h: Update.
5688 2007-04-20  Richard Henderson  <rth@redhat.com>
5690         * config/alpha/alpha.h (CPP_SPEC, CPP_SUBTARGET_SPEC): Remove.
5691         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
5692         * config/alpha/linux.h (CPP_SPEC): Undef before redefine.
5693         * config/alpha/linux-elf.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
5694         * config/alpha/freebsd.h (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
5695         (CPP_SPEC): Don't include %(cpp_subtarget).
5696         * config/alpha/netbsd.h (CPP_SPEC): Rename CPP_SUBTARGET_SPEC.
5697         (EXTRA_SPECS): Rename SUBTARGET_EXTRA_SPECS.
5698         * config/alpha/osf.h (CPP_SPEC, EXTRA_SPECS): Similarly.
5700 2007-04-20  Jakub Jelinek  <jakub@redhat.com>
5702         * config/i386/i386.c (bdesc_2arg): Use ORDERED rather than UNORDERED
5703         for __builtin_ia32_cmpordss.
5705         PR tree-optimization/31632
5706         * fold-const.c (fold_binary): Use op0 and op1 instead of arg0
5707         and arg1 for optimizations of comparison against min/max values.
5708         Fold arg0 to arg1's type for optimizations of comparison against
5709         min+1 and max-1 values.
5711 2007-04-19  Bernd Schmidt  <bernd.schmidt@analog.com>
5713         * reload.c (combine_reloads): When trying to use a dying register,
5714         check whether it's uninitialized and don't use if so.
5716 2007-04-19  Brooks Moses  <brooks.moses@codesourcery.com>
5718         * fold-const.c: Remove prototypes for native_encode_expr and
5719         native_interpret_expr.
5720         (native_encode_expr): Make non-static.
5721         (native_interpret_expr): Likewise.
5722         * tree.h: Add prototypes for the above.
5724 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
5726         * config/rs6000/spe.md (*frob_tf_ti, *frob_ti_tf, *frob_ti_tf_2,
5727         *mov_si<mode>_e500_subreg0, *mov_si<mode>_e500_subreg0_2,
5728         *mov_sitf_e500_subreg8, *mov_sitf_e500_subreg8_2, spe_extenddftf2,
5729         spe_fix_trunctfsi2_internal, spe_negtf2_internal, cmptfeq_gpr,
5730         tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr, tsttflt_gpr):
5731         Add length attributes.
5733 2007-04-19  Janis Johnson  <janis187@us.ibm.com>
5735         * ginclude/float.h: Check that __STDC_WANT_DEC_FP__ is defined,
5736         not that it is 1.
5738         * c-cppbuiltin.c (c_cpp_builtins): Remove definition of
5739         __STDC_WANT_DEC_FP__.
5741 2007-04-19  Joseph Myers  <joseph@codesourcery.com>
5743         * configure.ac: Allow both powerpc*-*-linux* and powerpc*-*-gnu*
5744         for long double compatibility.
5745         * configure: Regenerate.
5747 2007-04-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
5749         PR rtl-optimization/29841
5750         * cfgbuild.c (control_flow_insn_p): Return TRUE for unconditional
5751         trap instructions.
5752         * sched-deps.c (sched_analyze_insn): Prevent all non-jump instructions
5753         that may cause control flow transfer from being moved.
5755 2007-04-18  Jan Hubicka  <jh@suse.cz>
5757         * fold-const.c (div_if_zero_remainder): Do signed divide for pointer
5758         types.
5760 2007-04-18  Eric Christopher  <echristo@apple.com>
5762         * config/rs6000/darwin.md (load_macho_picbase): Use link register
5763         only. Update operands.
5764         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update caller.
5765         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Ditto. Move from
5766         link register to pic register.
5768 2007-04-18  Dirk Mueller  <dmueller@suse.de>
5770         PR diagnostic/31227
5771         * tree-vrp.c (search_for_addr_array): New.
5772         (check_array_bounds): Suppress warning about
5773         address taken of array refs if its not de-referenced.
5775 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
5777         * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.
5778         * tree-vect-analyze.c (vect_analyze_loop_form): Set loop->aux.
5780         * tree-vectorizer.h (NITERS_KNOWN_P): New.
5781         * tree-vect-analyze.c (vect_analyze_loop_form): Call NITERS_KNOWN_P
5782         instead of LOOP_VINFO_INT_NITERS to avoid having to geneate loop_info.
5784         * tree-vect-analyze.c (vect_determine_vectorization_factor): Add
5785         dump print.
5786         (vect_analyze_operations): Fix indenetation.  Fix a comment.  Fix a
5787         print message.
5788         (vect_analyze_scalar_cycles): Fix indentation.
5789         (vect_enhance_data_refs_alignment): Fix check in case of peeling.
5790         (vect_mark_relevant): Include phis in relevance analysis.
5792         * tree-vect-transform.c (vect_transform_loop): Add an assert.
5794 2007-04-18  Anatoly Sokolov <aesok@post.ru>
5796         * config/avr/avr.c (ptrreg_to_str): Replace error() with
5797         output_operand_lossage().
5799 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
5801         * tree-vect-transform.c (get_initial_def_for_reduction): Clean away
5802         the unused code for reduction without adjust-in-epilog to simplify the
5803         function.
5805 2007-04-18  Wolfgang Gellerich  <gellerich@de.ibm.com>
5807         * config/s390/s390.h (S390_TDC_POSITIVE_ZERO): New constant.
5808         (S390_TDC_NEGATIVE_ZERO): New constant.
5809         (S390_TDC_POSITIVE_NORMALIZED_NUMBER): New constant.
5810         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): New constant.
5811         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): New constant.
5812         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): New constant.
5813         (S390_TDC_POSITIVE_INFINITY): New constant.
5814         (S390_TDC_NEGATIVE_INFINITY): New constant.
5815         (S390_TDC_POSITIVE_QUIET_NAN): New constant.
5816         (S390_TDC_NEGATIVE_QUIET_NAN): New constant.
5817         (S390_TDC_POSITIVE_SIGNALING_NAN): New constant.
5818         (S390_TDC_NEGATIVE_SIGNALING_NAN): New constant.
5819         (S390_TDC_INFINITY): New constant.
5820         * config/s390/s390.c (s390_canonicalize_comparison): Renamed
5821         UNSPEC_CMPINT to UNSPEC_CCU_TO_INT, added a UNSPEC_CCU_TO_INT-like
5822         optimization for UNSPEC_CCZ_TO_INT.
5823         * config/s390/s390.md ("*TDC_insn_<mode>"): New insn.
5824         ("*ccz_to_int"): New insn.
5825         ("isinf<mode>2"): New insn.
5826         (UNSPEC_CMPINT): Renamed to UNSPEC_CCU_TO_INT.
5827         (UNSPEC_CCU_TO_INT): New constant, replaces UNSPEC_CMPINT.
5828         (UNSPEC_CCZ_TO_INT): New constant.
5830 2007-04-18  Richard Guenther  <rguenther@suse.de>
5832         PR tree-optimization/19431
5833         PR tree-optimization/21463
5834         * tree-pass.h (pass_phiprop): Declare.
5835         * passes.c (init_optimization_passes): New phiprop pass.
5836         * tree-ssa-forwprop.c (struct phiprop_d): New structure.
5837         (phivn_valid_p): New helper function.
5838         (phiprop_insert_phi): Likewise.
5839         (propagate_with_phi): Likewise.
5840         (tree_ssa_phiprop): New propagator propagating loads
5841         through phi nodes if profitable.
5843 2007-04-18  Dorit Nuzman  <dorit@il.ibm.com>
5845         * tree-vect-analyze.c (process_use): New function.
5846         (vect_mark_stmts_to_be_vectorized): Factor out code to process_use.
5847         Check phis in all bbs.
5848         * tree-vectorizer.c (vect_is_simple_use): Remove a no longer relavant
5849         assert.
5851 2007-04-18  Bernd Schmidt  <bernd.schmidt@analog.com>
5853         * reload1.c (eliminte_regs_in_insn): Use REG_EQUIV notes the same way
5854         we use REG_EQUAL.
5856 2007-04-17  Anatoly Sokolov <aesok@post.ru>
5858         PR target/30483
5859         * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
5860         error().
5862 2007-04-17  H.J. Lu  <hongjiu.lu@intel.com>
5864         * config/i386/sse.md (sse_vmaddv4sf3): Use register_operand
5865         on "0".
5866         (sse_vmmulv4sf3): Likewise.
5867         (sse2_vmaddv2df3): Likewise.
5868         (sse2_vmmulv2df3): Likewise.
5870 2007-04-17  Zdenek Dvorak  <dvorakz@suse.cz>
5872         PR rtl-optimization/31360
5873         * cfgloopanal.c (target_small_cost, target_pres_cost): Removed.
5874         (target_reg_cost): New.
5875         (init_set_costs): Initialize target_reg_cost.  Add comments
5876         regarding the rationale of the costs.
5877         (global_cost_for_size): Renamed to...
5878         (estimate_reg_pressure_cost): ... and simplify.  Decrease importance
5879         of register pressure.
5880         * tree-ssa-loop-ivopts.c (ivopts_global_cost_for_size): Use
5881         estimate_reg_pressure_cost.  Add number of ivs.
5882         (determine_set_costs): Dump target_reg_cost.
5883         * loop-invariant.c (gain_for_invariant):  Use
5884         estimate_reg_pressure_cost.  Removed n_inv_uses argument.
5885         (best_gain_for_invariant, find_invariants_to_move): Remove
5886         n_inv_uses.
5887         * cfgloop.h (target_small_cost, target_pres_cost): Removed.
5888         (target_reg_cost): Declare.
5889         (global_cost_for_size): Declaration removed.
5890         (estimate_reg_pressure_cost): Declare.
5892 2007-04-17  Peter Bergner  <bergner@vnet.ibm.com>
5894         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Force TDmode
5895         regnos into even/odd register pairs.
5896         * config/rs6000/rs6000.h [SLOW_UNALIGNED_ACCESS]: Treat DDmode and
5897         TDmode similar to the other floating point modes.
5898         [SECONDARY_MEMORY_NEEDED]: Treat DDmode similar to DFmode.
5899         * config/rs6000/dfp.md (negdd2, absdd2, negtd2, abstd2): New
5900         define_expand's.
5901         (negdd2_fpr, absdd2_fpr, nabsdd2_fpr, negtd2_fpr, abstd2_fpr,
5902         nabstd2_fpr, movdd_hardfloat64_mfpgpr): New define_insn's.
5903         (movdd_hardfloat64): Use TARGET_MFPGPR.
5905 2007-04-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5907         * reload1.c (delete_output_reload): Don't count output in n_inherited.
5909         Revert
5910         2005-01-05  Richard Henderson  <rth@redhat.com>
5911         PR rtl-opt/10692
5912         * reload1.c (do_input_reload): Restrict the optimization deleteing
5913         a previous output reload to RELOAD_FOR_INPUT.
5915 2007-04-17  Dorit Nuzman  <dorit@il.ibm.com>
5917         * tree-vectorizer.h (stmt_vec_info_type): Add enum value
5918         induc_vec_info_type.
5919         (vectorizable_induction): New function declaration.
5920         * tree-vect-transform.c (get_initial_def_for_induction): No need to
5921         check if already vectorized.  Find first place in BB where new stmts
5922         can be inserted.  Takes only one argument.
5923         (vectorizable_induction): New function.
5924         (vect_transform_stmt): Add case for induc_vec_info_type to call
5925         vectorizable_induction.
5926         (vect_transform_loop): Consider phis for vectorization.
5927         * tree-vect-analyze.c (vect_determine_vectorization_factor): Simplify
5928         condition.
5929         (analyze_operations): Call vectorizable_induction when analyzing phis.
5930         Fix comment.
5931         (vect_mark_stmts_to_be_vectorized): Remove redundant checks.
5932         (vect_mark_relevant): Include phis in relevance analysis.
5933         (vect_mark_stmts_to_be_vectorize): Likewise.
5934         * tree-vect-patterns.c (widened_name_p): Remove obsolete asserts.
5936 2007-04-16  Lawrence Crowl  <crowl@google.com>
5938         * doc/invoke.texi (Debugging Options): Add documentation for the
5939         -femit-struct-debug options -femit-struct-debug-baseonly,
5940         -femit-struct-debug-reduced, and
5941         -femit-struct-debug-detailed[=...].
5943         * c-opts.c (c_common_handle_option): Add
5944         OPT_femit_struct_debug_baseonly, OPT_femit_struct_debug_reduced,
5945         and OPT_femit_struct_debug_detailed_.
5946         * c.opt: Add specifications for
5947         -femit-struct-debug-baseonly, -femit-struct-debug-reduced,
5948         and -femit-struct-debug-detailed[=...].
5949         * opts.c (set_struct_debug_option): Parse the
5950         -femit-struct-debug-... options.
5951         * opts.c (matches_main_base, main_input_basename,
5952         main_input_baselength, base_of_path, matches_main_base): Add
5953         variables and functions to compare header base name to compilation
5954         unit base name.
5955         * opts.c (should_emit_struct_debug): Add to determine to emit a
5956         structure based on the option.
5957         (dump_struct_debug) Also disabled function to debug this
5958         function.
5959         * opts.c (handle_options): Save the base name of the
5960         compilation unit.
5962         * langhooks-def.h (LANG_HOOKS_GENERIC_TYPE_P): Define.
5963         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add.
5964         This hook indicates if a type is generic.  Set it by default
5965         to "never generic".
5966         * langhooks.h (struct lang_hooks_for_types): Add a new hook
5967         to determine if a struct type is generic or not.
5968         * cp/cp-tree.h (class_tmpl_impl_spec_p): Declare a C++ hook.
5969         * cp/tree.c (class_tmpl_impl_spec_p): Implement the C++ hook.
5970         * cp/cp-lang.c (LANG_HOOKS_GENERIC_TYPE_P): Override null C hook
5971         with live C++ hook.
5973         * flags.h (enum debug_info_usage): Add an enumeration to describe
5974         a program's use of a structure type.
5975         * dwarf2out.c (gen_struct_or_union_type_die): Add a new parameter
5976         to indicate the program's usage of the type.  Filter structs based
5977         on the -femit-struct-debug-... specification.
5978         (gen_type_die): Split into two routines, gen_type_die and
5979         gen_type_die_with_usage.  gen_type_die is now a wrapper
5980         that assumes direct usage.
5981         (gen_type_die_with_usage): Replace calls to gen_type_die
5982         with gen_type_die_with_usage adding the program usage of
5983         the referenced type.
5984         (dwarf2out_imported_module_or_decl): Suppress struct debug
5985         information using should_emit_struct_debug when appropriate.
5987 2007-04-16  Ian Lance Taylor  <iant@google.com>
5989         PR tree-optimization/31522
5990         * tree-vrp.c (vr_phi_edge_counts): New static variable.
5991         (vrp_initialize): Allocate vr_phi_edge_counts.
5992         (vrp_visit_phi_node): Don't push to infinity if we saw a new
5993         executable edge.  Drop test for all constants.
5994         (vrp_finalize): Free vrp_phi_edge_counts.
5996         * doc/cpp.texi (Common Predefined Macros): Clarify description of
5997         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
5999         * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
6000         predecessors at head rather than tail.
6002 2007-04-16  Matthias Klose  <doko@debian.org>
6004         * config/alpha/linux.h (CPP_SPEC): Define.
6005         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Extend.
6007 2007-04-16  Aldy Hernandez  <aldyh@redhat.com>
6009         * function.h: Remove sequence_stack extern declaration.
6011 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
6013         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Change to 64 on
6014         TARGET_FIDOA.
6015         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Change to 64 if __mfido__ is
6016         defined.
6018 2007-04-16  Anatoly Sokolov <aesok@post.ru>
6020         * config/avr/avr.c (avr_arch_types): Rearranging  array.
6021         (enum avr_arch): Add.
6022         (avr_mcu_types): Use avr_arch enumeration constants instead of
6023         numbers.
6024         * config/avr/avr.h (LINK_SPEC): Simplify.
6026 2007-04-16  Kazu Hirata  <kazu@codesourcery.com>
6028         * config/m68k/m68k.c (m68k_libcall_value,
6029         m68k_function_value): Use macros for register names more.
6031         * config/m68k/m68k.h (FRAME_POINTER_REGNUM): Use A6_REG
6032         instead.
6033         (M68K_REGNAME): Use A6_REG.
6034         * config/m68k/m68k.md (FP_REG): Rename to A6_REG.
6036 2007-04-16  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6038         PR middle-end/28071
6039         * sched-int.h (struct deps): Split field 'pending_lists_length' into
6040         'pending_read_list_length' and 'pending_write_list_length'.  Update
6041         comment.
6042         * sched-deps.c (add_insn_mem_dependence): Change signature.  Update
6043         to handle two length counters instead of one.  Update all uses.
6044         (flush_pending_lists, sched_analyze_1, init_deps): Update to handle
6045         two length counters instead of one.
6046         * sched-rgn.c (propagate_deps): Update to handle two length counters
6047         instead of one.
6049 2007-04-16  H.J. Lu  <hongjiu.lu@intel.com>
6051         PR target/31582
6052         * config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
6053         copy of source, pass it to ix86_expand_vector_set and return
6054         it as target.
6056 2007-04-16  David Ung  <davidu@mips.com>
6057             Joseph Myers  <joseph@codesourcery.com>
6059         * config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
6060         PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
6061         * config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
6062         Add 74K processor information.
6063         * config/mips/mips.md: Include 74k.md.
6064         (cpu): Add 74kc,74kf,74kx.
6065         (ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
6066         * config/mips/74k.md: New.
6067         * doc/invoke.texi (MIPS Options): Document 74K support.
6069 2007-04-16  Dorit Nuzman  <dorit@il.ibm.com>
6071         * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
6072         vectorizable_* functions.
6073         * tree-vect-transform.c (vectorizable_call): Add check for
6074         STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
6075         (vectorizable_store): likewise.
6076         (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
6077         Add comments.
6078         (vectorizable_operation, vectorizable_type_demotion): Likewise.
6079         (vectorizable_type_promotion, vectorizable_load): Likewise.
6080         (vectorizable_live_operation, vectorizable_condition): Likewise.
6081         (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
6082         STMT_VINFO_LIVE_P.
6083         (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
6085 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
6087         * config/m68k/linux.h (FUNCTION_VALUE_REGNO_P): Use macros for
6088         register numbers more.
6089         * config/m68k/m68k.h (STACK_POINTER_REGNUM,
6090         FRAME_POINTER_REGNUM, STATIC_CHAIN_REGNUM,
6091         M68K_STRUCT_VALUE_REGNUM, FUNCTION_VALUE, LIBCALL_VALUE,
6092         FUNCTION_VALUE_REGNO_P): Likewise.
6093         * config/m68k/m68kelf.h (M68K_STRUCT_VALUE_REGNUM,
6094         STATIC_CHAIN_REGNUM): Likewise.
6095         * config/m68k/m68kemb.h (FUNCTION_VALUE_REGNO_P): Likewise.
6096         * config/m68k/netbsd-elf.h (M68K_STRUCT_VALUE_REGNUM,
6097         STATIC_CHAIN_REGNUM, FUNCTION_VALUE_REGNO_P): Likewise.
6098         * config/m68k/m68k.md (FP_REG): New.
6100 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
6102         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Prefer 32-bit
6103         alignment on fido.
6105 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
6107         * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
6108         tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
6109         comment typos.
6111 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
6113         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore
6114         cold loops.
6116 2007-04-14  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6118         PR c/31520
6119         * c-decl.c (finish_decl): Grab the type of the decl after the call
6120         to store_init_value.
6122 2007-04-14  Steven Bosscher  <steven@gcc.gnu.org>
6124         * common.opt (fforward-propagate): Fix "Optimization" annotation.
6126 2007-04-14  Jakub Jelinek  <jakub@redhat.com>
6128         PR c++/25874
6129         * omp-low.c (expand_omp_parallel): If child_cfun->cfg, free dominators,
6130         post dominators and cleanup cfg before returning.
6132 2007-04-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6134         * config/bfin/bfin.h (MODES_TIEABLE_P): Allow more modes to be tied.
6135         * config/bfin/bfin.md (movsi_insn): Delete two unused alternatives.
6137 2007-04-14  Kazu Hirata  <kazu@codesourcery.com>
6139         * config.gcc: Recognize fido.
6140         * config/m68k/m68k-devices.def (fidoa): New.
6141         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define
6142         __mfido__.
6143         (FL_FIDOA, TARGET_FIDOA): New.
6144         * config/m68k/m68k.opt (mfidoa): New.
6146 2007-04-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6148         PR middle-end/31322
6149         * dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
6150         when a personality function is used.
6152 2007-04-13  Bob Wilson  <bob.wilson@acm.org>
6154         * config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.
6156 2007-04-13  Mike Stump  <mrs@apple.com>
6158         * config/darwin-c.c (handle_c_option): Handle -fapple-kext here so
6159         we can...
6160         * config/darwin.opt (fapple-kext): Make C++ only.
6161         * config/darwin.c (darwin_override_options): Remove code to ensure
6162         -fapple-kext is given for C++ only.
6164 2007-04-13  Richard Sandiford  <richard@codesourcery.com>
6166         * config/mips/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
6167         * config/mips/mips.c (override_options): Call
6168         SUBTARGET_OVERRIDE_OPTIONS, if defined.
6170 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
6172         * config/i386/i386.opt (msvr3-shlib): Removed.
6174         * doc/invoke.texi: Remove -msvr3-shlib.
6176 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
6178         * config/i386/i386.opt (mpopcnt): Replace "popcount" instruction
6179         with "popcnt" instruction.
6181 2007-04-13  Richard Guenther  <rguenther@suse.de>
6183         PR tree-optimization/21258
6184         * tree-vrp.c (compare_case_labels): New helper.
6185         (find_switch_asserts): New function.
6186         (find_assert_locations): Call it for SWITCH_EXPRs.
6188 2007-04-13  Uros Bizjak  <ubizjak@gmail.com>
6190         * config/i386/i386.h (X87_FLOAT_MODE_P): Check for TARGET_80387.
6191         * config/i386/i386.md (*cmpfp0): Remove check for TARGET_80387, this
6192         check is now implied in X87_FLOAT_MODE_P.
6193         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
6194         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
6195         (fix_trunc<mode>_i386_fisttp): Ditto.
6196         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
6197         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
6198         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
6199         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
6200         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
6201         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
6202         (unnamed_splitters): Ditto.
6203         * config/i386/i386.c (function_value_32): Generate FIRST_FLOAT_REG
6204         for X87_FLOAT_MODE_P mode.  Override FIRST_FLOAT_REG with
6205         FIRST_SSE_REG for local functions when SSE math is enabled or
6206         for functions with sseregparm attribute.
6207         (standard_80387_constant_p): Return -1 if mode is not
6208         X87_FLOAT_MODE_P.
6209         (ix86_cc_mode): Assert that scalar mode is not DECIMAL_FLOAT_MODE_P.
6210         (ix86_expand_compare): Ditto.
6211         (ix86_expand_carry_flag_compare): Ditto.
6212         (ix86_expand_int_movcc): Check for SCALAR_FLOAT_MODE_P instead
6213         of FLOAT_MODE_P for cmp_mode and assert that cmp_mode is not
6214         DECIMAL_FLOAT_MODE_P.
6215         (ix86_preferred_output_reload_class): Use X87_FLOAT_MODE_P instead
6216         of SCALAR_FLOAT_MODE_P.
6217         (ix86_rtx_costs) [PLUS] Remove FLOAT_MODE_P and fall through to ...
6218         [MINUS]: ... here.  Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P
6219         checks before FLOAT_MODE_P.
6220         [MULT]: Add SSE_FLOAT_MODE_P and X87_FLOAT_MODE_P checks
6221         before FLOAT_MODE_P.
6222         [DIV]: Ditto.
6223         [NEG]: Ditto.
6224         [ABS]: Ditto.
6225         [SQRT]: Ditto.
6226         [FLOAT_EXTEND]: Use SSE_FLOAT_MODE_P.
6228 2007-04-12  Paolo Bonzini  <bonzini@gnu.org>
6229             Charles Wilson  <libtool@cwilson.fastmail.fm>
6231         * Makefile.in (stamp-as, stamp-collect-ld, stamp-nm): Remove.
6232         (libgcc.mvars): Don't depend on them.
6233         * configure.ac (as, collect-ld, nm): Create from exec-tool.in.
6234         * exec-tool.in: New.
6236 2007-04-12  Brooks Moses  <brooks.moses@codesourcery.com>
6238         * doc/invoke.text (--help): Document --help=common.
6240 2007-04-12  Thomas Neumann  <tneumann@users.sourceforge.net>
6242         * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords.
6244 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6246         * Makefile.in (insn-emit.o): Depend on $(INTEGRATE_H).
6247         * genemit.c (main): Emit #include "integrate.h".
6248         * config/mips/mips-protos.h (SYMBOL_HALF): New mips_symbol_type.
6249         (LOADGP_RTP): New mips_loadgp_style.
6250         * config/mips/mips.h: Include config/vxworks-dummy.h.
6251         (TARGET_RTP_PIC): New macro.
6252         (TARGET_USE_GOT): Return true for TARGET_RTP_PIC.
6253         (TARGET_USE_PIC_FN_ADDR_REG): Return true for TARGET_VXWORKS_RTP.
6254         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit function-relative case tables
6255         for TARGET_RTP_PIC.
6256         * config/mips/vxworks.h (SUBTARGET_ASM_SPEC): Define.  Pass down
6257         -mvxworks-pic when using -mrtp and a PIC option.
6258         * config/mips/mips.c (mips_classify_symbol): Return SYMBOL_GOT_DISP
6259         for RTP PIC.
6260         (mips_symbolic_constant_p, mips_symbolic_address_p)
6261         (mips_symbol_insns): Handle SYMBOL_HALF.
6262         (override_options): Warn about -G and -mrtp being used together.
6263         Initialize mips_lo_relocs[SYMBOL_HALF].
6264         (mips_current_loadgp_style): Return LOADGP_RTP for RTP PIC.
6265         (mips_emit_loadgp): Handle LOADGP_RTP.
6266         (mips_in_small_data_p): Return false for TARGET_VXWORKS_RTP.
6267         * config/mips/mips.md (loadgp_rtp): New insn and splitter.
6268         (tablejump): Handle function-relative case table entries if
6269         TARGET_RTP_PIC.
6270         * config/mips/predicates.md (symbol_ref_operand): New predicate.
6272 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6274         * config/mips/mips.md (load_call<mode>): Allow any general register.
6275         destination.
6276         (sibcall_value_internal, sibcall_value_multiple_internal)
6277         (call_value_internal, call_value_split, call_value_multiple_internal)
6278         (call_value_multiple_split): Remove constraints from operand 0.
6280 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6282         * config/mips/mips-protos.h: In comments, refer to loadgp_absolute
6283         rather than loadgp_noshared.
6284         * config/mips/mips.c (mips_emit_loadgp): Use gen_loadgp_absolute
6285         instead of gen_loadgp_noshared.  Use gen_loadgp_newabi instead of
6286         gen_loadgp.
6287         * config/mips/mips.md (loadgp): Rename to...
6288         (loadgp_newabi): ...this.
6289         (loadgp_noshared): Rename to...
6290         (loadgp_absolute): ...this.
6292 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6294         * config/mips/mips.c (mips_ok_for_lazy_binding_p): Always return
6295         false for locally-binding symbols.
6296         (mips_dangerous_for_la25_p): Check mips_global_symbol_p.
6298 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6300         * config/mips/mips-protos.h (SYMBOL_GOT_LOCAL): Rename to...
6301         (SYMBOL_GOT_PAGE_OFST): ...this.
6302         (SYMBOL_GOT_GLOBAL): Rename to...
6303         (SYMBOL_GOT_DISP): ...this.
6304         (SYMBOL_GOTOFF_GLOBAL): Rename to...
6305         (SYMBOL_GOTOFF_DISP): ...this.  Update comments accordingly.
6306         * config/mips/mips.c (mips_global_symbol_p): New function.
6307         (mips_symbol_binds_local_p): Likewise.
6308         (mips_classify_symbol): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP
6309         and SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST.  Use mips_global_symbol_p
6310         and mips_symbol_binds_local_p.
6311         (mips_symbolic_constant_p, mips_symbolic_address_p, mips_symbol_insns)
6312         (override_options): Rename SYMBOL_GOT_GLOBAL to SYMBOL_GOT_DISP,
6313         SYMBOL_GOT_LOCAL to SYMBOL_GOT_PAGE_OFST and SYMBOL_GOTOFF_GLOBAL to
6314         SYMBOL_GOTOFF_DISP.
6315         (mips_ok_for_lazy_binding_p): New function.
6316         (mips_load_call_address, mips_expand_call): Use it.
6317         (mips_dangerous_for_la25_p): Likewise.
6318         * config/mips/mips.md (*xgot_hi<mode>, *xgot_lo<mode>)
6319         (*got_disp<mode>): Use got_disp_operand instead of
6320         global_got_operand.  Use SYMBOL_GOTOFF_DISP instead of
6321         SYMBOL_GOTOFF_GLOBAL.
6322         (*got_page<mode>): Use got_page_ofst_operand instead of
6323         local_got_operand.
6324         * config/mips/predicates.md (const_call_insn_operand): Use
6325         SYMBOL_GOT_DISP instead of SYMBOL_GOT_GLOBAL.
6326         (global_got_operand): Rename to...
6327         (got_disp_operand): ...this and use SYMBOL_GOT_DISP instead of
6328         SYMBOL_GOT_GLOBAL.
6329         (local_got_operand): Rename to...
6330         (got_page_ofst_operand): ...this and use SYMBOL_GOT_PAGE_OFST instead
6331         of SYMBOL_GOT_LOCAL.
6333 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6335         * config/mips/mips.h (TARGET_SPLIT_CALLS): Check
6336         TARGET_CALL_CLOBBERED_GP.
6337         (TARGET_SIBCALLS): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
6338         (TARGET_USE_GOT, TARGET_CALL_CLOBBERED_GP): New macros.
6339         (TARGET_CALL_SAVED_GP, TARGET_USE_PIC_FN_ADDR_REG): Likewise.
6340         (STARTING_FRAME_OFFSET): Check TARGET_CALL_CLOBBERED_GP instead
6341         of TARGET_ABICALLS && !TARGET_NEWABI.
6342         (MIPS_CALL): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
6343         * config/mips/mips.c (mips_load_call_address): Check
6344         TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
6345         (mips_global_pointer): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
6346         Check TARGET_CALL_SAVED_GP instead of TARGET_NEWABI.
6347         (mips_save_reg_p): Check TARGET_CALL_SAVED_GP instead of
6348         TARGET_ABICALLS && TARGET_NEWABI.
6349         (mips_current_loadgp_style): Check TARGET_USE_GOT instead of
6350         TARGET_ABICALLS.
6351         (mips_expand_prologue): Check TARGET_OLDABI instead of !TARGET_NEWABI.
6352         (mips_expand_epilogue): Check TARGET_CALL_SAVED_GP instead of
6353         TARGET_ABICALLS && TARGET_NEWABI.
6354         (mips_output_mi_thunk): Check TARGET_USE_GOT instead of
6355         TARGET_ABICALLS.  Check TARGET_CALL_SAVED_GP instead of
6356         TARGET_NEWABI.  Use TARGET_USE_PIC_FN_ADDR_REG to decide
6357         whether indirect calls must use $25.
6358         (mips_extra_live_on_entry): Check TARGET_GOT instead of
6359         TARGET_ABICALLS.
6360         * config/mips/mips.md (jal_macro): Check flag_pic and
6361         TARGET_CALL_CLOBBERED_GP instead of TARGET_ABICALLS and TARGET_NEWABI.
6362         (builtin_setjmp_setup, builtin_longjmp): Check TARGET_USE_GOT
6363         instead of TARGET_ABICALLS.
6364         (exception_receiver): Check TARGET_CALL_CLOBBERED_GP instead of
6365         TARGET_ABICALLS && TARGET_OLDABI.
6366         (load_call<mode>): Check TARGET_USE_GOT instead of TARGET_ABICALLS.
6367         (sibcall): In the comment above the define_insn, mention
6368         TARGET_USE_PIC_FN_ADDR_REG instead of TARGET_ABICALLS.
6369         * config/mips/constraints.md (c): Check TARGET_USE_PIC_FN_ADDR_REG
6370         instead of TARGET_ABICALLS.
6372 2007-04-12  Bernd Schmidt  <bernd.schmidt@analog.com>
6374         * doc/md.texi (Blackfin family constraints): Document PA and PB.
6375         * config/bfin/bfin.h (CONST_OK_FOR_P): Handle PA and PB.
6376         (MACFLAGS_MATCH_P): New macro.
6377         * config/bfin/bfin.c (print_operand): Handle MACFLAG_IS_M.
6378         (bfin_secondary_reload): Treat EVEN_AREGS and ODD_AREGS like AREGS.
6379         * config/bfin/bfin.md (MACFLAG_IS_M): New constant.  Renumber some of
6380         the other MACFLAG constants.
6381         (sum_of_accumulators, lshrpdi3, ashrpdi3): New patterns.
6382         (flag_machi): Tighten constraints.  Renumber some of the operands.
6383         (flag_machi_acconly): Tighten constraints.  Correct operand numbers in
6384         output template.
6385         (flag_machi_parts_acconly): New pattern.
6386         (flag_macinithi): Tighten constraints.  Allow any accumulator to be
6387         used.
6388         (flag_macinit1hi): Tighten constraints.
6389         (flag_mul_macv2hi_parts_acconly): New pattern.
6391         * config/bfin/lib1funcs.asm (___umulsi3_highpart, __smulsi3_highpart):
6392         Use a more efficient implementation.
6393         * config/bfin/bfin.md (umulsi3_highpart, smulsi3_highpart): Emit
6394         inline sequences when not optimizing for size.
6396         * config/bfin/bfin.md (movhi_low2high, movhi_high2high, movhi_low2low,
6397         movhi_high2low): Delete, merge functionality into...
6398         (packv2hi): ... this pattern.
6400         2007-02-11  Jie Zhang  <jie.zhang@analog.com>
6401         * config/bfin/bfin.opt (msim): New option.
6402         (mcpu=): New option.
6403         * config/bfin/bfin-protos.h (enum bfin_cpu): New.
6404         (bfin_cpu_t): Typedef of enum bfin_cpu.
6405         (bfin_cpu_type): New declaration.
6406         * config/bfin/elf.h (STARTFILE_SPEC): Add support for
6407         -msim and -mcpu= options.
6408         (LIB_SPEC): Likewise.
6409         * config/bfin/bfin.c (bfin_cpu_type): Define.
6410         (bfin_handle_option): Handle -mcpu= option.
6411         * config/bfin/bfin.h (DEFAULT_CPU_TYPE): Define as BFIN_CPU_BF532.
6412         (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF531__, __ADSPBF532__,
6413         __ADSPBF533__ or __ADSPBF537__ according to the cpu type.
6415 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6417         * config.gcc (*-*-vxworks*): Don't add to tm_files in this stanza.
6418         (arm-wrs-vxworks, mips-wrs-vxworks, powerpc-wrs-vxworks)
6419         (powerpc-wrs-vxworksae): Use ${tm_file}.
6420         (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add svr4.h
6421         after elfos.h.  Remove i386/sysv4.h and add i386/vx-common.h.
6422         * config/i386/vx-common.h: New file.
6424 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
6426         * config/vxworks.h (VXWORKS_STARTFILE_SPEC): Use -l:crt0.o instead
6427         of crt0.o%s.
6429 2007-04-12  Andreas Krebbel  <krebbel1@de.ibm.com>
6431         * config/s390/s390.md ("trunctddd2"): Use TDmode for the target of
6432         ldxtr.
6434 2007-04-12  Douglas Gregor  <doug.gregor@gmail.com>
6436         PR c++/31078
6437         PR c++/31103
6438         * c-common.c (c_build_qualified_type): Set canonical type
6439         appropriately.
6441 2007-04-12  Richard Guenther  <rguenther@suse.de>
6443         * tree-pretty-print.c (dump_generic_node): Print ARRAY_REF
6444         lower bound and element size if lower bound is not zero
6445         or either of the ARRAY_REF operands is set.
6447 2007-04-12  Richard Guenther  <rguenther@suse.de>
6449         PR tree-optimization/24689
6450         PR tree-optimization/31307
6451         * fold-const.c (operand_equal_p): Compare INTEGER_CST array
6452         indices by value.
6453         * gimplify.c (canonicalize_addr_expr): To be consistent with
6454         gimplify_compound_lval only set operands two and three of
6455         ARRAY_REFs if they are not gimple_min_invariant.  This makes
6456         it never at this place.
6457         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
6459 2007-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6461         * pa.c (pa_som_asm_init_sections): Ensure that cfun->machine is not
6462         null before emitting a .nsubspa directive.
6464 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
6466         * tree-ssa-alias.c (dump_mem_ref_stats): Do not call
6467         need_to_partition_p if there are no memory statements in the
6468         function.
6470 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
6472         * tree-data-ref.c (chrec_steps_divide_constant_p): Removed.
6473         (gcd_of_steps_may_divide_p): New function.
6474         (analyze_miv_subscript): Use gcd_of_steps_may_divide_p.
6476 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
6478         * reload.c (find_reloads_toplev, find_reloads_address,
6479         find_reloads_address_1, find_reloads_subreg_address): Use rtx_equal_p,
6480         not a pointer equality test, to decide if we need to call
6481         push_reg_equiv_alt_mem.
6483 2007-04-11  Sebastian Pop  <sebastian.pop@inria.fr>
6485         * tree-data-ref.c (affine_function_zero_p, constant_access_functions,
6486         insert_innermost_unit_dist_vector, add_distance_for_zero_overlaps): New.
6487         (build_classic_dist_vector): Call add_distance_for_zero_overlaps.
6489 2007-04-11  Zdenek Dvorak  <dvorakz@suse.cz>
6491         * tree-data-ref.c (add_multivariate_self_dist): Force the distance
6492         vector to be positive.
6494 2007-04-11  Diego Novillo  <dnovillo@redhat.com>
6496         PR 30735
6497         PR 31090
6498         * doc/invoke.texi: Document --params max-aliased-vops and
6499         avg-aliased-vops.
6500         * tree-ssa-operands.h (get_mpt_for, dump_memory_partitions,
6501         debug_memory_partitions): Move to tree-flow.h
6502         * params.h (AVG_ALIASED_VOPS): Define.
6503         * tree-ssa-alias.c (struct mp_info_def): Remove.  Update all
6504         users.
6505         (mp_info_t): Likewise.
6506         (get_mem_sym_stats_for): New.
6507         (set_memory_partition): Move from tree-flow-inline.h.
6508         (mark_non_addressable): Only clear the set of symbols for the
6509         partition if it exists.
6510         (dump_memory_partitions): Move from tree-ssa-operands.c
6511         (debug_memory_partitions): Likewise.
6512         (need_to_partition_p): New.
6513         (dump_mem_ref_stats): New.
6514         (debug_mem_ref_stats): New.
6515         (dump_mem_sym_stats): New.
6516         (debug_mem_sym_stats): New.
6517         (update_mem_sym_stats_from_stmt): New.
6518         (compare_mp_info_entries): New.
6519         (mp_info_cmp): Call it.
6520         (sort_mp_info): Change argument to a list of mem_sym_stats_t
6521         objects.
6522         (get_mpt_for): Move from tree-ssa-operands.c.
6523         (find_partition_for): New.
6524         (create_partition_for): Remove.
6525         (estimate_vop_reduction): New.
6526         (update_reference_counts): New.
6527         (build_mp_info): New.
6528         (compute_memory_partitions): Refactor.
6529         Document new heuristic.
6530         Call build_mp_info, update_reference_counts,
6531         find_partition_for and estimate_vop_reduction.
6532         (compute_may_aliases): Populate virtual operands before
6533         calling debugging dumps.
6534         (delete_mem_sym_stats): New.
6535         (delete_mem_ref_stats): New.
6536         (init_mem_ref_stats): New.
6537         (init_alias_info): Call it.
6538         (maybe_create_global_var): Remove alias_info argument.
6539         Get number of call sites and number of pure/const call sites
6540         from gimple_mem_ref_stats().
6541         (dump_alias_info): Call dump_memory_partitions first.
6542         (dump_points_to_info_for): Show how many times a pointer has
6543         been dereferenced.
6544         * opts.c (decode_options): For -O2 set --param
6545         max-aliased-vops to 500.
6546         For -O3 set --param max-aliased-vops to 1000 and --param
6547         avg-aliased-vops to 3.
6548         * fortran/options.c (gfc_init_options): Remove assignment to
6549         MAX_ALIASED_VOPS.
6550         * tree-flow-inline.h (gimple_mem_ref_stats): New.
6551         * tree-dfa.c (dump_variable): Dump memory reference
6552         statistics.
6553         Dump NO_ALIAS* settings.
6554         (referenced_var_lookup): Tidy.
6555         (mem_sym_stats): New.
6556         * tree-ssa-copy.c (may_propagate_copy): Return true if DEST
6557         and ORIG are different SSA names for a memory partition.
6558         * tree-ssa.c (delete_tree_ssa): Call delete_mem_ref_stats.
6559         * tree-flow.h (struct mem_sym_stats_d): Define.
6560         (mem_sym_stats_t): Define.
6561         (struct mem_ref_stats_d): Define.
6562         (struct gimple_df): Add field mem_ref_stats.
6563         (enum noalias_state): Define.
6564         (struct var_ann_d): Add bitfield noalias_state.
6565         (mem_sym_stats, delete_mem_ref_stats, dump_mem_ref_stats,
6566         debug_mem_ref_stats, debug_memory_partitions,
6567         debug_mem_sym_stats): Declare.
6568         * tree-ssa-structalias.c (update_alias_info): Update call
6569         sites, pure/const call sites and asm sites in structure
6570         returned by gimple_mem_ref_stats.
6571         Remove local variable IS_POTENTIAL_DEREF.
6572         Increase NUM_DEREFS if the memory expression is a potential
6573         dereference.
6574         Call update_mem_sym_stats_from_stmt.
6575         If the memory references memory, call
6576         update_mem_sym_stats_from_stmt for all the direct memory
6577         symbol references found.
6578         (intra_create_variable_infos): Set noalias_state field for
6579         pointer arguments according to the value of
6580         flag_argument_noalias.
6581         * tree-ssa-structalias.h (struct alias_info): Remove fields
6582         num_calls_found and num_pure_const_calls_found.
6583         (update_mem_sym_stats_from_stmt): Declare.
6584         * params.def (PARAM_MAX_ALIASED_VOPS): Change description.
6585         Set default value to 100.
6586         (PARAM_AVG_ALIASED_VOPS): Define.
6588 2007-04-11  Richard Guenther  <rguenther@suse.de>
6590         PR middle-end/31530
6591         * simplify-rtx.c (simplify_binary_operation_1): Do not simplify
6592         a * -b + c as c - a * b if we honor sign dependent rounding.
6594 2007-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
6596         * config/bfin/bfin-protos.h (bfin_expand_movmem): Renamed from
6597         bfin_expand_strmov.
6598         * config/bfin/bfin.c (bfin_expand_prologue, bfin_delegitimize_address,
6599         bfin_function_ok_for_sibcall, split_load_immediate): Remove unused
6600         variables.
6601         (initialize_trampoline): Don't use old-style function definition.
6602         (bfin_secondary_reload): Mark IN_P argument as unused.
6604 2007-04-10  Sebastian Pop  <sebastian.pop@inria.fr>
6606         PR tree-optimization/31343
6607         * tree-chrec.h (chrec_zerop): Moved before build_polynomial_chrec.
6608         (build_polynomial_chrec): Return a scalar when the evolution is zero.
6609         * testsuite/gcc.dg/vect/pr31343.c: New.
6611 2007-04-10  Eric Christopher  <echristo@apple.com>
6613         * config/i386/i386.h (X87_FLOAT_MODE_P): New.
6614         * config/i386/i386.md (*cmpfp0): Use.
6615         (*cmpfp_u, *cmpfp_<mode>, *cmpfp_i_i387): Ditto.
6616         (*cmpfp_iu_387, fix_trunc<mode>_fisttp_i386_1): Ditto.
6617         (fix_trunc<mode>_i386_fisttp): Ditto.
6618         (fix_trunc<mode>_i387_fisttp_with_temp): Ditto.
6619         (*fix_trunc<mode>_i387_1, fix_truncdi_i387): Ditto.
6620         (fix_truncdi_i387_with_temp, fix_trunc<mode>_i387): Ditto.
6621         (fix_trunc<mode>_i387_with_temp, *fp_jcc_1_387): Ditto.
6622         (*fp_jcc_2_387, *fp_jcc_5_387, *fp_jcc_6_387): Ditto.
6623         (*fp_jcc_7_387, *fp_jcc_8<mode>_387): Ditto.
6624         (unnamed_splitters): Ditto.
6625         * config/i386/i386.c (output_fix_trunc): Assert that
6626         we're not being passed a TFmode operand.
6628 2007-04-10  Zdenek Dvorak  <dvorakz@suse.cz>
6630         PR tree-optimization/31526
6631         * tree-inline.c (copy_cfg_body): Use last_basic_block instead of
6632         n_basic_blocks to find newly added blocks.
6634 2007-04-10  Uros Bizjak  <ubizjak@gmail.com>
6636         * config/i386/i386.md (fix_trunc<mode>di_sse): Remove "x" from "xm"
6637         alternative.
6638         (fix_trunc<mode>si_sse): Ditto.
6639         (*floatsisf2_mixed, *floatsisf2_sse): Ditto.
6640         (*floatsidf2_mixed, *floatsidf2_sse): Ditto.
6641         (*floatdisf2_mixed, *floatdisf2_sse): Ditto.
6642         (*floatdidf2_mixed, *floatdidf2_sse): Ditto.
6643         (floathi<mode>2): Rename from floathisf2 and floathidf2. Macroize
6644         expander using SSEMODEF mode macro.
6645         (floatsi<mode>2): Rename from floatsisf2 and floashidf2. Macroize
6646         expander using SSEMODEF mode macro.
6647         (*floathi<mode>2_i387): Rename from *floathisf2_i387 and
6648         *floathidf2_i387. Macroize insn using X87MODEF12 mode macro.
6649         (*floatsi<mode>2_i387): Rename from *floatsisf2_i387 and
6650         *floatsidf2_i387. Macroize insn using X87MODEF12 mode macro.
6651         (*floatdi<mode>2_i387): Rename from *floatdisf2_i387 and
6652         *floatdidf2_i387. Macroize insn using X87MODEF12 mode macro.
6653         (float<mode>xf2): Rename from floathixf2, floatsixf2 and floatdixf2.
6654         Macroize insn using X87MODEF mode macro.
6656 2007-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6658         * config/i386/sse.md (sse2_pinsrw): Removed.
6659         (sse2_pextrw): Renamed to ...
6660         (*sse2_pextrw): This.
6662 2007-04-09  Jan Hubicka  <jh@suse.cz>
6664         PR target/27869
6665         * config/i386/sse.md
6666         (sse_vmaddv4sf3, sse_vmmulv4sf3): Remove '%' modifier.
6667         (sse_vmsmaxv4sf3_finite, sse_vmsminv4sf3_finite): Remove.
6668         (sse2_vmaddv2df3, sse2_vmmulv2df3): Remove '%' modifier.
6669         (sse2_vmsmaxv2df3_finite, sse2_vmsminv2df3_finite): Remove.
6671 2007-04-09  Jan Hubicka  <jh@suse.cz>
6673         * tree-ssa-ccp (maybe_fold_offset_to_component_ref): Recurse into
6674         multiple fields of union.
6676 2007-04-09  Zdenek Dvorak  <dvorakz@suse.cz>
6678         * cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.
6679         (create_preheaders): Check that loops are available.
6680         (fix_loop_structure): Clean up, improve comments.
6681         * tree-ssa-loop-manip.c (rewrite_into_loop_closed_ssa):
6682         Check that loops are available.  Set LOOP_CLOSED_SSA to the loops
6683         state flags.
6684         * tree-scalar-evolution.c (scev_finalize): Clear scalar_evolution_info.
6685         * predict.c (tree_estimate_probability): Do not call
6686         calculate_dominance_info.  Call create_preheaders.
6687         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Only call
6688         rewrite_into_loop_closed_ssa if LOOP_CLOSED_SSA is set in loops state
6689         flags.
6690         * cfgloop.c (loop_preheader_edge): Assert that loops have preheaders.
6691         * cfgloop.h (LOOP_CLOSED_SSA): New constant.
6692         * tree-cfg.c (tree_split_edge): Make an assert more precise.
6693         * tree-ssa-threadedge.c (thread_across_edge): Comment the function
6694         arguments.
6696 2007-04-08  Jan Hubicka  <jh@suse.cz>
6698         * tree.h (maybe_fold_offset_to_component_ref): Declare.
6699         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Export.
6700         * fold-const.c (fold_unary): Use it.
6702 2007-04-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6704         * varasm.c (assemble_variable): Remove call to
6705         lang_hooks.decls.prepare_assemble_variable.
6706         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): Kill.
6707         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE.
6708         * langhooks.h (lang_hooks_for_decls): Remove
6709         prepare_assemble_variable.
6711 2007-04-08  Mike Stump  <mrs@apple.com>
6713         * config/i386/i386.c: Use inc/dec on Core2.
6715 2007-04-08  Steven Bosscher  <steven@gcc.gnu.org>
6717         * langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
6718         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
6719         lhd_tree_inlining_end_inlining): Remove.
6720         * langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
6721         add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
6722         end_inlining hooks.
6723         * langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
6724         lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
6725         lhd_tree_inlining_end_inlining): Remove prototypes.
6726         (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
6727         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
6728         LANG_HOOKS_TREE_INLINING_START_INLINING,
6729         LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.
6731         * c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
6732         not set it.
6734 2007-04-08  Anatoly Sokolov <aesok@post.ru>
6736         PR target/29932
6737         * config/avr/predicates.md (io_address_operand): Delete predicate.
6738         (low_io_address_operand): Don't use 'mode' argument.
6739         (higth_io_address_operand): Rename ...
6740         (high_io_address_operand): ... to this. Don't use 'mode' argument.
6741         * config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
6742         for above change.
6744 2007-04-07  Daniel Berlin  <dberlin@dberlin.org>
6746         Revert change removing staticp.
6748 2007-04-07  Anatoly Sokolov <aesok@post.ru>
6750         PR target/30289
6751         * config/avr/avr.md (*clrmemqi, *clrmemhi): Mark operand 4 as
6752         earlyclobber.
6754 2007-04-07  Bruce Korb  <bkorb@gnu.org>
6756         * c.opt: Add -Wformat-contains-nul.
6757         * c-format.c (set_Wformat):  Set warn_format_contains_nul to the
6758           -Wformat setting.
6759         (check_format_info_main): Check OPT_Wformat_contains_nul before emitting
6760         the NUL byte warning.
6762 2007-04-07  H.J. Lu  <hongjiu.lu@intel.com>
6764         * config/i386/i386.c (ix86_handle_option): Handle SSSE3.
6766 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
6768         * tree.c (staticp): No longer use staticp langhook.
6769         * langhooks.c (lhd_staticp): Removed.
6770         * langhooks.h (struct lang_hooks): Remove staticp.
6771         * c-common.c (c_staticp): Remove.
6772         * c-common.h (c_staticp): Ditto.
6773         * langhooks-defs.h (lhd_staticp): Ditto.
6774         (LHD_HOOKS_STATICP): Ditto
6775         * tree.h (gcc_assert_lowered): New macro.
6777 2007-04-06  Zdenek Dvorak  <dvorakz@suse.cz>
6779         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use
6780         argument "reliable".
6781         (infer_loop_bounds_from_ref, infer_loop_bounds_from_array):
6782         Add argument "reliable".  Propagate it through calls.
6783         (infer_loop_bounds_from_undefined):  Derive number of iterations
6784         estimates from references in blocks that do not dominate loop latch.
6785         (gcov_type_to_double_int): New function.
6786         (estimate_numbers_of_iterations_loop): Use gcov_type_to_double_int
6787         and expected_loop_iterations_unbounded.
6788         * cfgloopanal.c (expected_loop_iterations_unbounded): New function.
6789         (expected_loop_iterations): Use expected_loop_iterations_unbounded.
6790         * tree-data-ref.c (estimated_loop_iterations): Export.
6791         (get_references_in_stmt): Fix -- do not return addresses of local
6792         objects.
6793         * cfgloop.h (expected_loop_iterations_unbounded,
6794         estimated_loop_iterations): Declare.
6796 2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>
6798         * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
6800 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
6802         * config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
6803         and extenddfxf2. Macroize expander using X87MODEF12 mode macro.
6804         (*truncdfsf_mixed, *truncdfsf_i387, *truncdfsf2_i387_1):
6805         Use output_387_reg_move().
6806         (*truncxf<mode>2): Rename from *truncxfsf2 and truncxfdf2. Macroize
6807         expander using X87MODEF12 mode macro.
6808         (*truncxfsf2_mixed): Combine alternatives, ignore "r" alternative when
6809         choosing register preferences.  Use output_387_reg_move().
6810         (*truncxfdf2_mixed): Combine alternatives, use "r" alternative
6811         instead of "x".  Use output_387_reg_move().
6812         (*truncxf<mode>2_i387_noop): Rename from *truncxfsf2_i387_noop and
6813         *truncxfdf2_i387_noop.  Macroize insn using X87MODEF12 mode macro.
6814         (*truncxf<mode>2_i387): Rename from *truncxfsf2_i387 and
6815         *truncxfdf2_i387.  Macroize insn using X87MODEF12 mode macro.
6816         Use output_387_reg_move().
6817         (*truncxf?f_mixed splitter): Macroize splitter using X87MODEF12
6818         mode macro.
6819         (*truncxf?f_i387 splitter): Ditto.
6821 2007-04-06  Daniel Berlin  <dberlin@dberlin.org>
6823         * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
6824         LANG_HOOKS_SAFE_FROM_P.
6825         * expr.c (safe_from_p): Remove langhook call.
6826         * langhooks.h (lang_hooks): Remove safe_from_p.
6827         (lhd_safe_from_p): Remove prototype.
6828         * langhooks.c (lhd_safe_from_p): Remove.
6830 2007-04-06  Jan Hubicka  <jh@suse.cz>
6832         * cgraphunit.c (decide_is_function_needed): Do not keep always_inline
6833         functions.
6835 2007-04-06  Uros Bizjak  <ubizjak@gmail.com>
6837         * config/i386/i386.c (output_387_reg_move): Handle memory operand[0].
6838         * config/i386/i386.md (*movsf_1, *movdf_nointeger,
6839         *movdf_integer_rex64, *movdf_integer, *movxf_nointeger,
6840         *movxf_integer): Use output_387_reg_move() for x87 reg->mem
6841         alternative.
6842         (*extendsfdf2_mixed, *extendsfdf2_i387, *extendsfxf2_i387,
6843         *extenddfxf2_i387, *truncdfsf_fast_mixed): Ditto.
6845 2007-04-05  Richard Henderson  <rth@redhat.com>
6847         * config/alpha/alpha.c (print_operand) [+]: Remove.
6848         (alpha_end_function): Print nop if call at end of function.
6849         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Remove +.
6850         * config/alpha/alpha.md (UNSPEC_LDGP1): New.
6851         (call_osf_1_er_noreturn, call_value_osf_1_er_noreturn): New.
6852         (call_osf_2_er_nogp, call_value_osf_2_er_nogp): New.
6853         (call_osf_2_er, call_value_osf_2_er): Merge the ldgp highpart into
6854         the call pattern. Update peepholes to match.
6856 2007-04-05  Janis Johnson  <janis187@us.ibm.com>
6858         * doc/extend.texi (Other Builtins): Add decimal float variants
6859         of signbit.
6860         * builtins.def: Ditto.
6861         * builtins.c (expand_builtin): Ditto.
6863 2007-04-05  Uros Bizjak  <ubizjak@gmail.com>
6864             H.J. Lu  <hongjiu.lu@intel.com>
6866         PR target/31478
6867         * config/i386/sse.md (sse2_umulv2siv2di3): Use V4SImode instead
6868         of V8HImode when calling ix86_binary_operator_ok.
6869         (sse2_pmaddwd): Call ix86_binary_operator_ok.
6870         (sdot_prodv8hi): Operands 1 and 2 must be register.
6872 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
6874         * tree-sra.c (try_instantiate_multiple_fields): Needlessly
6875         initialize align to silence bogus warning.
6877 2007-04-05  Alexandre Oliva  <aoliva@redhat.com>
6879         PR middle-end/22156
6880         * tree-sra.c (struct sra_elt): Add in_bitfld_block.  Remove
6881         all_no_warning.
6882         (struct sra_walk_fns): Remove use_all parameter from use.
6883         (sra_hash_tree): Handle BIT_FIELD_REFs.
6884         (sra_elt_hash): Don't hash bitfld blocks.
6885         (sra_elt_eq): Skip them in parent compares as well.  Handle
6886         BIT_FIELD_REFs.
6887         (sra_walk_expr): Don't maintain or pass down use_all_p.
6888         (scan_use): Remove use_all parameter.
6889         (scalarize_use): Likewise.  Re-expand assignment to
6890         BIT_FIELD_REF of gimple_reg.  De-scalarize before input or
6891         output, and re-scalarize after output.  Don't mark anything
6892         for no warning.
6893         (scalarize_ldst): Adjust.
6894         (scalarize_walk_gimple_modify_statement): Likewise.
6895         (build_element_name_1): Handle BIT_FIELD_REFs.
6896         (instantiate_element): Don't warn for any element whose parent
6897         is used as a whole.
6898         (instantiate_missing_elements_1): Return the sra_elt.
6899         (canon_type_for_field): New.
6900         (try_instantiate_multiple_fields): New.
6901         (instantiate_missing_elemnts): Use them.
6902         (mark_no_warning): Removed.
6903         (generate_one_element_ref): Handle BIT_FIELD_REFs.
6904         (REPLDUP, sra_build_elt_assignment): New.
6905         (generate_copy_inout): Use them.
6906         (generate_element_copy): Likewise.  Handle bitfld differences.
6907         (generate_element_zero): Don't recurse for blocks.  Use
6908         sra_build_elt_assignment.
6909         (generate_one_element_int): Take elt instead of var.  Use
6910         sra_build_elt_assignment.
6911         (generate_element_init_1): Adjust.
6912         (scalarize_use, scalarize_copy): Use REPLDUP.
6913         (scalarize_ldst): Move assert before dereference.
6914         (dump_sra_elt_name): Handle BIT_FIELD_REFs.
6916 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
6918         * regmove.c: Fix unused variable warnings due to previous commit.
6920 2007-04-05  Steven Bosscher  <steven@gcc.gnu.org>
6922         * regmove.c (STACK_GROWS_DOWNWARD): Don't boolean-ize.
6923         (regmove_bb_head): Remove.
6924         (copy_src_to_dest): Don't update regmove_bb_head and BB_HEAD.
6925         (regmove_optimize): Don't do unnecessary CFG fixes for non-existing
6926         problems with fixup_match_1.
6927         Don't initialize/free regmove_bb_head.
6929         (reg_is_remote_constant_p): If an insn is in the same basic block
6930         but not before INSN, consider it remote, too.
6932 2007-04-05  Anatoly Sokolov <aesok@post.ru>
6934         PR target/25448
6935         * config/avr/avr.c (avr_handle_fndecl_attribute): Use the
6936         DECL_ASSEMBLER_NAME, not the DECL_NAME.
6938 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
6940         * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
6941         (CONDITIONAL_REGISTER_USAGE): Likewise.
6943 2007-04-04  Richard Henderson  <rth@redhat.com>
6945         * config/alpha/lib1funcs.asm: Remove unused file.
6947 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
6949         PR other/31356
6950         * opts.c (print_specific_help): Fix --help=<language>
6951         header line.
6952         (common_handle_option): Support --help=common.
6954 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
6956         PR other/31353
6957         * gcc.c (main): Do not run the linker if
6958         print_subprocess_help indicates that it shouldn't be
6959         run.
6961 2007-04-04  Brooks Moses  <brooks.moses@codesourcery.com>
6963         PR doc/31355
6964         * doc/invoke.texi (--help=): Document <languages> value, fix
6965         formatting in tables of values.
6967 2007-04-04  Danny Smith  <dannysmith.users.sourceforge.net>
6969         * config/i386/winnt-cxx.c (i386_pe_type_dllimport_p): Don't ignore
6970         dllimport attribute of virtual methods.
6972 2007-04-04  Chen Liqin  <liqin@sunnorth.com.cn>
6974         * config/score/crti.asm: Change _bss_start to __bss_start.
6975         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Added.
6976         (OUTGOING_REG_PARM_STACK_SPACE) update.
6977         * config/score/score.opt: add options to make backend support
6978         score5, score5u, score7 and score7d.
6979         * config/score/score.md: Likewise.
6980         * config/score/misc.md: Likewise.
6981         * config/score/mac.md: Likewise.
6982         * doc/invoke.texi: Likewise.
6983         * doc/md.texi: update constraints define.
6985 2007-04-03  Richard Henderson  <rth@redhat.com>
6987         * expr.c (store_expr): If get_signed_or_unsigned_type doesn't yield
6988         an appropriate type, use the mode instead.
6990 2007-04-03  Richard Sandiford  <richard@codesourcery.com>
6992         * config.gcc (mips-wrs-vxworks): Add vx-common.h to tm_file.
6993         Set the default --with-arch setting to mips2.
6994         * config/mips/t-vxworks (MULTILIB_OPTIONS, MULTILIB_MATCHES)
6995         (MULTILIB_EXCEPTIONS): Redefine with new multilibs.
6996         (MULTILIB_OSDIRNAMES): Delete.
6997         (MULTILIB_DIRNAMES): Define.
6998         * config/mips/vxworks.h (LINK_SPEC): Add VXWORKS_LINK_SPEC.
6999         (LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Define.
7000         (TARGET_OS_CPP_BUILTINS): Incorporate old SUBTARGET_CPP_SPEC
7001         definitions, except for _WRS_R3K_EXC_SUPPORT.  Call
7002         VXWORKS_OS_CPP_BUILTINS.
7003         (SUBTARGET_CPP_SPEC): Redefine to VXWORKS_ADDITIONAL_CPP_SPEC.
7004         (MIPS_DEBUGGING_INFO): Undefine.
7005         (FUNCTION_PROFILER): Define to VXWORKS_FUNCTION_PROFILER.
7007 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
7009         PR middle-end/30704
7010         * fold-const.c (native_encode_real): Encode real.c provided longs
7011         as a series of 32-bit native integers.
7012         (native_interpret_real): Interpret buffer as a series of 32-bit
7013         native integers.
7015 2007-04-03  Richard Guenther  <rguenther@suse.de>
7017         * genpreds.c (write_insn_constraint_len): Write function
7018         optimized for CONSTRAINT_LEN implementation.
7019         (write_tm_preds_h): Output insn_constraint_len inline and
7020         use it for CONSTRAINT_LEN.
7021         (write_insn_preds_c): Don't output insn_constraint_len.
7022         * doc/md.texi (define_register_constraint): Document multi-letter
7023         constraints shall have the same length if they start with the same
7024         letter.
7026 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
7028         PR target/31175
7029         * config/i386/i386.md (isinf<mode>2): Expand only when
7030         TARGET_C99_FUNCTIONS is set.
7032 2007-04-03  Uros Bizjak  <ubizjak@gmail.com>
7034         * config.gcc (i[34567]86-*-linux*): Add i386/t-crtpc to tm-file.
7035         (x86_64-*-linux*): Ditto.
7036         * config/i386/i386.opt (mpc): New option.
7037         * config/i386/i386.c (overrride_options): Handle
7038         ix87_precision_string.
7039         * config/i386/crtprec.c: New file.
7040         * config/i386/t-crtpc: Ditto.
7041         * config/i386/linux.h (ENDFILE_SPEC): Add handling of -mpc32, -mpc64
7042         and -mpc80 options.
7043         * config/i386/linux64.h (ENDFILE_SPEC): Ditto.
7044         * config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
7045         crtprec32.o, crtprec64.o and crtprec80.o.
7047         * doc/invoke.texi (Machine Dependent Options): Add -mpc32, -mpc64
7048         and -mpc80 options.
7049         (i386 and x86-64 Options): Document -mpc32, -mpc64 and -mpc80 options.
7051 2007-04-02  Eric Christopher  <echristo@apple.com>
7053         * doc/invoke.texi (i386 and x86-64 Options): Document -m64
7054         limitations on darwin.
7056 2007-04-02  Anatoly Sokolov <aesok@post.ru>
7058         PR target/31137
7059         * config/avr/avr.c (avr_rtx_costs): Add missing 'break' statements.
7061 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7063         * doc/tm.texi (FUNCTION_MODE): Update and extend documentation.
7065 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7067         * libgcc2.h (exception_descriptor): Don't forward-declare.
7068         (__get_eh_table_language, __get_eh_table_version): Delete
7069         prototypes of long-dead functions.
7071 2007-04-01  Daniel Berlin  <dberlin@dberlin.org>
7073         * ebitmap.h: New file
7074         * ebitmap.c: New file
7075         * Makefile.in (ebitmap.o): New target.
7077 2007-04-01  Jan Hubicka  <jh@suse.cz>
7079         * emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit
7080         before very first instruction.
7082 2007-04-01  Jan Hubicka  <jh@suse.cz>
7084         * ggc-page.c (ggc_print_statistics): Fix formatting string to avoid
7085         waring on 64bit hosts.
7086         * bitmap.h: Fix typo in bitmap_head_def.
7088 2007-04-01  Steven Bosscher  <steven@gcc.gnu.org>
7090         PR rtl-optimization/31391
7091         * cfgcleanup.c (try_optimize_cfg): If a removed label is turned
7092         into a DELETED_LABEL note, and the label is in an empty basic
7093         block, update BB_END as well as BB_HEAD.
7095 2007-04-01  Richard Henderson  <rth@redhat.com>
7097         PR tree-optimization/31169
7098         * tree-vrp.c (extract_range_from_binary_expr) <RSHIFT_EXPR>: Drop
7099         to varying if the range is outside [0,  prec-1].
7101 2007-04-01  Richard Sandiford  <richard@codesourcery.com>
7103         PR target/31388
7104         * config/mips/mips.md (load_const_gp): New insn.
7105         * config/mips/mips.c (mips_split_symbol): Avoid using or creating
7106         the MIPS16 GP pseudo register if no_new_pseudos.
7107         (mips16_gp_pseudo_reg): Use gen_load_const_gp.
7109 2007-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7111         PR target/31364
7112         * config/rs6000/rs6000.md (call): Convert to LR hard reg for
7113         secureplt.
7114         (call_value): Likewise.
7116 2007-03-31  Wolfgang Bangerth  <bangerth@dealii.org>
7117             Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7119         PR 14737
7120         * doc/invoke.texi: (optimization options): Reword description
7121         of -ffast-math. Document its primary purpose.
7123 2007-03-31  Richard Guenther  <rguenther@suse.de>
7125         * omp-low.c (splay-tree.h): Include.
7126         (lookup_decl): Replace splay-tree usage by pointer-map.
7127         (maybe_lookup_decl): Likewise.
7128         (new_omp_context): Likewise.
7129         (delete_omp_context): Likewise.
7130         * gimplify.c (splay-tree.h): Include.
7131         * tree-inline.c (insert_decl_map): Replace splay-tree usage by
7132         pointer-map.
7133         (remap_ssa_name): Likewise.
7134         (remap_decl): Likewise.
7135         (remap_type_1): Likewise.
7136         (remap_type): Likewise.
7137         (copy_body_r): Likewise.
7138         (expand_call_inline): Likewise.
7139         (clone_body): Likewise.
7140         (copy_tree_r): Likewise.
7141         (remap_save_expr): Likewise.
7142         (unsave_r): Likewise.
7143         (unsave_expr_now): Likewise.
7144         (tree_function_versioning): Likewise.
7145         (build_duplicate_type): Likewise.
7146         * tree-inline.h (pointer-set.h): Include instead of splay-tree.h.
7147         (struct copy_body_data): Replace splay-tree by pointer-map.
7148         * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h,
7149         not $(SPLAY_TREE_H).
7150         (gimplify.o): Depend on $(SPLAY_TREE_H).
7151         (omp-low.p): Likewise.
7153 2007-03-31  Anatoly Sokolov <aesok@post.ru>
7155         * config/avr/predicates.md (even_register_operand,
7156         odd_register_operand): New predicates.
7157         * config/avr/avr.md (movw peephole2): New.
7158         (movw_r peephole2): New.
7160 2007-03-30  Rafael Avila de Espindola  <espindola@google.com>
7162         * tree.h (get_signed_or_unsigned_type): New.
7163         * fold-const.c (operand_equal_for_comparison_p): Use
7164         get_signed_or_unsigned_type instead of
7165         lang_hooks.types.signed_or_unsigned_type.
7166         * expr.c (store_expr): Ditto.
7167         * langhooks.c (get_signed_or_unsigned_type): New.
7168         (lhd_signed_or_unsigned_type): New.
7169         * langhooks.h (lhd_signed_or_unsigned_type): New.
7170         * langhooks-def.h (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Define.
7172 2007-03-30  Richard Henderson  <rth@redhat.com>
7174         * tree-ssa-loop-ivopts.c: Include target.h.
7175         (produce_memory_decl_rtl): Pass the rtx through encode_section_info.
7176         (get_address_cost): Force SYMBOL_FLAG_LOCAL set.
7177         (force_expr_to_var_cost): Use produce_memory_decl_rtl.
7178         * Makefile.in (tree-ssa-loop-ivopts.o): Depend on TARGET_H.
7180 2007-03-30  Richard Henderson  <rth@redhat.com>
7181             Kai Tietz  <kai.tietz@onevision.com>
7183         * config/i386/cygming.h (DWARF2_DEBUGGING_INFO): Enable by
7184         default for 64-bit.
7185         (PREFERRED_DEBUGGING_TYPE): Prefer dwarf2 for 64-bit.
7186         (TARGET_64BIT_MS_ABI): New.
7187         (DBX_REGISTER_NUMBER): Handle 64-bit.
7188         (SIZE_TYPE, PTRDIFF_TYPE): Use long long for 64-bit.
7189         (LONG_TYPE_SIZE): Force to 32.
7190         (REG_PARM_STACK_SPACE): New.
7191         (OUTGOING_REG_PARM_STACK_SPACE): New.
7192         (REGPARM_MAX, SSE_REGPARM_MAX): New.
7193         (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
7194         (STACK_BOUNDARY): Use 128 for 64-bit.
7195         * config/i386/cygwin.asm: Use push/ret to preserve call stack.
7196         Add 64-bit implementation.
7197         * config/i386/gthr-win32.c (__gthr_win32_key_create): Mark dtor
7198         argument unused.
7199         * config/i386/i386.c (x86_64_ms_abi_int_parameter_registers): New.
7200         (override_options): Set ix86_cmodel for TARGET_64BIT_MS_ABI.
7201         Warn for -mregparm, -mrtd in 64-bit mode; force ix86_regparm
7202         for 64-bit; use TARGET_SUBTARGET64_DEFAULT.
7203         (ix86_handle_cconv_attribute): Don't warn when ignoring if
7204         TARGET_64BIT_MS_ABI.
7205         (ix86_function_arg_regno_p): Handle TARGET_64BIT_MS_ABI.
7206         (ix86_pass_by_reference): Likewise.
7207         (ix86_function_value_regno_p): Likewise.
7208         (ix86_build_builtin_va_list): Likewise.
7209         (ix86_va_start, ix86_gimplify_va_arg): Likewise.
7210         (function_arg_advance_ms_64): New.
7211         (function_arg_advance): Call it.
7212         (function_arg_ms_64): New.
7213         (function_arg): Call it.
7214         (function_value_ms_64): New.
7215         (ix86_function_value_1): Call it.
7216         (return_in_memory_ms_64): New.
7217         (ix86_return_in_memory): Call it.
7218         (setup_incoming_varargs_ms_64): New.
7219         (ix86_setup_incoming_varargs): Call it.
7220         (ix86_expand_prologue): Handle 64-bit stack probing.
7221         (legitimize_pic_address): Handle TARGET_64BIT_MS_ABI.
7222         (output_pic_addr_const): Likewise.
7223         (x86_this_parameter): Likewise.
7224         (x86_output_mi_thunk): Likewise.
7225         (x86_function_profiler): Likewise.
7226         (TARGET_STRICT_ARGUMENT_NAMING): New.
7227         * config/i386/i386.h (TARGET_SUBTARGET64_DEFAULT): New.
7228         (TARGET_64BIT_MS_ABI): New.
7229         (CONDITIONAL_REGISTER_USAGE): Handle TARGET_64BIT_MS_ABI.
7230         * config/i386/i386.md (allocate_stack_worker): Remove.
7231         (allocate_stack_worker_32): Rename from allocate_stack_worker_1;
7232         describe the clobber of eax without a match_scratch.
7233         (allocate_stack_worker_postreload): Remove.
7234         (allocate_stack_worker_64): Rename from allocate_stack_worker_rex64;
7235         describe the clobbers of rax, r10, r11 properly; use __chkstk symbol.
7236         (allocate_stack_worker_rex64_postreload): Remove.
7237         (allocate_stack): Handle 64-bit.
7238         * config/i386/i386elf (TARGET_SUBTARGET_DEFAULT): Remove.
7239         * config/i386/mingw32.h (TARGET_VERSION): Set correctly for 64-bit.
7240         (EXTRA_OS_CPP_BUILTINS): Handle 64-bit.
7241         (STANDARD_INCLUDE_DIR): Handle TARGET_64BIT_DEFAULT.
7242         (STANDARD_STARTFILE_PREFIX_1): Likewise.
7243         * config/i386/unix.h (TARGET_SUBTARGET64_DEFAULT): New.
7244         * config.build (x86_64-*-mingw*): New host.
7245         * config.host (x86_64-*-mingw*): New host.
7246         * config.gcc (x86_64-*-mingw*): New target.
7247         * gthr-win32.h (__gthread_key_create): Mark dtor unused.
7249 2007-03-30  Richard Henderson  <rth@redhat.com>
7250             Kai Tietz  <kai.tietz@onevision.com>
7252         * c-pragma.c (struct def_pragma_macro_value): New.
7253         (struct def_pragma_macro): New.
7254         (pushed_macro_table): New.
7255         (dpm_hash, dpm_eq): New.
7256         (handle_pragma_push_macro, handle_pragma_pop_macro): New.
7257         (init_pragma): Install them.
7258         * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New.
7260 2007-03-30  Anatoly Sokolov <aesok@post.ru>
7262         * config/avr/avr.c (avr_override_options): Clear
7263         'flag_delete_null_pointer_checks'.
7265 2007-03-30  Paolo Carlini  <pcarlini@suse.de>
7267         PR c++/26099
7268         * c-common.h (enum rid): Add RID_HAS_NOTHROW_ASSIGN,
7269         RID_HAS_NOTHROW_CONSTRUCTOR, RID_HAS_NOTHROW_COPY,
7270         RID_HAS_TRIVIAL_ASSIGN, RID_HAS_TRIVIAL_CONSTRUCTOR,
7271         RID_HAS_TRIVIAL_COPY, RID_HAS_TRIVIAL_DESTRUCTOR,
7272         RID_HAS_VIRTUAL_DESTRUCTOR, RID_IS_ABSTRACT, RID_IS_BASE_OF,
7273         RID_IS_CONVERTIBLE_TO, RID_IS_CLASS, RID_IS_EMPTY, RID_IS_ENUM,
7274         RID_IS_POD, RID_IS_POLYMORPHIC, RID_IS_UNION, as
7275         C++ extensions.
7276         * doc/extend.texi (Extensions to the C++ Language): Add Type Traits.
7278 2007-03-30  Steven Bosscher  <steven@gcc.gnu.org>
7280         * regmove.c: Move all of pass_stack_adjustments from here...
7281         * combine-stack-adj.c: ...to this new file.
7282         * Makefile.in: Add rules for combine-stack-adj.o.
7284 2007-03-30  Zdenek Dvorak  <dvorakz@suse.cz>
7286         PR tree-optimization/31383
7287         * tree-data-ref.c (affine_function_equal_p): Do not require the vectors
7288         to have the same length.
7290 2007-03-30  Jan Hubicka  <jh@suse.cz>
7292         PR middle-end/30700
7293         * dwarf2out.c (reference_to_unused): Ask cgraph for functions
7294         availablility; add more sanity checking; ask varpool only about
7295         VAR_DECL.
7297 2007-03-29  Richard Henderson  <rth@redhat.com>
7299         * unwind-generic.h (_sleb128_t, _uleb128_t): Don't use HAVE_LONG_LONG
7300         to decide, but __SIZEOF_LONG_LONG__.
7302 2007-03-29  Richard Henderson  <rth@redhat.com>
7304         * emutls.c (struct __emutls_array): New.
7305         (emutls_destroy): Use it instead of casting element 0 from void*.
7306         (__emutls_get_address): Likewise.
7308 2007-03-29  Richard Henderson  <rth@redhat.com>
7310         * varasm.c (initializer_constant_valid_p): Don't deny
7311         DECL_DLLIMPORT_P on functions.
7313         * config/i386/cygming.h: Remove function declarations.
7314         (SUBTARGET_ENCODE_SECTION_INFO): Don't undef first.
7315         (ASM_OUTPUT_LABELREF): Remove.
7316         (COMMON_ASM_OP): Remove.
7317         (ASM_OUTPUT_COMMON): Remove.
7318         (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
7319         (ASM_DECLARE_OBJECT_NAME): Use i386_pe_maybe_record_exported_symbol.
7320         (ASM_DECLARE_FUNCTION_NAME): Likewise.
7321         * config/i386/i386-interix.h (SUBTARGET_ENCODE_SECTION_INFO):
7322         Rename from TARGET_ENCODE_SECTION_INFO.
7323         * config/i386/netware.h: Likewise.
7324         * config/i386/i386-protos.h: Update.
7325         * config/i386/i386.c (ix86_function_ok_for_sibcall): Turn ifdef
7326         of TARGET_DLLIMPORT_DECL_ATTRIBUTES into straight if.
7327         (legitimate_constant_p): Reject dllimports.
7328         (dllimport_map, get_dllimport_decl): New.
7329         (legitimize_dllimport_symbol): New.
7330         (legitimize_address, ix86_expand_move): Use it.
7331         (TARGET_BINDS_LOCAL_P): Redefine for TARGET_DLLIMPORT_DECL_ATTRIBUTES.
7332         * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Remove.
7333         (SYMBOL_FLAG_DLLIMPORT, SYMBOL_REF_DLLIMPORT_P): New.
7334         (SYMBOL_FLAG_DLLEXPORT, SYMBOL_REF_DLLEXPORT_P): New.
7335         * config/i386/predicates.md (constant_call_address_operand): Only
7336         accept symbols; reject dllimport_p symbols.
7337         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Use
7338         i386_pe_maybe_record_exported_symbol.
7339         * config/i386/winnt.c (DLL_IMPORT_PREFIX, DLL_EXPORT_PREFIX): Remove.
7340         (i386_pe_determine_dllexport_p): Rename from i386_pe_dllexport_p.
7341         (i386_pe_determine_dllimport_p): Rename from i386_pe_dllimport_p;
7342         trust the setting of DECL_DLLIMPORT_P.
7343         (i386_pe_dllexport_name_p, i386_pe_dllimport_name_p): Remove.
7344         (i386_pe_mark_dllexport, i386_pe_mark_dllimport): Remove.
7345         (gen_stdcall_or_fastcall_suffix): Return NULL if no change required;
7346         tidy the argument scanning loop.
7347         (i386_pe_encode_section_info): Set SYMBOL_FLAG_DLLIMPORT and
7348         SYMBOL_FLAG_DLLEXPORT in SYMBOL_REF_FLAGS.
7349         (i386_pe_strip_name_encoding): Remove.
7350         (i386_pe_binds_local_p): New.
7351         (i386_pe_strip_name_encoding_full): Use default_strip_name_encoding.
7352         (i386_pe_output_labelref): Remove.
7353         (i386_pe_asm_output_aligned_decl_common): New.
7354         (i386_pe_maybe_record_exported_symbol): Rename from
7355         i386_pe_record_exported_symbol; check for dllexported symbols.
7357 2007-03-29  Zack Weinberg  <zack@mrtock.ucsd.edu>
7359         * gengtype.c (oprintf): Mostly revert changes from 2007-03-26;
7360         add comment explaining why vsnprintf cannot be used.
7362 2007-03-29  Douglas Gregor  <doug.gregor@gmail.com>
7364         PR tree-optimization/30666
7365         * tree.c (build_complex_type): When creating type names for DWARF2
7366         debug info, create TYPE_DECLs for TYPE_NAME instead of
7367         IDENTIFIER_NODEs.
7368         (build_common_tree_nodes_2): Use build_complex_type when building
7369         predefined complex types, to preserve canonical types.
7371 2007-03-29  Steven Bosscher  <steven@gcc.gnu.org>
7373         * ifcvt.c (struct noce_if_info): Add then_else_reversed field.
7374         (noce_get_alt_condition): Look at it to determine whether to
7375         reverse the condition or not.
7376         (noce_get_condition): Substitute the truth for lies.
7377         (noce_find_if_block): Set the then_else_reversed field.
7379 2007-03-29  Lars Poeschel <larsi@wh2.tu-dresden.de>
7381         * config/fr30/fr30.md (movdi): Do not accept immediates as the
7382         destination of this insn.
7383         * config/fr30/fr30.c (fr30_move_double): Use emit_move_insn rather
7384         than calling gen_rtx_SET directly.  Use r0 to hold the value of
7385         'address + 4' rather than a stack based temporary which can be
7386         mis-optimized away.
7388 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
7390         * config/s390/s390.c (s390_secondary_input_reload_class,
7391         s390_secondary_output_reload_class): Functions removed.
7392         (s390_secondary_reload): New function.
7393         (TARGET_SECONDARY_RELOAD): Target macro defined.
7394         * config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS,
7395         SECONDARY_OUTPUT_RELOAD_CLASS): Macro definitions removed.
7396         * config/s390/s390.md ("reload_outti", "reload_outdi",
7397         "reload_indi", "reload_insi", "reload_out<mode>", "reload_in<mode>",
7398         "reload_out<mode>"): Expanders removed.
7399         ("reload<mode>_plus", "reload<mode>_nonoffmem_in",
7400         "reload<mode>_nonoffmem_out"): Expanders added.
7402 2007-03-29  Andreas Krebbel  <krebbel1@de.ibm.com>
7404         * regmove.c (optimize_reg_copy_1): Don't perform DEST->SRC repair action if
7405         SRC->DEST replacement failed anyway.
7407 2007-03-28  Mike Stump  <mrs@apple.com>
7409         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Add.
7410         * config/darwin.h (MAX_OFILE_ALIGNMENT): Fix.
7411         * config/rs6000/darwin.h (ASM_OUTPUT_ALIGNED_COMMON): Removed #undef.
7413 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7415         * config.gcc: Accept barcelona as a variant of amdfam10.
7416         * config/i386/i386.c (override_options): Likewise.
7417         * doc/invoke.texi: Likewise.
7419 2007-03-28  Eric Botcazou  <ebotcazou@adacore.com>
7421         * tree-dfa.c (get_ref_base_and_extent): Do not expect positive
7422         offsets for BIT_FIELD_REF and COMPONENT_REF.
7424 2007-03-28  Richard Guenther  <rguenther@suse.de>
7426         * tree.c (is_global_var): Move ...
7427         * tree-flow-inline.h (is_global_var): ... here.
7428         * tree.h (is_global_var): Remove declaration.
7430 2007-03-28  Uros Bizjak  <ubizjak@gmail.com>
7432         * config/i386/i386.h (X86_TUNE_PROMOTE_HIMODE_IMUL): New tuning
7433         option.
7434         (TARGET_TUNE_PROMOTE_HIMODE_IMUL): New define. Use new tuning option.
7435         * config/i386/i386.c (ix86_tune_features): Initialize new
7436         tuning option.
7437         * config/i386/predicates.md (promotable_binary_operator): Use
7438         TARGET_TUNE_PROMOTE_HIMODE_IMUL.
7440 2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>
7442         PR target/31380
7443         * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.
7445 2007-03-28  Lars Poeschel <larsi@wh2.tu-dresden.de>
7447         * config/fr30/fr30.md (movsi_internal): Change destination
7448         constraint from m to V and add m to the end.
7450 2007-03-28  Christian Bruel  <christian.bruel@st.com>
7452         * config/sh/sh.md (movsi_i): Fix type attribute.
7454 2007-03-28  Christian Bruel  <christian.bruel@st.com>
7456         * config/sh/sh.md (movsi_ie): Fix memory constraints attribute length.
7457         (movsf_ie): Likewise.
7459 2007-03-28  Christian Bruel  <christian.bruel@st.com>
7461         * config.gcc: Add sh4-300 to multilib.
7462         * config/sh/t-mlib-sh4-300: New file.
7464 2007-03-28  Andreas Krebbel  <krebbel1@de.ibm.com>
7466         * config/s390/s390.md ("fix_trunc<mode>di2"): New expander.
7467         ("fix_trunc<DFP:mode>di2_dfp"): New insn definition renamed from
7468         fix_trunc<mode>di2.
7469         ("fixuns_truncdddi2", "fixuns_trunctddi2"): Use
7470         fix_trunc<DFP:mode>di2_dfp instead of fix_trunc<mode>di2.
7471         ("fix_truncdfsi2", "fix_truncsfsi2", "fixuns_truncdddi2",
7472         "fixuns_trunctddi2"): Whitespace fix.
7474 2007-03-28  Kaz Kojima  <kkojima@gcc.gnu.org>
7476         * config/sh/sh.h (CALL_COOKIE_RET_TRAMP_SHIFT): Move after
7477         the definition of struct sh_args.
7478         (CALL_COOKIE_RET_TRAMP, CALL_COOKIE_STACKSEQ_SHIFT,
7479         CALL_COOKIE_INT_REG_GET): Likewise.
7481 2007-03-28  Steven Bosscher  <steven@gcc.gnu.org>
7483         * ifcvt.c (cond_exec_find_if_block): Return FALSE if no
7484         transformations are applied successfully.
7486 2007-03-27  Douglas Gregor  <doug.gregor@gmail.com>
7488         * tree.c (tree_contains_struct): Permit 512 tree codes.
7489         * tree.h (tree_contains_struct): Ditto.
7490         (MAX_TREE_CODES): Ditto.
7491         (struct tree_base): Make CODE 16 bits, instead of 8 bits. Add
7492         SPARE member to store remaining padding bits.
7494 2007-03-27  Anatoly Sokolov <aesok@post.ru>
7496         * config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
7497         architecture.
7499 2007-03-27  Janis Johnson  <janis187@us.ibm.com>
7501         * configure.ac: Fix assembler test for powerpc*-linux decimal float.
7502         * configure: Regenerate.
7504         * configure: Regenerate using the correct version of autoconf.
7506 2007-03-27  Anatoly Sokolov  <aesok@post.ru>
7508         * config/avr/avr.c (avr_hard_regno_mode_ok): Disallow QImode in stack
7509         pointer regs.
7510         * config/avr/avr.h (REGISTER_NAMES): Rename "__SPL__" and "__SPH__"
7511         regs to "__SP_L__" and "__SP_H__".
7513 2007-03-27  Richard Guenther  <rguenther@suse.de>
7515         * tree-dfa.c (get_ref_base_and_extent): Replace bit_offset and
7516         computations with it with a HOST_WIDE_INT variable.
7518 2007-03-26  Mike Stump  <mrs@apple.com>
7520         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Add
7521         objective-c-header, objective-c++-header and objc++-cpp-output
7522         support.
7523         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
7525 2007-03-26  Richard Henderson  <rth@redhat.com>
7527         PR target/31361
7528         * config/i386/i386.c (IX86_BUILTIN_PSLLDQ128, IX86_BUILTIN_PSLLW128,
7529         IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128, IX86_BUILTIN_PSRAW128,
7530         IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128, IX86_BUILTIN_PSRLD128,
7531         IX86_BUILTIN_PSRLQ128): New.
7532         (ix86_init_mmx_sse_builtins): Add them.
7533         (ix86_expand_builtin): Expand them.
7534         * config/i386/sse.md (ashr<mode>3, lshr<mode>3, ashl<mode>3): Make
7535         operand 2 be TImode.
7536         * config/i386/emmintrin.h (_mm_slli_epi64, _mm_srai_epi16,
7537         _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
7538         _mm_srli_epi64): Mark __B const.
7539         (_mm_srli_si128, _mm_srli_si128): Fix disabled inline versions.
7540         (_mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64, _mm_sra_epi16,
7541         _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32, _mm_srl_epi64): Use
7542         new two-vector shift builtins.
7544 2007-03-26  Ian Lance Taylor  <iant@google.com>
7546         PR tree-optimization/31345
7547         * tree-vrp.c (extract_range_from_binary_expr): Turn ranges like
7548         [+INF, +INF(OVF)] into VARYING.
7550 2007-03-26  Zack Weinberg  <zackw@panix.com>
7552         * gengtype-parse.c: New file.
7553         * gengtype-yacc.y: Delete.
7554         * gengtype-lex.l: Don't include gengtype-yacc.h.
7555         Define YY_DECL and yyterminate appropriately for recursive
7556         descent parser.  yylval is now a string out-parameter to yylex.
7557         (HWS, EOID): New shorthand.
7558         (IWORD): Add a couple more types.
7559         (yylex): Add a setup stanza.  Remove the complex rules for
7560         detecting GTY'ed types and typedefs; replace with simple
7561         keyword detectors.  Adjust everything for the changed
7562         definition of yylval.  Ignore all pp-directives, not just #define.
7563         (yyerror): Delete.
7564         (parse_file): Rename yybegin; do not call yyparse.
7565         (yyend): New.
7566         * gengtype.c (xasprintf): Export again.
7567         (this_file): New.  Use everywhere __FILE__ was being used.
7568         (get_lang_bitmap): Special case types defined in gengtype.c.
7569         (do_typedef, new_structure): Suppress definition of certain types.
7570         (new_structure): Improve diagnostics of duplicate definitions.
7571         Make sure location_s is associated with input.h.
7572         (nreverse_pairs, define_location_structures): New functions.
7573         (main): Improve tagging of kludge types.  Remove old kludges
7574         for input.h types; use define_location_structures.
7575         * gengtype.h: Update prototypes.  Define token codes here.
7576         * Makefile.in: Remove all references to gengtype-yacc.
7577         Add rules for gengtype-parse.o.  Adjust rules for gengtype-lex.o
7578         and gengtype.
7579         * bitmap.h (struct bitmap_head_def): Coalesce definitions,
7580         add GTY((skip)) to the field that's only conditionally there.
7581         * doc/install.texi: Document that Bison is no longer required
7582         unless building treelang.
7584         * gengtype.c: Don't include gtyp-gen.h.
7585         (srcdir): Declare here.
7586         (base_files, lang_dir_names): Allocate dynamically.
7587         (gt_files, num_gt_files, num_lang_dirs): New globals.
7588         (measure_input_list, read_input_line, read_input_list)
7589         (set_lang_bitmap): New functions.
7590         (get_base_file_bitmap): Rename get_lang_bitmap and drastically
7591         simplify, relying on read_input_list to set up the bitmaps.
7592         (main): Arguments are no longer unused.  Check for correct number
7593         of command line arguments, set srcdir and srcdir_len, then call
7594         read_input_list, before doing anything else.  No need to worry
7595         about duplicates in main loop.
7596         * configure.ac: Simplify the calculation of all_gtfiles.
7597         Put language tags in there.  Don't set or substitute
7598         all_gtfiles_files_langs or all_gtfiles_files_frags.
7599         * Makefile.in: Revamp the way gengtype is invoked, now that it
7600         takes a file on its command line with a much simpler format.
7601         Remove or replace with gtyp-input.list all references to gtyp-gen.h.
7602         (GTFILES): Remove duplicates and C source files.
7603         * c-config-lang.in, cp/config-lang.in, objc/config-lang.in
7604         * objcp/config-lang.in: Add c-pragma.h to gtfiles.
7605         * configure: Regenerate.
7607         * gengtype.h: Remove all type definitions to gengtype.c; leave
7608         only definitions of options_p, type_p, and pair_p as opaque
7609         pointers.  Update prototypes.
7610         * gengtype.c: Many type definitions moved here from gengtype.h.
7611         Consolidate type definitions at the top of the file.
7612         (xvasprintf): Delete.
7613         (xasprintf): Make static.
7614         (create_nested_pointer_option): Add 'next' parameter.
7615         (create_field_all, create_field_at): New functions.
7616         (create_field): Now a thin wrapper around create_field_all.
7617         (create_optional_field): Rename create_optional_field_ and add
7618         line argument.  Original name is now a macro which supplies
7619         __LINE__.
7620         (oprintf): Use vsnprintf directly.
7621         (close_output_files): Use fatal rather than perror/exit.
7622         (note_def_vec, note_def_vec_alloc): Use create_field_at.
7623         (main): Set progname.  Don't use exit.
7624         * gengtype-yacc.y (struct_fields): Use create_field_at.
7625         (option, optionseqopt): Delete.
7626         (optionseq): Consolidate productions from option here so we
7627         can use the first argument to create_option.
7629         * gengtype-lex.l: Distinguish unions from structures in the
7630         token type.  Don't call find_structure; return the tag as a string.
7631         * gengtype-yacc.y: Add new token types ENT_TYPEDEF_UNION and ENT_UNION.
7632         Type of these, ENT_TYPEDEF_STRUCT, and ENT_STRUCT is string.
7633         Reorganize typedef_struct production accordingly.
7634         Use create_nested_ptr_option.
7635         * gengtype.c (create_nested_ptr_option): New function.
7636         * gengtype.h: Declare it.
7638         * gengtype.h (struct type): Replace 'sc' with boolean, scalar_is_char.
7639         (string_type): Don't declare.
7640         (do_scalar_typedef): Declare.
7641         (create_scalar_type): Update prototype.
7642         * gengtype.c (string_type): Make static.
7643         (scalar_nonchar, scalar_char): New.
7644         (do_scalar_typedef): Export.  Always use scalar_nonchar for the type.
7645         (resolve_typedef): Use scalar_nonchar for error recovery.
7646         (create_scalar_type): Remove name_len field.  Return scalar_char
7647         or scalar_nonchar as appropriate.
7648         (adjust_field_type): Look at scalar_is_char boolean to decide whether
7649         to use string_type.
7650         (throughout): Use scalar_nonchar instead of calling create_scalar_type,
7651         whenever possible.
7652         (main): Initialize scalar_char and scalar_nonchar before calling
7653         gen_rtx_next.
7654         * gengtype-lex.l: Adjust for removal of second argument to
7655         create_scalar_type.  Use yylval.s instead of yylval.t when
7656         returning SCALAR.
7657         * gengtype-yacc.y: Type of SCALAR is string.  Call
7658         create_scalar_type from type:SCALAR rule.  Adjust for removal of
7659         second argument to create_scalar_type.
7661         * vec.h: Remove all #if IN_GENGTYPE blocks.
7662         Add comment saying that changes may require adjustments to gengtype.
7663         * gengtype.c: Don't include coretypes.h or tm.h.
7664         Add comment to inclusion of errors.h.
7665         (note_def_vec, note_def_vec_alloc): New functions.
7666         * gengtype.h: Declare new functions.
7667         * gengtype-lex.l: Don't include coretypes.h.
7668         (YY_INPUT, macro_input, push_macro_expansion, mangle_macro_name):
7669         Delete.
7670         (update_lineno): Remove unnecessary prototype.
7671         (DEF_VEC_* rules): Simplify using note_def_vec / note_def_vec_alloc.
7672         (VEC rule): Just return VEC_TOKEN.
7673         * gengtype-yacc.y (VEC_TOKEN): New token type.
7674         (type): Add a production for VEC(a,b).
7675         * Makefile.in: Update dependencies.
7677         * gengtype-lex.l: Remove rules for parsing pointer-to-function
7678         typedefs that use the old PARAMS macro.
7680         * gengtype-lex.l: Remove all rules and states relating to yacc
7681         input files.
7682         * gengtype-yacc.y: Similarly.
7683         * gengtype.c (note_yacc_type): Delete function.
7684         * gengtype.h: Update prototypes.
7686 2007-03-26  Joseph Myers  <joseph@codesourcery.com>
7688         * tree-pretty-print.c (dump_generic_node): Report precision of
7689         unnamed integer types.
7691 2007-03-26  Steven Bosscher  <steven@gcc.gnu.org>
7693         * ifcvt.c (noce_try_store_flag_constants): Don't check
7694         no_new_pseudos here.
7695         (noce_try_store_flag_constants): Don't check no_new_pseudos.
7696         (noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove_arith,
7697         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
7698         noce_try_sign_mask): Likewise.
7699         (if_convert): Check no_new_pseudos here.
7701         (cond_exec_process_if_block, noce_process_if_block, find_if_block):
7702         Remove prototypes.
7703         (struct noce_if_info): Add then_bb, else_bb, join_bb members.
7704         (noce_get_condition): Handle new then_else_reversed argument.
7705         (noce_init_if_info): Remove, fold into noce_find_if_block.
7706         (noce_process_if_block): Take a struct noce_if_info as the
7707         argument.  Don't set up one based on ce_if_info.  Update pointer
7708         references accordingly.
7709         (cond_move_process_if_block): Likewise.
7710         (process_if_block): Removed.
7711         (find_if_block): Removed.  Move functionality two new functions,
7712         noce_find_if_block and cond_exec_find_if_block.
7713         (noce_find_if_block): New function.  Be aware of IF-THEN-JOIN
7714         blocks and the symmetric IF-ELSE-JOIN case.
7715         (cond_exec_find_if_block): Also new function mostly based on old
7716         find_if_block and process_if_block.
7717         (find_if_header): Replace find_if_block call with separately
7718         guarded calls to noce_find_if_block and cond_exec_find_if_block.
7719         (find_cond_trap): Update noce_get_condition call.
7720         (dead_or_predicable): Likewise.
7722 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7724         * config/i386/i386.c (IX86_BUILTIN_CMPNEPD, IX86_BUILTIN_CMPNESD):
7725         Remove.
7726         (IX86_BUILTIN_PSLLW128, IX86_BUILTIN_PSLLD128, IX86_BUILTIN_PSLLQ128,
7727         IX86_BUILTIN_PSRAW128, IX86_BUILTIN_PSRAD128, IX86_BUILTIN_PSRLW128,
7728         IX86_BUILTIN_PSRLD128, IX86_BUILTIN_PSRLQ128): Remove.
7729         (ix86_init_mmx_sse_builtins): Remove v8hi_ftype_v8hi_v2di and
7730         v4si_ftype_v4si_v2di.  Remove __builtin_ia32_psllw128,
7731         __builtin_ia32_pslld128, __builtin_ia32_psllq128,
7732         __builtin_ia32_psrlw128, __builtin_ia32_psrld128,
7733         __builtin_ia32_psrlq128, __builtin_ia32_psraw128 and
7734         __builtin_ia32_psrad128 builtins.
7736 2007-03-26  Uros Bizjak  <ubizjak@gmail.com>
7738         * reg-stack.c (replace_reg): Use IN_RANGE macro in gcc_assert().
7739         * config/i386/constraints.md
7740         (define_constraint "I"): Use IN_RANGE macro.
7741         (define_constraint "J"): Ditto.
7742         (define_constraint "K"): Ditto.
7743         (define_constraint "M"): Ditto.
7744         (define_constraint "N"): Ditto.
7745         (define_constraint "O"): Ditto.
7746         * config/i386/predicates.md
7747         (define_predicate "register_no_elim_operand"): Use IN_RANGE macro.
7748         (define_predicate "const_0_to_3_operand"): Ditto.
7749         (define_predicate "const_0_to_7_operand"): Ditto.
7750         (define_predicate "const_0_to_15_operand"): Ditto.
7751         (define_predicate "const_0_to_63_operand"): Ditto.
7752         (define_predicate "const_0_to_255_operand"): Ditto.
7753         (define_predicate "const_1_to_31_operand"): Ditto.
7754         (define_predicate "const_2_to_3_operand"): Ditto.
7755         (define_predicate "const_4_to_7_operand"): Ditto.
7757 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
7759         * config/rs6000/rs6000.c (rs6000_emit_prologue): Always clobber LR
7760         in SImode for save_world.
7761         * config/rs6000/altivec.md (save_world, restore_world): Convert to
7762         LR hard reg.
7764 2007-03-25  Dorit Nuzman  <dorit@il.ibm.com>
7766         PR tree-optimization/30784
7767         * fold-const.c (fold_ternary): Handle CONSTRUCTOR in case
7768         BIT_FIELD_REF.
7770 2007-03-25  Revital Eres  <eres@il.ibm.com>
7772         * tree-if-conv.c (if_convertible_gimple_modify_stmt_p):
7773           Fold movement_possibility function into it.
7775 2007-03-25  David Edelsohn  <edelsohn@gnu.org>
7777         * config/rs6000/darwin.md (load_macho_picbase): Ignore operand 0.
7778         (load_macho_picbase_{si,di}): Convert to LR hard reg.
7779         (call_indirect_nonlocal_darwin64): Same.
7780         (call_nonlocal_darwin64): Same.
7781         (call_value_indirect_nonlocal_darwin64): Same.
7782         (call_value_nonlocal_darwin64): Same.
7783         (sibcall_nonlocal_darwin64): Same.
7784         (sibcall_value_nonlocal_darwin64): Same.
7785         (sibcall_symbolic_64): Same.
7786         (sibcall_value_symbolic_64): Same.
7787         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Remove
7788         LR pseudo.
7789         (rs6000_emit_load_toc_table): Same.
7790         * config/rs6000/altivec.md (restore_world): Convert to LR hard reg.
7791         * config/rs6000/rs6000.md (mulh_call): Convert to LR hard reg.
7792         (mull_call): Same.
7793         (divss_call): Same.
7794         (divus_call): Same.
7795         (quoss_call): Same.
7796         (quous_call): Same.
7797         (load_toc_v4_pic_si): Same
7798         (load_toc_v4_PIC_1): Same.
7799         (load_toc_v4_PIC_1b): Same.
7800         (call_indirect_aix{32,64}): Same.
7801         (call_value_indirect_aix{32,64}): Same.
7802         (call): Same.
7803         (call_value): Same.
7804         (call_local{32,64}): Same.
7805         (call_value_local{32,64}): Same.
7806         (call_indirect_nonlocal_aix{32,64}): Same.
7807         (call_nonlocal_aix{32,64}): Same.
7808         (call_value_indirect_nonlocal_aix{32,64}): Same.
7809         (call_value_nonlocal_aix{32,64}): Same.
7810         (call_indirect_nonlocal_sysv<mode>): Same.
7811         (call_nonlocal_sysv<mode>): Same.
7812         (call_value_indirect_nonlocal_sysv<mode>): Same.
7813         (call_value_nonlocal_sysv<mode>): Same.
7814         (sibcall): Same.
7815         (sibcall_local{32,64}): Same.
7816         (sibcall_value_local{32,64}): Same.
7817         (sibcall_nonlocal_aix{32,64}): Same.
7818         (sibcall_value_nonlocal_aix{32,64}): Same.
7819         (sibcall_nonlocal_sysv<mode>): Same.
7820         (sibcall_value): Same.
7821         (sibcall_value_nonlocal_sysv<mode>): Same.
7823 2007-03-24  Paul Brook  <paul@codesourcery.com>
7825         * config/arm/lib1funcs.asm (div0): Use ARM_FUNC_START and do_push.
7826         * config/arm/linux-eabi.h: Remove legacy syscall hack.
7828 2007-03-24  Richard Henderson  <rth@redhat.com>
7830         * config/ia64/constraints.md: New file.
7831         * config/ia64/predicates.md: Replace CONST_OK_FOR_? with
7832         satisfies_constraint_?.
7833         * config/ia64/ia64.c (ia64_move_ok, ia64_legitimate_constant_p,
7834         ia64_reload_gp, spill_restore_mem, ia64_expand_prologue,
7835         ia64_expand_epilogue, ia64_split_return_addr_rtx, ia64_rtx_costs,
7836         ia64_output_mi_thunk): Likewise.
7837         (ia64_const_ok_for_letter_p): Remove.
7838         (ia64_const_double_ok_for_letter_p): Remove.
7839         (ia64_extra_constraint): Remove.
7840         * config/ia64/ia64.h (REG_CLASS_FROM_LETTER): Remove.
7841         (CONST_OK_FOR_I, CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L,
7842         CONST_OK_FOR_M, CONST_OK_FOR_N, CONST_OK_FOR_O, CONST_OK_FOR_P,
7843         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_G,
7844         CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT,
7845         EXTRA_MEMORY_CONSTRAINT): Remove.
7846         * config/ia64/ia64.md: Include constriants.md.  Replace
7847         CONST_OK_FOR_? with satisfies_constraint_?.
7849 2007-03-23  Michael Meissner  <michael.meissner@amd.com>
7850             H.J. Lu  <hongjiu.lu@intel.com>
7852         * config/dfp-bit.h (DPD_BID_NAME): New macro to give either the
7853         DPD or BID name.
7854         (name macros): Use DPD_BID_NAME to convert names properly.
7856         * optabs.c (DECIMAL_PREFIX): Prefix string to use for the current
7857         decimal floating point format.
7858         (init_floating_libfuncs): Change decimal functions so that they
7859         have a "bid_" prefix if the decimal system uses the BID format,
7860         and "dpd_" prefix if the decimal system uses the DPD format.
7861         (init_interclass_conv_libfuncs): Ditto.
7862         (init_intraclass_conv_libfuncs): Ditto.
7864         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
7865         using the BID format.
7867         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
7868         whether we are using the BID decimal format.
7869         * configure: Regenerate.
7871         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
7872         the compiler has decimal floating point enabled.  Define
7873         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
7874         instead of DPD.
7876         * config.in (ENABLE_DECIMAL_BID_FORMAT): New macro to say we are
7877         using the BID format.
7879         * configure.ac (ENABLE_DECIMAL_BID_FORMAT): Set to 1/0 to say
7880         whether we are using the BID decimal format.
7881         * configure: Regenerate.
7883         * c-cppbuiltin.c (c_cpp_builtins): Define __STDC_WANT_DEC_FP__ if
7884         the compiler has decimal floating point enabled.  Define
7885         __DECIMAL_BID_FORMAT__ if BID decimal floating point is used
7886         instead of DPD.
7888         * doc/install.texi (--enable-decimal-float): Document BID and DPD
7889         options, and that it is enabled for i386/x86_64 systems.
7891         * Makefile.in (enable_decimal_float): New.
7892         (DECNUMFMT): New.
7893         (DECNUMINC): Add  -I$(DECNUMFMT).
7894         (DECNUM_H): Mov decimal32.h, decimal64.h and decimal128.h
7895         to $(DECNUMFMT) from $(DECNUM).
7897         * configure.ac: Support * --enable-decimal-float={no,yes,bid,dpd}.
7898         Substitute enable_decimal_float.
7899         * configure: Regenerated.
7901         PR other/30529
7902         * config/dfp-bit.c (__dec_byte_swap): Use uint32_t instead of
7903         unsigned long.
7905         * configure.ac: Enable decimal float for x86_64-*-linux*.
7906         * configure: Regenerated.
7908         PR other/30530
7909         * dfp.c (decimal_real_arithmetic): Use decimal128FlipSign and
7910         decimal128ClearSign to flip and clear the sign bit in decimal128.
7911         (decimal_real_maxval): Set decimal128SetSign to set the sign
7912         bit in decimal128.
7914 2007-03-23  Ian Lance Taylor  <iant@google.com>
7916         * fold-const.c (fold_binary): Correct warning for X - c >= X.
7918 2007-03-23  Ian Lance Taylor  <iant@google.com>
7920         * tree-dump.c (dump_files): Correct comment.
7922 2007-03-23  Ian Lance Taylor  <iant@google.com>
7924         * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.
7926 2007-03-23  Steven Bosscher  <steven@gcc.gnu.org>
7928         * tracer.c (tracer): Don't take FLAGS argument.  Assert we are
7929         in cfglayout mode.  Don't go into and out of cfglayout mode.
7930         Link the blocks in the order of the constructed traces.
7931         (rest_of_handle_tracer): Adjust call to tracer.
7932         * loop-init.c (rtl_loop_init): Assert we are in cfglayout mode.
7933         Don't go into cfglayout mode.
7934         (rtl_loop_done): Don't go out of cfglayout mode.
7935         * cfglayout.c (relink_block_chain): New function, split out from...
7936         (fixup_reorder_chain): ...here.  Remove redundant checking.
7937         (cfg_layout_finalize): Don't clear the header, footer, and aux
7938         fields here, move the code to do so to relink_block_chain.  Likewise
7939         for free_original_copy_tables.
7940         * rtl.h (tracer): Update prototype.
7941         * bb-reorder.c (reorder_basic_blocks): Don't take FLAGS argument.
7942         Assert we are in cfglayout mode.  Don't go into and out of cfglayout
7943         mode.  Use relink_block_chain to serialize the CFG according to the
7944         new basic block order.  Move targetm.cannot_modify_jumps_p check from
7945         here...
7946         (gate_handle_reorder_blocks): ...to here.
7947         (duplicate_computed_gotos): Move targetm.cannot_modify_jumps_p check
7948         from here...
7949         (gate_duplicate_computed_gotos): ...to here.
7950         (rest_of_handle_reorder_blocks): Don't see if anything has changed,
7951         something always changes when going into and out of cfglayout mode.
7952         Perform an expensive cfg cleanup while going into cfglayout mode.
7953         Always update liveness information on HAVE_conditional_execution
7954         targets.  Reserialize the basic blocks and go out of cfglayout mode.
7955         * reg-stack.c: Include cfglayout.h.
7956         (rest_of_handle_stack_regs): Go into and out of cfglayout mode around
7957         the call to reorder_basic_blocks.
7958         * basic-block.h (reorder_basic_blocks): Update prototype.
7959         (relink_block_chain): New prototype.
7960         * passes.c (pass_outof_cfg_layout_mode): Move after cse2.
7962 2007-03-23  Joseph Myers  <joseph@codesourcery.com>
7964         * config/mips/mips.md (type, hazard, *movdi_32bit,
7965         *movdi_gp32_fp64, *movdi_64bit, *movsi_internal, movcc,
7966         *movhi_internal, *movqi_internal, *movsf_hardfloat,
7967         *movdf_hardfloat_64bit, *movdf_hardfloat_32bit, *movdf_softfloat,
7968         movv2sf_hardfloat_64bit, load_df_low, load_df_high, store_df_high,
7969         mthc1, mfhc1): Change xfer instruction type to mfc and mtc, as
7970         applicable.
7971         (movcc): Change first xfer to multi.
7972         * config/mips/24k.md, config/mips/4100.md, config/mips/4300.md,
7973         config/mips/5000.md, config/mips/5400.md, config/mips/5500.md,
7974         config/mips/5k.md, config/mips/7000.md, config/mips/9000.md,
7975         config/mips/generic.md: Change reservations using "xfer" to use
7976         "mfc,mtc".
7977         * config/mips/sb1.md (ir_sb1_mtxfer): Use "mtc" instead of
7978         using match_operand.
7979         (ir_sb1_mfxfer): Use "mfc" instead of using match_operand.
7980         * config/mips/sr71k.md (ir_sr70_xfer_from): Use "mfc" instead of
7981         examining mode.
7982         (ir_sr70_xfer_to): Use "mtc" instead of examining mode.
7984 2007-03-22  Richard Henderson  <rth@redhat.com>
7986         * config/i386/i386.c: Remove unnecessary function declarations.
7987         Move targetm definition, and all related macros, to the end of
7988         the file.  Resort some functions to put definitions before uses.
7989         (ix86_attribute_table): Make static.  Move to end of file.
7990         (ix86_gimplify_va_arg): Make static.
7992 2007-03-22  Richard Henderson  <rth@redhat.com>
7994         * config/i386/i386.c (ix86_function_regparm): Early exit for 64-bit;
7995         don't increase local_regparm with force_align_arg_pointer check.
7996         (ix86_function_sseregparm): Assert 32-bit.
7997         (type_has_variadic_args_p): New.
7998         (ix86_return_pops_args): Early exit for 64-bit.  Reindent; use
7999         type_has_variadic_args_p.
8000         (ix86_function_arg_regno_p): Use == 0 instead of ! test for eax.
8001         (init_cumulative_args): Remove TARGET_DEBUG_ARG.  Remove zero_cum;
8002         use memset instead.  Do maybe_vaarg check first; skip attribute
8003         tests if true; skip attribute tests for 64-bit.
8004         (construct_container): Remove TARGET_DEBUG_ARG.
8005         (function_arg_advance_32, function_arg_advance_64): Split out ...
8006         (function_arg_advance): ... from here.
8007         (function_arg_32, function_arg_64): Split out ...
8008         (function_arg): ... from here.
8009         (ix86_pass_by_reference): Tidy.
8010         (ix86_function_value_regno_p): Rearrange w/ switch on regno.
8011         (function_value_32): New, from parts of ix86_function_value
8012         and ix86_value_regno.
8013         (function_value_64): New, from parts of ix86_function_value
8014         and ix86_libcall_value.
8015         (ix86_function_value_1): New.
8016         (ix86_function_value, ix86_libcall_value): Use it.
8017         (return_in_memory_32, return_in_memory_64): Split out ...
8018         (ix86_return_in_memory): ... from here.
8019         (ix86_struct_value_rtx): Skip for 64-bit.
8020         (ix86_libcall_value, ix86_value_regno): Remove.
8021         (setup_incoming_varargs_64): Split out ...
8022         (ix86_setup_incoming_varargs): ... from here.
8023         (ix86_va_start): Remove TARGET_DEBUG_ARG.
8024         (legitimate_address_p, legitimize_address): Remove TARGET_DEBUG_ADDR.
8025         * config/i386/i386-protos.h (ix86_function_value): Remove.
8026         * config/i386/i386.opt (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Remove.
8028 2007-03-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8030         PR other/23572
8031         * c-lex.c (interpret_float): On overflow, emit pedantic warning if
8032         infinities not supported, otherwise emit warning if -Woverflow. On
8033         underflow, emit warning if -Woverflow.
8034         * real.c (real_from_string): Return -1 if underflow, +1 if overflow
8035         and 0 otherwise.
8036         * real.h (real_from_string): Update declaration
8038 2007-03-22  Kai Tietz  <kai.tietz@onevision.com>
8039             Richard Henderson  <rth@redhat.com>
8041         * defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.
8042         * calls.c (compute_argument_block_size, expand_call,
8043         emit_library_call_value_1): Don't ifdef OUTGOING_REG_PARM_STACK_SPACE.
8044         * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
8045         * function.c (STACK_DYNAMIC_OFFSET): Likewise.
8046         * doc/tm.texi (OUTGOING_REG_PARM_STACK_SPACE): Update.
8047         * config/alpha/unicosmk.h, config/bfin/bfin.h, config/iq2000/iq2000.h,
8048         config/mips/mips.h, config/mn10300/mn10300.h, config/mt/mt.h,
8049         config/pa/pa.h, config/rs6000/rs6000.h, config/score/score.h,
8050         config/spu/spu.h, config/v850/v850.h (OUTGOING_REG_PARM_STACK_SPACE):
8051         Set to 1.
8053 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
8055         * c-incpath.c (add_sysroot_to_chain): New.
8056         (merge_include_chains): Add sysroot argument.  Call
8057         add_sysroot_to_chain if sysrooted.
8058         (register_include_chains): Update call to merge_include_chains.
8059         * doc/cppopts.texi: Document use of '=' in include directory
8060         arguments.
8062 2007-03-22  Uros Bizjak  <ubizjak@gmail.com>
8064         * config/i386/i386.md (cmp<mode>): Rename from cmpsf and cmpdf.
8065         Macroize expander using SSEMODEF mode macro.  Use SSE_FLOAT_MODE_P.
8066         (*cmpfp_<mode>): Rename from *cmpfp_sf and *cmpfp_df. Macroize
8067         insn pattern using X87MODEF12 mode macro.
8069 2007-03-21  Seongbae Park <seongbae.park@gmail.com>
8071         * regmove.c (regmove_optimize): Use reg_mentioned_p
8072         instead of reg_overlap_mentioned_p for DST.
8074 2007-03-21  Mike Stump  <mrs@apple.com>
8076         * c.opt: Fixup for Objective-C/C++.
8078 2007-03-21  Steve Ellcey  <sje@cup.hp.com>
8080         * explow.c (convert_memory_address): Fold memory reference when
8081         POINTERS_EXTEND_UNSIGNED < 0
8083 2007-03-21  Richard Henderson  <rth@redhat.com>
8085         PR target/31245
8086         * config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
8087         * config/i386/mmintrin.h (__m64): Likewise.
8088         * config/i386/xmmintrin.h (__m128): Likewise.
8090 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8092         * config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
8093         (VXWORKS_OS_CPP_BUILTINS): Define.
8094         * config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
8095         (TARGET_OS_CPP_BUILTINS): ...here.  Use VXWORKS_OS_CPP_BUILTINS.
8097 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8099         * rtl.h (constant_pool_reference_p): Delete.
8100         (find_constant_src): Declare.
8101         * rtlanal.c (find_constant_src): New function.
8102         * simplify-rtx.c (constant_pool_reference_p): Delete.
8103         * config/i386/i386.md: Use find_constant_src instead of
8104         constant_pool_reference_p/avoid_constant_pool_reference pairs.
8106 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
8108         * doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
8109         * c-cppbuiltin.c (c_cpp_builtins): Define them.
8111 2007-03-20  Mark Mitchell  <mark@codesourcery.com>
8113         * config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
8114         * config/arm/arm.c (arm_elf_asm_cdtor): New function.
8115         (arm_elf_asm_constructor): Use it.
8116         (arm_elf_asm_destructor): New function.
8118 2007-03-20  Bernd Schmidt  <bernd.schmidt@analog.com>
8120         * jump.c (mark_jump_label): Treat SEQUENCE specially.
8122 2007-03-20  Nathan Sidwell  <nathan@codesourcery.com>
8124         * config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.
8126 2007-03-19  Andrew Haley  <aph@redhat.com>
8128         PR tree-optimization/31264
8129         * tree-vrp.c (register_edge_assert_for_1): Don't look though
8130         VIEW_CONVERT_EXPRs.
8132 2007-03-19  Paolo Bonzini  <bonzini@gnu.org>
8134         PR rtl-optimization/30907
8135         * fwprop.c (forward_propagate_into): Never propagate inside a loop.
8136         (fwprop_init): Always call loop_optimizer_initialize.
8137         (fwprop_done): Always call loop_optimizer_finalize.
8138         (fwprop): We always have loop info now.
8139         (gate_fwprop_addr): Remove.
8140         (pass_fwprop_addr): Use gate_fwprop as gate.
8142         PR rtl-optimization/30841
8143         * df-problems.c (df_ru_local_compute, df_rd_local_compute,
8144         df_chain_alloc): Call df_reorganize_refs unconditionally.
8145         * df-scan.c (df_rescan_blocks, df_reorganize_refs): Change
8146         refs_organized to refs_organized_size.
8147         (df_ref_create_structure): Use refs_organized_size instead of
8148         bitmap_size if refs had been organized, and keep refs_organized_size
8149         up-to-date.
8150         * df.h (struct df_ref_info): Change refs_organized to
8151         refs_organized_size.
8152         (DF_DEFS_SIZE, DF_USES_SIZE): Use refs_organized_size instead of
8153         bitmap_size.
8155 2007-03-19  Mark Mitchell  <mark@codesourcery.com>
8157         * except.c (output_function_exception_table): Do not reference the
8158         EH personality routine for functions that do not require an
8159         exception table.
8161 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
8163         PR c/30762
8164         * c-typeck.c (convert_for_assignment): Call comptypes for
8165         RECORD_TYPE or UNION_TYPE.
8167         PR inline-asm/30505
8168         * reload1.c (reload): Do invalid ASM checking after
8169         cleanup_subreg_operands.
8171 2007-03-19  Jeff Law  <law@redhat.com>
8173         * tree-cfg.c (find_taken_edge): Tighten conditions for
8174         optimizing computed gotos.
8176 2007-03-19  Michael Matz  <matz@suse.de>
8178         * builtins.c (expand_builtin_sync_operation,
8179         expand_builtin_compare_and_swap,
8180         expand_builtin_lock_test_and_set): Care for extending CONST_INTs
8181         correctly.
8183         * config/i386/sync.md (sync_double_compare_and_swapdi_pic,
8184         sync_double_compare_and_swap_ccdi_pic): Use "SD" as constraint
8185         for operand 3.
8187 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8189         * doc/tm.texi: Add brackets around the return type of
8190         TARGET_SECONDARY_RELOAD.
8192 2007-03-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8193         Richard Guenther  <rguenther@suse.de>
8195         PR tree-optimization/31254
8196         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
8197         Use handled_component_p () where appropriate.  Continue
8198         propagating into the rhs if we propagated into an INDIRECT_REF
8199         on the lhs.
8201 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8203         * config/s390/s390.md (op_type attribute): RRR instruction type added.
8204         (FP, DFP, SD_SF, DD_DF, TD_TF): New mode macros.
8205         (xde, xdee): Mode attributes adjusted to support DFP modes.
8206         (RRer, f0, op1, Rf, bt, bfp, HALF_TMODE): New mode attributes added.
8207         ("cmp<mode>", "*cmp<mode>_css_0", "*cmp<mode>_ccs", TF move splitters,
8208         DF move splitters, "floatdi<mode>2", "add<mode>3", "*add<mode>3",
8209         "*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3", "*sub<mode>3",
8210         "*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3", "*mul<mode>3",
8211         "div<mode>3", "*div<mode>3", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
8212         "*negabs<mode>2_nocc", "copysign<mode>3"): Adjusted to support DFP
8213         numbers.
8214         ("*movtf_64", "*movtf_31", "*movdf_64dfp", "*movdf_64", "*movdf_31",
8215         "movsf"): Insn definitions removed.
8216         ("*mov<mode>_64", "*mov<mode>_31", "mov<mode>", "*mov<mode>_64dfp",
8217         "*mov<mode>_64", "*mov<mode>_31", "fix_trunc<DFP:mode>di2",
8218         "trunctddd2", "truncddsd2", "extendddtd2", "extendsddd2"): Insn
8219         definitions added.
8220         ("fixuns_truncdddi2", "fixuns_trunctddi2", "mov<mode>",
8221         "reload_in<mode>", "reload_out<mode>"): Expander added.
8222         ("movtf", "movdf", "reload_outtf", "reload_outdf", "reload_intf"):
8223         Expander removed.
8225 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8227         * config/s390/s390.md: Only non-functional changes.  Renamed
8228         FPR mode macro to BFP all over the file.
8230 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8232         * config/s390/s390.md (UNSPEC_COPYSIGN): New constant.
8233         (op_type attribute): RRF instruction type added.
8234         (fT0): New mode attribute.
8235         ("*movdi_64dfp", "*movdf_64dfp", "*neg<mode>2_nocc", "*abs<mode>2_nocc",
8236         "*negabs<mode>2_nocc", "copysign<mode>3"): Insn definitions added.
8237         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Due to a new instruction
8238         no secondary memory is needed when moving DFmode values between GPRs
8239         and FPRs.
8241 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8243         * config/s390/s390.opt ("mhard-float", "msoft-float"): Bit value
8244         inverted and documentation adjusted.
8245         ("mhard-dfp", "msoft-dfp"): New options.
8246         * config/s390/s390.c (s390_handle_arch_option): New architecture
8247         switch: z9-ec.
8248         (override_options): Sanity checks for the new options added.
8249         * config.gcc: New architecture switch: z9-ec.
8250         * config/s390/s390.h (processor_flags): PF_DFP added.
8251         (TARGET_CPU_DFP, TARGET_DFP): Macro definitions added.
8252         (TARGET_DEFAULT): Due to the s390.opt changes hard float is enabled
8253         when the bit is NOT set so remove it from the defaults.
8255 2007-03-19  Andreas Krebbel  <krebbel1@de.ibm.com>
8257         * genemit.c (main): Print include statement for dfp.h.
8258         * dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
8259         is not available.
8261 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
8263         * config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.
8265 2007-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
8267         PR target/31022
8268         * config/sh/sh.c (sh_adjust_cost): Use the result of single_set
8269         instead of PATTERN.
8271 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8273         * pa.c (output_deferred_plabels, output_bb, output_millicode_call,
8274         attr_length_call, output_call, output_indirect_call): Cleanup
8275         formatting of targetm calls.
8277 2007-03-19  Hans-Peter Nilsson  <hp@axis.com>
8279         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.
8281 2007-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8283         * pa.md: Add fpstore_load and store_fpload instruction types.  Provide
8284         reservation, bypass and anti-bypass descriptions for these instructions.
8285         Update move patterns.
8286         * pa.c (hppa_fpstore_bypass_p): Check for both TYPE_FPSTORE_LOAD and
8287         TYPE_FPSTORE.
8289 2007-03-18  Dorit Nuzman  <dorit@il.ibm.com>
8291         * tree-vect-transform.c (get_initial_def_for_induction): Replace
8292         GET_MODE_NUNITS with TYPE_VECTOR_SUBPARTS.
8293         (get_initial_def_for_reduction): Likewise.
8295 2007-03-16  Daniel Berlin  <dberlin@dberlin.org>
8297         Fix PR tree-optimization/29922
8298         * tree-ssa-pre.c (bb_bitmap_sets): Remove RVUSE_* members.
8299         (get_representative): Removed.
8300         (value_dies_in_block_x): Update for rvuse removal.
8301         (valid_in_sets): Update for renaming of vuses_dies_in_block_x.
8302         (compute_antic_aux): Handle when PHI nodes appear in
8303         non-single-successors.
8304         (dump_bitmap_of_names): Removed.
8305         (compute_antic_safe): Renamed and removed rvuse calculation.
8306         Calculate only antic safe.
8307         (insert_into_preds_of_block): Remove assert.
8308         (execute_pre): Update for renamed functions.
8309         (defer_or_phi_translate_block): New function.
8311 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
8313         * config/arm/arm.c, config/arm/thumb2.md, config/m68k/m68k.c,
8314         config/spu/spu.c, omega.h, passes.c, predict.c: Fix comment
8315         typos.
8316         * doc/cpp.texi, doc/extend.texi, doc/invoke.texi: Fix typos.
8317         Follow spelling conventions.
8319         * tree-data-ref.h: Remove the prototype for analyze_array.
8321 2007-03-17  Dorit Nuzman  <dorit@il.ibm.com>
8323         PR tree-optimization/31041
8324         * tree-vect-transform.c (get_initial_def_for_induction): Call
8325         force_gimple_operand.
8327 2007-03-17  Olga Golovanevsky  <olga@il.ibm.com>
8329         * ipa-type-escape.c (look_for_casts) : Revert code to use
8330         handled_component_p due to ada test a-numaux.adb.
8332 2007-03-17  Kazu Hirata  <kazu@codesourcery.com>
8334         * final.c (final_scan_insn): Alter the condition of a
8335         conditional trap if we have nonstandard CC.
8337 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
8339         * configure.ac: Remove excess quoting from asm line 0 test.
8340         * configure: Rebuilt.
8342 2007-03-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8344         * doc/invoke.texi (-Wconversion): Document warnings specific to C++.
8345         * c-common.c (convert_and_check): Move warning logic to...
8346         (warnings_for_convert_and_check): ...here. Define.
8347         * c-common.h (warnings_for_convert_and_check): Declare.
8349 2007-03-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8351         * pa.c (attr_length_call): Partially revert change of 2007-03-09.
8352         (output_call): Likewise.
8354 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
8356         * config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
8358 2007-03-16  Richard Sandiford  <richard@codesourcery.com>
8360         * config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
8362 2007-03-16  Uros Bizjak  <ubizjak@gmail.com>
8364         * config/i386/i386.c (override_options): Add PTA_NO_SAHF to k8,
8365         opteron, athlon-64 and athlon-fx processor_alias_table entries.
8367 2007-03-16  Sebastian Pop  <sebastian.pop@inria.fr>
8369         PR tree-optimization/31183
8370         * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):
8371         Use double_int instead of unsigned int for representing access_strides.
8372         * testsuite/gcc.dg/tree-ssa/pr31183.c: New.
8374 2007-03-16  Richard Guenther  <rguenther@suse.de>
8376         PR tree-optimization/31146
8377         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Restructure
8378         to allow recursion of forward_propagate_addr_expr.
8379         (forward_propagate_addr_into_variable_array_index): Likewise.
8380         (forward_propagate_addr_expr): Likewise.
8381         (tree_ssa_forward_propagate_single_use_vars): Likewise.
8382         (forward_propagate_addr_expr_1): Recurse on simple copies
8383         instead of propagating into them.  Do so for useless conversions
8384         as well.
8385         (forward_propagate_addr_expr): Clean up unused statements after
8386         recursion.
8388 2007-03-16  Richard Guenther  <rguenther@suse.de>
8390         * builtins.c (expand_builtin_cexpi): Use the right argument
8391         for the expansion via cexp.
8393 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
8395         * configure.ac: Don't require ELF binutils to tolerate # 0 "".
8396         * configure: Rebuilt.
8398 2007-03-16  Alexandre Oliva  <aoliva@redhat.com>
8400         PR debug/29906
8401         * dwarf2out.c (force_type_die): Adjust comment.
8402         (dwarf2out_imported_module_or_decl): Handle base AT_import types.
8404 2007-03-15  DJ Delorie  <dj@redhat.com>
8406         * config/frv/predicates.md (minmax_operator): Don't check operands
8407         here.
8409 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
8411         * tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.
8412         Update constant estimates of number of iterations.
8413         (record_nonwrapping_iv): Add "upper" argument.  "data_size_bounds_p"
8414         argument renamed to "realistic".
8415         (compute_estimated_nb_iterations): Removed.
8416         (record_niter_bound): New function.
8417         (idx_infer_loop_bounds): For possible but unlikely tail arrays,
8418         call record_nonwrapping_iv with upper = false.
8419         (infer_loop_bounds_from_signedness): Pass upper argument to
8420         record_nonwrapping_iv.
8421         (estimate_numbers_of_iterations_loop): Do not call
8422         compute_estimated_nb_iterations.  Record estimate based on profile
8423         information.  Initialize the constant estimates of number of
8424         iterations.
8425         * tree-data-ref.c (estimated_loop_iterations): Return the recorded
8426         estimates.
8427         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Add dump when
8428         number of iterations is too small.
8429         * cfgloop.h (struct nb_iter_bound): Remove "realistic" field.
8430         (EST_NOT_AVAILABLE): Removed.
8431         (struct loop): Replace estimated_nb_iterations by any_upper_bound,
8432         nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
8433         fields.
8435 2007-03-15  Zdenek Dvorak  <dvorakz@suse.cz>
8437         * tree-ssa-loop-niter.c (refine_bounds_using_guard, bound_difference):
8438         Handle NE_EXPR guards.
8440 2007-03-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8442         PR c++/24924
8443         * c-opts.c (c_common_post_options): Handle C++ post-processing here.
8444         Set also -pedantic-errors by default for the  preprocessor unless
8445         -fpermissive is given.
8447 2007-03-15  Richard Guenther  <rguenther@suse.de>
8449         PR middle-end/29719
8450         PR middle-end/31161
8451         * builtins.c (expand_builtin_cexpi): As a fallback if we
8452         don't have builtins for sincos or cexp create a function
8453         declaration for cexp and expand to a call to that.
8454         (expand_builtin_int_roundingfn): Always fall
8455         back to floor/ceil and its variants even if they may be
8456         not available.
8458 2007-03-15  Steven Bosscher  <steven@gcc.gnu.org>
8460         PR middle-end/31159
8461         * cfglayout.c (fixup_reorder_chain): Postpone deleting dead
8462         jump tables, move the call to delete_dead_jumptables from here...
8463         (cfg_layout_finalize): ...to here.  But rebuild jump labels first.
8464         * cfgrtl.c (cfg_layout_can_merge_blocks_p): When not optimizing,
8465         don't allow merging of blocks that try_redirect_by_replacing_jump
8466         also does not handle when not optimizing.
8468 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
8469             Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8471         * config/i386/i386.md (x86_sahf_1): Correctly handle
8472         HAVE_AS_IX86_SAHF.
8474 2007-03-15  Uros Bizjak  <ubizjak@gmail.com>
8476         PR target/31167
8477         * config/i386/i386.md (*addti3_1, *addti3_1 splitter): Use
8478         x86_64_general_operand as operand[2] predicate.  Remove "iF"
8479         from operand constraints and use "e" constraint instead.
8480         (*subti3_1, *subti3_1 splitter): Ditto.
8481         (*negti2_1, *negti2_1 splitter): Use nonimmediate_operand as
8482         operand[1] predicate.
8484 2007-03-14  Sebastian Pop  <sebastian.pop@inria.fr>
8486         * tree-loop-linear.c (gather_interchange_stats): For multidimensional
8487         arrays, multiply the access strides by the size of the sub-array.
8488         * testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.
8490 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
8492         * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
8493         the configured assembler supports the sahf mnemonic.
8494         * configure: Regenerate.
8495         * config.in: Regenerate.
8497         * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
8498         emit "sahf" or ".byte\t0x9e" as asm template.
8500 2007-03-14  Michael Meissner  <michael.meissner@amd.com>
8502         PR 31018
8503         * config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
8504         option to replace hard coded TARGET_xxx in md file.
8505         (X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
8506         (X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
8507         (X86_TUNE_SLOW_IMUL_IMM8): Ditto.
8508         (X86_TUNE_MOVE_M1_VIA_OR): Ditto.
8509         (X86_TUNE_NOT_UNPAIRABLE): Ditto.
8510         (X86_TUNE_NOT_VECTORMODE): Ditto.
8511         (TUNE_SHORTEN_X87_SSE): Use new tuning option.
8512         (TUNE_AVOID_VECTOR_DECODE): Ditto.
8513         (TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
8514         (TUNE_SLOW_IMUL_IMM8): Ditto.
8515         (TUNE_MOVE_M1_VIA_OR): Ditto.
8516         (TUNE_NOT_UNPAIRABLE): Ditto.
8517         (TUNE_NOT_VECTORMODE): Ditto.
8519         * config/i386/i386.c (ix86_tune_features): Fill in new tuning
8520         options.
8522         * config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
8523         tuning options instead of hard coded TARGET_xxx.
8524         (fix ssemode peephole2's): Ditto.
8525         (imul peephole2's): Ditto.
8526         (movsi_or): Ditto.
8527         (movdi_or_rex64): Ditto.
8528         (move peephole2): Ditto.
8529         (not peephole2's): Ditto.
8531 2007-03-14  Dirk Mueller  <dmueller@suse.de>
8533         * c-common.h (empty_body_warning): Rename to empty_if_body_warning.
8534         * c-common.c (empty_if_body_warning): Rephrase diagnostic message.
8535         * c-parser.c (c_parser_if_body): Always add an empty statement in case
8536         of empty body.
8537         * c-parser.c (c_parser_do_statement): Warn about empty body in
8538         do/while statement.
8539         * c-typeck (c_finish_if_stmt): Call empty_if_body_warning.
8540         * doc/invoke.texi (-Wempty-body): Update documentation.
8542 2007-03-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8544         PR c/21438
8545         * c-common.h (warn_for_div_by_zero): Declare.
8546         * c-common.c (warn_for_div_by_zero): Define.
8547         * c-typeck.c (build_binary_op): Call warn_for_div_zero instead of
8548         warning.
8550 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
8552         * Makefile.in (PREPROCESSOR_DEFINES): Add directory terminators
8553         to PREFIX and STANDARD_PREFIX.
8555 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
8556             Phil Edwards  <phil@codesourcery.com>
8558         * gthr-vxworks.h: Add an extern "C" wrapper for C++.
8559         (__gthread_once_t): Remove busy field for RTPs.
8560         (__GTHREAD_ONCE_INIT): Update accordingly.
8562 2007-03-14  Richard Sandiford  <richard@codesourcery.com>
8564         * doc/invoke.texi: Document VxWorks options.
8566 2007-03-14  Uros Bizjak  <ubizjak@gmail.com>
8568         * doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
8570 2007-03-13  Seongbae Park <seongbae.park@gmail.com>
8572         PR tree-optimization/30590
8573         * tree-nrv.c (tree_nrv): Check for the partial update of the
8574         return value.
8576 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
8578         * flags.h (flag_random_seed): Remove declaration, in favor of...
8579         * toplev.h (get_random_seed, set_random_seed): ... these.
8580         * tree.c (get_file_function_name): Use the former.
8581         * opts.c (common_handle_option): Use the latter.
8582         * toplev.c
8584 2007-03-13  Steven Bosscher  <steven@gcc.gnu.org>
8586         PR middle-end/31127
8587         * cse.c (cse_find_path): Do not bail out if a basic block that
8588         we already visited now becomes part of a path that starts at a
8589         different basic block.  Just disallow this, to make sure we
8590         visit each basic block at most once.
8592 2007-03-13  Jan Hubicka  <jh@suse.cz>
8594         * ipa-inline.c (cgraph_maybe_hot_edge_p): Look for hot/cold attributes,
8595         when profile esitmate is present, calls with very low frequency are
8596         cold.
8598 2007-03-13  Zdenek Dvorak  <dvorakz@suse.cz>
8600         PR tree-optimization/30730
8601         PR tree-optimization/26900
8602         * tree-ssa-loop-niter.c: Include gmp.h.
8603         (bounds): New type.
8604         (mpz_set_double_int, get_type_bounds, mpz_to_double_int,
8605         split_to_var_and_offset, determine_value_range,
8606         bound_difference_of_offsetted_base, refine_bounds_using_guard,
8607         bound_difference, bounds_add, bounds_negate,
8608         number_of_iterations_ne_max, dump_affine_iv): New functions.
8609         (number_of_iterations_ne, number_of_iterations_lt_to_ne,
8610         assert_loop_rolls_lt, assert_loop_rolls_le): Use bounds on the
8611         difference of initial and final value of control iv to validate
8612         results.
8613         (number_of_iterations_cond): Add loop parameter.  Determine bounds
8614         on the difference of the extremes of the control iv.  Add dumps.
8615         (expand_simple_operations): Handle phi nodes.
8616         (simplify_using_initial_conditions): Do not record used conditions.
8617         (number_of_iterations_exit): Pass loop to number_of_iterations_cond.
8618         Do not set additional_info.
8619         (implies_nonnegative_p, implies_ge_p): Removed.
8620         (derive_constant_upper_bound): Do not use parameter `additional'.
8621         (record_estimate): Parameter `additional' removed.  Parameter
8622         `i_bound' added.  Do not call derive_constant_upper_bound.
8623         (record_nonwrapping_iv): Use derive_constant_upper_bound to
8624         bound the number of iterations estimate.
8625         (estimate_numbers_of_iterations_loop): Pass the estimate from
8626         the number of iterations analysis to record_estimate.
8627         * tree.h (multiple_of_p): Declare.
8628         * tree-scalar-evolution.c (expression_expensive_p): Removed.
8629         (scev_const_prop): Do not check expression_expensive_p.
8630         * fold-const.c (multiple_of_p): Exported.
8631         * double-int.c (double_int_mask): Exported.
8632         * double-int.h (double_int_mask): Declare.
8633         * tree-flow.h (struct tree_niter_desc): Removed additional_info
8634         field.  Added max field.
8636 2007-03-13  David Taylor  <taylor@candd.org>
8638         PR driver/12448:
8639         * gcc.c (cpp_unique_options): If -MT or -MQ is seen, don't pass
8640         default -MQ.
8642 2007-03-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8644         PR target/31123
8645         * pa.md (vdepi_ior): Don't allow zero length deposit.  Likewise for
8646         two unamed patterns.
8648 2007-03-13  Uros Bizjak  <ubizjak@gmail.com>
8650         * config/i386/i386.opt (mcx16, msahf): New options.
8651         * config/i386/i386.c (x86_cmpxchg16b, x86_sahf): Remove.
8652         (ix86_tune_features) [X86_TUNE_USE_SAHF]: Enable for m_GENERIC.
8654         * config/i386/driver-i386.c (bit_LAHF_LM): New define.
8655         (host_detect_local_cpu): Detect cx16 and lahf_lm cpuid bits.
8656         Output -mcx16 and -msahf options when corresponding bit is set.
8658         * doc/invoke.texi (i386 and x86-64 Options): Document -mcx16
8659         and -msahf options.
8661 2007-03-13  Alexandre Oliva  <aoliva@redhat.com>
8663         * configure.ac: Test for assembler tolerance to # 0 "".
8664         * configure, config.in: Rebuilt.
8665         * final.c (final_scan_insn): Emit it if HAVE_AS_LINE_ZERO.
8667 2007-03-13  Geoffrey Keating  <geoffk@apple.com>
8669         * doc/invoke.texi (Spec Files): Update for '%{,' spec.
8671         * config/rs6000/darwin-fallback.c: Compile file only on powerpc.
8672         (handle_syscall): Handle direct system calls.
8673         * config/rs6000/darwin.h (HAS_MD_FALLBACK_FRAME_STATE_FOR): Delete.
8675 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8677         * doc/invoke.texi: Fix cpp.info cross-reference.
8678         * doc/passes.texi: Fix gcc.info cross-reference.
8680 2007-03-12  Zdenek Dvorak  <dvorakz@suse.cz>
8682         PR tree-optimization/30835
8683         * lambda-code.c (can_convert_to_perfect_nest): Check whether
8684         bb_for_stmt is not NULL before accessing it.
8686 2007-03-12  Joseph Myers  <joseph@codesourcery.com>
8688         * gcc.c (main): Handle target_sysroot_hdrs_suffix being NULL for
8689         some multilibs.
8691 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
8693         PR 30635
8694         * doc/install.texi: Document --enable-stage1-languages
8696 2007-03-12  Steven Bosscher  <steven@gcc.gnu.org>
8698         * tree-pass.h (pass_into_cfg_layout_mode,
8699         pass_outof_cfg_layout_mode): Declare.
8700         * cfglayout.c (into_cfg_layout_mode, outof_cfg_layout_mode,
8701         pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode): New.
8702         * passes.c (pass_into_cfg_layout_mode): Schedule before jump2.
8703         (pass_outof_cfg_layout_mode): Schedule after pass_rtl_ifcvt.
8705 2007-03-12  Seongbae Park <seongbae.park@gmail.com>
8707         * c-decl.c (warn_variable_length_array): New function.
8708         Refactored from grokdeclarator to handle warn_vla
8709         and handle unnamed array case.
8710         (grokdeclarator): Refactored VLA warning case.
8711         * c.opt (Wvla): New flag.
8712         * doc/invoke.texi (Wvla): New warning.
8714 2007-03-12  Richard Henderson  <rth@redhat.com>
8716         * config/alpha/alpha.c (alpha_elf_section_type_flags): New.
8717         (TARGET_SECTION_TYPE_FLAGS): New.
8719 2007-03-12  Richard Henderson  <rth@redhat.com>
8721         * config/darwin.c (machopic_reloc_rw_mask): New.
8722         * config/darwin-protos.h (machopic_reloc_rw_mask): Declare.
8723         * config/darwin.h (TARGET_ASM_RELOC_RW_MASK): New.
8725 2007-03-12  Mark Mitchell  <mark@codesourcery.com>
8727         * cppdefault.c (cpp_EXEC_PREFIX): New variable.
8728         * cppdefault.h (cpp_PREFIX): Document.
8729         (cpp_PREFIX_len): Likewise.
8730         (cpp_EXEC_PREFIX): New variable.
8731         * Makefile.in (PREPROCESSOR_DEFINES): Add STANDARD_EXEC_PREFIX.
8732         * c-incpath.c (add_standard_paths): Correct logic for relocating
8733         paths within prefix.
8735 2007-03-12  Uros Bizjak  <ubizjak@gmail.com>
8737         * config/i386/i386.md (fixuns_trunc<mode>hi2): Implement from
8738         fixuns_truncsfhi2 and fixuns_truncdfhi2 using SSEMODEF
8739         mode macro.
8740         (fix_trunc<mode>di_sse): Implement from fix_truncsfdi_sse and
8741         fix_truncdfdi_sse using SSEMODEF mode macro.
8742         (fix_trunc<mode>si_sse): Implement from fix_truncsfsi_sse and
8743         fix_truncdfsi_sse using SSEMODEF mode macro.
8744         (fix_trunc?f?i_sse peephole2): Implement using SSEMODEF mode macro.
8745         (fix_trunc?f?i_sse K8 peephole2): Fix register constraint.
8747 2007-03-12  Richard Sandiford  <richard@codesourcery.com>
8749         * config.gcc (i[4567]86-wrs-vxworks, i[4567]86-wrs-vxworksae): Add
8750         elfos.h to tm_file.
8752 2007-03-12  Olga Golovanevsky  <olga@il.ibm.com>
8754         * tree.h : Add multiple_of_p declaration.
8755         * fold-const.c (multiple_of_p): Make multiple_of_p public.
8756         * ipa-type-escape.c (results_of_malloc): Redundant.
8757         (visited_stmts): New. Visited stmt for walk_use_def_chains.
8758         (cast_type): Extended with new members.
8759         (check_cast): Returns cast_type.
8760         (cast): New structure for data of walk_use_def_chains.
8761         (is_malloc_result, is_cast_from_non_pointer_1,
8762         is_cast_from_non_pointer,
8763         is_array_access_through_pointer_and_index): New functions.
8764         (look_for_casts): Returns cast types.
8765         (check_call): Returns void.
8766         (okay_pointer_operation): Use support of pointer plus index,
8767         pointer plus constant and allow all multiplications.
8769 2007-03-11  Richard Guenther  <rguenther@suse.de>
8771         PR tree-optimization/31115
8772         * tree-vrp.c (extract_range_from_binary_expr): Make sure
8773         the shift count is positive and non-anti-range for RSHIFT_EXPR.
8774         A shift count of zero is not special as with *_DIV_EXPR.
8775         (vrp_int_const_binop): Handle RSHIFT_EXPR for determining overflow
8776         direction.
8778 2007-03-11  Ian Lance Taylor  <iant@google.com>
8780         * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and
8781         the *_DIV_EXPR codes correctly with overflow infinities.
8783 2007-03-11  Ira Rosen  <irar@il.ibm.com>
8785         * tree-data-ref.c (analyze_offset): Add a return value (bool) to
8786         indicate success/failure of the analysis. Add negation to subtrahend
8787         in case of subtraction. Fail if both operands contain constants.
8788         (create_data_ref): Fail if analyze_offset fails.
8790 2007-03-11  Uros Bizjak  <ubizjak@gmail.com>
8792         * config/i386/i386.md (frndintxf2): Rename to ...
8793         (rintxf2): ... this. Remove expander having same name.
8794         (rintsf2, rintdf2): Implement using SSEMODEF macro.
8795         (roundsf2, rounddf2): Ditto.
8796         (lrint<mode>di2, lrint<mode>si2): Implement using SSEMODEI24 macro.
8797         (lround<mode>di2, lround<mode>si2): Ditto.
8799 2007-03-11  Steven Bosscher  <steven@gcc.gnu.org>
8801         * lower-subreg.c: Include except.h.
8802         (decompose_multiword_subregs): Verify that the only control flow
8803         insns we can split are loads to multi-words pseudos.
8804         Handle breaking such blocks after splitting, instead of calling
8805         find_many_sub_basic_blocks.
8807         * loop-unroll.c (split_edge_and_insert): Don't set BB_SUPERBLOCK
8808         on the new basic block.  Add a lengthy comment explaining why we
8809         thought this was necessary.
8810         * cfglayout.c (cfg_layout_finalize): Don't break superblocks.
8812 2007-03-10  Mark Mitchell  <mark@codesourcery.com>
8814         PR c++/30924
8815         * tree.c (walk_type_fields): Recurse into the element type of
8816         ARRAY_TYPEs if there is a pointer set.
8818 2007-03-10  Dirk Mueller  <dmueller@suse.de>
8820         * c-common.c (warn_logical_operator): Fix condition.
8822 2007-03-10  Tobias Schl�ter  <tobi@gcc.gnu.org>
8824         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Add missing
8825         quotation mark.
8826         * config/darwin.c (machopic_select_section): Remove superfluous
8827         argument in call to categorize_decl_for_section.  Remove unused
8828         variable shlib.
8830 2007-03-10  Joseph Myers  <joseph@codesourcery.com>
8832         * configure.ac (glibc_header_dir): Set using with_build_sysroot if
8833         defined.
8834         * configure: Regenerate.
8836 2007-03-10  Uros Bizjak  <ubizjak@gmail.com>
8838         PR target/31101
8839         * config/i386/i386.md (UNSPEC_C2_FLAG): New constant.
8840         (fpremxf4_i387, fprem1xf4_i387): Use UNSPEC_C2_FLAG.
8841         (fmodxf3, fmod<mode>3, remainderxf3, remainder<mode>3):
8842         Add LABEL_NUSES to emitted label.
8843         * config/i386/i386.c (ix86_emit_fp_unordered_jump): Add
8844         branch probability value to emitted jump insn.
8845         * reg-stack.c (subst_stack_regs_pat)[UNSPEC]: Handle UNSPEC_C2_FLAG.
8846         Do not check life information and do not re-arrange input operands
8847         for UNSPEC_FSCALE_EXP, UNSPEC_FPREM_U and UNSPEC_FPREM1_U.
8849 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
8851         * config/sh/sh.c (sh_insn_length_adjustment): Adjust for
8852         the change of decode_asm_operands.
8854 2007-03-10  Kaz Kojima  <kkojima@gcc.gnu.org>
8856         * mode-switching.c (create_pre_exit): Skip blockage insn.
8858 2007-03-09  Diego Novillo  <dnovillo@redhat.com>
8860         * tree-pass.h (TODO_update_smt_usage): Remove.
8861         Update all users.
8862         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
8863         argument SOME.
8864         Update all users.
8866 2007-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8868         * pa.c (attr_length_call): Revise condition for long pc-relative branch.
8869         (output_call): Use "LONG_PIC_SDIFF" instruction sequence for long local
8870         calls on the SOM target.  Don't use "LONG_PIC_PCREL" call sequence on
8871         SOM target.
8873 2007-03-09  Geoffrey Keating  <geoffk@apple.com>
8875         * gcc.c: Document %{, in big comment at top.
8876         (input_suffix_matches): Remove special handling for .s and
8877         .S.
8878         (input_spec_matches): New.
8879         (handle_braces): Handle %{,.
8880         (validate_switches): ',' indicates a value which is not a switch.
8881         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %{, rather than %{.
8882         to detect assembler input.
8883         * config/i386/sol2.h (CPP_SPEC): Likewise.
8884         * config/rs6000/sysv4.h (ASM_SPEC): Likewise.
8885         * config/rs6000/vxworks.h (ASM_SPEC): Likewise.
8886         * config/rs6000/lynx.h (ASM_SPEC): Likewise.
8887         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
8888         * config/i386/darwin.h (DARWIN_MINVERSION_SPEC): Objective-C plus
8889         -m64 causes deployment target to default to 10.5.
8890         * config/rs6000/darwin.h (DARWIN_MINVERSION_SPEC): Likewise.
8892 2007-03-09  Richard Henderson  <rth@redhat.com>
8894         PR target/26090
8895         * target.h (targetm.asm.out.reloc_rw_mask): New.
8896         * target-def.h (TARGET_ASM_RELOC_RW_MASK): New.
8897         (TARGET_ASM_OUT): Use it.
8898         * targhooks.c, targhooks.h (default_reloc_rw_mask): New.
8899         * varasm.c (categorize_decl_for_section): Remove shlib argument;
8900         use the new reloc_rw_mask target hook instead.
8901         (default_section_type_flags_1): Merge into...
8902         (default_section_type_flags): ... here.
8903         (decl_readonly_section_1): Merge into...
8904         (decl_readonly_section): ... here.
8905         (default_elf_select_section_1): Merge into...
8906         (default_elf_select_section): ... here.
8907         (default_unique_section_1): Merge into...
8908         (default_unique_section): ... here.
8909         (compute_reloc_for_rtx_1, compute_reloc_for_rtx): New.
8910         (default_select_rtx_section): Use it.
8911         (default_elf_select_rtx_section): Likewise.
8912         * output.h: Update to match.
8913         * doc/tm.texi (TARGET_ASM_RELOC_RW_MASK): New.
8914         * config/alpha/alpha.c (alpha_elf_reloc_rw_mask): New.
8915         (TARGET_ASM_RELOC_RW_MASK): New.
8916         * config/i386/i386.c (x86_64_elf_select_section): Adjust call
8917         to categorize_decl_for_section.
8918         (x86_64_elf_unique_section): Likewise.
8919         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
8920         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Remove.
8921         (TARGET_ASM_RELOC_RW_MASK): New.
8922         * config/ia64/ia64.c (ia64_rwreloc_select_section,
8923         ia64_rwreloc_unique_section, ia64_rwreloc_select_rtx_section): Remove.
8924         (ia64_hpux_reloc_rw_mask, ia64_reloc_rw_mask): New.
8925         (TARGET_RWRELOC): Remove.
8926         (ia64_section_type_flags): Adjust call to default_section_type_flags.
8927         * config/ia64/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
8928         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Remove.
8929         (rs6000_elf_select_section, rs6000_elf_unique_section): Remove.
8930         (rs6000_elf_reloc_rw_mask, rs6000_xcoff_reloc_rw_mask): New.
8931         (rs6000_xcoff_select_section): Use decl_readonly_section.
8932         (rs6000_xcoff_section_type_flags): Use default_section_type_flags.
8933         * config/rs6000/sysv4.h (TARGET_ASM_RELOC_RW_MASK): New.
8934         (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): Remove.
8935         (TARGET_SECTION_TYPE_FLAGS): Remove.
8936         * config/rs6000/xcoff.h (TARGET_ASM_RELOC_RW_MASK): New.
8938 2007-03-09  Roger Sayle  <roger@eyesopen.com>
8940         * fold-const.c (fold_comparison): Remove compile-time evaluation of
8941         complex constant equality/inequality comparisons for here.
8942         (fold_binary) <EQ_EXPR>: Simplify complex comparisons that are
8943         known at compile-time or can be simplified to a scalar comparison.
8944         (fold_relational_const): Move compile-time evaluation of complex
8945         constant equality/inequality comparisons to here.
8947 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
8949         PR rtl-optimization/30643
8950         * cse.c (cse_insn): Recompute dest_hash after insert_regs for
8951         dest_addr_elt.
8952         (fold_rtx): Recurse, like before 2006-11-03.
8954 2007-03-09  DJ Delorie  <dj@redhat.com>
8956         * config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to
8957         m32c-pragma.o.
8959 2007-03-09  Aldy Hernandez  <aldyh@redhat.com>
8961         PR tree-optimization/30375
8962         * tree-ssa-dse.c (dse_possible_dead_store_p): Do not eliminate if
8963         LHS of statements is not the same.
8964         * testsuite/gcc.dg/tree-ssa/ssa-dse-10.c: New.
8966 2007-03-09  Chao-ying Fu  <fu@mips.com>
8968         * doc/extend.texi (MIPS DSP Built-in Functions): Document the DSP
8969         REV 2.
8970         * doc/invoke.texi (-mdspr2): Document new option.
8971         * config/mips/mips.md (UNSPEC_ABSQ_S_QB .. UNSPEC_DPSQX_SA_W_PH):
8972         New unspec for DSP REV 2.
8973         (<u>mulsidi3_32bit_internal): Check if !TARGET_DSPR2, because
8974         these instructions are extended in DSP REV 2.
8975         (mips-dspr2.md): Include.
8976         * config/mips/mips.opt (mdspr2): New option.
8977         * config/mips/mips.c (mips_function_type): Add MIPS_V4QI_FTYPE_V4QI,
8978         MIPS_SI_FTYPE_SI_SI_SI, MIPS_DI_FTYPE_DI_USI_USI, MIPS_DI_FTYPE_SI_SI,
8979         MIPS_DI_FTYPE_USI_USI, MIPS_V2HI_FTYPE_SI_SI_SI.
8980         (override_options): Check TARGET_DSPR2 to enable MASK_DSP.
8981         (CODE_FOR_mips_mul_ph): Define it to CODE_FOR_mulv2hi3.
8982         (dsp_bdesc): Add DSP REV 2 builtins.  Remove 32-bit only DSP builtins.
8983         (dsp_32only_bdesc): New description table for 32-bit only DSP REV 1
8984         and 2 builtins.
8985         (bdesc_map): Add one field of unsupported_target_flags.
8986         (bdesc_arrays):  Update entries to have extra fields.  Add
8987         dsp_32only_bdesc.
8988         (mips_init_builtins): Initialize new function types.
8989         Check unsupported_target_fileds to filter out builtins.
8990         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dspr2 if
8991         TARGET_DSPR2.
8992         (ASM_SPEC): Pass mdspr2 to the assembler.
8993         * config/mips/mips-dspr2.md: New file.
8995 2007-03-09  Sa Liu  <saliu@de.ibm.com>
8997         * config/rs6000/altivec.md: Fix vcond patterns using if_then_else.
8999 2007-03-09  Ian Lance Taylor  <iant@google.com>
9001         * opts.c (common_handle_option): Treat -Wstrict-overflow (with no
9002         argument) like -Wstrict-overflow=2.
9003         * doc/invoke.texi (Warning Options): Update documentation.
9005 2007-03-09  Dirk Mueller  <dmueller@suse.de>
9007         PR c++/17946
9008         * doc/invoke.texi (-Wlogical-op): Document.
9009         * common.opt (-Wlogical-op): New.
9010         * c-common.h (warn_logical_operator): Declare.
9011         * c-common.c (warn_logical_operator): Define.
9012         * c-typeck.c (parser_build_binary_op): Call
9013         warn_logical_operator.
9015 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
9017         * rtl.h (gen_rtx_ASM_INPUT): Use "" instead of NULL file name.
9018         * final.c (final_scan_insn): Test for non-"" file name.
9020 2007-03-09  Sebastian Pop  <sebastian.pop@inria.fr>
9022         * doc/loop.texi: Document the Omega linear constraints solver.
9023         * doc/invoke.texi: Document -fcheck-data-deps, omega-max-vars,
9024         omega-max-geqs, omega-max-eqs, omega-max-wild-cards,
9025         omega-hash-table-size, omega-max-keys, and
9026         omega-eliminate-redundant-constraints.
9027         * tree-pass.h (pass_check_data_deps): Declared.
9028         * omega.c: New.
9029         * omega.h: New.
9030         * timevar.def (TV_CHECK_DATA_DEPS): Declared.
9031         * tree-ssa-loop.c (check_data_deps, gate_check_data_deps,
9032         pass_check_data_deps): New.
9033         * tree-data-ref.c (init_data_ref): Remove declaration.
9034         (dump_data_dependence_relation): Dump DDR_INNER_LOOP.
9035         (analyze_array): Renamed init_array_ref, move up initializations.
9036         (init_data_ref): Renamed init_pointer_ref.  Moved before its call.
9037         Removed arguments that are set to NULL.
9038         (analyze_indirect_ref): Correct indentation, correct call to
9039         init_pointer_ref.
9040         (object_analysis): Call init_array_ref instead of analyze_array.
9041         (initialize_data_dependence_relation): Initialize DDR_INNER_LOOP.
9042         (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
9043         of DR_ACCESS_FNS_ADDR.
9044         (init_omega_eq_with_af, omega_extract_distance_vectors,
9045         omega_setup_subscript, init_omega_for_ddr_1, init_omega_for_ddr,
9046         ddr_consistent_p): New.
9047         (compute_affine_dependence): Check consistency of ddrs when
9048         flag_check_data_deps is passed.
9049         (analyze_all_data_dependences): Uncomment.
9050         (tree_check_data_deps): New.
9051         * tree-data-ref.h: Include omega.h.
9052         (DR_ACCESS_FNS_ADDR): Removed.
9053         (data_dependence_relation): Add inner_loop.
9054         (DDR_INNER_LOOP): New.
9055         * common.opt (fcheck-data-deps): New.
9056         * tree-flow.h (tree_check_data_deps): Declare.
9057         * Makefile.in (TREE_DATA_REF_H): Depend on omega.h.
9058         (OBJS-common): Depend on omega.o.
9059         (omega.o): Define.
9060         * passes.c (pass_check_data_deps): Scheduled.
9061         * params.def (PARAM_OMEGA_MAX_VARS, PARAM_OMEGA_MAX_GEQS,
9062         PARAM_OMEGA_MAX_EQS, PARAM_OMEGA_MAX_WILD_CARDS,
9063         PARAM_OMEGA_HASH_TABLE_SIZE, PARAM_OMEGA_MAX_KEYS,
9064         PARAM_VECT_MAX_VERSION_CHECKS,
9065         PARAM_OMEGA_ELIMINATE_REDUNDANT_CONSTRAINTS): New.
9067 2007-03-09  Richard Guenther  <rguenther@suse.de>
9069         PR tree-optimization/30904
9070         PR middle-end/31058
9071         * tree-vrp.c (extract_range_from_binary_expr): Handle RSHIFT_EXPR
9072         the same way as *_DIV_EXPR.
9074 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
9076         * recog.c (decode_asm_operands): No mixed declarations and code.
9078 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
9080         * rtl.def (ASM_INPUT): Add location.
9081         * rtl.h (ASM_INPUT_SOURCE_LOCATION): New.
9082         (ASM_INPUT_SOURCE_FILE, ASM_INPUT_SOURCE_LINE): New.
9083         (decode_asm_operands): Add loc operand.
9084         (gen_rtx_ASM_INPUT, gen_rtx_ASM_INPUT_loc): Define.
9085         * stmt.c (expand_asm): Rename to...
9086         (expand_asm_loc): ... this.  Add locus argument.  Pass it on to
9087         gen_rtx_ASM_INPUT_loc.
9088         (expand_asm_expr): Adjust.
9089         * recog.c (decode_asm_operands): Add loc operand.
9090         (check_asm_operands, extract_insn): Adjust.
9091         * reload1.c (maybe_fix_stack_asms): Likewise.
9092         * final.c (asm_insn_count): Likewise.
9093         (final_scan_insn): Output # line before and after asm.
9095 2007-03-09  Daniel Berlin  <dberlin@dberlin.org>
9097         * tree-ssa-structalias.c (variable_info): Remove
9098         finished_solution.
9099         (new_var_info): Ditto.
9100         (shared_bitmap_info_t): New structure.
9101         (shared_bitmap_table): New variable.
9102         (shared_bitmap_hash): New function.
9103         (shared_bitmap_eq): Ditto
9104         (shared_bitmap_lookup): Ditto.
9105         (shared_bitmap_add): Ditto.
9106         (merge_smts_into): Change to take bitmap directly.
9107         (find_what_p_points_to): Rewrite to use shared bitmap hashtable.
9108         (init_alias_vars): Init shared bitmap hashtable.
9109         (delete_points_to_sets): Delete shared bitmap hashtable.
9110         * tree-ssa-operands.c (add_virtual_operand): Partially revert the
9111         is_aliased removal as a change that was still necessary was
9112         deleted.
9114 2007-03-09  Uros Bizjak  <ubizjak@gmail.com>
9116         * config/i386/i386.h (override_options): Conditionally disable
9117         x86_sahf for 64bit targets only.
9119 2007-03-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
9121         PR C/31072
9122         * c-decl.c (merge_decls): Don't call make_var_volatile.
9123         * varasm.c (make_var_volatile): Remove.
9124         * output.h (make_var_volatile): Remove.
9126 2007-03-08  Zdenek Dvorak  <dvorakz@suse.cz>
9128         PR tree-optimization/31085
9129         * tree-ssa-address.c (create_mem_ref): Fix test of type of base.
9131 2007-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133         * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,
9134         llceil, llceilf, llceill, llfloor, llfloorf, llfloorl): Mark with
9135         ATTR_CONST_NOTHROW_LIST.
9137         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
9138         FIX_TRUNC_EXPR.
9140 2007-03-08  Diego Novillo  <dnovillo@redhat.com>
9142         * doc/tree-ssa.texi: Remove documentation for V_MUST_DEF.
9144 2007-03-08  Geoffrey Keating  <geoffk@apple.com>
9146         PR 31013
9147         * gccspec.c (lang_specific_driver): Do nothing when NEXT_OBJC_RUNTIME
9148         is declared.
9149         * config/darwin.h (REAL_LIBGCC_SPEC): When -fgnu-runtime is
9150         passed, use shared libgcc.
9152 2007-03-08  Roger Sayle  <roger@eyesopen.com>
9154         * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt
9155         instead of calling build2 with a GIMPLE_MODIFY_STMT.
9156         (honor_protect_cleanup_actions, lower_try_finally_switch):
9157         Likewise.
9158         * tree-if-conv.c (replace_phi_with_cond_gimple_modify_stmt,
9159         ifc_temp_var): Likewise.
9160         * tree-inline.c (setup_one_parameter): Likewise.
9161         * tree-mudflap.c (mf_decl_cache_locals,
9162         mf_build_check_statement_for): Likewise.
9163         * tree-nested.c (init_tmp_var, save_tmp_var,
9164         finalize_nesting_tree_1): Likewise.
9165         * tree-outof-ssa.c (insert_copy_on_edge,
9166         insert_backedge_copies): Likewise.
9167         * tree-profile.c (tree_gen_edge_profiler,
9168         tree_gen_ic_profiler): Likewise.
9169         * tree-scalar-evolution.c (scev_const_prop): Likewise.
9170         * tree-sra.c (sra_build_assignment): Likewise.
9171         * tree-ssa-loop-im.c (determine_invariantness_stmt): Likewise.
9172         * tree-ssa-math-opts.c (insert_reciprocals,
9173         execute_cse_sincos_1): Likewise.
9174         * tree-tailcall.c (adjust_accumulator_values,
9175         adjust_return_value): Likewise.
9176         * tree-vect-patterns.c (vect_pattern_recog_1): Likewise.
9177         * tree-vect-transform.c (vect_create_data_ref_ptr,
9178         bump_vector_ptr, vect_init_vector, get_initial_def_for_induction,
9179         vect_create_epilog_for_reduction, vectorizable_reduction,
9180         vectorizable_call, vectorizable_conversion,
9181         vectorizable_assignment, vectorizable_operation,
9182         vectorizable_type_demotion, vect_gen_widened_results_half,
9183         vect_permute_store_chain, vectorizable_store,
9184         vect_setup_realignment, vect_permute_load_chain,
9185         vectorizable_load, vectorizable_condition,
9186         vect_create_cond_for_align_checks): Likewise.
9187         * tree-vrp.c (build_assert_expr_for): Likewise.
9189 2007-03-08  Ian Lance Taylor  <iant@google.com>
9191         * tree-vrp.c: Include "intl.h".
9192         (usable_range_p): New static function.
9193         (compare_values_warnv): Don't test TYPE_OVERFLOW_UNDEFINED for
9194         overflowed values, juts set *strict_overflow_p.
9195         (compare_values): Only return -2 if one of the operands is not a
9196         constant.
9197         (compare_ranges): Call usable_range_p.
9198         (compare_range_with_value): Likewise.
9199         (vrp_evaluate_conditional_warnv): Rename from
9200         vrp_evaluate_conditional.  Make static.  Change all callers.
9201         (vrp_evaluate_conditional): New function.
9202         (simplify_div_or_mod_using_ranges): Issue warning about reliance
9203         on signed overflow.
9204         (simplify_abs_using_ranges): Likewise.
9205         (simplify_stmt_for_jump_threading): Add within_stmt parameter.
9206         * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Add
9207         within_stmt parameter.
9208         * tree-ssa-propagate.c (fold_predicate_in): Update call to
9209         vrp_evaluate_conditional.
9210         * tree-ssa-threadedge.c
9211         (record_temporary_equivalences_from_stmts_at_dest): Change
9212         simplify parameter to take a second tree parameter.
9213         (simplify_control_stmt_condition): Likewise.
9214         (thread_across_edge): Likewise.
9215         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
9216         (thread_across_edge): Likewise.
9217         * Makefile.in (tree-vrp.o): Depend upon intl.h.
9219 2007-03-08  Uros Bizjak  <ubizjak@gmail.com>
9221         * config/i386/i386.h (TARGET_SAHF): New define.
9222         * config/i386/i386.c (ix86_tune_features) [X86_TUNE_USE_SAHF]:
9223         Also enable for m_K8, m_AMDFAM10 and m_CORE2.
9224         (x86_sahf): New global variable.
9225         (override_options): Add PTA_NO_SAHF to pta_flags enum.  Recode
9226         pta_flags masks using shifts.  Add PTA_NO_SAHF to x86_64 and
9227         nocona processor flags.  Set x86_sahf when PTA_NO_SAHF is not set
9228         in processor flags.  Do not unconditionally disable TARGET_USE_SAHF
9229         for 64-bit.
9230         (ix86_fp_comparison_sahf_cost): Return high value for !TARGET_SAHF.
9231         (ix86_expand_fp_compare): Check for TARGET_CMOVE or TARGET_SAHF
9232         when expanding fcomi/sahf based tests.
9233         (ix86_emit_fp_unordered_jump): Check for TARGET_SAHF when
9234         expanding sahf based alternative. Emit sahf based sequence when
9235         optimizing for code size.
9236         * config/i386/i386.md (x86_sahf_1): Do not disable for
9237         TARGET_64BIT, enable for TARGET_SAHF.
9239 2007-03-08  Martin Michlmayr  <tbm@cyrius.com>
9241         * tree-ssa-coalesce.c (fail_abnormal_edge_coalesce): Remove
9242         spurious whitespace from error message.
9244 2007-03-08  Volker Reichelt  <reichelt@netcologne.de>
9246         PR c++/30852
9247         * c-common.c (fold_offsetof_1): Handle COMPOUND_EXPR.
9249 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
9251         * c-decl.c (grokdeclarator): Disable warnings for anonymous
9252         bitfields.
9253         * tree-sra.c (instantiate_element): Propagate disabled warnings
9254         from the element itself to the created variable.
9256 2007-03-07  Richard Henderson  <rth@redhat.com>
9258         PR target/30848
9259         * reg-stack.c (emit_swap_insn): If a malformed asm was seen,
9260         silently fix up the stack in the case of a missing register.
9262 2007-03-07  Paul Brook  <paul@codesourcery.com>
9264         * config/arm/libunwind.S: Add .arch/.object_arch for armv4 builds.
9266 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
9268         * config/arm/unwind-arm.c (struct wmmxd_regs, struct wmmxc_regs):
9269         New.
9270         (phase1_vrs): Use them.
9271         (DEMAND_SAVE_WMMXD, DEMAND_SAVE_WMMXC): New.
9272         (__gnu_Unwind_Save_WMMXD, __gnu_Unwind_Restore_WMMXD,
9273         __gnu_Unwind_Save_WMMXC, __gnu_Unwind_Restore_WMMXC): Declare.
9274         (restore_non_core_regs): Call __gnu_Unwind_Restore_WMMXD and
9275         __gnu_Unwind_Restore_WMMXC if required.
9276         (_Unwind_VRS_Pop): Implement iWMMXt support.
9277         * config/arm/libunwind.S (gnu_Unwind_Restore_WMMXD,
9278         gnu_Unwind_Save_WMMXD, gnu_Unwind_Restore_WMMXC,
9279         gnu_Unwind_Save_WMMXC): Define.
9281 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
9283         * config/vxworks.h (vxworks_override_options): Declare.
9284         (VXWORKS_OVERRIDE_OPTIONS): Use it.
9285         * config/vxworks.c: Include target.h and toplev.h.
9286         (vxworks_override_options): New function.
9287         * config/t-vxworks (vxworks.o): Depend on $(TARGET_H) and toplev.h.
9289 2007-03-07  Andreas Krebbel  <krebbel1@de.ibm.com>
9291         * config/s390/s390.c (override_options): Don't emit an error when
9292         -mstack-size is used without providing -mstack-guard.
9293         (s390_emit_prologue): Choose stack_guard value automatically if not
9294         provided via command line.
9295         * doc/invoke.texi: Adjust description of -mstack-guard and -mstack-size.
9297 2007-03-07  Richard Sandiford  <richard@codesourcery.com>
9299         * config/i386/i386.c (output_set_got): Add a GOT initialization
9300         sequence for VxWorks PIC.
9301         (legitimate_pic_address_disp_p): Allow UNSPEC_GOT wrappers
9302         around labels as well as symbols.  Use gotoff_operand instead
9303         of local_symbolic_operand.
9304         (legitimize_pic_address): Use gotoff_operand instead of
9305         local_symbolic_operand.  Use @GOT accesses for labels as
9306         well as symbols.
9307         (ix86_output_addr_diff_elt): Use PC-relative rather than
9308         GP-relative offsets for VxWorks PIC.
9309         (ix86_expand_move): Pass NULL_RTX to legitimize_pic_address unless
9310         no_new_pseudos.  Check whether the returned register is op0.
9311         * config/i386/i386.md (tablejump): Use PC-relative rather than
9312         GP-relative offsets for VxWorks PIC.
9313         * config/i386/predicates.md (gotoff_operand): New predicate.
9315 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9317         * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine
9318         before defining.
9319         * config/vxworks-dummy.h: New file.
9320         * config/i386/i386.h: Include it.
9322 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
9324         * dwarf2out.c (is_inlined_entry_point): New
9325         (add_high_low_attributes): Emit DW_AT_entry_pc along with
9326         DW_AT_ranges if the first subblock is the entry point.
9328 2007-03-06  David Daney  <ddaney@avtrex.com>
9330         * doc/install.texi (mips-*-*): Change recommended binutils
9331         version.
9333 2007-03-06  Anatoly Sokolov <aesok@post.ru>
9335         * config/avr/avr.c (avr_mcu_types): Add support for ATmega325P,
9336         ATmega3250P, ATmega329P, ATmega3290P, AT90USB82 and AT90USB162
9337         devices.
9338         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
9339         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
9341 2007-03-06  Jan Hubicka  <jh@suse.cz>
9343         * errors.h (warning, error, fatal, internal_error): Mark as cold.
9344         * predict.c (maybe_hot_bb): Cold functions are never hot; hot functions
9345         are hot.
9346         (probably_cold_bb_p): Cold functions are cold.
9347         (probably_never_executed_bb_p): Cold functions are cold.
9348         (tree_bb_level_predictions): Predict calls to cold functions as not
9349         taken.
9350         (compute_function_frequency): Check hot/cold attributes.
9351         * function.h (function_frequency): Update comments.
9352         * predict.def (PRED_COLD_FUNCTION): Predict cold function.
9353         * c-common.c (handle_hot_attribute, handle_cold_attribute): New.
9354         (c_common_att): Add cold and hot.
9356         * doc/extend.texi (hot,cold attributes): Document.
9358 2007-03-06  Andrew Haley  <aph@redhat.com>
9360         * function.c (expand_function_end): Move blockage to just after we
9361         emit the label for the naked return from the function.
9363 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9365         * config/i386/att.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Undefine
9366         before redefining.
9368 2007-03-06  Jan Hubicka  <jh@suse.cz>
9370         * reg-stack.c (reg_to_stack): Large models don't allow NAN to be
9371         loaded for constant large models.  Non-large 64bit PIC can do.
9372         * i386.h (CASE_VECTOR_MODE): Large PIC cases are 64bit.
9373         * cmodel.h: Add LARGE PIC.
9374         * i386.md (UNSPEC_PLTOFF): New.
9375         (UNSPEC_SET_RIP, UNSPEC_SET_GOT_OFFSET): New; renumber other unspecs as
9376         needed.
9377         (*call_1_rex64): Disable for large models.
9378         (*call_1_rex64_large): New.
9379         (*call_value_1_rex64): Disable for large models.
9380         (*call_value_1_rex64_large): New.
9381         (set_rip_rex4): New.
9382         (set_got_offset_rex64): New.
9383         * predicates.md (constant_call_address_operand): For large model
9384         constant calls are not possible.
9385         * i386-protos.h (construct_plt_address): Declare.
9386         * i386.c (override_options): Accept large models.
9387         (ix86_expand_prologue): Expand large PIC GOT pointer load.
9388         (legitimate_constant_p): Add new UNSPECs.
9389         (legitimate_pic_operand_p): Likewise.
9390         (legitimate_pic_address_disp_p): Disallow local symbols for large PICs.
9391         (legitimize_pic_address): Do easy RIP relative way for TLS only for
9392         non-large model.
9393         (output_pic_addr_const): Add PLTOFF.
9394         (ix86_output_addr_diff_elt): Output 64bit tables when needed.
9395         (ix86_expand_move): Legitimize pic address when in PIC mode.
9396         (construct_plt_address): New function.
9397         (ix86_expand_call): Offload the address to register and use GOT pointer
9398         for large model.
9399         * invoke.texi (mcmodel=large): Update documentation.
9401 2007-03-06  Richard Henderson  <rth@redhat.com>
9403         * config/i386/i386.c (x86_use_leave, x86_push_memory,
9404         x86_zero_extend_with_and, x86_movx, x86_double_with_add,
9405         x86_use_bit_test, x86_unroll_strlen, x86_deep_branch,
9406         x86_branch_hints, x86_use_sahf, x86_partial_reg_stall,
9407         x86_partial_flag_reg_stall, x86_use_himode_fiop, x86_use_simode_fiop,
9408         x86_use_mov0, x86_use_cltd, x86_read_modify_write, x86_read_modify,
9409         x86_split_long_moves, x86_promote_QImode, x86_fast_prefix,
9410         x86_single_stringop, x86_qimode_math, x86_promote_qi_regs,
9411         x86_himode_math, x86_promote_hi_regs, x86_sub_esp_4, x86_sub_esp_8,
9412         x86_add_esp_4, x86_add_esp_8, x86_integer_DFmode_moves,
9413         x86_partial_reg_dependency, x86_memory_mismatch_stall,
9414         x86_prologue_using_move, x86_epilogue_using_move, x86_shift1,
9415         x86_sse_partial_reg_dependency, x86_sse_split_regs,
9416         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
9417         x86_sse_load0_by_pxor, x86_use_ffreep, x86_use_incdec,
9418         x86_inter_unit_moves, x86_ext_80387_constants, x86_four_jump_limit,
9419         x86_schedule, x86_use_bt, x86_pad_returns,
9420         x86_use_xchgb): Merge into ...
9421         (ix86_tune_features): ... here.  New array.
9422         (x86_cmove, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
9423         x86_bswap): Merge into ...
9424         (ix86_arch_features): ... here.  New array.
9425         (x86_3dnow_a): Remove.
9426         (x86_accumulate_outgoing_args): Make static.
9427         (x86_arch_always_fancy_math_387): Make static.
9428         (ix86_tune_mask, ix86_arch_mask): Move ...
9429         (override_options): ... to local variables here.  Apply the
9430         appropriate mask to each element of ix86_arch_features and
9431         ix86_tune_features.  Adjust TARGET_CMOVE and TARGET_USE_SAHF
9432         as were done in the old macros.
9433         (standard_80387_constant_p): Use TARGET_EXT_80387_CONSTANTS.
9434         * config/i386/i386.h (x86_use_leave, x86_push_memory,
9435         x86_zero_extend_with_and, x86_use_bit_test, x86_cmove, x86_deep_branch,
9436         x86_branch_hints, x86_unroll_strlen, x86_double_with_add,
9437         x86_partial_reg_stall, x86_movx, x86_use_himode_fiop,
9438         x86_use_simode_fiop, x86_use_mov0, x86_use_cltd, x86_use_xchgb,
9439         x86_read_modify_write, x86_read_modify, x86_split_long_moves,
9440         x86_promote_QImode, x86_single_stringop, x86_fast_prefix,
9441         x86_himode_math, x86_qimode_math, x86_promote_qi_regs,
9442         x86_promote_hi_regs, x86_integer_DFmode_moves, x86_add_esp_4,
9443         x86_add_esp_8, x86_sub_esp_4, x86_sub_esp_8,
9444         x86_partial_reg_dependency, x86_memory_mismatch_stall,
9445         x86_accumulate_outgoing_args, x86_prologue_using_move,
9446         x86_epilogue_using_move, x86_decompose_lea,
9447         x86_arch_always_fancy_math_387, x86_shift1,
9448         x86_sse_partial_reg_dependency, x86_sse_split_regs,
9449         x86_sse_unaligned_move_optimal, x86_sse_typeless_stores,
9450         x86_sse_load0_by_pxor, x86_use_ffreep, x86_inter_unit_moves,
9451         x86_schedule, x86_use_bt, x86_cmpxchg, x86_cmpxchg8b, x86_xadd,
9452         x86_use_incdec, x86_pad_returns, x86_bswap,
9453         x86_partial_flag_reg_stall): Remove.
9454         (enum ix86_tune_indices): New.
9455         (ix86_tune_features): New.
9456         (TARGET_USE_LEAVE, TARGET_PUSH_MEMORY, TARGET_ZERO_EXTEND_WITH_AND,
9457         TARGET_USE_BIT_TEST, TARGET_UNROLL_STRLEN,
9458         TARGET_DEEP_BRANCH_PREDICTION, TARGET_BRANCH_PREDICTION_HINTS,
9459         TARGET_DOUBLE_WITH_ADD, TARGET_USE_SAHF, TARGET_MOVX,
9460         TARGET_PARTIAL_REG_STALL, TARGET_PARTIAL_FLAG_REG_STALL,
9461         TARGET_USE_HIMODE_FIOP, TARGET_USE_SIMODE_FIOP, TARGET_USE_MOV0,
9462         TARGET_USE_CLTD, TARGET_USE_XCHGB, TARGET_SPLIT_LONG_MOVES,
9463         TARGET_READ_MODIFY_WRITE, TARGET_READ_MODIFY, TARGET_PROMOTE_QImode,
9464         TARGET_FAST_PREFIX, TARGET_SINGLE_STRINGOP, TARGET_QIMODE_MATH,
9465         TARGET_HIMODE_MATH, TARGET_PROMOTE_QI_REGS, TARGET_PROMOTE_HI_REGS,
9466         TARGET_ADD_ESP_4, TARGET_ADD_ESP_8, TARGET_SUB_ESP_4,
9467         TARGET_SUB_ESP_8, TARGET_INTEGER_DFMODE_MOVES,
9468         TARGET_PARTIAL_REG_DEPENDENCY, TARGET_SSE_PARTIAL_REG_DEPENDENCY,
9469         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL, TARGET_SSE_SPLIT_REGS,
9470         TARGET_SSE_TYPELESS_STORES, TARGET_SSE_LOAD0_BY_PXOR,
9471         TARGET_MEMORY_MISMATCH_STALL, TARGET_PROLOGUE_USING_MOVE,
9472         TARGET_EPILOGUE_USING_MOVE, TARGET_SHIFT1, TARGET_USE_FFREEP,
9473         TARGET_INTER_UNIT_MOVES, TARGET_FOUR_JUMP_LIMIT, TARGET_SCHEDULE,
9474         TARGET_USE_BT, TARGET_USE_INCDEC, TARGET_PAD_RETURNS,
9475         TARGET_EXT_80387_CONSTANTS): Use it.
9476         (enum ix86_arch_indices): New.
9477         (ix86_arch_features): New.
9478         (TARGET_CMOVE, TARGET_CMPXCHG, TARGET_CMPXCHG8B, TARGET_XADD,
9479         TARGET_BSWAP): Use it.
9480         (ix86_tune_mask, ix86_arch_mask): Remove.
9482 2007-03-06  Joseph Myers  <joseph@codesourcery.com>
9484         PR bootstrap/31020
9485         * configure.ac (CROSS_SYSTEM_HEADER_DIR, build_system_header_dir):
9486         Define using $${sysroot_headers_suffix}.
9487         * configure: Regenerate.
9488         * cppdefault.c (cpp_include_defaults): Make FIXED_INCLUDE_DIR a
9489         multilib-suffixed directory if SYSROOT_HEADERS_SUFFIX_SPEC
9490         defined.
9491         * doc/invoke.texi (-print-sysroot-headers-suffix): Document.
9492         * gcc.c (print_sysroot_headers_suffix): New.
9493         (option_map): Include --print-sysroot-headers-suffix.
9494         (display_help): Mention -print-sysroot-headers-suffix.
9495         (process_command): Handle -print-sysroot-headers-suffix.
9496         (do_spec_1): Append multilib directory to include-fixed path if
9497         sysroot suffixes in use.
9498         (main): Handle -print-sysroot-headers-suffix.
9499         * Makefile.in (start.encap): Don't depend on xlimits.h
9500         (xlimits.h): Remove.
9501         (stmp-int-hdrs): Don't depend on xlimits.h.  Inline generation of
9502         limits.h for each multilib in fixinc_list.
9503         (fixinc_list, s-fixinc_list): New.
9504         (stmp-fixinc): Depend on fixinc_list.  If not copying headers,
9505         generate them for each multilib in fixinc_list.
9506         (stmp-fixproto): Use include-fixed.  Run fixproto for each
9507         multilib in fixinc_list.
9508         (mostlyclean): Don't remove xlimits.h.
9509         (clean): Remove include-fixed.
9510         (real-install-headers-tar, real-install-headers-cpio,
9511         real-install-headers-cp): Don't copy include, only include-fixed.
9512         (install-mkheaders): Depend on fixinc_list.  Don't depend on
9513         xlimits.h.  Save limits.h files for each multilib in fixinc_list.
9514         Always save mkinstalldirs.  Preserve ${sysroot_headers_suffix} in
9515         SYSTEM_HEADER_DIR setting in mkheaders.conf.
9517 2007-03-06  Jan Hubicka  <jh@suse.cz>
9519         * regstack.c (reg_to_stack): When in 64bit PIC mode, we still can load
9520         NANs easilly.
9522 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9524         * configure.ac: Allow tm_file to contain build-directory files.
9525         * configure: Regenerate.
9526         * config.gcc (m68k-*-uclinux*): Add ./sysroot-suffix.h to tm_file.
9527         * config/m68k/t-uclinux (sysroot-suffix.h): New target.
9528         * config/m68k/print-sysroot-suffix.sh: New file.
9530 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9532         * config/m68k/m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO
9533         of pic_offset_table_rtx if reload_completed.
9534         (CONDITIONAL_REGISTER_USAGE): Use PIC_REG instead of
9535         PIC_OFFSET_TABLE_REGNUM.
9536         * config/m68k/m68k.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Always
9537         return true.
9538         (m68k_save_reg): Use PIC_REG instead of PIC_OFFSET_TABLE_REGNO.
9539         (m68k_output_mi_thunk): Rewrite to use RTL.  Honor vcall_offset.
9541 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9543         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
9544         functions that call eh_return.
9546 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9548         * config/m68k/m68k.c (m68k_save_reg): Save the PIC register in
9549         functions that need a constant pool.
9551 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9553         PR target/28181
9554         * config/m68k/m68k-protos.h (m68k_secondary_reload_class): Declare.
9555         (m68k_preferred_reload_class): Likewise.
9556         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Remove duplicated comment.
9557         (SECONDARY_RELOAD_CLASS): Define.
9558         (PREFERRED_RELOAD_CLASS): Use m68k_preferred_reload_class.
9559         (LIMIT_RELOAD_CLASS): Delete.
9560         * config/m68k/m68k.c (m68k_regno_mode_ok): Don't prevent address
9561         registers from storing bytes.
9562         (m68k_secondary_reload_class): New function.
9563         (m68k_preferred_reload_class): Likewise.
9565 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9567         * config/m68k/m68k.c (m68k_save_reg): Remove special case for
9568         leaf functions.
9569         (m68k_expand_prologue): Likewise.
9571 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9573         * config/m68k/m68k-protos.h (output_sibcall): Declare.
9574         (mips_expand_epilogue): Add a bool parameter.
9575         (m68k_legitimize_sibcall_address): Declare.
9576         * config/m68k/m68k.c (TARGET_FUNCTION_OK_FOR_SIBCALL): Define.
9577         (m68k_expand_epilogue): Add a parameter to select between sibling
9578         and normal epilogues.  Only generate a return for the latter.
9579         (m68k_ok_for_sibcall_p): New function.
9580         (m68k_legitimize_sibcall_address, output_sibcall): New functions.
9581         * config/m68k/m68k.md (sibcall, *sibcall): New patterns.
9582         (sibcall_value, *sibcall_value): Likewise.
9583         (*call, *call_value): Require !SIBLING_CALL_P.
9584         (epilogue): Update call to m68k_expand_epilogue.
9585         (sibcall_epilogue): New pattern.
9586         * config/m68k/predicates.md (const_call_operand): Say that this
9587         predicate applies to sibling calls too.
9588         (sibcall_operand): New predicate.
9590 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9592         * config/m68k/m68k.md (movsf_cf_soft): Provide the same non-mov3q
9593         alternatives as movsi_cf.
9594         (movsf_cf_hard): Add commentary.
9596 2007-03-06  Kazu Hirata  <kazu@codesourcery.com>
9597             Richard Sandiford  <richard@codesourcery.com>
9599         * config/m68k/m68k-protos.h (m68k_interrupt_function_p): Declare.
9600         (m68k_movem_pattern_p, m68k_output_movem): Likewise.
9601         (m68k_expand_prologue, m68k_expand_epilogue): Likewise.
9602         * config/m68k/m68k.h (EPILOGUE_USES): Define.  Treat all registers
9603         as being live on exit from an interrupt function.
9604         (PRINT_OPERAND_PUNCT_VALID_P): Return true for '?'.
9605         * config/m68k/m68k.c (MIN_MOVEM_REGS, MIN_FMOVEM_REGS): New macros.
9606         (m68k_frame): Remove reg_rev_mask and fpu_rev_mask.
9607         (TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Delete.
9608         (m68k_interrupt_function_p): Globalize.
9609         (m68k_compute_frame_layout): Remove reverse mask code.
9610         (m68k_emit_movem, m68k_set_frame_related): New functions.
9611         (m68k_output_function_prologue): Delete in favor of...
9612         (m68k_expand_prologue): ...this new function.
9613         (m68k_output_function_epilogue): Delete in favor of...
9614         (m68k_expand_epilogue): ...this new function.
9615         (m68k_split_offset, m68k_movem_pattern_p, m68k_output_movem): New
9616         functions.
9617         (print_operand): Handle %?.
9618         * config/m68k/m68k.md (UNSPEC_SIN, UNSPEC_COS): Remove excess space.
9619         (UNSPEC_GOT, A1_REG, PIC_REG, FP0_REG): New constants.
9620         (prologue, epilogue): New patterns.
9621         (return): Turn into a define_expand.
9622         (*return): New pattern, derived from old "return" pattern.  Use rte
9623         rather than rts for interrupt functions.  Only use rtd if the pop
9624         count is nonzero.
9625         (*m68k_store_multiple, *m68k_store_multiple_automod): New patterns.
9626         (*m68k_load_multiple, *m68k_load_multiple_automod): Likewise.
9627         (link, *link, unlink, *unlink, load_got): Likewise.
9629 2007-03-06  Richard Sandiford  <richard@codesourcery.com>
9631         PR target/23482
9632         PR target/17114
9633         * config/m68k/m68k-protos.h (m68k_legitimate_base_reg_p): Declare.
9634         (m68k_legitimate_index_reg_p, m68k_legitimate_address_p): Likewise.
9635         (m68k_matches_q_p, m68k_matches_u_p): Likewise.
9636         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Use m68k_matches_q_p
9637         and m68k_matches_u_p.
9638         (PCREL_GENERAL_OPERAND_OK, LEGITIMATE_BASE_REG_P): Delete.
9639         (INDIRECTABLE_1_ADDRESS_P, GO_IF_NONINDEXED_ADDRESS): Delete.
9640         (GO_IF_INDEXABLE_BASE, GO_IF_INDEXING, GO_IF_INDEXED_ADDRESS): Delete.
9641         (LEGITIMATE_INDEX_REG_P, LEGITIMATE_INDEX_P): Delete.
9642         (GO_IF_COLDFIRE_FPU_LEGITIMATE_ADDRESS): Delete.
9643         (REG_STRICT_P): New macro.
9644         (LEGITIMATE_PIC_OPERAND_P): Use REG_STRICT_P rather than
9645         PCREL_GENERAL_OPERAND_OK.
9646         (REG_OK_FOR_BASE_P): Merge definitions.  Use REG_STRICT_P and
9647         m68k_legitimate_base_reg_p.
9648         (REG_MODE_OK_FOR_INDEX_P): Likewise m68k_legitimate_index_reg_p.
9649         (GO_IF_LEGITIMATE_ADDRESS): Likewise m68k_legitimate_address_p.
9650         (PIC_CASE_VECTOR_ADDRESS): Update comment.
9651         * config/m68k/m68k.c (m68k_address): New structure.
9652         (m68k_legitimate_base_reg_p, m68k_legitimate_index_reg_p)
9653         (m68k_decompose_index, m68k_legitimate_constant_address_p)
9654         (m68k_jump_table_ref_p, m68k_decompose_address)
9655         (m68k_legitimate_address_p, m68k_legitimate_mem_p, m68k_matches_q_p)
9656         (m68k_matches_u_p): New functions.
9657         (print_operand_address): Rewrite to use m68k_decompose_index.
9659 2007-03-05  David Taylor  <dtaylor@emc.com>
9661         * gcc.c: Correct copyright date in --version output.
9663 2007-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9665         * pa.md: In unamed move patterns, disparge copies between general
9666         and floating point registers using '?' modifier.  Don't include 'f'
9667         constraint for register preferences in DImode, SImode, HImode and
9668         QImode patterns.  Likewise for 'r' in DFmode and SFmode patterns.
9669         Remove constraints for copies between general and floating registers
9670         in soft-float DFmode pattern.
9671         (movdf): Fail if operand1 is a CONST_DOUBLE and operand0 is a hard
9672         floating register.
9673         (movsf): Likewise.
9675 2007-03-05  Mike Stump  <mrs@apple.com>
9677         * c-common.c (targetcm): Add.
9678         * c-opts.c (c_common_handle_option): Handle language specific
9679         target options.
9680         * opts.c (handle_option): Verify language for target options, if
9681         any are given.
9682         * opth-gen.awk: Add CL_LANG_ALL.
9683         * target-def.h (TARGET_HANDLE_C_OPTION): Add.
9684         (TARGETCM_INITIALIZER): Add.
9685         * target.h (struct gcc_targetcm): Add.
9686         (targetcm): Add.
9687         * targhooks.c (default_handle_c_option): Add.
9688         * targhooks.h (default_handle_c_option): Add.
9689         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Add.
9691         * config/darwin.opt (iframework): Add.
9692         * config/darwin.h (TARGET_HAS_TARGETCM): Add.
9693         * config/darwin-c.c (handle_c_option): Add.
9694         (TARGET_HANDLE_C_OPTION): Add.
9695         (targetcm): Add.
9696         * doc/invoke.texi (Darwin Options): Add -iframework.
9698 2007-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9700         * convert.c (convert_to_integer): Fix nearbyint/rint -> *lrint
9701         conversion.
9703 2007-03-05  Ian Lance Taylor  <iant@google.com>
9705         * c.opt (fgnu89-inline): New option.
9706         * c-opts.c (c_common_post_options): Set default value for
9707         flag_gnu89_inline.
9708         * c-decl.c (WANT_C99_INLINE_SEMANTICS): Remove.
9709         (pop_scope): Check flag_gnu89_inline rather than flag_isoc99 for
9710         inline functions.
9711         (diagnose_mismatched_decls, merge_decls, start_decl): Likewise.
9712         (grokdeclarator, start_function): Likewise.
9713         * c-cppbuiltin.c (c_cpp_builtins): Define either
9714         __GNUC_GNU_INLINE__ or __GNUC_STDC_INLINE__.
9715         * doc/invoke.texi (Option Summary): Mention -fgnu89-inline.
9716         (C Dialect Options): Document -fgnu89-inline.
9717         * doc/extend.texi (Function Attributes): Explain what the
9718         gnu_inline attribute does.
9719         * doc/cpp.texi (Common Predefined Macros): Document
9720         __GNUC_GNU_INLINE__ and __GNUC_STDC_INLINE__.
9722 2007-03-05  Ian Lance Taylor  <iant@google.com>
9724         PR tree-optimization/31034
9725         * tree-vrp.c (extract_range_from_assert): Don't try to handle a
9726         half-range if the other side is an overflow infinity.
9728 2007-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
9730         * config.gcc (bfin*-uclinux*): Use t-bfin-uclinux.
9731         (bfin*-linux-uclibc*): New configuration.
9732         * config/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefined before
9733         defining.
9734         * config/bfin/linux.h: New file.
9735         * config/bfin/libgcc-bfin.ver: New file.
9736         * config/bfin/t-bfin-uclinux: New file.
9737         * config/bfin/t-bfin-linux: New file.
9738         * config/bfin/uclinux.h (LINUX_TARGET_OS_CPP_BUILTINS): New macro.
9739         (TARGET_OS_CPP_BUILTINS): New macro.
9741 2007-03-05  Richard Guenther  <rguenther@suse.de>
9743         * fold-const.c (fold_binary): Remove duplicate folding
9744         of comparison of non-null ADDR_EXPR against null.
9746 2007-03-05  Richard Guenther  <rguenther@suse.de>
9747             Dorit Nuzman  <dorit@il.ibm.com>
9749         PR tree-optimization/26420
9750         * tree-vectorizer.c (vectorize_loops): Bail out early if there
9751         are no loops in the function.  Only print the number of
9752         vectorized loops if it is greater than zero or we are supposed
9753         to print information about unvectorized loops.
9755 2007-03-05  Revital Eres  <eres@il.ibm.com>
9757         * gcc.dg/var-expand1.c: New test.
9758         * loop-unroll.c (analyze_insn_to_expand_var): Add dump info
9759         when an accumulator is expanded.
9761 2007-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
9763         PR other/30465
9764         * c-common.c (convert_and_check): Don't give warnings for
9765         conversion if 'expr' already overflowed.
9767 2007-03-04  Roger Sayle  <roger@eyesopen.com>
9769         PR middle-end/30744
9770         * fold-const.c (fold_comparison): Enforce type consistency when
9771         transforming ~X op ~Y to Y op X, and ~X op C to X op' ~C.
9773 2007-03-04  Zdenek Dvorak  <dvorakz@suse.cz>
9775         * tree-ssa-address.c (create_mem_ref): Do not put an expression
9776         containing a cast to the base of TARGET_MEM_REF.
9778 2007-03-04  Martin Michlmayr  <tbm@cyrius.com>
9780         * tree.c (tree_contains_struct_check_failed): Remove spurious
9781         whitespace from error message.
9783 2007-03-04 Andrew Pinski <andrew_pinski@playstation.sony.com>
9785         PR target/30406
9786         * config/rs6000/rs6000.c (rs6000_function_value): Look at bit size
9787         instead of precision.
9789 2007-03-04  Roman Zippel <zippel@linux-m68k.org>
9790             Nathan Sidwell  <nathan@codesourcery.com>
9792         * emit-rtl.c (find_auto_inc): New.
9793         (try_split): recreate REG_INC notes,
9794         Use regular for loops rather than whiles.
9796 2007-03-03  Andreas Schwab  <schwab@suse.de>
9798         * configure.ac (HAVE_AS_REL16): Move test back to correct place.
9799         * configure: Regenerate.
9801 2007-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9803         * builtins.def (ATTR_MATHFN_FPROUNDING): Rely on
9804         flag_rounding_math, not flag_unsafe_math_optimizations.
9806         * c-pretty-print.c (pp_c_direct_abstract_declarator): Use
9807         fold_build2.
9808         * config/alpha/alpha.c (alpha_fold_builtin_zapnot,
9809         alpha_fold_vector_minmax): Likewise.
9810         * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
9811         * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
9813 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
9815         * tree-sra.c (sra_walk_fns) <ldst>: Document new restriction.
9816         (sra_walk_modify_expr) <rhs_elt>: Treat the reference as a use
9817         if the lhs has side-effects.
9818         <lhs_elt>: Treat the reference as a use if the rhs has side-effects.
9820 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
9822         * config/i386/i386.h (TUNEMASK): Remove define.
9823         (ARCHMASK): Remove define.
9824         (TARGET_*): Use ix86_tune_mask variable instead of TUNEMASK.
9825          Use ix86_arch_mask variable instead of ARCHMASK.
9826         * config/i386/i386.c (override_options): Ditto.
9827         (standard_80387_constant_p): Ditto.
9829 2007-03-02  Ian Lance Taylor  <iant@google.com>
9831         Used signed infinities in VRP.
9832         * tree-vrp.c (uses_overflow_infinity): New static function.
9833         (supports_overflow_infinity): New static function.
9834         (make_overflow_infinity): New static function.
9835         (negative_overflow_infinity): New static function.
9836         (positive_overflow_infinity): New static function.
9837         (is_negative_overflow_infinity): New static function.
9838         (is_positive_overflow_infinity): New static function.
9839         (is_overflow_infinity): New static function.
9840         (overflow_infinity_range_p): New static function.
9841         (compare_values_warnv): New function split out of compare_values.
9842         (compare_value): Call it.
9843         (set_value_range_to_nonnegative): Add overflow_infinity
9844         parameter.  Change caller.
9845         (vrp_expr_computes_nonnegative): Add strict_overflow_p parameter.
9846         Change callers.
9847         (vrp_expr_computes_nonzero): Likewise.
9848         (compare_ranges, compare_range_with_value): Likewise.
9849         (compare_name_with_value, compare_names): Likewise.
9850         (vrp_evaluate_conditional): Likewise.
9851         (set_value_range): Handle infinity
9852         (vrp_operand_equal_p, operand_less_p): Likewise.
9853         (extract_range_from_assert): Likewise.
9854         (vrp_int_const_binop): Likewise.
9855         (extract_range_from_binary_expr): Likewise.
9856         (extract_range_from_unary_expr): Likewise.
9857         (extract_range_from_comparison): Likewise.
9858         (extract_range_from_expr): Likewise.
9859         (dump_value_range): Likewise.
9860         (vrp_visit_cond_stmt, vrp_visit_phi_node): Likewise.
9861         (test_for_singularity): Likewise.
9862         (vrp_int_const_binop): Remove inline qualifier.
9863         (adjust_range_with_scev): Add comment.
9864         * tree-flow.h (vrp_evaluate_conditional): Update declaration.
9866 2007-03-02  Diego Novillo  <dnovillo@redhat.com>
9868         * tree-ssa-structalias.c (could_have_pointers): Tidy.
9869         (get_constraint_for): Likewise.
9870         (do_structure_copy): Likewise.
9871         (find_func_aliases): Fix references to MODIFY_EXPR.
9872         (intra_create_variable_infos): Tidy.
9873         * tree-ssa-operands.c (add_virtual_operand): Add argument
9874         IS_CALL_SITE.
9875         When adding members of alias sets, if IS_CALL_SITE is true and
9876         the symbol is not call-clobbered, skip it.
9877         Adjust all callers.
9879 2007-03-02  Eric Botcazou  <ebotcazou@adacore.com>
9881         * config/alpha/alpha.c (alpha_gp_save_rtx): Insert the insns at the
9882         entry by means of emit_insn_at_entry.
9884 2007-03-02  Richard Henderson  <rth@redhat.com>
9886         * expr.h (promoted_input_arg): Remove decl.
9887         * function.c (promoted_input_arg): Merge into ...
9888         * combine.c (setup_incoming_promotions): ... only caller.
9889         Rearrange to avoid double loop.
9891 2007-03-02  Ben Elliston  <bje@au.ibm.com>
9892             Peter Bergner  <bergner@vnet.ibm.com>
9893             Janis Johnson  <janis187@us.ibm.com>
9895         * config/rs6000/dfp.md: New file.
9896         * config/rs6000/rs6000.md: Include dfp.md.
9897         (add<mode>3_internal1): Disable for DECIMAL_FLOAT_MODE_P operands.
9898         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Handle DDmode
9899         and TDmode decimal float modes in FP registers.
9900         (num_insns_constant): Likewise.
9901         (rs6000_legitimate_offset_address_p): Likewise.
9902         (rs6000_legitimize_address): Likewise.
9903         (rs6000_legitimize_reload_address): Likewise.
9904         (rs6000_legitimate_address): Likewise.
9905         (rs6000_emit_move): Likewise.
9906         (function_arg_boundary): Likewise.
9907         (function_arg_advance): Likewise.
9908         (rs6000_darwin64_record_arg_recurse): Likewise.
9909         (function_arg): Likewise.
9910         (rs6000_gimplify_va_arg): Likewise.
9911         (rs6000_split_multireg_move): Likewise.
9912         (rs6000_output_function_epilogue): Likewise.
9913         (rs6000_output_function_epilogue): Likewise.
9914         (rs6000_register_move_cost): Likewise.
9915         (rs6000_function_value): Likewise.
9916         (rs6000_libcall_value): Likewise.
9918 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
9920         * config/t-vxworks (LIMITS_H_TEST): Define to true for VxWorks.
9922 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
9924         * config/t-vxworks (LIBGCC2_INCLUDES): Pass -nostdinc.
9925         Use $MULTIDIR to choose between the kernel and RTP headers,
9926         and use $WIND_BASE and $WIND_USR to locate them.
9928 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
9930         * config/i386/i386.c (override_options): Put initialization of
9931         ix86_tune_mask and ix86_arch_mask to the correct place.
9933 2007-03-02  Uros Bizjak  <ubizjak@gmail.com>
9934             Michael Meissner  <michael.meissner@amd.com>
9936         PR target/31019
9937         * config/i386/i386.h (TUNEMASK): Redefine to use ix86_tune_mask.
9938         (ARCHMASK): Define.
9939         (TARGET_CMOVE): Use ARCHMASK.
9940         (TARGET_CMPXCHG): Ditto.
9941         (TARGET_CMPXCHG8B): Ditto.
9942         (TARGET_XADD): Ditto.
9943         (TARGET_BSWAP): Ditto.
9944         * config/i386/i386.c (ix86_tune_mask): New global variable.
9945         (ix86_arch_mask): Ditto.
9946         (override_options): Initialize ix86_tune_mask and
9947         ix86_arch_mask. Use ARCHMASK to clear MASK_NO_FANCY_MATH_387 in
9948         target_flags.
9950 2007-03-02  Ben Elliston  <bje@au.ibm.com>
9952         PR 30992
9953         * config/dfp-bit.c (DFP_TO_INT): Initialise qval with "1.".
9955 2007-03-02  Joseph Myers  <joseph@codesourcery.com>
9957         * target.h (init_dwarf_reg_sizes_extra): New target hook.
9958         * target-def.h (TARGET_INIT_DWARF_REG_SIZES_EXTRA): New default.
9959         * doc/tm.texi (TARGET_INIT_DWARF_REG_SIZES_EXTRA): Document.
9960         * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Call this
9961         hook.
9962         * config/rs6000/rs6000.c (TARGET_INIT_DWARF_REG_SIZES_EXTRA,
9963         rs6000_init_dwarf_reg_sizes_extra): New.
9964         * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Support
9965         SPE register high parts.
9967 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
9969         * Makefile.in: Add install-pdf target as
9970         copied from automake v1.10 rules.
9971         * configure.ac: Add install-pdf to target list.
9972         * configure: Regenerate.
9974 2007-03-01  Paul Brook  <paul@codesourcery.com>
9976         * config/arm/arm.c (arm_legitimate_index_p): Limit iWMMXt addressing
9977         modes to LDRD for DImode.
9978         (output_move_double): Fixup out of range ldrd/strd.
9979         (vfp_secondary_reload_class): Rename...
9980         (coproc_secondary_reload_class): ... to this.  Add wb argument.
9981         * config/arm/arm.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use
9982         coproc_secondary_reload_class for CLASS_IWMMXT.
9983         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
9984         * arm-protos.h (coproc_secondary_reload_class): Update prototype.
9986 2007-03-01  Zdenek Dvorak  <dvorakz@suse.cz>
9988         * tree-ssa-loop-prefetch.c (determine_unroll_factor):  Bound the unroll
9989         factor by the estimated number of iterations.
9990         (loop_prefetch_arrays): Do not prefetch in loops that iterate less than
9991         prefetch latency.
9993         * config/i386/driver-i386.c (describe_cache, detect_caches_amd,
9994         decode_caches_intel, detect_caches_intel): New functions.
9995         (host_detect_local_cpu): Use detect_caches_amd and
9996         detect_caches_intel.
9998 2007-03-01  Richard Henderson  <rth@redhat.com>
10000         * expr.c (emit_move_complex_push): Export.
10001         (emit_move_complex_parts): Split out from ...
10002         (emit_move_complex): ... here.
10003         * expr.h (emit_move_complex_push, emit_move_complex_parts): Declare.
10004         * config/i386/i386.md (movcdi): New.
10006 2007-03-01  Uros Bizjak  <ubizjak@gmail.com>
10008         * config/i386/i386.c (ix86_modes_tieable_p): Fix typo, use also
10009         size of mode1 to check for tieable modes in MMX case.
10011 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
10013         * Makefile.in (rtlanal.o): Depend on tree.h.
10014         * rtl.h (offset_within_section_p, split_const): Declare.
10015         * rtlanal.c: Include tree.h.
10016         (offset_within_block_p): New function, taken from
10017         mips_offset_within_object_p.
10018         (split_const): New function, taken from mips_split_const.
10019         * config/m68k/m68k-protos.h (m68k_illegitimate_symbolic_constant_p):
10020         Declare.
10021         * config/m68k/m68k.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P): Define.
10022         (CONSTANT_ADDRESS_P): Only accept legitimate constants.
10023         (LEGITIMATE_CONSTANT_P): Check m68k_illegitimate_symbolic_constant_p.
10024         * config/m68k/m68k.c (TARGET_CANNOT_FORCE_CONST_MEM): Define.
10025         (m68k_illegitimate_symbolic_constant_p): New function.
10026         * config/m68k/m68k.md (movsi): Remove misleading predicates.
10027         If M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P and the source is a
10028         symbolic constant that might be outside the symbol's section,
10029         move the symbol first and then add the offset.
10030         * config/m68k/uclinux.h (M68K_OFFSETS_MUST_BE_WITHIN_SECTIONS_P):
10031         Override.
10032         * config/mips/mips.c (mips_split_const): Delete.
10033         (mips_offset_within_object_p): Delete.
10034         (mips_symbolic_constant_p): Use offset_within_section_p and
10035         split_const instead of mips_offset_within_object_p and
10036         mips_split_const.
10037         (mips_cannot_force_const_mem, mips_const_insns, mips_unspec_address)
10038         (mips_legitimize_const_move, print_operand_reloc)
10039         (mips_dangerous_for_la25_p): Use split_const instead of
10040         mips_split_const.
10042 2007-02-28  Eric Christopher  <echristo@apple.com>
10044         * Makefile.in (install-include-dir): Don't rm -rf include.
10046 2007-02-28  Richard Guenther  <rguenther@suse.de>
10048         PR middle-end/30364
10049         * fold-const.c (fold_binary): Do not associate expressions
10050         with more than one variable for integer types that do not wrap.
10052 2007-02-28  Sandra Loosemore  <sandra@codesourcery.com>
10054         * builtins.c (fold_builtin_call_list, fold_builtin_call_valist):
10055         Delete, and replace with...
10056         (fold_builtin_call_array): This.  Update callers to use it.
10057         * fold-const.c (fold_build_call_list): Delete, and replace with...
10058         (fold_build_call_array): This.
10059         (fold_build_call_list_initializer): Delete, and replace with...
10060         (fold_build_call_array_initializer): This.
10061         * tree.h: Update declarations to reflect above changes.
10063         * c-typeck.c (build_function_call): Store converted arguments
10064         in a stack-allocated array instead of building a list.
10065         (convert_arguments): Store arguments in the array passed in as an
10066         argument, and return the actual number of arguments.
10067         * c-format.c: (check_function_format): Pass arguments in an
10068         array instead of a list.
10069         * c-common.c (check_function_nonnull): Likewise.
10070         (check_function_sentinel): Likewise.
10071         (check_function_arguments): Likewise.
10072         * c-common.h: Update declarations to reflect above changes.
10074 2007-02-28  Jan Hubicka  <jh@suse.cz>
10076         * predict.def (PRED_TREE_EARLY_RETURN, PRED_CONST_RETURN,
10077         PRED_NEGATIVE_RETURN): Update outcomes.
10079 2007-02-28  Bernd Schmidt  <bernd.schmidt@analog.com>
10081         * calls.c (emit_library_call_value_1): Handle partial registers
10082         correctly when building up CALL_INSN_FUNCTION_USAGE.
10084 2007-02-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10086         * pa/predicates.md (move_src_operand): Allow zero for mode.
10087         * pa/pa.md: Fix constraints for zero CONST_DOUBLE in 64-bit DFmode
10088         move pattern.
10090 2007-02-27  Uros Bizjak  <ubizjak@gmail.com>
10092         PR target/30970
10093         * config/i386/sse.md (*mov<mode>_internal, *movv4sf_internal,
10094         *movv2df_internal): Enable pattern only for valid operand
10095         combinations.
10096         * config/i386/i386.c (ix86_modes_tieable_p): For SSE registers,
10097         tie only 128bit modes. For MMX registers, tie only 64bit modes.
10099 2007-02-27  Mike Stump  <mrs@apple.com>
10101         * config/darwin-crt3.c: Avoid compilation when compiling for a
10102         kext multilib.
10104 2007-02-27  Joseph Myers  <joseph@codesourcery.com>
10106         * Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
10107         FIXED_INCLUDE_DIR.
10108         (stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
10109         for fixed headers and limits.h.
10110         (install-include-dir, install-headers-tar, install-headers-cpio,
10111         install-headers-cp, real-install-headers-tar,
10112         real-install-headers-cpio, real-install-headers-cp): Handle
10113         include-fixed as well as include.
10114         (install-mkheaders): Don't install files that go only in include
10115         not include-fixed.
10116         * cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
10117         from GCC_INCLUDE_DIR.
10118         * gcc.c (process_command): Remove special -BstageN/ handling.
10119         (do_spec_1): Add include-fixed directories.
10121 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
10123         * config/bfin/t-bfin-elf (LIB1ASMFUNCS): Add _umulsi3_highpart and
10124         _smulsi3_highpart.
10125         * config/bfin/lib1funcs.asm (___umulsi3_highpart, ___smulsi3_highpart):
10126         New functions.
10127         * config/bfin/bfin.md (smulsi3_highpart, umulsi3_highpart): New
10128         patterns.
10130 2007-02-27  Mark Mitchell  <mark@codesourcery.com>
10132         * c-common.c (get_priority): Add check for
10133         SUPPORTS_INIT_PRIORITY.
10135 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
10137         * config/bfin/bfin.md (doloop_end): FAIL if counter reg isn't SImode.
10139         * config/bfin/bfin.c: Include "cfglayout.h".
10140         (MAX_LSETUP_DISTANCE): New macro.
10141         (struct loop_info): New members incoming, incoming_src and
10142         incoming_dest.  Delete member predecessor.
10143         (length_for_loop): New function.
10144         (bfin_optimize_loop): Handle more different loop structures.
10145         (bfin_discover_loop): Rework detection of predecessor blocks by
10146         examining incoming edges.
10147         (bfin_discover_loops, bfin_free_loops): New functions, broken out of
10148         bfin_reorg_loops.
10149         (bfin_reorder_loops): New function.
10150         (bfin_reorg_loops): Use these three new functions.
10152         * config/bfin/bfin.h (enum reg_class, REG_CLASS_NAMES,
10153         REG_CLASS_CONTENTS): Add D0REGS through D7REGS.
10154         (CONSTRAINT_LEN): Add entry for 'q'.
10155         (REG_CLASS_FROM_CONSTRAINT): Renamed from REG_CLASS_FROM_LETTER.
10156         Add 'q' constraints.
10157         (REGNO_REG_CLASS): For R0 through R7, return corresponding regclass.
10158         (CLASS_LIKELY_SPILLED_P): True for R0, R1 and R2.
10160         * config/bfin/bfin.md (add_with_carry): New pattern.
10161         (s_or_u, su_optab, su_modifier): New code macros/attrs.
10162         (<su_optab>hisi_ll, <su_optab>hisi_lh, <su_optab>hisi_hl,
10163         <su_optab>hisi_hh): Renamed from mulhisi_xx patterns; macroized to
10164         support unsigned multiplies too.  Removed incorrect commutativity from
10165         operand 1 constraint where appropriate.
10166         (usmulhisi_ull, usmulhisi_ulh, usmulhisi_uhl, usmulhisi_uhh): New
10167         patterns.
10168         (<su_optab>hisi_ll_lh, <su_optab>hisi_ll_hl, <su_optab>hisi_ll_hh,
10169         <su_optab>hisi_lh_hl, <su_optab>hisi_lh_hh, <su_optab>hisi_hl_hh):
10170         New patterns.
10171         (usmulhisi_ll_lul, usmulhisi_ll_luh, usmulhisi_ll_hul,
10172         usmulhisi_ll_huh, usmulhisi_lh_lul, usmulhisi_lh_luh, usmulhisi_lh_hul,
10173         usmulhisi_lh_huh, usmulhisi_hl_lul, usmulhisi_hl_luh, usmulhisi_hl_hul,
10174         usmulhisi_hl_huh, usmulhisi_hh_lul, usmulhisi_hh_luh, usmulhisi_hh_hul,
10175         usmulhisi_hh_huh): New patterns.
10177         * config/bfin/bfin.md (ssashiftv2hi3, ssashifthi3, lshiftv2hi3,
10178         lshifthi3): Fix output template to use half reg for operand 2.
10180         * config/bfin/bfin.c (bfin_output_mi_thunk): Use R3 as scratch reg
10181         instead of R2.
10183         * config/bfin/bfin.md (rotl16, rotlsi3, rotrsi3): New patterns.
10185 2007-02-27  Andreas Schwab  <schwab@suse.de>
10187         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-common.texi.
10189 2007-02-27  Jan Hubicka  <jh@suse.cz>
10191         * predict.c (last_basic_block_p): Remove.
10192         (tree_estimate_probability): Update return heuristic for commonized
10193         return blocks.
10195 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
10197         * Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
10199 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
10201         * doc/include/gcc-common.texi (versionsubtitle): New macro.
10202         * doc/cpp.texi: Standardize title page.
10203         * doc/cppinternals.texi: Likewise.
10204         * doc/gcc.texi: Standardize title page, remove version number
10205         from copyright page.
10206         * doc/gccint.texi: Likewise.
10207         * doc/install.texi: Standardize title page, add table of
10208         contents.
10210 2007-02-26  Jan Hubicka  <jh@suse.cz>
10212         * predict.def: Set outcomes according to more recent results.
10213         (PRED_LOOP_CONDITION, PRED_LOOP_PRECONDITIONING, PRED_LOOP_HEADER):
10214         Remove dead predictors.
10215         * predict.c (return_prediction): Fix pasto.
10217 2007-02-27  Bernd Schmidt  <bernd.schmidt@analog.com>
10219         * loop-iv.c (simplify_using_initial_values): Fix oversight in previous
10220         change; avoid a memory leak when returning early.
10222 2007-02-26  Mark Mitchell  <mark@codesourcery.com>
10224         * c-decl.c (static_ctors): Move to c-common.c.
10225         (static_dtors): Likewise.
10226         (finish_function): Use c_record_cdtor_fn.
10227         (build_cdtor): Move to c-common.c.
10228         (c_write_global_declarations): Use c_build_cdtor_fns.
10229         * c-common.h (static_ctors): Declare.
10230         (static_dtors): Likewise.
10231         (c_record_cdtor_fn): Likewise.
10232         (c_build_cdtor_fns): Likewise.
10233         * c-common.c (static_ctors): New variable.
10234         (static_dtors): Likewise.
10235         (c_record_cdtor_fn): New function.
10236         (build_cdtor): Move from c-decl.c
10237         (c_build_cdtor_fns): New function.
10239         * output.h (assemble_addr_to_section): Declare.
10240         (get_cdtor_priority_section): Likewise.
10241         * varasm.c (assemble_addr_to_section): New function.
10242         (get_cdtor_priority_section): Likewise.
10243         (default_named_section_asm_out_destructor): Use them.
10244         (destor_dtor_section_asm_out_destructor): Likewise.
10245         (default_named_section_asm_out_constructor): Likewise.
10246         (default_ctor_section_asm_out_constructor): Likewise.
10247         * config.gcc (*-*-vxworks*): Include vxworks.o.
10248         * config/t-vxworks (vxworks.o): New target.
10249         * config/vxworks.h (ALWAYS_NUMBER_CTORS_SECTIONS): Remove.
10250         (TARGET_ASM_CONSTRUCTOR): Define.
10251         (TARGET_ASM_DESTRUCTOR): Likewise.
10252         (vxworks_asm_out_constructor): Declare.
10253         (vxworks_asm_out_destructor): Likewise.
10255         * c-common.c (get_priority): Check that we have not just an
10256         INTEGER_CST, but an integer constant with integeral type.
10258 2007-02-25  Uros Bizjak  <ubizjak@gmail.com>
10260         PR tree-optimization/30938
10261         * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
10262         use &dt[nargs-1] instead of &dt[nargs] in the call to
10263         vect_is_simple_use().
10265 2007-02-25  Ulrich Weigand  <uweigand@de.ibm.com>
10267         * reload.c (find_reloads_address_1): Handle PLUS expressions resulting
10268         from register elimination as PRE_MODIFY / POST_MODIFY increments.
10269         Do not attempt to handle MEM inside auto-inc expressions.
10270         * reload1.c (eliminate_regs_1): Do not attempt to handle elimination
10271         of a register modified by an auto-inc expression.  However, do handle
10272         elimination of a register used as PRE_MODIFY / POST_MODIFY increment.
10273         (elimination_effects): Prohibit elimination of a register modified
10274         by an auto-inc expression.  Disable register elimination rules whose
10275         target register is modified by an auto-inc expression with variable
10276         increment.
10278 2007-02-25  Zdenek Dvorak  <dvorakz@suse.cz>
10280         * tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix
10281         off-by-one error.
10282         (array_at_struct_end_p): New function.
10283         (idx_infer_loop_bounds): Use it.
10284         (estimate_numbers_of_iterations_loop): Export.
10285         * predict.c (predict_loops): Use estimated_loop_iterations_int.
10286         Do not use PRED_LOOP_EXIT on exits predicted by # of iterations.
10287         (tree_estimate_probability): Call record_loop_exits.
10288         * tree-data-ref.c (get_number_of_iters_for_loop): Replaced by ...
10289         (estimated_loop_iterations, estimated_loop_iterations_int,
10290         estimated_loop_iterations_tree): New functions.
10291         (analyze_siv_subscript_cst_affine,
10292         compute_overlap_steps_for_affine_1_2,
10293         analyze_subscript_affine_affine): Use estimated_loop_iterations_int.
10294         (analyze_miv_subscript): Use estimated_loop_iterations_tree.
10295         * predict.def (PRED_LOOP_ITERATIONS): Update comment.
10296         (PRED_LOOP_ITERATIONS_GUESSED): New.
10297         * cfgloop.c (record_loop_exits): Do nothing if there are no loops.
10298         * cfgloop.h (estimate_numbers_of_iterations_loop,
10299         estimated_loop_iterations_int): Declare.
10301 2007-02-25  Mark Mitchell  <mark@codesourcery.com>
10303         * doc/extend.texi: Document optional priority argument to
10304         constructors and destructors.
10305         * tree.c (init_priority_for_decl): Adjust GTY markers.
10306         (init_ttree): Use priority-info hash functions for
10307         init_priority_for_decl.
10308         (tree_map_eq): Rename to ...
10309         (tree_map_base_eq): ... this.
10310         (tree_map_marked_p): Rename to ...
10311         (tree_map_base_marked_p): ... this.
10312         (tree_map_base_hash): New function.
10313         (decl_init_priority_lookup): Rework.
10314         (decl_fini_priority_lookup): New function.
10315         (decl_priority_info): New function.
10316         (decl_init_priority_insert): Use it.
10317         (decl_fini_priority_insert): Likewise.
10318         (decl_restrict_base_lookup): Adjust for refactoring of tree_map
10319         hierarchy.
10320         (decl_restrict_base_insert): Likewise.
10321         (decl_debug_expr_insert): Likewise.
10322         (decl_value_expr_lookup): Likewise.
10323         (decl_value_expr_insert): Likewise.
10324         * tree.h (priority_type): New type.
10325         (decl_init_priority_lookup): Use priority_type.
10326         (decl_fini_priority_lookup): New function.
10327         (decl_init_priority_insert): Use priority_type.
10328         (decl_fini_priority_insert): New function.
10329         (DECL_HAS_INIT_PRIORITY): Tweak comments.
10330         (DECL_INIT_PRIORITY): Likewise.
10331         (SET_DECL_INIT_PRIORITY): Add comment.
10332         (DECL_FINI_PRIORITY): New macro.
10333         (SET_DECL_FINI_PRIORITY): Likewise.
10334         (DEFAULT_INIT_PRIORITY): Document.
10335         (MAX_INIT_PRIORITY): Likewise.
10336         (MAX_RESERVED_INIT_PRIORITY): Likewise.
10337         (tree_map_base): New type.
10338         (tree_map_base_eq): New function.
10339         (tree_map_base_hash): Likewise.
10340         (tree_map_base_marked_p): Likewise.
10341         (tree_map): Inherit from tree_map_base.
10342         (tree_map_eq): Make it a macro.
10343         (tree_map_marked_p): Likewise.
10344         (tree_int_map): Inherit from tree_map_base.
10345         (tree_int_map_eq): Make it a macro.
10346         (tree_int_map_hash): Likewise.
10347         (tree_int_map_marked_p): Likewise.
10348         (tree_priority_map): New type.
10349         (tree_priority_map_eq): New macro.
10350         (tree_priority_map_hash): Likewise.
10351         (tree_priority_map_marked_p): Likewise.
10352         * varasm.c (emults_decl): Adjust for refactoring of tree_map
10353         hierarchy.
10354         (emutls_common_1): Likewise.
10355         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
10356         * tree-ssa-structalias.c (heapvar_lookup): Adjust for refactoring
10357         of tree_map hierarchy.
10358         * tree-cfg.c (move_stmt_r): Likewise.
10359         (new_label_mapper): Likewise.
10360         * c-tree.h (c_expand_body): Move to ...
10361         * c-common.h (c_expand_body): ... here.
10362         * c-decl.c (c_expand_body): Move to ...
10363         * c-common.c (c_expand_body): ... here.
10364         (c_common_attribute_table): Allow 1 argument for the constructor
10365         and destructor attributes.
10366         (get_priority): New function.
10367         (handle_constructor_attribute): Set DECL_INIT_PRIORITY.
10368         (handle_destructor_attribute): Set DECL_FINI_PRIORITY.
10370 2007-02-24  Jan Hubicka  <jh@suse.cz>
10372         PR middle-end/30509
10373         * tree-inline.c (copy_bb): Produce exact copy of EH info when copying for inlining.
10375 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
10376             Jan Hubicka  <jh@suse.cz>
10378         PR target/30778
10379         * i386.c (counter_mode): New function.
10380         (expand_set_or_movmem_via_loop): Use it.
10381         (expand_movmem_epilogue): Likewise; fix pasto.
10382         (ix86_expand_movmem): Do emit guard even for constant counts.
10383         (ix86_expand_setmem): Likewise.
10385 2007-02-25  Nick Clifton  <nickc@redhat.com>
10387         * config/frv/frv.h (ASM_OUTPUT_CASE_LABEL): Delete.
10388         (JUMP_TABLES_IN_TEXT_SECTION): Define.
10390 2007-02-24  Uros Bizjak  <ubizjak@gmail.com>
10392         PR target/30770
10393         * config/i386/i386.md (expand_movmem_epilogue): Fix typo, mask
10394         count argument with 0x10, not with 0x16.
10395         (expand_setmem_epilogue): Ditto.
10397 2007-02-24  Mike Stump  <mrs@apple.com>
10399         * config/i386/i386.c (output_pic_addr_const): Stubify optimized
10400         symbols.
10402 2007-02-24  Richard Guenther  <rguenther@suse.de>
10404         PR middle-end/30951
10405         * fold-const.c (fold_binary): Fold x +- CST op x for
10406         EQ_EXPR and NE_EXPR.
10408 2007-02-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10410         * pa.md (muldi3): Force subregs to registers in 64-bit expander.
10412 2007-02-24  Jan Hubicka  <jh@suse.cz>
10414         * cgraphunit.c (decide_is_function_needed): Honor
10415         -fkeep-inline-functions.
10417 2007-02-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10419         * builtins.c (fold_builtin_modf): New.
10420         (fold_builtin_2): Use it.
10422 2007-02-24  Bernd Schmidt  <bernd.schmidt@analog.com>
10424         * loop-iv.c (implies_p): Detect additional cases where A implies B.
10425         (determine_max_iter): Take additional LOOP arg; all callers changed.
10426         Lose broken logic dealing with PLUS.  Try to limit the upper bound by
10427         one using simplifications.
10428         (simplify_using_initial_values): Return if the expression becomes
10429         invalid due to altered regs.
10431 2007-02-23  DJ Delorie  <dj@redhat.com>
10433         * doc/tm.h (BIGGEST_ALIGNMENT): Clarify the purpose of this macro.
10435 2007-02-23  Mike Stump  <mrs@apple.com>
10437         * tlink.c (scan_linker_output): Parse linker messages from
10438         darwin9's linker better.
10440 2007-02-23  Steve Ellcey  <sje@cup.hp.com>
10442         PR debug/29614
10443         * varpool.c (varpool_assemble_pending_decls):  Set
10444         varpool_last_needed_node to null.
10446 2007-02-23  DJ Delorie  <dj@redhat.com>
10448         * config/i386/i386.c (ix86_data_alignment): Don't specify an
10449         alignment bigger than the object file can handle.
10451 2007-02-23  Uros Bizjak  <ubizjak@gmail.com>
10453         PR target/30825
10454         * config/i386/i386.md (*movdi_1_rex64, zero_extendsidi2_32,
10455         zero_extendsidi2_rex64): Penalize MMX register<->memory moves.
10456         (*movsf_1): Penalize MMX moves.
10458 2007-02-23  Bernd Schmidt  <bernd.schmidt@analog.com>
10460         * config/bfin/bfin.md (doloop_end): Fail for loops that can iterate
10461         2^32-1 or more times unless flag_unsafe_loop_optimizations.
10463         * loop-iv.c (determine_max_iter): Moved in front of its sole user.
10465 2007-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10467         * builtins.c (fold_builtin_logb, fold_builtin_significand): New.
10468         (fold_builtin_1): Use them.
10469         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle
10470         BUILT_IN_SIGNIFICAND.
10472 2007-02-23  H.J. Lu  <hongjiu.lu@intel.com>
10474         * config/i386/i386.c (bdesc_1arg): Initialize
10475         IX86_BUILTIN_MOVSHDUP and IX86_BUILTIN_MOVSLDUP with
10476         "__builtin_ia32_movshdup" and "__builtin_ia32_movsldup".
10477         (ix86_init_mmx_sse_builtins): Remove IX86_BUILTIN_MOVSHDUP
10478         and IX86_BUILTIN_MOVSLDUP.
10480 2007-02-22  Paolo Bonzini  <bonzini@gnu.org>
10482         PR rtl-optimization/30841
10483         * fwprop.c (propagate_rtx_1): Accept a VOIDmode replacement address.
10485 2007-02-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10487         * builtins.c (fold_builtin_frexp): New.
10488         (fold_builtin_2): Use it.
10490 2007-02-22  Mark Mitchell  <mark@codesourcery.com>
10492         * doc/invoke.texi (Spec Files): Document getenv spec function.
10494         * gcc.c (getenv_spec_function): New function.
10495         (static_spec_functions): Add it.
10496         * config/vxworks.h (VXWORKS_TARGET_DIR): Remove.
10497         (VXWORKS_ADDITIONAL_CPP_SPEC): Use getenv to find the VxWorks
10498         header files.
10500 2007-02-22  Michael Matz  <matz@suse.de
10502         PR c++/29433
10503         * dwarf2out.c (add_AT_string): Call ggc_strdup once per string.
10504         (type_tag): Use lang_hooks.dwarf_name instead of DECL_NAME.
10506 2007-02-22  Ian Lance Taylor  <iant@google.com>
10508         PR debug/30898
10509         * dwarf2out.c (concatn_mem_loc_descriptor): New static function.
10510         (mem_loc_descriptor): Call it.
10512 2007-02-22  Zdenek Dvorak  <dvorakz@suse.cz>
10513             Ira Rosen  <irar@il.ibm.com>
10515         * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.
10517 2007-02-22  Ira Rosen  <irar@il.ibm.com>
10519         PR tree-optimization/30843
10520         * tree-vect-transform.c (vect_transform_loop): Remove strided scalar
10521         stores only after all the group is vectorized.
10523 2007-02-22  Dorit Nuzman  <dorit@il.ibm.com>
10525         PR tree-optimization/30858
10526         * tree-vectorizer.c (vect_is_simple_reduction): Check that the stmts
10527         in the reduction cycle have a single use in the loop.
10528         * tree-vectorizer.h (relevant): Add documentation.
10530 2007-02-20  Mike Stump  <mrs@apple.com>
10532         * configure.ac (powerpc*-*-darwin*): #include <sys/cdefs.h>.
10533         * configure: Regenerate.
10535 2007-02-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
10537         Change the defaults of some parameters and options.
10538         * config/spu/spu-protos.h (spu_optimization_options): Declare.
10539         * config/spu/spu.c (spu_optimization_options): Add.
10540         (spu_override_options): Change params in spu_optimization_options.
10541         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Define.
10543         Register 127 is only 16 byte aligned when used as a frame pointer.
10544         * config/spu/spu-protos.h (spu_init_expanders): Declare.
10545         * config/spu/spu.c (spu_expand_prologue): Set REGNO_POINTER_ALIGN for
10546         HARD_FRAME_POINTER_REGNUM.
10547         (spu_legitimate_address):  Use regno_aligned_for_reload.
10548         (regno_aligned_for_load):  HARD_FRAME_POINTER_REGNUM is only 16 byte
10549         aligned when frame_pointer_needed is true.
10550         (spu_init_expanders): New.  Set alignment of HARD_FRAME_POINTER_REGNUM
10551         to 8 bits.
10552         * config/spu/spu.h (INIT_EXPANDERS): Define.
10554         Make sure shift and rotate instructions have valid immediate operands.
10555         * config/spu/predicates.md (spu_shift_operand): Remove.
10556         * config/spu/spu.c (print_operand): Add [efghEFGH] modifiers.
10557         * config/spu/constraints.md (W, O): Extend range.
10558         * config/spu/spu.md (umask, nmask): Define.
10559         (ashl<mode>3, ashldi3, ashlti3_imm, shlqbybi_ti, shlqbi_ti, shlqby_ti,
10560         lshr<mode>3, rotm_<mode>, lshr<mode>3_imm, rotqmbybi_<mode>,
10561         rotqmbi_<mode>, rotqmby_<mode>, ashr<mode>3, rotma_<mode>,
10562         rotl<mode>3, rotlti3, rotqbybi_ti, rotqby_ti, rotqbi_ti): Use
10563         spu_nonmem_operand instead of spu_shift_operands.  Use new modifiers.
10564         (lshr<mode>3_reg):  Fix rtl description.
10566         Make sure mulhisi immediate operands are valid.
10567         * config/spu/predicates.md (imm_K_operand): Add.
10568         * config/spu/spu.md (mulhisi3_imm, umulhisi3_imm): Use imm_K_operand.
10570         Generate constants using fsmbi and andi.
10571         * config/spu/spu.c (enum immediate_class): Add IC_FSMBI2.
10572         (print_operand, spu_split_immediate, classify_immediate,
10573         fsmbi_const_p): Handle IC_FSMBI2.
10575         Correctly handle a CONST_VECTOR containing symbols.
10576         * config/spu/spu.c (print_operand): Handle HIGH correctly.
10577         (spu_split_immediate): Split CONST_VECTORs with -mlarge-mem.
10578         (immediate_load_p): Allow symbols that use 2 instructions to create.
10579         (classify_immediate, spu_builtin_splats):  Don't accept a CONST_VECTOR
10580         with symbols when flag_pic is set.
10581         (const_vector_immediate_p): New.
10582         (logical_immediate_p, iohl_immediate_p, arith_immediate_p): Don't
10583         accept a CONST_VECTOR with symbols.
10584         (spu_legitimate_constant_p): Use const_vector_immediate_p.  Don't
10585         accept a CONST_VECTOR with symbols when flag_pic is set.  Handle HIGH
10586         correctly.
10587         * config/spu/spu.md (high, low): Delete.
10588         (low_<mode>): Define.
10590         Remove INTRmode and INTR_REGNUM, which didn't work.
10591         * config/spu/spu.c (spu_conditional_register_usage): Remove reference
10592         of INTR_REGNUM.
10593         * config/spu/spu-builtins.md (spu_idisable, spu_ienable, set_intr,
10594         set_intr_pic, set_intr_cc, set_intr_cc_pic, set_intr_return, unnamed
10595         peephole2 pattern): Don't use INTR or 131.
10596         (movintrcc): Delete.
10597         * config/spu/spu.h (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS,
10598         CALL_USED_REGISTERS, REGISTER_NAMES, INTR_REGNUM): Remove INTR_REGNUM.
10599         * config/spu/spu.md (UNSPEC_IDISABLE, UNSPEC_IENABLE): Remove.
10600         (UNSPEC_SET_INTR): Add.
10601         * config/spu/spu-modes.def (INTR): Remove.
10603         More accurate warnings about run-time relocations.
10604         * config/spu/spu.c (reloc_diagnostic): Test in_section.
10606         Correctly warn about immediate arguments to specific intrinsics.
10607         * config/spu/spu.c (spu_check_builtin_parm): Handle CONST_VECTORs.
10608         (spu_expand_builtin_1): Call spu_check_builtin_parm before checking
10609         the instruction predicate.
10611         Fix tree check errors with latest update.
10612         * config/spu/spu.c (expand_builtin_args, spu_expand_builtin_1): Use
10613         CALL_EXPR_ARG.
10614         (spu_expand_builtin): Use CALL_EXPR_FN.
10616         Add missing specific intrinsics.
10617         * config/spu/spu-builtins.def: Add si_bisled, si_bisledd and
10618         si_bislede.
10619         * config/spu/spu_internals.h: Ditto.
10621         Fix incorrect operand modifiers.
10622         * config/spu/spu-builtins.md (spu_mpy, spu_mpyu):  Remove use of %H.
10623         * config/spu/spu.md (xor<mode>3):  Change %S to %J.
10625         Optimize one case of zero_extend of a vec_select.
10626         * config/spu/spu.md (_vec_extractv8hi_ze):  Add.
10628         Accept any immediate for hbr.
10629         * config/spu/spu.md (hbr):  Change s constraints to i.
10631 2007-02-21  Paul Brook  <paul@codesourcery.com>
10633         * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
10634         condexec_count when skipping USE and CLOBBER.
10636 2007-02-21  Nick Clifton  <nickc@redhat.com>
10638         * common.opt (Warray-bounds): Add Warning attribute.
10639         (Wstrict-overflow, Wstrict-overflow=, Wcoverage-mismatch):
10640         Likewise.
10641         (fsized-zeroes): Add Optimization attribute.
10642         (fsplit-wide-types, ftree-scev-cprop): Likewise.
10643         * c.opt (Wc++0x-compat): Add Warning attribute.
10645 2007-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
10647         PR middle-end/30761
10648         * reload1.c (eliminate_regs_in_insn): In the single_set special
10649         case, attempt to re-recognize the insn before falling back to
10650         having reload fix it up.
10652 2007-02-20  Eric Christopher  <echristo@gmail.com>
10654         * config/frv/frv.c (frv_read_argument): Take a tree and int argument.
10655         Rewrite accordingly.
10656         (frv_read_iacc_argument): Ditto.
10657         (frv_expand_set_builtin): Take a call instead of arglist, update for
10658         above changes.
10659         (frv_expand_unop_builtin): Ditto.
10660         (frv_expand_binop_builtin): Ditto.
10661         (frv_expand_cut_builtin): Ditto.
10662         (frv_expand_binopimm_builtin): Ditto.
10663         (frv_expand_voidbinop_builtin): Ditto.
10664         (frv_expand_int_void2arg): Ditto.
10665         (frv_expand_prefetches): Ditto.
10666         (frv_expand_voidtriop_builtin): Ditto.
10667         (frv_expand_voidaccop_builtin): Ditto.
10668         (frv_expand_load_builtin): Ditto.
10669         (frv_expand_store_builtin): Ditto.
10670         (frv_expand_mdpackh_builtin): Ditto.
10671         (frv_expand_mclracc_builtin): Ditto.
10672         (frv_expand_mrdacc_builtin): Ditto.
10673         (frv_expand_mwtacc_builtin): Ditto.
10674         (frv_expand_builtin): Remove usage of CALL_EXPR_ARGS, update
10675         calls for above.
10677 2007-02-20  Janis Johnson  <janis187@us.ibm.com>
10679         * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.
10680         * configure.ac (HAVE_GAS_CMPB): Check for assembler support of the
10681         cmpb instruction.
10682         (HAVE_GAS_DFP): Check for assembler support of decimal floating
10683         point instructions.
10684         * configure: Regenerate.
10685         * config.in: Regenerate.
10686         * config/rs6000/rs6000.opt (mcmpb, mdfp): New.
10687         * config/rs6000/rs6000.c (rs6000_override_options): Add CMPB and DFP
10688         masks to power6 and power6x and to POWERPC_MASKS.
10689         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
10690         _ARCH_PWR6.
10691         * config/rs6000/rs6000.h: Check assembler support for CMPB and DFP.
10692         * config/rs6000/sysv4.opt (mprototype): Use variable, not mask.
10693         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
10694         Access PROTOTYPE as variable, not mask.
10696 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
10698         * rtl.h (remove_reg_equal_equiv_notes): New prototype.
10699         * rtlanal.c (remove_reg_equal_equiv_notes): New function.
10700         * combine.c (adjust_for_new_dest): Use it.
10701         * postreload.c (reload_combine): Likewise.
10703 2007-02-20  Steven Bosscher  <steven@gcc.gnu.org>
10705         * rtlanal.c (find_reg_equal_equiv_note): Do not find REG_EQ*
10706         notes on an insn with multiple sets, even if single_set returns
10707         non-NULL for that insn.
10709 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10711         * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,
10712         scalbn and scalbln.
10714 2007-02-20  Geoffrey Keating  <geoffk@apple.com>
10716         * config/darwin.h (LINK_SPEC): Default -mmacosx-version-min only
10717         if user didn't pass it.
10718         * config/i386/darwin.h (CC1_SPEC): Likewise.
10719         * config/rs6000/darwin.h (CC1_SPEC): Likewise.
10720         (DARWIN_MINVERSION_SPEC): Don't depend on user's setting of
10721         -mmacosx-version-min.
10723 2007-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10724             Uros Bizjak  <ubizjak@gmail.com>
10726         * optabs.h (enum optab_index): Add new OTI_scalb.
10727         (scalb_optab): Define corresponding macro.
10728         * optabs.c (init_optabs): Initialize scalb_optab.
10729         * genopinit.c (optabs): Implement scalb_optab using scalb?f3
10730         patterns.
10731         * builtins.c (expand_builtin_mathfn_2, expand_builtin): Handle
10732         BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L} and BUILT_IN_SCALBLN{,F,L}.
10733         (expand_builtin): Expand BUILT_IN_SCALB{,F,L}, BUILT_IN_SCALBN{,F,L}
10734         and BUILT_IN_SCALBLN{,F,L} using expand_builtin_mathfn_2 if
10735         flag_unsafe_math_optimizations is set.
10737         * config/i386/i386.md (scalbxf3, scalb<mode>3): New expanders
10738         to implement scalbf, scalb and scalbl built-ins as inline x87
10739         intrinsics.
10741 2007-02-20  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10742             DJ Delorie <dj@redhat.com>
10744         PR other/30824
10745         * diagnostic.c (diagnostic_count_diagnostic): Move -Werror logic to...
10746         (diagnostic_report_diagnostic): ... here, and turn them into real
10747         errors. If warnings are inhibited, no need to do anything.
10749 2007-02-20  Uros Bizjak  <ubizjak@gmail.com>
10751         * config/i386/i386.md (expm1xf2): Reorder insn sequence for
10752         better code generation.
10754 2007-02-20  Ben Elliston  <bje@au.ibm.com>
10756         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove extra ;.
10758 2007-02-20  Kazu Hirata  <kazu@codesourcery.com>
10760         * config/alpha/alpha.c, config/alpha/alpha.md,
10761         config/alpha/lib1funcs.asm, config/alpha/vms-crt0-64.c,
10762         config/alpha/vms-psxcrt0-64.c, config/arc/arc.c,
10763         config/arc/arc.h, config/arm/arm.c, config/arm/arm.md,
10764         config/arm/lib1funcs.asm: Follow spelling conventions.
10766         * config/c4x/c4x.md, config/cris/cris.c, config/crx/crx.c,
10767         config/fr30/fr30.md, config/i386/i386.h,
10768         config/iq2000/iq2000.h, config/iq2000/predicates.md,
10769         config/pa/milli64.S, config/pa/pa.c, config/pa/pa.h,
10770         config/pa/pa.md, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
10771         config/pdp11/pdp11.c, config/pdp11/pdp11.h,
10772         config/rs6000/altivec.md, config/rs6000/rs6000.c,
10773         config/s390/s390-modes.def, config/sparc/netbsd-elf.h,
10774         config/sparc/sparc.c, config/sparc/sparc.h,
10775         config/sparc/sparc.md, config/spu/constraints.md,
10776         config/spu/spu.c, config/stormy16/stormy16.md: Follow spelling
10777         conventions.
10779 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
10781         PR target/29943
10782         * varasm.c (use_blocks_for_decl_p): Return false for decls with
10783         alias attribute.
10785 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
10787         * doc/invoke.texi (-ftree-lrs): Remove.
10789 2007-02-19  Diego Novillo  <dnovillo@redhat.com>
10791         * tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
10792         NULL.
10794 2007-02-19  Lee Millward  <lee.millward@codesourcery.com>
10796         * config/ia64/ia64.c (ia64_expand_builtin): Use the
10797         new CALL_EXPR_FN macro for retrieving the function
10798         declaration of the input expression.
10800 2007-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
10802         * c.opt (Waddress): New.
10803         * common.opt (Walways-true): Delete.
10804         (Wstring-literal-comparison): Delete.
10805         * doc/invoke.texi (Warning Options): Delete -Walways-true and
10806         -Wstring-literal-comparison. Add -Waddress.
10807         (Waddress): New.
10808         (Walways-true): Delete.
10809         (Wstring-literal-comparison): Delete.
10810         * doc/extend.texi (#pragma GCC diagnostic): Use -Wformat
10811         consistently instead of -Walways-true in example.
10812         * c-opts.c (c_common_handle_option): -Waddress is enabled by -Wall.
10813         * c-typeck.c (parser_build_binary_op): Replace
10814         -Wstring-literal-comparison and -Walways-true with -Waddress.
10815         * c-common.c (c_common_truthvalue_conversion): Replace -Walways-true
10816         with -Waddress.
10818 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
10820         * tree-cfg.c (dump_function_to_file): Be prepared for functions
10821         without DECL_STRUCT_FUNCTION initialized.
10823 2007-02-19  Eric Botcazou  <ebotcazou@adacore.com>
10825         * gimplify.c (gimplify_init_ctor_preeval_1): Detect potential overlap
10826         due to calls to functions taking pointers as parameters.
10828 2007-02-19  Richard Henderson  <rth@redhat.com>
10830         PR debug/29558
10831         * var-tracking.c (track_expr_p): Disallow AGGREGATE_TYPE_P
10832         in memory.
10834 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
10836         * config/s390/s390.c (s390_call_saved_register_used,
10837         s390_function_ok_for_sibcall): Adjust the way CALL_EXPR arguments are
10838         accessed to the new scheme.
10840 2007-02-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
10842         * config/cris/cris.c (cris_movem_load_rest_p, cris_store_multiple_op_p)
10843         (cris_print_index, cris_print_operand, cris_print_operand_address)
10844         (cris_reload_address_legitimized, cris_rtx_costs, cris_address_cost)
10845         (cris_side_effect_mode_ok, cris_valid_pic_const, cris_split_movdx)
10846         (cris_expand_pic_call_address): Use xxx_P predicate macros instead of
10847         GET_CODE () == xxx.
10848         * config/cris/cris.h (SECONDARY_RELOAD_CLASS, EXTRA_CONSTRAINT_Q,
10849         EXTRA_CONSTRAINT_T, BDAP_INDEX_P, BIAP_INDEX_P, SIMPLE_ADDRESS_P,
10850         GO_IF_LEGITIMATE_ADDRESS): Ditto.
10851         * config/cris/cris.md (define_insns: *btst, movdi, *mov_side<mode>)
10852         (*mov_sidesisf, *mov_side<mode>_mem, *mov_sidesisf_mem)
10853         (*clear_side<mode>, movsi, *movsi_internal, *ext_sideqihi)
10854         (*ext_side<mode>si, *op_side<mode>, *op_swap_side<mode>, addsi3)
10855         (*extopqihi_side, *extop<mode>si_side, *extopqihi_swap_side)
10856         (*extop<mode>si_swap_side, addi_mul, *addi,andsi3, andhi3, ashl<mode>3)
10857         (uminsi3, call, call_value): Ditto.
10858         (define_split: indir_to_reg_split, unnamed): Ditto.
10860 2007-02-19  Dorit Nuzman  <dorit@il.ibm.com>
10862         PR tree-optimization/30975
10863         * tree-vect-trasnform.c (vect_get_vec_def_for_stmt_copy): Remove
10864         wrong assert.
10866 2007-02-18  Eric Christopher  <echristo@gmail.com>
10868         * mips.c (mips_prepare_builtin_arg): Add argnum parameter.
10869         Remove use of arglist.
10870         (mips_expand_builtin): Remove use of arglist, pass in expr.
10871         (mips_expand_builtin_direct): Rewrite handling for arglist removal.
10872         (mips_expand_builtin_movtf): Ditto.
10873         (mips_expand_builtin_compare): Ditto.
10875 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
10877         * tree-sra.c (sra_build_assignment): Replace assertion
10878         checking with a comment explaining why it can't be done.
10880 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
10882         PR middle-end/30833
10883         * tree-dump.c (dequeue_and_dump): Add tcc_vl_exp case missed
10884         during CALL_EXPR representation conversion.
10885         * tree-ssa-propagate.c (set_rhs): Likewise.
10887 2007-02-19  Alexandre Oliva  <aoliva@redhat.com>
10889         * tree-sra.c (sra_build_assignment): Disable assertion checking
10890         for now.
10892 2007-02-18  Roger Sayle  <roger@eyesopen.com>
10894         * function.c (gimplify_parameters): Call build_gimple_modify_stmt
10895         instead of calling build2 with a GIMPLE_MODIFY_STMT.
10896         * gimple-low.c (lower_function_body, lower_builtin_setjmp):
10897         Likewise.
10898         * gimplify.c (build_stack_save_restore, gimplify_return_expr,
10899         gimplify_decl_expr,  gimplify_self_mod_expr, gimplify_cond_expr,
10900         gimplify_init_ctor_eval_range, gimple_push_cleanup,
10901         gimplify_omp_for, gimplify_omp_atomic_pipeline,
10902         gimplify_omp_atomic_mutex, gimplify_expr, gimplify_one_sizepos,
10903         force_gimple_operand): Likewise.
10904         * ipa-cp.c (constant_val_insert): Likewise.
10905         * lambda-code.c (lbv_to_gcc_expression, lle_to_gcc_expression,
10906         lambda_loopnest_to_gcc_loopnest, replace_uses_equiv_to_x_with_y,
10907         perfect_nestify): Likewise.
10908         * langhooks.c (lhd_omp_assignment): Likewise.
10909         * omp-low.c (lower_rec_input_clauses, lower_reduction_clauses,
10910         lower_copyprivate_clauses, lower_send_clauses,
10911         lower_send_shared_vars, expand_parallel_call,
10912         expand_omp_for_generic, expand_omp_for_static_nochunk,
10913         expand_omp_for_static_chunk, expand_omp_sections,
10914         lower_omp_single_copy, lower_omp_for_lastprivate,
10915         lower_omp_parallel, init_tmp_var, save_tmp_var): Likewise.
10916         * value-prof.c (tree_divmod_fixed_value, tree_mod_pow2,
10917         tree_mod_subtract, tree_ic, tree_stringop_fixed_value):
10918         Likewise.
10920 2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
10922         * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
10923         config/sh/sh.md: Follow spelling conventions.
10925         * config/frv/frv.c, config/frv/frv.h, config/frv/frv.md,
10926         config/frv/predicates.md: Follow spelling conventions.
10928         * config/m68k/linux-unwind.h: Fix a comment typo.
10929         * target.h: Follow spelling conventions.
10931 2007-02-18  Roger Sayle  <roger@eyesopen.com>
10933         PR rtl-optimization/28173
10934         * simplify-rtx.c (simplify_binary_operation_1) <IOR>:  Optimize
10935         (X & C1) | C2 as C2 when (C1 & C2) == C1 and X has no side-effects.
10936         Optimize (X & C1) | C2 as X | C2 when (C1 | C2) == ~0.
10937         Canonicalize (X & C1) | C2 as (X & (C1 & ~C2)) | C2.
10938         <AND>: Canonicalize (X | C1) & C2 as (X & C2) | (C1 & C2).
10940 2007-02-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10942         * builtins.c (fold_builtin_load_exponent): New.
10943         (fold_builtin_2): Use it.
10945 2007-02-18  Steven Bosscher  <steven@gcc.gnu.org>
10947         PR rtl-optimization/30773
10948         * local-alloc.c (update_equiv_regs): Do not set reg_equiv_init
10949         if we fail to attach a REG_EQUIV note.
10951 2007-02-18  David Edelsohn  <edelsohn@gnu.org>
10952             Roger Sayle  <roger@eyesopen.com>
10954         * config/rs6000/rs6000.md (bswapsi2): New define_insn and splitter.
10956 2007-02-18  Sandra Loosemore  <sandra@codesourcery.com>
10958         * calls.c (initialize_argument_information): Pass original EXP
10959         and STRUCT_VALUE_ADDR_VALUE instead of a list of arguments.  Move
10960         code to split complex arguments here, as part of initializing the
10961         ARGS array.
10962         (expand_call): Remove code that builds a list of arguments and
10963         inserts implicit arguments into it.  Instead, just count how many
10964         implicit arguments there will be so we can determine the size of
10965         the ARGS array, and let initialize_argument_information do the work.
10966         (split_complex_values): Delete unused function.
10968 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
10970         * tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.
10972 2007-02-18  Eric Botcazou  <ebotcazou@adacore.com>
10974         * calls.c (mem_overlaps_already_clobbered_arg_p): Return true
10975         for arg pointer based indexed addressing.
10977 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
10979         * config/ia64/ia64.h, config/ia64/ia64.md,
10980         config/ia64/predicates.md, config/ia64/sysv4.h: Follow
10981         spelling conventions.
10983 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
10985         * config/m68k/m68k.c (split_di): New.
10986         * config/m68k/m68k-protos.h: Declare split_di.
10987         * config/m68k/m68k.md (extendsidi2*,ashldi3*,ashrdi3*,lshrdi3*):
10988           Improve predicate handling and split constant shifts.
10990 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
10992         * config/m68k/m68k.md (extv,extzv,insv): disable dynamic
10993         parameter for register bitfield operations, general predicates
10994         cleanup
10996 2007-02-18  Roman Zippel <zippel@linux-m68k.org>
10998         * config/m68k/linux.h (MD_UNWIND_SUPPORT): Define.
10999         * config/m68k/linux-unwind.h: New file.
11001 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
11003         * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
11004         config/i386/athlon.md, config/ia64/ia64.md,
11005         config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
11006         df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
11007         ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
11008         tree-ssa-loop-niter.c, tree-vect-analyze.c,
11009         tree-vect-transform.c: Fix comment typos.
11011 2007-02-17  Kazu Hirata  <kazu@codesourcery.com>
11013         * sched-deps.c (find_insn_list): Remove.
11014         * sched-int.h: Remove the prototype for find_insn_list.
11016 2007-02-16  Geoffrey Keating  <geoffk@apple.com>
11018         * config/darwin.h (LINK_SPEC): Always pass -macosx_version_min
11019         to linker.
11020         (DARWIN_EXTRA_SPECS): Add %(darwin_minversion).
11021         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Just call
11022         darwin_rs6000_override_options.
11023         (C_COMMON_OVERRIDE_OPTIONS): Expect
11024         darwin_macosx_version_min to be non-NULL always.
11025         (TARGET_C99_FUNCTIONS): Likewise.
11026         (CC1_SPEC): Always pass -mmacosx-version-min to cc1*.
11027         (DARWIN_MINVERSION_SPEC): New.
11028         * config/rs6000/rs6000.c (darwin_rs6000_override_options): New.
11029         * config/i386/darwin.h (CC1_SPEC): Always pass -mmacosx-version-min
11030         to cc1*.
11031         (DARWIN_MINVERSION_SPEC): New.
11032         * config/darwin.opt (mmacosx-version-min): Initialize to non-NULL
11033         value.
11034         * config/darwin-c.c (darwin_cpp_builtins): Expect
11035         darwin_macosx_version_min to be non-NULL always.
11037         * config/rs6000/rs6000.c: Clean up trailing whitespace.
11039 2007-02-16  Uros Bizjak  <ubizjak@gmail.com>
11041         * config/i386/i386.h (x86_use_xchgb): New.
11042         (TARGET_USE_XCHGB): New macro.
11043         * config/i386/i386.c (x86_use_xchgb): Set for PENT4.
11044         * config/i386/i386.md (*rotlhi3_1 splitter, *rotrhi3_1 splitter):
11045         Split after reload into bswaphi for shifts of 8.
11046         (bswaphi_lowpart): Generate rolw insn for HImode byte swaps.
11047         (*bswaphi_lowpart_1): Generate xchgb for Q registers for TARGET_XCHGB
11048         or when optimizing for size.
11050 2007-02-16  Richard Guenther  <rguenther@suse.de>
11051             Christian Bruel  <christian.bruel@st.com>
11053         * fold-const.c (tree_swap_operands_p): Treat SSA_NAMEs like
11054         DECLs but prefer SSA_NAMEs over DECLs.
11056 2007-02-16  Richard Guenther  <rguenther@suse.de>
11058         * tree-flow-inline.h (single_imm_use_p): Remove.
11059         (zero_imm_uses_p): Likewise.
11060         * tree-ssa-coalesce.c (create_outofssa_var_map): Use has_single_use
11061         instead of single_imm_use_p.
11062         * tree-cfg.c (replace_uses_by): Use has_zero_use instead of
11063         zero_imm_uses_p.
11065 2007-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11067         PR other/27843
11068         * Makefile.in (SYSTEM_HEADER_DIR): Use single quotes to avoid
11069         nested double- and backquotes.
11071 2007-02-15  Roger Sayle  <roger@eyesopen.com>
11073         PR middle-end/30391
11074         * tree.c (expr_align): Handle MODIFY_EXPR.  GIMPLE_MODIFY_STMT
11075         should be unreachable.
11076         (build2_stat): Allow construction of MODIFY_EXPR at any time.
11077         For the time being redirect GIMPLE_MODIFY_STMT to the new
11078         (renamed) build_gimple_modify_stmt_stat.
11079         (build2_gimple_stat): Rename to...
11080         (build_gimple_modify_stmt_stat): Now longer take a CODE argument.
11081         Always build a GIMPLE_MODIFY_STMT node.
11082         * tree.h (build2_gimple, build2_gimple_stat): Delete.
11083         (build_gimple_modify_stmt, build_gimple_modify_stmt_stat): New
11084         declarations.
11086         * tree-cfg.c (factor_computed_gotos, tree_merge_blocks,
11087         gimplify_val): Use build_gimple_modify_stmt instead of build2_gimple.
11088         * tree-complex.c (set_component_ssa_name, expand_complex_move,
11089         expand_complex_div_wide): Likewise.
11090         * tree-ssa-dom.c (record_equivalences_from_stmt): Likewise.
11091         * tree-ssa-loop-im.c (schedule_sm): Likewise.
11092         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Likewise.
11093         * tree-ssa-loop-manip.c (create_iv): Likewise.
11094         * tree-ssa-phiopt.c (conditional_replacement, minmax_replacement,
11095         abs_replacement): Likewise.
11096         * tree-ssa-pre.c (create_expression_by_pieces, poolify_modify_stmt,
11097         realify_fake_stores): Likewise.
11099         * builtins.c (std_expand_builtin_va_start): Build a MODIFY_EXPR
11100         node rather than a GIMPLE_MODIFY_STMT node.
11101         (std_gimpify_va_arg_expr, expand_builtin_va_copy,
11102         fold_builtin_memset, fold_builtin_memory_op, do_mpfr_sincos):
11103         Likewise.
11104         (integer_valued_real_p): Handle MODIFY_EXPR, not GIMPLE_MODIFY_STMT.
11105         * expr.c (expand_expr_real_1): Handle both MODIFY_EXPR and
11106         GIMPLE_MODIFY_STMT.
11108 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11110         PR middle-end/30433
11111         * fold-const.c (fold_comparison): Add back the
11112         folding of constant complex comparisions.
11114 2007-02-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
11116         PR middle-end/30729
11117         * stmt.c (warn_if_unused_value): VA_ARG_EXPR has side
11118         effects unknown to this function, return early.
11120 2007-02-15  Ian Lance Taylor  <iant@google.com>
11122         * lower-subreg.c (move_eh_region_note): New static function.
11123         (resolve_simple_move): Call it.
11124         (decompose_multiword_subregs): Track blocks for which we resolve a
11125         simple move which is also a control flow insn.  Pass them to
11126         find_many_sub_basic_blocks.
11127         (pass_lower_subreg): Add TODO_verify_flow.
11128         (pass_lower_subreg2): Likewise.
11130 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
11131             Brooks Moses  <brooks.moses@codesourcery.com>
11132             Lee Millward  <lee.millward@codesourcery.com>
11134         * tree.h (enum tree_code_class): Add tcc_vl_exp.
11135         (VL_EXP_CLASS_P): New.
11136         (TREE_OPERAND_CHECK): Use TREE_OPERAND_LENGTH instead of
11137         TREE_CODE_LENGTH.
11138         (TREE_OPERAND_CHECK_CODE): Likewise.
11139         (GIMPLE_STMT_OPERAND_CHECK): Likewise.
11140         (TREE_RTL_OPERAND_CHECK): Likewise.
11141         (tree_operand_check_failed): Make second parameter the whole tree
11142         instead of its code.  Fixed callers.
11143         (VL_EXP_CHECK): New.
11144         (TREE_OPERAND_LENGTH): New.
11145         (VL_EXP_OPERAND_LENGTH): New.
11146         (CALL_EXPR_FN): New.
11147         (CALL_EXPR_STATIC_CHAIN): New.
11148         (CALL_EXPR_ARGS): New.
11149         (CALL_EXPR_ARG): New.
11150         (call_expr_nargs): New.
11151         (CALL_EXPR_ARGP): New.
11152         (build_nt_call_list): Declare.
11153         (build_vl_exp_stat): Declare.
11154         (build_vl_exp): New.
11155         (build_call_list): Declare.
11156         (build_call_nary): Declare.
11157         (build_call_valist): Declare.
11158         (build_call_array): Declare.
11159         (call_expr_arg): Declare.
11160         (call_expr_argp): Declare.
11161         (call_expr_arglist): Declare.
11162         (fold_build_call_list): Declare.
11163         (fold_build_call_list_initializer): Declare.
11164         (fold_call_expr): Declare to replace fold_builtin.
11165         (fold_builtin_fputs): Update to agree with modified definition.
11166         (fold_builtin_strcpy): Likewise.
11167         (fold_builtin_strncpy): Likewise.
11168         (fold_builtin_memory_chk): Likewise.
11169         (fold_builtin_stxcpy_chk): Likewise.
11170         (fold_builtin_strncpy_chk): Likewise.
11171         (fold_builtin_next_arg): Likewise.
11172         (fold_build_call_expr): Declare.
11173         (fold_builtin_call_list): Declare.
11174         (fold_builtin_call_valist): Declare.
11175         (build_call_expr): Declare.
11176         (validate_arglist): Update to agree with modified definition.
11177         (tree_operand_length): New.
11178         (call_expr_arg_iterator): New.
11179         (init_call_expr_arg_iterator): New.
11180         (next_call_expr_arg): New.
11181         (first_call_expr_arg): New.
11182         (more_call_expr_args_p): New.
11183         (FOR_EACH_CALL_EXPR_ARG): New.
11185         * tree.c (tree_code_class_string): Add entries for tcc_vl_exp
11186         and tcc_gimple_stmt.
11187         (tree_code_size): Update documentation.  Use sizeof (tree) rather
11188         than sizeof (char *).
11189         (tree_size): Likewise.  Add case for tcc_vl_exp.
11190         (tree_node_structure): Add case for tcc_vl_exp.
11191         (contains_placeholder_p): Likewise.
11192         (substitute_in_expr): Likewise.
11193         (substitute_placeholder_in_expr): Likewise.
11194         (stabilize_reference_1): Likewise.
11195         (build3_stat): Remove logic for CALL_EXPRs.  Replace with assertion
11196         to diagnose breakage of this interface for constructing CALL_EXPRs.
11197         (build_nt): Add similar assertion here.
11198         (build_nt_call_list): New.
11199         (simple_cst_equal) <CALL_EXPR>: Rewrite to use new accessors.
11200         (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
11201         TREE_CODE_LENGTH.
11202         (get_callee_fndecl): Use new CALL_EXPR accessors.
11203         (tree_operand_check_failed): Change parameters to pass entire node
11204         instead of its code, so that we can call TREE_OPERAND_LENGTH on it.
11205         (process_call_operands): New.
11206         (build_vl_exp_stat): New.
11207         (build_call_list): New.
11208         (build_call_nary): New.
11209         (build_call_valist): New.
11210         (build_call_array): New.
11211         (walk_tree): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11212         (call_expr_arglist): New.
11214         * tree.def (CALL_EXPR): Change representation of CALL_EXPRs to use
11215         tcc_vl_exp instead of a fixed-size tcc_expression.
11217         * doc/c-tree.texi (CALL_EXPR): Document new representation and
11218         accessors for CALL_EXPRs.
11219         (AGGR_INIT_EXPR): Likewise.
11221 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
11222             Brooks Moses  <brooks.moses@codesourcery.com>
11223             Lee Millward  <lee.millward@codesourcery.com>
11225         * builtins.c (c_strlen): Return NULL_TREE instead of 0.
11226         (expand_builtin_nonlocal_goto): Change parameter to be entire
11227         CALL_EXPR instead of an arglist.  Use new CALL_EXPR accessors.
11228         (expand_builtin_prefetch): Likewise.
11229         (expand_builtin_classify_type): Likewise.
11230         (mathfn_built_in): Return NULL_TREE instead of 0.
11231         (expand_errno_check): Use new CALL_EXPR accessors.
11232         (expand_builtin_mathfn): Use new CALL_EXPR accessors and constructors.
11233         Return NULL_RTX instead of 0.
11234         (expand_builtin_mathfn_2): Likewise.
11235         (expand_builtin_mathfn_3): Likewise.
11236         (expand_builtin_interclass_mathfn): Likewise.
11237         (expand_builtin_sincos): Likewise.
11238         (expand_builtin_cexpi): Likewise.
11239         (expand_builtin_int_roundingfn): Likewise.
11240         (expand_builtin_int_roundingfn_2): Likewise.
11241         (expand_builtin_pow): Likewise.
11242         (expand_builtin_powi): Likewise.
11243         (expand_builtin_strlen): Pass entire CALL_EXPR as parameter instead
11244         of arglist, fixing callers appropriately.  Use new CALL_EXPR
11245         accessors and constructors.  Return NULL_RTX instead of 0.
11246         (expand_builtin_strstr): Likewise.
11247         (expand_builtin_strchr): Likewise.
11248         (expand_builtin_strrchr): Likewise.
11249         (expand_builtin_strpbrk): Likewise.
11250         (expand_builtin_memcpy): Likewise.
11251         (expand_builtin_mempcpy): Likewise.
11252         (expand_builtin_mempcpy_args): New.
11253         (expand_builtin_memmove): Similarly to expand_builtin_mempcpy.
11254         (expand_builtin_memmove_args): New.
11255         (expand_builtin_bcopy): Similarly to expand_builtin_mempcpy.
11256         (expand_movstr): Likewise.
11257         (expand_builtin_strcpy): Likewise.
11258         (expand_builtin_strcpy_args): New.
11259         (expand_builtin_stpcpy): Similarly to expand_builtin_strcpy.
11260         (expand_builtin_strncpy): Likewise.
11261         (expand_builtin_memset): Likewise.
11262         (expand_builtin_memset_args): New.
11263         (expand_builtin_bzero): Similarly to expand_builtin_memset.
11264         (expand_builtin_memcmp): Likewise.
11265         (expand_builtin_strcmp): Likewise.
11266         (expand_builtin_strncmp): Likewise.
11267         (expand_builtin_strcat): Likewise.
11268         (expand_builtin_strncat): Likewise.
11269         (expand_builtin_strspn): Likewise.
11270         (expand_builtin_strcspn): Likewise.
11271         (expand_builtin_args_info): Likewise.
11272         (expand_builtin_va_start): Likewise.
11273         (gimplify_va_arg_expr): Likewise.
11274         (expand_builtin_va_end): Likewise.
11275         (expand_builtin_va_copy): Likewise.
11276         (expand_builtin_frame_address): Likewise.
11277         (expand_builtin_alloca): Likewise.
11278         (expand_builtin_bswap): Likewise.
11279         (expand_builtin_unop): Likewise.
11280         (expand_builtin_fputs): Likewise.
11281         (expand_builtin_expect): Likewise.
11282         (expand_builtin_fabs): Likewise.
11283         (expand_builtin_copysign): Likewise.
11284         (expand_builtin_printf): Likewise.
11285         (expand_builtin_fprintf): Likewise.
11286         (expand_builtin_sprintf): Likewise.
11287         (expand_builtin_init_trampoline): Likewise.
11288         (expand_builtin_signbit): Likewise.
11289         (expand_builtin_fork_or_exec): Likewise.
11290         (expand_builtin_sync_operation): Likewise.
11291         (expand_builtin_compare_and_swap): Likewise.
11292         (expand_builtin_lock_test_and_set): Likewise.
11293         (expand_builtin_lock_release): Likewise.
11294         (expand_builtin): Likewise.
11295         (builtin_mathfn_code): Likewise.
11297         (fold_builtin_constant_p): Pass call arguments individually instead
11298         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
11299         accessors and constructors.  Return NULL_TREE instead of 0.
11300         (fold_builtin_expect): Likewise.
11301         (fold_builtin_classify_type): Likewise.
11302         (fold_builtin_strlen): Likewise.
11303         (fold_builtin_nan): Likewise.
11304         (integer_valued_real_p): Likewise.
11305         (fold_trunc_transparent_mathfn): Likewise.
11306         (fold_fixed_mathfn): Likewise.
11307         (fold_builtin_cabs): Likewise.
11308         (fold_builtin_sqrt): Likewise.
11309         (fold_builtin_cbrt): Likewise.
11310         (fold_builtin_cos): Likewise.
11311         (fold_builtin_cosh): Likewise.
11312         (fold_builtin_tan): Likewise.
11313         (fold_builtin_sincos): Likewise.
11314         (fold_builtin_cexp): Likewise.
11315         (fold_builtin_trunc): Likewise.
11316         (fold_builtin_floor): Likewise.
11317         (fold_builtin_ceil): Likewise.
11318         (fold_builtin_round): Likewise.
11319         (fold_builtin_int_roundingfn): Likewise.
11320         (fold_builtin_bitop): Likewise.
11321         (fold_builtin_bswap): Likewise.
11322         (fold_builtin_logarithm): Likewise.
11323         (fold_builtin_hypot): Likewise.
11324         (fold_builtin_pow): Likewise.
11325         (fold_builtin_powi): Likewise.
11326         (fold_builtin_exponent): Likewise.
11327         (fold_builtin_memset): Likewise.
11328         (fold_builtin_bzero): Likewise.
11329         (fold_builtin_memory_op): Likewise.
11330         (fold_builtin_bcopy): Deleted; call site changed to invoke
11331         fold_builtin_memory_op directly.
11332         (fold_builtin_strcpy): Similarly as for fold_builtin_memory_op.
11333         (fold_builtin_strncpy): Likewise.
11334         (fold_builtin_memcmp): Likewise.
11335         (fold_builtin_strcmp): Likewise.
11336         (fold_builtin_strncmp): Likewise.
11337         (fold_builtin_signbit): Likewise.
11338         (fold_builtin_copysign): Likewise.
11339         (fold_builtin_isascii): Likewise.
11340         (fold_builtin_toascii): Likewise.
11341         (fold_builtin_isdigit): Likewise.
11342         (fold_builtin_fabs): Likewise.
11343         (fold_builtin_abs): Likewise.
11344         (fold_builtin_fmin_fmax): Likewise.
11345         (fold_builtin_carg): Likewise.
11346         (fold_builtin_classify): Likewise.
11347         (fold_builtin_unordered_cmp): Likewise.
11349         (fold_builtin_0, fold_builtin_2, fold_builtin_3, fold_builtin_4):
11350         New functions split out from fold_builtin_1.
11351         (fold_builtin_n): New.
11352         (fold_builtin_varargs): New.
11353         (fold_builtin): Deleted.  Most callers changed to use fold_call_expr
11354         instead.
11355         (fold_call_expr): New.
11356         (build_function_call_expr): Rewrite to use new helper function.
11357         (fold_builtin_call_list): New.
11358         (build_call_expr): New.
11359         (fold_builtin_call_valist): New.
11360         (rewrite_call_expr): New.
11361         (validate_arg): New.
11362         (validate_arglist): Change parameter to be entire CALL_EXPR instead
11363         of an arglist.  Change return type to bool.  Use new CALL_EXPR
11364         accessors.
11366         (fold_builtin_strstr):  Pass call arguments individually instead
11367         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
11368         accessors and constructors.  Return NULL_TREE instead of 0.
11369         (fold_builtin_strchr): Likewise.
11370         (fold_builtin_strrchr): Likewise.
11371         (fold_builtin_strpbrk): Likewise.
11372         (fold_builtin_strcat): Likewise.
11373         (fold_builtin_strncat): Likewise.
11374         (fold_builtin_strspn): Likewise.
11375         (fold_builtin_strcspn): Likewise.
11376         (fold_builtin_fputs): Likewise.
11377         (fold_builtin_next_arg): Likewise.
11378         (fold_builtin_sprintf): Likewise.
11380         (expand_builtin_object_size): Use new CALL_EXPR accessors.  Use
11381         NULL_RTX instead of 0.
11382         (expand_builtin_memory_chk): Likewise.
11383         (maybe_emit_chk_warning): Likewise.
11384         (maybe_emit_sprintf_chk_warning): Likewise.
11386         (fold_builtin_object_size): Pass call arguments individually instead
11387         of as an arglist, fixing callers appropriately.  Use new CALL_EXPR
11388         accessors and constructors.  Return NULL_TREE instead of 0.
11389         (fold_builtin_memory_chk): Likewise.
11390         (fold_builtin_stxcpy_chk): Likewise.
11391         (fold_builtin_strncpy_chk): Likewise.
11392         (fold_builtin_strcat_chk): Likewise.
11393         (fold_builtin_strcat_chk): Likewise.
11394         (fold_builtin_strncat_chk): Likewise.
11395         (fold_builtin_sprintf_chk): Likewise.
11396         (fold_builtin_snprintf_chk): Likewise.
11397         (fold_builtin_printf): Likewise.
11398         (fold_builtin_vprintf): Likewise.
11400         * fold-const.c (negate_expr_p): Use new CALL_EXPR accessors and
11401         constructors.
11402         (operand_equal_p): Add separate tcc_vl_exp/CALL_EXPR case.
11403         (make_range): Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11404         (extract_muldiv_1): Add VL_EXP_CLASS_P case.
11405         (fold_mathfn_compare): Use new CALL_EXPR accessors and constructors.
11406         (fold_unary): Likewise.
11407         (fold_binary): Likewise.
11408         (fold_ternary): Remove CALL_EXPR case, since they are no longer
11409         ternary expressions.
11410         (fold): Add logic for tcc_vl_exp.
11411         (fold_checksum_tree):  Make it know about tcc_vl_exp.  Use
11412         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11413         (fold_build3_stat): Add assertion to flag broken interface for
11414         constructing CALL_EXPRs.
11415         (fold_build_call_list): New.
11416         (fold_build_call_list_initializer): New.
11417         (tree_expr_nonnegative_p): Use new CALL_EXPR accessors and
11418         constructors.
11419         (fold_strip_sign_ops): Likewise.
11421 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
11422             Brooks Moses  <brooks.moses@codesourcery.com>
11423             Lee Millward  <lee.millward@codesourcery.com>
11425         * tree-dump.c (dequeue_and_dump) <CALL_EXPR>: Use new CALL_EXPR
11426         accessors and dump arguments explicitly.
11428         * tree-pretty-print.c (do_niy): Use TREE_OPERAND_LENGTH instead of
11429         TREE_CODE_LENGTH.
11430         (dump_generic_node): Use new CALL_EXPR accessors and walk arguments
11431         explicitly.
11432         (print_call_name): Use new CALL_EXPR accessors.
11434         * print-tree.c (print_node): Add case tcc_vl_exp.  Print
11435         CALL_EXPR arguments explicitly instead of as a list.  Use
11436         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11438         * tree-vrp.c (stmt_interesting_for_vrp): Use new CALL_EXPR accessors.
11439         (vrp_visit_stmt): Likewise.
11441         * tree-ssa-loop-im.c (outermost_invariant_loop_expr):  Make it
11442         know about tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of
11443         TREE_CODE_LENGTH.
11444         (force_move_till_expr): Likewise.
11446         * targhooks.c (default_external_stack_protect_fail): Use
11447         build_call_expr instead of build_function_call_expr.
11448         (default_hidden_stack_protect_fail): Likewise.
11450         * tree-complex.c (expand_complex_libcall): Use build_call_expr to
11451         build the call.
11453         * cgraphbuild.c (build_cgraph_edges): Use new CALL_EXPR accessors
11454         and walk arguments explicitly.
11456         * tree-ssa-loop-niter.c (simplify_replace_tree): Use
11457         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11458         (expand_simple_operations): Likewise.
11459         (infer_loop_bounds_from_array): Use new CALL_EXPR accessors.
11461         * gengtype.c (adjust_field_tree_exp): Use TREE_OPERAND_LENGTH instead
11462         of TREE_CODE_LENGTH.
11463         (walk_type): Tweak walking of arrays not to blow up on CALL_EXPRs.
11465         * optabs.c (expand_widen_pattern-expr): Use TREE_OPERAND_LENGTH
11466         instead of TREE_CODE_LENGTH.
11468         * value_prof.c (tree_ic): Use new CALL_EXPR accessors.
11469         (tree_ic_transform): Likewise.
11470         (interesting_stringop_to_profile_p): Pass entire CALL_EXPR as
11471         parameter instead of arglist.  Fix callers.
11472         (tree_stringop_fixed_value): Use new CALL_EXPR accessors.
11473         (tree_stringops_transform): Likewise.
11474         (tree_indirect_call_to_profile): Likewise.
11475         (tree_stringops_values_to_profile): Likewise.
11477         * tree-tailcall.c (find_tail_calls): Use new CALL_EXPR iterator.
11478         (eliminate_tail_call): Likewise.
11480         * ipa-cp.c (ipcp_update_callgraph): Use new CALL_EXPR accessors.
11482         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
11483         Use TREE_OPERAND_LENGTH and generalize to handle any number of
11484         operands.
11485         (instantiate_parameters_1): Can't handle tcc_vl_exp here.
11487         * omp-low.c (build_omp_barrier): Use build_call_expr.
11488         (lower_rec_input_clauses): Likewise.
11489         (lower_reduction_clauses): Likewise.
11490         (expand_parallel_call): Likewise.
11491         (maybe_catch_exception): Likewise.
11492         (expand_omp_for_generic): Likewise.
11493         (expand_omp_for_static_nochunk): Likewise.
11494         (expand_omp_sections): Likewise.
11495         (lower_omp_single_simple): Likewise.
11496         (lower_omp_single_copy): Likewise.
11497         (lower_omp_master): Likewise.
11498         (lower_omp_ordered): Likewise.
11499         (lower_omp_critical): Likewise.
11501         * ipa-reference.c (check-call): Use new CALL_EXPR iterator.
11502         (scan_for_static_refs): Create tcc_vl_exp case for CALL_EXPR.
11504         * tree-gimple.c (is_gimple_call_addr): Fix doc.
11505         (recalculate_side_effects): Use TREE_OPERAND_LENGTH instead of
11506         TREE_CODE_LENGTH.  Add tcc_vl_exp case.
11508         * tree-chrec.c (chrec_contains_symbols): Use TREE_OPERAND_LENGTH
11509         and generalize to handle any number of operands.
11510         (chrec_contains_undetermined): Likewise.
11511         (tree_contains_chrecs): Likewise.
11512         (evolution_function_is_invariant_rec_p): Use TREE_OPERAND_LENGTH.
11514         * cgraphunit.c (update_call_expr): Use new CALL_EXPR accessors.
11516         * tree-ssa-ccp.c (ccp_fold): Use new CALL_EXPR accessors.  Use
11517         fold_call_expr instead of fold_builtin.
11518         (ccp_fold_builtin): Likewise.  Update calls into builtins.c to
11519         match declarations there.
11520         (fold_stmt): Use new CALL_EXPR constructor and accessors.  Doc
11521         updates.
11523         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Use
11524         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11526         * ipa-pure-const.c (check_call): Use new CALL_EXPR accessors.
11527         (scan_function): Add case tcc_vl_exp for CALL_EXPR.
11529         * tree-stdarg.c (execute_optimize_stdarg): Use new CALL_EXPR
11530         accessors.
11532         * tree-ssa-math-opts.c (execute_cse_sincos_1): Use build_call_expr.
11533         (execute_cse_sincos): Use new CALL_EXPR accessors.
11535         * tree-ssa-alias.c (find_used_portions): Use new CALL_EXPR iterator.
11537         * gimple-low.c (lower_function_body): Use build_call_expr.
11538         (lower_builtin_setjmp): Likewise.
11540         * expr.c (emit_block_move_via_libcall): Use build_call_expr.
11541         (set_storage_via_libcall): Likewise.
11542         (safe_from_p): Add tcc_vl_exp case.  Use TREE_OPERAND_LENGTH
11543         instead of TREE_CODE_LENGTH.
11544         (expand_expr_real_1): Use new CALL_EXPR accessors.
11546         * tree-browser.c (store_child_info): Use TREE_OPERAND_LENGTH and
11547         generalize to handle any number of operands.
11548         (TB_parent_eq): Likewise.
11550         * predict.c (expr_expected_value): Use new CALL_EXPR accessors.
11551         (strip_builtin_expect): Likewise.
11553         * function.c (gimplify_parameters): Use build_call_expr.
11555         * tree-vectorizer.c (vect_is_simple_reduction): Use TREE_OPERAND_LENGTH
11556         instead of TREE_CODE_LENGTH.
11558         * ipa-type-escape.c (check_call): Use new CALL_EXPR iterators.
11559         (scan_for_refs): Add case tcc_vl_exp for CALL_EXPR.
11561         * tree-data-ref.c (get_references_in_stmt): Use new CALL_EXPR
11562         iterators.
11564         * gimplify.c (build_stack_save_restore): Use build_call_expr.
11565         (gimplify_decl_expr): Likewise.
11566         (gimplify_call_expr): Use fold_call_expr instead of fold_builtin.
11567         Use new CALL_EXPR iterators.
11568         (gimplify_modify_expr_to_memcpy): Use build_call_expr.
11569         (gimplify_modify_expr_to_memset): Likewise.
11570         (gimplify_variable_sized_compare): Likewise.
11571         (gimplify_omp_atomic_fetch_op): Likewise.
11572         (gimplify_omp_atomic_pipeline): Likewise.
11573         (gimplify_omp_atomic_mutex): Likewise.
11574         (gimplify_function_tree): Likewise.
11576         * calls.c (alloca_call_p): Use new CALL_EXPR accessors.
11577         (call_expr_flags): Likewise.
11578         (expand_call): Likewise.
11580         * except.c (expand_builtin_eh_return_data_regno): Pass entire
11581         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
11582         accessors.
11584         * coverage.c (create_coverage): Use build_call_expr.
11586         * tree-ssa-pre.c (expression_node_pool, list_node_pool): Delete.
11587         (temp_call_expr_obstack): New.
11588         (pool_copy_list): Delete.
11589         (temp_copy_call_expr): New.
11590         (phi_translate): Add case tcc_vl_exp for CALL_EXPR.  Use new
11591         CALL_EXPR accessors.  Get rid of special goo for copying argument
11592         lists and use temp_copy_call_expr instead.
11593         (valid_in_sets): Add case tcc_vl_exp for CALL_EXPR.  Use new
11594         CALL_EXPR accessors.
11595         (create_expression_by_pieces): Likewise.  Use build_call_array
11596         to construct the result instead of fold_build3.
11597         (create_value_expr_from): Add tcc_vl_exp.  Delete special goo for
11598         dealing with argument lists.
11599         (init_pre): Remove references to expression_node_pool and
11600         list_node_pool.  Init temp_call_expr_obstack instead.
11601         (fini_pre): Remove references to expression_node_pool and
11602         list_node_pool.
11604         * tree-sra.c (sra_walk_call_expr): Use new CALL_EXPR accessors
11605         and walk arguments explicitly instead of as a list.
11607         * tree-mudflap.c (mf_build_check_statement_for): Use build_call_expr.
11608         (mx_register_decls): Likewise.
11609         (mudflap_register_call): Likewise.
11610         (mudflap_finish_file): Likewise.
11612         * ipa-prop.c (ipa_callsite_compute_count): Use new CALL_EXPR accessors.
11613         (ipa_callsite_compute_param): Likewise.
11615         * tree-vect-patterns.c (vect_recog_pow_pattern): Use new CALL_EXPR
11616         accessors and constructor.
11618         * tree-nested.c (convert_nl_goto_reference): Use new CALL_EXPR
11619         accessors and constructor.
11620         (convert_tramp_reference): Likewise.
11621         (convert_call_expr): Likewise.
11622         (finalize_nesting_tree_1): Likewise.
11624         * tree-ssa.c (tree_ssa_useless_type_conversion): Use new CALL_EXPR
11625         accessors.
11627         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Use build_call_expr.
11629         * tree-inline.c (initialize_inlined_parameters): Pass entire
11630         CALL_EXPR as parameter instead of arglist.  Use new CALL_EXPR
11631         accessors.
11632         (estimate_num_insns_1): Use new CALL_EXPR accessors.
11633         (expand_call_inline): Tidy up call to initialize_inlined_parameters.
11635         * tree-vect-transform.c (vect_create_epilog_for_reduction):  Use
11636         TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11637         (vectorizable_reduction): Likewise.
11638         (vectorizable_call): Use new CALL_EXPR iterators.
11639         (vectorizable_conversion): Use build_call_expr.
11640         (vectorizable_operation): Use TREE_OPERAND_LENGTH.
11641         (vect_gen_widened_results_half): Use build_call_expr.
11642         (vect_setup_realignment): Likewise.
11643         (vectorizable_live_operation): Use TREE_OPERAND_LENGTH.
11645         * tree-object-size.c (alloc_object_size): Use new CALL_EXPR accessors.
11646         (pass_through_call): Likewise.
11647         (compute_object_sizes): Likewise.  Use fold_call_expr instead of
11648         fold_builtin.
11650         * tree-profile.c (tree_gen_interval_profiler): Use build_call_expr.
11651         (tree_gen_pow2_profiler): Likewise.
11652         (tree_gen_one_value_profiler): Likewise.
11653         (tree_gen_ic_func_profiler): Likewise.
11654         (tree_gen_average_profiler): Likewise.
11655         (tree_gen_ior_profiler): Likewise.
11657         * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
11658         (find_func_aliases): Use new CALL_EXPR accessors.  Add case
11659         tcc_vl_exp.  Use TREE_OPERAND_LENGTH instead of TREE_CODE_LENGTH.
11661         * tree-ssa-reassoc.c (get_rank): Use TREE_OPERAND_LENGTH instead
11662         of TREE_CODE_LENGTH.
11664         * stmt.c (warn_if_unused_value): Use TREE_OPERAND_LENGTH instead
11665         of TREE_CODE_LENGTH.
11667         * convert.c (convert_to_real): Use new CALL_EXPR accessors and
11668         constructor.
11669         (convert_to_integer): Likewise.
11671         * tree-ssa-operands.c (get_call_expr_operands): Use new CALL_EXPR
11672         accessors.
11674 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
11675             Brooks Moses  <brooks.moses@codesourcery.com>
11676             Lee Millward  <lee.millward@codesourcery.com>
11678         * config/alpha/alpha.c (alpha_expand_builtin): Use new CALL_EXPR
11679         accessors.
11680         * config/frv/frv.c (frv_expand_builtin): Likewise.
11681         * config/s390/s390.c (s390_expand_builtin): Likewise.
11683         * config/sparc/sparc.c (sparc_gimplify_va_arg): Use build_call_expr.
11684         (sparc_expand_builtin): Use new CALL_EXPR accessors.
11686         * config/i386/i386.c (ix86_function_ok_for_sibcall): Likewise.
11687         (ix86_expand_binop_builtin): Pass entire CALL_EXPR as parameter
11688         instead of arglist.  Use new CALL_EXPR accessors on it.  Fix callers.
11689         (ix86_expand_store_builtin): Likewise.
11690         (ix86_expand_unop_builtin): Likewise.
11691         (ix86_expand_unop1_builtin): Likewise.
11692         (ix86_expand_sse_compare): Likewise.
11693         (ix86_expand_sse_comi): Likewise.
11694         (ix86_expand_vec_init_builtin): Likewise.
11695         (ix86_expand_vec_ext_builtin): Likewise.
11696         (ix86_expand_vec_set_builtin): Likewise.
11697         (ix86_expand_builtin): Use new CALL_EXPR accessors.
11699         * config/sh/sh.c (sh_expand_builtin): Use new CALL_EXPR accessors.
11700         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
11702         * config/iq2000/iq2000.c (expand_one_builtin): Pass entire CALL_EXPR
11703         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
11704         (iq2000_expand_builtin): Use new CALL_EXPR accessors.
11706         * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Use
11707         build_call_expr.
11708         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
11709         (rs6000_expand_unop_builtin): Pass entire CALL_EXPR instead of
11710         arglist.  Use new CALL_EXPR accessors.  Fix callers.
11711         (altivec_expand_abs_builtin): Likewise.
11712         (rs6000_expand_binop_builtin): Likewise.
11713         (altivec_expand_predicate_builtin): Likewise.
11714         (altivec_expand_lv_builtin): Likewise.
11715         (spe_expand_stv_builtin): Likewise.
11716         (altivec_expand_stv_builtin): Likewise.
11717         (rs6000_expand_ternop_builtin): Likewise.
11718         (altivec_expand_ld_builtin): Use new CALL_EXPR accessors.
11719         (altivec_expand_st_builtin): Likewise.
11720         (altivec_expand_dst_builtin): Likewise.
11721         (altivec_expand_vec_init_builtin): Pass entire CALL_EXPR instead of
11722         arglist.  Use new CALL_EXPR accessors.  Fix callers.
11723         (altivec_expand_vec_set_builtin): Likewise.
11724         (altivec_expand_vec_ext_builtin): Likewise.
11725         (altivec_expand_builtin): Use new CALL_EXPR accessors.
11726         (spe_expand_builtin): Likewise.
11727         (spe_expand_predicate_builtin): Pass entire CALL_EXPR instead of
11728         arglist.  Use new CALL_EXPR accessors.  Fix callers.
11729         (spe_expand_evsel_builtin): Likewise.
11730         (rs6000_expand_builtin): Use new CALL_EXPR accessors.  VCFUX and
11731         FCFSX cases must construct whole new CALL_EXPR, not just arglist.
11733         * config/arm/arm.c (arm_expand_binop_builtin): Pass entire CALL_EXPR
11734         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
11735         (arm_expand_unop_builtin): Likewise.
11736         (arm_expand_builtin): Use new CALL_EXPR accessors.
11738         * config/mips/mips.c (mips_expand_builtin):  Use new CALL_EXPR
11739         accessors.
11741         * config/bfin/bfin.c (bfin_expand_binop_builtin): Pass entire CALL_EXPR
11742         instead of arglist.  Use new CALL_EXPR accessors.  Fix callers.
11743         (bfin_expand_unop_builtin): Likewise.
11744         (bfin_expand_builtin): Use new CALL_EXPR accessors.
11746 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
11747             Brooks Moses  <brooks.moses@codesourcery.com>
11748             Lee Millward  <lee.millward@codesourcery.com>
11750         * c-semantics.c (build_stmt): Add internal diagnostic check.
11752         * c-pretty-print.c (pp_c_postfix_expression): Use new CALL_EXPR
11753         accessors.  Print arguments explicitly instead of as a list.
11755         * c-typeck.c (build_function_call): Use new CALL_EXPR constructors.
11757         * c-omp.c (c_finish_omp_barrier): Use build_call_expr.
11758         (c_finish_omp_flish): Likewise.
11760         * c-common.c (verify_tree): Use new CALL_EXPR accessors.  Traverse
11761         arguments explicitly instead of as a list.  Use TREE_OPERAND_LENGTH
11762         instead of TREE_CODE_LENGTH.
11763         (check_function_arguments_recurse): Use new CALL_EXPR accessors.
11764         (c_warn_unused_result): Likewise.
11766 2007-02-15  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11768         PR c/26494
11769         * doc/invoke.texi (Warning Options): Remove
11770         -Werror-implicit-function-declaration.
11771         (Wimplicit-function-declaration): Update description.
11772         * opts.c (common_handle_option): Move handling of -Werror=* to...
11773         (enable_warning_as_error): ...here.
11774         * opts.h (enable_warning_as_error): Declare.
11775         * c-decl.c (implicit_decl_warning): Unless
11776         -Wno-implicit-function-declaration is given, emit a pedwarn if
11777         -std=c99 or emit a warning if -Wimplicit-function-declaration.
11778         * c.opt (Wimplicit-function-declaration): Replace
11779         mesg_implicit_function_declaration with
11780         warn_implicit_function_declaration.
11781         * c-opts.c (c_common_handle_option):
11782         -Werror-implicit-function-declaration is exactly equal as
11783         -Werror=implicit-function-declaration.
11784         (set_Wimplicit): Replace mesg_implicit_function_declaration with
11785         warn_implicit_function_declaration.
11786         (c_common_post_options): -Wimplict-function-declaration is enabled
11787         by default by -std=c99, otherwise is disabled by default.
11788         * c-objc-common.c (c_objc_common_init): Remove flawed logic.
11790 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
11792         * gimplify.c (gimplify_modify_expr): During gimplification, attach a
11793         DECL on the rhs to a DECL on the lhs for debug info purposes if the
11794         former is ignored but not the latter.
11796 2007-02-15  Eric Botcazou  <ebotcazou@adacore.com>
11798         * expr.c (expand_expr_real_1) <normal_inner_ref>: If a temporary
11799         is made and the reference doesn't use the alias set of its type,
11800         do not create the temporary using that type.
11802 2007-02-15  Aldy Hernandez  <aldyh@redhat.com>
11804         * jump.c: Remove prototypes for delete_computation and
11805         delete_prior_computation.
11807 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
11809         * jump.c (get_label_after): Delete.
11810         (get_label_before, delete_computation, delete_jump,
11811         delete_prior_computation, follow_jumps): Move...
11812         * reorg.c (delete_computation, delete_prior_computation): ... here...
11813         (get_label_before, delete_jump): ... making these static ...
11814         (follow_jumps): ... and simplifying this since it only runs after
11815         reload.
11816         * rtl.h (get_label_after, get_label_before, delete_jump,
11817         follow_jumps): Delete prototypes.
11819 2007-02-15  Paolo Bonzini  <bonzini@gnu.org>
11821         * caller-save.c (save_call_clobbered_regs): Do not process sibcalls.
11823 2007-02-15  Nick Clifton  <nickc@redhat.com>
11825         * varasm.c (default_asm_output_anchor): Prepend * to . symbol in
11826         order to prevent it from being munged by the target.
11828 2007-02-15  Uros Bizjak  <ubizjak@gmail.com>
11830         * config/i386/i386.md: Remove misleading comment.
11832 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
11834         * config/frv/frv.md (reload_incc, reload_outcc, reload_incc_uns,
11835         reload_outcc_uns, reload_incc_nz, reload_outcc_nz): Remove
11836         invalid patterns.
11838 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
11840         * tree-sra.c (instantiate_missing_elements): Canonicalize
11841         bit-field types.
11842         (sra_build_assignment): New.
11843         (generate_copy_inout, generate_element_copy,
11844         generate_element_zero, generate_one_element_init): Use it.
11846 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
11848         * tree-sra.c (instantiate_missing_elements): Canonicalize
11849         bit-field types.
11850         (sra_build_assignment): New.
11851         (generate_copy_inout, generate_element_copy,
11852         generate_element_zero, generate_one_element_init): Use it.
11854 2007-02-15  Alexandre Oliva  <aoliva@redhat.com>
11856         * dwarf2out.c (dwarf2out_finish): Accept namespaces as context of
11857         limbo die nodes.
11859 2007-02-14  Joseph Myers  <joseph@codesourcery.com>
11861         * emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex
11862         types as aggregates not scalars.
11863         * function.c (assign_stack_temp_for_type): Likewise.
11865 2007-02-14  Roger Sayle  <roger@eyesopen.com>
11866             Zdenek Dvorak  <dvorakz@suse.cz>
11868         * tree-dump.c (dump_switch_p_1): Require exact match of the option
11869         name.
11871 2007-02-14  Zdenek Dvorak  <dvorakz@suse.cz>
11873         * passes.c (next_pass_1): Clear the next field of the copied
11874         pass structure.
11876 2007-02-14  Richard Henderson  <rth@redhat.com>
11878         * tree-sra.c (early_sra): New.
11879         (decl_can_be_decomposed_p): Deny va_list if early_sra.
11880         (tree_sra_early, pass_sra_early): New.
11881         * tree-pass.h (pass_sra_early): Declare.
11882         * passes.c (init_optimization_passes): Use it.
11884 2007-02-14  Richard Guenther  <rguenther@suse.de>
11886         * flags.h (issue_strict_overflow_warning): Convert to a macro.
11888 2007-02-14  Dorit Nuzman  <dorit@il.ibm.com>
11890          PR tree-optimization/30771
11891         * tree-vect-analyze.c (vect_determine_vectorization_factor): Traverse
11892         also phi nodes.
11893         (vect_analyze_operations): Induction phis can now be marked as
11894         used_in_loop.
11895         (vect_mark_stmts_to_be_vectorized): No special treatment for phis.
11896         Update documentation accordingly.
11898 2007-02-14  Nick Clifton  <nickc@redhat.com>
11900         * builtin-types.def (DEF_FUNCTION_TYPE_x): Do not imply that at
11901         most 3 arguments are supported.
11902         (DEF_FUNCTION_TYPE_VAR_5): Fix typo in its description.
11904 2007-02-13  Seongbae Park <seongbae.park@gmail.com>
11906         * bitmap.c (bitmap_and, bitmap_and_compl, bitmap_xor):
11907         Ensure dst->current is valid.
11909 2007-02-13  Paul Brook  <paul@codesourcery.com>
11911         * config.gcc: Add arm*-*-uclinux-*eabi.
11912         * config/arm/uclinux-elf.h (TARGET_OS_CPP_BUILTINS): Define.
11913         (SUBTARGET_EXTRA_LINK_SPEC): Define.
11914         (STARTFILE_SPEC, ENDFILE_SPEC): Remove broken -shared handling.
11915         (LINK_GCC_C_SEQUENCE_SPEC): Undef.
11916         (LINK_SPEC): Define.
11917         (LIB_SPEC): Define.
11918         * config/arm/arm.c (arm_override_options): Use r9 as EABI PIC
11919         register.
11920         * config/arm/uclinux-eabi.h: New file.
11921         * config/arm/linux-eabi.h (WCHAR_TYPE): Remove.
11922         * config/arm/linux-gas.h (WCHAR_TYPE): Use unsigned long on AAPCS
11923         based targets.
11925 2007-02-13  Ian Lance Taylor  <iant@google.com>
11927         * common.opt: Add Wstrict-overflow and Wstrict-overflow=.
11928         * flags.h (warn_strict_overflow): Declare.
11929         (enum warn_strict_overflow_code): Define.
11930         (issue_strict_overflow_warning): New static inline function.
11931         * opts.c (warn_strict_overflow): New variable.
11932         (common_handle_option): Handle OPT_Wstrict_overflow and
11933         OPT_Wstrict_overflow_.
11934         * c-opts.c (c_common_handle_option): Set warn_strict_overflow for
11935         OPT_Wall.
11936         * fold-const.c: Include intl.h.
11937         (fold_deferring_overflow_warnings): New static variable.
11938         (fold_deferred_overflow_warning): New static variable.
11939         (fold_deferred_overflow_code): New static variable.
11940         (fold_defer_overflow_warnings): New function.
11941         (fold_undefer_overflow_warnings): New function.
11942         (fold_undefer_and_ignore_overflow_warnings): New function.
11943         (fold_deferring_overflow_warnings_p): New function.
11944         (fold_overflow_warning): New static function.
11945         (make_range): Add strict_overflow_p parameter.  Change all
11946         callers.
11947         (extract_muldiv, extract_muldiv_1): Likewise.
11948         (fold_unary) [ABS_EXPR]: Check ABS_EXPR before calling
11949         tree_expr_nonnegative_p.
11950         (fold_negate_expr): Call fold_overflow_warning.
11951         (fold_range_test): Likewise.
11952         (fold_comparison): Likewise.
11953         (fold_binary): Likewise.  Call tree_expr_nonnegative_warnv_p
11954         instead of tree_expr_nonnegative_p.
11955         (tree_expr_nonnegative_warnv_p): Rename from
11956         tree_expr_nonnegative_p, add strict_overflow_p parameter.
11957         (tree_expr_nonnegative_p): New function.
11958         (tree_expr_nonzero_warnv_p): Rename from tree_expr_nonzero_p, add
11959         strict_overflow_p parameter.
11960         (tree_expr_nonzero_p): New function.
11961         * passes.c (verify_interpass_invariants): New static function.
11962         (execute_one_pass): Call it.
11963         * tree-ssa-loop-niter.c (expand_simple_operations): Ignore fold
11964         warnings.
11965         (number_of_iterations_exit, loop_niter_by_eval): Likewise.
11966         (estimate_numbers_of_iterations): Likewise.
11967         (scev_probably_wraps_p): Likewise.
11968         * tree-ssa-ccp.c: Include "toplev.h".
11969         (evaluate_stmt): Defer fold overflow warnings until we know we are
11970         going to optimize.
11971         (struct fold_stmt_r_data): Add stmt field.
11972         (fold_stmt_r): Defer fold overflow warnings until we know we
11973         optimized.
11974         (fold_stmt): Initialize stmt field of fold_stmt_r_data.
11975         (fold_stmt_inplace): Likewise.
11976         * tree-cfgcleanup.c: Include "toplev.h" rather than "errors.h".
11977         (cleanup_control_expr_graph): Defer fold overflow warnings until
11978         we know we are going to optimize.
11979         * tree-cfg.c (fold_cond_expr_cond): Likewise.
11980         * tree-ssa-threadedge.c (simplify_control_stmt_condition):
11981         Likewise.
11982         * tree-vrp.c (vrp_expr_computes_nonnegative): Call
11983         tree_expr_nonnegative_warnv_p instead of tree_expr_nonnegative_p.
11984         * tree-ssa-loop-manip.c (create_iv): Likewise.
11985         * c-typeck.c (build_conditional_expr): Likewise.
11986         (build_binary_op): Likewise.
11987         * tree-vrp.c (vrp_expr_computes_nonzero): Call
11988         tree_expr_nonzero_warnv_p instead of tree_expr_nonzero_p.
11989         (extract_range_from_unary_expr): Likewise.
11990         * simplify-rtx.c (simplify_const_relational_operation): Warn when
11991         assuming that signed overflow does not occur.
11992         * c-common.c (pointer_int_sum): Ignore fold overflow warnings.
11993         * tree.h (tree_expr_nonnegative_warnv_p): Declare.
11994         (fold_defer_overflow_warnings): Declare.
11995         (fold_undefer_overflow_warnings): Declare.
11996         (fold_undefer_and_ignore_overflow_warnings): Declare.
11997         (fold_deferring_overflow_warnings_p): Declare.
11998         (tree_expr_nonzero_warnv_p): Declare.
11999         * doc/invoke.texi (Option Summary): Add -Wstrict-overflow to list
12000         of warning options.
12001         (Warning Options): Document -Wstrict-overflow.
12002         * Makefile.in (tree-ssa-threadedge.o): Depend on toplev.h.
12003         (tree-ssa-ccp.o): Likewise.
12004         (tree-cfgcleanup.o): Change errors.h dependency to toplev.h.
12005         (fold-const.o): Depend on intl.h.
12007 2007-02-13  Ian Lance Taylor  <iant@google.com>
12009         PR middle-end/30751
12010         * lower-subreg.c (resolve_simple_move): Decompose subregs in
12011         addresses.
12013 2007-02-13  Stuart Hastings  <stuart@apple.com>
12015         * config/i386/i386.md (fixuns_truncdfhi2): Require SSE2.
12017 2007-02-13  Richard Henderson  <rth@redhat.com>
12019         * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Strip
12020         handled_component_p before looking for the indirect_ref.
12022 2007-02-13  Richard Henderson  <rth@redhat.com>
12024         * config/i386/i386.md (bswapsi_1): Rename from bswapsi2,
12025         remove flags clobber.
12026         (bswapsi2): New expander, emit code for !TARGET_BSWAP.
12027         (bswaphi_lowpart): New.
12028         (bswapdi2): Rename from bswapdi2_rex, remove flags clobber,
12029         remove TARGET_BSWAP test.  Delete expander of the same name.
12031         * optabs.c (widen_bswap, expand_doubleword_bswap): New.
12032         (expand_unop): Use them.
12034 2007-02-13  Uros Bizjak  <ubizjak@gmail.com>
12036         * config/i386/i386.md (cmpdi_ccno_1_rex64, *cmpsi_ccno_1,
12037         *cmphi_ccno_1, *cmpqi_ccno_1, *movsi_xor, *movstricthi_xor,
12038         *movstrictqi_xor, *movdi_xor_rex64, *ashldi3_1_rex64,
12039         *ashldi3_cmp_rex64, *ashldi3_cconly_rex64, ashlsi3, *ashlsi3_1_zext,
12040         *ashlsi3_cmp, *ashlsi3_cconly, *ashlsi3_cmp_zext, *ashlhi3_1_lea,
12041         *ashlhi3_1, *ashlhi3_cmp, *ashlhi3_cconly, *ashlqi3_1_lea,
12042         *ashlqi3_1, *ashlqi3_cmp, *ashlqi3_cconly): Remove equivalent
12043         assembler dialect choice from asm templates.
12045 2007-02-12  Richard Henderson  <rth@redhat.com>
12047         * config/i386/i386.md (fixuns_trunc<SSEMODEF>si_1): New insn.
12048         (fixuns_trunc<SSEMODEF>si2): Use it.
12049         * config/i386/sse.md (vec_setv4sf_0): Export.
12050         * config/i386/i386.c (ix86_build_const_vector): Export.
12051         (ix86_split_convert_uns_si_sse): Rename from
12052         ix86_expand_convert_uns_si_sse and rewrite as a splitter.
12053         * config/i386/i386-protos.h: Update.
12055 2007-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12057         PR c/29521
12058         * c-typeck.c (c_finish_return): Improve warning message.
12060 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12062         * alias.c (find_symbolic_term): Delete unused function.
12064 2007-02-12  Uros Bizjak  <ubizjak@gmail.com>
12066         * config/i386/i386.md (paritydi2, paritysi2): New expanders.
12067         (paritydi2_cmp, paritydi2_cmp): New insn and split patterns.
12068         (*parityhi2_cmp, *parityqi2_cmp): New insn patterns.
12070 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
12072         * tree.h (DECL_IGNORED_P): Document further effect for FUNCTION_DECL.
12073         * cgraphunit.c (cgraph_expand_function): If DECL_IGNORED_P is set on
12074         the function, temporarily point the debug interface to the null one.
12076 2007-02-12  Eric Botcazou  <ebotcazou@adacore.com>
12078         * dwarf2out.c (round_up_to_align): New static function.
12079         (field_byte_offset): Use it to round the offset.
12081 2007-02-12  Richard Henderson  <rth@redhat.com>
12083         * config/alpha/alpha.md (bswapsi2, bswapdi2): New.
12084         (inswl_const): Export.
12086 2007-02-12  Richard Henderson  <rth@redhat.com>
12088         * calls.c (emit_library_call_value_1): If PROMOTE_MODE modifed the
12089         result mode of the libcall, convert back to outmode.
12091 2007-02-12  Roger Sayle  <roger@eyesopen.com>
12093         * config/i386/i386.md (*bswapdi2_rex): Renamed from bswapdi2.
12094         (bswapdi2): New define_expand to implement 32-bit implementation.
12096 2007-02-12  Nick Clifton  <nickc@redhat.com>
12098         * doc/invoke.texi (Overall Options): Document --help=.
12099         * gcc.c (target_help_flag): Rename to print_subprocess_flag.
12100         (cc1_options): Pass --help= on to cc1.
12101         (display_help): Add description of --help=.
12102         (process_command): Add code to handle --help=.  Allow translated
12103         --help and --target-help switches to be passed on to compiler
12104         sub-process.
12105         (main): Remove unused if statement.
12106         * opts.c (columns): Remove.
12107         (LEFT_COLUMN): Define.
12108         (wrap_help): Add columns argument.
12109         (print_filtered_help): Change parameters to be an include bitmask,
12110         an exclude bitmask, an any bitmask and the column width.  Move the
12111         code to display the params list here.  Add code to display the
12112         status of options rather than their descriptions if the quiet flag
12113         is not active.
12114         (print_specific_help): Change parameters to be an include bitmask,
12115         an exclude bitmask and an any bitmask.  Move code to look up the
12116         column width here.  Decide upon the title for an options listing.
12117         (common_handle_options): Add code to handle --help=.  Adapt code
12118         for --help and --target-help to use the revised form of the
12119         print_specific_help function.
12120         (print_help): Delete.
12121         (print_param_help): Delete.
12122         (print_switch): Delete.
12123         * opts.h (cl_lang_count): Add prototype.
12124         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_MIN_OPTION_CLASS,
12125         CL_MAX_OPTION_CLASS): New defines.
12126         * optc-gen.awk: Add construction of cl_lang_count.
12127         * c.opt: Add Warning attribute to warning options and Optimization
12128         attribute to optimization options.
12129         * common.opt: Likewise.
12130         Add --help=.
12131         Add -fhelp and -ftarget-help as aliases for the transformed --help
12132         and --target-help options.
12133         * opt-functions.awk: Add code to handle Warning and Optimization
12134         attributes.
12136 2007-02-12  Richard Henderson  <rth@redhat.com>
12138         * config/alpha/constraints.md: New file.
12139         * config/alpha/alpha.c: Include tm-constrs.h.
12140         (alpha_const_ok_for_letter_p, alpha_const_double_ok_for_letter_p,
12141         alpha_extra_constraint): Remove.
12142         (alpha_emit_conditional_branch): Use satisfies_constraint_*.
12143         * config/alpha/alpha-protos.h: Update.
12144         * config/alpha/alpha.h (REG_CLASS_FROM_LETTER): Remove.
12145         (CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P): Remove.
12146         (EXTRA_CONSTRAINT): Remove.
12147         * config/alpha/alpha.md: Include constraints.md.
12148         (adddi splitter): Use satisfies_constraint_*.
12149         * config/alpha/predicates.md (add_operand): Likewise.
12150         (sext_add_operand, addition_operation): Likewise.
12152 2007-02-12  Dorit Nuzman  <dorit@il.ibm.com>
12154         PR tree-optimization/29145
12155         * tree-data-ref.c (base_addr_differ_p): Make us more conservative
12156         in our handling of restrict qualified pointers.
12158 2007-02-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12160         PR middle-end/7651
12161         * doc/invoke.texi (Wunused-value): Update description.
12162         (Wextra): Delete item.
12163         * opts.c (set_Wextra): Don't use the value of Wextra to set the
12164         value of Wunused-value.
12165         * c-typeck.c (c_process_expr_stmt): Don't check extra_warnings.
12166         (c_finish_stmt_expr): Don't check extra_warnings.
12167         (emit_side_effect_warnings): The caller is responsible to check
12168         warn_unused_value.
12170 2007-02-11  Roger Sayle  <roger@eyesopen.com>
12171             Matt Thomas  <matt@3am-software.com>
12173         * simplify-rtx.c (simplify_relational_operation_1): Correct typo.
12175 2007-02-11  Roger Sayle  <roger@eyesopen.com>
12177         * simplify-rtx.c (simplify_relational_operation_1): Optimize
12178         comparisons of POPCOUNT against zero.
12179         (simplify_const_relational_operation): Likewise.
12181 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12183         * doc/invoke.texi (Wextra): Delete outdated paragraph.
12185 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12187         * dwarf2out.c (root_type): Delete unused function.
12189 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12191         * genattrtab.c (contained_in_p): Delete unused function.
12192         (write_expr_attr_cache): Likewise.
12194 2007-02-11  Jan Hubicka  <jh@suse.cz>
12196         * ipa-inline.c (cgraph_edge_badness): Add "else" missing in the
12197         previous patch.
12199 2007-02-11  Steven Bosscher  <steven@gcc.gnu.org>
12201         * fwprop.c (try_fwprop_subst): Use set_unique_reg_note
12202         to add the REG_EQ* note.
12203         * see.c (see_merge_one_use_extension): Likewise.
12204         * local-alloc.c (update_equiv_regs): Likewise.  Also don't
12205         turn REG_EQUAL notes into REG_EQUIV notes if the target
12206         register may have more than one set.
12207         * function.c (assign_parm_setup_reg): Use set_unique_reg_note.
12208         * gcse.c (try_replace_reg): Likewise.
12209         * alias.c (init_alias_analysis): Use find_reg_equal_equiv_note.
12210         * calls.c (fixup_tail_calls): Likewise.  Abort if there is
12211         more than one REG_EQUIV note.
12212         * reload1.c (gen_reload): Use set_unique_reg_note.
12214 2007-02-11  Uros Bizjak  <ubizjak@gmail.com>
12216         * config/i386/i386.c (TARGET_VECTORIZE_BUILTIN_CONVERSION): Define.
12217         (ix86_builtin_conversion): New function.
12219 2007-02-06  Mark Mitchell  <mark@codesourcery.com>
12221         PR target/29487
12222         * tree.h (DECL_REPLACEABLE_P): New macro.
12223         * except.c (set_nothrow_function_flags): Likewise.
12225 2007-02-11  Tehila Meyzels  <tehila@il.ibm.com>
12226             Ira Rosen  <irar@il.ibm.com>
12227             Dorit Nuzman  <dorit@il.ibm.com>
12229         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.
12230         * targhooks.c (default_builtin_vectorized_conversion): New.
12231         * targhooks.h (default_builtin_vectorized_function): New declaration.
12232         * target.h (struct vectorize): Add builtin_conversion field.
12233         * tree-vectorizer.h (type_conversion_vec_info_type): New enum
12234         stmt_vec_info_type value.
12235         (vectorizable_conversion): New declaration.
12236         * tree-vect-analyze.c (vect_analyze_operations): Add
12237         vectorizable_conversion call.
12238         * target-def.h (TARGET_VECTORIZE_BUILTIN_CONVERSION): New.
12239         * tree-vect-transform.c (vectorizable_conversion): New function.
12240         (vect_transform_stmt): Add case for type_conversion_vec_info_type.
12241         * tree-vect-generic.c (expand_vector_operations_1): Consider correct
12242         mode.
12243         * config/rs6000/rs6000.c (rs6000_builtin_conversion): New.
12244         (TARGET_VECTORIZE_BUILTIN_CONVERSION): Defined.
12245         (rs6000_expand_builtin): Add handling a case of ALTIVEC_BUILTIN_VCFUX
12246         or ALTIVEC_BUILTIN_VCFSX.
12248 2007-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12250         PR target/30634
12251         * pa.md (movdf): For 64-bit target, fail if operand 1 is a non-zero
12252         CONST_DOUBLE and operand 0 is a hard register.
12253         (movdi): For 64-bit target, remove code to force CONST_DOUBLE to
12254         memory.  Fail if operand 1 is a non-zero CONST_INT and operand 0
12255         is a hard floating-point register.
12257 2007-02-10  Richard Henderson  <rth@redhat.com>
12258             Jakub Jelinek  <jakub@redhat.com>
12259             Alexandre Oliva  <aoliva@redhat.com>
12261         * Makefile.in (libgcc-support, libgcc.mvars): Add emutls.c.
12262         * builtin-types.def (BT_WORD): Make unsigned.
12263         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
12264         * builtins.def (BUILT_IN_EMUTLS_GET_ADDRESS): New.
12265         (BUILT_IN_EMUTLS_REGISTER_COMMON): New.
12266         * c-decl.c (grokdeclarator): Don't error if !have_tls.
12267         * c-parser.c (c_parser_omp_threadprivate): Likewise.
12268         * dwarf2out.c (loc_descriptor_from_tree_1): Don't do anything for
12269         emulated tls.
12270         * expr.c (emutls_var_address): New.
12271         (expand_expr_real_1): Expand emulated tls.
12272         (expand_expr_addr_expr_1): Likewise.
12273         * libgcc-std.ver: Add __emutls_get_address, __emutls_register_common.
12274         * output.h (emutls_finish): Declare.
12275         * toplev.c (compile_file): Call it.
12276         * tree-ssa-address.c (gen_addr_rtx): Check for const-ness of the
12277         address before wrapping in CONST.
12278         * varasm.c (emutls_htab, emutls_object_type): New.
12279         (EMUTLS_VAR_PREFIX, EMUTLS_TMPL_PREFIX): New.
12280         (get_emutls_object_name, get_emutls_object_type): New.
12281         (get_emutls_init_templ_addr, emutls_decl): New.
12282         (emutls_common_1, emutls_finish): New.
12283         (assemble_variable): When emulating tls, swap decls; generate
12284         constructor for the emutls objects.
12285         (do_assemble_alias): When emulating tls, swap decl and target name.
12286         (default_encode_section_info): Don't add SYMBOL_FLAG_TLS_SHIFT
12287         for emulated tls.
12288         * varpool.c (decide_is_variable_needed): Look at force_output.
12289         Recurse for emulated tls.
12290         (cgraph_varpool_remove_unreferenced_decls): Remove checks redundant
12291         with decide_is_variable_needed.
12292         * emutls.c: New file.
12293         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): Only emit
12294         tls_object for real tls.
12296 2007-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
12298         PR rtl-optimization/29599
12299         * reload1.c (eliminate_regs_in_insn): Take the destination
12300         mode into account when computing the offset.
12302 2007-02-09  Stuart Hastings  <stuart@apple.com>
12303             Richard Henderson  <rth@redhat.com>
12305         * config/i386/i386.h (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
12306         * config/i386/darwin.h: (TARGET_KEEPS_VECTOR_ALIGNED_STACK): New.
12307         * config/i386/i386.md (fixuns_trunc<mode>si2, fixuns_truncsfhi2,
12308         fixuns_truncdfhi2): New.
12309         (fix_truncsfdi_sse): Call ix86_expand_convert_sign_didf_sse.
12310         (floatunsdidf2): Call ix86_expand_convert_uns_didf_sse.
12311         (floatunssisf2): Add call to ix86_expand_convert_uns_sisf_sse.
12312         (floatunssidf2): Allow nonimmediate source.
12313         * config/i386/sse.md (movdi_to_sse): New.
12314         (vec_concatv2di): Drop '*'.
12315         * config/i386/i386-protos.h (ix86_expand_convert_uns_si_sse,
12316         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
12317         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse):
12318         New.
12319         * config/i386/i386.c (ix86_expand_convert_uns_si_sse,
12320         ix86_expand_convert_uns_didf_sse, ix86_expand_convert_uns_sidf_sse,
12321         ix86_expand_convert_uns_sisf_sse, ix86_expand_convert_sign_didf_sse,
12322         ix86_build_const_vector, ix86_expand_vector_init_one_nonzero): New.
12323         (ix86_build_signbit_mask): Fix decl of v, refactor to call
12324         ix86_build_const_vector.
12325         (x86_emit_floatuns): Rewrite.
12327 2007-02-10  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
12329         * genautomata.c (longest_path_length): Delete unused function.
12330         (struct state): Delete unused longest_path_length.
12331         (UNDEFINED_LONGEST_PATH_LENGTH): Delete unused macro.
12332         (get_free_state): Delete unused.
12334 2007-02-09  Jan Hubicka  <jh@suse.cz>
12336         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 30.
12337         * doc/invoke.texi (inline-unit-growth): Update default value.
12339         * Makefile.in (passes.o, ipa-inline.o): Add dependencies.
12340         * cgraphbuild.c (build_cgraph_edges): Compute frequencies.
12341         (rebuild_cgraph_edges): Likewise.
12342         * cgraph.c (cgraph_set_call_stmt): Add new argument frequency.
12343         (dump_cgraph_node): Dump frequencies.
12344         (cgraph_clone_edge): Add frequency scales.
12345         (cgraph_clone_node): Add freuqnecy.
12346         * cgraph.h (cgraph_edge): Add freuqnecy argument.
12347         (CGRAPH_FREQ_BASE, CGRAPH_FREQ_MAX): New constants.
12348         (cgraph_create_edge, cgraph_clone_edge, cgraph_clone_node): Update.
12349         * tree-pass.h (TODO_rebuild_frequencies): New constant.
12350         * cgraphunit.c (verify_cgraph_node): Verify frequencies.
12351         (cgraph_copy_node_for_versioning): Update call of cgraph_clone_edge.
12352         (save_inline_function_body): Likewise.
12353         * ipa-inline.c: inluce rtl.h
12354         (cgraph_clone_inlined_nods): Update call of cgraph_clone_node.
12355         (cgraph_edge_badness): Use frequencies.
12356         (cgraph_decide_recursive_inlining): Update clonning.
12357         (cgraph_decide_inlining_of_small_function): Dump frequency.
12358         * predict.c (estimate_bb_frequencies): Export.
12359         * predict.h (estimate_bb_frequencies): Declare.
12360         * tree-inline.c (copy_bb): Watch overflows.
12361         (expand_call_inline): Update call of cgraph_create_edge.
12362         (optimize_inline_calls): Use TODO flags to update frequnecies.
12363         * passes.h: Include predict.h
12364         (init_optimization_passes): Move profile ahead.
12365         (execute_function_todo): Handle TODO_rebuild_frequencies.
12367 2007-02-09  Roger Sayle  <roger@eyesopen.com>
12369         * config/alpha/alpha.c (emit_insxl): Force the first operand of
12370         the insbl or inswl pattern into a register.
12372 2007-02-09  Roger Sayle  <roger@eyesopen.com>
12374         * config/ia64/ia64.md (bswapdi2): New define_insn.
12376 2007-02-09  Richard Henderson  <rth@redhat.com>
12378         * config/i386/constraints.md (Ym): New constraint.
12379         * config/i386/i386.md (movsi_1): Change Y2 to Yi constraints.
12380         (movdi_1_rex64): Split sse and xmm general register moves from
12381         memory move alternatives.  Use conditional register constraints.
12382         (movsf_1, movdf_integer): Likewise.
12383         (zero_extendsidi2_32, zero_extendsidi2_rex64): Likewise.
12384         (movdf_integer_rex64): New.
12385         (pushsf_rex64): Fix output constraints.
12386         * config/i386/sse.md (sse2_loadld): Split rm alternative, use Yi.
12387         (sse2_stored): Likewise.
12388         (sse2_storeq_rex64): New.
12389         * config/i386/i386.c (x86_inter_unit_moves): Enable for not
12390         amd and not generic.
12391         (ix86_secondary_memory_needed): Don't bypass TARGET_INTER_UNIT_MOVES
12392         for optimize_size.  Remove SF/DFmode hack.
12394 2007-02-09  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
12396         * config/i386/driver-i386.c: Turn on -mtune=native for AMDFAM10.
12397         (bit_SSE4a): New.
12399 2007-02-09  Nathan Sidwell  <nathan@codesourcery.com>
12400             Richard Sandiford  <richard@codesourcery.com>
12402         * config.gcc (m68010-*-netbsdelf*, m68k*-*-netbsdelf*)
12403         (m68k*-*-openbsd*, m68k-*-linux*): Set default_cf_cpu.
12404         (m68k-*-aout*, m68k-*-coff*, m68k-*-uclinux*, m68k-*-rtems*): Add
12405         m68k/t-mlib to tmake_file.
12406         (m68020-*-elf*, m68k-*-elf*): Likewise.  Add t-m68kbare as well.
12407         (m68k*-*-*): Use --with-arch to pick a default for --with-cpu.
12408         (m680[012]0-*-*, m68k*-*-*): Add support for --with-arch.
12409         Allow it to be cf or m68k.  Set m68k_arch_family.  If that
12410         variable is not empty, add t-$m68k_arch_family to tmake_file.
12411         Add t-mlibs to tmake_file.
12412         * doc/install.texi: Document --with-arch=m68k and --with-arch=cf.
12413         * config/m68k/t-cf: New file.
12414         * config/m68k/t-m68k: Likewise.
12415         * config/m68k/t-mlibs: Likewise.
12416         * config/m68k/t-m68kbare (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
12417         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
12418         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
12419         * config/m68k/t-m68kelf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
12420         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS, LIBGCC, INSTALL_LIBGCC):
12421         Delete.
12422         * config/m68k/t-openbsd (MULTILIB_OPTIONS, LIBGCC): Delete.
12423         (INSTALL_LIBGCC): Delete.
12424         (M68K_MLIB_DIRNAMES, M68K_MLIB_OPTIONS): Define.
12425         * config/m68k/t-rtems (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
12426         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
12427         (M68K_MLIB_CPU): Define.
12428         * config/m68k/t-uclinux (MULTILIB_OPTIONS, MULTILIB_DIRNAMES)
12429         (MULTILIB_MATCHES, MULTILIB_EXCEPTIONS): Delete.
12430         (M68K_MLIB_CPU, M68K_MLIB_OPTIONS, M68K_MLIB_DIRNAMES): Define.
12432 2007-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
12433             Richard Guenther  <rguenther@suse.de>
12435         PR middle-end/23361
12436         * fold-const.c (fold_comparison): Handle obfuscated comparisons
12437         against INT_MIN/INT_MAX.
12438         * tree-ssa-loop-ivcanon.c (remove_empty_loop): Print to dump
12439         file if a loop is removed.
12441 2007-02-09  Joseph Myers  <joseph@codesourcery.com>
12443         * calls.c (store_one_arg): Pass correct alignment to
12444         emit_push_insn for non-BLKmode values.
12445         * expr.c (emit_push_insn): If STRICT_ALIGNMENT, copy to an
12446         unaligned stack slot via a suitably aligned slot.
12448 2007-02-08  DJ Delorie  <dj@redhat.com>
12450         * config/m32c/m32c.c (m32c_unpend_compare): Add default to silence
12451         warnings.
12452         (legal_subregs): Use unsigned char, make const.
12453         (m32c_illegal_subreg_p): Use ARRAY_SIZE.  Delete unused variables.
12455 2007-02-08  Paul Brook  <paul@codesourcery.com>
12457         * config/arm/lib1funcs.asm (RETLDM): Pop directly into PC when no
12458         special interworking needed.
12460 2007-02-08  Harsha Jagasia  <harsha.jagasia@amd.com>
12462         * config/i386/xmmintrin.h: Make inclusion of emmintrin.h
12463         conditional to __SSE2__.
12464         (Entries below should have been added to first ChangeLog
12465         entry for amdfam10 dated 2007-02-05)
12466         * config/i386/emmintrin.h: Generate #error if __SSE2__ is not
12467         defined.
12468         * config/i386/pmmintrin.h: Generate #error if __SSE3__ is not
12469         defined.
12470         * config/i386/tmmintrin.h: Generate #error if __SSSE3__ is not
12471         defined.
12473 2007-02-08  DJ Delorie  <dj@redhat.com>
12475         * config/m32c/m32c-protos.h (m32c_illegal_subreg_p): New.
12476         * config/m32c/m32c.c (legal_subregs): New.
12477         (m32c_illegal_subreg_p): New.
12478         * config/m32c/predicates.md (m32c_any_operand): Use it to reject
12479         unsupported subregs of hard regs.
12481 2007-02-08  Jan Hubicka  <jh@suse.cz>
12483         * tree-cfg.c (bsi_replace): Shortcut when replacing the statement with
12484         the same one; always update histograms.
12486 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
12488         * passes.c (init_optimization_passes): Tidy comment.
12490 2007-02-08  Roger Sayle  <roger@eyesopen.com>
12492         * simplify-rtx.c (simplify_unary_operation_1) <POPCOUNT>: We can
12493         strip zero_extend, bswap and rotates from POCOUNT's argument.
12494         <PARITY>: Likewise, we can strip not, bswap, sign_extend,
12495         zero_extend and rotates from PARITY's argument.
12496         <BSWAP>: A byte-swap followed by a byte-swap is an identity.
12497         (simplify_const_unary_operation) <BSWAP>: Evaluate the byte-swap
12498         of an integer constant at compile-time.
12500 2007-02-08  Diego Novillo  <dnovillo@redhat.com>
12502         PR 30562
12503         * tree-flow.h (struct var_ann_d): Remove field 'is_used'.
12504         Update all users.
12505         * tree-ssa-alias.c (compute_is_aliased): Remove.  Update all
12506         users.
12507         (init_alias_info):
12508         * tree-ssa-live.c (remove_unused_locals): Do not remove
12509         TREE_ADDRESSABLE variables.
12510         * tree-ssa-structalias.c (compute_points_to_sets): Tidy.
12511         * tree-ssa-operands.c (add_virtual_operand): Remove argument
12512         FOR_CLOBBER.  Update all users.
12513         If VAR has an associated alias set, add a virtual operand for
12514         it if no alias is found to conflict with the memory reference.
12516 2007-02-07  Jan Hubicka  <jh@suse.cz>
12517             Robert Kidd <rkidd@crhc.uiuc.edu>
12519         * value-prof.c (visit_hist, free_hist): Return 1 instead of 0.
12521 2007-02-07  Ian Lance Taylor  <iant@google.com>
12523         * lower-subreg.c (simple_move): Reject PARTIAL_INT modes.
12525 2007-02-07  Roger Sayle  <roger@eyesopen.com>
12527         * config/rs6000/rs6000.md (ctz<mode>2, ffs<mode>2, popcount<mode>2,
12528         parity<mode>2, smulsi3_highpart, abstf2_internal, allocate_stack,
12529         tablejumpdi, movsi_to_cr_one): Remove constraints from
12530         define_expand's match_operands.
12532 2007-02-07  Roger Sayle  <roger@eyesopen.com>
12534         * global.c (compute_regsets): Move declatation of "i" inside of
12535         #ifdef ELIMINABLE_REGS to avoid unused variable bootstrap failure.
12537 2007-02-07  Jakub Jelinek  <jakub@redhat.com>
12539         PR c++/30703
12540         * gimplify.c (gimplify_scan_omp_clauses): Remove special casing
12541         of INDIRECT_REF <RESULT_DECL>.
12543         * config/i386/i386.c (override_options): Set PTA_SSSE3 for core2.
12545 2007-02-06  J"orn Rennecke  <joern.rennecke@arc.com>
12546             Kaz Kojima  <kkojima@gcc.gnu.org>
12548         PR target/29746
12549         * config/sh/sh.c (expand_cbranchdi4): Use scratch register
12550         properly.
12551         (sh_initialize_trampoline): Add parentheses to avoid a warning.
12553 2007-02-06  Zdenek Dvorak <dvorakz@suse.cz>
12555         * doc/loop.texi: Document possibility not to perform disambiguation
12556         of loops with multiple latches.
12557         * cfgloopmanip.c (alp_enum_p): Removed.
12558         (add_loop): Handle subloops.  Use get_loop_body_with_size.
12559         (create_preheader): Do not allow ENTRY_BLOCK_PTR to be preheader.
12560         * cfghooks.c (redirect_edge_and_branch_force): Set dominator for
12561         the new forwarder block.
12562         (make_forwarder_block): Only call new_bb_cbk if it is not NULL.
12563         Handle the case latch is NULL.
12564         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Avoid cfg modifications
12565         when marking loop exits.
12566         * ifcvt.c (if_convert): Ditto.  Mark loop exits even if cfg cannot
12567         be modified.
12568         * loop-init.c (loop_optimizer_init): Do not modify cfg.  Call
12569         disambiguate_loops_with_multiple_latches.
12570         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Calculate dominators
12571         before fix_loop_structure.
12572         * cfgloop.c: Include pointer-set.h and output.h.
12573         (canonicalize_loop_headers, HEADER_BLOCK, LATCH_EDGE,
12574         update_latch_info, mfb_keep_just, mfb_keep_nonlatch): Removed.
12575         (get_loop_latch_edges, find_subloop_latch_edge_by_profile,
12576         find_subloop_latch_edge_by_ivs, find_subloop_latch_edge,
12577         mfb_redirect_edges_in_set, form_subloop, merge_latch_edges,
12578         disambiguate_multiple_latches, get_loop_body_with_size,
12579         disambiguate_loops_with_multiple_latches): New functions.
12580         (flow_loop_dump): Dump multiple latch edges.
12581         (flow_loop_nodes_find): Handle loops with multiple latches.
12582         (flow_loops_find): Ditto. Do not call canonicalize_loop_headers.
12583         (glb_enum_p): Modified.
12584         (get_loop_body): Use get_loop_body_with_size.
12585         * cfgloop.h (LOOPS_HAVE_RECORDED_EXITS): New flag.
12586         (AVOID_CFG_MODIFICATIONS): New constant.
12587         (disambiguate_loops_with_multiple_latches, add_loop,
12588         get_loop_body_with_size): Declare.
12589         * Makefile.in (cfgloop.o): Add pointer-set.h and output.h.
12591 2007-02-06  Seongbae Park <seongbae.park@gmail.com>
12593         PR inline-asm/28686
12594         * global.c (compute_regsets): New function.
12595         (global_alloc): Refactored ELIMINABLE_REGSET
12596         and NO_GLOBAL_ALLOC_REGS computation out.
12597         (rest_of_handle_global_alloc): Call compute_regsets()
12598         for non-optimizing case.
12600 2007-02-06  Richard Henderson  <rth@redhat.com>
12602         * config/i386/constraints.md (Y2): Rename from Y.
12603         (Yi): New constraint.
12604         * config/i386/i386.md (movsi_1, movdi_2, pushdf_nointeger,
12605         pushdf_integer, movdf_nointeger, movdf_integer, zero_extendsidi2_32,
12606         zero_extendsidi2_rex64, truncxfdf2_mixed): Change Y constraints to Y2.
12607         (extendsfdf2_mixed, extendsfdf2_sse, truncdfsf_fast_mixed,
12608         truncdfsf_fast_sse, truncdfsf_mixed, fix_truncdfdi_sse,
12609         fix_truncdfsi_sse, floatsidf2_mixed, floatsidf2_sse,
12610         floatdidf2_mixed, floatdidf2_sse, absnegdf2_mixed,
12611         absnegdf2_sse, sse_setccdf, fop_df_comm_mixed, fop_df_comm_sse,
12612         fop_df_1_mixed, fop_df_1_sse): Change Y constraints to x.
12613         * config/i386/mmx.md (mov<MMXMODEI>_internal_rex64,
12614         mov<MMXMODEI>_internal, movv2sf_internal_rex64, movv2sf_internal,
12615         vec_extractv2si_1): Change Y constraints to Y2.
12616         * config/i386/sse.md (vec_setv4sf_0, vec_concatv2df, vec_dupv4si,
12617         vec_dupv2di, sse2_concatv2si, vec_concatv4si_1, vec_concatv2di):
12618         Change Y constraints to Y2.
12619         (sse2_loadld): Change Y constraints to x.
12621 2007-02-06  Roger Sayle  <roger@eyesopen.com>
12623         * config/rs6000/rs6000.md (popcount<mode>2): Rewrite.
12624         (parity<mode>2): New define_expand using rs6000_emit_parity.
12625         * config/rs6000/rs6000.c (rs6000_emit_popcount,
12626         rs6000_emit_parity): New functions.
12627         * config/rs6000/rs6000-protos.h (rs6000_emit_popcount,
12628         rs6000_emit_parity): Prototype here.
12630 2007-02-06  Ian Lance Taylor  <iant@google.com>
12632         * lower-subreg.c (simple_move_operand): Reject CONST.
12633         (resolve_clobber): Call validate_change rather than directly
12634         assigning to XEXP (pat, 0).
12636 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
12638         * Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
12639         (tree-ssa-reassoc.o): Add pointer-set.h dependency.
12640         (tree-cfg.o): Remove hashtab.h dependency.
12642         * tree-ssa-loop-ivopts.c: Include pointer-set.h.
12643         (struct ivopts_data): Change niters to pointer_map_t.
12644         (struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
12645         (niter_for_exit): Create pointer_map on demand.  Change for
12646         pointer_map API.
12647         (tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
12648         (free_loop_data): Destroy data->niters if created and reset field.
12649         (tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
12650         (tree_ssa_iv_optimize_loop): Check for presence of stale data.
12652         * tree-ssa-reassoc.c: Include pointer-set.h.
12653         (bb_rank): Change to long *.
12654         (operand_rank): Change to pointer_map_t.
12655         (find_operand_rank): Return long, -1 if not found.  Declare as inline.
12656         (insert_operand_rank): Accept long.
12657         (operand_entry_hash, operand_entry_eq): Remove.
12658         (get_rank): Return long.  Adjust for changes above.
12659         (init_reassoc): Change rank type to long.  Adjust creation of bb_rank
12660         and operand_rank.
12661         (fini_reassoc): Delete operand_rank with pointer_map_destroy.
12663         * tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
12664         (struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
12665         (insert_vi_for_tree): Rewrite for pointer_map API.  Assert argument
12666         is not NULL.
12667         (lookup_vi_for_tree): Rewrite for pointer_map API.  Return varinfo_t
12668         directly since it cannot be NULL.
12669         (get_vi_for_tree): Rewrite for pointer_map API.
12670         (find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
12671         (init_alias_vars): Create vi_for_tree as pointer_map.
12672         (delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.
12674         * tree-cfg.c: Don't include hashtab.h.
12675         (edge_to_cases): Declare as pointer_map.
12676         (struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
12677         Delete.
12678         (edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
12679         (start_recording_case_labels): Create edge_to_cases as pointer_map.
12680         (end_recoding_case_labels): Cleanup edge_to_cases manually before
12681         destroying it.
12682         (record_switch_edge): Delete.
12683         (get_cases_for_edge): Adjust for pointer_map API, inline
12684         record_switch_edge (rewritten for new API), remove goto.
12686 2006-02-06  Paolo Bonzini  <bonzini@gnu.org>
12688         * Makefile.in (tree-nested.o): Add pointer-set.h dependency.
12689         * tree-nested.c: Include pointer-set.h.
12690         (var_map_elt, var_map_eq, var_map_hash): Delete.
12691         (struct nesting_info): Remove GTY marker.  Change the two htab_t's
12692         to pointer_map_t's.
12693         (nesting_info_bitmap_obstack): New.
12694         (lookup_field_for_decl): Adjust for pointer_map API.
12695         (lookup_tramp_for_decl): Adjust for pointer_map API.
12696         (get_nonlocal_debug_decl): Adjust for pointer_map API.
12697         (get_local_debug_decl): Adjust for pointer_map API.
12698         (convert_nl_goto_reference): Adjust for pointer_map API.
12699         (convert_nl_goto_receiver): Adjust for pointer_map API.
12700         (create_nesting_tree): Create outside GGC space.  Create bitmap on
12701         the new obstack.  Create field_map and var_map as pointer_maps.
12702         (free_nesting_tree): Adjust for changes to create_nesting_tree.
12703         (root): Delete.
12704         (lower_nested_functions): Move root here, no need to NULL it.
12705         Initialize and release the obstack.
12707 2007-02-06  Paolo Bonzini  <bonzini@gnu.org>
12709         * tree.c (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p):
12710         Remove prototypes and make them non-static.
12711         (struct tree_int_map): Remove.
12712         * tree.h (struct tree_int_map): Move here, turning TO into an
12713         unsigned int.
12714         (tree_int_map_hash, tree_int_map_eq, tree_int_map_marked_p): Declare.
12716         * tree.h (TREE_COMPLEXITY): Remove.
12717         (struct tree_exp): Remove complexity field.
12718         * tree.c (build1_stat): Don't set it.
12720 2007-02-06  Dorit Nuzman  <dorit@il.ibm.com>
12721             Victor Kaplansky  <victork@il.ibm.com>
12723         * tree-vectorizer.c (vect_is_simple_use): Support induction.
12724         (vect_is_simple_reduction): Support reduction with induction as
12725         one of the operands.
12726         (vect_is_simple_iv_evolution): Fix formatting.
12727         * tree-vect-analyze.c (vect_mark_stmts_to_be_vectorized): Fix
12728         formatting.  Don't mark induction phis for vectorization.
12729         (vect_analyze_scalar_cycles): Analyze all inductions, then reductions.
12730         * tree-vect-transform.c (get_initial_def_for_induction): New function.
12731         (vect_get_vec_def_for_operand): Support induction.
12732         (vect_get_vec_def_for_stmt_copy): Fix formatting and add check for
12733         induction case.
12734         (vectorizable_reduction): Support reduction with induction as one of
12735         the operands.
12736         (vectorizable_type_demotion): Use def-type of stmt argument rather
12737         than dummy def-type.
12739         * tree-ssa-loop.c (gate_scev_const_prop): Return the value of
12740         flag_tree_scev_cprop.
12741         * common.opt (tree-scev-cprop): New flag.
12743         * tree-vect-transform.c (vect_create_destination_var): Use 'kind' in
12744         call to vect_get_new_vect_var.
12746 2007-02-06  Ira Rosen  <irar@il.ibm.com>
12748         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that
12749         vectype is not NULL.
12750         (vect_pattern_recog_1): Likewise.
12752 2007-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12754         * fold-const.c (negate_expr_p): Handle CONJ_EXPR.
12755         (fold_negate_expr): Likewise.
12757 2007-02-05  Alexandre Oliva  <aoliva@redhat.com>
12759         PR debug/30189
12760         * dwarf2out.c (modified_type_die): Follow DECL_ORIGINAL_TYPE
12761         even if cv-qualification is the same.
12763 2007-02-05  Geoffrey Keating  <geoffk@apple.com>
12765         * config/rs6000/darwin-tramp.asm (__trampoline_setup): Call
12766         __enable_execute_stack on completion.
12768 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12770         * config/i386/athlon.md (athlon_fldxf_k8, athlon_fld_k8,
12771         athlon_fstxf_k8, athlon_fst_k8, athlon_fist, athlon_fmov,
12772         athlon_fadd_load, athlon_fadd_load_k8, athlon_fadd, athlon_fmul,
12773         athlon_fmul_load, athlon_fmul_load_k8, athlon_fsgn,
12774         athlon_fdiv_load, athlon_fdiv_load_k8, athlon_fdiv_k8,
12775         athlon_fpspc_load, athlon_fpspc, athlon_fcmov_load,
12776         athlon_fcmov_load_k8, athlon_fcmov_k8, athlon_fcomi_load_k8,
12777         athlon_fcomi, athlon_fcom_load_k8, athlon_fcom): Added amdfam10.
12779 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12781         * config/i386/i386.md (x86_sahf_1, cmpfp_i_mixed, cmpfp_i_sse,
12782         cmpfp_i_i387, cmpfp_iu_mixed, cmpfp_iu_sse, cmpfp_iu_387,
12783         swapsi, swaphi_1, swapqi_1, swapdi_rex64, fix_truncsfdi_sse,
12784         fix_truncdfdi_sse, fix_truncsfsi_sse, fix_truncdfsi_sse,
12785         x86_fldcw_1, floatsisf2_mixed, floatsisf2_sse, floatdisf2_mixed,
12786         floatdisf2_sse, floatsidf2_mixed, floatsidf2_sse,
12787         floatdidf2_mixed, floatdidf2_sse, muldi3_1_rex64, mulsi3_1,
12788         mulsi3_1_zext, mulhi3_1, mulqi3_1, umulqihi3_1, mulqihi3_insn,
12789         umulditi3_insn, umulsidi3_insn, mulditi3_insn, mulsidi3_insn,
12790         umuldi3_highpart_rex64, umulsi3_highpart_insn,
12791         umulsi3_highpart_zext, smuldi3_highpart_rex64,
12792         smulsi3_highpart_insn, smulsi3_highpart_zext, x86_64_shld,
12793         x86_shld_1, x86_64_shrd, sqrtsf2_mixed, sqrtsf2_sse,
12794         sqrtsf2_i387, sqrtdf2_mixed, sqrtdf2_sse, sqrtdf2_i387,
12795         sqrtextendsfdf2_i387, sqrtxf2, sqrtextendsfxf2_i387,
12796         sqrtextenddfxf2_i387): Added amdfam10_decode.
12798         * config/i386/athlon.md (athlon_idirect_amdfam10,
12799         athlon_ivector_amdfam10, athlon_idirect_load_amdfam10,
12800         athlon_ivector_load_amdfam10, athlon_idirect_both_amdfam10,
12801         athlon_ivector_both_amdfam10, athlon_idirect_store_amdfam10,
12802         athlon_ivector_store_amdfam10): New define_insn_reservation.
12803         (athlon_idirect_loadmov, athlon_idirect_movstore): Added
12804         amdfam10.
12806 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12808         * config/i386/athlon.md (athlon_call_amdfam10,
12809         athlon_pop_amdfam10, athlon_lea_amdfam10): New
12810         define_insn_reservation.
12811         (athlon_branch, athlon_push, athlon_leave_k8, athlon_imul_k8,
12812         athlon_imul_k8_DI, athlon_imul_mem_k8, athlon_imul_mem_k8_DI,
12813         athlon_idiv, athlon_idiv_mem, athlon_str): Added amdfam10.
12815 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12817         * config/i386/athlon.md (athlon_sseld_amdfam10,
12818         athlon_mmxld_amdfam10, athlon_ssest_amdfam10,
12819         athlon_mmxssest_short_amdfam10): New define_insn_reservation.
12821 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12823         * config/i386/athlon.md (athlon_sseins_amdfam10): New
12824         define_insn_reservation.
12825         * config/i386/i386.md (sseins): Added sseins to define_attr type
12826         and define_attr unit.
12827         * config/i386/sse.md: Set type attribute to sseins for insertq
12828         and insertqi.
12830 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12832         * config/i386/athlon.md (sselog_load_amdfam10, sselog_amdfam10,
12833         ssecmpvector_load_amdfam10, ssecmpvector_amdfam10,
12834         ssecomi_load_amdfam10, ssecomi_amdfam10,
12835         sseaddvector_load_amdfam10, sseaddvector_amdfam10): New
12836         define_insn_reservation.
12837         (ssecmp_load_k8, ssecmp, sseadd_load_k8, seadd): Added amdfam10.
12839 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12841         * config/i386/athlon.md (cvtss2sd_load_amdfam10,
12842         cvtss2sd_amdfam10, cvtps2pd_load_amdfam10, cvtps2pd_amdfam10,
12843         cvtsi2sd_load_amdfam10, cvtsi2ss_load_amdfam10,
12844         cvtsi2sd_amdfam10, cvtsi2ss_amdfam10, cvtsd2ss_load_amdfam10,
12845         cvtsd2ss_amdfam10, cvtpd2ps_load_amdfam10, cvtpd2ps_amdfam10,
12846         cvtsX2si_load_amdfam10, cvtsX2si_amdfam10): New
12847         define_insn_reservation.
12849         * config/i386/sse.md (cvtsi2ss, cvtsi2ssq, cvtss2si,
12850         cvtss2siq, cvttss2si, cvttss2siq, cvtsi2sd, cvtsi2sdq,
12851         cvtsd2si, cvtsd2siq, cvttsd2si, cvttsd2siq,
12852         cvtpd2dq, cvttpd2dq, cvtsd2ss, cvtss2sd,
12853         cvtpd2ps, cvtps2pd): Added amdfam10_decode attribute.
12855 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12857         * config/i386/athlon.md (athlon_ssedivvector_amdfam10,
12858         athlon_ssedivvector_load_amdfam10, athlon_ssemulvector_amdfam10,
12859         athlon_ssemulvector_load_amdfam10): New define_insn_reservation.
12860         (athlon_ssediv, athlon_ssediv_load_k8, athlon_ssemul,
12861         athlon_ssemul_load_k8): Added amdfam10.
12863 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12865         * config/i386/i386.h (TARGET_SSE_UNALIGNED_MOVE_OPTIMAL): New macro.
12866         (x86_sse_unaligned_move_optimal): New variable.
12868         * config/i386/i386.c (x86_sse_unaligned_move_optimal): Enable for
12869         m_AMDFAM10.
12870         (ix86_expand_vector_move_misalign): Add code to generate movupd/movups
12871         for unaligned vector SSE double/single precision loads for AMDFAM10.
12873 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12875         * config/i386/i386.h (TARGET_AMDFAM10): New macro.
12876         (TARGET_CPU_CPP_BUILTINS): Add code for amdfam10.
12877         Define TARGET_CPU_DEFAULT_amdfam10.
12878         (TARGET_CPU_DEFAULT_NAMES): Add amdfam10.
12879         (processor_type): Add PROCESSOR_AMDFAM10.
12881         * config/i386/i386.md: Add amdfam10 as a new cpu attribute to match
12882         processor_type in config/i386/i386.h.
12883         Enable imul peepholes for TARGET_AMDFAM10.
12885         * config.gcc: Add support for --with-cpu option for amdfam10.
12887         * config/i386/i386.c (amdfam10_cost): New variable.
12888         (m_AMDFAM10): New macro.
12889         (m_ATHLON_K8_AMDFAM10): New macro.
12890         (x86_use_leave, x86_push_memory, x86_movx, x86_unroll_strlen,
12891         x86_cmove, x86_3dnow_a, x86_deep_branch, x86_use_simode_fiop,
12892         x86_promote_QImode, x86_integer_DFmode_moves,
12893         x86_partial_reg_dependency, x86_memory_mismatch_stall,
12894         x86_accumulate_outgoing_args, x86_arch_always_fancy_math_387,
12895         x86_sse_partial_reg_dependency, x86_sse_typeless_stores,
12896         x86_use_ffreep, x86_use_incdec, x86_four_jump_limit,
12897         x86_schedule, x86_use_bt, x86_cmpxchg16b, x86_pad_returns):
12898         Enable/disable for amdfam10.
12899         (override_options): Add amdfam10_cost to processor_target_table.
12900         Set up PROCESSOR_AMDFAM10 for amdfam10 entry in
12901         processor_alias_table.
12902         (ix86_issue_rate): Add PROCESSOR_AMDFAM10.
12903         (ix86_adjust_cost): Add code for amdfam10.
12905 2007-02-05  Harsha Jagasia  <harsha.jagasia@amd.com>
12907         * config/i386/i386.opt: Add new Advanced Bit Manipulation (-mabm)
12908         instruction set feature flag. Add new (-mpopcnt) flag for popcnt
12909         instruction. Add new SSE4A (-msse4a) instruction set feature flag.
12910         * config/i386/i386.h: Add builtin definition for SSE4A.
12911         * config/i386/i386.md: Add support for ABM instructions
12912         (popcnt and lzcnt).
12913         * config/i386/sse.md: Add support for SSE4A instructions
12914         (movntss, movntsd, extrq, insertq).
12915         * config/i386/i386.c: Add support for ABM and SSE4A builtins.
12916         Add -march=amdfam10 flag.
12917         * config/i386/ammintrin.h: Add support for SSE4A intrinsics.
12918         * doc/invoke.texi: Add documentation on flags for sse4a, abm, popcnt
12919         and amdfam10.
12920         * doc/extend.texi: Add documentation for SSE4A builtins.
12922 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
12924         * config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.
12926 2007-02-05  Richard Guenther  <rguenther@suse.de>
12928         * tree-vectorizer.h (vectorizable_function): Add argument type
12929         argument, change return type.
12930         * tree-vect-patterns.c (vect_recog_pow_pattern): Adjust caller.
12931         * tree-vect-transform.c (vectorizable_function): Handle extra
12932         argument, return vectorized function decl.
12933         (build_vectorized_function_call): Remove.
12934         (vectorizable_call): Handle calls with result and argument types
12935         differing.  Handle loop vectorization factor correctly.
12936         * targhooks.c (default_builtin_vectorized_function): Adjust for
12937         extra argument.
12938         * targhooks.h (default_builtin_vectorized_function): Likewise.
12939         * target.h (builtin_vectorized_function): Add argument type
12940         argument.
12941         * config/i386/i386.c (ix86_builtin_vectorized_function): Handle
12942         extra argument, allow vectorizing of lrintf.
12943         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Adjust
12944         documentation of target hook.
12946 2007-02-05  Hans-Peter Nilsson  <hp@axis.com>
12948         PR target/30665
12949         * config/cris/cris.md ("*andsi_movu", "*andsi_clear", "*andhi_movu")
12950         ("*andhi_clear", andu (casesi+45)): For size-changed operand where
12951         memory is allowed, require !side_effects_p, not just !MEM_VOLATILE_P.
12953 2007-02-05  Roger Sayle  <roger@eyesopen.com>
12955         * fold-const.c (fold_unary) <REAL_PART>: Test for availability of
12956         BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS.
12957         <IMAG_PART>: Likewise, check for availability of BUILT_IN_SIN.
12958         * builtins.c (fold_builtin_sincos): Check for TARGET_C99_FUNCTIONS
12959         before canonicalizing sincos to cexpi.
12960         (fold_builtin_cexp): Likewise, for canonicalizing cexp to cexpi.
12962 2007-02-05  Roger Sayle  <roger@eyesopen.com>
12964         * config/alpha/alpha.c (alpha_add_builtins): New Helper function.
12965         Set TREE_READONLY and TREE_NOTHROW directly, not via attributes.
12966         (alpha_init_builtins): Use alpha_add_builtins to process tables.
12968 2007-02-05  Roger Sayle  <roger@eyesopen.com>
12970         * mips-tfile.c (initialize_init_file): Correct endianness test.
12972 2007-02-05  Kazu Hirata  <kazu@codesourcery.com>
12974         * config/m68k/m68k.md (pushdi-1, pushdi, movsi+1): Don't use
12975         the 'y' constraint.
12977 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
12979         * dwarf2out.c (dwarf2out_frame_debug_expr): Record the register
12980         saves in a PARALLEL before the register assignments.
12982 2007-02-05  Richard Sandiford  <richard@codesourcery.com>
12984         * doc/tm.texi (DWARF_ALT_FRAME_RETURN_COLUMN): Do not require
12985         DWARF_FRAME_RETURN_COLUMN to be a general register.
12986         * dwarf2out.c (init_return_column_size): New function, split from...
12987         (expand_builtin_init_dwarf_reg_sizes): ...here.  Allow both
12988         DWARF_FRAME_RETURN_COLUMN and DWARF_ALT_FRAME_RETURN_COLUMN
12989         to be nongeneral registers.
12990         * config/m68k/m68k.h (DWARF_FRAME_REGNUM): Only map FP and
12991         integer registers.
12992         (DWARF_FRAME_REGISTERS, DWARF_FRAME_RETURN_COLUMN): Define.
12993         (DWARF_ALT_FRAME_RETURN_COLUMN): Define.
12995 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
12997         * cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.
12999 2007-02-04  Zdenek Dvorak <dvorakz@suse.cz>
13001         * cfgloopmanip.c (loop_delete_branch_edge): Removed.
13002         (remove_path): Use can_remove_branch_p and remove_branch instead
13003         of loop_delete_branch_edge.
13004         * tree-ssa-loop-manip.c (scale_dominated_blocks_in_loop): New function.
13005         (tree_transform_and_unroll_loop): Remove dead branches immediately.
13006         Update profile using scale_dominated_blocks_in_loop.
13007         * cfghooks.c (can_remove_branch_p, remove_branch): New functions.
13008         * cfghooks.h (struct cfg_hooks): Add can_remove_branch_p.
13009         (can_remove_branch_p, remove_branch): Declare.
13010         * tree-cfg.c (tree_can_remove_branch_p): New function.
13011         (tree_cfg_hooks): Add tree_can_remove_branch_p.
13012         * cfgrtl.c (rtl_can_remove_branch_p): New function.
13013         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add rtl_can_remove_branch_p.
13015 2007-02-05  Jan Hubicka  <jh@suse.cz>
13017         PR middle-end/30696
13018         * ipa-inline.c (cgraph_clone_inlined_nodes): When there are unanalyzed
13019         nodes in cgraph, don't remove offline copy of the function.
13021 2007-02-04  Jan Hubicka  <jh@suse.cz>
13023         * tree-sra.c (sra_walk_expr): Add linebreaks. BITFIELD_REFs into
13024         vectors might cause maybe_lookup_element_for_expr to be called
13025         on non-sra-candidate.
13027 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
13029         * config/bfin/bfin-modes.def, config/bfin/bfin.c,
13030         config/bfin/bfin.md, config/bfin/predicates.md: Follow
13031         spelling conventions.
13033 2007-02-04  Richard Guenther  <rguenther@suse.de>
13035         PR middle-end/30636
13036         * fold-const.c (try_move_mult_to_index): Make sure to not
13037         overflow one dimension of a multi-dimensional array access.
13039 2007-02-04  Jan Hubicka  <jh@suse.cz>
13041         * passes.c (init_optimization_passes): Reindent.
13043 2007-02-04  Jan Hubicka  <jh@suse.cz>
13044             Eric Botcazou  <ebotcazou@adacore.com>
13046         * tree-optimize.c (has_abnormal_outgoing_edge_p): Move to...
13047         (execute_fixup_cfg): Break out the abnormal goto code.
13048         * tree-inline.c (has_abnormal_outgoing_edge_p): ...here.
13049         (make_nonlocal_label_edges): Move here from execute_fixup_cfg.
13050         (optimize_inline_calls): Call make_nonlocal_label_edges.
13052 2007-02-04  Jan Hubicka  <jh@suse.cz>
13054         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return
13055         true when something was changed.
13056         (rename_ssa_copies): When something was changed, do
13057         TODO_remove_unused_locals.
13058         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
13059         add TODO_remove_unused_locals when instruction was removed.
13061 2007-02-04  Jan Hubicka  <jh@suse.cz>
13063         * ipa-inline.c (try_inline): Improve debug output; work on already
13064         inline edges too.
13065         (cgraph_decide_inlining_incrementally): Indent; improve debug output;
13066         call try_inline for already inlined edges too when flattening;
13067         inline also functions that make callee growth but overall unit size
13068         reduce.
13070 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
13072         * config/m32c/bitops.md, config/m32c/jump.md,
13073         config/m32c/m32c.c, config/m32c/m32c.h, config/m32r/m32r.c,
13074         config/m32r/m32r.h, config/m32r/m32r.md,
13075         config/m32r/predicates.md, config/m68hc11/larith.asm,
13076         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
13077         config/m68k/m68k.h, config/mcore/mcore.md, config/mips/4k.md,
13078         config/mips/mips-protos.h, config/mips/mips.c,
13079         config/mips/mips.h, config/mips/mips.md, config/mips/mips16.S,
13080         config/mn10300/mn10300.h, config/mn10300/predicates.md,
13081         config/mt/mt.c, config/mt/mt.h, config/mt/mt.md: Follow
13082         spelling conventions.
13084         * config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
13085         Follow spelling conventions.
13087 2007-02-03  Douglas Gregor  <doug.gregor@gmail.com>
13089         * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't
13090         warn about C++0x compatibility.
13092 2007-02-04  Kazu Hirata  <kazu@codesourcery.com>
13094         * config/h8300/h8300.c, config/h8300/h8300.h,
13095         config/h8300/h8300.md: Follow spelling conventions.
13097 2007-02-03  Uros Bizjak  <ubizjak@gmail.com>
13099         PR middle-end/30667
13100         * combine.c (try_combine): Do not substitute source operand
13101         with constants wider than 2 * HOST_BITS_PER_WIDE_INT.
13103 2007-02-03  Jan Hubicka  <jh@suse.cz>
13105         PR gcov-profile/30650
13106         * value-prof.c (stringop_block_profile): Fix handling of size counter;
13107         do not divide by zero for never executed counters.
13108         (tree_find_values_to_profile): Fix counters.
13109         * gcov-ui.h (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): Fix comments.
13111 2007-02-03  Ian Lance Taylor  <iant@google.com>
13113         * lower-subreg.c (simple_move_operand): New static function,
13114         broken out of simple_move.  Reject LABEL_REF, SYMBOL_REF, and HIGH
13115         operands.
13116         (simple_move): Call simple_move_operand.
13117         (find_decomposable_subregs): Add special handling of MEMs.
13118         (can_decompose_p): Rename from cannot_decompose_p.  Reverse
13119         meaning of return value.  If we see a hard register, test whether
13120         it can store a word_mode value.  Change all callers.
13122 2007-02-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13124         * pa.md (addvdi3, addvsi3, subvdi3, subvsi3, negvdi2, negvsi2): New
13125         ftrapv insns and expanders.
13126         (subdi3): Change define_expand operand 1 to arith11_operand, and
13127         operand 2 to reg_or_0_operand.  Change constraints of 64-bit insn
13128         pattern to handle reg_or_0 operands.  Revise 32-bit insn pattern to
13129         handle 11-bit constants and reg_or_0 operands in operands 1 and 2,
13130         respectively.
13132         PR middle-end/30174
13133         * varasm.c (notice_global_symbol): Treat global objects as weak when
13134         flag_shlib is true.
13136 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13138         * emit-rtl.c (dconstpi): Delete.
13139         (dconstsqrt2): New.
13140         (init_emit_once): Delete dconstpi and init dconstsqrt2.
13141         * real.h (dconstpi): Delete.
13142         (dconstsqrt2): New.
13143         * builtins.c (fold_builtin_cabs): Use dconstsqrt2.
13144         (fold_builtin_hypot): Likewise.
13146 2007-02-03  Tom Tromey  <tromey@redhat.com>
13148         PR driver/30246
13149         * gcc.c (cpp_unique_options): Any of -ggdb3, -gstabs3,
13150         -gcoff3, -gxcoff3, -gvms3 implies -dD.
13152 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
13154         * c-decl.c, config/avr/avr.c, config/avr/avr.h,
13155         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
13156         config/mn10300/mn10300.c, config/pdp11/pdp11.h,
13157         config/rs6000/cell.md, config/rs6000/darwin.h,
13158         config/sh/sh.md, config/sh/sh4-300.md, config/spu/spu.c,
13159         config/spu/spu.md, cselib.c, expr.c, haifa-sched.c, hwint.h,
13160         jump.c, reload.c, sched-deps.c, sched-int.h, tree-inline.c,
13161         tree-profile.c, tree-ssa-live.h, tree-vrp.c: Fix comment
13162         typos.  Follow spelling conventions.
13163         * doc/invoke.texi: Follow spelling conventions.
13165 2007-02-03  Roger Sayle  <roger@eyesopen.com>
13167         * simplify-rtx.c (simplify_relational_operation_1): Implement some
13168         canonicalization transformations that attempt to simplify integer
13169         constant comparisons to become comparisons against zero.
13171 2007-02-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13173         * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into
13174         fabs(x)*sqrt(2).
13175         * fold-const.c (fold_binary): Fix comment typos.  Fold complex
13176         (x,0)-(0,y) into (x,-y).  Likewise (0,y)-(x,0) into (-x,y).
13178 2007-02-02  Mike Stump  <mrs@apple.com>
13180         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.
13181         * config/rs6000/rs6000.c (DARWIN_GENERATE_ISLANDS): Add.
13182         (output_call): Use DARWIN_GENERATE_ISLANDS to decide when to
13183         generate a branch island.
13185 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
13187         * config/xtensa/xtensa.c (smalloffset_mem_p): Use BASE_REG_P.
13188         (xtensa_legitimate_address_p): New.
13189         (xtensa_legitimize_address): New.
13190         (xtensa_output_addr_const_extra): New.
13191         * config/xtensa/xtensa.h (REG_OK_STRICT_FLAG): Define.
13192         (BASE_REG_P): New.
13193         (REG_OK_FOR_BASE_P): Use BASE_REG_P.
13194         (GO_IF_LEGITIMATE_ADDRESS): Move code to xtensa_legitimate_address_p.
13195         (LEGITIMIZE_ADDRESS): Move code to xtensa_legitimize_address.
13196         (OUTPUT_ADDR_CONST_EXTRA): Move code to xtensa_output_addr_const_extra.
13197         * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): New.
13198         (xtensa_legitimize_address): New.
13199         (xtensa_output_addr_const_extra): New.
13201 2007-02-02  Steve Ellcey  <sje@cup.hp.com>
13203         * config/ia64/ia64.c (ia64_print_operand): Fix compare strings.
13205 2007-02-02  Ian Lance Taylor  <iant@google.com>
13207         * expmed.c (expand_divmod): Add comment.
13209 2007-02-02  Kazu Hirata  <kazu@codesourcery.com>
13211         * emit-rtl.c (renumber_insns): Remove.
13212         * flags.h: Remove the extern for flag_renumber_insns.
13213         * rtl.h: Remove the prototype for renumber_insns.
13214         * toplev.c (flag_renumber_insns): Remove.
13216 2007-02-02  Hui-May Chang  <hm.chang@apple.com>
13218         Revert for x86 darwin:
13219         2005-06-19  Uros Bizjak  <uros@kss-loka.si>
13221         * config/i386/i386.c (ix86_function_arg_regno_p): Put back the
13222         code before the following patch under TARGET_MACHO.
13223         (ix86_function_value_regno_p): Likewise.
13225 2007-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13227         * fold-const.c (negate_expr_p, fold_negate_expr): Handle
13228         COMPLEX_EXPR.
13230 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
13232         PR target/29682
13233         * config/ia64/ia64.c (ia64_speculate_insn): Restrict to memory loads to
13234         general or fp registers.  Add comments.
13235         * config/ia64/ia64.md (reg_pred_prefix): Add comment.
13237 2007-02-02  Paolo Bonzini  <bonzini@gnu.org>
13239         * pointer-set.c (insert_aux): Only return insertion slot.
13240         (pointer_set_insert): Adjust.
13241         (pointer_set_traverse, struct pointer_map_t, pointer_map_create,
13242         pointer_map_destroy, pointer_map_insert, pointer_map_contains,
13243         pointer_map_traverse): New.
13244         * pointer-set.h (pointer_set_traverse, struct pointer_map_t,
13245         pointer_map_create,  pointer_map_destroy, pointer_map_insert,
13246         pointer_map_contains, pointer_map_traverse): Declare.
13248 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
13250         PR middle-end/30473
13251         * builtins.c (fold_builtin_sprintf): Do not attempt to optimize
13252         sprintf (str, "%s").  Do not optimize sprintf (str, "nopercent", p++).
13254 2007-02-02  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
13256         * sched-int.h (ds_to_dk, dk_to_ds): Declare functions.
13258         (struct _dep): New type.
13259         (dep_t): New typedef.
13260         (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
13261         (DEP_STATUS): New access macro.  The macro with the same name was
13262         renamed to DEP_LINK_STATUS.
13263         (dep_init): Declare function
13265         (struct _dep_link): New type.
13266         (dep_link_t): New typedef.
13267         (DEP_LINK_NODE, DEP_LINK_NEXT, DEP_LINK_PREV_NEXTP): New access macros.
13268         (DEP_LINK_DEP, DEP_LINK_PRO, DEP_LINK_CON, DEP_LINK_KIND): New macros.
13269         (DEP_LINK_STATUS): New macro.
13270         (debug_dep_links): New debug function.
13272         (struct _deps_list): New type.
13273         (deps_list_t): New typedef.
13274         (DEPS_LIST_FIRST): New access macro.
13275         (FOR_EACH_DEP_LINK): New cycle macro.
13276         (create_deps_list, free_deps_list, delete_deps_list): Declare
13277         functions.
13278         (deps_list_empty_p, debug_deps_list, add_back_dep_to_deps_list): Ditto.
13279         (find_link_by_pro_in_deps_list, find_link_by_con_in_deps_list): Ditto.
13280         (copy_deps_list_change_con): Ditto.
13282         (move_dep_link): Declare function.
13284         (struct _dep_node): New type.
13285         (dep_node_t): New typedef.
13286         (DEP_NODE_BACK, DEP_NODE_DEP, DEP_NODE_FORW): New access macros.
13288         (struct haifa_insn_data.back_deps): New field to hold backward
13289         dependencies of the insn.
13290         (struct haifa_insn_data.depend): Rename to forw_deps.  Change its type
13291         to deps_list_t.
13292         (struct haifa_insn_data.resolved_deps): Rename to resolved_back_deps.
13293         Change its type to deps_list_t.
13294         (INSN_BACK_DEPS): New access macro to use instead of LOG_LINKS.
13295         (INSN_DEPEND): Rename to INSN_FORW_DEPS.
13296         (RESOLVED_DEPS): Rename to INSN_RESOLVED_BACK_DEPS.
13298         (INSN_COST): Move to haifa-sched.c.  Use insn_cost () instead.
13300         (DEP_STATUS): Rename to DEP_LINK_STATUS.  Fix typo in the comment.
13302         (add_forw_dep, delete_back_forw_dep, insn_cost): Update declaration and
13303         all callers.
13304         (dep_cost): Declare.
13306         * sched-deps.c (CHECK): New macro to (en/dis)able sanity checks.
13307         (ds_to_dk, dk_to_ds): New functions.
13309         (init_dep_1): New static function.
13310         (init_dep): New function.
13311         (copy_dep): New static function.
13313         (dep_link_consistent_p, attach_dep_link, add_to_deps_list): New static
13314         functions.
13315         (detach_dep_link): New static function.
13316         (move_dep_link): New function.
13318         (dep_links_consistent_p, dump_dep_links): New static functions.
13319         (debug_dep_links): New debugging function.
13321         (deps_obstack, dl_obstack, dn_obstack): New static variables.
13323         (alloc_deps_list, init_deps_list): New static functions.
13324         (create_deps_list): New function.
13325         (clear_deps_list): New static function.
13326         (free_deps_list, delete_deps_list, deps_list_empty_p): New functions.
13327         (deps_list_consistent_p, dump_deps_list): New static functions.
13328         (debug_deps_list): New function.
13329         (add_back_dep_to_deps_list, find_link_by_pro_in_deps_list): New
13330         functions.
13331         (find_link_by_con_in_deps_list, copy_deps_list_change_con): Ditto.
13333         (maybe_add_or_update_back_dep_1, add_or_update_back_dep_1): Update to
13334         use new scheduler dependencies lists.
13335         (add_back_dep, delete_all_dependences, fixup_sched_groups): Ditto.
13336         (sched_analyze): Ditto.  Initialize dependencies lists.
13337         (add_forw_dep, compute_forward_dependences): Update to use new
13338         scheduler dependencies lists.
13340         (init_dependency_caches): Init deps_obstack.
13341         (free_dependency_caches): Free deps_obstack.
13343         (adjust_add_sorted_back_dep, adjust_back_add_forw_dep): Update to use
13344         new scheduler dependencies lists.
13345         (delete_forw_dep, add_or_update_back_forw_dep): Ditto.
13346         (add_back_forw_dep, delete_back_forw_dep): Ditto.
13348         * sched-rgn.c (set_spec_fed, find_conditional_protection, is_pfree):
13349         Update to use new scheduler dependencies lists.
13350         (is_conditionally_protected, is_prisky, add_branch_dependences): Ditto.
13351         (debug_dependencies): Ditto.
13352         (schedule_region): Update comments.
13354         * sched-ebb.c (earliest_block_with_similiar_load): Update to use new
13355         scheduler dependencies lists.
13356         (schedule_ebb): Update comments.
13358         * rtl.def (DEPS_LIST): Remove.
13360         * lists.c (unused_deps_list): Remove.
13361         (free_list): Update assertions.
13363         (alloc_DEPS_LIST, free_DEPS_LIST_list, free_DEPS_LIST_node): Remove.
13364         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
13366         * rtl.h (free_DEPS_LIST_list, alloc_DEPS_LIST): Remove declarations.
13367         (remove_free_DEPS_LIST_elem, copy_DEPS_LIST_list): Ditto.
13369         * haifa-sched.c (comments): Update.
13370         (insn_cost1): Remove.  Inline the code into insn_cost ().
13371         (insn_cost): Update to use new scheduler dependencies lists.  Move
13372         processing of the dependency cost to dep_cost ().
13373         (dep_cost): New function.  Use it instead of insn_cost () when
13374         evaluating cost of the dependency.  Use compatible interface to
13375         interact with the target.
13376         (priority): Update to use new scheduler dependencies lists.
13377         (rank_for_schedule): Ditto.  Optimize heuristic that prefers the insn
13378         with greater number of insns that depend on the insn.
13379         (schedule_insn): Update to use new scheduler dependencies lists.  Add
13380         code to free backward dependencies lists.  Inline and optimize code
13381         from resolve_dep () - see PR28071.
13382         (ok_for_early_queue_removal): Update to use new scheduler dependencies
13383         lists.  Update call to targetm.sched.is_costly_dependence hook.
13385         (fix_inter_tick, try_ready, fix_tick_ready): Update to use new
13386         scheduler dependencies lists.
13388         (resolve_dep): Remove.  Move the logic to schedule_insn ().
13389         (init_h_i_d): Initialize dependencies lists.
13391         (process_insn_depend_be_in_spec): Rename to
13392         process_insn_forw_deps_be_in_spec.  Update to use new scheduler
13393         dependencies lists.
13394         (add_to_speculative_block, create_check_block_twin, fix_recovery_deps):
13395         Update to use new scheduler dependencies lists.
13396         (clear_priorities, calc_priorities, add_jump_dependencies): Ditto.
13398         * ddg.c (create_ddg_dependence, create_ddg_dep_no_link): Update to use
13399         new scheduler dependencies lists.
13400         (build_intra_loop_deps): Ditto.
13402         * target.h (struct _dep): Declare to use in
13403         gcc_target.sched.is_costly_dependence.
13404         (struct gcc_target.sched.adjust_cost): Fix typo.
13405         (struct gcc_target.sched.is_costly_dependence): Change signature to use
13406         single dep_t parameter instead of an equivalent triad.
13407         (struct gcc_target.sched.adjust_cost_2): Remove.
13409         * target-def.h (TARGET_SCHED_ADJUST_COST_2): Remove.
13411         * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.
13413         * doc/tm.texi (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Update
13414         documentation.
13415         (TARGET_SCHED_ADJUST_COST_2): Remove documentation.
13417         * doc/rtl.texi (LOG_LINKS): Remove part about instruction scheduler.
13418         (REG_DEP_TRUE): Document.
13420         * config/ia64/ia64.c (ia64_adjust_cost_2): Rename to ia64_adjust_cost.
13421         Change signature to correspond to the targetm.sched.adjust_cost hook.
13422         Update use in TARGET_SCHED_ADJUST_COST_2.
13423         (TARGET_SCHED_ADJUST_COST_2): Rename to TARGET_SCHED_ADJUST_COST.
13424         (ia64_dependencies_evaluation_hook, ia64_dfa_new_cycle): Update to use
13425         new scheduler dependencies lists.
13426         (ia64_gen_check): Ditto.
13428         * config/mips/mips.c (vr4130_swap_insns_p): Update to use new scheduler
13429         dependencies lists.
13431         * config/rs6000/rs6000.c (rs6000_is_costly_dependence): Change
13432         signature to correspond to the targetm.sched.is_costly_dependence hook.
13433         (is_costly_group): Update to use new scheduler dependencies lists.
13435         * config/spu/spu.c (spu_sched_adjust_cost): Use insn_cost () function
13436         instead of INSN_COST () macro.
13438 2007-02-01  Ian Lance Taylor  <iant@google.com>
13440         * lower-subreg.c (resolve_clobber): Handle a subreg of a concatn.
13442 2007-02-01  Guy Martin  <gmsoft@gentoo.org>
13444         * pa.md (tp_load): Correct mfctl instruction syntax.
13446 2007-02-01  Geoffrey Keating  <geoffk@apple.com>
13448         * config/rs6000/rs6000.c (rs6000_stack_info): Correct
13449         altivec_padding_size calculation on AIX.  Improve comment, add
13450         assert to verify that it's right.
13452         * config/rs6000/darwin.h (MD_UNWIND_SUPPORT): Don't define for
13453         64-bit.
13455 2007-2-01  Seongbae Park  <seongbae.park@gmail.com>
13457         PR inline-asm/28686
13458         * global.c (global_alloc): Add mising initialization of
13459         ELIMINABLE_REGSET.
13461 2007-02-01  Roger Sayle  <roger@eyesopen.com>
13463         * alias.c (init_alias_analysis): Correct whitespace.
13464         * bb-reorder.c (fix_edges_for_rarely_executed_code,
13465         partition_hot_cold_basic_blocks): Likewise.
13466         * builtins.c (expand_builtin_printf, expand_builtin_fprintf,
13467         expand_builtin_sprintf, fold_builtin_carg, fold_builtin_sprintf,
13468         maybe_emit_sprintf_chk_warning, fold_builtin_sprintf_chk,
13469         fold_builtin_snprintf_chk, fold_builtin_printf,
13470         fold_builtin_fprintf, do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_arg2,
13471         do_mpfr_arg3, do_mpfr_sincos): Likewise.
13472         * cfgcleanup.c (cleanup_cfg): Likewise.
13473         * cfgexpand.c (tree_expand_cfg): Likewise.
13474         * fold-const.c (fold_binary) <RDIV_EXPR>: Likewise.
13475         * function.c (get_next_funcdef_no): Likewise.
13476         * gengtype.c (main): Likewise.
13477         * genmodes.c (main): Likewise.
13478         * gcse.c (bypass_conditional_jumps, print_ldst_list): Likewise.
13479         * haifa-sched.c (schedule_block, extend_h_i_d): Likewise.
13480         * ifcvt.c (noce_emit_move_insn): Likewise.
13481         * modulo-sched.c (generate_prolog_epilog, sms_schedule_by_order):
13482         Likewise.
13483         * stor-layout.c (get_best_mode): Likewise.
13484         * tree-ssa-loop-niter.c (get_val_for): Likewise.
13485         * tree-ssa-structalias.c (get_varinfo, get_varinfo_fc,
13486         scc_visit, do_ds_constraint, do_complex_constraint, label_visit,
13487         perform_var_substitution, solve_graph): Likewise.
13488         * tree-vrp.c (vrp_finalize): Likewise.
13490 2007-02-01  Ian Lance Taylor  <iant@google.com>
13492         * lower-subreg.c (simplify_gen_subreg_concatn): If we ask for the
13493         high part of a paradoxical subreg, return a constant zero.
13495 2007-02-01  Zdenek Dvorak <dvorakz@suse.cz>
13497         * toplev.c (lang_dependent_init): Call init_set_costs.
13498         * loop-init.c (loop_optimizer_init): Do not call init_set_costs.
13500 2007-02-01  Richard Guenther  <rguenther@suse.de>
13502         PR middle-end/30656
13503         * fold-const.c (fold_negate_expr): Allow negating a
13504         constant if overflow does not change.
13506 2007-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13508         * doc/c-tree.texi (Expression trees): Improve markup.
13509         * doc/tm.texi (Register Classes, Addressing Modes)
13510         (Floating Point): Fix spacing after abbreviations.  Fix some
13511         typos.
13513 2007-02-01  Ben Elliston  <bje@au.ibm.com>
13515         * doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
13516         * doc/contrib.texi: Likewise.
13517         * doc/install.texi: Likewise.
13519 2007-01-31  Richard Henderson  <rth@redhat.com>
13520             Ian Lance Taylor  <iant@google.com>
13522         * lower-subreg.c: New file.
13523         * rtl.def (CONCATN): Define.
13524         * passes.c (init_optimization_passes): Add pass_lower_subreg and
13525         pass_lower_subreg2.
13526         * emit-rtl.c (update_reg_offset): New static function, broken out
13527         of gen_rtx_REG_offset.
13528         (gen_rtx_REG_offset): Call update_reg_offset.
13529         (gen_reg_rtx_offset): New function.
13530         * regclass.c: Revert patch of 2006-03-05, restoring
13531         reg_scan_update.
13532         (clear_reg_info_regno): New function.
13533         * dwarf2out.c (concatn_loc_descriptor): New static function.
13534         (loc_descriptor): Handle CONCATN.
13535         * common.opt (fsplit_wide_types): New option.
13536         * opts.c (decode_options): Set flag_split_wide_types when
13537         optimizing.
13538         * timevar.def (TV_LOWER_SUBREG): Define.
13539         * rtl.h (gen_reg_rtx_offset): Declare.
13540         (reg_scan_update): Declare.
13541         * regs.h (clear_reg_info_regno): Declare.
13542         * tree-pass.h (pass_lower_subreg): Declare.
13543         (pass_lower_subreg2): Declare.
13544         * doc/invoke.texi (Option Summary): List -fno-split-wide-types.
13545         (Optimize Options): Add -fsplit-wide-types to -O1 list.  Document
13546         -fsplit-wide-types.
13547         * doc/rtl.texi (Regs and Memory): Document concat and concatn.
13548         * Makefile.in (OBJS-common): Add lower-subreg.o.
13549         (lower-subreg.o): New target.
13551 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
13553         * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
13555 2007-01-31  Anatoly Sokolov <aesok@post.ru>
13557         PR target/19087
13558         * config/avr/avr.c (DWARF2_ADDR_SIZE): Define.
13560 2007-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13562         PR middle-end/29335
13563         * builtins.c (fold_builtin_sqrt): Use MPFR for constant args.
13565 2007-01-31  Zdenek Dvorak <dvorakz@suse.cz>
13567         * cfgloop.h: Include vec-prim.h.
13568         (enum li_flags): Remove LI_ONLY_OLD.
13569         (loop_iterator): Changed.
13570         (fel_next, fel_init): Iterate over loop tree.
13571         (FOR_EACH_LOOP_BREAK): New macro.
13572         * loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
13573         FOR_EACH_LOOP.
13574         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
13575         * modulo-sched.c (sms_schedule): Ditto.
13576         * tree-vectorizer.c (vectorize_loops): Ditto.
13577         * doc/loop.texi: Update information on loop numbering and behavior of
13578         FOR_EACH_LOOP wrto new loops.
13579         * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
13580         add_to_evolution_1): Test nestedness of loops instead of comparing
13581         their numbers.
13582         * tree-chrec.c (chrec_fold_plus_poly_poly,
13583         chrec_fold_multiply_poly_poly, chrec_evaluate,
13584         hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
13585         reset_evolution_in_loop): Ditto.
13586         * Makefile.in (CFGLOOP_H): Add vecprim.h dependency.
13588 2007-01-31  Dirk Mueller  <dmueller@suse.de>
13590         * c-common.c (warn_about_parentheses): Separate warning about
13591         un-parenthized sequence of comparison operators from the one
13592         which is supposed to warn about x <= y <= z.
13594 2007-01-31  Uros Bizjak  <ubizjak@gmail.com>
13596         * optabs.h (enum optab_index): Add new OTI_isinf.
13597         (isinf_optab): Define corresponding macro.
13598         * optabs.c (init_optabs): Initialize isinf_optab.
13599         * genopinit.c (optabs): Implement isinf_optab using isinf?f2
13600         patterns.
13601         * builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
13602         (expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
13603         using isinf_optab.
13604         (expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
13605         expand_builtin_interclass_mathfn.
13606         * reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
13607         * config/i386/i386.md (UNSPEC_FXAM): New constant.
13608         (fxam<mode>2_i387): New insn pattern.
13609         (isinf<mode>2) New expander to implement isinf, isinff and isinfl
13610         built-in functions as x87 inline asm.
13612 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
13614         * config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
13616 2007-01-30  Eric Christopher  <echristo@apple.com>
13618         * config.gcc: Add geode.
13620 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
13622         * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
13623         ipa-inline.c, tree-profile.c, tree-ssa-live.c,
13624         tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
13625         value-prof.c: Fix comment typos.
13627 2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13629         PR c++/24745
13630         * doc/invoke.texi (Wpointer-arith): Document warning.
13632 2007-01-30  Janis Johnson  <janis187@us.ibm.com>
13634         * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
13635         the list of discrepancies from the draft TR.
13637 2007-01-30  Dirk Mueller  <dmueller@suse.de>
13639         PR c++/30601
13640         * doc/invoke.texi (-Wreturn-type): Update description to
13641         match new behavior.
13643 2007-01-30  Richard Sandiford  <richard@codesourcery.com>
13645         * cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.
13647 2007-01-30  Uros Bizjak  <ubizjak@gmail.com>
13649         * builtins.c (expand_builtin_int_interclass_roundingfn): New function
13650         to handle optabs that operate on floating point input argument and
13651         output to integer output.
13652         (expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
13653         (expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
13654         (expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
13655         expand_builtin_interclass_mathfn ().
13656         * config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
13657         (ilogbsi2): Remove.
13658         (ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
13659         ilogbl built-in functions as x87 intrinsics.
13661 2007-01-30  Richard Guenther  <rguenther@suse.de>
13663         PR middle-end/27657
13664         * dwarf2out.c (reference_to_unused): Query varpool if the
13665         variable was output.
13667 2007-01-30  Richard Guenther  <rguenther@suse.de>
13669         PR middle-end/30313
13670         * passes.c (execute_one_pass): Reset in_gimple_form to not
13671         confuse non-unit-at-a-time mode.
13673 2007-01-29  Roger Sayle  <roger@eyesopen.com>
13674             Richard Guenther  <rguenther@suse.de>
13676         * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
13677         avoid undefined behaviour on overflow.  Use force_fit_type_double
13678         to construct the constant with the specified TREE_OVERFLOW.
13680 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
13682         * config/dfp-bit.c: Add parameterized support for fp exceptions.
13683         * config/dfp-bit.h: Ditto.
13685 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13687         * c-decl.c (pop_scope): Replace warnings with call to
13688         warn_for_unused_label.
13689         * c-common.h (warn_for_unused_label): Declare.
13690         * c-common.c (warn_for_unused_label): Define.
13692 2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
13694         * tree-optimize.c (update_inlined_to_pointers): Delete unused
13695         function.
13697 2007-01-29  Janis Johnson  <janis187@us.ibm.com>
13699         * Makefile.in (USER_H): Remove decfloat.h.
13700         * ginclude/decfloat.h: Delete, moving contents to ...
13701         * ginclude/float.h: Add support for decimal floating point,
13702         guarded by __STDC_WANT_DEC_FP__.
13704 2007-01-29  Mike Stump  <mrs@apple.com>
13706         * doc/gccint.texi (Top): Rename Loop Representation to Loop
13707         Analysis and Representation to resolve case insensitive conflict.
13708         * doc/loop.texi (Loop Analysis and Representation): Likewise.
13710 2007-01-28  Daniel Berlin  <dberlin@dberlin.org>
13712         * tree.h (struct tree_memory_tag): Add aliases member.
13713         (MTAG_ALIASES): New macro.
13714         * tree-ssa-alias.c (alias_bitmap_obstack): New variable.
13715         (add_may_alias): Remove pointer-set. Update for may_aliases being
13716         a bitmap.
13717         (mark_aliases_call_clobbered): Update for may_aliases being a
13718         bitmap.
13719         (compute_tag_properties): Ditto.
13720         (create_partition_for): Ditto.
13721         (compute_memory_partitions): Ditto.
13722         (dump_may_aliases_for): Ditto.
13723         (is_aliased_with): Ditto.
13724         (add_may_alias_for_new_tag): Ditto.
13725         (rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
13726         (compute_is_aliased): New function.
13727         (compute_may_aliases): Call compute_is_aliased).
13728         (init_alias_info): Initialize alias_bitmap_obstack.
13729         (union_alias_set_into): New function.
13730         (compute_flow_sensitive_aliasing): Use union_aliases_into.
13731         (have_common_aliases_p): Rewrite to take two bitmaps and use
13732         intersection.
13733         (compute_flow_insensitive_aliasing): Stop using pointer-sets.
13734         Update for bitmaps.
13735         (finalize_ref_all_pointers): Update for add_may_alias changes.
13736         (new_type_alias): Ditto.
13737         * tree-flow-inline.h (may_aliases): Return a bitmap.
13738         * tree-dfa.c (dump_variable): Check for MTAG_P'ness.
13739         * tree-ssa.c (verify_flow_insensitive_alias_info): Update for
13740         may_aliases being a bitmap.
13741         * tree-flow.h (struct var_ann_d): Remove may_aliases member.
13742         may_aliases now returns a bitmap.
13743         * tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
13744         being a bitmap.
13745         * tree-ssa-operands.c (add_virtual_operand): Update for
13746         may_aliases being a bitmap.
13748 2007-01-29  Daniel Berlin  <dberlin@dberlin.org>
13750         PR tree-optimization/30630
13751         * tree-ssa-structalias.c (do_complex_constraint): Mark correct
13752         variable as changed.
13754 2007-01-29  Simon Martin  <simartin@users.sourceforge.net>
13756         PR c++/28266
13757         * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
13758         expanded only once even if an error occurs.
13760 2007-01-29  Ben Elliston  <bje@au.ibm.com>
13762         * gcov-io.h (__gcov_indirect_call_profiler): Declare.
13763         (__gcov_average_profiler): Likewise.
13764         (__gcov_ior_profiler): Likewise.
13765         (__gcov_merge_ior): Likewise.
13767 2007-01-28  Jan Hubicka  <jh@suse.cz>
13769         * builtins.c (expand_builtin_memset): Fix typo in my last patch.
13770         * value-prof.c (stringop_block_profile): Likewise.
13772 2007-01-28  Jan Hubicka  <jh@suse.cz>
13774         * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
13775         variant handling histograms; add wrapper.
13776         (clear_storage_via_libcall): Export.
13777         (emit_block_move_hints): Break out from ...; add histograms.
13778         (emit_block_move): ... this one.
13779         (clear_storage_hints): Break out from ...; add histograms.
13780         (clear_storage): ... this one.
13781         (set_storage_via_memset): Handle histogram.
13782         * expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
13783         (clear_storage_hints, clear_storage_via_libcall): Declare.
13784         (set_storage_via_setmem): Update prototype.
13785         * doc/md.texi (movmem, setmem): Document new arguments.
13787         * value-prof.c (dump_histogram_value, tree_find_values_to_profile): Add
13788         new histograms.
13789         (stringop_block_profile): New global function.
13790         (tree_stringops_values_to_profile): Profile block size and alignment.
13791         * value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
13792         HIST_TYPE_IOR.
13793         (struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
13794         (stringop_block_profile): Declare.
13795         * builtins.c: Include value-prof.h.
13796         (expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
13797         * gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
13798         (GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
13799         (GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
13800         * profile.c (instrument_values): Add new counters.
13801         * cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
13802         calls.
13803         * tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
13804         (tree_init_edge_profiler): Build new profilers.
13805         (tree_gen_average_profiler, tree_gen_ior_profiler): New.
13806         (pass_tree_profile): Add dump.
13807         (tree_profile_hooks): Update.
13808         * Makefile.in (LIBGCOV): Add new constants.
13809         * libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
13810         __gcov_ior_profiler): New.
13811         * i386.md (movmem/setmem expanders): Add new optional arguments.
13813 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
13815         * doc/md.texi (Standard Pattern Names): Document blockage pattern.
13817 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
13819         * tree-ssa-loop-unswitch.c: Include tree-inline.h.
13820         (tree_unswitch_single_loop): Pass eni_size_weights to
13821         tree_num_loop_insns.
13822         * tree-ssa-loop-manip.c: Include tree-inline.h.
13823         (can_unroll_loop_p): Pass eni_size_weights to
13824         tree_num_loop_insns.
13825         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
13826         Pass eni_size_weights to estimate_num_insns.
13827         * tree.h (init_inline_once): Export.
13828         * toplev.c (backend_init): Call init_inline_once.
13829         * cgraphunit.c (cgraph_process_new_functions,
13830         cgraph_analyze_function): Pass eni_inlining_weights to
13831         estimate_num_insns.
13832         * ipa-inline.c (compute_inline_parameters): Ditto.
13833         * tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
13834         to estimate_num_insns.
13835         (try_unroll_loop_completely): Pass eni_size_weights to
13836         tree_num_loop_insns.
13837         * tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
13838         ot estimate_num_insns.
13839         * tree-ssa-loop-prefetch.c: Include tree-inline.h.
13840         (loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
13841         * tree-inline.c (eni_inlining_weights, eni_size_weights,
13842         eni_time_weights): New variables.
13843         (init_inline_once): Initialize them.
13844         (struct eni_data): Mew.
13845         (estimate_num_insns_1, estimate_num_insns): Use weights.
13846         * tree-inline.h (struct eni_weights_d): New.
13847         (eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
13848         (estimate_num_insns): Declaration changed.
13849         * cfgloop.h (tree_num_loop_insns): Declaration changed.
13850         * Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
13851         tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.
13853 2007-01-28  Zdenek Dvorak <dvorakz@suse.cz>
13855         * tree-data-ref.c (conflict_fn): Assert that the number of affine
13856         relations in the conflict function is valid.
13858 2007-01-27  Ian Lance Taylor  <iant@google.com>
13860         * common.opt: Add fstrict-overflow.
13861         * opts.c (decode_options): Set flag_strict_overflow if -O2.
13862         * flags.h (TYPE_OVERFLOW_WRAPS): Define.
13863         (TYPE_OVERFLOW_UNDEFINED): Define.
13864         (TYPE_OVERFLOW_TRAPS): Define.  This replaces TYPE_TRAP_SIGNED.
13865         Replace all uses.
13866         * tree.h (TYPE_TRAP_SIGNED): Don't define.
13867         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
13868         (fold_negate_expr): Likewise.
13869         (make_range): Likewise.
13870         (extract_muldiv_1): Likewise.
13871         (maybe_canonicalize_comparison): Likewise.
13872         (fold_comparison): Likewise.
13873         (fold_binary): Likewise.
13874         (tree_expr_nonnegative_p): Likewise.
13875         (tree_expr_nonzero_p): Likewise.
13876         * tree-vrp.c (compare_values): Likewise.
13877         (extract_range_from_binary_expr): Likewise.
13878         (extract_range_from_unary_expr): Likewise.
13879         * tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
13880         Likewise.
13881         (nowrap_type_p): Likewise.
13882         * tree-scalar-evolution.c (simple_iv): Likewise.
13883         * fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
13884         (build_range_check): Likewise.
13885         (extract_muldiv_1): Likewise.
13886         (fold_comparison): Likewise.
13887         * tree-vrp.c (vrp_int_const_binop): Likewise.
13888         (extract_range_from_unary_expr): Likewise.
13889         * convert.c (convert_to_integer): Likewise.
13890         * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
13891         (fold_comparison): Likewise.
13892         (fold_binary): Likewise.
13893         * optabs.c (optab_for_tree_code): Likewise.
13894         * tree-vectorizer.c (vect_is_simple_reduction): Likewise.
13895         * simplify-rtx.c (simplify_const_relational_operation): Check
13896         flag_strict_overflow and flag_trapv.
13897         (simplify_const_relational_operation): Likewise.
13898         * doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
13899         (Optimize Options): Add -fstrict-overflow to -O2 list.  Document
13900         -fstrict-overflow.
13902 2007-01-27  Roger Sayle  <roger@eyesopen.com>
13904         * tree.c (tree_fold_gcd): Delete.
13905         * tree.h (tree_fold_gcd): Remove prototype.
13906         * tree-data-ref.c (tree_fold_divides_p): Don't use tree_fold_gcd to
13907         test whether one constant integer is a multiple of another.  Instead
13908         call int_const_binop with TRUNC_MOD_EXPR and test for a zero result.
13909         * fold-const.c (multiple_of_p):  We've determined both TOP and
13910         BOTTOM are integer constants so we can call int_const_binop directly
13911         instead of the more generic const_binop.
13913 2007-01-27  Roger Sayle  <roger@eyesopen.com>
13915         * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and
13916         1*X check that the constant hasn't overflowed, to preserve the
13917         TREE_OVERFLOW bit.
13918         (round_up): Provide an efficient implementation when rouding-up an
13919         INTEGER_CST to a power-of-two.
13921 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13923         * doc/sourcebuild.texi: Add comma for clarity.
13924         * doc/extend.texi: Fix some typos.
13925         * doc/passes.texi: Likewise.
13926         * doc/cppinternals.texi: Likewise.
13927         * doc/c-tree.texi: Likewise.
13928         * doc/tree-ssa.texi: Likewise.
13929         * doc/install.texi: Likewise.
13931 2007-01-27  Jan Hubicka  <jh@suse.cz>
13933         * tree-sra.c (sra_walk_function): Don't rely on aliases being build.
13934         (pass_sra): Do not require alias information.
13935         * passes.c (init_optimization_passes): Add SRA
13937 2007-01-27  Steven Bosscher  <steven@gcc.gnu.org>
13939         * tracer.c (rest_of_handle_tracer): We already cleaned
13940         up the CFG in tracer() so don't do it here again.
13941         * cfgcleanup.c (rest_of_handle_jump2): Don't repeat
13942         cleanup_cfg here, either.  And don't call renumber_insns.
13944         * cfgrtl.c (rtl_verify_flow_info_1): Don't verify that BB_END
13945         and BB_HEAD are in the insn stream here.  Instead make sure
13946         that BB_INSN is valid on all insns.  Also, do check here that
13947         there are no pending branch predictions...
13948         (rtl_verify_flow_info): ...instead of doing it here.  Checks
13949         for BB_END and BB_HEAD moved from rtl_verify_flow_info_1 to
13950         here.
13952 2007-01-26  Roger Sayle  <roger@eyesopen.com>
13954         * config/i386/i386.c (ix86_swap_binary_operands_p): New helper
13955         function to simplify/factorize operand order canonicalization.
13956         (ix86_fixup_binary_operands): Reorganize using the above function.
13957         (ix86_binary_operator_ok): Likewise.
13959 2007-01-27  Jakub Jelinek  <jakub@redhat.com>
13961         * genattrtab.c (struct attr_value_list, insn_code_values): Move to
13962         file scope from optimize_attrs.
13963         (simplify_test_exp): If insn_code_values is not NULL, use it to speed
13964         up search.
13965         (optimize_attrs): Clear insn_code_values after freeing it.
13967 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
13969         * tree-ssa-address.c (create_mem_ref): Remove ", bsi" from
13970         a parts.base assignment.
13972 2007-01-26  Zdenek Dvorak <dvorakz@suse.cz>
13974         * tree-data-ref.c (dump_subscript): Use dump_conflict_function.
13975         (compute_subscript_distance, initialize_data_dependence_relation,
13976         finalize_ddr_dependent, analyze_ziv_subscript,
13977         analyze_siv_subscript_cst_affine,
13978         compute_overlap_steps_for_affine_univar,
13979         compute_overlap_steps_for_affine_1_2, analyze_subscript_affine_affine,
13980         analyze_siv_subscript, analyze_miv_subscript,
13981         analyze_overlapping_iterations, subscript_dependence_tester_1,
13982         compute_self_dependence, free_dependence_relation): Work
13983         with affine_fn instead of chrecs.
13984         (dump_affine_function, dump_conflict_function, affine_function_equal_p,
13985         common_affine_function, affine_function_base,
13986         affine_function_constant_p, affine_fn_op, affine_fn_plus,
13987         affine_fn_minus, affine_fn_free, conflict_fn_not_known,
13988         conflict_fn_no_dependence, free_conflict_function, free_subscripts,
13989         conflict_fn, affine_fn_cst, affine_fn_univar): New functions.
13990         (all_chrecs_equal_p): Removed.
13991         * tree-data-ref.h (affine_fn, conflict_function): New types.
13992         (struct subscript): Change type of conflicting_iterations_in_a
13993         and conflicting_iterations_in_b.
13995 2007-01-26  Steve Ellcey  <sje@cup.hp.com>
13997         PR other/30182
13998         * config/pa/pa.h (TARGET_HPUX_11): New.
13999         * config/pa/pa-hpux11.h (TARGET_HPUX_11): New.
14000         * config/pa/pa.c (pa_init_builtins): Use TARGET_HPUX_11.
14002 2007-01-26  Daniel Berlin  <dberlin@dberlin.org>
14003         Richard Guenther  <rguenther@suse.de>
14005         * tree-ssa-structalias.c (solve_graph): Handle case
14006         we merged the variable to another.
14008 2007-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14010         * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'
14011         functions.
14013         * fold-const.c (negate_mathfn_p): Treat casin, casinh, catan,
14014         catanh, cproj, csin, csinh, ctan and ctanh as 'odd' functions.
14016 2007-01-25  DJ Delorie  <dj@redhat.com>
14018         * config/m32c/m32c.c (m32c_cannot_change_mode_class): We don't
14019         allow changes to modes which don't fit in those registers.
14021         * reload1.c (choose_reload_regs): Check for invalid subregs before
14022         computing their locations, not after.
14024 2007-01-25  Geoffrey Keating  <geoffk@apple.com>
14026         PR 25127
14027         * config/rs6000/rs6000.c (first_altivec_reg_to_save): On Darwin,
14028         save Altivec registers in an eh_return function.
14029         (compute_vrsave_mask): Likewise.
14030         (rs6000_stack_info): Correct AIX/Darwin stack alignment computation
14031         for saving Altivec registers.
14032         (rs6000_emit_prologue): Don't allocate stack twice in
14033         eh_return function.  Correct expected value of altivec_save_offset
14034         when using save_world.  Describe save of R0 to stack when using
14035         save_world.  Describe stack pointer adjustment when using
14036         save_world.  Remove duplicated eh_return parameter register saving.
14037         Update sp_offset variable after save_world.
14038         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA): Remove
14039         darwin-world.asm.
14040         (LIB2FUNCS_EXTRA): Add darwin-world.asm.
14041         * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): -m64
14042         implies Altivec.
14044 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
14046         * config.gcc (ia64*-*-hpux*): Make posix threads the default.
14048 2007-01-25  Steve Ellcey  <sje@cup.hp.com>
14050         PR other/30182
14051         * config/pa/pa.c (pa_init_builtins): Set asm names for finite routines.
14052         * config/ia64/ia64.c (ia64_init_builtins):  Ditto.
14054 2007-01-25  Richard Guenther  <rguenther@suse.de>
14056         * doc/invoke.texi (-Wcoverage-mismatch): Document.
14057         * common.opt (-Wcoverage-mismatch): New warning option.
14058         * coverage.c (get_coverage_counts): Ignore coverage mismatch
14059         if -Wcoverage-mismatch is given.
14061 2007-01-25  Razya Ladelsky  <razya@il.ibm.com>
14063         * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
14064         (ipcp_driver): Change to static definition.
14065         Add dumping of the ifunctions.
14066         (constant_val_insert): Remove unused parameter. Support for SSA.
14067         (ipcp_propagate_const): Support for SSA.
14068         (ipcp_profile_bb_print): Print only analyzed nodes.
14069         (ipcp_replace_map_create): Remove support for Fortran constant
14070         for now.
14071         * ipa-prop.c (ipa_method_modify_stmt,
14072         ipa_callsite_compute_param): Support for SSA.
14073         * ipa-prop.h (ipcp_driver): Remove declaration.
14074         (IS_VALID_TREE_MAP_INDEX): Add define.
14076 2007-01-24  Geoffrey Keating  <geoffk@apple.com>
14078         * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap.
14080 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14082         PR middle-end/30447
14083         * builtins.c (fold_builtin_cabs): Use MPFR to evaluate a
14084         constant argument to cabs and do it without checking for
14085         -funsafe-math-optimizations.
14087 2007-01-24  Douglas Gregor  <dgregor@osl.iu.edu>
14089         * c-common.h (RID_FIRST_CXX0X): New.
14090         (RID_LAST_CXX0X): New.
14091         * c-opts.c (c_common_handle_option): -Wc++0x-compat is triggered
14092         by -Wall.
14093         * c.opt (Wc++0x-compat): New.
14094         * doc/invoke.texi (-Wc++0x-compat): Document.
14096 2007-01-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14098         * builtins.c (fold_builtin_carg): New.
14099         (fold_builtin_1): Use it.
14101 2007-01-24  Jan Hubicka  <jh@suse.cz>
14103         * ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.
14105         * ipa-inline.c (initial_insns, max_insns): Delete.
14106         (compute_max_insns): New function.
14107         (cgraph_decide_inlining_of_small_function): Use it; take minimal amount
14108         of insns as base for code growth.
14109         (cgraph_decide_inlining): Make initial_insns local; do not compute
14110         max_insns.
14111         * params.def (PARAM_INLINE_UNIT_GROWTH): Set to 60.
14112         * doc/invoke.texi (inline-unit-growth): Update docs.
14114 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
14116         * config/i386/i386.h (x86_cmpxchg16b): Remove const.
14117         (TARGET_CMPXCHG16B): Define to x86_cmpxchg16b.
14118         * config/i386/i386.c (x86_cmpxchg16b): Remove const.
14119         (override_options): Add PTA_CX16 flag.  Set x86_cmpxchg16b
14120         for CPUs that have PTA_CX16 set.
14122         PR middle-end/27416
14123         * gimplify.c (omp_check_private): New function.
14124         (gimplify_scan_omp_clauses): Use it for
14125         firstprivate/lastprivate/reduction.
14127         PR middle-end/30494
14128         * gimplify.c (omp_add_variable): Don't call omp_notice_variable
14129         on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.
14131         PR middle-end/30421
14132         * omp-low.c (lower_omp_for_lastprivate): Add dlist argument.
14133         If lower_lastprivate_clauses emits some statements, append them
14134         to dlist rather than body_p and to body_p append an initializer.
14135         (lower_omp_for): Adjust caller.
14137 2007-01-24  Steve Ellcey  <sje@cup.hp.com>
14139         * target.h (globalize_decl_name): New.
14140         * target-def.h (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
14141         * output.h (default_globalize_decl_name): New.
14142         * varasm.c (asm_output_bss): Use globalize_decl_name instead of
14143         globalize_label.
14144         (globalize_decl): Ditto.
14145         (default_globalize_decl_name): New.
14146         * config/ia64/ia64.c (ia64_globalize_decl_name): New.
14147         (ia64_handle_version_id_attribute): New.
14148         (TARGET_ASM_GLOBALIZE_DECL_NAME): New.
14149         (ia64_asm_output_external): Use globalize_decl_name instead
14150         of globalize_label.
14151         * doc/extend.texi (version_id): New pragma.
14152         * doc/tm.texi (ARGET_ASM_GLOBALIZE_DECL_NAME): New target hook.
14154 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
14156         * unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with
14157         _uleb128_t and _Unwind_SWord with _sleb128_t.
14158         * unwind-dw2.c (extract_cie_info, execute_stack_op, execute_cfa_program,
14159         uw_frame_state_for, uw_update_context_1): Likewise.
14160         * unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
14161         * unwind-pe.h (read_uleb128, read_sleb128,
14162         read_encoded_value_with_base): Likewise.
14163         * unwind-generic.h: Define _sleb128_t and _uleb128_t types.
14165 2007-01-24  Richard Guenther  <rguenther@suse.de>
14167         * builtins.c (expand_builtin_cexpi): Get the fndecl
14168         for cexp in the correct way.
14170 2007-01-24  Jan Hubicka  <jh@suse.cz>
14172         * tree-ssa-dce.c (eliminate_unnecesary_stmts): Remove dead LHS of calls.
14174 2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
14176         * c-cppbuiltin.c (builtin_define_type_sizeof): New function.
14177         (c_cpp_builtins): New builtin macros: __SIZEOF_INT__, __SIZEOF_LONG__,
14178         __SIZEOF_LONG_LONG__, __SIZEOF_SHORT__, __SIZEOF_POINTER__,
14179         __SIZEOF_FLOAT__, __SIZEOF_DOUBLE__, __SIZEOF_LONG_DOUBLE__,
14180         __SIZEOF_SIZE_T__, __SIZEOF_WCHAR_T__, __SIZEOF_WINT_T__ and
14181         __SIZEOF_PTRDIFF_T__.
14182         * doc/cpp.texi: Documentation for the new builtin macros added.
14184 2007-01-24  Uros Bizjak  <ubizjak@gmail.com>
14186         * config/i386/i386.md (tanxf2, tan<mode>2, atan<mode>2, log<mode>2,
14187         log10<mode>2, log2<mode>2, expxf2, exp10xf2, exp2xf2): Use op2
14188         instead of operands[2] to avoid access past the end of array.
14190 2007-01-24  Richard Sandiford  <richard@codesourcery.com>
14192         * reload1.c (emit_reload_insns): Pass the reload register
14193         for a non-spill output reload through forget_old_reloads_1.
14195 2007-01-23  Joseph Myers  <joseph@codesourcery.com>
14197         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
14198         _SOFT_DOUBLE if doubles use software floating-point.
14199         * config/rs6000/libgcc-ppc-glibc.ver: Export additional long
14200         double functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
14201         * config/rs6000/darwin-ldouble.c: Also compile functions for
14202         hard-float without FPRs.  Use fmsub function for all __NO_FPRS__
14203         cases.  Compile extra functions if _SOFT_DOUBLE, not _SOFT_FLOAT.
14204         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove
14205         commented-out long double override.
14206         (CPP_LONGDOUBLE_DEFAULT_SPEC): Likewise.
14207         * config/rs6000/eabispe.h: Likewise.
14208         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
14209         long double for non-SPE.
14210         (rs6000_handle_option): Likewise.
14211         (invalid_e500_subreg): Disallow more subregs involding DImode,
14212         DFmode, TImode or TFmode.
14213         (rs6000_legitimate_offset_address_p): Check TFmode offsets for
14214         E500 double.
14215         (legitimate_lo_sum_address_p): Also check for TFmode for E500
14216         double.
14217         (rs6000_legitimize_address): Also handle TFmode for E500 double.
14218         (rs6000_legitimize_reload_address): Also handle TFmode for E500
14219         double.
14220         (rs6000_legitimate_address): Also check for TFmode for E500
14221         double.
14222         (rs6000_emit_move): Use DFmode subregs of TFmode for E500 double.
14223         (spe_build_register_parallel): Handle TFmode and TCmode.
14224         (rs6000_spe_function_arg): Handle TFmode and TCmode for E500
14225         double.
14226         (function_arg): Handle TFmode and TCmode for E500 double.
14227         (rs6000_init_libfuncs): Initialize extra libfuncs for soft double
14228         in general.
14229         (print_operand): Handle TFmode and TImode for %y.
14230         (rs6000_generate_compare): Handle TFmode comparisons for E500
14231         double.
14232         (spe_func_has_64bit_regs_p): Check for TFmode for E500 double.
14233         (rs6000_function_value): Handle TFmode and TCmode for E500 double.
14234         (rs6000_libcall_value): Handle TFmode and TCmode for E500 double.
14235         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Check for
14236         TFmode for E500 double.
14237         * config/rs6000/rs6000.md (FP): Allow TF for E500 double.
14238         (floatsidf2): Enable for E500 double.
14239         (movtf_softfloat): Use rs6000_nonimmediate_operand.
14240         (extenddftf2): Change to extenddftf2_fprs.
14241         (extenddftf2): Call gen_spe_extenddftf2 or gen_extenddftf2_fprs
14242         depending on TARGET_E500_DOUBLE.
14243         (extendsftf2): Enable for E500 double.
14244         (trunctfdf2): Enable for E500 double.
14245         (trunctfsf2): Change to trunctfsf2_fprs.
14246         (trunctfsf2): Call gen_spe_trunctfsf2 or gen_trunctfsf2_fprs
14247         depending on TARGET_E500_DOUBLE.
14248         (floatsitf2): Enable for E500 double.
14249         (fix_trunctfsi2): Change to fix_trunctfsi2_fprs.
14250         (fix_trunctfsi2): Call gen_spe_fix_trunctfsi2 or
14251         gen_fix_trunctfsi2_fprs depending on TARGET_E500_DOUBLE.
14252         (negtf2): Change to negtf2_internal.
14253         (negtf2): New expander.
14254         (abstf2): Enable for E500 double.  Call gen_spe_abstf2_tst,
14255         gen_spe_abstf2_cmp or gen_abstf2_internal depending on
14256         TARGET_E500_DOUBLE and flag_unsafe_math_optimizations.
14257         (movdi_internal32): Use rs6000_nonimmediate_operand.
14258         (unnamed splitter): Likewise.
14259         * config/rs6000/spe.md (CMPTFEQ_GPR, TSTTFEQ_GPR, CMPTFGT_GPR,
14260         TSTTFGT_GPR, CMPTFLT_GPR, TSTTFLT_GPR): New unspecs.
14261         (SPE64TF, DITI): New mode macros.
14262         (frob_df_di): Change to frob_<SPE64:mode>_<DITI:mode>; allow more
14263         modes.
14264         (frob_tf_ti): New.
14265         (frob_<mode>_di_2): New.
14266         (frob_tf_di_8_2): New.
14267         (frob_di_df): Change to frob_di_<mode>; allow more modes.
14268         (frob_ti_tf): New.
14269         (frob_di_df_2): Change to frob_<DITI:mode>_<SPE64:mode>_2; allow
14270         more modes.
14271         (frob_ti_<mode>_8_2): New.
14272         (frob_ti_tf_2): New.
14273         (mov_si<mode>_e500_subreg0, mov_si<mode>_e500_subreg0_2,
14274         mov_si<mode>_e500_subreg4, mov_si<mode>_e500_subreg4_2): Allow
14275         TFmode.
14276         (mov_sitf_e500_subreg8, mov_sitf_e500_subreg8_2,
14277         mov_sitf_e500_subreg12, mov_sitf_e500_subreg12_2): New.
14278         (spe_trunctfdf2_internal1, spe_trunctfsf2, spe_extenddftf2,
14279         spe_fix_trunctfsi2, spe_fix_trunctfsi2_internal,
14280         spe_negtf2_internal, spe_abstf2_cmp, spe_abstf2_tst): New.
14281         (cmptfeq_gpr, tsttfeq_gpr, cmptfgt_gpr, tsttfgt_gpr, cmptflt_gpr,
14282         tsttflt_gp): New.
14284 2007-01-23  Ian Lance Taylor  <iant@google.com>
14286         * Makefile.in (OBJS-common): Reformat, alphabetize, but put
14287         insn-*.o first.
14288         (OBJS-archive): Reformat, alphabetize.
14289         (OBJS): Change out_object_file to OBJS-md.
14291 2007-01-23  Uros Bizjak  <ubizjak@gmail.com>
14293         * config/i386/i386.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
14294         JUMP_P and CALL_P predicates where applicable.
14295         * config/i386/i386.c: Ditto.
14296         * config/i386/i386.md: Ditto.
14297         * config/i386/mmx.md: Ditto.
14298         * config/i386/predicates.md: Ditto.
14300 2007-01-22  Andreas Schwab  <schwab@suse.de>
14302         * config/m68k/m68k.h: Fix comment.
14304 2007-01-22  Jan Hubicka  <jh@suse.cz>
14306         * passes.c (init_optimization_passes): Do not rerun
14307         pass_early_warn_uninitialized.
14309 2007-01-22  Richard Guenther  <rguenther@suse.de>
14311         PR tree-optimization/30038
14312         * tree-ssa-math-opts.c (maybe_record_sincos): New static helper
14313         function.
14314         (execute_cse_sincos_1): Likewise.
14315         (execute_cse_sincos): Likewise.
14316         (gate_cse_sincos): Likewise.
14317         (pass_cse_sincos): New pass CSEing sin() and cos() calls using
14318         the cexpi() canonicalization of sincos().
14319         * tree-pass.h (pass_cse_sincos): Declare.
14320         * passes.c (init_optimization_passes): New pass pas_cse_sincos.
14322 2007-01-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14324         PR rtl-optimization/29329
14325         * combine.c (replaced_rhs_insn): Rename to i2mod.
14326         (replaced_rhs_value): Rename to i2mod_new_rhs.
14327         (i2mod_old_rhs): New global variable.
14328         (combine_instructions): Adjust for above change.  Save a copy of
14329         the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
14330         note are substituted in the second instruction.
14331         (distribute_notes) <REG_DEAD>: Adjust for above change.  Do not
14332         ditch the note if it pertains to the second eliminated register
14333         and this register is mentioned in i2mod_old_rhs.
14335         Revert:
14336         2006-09-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14338         * combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
14339         the insn to which the note was originally attached.
14341 2007-01-21  Jan Hubicka  <jh@suse.cz>
14343         * ipa-inline.c (inlining_mode): Comment, move up.
14344         (cgraph_decide_inlining_incrementally): Do not perform inlining
14345         itself; fix handling of flattening of self recursive functions.
14346         (cgraph_find_cycles): Remove.
14347         (cgraph_flatten_node): Remove.
14348         (cgraph_decide_inlining): Use incremental inliner to handle flattening.
14349         (try_inline): New function.
14350         (cgraph_early_inlining): Update call of
14351         cgraph_decide_inlining_incrementally.  Apply inlining here.
14352         (apply_inline): Update call of cgraph_decide_inlining_incrementally.
14354 2007-01-21  Dirk Mueller  <dmueller@suse.de>
14356         PR bootstrap/30511
14357         * tree-vrp.c (check_array_bounds): do not warn
14358         about ADDR_EXPR's of ARRAY_REF's which are immediately
14359         used in binary expressions.
14361 2007-01-21  Ira Rosen  <irar@il.ibm.com>
14363         * tree-vectorizer.h (struct _stmt_vec_info): Add new field
14364         read_write_dep and macros for its access.
14365         * tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
14366         * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
14367         argument, call vect_check_interleaving for every independent pair of
14368         data-refs. Mark loads that access the same memory location as a store
14369         in the loop.
14370         (vect_check_dependences): Remove.
14371         (vect_analyze_data_ref_dependences): Remove  vect_check_dependences
14372         call, fix the call to vect_analyze_data_ref_dependence.
14373         (vect_analyze_data_ref_access): For statements that access the same
14374         data-ref, check that they are not stores; for loads, check that there
14375         is no store that access the same location.
14377 2007-01-20  Roger Sayle  <roger@eyesopen.com>
14378             Joseph Myers  <joseph@codesourcery.com>
14380         * doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
14381         (-fdump-rtl-stack): Likewise.
14382         (-fno-signed-zeros): Use @minus{} for a minus sign.  Correct typo.
14383         (-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
14384         (-mpt-fixed): Use @minus{} for minus sign.
14385         (Using Precompiled Headers): Fix under/overfull hbox.
14387 2007-01-20  Jan Hubicka  <jh@suse.cz>
14389         * tree-flow.h (struct stmt_ann_d): Move references_memory to proper
14390         place within annotation.
14392 2007-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14394         * pa.c (output_move_double): Change array size of xoperands to 4.
14396 2007-01-20  Jan Hubicka  <jh@suse.cz>
14398         * tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
14399         as temporary.
14401 2007-01-19  Ian Lance Taylor  <iant@google.com>
14403         * expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
14404         constant to unsigned HOST_WIDE_INT before negating.
14406 2007-01-19  Ian Lance Taylor  <iant@google.com>
14408         * tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
14409         to unsigned.
14410         (VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
14411         (VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
14412         (SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
14413         (SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
14414         (SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
14415         (realloc_vdef, realloc_vuse): Change second parameter to
14416         unsigned.
14417         (ssa_operand_iterator_d): Change vuse_index and mayuse_index
14418         fields to unsigned.
14419         * tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
14420         unsigned. Change x and lim locals to unsigned.
14421         (realloc_vdef, realloc_vuse): Change num_elem parameter to
14422         unsigned.
14423         (finalize_ssa_vuse_ops): Change old_i local to unsigned.
14424         (copy_virtual_operands): Change i and n locals to unsigned.
14426 2007-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14428         PR middle-end/29335
14429         * builtins.c (fold_builtin_1): Handle builtin fdim.
14431 2007-01-20  Jan Hubicka  <jh@suse.cz>
14433         * tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
14434         * tree-ssa-structalias.c (compute_points_to_sets): Do call
14435         init_alias_heapvars.
14436         (init_alias_heapvars): Initialize only when not already initialized.
14437         (delete_alias_heapvars): Set heapvar_for_stmt to NULL.
14439 2007-01-19  Roger Sayle  <roger@eyesopen.com>
14441         * common.opt (fsigned-zeros): New command line option.
14442         * flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
14443         of flag_unsafe_math_optimizations.
14444         * opts.c (set_fast_math_flags): The -ffast-math command line option
14445         implies -fno-signed-zeros.
14446         (fast_math_flags_set_p): Likewise.
14448         * doc/invoke.texi: Document new -fno-signed-zeros option, and update
14449         the documentation of -ffast-math appropriately.  Wrap long lines.
14451 2007-01-19  Steve Ellcey  <sje@cup.hp.com>
14453         * system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
14454         * varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
14456 2007-01-19  Tomas Bily  <tbily@suse.cz>
14458         * cgraphunit.c (cgraph_finalize_function): Updating of pid
14459         * tree-profile.c:
14460         (tree_init_ic_make_global_vars): New function
14461         (tree_init_edge_profiler): call of tree_init_ic_make_global_vars
14462         (tree_gen_ic_profiler): New function
14463         (tree_gen_ic_func_profiler): New function
14464         (tree_profiling): Added calling of tree_gen_ic_func_profiler
14465         (tree_profile_hooks): Added hook for indirec/virtual calls
14466         * value-prof.c (tree_find_values_to_profile): New case for
14467         indirect calls
14468         (tree_values_to_profile): Call for determining indirect/virtual
14469         counters
14470         (tree_indirect_call_to_profile): New function
14471         (tree_ic_transform): New function
14472         (tree_ic): New function
14473         (find_func_by_pid): New function
14474         (init_pid_map): New function
14475         (tree_value_profile_transformations): Added check for
14476         indirect/virtual call transformation
14477         * value-prof.h (enum hist_type): New counter type for
14478         indirect/virtual calls
14479         (profile_hooks): Added new hook for profiling indirect/virtual
14480         calls
14481         * profile.c (instrument_values): New case for indirect/virtual
14482         call added
14483         * gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
14484         (GCOV_COUNTER_V_INDIR): New counter type
14485         (GCOV_COUNTER_NAMES): New name of counter "indirect" added
14486         (GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
14487         call added
14488         * cgraph.c: Definition of cgraph_max_pid
14489         (cgraph_create_node): Default init of pid attribute
14490         * cgraph.h: Declaration of cgraph_max_pid
14491         (struct cgraph_node): Added pid attribute
14492         * libgcov.c (__gcov_indirect_call_profiler): New function
14493         (__gcov_one_value_profiler_body): New function
14494         (__gcov_one_value_profiler): Body was moved to
14495         __gcov_one_value_profiler_body and calls it
14497 2007-01-19  Basile Starynkevitch  <basile@starynkevitch.net>
14499         * doc/gty.texi (Options): Document the mark_hook option to GTY.
14500         * gengtype.c (write_types_data, write_func_for_structure,
14501         write_types, ggc_wtd, pch_wtd): Add skip_hooks to
14502         write_types_data, ggc_wtd, pch_wtd for processing mark_hook.
14503         (walk_type, write_func_for_structure): Generate the mark_hook if
14504         needed.
14506 2007-01-19  Jan Hubicka  <jh@suse.cz>
14508         * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of
14509         'early' argument take inlining mode argument specifying whether to
14510         inline for size/speeed or all functions; add support for flattening;
14511         improve dumpting.
14512         (cgraph_early_inlining): Update call of decide_inlining_incrementally.
14514 2007-01-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
14516         PR c++/17947
14517         * toplev.c (warn_deprecated_use): Use %qD instead of %qs to print
14518         the name of the declared identifier.
14520 2007-01-19  Dirk Mueller  <dmueller@suse.de>
14522         * config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
14523         result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
14524         duplicate evaluation.
14526 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
14528         * config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
14529         Macroize expander using X87MODEF12 mode macro.  Extend operand 1
14530         to XFMode, use acosxf2 and truncate result to requested mode.
14531         Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
14532         (asin<mode>2): Similarly, with asin expanders.
14533         (*fscalexf4_i387): Rename from *fscalexf4.
14534         (expNcorexf3): New expander.
14535         (expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
14536         (exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
14537         X87MODEF12 mode macro.  Extend operand 1 to XFMode, use expxf2 and
14538         truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
14539         patterns for SSE math.
14540         (exp10<mode>2): Similarly, with exp10 expanders.
14541         (exp2<mode>2): Similarly, with exp2 expanders.
14542         (expm1<mode>2): Similarly, with expm1 expanders.
14543         (ldexp<mode>3): Similarly, with ldexp expanders.
14544         (log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
14545         Use gen_truncxf<mode>2_i387_noop to truncate result.
14547 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14549         * config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
14550         for ColdFire targets.
14552 2007-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14553             Richard Sandiford  <richard@codesourcery.com>
14555         * config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
14556         (INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
14557         (__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
14558         * config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
14559         (M68K_STATIC_CHAIN_REG_NAME): Likewise.
14560         * config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
14562 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14564         * config/m68k/m68k.md (adddi_dilshr32): Rename to...
14565         (*adddi_dilshr32): ...this.  Fix formatting.  Remove commented-out
14566         non-canonical pattern.  Restrict to !TARGET_COLDFIRE.
14567         (*adddi_dilshr32_cf): New pattern.
14568         (adddi3, subdi3): Remove first alternatives.
14570 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14572         * config/m68k/m68k.c (notice_update_cc): If an SFmode move is
14573         implemented using move.l, do not use its cc result for floating-point
14574         comparisons.
14576 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14578         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
14579         from accepting 's' constraints if flag_pic.
14581 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14583         * config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
14584         (bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
14585         (bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
14586         condition from TARGET_68881 to TARGET_HARD_FLOAT.
14588 2007-01-19  Sandra Loosemore  <sandra@codesourcery.com>
14590         * longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
14591         ColdFire alternatives.
14592         * config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
14593         * config/m68k/m68k.md (clzsi2):  Define for ColdFire
14594         architectures that support ff1 instruction.
14596 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14597             Julian Brown  <julian@codesourcery.com>
14599         * config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
14600         * config/m68k/m68k.md (*movsi_cfv4): Fold into...
14601         (*movsi_cf): ...here.  Remove unnecessary 'R' from 'Rg'.
14602         Add commentary.
14604 2007-01-19  Richard Sandiford  <richard@codesourcery.com>
14606         * config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
14607         and return a bool.
14608         (output_move_const_into_data_reg, output_move_simode_const): Delete.
14609         * config/m68k/m68k.c (const_method, const_int_cost): Take a
14610         HOST_WIDE_INT instead of an rtx.
14611         (m68k_rtx_costs): Update call accordingly.
14612         (output_move_const_into_data_reg): Likewise.  Fix formatting.
14613         (valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
14614         Return a bool.
14615         (output_move_simode_const): Update calls after above changes.
14616         Rework to use automatic variables and predicates like MEM_P.
14617         * config/m68k/m68k.md (pushexthisi_const): Update call to
14618         valid_mov3q_const.
14620 2007-01-19  Dirk Mueller  <dmueller@suse.de>
14622         * tree-ssa-alias.c (perform_var_substitution): Fix typo
14623         in dump_flags test.
14625 2007-01-19  Richard Guenther  <rguenther@suse.de>
14627         * builtins.c (expand_builtin_cexpi): Fall back to expanding
14628         via cexp in case sincos is not available.
14630 2007-01-19  Richard Guenther  <rguenther@suse.de>
14632         * doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
14633         * defaults.h (TARGET_HAS_SINCOS): Default to off.
14634         * config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
14635         * config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
14636         * config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
14637         * config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
14638         * config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
14639         * config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
14641 2007-01-19  Uros Bizjak  <ubizjak@gmail.com>
14643         * config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
14644         New insn patterns.
14645         (atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
14646         (atan2xf3): Directly generate RTL pattern.
14647         (atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
14648         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
14649         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
14650         disable patterns for SSE math.
14651         (atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
14652         patterns using X87MODEF12 mode macro.  Use fpatan_extend<mode>xf3_i387
14653         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
14654         disable patterns for SSE math.
14656 2007-01-19  Alexandre Oliva  <aoliva@redhat.com>
14658         * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
14660 2007-01-18  Roger Sayle  <roger@eyesopen.com>
14662         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
14663         VIEW_CONVERT_EXPR to the same type as it's operand.
14665 2007-01-18  David Edelsohn  <edelsohn@gnu.org>
14667         * config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
14668         configured for long double 128.
14670 2007-01-18  Mike Stump  <mrs@apple.com>
14672         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
14673         error.
14675 2007-01-18  Michael Meissner  <michael.meissner@amd.com>
14677         * i386.c (ix86_compute_frame_layout): Make fprintf's in #if 0 code
14678         type correct.
14680 2007-01-18  Jan Hubicka  <jh@suse.cz>
14682         * tree-ssa-operands.c (vop_free_bucket_size): Never return value
14683         greater than NUM_VOP_FREE_BUCKETS.
14685 2007-01-18  Daniel Berlin  <dberlin@dberlin.org>
14687         * tree-ssa-structalias.c: Update comments.
14688         (ptabitmap_obstack): Removed.
14689         (pta_obstack): New.
14690         (oldpta_obstack): Ditto.
14691         (stats): Add a few members.
14692         (struct variable_info): Remove node, complex, address_taken, and
14693         indirect_target members. Add oldsolution member.
14694         (new_var_info): Do not initialize removed members.
14695         (constraint_expr_type): Remove INCLUDES.
14696         (constraint_graph): Add size, implicit_preds, rep,
14697         indirect_cycles, eq_rep, label, direct_nodes, and complex members.
14698         (FIRST_REF_NODE): New macro.
14699         (LAST_REF_NODE): Ditto.
14700         (FIRST_ADDR_NODE): Ditto.
14701         (find): New function.
14702         (unite): Ditto.
14703         (dump_constraint): Do not handle INCLUDES.
14704         (insert_into_complex): Do not insert duplicate constraints.
14705         (condense_varmap_nodes): Renamed and rewritten into ...
14706         (merge_node_constraints): This. Also fix bug in handling of
14707         offseted copy constraints.
14708         (clear_edges_for_node): No longer need to deal with preds at all,
14709         or removing associated preds/succs.
14710         (merge_graph_nodes): Deal with indirect_cycles.
14711         Don't deal with predecessors.
14712         (add_implicit_graph_edge): New function.
14713         (add_pred_graph_edge): Ditto.
14714         (add_graph_edge): Don't deal with predecessors.
14715         (build_constraint_graph): Removed.
14716         (build_pred_graph): New function.
14717         (build_succ_graph): Ditto.
14718         (struct scc_info): Removed in_component. Added roots, dfs, and
14719         node_mapping. Remove visited_index, unification_queue.
14720         (scc_visit): Deal with union-find we do now.
14721         Deal with cycles with REF nodes.
14722         (collapse_nodes): Renamed and rewritten to ...
14723         (unify_nodes): This.
14724         (process_unification_queue): Removed.
14725         (topo_visit): Cleanup
14726         (do_da_constraint): Use find.
14727         (do_sd_constraint): Ditto.
14728         (do_ds_constraint): Ditto.
14729         (do_complex_constraint): Ditto.
14730         (init_scc_info): Update for removed and added members.
14731         (find_and_collapse_graph_cycles): Renamed and rewritten into ...
14732         (find_indirect_cycles): This.
14733         (equivalence_class): New variable.
14734         (label_visit): New function.
14735         (perform_variable_substitution): Rewritten.
14736         (free_var_substitution_info): New function.
14737         (find_equivalent_node): Ditto.
14738         (move_complex_constraints): Ditto.
14739         (eliminate_indirect_cycles): Ditto.
14740         (solve_graph): Only propagate changed bits.
14741         Use indirect cycle elimination.
14742         Use find.
14743         (tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
14744         (tree_id_eq): Renamed to ...
14745         (tree_vi_eq): This. Update for member change
14746         (insert_id_for_tree): Renamed and rewritten to ...
14747         (insert_vi_for_tree): This.
14748         (lookup_id_for_tree): Renamed and rewritten to ...
14749         (lookup_vi_for_tree): This.
14750         (get_id_for_tree): Renamed and rewritten to ...
14751         (get_vi_for_tree): Ditto.
14752         (get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
14753         (process_constraint): Don't handle INCLUDES.
14754         Remove special ADDRESSOF case.
14755         (find_func_aliases): Rewrite to use vi functions instead of id
14756         ones.
14757         (create_function_info_for): Ditto.
14758         (create_variable_info_for): Ditto.
14759         (intra_create_variable_infos): Ditto.
14760         (merge_smts_into): Ditto.
14761         (find_what_p_points_to): Ditto.
14762         (init_base_vars): Ditto.
14763         (init_alias_vars): Ditto.
14764         (remove_preds_and_fake_succs): New function.
14765         (dump_sa_points_to_info): Dump new stats.
14766         (dump_solution_for_var): Use find.
14767         (set_used_smts): Fix formatting.
14768         (compute_points_to_sets): Updated for new functions.
14769         (ipa_pta_execute): Ditto.
14771 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
14772             Richard Sandiford  <richard@codesourcery.com>
14774         * doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
14775         parallels.
14776         * calls.c (expand_call): If the return value is a PARALLEL,
14777         extract its first member.
14778         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
14779         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
14780         use FUNCTION_EXTRA_EPILOGUE.
14781         (m68k_function_value): Return a PARALLEL if the return value
14782         is of a pointer type.
14783         * config/m68k/netbsd-elf.h (current_function_returns_pointer)
14784         (FUNCTION_EXTRA_EPILOGUE): Remove.
14785         * config/m68k/m68k.md (D0_REG): New constant.
14787 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
14789         * config/m68k/m68k.c (m68k_output_function_epilogue): Don't
14790         output a NOP for empty epilogues.
14792 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14794         * config/m68k/m68k.c (m68k_use_return_insn): Update comments
14795         before function.  Extend register save check to include all
14796         registers, not just integer ones.
14798 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
14800         * config/m68k/m68k-protos.h (use_return_insn): Rename to...
14801         (m68k_use_return_insn): ...this.
14802         * config/m68k/m68k.h (USE_RETURN_INSN): Delete.
14803         * config/m68k/m68k.c (use_return_insn): Rename to...
14804         (m68k_use_return_insn): ...this.
14805         * config/m68k/m68k.md (return): Use m68k_use_return_insn instead
14806         of USE_RETURN_INSN.
14808 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14810         * config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
14811         nearest even, fix denormal rounding overflow.
14813 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14815         * config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
14816         f%$smove and f%$move.
14817         (movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
14818         (extendsfdf2_cf): Use fdmove instead of f%&move.
14819         (truncdfsf2_cf): Use fsmove instead of f%$smove.
14820         (add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
14822 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14824         * config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
14825         GPR<-GPR moves.
14827 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14829         * real.h (real_format): Add a canonical_nan_lsbs_set field.
14830         (coldfire_single_format): Declare.
14831         (coldfire_double_format): Likewise.
14832         * real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
14833         of qnan_msb_set to determine the lower bits of a canonical
14834         NaN significand.
14835         (encode_ieee_double): Likewise.
14836         (encode_ieee_quad): Likewise.
14837         (ieee_single_format): Initialize canonical_nan_lsbs_set.
14838         (mips_single_format): Likewise.
14839         (ieee_double_format): Likewise.
14840         (mips_double_format): Likewise.
14841         (ieee_extended_motorola_format): Likewise.
14842         (ieee_extended_intel_96_format): Likewise.
14843         (ieee_extended_intel_128_format): Likewise.
14844         (ieee_extended_intel_96_round_53_format): Likewise.
14845         (ibm_extended_format): Likewise.
14846         (mips_extended_format): Likewise.
14847         (ieee_quad_format): Likewise.
14848         (mips_quad_format): Likewise.
14849         (vax_f_format): Likewise.
14850         (vax_d_format): Likewise.
14851         (vax_g_format): Likewise.
14852         (i370_single_format): Likewise.
14853         (i370_double_format): Likewise.
14854         (decimal_single_format): Likewise.
14855         (decimal_double_format): Likewise.
14856         (decimal_quad_format): Likewise.
14857         (c4x_single_format): Likewise.
14858         (c4x_extended_format): Likewise.
14859         (real_internal_format): Likewise.
14860         (coldfire_single_format): New real_format.
14861         (coldfire_double_format): Likewise.
14862         * config/pdp11/pdp11.c (pdp11_f_format): Initialize
14863         canonical_nan_lsbs_set.
14864         (pdp11_d_format): Likewise.
14865         * config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
14866         if TARGET_COLDFIRE_CPU.
14868 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14870         * config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
14871         (output_call, m68k_legitimize_call_address): Declare.
14872         * config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
14873         parenthesees.  Add support for a 'W' constraint.
14874         (LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
14875         (PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
14876         (m68k_symbolic_call, m68k_symbolic_jump): Declare.
14877         * config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
14878         variables.
14879         (override_options): Initialize them.  Do not set flag_no_function_cse
14880         for TARGET_ID_SHARED_LIBRARY.
14881         (m68k_output_pic_call): Delete.
14882         (m68k_legitimize_call_address): New function.
14883         (print_operand): Remove the %o prefix.  Handle the %p prefix.
14884         (output_call): New function.
14885         (m68k_output_mi_thunk): Use m68k_symbolic_jump.  Always load the
14886         target address from the GOT if symbolic jumps are not allowed.
14887         * config/m68k/m68k.md (call, general_operand): Do not set
14888         SYMBOL_REF_FLAG.  Use m68k_legitimize_call_address instead.
14889         Merge separate flag_pic and !flag_pic define_insns into...
14890         (*call, *call_value): ...these new patterns.  Match the address
14891         rather than the containing MEM and require it to be a call_operand.
14892         Use output_call to generate the asm template.
14893         * config/m68k/predicates.md (const_call_operand): New predicate.
14894         (call_operand): Likewise.
14896 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14898         * config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
14899         (STACK_GROWS_DOWNWARD): Define to 1.
14900         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
14901         comments, emphasizing that these values are only defaults.
14902         * config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
14903         * config/m68k/m68k.c (const_method): Remove trailing whitespace.
14905 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14907         * config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
14909 2007-01-18  Kazu Hirata  <kazu@codesourcery.com>
14910             Richard Sandiford  <richard@codesourcery.com>
14912         * config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
14913         (FP_REGNO_P): New macros.
14914         (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
14915         (REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
14916         (EH_RETURN_STACKADJ_RTX): Use A0_REG.
14917         * config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
14919 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14921         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
14922         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
14923         to $tmake_file.
14924         * config/m68k/t-floatlib: New file, extracting common code from...
14925         * config/m68k/t-m68kbare, config/m68k/t-m68kelf,
14926         * config/m68k/t-uclinux: Here.
14927         * config/m68k/fpgnulib.c: Do not compile extendeed precision
14928         routines on ColdFire targets.
14930 2007-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14932         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
14933         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
14934         (m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
14935         (m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
14936         explicitly set MOTOROLA to 1.
14937         * config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
14939 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14940             Nathan Sidwell  <nathan@codesourcery.com>
14942         * config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
14943         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
14944         * config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
14945         * config/m68k/m68020-elf.h (LIB_SPEC): Delete.
14946         * config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
14947         * config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
14948         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
14949         (NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
14950         (BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
14951         * config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
14952         * config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
14953         (WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
14954         (TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
14955         (DBX_REGISTER_NUMBER): Delete.
14956         * config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
14957         (PCC_STATIC_STRUCT_RETURN): Don't undefine.
14958         * config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
14960 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14962         * config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
14963         * config/flat.h: New file.
14964         * crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
14965         OBJECT_FORMAT_FLAT.
14966         * config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
14967         indirect references for -msep-data or -mid-shared-library.
14968         Do not use PC-relative code addresses either.
14969         * config/m68k/m68k.c (override_options): Restrict -fPIC error
14970         to -mpcrel.
14971         * config/m68k/uclinux.h (STARTFILE_SPEC): Define.  Use Scrt1.o
14972         for shared libraries and crt1.o for executables.  Use crti.o and
14973         crtbegin.o.
14974         (ENDFILE_SPEC): Use crtend.o and crtn.o.
14975         (LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
14976         Do not add -elf2flt or -shared-lib-id options here.
14977         (LINK_SPEC): Define.  Pass -elf2flt if no -elf2flt option is given.
14978         Pass -shared-lib-id if -mid-shared-library, taking the library
14979         identifier from -mshared-library-id if given, otherwise
14980         defaulting to 0.
14981         (EH_FRAME_IN_DATA_SECTION): Do not undefine.
14982         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
14983         (TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
14984         and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
14985         (DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
14986         * config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
14987         and crtend.o.
14988         * config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
14989         jump sequence for ISA A and ISA A+.
14990         (PICJUMP): Likewise.
14992 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
14994         * config.gcc (m68k-*-uclinux*): Base the port on the common
14995         and m68k GNU/Linux files rather than on the generic ELF ones.
14996         * config/m68k/uclinux.h (TARGET_VERSION): Override.
14997         (TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
14999 2007-01-18  Julian Brown  <julian@codesourcery.com>
15000             Richard Sandiford  <richard@codesourcery.com>
15002         * config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
15003         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
15004         * config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
15005         before redefining.
15006         * config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
15007         80 unconditionally.
15008         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
15010 2007-01-18  Richard Sandiford  <richard@codesourcery.com>
15012         * doc/install.texi: Document m68k-uclinuxoldabi.
15013         * config.gcc (m68k-*-uclinuxoldabi): New configuration.
15014         * config/m68k/uclinux-oldabi.h: New file, copied from
15015         config/m68k/uclinux.h.
15017 2007-01-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15019         * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
15020         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
15021         (m32r_compute_frame_size): Use unsigned for regno.
15022         (m32r_reload_lr): Use gen_frame_mem.
15023         (pop): New.
15024         (m32r_output_function_epilogue): Don't output the function epilogue
15025         textually here.
15026         (m32r_expand_epilogue): New.
15027         (direct_return): Return false if the function has the interrupt
15028         attribute.
15029         (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
15030         * config/m32r/m32r.md (epilogue): New expander.
15031         (return_lr, return_rte): New insns.
15032         (return): Make it expander.
15033         (return_normal): New expander.
15035 2007-01-18  Josh Conner  <jconner@apple.com>
15037         PR target/30485
15038         * config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
15039         support for UNLE, UNLT, UNGE, and UNGT.
15041 2007-01-18  Jan Hubicka  <jh@suse.cz>
15043         * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
15044         * tree-tailcall (add_virtual_phis): Likewise.
15045         (optimize_tail_call): Return TODOs.
15046         (execute_tail_calls): Return TODOs.
15047         * tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
15048         * tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
15049         changed.
15050         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
15051         Cleanup cfg using TODO.
15052         * tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
15053         * passes.c (execute_function_todo): When cleanup did something, remove
15054         unused locals.
15055         * tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
15056         (make_edges): Don't cleanup_cfg.
15058 2007-01-18  Uros Bizjak  <ubizjak@gmail.com>
15060         * reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
15061         UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
15062         operate on the top of stack.
15063         [UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
15064         register handling of instructions that output to the second
15065         stack slot.
15066         [UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
15067         (move_for_stack_reg): Special-case check for dead destination
15068         stack slot for constant load of 1.0 inside UNSPEC_TAN.
15070         * config/i386/i386.md (UNSPEC_TAN): New constant.
15071         (UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
15072         (fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
15073         to correctly model move of constant 1.0 to top stack slot.
15074         (*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
15075         (unnamed peephole2 pattern): Remove corresponding peephole2
15076         pattern that optimizes tan insn and loading of constant 1.0.
15077         (tanxf2): Use fptanxf4_i387.
15078         (tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
15079         patterns using X87MODEF12 mode macro.  Use fptan_extend<mode>xf4_i387
15080         and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
15081         disable patterns for SSE math.
15082         (sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
15083         (fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
15085 2007-01-18  Dirk Mueller  <dmueller@suse.de>
15086             Richard Guenther <rguenther@suse.de>
15088         PR diagnostic/8268
15089         * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
15090         * common.opt (Warray-bounds): Add new warning option.
15091         * c-opts.c (c_common_handle_option): Define -Warray-bounds
15092         if -Wall is given.
15093         * Makefile.in: make tree-vrp.o depend on toplev.h
15094         * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
15095         is enabled.
15096         (check_array_refs, check_array_bounds, check_array_ref): New.
15098 2007-01-18  Jan Hubicka  <jh@suse.cz>
15100         * tree-ssa-ccp.c (ccp_finalize): Return if something changed.
15101         (execute_ssa_ccp): Return flags conditionally.
15102         * tree-ssa-propagate.c (substitue_and_fold): Return if something was
15103         changed.
15104         * tree-ssa-propagate.h (substitute_and_fold): Update prototype.
15106 2007-01-18  Steven Bosscher  <steven@gcc.gnu.org>
15108         * cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
15109         the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
15111         * Makefile.c (GTFILES): Add cfglayout.h.
15112         * gengtype.c (open_base_files): Likewise.
15113         * cfglayout.c (cfg_layout_function_footer,
15114         cfg_layout_function_header) Reindent to make gengtype happy.
15115         * cfglayout.h (cfg_layout_function_footer,
15116         cfg_layout_function_header): Add GTY(()) marker.
15118         * ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
15120 2007-01-18  Ben Elliston  <bje@au.ibm.com>
15122         * genautomata.c (write_automata): Include xstrerror output in the
15123         error message if writing the DFA description file fails.
15125 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
15127         * config/mips/mips-protos.h (mips_output_external): Make it
15128         return void.
15129         * config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
15130         * config/mips/mips.c (irix_output_external_libcall): Likewise.
15131         (extern_list): Likewise.
15132         (extern_head): Likewise.
15133         (TARGET_ASM_FILE_END): Likewise.
15134         (mips_file_end): Likewise.
15135         (mips_output_external): Rewritten.
15137 2007-01-18  Ben Elliston  <bje@au.ibm.com>
15139         * genpreds.c (write_insn_preds_c): Only write out the function
15140         body for regclass_for_constraint if we have register constraints.
15142 2007-01-17  Tom Tromey  <tromey@redhat.com>
15144         * doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
15145         * doc/install.texi (Testing): Use sourceware.org.
15146         (Binaries): Likewise.
15147         (Specific): Likewise.
15148         * doc/contrib.texi (Contributors): Use sourceware.org.
15150 2007-01-17  Anatoly Sokolov <aesok@post.ru>
15152         * config/avr/avr.h (AVR_HAVE_LPMX): New macro.
15153         (AVR_ENHANCED): Rename to ...
15154         (AVR_HAVE_MUL): ... new.
15155         (avr_enhanced_p): Rename to ...
15156         (avr_have_mul_p): ... new.
15157         (TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of
15158         'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
15159         * config/avr/avr.c (avr_enhanced_p): Rename to ...
15160         (avr_have_mul_p): ... new.
15161         (base_arch_s): Rename 'enhanced' to 'have_mul'.
15162         (avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
15163         'avr_enhanced_p' and 'enhanced'.
15164         (ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use
15165         AVR_HAVE_MUL instead of AVR_ENHANCED.
15166         * avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
15167         (mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3,
15168         *mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL
15169         instead of AVR_ENHANCED.
15170         (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
15171         * libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
15172         (__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
15174 2007-01-17  Ian Lance Taylor  <iant@google.com>
15176         * vec.h (VEC_reserve_exact): Define.
15177         (vec_gc_p_reserve_exact): Declare.
15178         (vec_gc_o_reserve_exact): Declare.
15179         (vec_heap_p_reserve_exact): Declare.
15180         (vec_heap_o_reserve_exact): Declare.
15181         (VEC_OP (T,A,reserve_exact)): New static inline function, three
15182         versions.
15183         (VEC_OP (T,A,reserve)) [all versions]: Remove handling of
15184         negative parameter.
15185         (VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
15186         (VEC_OP (T,A,copy)) [all versions]: Likewise.
15187         (VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
15188         * vec.c (calculate_allocation): Add exact parameter.  Change all
15189         callers.
15190         (vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
15191         (vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
15192         (vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
15193         (vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
15194         (vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
15195         (vec_heap_p_reserve_exact): New function.
15196         (vec_heap_o_reserve_exact): New function.
15198 2007-01-17  Jan Hubicka  <jh@suse.cz>
15200         * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.
15202 2007-01-17  Eric Christopher  <echristo@apple.com>
15204         * config.gcc: Support core2 processor.
15206 2007-01-16  Jan Hubicka  <jh@suse.cz>
15208         * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeing
15209         the names, just unlink the chain so we don't crash on dangling pointers
15210         to dead SSA names.
15212 2007-01-16  Jan Hubicka  <jh@suse.cz>
15214         * cgraph.h (cgraph_decide_inlining_incrementally): Kill.
15215         * tree-pass.h: Reorder to make IPA passes appear toegher.
15216         (pass_early_inline, pass_inline_parameters, pass_apply_inline): Declare.
15217         * cgraphunit.c (cgraph_finalize_function): Do not compute inling
15218         parameters, do not call early inliner.
15219         * ipa-inline.c: Update comments.  Include tree-flow.h
15220         (cgraph_decide_inlining): Do not compute inlining parameters.
15221         (cgraph_decide_inlining_incrementally): Return TODOs; assume to
15222         be called with function context set up.
15223         (pass_ipa_inline): Remove unreachable functions before pass.
15224         (cgraph_early_inlining): Simplify assuming to be called from the
15225         PM as local pass.
15226         (pass_early_inline): New pass.
15227         (cgraph_gate_ipa_early_inlining): New gate.
15228         (pass_ipa_early_inline): Turn into simple wrapper.
15229         (compute_inline_parameters): New function.
15230         (gate_inline_passes): New gate.
15231         (pass_inline_parameters): New pass.
15232         (apply_inline): Move here from tree-optimize.c
15233         (pass_apply_inline): New pass.
15234         * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after
15235         transforming.
15236         * tree-inline.c (optimize_inline_calls): Return TODOs rather than
15237         doing them by hand.
15238         (tree_function_versioning): Do not allocate dummy struct function.
15239         * tree-inline.h (optimize_inline_calls): Update prototype.
15240         * tree-optimize.c (execute_fixup_cfg): Export.
15241         (pass_fixup_cfg): Remove
15242         (tree_rest_of_compilation): Do not apply inlines.
15243         * tree-flow.h (execute_fixup_cfg): Declare.
15244         * Makefile.in (gt-passes.c): New.
15245         * passes.c: Include gt-passes.h
15246         (init_optimization_passes): New passes.
15247         (nnodes, order): New static vars.
15248         (do_per_function_toporder): New function.
15249         (execute_one_pass): Dump current pass here.
15250         (execute_ipa_pass_list): Don't dump current pass here.
15252 2007-01-16  Janis Johnson  <janis187@us.ibm.com>
15254         * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN.
15255         (DFP_NE, DFP_LE, DFP_GE): Return false for NaN.
15257 2007-01-16  David Edelsohn  <edelsohn@gnu.org>
15259         * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.
15260         (strong_alias): Define.
15261         (__gcc_qmul): Provide non-FMA for soft-float.
15262         (__gcc_qdiv): Same.
15263         (__gcc_qneg): New.
15264         (__gcc_qeq): New.
15265         (__gcc_qle): New.
15266         (__gcc_qge): New.
15267         (__gcc_qunord): New.
15268         (__gcc_stoq): New.
15269         (__gcc_dtoq): New.
15270         (__gcc_qtos): New.
15271         (__gcc_qtod): New.
15272         (__gcc_qtoi): New.
15273         (__gcc_qtou): New.
15274         (__gcc_itoq): New.
15275         (__gcc_utoq): New.
15276         (fmsub): New.
15277         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize
15278         soft-float functions.
15279         * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols.
15280         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn
15281         about long double soft float.
15283 2007-01-16  Dorit Nuzman  <dorit@il.ibm.com>
15284             Tehila Meyzels  <tehila@il.ibm.com>
15286         * tree-vectorizer.h (is_pattern_stmt_p): New.
15287         * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix
15288         formatting (tabs instead of spaces). Cleanup and clarify setting
15289         of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p.
15290         * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo.
15291         (vectorizable_type_demotion): Check that types are integral.
15292         (vectorizable_type_promotion): Likewise.
15293         (vectorizable_store): Fix typo.  Eliminate new-line at end of
15294         comments.
15296 2007-01-16  Jan Hubicka  <jh@suse.cz>
15298         * tree-ssanames.c (release_dead_ssa_names): Remove invalidated
15299         cgraph edges too.
15301 2007-01-15  Eric Christopher  <echristo@apple.com>
15303         * ifcvt.c: Include vec.h, vecprim.h.
15304         (check_cond_move_block): New argument regs.
15305         Reorganize. Add registers used to regs.
15306         (cond_move_process_if_block): Use regs set above as
15307         loop bounds.
15309 2007-01-15  Eric Christopher  <echristo@apple.com>
15311         * config/darwin.h: Update copyright.
15312         (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
15313         (LINK_COMMAND_SPEC): Add -u.
15314         (LINK_SPEC): Fix umbrella for above.
15316 2007-01-15  Joseph S. Myers  <joseph@codesourcery.com>
15318         * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
15319         glibc CVS.
15321 2007-01-15  Tom Tromey  <tromey@redhat.com>
15323         * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks.
15324         * doc/install.texi (Testing): Don't mention jacks.
15325         (Configuration): Document --enable-java-maintainer-mode.  Move
15326         --with-java-home to libgcj-specific section.  Document
15327         --with-ecj-jar.
15328         (Prerequisites): Mention --enable-java-maintainer-mode, ecj1.
15330 2007-01-15  Jan Hubicka  <jh@suse.cz>
15332         * tree-ssa-dce.c (DCE_TODOs): New.
15333         (propagate_necessity): Return if something changed.
15334         (eliminate_unnecessary_stmts): Likewise.
15335         (perform_tree_ssa_dce): Return TODO flags when needed.
15336         (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags.
15338 2007-01-15  Uros Bizjak  <ubizjak@gmail.com>
15340         * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
15341         (fyl2x_extend<mode>xf3_i387): New insn pattern.
15342         (log<mode>2): Rename from logsf2 and logdf2 and macroize insn
15343         patterns using X87MODEF12 mode macro.  Extend operand 1
15344         to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
15345         (log10<mode>2): Ditto.
15346         (log2<mode>2): Ditto.
15347         (log1p<mode>2): Ditto.
15348         (logb<mode>2): Ditto.
15349         (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3.
15350         (fyl2xp1_extend<mode>xf3_i387): New insn pattern.
15351         (*fxtractxf3_i387): Rename from *fxtractxf3.
15352         (fxtract_extend<mode>xf3_i387): New insn pattern.
15353         (ilogbsi2): Use match_dup 3, not match_operand:XF 3.
15354         * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387()
15355         and gen_fyl2xxf3_i387().
15357 2007-01-14  Zdenek Dvorak <dvorakz@suse.cz>
15359         * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.
15360         * cfgloopmanip.c (fix_loop_placement): Made static.  Use
15361         get_loop_exit_edges.  Changed return type to bool.
15362         * cfgloop.h (fix_loop_placement): Declaration removed.
15364 2007-01-14  Dorit Nuzman  <dorit@il.ibm.com>
15366         * param.h (MIN_VECT_LOOP_BOUND): New.
15367         * params.def (MIN_VECT_LOOP_BOUND): New.
15368         * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another
15369         argument - minimum threshold for number of iterations.
15370         * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another
15371         argument to declaration.
15372         * tree-vect-analyze.c (vect_analyze_operations): Check value of
15373         MIN_VECT_LOOP_BOUND.
15374         * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call
15375         slpeel_tree_peel_loop_to_edge with additional argument.
15376         (vect_do_peeling_for_alignment): Likewise.
15377         * doc/invoke.texi (min-vect-loop-bound): Document new param option.
15379 2007-01-14  Uros Bizjak  <ubizjak@gmail.com>
15381         PR target/30413
15382         * config/i386/i386.c (print_operand) ['z']: Output 'b' for
15383         operands of size 1.
15385 2007-01-14  Jan Hubicka  <jh@suse.cz>
15387         * tree-dfa.c (remove_referenced_var): New function.
15388         * tree-ssa-live.c (remove_unused_locals): Walk referenced vars and
15389         prune referenced vars list too.
15390         * tree-flow.h (remove_referenced_var): Declare.
15392 2007-01-14  Jan Hubicka  <jh@suse.cz>
15394         * tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs
15395         separately.
15396         (remove_stmt_from_eh_region_fn): Do not remove call_exprs.
15397         (verify_eh_throw_stmt_node, verify_eh_throw_table_statements): Kill.
15398         * except.h (verify_eh_throw_table_statements): Kill prototype.
15399         * cfgexpand.c (expand_gimple_basic_block): Propagate Eh regions
15400         into call exrepssions.
15401         * tree-optimize.c (execute_free_cfg_annotatiosn): Do not call
15402         eh trhow verifier.
15403         * tree-cfg.c: Include pointer-set.h.
15404         (verify_node_sharing): Work on pointer set.
15405         (verify_eh_throw_stmt_node): New.
15406         (verify_stmts): Use pointers sets, verify throw_stmt.
15408 2007-01-13  Zdenek Dvorak <dvorakz@suse.cz>
15410         * ipa-reference.c (analyze_function): Consider also addresses taken
15411         in phi nodes.
15413 2007-01-12  Roger Sayle  <roger@eyesopen.com>
15415         * c-typeck.c (null_pointer_constant_p): Replace use of
15416         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
15417         (build_c_cast): Likewise.
15419 2007-01-12  Roger Sayle  <roger@eyesopen.com>
15421         * tree.h (force_fit_type_double): Remove unused final argument.
15422         * c-common.c (constant_expression_warning): Replace use of
15423         TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
15424         (convert_and_check): Likewise.
15425         (shorten_compare): Update call to force_fit_type_double.
15426         (c_common_truthvalue_conversion) <INTEGER_CST>: Use integer_zerop.
15427         * convert.c (convert_to_pointer): Update call to
15428         force_fit_type_double.
15429         * fold-const.c (force_fit_type_double): Remove overflowed_const
15430         argument.
15431         (int_const_binop, fold_convert_const_int_from_int,
15432         fold_convert_const_int_from_real, fold_div_compare,
15433         fold_sign_changed_comparison, fold_unary, fold_negate_const,
15434         fold_abs_const, fold_not_const): Remove the final argument from
15435         calls to force_fit_type_double.
15437 2007-01-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
15439         * configure.ac: Set insn to "nop" for spu-*-* also.
15440         * configure: Regenerate.
15442 2007-01-12  Olga Golovanevsky  <olga@il.ibm.com>
15444         * builtins.def : Add BUILT_IN_FREE.
15446 2007-01-12  Jan Hubicka  <jh@suse.cz>
15448         PR tree-optimization/30443
15449         * tree-inline.c (tree_function_versioning): Do not optimize when
15450         cloning for inlining.
15452 2007-01-12  Zdenek Dvorak <dvorakz@suse.cz>
15454         * doc/loop.texi: Document recording of loop exits.
15455         * cfgloopmanip.c (loopify, duplicate_loop): Use alloc_loop.
15456         (update_single_exits_after_duplication,
15457         update_single_exit_for_duplicated_loop,
15458         update_single_exit_for_duplicated_loops): Removed.
15459         (duplicate_loop_to_header_edge): Do not call
15460         update_single_exits_after_duplication and
15461         update_single_exit_for_duplicated_loops.
15462         (loop_version): Do not update single_exit information.
15463         (fix_loop_structure): Use record_loop_exits instead of
15464         mark_single_exit_loops.
15465         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update
15466         the lists of loop exits.
15467         * cfghooks.c (redirect_edge_and_branch, redirect_edge_and_branch_force,
15468         split_edge, merge_blocks): Update the lists of loop exits.
15469         * modulo-sched.c (sms_schedule): Pass LOOPS_HAVE_RECORDED_EXITS to
15470         loop_optimizer_init.
15471         * loop-init.c (loop_optimizer_init): Call record_loop_exits instead
15472         of mark_single_exit_loops.
15473         (loop_optimizer_finalize): Call release_recorded_exits.
15474         * tree-ssa-loop.c (tree_loop_optimizer_init): Pass
15475         LOOPS_HAVE_RECORDED_EXITS to loop_optimizer_init.
15476         * tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg): Do not
15477         update single exit information.
15478         * lambda-code.c (perfect_nestify): Ditto.
15479         * cfgloop.c (flow_loop_free): Destroy the list of exits of the loop.
15480         (mark_single_exit_loops): Removed.
15481         (alloc_loop, loop_exit_hash, loop_exit_eq, loop_exit_free,
15482         get_exit_descriptions, rescan_loop_exit, record_loop_exits,
15483         dump_recorded_exit, dump_recorded_exits, release_recorded_exits): New
15484         functions.
15485         (get_loop_exit_edges, single_exit): Use recorded exit lists.
15486         (add_bb_to_loop, remove_bb_from_loops): Update the lists of loop exits.
15487         (verify_loop_structure): Verify consistency of the exit lists.
15488         (flow_loops_find): Use alloc_loop.  Initialize exits hash.
15489         (set_single_exit): Removed.
15490         * cfgloop.h (struct loop_exit): New function.
15491         (struct loop): single_exit_ field replaced by exits field.
15492         (LOOPS_HAVE_MARKED_SINGLE_EXITS): Replaced by LOOPS_HAVE_RECORDED_EXITS.
15493         (struct loops): Added exits hash.
15494         (mark_single_exit_loops, set_single_exit): Declaration removed.
15495         (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
15497 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15499         * doc/invoke.texi: Avoid use of @headitem.
15501 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15503         * cse.c (cse_insn): Move HAVE_CC0 code after declarations.
15505 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15507         * doc/install.texi: Fix m68k-*-* anchor and add m68k-*-* to the
15508         list of targets.
15510 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
15511             Richard Sandiford  <richard@codesourcery.com>
15513         * doc/invoke.texi: Document -mno-bitfield, -mno-rtd and -mno-short.
15514         * config/m68k/m68k.opt: Resort options.
15515         (mbitfield, mrtd, mshort): Remove RejectNegative properties.
15517 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
15518             Richard Sandiford  <richard@codesourcery.com>
15520         * doc/invoke.texi: Document the macros that are defined by
15521         m68k's -mtune and -mhard-float options.
15522         * config/m68k/m68k-protos.h (m68k_cpp_cpu_ident) Declare.
15523         (m68k_cpp_cpu_family): Likewise.
15524         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Add a full set
15525         of __ucfv*__ macros.  Define __mcffpu__ if generating code for
15526         ColdFire FPUs.  Define __mcf_cpu_* and __mcf_family_* macros.
15527         * config/m68k/m68k.c (m68k_cpp_cpu_ident): New function.
15528         (m68k_cpp_cpu_family): Likewise.
15530 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15532         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68*
15533         macros besides mc68000 as tuning macros.  Use a switch statement
15534         to set them and mcpu32.
15536 2007-01-12  Julian Brown  <julian@codesourcery.com>
15538         * config/m68k/m68k.h: Use TARGET_68040 instead of TARGET_68040_ONLY.
15539         (TARGET_68040_ONLY): Rename to...
15540         (TARGET_68040): ...this.
15541         * config/m68k/m68k.c: Use TARGET_68040 instead of TARGET_68040_ONLY.
15542         * config/m68k/m68k.md: Likewise.
15544 2007-01-12  Julian Brown  <julian@codesourcery.com>
15545             Nathan Sidwell  <nathan@codesourcery.com>
15546             Richard Sandiford  <richard@codesourcery.com>
15548         * config.gcc (m680[012]0-*-*, m68k*-*-*): Set m68k_cpu_ident to
15549         the -mcpu= argument associated with the --with-cpu setting.
15550         Define M68K_DEFAULT_TUNE to the default -mtune= option,
15551         if different from the one implied by the -mcpu setting.
15552         Accept --with-cpu=FOO if FOO is listed in m68k-devices.def,
15553         using mcpu=FOO as the default CPU option.  Set target_cpu_default2.
15554         * doc/invoke.texi: Mention ColdFire in the introduction to the
15555         m68k options.  Document the new -march, -mcpu, -mtune, -mdiv,
15556         -mno-div and -mhard-float options.  Make -m68881 a synonym for
15557         -mhard-float.  Document the previously-undocumented -m5206e,
15558         -m528x, -m5307 and -m5407 options.  Tweak the existing option
15559         documentation for consistency.
15560         * doc/install.texi: Mention new --with-cpu arguments.
15561         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Only use the
15562         default CPU if neither -mcpu nor -march are specified.
15563         (ASM_CPU_SPEC): Pass down -mcpu and -march options.
15564         (TARGET_CPU_CPP_BUILTINS): Set __mcfisa*__ macros from
15565         TARGET_ISA*.  Set the legacy __mcf*__ cpu macros in the same way,
15566         using m68k_tune to decide between families that implement the
15567         same ISA.  Use m68k_tune to set __mcfv4e__.
15568         (FL_BITFIELD, FL_68881, FL_COLDFIRE, FL_CF_HWDIV, FL_CF_MAC)
15569         (FL_CF_EMAC, FL_CF_EMAC_B, FL_CF_USP, FL_CF_FPU, FL_ISA_68000)
15570         (FL_ISA_68010, FL_ISA_68020, FL_ISA_68040, FL_ISA_A, FL_ISA_B)
15571         (FL_ISA_C, FL_ISA_MMU): New macros.
15572         (MASK_COLDFIRE): Delete.
15573         (TARGET_68010, TARGET_68020, TARGET_68040_ONLY, TARGET_COLDFIRE)
15574         (TARGET_ISAB): Redefine in terms of m68k_cpu_flags.
15575         (TARGET_68881, TARGET_COLDFIRE_FPU): Redefine in terms of m68k_fpu.
15576         (TARGET_HARD_FLOAT): Do not define here.
15577         (TARGET_ISAAPLUS, TARGET_ISAC): New macros.
15578         (TUNE_68000): New macro.
15579         (TUNE_68000_10): Redefine in terms of TUNE_68000 and TUNE_68010.
15580         (TUNE_68010, TUNE_68030, TUNE_68040, TUNE_68060, TUNE_CPU32)
15581         (TUNE_CFV2): Redefine in terms of m68k_tune.
15582         (uarch_type, target_device, fpu_type): New enums.
15583         (m68k_cpu, m68k_tune, m68k_fpu, m68k_cpu_flags): Declare.
15584         * config/m68k/m68k.c (TARGET_DEFAULT): Remove MASK_68881.
15585         (FL_FOR_isa_00, FL_FOR_isa_10, FL_FOR_isa_20, FL_FOR_isa_40)
15586         (FL_FOR_isa_cpu32, FL_FOR_isa_a, FL_FOR_isa_aplus, FL_FOR_isa_b)
15587         (FL_FOR_isa_c): New macros.
15588         (m68k_isa): New enum.
15589         (m68k_target_selection): New structure.
15590         (all_devices, all_isas, all_microarchs): New tables.
15591         (m68k_cpu_entry, m68k_arch_entry, m68k_tune_entry, m68k_cpu)
15592         (m68k_tune, m68k_fpu, m68k_cpu_flags): New variables.
15593         (MASK_ALL_CPU_BITS): Delete.
15594         (m68k_find_selection): New function.
15595         (m68k_handle_option): Handle -mcpu=, -march= and -mtune=.
15596         Map the legacy target options to a combination of the new ones.
15597         (override_options): Set m68k_cpu, m68k_tune, m68k_fpu and
15598         m68k_cpu_flags.  Handle M68K_DEFAULT_TUNE.  Use m68k_cpu_flags
15599         to derive default MASK_BITFIELD, MASK_CF_HWDIV and MASK_HARD_FLOAT
15600         settings.
15601         * config/m68k/m68k.opt (m5200, m5206e, m528x, m5307, m5407, mcfv4e)
15602         (m68010, m68020, m68020-40, m68020-60, m68030, m68040): Remove Mask
15603         properties.
15604         (m68881, msoft-float): Change mask from 68881 to HARD_FLOAT.
15605         (march=, mcpu=, mdiv, mhard-float, mtune=): New options.
15606         * config/m68k/m68k-devices.def: New file.
15608 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15609             Nathan Sidwell  <nathan@codesourcery.com>
15611         * config/m68k/m68k.h (ASM_CPU_SPEC, ASM_SPEC, EXTRA_SPECS)
15612         (SUBTARGET_EXTRA_SPECS): New macros.
15613         * config/m68k/linux.h (ASM_SPEC): Remove CPU flags;
15614         use %(asm_cpu_spec) instead.
15615         * config/m68k/m68k-none.h (ASM_SPEC): Likewise.
15616         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
15617         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
15618         (EXTRA_SPECS): Rename to...
15619         (SUBTARGET_EXTRA_SPECS): ...this.
15621 2007-01-12  Nathan Sidwell  <nathan@codesourcery.com>
15622             Richard Sandiford  <richard@codesourcery.com>
15623             Julian Brown  <julian@codesourcery.com>
15625         * config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
15626         (m68k-*-uclinux*, m68k-*-linux*, m68k-*-rtems*): Set default_m68k_cpu
15627         to the configuration's default CPU.
15628         (m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*): Likewise.
15629         Remove default masks.
15630         (m680[012]0-*-*): Set the default with_cpu to the first part of
15631         the target name.
15632         (m68k*-*-*): Set the default with_cpu to m$default_m68k_cpu.
15633         (m68k*-*-linux): Extend the --with-cpu handling to...
15634         (m680[012]0-*-*, m68k*-*-*): ...these configurations.  Allow m68000
15635         and m68010.  Don't set target_cpu_default2.
15636         * doc/install.texi: Document --with-cpu for m68k.
15637         * config/m68k/m68k.h (OPTION_DEFAULT_SPECS): Define.
15638         * config/m68k/m68k-none.h (TARGET_CPU_DEFAULT, M68K_CPU_m68k)
15639         (M68K_CPU_m68000, M68K_CPU_m68010, M68K_CPU_m68020, M68K_CPU_m68030)
15640         (M68K_CPU_m68040, M68K_CPU_m68302, M68K_CPU_m68332, TARGET_DEFAULT)
15641         (ASM_CPU_DEFAULT_SPEC, CC1_CPU_DEFAULT_SPEC): Delete.
15642         (ASM_SPEC): Remove use of %(asm_cpu_default).
15643         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS, MULTILIB_DEFAULTS): Delete.
15644         * config/m68k/linux.h (TARGET_DEFAULT): Delete.
15645         (CPP_SPEC): Merge definitions.  Do not handle __HAVE_68881__ here.
15646         * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
15647         __HAVE_FPU__ if TARGET_HARD_FLOAT.
15648         (TARGET_DEFAULT): Delete.
15649         (EXTRA_SPECS): Delete cpp_cpu_default_spec, cpp_cpu_spec,
15650         cpp_fpu_spec, asm_default_spec and netbsd_cpp_spec.
15651         (CPP_CPU_SPEC): Delete.
15652         (TARGET_VERSION): Merge definitions, using TARGET_68010 to pick
15653         the appropriate string.
15654         (CPP_CPU_DEFAULT_SPEC, ASM_DEFAULT_SPEC, CPP_FPU_SPEC): Delete.
15655         (CPP_SPEC): Define to NETBSD_CPP_SPEC.
15656         (ASM_SPEC): Don't use %(asm_default_spec).
15657         * config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
15658         TARGET_DEFAULT and add MASK_68881.
15659         * config/m68k/m68k.md: Remove mention of TARGET_DEFAULT from comments.
15661 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15663         * config.gcc (m68010-*-netbsdelf*): Add MASK_68010.
15664         (m68k*-*-netbsdelf*, m68k*-*-openbsd*, m68k*-linux*): Add
15665         MASK_68010 alongside MASK_68020.
15666         * doc/invoke.texi: Document -m68010.
15667         * config/m68k/m68k.opt (m68010): New.
15668         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Define mc68010
15669         if TUNE_68010.
15670         (TUNE_68010): New macro.
15671         * config/m68k/m68k-none.h (M68K_CPU_m68k, M68K_CPU_m68010)
15672         (M68K_CPU_m68020, M68K_CPU_m68030, M68K_CPU_m68040)
15673         (M68K_CPU_m68332): Add MASK_68010.
15674         * config/m68k/linux.h (TARGET_DEFAULT): Add MASK_68010 to
15675         fallback definition.
15676         * config/m68k/netbsd-elf.h (CPP_CPU_SPEC): Remove now-redundant
15677         defines.
15678         * config/m68k/m68k.c (MASK_ALL_CPU_BITS): Add MASK_68010.
15679         (m68k_handle_option): Handle OPT_m68010.  Add MASK_68010
15680         to all entries that use MASK_68020.
15681         (output_move_simode_const, output_move_himode, output_move_qimode)
15682         (output_move_stricthi, output_move_strictqi): Use TARGET_68010
15683         instead of TARGET_68020 to select clr behavior.  Remove comment
15684         about there being no TARGET_68010.
15685         * config/m68k/m68k.md: Likewise throughout.
15687 2007-01-12  Julian Brown  <julian@codesourcery.com>
15689         * config/m68k/m68k.h (TARGET_ISAB): New macro.
15690         * config/m68k/m68k.c: Use TARGET_ISAB rather than TARGET_CFV4.
15691         * config/m68k/m68k.md: Likewise.
15693 2007-01-12  Julian Brown  <julian@codesourcery.com>
15695         * config/m68k/m68k.h (LEGITIMATE_INDEX_P, LEGITIMIZE_ADDRESS): Use
15696         TARGET_COLDFIRE_FPU instead of TARGET_CFV4E.
15698 2007-01-12  Julian Brown  <julian@codesourcery.com>
15700         * config/m68k/m68k.h (TUNE_68040_60): New macro.
15701         * config/m68k/m68k.c (standard_68881_constant_p): Use it.
15702         * config/m68k/m68k.md: Likewise.
15704 2007-01-12  Julian Brown  <julian@codesourcery.com>
15705             Richard Sandiford  <richard@codesourcery.com>
15707         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Use TUNE_68030
15708         instead of TARGET_68030, TUNE_68040 instead of TARGET_68040,
15709         TUNE_68060 instead of TARGET_68060 and TUNE_CPU32 instead of
15710         TARGET_CPU32.
15711         (TARGET_CPU32): Rename to...
15712         (TUNE_CPU32): ...this.
15713         (TUNE_68000_10, TUNE_68030, TUNE_68040, TUNE_68060)
15714         (TUNE_CFV2): New macros.
15715         * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Simplify;
15716         remove conditions that are implied by TARGET_68020.
15717         * config/m68k/m68k.c (m68k_output_function_prologue): Use TUNE_68040
15718         instead of TARGET_68040 and TUNE_CPU32 instead of TARGET_CPU32.
15719         (m68k_output_function_epilogue): Likewise.
15720         (m68k_rtx_costs): Likewise.  Use TUNE_68060 instead of TARGET_68060
15721         and TUNE_CFV2 instead of TARGET_5200.  Use TUNE_68000_10 instead of
15722         "!TARGET_68020 && !TARGET_COLDFIRE" to choose between 68000 and
15723         non-68000 timings.  Refactor multiplication and division costs.
15724         (output_addsi3): Use TUNE_68040 instead of TARGET_68040 and
15725         TUNE_CPU32 instead of TARGET_CPU32.
15726         (standard_68881_constant_p): Use TUNE_68040 instead of TARGET_68040
15727         and TUNE_68060 instead of TARGET_68060.
15728         * config/m68k/m68k.md: Use TUNE_68040 instead of TARGET_68040,
15729         TUNE_68060 instead of TARGET_68060, and TUNE_CPU32 instead of
15730         TARGET_CPU32.
15731         (movsi_const0): Use TUNE_68000_10 rather than "!TARGET_68020
15732         && !TARGET_COLDFIRE" to choose between moveq and clr.
15733         Likewise in the unnamed movsf pattern.
15734         (ashlsi_17_24, lshrsi_17_24): Guard with TUNE_68000_10 rather than
15735         "!TARGET_68020 && !TARGET_COLDFIRE".  Likewise the unnamed
15736         ashiftrt pattern.
15738 2007-01-12  Richard Sandiford  <richard@codesourcery.com>
15740         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount
15741         of tabbing before backslashes.
15743 2007-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15745         * pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.
15746         * pa.h (ASM_OUTPUT_LABEL): Output colon when using GAS.
15747         (ASM_OUTPUT_INTERNAL_LABEL): Define.
15749 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
15751         * tree-ssa-loop-ivopts.c (extract_cond_operands): Split from
15752         find_interesting_uses_cond.
15753         (find_interesting_uses_cond): Use extract_cond_operands.
15754         (rewrite_use_compare): Use extract_cond_operands and
15755         force_gimple_operand_bsi.  Do not call update_stmt.
15756         (determine_use_iv_cost_condition): Use extract_cond_operands.
15757         Return cheaper of using original bound and changing the exit bound.
15759 2007-01-11  Zdenek Dvorak <dvorakz@suse.cz>
15761         PR tree-optimization/29516
15762         * tree-ssa-address.c (tree_mem_ref_addr, add_to_parts,
15763         most_expensive_mult_to_index, addr_to_parts,
15764         create_mem_ref, maybe_fold_tmr): Make the type of
15765         fields of TARGET_MEM_REF sizetype.
15766         (move_fixed_address_to_symbol, move_pointer_to_base):
15767         New functions.
15768         * tree.def (TARGET_MEM_REF): Add comment on types of
15769         the operands.
15771 2007-01-11  Joseph Myers  <joseph@codesourcery.com>
15773         * c-common.c (vector_types_convertible_p): Treat opaque types as
15774         always convertible if they have the same size, but not otherwise.
15776 2007-01-11  Steven Bosscher  <steven@gcc.gnu.org>
15778         * ifcvt.c (struct noce_if_info): Add comments to the fields.
15779         Remove the b_unconditional field.
15780         (noce_try_sign_mask): Do not look at b_unconditional.
15781         (noce_process_if_block): Do not use merge_if_blocks.  Update
15782         the CFG here.  Do not set b_unconditional.
15783         (cond_move_process_if_block): Likewise.
15784         (find_cond_trap): Likewise.
15785         (check_cond_move_block): Require simple jump insns at the end
15786         of the basic block.
15788 2007-01-11  Jan Hubicka  <jh@suse.cz>
15790         PR tree-optimization/1046
15791         * tree-tailcall.c (suitable_for_tail_call_opt_p): Use TREE_ADDRESSABLE
15792         when alias info is not ready.
15793         (pass_tail_recursion): Do not require aliasing.
15794         * tree-ssa-copyrename.c (pass_rename_ssa_cop): Likewise.
15795         * tree-ssa-ccp.c (pass_ccp, pass_fold_builtins): Likewise.
15796         * tree-ssa-copy.c (pass_copy_prop): Likewise.
15797         * tree-ssa-forwprop.c (pass_forwprop): Likewise.
15798         * tree-ssa-dce.c (pass_dce, pass_dce_loop, pass_cd_dce): Likewise.
15799         * passes.c (init_optimization_passes): Execute rename_ssa_copies,
15800         ccp, forwprop, copy_prop, merge_phi, copy_prop, dce and tail recursion
15801         before inlining.
15802         * tree-ssa-operands.c (add_virtual_operand, get_indirect_ref_operand):
15803         When aliasing is not build, mark statement as volatile.
15805 2007-01-11  Tom Tromey  <tromey@redhat.com>
15807         PR preprocessor/15185, PR preprocessor/20989:
15808         * doc/cppopts.texi <-MT>: Update description of algorithm for
15809         computing default target.
15810         <-M, -MD>: Reword "basename" text.
15812 2007-01-11  Roger Sayle  <roger@eyesopen.com>
15814         * builtins.c (expand_builtin_pow, expand_builtin_powi,
15815         fold_builtin_cabs, fold_builtin_sqrt, fold_builtin_trunc,
15816         fold_builtin_floor, fold_builtin_ceil, fold_builtin_round,
15817         fold_builtin_int_int_roundingfn, fold_builtin_bitop,
15818         fold_builtin_bswap, real_constp, fold_builtin_pow,
15819         fold_builtin_powi, fold_builtin_signbit, fold_builtin_copysign,
15820         do_mpfr_arg1, do_mpfr_arg2, do_mpfr_arg3, do_mpfr_sincos): Replace
15821         uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
15822         * convert.c (convert_to_pointer): Likewise.
15823         * expr.c (highest_pow2_factor, expand_expr_real_1): Likewise.
15824         * fold-const.c (force_fit_type, fold_negate_expr, int_const_binop,
15825         const_binop, fold_convert_const_int_from_int,
15826         fold_convert_const_int_from_real,
15827         fold_convert_const_real_from_real, sign_bit_p,
15828         optimize_minmax_comparison, extract_muldiv_1, fold_div_compare,
15829         fold_sign_changed_comparison, fold_unary, fold_comparison,
15830         fold_binary, multiple_of_p, tree_Expr_non_zero_p,
15831         fold_negate_const, fold_abs_const, fold_not_const): Likewise.
15832         * print-tree.c (print_node_brief, print_node): Likewise.
15833         * stor-layout.c (place_field, layout_type): Likewise.
15834         * tree-chrec.c (keep_cast): Likewise.
15835         * tree.c (build_vector, build_real, build_real_from_int_cst,
15836         build_complex): Likewise.
15838 2007-01-11  Roger Sayle  <roger@eyesopen.com>
15840         * tree.h (TREE_CONSTANT_OVERFLOW): Obsolete.  For the time being,
15841         treat TREE_CONSTANT_OVERFLOW as a synonym of TREE_OVERFLOW.
15843 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
15845         * configure.ac (strict1_warn): Rename to strict_warn.
15846         (WERROR, --enable-werror, symlink hacks, stage1_cflags,
15847         cc_set_by_configure, quoted_cc_set_by_configure,
15848         stage_prefix_set_by_configure, quoted_stage_prefix_set_by_configure,
15849         all_boot_languages, all_stagestuff): Remove.
15850         (target_list): Remove bootstrap targets.
15851         * Makefile.in (quickstrap): Unconditionally make a synonym of all.
15852         (BOOT_LANGUAGES, STAGE1_CFLAGS, STAGE1_CHECKING,
15853         REMAKEFLAGS, FLAGS_TO_PASS, PREPEND_DOTDOT_TO_RELATIVE_PATHS,
15854         SUBDIR_FLAGS_TO_PASS, WERROR_FLAGS, STRICT2_WARN, LANG_STAGESTUFF,
15855         VOL_FILES, POSTSTAGE1_FLAGS_TO_PASS, STAGE2_FLAGS_TO_PASS,
15856         STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS, stage1_build,
15857         stage1_copy, stage2_build, stage2_copy, stageprofile_build,
15858         stageprofile_copy, stage3_build, stage3_copy, stagefeedback_build,
15859         stagefeedback_copy, stage4_build, clean_s1, clean_sw, bootstrap,
15860         bootstrap-lean, bootstrap2, bootstrap2-lean, bootstrap3,
15861         bootstrap3-lean, bootstrap4, bootstrap4-lean, unstage1, unstage2,
15862         unstage3, unstage4, unstageprofile, unstagefeedback, restage, restage2,
15863         restage3, restage4, restageprofile, restagefeedback, bubbleestrap,
15864         cleanstrap, unstrap, restrap, *compare, *compare3, *compare4,
15865         *compare-lean, *compare3-lean, *compare4-lean, stage1-start, stage1,
15866         stage2-start, stage2, stage3-start, stage3, stage4-start, stage4,
15867         stageprofile-start, stageprofile, stagefeedback-start, stagefeedback,
15868         risky-stage1, risky-stage2, risky-stage3, risky-stage4): Remove.
15869         (ORDINARY_FLAGS_TO_PASS): Rename to FLAGS_TO_PASS.
15870         (STAGECOPYSTUFF, STAGEMOVESTUFF): Consolidate into MOSTLYCLEANFILES.
15871         (mostlyclean): Adjust.
15872         (clean, distclean): Don't mention bootstrap stuff.
15873         * configure: Regenerate.
15874         * ada/config-lang.in, cp/config-lang.in, forttran/config-lang.in,
15875         java/config-lang.in, objc/config-lang.in, objcp/config-lang.in,
15876         treelang/config-lang.in (stagestuff): Remove.
15877         * doc/sourcebuild.texi (stage1, stage2, stage3, stage4,
15878         stageprofile, stagefeedback, stagestuff): Remove mention.
15880 2007-01-11  Nick Clifton  <nickc@redhat.com>
15882         * config/mcore/predicates.md (mcore_general_movesrc_operand):
15883         Accept CONSTs.
15884         (mcore_general_movdst_operand): Do not accept CONST_INTs.
15885         (mcore_arith_K_S_operand): Run the test for the S constraint not
15886         the test for the M constraint.
15887         (mcore_addsub_operand): Do not accept integer values that are
15888         larger than 32 bits.
15889         * config/mcore/mcore.md: Remove unused constraints from split.
15890         (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
15891         (addsi3): Likewise.
15892         (allocate_stack): Likewise.
15893         * config/mcore/mcore.c (mcore_print_operand): Restrict output of P
15894         operands to 32 bits.
15895         (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an
15896         INTVAL.
15897         (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
15898         mcore_const_ok_for_inline, mcore_const_trick_uses_not,
15899         try_constant_tricks, mcore_num_ones, mcore_num_zeros,
15900         mcore_output_bclri, mcore_output_andn, output_inline_const,
15901         mcore_output_move, mcore_output_movedouble): Likewise.
15902         (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
15903         (output_inline_const): Likewise.
15904         (output_inline_const): Fix format strings used in sprintf
15905         statements.
15906         * config/mcore/mcore-protos.h: Update prototypes for changed
15907         functions in mcore.c.
15908         * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to
15909         HOST_WIDE_INT and not int.
15910         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
15911         CONST_OK_FOR_N): Likewise.
15912         (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
15913         (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold
15914         an INTVAL.
15916 2007-01-10  Jan Hubicka  <jh@suse.cz>
15918         * tree-vrp.c (remove_range_assertions): Release defs.
15919         * tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
15920         * tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
15922 2007-01-10  Paul Brook  <paul@codesourcery.com>
15924         * config/arm/arm.c (arm_rtx_costs_1): Handle mutiply-subtract.
15925         * config/arm/arm.md (mulsi3subsi): New insn.
15927 2007-01-10  Zdenek Dvorak <dvorakz@suse.cz>
15929         * tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...
15930         (tree_transform_and_unroll_loop): New.
15931         * tree-flow.h (transform_callback, tree_transform_and_unroll_loop):
15932         Declare.
15934 2007-01-10  Robert Kennedy <jimbob@google.com>
15936         * fold-const.c (fold_comparison): Fold comparisons like (x *
15937         1000 < 0) to (x < 0).
15939 2007-01-10  Ian Lance Taylor  <iant@google.com>
15941         * tree-pretty-print.c (dump_generic_node): Print parentheses when
15942         operands have the same priority.
15944 2007-01-10  Tom Tromey  <tromey@redhat.com>
15946         * fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.
15947         (fold_binary): Likewise.
15948         * langhooks.c (lhd_can_use_bit_fields_p): Removed.
15949         * langhooks-def.h (lhd_can_use_bit_fields_p): Removed.
15950         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
15951         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CAN_USE_BIT_FIELDS_P.
15952         * langhooks.h (struct lang_hooks): Removed field
15953         'can_use_bit_fields_p'.
15955 2007-01-10  Ralf Corsépius <ralf.corsepius@rtems.org>
15957         * config/bfin/t-bfin, config/bfin/t-bfin-elf: Remove GCC_CFLAGS.
15959 2007-01-10  Razya Ladelsky  <razya@il.ibm.com>
15961         * function.c (get_last_funcdef_no): New function.
15962         * function.h (get_last_funcdef_no): Declare.
15963         * tree-inline.c (initialize_cfun): Add initialization.
15964         (tree_function_versioning): Cleanup.
15966 2007-01-10  Jan Hubicka  <jh@suse.cz>
15968         * tree-inline.c (setup_one_parameter): Do not propagate into abnormal
15969         PHIs.
15971 2007-01-10  Sa Liu  <saliu@de.ibm.com>
15972             Ben Elliston  <bje@au.ibm.com>
15974         * spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION, SImode
15975         for SAVE_NONLOCAL and Pmode for any other save level.
15976         * spu-protos.h (spu_restore_stack_block): Declare.
15977         * spu.md (save_stack_block): Remove.
15978         (restore_stack_block): Call spu_restore_stack_block.
15979         * spu.c (spu_restore_stack_block): New function.
15980         (spu_expand_epilogue): Remove old comment.
15982 2007-01-09  Zdenek Dvorak <dvorakz@suse.cz>
15984         PR tree-optimization/30322
15985         * tree-ssa-loop-ivopts.c (fold_affine_expr, iv_value): Removed.
15986         (cand_value_at): Return the value as aff_tree.
15987         (may_eliminate_iv): Convert the bound from aff_tree to tree.
15988         * tree-affine.c (aff_combination_add_cst, aff_combination_add_product,
15989         aff_combination_mult): New functions.
15990         (aff_combination_add): Use aff_combination_add_cst.
15991         (aff_combination_convert): Allow conversions to a wider type.
15992         (tree_to_aff_combination): Handle BIT_NOT_EXPR.
15993         * tree-affine.h (aff_combination_mult): Declare.
15995 2007-01-09  Carlos O'Donell  <carlos@codesourcery.com>
15997         * doc/tm.texi: Update documentation to reflect reality of exec
15998         and start file search behaviours. Update copyright year.
15999         * doc/invoke.texi: Explain how GCC_EXEC_PREFIX is used to find
16000         header file directories.
16002 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
16004         * config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
16005         (*cosxf2): Rename to cosxf2_i387.
16006         (*sindf2, *sinsf2): Extend operand 1 to XFmode.  Macroize patterns
16007         using X87MODEF12 mode macro. Rename patterns to
16008         *sin_extend<mode>xf2_i387.  Use SSE_FLOAT_MODE_P to disable patterns
16009         for SSE math.
16010         (*cosdf2, *cossf2): Ditto.
16011         (sincosdf3, sincossf3): Ditto.  Rewrite corresponding splitters
16012         to match extended input operands.
16013         (sincos<mode>3): New expander.
16014         (*sinextendsfdf2, *cosextendsfdf2, *sincosextendsfdf3): Remove
16015         insn patterns and corresponding splitters.
16017 2007-01-09  Kaz Kojima  <kkojima@gcc.gnu.org>
16019         * config/sh/t-linux (TARGET_LIBGCC2_CFLAGS): Delete.
16020         (SHLIB_MAPFILES, SHLIB_LINK, SHLIB_INSTALL): Likewise.
16022 2007-01-09  Nicolas Pitre  <nico@cam.org>
16024         PR target/30173
16025         * arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
16027 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
16029         * target.h (struct gcc_target): New field library_rtti_comdat.
16030         * target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
16031         (TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
16032         * doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
16033         * config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
16035 2007-01-08  Geoffrey Keating  <geoffk@apple.com>
16037         * doc/invoke.texi (Optimize Options): Correct description of -O0.
16039 2007-01-08  Richard Guenther  <rguenther@suse.de>
16041         * tree.h (force_fit_type_double): Export.
16042         (force_fit_type): Remove.
16043         * fold-const.c (force_fit_type_double): New function.
16044         (force_fit_type): Remove.
16045         (int_const_binop): Use it.
16046         (fold_convert_const_int_from_int): Likewise.
16047         (fold_convert_const_int_from_real): Likewise.
16048         (fold_div_compare): Likewise.
16049         (fold_sign_changed_comparison): Likewise.
16050         (fold_unary): Likewise.
16051         (fold_negate_const): Likewise.
16052         (fold_abs_const): Likewise.
16053         (fold_not_const): Likewise.
16054         * c-common.c (shorten_compare): Use force_fit_type_double.
16055         * convert.c (convert_to_pointer): Likewise.
16057 2007-01-08  Richard Guenther  <rguenther@suse.de>
16059         * tree.h (build_int_cst_wide_type): Export.
16060         * tree.c (build_int_cst_wide_type): New function.
16061         (build_int_cst_wide): Fix comment.
16062         * builtins.c (fold_builtin_object_size): Use build_int_cst
16063         to build -1 or 0 of the correct type.  Use fit_double_type
16064         to check for overflow.
16065         * fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
16066         to build the mask.
16067         (decode_field_reference): Likewise.
16068         (all_ones_mask_p): Likewise.
16069         (native_interpret_int): Use build_int_cst_wide_type.
16070         (fold_binary): Use build_int_cst_type to build an all-ones
16071         value.
16072         * stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
16074 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
16076         * config/pa/t-pa64 (libgcc_stub.a): Use $(T).
16078 2007-01-09  Ben Elliston  <bje@au.ibm.com>
16080         * genautomata.c (STATS_OPTION): New option.
16081         (stats_flag): New flag.
16082         (gen_automata_option): Handle it.
16083         (initiate_automaton_gen): Ditto.
16084         (write_automata): Output statistics only if stats_flag is
16085         set. Likewise, output time statistics only if time_flag is set.
16086         * doc/md.texi (Processor pipeline description): Document new flag.
16088 2007-01-08  Richard Guenther  <rguenther@suse.de>
16090         * builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.
16091         * tree.c (build_int_cst_type): Likewise.
16092         (size_in_bytes): Don't call force_fit_type on the result.
16093         (int_fits_type_p): Use fit_double_type.
16094         * fold-const.c (fit_double_type): New function.
16095         (force_fit_type): Use it.
16096         * tree.h (fit_double_type): Export.
16098 2007-01-08  Jan Hubicka  <jh@suse.cz>
16100         * tree-vectorizer.c (gate_increase_alignment): Fix return type.
16101         * ipa.c (function_and_variable_visibility): Fix return type.
16103 2007-01-08  Richard Guenther  <rguenther@suse.de>
16105         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type
16106         of offset to build the index.
16107         * tree-pretty-print.c (dump_generic_node): Don't build negated
16108         const just for printing.
16109         * c-pretty-print.c (pp_c_integer_constant): Likewise.
16110         * builtins.c (fold_builtin_int_roundingfn): Check if result
16111         fits the type by using force_fit_type and comparing the result.
16112         * predict.c (predict_loops): Use compare_tree_int for comparison.
16113         * tree.c (build_int_cst): Fall back to integer_type_node for
16114         NULL_TREE type.
16115         (build_int_cst_wide): Assert type is non-null.
16117 2007-01-08  Roberto Costa  <roberto.costa@st.com>
16119         * tree-vrp.c (extract_range_from_cond_expr): New.
16120         (extract_range_from_expr): Handle COND_EXPR nodes used as expressions.
16121         * tree-ssa-ccp.c (get_maxval_strlen): Handle COND_EXPR nodes used
16122         as expressions.
16123         (fold_stmt): Bug fix, avoid infinite recursion when folding COND_EXPRs.
16124         * tree-ssa-forwprop.c (simplify_cond, forward_propagate_into_cond,
16125         tree_ssa_forward_propagate_single_use_vars): Handle COND_EXPR nodes
16126         used as expressions.
16127         * tree-object-size.c (cond_expr_object_size): New.
16128         (collect_object_sizes_for): Handle COND_EXPR nodes used as expressions.
16130 2007-01-08  Jan Hubicka  <jh@suse.cz>
16132         * tree-ssa-forwprop.c (forward_propagate_into_cond,
16133         tree_ssa_forward_propagate_single_use_va): Release defs of propagated
16134         statement.
16136 2007-01-08  Richard Guenther  <rguenther@suse.de>
16138         PR tree-optimization/23603
16139         * tree-vrp.c (set_value_range_to_truthvalue): New function.
16140         (extract_range_from_binary): Fall back to truthvalue instead of
16141         varying for TRUTH_*_EXPR.
16142         (extract_range_from_comparison): Fall back to truthvalue instead of
16143         varying.
16144         (vrp_visit_phi_node): Don't adjust new range bounds to +INF/-INF
16145         if all visited PHI values were constant.
16147 2007-01-08  Jan Hubicka  <jh@suse.cz>
16149         * cgraphunit.c (cgraph_process_new_functions): Reset reachable flag.
16150         (cgraph_analyze_function): break out from ...
16151         (cgraph_finalize_compilation_unit): ... here.
16152         (cgraph_expand_function): Remove forgoten commented out line.
16153         (cgraph_optimize): Analyze functions.
16155 2007-01-08  Jan Hubicka  <jh@suse.cz>
16157         * tree-pas.h (TODO_remove_function): New flag.
16158         (TODO_update*): Renumber.
16159         (pass_ipa_increase_alignment,
16160         pass_ipa_function_and_variable_visibility): New passes.
16161         * cgraphunit.c (cgraph_increase_alignment): Move to tree-vectorizer.c
16162         (cgraph_function_and_variable_visibility): Move to ipa.c
16163         (cgraph_optimize): Don't call cgraph_function_and_variable_visibility,
16164         cgraph_increase_alignment.
16165         * ipa-inline.c (cgraph_decide_inlining): Don't push timevar.
16166         (cgraph_decide_inlining_incrementally): Push TV_INTEGRATION before
16167         calling tree-inline.
16168         (cgraph_early_inlining): Do not call cgraph_remove_unreachable_nodes.
16169         (pass_ipa_inline, pass_early_ipa_inlining): Set TODO_remove_functions
16170         * tree-vectorizer.c (increase_alignment): Move here from cgraphunit.c
16171         (gate_increase_alignment): New function.
16172         (pass_ipa_increase_alignment): New pass.
16173         * ipa.c: Inline tree-pass.h and timevar.h
16174         (function_and_variable_visibility): Move here from cgraphunit.c
16175         * tree-optimize.c (pass_early_local_passes): Add TODO_remove_functions.
16176         * passes.c (init_optimization_passes): Add the two new passes.
16177         (execute_todo): Handle cgraph_remove_functions.
16179 2007-01-08  Nick Clifton  <nickc@redhat.com>
16181         * config/frv/predicates.md (reg_or_0_operand): Accept
16182         CONST_DOUBLEs.
16184 2007-01-08  Ralf Corsépius <ralf.corsepius@rtems.org>
16186         * config/bfin/rtems.h, config/bfin/t-rtems: New.
16187         * config.gcc: Add bfin*-rtems*.
16189 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
16191         * c.opt: Add -flax-vector-conversions.
16192         * c-typeck.c (convert_for_assignment): Pass flag to
16193         vector_types_convertible_p to allow emission of note.
16194         (digest_init): Likewise.
16195         * c-opts.c: Handle -flax-vector-conversions.
16196         * c-common.c (flag_lax_vector_conversions): New.
16197         (vector_types_convertible_p): Unless -flax-vector conversions
16198         has been passed, disallow conversions between vectors with
16199         differing numbers of subparts and/or element types.  If such
16200         a conversion is disallowed, possibly emit a note on the first
16201         occasion only to inform the user of -flax-vector-conversions.
16202         The new last argument specifies this.
16203         * c-common.h (flag_lax_vector_conversions): New.
16204         (vector_types_convertible_p): Add extra argument.
16205         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use
16206         char_type_node for V*QI type vectors.
16207         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):
16208         Update to satisfy new typechecking rules.
16209         * config/rs6000/altivec.h (vec_cmple): Use vec_cmpge, for both
16210         C and C++ variants.
16211         * doc/invoke.texi (C Dialect Options): Document
16212         -flax-vector-conversions.
16214 2007-01-08  Mark Shinwell  <shinwell@codesourcery.com>
16216         PR tree-optimization/29877
16217         * tree-ssa-ter.c (is_replaceable_p): Deem assignments with
16218         a register variable on the RHS to not be replaceable.
16220 2007-01-08  Chen Liqin  <liqin@sunnorth.com.cn>
16221         * config/score/t-score-elf (MULTILIB_OPTIONS): Change.
16222         * config/score/predicates.md (const_uimm5, sr0_operand, const_simm12,
16223         const_simm15, const_pow2, const_npow2): Added.
16224         * config/score/misc.md (insv, extv, extzv, movmemsi,
16225         move_lbu_a/b, mov_lhu_a/b etc): Added and fix some bug.
16226         * config/score/score.c (score_address_cost, score_select_cc_mode):
16227         Added.
16228         Change CONST_OK_FOR_LETTER_P/EXTRA_CONSTRAINT define.
16229         Update score_rtx_costs for MACRO TARGET_RTX_COSTS.
16230         Update score_print_operand.
16231         * config/score/score.h (DATA_ALIGNMENT, SELECT_CC_MODE): Added.
16232         Adjust register allocate order and update some macro define.
16233         * config/score/score-mdaux.c (mdx_unaligned_load, mdx_unsigned_store,
16234         mdx_block_move_straight, mdx_block_move_loop_head,
16235         mdx_block_move_loop_body, mdx_block_move_loop_foot, mdx_block_move_loop,
16236         mdx_block_move): Added.
16237         (mdx_movsicc, mdp_select_add_imm, mdp_select, mds_zero_extract_andi,
16238         mdp_limm): Updated and fix some bug and typo.
16239         * config/score/score.md (movqi/hi/si, add/sub/zero/ext): Updated.
16240         (movsf, movdf, doloop_end): Added.
16242 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
16244         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
16245         config/arm/thumb2.md: Fix comment typos.
16246         * doc/extend.texi: Fix a typo.
16248 2007-01-07  Eric Christopher  <echristo@apple.com>
16250         * configure.ac: Check for __stack_chk_fail for darwin.
16251         * configure: Regenerate.
16253 2007-01-07  Richard Guenther  <rguenther@suse.de>
16255         * tree-vrp.c (extract_range_from_assert): CSE calls to
16256         compare_values where possible.
16257         (extract_range_from_unary_expr): Likewise.
16259 2007-01-07  Anatoly Sokolov <aesok@post.ru>
16261         * config/avr/avr-protos.h (call_insn_operand): Delete prototype.
16262         * config/avr/avr.c (call_insn_operand): Delete function.
16263         * config/avr/avr.md (*pushqi, *pushhi, *pushsi, *pushsf): Use REG_SP
16264         instead of register number. Use predicates.
16265         * config/avr/predicates.md (const0_operand, reg_or_0_operand,
16266         call_insn_operand): Add.
16268 2007-01-06  Jan Hubicka  <jh@suse.cz>
16270         * tree-pass.h (pass_build_cgraph_edges): Declare.
16271         * cgraphunit.c (record_refernece): Move to cgraphbuild.c
16272         (visited_nodes): Remove.
16273         (cgraph_create_edges): Move to cgraphbuild.c; rename to
16274         build_cgrpah_edges; make visited_nodes local.
16275         (cgraph_process_new_functions): DO not call initialize_inline_failed.
16276         (record_references_in_initializer): Move to cgraphbuild.c
16277         (initialize_inline_failed, rebuild_cgraph_edges,
16278         pass_rebuild_cgraph_edges): Move to cgraphbuild.c.
16279         (verify_cgraph_node): Make visited_nodes local.
16280         (cgraph_analyze_function): Do not call cgraph_create_edges and
16281         initialize_inline_failed.
16282         (cgraph_expand_function): Do not call cgraph_lower_function;
16283         assert that function is already lowered.
16284         * Makefile.in (cgraphbuild.o): New.
16285         * passes.c (init_optimization_passes): Add pass_build_cgraph_edges
16286         at the end of lowering passes.
16288 2007-01-06  Steven Bosscher  <steven@gcc.gnu.org>
16290         * ifcvt.c (cond_move_convert_if_block): New function, code
16291         factored out from...
16292         (cond_move_process_if_block): ...here.  Call the new function
16293         on the THEN and ELSE blocks.
16294         (merge_if_block): Do not copy global_live_at_end, merge_blocks
16295         already takes care of this.
16297 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16299         PR c/19978
16300         * tree.h (TREE_OVERFLOW_P): New.
16301         * c-typeck.c (parser_build_unary_op): Warn only if result
16302         overflowed and operands did not.
16303         (parser_build_binary_op): Likewise.
16304         (convert_for_assignment): Remove redundant overflow_warning.
16305         * c-common.c (overflow_warning): Don't check or set TREE_OVERFLOW.
16307 2007-01-05  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16309         * c-typeck.c (store_init_value): Split over two lines to follow
16310         the GNU coding style.
16312 2007-01-05  Benjamin Kosnik  <bkoz@redhat.com>
16314         * c-cppbuiltin.c (c_cpp_builtins): __GXX_EXPERIMENTAL_CPP0X__ to
16315         __GXX_EXPERIMENTAL_CXX0X__.
16316         * doc/cpp.texi: Same.
16318 2007-01-05  Richard Guenther  <rguenther@suse.de>
16320         PR middle-end/27826
16321         * tree.c (get_narrower): Do not construct COMPONENT_REFs
16322         with mismatched types.  Instead explicitly build a
16323         conversion NOP_EXPR.
16325 2007-01-05  Ian Lance Taylor  <iant@google.com>
16327         * c-common.c (decl_with_nonnull_addr_p): New function.
16328         (c_common_truthvalue_conversion): Call it.
16329         * c-typeck.c (build_binary_op): Likewise.
16330         * c-common.h (decl_with_nonnull_addr_p): Declare.
16332 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
16334         PR c/30360
16335         * libgcc2.c (__divdc3): Compare c and d against 0.0 instead of
16336         denom against 0.0.
16338 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
16340         * doc/install.texi (Final install): Document the fact that
16341         the GNAT runtime should not be stripped.
16343 2007-01-04  Jan Hubicka  <jh@suse.cz>
16345         * tree-inline.c (fold_marked_statements): Update operand caches
16346         and EH after folding
16348 2007-01-04  Ian Lance Taylor  <iant@google.com>
16350         * c-common.c (check_function_nonnull): Whitespace fix.
16352 2007-01-04  Jan Hubicka  <jh@suse.cz>
16354         * tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
16355         comitted older version of patch.
16356         (pass_fixup_cfg): Add TODOs to verify flow and statements, dump
16357         function, celanup cfg and collect garbage.
16359 2007-01-04  Mike Stump  <mrs@apple.com>
16361         * Makefile.in (mostlyclean): Don't remove libgcc anymore.
16362         (clean): Likewise.
16364 2007-01-04  Eric Christopher  <echristo@apple.com>
16366         * libgcc2.c (__bswapsi2): Use SItype.
16367         (__bswapdi2): Use DItype.
16368         * libgcc2.h: Update for above.
16370 2007-01-04  Paul Brook  <paul@codesourcery.com>
16372         * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
16373         mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
16374         mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
16375         umulsidi3, umulsidi3adddi, smulsi3_highpart,
16376         umulsi3_highpart): Make conditional on !arm_arch6.
16377         (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
16378         mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
16379         mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
16380         umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
16381         umulsi3_highpart_v6): New insns.
16383 2007-01-04  Roger Sayle  <roger@eyesopen.com>
16385         * fold-const.c (fold_convert): When casting an expression to void,
16386         fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
16387         have a type.  Instead of attempting to build a NOP_EXPR, return
16388         these "special" trees directly.
16390 2007-01-04  Joseph Myers  <joseph@codesourcery.com>
16392         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
16393         MULT inside MINUS as either argument.  Use rs6000_cost->dmul -
16394         rs6000_cost->fp not 0 as adjustment for outer NEG.
16396 2007-01-04  Jan Hubicka  <jh@suse.cz>
16398         * cgraph.c (cgraph_release_function_body): New function.
16399         (cgraph_remove_node): Use it.
16400         * cgraph.h (cgraph_release_function_body): Declare.
16401         * cgraphunit.c (cgraph_expand_function): Use it.
16402         * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
16403         * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
16404         is initialized and while compilation of other function is running.
16405         * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
16406         statement CFG annotations from here to ...
16407         * tree-cfg.c (delete_tree_cfg_annotations): ... here.
16409 2007-01-04  Zdenek Dvorak <dvorakz@suse.cz>
16411         * cfgloop.h (enum li_flags): Make the constants powers of two.
16413 2007-01-04  Jan Hubicka  <jh@suse.cz>
16415         * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
16416         set.
16417         (fold_marked_statements): New function.
16418         (optimize_inline_calls, tree_function_versioning): Fold new statements.
16419         * tree-inline.h (copy_body_data): Add statements_to_fold.
16421 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
16423         * config.gcc: Mention libgcc/config.host.
16424         * Makefile.in: Update comments mentioning libgcc.
16425         (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
16426         (all.cross, start.encap, rest.encap, rest.cross): Update
16427         dependencies for libgcc move.
16428         (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
16429         (clean-target, clean-target-libgcc): Delete.
16430         (srcdirify, GCC_EXTRA_PARTS): New macros.
16431         (libgcc-support, libgcc.mvars): New rules.
16432         (distclean): Remove mention of mklibgcc.
16433         (install): Don't reference INSTALL_LIBGCC.
16434         (install-common): Don't reference EXTRA_PARTS.
16435         (install-libgcc, install-multilib): Delete rules.
16436         * mklibgcc.in: Delete file.
16437         * doc/configfiles.texi: Don't mention mklibgcc.
16439         * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
16440         * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
16441         * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
16442         * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
16443         (mklibgcc, ldblspecs): Likewise.
16445         * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
16446         (posixpre.def): Use $(T).
16447         (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
16448         (SHLIB_SRC, SHLIB_INSTALL): Delete.
16449         (SHLIB_LINK): Make dummy.
16450         * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
16452         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
16454         * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
16455         * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
16456         config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
16457         config/rs6000/t-newas, config/sparc/t-elf: Likewise.
16459         * configure.ac (all_outputs): Remove mklibgcc.
16460         * configure: Regenerated.
16462 2007-01-03  Josh Conner  <jconner@apple.com>
16464         PR middle-end/29683
16465         * calls.c (compute_argument_addresses): Set stack and stack_slot
16466         for partial args, too.
16467         (store_one_arg): Use locate.size.constant for the size when
16468         generating a save_area.
16470 2007-01-03  Robert Kennedy <jimbob@google.com>
16472         * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
16473         whose definitions are deleted due to basic block merging.
16475 2007-01-03  Paul Brook  <paul@codesourcery.com>
16477         PR target/16634
16478         * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
16479         functions.
16480         (use_return_insn): Return 0 for Thumb interrupt functions.
16481         (print_multi_reg): Add rfe argument for IRQ returns.
16482         (arm_output_epilogue): Pop interrupt return address directly into PC.
16483         (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
16485 2007-01-03  Paul Brook  <paul@codesourcery.com>
16487         Merge from sourcerygxx-4_1.
16488         * config/arm/thumb2.md: New file.
16489         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
16490         Thumb-2.
16491         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
16492         * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
16493         (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
16494         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
16495         tables.
16496         (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
16497         * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
16498         comptibility.
16499         * config/arm/ieee754-sf.S: Ditto.
16500         * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
16501         (thumb1_base_register_rtx_p): ... to this.
16502         (thumb_index_register_rtx_p): Rename...
16503         (thumb1_index_register_rtx_p): ... to this.
16504         (thumb_output_function_prologue): Rename...
16505         (thumb1_output_function_prologue): ... to this.
16506         (thumb_legitimate_address_p): Rename...
16507         (thumb1_legitimate_address_p): ... to this.
16508         (thumb_rtx_costs): Rename...
16509         (thumb1_rtx_costs): ... to this.
16510         (thumb_compute_save_reg_mask): Rename...
16511         (thumb1_compute_save_reg_mask): ... to this.
16512         (thumb_final_prescan_insn): Rename...
16513         (thumb1_final_prescan_insn): ... to this.
16514         (thumb_expand_epilogue): Rename...
16515         (thumb1_expand_epilogue): ... to this.
16516         (arm_unwind_emit_stm): Rename...
16517         (arm_unwind_emit_sequence): ... to this.
16518         (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
16519         thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
16520         thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
16521         arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
16522         thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
16523         thumb2_output_casesi): New functions.
16524         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
16525         (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
16526         FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
16527         THUMB2_WORK_REGS): Define.
16528         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
16529         arm_condexec_mask, arm_condexec_masklen)): New variables.
16530         (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
16531         (arm_override_options): Check new CPU capabilities.
16532         Set new architecture flag variables.
16533         (arm_isr_value): Handle v7m interrupt functions.
16534         (user_return_insn): Return 0 for v7m interrupt functions.  Handle
16535         Thumb-2.
16536         (const_ok_for_arm): Handle Thumb-2 constants.
16537         (arm_gen_constant): Ditto.  Use movw when available.
16538         (arm_function_ok_for_sibcall): Return false for v7m interrupt
16539         functions.
16540         (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
16541         (thumb_find_work_register, arm_load_pic_register,
16542         legitimize_tls_address, arm_address_cost, load_multiple_sequence,
16543         emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
16544         print_multi_reg, output_mov_long_double_fpa_from_arm,
16545         output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
16546         output_mov_double_fpa_from_arm, output_move_double,
16547         arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
16548         output_return_instruction, arm_output_function_prologue,
16549         arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
16550         arm_output_mi_thunk, thumb_set_return_address): Ditto.
16551         (arm_expand_prologue): Handle Thumb-2.  Use arm_save_coproc_regs.
16552         (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
16553         (arithmetic_instr, shift_op): Use arm_shift_nmem.
16554         (arm_print_operand): Use arm_print_condition.  Handle '(', ')', '.',
16555         '!' and 'L'.
16556         (arm_final_prescan_insn): Use extract_constrain_insn_cached.
16557         (thumb_expand_prologue): Use thumb_set_frame_pointer.
16558         (arm_file_start): Output directive for unified syntax.
16559         (arm_unwind_emit_set): Handle stack alignment instruction.
16560         * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
16561         Add v6t2, v7, v7a, v7r and v7m.
16562         (RETLDM): Add Thumb-2 code.
16563         (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
16564         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
16565         (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
16566         TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
16567         THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
16568         ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
16569         THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
16570         CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
16571         ADJUST_INSN_LENGTH): Define.
16572         (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
16573         STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
16574         BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
16575         PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
16576         SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
16577         TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
16578         HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
16579         HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
16580         REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
16581         REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
16582         LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
16583         GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
16584         ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
16585         FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
16586         PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
16587         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
16588         * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
16589         cortex-m3.
16590         * config/arm/arm-tune.md: Regenerate.
16591         * config/arm/arm-protos.h: Update prototypes.
16592         * config/arm/vfp.md: Enable patterns for Thumb-2.
16593         (arm_movsi_vfp): Add movw alternative.  Use output_move_vfp.
16594         (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
16595         (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
16596         thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
16597         * config/arm/libunwind.S: Add Thumb-2 code.
16598         * config/arm/constraints.md: Update include Thumb-2.
16599         * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
16600         * config/arm/ieee754-df.S: Ditto.
16601         * config/arm/bpabi.S: Ditto.
16602         * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
16603         * config/arm/predicates.md (low_register_operand,
16604         low_reg_or_int_operand, thumb_16bit_operator): New.
16605         (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
16606         (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
16607         * config/arm/t-arm-elf: Add armv7 multilib.
16608         * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
16609         Include thumb2.md.
16610         (UNSPEC_STACK_ALIGN, ce_count): New.
16611         (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
16612         arm_zero_extendsidi2, arm_zero_extendqidi2): New
16613         insns/expanders.
16614         * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
16615         (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
16616         thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
16617         * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
16618         (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
16619         thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
16620         insns.
16621         * doc/extend.texi: Document ARMv7-M interrupt functions.
16622         * doc/invoke.texi: Document Thumb-2 new cores+architectures.
16624 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
16626         * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
16627         (struct _Unwind_Context): Rename args_size to flags, remove
16628         signal_frame field, add a new args_size field and version field.
16629         (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
16630         _Unwind_IsExtendedContext): New inline functions.
16631         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
16632         Assume by_value array is only present if _Unwind_IsExtendedContext.
16633         (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
16634         _Unwind_IsSignalFrame.
16635         (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
16636         (uw_update_context_1): Use _Unwind_SetSignalFrame.
16637         (uw_init_context_1): Initialize context->flags to
16638         EXTENDED_CONTEXT_BIT.
16639         * config/rs6000/linux-unwind.h (frob_update_context): Use
16640         _Unwind_SetSignalFrame.
16642 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
16644         PR middle-end/30353
16645         * gimplify.c (gimplify_modify_expr_complex_part): Move below
16646         tree_to_gimple_tuple.  Call tree_to_gimple_tuple when we need
16647         the value.
16649 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
16651         * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
16652         REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
16653         RET, AT_SP): Remove.
16654         * config/i386/i386.md (*sse_prologue_save_insn): Use return
16655         instead of RET.
16657         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
16658         * cfgbuild.c (find_basic_blocks): Likewise.
16659         * cfgrtl.c (rtl_create_basic_block): Likewise.
16660         * function.c (temp_slots_at_level): Likewise.
16661         * reg-stack.c (stack_regs_mentioned): Likewise.
16662         * regclass.c (allocate_reg_info): Likewise.
16663         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
16664         set_bb_for_stmt, move_block_to_fn): Likewise.
16665         * tree-complex.c (tree_lower_complex): Likewise.
16666         * vec.h (VEC_safe_grow_cleared): New.
16668         * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
16670 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
16672         * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
16673         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
16674         to loop_version.
16675         * cfgloopmanip.c (scale_loop_frequencies): Export.
16676         (loopify): Scale the frequencies by prescribed coefficients.
16677         (set_zero_probability): New function.
16678         (duplicate_loop_to_header_edge): Improve updating of frequencies.
16679         (lv_adjust_loop_entry_edge, loop_version): Set probabilities
16680         and frequencies according to arguments.
16681         * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
16682         correctly.
16683         * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
16684         * modulo-sched.c (sms_schedule): Set probabilities for entering
16685         versioned loop correctly.
16686         * tree-vect-transform.c (vect_transform_loop): Ditto.
16687         * cfgloop.h (loopify, loop_version): Declaration changed.
16688         (scale_loop_frequencies): Declared.
16690 2007-01-02  Jan Hubicka  <jh@suse.cz>
16692         * cgraph.c: Include tree-flow.h
16693         (cgraph_add_new-function): Handle IPA_SSA mode; execute
16694         early_local_passes.
16695         * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
16696         * tree-pass.h (pass_all_early_optimizations): Declare.
16697         * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
16698         early_local_passes.
16699         (cgraph_analyze_function): Do early_local_passes.
16700         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
16701         Do not add referenced vars.
16702         * tree-optimize.c (gate_all_optimizations): Do not execute when not in
16703         SSA form.
16704         (gate_all_early_local_passes): New gate.
16705         (pass_early_local_passes): Use new gate.
16706         (execute_early_local_optimizations): New functions.
16707         (gate_all_early_optimizations): New gate.
16708         (pass_all_early_optimizations): New pass.
16709         (execute_free_datastructures): Free SSA only when initialized.
16710         (gate_init_datastructures): Init only when optimizing.
16711         (tree_lowering_passes): Do early local passes when called late.
16712         * tree-profile.c (do_tree_profiling): Don't profile functions added
16713         late.
16714         (do_early_tree_profiling, pass_early_tree_profile): Kill.
16715         * tree-cfg.c (update_modified_stmts): Do not update when operands are
16716         not active.
16717         * passes.c (init_optimizations_passes): Reorder so we go into SSA
16718         during early_local_passes.
16719         * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
16722 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
16724         * Makefile.in: Update copyright year.
16726 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
16728         * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
16729         in $(lang_checks) and check-consistency targets.
16731 2007-01-02  Jan Hubicka  <jh@suse.cz>
16733         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
16734         Do not add referenced vars.
16735         * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
16736         are not active.
16737         * passes.c (init_optimization_passes): Put mudflap_2 after
16738         free_datastructures.
16740 2007-01-02  Jan Hubicka  <jh@suse.cz>
16742         * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
16743         Set NOTHROW flag on call statements proved to be nothrow.
16744         Update statement of local calls so new pure/const functions are
16745         updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
16746         goto receivers.
16747         (tree_rest_of_compilation): Register hooks and initialize bitmap
16748         early. Do not set after_inlining flag.
16750 2007-01-02  Steve Ellcey  <sje@cup.hp.com>
16752         * sbitmap.c (HOST_BITS_PER_LONG_LONG):  Change to
16753         HOST_BITS_PER_LONGLONG
16755 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16757         PR c/19977
16758         * c-typeck.c (store_init_value): Don't emit pedantic overflow
16759         warning for non-static initializers.
16761 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
16763         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
16764         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
16765         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
16766         Always use set_unique_reg_note to add REG_EQUAL notes.
16768 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
16770         Revert:
16771         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
16773         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
16774         * cfgbuild.c (find_basic_blocks): Likewise.
16775         * cfgrtl.c (rtl_create_basic_block): Likewise.
16776         * function.c (temp_slots_at_level): Likewise.
16777         * reg-stack.c (stack_regs_mentioned): Likewise.
16778         * regclass.c (allocate_reg_info): Likewise.
16779         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
16780         set_bb_for_stmt, move_block_to_fn): Likewise.
16781         * tree-complex.c (tree_lower_complex): Likewise.
16782         * vec.h (VEC_safe_grow_cleared): New.
16784 2007-01-02  Ian Lance Taylor  <iant@google.com>
16786         * c-common.c (c_common_truthvalue_conversion): When warning about
16787         using an assignment as a truth value, set TREE_NO_WARNING.
16789 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
16791         PR middle-end/7651
16792         * c.opt (Wold-style-declaration): New.
16793         * doc/invoke.texi (C-only Warning Options): New.
16794         (Wold-style-declaration): Document it.
16795         (Wextra): Enabled by -Wextra.
16796         * c-opts.c (c_common_post_options): Enabled by -Wextra.
16797         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
16798         -Wold-style-declaration.
16800 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
16802         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
16803         * cfgbuild.c (find_basic_blocks): Likewise.
16804         * cfgrtl.c (rtl_create_basic_block): Likewise.
16805         * function.c (temp_slots_at_level): Likewise.
16806         * reg-stack.c (stack_regs_mentioned): Likewise.
16807         * regclass.c (allocate_reg_info): Likewise.
16808         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
16809         set_bb_for_stmt, move_block_to_fn): Likewise.
16810         * tree-complex.c (tree_lower_complex): Likewise.
16811         * vec.h (VEC_safe_grow_cleared): New.
16813 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
16815         * c-common.c (c_common_nodes_and_builtins): Since variants of
16816         void_type_node get built before it is given a name, we need to
16817         give those variants the name, too.
16818         (complete_array_type): We need to work with the canonical main
16819         type of the array, from which we will build the qualified version.
16820         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
16821         * print-tree.c (print_node): Display canonical type information
16822         for each type.
16823         * stor-layout.c (layout_type): When we don't know the
16824         alignment of a type for which we're building an array, we end up
16825         guessing wrong, so make the type require structural equality.
16826         * tree.c (make_node_stat): When we build a new type, it is its
16827         own canonical type.
16828         (build_type_attribute_qual_variant): When building an attribute
16829         variant, its canonical type is the non-attribute variant. However,
16830         if the attributes are target-dependent and they differ, we need to
16831         use structural equality checks for this type.
16832         (build_qualified_type): A qualified type is not equivalent to its
16833         unqualified variant; set the canonical type appropriately.
16834         (build_distinct_type_copy): When building a distinct type from
16835         another type, the new type is its own canonical type.
16836         (build_variant_type_copy): When building a new type variant, we
16837         assume that it is equivalent to the original type.
16838         (build_pointer_type_for_mode): When building a pointer type, also
16839         build a canonical type pointer.
16840         (build_reference_type_for_mode): When building a reference type,
16841         also build a canonical type reference.
16842         (build_index_type): When we can't hash an index type (e.g.,
16843         because its maximum value is negative), the index type requires
16844         structural equality tests.
16845         (build_array_type): Build the canonical form of an array type.
16846         (build_function_type): Function types require structural equality,
16847         because they contain default arguments, attributes, etc.
16848         (build_method_type_directly): Ditto for method types.
16849         (build_offset_type): Build the canonical offset type.
16850         (build_complex_type): Build the canonical vector type.
16851         (make_vector_type): Build the canonical vector type.
16852         * tree.h (TYPE_CANONICAL): New.
16853         (TYPE_STRUCTURAL_EQUALITY_P): New.
16854         (SET_TYPE_STRUCTURAL_EQUALITY): New.
16855         (struct tree_type): Added "canonical" field.
16856         * params.h (VERIFY_CANONICAL_TYPES): New.
16857         * doc/c-tree.texi (TYPE_CANONICAL): Document.
16858         (TYPE_STRUCTURAL_EQUALITY_P): Document.
16859         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
16860         * doc/invoke.texi (verify-canonical-types): Document --param
16861         parameter for verifying canonical types.
16863 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
16865         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
16866         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
16867         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
16868         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
16869         tm_file.
16870         * config/rs6000/e500.h: New.
16871         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
16872         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
16873         Remove.
16874         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
16875         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
16876         TARGET_E500_DOUBLE): Remove.
16877         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
16878         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
16879         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
16880         * config/rs6000/rs6000.c (rs6000_override_options): Use
16881         CHECK_E500_OPTIONS.
16883 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
16885         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
16886         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
16887         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
16888         rs6000_emit_cmove): Don't check TARGET_E500.
16889         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
16890         sordered): Don't check TARGET_E500.
16892 2007-01-01  Eric Christopher  <echristo@apple.com>
16894         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
16895         HARD_REGISTER_NUM_P.
16897 2007-01-01  Roger Sayle  <roger@eyesopen.com>
16899         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
16900         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
16901         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
16902         eq/ne Y".
16904 2007-01-01  Mike Stump  <mrs@apple.com>
16906         * configure.ac: Remove support for building with Apple's gcc-3.1.
16908 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
16910         PR middle-end/30311
16911         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
16912         REG is a hard register.  Do not modify REG before calling
16913         subreg_nregs.
16914         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
16915         multiple of the size of YMODE for certain lowpart cases.
16917 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
16919         PR middle-end/30253
16920         * gimplify (voidify_wrapper_expr): Update for
16921         GIMPLE_MODIFY_STMT.
16923 2007-01-01  Andreas Schwab  <schwab@suse.de>
16925         PR target/29166
16926         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
16927         save of BR0 in extra_spill_size instead of spill_size.
16928         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
16929         area.
16930         (ia64_expand_epilogue): Restore BR0 from its new location.
16932 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
16934         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
16935         Use a temporary variable if the left hand side is not a gimple
16936         register.
16938 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
16940         * gimplify.c (gimplify_return_expr): Make the temporary variable
16941         for the return expression, a gimple register variable.
16943 2007-01-01  Jan Hubicka  <jh@suse.cz>
16945         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
16946         INSN_LIST.
16948 2007-01-01  Mike Stump  <mrs@apple.com>
16950         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
16951         .literal16.
16952         * config/darwin.c (machopic_select_rtx_section): Use
16953         HAVE_GAS_LITERAL16.
16954         (darwin_mergeable_constant_section): Likewise.
16955         * configure: Regenerate.
16956         * config.in: Regenerate.
16958 2007-01-01  Jan Hubicka  <jh@suse.cz>
16959             Andrew Pinski  <pinskia@gmail.com>
16961         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
16962         before starting IPA passes.