re PR target/46512 (crtstuff.c:563:1: internal compiler error: Segmentation fault)
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
2
3         PR target/46512
4         * config/pa/pa.c (pa_function_arg_boundary): Move TYPE_SIZE accesses
5         under check for type.
6
7 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
8
9         * ifcvt.c (dead_or_predicable): Fix typo.
10
11 2010-11-16  Richard Henderson  <rth@redhat.com>
12
13         * config.gcc [s390*-*] (extra_options): Add fused-madd.opt.
14         * config/s390/s390.opt (mfused-madd): Remove.
15         * config/s390/s390.c (s390_rtx_costs): Handle FMA.
16         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
17         * config/s390/s390.md (fma<DSF>4): Rename from *fmadd<DSF>; use FMA.
18         (fms<DSF>4): Rename from *fmsub<DSF>; use FMA.
19
20 2010-11-16  Richard Henderson  <rth@redhat.com>
21
22         * config.gcc [powerpc*, rs6000*] (extra_options): Add fused-madd.opt.
23         * config/rs6000/rs6000.opt (mfused-madd): Remove.
24         * config/rs6000/altivec.md (altivec_vmaddfp): Remove.
25         (*altivec_vmaddfp_1): Remove.
26         (*altivec_fmav4sf4): Rename from altivec_vmaddfp_2; use FMA.
27         (altivec_mulv4sf3): Expand to FMA directly.
28         (*altivec_vnmsubfp): Rename from altivec_vnmsubfp.
29         (*altivec_vnmsubfp_1, *altivec_vnmsubfp_2): Remove.
30         * config/rs6000/paired.md (paired_madds0): Use FMA.
31         (paired_madds1): Likewise.
32         (*paired_madd): Rename from paired_madd; use FMA.
33         (*paired_msub, *paired_nmadd, *paired_nmsub): Similarly.
34         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
35         consider TARGET_FUSED_MADD wrt rs6000_recip_control.
36         (bdesc_3arg): Update CODE_FOR_* for pattern renames.
37         (rs6000_emit_madd): Use fma_optab.
38         (rs6000_emit_msub): Use fms_optab.
39         (rs6000_emit_nmsub): Expand the FMA pattern directly.
40         * config/rs6000/rs6000.md (FMA_F): New mode iterator.
41         (*fmasf4_fpr): Rename from fmasf4_fpr.
42         (*nfmasf4_fpr): Rename from *fnmasf4_fpr.
43         (*nfmssf4_fpr): Rename from *fnmssf4_fpr.
44         (*fmaddsf4_powerpc, *fmaddsf4_power, *fmsubsf4_powerpc): Remove.
45         (*fmsubsf4_power, *fnmaddsf4_powerpc_1, *fnmaddsf4_powerpc_2): Remove.
46         (*fnmaddsf4_power_1, *fnmaddsf4_power_2, *fnmsubsf4_powerpc_1): Remove.
47         (*fnmsubsf4_powerpc_2, *fnmsubsf4_power_1, *fnmsubsf4_power_2): Remove.
48         (*fmadf4_fpr): Rename from fmadf4_fpr.
49         (*nfmadf4_fpr): Rename from *fnmadf4_fpr.
50         (*nfmsdf4_fpr): Rename from *fnmsdf4_fpr.
51         (*fmadddf4_fpr, *fmsubdf4_fpr, *fnmadddf4_fpr_1): Remove.
52         (*fnmadddf4_fpr_2, *fnmsubdf4_fpr_1, *fnmsubdf4_fpr_2): Remove.
53         (fmasf4, fmadf4): Macroize into...
54         (fma<FMA_F>4): ... here.
55         (fms<FMA_F>4, fnma<FMA_F>4, fnms<FMA_F>4): New.
56         (nfma<FMA_F>4, nfms<FMA_F>4): New.
57         * config/rs6000/vector.md (mul<VEC_F>3): Do not depend on
58         TARGET_FUSED_MADD.
59         * config/rs6000/vsx.md (vsx_fmadd<VSX_B>4): Remove.
60         (*vsx_fmadd<mode>4_1): Remove.
61         (vsx_fmsub<mode>4, *vsx_fmsub<mode>4_1): Remove.
62         (vsx_fnmadd<mode>4_1, vsx_fnmadd<mode>4_2): Remove.
63         (vsx_fnmsub<mode>4_1, vsx_fnmsub<mode>4_2): Remove.
64         (*vsx_fma<mode>4): Rename from vsx_fmadd<mode>4_2.
65         (*vsx_fms<mode>4): Rename from vsx_fmsub<mode>4_2.
66         (*vsx_nfma<mode>4): Rename from vsx_fnmadd<mode>4.
67         (*vsx_nfms<mode>4): Rename from vsx_fnmsub<mode>4.
68
69 2010-11-16  Richard Henderson  <rth@redhat.com>
70
71         * config/pa/pa.md (fmadf4): Rename from unnamed; use FMA.
72         (fmasf4, fnmadf4, fnmasf4): Likewise.
73         (unnamed plus+mult insns and splitters): Delete.
74
75 2010-11-16  Richard Henderson  <rth@redhat.com>
76
77         * config/spu/spu.md (fma<VSF>4): Rename from fma_<VSF>.
78         (fnma<VSF>4): Rename from fnms_<VSF>.
79         (fms<VSF>4): Rename from fms_<VSF>.
80         (fma<VDF>4): Rename from fma_<VDF>.
81         (fms<VDF>4): Rename from fms_<VDF>.
82         (nfma<VDF>4): Rename from fnma_<VDF>.
83         (nfms<VDF>4): Rename from fnms_<VDF>.
84         (fnma<VDF>4, fnms<VDF>4): New expanders.
85         (floatunsdisf2): Update for the renames.
86         (*div<VSF>3_fast, *div<VSF>3_adjusted): Likewise.
87         * config/spu/spu-builtins.def: Update CODE_FOR_* for the renames.
88
89 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
90
91         PR rtl-optimization/46490
92         * combine.c (expand_compound_operation): Fix thinko.
93
94 2010-11-16  Richard Henderson  <rth@redhat.com>
95
96         PR target/46470
97         * recog.c (peep2_attempt): Convert frame-related info when possible.
98         (peep2_fill_buffer): Allow frame-related insns into the buffer.
99         (peephole2_optimize): Allow peep2_attempt to fail.
100
101 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
102
103         PR rtl-optimization/46315
104         * rtl.h (remove_reg_equal_equiv_notes_for_regno): Declare.
105         * rtlanal.c (remove_reg_equal_equiv_notes_for_regno): New function
106         extracted from...
107         * dce.c (delete_corresponding_reg_eq_notes): ...here.  Rename into...
108         (remove_reg_equal_equiv_notes_for_defs): ...this.
109         (delete_unmarked_insns): Adjust to above renaming.
110         * ifcvt.c (dead_or_predicable): Remove REG_EQUAL and REG_EQUIV notes
111         referring to registers set in the insns being moved, if any.
112
113         * df-core.c (df_ref_dump): New function extracted from...
114         (df_refs_chain_dump): ...here.  Call it.
115         (df_regs_chain_dump): Likewise.
116         * df-problems.c (df_chain_dump): Print 'e' for uses in notes.
117         * df-scan.c (df_scan_start_dump): Likewise.  Fix long line.
118
119 2010-11-16  Andreas Schwab  <schwab@linux-m68k.org>
120
121         PR rtl-optimization/46395
122         * postreload.c (reload_combine): Invalidate register use
123         information on all control flow insns.
124
125         * config/m68k/m68k.c (m68k_delegitimize_address): Also expect
126         LABEL_REF in UNSPEC operand.
127
128 2010-11-16  Jan Hubicka  <jh@suse.cz>
129
130         * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;
131         when !flag_toplevel_reorder do not remove unless variable is
132         COMDAT or ARTIFICIAL.
133         * ipa.c (varpool_can_remove_if_no_refs): ... here.
134         (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay.
135         * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too.
136         * varpool.c (decide_is_variable_needed): Do not handle visibility issues.
137         (varpool_finalize_decl): Likewise.
138         (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node; update
139         outdated comment on DECL_RTL_SET_P check.
140
141 2010-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
142
143         * config/sol2.h (NM_FLAGS): Define.
144         * doc/tm.texi.in (Macros for Initialization, NM_FLAGS): Document.
145         * doc/tm.texi: Update.
146
147 2010-11-16  Nick Clifton  <nickc@redhat.com>
148
149         * config/v850/v850.md (maddsf4): Rename to fmasf4 and use fma
150         rtx_code.
151         (msubsf4): Rename to fmssf4, and use fma.
152         (nmaddsf4): Rename to fnmasf4 and use fma.
153         (nmsubsf4): Rename to fnmssf4 and use fma.
154
155 2010-11-16  Joern Rennecke  <amylaar@spamcop.net>
156
157         PR target/44762
158         * config/score/score3.c (score3_return_in_memory): Constify arguments.
159         (score3_in_small_data_p, score3_function_value): Likewise.
160         (score3_trampoline_init): Use LCT_NORMAL.
161         (score3_print_operand): Initialize code as UNKNOWN.
162         * config/score/predicates.md (score_load_multiple_operation):
163         Remove unused variable.
164         (score_store_multiple_operation): Likewise.
165         * config/score/score7.c (score7_return_in_memory): Constify arguments.
166         (score7_in_small_data_p, score7_function_value): Likewise.
167         (score7_trampoline_init): Use LCT_NORMAL.
168         (score7_print_operand): Initialize code as UNKNOWN.
169         * config/score/score3.h (score3_return_in_memory): Update prototype.
170         (score3_in_small_data_p, score3_function_value): Likewise.
171         * config/score/score-protos.h (score_function_value): Likewise.
172         * config/score/score7.h (score7_return_in_memory): Update prototype.
173         (score7_in_small_data_p, score7_function_value): Likewise.
174         * config/score/score.c (TARGET_PROMOTE_PROTOTYPES): Constify.
175         (score_return_in_memory, score_pass_by_reference): Constify arguments.
176         (score_output_mi_thunk, score_function_prologue): Don't return a value.
177         (score_function_epilogue, score_in_small_data_p): Likewise.
178         (score_option_override, score_asm_trampoline_template): Likewise.
179         (score_trampoline_init, score_print_operand): Likewise.
180         (score_print_operand_address, score_prologue): Likewise.
181         (score_epilogue, score_call, score_call_value): Likewise.
182         (score_movsicc, score_movdi, score_zero_extract_andi): Likewise.
183         (score_function_arg_advance): Likewise. Make static.
184         (score_asm_file_end): Mark parameter value with ATTRIBUTE_UNUSED.
185         (score_function_arg, score_legitimate_address_p): Make static.
186         (score_function_value): Mark parameter func with ATTRIBUTE_UNUSED.
187         * config/score/score.h (REGNO_REG_CLASS): Cast value to enum reg_class.
188         * config/score/score-conv.h (UIMM_IN_RANGE, SIMM_IN_RANGE):
189         Allow (W) == HOST_BITS_PER_WIDE_INT.
190
191         PR java/46386
192         * config/pdp11/t-pdp11 (java/constants.o-warn): Remove.
193         * config/t-pnt16-warn (java/constants.o-warn): Likewise.
194
195 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
196
197         * config/arc/arc.c: Delete pasto.
198         * config/pa/pa.c (pa_function_arg_boundary): Add missing comparison.
199
200 2010-11-16  Anatoly Sokolov  <aesok@post.ru>
201
202         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS,
203         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
204         * config/mn10300/mn10300.c (TARGET_PREFERRED_RELOAD_CLASS,
205         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
206         (mn10300_preferred_reload_class,
207         mn10300_preferred_output_reload_class): New functions.
208
209 2010-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
210
211         * gensupport.c (MNEMONIC_ATTR_NAME, MNEMONIC_HTAB_SIZE): New
212         macros.
213         (htab_eq_string, add_mnemonic_string, gen_mnemonic_setattr)
214         (mnemonic_htab_callback, gen_mnemonic_attr): New functions.
215         (init_rtx_reader_args_cb): Invoke gen_mnemonic_attr.
216
217 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
218
219         * builtins.c (std_gimplify_va_arg_expr): Use
220         targetm.calls.function_arg_boundary.
221         * function.c (assign_parms, locate_and_pad_parm): Likewise.
222         * calls.c (struct arg_data): Update comment.
223         * defaults.h (FUNCTION_ARG_BOUNDARY): Delete.
224         * target.def (function_arg_boundary): Define.
225         * targhooks.h (default_function_arg_boundary): Declare.
226         * targhooks.c (default_function_arg_boundary): Define.
227         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Use
228         TARGET_FUNCTION_ARG_BOUNDARY.
229         (FUNCTION_ARG_BOUNDARY): Delete.
230         (TARGET_FUNCTION_ARG_BOUNDARY): New.
231         * doc/tm.texi: Regenerate.
232         * system.h (FUNCTION_ARG_BOUNDARY): Poison.
233         * config/arc/arc.h (FUNCTION_ARG_BOUNDARY): Delete.
234         * config/arc/arc.c (arc_function_arg_boundary): Define.
235         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
236         * config/arm/arm.h (FUNCTION_ARG_BOUNDARY): Delete.
237         * config/arm/arm-protos.h (arm_needs_doubleword_align): Delete.
238         * config/arm/arm.c (arm_needs_doubleword_align): Make static.
239         (arm_function_arg_boundary): Define.
240         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
241         * config/frv/frv.h (FUNCTION_ARG_BOUNDARY): Delete.
242         * config/frv/frv-protos.h (frv_function_arg_boundary): Delete.
243         * config/frv/frv.c (frv_function_arg_boundary): Make static.
244         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
245         * config/i386/i386.h (FUNCTION_ARG_BOUNDARY): Delete.
246         * config/i386/i386-protos.h (ix86_function_arg_boundary): Delete.
247         * config/i386/i386.c (ix86_function_arg_boundary): Make static.
248         (ix86_compat_function_arg_boundary): Take and return unsigned int.
249         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
250         * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Delete.
251         * config/ia64/ia64-protos.h (ia64_function_arg_boundary): Delete.
252         * config/ia64/ia64.c (ia64_function_arg_boundary): Make static.
253         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
254         * config/m32c/m32c.h (FUNCTION_ARG_BOUNDARY): Delete.
255         * config/m32c/m32c.c (m32c_function_arg_boundary): Define.
256         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
257         * config/m32r/m32r.h (FUNCTION_ARG_BOUNDARY): Delete.
258         * config/mcore/mcore.h (FUNCTION_ARG_BOUNDARY): Delete.
259         * config/mcore/mcore.c (mcore_function_arg_boundary): Define.
260         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
261         * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Delete.
262         * config/mips/mips-protos.h (mips_function_arg_boundary): Delete.
263         * config/mips/mips.c (mips_function_arg_boundary): Make static.
264         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
265         * config/pa/pa.h (FUNCTION_ARG_BOUNDARY): Delete.
266         * config/pa/pa.c (pa_function_arg_boundary): Define.
267         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
268         * config/picochip/picochip.h (FUNCTION_ARG_BOUNDARY): Delete.
269         * config/picochip/picochip-protos.h
270         (picochip_get_function_arg_boundary): Delete.
271         * config/picochip/picochip.c (picochip_get_function_arg_boundary):
272         Rename to...
273         (picochip_function_arg_boundary): ...this.  Make static.
274         (picochip_function_arg, picochip_arg_partial_bytes): Adjust.
275         (picochip_arg_advance): Adjust.
276         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
277         * config/rs6000/rs6000.h (FUNCTION_ARG_BOUNDARY): Delete.
278         * config/rs6000/rs6000-protos.h (function_arg_boundary): Delete.
279         * config/rs6000/rs6000.c (function_arg_boundary): Rename to...
280         (rs6000_function_arg_boundary): ...this.  Make static.
281         (rs6000_parm_start, rs6000_gimplify_va_arg): Adjust.
282         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
283         * config/rx/rx.h (FUNCTION_ARG_BOUNDARY): Delete.
284         * config/rx/rx.c (rx_function_arg_boundary): Define.
285         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
286         * config/sparc/sparc.h (FUNCTION_ARG_BOUNDARY): Delete.
287         * config/sparc/sparc.c (sparc_function_arg_boundary): Define.
288         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
289         * config/xtensa/xtensa.h (FUNCTION_ARG_BOUNDARY): Delete.
290         * config/xtensa/xtensa-protos.h (function_arg_boundary): Delete.
291         * config/xtensa/xtensa.c (function_arg_boundary): Rename to...
292         (xtensa_function_arg_boundary): ...this.  Make static.
293         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
294
295 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
296
297         * expr.c (alignment_for_piecewise_move): New function.
298         (widest_int_mode_for_size): New function.
299         (move_by_pieces, move_by_pieces_ninsns): Call them.
300         (can_store_by_pieces, store_by_pieces_1): Likewise.
301
302 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
303
304         * gcc.c (char_p): Define.  Define a VEC of it.
305         (n_linker_options, n_assembler_options, n_preprocessor_options):
306         Delete.
307         (linker_options, assembler_options, preprocessor_options): Convert
308         to a VEC.
309         (add_preprocessor_option): Adjust.
310         (add_assembler_option): Adjust.
311         (add_linker_option): Adjust.
312         (do_specs_vec): New function.
313         (do_spec_1): Call it.  Adjust for new types.
314
315 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
316
317         * Makefile.in (bitmap.o, ebitmap.o, et-forest.o): Update
318         dependencies.
319         (sreal.o, statistics.o, stringpool.o): Likewise.
320
321 2010-11-16  Richard Guenther  <rguenther@suse.de>
322
323         PR tree-optimization/44545
324         * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
325         statements are not reassociatable.
326         (reassociate_bb): Likewise.
327
328 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
329
330         * bitmap.c: Delete unnecessary includes.
331         * ebitmap.c: Likewise.
332         * et-forest.c: Likewise.
333         * sreal.c: Likewise.
334         * statistics.c: Likewise.
335         * stringpool.c: Likewise.
336         * double-int.c: Add comment for inclusion of tm.h.
337
338 2010-11-16  Richard Guenther  <rguenther@suse.de>
339
340         * tree-ssa-sccvn.c (visit_unary_op): Rename to ...
341         (visit_nary_op): ... this.
342         (visit_binary_op): Remove.
343         (visit_use): Adjust and handle GIMPLE_TERNARY_RHS.
344
345 2010-11-16  Richard Guenther  <rguenther@suse.de>
346
347         PR middle-end/45172
348         * tree-eh.c (cleanup_empty_eh_unsplit): Avoid creating duplicate
349         edges.
350
351 2010-11-16  Nick Clifton  <nickc@redhat.com>
352
353         * config/rx/rx.c (rx_is_ms_bitfield_layout): Return false if the
354         record is packed.
355
356 2010-11-15  Richard Henderson  <rth@redhat.com>
357
358         * fold-const.c (operand_equal_for_comparison_p): Handle FMA_EXPR,
359         WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR, VEC_COND_EXPR,
360         DOT_PROD_EXPR.
361
362 2010-11-15  Richard Henderson  <rth@redhat.com>
363
364         * config/mn10300/mn10300.md (fmasf4, fmssf4, fnmasf4, fnmssf4): Rename
365         from fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4 respectively.  Use
366         fma rtx_code.
367
368 2010-11-15  Richard Henderson  <rth@redhat.com>
369
370         * config/frv/frv.md (fmasf4, fmssf4): Rename from *muladdsf4
371         and *mulsubsf4 respectively.  Use fma rtx_code.
372
373 2010-11-15  Joseph Myers  <joseph@codesourcery.com>
374
375         * gcc.c: Include "vec.h".
376         (argbuf): Make into a VEC.
377         (argbuf_length, argbuf_index): Remove.
378         (alloc_args, clear_args, store_arg, execute, insert_wrapper,
379         do_spec, do_self_spec, do_spec_1, eval_spec_function, main,
380         compare_debug_dump_opt_spec_function: Use VEC interfaces on
381         argbuf.
382         * Makefile.in (GCC_OBJS): Add vec.o and ggc-none.o.
383         (gcc.o): Depend on $(VEC_H).
384
385 2010-11-15  Richard Henderson  <rth@redhat.com>
386
387         * loop-unroll.c (analyze_insn_to_expand_var): Accept accumulation
388         via FMA if unsafe math.
389         (insert_var_expansion_initialization): Handle FMA.
390         (combine_var_copies_in_loop_exit): Likewise.
391
392 2010-11-15  Richard Henderson  <rth@redhat.com>
393
394         * config.gcc [ia64-*] (extra_options): Add fused-madd.opt.
395         * config/ia64/ia64.opt: Remove mfused-madd.
396         * config/ia64/ia64.c (ia64_rtx_costs): Handle FP MULT, PLUS, FMA.
397         * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_FUSED_MADD.
398         * config/ia64/vms64.h (TARGET_DEFAULT): Likewise.
399         * config/ia64/ia64.h (TARGET_DEFAULT): Likewise.
400         * config/ia64/hpux.h (TARGET_DEFAULT): Likewise.
401         * config/ia64/vect.md (addv2sf3, subv2sf3): Generate FMA.
402         (*addv2sf3_1, *addv2sf3_2, *subv2sf3_1, *subv2sf3_2): Remove.
403         (fmav2sf4): Rename from fpma; use FMA code.
404         (fmsv2sf4): Rename from fpms; use FMA code.
405         (fnmav2sf4): Rename from *fpnma; use FMA code.
406         * config/ia64/ia64.md (MODE_SDF): New iterator.
407         (suffix): New mode attribute.
408         (*maddsf4, *msubsf4, *nmaddsf4): Remove.
409         (fmssf4): Rename from *fmssf4.
410         (fnmasf4): Rename from *nfmasf4.
411         (*madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc): Remove.
412         (*nmadddf4, *nmadddf4_truncsf): Remove.
413         (fmsdf4): Rename from *fmsdf4.
414         (fnmadf4): Rename from *nfmadf4.
415         (*fmadf_trunc_sf, *fmsdf_trunc_sf, *fnmadf_trunc_sf): New.
416         (*maddxf4, *maddxf4_truncsf, *maddxf4_truncdf): Remove.
417         (*msubxf4, *msubxf4_truncsf, *msubxf4_truncdf): Remove.
418         (*nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf): Remove.
419         (fmsxf4): Rename from *fmsxf4.
420         (fnmaxf4): Rename from *nfmaxf4.
421         (*fmaxf_trunc_<MODE_SDF>, *fmsxf_trunc_<MODE_SDF>): New.
422         (*fnmaxf_trunc_<MODE_SDF>): New.
423
424 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
425
426         PR tree-optimization/46461
427         * tree-ssa-forwprop.c (simplify_builtin_call): Ensure ptr1 is
428         a gimple val.
429
430 2010-11-15  Ian Lance Taylor  <iant@google.com>
431
432         * godump.c: New file.
433         * common.opt (fdump-go-spec=): New option.
434         * tree.h: Add comments for TYPE_SYMTAB_ADDRESS and friends.
435         (TYPE_SYMTAB_IS_ADDRESS, TYPE_SYMTAB_IS_POINTER): Define.
436         (TYPE_SYMTAB_IS_DIE): Define.
437         (struct tree_type): Change GTY for symtab field to use
438         TYPE_SYMTAB_IS_ADDRESS and friends and to use a debug_hooks field
439         to pick the union field.
440         * debug.h (struct gcc_debug_hooks): Add tree_type_symtab_field.
441         (dump_go_spec_init): Declare.
442         * toplev.c (process_options): Handle flag_dump_go_spec.
443         * debug.c: Include "tree.h".
444         (do_nothing_debug_hooks): Set tree_type_symtab_field.
445         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
446         * dbxout.c (dbx_debug_hooks): Likewise.
447         (xcoff_debug_hooks): Likewise.
448         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
449         * sdbout.c (sdb_debug_hooks): Likewise.  Do not define if
450         SDB_DEBUGGING_INFO is not defined.
451         * doc/invoke.texi (Option Summary): Mention -fdump-go-spec.
452         (Overall Options): Document -fdump-go-spec.
453         * Makefile.in (OBJS-common): Add godump.o.
454         (debug.o): Add dependency on $(TREE_H).
455         (godump.o): New target.
456         (GTFILES): Add $(srcdir)/godump.c.
457
458 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
459
460         PR debug/46095
461         * config/i386/i386.c (pro_epilogue_adjust_stack): Instead of
462         marking r11 set RTX_FRAME_RELATED_P if offset is too large for
463         style < 0, add REG_FRAME_RELATED_EXPR.
464
465         PR debug/46387
466         * rtl.h (vt_equate_reg_base_value): New prototype.
467         * alias.c (vt_equate_reg_base_value): New function.
468         * var-tracking.c (vt_init_cfa_base): Use it.
469
470 2010-11-15  Jan Hubicka  <jh@suse.cz>
471             Diego Novillo  <dnovillo@google.com>
472
473         PR lto/41528
474         * doc/lto.texi: Add.
475         * doc/gccint.texi: Add reference to lto.texi.
476         * doc/invoke.texi: Update user documentation for LTO.
477         Move internal flags to lto.texi
478
479 2010-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>
480
481         * c-typeck.c (build_unary_op): Use
482         objc_build_incr_expr_for_property_ref to build the pre/post
483         increment/decrement of an Objective-C property ref, and skip the
484         lvalue_or_else check in that case.
485
486 2010-11-15  Martin Jambor  <mjambor@suse.cz>
487
488         PR tree-optimization/46349
489         * tree-sra.c (contains_bitfld_comp_ref_p): New function.
490         (contains_vce_or_bfcref_p): Likewise.
491         (sra_modify_assign): Use them.
492
493 2010-11-15  Richard Guenther  <rguenther@suse.de>
494
495         PR tree-optimization/46467
496         * tree-ssa-structalias.c (do_structure_copy): Properly treat
497         variables without subvars.
498
499 2010-11-15  Hariharan Sandanagobalane  <hariharan@picochip.com>
500
501         * config/picochip/picochip.c (file header): Picochip name change.
502         * config/picochip/picochip.md (file header): Likewise.
503         * config/picochip/predicates.md (file header): Likewise.
504         * config/picochip/dfa_space.md (file header): Likewise.
505         * config/picochip/dfa_speed.md (file header): Likewise.
506         * config/picochip/picochip.h(file header): Likewise.
507         * config/picochip/constraints.md (file header): Likewise.
508         * config/picochip/picochip-protos.h (file header): Likewise.
509         * config/picochip/libgccExtras/setjmp.asm (file header): Likewise.
510         * config/picochip/libgccExtras/divmodsi4.asm (file header): Likewise.
511         * config/picochip/libgccExtras/ashlsi3.asm (file header): Likewise.
512         * config/picochip/libgccExtras/longjmp.asm (file header): Likewise.
513         * config/picochip/libgccExtras/ashlsi3.c (file header): Likewise.
514         * config/picochip/libgccExtras/popcounthi2.asm (file header): Likewise.
515         * config/picochip/libgccExtras/parityhi2.asm (file header): Likewise.
516         * config/picochip/libgccExtras/udivmodhi4.asm (file header): Likewise.
517         * config/picochip/libgccExtras/ashrsi3.asm (file header): Likewise.
518         * config/picochip/libgccExtras/ashrsi3.c (file header): Likewise.
519         * config/picochip/libgccExtras/ucmpsi2.asm (file header): Likewise.
520         * config/picochip/libgccExtras/divmodhi4.asm (file header): Likewise.
521         * config/picochip/libgccExtras/lshrsi3.asm (file header): Likewise.
522         * config/picochip/libgccExtras/subdi3.asm (file header): Likewise.
523
524 2010-11-15  Richard Guenther  <rguenther@suse.de>
525
526         PR bootstrap/46474
527         * tree-ssa-math-opts.c (convert_mult_to_fma): Disregard debug stmts.
528
529 2010-11-15  Nick Clifton  <nickc@redhat.com>
530
531         * config/stormy16/stormy16.c (direct_return): Do not generate a
532         direct return for interrupt handlers.
533
534 2010-11-15  Joern Rennecke  <amylaar@spamcop.net>
535
536         * Makefile.in (tm.texi): Replace with rule for:
537         ($(srcdir)/doc/tm.texi).
538         (s-tm-texi): Depend on $(srcdir)/doc/../doc/tm.texi instead of on
539         $(srcdir)/doc/tm.texi .
540         (TEXI_GCCINT_FILES): Depend on $(srcdir)/doc/tm.texi instead of on
541         tm.texi .
542
543         PR target/46427
544         * config/m32r/m32r.c: Remove unused variables frame_size and insn.
545
546         PR bootstrap/45444
547         * config/arm/arm.c (locate_neon_builtin_icode): Initialize key.
548         (arm_output_asm_insn) Add ATTRIBUTE_PRINTF_4.
549
550         PR target/46432
551         * config/v850/v850.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
552
553 2010-11-15  Richard Guenther  <rguenther@suse.de>
554
555         PR lto/44150
556         * lto-opts.c (lto_write_options): Write -fexceptions even if
557         not set by the user.
558
559 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
560
561         PR c/46462
562         * c-decl.c (declspecs_add_type): Make variables with error types
563         integers.
564         * c-parser.c (c_parser_next_tokens_start_declaration): Two IDs
565         do not start a declaration before an Objective-C foreach.
566         (c_parser_declaration_or_fndef): Improve recovery after unknown
567         type name.
568         (c_parser_for_statement): Hoist entrance of "foreach context"
569         before ifs, add corresponding reset where it was missing.  Do
570         not set objc_could_be_foreach_context for C.
571
572 2010-11-14  Eric Botcazou  <ebotcazou@adacore.com>
573
574         PR tree-optimization/45722
575         * tree-sra.c (build_ref_for_model): Always build a COMPONENT_REF if
576         this is a reference to a component.
577         * ipa-prop.c (ipa_get_member_ptr_load_param): Accept COMPONENT_REF.
578         (ipa_note_param_call): Adjust comment.
579
580 2010-11-14  Richard Sandiford  <rdsandiford@googlemail.com>
581
582         * config/mips/mips.c (machine_function): Remove
583         initialized_mips16_gp_pseudo_p.
584         (mips16_gp_pseudo_reg): Use cfun->machine->mips16_gp_pseudo_rtx to
585         detect whether a pseudo has already been created.  Unconditionally
586         create a new one if not.
587         (mips_pic_base_register): Only call mips16_gp_pseudo_reg when
588         expanding to rtl.  Create a new pseudo otherwise, if allowed.
589
590 2010-11-13  Richard Earnshaw  <rearnsha@arm.com>
591
592         PR target/43440
593         * tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.
594         * tm.texi: Regenerated.
595         * output.h (decode_reg_name_and_count): Declare.
596         * varasm.c (decode_reg_name_and_count): New function.
597         (decode_reg_name): Reimplement using decode_reg_name_and_count.
598         * reginfo.c (fix_register): Use decode_reg_name_and_count and
599         iterate over all regs used.
600         * stmt.c (expand_asm_operands): Likewise.
601         * arm/aout.h (OVERLAPPING_REGISTER_NAMES): Define.
602         (ADDITIONAL_REGISTER_NAMES): Remove aliases that overlap
603         multiple machine registers.
604
605 2010-11-13  Eric Botcazou  <ebotcazou@adacore.com>
606
607         * stor-layout.c (place_union_field): Do not put location information
608         on offset expressions.
609         (place_field): Likewise.
610         (finalize_record_size): Likewise on size expressions.
611         (finalize_type_size): Likewise.
612         (layout_type): Likewise.
613
614 2010-11-13  Alexandre Oliva  <aoliva@redhat.com>
615
616         PR debug/42889
617         * df-scan.c (df_insn_rescan): Don't mark BBs upon debug insns.
618         * df-core.c (df_set_bb_dirty_nonrl): Remove.
619         * df.h (df_set_bb_dirty_nonlr): Likewise.
620
621 2010-11-13  Uros Bizjak  <ubizjak@gmail.com>
622
623         * config/mips/mips.md (call_internal): Pass curr_insn to
624         mips_split_call.
625         (call_internal_direct): Ditto.
626         (call_value_internal): Ditto.
627         (call_value_internal_direct): Ditto.
628         (call_value_multiple_internal): Ditto.
629         * config/mips/mips.c (mips_split_call): Do not copy
630         CALL_INSN_FUNCTION_USAGE here.
631
632 2010-11-13  Mingming Sun  <mingm.sun@gmail.com>
633
634         * doc/invoke.texi (MIPS Options): Add loongson3a processor.
635         * config/mips/mips.md (define_attr "cpu"): Add loongson_3a.
636         (define_insn "prefetch"): Add TARGET_LOONGSON_3A.
637         * config/mips/mips.h (TARGET_LOONGSON_3A): Define.
638         (TUNE_LOONGSON_3A): Define.
639         (TARGET_LOONGSON_VECTORS): Add TARGET_LOONGSON_3A.
640         (MIPS_ISA_LEVEL_SPEC): Add loongson3a.
641         * config/mips/mips.c (mips_cpu_info_table): Add loongson3a.
642         (mips_issue_rate): Add PROCESSOR_LOONGSON_3A.
643         (mips_rtx_cost_data): Add Loongson-3A.
644
645 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
646
647         * config/darwin.h (LINK_COMMAND_SPEC_A): Update for changes to lto
648         switches.
649
650 2010-11-13  Iain Sandoe  <iains@gcc.gnu.org>
651
652         * dwarf2out.c (macinfo_entry): New struct.
653         (output_comp_unit): Emit the section start label here and flag that we
654         will emit an info section.
655         (dwarf2out_start_source_file): Save data in a macinfo entry rather than
656         emitting directly.
657         (dwarf2out_end_source_file): Likewise.
658         (dwarf2out_define): Likewise.
659         (dwarf2out_undef): Likewise.
660         (output_macinfo): New.
661         (dwarf2out_init): Do not emit debug section switches here, allocate a
662         vec for macinfo, when required.
663         (dwarf2out_finish): First switch to debug_abbrev_section here.
664         debug_line_section,  debug_macinfo_section, Likewise.
665         Check that the pubtypes table has at least one unpruned entry before
666         trying to emit it.
667
668 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
669
670         PR c/20385
671         * c-parser.c (c_parser_next_token_starts_declaration): Rename to...
672         (c_parser_next_tokens_start_declaration): ... this.  Handle 2nd
673         token lookahead.
674         (c_parser_compound_statement_nostart, c_parser_label,
675         c_parser_for_statement, c_parser_omp_for_loop): Adjust calls.
676         (c_parser_declaration_or_fndef): Detect the case now matched by
677         c_parser_next_tokens_start_declaration, give error and correct it.
678
679 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
680
681         * c-tree.h (enum c_typespec_kind): Add ctsk_none.
682         (struct c_declspecs): Replace tagdef_seen_p and type_seen_p
683         with typespec_kind.
684         * c-decl.c (build_null_declspecs): Initialize typespec_kind.
685         (shadow_tag_warned, check_compound_literal_type): Adjust
686         uses of tag_defined_p.
687         (declspecs_add_type): Set typespec_kind.
688         * c-parser.c (c_parser_declaration_or_fndef,
689         c_parser_declspecs, c_parser_struct_declaration,
690         c_parser_parameter_declaration, c_parser_type_name,
691         c_parser_objc_diagnose_bad_element_prefix): Adjust uses
692         of type_seen_p.
693         * c-typeck.c (c_cast_expr): Use typespec_kind instead of
694         tag_defined_p, pass ctsk_firstref through.
695
696 2010-11-13  Paolo Bonzini  <bonzini@gnu.org>
697
698         * c-format.c (enum format_specifier_kind, kind_descriptions): New.
699         (struct format_wanted_type): Replace field "name" with "kind", add
700         "format_start" and "format_length".
701         (check_format_info_main): Fill in new fields.  Fill in
702         FORMAT_WANTED_TYPES even for missing arguments.  Move checks
703         after the final NUL outside the while loop.  Do not include
704         width and precision modifiers in the format_start/format_length
705         of the main format.
706         (check_format_types): Remove FORMAT_START and FORMAT_LENGTH
707         arguments.  Compute WANTED_TYPE first so that format_type_warning
708         can be called for missing arguments.  Adjust calls to
709         format_type_warning.
710         (format_type_warning): Fetch as much information as possible
711         from format_wanted_type.  Adjust printing now that every
712         warning has a "descr", as well as for missing argument warnings
713         and to include % sign for format specifiers.
714
715 2010-11-12  Alexander Monakov  <amonakov@ispras.ru>
716
717         PR rtl-optimization/46204
718         * sel-sched-ir.c (maybe_tidy_empty_bb): Remove second argument.
719         Update all callers.  Do not recompute topological order.  Adjust
720         fallthrough edges following a degenerate conditional jump.
721
722 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
723
724         * opts-common.c (control_warning_option): New.
725         * opts.c (set_default_handlers): New.
726         (decode_options): Use set_default_handlers and
727         control_warning_option.
728         (common_handle_option): Update call to enable_warning_as_error.
729         (enable_warning_as_error): Take gcc_options parameters.  Use
730         control_warning_option.
731         * opts.h (set_default_handlers, control_warning_option): Declare.
732
733 2010-11-12  Joseph Myers  <joseph@codesourcery.com>
734
735         * Makefile.in (OPTS_H): Define.
736         (c-decl.o, c-family/c-common.o, c-family/c-opts.o,
737         c-family/c-pch.o, c-family/c-pragma.o, gcc.o, gccspec.o,
738         cppspec.o, options.o, gcc-options.o, lto-opts.o, opts.o,
739         opts-common.o, toplev.o, passes.o, matrix-reorg.o,
740         ipa-struct-reorg.o, PLUGIN_HEADERS): Use $(OPTS_H).
741         * gcc.c (driver_handle_option): Take location_t parameter.
742         (process_command, do_self_spec): Update calls to
743         read_cmdline_option.
744         * langhooks-def.h (lhd_handle_option): Take location_t parameter.
745         * langhooks.c (lhd_handle_option): Take location_t parameter.
746         * langhooks.h (handle_option): Take location_t parameter.
747         * lto-opts.c (lto_reissue_options): Update call to set_option.
748         * opts-common.c (handle_option): Make static.  Take location_t
749         parameter and pass it to other functions.
750         (handle_generated_option): Take location_t parameter and pass it
751         to other functions.
752         (read_cmdline_option): Take location_t parameter and pass it to
753         other functions.  Use warning_at and error_at.
754         (set_option): Take location_t parameter and pass it to other
755         functions.
756         * opts.c (common_handle_option): Take location_t parameter and
757         pass it to other functions.
758         (enable_warning_as_error): Make static.  Take location_t parameter
759         and pass it to other functions.
760         (lang_handle_option): Take location_t parameter and pass it to
761         other functions.
762         (target_handle_option): Take location_t parameter.
763         (read_cmdline_options, maybe_default_option,
764         maybe_default_options, default_options_optimization,
765         decode_options): Take location_t parameter and pass it to other
766         functions.
767         * opts.h: Include input.h.
768         (struct cl_option_handler_func, decode_options, set_option,
769         handle_generated_option, read_cmdline_option): Take location_t
770         parameters.
771         (handle_option, enable_warning_as_error): Remove.
772         * toplev.c (toplev_main): Update call to decode_options.
773
774 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
775
776         * graphite-cloog-util.c (oppose_constraint,
777         cloog_matrix_to_ppl_constraint,
778         new_Constraint_System_from_Cloog_Matrix): Explicitly cast to int as
779         CLooG isl uses unsigned integers.  This triggered a warning.
780
781 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
782
783         PR target/46438
784         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Use LCT_NORMAL.
785         (xtensa_setup_frame_addresses, xtensa_trampoline_init): Likewise.
786         (xtensa_function_arg_1): De-constify cum.
787         (xtensa_expand_prologue): Use add_reg_note.
788
789         PR target/46435
790         * config/cris/cris.c (saved_regs_mentioned): Delete.
791         (cris_reload_address_legitimized): Cast itype to enum reload_type.
792         Remove unused variable op0p.
793         (cris_rtx_costs): Cast argument 2 to rtx_cost to enum rtx_code.
794         (cris_emit_movem_store): Use add_reg_note.
795
796         PR bootstrap/46456
797         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Split assert.
798
799 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
800
801         * function.c (expand_function_end): Set the locator of the prologue on
802         the stack checking insns.
803
804 2010-11-12  Richard Henderson  <rth@redhat.com>
805
806         * config.gcc [xtensa] (extra_options): Add fused-madd.opt.
807         * config/xtensa/xtensa.opt (mfused-madd): Remove.
808         * config/xtensa/xtensa.c (TARGET_DEFAULT_TARGET_FLAGS): Remove
809         MASK_FUSED_MADD.
810         * config/xtensa/xtensa.md (fmasf4): Rename from muladdsf3; use fma.
811         (fnmasf4): Rename from mulsubsf3; use fma.
812
813 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
814             Richard Henderson  <rth@redhat.com>
815
816         PR target/46428
817         * config/moxie/moxie.c (moxie_expand_prologue): Remove unused variables.
818         * config/moxie/moxie.h (HARD_REGNO_OK_FOR_BASE_P): Use unsigned
819         comparison.
820
821 2010-11-12  Pat Haugen  <pthaugen@us.ibm.com>
822
823         * opts-common.c (decode_cmdline_option): Initialize separate_args.
824
825 2010-11-12  Jan Hubicka  <jh@suse.cz>
826
827         * doc/invoke.texi (early-inlining-insns): Update default.
828         * params.def (early-inlining-insns): Default to 10.
829
830 2010-11-12  Olivier Hainque  <hainque@adacore.com>
831
832         * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
833
834 2010-11-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
835
836         * config/mips/iris6.h [!IRIX_USING_GNU_LD]
837         (SUPPORTS_INIT_PRIORITY): Define.
838
839 2010-11-12  Joern Rennecke  <amylaar@spamcop.net>
840
841         PR target/46430
842         * config/avr/avr-protos.h (avr_return_addr_rtx): Update prototype.
843         * config/avr/driver-avr.c (avr_device_to_arch): Always return value.
844         (avr_device_to_data_start, avr_device_to_startfiles): Likewise.
845         (avr_device_to_devicelib): Likewise.
846         * config/avr/avr.md (zero_extendqihi2): Put variable declarations
847         into block.
848         (zero_extendqisi2, zero_extendhisi2, zero_extendqidi2): Likewise.
849         (zero_extendhidi2, zero_extendsidi2): Likewise.
850         * config/avr/avr.c (avr_num_arg_regs): Constify type.
851         (avr_return_addr_rtx): De-constify tem.
852         (avr_rotate_bytes): Move declarations to start of block.
853         Don't use variable length array.
854         Put nested if/else into block.
855
856         PR rtl-optimization/46433
857         * var-tracking.c: Include tm_p.h .
858
859         PR bootstrap/44756
860         PR build/44767
861         * doc/tm.texi.in (LOCAL_ALIGNMENT): State that the type, if any,
862         should be unsigned.
863         (STACK_SLOT_ALIGNMENT, LOCAL_DECL_ALIGNMENT, PUSH_ROUNDING): Likewise.
864         * doc/tm.texi: Regenerate.
865
866         PR target/46412
867         * config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
868         * config/bfin/bfin.c: Include sel-sched.h .
869         (bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
870         (expand_interrupt_handler_prologue): Remove unused variable insn.
871         (bfin_load_pic_reg): Likewise.
872         (bfin_rtx_costs): Make code / outer_code variables of type
873         enum rtx_code, copied from re-named parameters.
874         (bfin_local_alignment): Change align argument and return type
875         to unsigned.
876         (bfin_adjust_cost): Remove unused variable insn_type.
877         Declare variables at start of block.
878         (struct loop_info): Rename to...
879         (struct loop_info_d).
880         (workaround_rts_anomaly): Change type of icode to int.
881         (harmless_null_pointer_p): Cast REGNO (..) to int before comparison
882         with int-typed variable.
883         (note_np_check_stores): Likewise.
884         (trapping_loads_p): Remove unused variable pat.
885         (bfin_expand_binop_builtin): Use expand_normal.
886         (bfin_expand_unop_builtin): Likewise.
887         (bfin_expand_builtin): Likewise.
888         Set tmode before use.
889
890         PR middle-end/44769
891         * final.c (split_double): Don't use BITS_PER_WORD directly in
892         shift count.
893
894         PR target/46431
895         * config/fr30/fr30.md (*movsf_constant_store): Remove duplicated
896         assignment.
897
898         PR target/46450
899         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
900         Use add_reg_note.
901         (xstormy16_function_arg): Dereference cum.
902         (xstormy16_expand_builtin): Use expand_normal.
903         Change type of omode to enum machine_mode.
904         (combine_bnp): Rename and to and_insn.
905
906         PR target/46437
907         * config/mcore/mcore.c (layout_mcore_frame): Remove unused variable
908         localreg.
909
910 2010-11-12  Eric Botcazou  <ebotcazou@adacore.com>
911
912         PR debug/46375
913         * emit-rtl.c (remove_insn): Do not mark BBs upon debug insns.
914
915 2010-11-11  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
916
917         PR lto/46376
918         * lto-symtab.c (lto_symtab_resolve_replaceable_p): Use DECL_ONE_ONLY.
919
920 2010-11-11  Nathan Froyd  <froydnj@codesourcery.com>
921
922         PR c/44782
923         * common.opt (fmax-errors=): New option.
924         * opts.c (common_handle_option) [OPT_fmax_errors_]: Handle it.
925         * diagnostic.h (struct diagnostic_context): Add max_errors field.
926         * diagnostic.c (diagnostic_initialize): Initialize it.
927         (diagnostic_action_after_output): Exit if more than max_errors
928         have been output.
929         * doc/invoke.texi (Warning Options): Add -fmax-errors.
930         (-fmax-errors): Document.
931
932 2010-11-11  Richard Henderson  <rth@redhat.com>
933
934         * optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
935
936 2010-11-11  Richard Henderson  <rth@redhat.com>
937
938         * config/fused-madd.opt: New file.
939         * config.gcc [i386-*, x86_64-*] (extra_options): Use it.
940         * config/i386/i386.c (ix86_extra_costs): Handle FMA.
941         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
942         * config/i386/i386.opt (mfused-madd): Remove.
943         * config/i386/sse.md (split_fma): Remove.
944         (split_fms, split_fnma, split_fnms): Remove.
945
946 2010-11-12  Jakub Jelinek  <jakub@redhat.com>
947
948         PR target/46088
949         * config/i386/i386.md (*ashl<mode>3_cconly,
950         *<shiftrt_insn><mode>3_cconly): Don't use ix86_binary_operator_ok,
951         change nonimmediate_operand predicate to register_operand.
952
953 2010-11-11  Paolo Bonzini  <bonzini@gnu.org>
954
955         * Makefile.in (gengtype-lex.c): Include bconfig.h first.
956
957 2010-11-11  Jan Hubicka  <jh@suse.cz>
958
959         * opts.c (finish_options): Do not error on -flto-partition alone.
960
961         * doc/invoke.texi (-fwhopr): Merge into -flto section.
962         (-flto-partition): Document none.
963         * gcc.c (LINK_COMMAND_SPEC): Remove -fwhopr.
964         * lto-wrapper.c: Update comment.
965         (run_gcc): Update LTO option parsing.
966         * opts.c (finish_options): add support -flto-partition=none
967         (common_handle_option): Remove fwhopr.
968         * common.opt: Turn fwhopr into flto.
969         * collect2.c (main): Update option handling.
970         * cgraphunit.c (cgraph_decide_is_function_needed): Remove flag_whopr.
971         * ipa-split.c (execute_split_functions): Remove flag_whopr.
972         * ipa.c (function_and_variable_visibility): Remove flag_whopr.
973         * ipa-prop.c (ipa_compute_jump_functions): Remove flag_whopr.
974         * varpool.c (decide_is_variable_needed): Remove flag_whopr.
975
976 2010-11-11  Jan Hubicka  <jh@suse.cz>
977
978         PR tree-optimize/40436
979         * ipa-inline.c (likely_eliminated_by_inlining_p): Rename to ...
980         (eliminated_by_inlining_prob): ... this one; return 50% probability for
981         SRA.
982         (estimate_function_body_sizes): Update use of eliminated_by_inlining_prob;
983         estimate static function size for 2 instructions.
984
985 2010-11-11  Joern Rennecke  <amylaar@spamcop.net>
986
987         PR target/44749
988         * config/mep/mep-protos.h (mep_legitimize_reload_address): Always
989         declare.  Change type of argument four to type int.
990         (mep_secondary_input_reload_class): Returns enum reg_class.
991         (mep_secondary_output_reload_class): Likewise.
992         (mep_function_value): Change types of arguments to cont_tree.
993         * config/mep/mep.c (mep_legitimize_reload_address): Change type of
994         argument four to type int.
995         (mep_secondary_input_reload_class): Returns enum reg_class.
996         (mep_secondary_output_reload_class): Likewise.
997         (mep_function_value): Change types of arguments to cont_tree.
998         * config/mep/mep.h (REGNO_REG_CLASS): Cast return value of
999         mep_regno_reg_class to enum reg_class.
1000
1001 2010-11-11  Richard Henderson  <rth@redhat.com>
1002
1003         * tree-ssa-math-opts.c (convert_mult_to_fma): Do not verify
1004         that the target has the exact fma operation that we matched.
1005
1006 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
1007
1008         * reginfo.c (fix_register): Avoid inserting English word in
1009         diagnostic sentence.  Use %qs for quoting and %'.
1010
1011 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
1012
1013         * config/i386/driver-i386.c (host_detect_local_cpu): Support
1014         Intel processor family 6, model 0x2c.
1015
1016 2010-11-11  Joseph Myers  <joseph@codesourcery.com>
1017
1018         * opts.c (warning_as_error_callback,
1019         register_warning_as_error_callback): Remove.
1020         (enable_warning_as_error): Don't use warning_as_error_callback.
1021         * opts.h (register_warning_as_error_callback): Remove.
1022
1023 2010-11-11  Richard Henderson  <rth@redhat.com>
1024
1025         * tree-ssa-math-opts.c (convert_mult_to_fma): Handle a NEGATE_EXPR
1026         in between the MULT and the PLUS/MINUS.
1027
1028 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
1029
1030         PR middle-end/46388
1031         * expr.c (expand_assignment): If to_rtx is a VOIDmode MEM, use
1032         BLKmode mode for it.
1033         (expand_expr_real_1): Similarly for op0.
1034
1035 2010-11-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1036
1037         * doc/sourcebuild.texi (LTO Testing, dg-suppress-ld-options):
1038         Document optional target selector.
1039
1040 2010-11-11  Dave Korn  <dave.korn.cygwin@gmail.com>
1041
1042         * lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
1043         assembling high and low parts of size if not using 32-bit HWINT; else
1044         use DECL_SIZE_UNITS, not DECL_SIZE.
1045
1046 2010-11-11  Martin Jambor  <mjambor@suse.cz>
1047
1048         PR tree-optimization/46383
1049         * ipa-prop.c (compute_complex_assign_jump_func): Ignore negative
1050         offsets.
1051         (compute_complex_ancestor_jump_func): Likewise.
1052         * tree.c (get_binfo_at_offset): Return NULL_TREE if offset is negative.
1053
1054 2010-11-11  Jakub Jelinek  <jakub@redhat.com>
1055
1056         PR debug/46150
1057         * tree-ssa-loop-ivopts.c (htab_inv_expr_eq): Don't return
1058         true if expr1->hash != expr2->hash.
1059
1060 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
1061
1062         * cfgloop.c (verify_loop_structure): Use %' in diagnostics.  Start
1063         diagnostics with lowercase letters.
1064         * cgraphunit.c (verify_cgraph_node): Start diagnostics with
1065         lowercase letters.
1066         * collect2.c (maybe_run_lto_and_relink): Remove trailing '.' from
1067         diagnostic.
1068         * config/alpha/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
1069         * config/arm/arm.c (arm_get_pcs_model): Start diagnostics with
1070         lowercase letters.
1071         * config/arm/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
1072         Remove trailing ' ' from diagnostic.
1073         * config/avr/avr.c (print_operand_address): Start diagnostic with
1074         a lowercase letter and remove trailing '.'.
1075         * config/avr/avr.opt (mpmem-wrap-around): Fix typo in help text.
1076         * config/bfin/bfin.c (bfin_option_override): Start diagnostics
1077         with lowercase letters.  Use %' in diagnostics.  Remove trailing
1078         '.' from diagnostics.
1079         (bfin_handle_longcall_attribute): Use %' in diagnostic.
1080         * config/cris/cris.c (cris_split_movdx,
1081         cris_expand_pic_call_address): Start diagnostics with lowercase
1082         letters.
1083         (cris_asm_output_label_ref): Use %' in diagnostic.
1084         * config/cris/cris.h (ASM_SPEC): Start diagnostic with a lowercase
1085         letter.
1086         * config/crx/crx.h (FUNCTION_PROFILER): Start diagnostic with a
1087         lowercase letter.
1088         * config/darwin-c.c (version_as_macro): Start diagnostic with a
1089         lowercase letter.
1090         * config/darwin-driver.c (darwin_default_min_version): Use %' in
1091         diagnostic.
1092         * config/host-darwin.c (darwin_gt_pch_use_address): Use %' in
1093         diagnostic.
1094         * config/i386/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
1095         * config/i386/host-cygwin.c (cygwin_gt_pch_get_address): Use %' in
1096         diagnostics.
1097         * config/i386/i386.c (ix86_option_override_internal): Write
1098         diagnostic as a single sentence without trailing '.'.  Use %' in
1099         diagnostics.
1100         (ix86_function_sseregparm, classify_argument): Start diagnostics
1101         with lowercase letters.
1102         (ix86_expand_prologue): Use %' in diagnostic.
1103         * config/i386/i386.h (CC1_CPU_SPEC_1): Remove trailing '.' from
1104         diagnostic.
1105         * config/i386/nwld.h (LINK_SPEC): Start diagnostic with a
1106         lowercase letter.
1107         * config/i386/winnt.c (i386_pe_determine_dllimport_p): Use %' in
1108         diagnostic.
1109         * config/ia64/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
1110         * config/ia64/ia64.opt (msched-max-memory-insns-hard-limit): Avoid
1111         '`' in help text.
1112         * config/lm32/lm32.c (lm32_print_operand): Start diagnostic with a
1113         lowercase letter.
1114         * config/mep/mep.c (mep_validate_vliw): Start diagnostics with
1115         lowercase letters.
1116         * config/microblaze/microblaze.c (microblaze_handle_option):
1117         Remove trailing '.' from diagnostic.
1118         (print_operand): Start diagnostic with a lowercase letter.
1119         * config/pa/pa-hpux10.h (LINK_SPEC): Start diagnostics with
1120         lowercase letters.  Avoid '`' in diagnostics.
1121         * config/pa/pa-hpux11.h (LINK_SPEC): Start diagnostics with
1122         lowercase letters.  Avoid '`' in diagnostics.
1123         * config/pa/pa64-hpux.h (LINK_SPEC): Start diagnostics with
1124         lowercase letters.  Avoid '`' in diagnostics.
1125         * config/picochip/picochip.c (picochip_option_override,
1126         picochip_emit_save_register, picochip_function_arg,
1127         picochip_output_label, picochip_output_internal_label,
1128         picochip_asm_output_opcode, picochip_output_cbranch,
1129         picochip_output_compare, picochip_output_branch,
1130         picochip_get_vliw_alu_id): Remove trailing '.' and '\n' from
1131         diagnostics. Start diagnostics with lowercase letters.  Use %' in
1132         diagnostics.
1133         * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
1134         "SPE" capitalization.  Start diagnostic with a lowercase letter.
1135         (rs6000_handle_option): Start diagnostics with lowercase letters.
1136         (def_builtin): Remove trailing '.' from diagnostic.
1137         (rs6000_savres_routine_name): Start diagnostic with a lowercase
1138         letter.
1139         * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Avoid '`' in
1140         diagnostic.
1141         * config/rx/rx.c (rx_handle_option): Start diagnostic with a
1142         lowercase letter.
1143         * config/s390/s390.c (s390_option_override) Start diagnostics with
1144         lowercase letters.  Use %' in diagnostic.
1145         * config/sh/sh.c (sh_output_mi_thunk): Start diagnostics with
1146         lowercase letters.
1147         * config/sh/symbian-base.c (sh_symbian_mark_dllimport): Use %' in
1148         diagnostic.
1149         * config/sh/symbian-c.c (sh_symbian_is_dllimported): Use %' in
1150         diagnostic.
1151         * config/sh/symbian-cxx.c (sh_symbian_is_dllimported): Use %' in
1152         diagnostic.
1153         * config/sparc/freebsd.h (LINK_SPEC): Avoid '`' in diagnostic.
1154         * config/spu/spu.c (spu_option_override): Start diagnostics with
1155         lowercase letters.  Use %qs for quoting in diagnostics.
1156         (spu_check_builtin_parm): Remove trailing '.' from diagnostics.
1157         Use %wd instead of HOST_WIDE_INT_PRINT_DEC in diagnostic .
1158         * config/v850/v850.c (construct_save_jarl): Remove trailing '\n'
1159         from diagnostic.
1160         * convert.c (convert_to_integer, convert_to_vector): Use %' in
1161         diagnostics.
1162         * dbgcnt.c (dbg_cnt_process_opt): Start diagnostic with lowercase
1163         letter and use "cannot" spelling.
1164         * expmed.c (extract_fixed_bit_field): Start diagnostic with
1165         lowercase letter and format as a single sentence without '.'.
1166         * ggc-common.c (write_pch_globals, gt_pch_save, gt_pch_restore):
1167         Use %' in diagnostics.
1168         * ggc-page.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
1169         Use %' in diagnostics.
1170         * ggc-zone.c (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read):
1171         Use %' in diagnostics.
1172         * graph.c (clean_graph_dump_file): Use %' in diagnostic.
1173         * graphite-poly.c (graphite_read_scop_file): Start diagnostics
1174         with lowercase letters and remove tailing '.' and '\n'.
1175         * lto-cgraph.c (input_profile_summary): Start diagnostic with
1176         lowercase letter and remove trailing '.'.
1177         (input_cgraph): Start diagnostics with lowercase letters and
1178         remove trailing '\n'.
1179         * opts.c (finish_options, common_handle_option): Start diagnostics
1180         with lowercase letters and remove trailing '.'.  Fix typo in
1181         diagnostic.
1182         * passes.c (position_pass): Start diagnostic with lowercase
1183         letter.
1184         * plugin.c (add_new_plugin, parse_plugin_arg_opt,
1185         register_callback, try_init_one_plugin): Start diagnostics with
1186         lowercase letters.
1187         * reload1.c (spill_failure): Use %' in diagnostic.
1188         (gen_reload): Start diagnostic with a lowercase letter.
1189         * stor-layout.c (place_field): Start diagnostic with a lowercase
1190         letter.
1191         * toplev.c (open_auxiliary_file): Use %' in diagnostic.
1192         * tree-cfg.c (verify_expr, verify_types_in_gimple_reference,
1193         verify_gimple_call, verify_gimple_phi, verify_eh_throw_stmt_node):
1194         Start diagnostics with lowercase letters, remove trailing '.' and
1195         use %' in diagnostics.
1196         * tree-ssa.c (verify_def): Remove trailing '.' from diagnostic.
1197         (verify_ssa): Don't split diagnostic across two error calls.
1198         Spell out "number" and use %' in diagnostic.
1199         * value-prof.c (visit_hist, check_counter): Start diagnostics with
1200         lowercase letters.
1201
1202 2010-11-10  Uros Bizjak  <ubizjak@gmail.com>
1203
1204         PR middle-end/46419
1205         * config/i386/xmmintrin.h (_mm_cvtpi16_ps): Swap __hisi and __losi.
1206         (_mm_cvtpu16_ps): Ditto.
1207
1208 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
1209
1210         * common.opt (flag_excess_precision_cmdline, flag_generate_lto,
1211         warn_larger_than, larger_than_size, warn_frame_larger_than,
1212         frame_larger_than_size, flag_gen_aux_info, flag_shlib,
1213         default_visibility, flag_tls_default): New Variable declarations.
1214         (aux-info, auxbase, dumpbase, dumpdir, falign-functions=,
1215         falign-jumps=, falign-labels=, falign-loops=, o, v): Use Var.
1216         (v): Declare as Common and document here.
1217         * flags.h (default_visibility, flag_generate_lto,
1218         warn_larger_than, larger_than_size, warn_frame_larger_than,
1219         frame_larger_than_size, flag_gen_aux_info, flag_pedantic_errors,
1220         flag_shlib, flag_excess_precision_cmdline): Remove.
1221         (set_Wstrict_aliasing): Update prototype.
1222         * gcc.c (verbose_flag): Remove.
1223         (driver_handle_option): Add diagnostic_context parameter.  Don't
1224         handle OPT_v explicitly here.  Set verbose_flag to 1 rather than
1225         incrementing it.
1226         * opts-common.c (handle_option): Pass dc to handler.
1227         * opts.c (warn_larger_than, larger_than_size,
1228         warn_frame_larger_than, frame_larger_than_size,
1229         default_visibility): Remove.
1230         (common_handle_option): Add diagnostic_context parameter.
1231         (set_fast_math_flags, set_unsafe_math_optimizations_flags): Add
1232         gcc_options parameters.
1233         (lang_handle_option, target_handle_option, read_cmdline_options,
1234         decode_options): Add diagnostic_context parameters.
1235         (finish_options): Access option state through opts pointer where
1236         possible.
1237         (common_handle_option): Access option state through opts pointer
1238         where possible.  Do not set local static variable verbose.  Do not
1239         explicitly handle OPT_v, OPT_Wstrict_aliasing_,
1240         OPT_Wstrict_overflow_, OPT_Wunused, OPT_auxbase, OPT_dumpbase,
1241         OPT_dumpdir, OPT_falign_functions_, OPT_falign_jumps_,
1242         OPT_falign_labels_, OPT_falign_loops_, OPT_fira_verbose_, OPT_o or
1243         OPT_fwhopr_.  Do not explicitly set .opt file variables for
1244         OPT_aux_info or OPT_pedantic_errors.  Use dc for diagnostic context.
1245         (set_Wstrict_aliasing): Add gcc_options parameter.
1246         * opts.h (struct cl_option_handler_func): Add diagnostic_context
1247         parameter to handler.
1248         (decode_options): Add diagnostic_context parameter.
1249         * toplev.c (dump_base_name, dump_dir_name, aux_base_name,
1250         asm_file_name, flag_generate_lto, flag_gen_aux_info,
1251         aux_info_file_name, flag_shlib, flag_tls_default,
1252         flag_excess_precision_cmdline, flag_pedantic_errors): Remove.
1253         (toplev_main): Pass global_dc to decode_options.
1254         * toplev.h (dump_base_name, dump_dir_name, aux_base_name,
1255         aux_info_file_name, asm_file_name): Remove.
1256         * tree.h (flag_tls_default): Remove.
1257
1258 2010-11-10  Eric Botcazou  <ebotcazou@adacore.com>
1259
1260         * config/sparc/sparc.c (sparc_delegitimize_address): New function.
1261         (TARGET_DELEGITIMIZE_ADDRESS): Define to above.
1262
1263 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
1264
1265         * config.gcc (i[34567]86-*-*): Include tbmintrin.h.
1266         (x86_64-*-*): Likewise.
1267         * config/i386/cpuid.h: Define TBM bit.
1268         * config/i386/driver-i386.c (host_detect_local_cpu): Define
1269         and set has_tbm.
1270         * config/i386/i386-c.c (ix86_target_macros_internal): Check
1271         isa_flag for TBM.
1272         * config/i386/i386.c (OPTION_MASK_ISA_TBM_SET): New.
1273         (OPTION_MASK_ISA_TBM_UNSET): New.
1274         (ix86_handle_option): Handle -mtbm.
1275         (isa_opts): Add -mtbm.
1276         (enum pta_flags): Add PTA_TBM.
1277         (ix86_option_override_internal): Add TBM support.
1278         (ix86_valid_target_attribute_inner_p): Handle -mtbm.
1279         (IX86_BUILTIN_BEXTRI32): New for TBM intrinsic.
1280         (IX86_BUILTIN_BEXTRI64): Likewise.
1281         (bdesc_args): Add TBM intrinsics.
1282         (ix86_expand_builtin): Add TBM specific case.
1283         * config/i386/i386.h (TARGET_TBM): New for TBM.
1284         * config/i386/i386.md (UNSPEC_BEXTRI): New for TBM.
1285         (tbm_bextri_<mode>): Likewise.
1286         (*tbm_blcfill_<mode>): Likewise.
1287         (*tbm_blci_<mode>): Likewise.
1288         (*tbm_blcic_<mode>): Likewise.
1289         (*tbm_blcmsk_<mode>): Likewise.
1290         (*tbm_blcs_<mode>): Likewise.
1291         (*tbm_blsfill_<mode>): Likewise.
1292         (*tbm_blsic_<mode>): Likewise.
1293         (*tbm_t1mskc_<mode>): Likewise.
1294         (*tbm_tzmsk_<mode>): Likewise.
1295         * config/i386/i386.opt: Add -mtbm.
1296         * config/i386/tbmintrin.h (__bextri_u32): New.
1297         (__blcfill_u32): Likewise.
1298         (__blci_u32): Likewise.
1299         (__blcic_u32): Likewise.
1300         (__blcmsk_u32): Likewise.
1301         (__blcs_u32): Likewise.
1302         (__blsfill_u32): Likewise.
1303         (__blsic_u32): Likewise.
1304         (__t1mskc_u32): Likewise.
1305         (__tzmsk_u32): Likewise.
1306         (__bextri_u64): Likewise.
1307         (__blcfill_u64): Likewise.
1308         (__blci_u64): Likewise.
1309         (__blcic_u64): Likewise.
1310         (__blcmsk_u64): Likewise.
1311         (__blcs_u64): Likewise.
1312         (__blsfill_u64): Likewise.
1313         (__blsic_u64): Likewise.
1314         (__t1mskc_u64): Likewise.
1315         (__tzmsk_u64): Likewise.
1316         * config/i386/x86intrin.h: Add TBM check and tbmintrin.h.
1317         * doc/invoke.texi: Document -mtbm.
1318         * doc/extend.texi: Document TBM built-in functions.
1319
1320 2010-11-10  Quentin Neill  <quentin.neill.gnu@gmail.com>
1321
1322         * config.gcc (i[34567]86-*-*): Include bmiintrin.h.
1323         (x86_64-*-*): Likewise.
1324         * config/i386/cpuid.h: Define BMI bit.
1325         * config/i386/driver-i386.c (host_detect_local_cpu): Define
1326         and set has_bmi.
1327         * config/i386/i386-c.c (ix86_target_macros_internal): Check
1328         isa_flag for BMI.
1329         * config/i386/i386.c (OPTION_MASK_ISA_BMI_SET): New.
1330         (OPTION_MASK_ISA_BMI_UNSET): New.
1331         (ix86_handle_option): Handle -mbmi.
1332         (isa_opts): Add -mbmi.
1333         (enum pta_flags): Add PTA_BMI.
1334         (ix86_option_override_internal): Add BMI support.
1335         (ix86_valid_target_attribute_inner_p): Handle -mbmi.
1336         (IX86_BUILTIN_BEXTR32): New for BMI intrinsic.
1337         (IX86_BUILTIN_BEXTR64): Likewise.
1338         (IX86_BUILTIN_CTZS): Likewise.
1339         (bdesc_args): Add BMI intrinsics.
1340         (ix86_expand_args_builtin): Add BMI specific cases.
1341         * config/i386/i386.h (TARGET_BMI): New for BMI.
1342         (CTZ_DEFINED_VALUE_AT_ZERO): Likewise.
1343         (CLZ_DEFINED_VALUE_AT_ZERO): Likewise.
1344         * config/i386/i386.md (UNSPEC_BEXTR): New for BMI.
1345         (UNSPEC_TZCNT): Likewise.
1346         (ctz<mode>2): Add tzcnt, and handle 16 bit operands.
1347         (bmi_andn_<mode>): New for BMI.
1348         (bmi_bextr_<mode>): Likewise.
1349         (bmi_blsi_<mode>): Likewise.
1350         (bmi_blsmsk_<mode>): Likewise.
1351         (bmi_blsr_<mode>): Likewise.
1352         * config/i386/i386.opt: Add -mbmi.
1353         * config/i386/x86intrin.h: Add BMI check and bmiintrin.h.
1354         * config/i386/bmiintrin.h (__lzcnt_u16): New.
1355         (__tzcnt_u16): Likewise.
1356         (__andn_u32): Likewise.
1357         (__bextr_u32): Likewise.
1358         (__blsi_u32): Likewise.
1359         (__blsmsk_u32): Likewise.
1360         (__blsr_u32): Likewise.
1361         (__lzcnt_u32): Likewise.
1362         (__tzcnt_u32): Likewise.
1363         (__andn_u64): Likewise.
1364         (__bextr_u64): Likewise.
1365         (__blsi_u64): Likewise.
1366         (__blsmsk_u64): Likewise.
1367         (__blsr_u64): Likewise.
1368         (__lzcnt_u64): Likewise.
1369         (__tzcnt_u64): Likewise.
1370         * doc/invoke.texi: Document -mbmi and -mno-bmi.
1371         * doc/extend.texi: Document BMI built-in functions.
1372
1373 2010-11-10  Jan Hubicka  <jh@suse.cz>
1374
1375         PR tree-optimize/46228
1376         * doc/invoke.texi (comdat-sharing-probability): Document.
1377         * ipa-inline.c (cgraph_estimate_growth): Handle COMDATs
1378         * params.def (PARAM_COMDAT_SHARING_PROBABILITY): New param.
1379
1380 2010-11-10  Jan Hubicka  <jh@suse.cz>
1381
1382         PR tree-optimize/46228
1383         * cgraph.c (cgraph_propagate_frequency): Fix typo.
1384
1385 2010-11-10  H.J. Lu  <hongjiu.lu@intel.com>
1386
1387         PR tree-optimization/46414
1388         * tree-inline.c (estimate_move_cost): Check preferred vector
1389         mode for vector type.
1390
1391 2010-11-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1392
1393         * config/alpha/osf5.h (ASM_SPEC): Remove -nocpp.
1394
1395 2010-11-10  Sebastian Pop  <sebastian.pop@amd.com>
1396
1397         PR tree-optimization/45971
1398         * tree-if-conv.c (predicate_scalar_phi): Do not generate a COND_EXPR
1399         for phi nodes analyzable by scev.
1400
1401 2010-11-10  Richard Guenther  <rguenther@suse.de>
1402
1403         PR tree-optimization/44964
1404         * ipa-inline.c (cgraph_flatten): Check that SSA form matches.
1405
1406 2010-11-10  Martin Jambor  <mjambor@suse.cz>
1407
1408         PR tree-optimization/46351
1409         PR tree-optimization/46377
1410         * tree-sra.c (type_internals_preclude_sra_p): Disqualify types with
1411         aggregate bit-fields.
1412
1413 2010-11-10  Joseph Myers  <joseph@codesourcery.com>
1414
1415         * doc/tm.texi.in (TARGET_OPTION_TRANSLATE_TABLE): Remove.
1416         * doc/tm.texi: Regenerate.
1417         * opts-common.c (tm.h): Don't include.
1418         (target_option_translations): Remove.
1419         (decode_cmdline_options_to_array): Don't handle translating options.
1420         * system.h (TARGET_OPTION_TRANSLATE_TABLE): Poison.
1421         * config/darwin-driver.c: Don't condition includes on
1422         CROSS_DIRECTORY_STRUCTURE.
1423         (darwin_default_min_version): Make static.
1424         (darwin_driver_init): New.  Call darwin_default_min_version if not
1425         CROSS_DIRECTORY_STRUCTURE.
1426         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
1427         (DRIVER_SELF_SPECS, DARWIN_CC1_SPEC): Define.
1428         (ASM_SPEC): Add %{static}.
1429         (darwin_default_min_version): Don't declare.
1430         (darwin_driver_init): Declare.
1431         (GCC_DRIVER_HOST_INITIALIZATION): Define to call
1432         darwin_driver_init, independent of CROSS_DIRECTORY_STRUCTURE.
1433         * config/darwin.opt (all_load, allowable_client,
1434         arch_errors_fatal, bind_at_load, bundle, bundle_loader,
1435         dead_strip, dependency-file, dylib_file, dynamic, dynamiclib,
1436         exported_symbols_list, filelist, findirect-virtual-calls,
1437         flat_namespace, force_cpusubtype_ALL, force_flat_namespace,
1438         framework, fterminated-vtables, gfull, gused, image_base, init,
1439         install_name, multi_module, multiply_defined,
1440         multiply_defined_unused, no_dead_strip_inits_and_terms,
1441         seg_addr_table, seg_addr_table_filename, segaddr,
1442         segs_read_only_addr, segs_read_write_addr, single_module,
1443         umbrella, unexported_symbols_list, weak_reference_mismatches,
1444         Zall_load, Zarch_errors_fatal, Zbind_at_load, Zbundle,
1445         Zdead_strip, Zdynamic, Zdynamiclib, Zflat_namespace,
1446         Zforce_cpusubtype_ALL, Zforce_flat_namespace, Zmulti_module,
1447         Zno_dead_strip_inits_and_terms, Zsingle_module): New.
1448         * config/i386/darwin.h (CC1_SPEC): Add DARWIN_CC1_SPEC.
1449         (ASM_SPEC): Add %{static}.
1450         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
1451         * config/mep/mep.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
1452         (DRIVER_SELF_SPECS): Handle options formerly in
1453         TARGET_OPTION_TRANSLATE_TABLE.
1454         * config/mep/mep.opt (mfar): New.
1455         * config/picochip/picochip.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
1456         (DRIVER_SELF_SPECS): Define.  Handle options formerly in
1457         TARGET_OPTION_TRANSLATE_TABLE.
1458         * config/rs6000/darwin.h (CC1_SPEC): Handle -faltivec and -fno-altivec.
1459         (SUBTARGET_OPTION_TRANSLATE_TABLE): Remove.
1460         * config/rs6000/darwin.opt (Waltivec-long-deprecated, faltivec,
1461         ffix-and-continue, findirect-data): New.
1462         * config/rx/rx.h (TARGET_OPTION_TRANSLATE_TABLE): Remove.
1463         * config/rx/rx.opt (nofpu): Make into alias of mnofpu.
1464         (mnofpu): Define mask and use Report here.
1465
1466 2010-11-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1467
1468         * config/s390/s390.c (s390_emit_prologue): Report the stack
1469         size if -fstack-usage is used.
1470
1471 2010-11-10  Richard Guenther  <rguenther@suse.de>
1472
1473         PR tree-optimization/46398
1474         * tree-ssa-sccvn.c (process_scc): Iterate for all PHIs.
1475
1476 2010-11-10  Joern Rennecke  <amylaar@spamcop.net>
1477
1478         PR target/44760
1479         * config/iq2000/iq2000.h (REGISTER_NAMES): Remove trailing semicolon.
1480         (REGNO_MODE_OK_FOR_BASE_P): Cast REGNO to int before passing it to
1481         GP_REG_OR_PSEUDO_STRICT_P.
1482         * config/iq2000/iq2000.md (andsi3+1): Add gcc_unreachable for
1483         unexpected alternative.
1484         (*movsf_internal): Likewise.
1485         (indirect_jump): Replace call to non-existant function with call to
1486         internal_error.
1487         (tablejump): Likewise.
1488         * config/iq2000/iq2000.c: Include df.h .
1489         (iq2000_function_arg_advance): Use CONST_CAST2.
1490         (compute_frame_size, iq2000_expand_prologue): Remove unused variables.
1491         (iq2000_can_eliminate): Call leaf_function_p instead of testing for
1492         a non-zero function address.
1493         (iq2000_initial_elimination_offset): Add gcc_unreachable for
1494         unexpected value of FROM.
1495         (symbolic_expression_p): Delete.
1496         (iq2000_function_value): Constify func.
1497         (expand_one_builtin): Use expand_normal.
1498         (iq2000_print_operand): Don't print VALUE if calculating it failed.
1499
1500         PR rtl-optimization/44764
1501         * addresses.h (ok_for_base_p_1): Mark regno with ATTRIBUTE_UNUSED.
1502
1503         PR target/46407
1504         * config/rx/rx.h (REGISTER_NAMES): Remove trailing semicolon.
1505         * config/rx/rx.c (rx_promote_function_mode): Mark punsignedp
1506         with ATTRIBUTE_UNUSED.
1507         (valid_psw_flag): Constify parameter which.
1508         (rx_memory_move_cost): Change type of parameter regclass to reg_class_t.
1509
1510         PR target/46415
1511         * config/mmix/mmix-protos.h (mmix_local_alignment): Update prototype.
1512         (mmix_dbx_register_number): Likewise.
1513         * config/mmix/mmix.c: Include df.h .
1514         (mmix_local_alignment): Change argument basic_align and return type
1515         to unsigned.
1516         (mmix_dbx_register_number): Change argument and return type to
1517         unsigned.
1518         (mmix_expand_prologue): Use add_reg_note.
1519
1520         PR target/46417
1521         * config/spu/spu.c (spu_expand_insv): Remove unused variables.
1522         (spu_split_store): Use aform.
1523         (spu_function_profiler): Mark parameter labelno with ATTRIBUTE_UNUSED.
1524
1525 2010-11-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1526
1527         PR/46268
1528         * doc/gty.texi (GTY Options): Clarify that variable_size produces
1529         allocators taking size in bytes, compare with length option.  Add
1530         size calculation example.
1531         (Invoking the garbage collector): Ensure that sentences are
1532         followed by two spaces.  Describe that pointer fields must be
1533         initialized at ggc_collect call.
1534         (Troubleshooting): New section.
1535
1536 2010-11-09  Jan Hubicka  <jh@suse.cz>
1537
1538         PR tree-optimization/40436
1539         * ipa-inline.c (leaf_node_p): Implement using is_inexpensive_builtin.
1540         * tree-inline.c (estimate_num_insns): Inexpensive builtins are like
1541         normal instructions; be sure bultin is not implemented in this file;
1542         compute non-zero return cost.
1543         (init_inline_once): Reduce builtin_call_cost to 1; set return cost.
1544         * tree-inline.h (eni_weights_d): Add return cost.
1545
1546 2010-11-09  Joseph Myers  <joseph@codesourcery.com>
1547
1548         * c-parser.c (c_parser_struct_declaration): Handle declaration
1549         specifiers followed by CPP_CLOSE_BRACE.
1550
1551 2010-11-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
1552
1553         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax): Rewrite so
1554         split occurs before reload, and we allocate memory at the time of
1555         the split, not during expansion.  Add attributes.
1556         (floatsi<mode>2_lfiwax_mem): Ditto.
1557         (floatunssi<mode>2_lfiwzx): Ditto.
1558         (floatunssi<mode>2_lfiwzx_mem): Ditto.
1559         (floatsidf2): Ditto.
1560         (floatunssisf2): Ditto.
1561         (floatunssidf2): Ditto.
1562         (fix_trunc<mode>si2): Ditto.
1563         (fix_trunc<mode>si2_stfiwx): Ditto.
1564         (fix_trunc<mode>si2_internal): Ditto.
1565         (fix_trunc<mode>si2): Ditto.
1566         (fix_trunc<mode>di2): Ditto.
1567         (fixuns_trunc<mode>si2_stfiwx): Ditto.
1568         (floatsisf2): Ditto.
1569         (floatdidf2_mem): Ditto.
1570         (floatunsdidf2_mem): Ditto.
1571         (floatunsdidf2): Ditto.
1572         (floatdisf2_internal1): Ditto.
1573         (floatdisf2_mem): Ditto.
1574         (floatunsdisf2_mem): Ditto.
1575         (floatsi<mode>2_lfiwax_mem2): Delete.
1576         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
1577         (fix_trunc<mode>si2_mem): Ditto.
1578         (fixuns_trunc<mode>si2_mem): Ditto.
1579         (round32<mode>2_fprs): New combiner insn to combine (double)(int)
1580         type operations to reduce copying the values to multiple memory slots.
1581         (roundu32<mode>2_fprs): Ditto.
1582
1583         * config/rs6000/rs6000.c (rs6000_address_for_fpconvert): Handle
1584         PRE_INC, PRE_DEC, PRE_MODIFY.
1585         (rs6000_expand_convert_si_to_sfdf): Delete, no longer used.
1586
1587         * config/rs6000/rs6000-protos.h (rs6000_expand_convert_si_to_sfdf):
1588         Delete prototype.
1589
1590 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
1591
1592         PR target/43808
1593         * cfgexpand.c (partition_stack_vars): Call
1594         update_alias_info_with_stack_vars unconditionally.
1595         (update_alias_info_with_stack_vars): Allow unused
1596         unreferenced vars when not optimizing.
1597
1598 2010-11-09  Sebastian Pop  <sebastian.pop@amd.com>
1599
1600         PR tree-optimization/46036
1601         * tree-if-conv.c (predicate_bbs): Call unshare_expr before
1602         add_to_dst_predicate_list.
1603
1604 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
1605
1606         PR debug/46171
1607         * df-problems.c (struct dead_debug_use, struct dead_debug): Move
1608         earlier.
1609         (df_set_unused_notes_for_mw, df_create_unused_note): Add DEBUG
1610         argument, call dead_debug_reset when adding REG_UNUSED note.
1611         (dead_debug_reset): New function.
1612         (df_note_bb_compute): Adjust df_set_unused_notes_for_mw and
1613         df_create_unused_note callers.
1614
1615 2010-11-09  Anatoly Sokolov  <aesok@post.ru>
1616
1617         * config/fr30/fr30.c: Include "df.h".
1618
1619 2010-11-09  Richard Guenther  <rguenther@suse.de>
1620
1621         PR tree-optimization/46355
1622         * tree-loop-distribution.c (tree_loop_distribution): Do not
1623         distribute loops without a single exit.
1624
1625 2010-11-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1626
1627         PR rtl-optimization/46237
1628         * ira-conflicts.c (ira_build_conflicts): Record conflicts for call
1629         saved hard regs if they might get partially clobbered.
1630
1631 2010-11-09  Paul Koning  <ni1d@arrl.net>
1632
1633         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Use add for decrement.
1634
1635 2010-11-09  Richard Guenther  <rguenther@suse.de>
1636
1637         PR tree-optimization/46177
1638         * tree-loop-distribution.c (prop_phis): Remove.
1639         (generate_builtin): Re-use the old loop exit edge to avoid
1640         needing to update PHI nodes.
1641
1642 2010-11-09  Joern Rennecke  <amylaar@spamcop.net>
1643
1644         * config/i386/i386.c (ix86_expand_split_stack_prologue): Change
1645         type of args_size to unsigned HOST_WIDE_INT.
1646
1647         PR target/44755
1648         * config.gcc (picochip-*): Add t-pnt16-warn to tmake_file.
1649         * config/t-pnt16-warn: New file.
1650         * config/picochip/picochip.c (picochip_emit_stack_allocate):
1651         Use add_reg_note.
1652         (picochip_emit_save_register): Likewise.
1653         (picochip_emit_restore_register): Remove variable insn.
1654         (picochip_legitimize_address): Don't use C++ style comments.
1655         (picochip_legitimize_reload_address): Likewise.
1656         (reorder_var_tracking_notes): Remove variable vliw_start.
1657         (picochip_reorg): Cast first arguemnt to emit_note_after to
1658         enum insn_note.
1659         (picochip_expand_builtin_2op): Use EXPAND_NORMAL.
1660         (picochip_expand_builtin_3op): Likewise.
1661         (picochip_expand_builtin_2opvoid): Likewise.
1662         (picochip_expand_array_get, picochip_expand_array_put): Likewise.
1663         (picochip_expand_array_testport): Likewise.
1664         (picochip_init_builtins): Remove unused variables.
1665         * config/picochip/picochip.h (ASM_FORMAT_PRIVATE_NAME): Cast LABELNO
1666         to unsigned long, and output it as such.
1667         (ASM_OUTPUT_SKIP): Use HOST_WIDE_INT_PRINT_UNSIGNED.
1668         * config/picochip/picochip.md (movhicc): Remove nonsense statement.
1669         (schedType): Cast result of picochip_schedule_type to
1670         enum attr_schedType.
1671
1672         PR target/44759
1673         * config/mn10300/mn10300.c (SIZE_FMOV_LIMIT): Promote all arms of
1674         conditional to type of S.
1675         (mn10300_function_arg): Remove unused variable align.
1676         (mn10300_arg_partial_bytes): Likewise.
1677         * config/mn10300/mn10300.md (attribute cpu): Cast value to
1678         enum attr_cpu.
1679
1680 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1681
1682         PR bootstrap/46392
1683         * gengtype-parse.c (type): Call get_input_file_name to get file name.
1684
1685 2010-11-09  Eric Botcazou  <ebotcazou@adacore.com>
1686
1687         * tree.h (contains_placeholder_p): Fix comment.
1688         (type_contains_placeholder_p): Adjust comment.
1689         * tree.c (contains_placeholder_p): Fix comment.
1690         (type_contains_placeholder_1): Do not recurse on pointed-to types and
1691         adjust comment.
1692         (type_contains_placeholder_p): Add comment.
1693
1694 2010-11-09  Paul Koning  <ni1d@arrl.net>
1695
1696         * config/pdp11/pdp11.c (pdp11_assemble_integer): Clean up fix for
1697         output of byte values.
1698
1699 2010-11-09  Jakub Jelinek  <jakub@redhat.com>
1700
1701         PR middle-end/46360
1702         * tree-ssa-propagate.c (update_call_from_tree): Fix for use
1703         not in SSA mode.
1704
1705 2010-11-09  Richard Guenther  <rguenther@suse.de>
1706
1707         PR middle-end/46221
1708         * varasm.c (compute_visible_aliases): New function.
1709         (remove_unreachable_alias_pairs): Aliases make a target available
1710         even though we reclaimed the cgraph node.
1711         (finish_aliases_1): Likewise.
1712         * Makefile.in (varasm.o): Add pointer-set.h dependency.
1713
1714 2010-11-09  Nick Clifton  <nickc@redhat.com>
1715
1716         * config/mn10300/mn10300-modes.def: New file.
1717
1718 2010-11-09  Basile Starynkevitch  <basile@starynkevitch.net>
1719             Jeremie Salvucci  <jeremie.salvucci@free.fr>
1720
1721         * gengtype.c (get_output_file_name): Declaration moved to gengtype.h.
1722         (plugin_files, get_file_basename, get_file_realbasename)
1723         (get_file_langdir, error_at_line, gt_files, this_file)
1724         (system_h_file, read_input_list, create_field_all)
1725         (get_file_srcdir_relative_path, get_file_basename)
1726         (get_file_langdir, get_file_gtfilename)
1727         (get_output_file_with_visibility, get_output_file_name)
1728         (struct flist, put_mangled_filename, walk_type)
1729         (put_mangled_filename, finish_root_table, write_roots): Use
1730         input_file-s.
1731         (lang_dir_names, num_lang_dirs): Remove static.
1732         (get_lang_bitmap, set_lang_bitmap): Moved to gengtype.h.
1733         (main): Use input_file-s.
1734
1735         * gengtype.h: (struct input_file_st, input_file): New type.
1736         (struct fileloc): Use it.
1737         (gt_files, num_gt_files, this_file, system_h_file)
1738         (input_file_by_name, get_file_srcdir_relative_path): Use input_file.
1739         (get_input_file_name): New function.
1740         (get_lang_bitmap, set_lang_bitmap): Moved from gengtype.c and
1741         use input_file.
1742         (lang_dir_names, num_lang_dirs, get_output_file_with_visibility)
1743         (get_output_file_name): Ditto.
1744
1745         * gengtype-lex.l (yybegin): Use input_file.
1746
1747         * gengtype-parse.c (parse_error): Use input_file.
1748
1749 2010-11-08  Xinliang David Li  <davidxl@google.com>
1750
1751         PR tree-optimization/46316
1752         * tree-vrp.c (adjust_range_with_scev): Check double_int overflow.
1753         * double-int.h (double_int_mul_with_sign): New function.
1754         * double-int.c (double_int_mul_with_sign): New function.
1755
1756 2010-11-08  Paul Koning  <ni1d@arrl.net>
1757
1758         * config/pdp11/pdp11.md (lshrsi3, lshrhi3): Fix wrong code.
1759
1760 2010-11-08  Paul Koning  <ni1d@arrl.net>
1761
1762         * config/pdp11/pdp11.md (negsi2): Fix wrong code.
1763
1764 2010-11-08  Paul Koning  <ni1d@arrl.net>
1765
1766         * config/pdp11/pdp11.c (pdp11_assemble_integer): Mask byte values
1767         to 8 bits.
1768
1769 2010-11-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
1770
1771         PR target/46378
1772         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
1773         turn on ISA 2.04 rounding instructions for power5.
1774
1775         * config/rs6000/rs6000.md (friz): Friz is an ISA 2.04 instruciton,
1776         not ISA 2.02.
1777
1778         PR target/45585
1779         * config/rs6000/darwin.md (movdi_low): Allow DImode values to be
1780         in FPR registers.
1781         (movdi_low_st): Ditto.
1782
1783 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
1784             Richard Henderson  <rth@redhat.com>
1785
1786         PR target/44758
1787         * config/frv/frv.md (attribute cpu): Cast value to enum attr_cpu.
1788         (attribute acc_group): Cast value to enum attr_acc_group.
1789         (*movdi_nodouble+6): Use gen_int_mode.
1790         * config/frv/frv-protos.h (frv_trampoline_size): Declare no matter
1791         if RTX_CODE is defined or not.
1792         * config/frv/frv.c (enum frv_io_type): New enum, broken out of
1793         struct frv_io.
1794         (frv_handle_option): Mark parameter value with ATTRIBUTE_UNUSED.
1795         (frv_frame_access, frv_expand_prologue): Remove unused variables.
1796         (frv_expand_block_clear): Likewise.
1797         (frv_trampoline_init): Use LCT_NORMAL.
1798         (struct frv_packet_group): New struct, broken out of type of
1799         frv_packet.
1800         (frv_start_packet, frv_reorder_packet): Initialize group to GROUP_I,
1801         use cast in loop counter increment.
1802         (frv_extract_membar): Cast HOST_WIDE_INT to enum frv_io_type before
1803         assigning to io->type.
1804         (bdesc_set): Use rtx_code UNKNOWN in initializer.
1805         (bdesc_1arg, bdesc_2arg, bdesc_int_void2arg): Likewise.
1806         (bdesc_prefetches, bdesc_cut, bdesc_2argimm, bdesc_void2arg): Likewise.
1807         (bdesc_void3arg, bdesc_voidacc, bdesc_loads, bdesc_stores): Likewise.
1808         (frv_read_argument): Use expand_normal.
1809
1810         PR target/44757
1811         * config/lm32/lm32.h (LEGITIMATE_CONSTANT_P): Call
1812         lm32_legitimate_constant_p.
1813         * config/lm32/lm32.md (ashlsi3): Remove unused variable.
1814         * config/lm32/lm32.c (gen_int_relational): Make new block for
1815         LE / LT / LEU / LTU case.  Declare variables at start of block.
1816         (lm32_block_move_inline): Use XALLOCAVEC.
1817
1818 2010-11-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1819
1820         * config/i386/i386.c (ix86_function_arg_boundary): Fix warning message.
1821
1822 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
1823
1824         * gengtype (get_output_file_for_structure): Ensure type is union
1825         or struct.
1826         (write_splay_tree_allocator_def): Use
1827         get_output_file_with_visibility.
1828
1829 2010-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1830
1831         * config/s390/s390.c (s390_handle_arch_option): Set type and flags
1832         to defined values in case of an error.
1833         (s390_option_override): Skip further processing if the -march
1834         parameter wasn't recognized.
1835
1836 2010-11-08  Joern Rennecke  <amylaar@spamcop.net>
1837
1838         * caller-save.c (reg_save_code): After HARD_REGNO_MODE_OK check fails,
1839         assert that REG is a hard register number before using it as an index.
1840
1841         PR bootstrap/46358
1842         * config/i386/i386.c (ix86_expand_split_stack_prologue):
1843         Avoid warnings when HOST_WIDE_INT is 32 bit.
1844
1845 2010-11-08  Eric Botcazou  <ebotcazou@adacore.com>
1846
1847         PR target/46208
1848         * config/sparc/sparc.c (TARGET_PROMOTE_PROTOTYPES): Delete.
1849         (sparc_promote_prototypes): Likewise.
1850         (sparc_promote_function_mode): Promote in 32-bit mode as well.
1851         (sparc_return_in_memory): Remove superfluous parentheses.
1852         (sparc_struct_value_rtx): Fix long lines.
1853         (sparc_function_value_1): Promote in 32-bit mode as well.
1854
1855 2010-11-08  Andrey Belevantsev  <abel@ispras.ru>
1856
1857         PR rtl-optimization/45352
1858         * sel-sched.c (find_best_expr): Do not set pneed_stall when
1859         the variable_issue hook is not implemented.
1860         (fill_insns): Remove dead variable stall_iterations.
1861         (init_seqno_1): Force EBB start for resetting sched cycles on any
1862         successor blocks of the rescheduled region.
1863         (sel_sched_region_1): Use bitmap_bit_p instead of bitmap_clear_bit.
1864         (reset_sched_cycles_in_current_ebb): Add debug printing.
1865         New variable issued_insns.  Advance state when we have issued
1866         issue_rate insns.
1867
1868 2010-11-08  Basile Starynkevitch  <basile@starynkevitch.net>
1869
1870         * gengtype (main): Get here's position using POS_HERE macro for
1871         do*typedef calls.
1872
1873 2010-11-07  Ian Lance Taylor  <iant@google.com>
1874
1875         PR target/46089
1876         * config/i386/i386.c (split_stack_fn_large): New static variable.
1877         (ix86_expand_split_stack_prologue): Handle large model.
1878
1879 2010-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1880
1881         * config/m68k/m68k.c (m68k_delegitimize_address): Update to handle
1882         all possible addressing modes.
1883
1884 2010-11-07  Uros Bizjak  <ubizjak@gmail.com>
1885
1886         PR tree-optimization/46346
1887         * tree-ssa-forwprop.c (rhs_to_tree): Handle GIMPLE_TERNARY_RHS.
1888
1889 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
1890
1891         * config/mips/mips.c: Revert previous patch.
1892         * config/mips/mips.md: Likewise.
1893
1894 2010-11-07  Richard Sandiford  <rdsandiford@googlemail.com>
1895
1896         * config/mips/mips.c (mips_rtx_costs): Handle FMA.
1897         * config/mips/mips.md (*madd4<mode>, *madd3<mode>, *msub4<mode>)
1898         (*msub3<mode>, *nmadd4<mode>_fastmath, *nmadd3<mode>_fastmath)
1899         (*nmsub4<mode>_fastmath, *nmsub3<mode>_fastmath): Delete.
1900         (*nmadd4<mode>, *nmadd3<mode>. *nmsub4<mode>, *nmsub3<mode>): Redefine
1901         to use FMA.
1902         (fma<mode>4, *fma<mode>4_madd3, *fma<mode>4_madd4): New patterns.
1903         (fms<mode>4, *fms<mode>4_msub3, *fms<mode>4_msub4): Likewise.
1904         (fnms<mode>4, *fnms<mode>4_nmadd3, *fnms<mode>4_nmadd4): Likewise.
1905         (fnma<mode>4, *fnma<mode>4_nmsub3, *fnma<mode>4_nmsub4): Likewise.
1906
1907 2010-11-06  Simon Martin  <simartin@users.sourceforge.net>
1908
1909         PR c/43384
1910         * c-decl.c (lookup_label): Labels can only be referenced in a
1911         function's scope.
1912         (store_parm_decls_oldstyle): Skip erroneous parameters.
1913
1914 2010-11-06  Anatoly Sokolov  <aesok@post.ru>
1915
1916         * config/fr30/fr30.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
1917         LIBCALL_VALUE): Remove macros.
1918         * config/fr30/fr30.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
1919         TARGET_FUNCTION_VALUE_REGNO_P): Define.
1920         (fr30_function_value_regno_p, fr30_function_value,
1921         fr30_libcall_value): New functions.
1922
1923 2010-11-06  Joern Rennecke  <amylaar@spamcop.net>
1924
1925         PR middle-end/46314
1926         * target.def (generate_internal_label): New asm_out hook.
1927         * output.h (default_generate_internal_label): Declare.
1928         * varasm.c (default_generate_internal_label): Define.
1929
1930 2010-11-06  Iain Sandoe  <iains@gcc.gnu.org>
1931
1932         PR target/44981
1933         * doc/extend.tex (format): Document NSString extension.
1934         (format_arg): Likewise.
1935         (Darwin Format Checks): New section.
1936         * doc/tm.texi: Document string object hooks (generated).
1937         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Rename.
1938         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
1939         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
1940         * target.def (objc_construct_string_object): Rename, amend
1941         documentation.
1942         (string_object_ref_type_p): New hook.
1943         (check_string_object_format_arg): New hook.
1944         * c-parser.c (c_parser_attributes): Allow objective-c class names as
1945         attribute identifiers.
1946         * config/darwin-c.c (darwin_cfstring_ref_p): New.
1947         (darwin_check_cfstring_format_arg): New.
1948         (darwin_additional_format_types): New.
1949         * config/darwin-protos.h (darwin_cfstring_ref_p) New.
1950         (darwin_check_cfstring_format_arg): New.
1951         * config/darwin.h (TARGET_OBJC_CONSTRUCT_STRING_OBJECT) Renamed.
1952         (TARGET_STRING_OBJECT_REF_TYPE_P): New.
1953         (TARGET_N_FORMAT_TYPES): New.
1954         (TARGET_CHECK_STRING_OBJECT_FORMAT_ARG): New.
1955
1956 2010-11-06  Eric Botcazou  <ebotcazou@adacore.com>
1957             Pascal Obry  <obry@adacore.com>
1958
1959         * config/i386/cygming.h (DWARF_FRAME_REGISTERS): Redefine.  Use 33
1960         in 64-bit mode and 17 otherwise.
1961
1962 2010-11-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1963
1964         PR debug/45939
1965         * var-tracking.c (emit_note_insn_var_location): Make sure that
1966         call related var location notes come before the normal ones.
1967
1968 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
1969
1970         PR target/46326
1971         * config/i386/i386.c (ix86_delegitimize_address): Fix a typo
1972         in the last change.
1973
1974 2010-11-05  Ian Lance Taylor  <iant@google.com>
1975
1976         * explow.c (allocate_dynamic_stack_space): Check MALLOC_ABI_ALIGNMENT.
1977
1978 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
1979
1980         PR c/44772
1981         * c-decl.c (warn_cxx_compat_finish_struct): Don't call
1982         pointer_set_contains if DECL_NAME is NULL.
1983
1984 2010-11-05  Ian Lance Taylor  <iant@google.com>
1985
1986         PR target/46084
1987         * explow.c (allocate_dynamic_stack_space): If flag_split_stack,
1988         request enough additional space for alignment, and force alignment.
1989
1990 2010-11-05  Kai Tietz  <kai.tietz@onevision.com>
1991
1992         * config/i386/i386.c (legitimate_pic_address_disp_p):
1993         Handle UNSPEC_PCREL.
1994         (ix86_legitimate_address_p): Likewise.
1995         (legitimize_pic_address): Likewise.
1996         (output_pic_addr_const): Likewise.
1997         (ix86_delegitimize_address): Likewise.
1998         (ix86_find_base_term): Likewise.
1999         (memory_address_length): Likewise.
2000         (x86_output_mi_thunk): Handle special case x64
2001         for non local binding.
2002         * config/i386/i386.md (UNSPEC_PCREL): New.
2003         * config/i386/winnt.c (i386_pe_binds_local_p):
2004         Allow weak symbol for x64 windows with non-local binding.
2005
2006 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
2007
2008         PR target/45670
2009         * expr.c (expand_expr_real_1) <case MEM_REF>: Use EXPAND_SUM
2010         instead of EXPAND_NORMAL for base expansion.
2011
2012 2010-11-05  Uros Bizjak  <ubizjak@gmail.com>
2013
2014         * config.gcc: Support --with-fpmath=avx for x86.
2015         * config/i386/avxmath.h: New.
2016         * doc/install.texi (--with-fpmath=): Document --with-fpmath=avx.
2017
2018 2010-11-05  Ian Lance Taylor  <iant@google.com>
2019
2020         * tree.h (struct tree_type): Don't use descbits in GTY annotation.
2021         * gengtype.c (walk_type): Don't recognize descbits option.
2022
2023 2010-11-05  Joseph Myers  <joseph@codesourcery.com>
2024
2025         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG,
2026         WORD_SWITCH_TAKES_ARG): Remove.
2027         * doc/options.texi (Args): Document.
2028         * doc/tm.texi.in (WORD_SWITCH_TAKES_ARG): Remove.
2029         * doc/tm.texi: Regenerate.
2030         * opt-functions.awk (switch_flags): Handle Args.
2031         * opts-common.c: Update comment on tm.h include.
2032         (decode_cmdline_option): Handle options with multiple arguments.
2033         Don't check WORD_SWITCH_TAKES_ARG for unknown options.
2034         * opts.h (CL_SEPARATE_NARGS_SHIFT, CL_SEPARATE_NARGS_MASK): Define.
2035         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
2036         CL_COMMON): Update values.
2037         * system.h (WORD_SWITCH_TAKES_ARG): Poison.
2038         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove.
2039         * config/darwin.opt (Zsegaddr, sectalign, sectcreate,
2040         sectobjectsymbols, sectorder, segcreate, segprot): New.
2041
2042 2010-11-05  H.J. Lu  <hongjiu.lu@intel.com>
2043             Uros Bizjak  <ubizjak@gmail.com>
2044
2045         * config/i386/i386.c (ix86_expand_move): Set use_avx256_p if
2046         256bit AVX register is used.
2047         (ix86_expand_vector_move_misalign): Likewise.
2048         (ix86_expand_vector_move): Replace use_avx256_p with
2049         VALID_AVX256_REG_MODE.
2050
2051 2010-11-05  Joern Rennecke  <amylaar@spamcop.net>
2052
2053          PR target/44750
2054         * config/pdp11/t-pdp11 (dwarf2out.o, java/constants.o): Undo last
2055         change.  Set $@-warn.o to -Wno-error.
2056
2057         PR bootstrap/44756
2058         * expr.c (emit_push_insn): Cast value of PUSH_ROUNDING before
2059         comparing it to a signed value.
2060
2061         PR middle-end/44766
2062         * expr.c (can_store_by_pieces): Add ATTRIBUTE_UNUSED to cst.
2063         PR bootstrap/44770
2064         * haifa-sched.c (initiate_bb_reg_pressure_info): Add ATTRIBUTE_UNUSED
2065         to i.
2066
2067         PR target/44754
2068         * config/m32c/m32c.c (m32_function_arg): Rename declaration to...
2069         (m32c_function_arg).  Add comma between arguments two and three.
2070         (m32c_promote_prototypes): Remove declaration.
2071         (current_function_special_page_vector): Likewise.
2072         (m32c_regno_reg_class): Change return type to enum reg_class.
2073         (m32c_pushm_popm): Use add_reg_note.
2074         (m32c_push_rounding): Change return type to unsigned int.
2075         (m32c_legitimize_reload_address): Cast argument 11 to push_reload to
2076         enum reload_type.
2077         (m32c_insert_attributes): Constify variable name.
2078         (m32c_output_aligned_common): Add ATTRIBUTE_UNUSED to argument decl.
2079         (m32c_prepare_shift): Remove variable lref.
2080         (m32c_expand_movcc): Remove variable cmp.
2081         (m32c_expand_insv): Fix check of op0 rtx_code to use GET_CODE.
2082         (m32c_compare_redundant): Remove variable op2.
2083         * config/m32c/m32c-pragma.c ("c-family/c-common.h"): Include.
2084         (m32c_pragma_memregs): Assign the number to target_memregs.
2085         (m32c_pragma_address): Remove variable var_str.
2086         * config/m32c/m32c.h (REG_CLASS_FROM_CONSTRAINT): Case value to
2087         enum reg_class.
2088         (LIMIT_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Likewise.
2089         * config/m32c/bitops.md (andsi3): Add default case to switch.
2090         (iorsi3, xorsi3): Likewise.
2091         * config/m32c/addsub.md (addsi3_1, subsi3_1): Likewise.
2092         * config/m32c/jump.md (call, call_value): Likewise.
2093         * config/m32c/m32c-protos.h (m32c_push_rounding): Update prototype.
2094         (m32c_regno_reg_class): Likewise.
2095         (current_function_special_page_vector): Declare.
2096
2097 2010-11-05  Jakub Jelinek  <jakub@redhat.com>
2098
2099         * cfgexpand.c (expand_debug_expr): Handle MEM_REF with non-zero offset.
2100
2101         PR tree-optimization/46099
2102         * tree-parloops.c (take_address_of): Add GSI argument.  Return NULL
2103         if it is NULL and uid wasn't found in the hash table.  Just fold the
2104         result if it is NULL otherwise.  Insert other potentially needed
2105         stmts right before current stmt instead of on the entry edge.
2106         (struct elv_data): Add gsi and reset fields.
2107         (eliminate_local_variables_1): Adjust caller.  If take_address_of
2108         failed for debug stmt, set dta->reset and return.
2109         (eliminate_local_variables_stmt): Change STMT argument for GSI,
2110         pass GSI through to the callback, handle resetting of debug stmts.
2111         (eliminate_local_variables): Adjust caller.  Process debug stmts
2112         in second phase.
2113
2114         PR middle-end/43690
2115         * gimplify.c (gimplify_asm_expr): If a "m" input is a
2116         {pre,post}{in,de}crement, fail.
2117
2118         PR debug/46307
2119         * tree-ssa-operands.c (get_expr_operands): Handle FMA_EXPR.
2120         * tree-pretty-print.c (dump_generic_node): Likewise.
2121         (op_code_prio): Likewise.
2122         * cfgexpand.c (expand_debug_expr): Likewise.
2123
2124 2010-11-04  Paul Koning  <ni1d@arrl.net>
2125
2126         * doc/md.texi (Machine Constraints): Correct formatting in PDP-11
2127         constraints.
2128
2129 2010-11-04  Chao-ying Fu  <fu@mips.com>
2130
2131         * configure.ac: Test assembler support for DSP Rev1 mult.
2132         * configure: Regenerate.
2133         * config.in: Regenerate.
2134         * config/mips/mips.h (ISA_HAS_DSP_MULT): New define.
2135         * config/mips/mips.c (CODE_FOR_mips_mult): New define.
2136         (CODE_FOR_mips_multu): New define.
2137         (mips_builtins): Move madd, maddu, msub, msubu, mult, multu from
2138         dspr2_32 to dsp_32.
2139         (mips_mulsidi3_gen_fn): Test (TARGET_FIX_R4000 && !ISA_HAS_DSP).
2140         Delete returns when ISA_HAS_DSPR2 because the old patterns are deleted.
2141         * config/mips/mips-dsp.md (mips_madd<u>, mips_msub<u>):
2142         New define_expand patterns.
2143         * config/mips/constraints.md (ka): Update the constraint to test
2144         ISA_HAS_DSP_MULT instead of ISA_HAS_DSPR2.
2145         * config/mips/mips-dspr2.md (mips_madd<u>, mips_msub<u>, mips_mult,
2146         mips_multu): Delete.
2147         * config/mips/mips.md (<u>mulsidi3_32bit): Add comments.
2148         Change target constraint to "ka".
2149         Use (!TARGET_FIX_R4000 || ISA_HAS_DSP), instead of
2150         (!TARGET_FIX_R4000 && !ISA_HAS_DSPR2).
2151         Emit the accumulator destination when ISA_HAS_DSP_MULT.
2152         (<u>msubsidi4): Add comments.  Test ISA_HAS_DSP.
2153         Emit the accumulator destination when ISA_HAS_DSP_MULT.
2154         (<u>maddsidi4): Likewise.
2155         * doc/extend.texi (MIPS DSP Built-in Functions): Move madd, maddu,
2156         msub, msubu, mult, multu built-in functions from DSP r2 to DSP r1.
2157
2158 2010-11-04  Paul Koning  <ni1d@arrl.net>
2159
2160         * doc/md.texi (Machine Constraints): Add PDP-11 constraints.
2161
2162 2010-11-04  Paul Koning  <ni1d@arrl.net>
2163
2164         * doc/invoke.texi (PDP-11 Options): Delete -msplit, -mno-split.
2165
2166 2010-11-04  Nicola Pero  <nicola.pero@meta-innovation.com>
2167
2168         Fixed using the Objective-C 2.0 dot-syntax with class names.
2169         * c-parser.c (c_parser_next_token_starts_declspecs): In
2170         Objective-C, detect Objective-C 2.0 dot-syntax with a class name.
2171         (c_parser_next_token_starts_declaration): Same.
2172         (c_parser_postfix_expression): Parse the Objective-C 2.0
2173         dot-syntax with a class name.
2174
2175 2010-11-04  Pat Haugen  <pthaugen@us.ibm.com>
2176
2177         * final.c (compute_alignments): Compute/free loop info all the time.
2178         * config/rs6000/rs6000.h (LOOP_ALIGN): Define.
2179         * config/rs6000/rs6000-protos.h (rs6000_loop_align): Declare.
2180         * config/rs6000/t-rs6000 (rs6000.o): Add cfgloop.h.
2181         * config/rs6000/rs6000.c (cfgloop.h): Include.
2182         (can_override_loop_align): New.
2183         (rs6000_option_override_internal): Set it.
2184         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Define target hook.
2185         (rs6000_loop_align): New function.
2186         (rs6000_loop_align_max_skip): Likewise.
2187
2188 2010-11-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2189
2190         PR driver/45703
2191         * collect2.c (main): Print --help output to stdout.  Do not
2192         exit right away, so ld --help is appended.  Add empty lines
2193         to separate output suitably.
2194
2195 2010-11-04  Jakub Jelinek  <jakub@redhat.com>
2196
2197         PR tree-optimization/46233
2198         * ipa-pure-const.c (local_pure_const): Do noreturn discovery
2199         after calling analyze_function, not before.
2200
2201         PR target/46234
2202         * config/rs6000/rs6000.c (rs6000_va_start): Use build_simple_mem_ref
2203         instead of build_va_arg_indirect_ref.
2204         * config/spu/spu.c (spu_va_start): Likewise.
2205         * config/s390/s390.c (s390_va_start): Likewise.
2206
2207 2010-11-03  Uros Bizjak  <ubizjak@gmail.com>
2208
2209         PR middle-end/46292
2210         * lower-subreg.c (simplify_subreg_concatn): For VOIDmode elements,
2211         if the innermode is not vector mode, determine the mode of a subreg
2212         by using mode_for_size of inner_size.
2213
2214 2010-11-04  Richard Guenther  <rguenther@suse.de>
2215
2216         PR rtl-optimization/46183
2217         * gcse.c (execute_rtl_cprop): Cleanup the CFG if something changed.
2218         (execute_rtl_pre): Likewise.
2219         (execute_rtl_hoist): Likewise.
2220
2221 2010-11-04  Richard Guenther  <rguenther@suse.de>
2222
2223         PR tree-optimization/46068
2224         * ipa-split.c (consider_split): Remove gcc_unreachable.
2225
2226 2010-11-04  Richard Guenther  <rguenther@suse.de>
2227
2228         * tree-nested.c (build_addr): Use build_fold_addr_expr.
2229
2230 2010-11-04  Richard Guenther  <rguenther@suse.de>
2231
2232         PR tree-optimization/45991
2233         * gimplify.c (force_gimple_operand_1): Use the provded test
2234         function in the initial test.
2235
2236 2010-11-04  Jeff Law  <law@redhat.com>
2237
2238         * ira.c (validate_equiv_mem): Remove code to avoid invalidation
2239         of readonly memory equivalances for const/pure calls.
2240
2241 2010-11-04  Richard Guenther  <rguenther@suse.de>
2242
2243         PR tree-optimization/45733
2244         * tree-vect-stmts.c (reverse_vec_elements): Honor the
2245         permute builtins function return type.
2246
2247 2010-11-04  Joern Rennecke  <amylaar@spamcop.net>
2248
2249         PR middle-end/44765
2250         * emit-rtl.c (gen_rtx_REG): Before using PIC_OFFSET_TABLE_REGNUM
2251         as an index, check it is not INVALID_REGNUM.
2252
2253         PR bootstrap/44756
2254         * ifcvt.c (noce_emit_cmove): Add ATTRIBUTE_UNUSED to target and
2255         unsignedp.
2256         * reload1.c (set_reload_reg): Add ATTRIBUTE_UNUSED to regno.
2257
2258         PR bootstrap/44756
2259         * function.c (thread_prologue_and_epilogue_insns): Add
2260         ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.
2261
2262         PR bootstrap/44756
2263         * varasm.c (asm_output_bss): Add ATTRIBUTE_UNUSED to function.
2264
2265         PR target/44750
2266         * config/pdp11/pdp11.c: (pdp11_secondary_reload): Now static.
2267         (pdp11_preferred_reload_class): Rename class to rclass.
2268         (pdp11_preferred_output_reload_class): Likewise.
2269         * config/pdp11/t-pdp11 (dwarf2out.o): Add -Wno-error=type-limits to
2270         ALL_COMPILERFLAGS .
2271         (java/constants.o): Add -Wno-error to ALL_COMPILERFLAGS.
2272
2273         PR bootstrap/44756
2274         * genopinit.c (main) [FIXUNS_TRUNC_LIKE_FIX_TRUNC]: Cast
2275         iteration variables to enum machine_mode.
2276
2277         PR target/44751
2278         * config/h8300/h8300.c: Include df.h.
2279         (push, pop): Use add_reg_note.
2280         (compute_plussi_cc, compute_logical_op_cc): Return enum attr_c.
2281         (compute_a_shift_cc): Likewise.
2282         (expand_a_shift): Argument code has type enum rtx_code.
2283         (struct shift_insn): Member cc_valid has type enum attr_cc.
2284         (struct shift_info) <cc_inline, cc_special>: Likewise.
2285         enum attr_cc.
2286         * config/h8300/h8300-protos.h (compute_plussi_cc): Update prototype.
2287         (compute_a_shift_cc, compute_logical_op_cc, expand_a_shift): Likewise.
2288
2289 2010-11-04  Ira Rosen  <irar@il.ibm.com>
2290
2291         PR tree-optimization/46213
2292         * tree-vect-loop.c (vect_is_simple_reduction_1): Handle
2293         MINUS_EXPR only if the first operand is reduction operand.
2294
2295 2010-11-04  Richard Guenther  <rguenther@suse.de>
2296             Richard Henderson  <rth@redhat.com>
2297
2298         * tree.def (FMA_EXPR): New tree code.
2299         * expr.c (expand_expr_real_2): Add FMA_EXPR expansion code.
2300         * gimple.c (gimple_rhs_class_table): FMA_EXPR is a GIMPLE_TERNARY_RHS.
2301         * tree-cfg.c (verify_gimple_assign_ternary): Verify FMA_EXPR types.
2302         * tree-inline.c (estimate_operator_cost): Handle FMA_EXPR.
2303         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
2304         * tree-ssa-math-opts.c (convert_mult_to_fma): New function.
2305         (execute_optimize_widening_mul): Call it.  Reorganize to allow
2306         dead stmt removal.  Move TODO flags ...
2307         (pass_optimize_widening_mul): ... here.
2308         * flag-types.h (enum fp_contract_mode): New enum.
2309         * common.opt (flag_fp_contract_mode): New variable.
2310         (-ffp-contract): New option.
2311         * opts.c (common_handle_option): Handle it.
2312         * doc/invoke.texi (-ffp-contract): Document.
2313         * tree.h (fold_fma): Declare.
2314         * builtins.c (fold_fma): New function.
2315         (fold_builtin_fma): Likewise.
2316         (fold_builtin_3): Call it for fma.
2317         * fold-const.c (fold_ternary_loc): Fold FMA_EXPR.
2318         * optabs.c (optab_for_tree_code): Handle FMA_EXPR.
2319         * config/i386/sse.md (fms<mode>4, fnma<mode>, fnms<mode>4):
2320         New expanders.
2321         * doc/md.texi (fms<mode>4, fnma<mode>, fnms<mode>4): Document new
2322         named patterns.
2323         * genopinit.c (optabs): Initialize fms_optab, fnma_optab and fnms_optab.
2324         * optabs.h (enum optab_index): Add OTI_fms, OTI_fnma and OTI_fnms.
2325         (fms_optab, fnma_optab, fnms_optab): New defines.
2326         * gimplify.c (gimplify_expr): Handle binary truth expressions
2327         explicitly.  Handle FMA_EXPR.
2328         * tree-vect-stmts.c (vectorizable_operation): Handle ternary
2329         operations.
2330
2331 2010-11-04  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
2332             Richard Guenther  <rguenther@suse.de>
2333
2334         * passes.c (init_optimization_passes): Move veclower after SSA.
2335         * tree-vect-generic.c (uniform_vector_p): New function.
2336         (expand_vector_operations_1): Handle conversion.
2337         (pass_lower_vector): Update SSA form.
2338
2339 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2340
2341         * configure.ac: Filter -mdynamic-no-pic from CFLAGS when testing for
2342         plugin capabilities.
2343         * configure: Regenerate.
2344
2345 2010-11-03  Xinliang David Li  <davidxl@google.com>
2346
2347         PR target/46200
2348         * tree-ssa-loop-ivopts.c (get_computation_cost_at):
2349         Adjust cbase if the use stmt is after iv update.
2350
2351 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2352
2353         * config.gcc (sh64*) <tm_file>: Add newlib-stdint.h for newlib targets.
2354
2355 2010-11-03  Kaz Kojima  <kkojima@gcc.gnu.org>
2356
2357         * config/sh/sh.c (sh_expand_prologue): Remove unnecessary
2358         comment.  Pass true to the last argument of output_stack_adjust.
2359
2360 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2361
2362         PR target/46295
2363         * config/i386/i386.c (ix86_expand_vector_move): Set use_avx256_p
2364         if 256bit AVX register is used.
2365
2366 2010-11-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
2367
2368         * config/rs6000/rs6000.c (rs6000_emit_minmax): Add support to use
2369         xsmindp/xsmaxdp on VSX for single precision min/max.
2370         * config/rs6000/vsx.md (vsx_smaxsf3): Ditto.
2371         (vsx_sminsf3): Ditto.
2372
2373 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
2374
2375         * combine.c (try_combine): Fix formatting issues, improve comments and
2376         fix a pasto.
2377
2378 2010-11-03  Eric Botcazou  <ebotcazou@adacore.com>
2379
2380         * tree-tailcall.c (find_tail_calls): Convert the operands to the type
2381         of the result before building binary expressions.
2382
2383 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2384
2385         PR rtl-optimization/45865
2386         * Makefile.in (df-problems.o): Revert revision 164552.
2387         * basic-block.h (enum bb_flags): Likewise.
2388         * cfgcleanup.c (block_was_dirty): Likewise.
2389         (try_forward_edges): Likewise.
2390         (try_crossjump_bb): Likewise.
2391         (try_head_merge_bb): Likewise.
2392         (try_optimize_cfg): Likewise.
2393         (cleanup_cfg): Likewise.
2394         * df-core.c (df_set_bb_dirty): Likewise.
2395         * df-problems.c: Likewise.
2396         (df_simulate_find_uses): Likewise.
2397         (MEMREF_NORMAL, MEMREF_VOLATILE): Likewise.
2398         (find_memory, find_memory_store): Likewise.
2399         (can_move_insns_across): Likewise.
2400         * df.h (can_move_insns_across): Likewise.
2401         * ifcvt.c (find_memory): Likewise.
2402         (dead_or_predicable): Likewise.
2403
2404 2010-11-03  Richard Guenther  <rguenther@suse.de>
2405
2406         PR middle-end/46288
2407         * predict.c (strip_predict_hints): Simply DCE builtin expect if
2408         the result is unused.
2409
2410 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
2411
2412         PR tree-optimization/46009
2413         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Call
2414         cond_if_else_store_replacement if bb1 and bb2 have the same
2415         single successor.
2416         (cond_store_replacement): Use gimple_assign_single_p, don't
2417         check if rhs is SSA_NAME or invariant.  Call release_defs for
2418         assign.
2419         (cond_if_else_store_replacement): New function.
2420
2421 2010-11-03  Richard Guenther  <rguenther@suse.de>
2422
2423         * opts.c (finish_options): Properly check for all WHOPR
2424         flags before complaining about -flto-partition.
2425
2426 2010-11-04  Alan Modra  <amodra@gmail.com>
2427
2428         * config/rs6000/rs6000.c (rs6000_pic_labelno): Make static.
2429         (rs6000_emit_load_toc_table): Don't use rs6000_pic_labelno when
2430         TARGET_SECURE_PLT.
2431         * config/rs6000/sysv4.h (rs6000_pic_labelno): Don't declare.
2432         * config/rs6000/rs6000.md (load_toc_v4_PIC_3b): Use "b" constraint
2433         on input, "r" on output.
2434
2435 2010-11-03  Nicola Pero  <nicola.pero@meta-innovation.com>
2436
2437         Implemented -fobjc-std=objc1 flag.
2438         * doc/invoke.texi (Option Summary): Document -fobjc-std=objc1
2439         option.
2440         * doc/standards.texi (Standards): Updated the section on
2441         Objective-C; mention support for Objective-C 2.0 features and the
2442         new -fstd-objc=objc1 flag to disable them.
2443
2444 2010-11-03  Richard Guenther  <rguenther@suse.de>
2445
2446         PR middle-end/46241
2447         * dwarf2out.c (scope_die_for): Properly detect global scope.
2448
2449 2010-11-03  Richard Guenther  <rguenther@suse.de>
2450
2451         PR tree-optimization/46190
2452         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
2453         Properly compute peel iterations.
2454
2455 2010-11-03  Richard Guenther  <rguenther@suse.de>
2456
2457         PR tree-optimization/46286
2458         * tree-ssa-structalias.c (get_constraint_for_1): Avoid referencing
2459         re-allocated vector data.
2460
2461 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2462
2463         PR target/46285
2464         * config/i386/i386.c (ix86_expand_call): Conditionally decorate
2465         calls with UNSPEC_CALL_NEEDS_VZEROUPPER unspec before reload
2466         is completed.
2467
2468 2010-11-03  Richard Guenther  <rguenther@suse.de>
2469
2470         PR tree-optimization/46217
2471         * tree-ssa.c (non_rewritable_mem_ref_base): Check if volatile
2472         flag matches.
2473         (execute_update_addresses_taken): Likewise.
2474
2475 2010-11-03  Joern Rennecke  <joern.rennecke@embecosm.com>
2476
2477         PR bootstrap/44335
2478         * targhooks.c (targhook_words_big_endian): New function.
2479         (targhook_float_words_big_endian): Likewise.
2480         * targhooks.h (targhook_words_big_endian): Declare.
2481         (targhook_float_words_big_endian): Likewise.
2482         * target.def (words_big_endian, float_words_big_endian): New hooks.
2483
2484 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
2485
2486         PR tree-optimization/46165
2487         * tree-ssa-pre.c (eliminate): Return TODO_cleanup_cfg if changing
2488         a normal call into noreturn call.
2489
2490 2010-11-03  Richard Guenther  <rguenther@suse.de>
2491
2492         PR middle-end/46251
2493         * builtins.c (expand_builtin_sincos): Properly build MEM_REFs,
2494         not INDIRECT_REFs.
2495
2496 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
2497
2498         PR tree-optimization/46107
2499         * cfgloopmanip.c (loop_version): Set irred_flag back into entry->flags
2500         if cfg_hook_duplicate_loop_to_header_edge failed.
2501
2502 2010-11-03  Ian Lance Taylor  <iant@google.com>
2503
2504         PR lto/46273
2505         * config.gcc: Don't set lto_binary_reader.
2506         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
2507         (Configuration): Mention --disable-lto.  Remove --with-libelf
2508         paragraph.
2509
2510 2010-11-03  Jakub Jelinek  <jakub@redhat.com>
2511
2512         PR debug/46252
2513         * reload1.c (delete_dead_insn): Use prev_active_insn instead of
2514         prev_real_insn.
2515         * gcse.c (insert_insn_end_basic_block): Likewise.
2516
2517         PR rtl-optimization/46034
2518         PR rtl-optimization/46212
2519         PR rtl-optimization/46248
2520         * combine.c (try_combine): If added_sets_2 where i0dest_in_i0src
2521         and i0 feeds i1 and i1 feeds i2 or i0 feeds i2, make a copy of i1src
2522         before i0dest -> i0src substitution and pass 1 instead of 0 as last
2523         argument to subst on i2pat.
2524
2525 2010-11-02  Ian Lance Taylor  <iant@google.com>
2526
2527         * configure.ac: Use AC_SYS_LARGEFILE.
2528         * configure: Rebuild.
2529         * config.in: Rebuild.
2530
2531 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
2532
2533         * builtins.c (fold_builtin_signbit): Use build_zero_cst instead of
2534         fold_convert.
2535         * c-typeck.c (build_function_call_vec): Likewise.
2536         * cfgexpand.c (expand_debug_expr): Likewise.
2537         * cgraphunit.c (assemble_thunk): Likewise.
2538         * config/sparc/sparc.c (sparc_fold_builtin): Likewise.
2539         * fold-const.c (fold_unary_loc, fold_mult_zconjz): Likewise.
2540         (fold_binary_loc, fold_ternary_loc): Likewise.
2541         * gimple-fold.c (get_symbol_constant_value): Likewise.
2542         * gimple-low.c (lower_builtin_setjmp): Likewise.
2543         * gimple.c (gimple_cond_get_ops_from_tree): Likewise.
2544         * gimplify.c (gimplify_init_constructor): Likewise.
2545         * lambda.h (build_linear_expr): Likewise.
2546         * omp-low.c (omp_reduction_init): Likewise.
2547         * tree-inline.c (remap_ssa_name): Likewise.
2548         * tree-object-size.c (compute_object_sizes): Likewise.
2549         * tree-sra.c (init_subtree_with_zero): Likewise.
2550         (sra_ipa_modify_assign): Likewise.
2551         * tree-ssa-copy.c (propagate_tree_value_into_stmt): Likewise.
2552         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Likewise.
2553         (eliminate_plus_minus_pair, eliminate_not_pairs): Likewise.
2554         (undistribute_ops_list): Likewise.
2555         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
2556         * tree-vect-stmts.c (vectorizable_call): Likewise.
2557         * tree.c (build_vector_from_ctor, build_one_cst): Likewise.
2558         (build_zero_cst): Handle more cases directly.  Update comment.
2559
2560 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
2561
2562         * config/i386/i386-protos.h (ix86_split_call_pop_vzeroupper): Removed.
2563         * config/i386/i386.c (ix86_split_call_pop_vzeroupper): Likewise.
2564
2565         * config/i386/i386.md (*call_pop_0_vzeroupper): Use parallel
2566         and call ix86_split_call_vzeroupper instead of
2567         ix86_split_call_pop_vzeroupper.
2568         (*call_pop_1_vzeroupper): Likewise.
2569         (*sibcall_pop_1_vzeroupper): Likewise.
2570         (*call_value_pop_0_vzeroupper): Likewise.
2571         (*call_value_pop_1_vzeroupper): Likewise.
2572         (*sibcall_value_pop_1_vzeroupper): Likewise.
2573
2574 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
2575
2576         * config/i386/i386.md (*sibcall_1_rex64_vzeroupper): Fix a typo.
2577
2578 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
2579
2580         * basic-block.h (insert_insn_end_bb_new): Delete.
2581         * cfgrtl.c (insert_insn_end_bb_new): Likewise.
2582
2583 2010-11-02  Uros Bizjak  <ubizjak@gmail.com>
2584             H.J. Lu  <hongjiu.lu@intel.com>
2585
2586         * config/i386/i386-protos.h (ix86_split_call_vzeroupper): New.
2587         (ix86_split_call_pop_vzeroupper): Likewise.
2588
2589         * config/i386/i386.c (move_or_delete_vzeroupper_2): Rewrite the loop.
2590         (ix86_expand_call): Conditionally decorate calls with
2591         UNSPEC_CALL_NEEDS_VZEROUPPER unspec.
2592         (ix86_split_call_vzeroupper): New.
2593         (ix86_split_call_pop_vzeroupper): Likewise.
2594
2595         * config/i386/i386.md (UNSPEC_CALL_NEEDS_VZEROUPPER): New.
2596         (*call_pop_0_vzeroupper): New insn_and_split pattern.
2597         (*call_pop_1_vzeroupper): Likewise.
2598         (*sibcall_pop_1_vzeroupper): Likewise.
2599         (*call_0_vzeroupper): Likewise.
2600         (*call_1_vzeroupper): Likewise.
2601         (*sibcall_1_vzeroupper): Likewise.
2602         (*call_1_rex64_vzeroupper): Likewise.
2603         (*call_1_rex64_ms_sysv_vzeroupper): Likewise.
2604         (*call_1_rex64_large_vzeroupper): Likewise.
2605         (*sibcall_1_rex64_vzeroupper): Likewise.
2606         (*call_value_pop_0_vzeroupper): Likewise.
2607         (*call_value_pop_1_vzeroupper): Likewise.
2608         (*sibcall_value_pop_1_vzeroupper): Likewise.
2609         (*call_value_0_vzeroupper): Likewise.
2610         (*call_value_0_rex64_vzeroupper): Likewise.
2611         (*call_value_0_rex64_ms_sysv_vzeroupper): Likewise.
2612         (*call_value_1_vzeroupper): Likewise.
2613         (*sibcall_value_1_vzeroupper): Likewise.
2614         (*call_value_1_rex64_vzeroupper): Likewise.
2615         (*call_value_1_rex64_ms_sysv_vzeroupper): Likewise.
2616         (*call_value_1_rex64_large_vzeroupper): Likewise.
2617         (*sibcall_value_1_rex64_vzeroupper): Likewise.
2618
2619 2010-11-02  Ian Lance Taylor  <iant@google.com>
2620
2621         PR lto/46273
2622         * config.gcc: Revert last patch: set lto_binary_reader.
2623
2624 2010-11-02  Richard Guenther  <rguenther@suse.de>
2625
2626         PR tree-optimization/46149
2627         * tree-ssa-structalias.c (get_constraint_for_1): Properly handle
2628         non-indirect MEM_REF variants.
2629
2630 2010-11-02  Richard Guenther  <rguenther@suse.de>
2631
2632         PR tree-optimization/46216
2633         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
2634         Check if we can propagate from a POINTER_PLUS_EXPR before doing so.
2635
2636 2010-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2637
2638         * configure.ac (*-*-irix6*): Disable set_have_as_tls.
2639         (*-*-osf*): Likewise.
2640         * configure: Regenerate.
2641
2642 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
2643
2644         * config/i386/driver-i386.c (host_detect_local_cpu): Updated
2645         for Intel Core 2 and Core i7.
2646
2647 2010-11-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
2648
2649         Model decoder of Core 2/i7 for multipass scheduling.
2650
2651         * config/i386/i386-protos.h (struct ix86_first_cycle_multipass_data_):
2652         New type to hold target-specific data for multipass scheduling.
2653         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
2654         * config/i386/i386.c (ia32_multipass_dfa_lookahead): Update for
2655         Core 2/i7.
2656         (core2i7_secondary_decoder_max_insn_size,)
2657         (core2i7_secondary_ifetch_block_size, core2i7_ifetch_block_max_insns):
2658         New static variables.
2659         ([const_]ix86_first_cycle_multipass_data_t): New typedefs.
2660         ([_]ix86_first_cycle_multipass_data): New static variable.
2661         (core2i7_first_cycle_multipass_init, core2i7_dfa_poast_advance_cycle):
2662         Implement targetm.sched hooks.
2663         (core2i7_first_cycle_multipass_filter_ready_try): New static subroutine
2664         of ...
2665         (core2i7_first_cycle_multipass_{begin, issue, backtrack, end, fini}):
2666         Implement new targetm.sched hooks.
2667         (ix86_sched_init_global, TARGET_SCHED_INIT_GLOBAL): Define
2668         targetm.sched hook to install multipass scheduling hooks on demand.
2669
2670         * doc/tm.texi.in: Document new targetm.sched hooks.
2671         * doc/tm.texi: Regenerate.
2672
2673         * haifa-sched.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DATA_T): Define.
2674         (first_cycle_multipass_data_t): New typedef.
2675         (struct choice_entry: target_data): New field.
2676         (max_issue): Add first_cycle_insn_p parameter.  Call new target hooks
2677         to allow target model restrictions not represented in DFA.
2678         (choose_ready, schedule_block): Update.
2679         (sched_extend_ready_list, sched_finish_ready_list): Call new target
2680         hooks to initialize target-specific data for multipass scheduling.
2681         * sched-int.h (max_issue): Update declaration.
2682         * sel-sched.c (choose_best_insn): Update.
2683         * target.def (first_cycle_multipass_{begin, issue, backtrack},)
2684         (first_cycle_multipass_{init, fini}): Define and document new
2685         targetm.sched hooks.
2686
2687 2010-11-02  Richard Guenther  <rguenther@suse.de>
2688
2689         PR tree-optimization/46184
2690         * tree-vect-loop.c (vectorizable_reduction): Try to obtain the
2691         input vector type from the reduction operand as well.
2692
2693 2010-11-02  Richard Guenther  <rguenther@suse.de>
2694
2695         PR tree-optimization/46177
2696         * tree-loop-distribution.c (prop_phis): Use
2697         mark_virtual_phi_result_for_renaming.
2698
2699 2010-11-02  Martin Jambor  <mjambor@suse.cz>
2700
2701         PR middle-end/46120
2702         * tree.c (get_binfo_at_offset): Bail out on artificial
2703         fields.  Identify primary bases according to their offsets.
2704
2705 2010-11-02  Martin Jambor  <mjambor@suse.cz>
2706
2707         PR tree-optimization/45875
2708         * gimple-fold.c (get_first_base_binfo_with_virtuals): Removed.
2709         (gimple_get_relevant_ref_binfo): Detect primary bases according to
2710         their field offset.
2711
2712 2010-11-02  Ian Lance Taylor  <iant@google.com>
2713
2714         * doc/install.texi (Configuration): Note in two places that Java
2715         is not enabled by default.
2716
2717 2010-11-02  Ian Lance Taylor  <iant@google.com>
2718
2719         * doc/install.texi (Prerequisites): Remove libelf paragraphs.
2720         (Configuration): Mention --disable-lto.  Remove --with-libelf
2721         paragraph.
2722
2723 2010-11-02  Ian Lance Taylor  <iant@google.com>
2724
2725         * configure.ac: Remove elf_getshdrstrndx test.  Don't substitute
2726         LTO_BINARY_READER or LTO_USE_LIBELF.  Remove LIBELFLIBS and
2727         LIBELFINC.  Remove HAVE_libelf.
2728         * config.gcc: Don't set lto_binary_reader.
2729         * Makefile.in (LIBELFLIBS, LIBELFINC): Remove variables.
2730         (LTO_BINARY_READER, LTO_USE_LIBELF): Remove variables.
2731         (LIBS): Remove $(LIBELFLIBS).
2732         (INCLUDES): Remove $(LIBELFINC).
2733         * configure: Rebuild.
2734         * config.in: Rebuild.
2735
2736 2010-11-02  Nathan Froyd  <froydnj@codesourcery.com>
2737
2738         * config/microblaze/microblaze-protos.h (function_arg): Delete.
2739         (function_arg_advance): Delete.
2740         * config/microblaze/microblaze.h (FUNCTION_ARG_ADVANCE): Delete.
2741         (FUNCTION_ARG): Delete.
2742         * config/microblaze/microblaze.c (function_arg_advance): Rename to...
2743         (microblaze_function_arg_advance): ...this.  Make static.  Take a
2744         const_tree and a bool.
2745         (function-arg): Rename to...
2746         (microblaze_function_arg): ...this.  Make static.  Take a const_tree
2747         and a bool.
2748         (microblaze_expand_prologue): Call targetm.calls.function_arg and
2749         targetm.calls.function_arg_advance.
2750         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2751
2752 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
2753
2754         Merge from FSF "apple/trunk" branch.
2755
2756         * config/rs6000/darwin.opt (mdynamic-no-pic): move from here ...
2757         * config/darwin.opt: .. to here.
2758         (matt-stubs): New option.
2759         * config/i386/darwin.opt: Delete.
2760         * config/i386/i386.h (MACHOPIC_ATT_STUB): New.
2761         (MACHO_DYNAMIC_NO_PIC_P): New.
2762         (MACHOPIC_INDIRECT): New.
2763         (MACHOPIC_PURE): New.
2764         * config/i386/darwin.h (DARWIN_X86) Define to 1.
2765         (MACHOPIC_ATT_STUB): New.
2766         (CC1_SPEC): Do not remove mdynamic-no-pic.
2767         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
2768         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
2769         (FUNCTION_PROFILER): Correct over-length line.
2770         (SUBTARGET_OVERRIDE_OPTIONS): New.
2771         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
2772         * config/i386/i386.c (config/i386/i386.c): Darwin has no PLT.
2773         (legitimate_constant_p): Handle mdynamic-no-pic.
2774         (ix86_legitimate_address_p): Likewise.
2775         (ix86_legitimize_address): Likewise.
2776         (ix86_expand_move): Likewise.
2777         (machopic_output_stub): Update for ATT-style stubs and
2778         mdynamic-no-pic.
2779         * config/darwin-protos.h (machopic_symbol_defined_p): New.
2780         * config/rs6000/darwin.h (DARWIN_PPC): Define to 1.
2781         TARGET_DYNAMIC_NO_PIC: Remove.
2782         Move HOT_TEXT_SECTION_NAME: move to config/darwin.h
2783         UNLIKELY_EXECUTED_TEXT_SECTION_NAME: Likewise.
2784         * config/rs6000/rs6000.c (darwin_rs6000_override_options):
2785         Remove handling of mdynamic-no-pic.
2786         * config/darwin.c (HAVE_lo_sum, gen_macho_high, gen_macho_low):
2787         Define if required.
2788         (machopic_symbol_defined_p): Do not try to use current_function_decl
2789         when generating _get_pc thunks within stubs.
2790         (machopic_indirect_data_reference): Rework for direct conditionals
2791         rather than #ifdefs, add x86 mdynamic-no-pic
2792         (machopic_legitimize_pic_address): Update to use HAVE_lo_sum with a
2793         defined value.
2794         (darwin_override_options): Handle mdynamic-no-pic here.
2795         * config/darwin-sections.def (machopic_lazy_symbol_ptr2_section): New.
2796         (machopic_lazy_symbol_ptr3_section): New.
2797         (machopic_picsymbol_stub2_section): New.
2798         (machopic_picsymbol_stub3_section): New.
2799         * config/darwin.h (DARWIN_X86, DARWIN_PPC): Define to 0.
2800         (MACHOPIC_NL_SYMBOL_PTR_SECTION): New.
2801         (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
2802         Moved common definition from x86 and rs6000.
2803         (MACHO_DYNAMIC_NO_PIC_P): Override value.
2804         (MACHOPIC_INDIRECT): Likewise.
2805         (MACHOPIC_PURE): Likewise.
2806         * config.gcc (x86-darwin-*): Remove darwin.opt.
2807
2808 2010-11-02  Jakub Jelinek  <jakub@redhat.com>
2809
2810         PR debug/46255
2811         * tree-cfg.c (gimple_flow_call_edges_add): Use gsi_last_nondebug_bb
2812         instead of gsi_last_bb.
2813
2814 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
2815             Maxim Kuvyrkov  <maxim@codesourcery.com>
2816
2817         * config/i386/i386.c (cpu_names): Add "corei7".
2818         * config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.
2819
2820 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
2821             Maxim Kuvyrkov  <maxim@codesourcery.com>
2822
2823         Tune alignment for Intel Core i7
2824
2825         * config/i386.h (TARGET_COREI7{_32,_64,}): New macros.
2826         (enum processor_type): Update comment.  Add entries for Core i7.
2827         * config/i386-c.c (ix86_target_macros_internal): Update.
2828         * config/i386.c (m_COREI7{_32,_64}): New macros.
2829         (m_GENERIC32, m_GENERIC64): Use generic tuning for Core i7.
2830         (processor_target_table): Tune alignment for Core i7.
2831         (ix86_option_override_internal): Use PROCESSOR_COREI7_*.
2832
2833         * doc/invoke.texi: Document "corei7" option value.
2834
2835 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
2836             Maxim Kuvyrkov  <maxim@codesourcery.com>
2837             H.J. Lu  <hjl.tools@gmail.com>
2838
2839         Basic support for Intel Core i7
2840
2841         * i386.c (ix86_option_override_internal): Add entry for corei7, use
2842         generic tuning.  Use generic32 when compiling for 32-bit ABI.
2843
2844 2010-11-02  Iain Sandoe  <iains@gcc.gnu.org>
2845
2846         * config/darwin.c (darwin_asm_named_section): Check for __DWARF
2847         sections and call darwin_asm_dwarf_section() to handle them.
2848         (darwin_asm_dwarf_section): New.
2849         (darwin_file_start): Remove code emitting dwarf section symbols.
2850
2851 2010-11-02  Chung-Lin Tang  <cltang@codesourcery.com>
2852
2853         * Makefile.in (LIBGCC2_CFLAGS): Add -fno-stack-protector, to
2854         explicitly disable stack protection when building libgcc.
2855         (CRTSTUFF_CFLAGS): Same, for crtbegin/end.
2856
2857 2010-11-01  Jason Merrill  <jason@redhat.com>
2858
2859         * fold-const.c (fold_indirect_ref_1): Handle folding
2860         POINTER_PLUS_EXPR to ARRAY_REF.
2861
2862 2010-11-01  Kaz Kojima  <kkojima@gcc.gnu.org>
2863
2864         * config/sh/sh.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
2865         (sh_delegitimize_address): New function.
2866
2867 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
2868
2869         * config/alpha/alpha.h (WORD_SWITCH_TAKES_ARG): Remove.
2870         * config/cris/cris.h (WORD_SWITCH_TAKES_ARG): Remove.
2871         (CC1_SPEC): Don't handle -target.
2872         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove single-argument
2873         options.
2874         * config/darwin.opt (Zallowable_client, Zbundle_loader,
2875         Zdylib_file, Zexported_symbols_list, Zfn_seg_addr_table_filename,
2876         Zimage_base, Zinit, Zinstall_name, Zmultiply_defined,
2877         Zmultiplydefinedunused, Zseg_addr_table, Zsegs_read_only_addr,
2878         Zsegs_read_write_addr, Zumbrella, Zunexported_symbols_list,
2879         Zweak_reference_mismatches, client_name, compatibility_version,
2880         current_version, dylinker_install_name, pagezero_size,
2881         read_only_relocs, seg1addr, segs_read_only_addr,
2882         segs_read_write_addr, sub_library, sub_umbrella): New.
2883         * config/freebsd-spec.h (BSD_WORD_SWITCH_TAKES_ARG): Remove.
2884         * config/freebsd.h (WORD_SWITCH_TAKES_ARG): Remove.
2885         * config/freebsd.opt: New.
2886         * config/interix.h (WORD_SWITCH_TAKES_ARG): Remove.
2887         * config/mips/iris6.h (WORD_SWITCH_TAKES_ARG): Remove.
2888         * config/rpath.opt: New.
2889         * config.gcc (*-*-freebsd*): Use rpath.opt and freebsd.opt.
2890         (alpha*-dec-osf5.1*, i[34567]86-*-interix3*, mips-sgi-irix6.5*):
2891         Use rpath.opt.
2892
2893 2010-11-01  Joseph Myers  <joseph@codesourcery.com>
2894
2895         * common.opt (R, T, Tbss, Tdata, Ttext, h, z): New.
2896         * defaults.h (DEFAULT_SWITCH_TAKES_ARG, SWITCH_TAKES_ARG): Remove.
2897         (DEFAULT_WORD_SWITCH_TAKES_ARG): Define to 0.
2898         * doc/tm.texi.in (SWITCH_TAKES_ARG): Remove.
2899         (WORD_SWITCH_TAKES_ARG): Don't refer to SWITCH_TAKES_ARG.
2900         Document that options in .opt files do not need to be included.
2901         * doc/tm.texi: Regenerate.
2902         * gcc.c (LINK_COMMAND_SPEC): Don't include %{x}.
2903         * opts-common.c: Update comment on tm.h include.
2904         (decode_cmdline_option): Don't use SWITCH_TAKES_ARG.
2905         * system.h (SWITCH_TAKES_ARG): Poison.
2906         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Remove.
2907         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Remove options included
2908         in darwin.opt.
2909         (LINK_COMMAND_SPEC_A): Don't include %{x}.
2910         * config/fr30/fr30.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2911         * config/freebsd-spec.h (FBSD_SWITCH_TAKES_ARG): Remove.
2912         * config/freebsd.h (SWITCH_TAKES_ARG): Remove.
2913         * config/frv/frv.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2914         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Don't include %{x}.
2915         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Remove.
2916         * config/interix.h (WORD_SWITCH_TAKES_ARG): Don't handle -T options.
2917         * config/lm32/lm32.h (SWITCH_TAKES_ARG): Remove.
2918         * config/m32r/m32r.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2919         * config/microblaze/microblaze.h (SWITCH_TAKES_ARG): Remove.
2920         * config/mips/mips.h (SWITCH_TAKES_ARG): Remove.
2921         * config/mips/netbsd.h (SWITCH_TAKES_ARG): Remove.
2922         * config/mips/vxworks.h (SWITCH_TAKES_ARG): Remove.
2923         * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove.
2924         * config/netbsd-elf.h (SWITCH_TAKES_ARG): Remove.
2925         * config/openbsd.h (SWITCH_TAKES_ARG): Remove.
2926         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Remove.
2927         * config/score/score.h (SWITCH_TAKES_ARG): Remove.
2928         * config/sol2.h (SWITCH_TAKES_ARG): Remove.
2929         * config/sparc/sp-elf.h (SWITCH_TAKES_ARG): Remove.
2930         * config/sparc/sp64-elf.h (SWITCH_TAKES_ARG): Remove.
2931         * config/sparc/sparc.h (ASM_SPEC): Don't include %{R}.
2932         * config/svr4.h (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2933
2934 2010-11-01  Paul Koning  <ni1d@arrl.net>
2935
2936         * config/pdp11/pdp11.md: Use iterators.
2937         (addqi3, subqi3, iorsi3, xorsi3): Delete.
2938
2939 2010-11-01  Steve Ellcey  <sje@cup.hp.com>
2940
2941         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): Move under ifdef
2942         GCC_INSN_FLAGS_H.
2943         * libgcov.c (__gcov_indirect_call_profiler): Set
2944         VTABLE_USES_DESCRIPTORS if TARGET_VTABLE_USES_DESCRIPTORS is
2945         defined and use in place of TARGET_VTABLE_USES_DESCRIPTORS.
2946
2947 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
2948
2949         PR tree-optimization/46259
2950
2951         Revert:
2952         2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
2953         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use
2954         build_vector_from_val.
2955
2956 2010-11-01  DJ Delorie  <dj@redhat.com>
2957
2958         * config/rx/rx.h (TARGET_CPU_CPP_BUILTINS): Add define for RX610
2959         as well as an assertion.
2960
2961 2010-11-01  Paul Koning  <ni1d@arrl.net>
2962
2963         * config/pdp11/pdp11.c (pdp11_return_in_memory): Return vector and
2964         complex modes in memory.
2965
2966 2010-11-01  Nathan Froyd  <froydnj@codesourcery.com>
2967
2968         * tree.c (build_vector_from_val): Use useless_type_conversion_p.
2969
2970 2010-11-01  Jakub Jelinek  <jakub@redhat.com>
2971
2972         PR target/45250
2973         * var-tracking.c (cfa_base_rtx): Move definition earlier in the file.
2974         (cfa_base_offset): New variable.
2975         (compute_cfa_pointer): Use cfa_base_rtx and cfa_base_offset.
2976         (adjust_mems): Don't do any sp or hfp replacements if cfa_base_rtx
2977         is NULL.
2978         (vt_init_cfa_base): Initialize cfa_base_offset.
2979
2980 2010-11-01  Alan Modra  <amodra@gmail.com>
2981
2982         PR target/46030
2983         * config/rs6000/rs6000.c (struct rs6000_stack): Add reload_completed
2984         and savres_strategy.
2985         (stack_info): New file scope var.
2986         (rs6000_init_machine_status): Init stack_info.
2987         (SAVRES_INLINE_FPRS, SAVRES_INLINE_GPRS,
2988         SAVRES_NOINLINE_GPRS_SAVES_LR, SAVRES_NOINLINE_FPRS_SAVES_LR,
2989         SAVRES_NOINLINE_FPRS_DOESNT_RESTORE_LR): Replace with..
2990         (SAVE_INLINE_FPRS, SAVE_INLINE_GPRS, REST_INLINE_FPRS, REST_INLINE_GPRS,
2991         SAVE_NOINLINE_GPRS_SAVES_LR, SAVE_NOINLINE_FPRS_SAVES_LR
2992         REST_NOINLINE_FPRS_DOESNT_RESTORE_LR): ..this.  Update all refs.
2993         (rs6000_savres_strategy): Rewrite.
2994         (rs6000_stack_info): Use "stack_info" in place of local "info".
2995         Return cached stack info when reload_completed unless ENABLE_CHECKING
2996         in which case confirm newly calculated stack info matches old info.
2997         Delay calculation of lr_save_p, set it for out of line gp save/restore
2998         as well as fp.  Call rs6000_savres_strategy from here..
2999         (rs6000_emit_prologue, rs6000_emit_epilogue): ..rather than here.
3000         (rs6000_output_function_prologue): Use info->savres_strategy to
3001         determine whether fp save/restore externs need to be emitted.
3002
3003 2010-10-31  Jason Merrill  <jason@redhat.com>
3004
3005         * tree.h (EXPR_LOC_OR_HERE): New macro.
3006         * builtins.c (c_strlen): Use it.
3007         * c-decl.c (build_enumerator): Likewise.
3008         * gimplify.c (internal_get_tmp_var): Likewise.
3009         (shortcut_cond_expr): Likewise.
3010         (gimplify_one_sizepos): Likewise.
3011
3012 2010-10-31  Richard Henderson  <rth@redhat.com>
3013
3014         * config/i386/cygming.h (TARGET_SEH): New.
3015         (MAX_STACK_ALIGNMENT): New.  Disable alignment for SEH.
3016         (TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
3017         TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
3018         (TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
3019         (ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
3020         (ASM_DECLARE_FUNCTION_SIZE): New.
3021         * config/i386/i386-protos.h: Update.
3022         * config/i386/i386.c (ix86_option_override_internal): Enable
3023         flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
3024         restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
3025         (ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
3026         (ix86_compute_frame_layout): For SEH, disable
3027         use_fast_prologue_epilogue, move frame pointer to the end of
3028         the frame.  Initialize hfp_save_offset.
3029         (ix86_expand_prologue): Honor hfp_save_offset.  Emit blockage
3030         at end of prologue for SEH.
3031         (ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
3032         emit blockage at beginning of epilogue.
3033         (ix86_expand_binary_operator): After reload, emit LEA if needed.
3034         (ix86_output_call_insn): New.
3035         * config/i386/i386.h (TARGET_SEH): New.
3036         (struct machine_function): Add member seh.
3037         * config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
3038         * config/i386/winnt.c (struct seh_frame_state): New.
3039         (i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
3040         seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
3041         seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
3042         i386_pe_start_function, i386_pe_end_function): New.
3043
3044         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
3045         as CFA_STORE in rules 12 and 13.
3046
3047 2010-10-31  Uros Bizjak  <ubizjak@gmail.com>
3048
3049         PR tree-optimization/46142
3050         * tree-vect-stmts.c (vectorizable_call): Enlarge dt array to
3051         accommodate third function argument.
3052
3053 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
3054
3055         * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.
3056
3057 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
3058
3059         * fold-const.c (build_zero_vector): Use build_vector_from_val.
3060         * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
3061         (get_initial_def_for_reduction): Likewise.
3062         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
3063         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
3064         * tree.c (build_one_cst): Likewise.
3065         (build_vector_from_val): Use types_compatible_p for assert.
3066
3067 2010-10-30  Nathan Froyd  <froydnj@codesourcery.com>
3068
3069         * emit-rtl.c (mark_used_flags): New function.
3070         (set_used_flags, reset_used_flags): Call it.
3071
3072 2010-10-30  Uros Bizjak  <ubizjak@gmail.com>
3073
3074         PR middle-end/44569
3075         * lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
3076         determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
3077
3078 2010-10-30  H.J. Lu  <hongjiu.lu@intel.com>
3079
3080         PR target/46195
3081         * config/i386/i386.c (contains_aligned_value_p): Renamed to ...
3082         (ix86_compat_aligned_value_p): This.
3083         (ix86_old_function_arg_boundary): Renamed to ...
3084         (ix86_compat_function_arg_boundary): This.  Updated.
3085         (ix86_contains_aligned_value_p): New.
3086         (ix86_function_arg_boundary): Align long double parameters on
3087         stack to 4byte in 32bit.
3088
3089 2010-10-30  Nicola Pero  <nicola.pero@meta-innovation.com>
3090
3091         Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
3092         * c-parser.c (c_parser_objc_at_property_declaration): Removed
3093         parsing of RID_COPIES and RID_IVAR.  Updated call to
3094         objc_add_property_declaration.
3095         * c-typecheck.c (build_component_ref): Call
3096         objc_maybe_build_component_ref instead of objc_build_setter_call.
3097         Use objc_is_property_ref to improve Objective-C checks.
3098         (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
3099         of objc_build_getter_call.
3100
3101 2010-10-29  Paul Koning  <ni1d@arrl.net>
3102
3103         * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
3104         REGNO_MODE_OK_FOR_REG_BASE, REGNO_MODE_CODE_OK_FOR_BASE_P,
3105         REGNO_OK_FOR_INDEX_P): Delete non-strict variant.
3106         (REG_OK_STRICT): Move description.
3107
3108 2010-10-29  Paul Koning  <ni1d@arrl.net>
3109
3110         * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
3111
3112 2010-10-29  Paul Koning  <ni1d@arrl.net>
3113
3114         * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
3115
3116 2010-10-29  Paul Koning  <ni1d@arrl.net>
3117
3118         PR/41822
3119         * config/pdp11/pdp11.md (andhi3, andqi3): Fix wrong code error.
3120
3121 2010-10-29  Richard Henderson  <rth@redhat.com>
3122
3123         PR rtl-opt/46226
3124         * stmt.c (expand_asm_operands): Call do_pending_stack_adjust
3125         for asm goto.
3126
3127 2010-10-29  Paul Koning  <ni1d@arrl.net>
3128
3129         * config/pdp11/pdp11.c (output_move_quad): Fix ICE for CPU
3130         register to register move.
3131
3132 2010-10-29  Paul Koning  <ni1d@arrl.net>
3133
3134         * config/pdp11/pdp11.c (print_operand_address): Correct handling
3135         of integer constant addresses, delete vax-only logic.
3136
3137 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
3138
3139         * config/picochip/picochip.c (picochip_is_short_branch): Simplify
3140         a conditional expression.
3141
3142 2010-10-29  Paul Koning  <ni1d@arrl.net>
3143
3144         * config/pdp11/pdp11.c (pdp11_trampoline_init): Correct
3145         instruction encoding.
3146
3147 2010-10-29  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
3148             Andrew Pinski  <pinskia@gmail.com>
3149
3150         * tree.h (build_vector_from_val): Declare.
3151         * tree.c (build_vector_from_val): New function.
3152         * c-typeck.c (build_binary_op): Handle vector shifting.
3153         * doc/extend.texi: Description of the vector shifting operation.
3154
3155 2010-10-29  Paul Koning  <pkoning@equallogic.com>
3156
3157         * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class,
3158         pdp11_secondary_memory_needed): Declare.
3159         * config/pdp11/predicates.md (float_operand): New predicate.
3160         * config/pdp11/pdp11.md (RETVAL_REGNUM): New constant.
3161         (cbranchdf4, movdf): Change predicate.
3162         (movsf): Handle FPU register case.
3163         (truncdfsf2, extendsfdf2): Add FPU register case.
3164         * config/pdp11/pdp11.c (TARGET_SECONDARY_RELOAD,
3165         TARGET_REGISTER_MOVE_COST, TARGET_PREFERRED_RELOAD_CLASS,
3166         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
3167         (pdp11_register_move_cost): Update cost matrix.
3168         (pdp11_cannot_change_mode_class, pdp11_preferred_reload_class,
3169         pdp11_preferred_output_reload_class, pdp11_secondary_reload,
3170         pdp11_secondary_memory_needed): New function.
3171         (pdp11_return_in_memory): Add other float types.
3172         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Add other float types.
3173         (SECONDARY_MEMORY_NEEDED, CANNOT_CHANGE_MODE_CLASS): Define.
3174         (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS,
3175         REGISTER_MOVE_COST): Delete.
3176         (BASE_RETURN_VALUE_REG): Add other float types.
3177
3178 2010-10-29  Nick Clifton  <nickc@redhat.com>
3179
3180         * doc/invoke.texi: Document -mam34 and -mtune options.
3181         * config/mn10300/mn10300.c (mn10300_tune_string): New variable.
3182         (mn10300_tune_cpu): New variable.
3183         (mn10300_handle_option): Handle -mam34 and -mtune options.
3184         (mn10300_option_override): Convert tune string into tune cpu variable.
3185         (mn10300_legitimate_constant_p): Delete unused local variable.
3186         (is_load_insn): New function.
3187         (is_store_insn): New function.
3188         (mn10300_adjust_schedule_cost): New function.
3189         (TARGET_SCHED_ADJUST_COST): Define.
3190         * config/mn10300/mn10300.opt (mam34): New option.
3191         (mtune): New option.
3192         * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add AM34 support.
3193         (enum processor_type): Add AM34.
3194         (TARGET_AM34): Define.
3195         * config/mn10300/mn10300.md (attr cpu): Add am34.
3196         Add pipeline description.
3197         (movqi, movhi, movsi, movsf, movdf, movdi): Fix predicates.
3198         Remove unneeded alternatives.  Add timing attribute.
3199         (pop_pic_reg, am33_addsi3, mn10300_addsi3, am33_subsi3,
3200         mn10300_subsi3, mulsidi3, umulsidi3, am33_mulsi3,
3201         mn10300_mulsi3, udivmodsi4_am33, divmodsi4, am33_andsi3,
3202         mn10300_andsi3, am33_iorsi3, mn10300_iorsi3, am33_xorsi3,
3203         mn10300_xorsi3, byte_clear, byte_set, bit_clear1, bit_clear2,
3204         bit_set, am33_iorqi3, mn10300_iorqi3, test_byte_bitfield,
3205         bit_test, subreg_bit_test, cmpsi, am33_cmpsf, am33_subsi3,
3206         float_conditional_branch, jump, indirect_jump, tablejump,
3207         call_internal, call_value_internal, zero_extendqisi2_am33,
3208         zero_extendqisi2_mn10300, zero_extendhisi2_am33,
3209         zero_extendhisi2_mn10300, extendqisi2_am33, extendqisi2_mn10300,
3210         extendhisi2_am33, extendhisi2_mn10300, am33_ashlsi3,
3211         mn10300_ashlsi3, am33_lshrsi3, mn10300_lshrsi3, am33_ashrisi3,
3212         mn10300_ashrsi3, abssf2_am33_2, negsf2_am33_2, rsqrtsf2,
3213         addsf3_internal, subsf3_internal, mulsf3_internal, divsf3,
3214         fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4, return_internal,
3215         return_internal_regs, store_movm, return, call_next_insn):
3216         Add timing attribute.
3217         (am33_subsi3): Add missing clobber of CC_REG.
3218         (am33_andsi3, mn10300_andsi3): Fix compile time warnings.
3219         (udivmodsi4, udivmodsi4_insn, divmodsi4, test_byte_bitfield,
3220         subreg_bit_test, zero_extendqisi2, zero_extendhisi2,
3221         extendqisi2): Fix predicates.
3222         (call_internal, call_internal_value): Separate alternatives.
3223         * config/mn10300/t-mn10300: Add AM34 multilib.
3224
3225 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
3226
3227         * config/sh/sh.c (sh_promote_function_mode): Use
3228         default_promote_function_mode if !sh_promote_prototypes.
3229
3230 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
3231
3232         * recog.c (split_all_insns): Remove dead code.
3233
3234 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3235
3236         * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3237
3238 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3239
3240         * config/cris/cris.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
3241         (FUNCTION_ARG_ADVANCE): Delete.
3242         * config/cris/cris.c (cris_function_arg_1, cris_function_arg): New
3243         functions.
3244         (cris_function_incoming_arg, cris_function_arg_advance): New functions.
3245         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3246         (TARGET_FUNCTION_ARG_ADVANCE): Define.
3247
3248 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3249
3250         * config/lm32/lm32-protos.h (lm32_function_arg): Delete.
3251         * config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3252         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
3253         Take a const_tree and a bool.
3254         (mcore_function_arg_advance): New function.
3255         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3256
3257 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3258
3259         * config/mcore/mcore-protos.h (mcore_function_arg): Delete.
3260         * config/mcore/mcore.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3261         * config/mcore/mcore.c (mcore_function_arg): Declare.  Make static.
3262         Take a const_tree and a bool.
3263         (mcore_function_arg_advance): New function.
3264         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3265
3266 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3267
3268         * config/h8300/h8300-protos.h (function_arg): Delete.
3269         * config/h8300/h8300.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3270         * config/h8300/h8300.c (function_arg): Rename to...
3271         (h8300_function_arg): ...this.  Make static.  Take a const_tree and
3272         a bool.
3273         (h8300_function_arg_advance): New function.
3274         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3275
3276 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3277
3278         * config/arc/arc.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move code
3279         to...
3280         * config/arc/arc.c (arc_function_arg): ...here and...
3281         (arc_function_arg_advance): ...here.  New functions.
3282         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3283
3284 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3285
3286         * config/crx/crx-protos.h (crx_function_arg): Delete.
3287         (crx_function_arg_advance): Delete.
3288         * config/crx/crx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3289         * config/crx/crx.c (crx_function_arg): Make static.  Take a
3290         const_tree and a bool.
3291         (crx_function_arg_advance): Make static.  Take a const_tree and a bool.
3292         (enough_regs_for_param): Take a const_tree.
3293         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3294
3295 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3296
3297         * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg): Delete.
3298         (m68hc11_function_arg_advance): Delete.
3299         * config/m68hc11/m68hc11.h (FUNCTION_ARG): Delete.
3300         (FUNCTION_ARG_ADVANCE): Delete.
3301         * config/m68hc11/m68hc11.c (m68hc11_function_arg): Make static.
3302         Take a const_tree and a bool.
3303         (m68hc11_function_arg_advance): Likewise.
3304         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3305
3306 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3307
3308         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete.
3309         (xstormy16_function_arg_advance): Delete.
3310         * config/stormy16/stormy16.h (FUNCTION_ARG): Delete.
3311         (FUNCTION_ARG_ADVANCE): Delete.
3312         * config/stormy16/stormy16.c (xstormy16_function_arg): Make static.
3313         Take a const_tree and a bool.
3314         (xstormy16_function_arg_advance): Likewise.  Return void, updating
3315         the CUM parameter instead.
3316         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3317
3318 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3319
3320         * config/moxie/moxie-protos.h (moxie_function_arg): Delete.
3321         * config/moxie/moxie.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3322         (MOXIE_FUNCTION_ARG_SIZE): Move to...
3323         * config/moxie/moxie.c (MOXIE_FUNCTION_ARG_SIZE): ...here.
3324         (moxie_function_arg): Make static.  Take a const_tree and a bool.
3325         (moxie_function_arg_advance): New function.
3326         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3327
3328 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3329
3330         * config/mn10300/mn10300-protos.h (function_arg): Delete.
3331         * config/mn10300/mn10300.h (FUNCTION_ARG): Delete.
3332         (FUNCTION_ARG_ADVANCE): Delete.
3333         * config/mn10300/mn10300.c (function_arg): Rename to...
3334         (mn10300_function_arg): ...this.  Make static.  Take a const_tree
3335         and a bool.
3336         (mn10300_function_arg_advance): New function.
3337         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3338
3339 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3340
3341         * config/iq2000/iq2000-protos.h (function_arg): Delete.
3342         (function_arg_advance): Delete.
3343         * config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3344         * config/iq2000/iq2000.c (function_arg): Rename to...
3345         (iq2000_function_arg): ...this.  Make static.  Take a const_tree and
3346         a bool.
3347         (function_arg_advance): Rename to...
3348         (iq2000_function_arg_advance): ...this.  Make static.  Take a
3349         const_tree and a bool.
3350         (iq2000_expand_prologue): Call iq2000_function_arg_advance and
3351         iq2000_function_arg.
3352         (iq2000_pass_by_reference): Call iq2000_function_arg).
3353         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3354
3355 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3356
3357         * config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
3358         * config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3359         * config/fr30/fr30.c (fr30_num_arg_regs): Make static.  Take a
3360         const_tree.
3361         (fr30_function_arg): New function.
3362         (fr30_function_arg_advance): New function.
3363         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3364
3365 2010-10-28  Nathan Froyd  <froydnj@codesourcery.com>
3366
3367         * config/frv/frv-protos.h (frv_function_arg): Delete.
3368         (frv_function_arg_advance): Delete.
3369         * config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3370         * config/frv/frv.c (frv_function_arg): Rename to...
3371         (frv_function_arg_1): Make static.  Take const_tree and bool arguments.
3372         (frv_function_arg, frv_function_incoming_arg): New functions.
3373         (frv_function_arg_advance): Make static.  Take a const_tree and a bool.
3374         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3375         (TARGET_FUNCTION_ARG_ADVANCE): Define.
3376
3377 2010-10-28  Uros Bizjak  <ubizjak@gmail.com>
3378
3379         PR target/46153
3380         * config/i386/sse.md (sse_movhlps_exp): Use destination
3381         returned from ix86_fixup_binary_operands to expand insn.
3382         (sse_movlhps_exp): Ditto.
3383         (sse_loadhps_exp): Ditto.
3384         (sse_loadlps_exp): Ditto.
3385         (sse2_loadhpd_exp): Ditto.
3386         (sse2_loadlpd_exp): Ditto.
3387
3388 2010-10-28  Andrew Stubbs  <ams@codesourcery.com>
3389
3390         * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern
3391         constants in thumb2.
3392
3393 2010-10-28  Eric Botcazou  <ebotcazou@adacore.com>
3394
3395         * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
3396         arithmetics in masking operations.
3397         (contains_muldiv): Likewise.
3398         (try_combine): Likewise.
3399         (find_split_point): Likewise.
3400         (combine_simplify_rtx): Likewise.
3401         (simplify_if_then_else): Likewise.
3402         (simplify_set): Likewise.
3403         (expand_compound_operation): Likewise.
3404         (expand_field_assignment): Likewise.
3405         (make_extraction): Likewise.
3406         (extract_left_shift): Likewise.
3407         (make_compound_operation): Likewise.
3408         (force_to_mode): Likewise.
3409         (make_field_assignment): Likewise.
3410         (reg_nonzero_bits_for_combine): Likewise.
3411         (simplify_shift_const_1): Likewise.
3412         (simplify_comparison): Likewise.
3413
3414 2010-10-27  Nathan Froyd  <froydnj@codesourcery.com>
3415
3416         * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
3417         (ia64_function_arg_advance): Delete.
3418         * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
3419         (FUNCTION_ARG_ADVANCE): Delete.
3420         * config/ia64/ia64.c (ia64_function_arg): Rename to...
3421         (ia64_function_arg_1): ...this.  Make static.  Take const_tree and
3422         bool arguments.
3423         (ia64_function_arg, ia64_function_incoming_arg): New functions.
3424         (ia64_function_arg_advance): Make static.  Take a const_tree and
3425         a bool.
3426         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3427         (TARGET_FUNCTION_ARG_ADVANCE): Define.
3428
3429 2010-10-27  Steve Ellcey  <sje@cup.hp.com>
3430
3431         * doc/tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
3432         (TARGET_GET_RAW_ARG_MODE): New.
3433         * doc/tm.texi: Regenerate.
3434         * target.def (get_raw_result_mode): New.
3435         (get_raw_arg_mode): New.
3436         * targhooks.c (default_get_reg_raw_mode): New.
3437         * targhooks.h (default_get_reg_raw_mode): New.
3438         * builtins.c (apply_args_size): Use targetm.calls.get_raw_arg_mode.
3439         (apply_result_size): Ditto.
3440         * config/ia64/ia64.c (ia64_get_reg_raw_mode): New.
3441         (TARGET_GET_RAW_RESULT_MODE): Define.
3442         (TARGET_GET_RAW_ARG_MODE): Ditto.
3443
3444 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
3445
3446         * config/sparc/sol2-unwind.h (sparc64_fallback_frame_state): Adjust
3447         for newer Solaris 10 release.
3448         (sparc_fallback_frame_state): Likewise.
3449
3450 2010-10-27  Jason Merrill  <jason@redhat.com>
3451
3452         * gimplify.c (gimplify_decl_expr): Handle anonymous artificial
3453         variables sooner.
3454
3455 2010-10-27  Jie Zhang  <jie@codesourcery.com>
3456             Maxim Kuvyrkov  <maxim@codesourcery.com>
3457
3458         * haifa-sched.c (ISSUE_POINTS): Remove.
3459         (max_issue): Don't issue more than issue_rate instructions.
3460
3461 2010-10-27  Ian Lance Taylor  <iant@google.com>
3462
3463         PR target/46197
3464         * config/i386/i386.md (UNSPECV_SPLIT_STACK_RETURN): New.
3465         (split_stack_return): Replace UNSPEC_STACK_CHECK with
3466         UNSPECV_SPLIT_STACK_RETURN.
3467
3468 2010-10-27  H.J. Lu  <hongjiu.lu@intel.com>
3469
3470         * config/i386/i386-protos.h (init_cumulative_args): Add an int.
3471
3472         * config/i386/i386.c (block_info): New.
3473         (BLOCK_INFO): Likewise.
3474         (call_avx256_state): Likewise.
3475         (check_avx256_stores): Likewise.
3476         (move_or_delete_vzeroupper_2): Likewise.
3477         (move_or_delete_vzeroupper_1): Likewise.
3478         (move_or_delete_vzeroupper): Likewise.
3479         (use_avx256_p): Likewise.
3480         (function_pass_avx256_p): Likewise.
3481         (flag_opts): Add -mvzeroupper.
3482         (ix86_option_override_internal): Turn on MASK_VZEROUPPER by
3483         default for TARGET_AVX.  Turn off MASK_VZEROUPPER if TARGET_AVX
3484         is disabled.
3485         (ix86_function_ok_for_sibcall): Disable sibcall if we need to
3486         generate vzeroupper.
3487         (init_cumulative_args): Add an int to indicate caller.  Set
3488         use_avx256_p, callee_return_avx256_p and caller_use_avx256_p
3489         based on return type.
3490         (ix86_function_arg): Set use_avx256_p, callee_pass_avx256_p and
3491         caller_pass_avx256_p based on argument type.
3492         (ix86_expand_epilogue): Emit vzeroupper if 256bit AVX register
3493         is used, but not returned by caller.
3494         (ix86_expand_call): Emit vzeroupper if 256bit AVX register is used.
3495         (ix86_local_alignment): Set use_avx256_p if 256bit AVX register
3496         is used.
3497         (ix86_minimum_alignment): Likewise.
3498         (ix86_expand_special_args_builtin): Set target to
3499         GEN_INT (vzeroupper_intrinsic) for CODE_FOR_avx_vzeroupper.
3500         (ix86_reorg): Run the vzeroupper optimization if needed.
3501
3502         * config/i386/i386.h (ix86_args): Add caller.
3503         (INIT_CUMULATIVE_ARGS): Updated.
3504         (machine_function): Add use_vzeroupper_p, use_avx256_p,
3505         caller_pass_avx256_p, caller_return_avx256_p,
3506         callee_pass_avx256_p and callee_return_avx256_p.
3507
3508         * config/i386/i386.opt (-mvzeroupper): New.
3509
3510         * config/i386/predicates.md (vzeroupper_operation): Removed.
3511
3512         * config/i386/sse.md (avx_vzeroupper): Removed.
3513         (*avx_vzeroupper): Removed.
3514         (avx_vzeroupper): New.
3515
3516         * doc/invoke.texi: Document -mvzeroupper.
3517
3518 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
3519
3520         * config/i386/t-mingw32 (SHLIB_LC): Add -lmingwthrd.
3521         * config/i386/t-mingw-w32 (SHLIB_LC): Likewise.
3522         * config/i386/t-mingw-w64 (SHLIB_LC): Likewise.
3523
3524 2010-10-27  Eric Botcazou  <ebotcazou@adacore.com>
3525             Olivier Hainque  <hainque@adacore.com>
3526
3527         * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Fix regnum
3528         of EBP.  Do not restore reg #9.  Remove +1 adjustment to EIP and set
3529         fs->signal_frame instead.
3530
3531 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
3532
3533         * c-parser.c (cp_parser_objc_at_property_declaration): Removed
3534         parsing of RID_COPIES and RID_IVAR.
3535
3536 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
3537
3538         * c-parser.c (c_parser_objc_at_property_declaration): Recognize
3539         RID_ASSIGN, RID_COPY, RID_RETAIN, RID_READWRITE and RID_NONATOMIC.
3540         Do not use objc_set_property_attr, but use local variables
3541         instead.  Detect repeated usage of setter, getter and ivar
3542         attributes.  Improved error processing when a setter name does not
3543         end in ':'.  Do not check for CPP_CLOSE_PAREN after we determined
3544         that the token is a keyword.  Updated call to
3545         objc_add_property_declaration.
3546
3547 2010-10-27  Nicola Pero  <nicola.pero@meta-innovation.com>
3548
3549         * c-parser.c (c_parser_objc_at_property): Renamed to
3550         c_parser_objc_at_property_declaration.  Updated calls to
3551         objc_add_property_variable, now objc_add_property_declaration.
3552         Code rewritten to be much more robust in recovering from syntax
3553         errors.  Added comments.
3554         (c_parser_objc_property_attrlist): Removed.
3555         (c_parser_external_declaration): Updated calls to
3556         c_parser_objc_at_property, now
3557         c_parser_objc_at_property_declaration.
3558         (c_parser_objc_methodprotolist): Same change.
3559
3560 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
3561
3562         * config/i386/i386.md (split_stack_return): Put back unspec_volatile.
3563
3564 2010-10-26  Jan Hubicka  <jh@suse.cz>
3565
3566         * ipa.c (process_references): Enqueue all referenced nodes;
3567         mark as reachable only non-external nodes.
3568         (cgraph_remove_unreachable_nodes): All referenced nodes should
3569         be enqueued; remove bogues node->needed check.
3570
3571 2010-10-26  Jan Hubicka  <jh@suse.cz>
3572
3573         * cgraphbuild.c (build_cgraph_edges): Use ipa-reference
3574         to represent OMP.
3575
3576 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
3577
3578         * config/i386/i386.md (split_stack_return): Replace
3579         unspec_volatile with unspec.
3580
3581 2010-10-26  Jonathan Wakely  <jwakely.gcc@gmail.com>
3582
3583         * doc/install.texi: Fix typo in --with-sysroot description.
3584
3585 2010-10-26  Jan Hubicka  <jh@suse.cz>
3586
3587         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
3588         Use info provided by linker plugin.
3589
3590 2010-10-26  Jason Merrill  <jason@redhat.com>
3591
3592         * varasm.c (constructor_static_from_elts_p): Don't require a
3593         CONSTRUCTOR to have elements to be suitable for static
3594         initialization.  Allow ARRAY_TYPE as well.
3595
3596 2010-10-26  Jan Hubicka  <jh@suse.cz>
3597
3598         PR middle-end/45736
3599         * cgraph.c (cgraph_set_readonly_flag): Rename to...
3600         (cgraph_set_const_flags) ... this one; get also looping argument;
3601         clear constructor/destructor flags.
3602         (cgraph_set_pure_flag): Likewise.
3603         (cgraph_set_looping_const_or_pure_flag): Remove.
3604         (cgraph_can_remove_if_no_direct_calls_and_refs): Do not try
3605         to optimize away static ctors/dtors; it does not work on inline clones;
3606         external functions can always be rmeoved.
3607         (cgraph_will_be_removed_from_program_if_no_direct_calls): Assert on
3608         inline clones; in LTO external functions always can go.
3609         (cgraph_used_from_object_file_p): Handle EXTERNAL functions correctly.
3610         (cgraph_mark_address_taken_node): Assert that we are not taking
3611         address of inline clone.
3612         (cgraph_can_remove_if_no_direct_calls_p): We always eventually remove
3613         external functions.
3614         * ipa-cp.c (ipcp_cloning_candidate_p): Do not clone functions with
3615         address taken.
3616         (ipcp_initialize_node_lattices): Only local functions can be
3617         handled without cloning.
3618         * cgraph.h (cgraph_set_readonly_flag,
3619         cgraph_set_looping_const_or_pure_flag): Remove.
3620         (cgraph_set_const_flag): Declare.
3621         (cgraph_set_pure_flag): Update.
3622         * ipa-pure-const (propagate_pure_const, local_pure_const): Update
3623         flags setting code.
3624         * ipa.c (cgraph_remove_unreachable_nodes): Fix formating; do not
3625         look at inline clones; fix handling of external definitions.
3626         (cgraph_postorder): Do not look at inline clones in the first pass.
3627         (function_and_variable_visibility): Drop constructors/destructor
3628         flags at pure and const functions.
3629         * tree-profile.c (tree_profiling): Update.
3630         * ipa-inline.c (cgraph_clone_inlined_nodes): Always clone functions with
3631         address taken; external functions do not account to whole program size.
3632         (cgraph_decide_inlining): Likewise; do not try to inline
3633         functions already inlined.
3634
3635 2010-10-26  Jie Zhang  <jie@codesourcery.com>
3636
3637         * doc/invoke.texi: Improve documentation of
3638         -fstrict-volatile-bitfields.
3639
3640 2010-10-26  Ira Rosen  <irar@il.ibm.com>
3641
3642         PR tree-optimization/46167
3643         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check that there
3644         is basic block for the statement.
3645
3646 2010-10-26  Paul Koning  <ni1d@arrl.net>
3647
3648         * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
3649         current definition of struct_real_format.
3650
3651 2010-10-26  H.J. Lu  <hongjiu.lu@intel.com>
3652
3653         PR target/44948
3654         * config/i386/i386.c (ix86_old_function_arg_boundary): New.
3655         (ix86_function_arg_boundary): Always align parameters on stack
3656         in 64bit and align parameters with alignment >= 16byte on stack
3657         in 32bit.  Warn alignment change.
3658
3659 2010-10-26  Ian Lance Taylor  <iant@google.com>
3660
3661         PR middle-end/45687
3662         * ipa-prop.c (ipa_modify_call_arguments): Correct type of MEM_REF
3663         offset.
3664
3665 2010-10-25  Rodrigo Rivas Costa  <rodrigorivascosta@gmail.com>
3666
3667         Implement opaque-enum-specifiesr for C++0x
3668         * tree.h (ENUM_IS_OPAQUE): New.
3669         * dwarf2out.c (gen_enumeration_type_die): Use ENUM_IS_OPAQUE.
3670
3671 2010-10-26  Jie Zhang  <jie@codesourcery.com>
3672
3673         * stor-layout.c (layout_decl): Use the field's type to
3674         determine the mode and keep DECL_BIT_FIELD for a volatile bit-field.
3675         * config/arm/arm.c (arm_override_options): Default to
3676         -fstrict-volatile-bitfields.
3677
3678 2010-10-25  Paul Koning  <ni1d@arrl.net>
3679
3680         * config/pdp11/pdp11.md: Add define_constants for register
3681         numbers, branch offset limits.
3682         * config/pdp11/pdp11.c: Use named constants instead of numbers.
3683         * config/pdp11.pdp11.h: Ditto.
3684
3685 2010-10-25  Eric Botcazou  <ebotcazou@adacore.com>
3686
3687         * configure.ac: Use $cpu_type instead of $target to define the nop.
3688         * configure: Regenerate.
3689
3690 2010-10-25  Jie Zhang  <jie@codesourcery.com>
3691
3692         * combine.c (try_combine): If insns need to be kept around, check that
3693         they can be copied in the merged instruction.
3694
3695 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
3696
3697         * reg-stack.c (convert_regs_1): Return boolean value, true if the CFG
3698         has been modified.
3699         (convert_regs_2): Likewise.  Adjust calls to convert_regs_1.
3700         (convert_regs): Adjust calls to convert_regs_2.  Clean up the CFG if
3701         it has been modified.
3702
3703 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
3704
3705         * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
3706
3707 2010-10-24  Paul Koning  <ni1d@arrl.net>
3708
3709         * config/pdp11/pdp11.md: Change length attribute to be in bytes.
3710         * config/pdp11/pdp11.c (output_jump): Ditto.
3711
3712 2010-10-24  Ian Lance Taylor  <iant@google.com>
3713
3714         * config/i386/i386.c (ix86_va_start): Remove extraneous blank line.
3715
3716 2010-10-24  Eric Botcazou  <ebotcazou@adacore.com>
3717
3718         * cfglayout.c (fixup_reorder_chain): When ensuring that there is at
3719         least one insn with a locus corresponding to an edge's goto_locus,
3720         disregard non-fallthru edges to the exit block and merge the blocks
3721         created for the same goto_locus.
3722
3723 2010-10-23  Joseph Myers  <joseph@codesourcery.com>
3724
3725         * gcc.c (n_switches_alloc_debug_check): New.
3726         (set_option_handlers): New.
3727         (process_command): Use set_option_handlers.
3728         (do_self_spec): Pass spec-generated options through option handlers.
3729         (main): Also save and restore n_switches_alloc when swapping
3730         switch arrays.
3731
3732 2010-10-23  Richard Henderson  <rth@redhat.com>
3733
3734         PR target/46144
3735         * config/i386/sse.md (*avx_absneg<AVXMODEF2P>2): New.
3736         (*sse_absneg<SSEMODEF2P>2): Rename from *absneg<VEC_FLOAT_MODE>2.
3737         Honor matching operands when splitting to XOR.
3738
3739 2010-10-23  Ian Lance Taylor  <iant@google.com>
3740
3741         * tree-vrp.c (extract_range_from_binary_expr): If
3742         flag_non_call_exceptions don't eliminate division by zero.
3743         * simplify-rtx.c (simplify_binary_operation_1): Likewise.
3744
3745 2010-10-23  Nathan Froyd  <froydnj@codesourcery.com>
3746
3747         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
3748         __BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, and
3749         __ORDER_PDP_ENDIAN__.
3750         * libgcc2.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3751         (struct DWstruct): Define based on __BYTE_ORDER__.
3752         * config/fixed-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3753         (struct INTstruct): Define based on __BYTE_ORDER__.
3754         * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3755         (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
3756         * system.h (LIBGCC2_WORDS_BIG_ENDIAN): Poison identifier.
3757         * config/arc/arc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3758         * config/arm/arm.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3759         * config/ia64/ia64.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3760         * config/iq2000/iq2000.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3761         * config/lm32/lm32.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3762         * config/m32r/m32r.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3763         * config/mcore/mcore.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3764         * config/mep/mep.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3765         * config/mips/mips.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3766         * config/rs6000/sysv4.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3767         * config/rx/rx.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3768         * config/score/score.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3769         * config/sh/sh.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3770         * config/sparc/sparc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3771         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3772         * doc/tm.texi.in (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
3773         * doc/tm.texi: Regenerate.
3774         * doc/cpp.texi (__BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__): Document.
3775         (__ORDER_BIG_ENDIAN__, __ORDER_PDP_ENDIAN__): Likewise.
3776
3777 2010-10-23  Jie Zhang  <jie@codesourcery.com>
3778
3779         PR rtl-optimization/37360
3780         * config/mips/mips.c (cached_can_issue_more): New local variable.
3781         (mips_sched_reorder_1): New.
3782         (mips_sched_reorder): Use mips_sched_reorder_1.
3783         (mips_sched_reorder2): New.
3784         (mips_variable_issue): Set cached_can_issue_more.
3785         (TARGET_SCHED_REORDER2): Define to mips_sched_reorder2
3786         instead of mips_sched_reorder.
3787
3788         Revert:
3789         2008-09-09  Andrey Belevantsev  <abel@ispras.ru>
3790         PR rtl-optimization/37360
3791         * haifa-sched.c (max_issue): Do not assert that we never issue more
3792         insns than issue_rate.  Add comment.
3793
3794 2010-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3795
3796         * gimplify.c (gimplify_variable_sized_compare): Preserve the source
3797         location info of the expression.
3798
3799 2010-10-22  DJ Delorie  <dj@redhat.com>
3800
3801         * doc/extend.texi (Named Address Spaces): Document the M32C named
3802         address space.
3803
3804         * config/m32c/m32c-pragma.c (m32c_register_pragmas): Register the
3805         __far address space.
3806         * config/m32c/m32c.h (ADDR_SPACE_FAR): New.  Add support for
3807         "__far" address space for R8C and M16C processor variants.
3808         * config/m32c/m32c.c (m32c_addr_space_legitimate_address_p): New.
3809         (far_addr_space_p): New.
3810         (encode_pattern_1): Add sign and zero extend support.
3811         (m32c_hard_regno_nregs_1): Large pointers in A16 mode are SImode.
3812         (m32c_extra_constraint_p2): Add SF constraint.
3813         (m32c_legitimate_address_p): Support __far addresses.
3814         (m32c_addr_space_pointer_mode): New.
3815         (m32c_addr_space_address_mode): New.
3816         (m32c_addr_space_legitimate_address_p): New.
3817         (m32c_addr_space_legitimize_address): New.
3818         (m32c_addr_space_subset_p): New.
3819         (m32c_addr_space_convert): New.
3820         (conversions): Add __far operand patterns.
3821         (m32c_prepare_move): Force constants into registers for __far moves.
3822         (m32c_split_move): __far moves are always split.
3823         * config/m32c/addsub.md (addsi3_1): Support SImode symbols.
3824         * config/m32c/mov.md (mov<mode>_far_op1): New.
3825         (mov<mode>_far_op2): New.
3826         (movqi_op): Add __far (SF) support.
3827         (movhi_op): Likewise.
3828         (movsi_splittable): Split A1A0 also.
3829
3830 2010-10-22  Artjoms Sinkarovs  <artyom.shinakroff@gmail.com>
3831             Andrew Pinski  <pinskia@gmail.com>
3832
3833         * c-typeck.c (build_array_ref): Handle subscripting of vectors.
3834         * doc/extend.texi: New paragraph
3835
3836 2010-10-22  Paul Koning  <ni1d@arrl.net>
3837
3838         * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
3839
3840 2010-10-22  DJ Delorie  <dj@redhat.com>
3841
3842         * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.
3843
3844 2010-10-22  Paul Koning  <ni1d@arrl.net>
3845
3846         * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
3847
3848 2010-10-22  Richard Henderson  <rth@redhat.com>
3849
3850         * config/i386/i386.c (ix86_builtin_vectorized_function): Add
3851         cases for __builtin_fma and __builtin_fmaf.
3852
3853 2010-10-22  Richard Henderson  <rth@redhat.com>
3854
3855         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Produce
3856         NEG+USE for vectors as well.
3857         * config/i386/i386.md (*absneg<VEC_FLOAT_MODE>2): New pattern
3858         and splitter.
3859
3860 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
3861
3862         * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION,
3863         SWITCH_CURTAILS_COMPILATION): Remove.
3864         * doc/tm.texi.in (SWITCH_CURTAILS_COMPILATION): Remove documentation.
3865         * doc/tm.texi: Regenerate.
3866         * system.h (SWITCH_CURTAILS_COMPILATION): Poison.
3867
3868 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
3869
3870         * config/i386/bdver1.md: New file.
3871         * config/i386/i386.md (include "bdver1.md"): Invoke the
3872         pipeline description for bdver1.
3873         (x86_sahf_1): Add "bdver1_decode" attribute.
3874         (*cmpfp_i_mixed): Likewise.
3875         (*cmpfp_i_sse): Likewise.
3876         (*cmpfp_i_i387): Likewise.
3877         (*cmpfp_iu_mixed): Likewise.
3878         (*cmpfp_iu_sse): Likewise.
3879         (*cmpfp_iu_387): Likewise.
3880         (*swap<mode>,*swap<mode>_1): Likewise.
3881         (fixuns_trunc<mode>hi2): Likewise.
3882         (fix_trunc<mode>si_sse): Likewise.
3883         (x86_fnstcw_1): Likewise.
3884         (x86_fldcw_1): Likewise.
3885         (*floatsi<mode>2_vector_mixed_with_temp): Likewise.
3886         (*floatsi<mode>2_vector_mixed): Likewise.
3887         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Likewise.
3888         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
3889         (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
3890         (*floatsi<mode>2_vector_sse_with_temp): Likewise.
3891         (*floatsi<mode>2_vector_sse): Likewise.
3892         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Likewise.
3893         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
3894         (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
3895         (*mul<mode>3_1): Likewise.
3896         (*mulsi3_1_zext): Likewise.
3897         (*mulhi3_1): Likewise.
3898         (*mulqi3_1): Likewise.
3899         (*<u>mul<mode><dwi>3_1): Likewise.
3900         (*<u>mulqihi3_1): Likewise.
3901         (*<s>muldi3_highpart_1): Likewise.
3902         (*<s>mulsi3_highpart_1): Likewise.
3903         (*<s>mulsi3_highpart_zext): Likewise.
3904         (x86_64_shld): Likewise.
3905         (x86_shld): Likewise.
3906         (x86_64_shrd): Likewise.
3907         (x86_shrd): Likewise.
3908         (sqrtxf2): Likewise.
3909         (sqrt_extend<mode>xf2_i387): Likewise.
3910         (*sqrt<mode>2_sse): Likewise.
3911         * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
3912         (sse_cvtsi2ssq): Likewise.
3913         (sse_cvtss2si): Likewise.
3914         (sse_cvtss2si_2): Likewise.
3915         (sse_cvtss2siq): Likewise.
3916         (sse_cvtss2siq_2): Likewise.
3917         (sse_cvttss2si): Likewise.
3918         (sse_cvttss2siq): Likewise.
3919         (sse2_cvtpi2pd): Likewise.
3920         (sse2_cvttpd2pi): Likewise.
3921         (sse2_cvtsi2sd): Likewise.
3922         (sse2_cvtsi2sdq): Likewise.
3923         (sse2_cvtsd2si): Likewise.
3924         (sse2_cvtsd2si_2): Likewise.
3925         (sse2_cvtsd2siq): Likewise.
3926         (sse2_cvtsd2siq_2): Likewise.
3927         (sse2_cvttsd2si): Likewise.
3928         (sse2_cvttsd2siq): Likewise.
3929         (*sse2_cvtpd2dq): Likewise.
3930         (*sse2_cvttpd2dq): Likewise.
3931         (sse2_cvtsd2ss): Likewise.
3932         (sse2_cvtss2sd): Likewise.
3933         (*sse2_cvtpd2ps): Likewise.
3934         (sse2_cvtps2pd): Likewise.
3935
3936 2010-10-22  Richard Guenther  <rguenther@suse.de>
3937
3938         PR middle-end/46137
3939         * gimple-fold.c (gimplify_and_update_call_from_tree): Properly
3940         remove the virtual operands if they are not needed.
3941
3942 2010-10-22  Changpeng Fang  <changpeng.fang@amd.com>
3943
3944         * config/i386/i386.c (processor_costs bdver1_cost): Update
3945         insn costs and architectural parameters for bdver1.
3946
3947 2010-10-22  Richard Guenther  <rguenther@suse.de>
3948
3949         * gimple.h (gimple_register_canonical_type): Declare.
3950         * gimple.c (gimple_canonical_types): New global hashtable.
3951         (struct gimple_type_leader_entry_s): New type.
3952         (gimple_type_leader): New global cache.
3953         (gimple_lookup_type_leader): New function.
3954         (gtc_visit): Query the proper cache.
3955         (gimple_types_compatible_p): Likewise.
3956         (gimple_register_type): Use the new cache instead of TYPE_CANONICAL.
3957         (gimple_canonical_type_eq): New function.
3958         (gimple_register_canonical_type): Likewise.
3959         (print_gimple_types_stats): Adjust for gimple_canonical_types.
3960         (free_gimple_type_tables): Likewise.  Free gimple_type_leader.
3961         * tree-ssa.c (useless_type_conversion_p): Do not dispatch to
3962         gimple_types_compatible_p for LTO.
3963
3964 2010-10-22  Uros Bizjak  <ubizjak@gmail.com>
3965
3966         PR target/46098
3967         * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
3968         Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
3969         (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
3970         (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
3971         (<sse>_movu<ssemodesuffix>): New expander.
3972         (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
3973         (avx_movdqu<avxmodesuffix>): New expander.
3974         (*sse2_movdqu): Rename from sse2_movdqu.
3975         (sse2_movdqu): New expander.
3976
3977 2010-10-22  Richard Guenther  <rguenther@suse.de>
3978
3979         PR tree-optimization/45720
3980         * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
3981         Handle negative step.
3982         (vect_enhance_data_refs_alignment): Likewise.
3983         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Likewise.
3984         (vect_create_cond_for_align_checks): Likewise.
3985         (vect_create_cond_for_alias_checks): Likewise.
3986
3987 2010-10-22  Ira Rosen  <irar@il.ibm.com>
3988
3989         PR tree-optimization/46126
3990         * tree-vect-stmts.c (vect_analyze_stmt): Pass NODE to
3991         vectorizable_shift in case of basic block vectorization.
3992
3993 2010-10-22  Joseph Myers  <joseph@codesourcery.com>
3994
3995         * target.h (enum opt_levels, struct default_options): New.
3996         * target.def (handle_ofast): Remove hook.
3997         (target_option.optimization): Change to
3998         target_option.optimization_table.
3999         * doc/tm.texi.in (TARGET_OPTION_OPTIMIZATION): Change to
4000         TARGET_OPTION_OPTIMIZATION_TABLE.
4001         (CAN_DEBUG_WITHOUT_FP): Remove.
4002         * doc/tm.texi: Regenerate.
4003         * opts.c (maybe_default_option, maybe_default_options,
4004         default_options_table): New.
4005         (default_options_optimization): Take extra parameters.  Don't
4006         assert that global_options and global_options_set are in use.  Use
4007         maybe_default_options.
4008         (decode_options): Pass extra parameters to
4009         default_options_optimization.
4010         * common.opt (falign-loops): Use value 0 with Var.
4011         (frerun-cse-after-loop, ftree-ter): Remove Init.
4012         * system.h (CAN_DEBUG_WITHOUT_FP, TARGET_HANDLE_OFAST,
4013         TARGET_OPTION_OPTIMIZATION): Remove.
4014         * targhooks.c (empty_optimization_table): New.
4015         * targhooks.h (empty_optimization_table): Declare.
4016         * toplev.c (process_options): Don't set flag_rerun_cse_after_loop.
4017         * config/alpha/alpha.c (alpha_option_optimization_table,
4018         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4019         * config/alpha/alpha.h (CAN_DEBUG_WITHOUT_FP): Remove.
4020         * config/arm/arm.c (arm_option_optimization: Change to
4021         arm_option_optimization_table.
4022         (TARGET_OPTION_OPTIMIZATION): Change to
4023         TARGET_OPTION_OPTIMIZATION_TABLE.
4024         * config/arm/arm.h (CAN_DEBUG_WITHOUT_FP): Remove.
4025         * config/avr/avr.c (avr_option_optimization_table,
4026         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4027         * config/avr/avr.h (CAN_DEBUG_WITHOUT_FP): Remove.
4028         * config/cris/cris.c (cris_option_optimization): Change to
4029         cris_option_optimization_table.
4030         (TARGET_OPTION_OPTIMIZATION): Change to
4031         TARGET_OPTION_OPTIMIZATION_TABLE.
4032         * config/crx/crx.c (crx_option_optimization): Change to
4033         crx_option_optimization_table.
4034         (TARGET_OPTION_OPTIMIZATION): Change to
4035         TARGET_OPTION_OPTIMIZATION_TABLE.
4036         * config/crx/crx.h (CAN_DEBUG_WITHOUT_FP): Remove.
4037         * config/fr30/fr30.c (fr30_option_optimization_table,
4038         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4039         * config/fr30/fr30.h (CAN_DEBUG_WITHOUT_FP): Remove.
4040         * config/frv/frv.c (frv_option_optimization_table,
4041         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4042         * config/frv/frv.h (CAN_DEBUG_WITHOUT_FP): Remove.
4043         * config/h8300/h8300.c (h8300_option_optimization): Change to
4044         h8300_option_optimization_table.
4045         (TARGET_OPTION_OPTIMIZATION): Change to
4046         TARGET_OPTION_OPTIMIZATION_TABLE.
4047         * config/h8300/h8300.h (CAN_DEBUG_WITHOUT_FP): Remove.
4048         * config/i386/i386.c (ix86_option_optimization): Change to
4049         ix86_option_optimization_table.
4050         (TARGET_OPTION_OPTIMIZATION): Change to
4051         TARGET_OPTION_OPTIMIZATION_TABLE.
4052         * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
4053         as initializer.
4054         * config/ia64/ia64.c (ia64_option_optimization): Change to
4055         ia64_option_optimization_table.
4056         (TARGET_OPTION_OPTIMIZATION): Change to
4057         TARGET_OPTION_OPTIMIZATION_TABLE.
4058         * config/ia64/ia64.h (CAN_DEBUG_WITHOUT_FP): Remove.
4059         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define as
4060         initializer.
4061         * config/iq2000/iq2000.c (iq2000_option_optimization_table,
4062         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4063         * config/iq2000/iq2000.h (CAN_DEBUG_WITHOUT_FP): Remove.
4064         * config/lm32/lm32.c (lm32_option_optimization_table,
4065         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4066         * config/lm32/lm32.h (CAN_DEBUG_WITHOUT_FP): Remove.
4067         * config/m32r/m32r.c (m32r_option_optimization): Change to
4068         m32r_option_optimization_table.
4069         (TARGET_OPTION_OPTIMIZATION): Change to
4070         TARGET_OPTION_OPTIMIZATION_TABLE.
4071         * config/m32r/m32r.h (SUBTARGET_OPTIMIZATION_OPTIONS,
4072         CAN_DEBUG_WITHOUT_FP): Remove.
4073         * config/mcore/mcore.c (mcore_option_optimization): Change to
4074         mcore_option_optimization_table.
4075         (TARGET_OPTION_OPTIMIZATION): Change to
4076         TARGET_OPTION_OPTIMIZATION_TABLE.
4077         * config/mep/mep.c (mep_option_optimization): Change to
4078         mep_option_optimization_table.
4079         (TARGET_OPTION_OPTIMIZATION): Change to
4080         TARGET_OPTION_OPTIMIZATION_TABLE.
4081         * config/mep/mep.h (CAN_DEBUG_WITHOUT_FP): Remove.
4082         * config/microblaze/microblaze.c
4083         (microblaze_option_optimization_table,
4084         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4085         * config/microblaze/microblaze.h (CAN_DEBUG_WITHOUT_FP): Remove.
4086         * config/mips/mips.c (mips_option_optimization_table,
4087         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4088         * config/mips/mips.h (CAN_DEBUG_WITHOUT_FP): Remove.
4089         * config/mmix/mmix.c (mmix_option_optimization): Change to
4090         mmix_option_optimization_table.
4091         (TARGET_OPTION_OPTIMIZATION): Change to
4092         TARGET_OPTION_OPTIMIZATION_TABLE.
4093         * config/mmix/mmix.h (CAN_DEBUG_WITHOUT_FP): Remove.
4094         * config/mn10300/mn10300.c (mn10300_option_optimization_table,
4095         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4096         * config/mn10300/mn10300.h (CAN_DEBUG_WITHOUT_FP): Remove.
4097         * config/pa/pa.c (pa_option_optimization_table,
4098         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4099         * config/pa/pa.h (CAN_DEBUG_WITHOUT_FP): Remove.
4100         * config/pdp11/pdp11.c (pdp11_option_optimization): Change to
4101         pdp11_option_optimization_table.
4102         (TARGET_OPTION_OPTIMIZATION): Change to
4103         TARGET_OPTION_OPTIMIZATION_TABLE.
4104         * config/picochip/picochip.c (picochip_option_optimization_table,
4105         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4106         * config/picochip/picochip.h (CAN_DEBUG_WITHOUT_FP): Remove.
4107         * config/rs6000/rs6000.c (rs6000_option_optimization_table,
4108         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4109         * config/rs6000/rs6000.h (CAN_DEBUG_WITHOUT_FP): Remove.
4110         * config/rx/rx.c (rx_option_optimization_table,
4111         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4112         * config/rx/rx.h (CAN_DEBUG_WITHOUT_FP): Remove.
4113         * config/s390/s390.c (s390_option_optimization): Change to
4114         s390_option_optimization_table.
4115         (s390_option_override): Update comment.
4116         (TARGET_OPTION_OPTIMIZATION): Change to
4117         TARGET_OPTION_OPTIMIZATION_TABLE.
4118         * config/s390/s390.h (CAN_DEBUG_WITHOUT_FP): Remove.
4119         * config/score/score.c (score_option_optimization_table,
4120         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4121         * config/score/score.h (CAN_DEBUG_WITHOUT_FP): Remove.
4122         * config/sh/sh.c (sh_option_optimization): Change to
4123         sh_option_optimization_table.
4124         (TARGET_OPTION_OPTIMIZATION): Change to
4125         TARGET_OPTION_OPTIMIZATION_TABLE.
4126         (sh_option_override): Set MASK_SAVE_ALL_TARGET_REGS here.
4127         (sh_option_override, expand_block_move, multcosts, find_barrier,
4128         barrier_align): Use optimize_size instead of TARGET_SMALLCODE.
4129         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Remove.
4130         (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
4131         STORE_BY_PIECES_P, SH_DYNAMIC_SHIFT_COST): Use optimize_size
4132         instead of TARGET_SMALLCODE.
4133         * config/sh/sh.opt (mspace): Make into an alias for -Os.
4134         * config/sparc/sparc.c (sparc_option_optimization_table,
4135         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4136         * config/sparc/sparc.h (CAN_DEBUG_WITHOUT_FP): Remove.
4137         * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
4138         TARGET_OPTION_OPTIMIZATION_TABLE): New.
4139         * config/stormy16/stormy16.h (CAN_DEBUG_WITHOUT_FP): Remove.
4140         * config/v850/v850.c (v850_option_optimization): Change to
4141         v850_option_optimization_table.
4142         (TARGET_OPTION_OPTIMIZATION): Change to
4143         TARGET_OPTION_OPTIMIZATION_TABLE.
4144         * config/v850/v850.h (CAN_DEBUG_WITHOUT_FP): Remove.
4145         * config/xtensa/xtensa.c (xtensa_option_optimization): Change to
4146         xtensa_option_optimization_table.
4147         (TARGET_OPTION_OPTIMIZATION): Change to
4148         TARGET_OPTION_OPTIMIZATION_TABLE.
4149         * config/xtensa/xtensa.h (CAN_DEBUG_WITHOUT_FP): Remove.
4150
4151 2010-10-21  Iain Sandoe  <iains@gcc.gnu.org>
4152
4153         Based on the CFString implementation in FSF apple/trunk branch.
4154
4155         * target.def (objc_construct_string): New Hook.
4156         * doc/tm.texi (objc_construct_string): Document.
4157         * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING): New.
4158         * config/t-darwin: Amend build rules for darwin.o.
4159         * config/darwin.opt: Add cfstrings flags.
4160         * config/darwin-c.c: Define __CONSTANT_CFSTRINGS__.
4161         (darwin_objc_construct_string): New.
4162         * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Define.
4163         * config/i386/i386.c (ix86_init_builtins): Add SUBTARGET_INIT_BUILTINS.
4164         * config/darwin-protos.h (darwin_init_cfstring_builtins): New prototype.
4165         (darwin_fold_builtin): Likewise.
4166         (darwin_build_constant_cfstring): Likewise.
4167         (darwin_objc_construct_string): Likewise.
4168         (darwin_cfstring_p): Likewise.
4169         (darwin_enter_string_into_cfstring_table): Likewise.
4170         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS) Update for CFString.
4171         * config/darwin.c (darwin_running_cxx): New var.
4172         (machopic_select_section): Return cfstring_constant_object_section.
4173         (darwin_override_options): Set darwin_running_cxx.
4174         (add_builtin_field_decl): New.
4175         (darwin_init_cfstring_builtins): New.
4176         (darwin_build_constant_cfstring): New.
4177         (darwin_fold_builtin): New.
4178         (cfstring_hash): New.
4179         (cfstring_eq): New.
4180         (darwin_enter_string_into_cfstring_table): New.
4181         * config/darwin-sections.def (cfstring_constant_object_section): New.
4182         * config/darwin.h (TARGET_FOLD_BUILTIN): Define.
4183         (TARGET_OBJC_CONSTRUCT_STRING): Define.
4184
4185 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4186
4187         * config/alpha/alpha.c (alpha_build_builtin_va_list): Use
4188         TYPE_STUB_DECL instead of TREE_CHAIN.
4189         * config/i386/i386.c (ix86_build_builtin_va_list_abi): Likewise.
4190         * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Likewise.
4191         * config/s390/s390.c (s390_build_builtin_va_list): Likewise.
4192         * config/sh/sh.c (sh_build_builtin_va_list): Likewise.
4193         * config/spu/spu.c (spu_build_builtin_va_list): Likewise.
4194         * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list):
4195         Likewise.
4196         * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Likewise.
4197
4198 2010-10-22  Jie Zhang  <jie@codesourcery.com>
4199
4200         * expr.c (emit_group_load_1): Update calls to extract_bit_field.
4201         (copy_blkmode_from_reg): Likewise.
4202         (read_complex_part): Likewise.
4203         (expand_expr_real_1): Calculate packedp and pass it to
4204         extract_bit_field.
4205         * expr.h (extract_bit_field): Update declaration.
4206         * calls.c (store_unaligned_arguments_into_pseudos): Update call
4207         to extract_bit_field.
4208         * expmed.c (extract_fixed_bit_field): Update calls to
4209         extract_fixed_bit_field.
4210         (store_split_bit_field): Likewise.
4211         (extract_bit_field_1): Add new argument packedp.
4212         (extract_bit_field): Add new argument packedp.
4213         (extract_fixed_bit_field): Add new argument packedp and let
4214         packed attribute override volatile.
4215         * stmt.c (expand_return): Update call to extract_bit_field.
4216
4217 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4218
4219         * config/spu/spu.c (spu_function_arg): Dereference CUM parameter.
4220
4221 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4222
4223         * ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead
4224         of gcc_checking_assert.
4225         * sel-sched.c (code_motion_process_successors): Likewise.
4226
4227 2010-10-21  Eric Botcazou  <ebotcazou@adacore.com>
4228
4229         * cfgcleanup.c (try_forward_edges): Do not throw away previous steps
4230         when stopping because of a different locus on edge or insn.
4231         (try_optimize_cfg): Add comment.
4232         * cfgrtl.c (rtl_merge_blocks): Tweak log message.  If the destination
4233         block is a forwarder block, propagate locus on the edge.
4234         (cfg_layout_merge_blocks): Likewise.
4235
4236 2010-10-21  Uros Bizjak  <ubizjak@gmail.com>
4237
4238         PR target/45946
4239         * config/i386/i386.md (*pushti2): New insn pattern.
4240         (pushti2 splitter): New insn splitter.
4241         (*push<mode>2): Macroize insn pattern from *push{di,ti}2 using
4242         DWI mode iterator.
4243
4244 2010-10-21  Paul Koning  <ni1d@arrl.net>
4245
4246         * config/pdp11/pdp11-protos.md (arith_operand,
4247         const_immediate_operand, expand_shift_operand,
4248         immediate15_operand): Delete
4249         * config/pdp11/pdp11.c: Ditto.
4250         * config/pdp11/pdp11.h (REG_CLASS_FROM_LETTER,
4251         CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
4252         EXTRA_CONSTRAINT): Delete.
4253         * config/pdp11/pdp11.md (various): Use standard constraints
4254         instead of removed ones.
4255         * config/pdp11/constraints.md: New file.
4256         * config/pdp11/predicates.md: New file.
4257
4258 2010-10-21  Bingfeng Mei  <bmei@broadcom.com>
4259
4260         PR c/45834
4261         * alias.c (true_dependence_1): Remove obsolete check for QImode.
4262         (may_alias_p): Ditto.
4263
4264 2010-10-21  Martin Jambor  <mjambor@suse.cz>
4265
4266         PR tree-optimization/45875
4267         * tree.c (get_binfo_at_offset): Remove initial zero offset test.
4268
4269 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4270
4271         * tree-into-ssa.c (rewrite_update_enter_block): Remove unused
4272         variables.
4273         (create_new_def_for): Likewise.
4274
4275 2010-10-21  Nick Clifton  <nickc@redhat.com>
4276
4277         * config/mn10300/mn10300.c: Fold code to 80-character width.
4278         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
4279         MEM, CONST_INT and CONST_DOUBLE.
4280         (targetm): Move initialization to end of file.
4281         (print_operand): Rename to mn10300_print_operand.
4282         (print_operand_address): Rename to mn10300_print_operand_address.
4283         (can_use_return_insn): Rename to mn10300_can_use_return_insn.
4284         (expand_prologue): Rename to mn10300_expand_prologue.
4285         (expand_epilogue): Rename to mn10300_expand_epilogue.
4286         (initial_offset): Rename to mn10300_initial_offset.
4287         (function_arg): Rename to mn10300_function_arg.
4288         (mask_ok_for_mem_btst): Rename to mn10300_mask_ok_for_mem_btst.
4289         (symbolic_operand): Rename to mn10300_symbolic_operand.
4290         (legitimize_pic_address): Rename to mn10300_legitimize_pic_address.
4291         (legitimate_pic_operand_p): Rename to mn10300_legitimate_pic_operand_p.
4292         * config/mn10300/mn10300-protos.h: Update prototypes.
4293         * config/mn10300/mn10300.h: Fold code to 80-character width.
4294         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
4295         MEM, CONST_INT and CONST_DOUBLE.
4296         (CPP_SPEC): Move to...
4297         (TARGET_CPU_CPP_BUILTINS): ... here.
4298         * config/mn10300/mn10300.md: Fold code to 80-character width.
4299         Replace GET_CODE (foo) == REG with REG_P (foo).  Likewise for
4300         MEM, CONST_INT and CONST_DOUBLE.
4301
4302 2010-10-21  Ira Rosen  <irar@il.ibm.com>
4303
4304         PR tree-optimization/46049
4305         PR tree-optimization/46052
4306         * tree-vectorizer.h (enum stmt_vec_info_type): Add new value for shift.
4307         (vect_get_slp_defs): Add arguments.
4308         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass scalar
4309         operands to vect_get_slp_defs.
4310         (vectorizable_reduction): Fix comment, pass scalar operands to
4311         vect_get_slp_defs.
4312         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use operand's
4313         type to determine number of units in the created vector.
4314         (vect_get_vec_defs): Pass scalar operands to vect_get_slp_defs.
4315         (vectorizable_conversion): Fix comment.
4316         (vectorizable_shift): New function.
4317         (vectorizable_operation): Move code that handles shifts to
4318         vectorizable_shift.
4319         (vectorizable_type_demotion): Fix comment, pass scalar operands to
4320         vect_get_slp_defs.
4321         (vectorizable_type_promotion, vectorizable_store): Likewise.
4322         (vectorizable_condition): Fix comment.
4323         (vect_analyze_stmt): Call vectorizable_shift.
4324         (vect_transform_stmt): Likewise.
4325         * tree-vect-slp.c (vect_get_constant_vectors): Add new argument.
4326         Use it as the operand to create vectors for, except reduction
4327         initial definition and store.  Use operands type.
4328         (vect_get_slp_defs): Add new arguments.  Pass them to
4329          vect_get_constant_vectors.
4330
4331 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4332
4333         * basic-block.h (single_succ_edge): Use gcc_checking_assert.
4334         (single_pred_edge, ei_container, ei_next, ei_prev): Likewise.
4335         * cfghooks.c (fixup_reorder_chain): Likewise.
4336         * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
4337         * cgraph.c (cgraph_add_thunk): Likewise.
4338         (cgraph_create_edge_1): Likewise.
4339         (cgraph_create_virtual_clone): Likewise.
4340         * ddg.c (add_cross_iteration_register_deps): Likewise.
4341         * dwarf2out.c (modified_type_die): Likewise.
4342         * emit-rtl.c (set_mem_alias_set): Likewise.
4343         * ggc-zone.c (zone_allocate_marks): Likewise.
4344         * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
4345         * gimple.c (iterative_hash_gimple_type): Likewise.
4346         * graphite-scop-detection.c (create_single_entry_edge): Likewise.
4347         (create_single_exit_edge): Likewise.
4348         * haifa-sched.c (choose_ready): Likewise.
4349         * lto-streamer-in.c (input_gimple_stmt): Likewise.
4350         * passes.c (execute_todo): Likewise.
4351         * sched-ebb.c (begin_schedule_ready): Likewise.
4352         * sel-sched.c (code_motion_process_successors): Likewise.
4353         * tree-call-cdce.c (gen_conditions_for_pow): Likewise.
4354         * tree-cfg-cleanup.c (tree_forwarder_block_p): Likewise.
4355         * tree-flow-inline.h (link_imm_use, move_use_after_head): Likewise.
4356         (phi_arg_index_from_use, phi_ssa_name_p): Likewise.
4357         * tree-into-ssa.c (insert_updated_phi_nodes_for): Likewise.
4358         * tree-ssa-coalesce.c (ssa_conflicts_test_p): Likewise.
4359         (ssa_conflicts_add): Likewise.
4360         * tree-ssa-copy.c (replace_exp): Likewise.
4361         * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
4362         * tree-ssa-forwprop.c (simple_gimple_switch): Likewise.
4363         * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
4364         * tree-ssa-pre.c (bitmap_value_insert_into_set): Likewise.
4365         (compute_antic): Likewise.
4366         * tree-ssa-ter.c (add_to_partition_kill_list): Likewise.
4367         (add_dependence): Likewise.
4368         (process_replaceable, kill_expr, find_replaceable_exprs): Likewise.
4369         * tree-vrp.c (supports_overflow_infinity): Likewise.
4370         (make_overflow_infinity, negative_overflow_infinity): Likewise.
4371         (avoid_overflow_infinity, register_new_assert_for): Likewise.
4372         (process_assert_insertions_for): Likewise.
4373         * var-tracking.c (dv_is_value_p, dv_as_decl, dv_from_decl): Likewise.
4374         (dv_from_value, variable_union, find_loc_in_1pdv): Likewise.
4375         (intersect_loc_chains, variable_merge_over_cur): Likewise.
4376
4377 2010-10-21  Nathan Froyd  <froydnj@codesourcery.com>
4378
4379         * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
4380         * reload1.c (has_nonexceptional_receiver): Likewise.
4381         * tree-into-ssa.c (rewrite_update_enter_block): Likewise.
4382         (create_new_def_for): Likewise.
4383         * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
4384         (merge_phi_nodes): Likewise.
4385         (has_abnormal_incoming_edge_p): Delete.
4386
4387 2010-10-21  H.J. Lu  <hongjiu.lu@intel.com>
4388
4389         * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
4390
4391 2010-10-21  Richard Guenther  <rguenther@suse.de>
4392             Michael Matz  <matz@suse.de>
4393
4394         PR tree-optimization/45764
4395         * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
4396         Adjust initial misalignment for negative DR_STEP.
4397         (vect_find_same_alignment_drs): Two DRs with different DR_STEP
4398         do not have the same alignment over the whole iteration domain.
4399
4400 2010-10-21  Richard Guenther  <rguenther@suse.de>
4401
4402         PR tree-optimization/46111
4403         * tree-parloops.c (take_address_of): Re-organize for MEM_REF.
4404
4405 2010-10-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4406
4407         * config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.
4408
4409 2010-10-21  Tristan Gingold  <gingold@adacore.com>
4410
4411         * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
4412         * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.
4413
4414 2010-10-21  Tristan Gingold  <gingold@adacore.com>
4415
4416         * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Set
4417         signal_frame.
4418         * config/alpha/alpha.c (alpha_function_arg): Adjust call.
4419
4420 2010-10-21  Tristan Gingold  <gingold@adacore.com>
4421
4422         * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
4423         * config/ia64/vms.h (TARGET_DEFAULT): Ditto.
4424
4425 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
4426
4427         * basic-block.h (find_fallthru_edge): Define.
4428         * cfgcleanup.c (merge_blocks_move): Use it.
4429         (try_crossjump_bb): Likewise.
4430         * cfglayout.c (fixup_reorder_chains): Likewise.
4431         (fixup_fallthru_exit_predecessor): Likewise.
4432         * cfgrtl.c (rtl_split_edge): Likewise.
4433         (rtl_verify_flow_info): Likewise.
4434         * function.c (thread_prologue_and_epilogue_insns): Likewise.
4435         * gimple-pretty-print.c (dump_implicit_edges): Likewise.
4436         * ifcvt.c (block_fallthru): Likewise.
4437         * reload1.c (fixup_abnormal_edges): Likewise.
4438         * sched-ebb.c (being_schedule_ready): Likewise.
4439         (schedule_ebb): Likwise.
4440         * sched-rgn.c (find_single_block_region): Likewise.
4441         * sel-sched-ir.c (bb_ends_ebb_p): Likewise.
4442         * tree-complex.c (expand_complex_move): Likewise.
4443         * sched-int.h (find_fallthru_edge): Rename to...
4444         (find_fallthru_edge_from): ...this.
4445         * haifa-sched.c (find_fallthru_edge): Rename to...
4446         (find_fallthru_edge_from): ...this.  Use new find_fallthru_edge.
4447         (init_before_recovery): Call find_fallthru_edge_from.
4448         * sel-sched-ir.c (merge_fences): Likewise.
4449         * sel-sched.c (in_fallthru_bb_p): Likewise.
4450         (move_cond_jump): Likewise.
4451
4452 2010-10-20  Paul Koning  <ni1d@arrl.net>
4453
4454         * config/pdp11/pdp11.md (various): Fix conditions on a number of
4455         insn to check for target 11/40 or higher.
4456
4457 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
4458
4459         * parser.c (c_parser_objc_method_type): Mark inline.  Return a
4460         bool instead of a tree.
4461         (c_parser_objc_method_decl): Added bool argument.  Updated call to
4462         objc_build_method_signature.
4463         (c_parser_objc_method_definition): Do not call
4464         objc_set_method_type.  Updated calls to c_parser_objc_method_type,
4465         c_parser_objc_method_decl and objc_start_method_definition.
4466         (c_parser_objc_methodproto): Do not call objc_set_method_type.
4467         Updated calls to c_parser_objc_method_type,
4468         c_parser_objc_method_decl and objc_add_method_declaration.
4469
4470 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
4471
4472         PR tree-optimization/45919
4473         * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Handle flexible
4474         array members.
4475
4476         PR tree-optimization/46066
4477         * tree-parloops.c (create_parallel_loop): Use gsi_last_nondebug_bb
4478         instead of gsi_last_bb.
4479
4480 2010-10-20  DJ Delorie  <dj@redhat.com>
4481
4482         * config/m32c/m32c.c (m32c_option_override): Always disable
4483         function-cse in 16-bit mode.  Indirect calls are always worse than
4484         direct calls as there is no 16-bit indirect call opcode.
4485         (m32c_override_options_after_change): New, likewise.
4486
4487 2010-10-20  Nathan Froyd  <froydnj@codesourcery.com>
4488
4489         * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, try
4490         emitting the conditional move in the inner mode of the SUBREG.
4491
4492 2010-10-20  Anatoly Sokolov  <aesok@post.ru>
4493
4494         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.
4495         * config/ia64/ia64-protos.h (ia64_preferred_reload_class): Remove.
4496         * config/ia64/ia64.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
4497         (ia64_preferred_reload_class): Make static.  Change rclass argument
4498         and result types from enum reg_class to reg_class_t.
4499
4500 2010-10-20  Pat Haugen  <pthaugen@us.ibm.com>
4501
4502         * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over
4503         call for single operand expression.
4504
4505 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4506
4507         * tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
4508         if there is a call statement to pure or const function in the block.
4509
4510 2010-10-20  Paul Koning  <pkoning@equallogic.com>
4511
4512         Fix several build errors for pdp11 target.
4513         * config/pdp11/pdp11.md (*cmpdf): Fix tstd operands.
4514         (cbranchdf4): Conditional on TARGET_FPU.
4515         (movdf): Ditto; correct alternatives check.
4516         (movmemhi): Fix predicate and constraint.
4517         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Handle 64 bit mode.
4518
4519 2010-10-20  Richard Guenther  <rguenther@suse.de>
4520
4521         PR lto/45667
4522         * lto-streamer-out.c (output_gimple_stmt): Fix typo.
4523         * tree-cfg.c (verify_gimple_call): Properly get the call fndecl.
4524         (verify_gimple_assign_single): Disable ADDR_EXPR type check
4525         when in LTO.
4526
4527 2010-10-20  Vladimir Makarov  <vmakarov@redhat.com>
4528
4529         PR fortran/42169
4530         * ira-emit.c (store_can_be_removed_p): Return false instead of
4531         gcc_unreachable.
4532
4533 2010-10-20  Dmitry Melnik  <dm@ispras.ru>
4534
4535         * fold-const.c (fold_binary_loc): New transformation.
4536
4537 2010-10-20  H.J. Lu  <hongjiu.lu@intel.com>
4538
4539         PR target/46085
4540         * config/i386/sse.md (reduc_splus_v8sf): Updated.
4541         (reduc_splus_v4df): Likewise.
4542
4543 2010-10-20  Richard Guenther  <rguenther@suse.de>
4544
4545         PR tree-optimization/45860
4546         * tree-ssa-phiopt.c (cond_store_replacement): Do not do
4547         conditional store replacement for non-register type stores.
4548
4549 2010-10-20  Eric Botcazou  <ebotcazou@adacore.com>
4550
4551         * stor-layout.c (skip_simple_constant_arithmetic): New function.
4552         (self_referential_size): Use it instead of skip_simple_arithmetic.
4553
4554 2010-10-20  Olivier Hainque  <hainque@adacore.com>
4555
4556         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p):
4557         If the current function calls eh_return, claim live all registers
4558         that we need to check for liveness otherwise.
4559
4560 2010-10-20  Nicola Pero  <nicola.pero@meta-innovation.com>
4561
4562         * c-decl.c (c_write_global_declarations): Call
4563         objc_write_global_declarations when compiling Objective-C.
4564         * c-lang.c (finish_file): Removed.
4565
4566 2010-10-19  DJ Delorie  <dj@redhat.com>
4567
4568         * doc/tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
4569         (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Change to hook.
4570         (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
4571         (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
4572         * doc/tm.texi: Regenerate.
4573         * targhooks.h (default_label_align_after_barrier_max_skip,
4574         default_loop_align_max_skip, default_label_align_max_skip,
4575         default_jump_align_max_skip): Declare.
4576         * target.def (label_align_after_barrier_max_skip): New.
4577         (loop_align_max_skip): New.
4578         (label_align_max_skip): New.
4579         (jump_align_max_skip): New.
4580         * system.h (poison): Add those macros to the list.
4581         * final.c (LABEL_ALIGN_MAX_SKIP): Remove.
4582         (LOOP_ALIGN_MAX_SKIP): Remove.
4583         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Remove.
4584         (JUMP_ALIGN_MAX_SKIP): Remove.
4585         (default_label_align_after_barrier_max_skip): New.
4586         (default_loop_align_max_skip): New.
4587         (default_label_align_max_skip): New.
4588         (default_jump_align_max_skip): New.
4589         (compute_alignments): Use the new hooks.
4590         (shorten_branches): Likewise.
4591
4592 2010-10-19  Richard Henderson  <rth@redhat.com>
4593
4594         * config/i386/i386.c (bdesc_multi_arg): Use fma4i_fmadd_<mode>.
4595         * config/i386/sse.md (fma<mode>4): Enable for FMA & SSE_MATH.
4596         (fma4i_fmadd_<mode>): New.
4597         (*split_fma, *split_fms, *split_fnma, *split_fnms): Rename from
4598         fma4_fm*_<mode> and adjust to be pre-reload splitters to the
4599         standard fma patterns.
4600         (fmaddsub_<mode>): Rename from fma4i_fmaddsub_<mode> and
4601         enable for FMA.
4602         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
4603         (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
4604         (*fma_fmaddsub_<mode>, *fma_fmsubadd_<mode>): New.
4605
4606 2010-10-19  Paul Koning  <pkoning@equallogic.com>
4607
4608         * lower-subreg.c (resolve_shift_zext): Delete conditional code for
4609         WORDS_BIG_ENDIAN != BYTES_BIG_ENDIAN.
4610
4611 2010-10-19  Richard Henderson  <rth@redhat.com>
4612
4613         * config/ia64/ia64.md (fmasf4, *fmssf4, *nfmasf4): New.
4614         (fmadf4, *fmsdf4, *nfmadf4): New.
4615         (fmaxf4, *fmsxf4, *nfmaxf4): New.
4616
4617 2010-10-19  Michael Eager  <eager@eagercon.com>
4618
4619         * config/microblaze/microblaze.c (TARGET_EXCEPT_UNWIND_INFO):
4620         Use sjlj unwind info for exceptions.
4621
4622 2010-10-19  Francois-Xavier Coudert<fxcoudert@gcc.gnu.org>
4623
4624         PR fortran/43414
4625         * dwarf2out.c (add_calling_convention_attribute): Flag main
4626         Fortran subroutine with DW_AT_main_subprogram.
4627
4628 2010-10-19  Nick Clifton  <nickc@redhat.com>
4629
4630         * config/rx/rx.c (rx_function_value): Small integer types are
4631         promoted to SImode.
4632         (rx_promote_function_mode): New function.
4633         (TARGET_PROMOTE_FUNCTION_MODE): Define.
4634
4635 2010-10-19  Nick Clifton  <nickc@redhat.com>
4636
4637         * config/mep/mep.c (mep_print_operand): Use
4638         targetm.strip_name_encoding.
4639         (mep_output_aligned_common): Likewise.
4640
4641 2010-10-19  Basile Starynkevitch  <basile@starynkevitch.net>
4642
4643         * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
4644
4645 2010-10-18  Richard Henderson  <rth@redhat.com>
4646
4647         * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
4648         (fma (neg a) (neg b) c) and (fma a (neg b) c).
4649
4650 2010-10-18  Richard Henderson  <rth@redhat.com>
4651
4652         * config/i386/i386.c (IX86_BUILTIN_VFMSUBSS, IX86_BUILTIN_VFMSUBSD,
4653         IX86_BUILTIN_VFMSUBPS, IX86_BUILTIN_VFMSUBPD,
4654         IX86_BUILTIN_VFMSUBADDPS, IX86_BUILTIN_VFMSUBADDPD,
4655         IX86_BUILTIN_VFNMADDSS, IX86_BUILTIN_VFNMADDSD,
4656         IX86_BUILTIN_VFNMADDPS, IX86_BUILTIN_VFNMADDPD,
4657         IX86_BUILTIN_VFNMSUBSS, IX86_BUILTIN_VFNMSUBSD,
4658         IX86_BUILTIN_VFNMSUBPS, IX86_BUILTIN_VFNMSUBPD,
4659         IX86_BUILTIN_VFMSUBADDPS256, IX86_BUILTIN_VFMSUBADDPD256,
4660         IX86_BUILTIN_VFNMADDPS256, IX86_BUILTIN_VFNMADDPD256,
4661         IX86_BUILTIN_VFNMSUBPS256, IX86_BUILTIN_VFNMSUBPD256): Remove.
4662         (bdesc_multi_arg): Remove the corresponding builtins.
4663         * config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Remove.
4664         (UNSPEC_FMA4_FMSUBADD): Remove.
4665         (UNSPEC_FMADDSUB): Rename from UNSPEC_FMA4_FMADDSUB.
4666         * config/i386/sse.md (FMA4MODEF4): Remove.
4667         (FMAMODE): Add.
4668         (fma<mode>4): New expander.
4669         (*fma4i_fmadd_<mode>): Macroize from fma4i_fmadd<mode>4 patterns,
4670         and use FMA rtx code instead of UNSPEC_FMA4_INTRINSIC.
4671         (*fma4i_fmsub_<mode>): Similarly.
4672         (*fma4i_fnmadd_<mode>): Similarly.
4673         (*fma4i_fnmsub_<mode>): Similarly.
4674         (fma4i_vmfmadd_<mode>): Scalar patterns zero-extend, not merge
4675         with the first operand.
4676         (fma4i_fmaddsub_<mode>): Represent with UNSPEC_FMADDSUB instead
4677         of explicit arithmetic.  Macroize with AVXMODEF2P.
4678         (*fma4i_fmsubadd_<mode>): Represent with UNSPEC_FMADDSUB + NEG.
4679         (xop_frcz<mode>2): Macroize with FMAMODE.
4680         (xop_vmfrcz<mode>2): Scalar patterns zero-extend, not merge with
4681         the first operand.
4682         * config/i386/fma4intrin.h (_mm_msub_ps): Use vfmadd intrinsic with
4683         extra negations.
4684         (_mm_msub_pd, _mm_msub_ss, _mm_msub_sd): Likewise.
4685         (_mm_nmacc_ps, _mm_nmacc_pd, _mm_nmacc_ss, _mm_nmacc_sd): Likewise.
4686         (_mm_nmsub_ps, _mm_nmsub_pd, _mm_nmsub_ss, _mm_nmsub_sd): Likewise.
4687         (_mm256_msub_ps, _mm256_msub_pd): Likewise.
4688         (_mm256_nmacc_ps, _mm256_nmacc_pd): Likewise.
4689         (_mm256_nmsub_ps, _mm256_nmsub_pd): Likewise.
4690         (_mm_msubadd_ps): Use vfmaddsub intrinsic with extra negation.
4691         (_mm_msubadd_pd, _mm256_msubadd_ps, _mm256_msubadd_pd): Likewise.
4692
4693 2010-10-18  Bernd Schmidt  <bernds@codesourcery.com>
4694
4695         PR rtl-optimization/45966
4696         * combine.c (try_combine): If added_sets_2, deal with the case
4697         where i0 feeds i1 and i1 feeds i2.
4698
4699 2010-10-18  Jan Hubicka  <jh@suse.cz>
4700
4701         * ipa.c (cgraph_externally_visible_p): Handle externally visible and
4702         preserve flags before trying to guess on visibility.
4703         (varpool_externally_visible_p): New function.
4704         (function_and_variable_visibility): Use it.
4705
4706 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
4707
4708         Implemented parsing @synthesize and @dynamic for Objective-C.
4709         * c-parser.c (c_parser_external_declaration): Recognize
4710         RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
4711         (c_parser_objc_at_synthesize_declaration): New.
4712         (c_parser_objc_at_dynamic_declaration): New.
4713
4714 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
4715
4716         * c-parser.c (c_parser_objc_class_declaration): After finding an
4717         error, parse the whole declaration then reset parser->error.
4718
4719 2010-10-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
4720
4721         PR target/46041
4722         * tree.h (mode_has_fma): Delete, move to c-cppbuiltins.c.
4723         * builtins.c (mode_has_fma): Ditto.
4724
4725 2010-10-18  Steve Ellcey  <sje@cup.hp.com>
4726
4727         PR target/36898
4728         PR middle-end/43760
4729         * config/ia64/ia64.c (rws_access_regno): Remove predicate check.
4730
4731 2010-10-18  Joseph Myers  <joseph@codesourcery.com>
4732
4733         * config/i386/i386.c (ix86_option_override_internal): Define and
4734         use USE_X86_64_FRAME_POINTER for 64-bit flag_omit_frame_pointer
4735         default.
4736         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
4737         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Define.
4738
4739 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
4740
4741         Merge from 'apple/trunk' branch on FSF servers.
4742         * c-parser.c (c_parser_objc_type_name): Adapted to new parser the
4743         following Objective-C change:
4744
4745         2005-10-10  Fariborz Jahanian  <fjahanian@apple.com>
4746
4747         Radar 4301047
4748         * c-parse.in (objc_quals): Build objc qualifier list same way
4749         as gcc-3.3
4750
4751 2010-10-18  Jan Hubicka  <jh@suse.cz>
4752
4753         * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,
4754         function_and_variable_visibility): Revert accidental commit.
4755
4756 2010-10-18  Nicola Pero  <nicola.pero@meta-innovation.com>
4757
4758         Merge from 'apple/trunk' branch on FSF servers.
4759         * c-parser.c (c_parser_typeof_specifier): Adapted to new parser
4760         the following Objective-C change:
4761
4762         2005-10-07  Fariborz Jahanian  <fjahanian@apple.com>
4763
4764         Radar 4204796
4765         * c-parse.in (typespec_nonreserved_nonattr): Remove volatile from
4766         'volatilized' type used in a typeof operator.
4767
4768 2010-10-18  Eric Botcazou  <ebotcazou@adacore.com>
4769
4770         * tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.
4771         * tree-cfg.c (gimple_purge_dead_abnormal_call_edges): Move around and
4772         rewrite modelled on gimple_purge_dead_eh_edges.
4773         (gimple_purge_all_dead_abnormal_call_edges): New function.
4774         * tree-inline.c (expand_call_inline): Call gimple_purge_dead_eh_edges
4775         directly instead of through gimple_purge_dead_abnormal_call_edges.
4776         * tree-ssa-pre.c (need_ab_cleanup): New static variable.
4777         (eliminate): Set bit in need_ab_cleanup for the basic block if we have
4778         removed AB side-effects from one of its statements.
4779         (init_pre): Initialize need_ab_cleanup.
4780         (fini_pre): Purge dead abnormal call edges and clean up the CFG if bits
4781         are set in need_ab_cleanup.  Free need_ab_cleanup afterward.
4782
4783 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
4784
4785         PR c/46015
4786         * c-parser.c (c_parser_statement_after_labels): Call mark_exp_read
4787         on computed goto argument.
4788
4789 2010-10-18  Richard Guenther  <rguenther@suse.de>
4790
4791         PR tree-optimization/45967
4792         * tree-ssa-structalias.c (type_could_have_pointers): Remove.
4793         (could_have_pointers): Likewise.
4794         (handle_rhs_call, handle_const_call, handle_pure_call,
4795         find_func_aliases, intra_create_variable_infos): Remove calls to them.
4796         (struct fieldoff): Add must_have_pointers field.
4797         (type_must_have_pointers): New function.
4798         (field_must_have_pointers): Likewise.
4799         (push_fields_onto_fieldstack): Remove must_have_pointers_p argument.
4800         Adjust field merging.
4801         (create_function_info_for): May-have-pointers of varinfo is
4802         almost always true.
4803         (create_variable_info_for_1): Likewise.
4804
4805 2010-10-18  Tejas Belagod  <tejas.belagod@arm.com>
4806
4807         * config/arm/neon.md (neon_move_hi_quad_<mode>): Fix the order
4808         of operands to vec_concat.
4809
4810 2010-10-18  Richard Guenther  <rguenther@suse.de>
4811
4812         PR lto/44950
4813         * tree.c (free_lang_data_in_decl): As we clear TYPE_METHODS
4814         also clear references to entries of it.
4815
4816 2010-10-18  Andi Kleen  <ak@linux.intel.com>
4817
4818         PR other/43448
4819         * gccbug.in: Remove.
4820         * Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
4821         (doc, distclean, install-common): Remove reference to gccbug.
4822         * configure: Regenerate.
4823         * configure.ac (all_outputs): Remove gccbug.
4824         * doc/configfiles.texi: Remove references to gccbug.
4825         * doc/sourcebuild.texi: Dito.
4826
4827 2010-10-18  Jakub Jelinek  <jakub@redhat.com>
4828
4829         PR middle-end/46019
4830         * fold-const.c (fold_binary_loc): If integer_pow2p has
4831         TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
4832
4833 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
4834             Jeremie Salvucci  <jeremie.salvucci@free.fr>
4835
4836         * gengtype.c (verbosity_level): Add variable.
4837         (set_gc_used): Count variables for verbosity.
4838         (close_output_files): Backing up files, counting written ones
4839         verbosily.
4840         (write_types): Count emitted functions for verbosity. Added
4841         debug messages.
4842         (write_enum_defn): Count structures for verbosity. Added debug
4843         messages.
4844         (gengtype_long_options): Add "verbose" & "backupdir".
4845         (print_usage): Ditto.
4846         (main): Verbose display of parsed files.
4847
4848         * gengtype.h (verbosity_level): Add declaration.
4849
4850 2010-10-18  Basile Starynkevitch  <basile@starynkevitch.net>
4851
4852         * gengtype.c (parse_program_options): Add allocation of
4853         plugin_files, and correct test on nb_plugin_files.
4854
4855 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
4856
4857         Merge from 'apple/trunk' branch on FSF servers.
4858
4859         2006-03-27 Fariborz Jahanian  <fjahanian@apple.com>
4860
4861         Radar 4133425
4862         * c-decl.c (undeclared_variable): Issue diagnostic on
4863         private 'ivar' access.
4864
4865 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
4866
4867         PR target/46051
4868         * config/i386/sse.md (vec_interleave_highv4df): Fix third RTX of
4869         generated sequence to match *avx_vperm2f128<mode>_nozero.
4870         (vec_interleave_lowv4df): Ditto.
4871         (vec_interleave_highv8sf): Ditto.
4872         (vec_interleave_lowv8sf): Ditto.
4873
4874 2010-10-17  Kai Tietz  <kai.tietz@onevision.com>
4875
4876         * libgcov.c (create_file_directory): Enable it for win32 case.
4877         (gcov_exit): De-couple GCOV_PREFIX and GCOV_PREFIX_STRIP.
4878         * doc/gcov.texi (GCOV_PREFIX): Adjusted.
4879         (GCOV_PREFIX_SKIP): Likewise.
4880
4881 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
4882
4883         * doc/objc.texi (GNU Objective-C runtime API): New section.
4884         (Modern GNU Objective-C runtime API): New section.
4885         (Traditional GNU Objective-C runtime API): New section.
4886         (Executing code before main): Mention that this section is
4887         specific to the GNU Objective-C runtime.
4888         (Garbage Collection): Same.
4889
4890 2010-10-17  Uros Bizjak  <ubizjak@gmail.com>
4891
4892         * c-parser.c (c_parser_for_statement): Move initialization of
4893         cond and incr before if.
4894
4895 2010-10-17  Anatoly Sokolov  <aesok@post.ru>
4896
4897         * target.def (preferred_output_reload_class): New hook.
4898         * doc/tm.texi.in (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Document.
4899         * doc/tm.texi: Regenerate.
4900         * targhooks.c (default_preferred_output_reload_class): New function.
4901         * targhooks.h (default_preferred_output_reload_class): Declare.
4902         * reload.c (find_dummy_reload): Change rclass argument type from
4903         enum reg_class to reg_class_t. Change this_alternative array type
4904         from enum reg_class to reg_class_t.
4905         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
4906         (push_reload): Change preferred_class variable type to reg_class_t.
4907         Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
4908         * recog.c (reg_fits_class_p): Change result type to bool. Change cl
4909         argument type from enum reg_class to reg_class_t. Use
4910         HARD_REGISTER_NUM_P predicate.
4911         * recog.h (reg_fits_class_p): Update prototype.
4912
4913         * config/i386/i386.h (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
4914         * config/i386/i386-protos.h (ix86_preferred_output_reload_class):
4915         Remove.
4916         * config/i386/i386.c (ix86_preferred_output_reload_class): Make
4917         static. Change regclass argument and result types from enum reg_class
4918         to reg_class_t.
4919         (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
4920
4921 2010-10-17  Iain Sandoe  <iains@gcc.gnu.org>
4922
4923         * c-parser.c (c_parser_objc_class_instance_variables): Update to use
4924         visibility enum, and handle @package.
4925
4926 2010-10-17  Nicola Pero  <nicola.pero@meta-innovation.com>
4927
4928         * doc/objc.texi (What you can and what you cannot do in +load):
4929         Document that sending messages to constant string objects in +load
4930         is not guaranteed to work.
4931
4932 2010-10-16  Jan Hubicka  <jh@suse.cz>
4933
4934         PR middle-end/44206
4935         * ipa.c (cgraph_remove_unreachable_nodes): Cleanup; check
4936         existence of refrences before removing the function.
4937
4938 2010-10-16  Jan Hubicka  <jh@suse.cz>
4939
4940         * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
4941         only_called_at_startup and only_called_at_exit.
4942         (cgraph_propagate_frequency): Compute only_called_at_startup and
4943         only_called_at_exit.
4944         * cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
4945         only_called_at_exit.
4946         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
4947         flags.
4948         * predict.c (compute_function_frequency): Initialize the new flags.
4949
4950 2010-10-16  Eric Botcazou  <ebotcazou@adacore.com>
4951
4952         * gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
4953         ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
4954         on the bounds of its domain.
4955         * tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.
4956
4957 2010-10-16  Anatoly Sokolov  <aesok@post.ru>
4958
4959         * config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
4960         * config/avr/avr-protos.h (preferred_reload_class): Remove.
4961         * config/avr/avr.c (preferred_reload_class): Remove.
4962         * config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
4963         * config/pa/pa.c (emit_move_sequence): Update comment
4964         * config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
4965         * config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
4966         * config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
4967         * config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
4968         * config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
4969         * config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
4970         * config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
4971         * config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
4972         * config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
4973         * config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
4974         * config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
4975         * config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
4976         * config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
4977
4978 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
4979
4980         * opts.c (set_fast_math_flags,
4981         set_unsafe_math_optimizations_flags): Make static.
4982         * toplev.h (set_fast_math_flags,
4983         set_unsafe_math_optimizations_flags): Remove prototypes.
4984
4985 2010-10-16  Joseph Myers  <joseph@codesourcery.com>
4986
4987         * config/arm/arm.c (arm_option_optimization): Set
4988         flag_section_anchors to 1 not 2.
4989         * config/i386/i386.c (ix86_option_override_internal): Check
4990         global_options_set.x_flag_zee and
4991         global_options_set.x_flag_omit_frame_pointer.
4992         (ix86_option_optimization): Don't set flag_omit_frame_pointer and
4993         flag_zee to 2.
4994         * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
4995         global_options_set.x_flag_omit_frame_pointer.
4996         * config/rs6000/rs6000.c (rs6000_option_init_struct): Set
4997         opts->x_flag_section_anchors to 1 not 2.
4998         * config/sh/sh.c (sh_option_optimization): Don't set
4999         flag_schedule_insns to 2.
5000         (sh_option_override): Check
5001         global_options_set.x_flag_schedule_insns.
5002         * opts.c (finish_options): Check opts_set->x_flag_section_anchors.
5003
5004 2010-10-16  Kai Tietz  <kai.tietz@onevision.com>
5005
5006         * configure.ac: Make sure inhibit_libc remains false for mingw targets
5007         as cross.
5008         * configure: Regenerated.
5009
5010 2010-10-15  Xinliang David Li  <davidxl@google.com>
5011
5012         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths): New
5013         function.
5014         (use_pred_not_overlap_with_undef_path_pred): Outline phi arg pruning
5015         into a recursive function.
5016
5017 2010-10-15  Uros Bizjak  <ubizjak@gmail.com>
5018
5019         * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute.
5020         (*movdfcc_1): ditto.
5021
5022 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
5023
5024         * target.def (target_option.init_struct): New hook.
5025         * doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
5026         * doc/tm.texi: Regenerate.
5027         * hooks.c (hook_void_gcc_optionsp): New.
5028         * hooks.h (hook_void_gcc_optionsp): Declare.
5029         * langhooks-def.h (lhd_init_options_struct): Remove.
5030         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to hook_void_gcc_optionsp.
5031         * langhooks.c (lhd_init_options_struct): Remove.
5032         * opts.c (init_options_struct): Also call
5033         targetm.target_option.init_struct.
5034         * config/i386/i386.c (ix86_option_init_struct,
5035         TARGET_OPTION_INIT_STRUCT): New.
5036         (ix86_option_optimization): Move some settings to
5037         ix86_option_init_struct.
5038         * config/pdp11/pdp11.c (pdp11_option_init_struct,
5039         TARGET_OPTION_INIT_STRUCT): New.
5040         (pdp11_option_optimization): Move some settings to
5041         pdp11_option_init_struct.
5042         * config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
5043         rs6000_option_init_struct.  Use options structure pointer.
5044         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
5045         * config/s390/s390.c (s390_option_init_struct,
5046         TARGET_OPTION_INIT_STRUCT): New.
5047         (s390_option_optimization): Don't set
5048         flag_asynchronous_unwind_tables here.
5049         * config/sh/sh.c (sh_option_init_struct,
5050         TARGET_OPTION_INIT_STRUCT): New.
5051         (sh_option_optimization): Don't set flag_finite_math_only here.
5052         * config/spu/spu.c (spu_option_optimization): Replace by
5053         spu_option_optimization.  Use options structure pointer.
5054         (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
5055
5056 2010-10-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
5057
5058         * doc/md.texi (Standard Names): Add fma@var{m}4 documentation.
5059
5060         * doc/rtl.texi (RTX_TERNARY): Document FMA is ternary.  Add
5061         SIGN_EXTRACT and ZERO_EXTRACT which were missing.
5062         (Standard names): Document fma.
5063
5064         * doc/cpp.texi (Common Predefined Macros): Document __FP_FAST_FMA,
5065         __FP_FAST_FMAF, __FP_FAST_FMAL.
5066
5067         * builitns.c (expand_builtin_mathfn_ternary): New function for
5068         expanding ternary math functions, like fma.
5069         (expand_builtin): Call it for the fma builtins.
5070
5071         * simplify-rtx.c (simplify_ternary_operation): Don't simplify FMA
5072         ops at present.
5073
5074         * tree-vect-stmts.c (vectorizable_call): Allow 3 argument
5075         vectorizable functions to support vectorizing fma.
5076
5077         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
5078         Handle fma builtins.
5079
5080         * config/rs6000/vsx.md (UNSPEC_VSX_MADD): Delete.
5081         (UNSPEC_VSX_MSUB): Ditto.
5082         (UNSPEC_VSX_NMADD): Ditto.
5083         (UNSPEC_VSX_NMSUB): Ditto.
5084         (vsx_fmadd<mode>4*): Rewrite to use FMA rtl in some cases instead
5085         of UNSPEC. Renumber combiner patterns.
5086         (vsx_fmsub<mode>4*): Ditto.
5087         (vsx_fnmadd<mode>4*): Ditto.
5088         (vsx_fnmsub<mode>4*): Ditto.
5089
5090         * config/rs6000/altivec.md (UNSPEC_VNMSUBFP): Delete.
5091         (altivec_vmaddfp): Rewrite to use FMA rtl if no fused
5092         multiply/add.  Rename combiner pattern, and add TARGET_FUSED_MADD test.
5093         (altivec_vmaddfp_1): Ditto.
5094         (altivec_vmaddfp_2): Ditto.
5095         (atlivec_mulv4sf3): Ditto.
5096         (altivec_vnmsubfp): Ditto.
5097         (altivec_vnmsubfp_1): Ditto.
5098         (altivec_vnmsubfp_2): Ditto.
5099         (altivec_vnmsubfp_3): Delete.
5100
5101         * config/rs6000/rs6000.md (fmasf4): New insns for fma builtin support.
5102         (fmasf4_fpr): Ditto.
5103         (fmssf4_fpr): Ditto.
5104         (fnmasf4_fpr): Ditto.
5105         (fnmssf4_fpr): Ditto.
5106         (fmadf4): Ditto.
5107         (fmadf4_fpr): Ditto.
5108         (fmsdf4_fpr): Ditto.
5109         (fnmadf4_fpr): Ditto.
5110         (fnmsdf4_fpr): Ditto.
5111
5112         * optabs.h (OTI_fma): Add fma optab.
5113         (fma_optab): Ditto.
5114
5115         * genopinit.c (optabs): Set fma optab.
5116
5117         * rtl.def (FMA): Add FMA rtl.
5118
5119         * tree.h (mode_has_fma): New function to return if MODE supports a
5120         fast multiply and add instruction.
5121         * builtins.c (mode_has_fma): Ditto.
5122
5123 2010-10-15  Jan Hubicka  <jh@suse.cz>
5124
5125         * lto-streamer-out.c (write_symbol): Use pointer set of seen
5126         objects instead of bitmap.
5127         (produce_symtab): Likewise; output defined symbols first.
5128
5129 2010-10-15  Jie Zhang  <jie@codesourcery.com>
5130
5131         * doc/invoke.texi: Add -fstrict-volatile-bitfields to
5132         Option Summary and Index.
5133
5134 2010-10-15  Richard Guenther  <rguenther@suse.de>
5135
5136         * tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
5137         for automatic variables again.
5138
5139 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
5140
5141         * doc/extend.texi (Variable Length): Don't refer to VLAs not
5142         conforming to C99.
5143
5144 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
5145
5146         * config/rx/rx.c (rx_option_optimization): Change to
5147         rx_override_options_after_change.  Don't change
5148         flag_lto_compression_level.  Don't check for changes to whether
5149         FPU instructions can be used.  Check and set only
5150         flag_finite_math_only, not other fast-math flags.
5151         (rx_option_override): Call rx_override_options_after_change.
5152         (TARGET_OPTION_OPTIMIZATION): Remove.
5153         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
5154
5155 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
5156
5157         * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
5158         disable section anchors for lang_hooks.name[4] != 'O'.
5159
5160 2010-10-15  Joseph Myers  <joseph@codesourcery.com>
5161
5162         * config/frv/frv.c (frv_option_optimization,
5163         TARGET_OPTION_OPTIMIZATION): Remove.
5164         * config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
5165
5166 2010-10-15  Michael Matz  <matz@suse.de>
5167
5168         * cgraphunit.c (clone_of_p): Define unconditionally.
5169
5170 2010-10-15  Richard Guenther  <rguenther@suse.de>
5171
5172         PR lto/45957
5173         * tree.c (free_lang_data_in_decl): Do not clear DECL_INITIAL of vars.
5174
5175 2010-10-15  Chung-Lin Tang  <cltang@codesourcery.com>
5176
5177         * ifcvt.c (find_active_insn_before): New function.
5178         (find_active_insn_after): New function.
5179         (cond_exec_process_if_block): Use new functions to replace
5180         prev_active_insn() and next_active_insn().
5181
5182 2010-10-14  Yao Qi  <yao@codesourcery.com>
5183
5184         PR target/45447
5185         * config/arm/arm.c (arm_build_builtin_va_list): Assign
5186         va_list_name to TYPE_STUB_DECL (va_list_type).
5187
5188 2010-10-14  Jan Hubicka  <jh@suse.cz>
5189
5190         PR middle-end/45621
5191         * cgraph.c (cgraph_update_edges_for_call_stmt_node): When new call is
5192         redirected to clone, be happy.
5193         * cgraph.h (cgraph node): Enable former_clone_of unconditinally.
5194         * cgraphunit.c (verify_cgraph_node, cgraph_materialize_clone): Handle
5195         former_clone_of unconditionally.
5196
5197 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
5198
5199         Merge from FSF apple 'trunk' branch.
5200         2006 Fariborz Jahanian  <fjahanian@apple.com>
5201
5202         Radars 4436866, 4505126, 4506903, 4517826
5203         * c-parser.c (c_parser, objc_property_attr_context) New flag.
5204         (c_lex_one_token): Handle property attributes.
5205         (c_parser_external_declaration): Handle @property.
5206         (c_parser_declaration_or_fndef): Warn on invalid attributes before
5207         @alias, @class, @end and @property objc keywords.
5208         (c_parser_objc_methodprotolist): Handle @property.
5209         (c_parser_objc_property_attrlist): New.
5210         (c_parser_objc_at_property): New.
5211         * c-typeck.c (build_component_ref): Handle CLASS.property syntax.
5212         (build_modify_expr): Likewise.
5213
5214 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
5215
5216         PR tree-optimization/46008
5217         * tree-if-conv.c (predicate_bbs): Try to canonicalize c2 if possible.
5218
5219 2010-10-14  Richard Guenther  <rguenther@suse.de>
5220
5221         PR tree-optimization/44913
5222         * tree-data-ref.c (disjoint_objects_p): Remove.
5223         (dr_may_alias_p): Simplify.  Only hand the base object to
5224         the alias-oracle.
5225         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
5226         some more trees, bail out instead of asserting.
5227         (ptr_derefs_may_alias_p): Likewise.  Export.
5228         (refs_may_alias_p_1): Handle STRING_CSTs.
5229         * tree-ssa-alias.h (ptr_derefs_may_alias_p): Declare.
5230
5231 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
5232
5233         PR c/45969
5234         * c-typeck.c (build_binary_op): Don't try to compute a semantic
5235         type with excess precision for boolean operations.
5236
5237 2010-10-14  Jeremie Salvucci  <jeremie.salvucci@free.fr>
5238             Basile Starynkevitch  <basile@starynkevitch.net>
5239
5240         * gengtype.c:  Include getopt.h and version.h.
5241
5242         (lang_bitmap, struct outf, outf_p)
5243         (get_output_file_with_visibility, oprintf): Definitions moved to
5244         gengtype.h
5245         (output_files, header_file, srcdir, srcdir_len, this_file)
5246         (do_dump): No more static variables.
5247         (do_debug): New.
5248         (dbgprint_count_type_at): Added new function.
5249         (gengtype_long_options): New.
5250         (print_usage, print_version, parse_program_options): New.
5251         (main): Call parse_program_options, and removed old option
5252         handling code.  Added some debug output.
5253
5254         * gengtype.h:  Updated copyright year.
5255         (lang_bitmap, struct outf, outf_p, header_file, oprintf)
5256         (get_output_file_with_visibility, srcdir, srcdir_len, do_dump):
5257         Moved from gengtype.c to here.
5258         (do_debug, read_state_filename, write_state_filename): New variables.
5259         (DBGPRINTF, DBGPRINT_COUNT_TYPE): New macros.
5260
5261         * Makefile.in:
5262         (REVISION): Always defined.
5263         (version.o): Removed ifdef REVISION_c.
5264         (s-gtype): Pass arguments to build/gengtype program.
5265         (build/version.o): Added building rule.
5266         (build/gengtype$(build_exeext)): Added build/version.o.
5267
5268 2010-10-14  Iain Sandoe  <iains@gcc.gnu.org>
5269
5270         Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.
5271         * config/darwin-c.c (darwin_cpp_builtins): Define __weak and
5272         __strong macros.
5273
5274 2010-10-14  Eric Botcazou  <ebotcazou@adacore.com>
5275
5276         * sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke
5277         may_trap_or_fault_p instead of may_trap_p predicate.
5278         * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
5279         (substitute_placeholder_in_expr): Likewise.
5280         * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP
5281         flag on MEM_REF nodes.
5282         (copy_tree_body_r): Propagate the TREE_READONLY and TREE_THIS_NOTRAP
5283         flags on INDIRECT_REF nodes.
5284
5285 2010-10-14  Nathan Froyd  <froydnj@codesourcery.com>
5286
5287         * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from libgcc.
5288         (arm*-*-uclinux*eabi) <tm_file>: Likewise.
5289         (arm*-*-eabi*) <tm_file>: Likewise.
5290         (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
5291         (frv-*-*linux*) <tm_file>: Likewise.
5292         * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
5293         and associated helper macros.
5294         * config/frv/frv-abi.h: Delete.
5295
5296 2010-10-14  Richard Guenther  <rguenther@suse.de>
5297
5298         PR lto/44561
5299         * tree.def (NULLPTR_TYPE): New tree code.
5300         * dbxout.c (dbxout_type): Handle NULLPTR_TYPE.
5301         * dwarf2out.c (is_base_type): Likewise.
5302         (gen_type_die_with_usage): Likewise.
5303         * sdbout.c (plain_type_1): Likewise.
5304         * tree.c (build_int_cst_wide): Likewise.
5305         * gimple.c (gimple_types_compatible_p_1): NULLPTR_TYPE types are equal.
5306
5307 2010-10-14  Joseph Myers  <joseph@codesourcery.com>
5308
5309         * params.c (params_finished): New.
5310         (add_params): Assert !params_finished.
5311         (finish_params): New.
5312         (set_param_value_internal): Take params and params_set
5313         parameters.  Assert params_finished.
5314         (set_param_value, maybe_set_param_value): Take params and
5315         params_set parameters.  Update calls to set_param_value_internal.
5316         (set_default_param_value): Assert !params_finished.  Don't use
5317         set_param_value_internal.
5318         (default_param_value, init_param_values): New.
5319         * params.h (struct param_info): Change value to default_value.
5320         Remove set.
5321         (set_param_value, maybe_set_param_value): Add params and
5322         params_set parameters.
5323         (PARAM_VALUE): Get parameters from global_options.
5324         (PARAM_SET_P): Remove.
5325         (finish_params, default_param_value, init_param_values): New.
5326         * common.opt (param_values): New Variable.
5327         * config/arm/arm.c (arm_option_override): Pass extra arguments to
5328         maybe_set_param_value.
5329         * config/i386/i386.c (ix86_option_override_internal): Pass extra
5330         arguments to maybe_set_param_value.
5331         * config/picochip/picochip.c (picochip_option_override): Pass
5332         extra arguments to maybe_set_param_value.
5333         * config/rs6000/rs6000.c (rs6000_option_override_internal): Pass
5334         extra arguments to maybe_set_param_value.
5335         * config/s390/s390.c (s390_option_override): Use
5336         maybe_set_param_value instead of set_param_value.  Pass extra
5337         arguments to maybe_set_param_value.
5338         * config/sparc/sparc.c (sparc_option_override): Pass extra
5339         arguments to maybe_set_param_value.
5340         * config/spu/spu.c (spu_option_override): Pass extra arguments to
5341         maybe_set_param_value.
5342         * opts.c (handle_param): Take opts and opts_set parameters.
5343         Update call to set_param_value.
5344         (initial_min_crossjump_insns, initial_max_fields_for_field_sensitive,
5345         initial_loop_invariant_max_bbs_in_loop): Remove.
5346         (init_options_once): Don't set them.
5347         (init_options_struct): Initialize parameters structures.
5348         (default_options_optimization): Use default_param_value when
5349         restoring defaults.  Update calls to maybe_set_param_value.
5350         (finish_options): Update calls to maybe_set_param_value.
5351         (common_handle_option): Update calls to handle_param and
5352         set_param_value.
5353         * toplev.c (DEFPARAM): Update definition for changes to param_info.
5354         (general_init): Call finish_params.
5355
5356 2010-10-14  Nick Clifton  <nickc@redhat.com>
5357
5358         * config/mn10300/mn10300.h (CONSTANT_ALIGNMENT): Define.
5359         (DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
5360         (FIRST_PSEUDO_REGISTER): Increase by one.
5361         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update with CC_REG.
5362         (HARD_REGNO_MODE_OK): Call mn10300_hard_regno_mode_ok.
5363         (MODES_TIEABLE): Call mn10300_modes_tieable.
5364         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add CC_REGS.
5365         (LEGITIMATE_CONSTANT_P): Call mn10300_legitimate_constant_p.
5366         (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, NOTICE_UPDATE_CC)
5367         (SELECT_CC_MODE, REVERSIBLE_CC_MODE): Delete.
5368         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Add CC register.
5369         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
5370         (mn10300_cc_status_mdep): Delete.
5371         (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Delete.
5372         * config/mn10300/mn10300 (mn10300_option_override): Stop disabling
5373         the combine-stack-adjust pass.
5374         (print_operand): Use the mode of the comparison operation to
5375         select the comparison suffix.
5376         (notice_update_cc): Delete.
5377         (mn10300_secondary_reload_class): Remove test for stack pointer
5378         based arithmetic.
5379         (output_tst): Rename to mn10300_output_cmp.
5380         (impossible_plus_operand): Move into predicates.md.
5381         (mn10300_legitimize_address): Make static.
5382         (mn10300_legitimate_address_p): Make static.  Only allow SI sized
5383         constant pic operands.
5384         (mn10300_legitimate_constant_p): New function.
5385         (mn10300_case_values_threshold): Make static.
5386         (mn10300_hard_regno_mode_ok): New function.
5387         (mn10300_modes_tieable): New function.
5388         (mn10300_select_cc_mode): New function.
5389         * config/mn10300/predicates.md (impossible_plus_operand): Define.
5390         * config/mn10300/mn10300-protos.h: Tidy.
5391         (mn10300_legitimate_constant_p, mn10300_modes_tieable)
5392         (mn10300_hard_regno_mode_ok, mn10300_select_cc_mode): Prototype.
5393         * config/mn10300/mn10300.md (cc attribute): Delete.  Replace
5394         with clobbers or sets of CC_REG.
5395         (CC_REG): Define.
5396         (mov*): Remove use of CLR instruction.
5397         (cbranch_si4_<code>): New pattern/split.
5398         (integer_conditional_branch): New pattern.
5399         (cbranch_sf4_<code>): New pattern/split.
5400         (float_conditional_branch): New pattern.
5401         (casesi): Use addsi3 pattern instead of movsi pattern to add and
5402         move a value at the same time.
5403         (cc0 peepholes): Remove.
5404
5405 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
5406
5407         * sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE
5408         on RTX_FRAME_RELATED_P insns and the insn to which
5409         NOTE_INSN_EPILOGUE_BEG is attached.
5410         * sched-vis.c (print_value): Allow NULL value.
5411
5412 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
5413
5414         PR rtl-optimization/45570
5415         * sel-sched-ir.c (cfg_preds_1): When walking out of the region,
5416         assert that we are pipelining outer loops.  Allow returning
5417         zero predecessors.
5418
5419 2010-10-14  Andrey Belevantsev  <abel@ispras.ru>
5420
5421         * sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.
5422         (tidy_control_flow): Tidy vertical space.
5423         (sel_remove_bb): New variable idx.  Use it to remember the basic
5424         block index before deleting the block.
5425         (sel_remove_empty_bb): Remove dead code, simplify and insert to ...
5426         (sel_merge_blocks): ... here.
5427         * sel-sched-ir.h (sel_remove_empty_bb): Remove prototype.
5428
5429 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
5430
5431         * cse.c (is_dead_reg): Change into inline function that is not
5432         called through for_each_rtx.
5433         (set_live_p): Adjust caller.
5434         (insn_live_p): Don't reset DEBUG_INSNs here.
5435         (struct dead_debug_insn_data): New data.
5436         (count_stores, is_dead_debug_insn, replace_dead_reg): New functions.
5437         (delete_trivially_dead_insns): If there is just one setter for the
5438         dead reg that is referenced by some DEBUG_INSNs, create a DEBUG_EXPR
5439         and add DEBUG_INSN for it right before the removed setter and
5440         use the DEBUG_EXPR instead of the dead pseudo.
5441
5442 2010-10-14  Zdenek Dvorak  <rakdver@kam.uniff.cz>
5443
5444         * et-forest.c (et_nca): Return NULL immediately when
5445         the dominance forest has disjoint components.
5446
5447 2010-10-13  Vladimir Makarov  <vmakarov@redhat.com>
5448
5449         * ira.c (setup_class_hard_regs): Fix typo in indexing
5450         ira_non_ordered_class_hard_regs and ira_class_hard_reg_index.
5451
5452 2010-10-14  Tijs Wiebe Lefering  <twlevo@gmail.com>
5453
5454         * graph.c (inbb): New variable.
5455         (start_bb): Set inbb to 1 if output is inside of a building block.
5456         (end_bb): Check if output is inside of a building block.
5457
5458 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
5459
5460         PR rtl-optimization/45912
5461         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Test the
5462         regno of registers instead of their index to compute the alignment.
5463
5464 2010-10-13  H.J. Lu  <hongjiu.lu@intel.com>
5465
5466         * config/i386/i386.c (ix86_build_const_vector): Check vector
5467         mode instead of scalar mode.
5468         (ix86_build_signbit_mask): Likewise.
5469         (ix86_expand_fp_absneg_operator): Updated.
5470         (ix86_expand_copysign): Likewise.
5471         (ix86_expand_int_vcond): Likewise.
5472         (ix86_emit_swdivsf): Likewise.
5473         (ix86_sse_copysign_to_positive): Likewise.
5474         (ix86_expand_sse_fabs): Likewise.
5475         * config/i386/i386.md (fixuns_trunc<mode>si2): Likewise.
5476         * config/i386/sse.md (copysign<mode>3): Likewise.
5477         (sse2_cvtudq2ps): Likewise.
5478         (vec_unpacku_float_hi_v4si): Likewise.
5479         (vec_unpacku_float_lo_v4si): Likewise.
5480
5481         * config/i386/i386.c (ix86_builtins): Add
5482         IX86_BUILTIN_CPYSGNPS256 and IX86_BUILTIN_CPYSGNPD256.
5483         (bdesc_args): Likewise.
5484         (ix86_builtin_vectorized_function): Support
5485         IX86_BUILTIN_CPYSGNPS256, IX86_BUILTIN_CPYSGNPD256,
5486         IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS_NR256,
5487         and IX86_BUILTIN_CVTPS2DQ256.
5488         (ix86_builtin_reciprocal): Support IX86_BUILTIN_SQRTPS_NR256.
5489
5490         * config/i386/sse.md (STORENT_MODE): New.
5491         (VEC_FLOAT_MODE): Likewise.
5492         (VEC_EXTRACT_MODE): Likewise.
5493         (*avx_cvtdq2pd256_2): Likewise.
5494         (vec_pack_trunc_v4df): Likewise.
5495         (vec_interleave_highv8sf): Likewise.
5496         (vec_interleave_lowv8sf): Likewise.
5497         (storent<mode>): Macroized.
5498         (<code><mode>2: absneg): Likewise.
5499         (copysign<mode>3): Likewise.
5500         (vec_extract<mode>): Likewise.
5501
5502         PR target/44180
5503         * config/i386/i386.c (expand_vec_perm_even_odd_1): Rewritten
5504         for V8SFmode.
5505
5506 2010-10-13  Richard Guenther  <rguenther@suse.de>
5507             H.J. Lu  <hongjiu.lu@intel.com>
5508
5509         * config/i386/sse.md (reduc_splus_v8sf): Add.
5510         (reduc_splus_v4df): Likewise.
5511         (vec_unpacks_hi_v8sf): Likewise.
5512         (vec_unpacks_lo_v8sf): Likewise.
5513         (*avx_cvtps2pd256_2): Likewise.
5514         (vec_unpacks_float_hi_v8si): Likewise.
5515         (vec_unpacks_float_lo_v8si): Likewise.
5516         (vec_interleave_highv4df): Likewise.
5517         (vec_interleave_lowv4df): Likewise.
5518
5519 2010-10-13  Richard Guenther  <rguenther@suse.de>
5520
5521         PR objc/45878
5522         * gimple-fold.c (gimple_fold_obj_type_ref): Leave OBJ_TYPE_REFs
5523         alone if there are no virtual methods.
5524
5525 2010-10-13  Richard Henderson  <rth@redhat.com>
5526
5527         * expr.c (build_personality_function): Take parameter LANG instead
5528         of parameter NAME.  Build the name based on the lang prefix and the
5529         unwind method in use.
5530         * tree.c (lhd_gcc_personality): Update call to
5531         build_personality_function.
5532
5533 2010-10-13  Richard Guenther  <rguenther@suse.de>
5534
5535         PR objc/45878
5536         * tree-ssa-ccpc (ccp_fold_stmt): Use gimple_fold_obj_type_ref.
5537
5538 2010-10-13  Eric Botcazou  <ebotcazou@adacore.com>
5539
5540         * cse.c (cse_insn): Fix thinko in the canonicalization of USE insns.
5541         Canonicalize input operands of ASM_OPERANDS insns.
5542
5543 2010-10-13  Richard Guenther  <rguenther@suse.de>
5544
5545         PR tree-optimization/45788
5546         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
5547         EH update until fixup-cfg.
5548
5549 2010-10-13  Julian Brown  <julian@codesourcery.com>
5550
5551         * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
5552         from CORE_REGS and GENERAL_REGS classes.
5553         * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of
5554         final constraint for register preferencing.
5555
5556 2010-10-13  Richard Guenther  <rguenther@suse.de>
5557
5558         PR tree-optimization/45970
5559         * tree-ssa-alias.h (stmt_kills_ref_p): Declare.
5560         * tree-ssa-alias.c (stmt_kills_ref_p_1): New function.
5561         (stmt_kills_ref_p): Likewise.
5562         * tree-ssa-dse.c (dse_optimize_stmt): Use it.
5563
5564 2010-10-13  Richard Guenther  <rguenther@suse.de>
5565
5566         PR tree-optimization/45982
5567         * tree-ssa-structalias.c (make_constraints_to): New function.
5568         (make_constraint_to): Implement in terms of make_constraints_to.
5569         (find_func_aliases): Properly make return values of pure/const
5570         functions escape if they assign to sth that is not a pointer.
5571
5572 2010-10-13  Richard Guenther  <rguenther@suse.de>
5573
5574         PR middle-end/45874
5575         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
5576         Fixup the CFG when EH was fixed up.
5577
5578 2010-10-13  Ira Rosen  <irar@il.ibm.com>
5579
5580         * tree-vect-slp.c (vect_get_constant_vectors): Fix comment.
5581         Use operand's type for POINTER_PLUS_EXPR.
5582
5583 2010-10-13  Alexandre Oliva  <aoliva@redhat.com>
5584
5585         * c-parser.c (c_parser_for_statement): Initialize incr.
5586
5587 2010-10-12  Xinliang David Li  <davidxl@google.com>
5588
5589         PR tree-optimization/45972
5590         * tree-ssa-uninit.c (compute_uninit_opnds_pos): Skip phis
5591         with too many arguments.
5592
5593 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
5594
5595         PR fortran/45636
5596         * tree-ssa-forwprop.c: Include expr.h.
5597         (constant_pointer_difference, simplify_builtin_call): New functions.
5598         (tree_ssa_forward_propagate_single_use_vars): Call
5599         simplify_builtin_call on builtin calls.
5600
5601 2010-10-12  Eric Botcazou  <ebotcazou@adacore.com>
5602
5603         * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
5604         (*adddi3_extend_sp32): Likewise.
5605         (*subdi3_insn_sp32): Likewise.
5606         (*subdi3_extend_sp32): Likewise.
5607         (*negdi2_sp32): Use negative test for consistency.
5608
5609 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
5610
5611         * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of LIBGCC2_DOUBLE_TYPE_SIZE.
5612         (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
5613         * config/fixed-bit.h: Likewise.
5614         * config/rx/rx.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
5615         * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
5616         * system.h (LIBGCC2_DOUBLE_TYPE_SIZE): Poison.
5617         * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE): Use DOUBLE_TYPE_SIZE.
5618         (DF_SIZE): Likewise.
5619         * doc/tm.texi: Regenerate.
5620
5621 2010-10-12  Nathan Froyd  <froydnj@codesourcery.com>
5622
5623         * config/rs6000/predicates.md (scc_rev_comparison_operator): New.
5624         * config/rs6000/rs6000.md (*isel_reversed_signed_<mode>): New.
5625         (*isel_reversed_unsigned_<mode>): New.
5626         * config/rs6000/rs6000.c (output_isel): Accept GE/GEU/LE/LEU/NE
5627         as valid comparisons and adjust operands and output appropriately.
5628         (rs6000_rtx_costs) <CONST_INT>: Accept NE as a cost-0 outer_code.
5629
5630 2010-10-12  Chung-Lin Tang  <cltang@codesourcery.com>
5631
5632         * config/arm/arm.h (ARM_EXPAND_ALIGNMENT): Rename from
5633         DATA_ALIGNMENT and add COND parameter. Update comments above.
5634         (DATA_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !optimize_size.
5635         (LOCAL_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !flag_conserve_stack.
5636
5637 2010-10-12  H.J. Lu  <hongjiu.lu@intel.com>
5638
5639         PR bootstrap/45958
5640         * exec-tool.in: Support '-plugin' as the second option to the linker.
5641
5642 2010-10-12  Richard Henderson  <rth@redhat.com>
5643
5644         PR middle-end/45962
5645         * cfgexpand.c (add_stack_var): Ensure every variable has 1 byte.
5646         (expand_stack_vars): Assert large base allocated when used.
5647
5648 2010-10-12  Richard Guenther  <rguenther@suse.de>
5649
5650         * tree-ssa-structalias.c (get_constraint_for_1): Constants
5651         only point to nonlocal, not anything.
5652
5653 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
5654
5655         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
5656         unwind info for exceptions.
5657
5658 2010-10-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5659
5660         PR testsuite/45851
5661         * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options):
5662         Document optional target selector.
5663
5664 2010-10-12  Joseph Myers  <joseph@codesourcery.com>
5665
5666         * flag-types.h: New.
5667         * Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
5668         (FLAGS_H): Include flag-types.h.  Include $(OPTIONS_H) instead of
5669         options.h.
5670         (OPTIONS_H): Define.
5671         (c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
5672         of options.h.
5673         * configure.ac (tm_include_list): Include options.h not flags.h.
5674         * configure: Regenerate.
5675         * flags.h: Include flag-types.h.  Include options.h at top of file
5676         again.
5677         (enum debug_info_type, enum debug_info_level, enum
5678         debug_info_usage, enum symbol_visibility, struct visibility_flags,
5679         enum ira_algorithm, enum ira_region, enum excess_precision, enum
5680         graph_dump_types, enum stack_check_type,
5681         enum warn_strict_overflow_code): Move to flag-types.h
5682         * opth-gen.awk: Include flag-types.h in options.h.
5683
5684 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
5685
5686         * expr.c (store_expr): Share code for STRING_CST and
5687         MEM_REF of &STRING_CST cases.  Don't require BLKmode, instead
5688         check if target is a MEM.
5689
5690         * rtl.h: Include hashtab.h.
5691         (iterative_hash_rtx): New prototype.
5692         * rtl.c (iterative_hash_rtx): New function.
5693         * dwarf2out.c (dw_loc_list_node): Add hash and emitted fields.
5694         (output_loc_list): Return immediately if emitted is set, set it.
5695         (hash_loc_operands, hash_locs, hash_loc_list,
5696         compare_loc_operands, compare_locs, loc_list_hash, loc_list_eq,
5697         optimize_location_lists_1, optimize_location_lists): New function.
5698         (dwarf2out_finish): Call optimize_location_lists.
5699         * Makefile.in (RTL_BASE_H): Depend on $(HASHTAB_H).
5700
5701 2010-10-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5702
5703         PR testsuite/45974
5704         Revert:
5705         * Makefile.in ($(lang_checks_parallel))
5706         ($(lang_checks_parallelized)): Use single quotes for
5707         $(RUNTESTFLAGS), to allow passing quoted content.
5708
5709 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5710
5711         * config/pa/linux-atomic.c (__sync_val_compare_and_swap_4): Return
5712         actual_oldval.  Use __builtin_expect.
5713         (SUBWORD_VAL_CAS): Likewise.
5714
5715 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
5716
5717         * recog.c (nonmemory_operand): Call immediate_operand for
5718         CONSTANT_P operands.
5719
5720 2010-10-11  Uros Bizjak  <ubizjak@gmail.com>
5721
5722         * config/i386/i386.md (movmem<mode>): Macroize expander from
5723         movmem{si,di} using SWI48 mode iterator.
5724         (*strmovsi_1): Macroize insn pattern from *strmovsi_1 and
5725         *strmovsi_rex_1 using P mode iterator.
5726         (*strmovhi_1): Ditto from *strmovhi_1 and *strmovhi_rex_1.
5727         (*strmovqi_1): Ditto from *strmovqi_1 and *strmovqi_rex_1.
5728         (*rep_movsi): Ditto from *rep_movsi and *rep_movsi_rex64.
5729         (*rep_movqi): Ditto from *rep_movqi and *rep_movqi_rex64.
5730         (setmem<mode>): Macroize expander from setmem{si,di} using
5731         SWI48 mode iterator.
5732         (*strsetsi_1): Macroize insn pattern from *strsetsi_1 and
5733         *strsetsi_rex_1 using P mode iterator.
5734         (*strsethi_1): Ditto from *strsethi_1 and *strsethi_rex_1.
5735         (*strsetqi_1): Ditto from *strsetqi_1 and *strsetqi_rex_1.
5736         (*rep_stossi): Ditto from *rep_stossi and *rep_stossi_rex64.
5737         (*rep_stosqi): Ditto from *rep_stosqi and *rep_stosqi_rex64.
5738         (*cmpstrnqi_nz_1): Ditto from *cmpstrnqi_nz_1 and *cmpstrnqi_nz_rex_1.
5739         (*cmpstrnqi_1): Ditto from *cmpstrnqi_1 and *cmpstrnqi_rex_1.
5740         (strlen<mode>): Macroize expander from strlen{si,di} using SWI48x
5741         mode iterator.
5742         (*strlenqi_1): Macroize insn pattern from *strlenqi_1 and
5743         *strlenqi_rex_1 using P mode iterator.
5744
5745 2010-10-11  Bernd Schmidt  <bernds@codesourcery.com>
5746
5747         PR bootstrap/45445
5748         * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New
5749         static functions.
5750         (mark_ref_live, mark_ref_dead): Use them.
5751         (make_pseudo_conflict): New arg ORIG_DREG.  All callers changed.
5752         Save the original reg, and use the new functions.
5753         (check_and_make_def_use_conflict): New arg ORIG_DREG.  All callers
5754         changed.
5755         (check_and_make_def_conflict): Save the original reg.
5756
5757 2010-10-11  Martin Jambor  <mjambor@suse.cz>
5758
5759         PR middle-end/45699
5760         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Choose among
5761         thunks.
5762
5763 2010-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5764
5765         * Makefile.in ($(lang_checks_parallel))
5766         ($(lang_checks_parallelized)): Use single quotes for
5767         $(RUNTESTFLAGS), to allow passing quoted content.
5768
5769         PR bootstrap/35855
5770         * opt-functions.awk (BEGIN): New section.
5771         (lower, upper, digit, alnum): New variables.
5772         (static_var, opt_sanitized_name): Use alnum instead of character
5773         classes, for non-C locale.
5774         * optc-gen.awk: Likewise.
5775         * opth-gen.awk: Likewise.
5776
5777 2010-10-11  Anatoly Sokolov  <aesok@post.ru>
5778
5779         * target.def (preferred_reload_class): New hook.
5780         * doc/tm.texi.in (TARGET_PREFERRED_RELOAD_CLASS): Document.
5781         * doc/tm.texi: Regenerate.
5782         * targhooks.c (default_preferred_reload_class): New function.
5783         * targhooks.h (default_preferred_reload_class): Declare.
5784         * reload.c (find_dummy_reload): Change preferred_class variable type
5785         from enum reg_class to reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS
5786         target hook.
5787         (find_reloads): Change goal_alternative array type from int to
5788         reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS target hook.
5789         (push_reload, find_reloads_address_part): Use
5790         TARGET_PREFERRED_RELOAD_CLASS target hook.
5791         * reload1.c (emit_input_reload_insns): Ditto.
5792         * ira-costs.c (copy_cost): Use TARGET_PREFERRED_RELOAD_CLASS target
5793         hook. Change rclass argument and secondary_class variable types from
5794         'enum reg_class' to reg_class_t.
5795
5796         * config/i386/i386.h (PREFERRED_RELOAD_CLASS): Remove.
5797         * config/i386/i386-protos (ix86_preferred_reload_class): Remove.
5798         * config/i386/i386.c (ix86_preferred_reload_class): Make static.
5799         Change regclass argument and result types from enum reg_class to
5800         reg_class_t.
5801         (TARGET_PREFERRED_RELOAD_CLASS): Define.
5802
5803 2010-10-11  Eric Botcazou  <ebotcazou@adacore.com>
5804
5805         * simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics
5806         in masking operations.
5807         (simplify_const_unary_operation): Likewise.
5808         (simplify_binary_operation_1): Likewise.
5809         (simplify_const_binary_operation): Likewise.
5810         (simplify_const_relational_operation): Likewise.
5811         (simplify_ternary_operation): Likewise.
5812         (simplify_immed_subreg): Likewise.
5813
5814 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5815
5816         PR middle-end/45862
5817         * doc/tm.texi.in (SUPPORTS_WEAK): Update.
5818         (TARGET_SUPPORTS_WEAK): New.
5819         * doc/tm.texi: Regenerate.
5820         * defaults.h (SUPPORTS_WEAK): Update comment.
5821         (TARGET_SUPPORTS_WEAK): New.
5822         * dwarf2asm.c (USE_LINKONCE_INDIRECT): Update define.
5823         * varasm.c (assemble_external): Use TARGET_SUPPORTS_WEAK instead of
5824         SUPPORTS_WEAK.
5825         (merge_weak, declare_weak, do_assemble_alias, supports_one_only,
5826         make_decl_one_only): Likewise.
5827         * config/pa/som.h (SUPPORTS_WEAK): Rename defines to
5828         TARGET_SUPPORTS_WEAK.
5829         (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Use TARGET_SUPPORTS_WEAK
5830         instead of SUPPORTS_WEAK.
5831
5832 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5833
5834         * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
5835
5836 2010-10-11  Nathan Froyd  <froydnj@codesourcery.com>
5837
5838         * vec.h (VEC_qsort): Define.
5839         * dbxout.c (output_used_types): Use it.
5840         * df-scan.c (df_sort_and_compress_refs): Likewise.
5841         (df_sort_and_compress_mws): Likewise.
5842         * genautomata.c (uniq_sort_alt_states): Likewise.
5843         (evaluate_equiv_classes): Likewise.
5844         (output_trans_table): Likewise.
5845         (output_state): Likewise.
5846         * gimplify.c (compare_case_labels): Likewise.
5847         * graphite-sese-to-poly.c (graphite_sort_dominated_info): Likewise.
5848         * ipa.c (build_cdtor_fns): Likewise.
5849         * lto.c (lto_wpa_write_files): Likewise.
5850         * sel-sched.c (fill_vec_av_set): Likewise.
5851         * tree-predcom.c (determine_roots_comp): Likewise.
5852         * tree-sra.c (sort_and_spliace_var_accesses): Likewise.
5853         (splice_param_accesses): Likewise.
5854         * tree-ssa-live.c (dump_enumerated_decls): Likewise.
5855         * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
5856         (reassociate_bb): Likewise.
5857         * tree-ssa-sccvn.c (sort_scc): Likewise.
5858         * tree-ssa-structalias.c (sort_fieldstack): Likewise.
5859
5860 2010-10-11  Ian Lance Taylor  <iant@google.com>
5861
5862         * tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
5863         * emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
5864         TREE_THIS_NOTRAP when appropriate.
5865         (get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new VAR_DECL.
5866         * gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
5867         newly created MEM_REF.
5868
5869 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
5870
5871         Nathan Froyds patch to hooks FUNCTION_ARG etc.
5872         * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
5873         (picochip_incoming_function_arg): Delete.
5874         (picochip_arg_advance): Delete.
5875         * config/picochip/picochip.h (FUNCTION_ARG): Delete.
5876         (FUNCTION_INCOMING_ARG): Delete.
5877         (FUNCTION_ARG_ADVANCE): Delete.
5878         * config/picochip/picochip.c (picochip_function_arg): Take a
5879         const_tree and a bool.
5880         (picochip_incoming_function_arg): Likewise.
5881         (picochip_arg_advance): Likewise.
5882         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
5883         (TARGET_FUNCTION_ARG_ADVANCE): Define.
5884
5885 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5886
5887         PR middle-end/45955
5888         * ipa.c (build_cdtor): Delete endless loop.
5889
5890 2010-10-07  Andi Kleen  <ak@linux.intel.com>
5891
5892         * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
5893         checksum-options.
5894         (checksum-options): Add.
5895         (cc1-dummy): Remove.
5896         (cc1-checksum): Change to run checksum over object files
5897         and options only.
5898         * dummy-checksum.c: Remove.
5899         * genchecksum.c: Update copyright.
5900         (usage): Allow multiple arguments.
5901         (BLOCKSIZE): Add.
5902         (dosum): Change for incremental checksum. Remove C output.
5903         (main): Iterate over all argument files. Add C output.
5904
5905 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
5906
5907         * params.c (set_param_value_internal): New.
5908         (set_param_value): Use set_param_value_internal.
5909         (maybe_set_param_value, set_default_param_value): New.
5910         * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
5911         (maybe_set_param_value, set_default_param_value): Declare.
5912         * config/arm/arm.c (arm_option_override): Use maybe_set_param_value.
5913         * config/i386/i386.c (ix86_option_override_internal): Use
5914         maybe_set_param_value.
5915         * config/ia64/ia64.c (ia64_option_default_params,
5916         TARGET_OPTION_DEFAULT_PARAMS): New.
5917         (ia64_option_optimization): Move some code to
5918         ia64_option_default_params.
5919         * config/picochip/picochip.c (picochip_option_override): Use
5920         maybe_set_param_value.
5921         * config/rs6000/rs6000.c (rs6000_option_default_params,
5922         TARGET_OPTION_DEFAULT_PARAMS): New.
5923         (rs6000_option_override_internal): Use maybe_set_param_value.
5924         (rs6000_option_optimization): Move some code to
5925         rs6000_option_default_params.
5926         * config/s390/s390.c (s390_option_override): Use maybe_set_param_value.
5927         * config/sh/sh.c (sh_option_default_params,
5928         TARGET_OPTION_DEFAULT_PARAMS): New.
5929         (sh_option_optimization): Move some code to sh_option_default_params.
5930         * config/sparc/sparc.c (sparc_option_override): Use
5931         maybe_set_param_value.
5932         * config/spu/spu.c (spu_option_default_params,
5933         TARGET_OPTION_DEFAULT_PARAMS): New.
5934         (spu_option_optimization): Move some code to spu_option_default_params.
5935         (spu_option_override): Use maybe_set_param_value.
5936         * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
5937         * doc/tm.texi: Regenerate.
5938         * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
5939         * opts.c (init_options_once): Use PARAM_VALUE not direct access to
5940         compiler_params.
5941         (default_options_optimization): Use maybe_set_param_value.
5942         (finish_options): Use maybe_set_param_value.
5943         * target.def (target_option.default_params): New hook.
5944         * toplev.c (general_init): Call targetm.target_option.default_params.
5945
5946 2010-10-11  Ira Rosen  <irar@il.ibm.com>
5947
5948         PR tree-optimization/45902
5949         * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
5950         vector type for constants, unless it's a pointer.
5951
5952 2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5953
5954         * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
5955
5956 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
5957
5958         PR target/45870
5959         * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
5960         (ix86_delegitimize_address): Use it.
5961
5962 2010-10-10  Eric Botcazou  <ebotcazou@adacore.com>
5963
5964         * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
5965
5966 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
5967
5968         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
5969         to cum struct in the call to function_arg_advance.
5970         (alpha_function_arg_advance): Mark named as unused.
5971
5972 2010-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
5973
5974         * config/mips/mips.c (mips_handle_option): Make "value" with
5975         ATTRIBUTE_UNUSED.
5976
5977 2010-10-09  Richard Henderson  <rth@redhat.com>
5978
5979         PR rtl-opt/33721
5980         * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
5981         remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN.  Honor
5982         required_align, tidy the code a bit.  Emit split_stack code in the
5983         right place.  Mark the return value with the alignment properly.
5984         * expr.h (allocate_dynamic_stack_space): Update decl.
5985         * builtins.c (expand_builtin_apply): Update call to
5986         allocate_dynamic_stack_space.
5987         (expand_builtin_alloca): Likewise.  Remove TARGET parameter.
5988         * calls.c (initialize_argument_information): Update call to
5989         allocate_dynamic_stack_space.
5990         (expand_call): Likewise.
5991
5992         * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
5993         Don't update_stack_alignment here.
5994         (alloc_stack_frame_space): Make ALIGN unsigned.
5995         (stack_var_cmp): Sort by alignment too.
5996         (partition_stack_vars): Don't merge large and small alignment vars.
5997         (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
5998         Take care when BASE is not virtual_stack_vars_rtx.
5999         (expand_stack_vars): Allocate dynamic stack space for large
6000         alignment variables.
6001         (expand_one_stack_var): Update all to expand_one_stack_var_at.
6002         (defer_stack_allocation): True for large alignment vars.
6003         (update_stack_alignment): Merge into ...
6004         (expand_one_var): ... here.
6005         (gimple_expand_cfg): Place code from expand_stack_vars.
6006
6007 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6008
6009         * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6010         * config/pdp11/pdp11.c (pdp11_function_arg): New function.
6011         (pdp11_function_arg_advance): New function.
6012         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6013
6014 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6015
6016         * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
6017         * libgcc2.c: Likewise.
6018
6019 2010-10-09  Richard Guenther  <rguenther@suse.de>
6020
6021         PR lto/45956
6022         * lto-streamer-in.c (lto_register_var_decl_in_symtab):
6023         Properly check if a decl is an automatic var.
6024
6025 2010-10-09  Richard Guenther  <rguenther@suse.de>
6026
6027         PR lto/45947
6028         * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
6029
6030 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6031
6032         * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
6033         * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6034         * config/mmix/mmix.c (mmix_function_arg): Rename to...
6035         (mmix_function_arg_1): ...this.  Make static.  Take a const_tree and
6036         bool arguments.
6037         (mmix_function_arg): New function.
6038         (mmix_function_incoming_arg): New function.
6039         (mmix_function_arg_advance): New function.
6040         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
6041         (TARGET_FUNCTION_ARG_ADVANCE): Define.
6042
6043 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6044
6045         * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6046         * config/vax/vax.c (vax_function_arg): New function.
6047         (vax_function_arg_advance): New function.
6048         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6049
6050 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6051
6052         * config/pa/pa-protos.h (function_arg): Delete.
6053         * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6054         * config/pa/pa.c (function_arg): Rename to...
6055         (pa_function_arg): ...this.  Make static.  Take a const_tree and
6056         a bool.
6057         (pa_function_arg_advance): New function.
6058         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6059
6060 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6061
6062         * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6063         * config/m68k/m68k.c (m68k_function_arg): New function.
6064         (m68k_function_arg_advance): New function.
6065         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6066
6067 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6068
6069         * config/avr/avr-protos.h (function_arg): Delete.
6070         (function_arg_advance): Delete.
6071         * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6072         * config/avr/avr.c (function_arg): Rename to...
6073         (avr_function_arg): ...this.  Make static.  Take a const_tree and
6074         a bool.
6075         (function_arg_advance): Rename to...
6076         (avr_function_arg_advance): ...this.  Make static.  Take a
6077         const_tree and a bool.
6078         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6079
6080 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6081
6082         * config/alpha/alpha-protos.h (function_arg): Delete.
6083         * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6084         * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
6085         * config/alpha/alpha.c (function_arg): Rename to...
6086         (alpha_function_arg): ...this.  Make static.  Take a const_tree and
6087         a bool.  Delete TARGET_ABI_UNICOSMK code.
6088         (alpha_function_arg_advance): New function.
6089         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6090
6091 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6092
6093         * config/mep/mep-protos.h (mep_function_arg): Delete.
6094         (mep_function_arg_advance): Delete.
6095         * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6096         * config/mep/mep.c (mep_function_arg): Make static.  Take a
6097         const_tree and a bool.
6098         (mep_function_arg_advance): Likewise.
6099         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6100
6101 2010-10-09  Richard Guenther  <rguenther@suse.de>
6102
6103         PR tree-optimization/45945
6104         * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
6105
6106 2010-10-09  Eric Botcazou  <ebotcazou@adacore.com>
6107
6108         PR tree-optimization/45612
6109         * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
6110         Test LABEL_DECLs as well.  Fix formatting issues.
6111         (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
6112         whose label is present in NON_SSA_VARS.
6113         (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
6114         as well.  Fix formatting issues.
6115         (visit_bb): Fix typos and formatting issue.
6116
6117 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
6118
6119         PR tree-optimization/45950
6120         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
6121         before initializing vno->op.
6122
6123 2010-10-09  Ralf Corsépius  <ralf.corsepius@rtems.org>
6124
6125         * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
6126         * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
6127
6128 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
6129
6130         PR target/45913
6131         * config/i386/i386.c (ix86_binary_operator_ok): Support
6132         "andhi/andsi/anddi" as a zero-extending move.
6133
6134 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6135
6136         * builtins.c (fold_call_stmt): Don't copy gimple call arguments
6137         into a temporary array.
6138
6139 2010-10-08  Jakub Jelinek  <jakub@redhat.com>
6140
6141         PR tree-optimization/45903
6142         * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
6143         of {A,L}SHIFTRT of MEM.
6144
6145 2010-10-08  Richard Guenther  <rguenther@suse.de>
6146
6147         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
6148         Re-construct BLOCK_VARS.
6149         (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
6150         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
6151         * tree.c (free_lang_data_in_block): Remove.
6152         (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
6153         Do not touch the BLOCK tree.
6154         * expr.c (expand_expr_real_1): Allow externals.
6155
6156 2010-10-08  Richard Guenther  <rguenther@suse.de>
6157
6158         * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
6159         Do not output BLOCK_SUBBLOCKS.
6160         * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
6161         Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
6162         Re-construct BLOCK_SUBBLOCKS of parent block.
6163         (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
6164         for BINFO_BASE_ACCESSES.
6165
6166 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
6167
6168         * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
6169         (TREE_H): Include $(FLAGS_H) instead of options.h.
6170         (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
6171         * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
6172         * common.opt (flag_complex_method, flag_evaluation_order,
6173         flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
6174         Variable declarations.
6175         * configure.ac (tm_include_list): Include flags.h instead of options.h.
6176         * configure: Regenerate.
6177         * flags.h: Condition out contents for target libraries.  Include
6178         options.h at end of file.
6179         (flag_complex_method, flag_ira_algorithm, flag_ira_region,
6180         flag_evaluation_order, flag_warn_unused_result): Remove.
6181         * gcc.c (main): Intialize global_options with global_options_init.
6182         * langhooks-def.h (lhd_init_options_struct): Declare.
6183         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
6184         (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
6185         * langhooks.c (lhd_init_options_struct): New.
6186         * langhooks.h (struct lang_hooks): Add init_options_struct.
6187         Update comment on init_options.
6188         * optc-gen.awk: Generate initializer for global_options_init, not
6189         global_options.
6190         * opth-gen.awk: Condition out structure declarations for target
6191         libraries.  Declare global_options_init.
6192         * opts-common.c: Include flags.h instead of options.h.
6193         * opts.c (flag_warn_unused_result): Remove.
6194         (read_cmdline_options): Take gcc_options parameters.  Pass them to
6195         read_cmdline_option.
6196         (initial_lang_mask, initial_min_crossjump_insns,
6197         initial_max_fields_for_field_sensitive,
6198         initial_loop_invariant_max_bbs_in_loop): Define at file scope.
6199         (init_options_once): New.  Split out of decode_options.
6200         (init_options_struct): New.  Split out of decode_options.
6201         (decode_cmdline_options_to_array_default_mask): New.
6202         (default_options_optimization): New.  Split out of decode_options.
6203         (decode_options): Move most code to other functions.  Update call
6204         to read_cmdline_options.
6205         (finish_options): New.  Split out of decode_options.
6206         * opts.h (decode_options): Add gcc_options parameters.
6207         (init_options_once, init_options_struct,
6208         decode_cmdline_options_to_array_default_mask): New.
6209         * toplev.c (flag_complex_method, flag_ira_algorithm,
6210         flag_ira_region, flag_evaluation_order): Remove.
6211         (general_init): Use global_options_init for initial flag values
6212         for global_dc.
6213         (toplev_main): Call init_options_once, init_options_struct,
6214         lang_hooks.init_options_struct,
6215         decode_cmdline_options_to_array_default_mask and
6216         lang_hooks.init_option before decode_options.  Update arguments to
6217         decode_options.
6218         * tree.h: Include flags.h instead of options.h.
6219
6220 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6221
6222         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
6223
6224 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6225
6226         * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
6227         Delete.
6228         * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
6229         (FUNCTION_INCOMING_ARG): Delete.
6230         * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
6231         (function_arg_slotno): Likewise.  Take bool arguments.
6232         (sparc_arg_partial_bytes): Update call to it.
6233         (function_arg): Rename to...
6234         (sparc_function_arg_1): ...this.  Take bool arguments.
6235         (sparc_function_arg, sparc_function_incoming_arg): New functions.
6236         (function_arg_advance): Rename to...
6237         (sparc_function_arg_advance): ...this.  Take bool argument.
6238         (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
6239         (TARGET_FUNCTION_INCOMING_ARG): Define.
6240
6241 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6242
6243         * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
6244         Delete.
6245         * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6246         * config/bfin/bfin.c (function_arg_advance): Rename to...
6247         (bfin_function_arg_advance): ...this.  Make static.  Take const_tree
6248         and bool arguments.
6249         (function_arg): Rename to...
6250         (bfin_function_arg): ...this.  Make static.  Take const_tree and bool
6251         arguments.
6252         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6253
6254 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6255
6256         * config/score/score-protos.h (score_function_arg): Delete.
6257         (score_function_arg_advance): Delete.
6258         * config/score/score3.h (score3_function_arg_advance): Take a
6259         const_tree and a bool.
6260         (score3_function_arg): Likewise.
6261         * config/score/score7.h (score7_function_arg_advance): Likewise.
6262         (score7_function_arg): Likewise.
6263         * config/score/score3.c (score3_classify_arg): Likewise.
6264         (score3_function_arg_advance, score3_function_arg): Likewise.
6265         * config/score/score7.c (score7_classify_arg): Likewise.
6266         (score7_function_arg_advance, score7_function_arg): Likewise.
6267         * config/score/score.c (score_function_arg_advance): Likewise.
6268         (score_function_arg): Likewise.  De-const-ify `cum' argument.
6269         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6270
6271 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6272
6273         * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
6274         (s390_function_arg): Delete.
6275         * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
6276         * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
6277         (s390_function_arg_integer): Likewise.
6278         (s390_function_arg_advance): Make static.  Take a const_tree and
6279         a bool.
6280         (s390_function_arg): Likewise.
6281         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6282
6283 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6284
6285         * config/spu/spu-protos.h (spu_function_arg): Delete.
6286         * config/spu/spu.h (FUNCTION_ARG): Delete.
6287         (FUNCTION_ARG_ADVANCE): Move code to ...
6288         * config/spu/spu.c (spu_function_arg_advance): New function.
6289         (spu_function_arg): Make static.  Take a const_tree and a bool.
6290         (spu_setup_incoming_varargs): Call spu_function_arg_advance.
6291         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
6292
6293 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6294
6295         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
6296
6297 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6298
6299         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
6300         (init_vn_nary_op_from_op): New function.
6301         (init_vn_nary_op_from_stmt): New function.
6302         (vn_nary_op_lookup_1): New function.
6303         (sizeof_vn_nary_op): New function.
6304         (alloc_vn_nary_op_noinit): New function.
6305         (alloc_vn_nary_op): New function.
6306         (vn_nary_op_insert_into): New function.
6307         (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
6308         (vn_nary_op_lookup): Likewise.
6309         (vn_nary_op_lookup_stmt): Likewise.
6310         (vn_nary_op_insert_pieces): Likewise.
6311         (vn_nary_op_insert): Likewise.
6312         (vn_nary_op_insert_stmt): Likewise.
6313         (copy_nary): Likewise.
6314         (set_value_id_for_result): New function.
6315         (set_hashtable_value_ids): Call it.
6316
6317 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6318
6319         * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
6320         * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
6321
6322 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
6323
6324         * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
6325         * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
6326
6327 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
6328
6329         PR debug/45656
6330         * cse.c (cse_extended_basic_block): Preserve cc0 info across
6331         debug isnsn.  Skip them when searching for cc0 setter.
6332         (set_live_p): Skip debug insns when searching for cc0 user.
6333
6334 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
6335
6336         PR debug/45673
6337         PR debug/45604
6338         PR debug/45419
6339         PR debug/45408
6340         * tree-pretty-print.c (dump_generic_node): Explicitly dump the
6341         type of MEM_REFs to INTEGER_CSTs.
6342
6343 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
6344
6345         * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
6346         m68hc11_print_operand_address.
6347
6348 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
6349
6350         * builtins.c (rewrite_call_expr): Move code to...
6351         (rewrite_call_expr_valist): ...here.  Call build_call_expr_loc_array.
6352         (rewrite_call_expr_array): New function.
6353         (fold_builtin_sprintf_chk_1): New function.
6354         (fold_builtin_sprintf_chk): Call it.
6355         (gimple_fold_builtin_sprintf_chk): Likewise.
6356         (fold_builtin_snprintf_chk_1): New function.
6357         (fold_builtin_snprintf_chk): Call it.
6358         (gimple_fold_builtin_snprintf_chk): Likewise.
6359         (gimple_rewrite_call_expr): Delete.
6360
6361 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6362
6363         * config.host: Update copyright year.
6364
6365 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6366
6367         * config.host (host_lto_plugin_soname): New shell variable.
6368         * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
6369         * config.in: Regenerate.
6370         * configure: Regenerate.
6371         * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
6372         LTO plugin shared library.
6373
6374 2010-10-07  Richard Henderson  <rth@redhat.com>
6375
6376         * target.h (enum unwind_info_type): Move ...
6377         * coretypes.h: ... here.
6378
6379 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
6380
6381         * doc/objc.texi (Fast enumeration protocol): Mention that
6382         'unsigned int' can also be used instead of 'unsigned long' in
6383         countByEnumeratingWithState:objects:count:.
6384
6385 2010-10-07  Martin Jambor  <mjambor@suse.cz>
6386
6387         * tree-sra.c (struct access): New field grp_assignment_write.
6388         (dump_access): Dump grp_assignment_write.
6389         (build_accesses_from_assign): Set grp_assignment_write.
6390         (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
6391         (mark_read_status): Renamed to mark_rw_status, individual values
6392         renamed too.
6393         (analyze_access_subtree): Changed type of mark_write to
6394         mark_read_status.  Fixed propagating of mark_read and
6395         mark_write.  Changed benefit estimate.  Updated comment.
6396
6397 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
6398
6399         PR Tree-Vect/45847
6400         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
6401         check for vectype_out returned by get_vectype_for_scalar_type().
6402
6403 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
6404
6405         PR target/45805
6406         * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
6407         constraint, add register specifier in instruction template.
6408         (neon_vec_pack_trunc_<mode>): Likewise.
6409         (neon_vec_<US>mult_<mode>): Add register specifier to
6410         instruction template.
6411
6412 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6413
6414         * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
6415         cygwin2.o.
6416         (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
6417         (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
6418         * config/i386/t-cygwin (cygwin1.o): Delete build rule.
6419         (cygwin2.o): Likewise.
6420         * config/i386/cygwin1.c: Delete file.
6421         * config/i386/cygwin2.c: Likewise.
6422         * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
6423         make all {%!mno-cygwin} ones unconditional.
6424         (STARTFILE_SPEC): Likewise.
6425         (REAL_LIBGCC_SPEC): Likewise.
6426         (LIB_SPEC): Likewise.
6427         (CXX_WRAP_SPEC): Likewise.
6428         (LINK_SPEC): Likewise.
6429         (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
6430         (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
6431         (cygwin_gplusplus_include_dir): Delete now-unused array.
6432         (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
6433         (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
6434         (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
6435         (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
6436         (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
6437         (cygwin_local_include_dir): Delete now-unused array.
6438         (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
6439         (cygwin_cross_include_dir): Delete now-unused array.
6440         (CROSS_INCLUDE_DIR): Don't redefine to point to it.
6441         (cygwin_tool_include_dir): Delete now-unused array.
6442         (TOOL_INCLUDE_DIR): Don't redefine to point to it.
6443         (cygwin_standard_include_dir): Delete now-unused array.
6444         (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
6445         (GEN_CVT_ARRAY): Delete now-unused macro definition.
6446         (cvt_to_mingw): Delete now-unused array.
6447         (mingw_scan): Remove prototype of deleted function.
6448         (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
6449         * config/i386/cygming.opt (mcygwin): Delete target-specific option.
6450         * doc/invoke.texi (-mcygwin): Don't document removed option.
6451         (-mno-cygwin): Likewise.
6452
6453 2010-10-07  Richard Guenther  <rguenther@suse.de>
6454
6455         * machmode.h (mode_for_vector): Declare.
6456         * stor-layout.c (mode_for_vector): New function, split out from ...
6457         (layout_type): ... here.
6458         * tree-vectorizer.h (current_vector_size): Declare.
6459         * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
6460         mask vector type is available.
6461         (get_vectype_for_scalar_type): Rename to ...
6462         (get_vectype_for_scalar_type_and_size): ... this.  Get a vector
6463         size argument.
6464         (get_vectype_for_scalar_type): New wrapper around
6465         get_vectype_for_scalar_type_and_size using current_vector_size.
6466         (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
6467         * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
6468         of vect_analyze_loop here.
6469         (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
6470         * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
6471         to autodetect.
6472         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
6473         V8SF to V8SI conversion builtin.
6474
6475 2010-10-07  Richard Guenther  <rguenther@suse.de>
6476
6477         * target.def (autovectorize_vector_sizes): New target hook.
6478         * targhooks.c (default_autovectorize_vector_sizes): New function.
6479         * targhooks.h (default_autovectorize_vector_sizes): Declare.
6480         * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
6481         Document.
6482         * doc/tm.texi: Update.
6483         * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
6484         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
6485
6486 2010-10-07  Richard Guenther  <rguenther@suse.de>
6487
6488         * target.def (units_per_simd_word): Rename to ...
6489         (preferred_simd_mode): ... this.  Return mode instead of size.
6490         * targhooks.c (default_units_per_simd_word): Rename to ...
6491         (default_preferred_simd_mode): ... this.  Return word_mode.
6492         * targhooks.h (default_preferred_simd_mode): Declare.
6493         * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
6494         (arm_preferred_simd_mode): ... this.  Re-implement.
6495         * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
6496         (ix86_preferred_simd_mode): ... this.  Re-implement.
6497         * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
6498         (sparc_preferred_simd_mode): ... this.  Re-implement.
6499         * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
6500         (mips_preferred_simd_mode): ... this.  Re-implement.
6501         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
6502         (rs6000_preferred_simd_mode): ... this.  Re-implement.
6503         * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
6504         * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
6505         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
6506         * doc/tm.texi: Update.
6507
6508 2010-10-07  Richard Guenther  <rguenther@suse.de>
6509
6510         PR middle-end/45869
6511         * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
6512         of pointers.
6513
6514 2010-10-07  Alan Modra  <amodra@gmail.com>
6515
6516         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
6517         rather than sign extension by hand.
6518
6519 2010-10-07  Jan Hubicka  <jh@suse.cz>
6520
6521         PR middle-end/45926
6522         * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
6523
6524 2010-10-07  Richard Guenther  <rguenther@suse.de>
6525
6526         PR bootstrap/45914
6527         * configure.ac: Fix typo.
6528         * configure: Regenerated.
6529
6530 2010-10-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6531
6532         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
6533         define_builtin_std where it's unnecessary.
6534         * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
6535
6536 2010-10-06  Anatoly Sokolov  <aesok@post.ru>
6537
6538         * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
6539         * doc/tm.texi.in: Regenerate.
6540         * system.h (CLASS_LIKELY_SPILLED_P): Poison.
6541         * targhooks.c (default_class_likely_spilled_p): Don't use the
6542         CLASS_LIKELY_SPILLED_P macro.
6543
6544         * config/arm/arm.md: Update comment.
6545
6546 2010-10-06  Jan Hubicka  <jh@suse.cz>
6547
6548         * ipa.c (cgraph_remove_unreachable_nodes): External references can
6549         always be removed.
6550         (cgraph_externally_visible_p): We can not bring local comdats that
6551         are known to linker; fix handling of internal visibility.
6552         (function_and_variable_visibility): Likewise.
6553
6554 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
6555
6556         PR rtl-optimization/45394
6557         * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
6558         (struct rtx_subst_pair): Remove AFTER field.
6559         (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
6560         (propagate_for_debug): Remove MOVE parameter and adjust.
6561         (try_combine): In the special case where I2 is a PARALLEL, combine only
6562         destinations of SETs and set I2SRC to the I2 source.
6563         Adjust calls to propagate_for_debug throughout.
6564         * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
6565         insns.
6566
6567 2010-10-06  Olivier Hainque  <hainque@adacore.com>
6568
6569         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
6570         switch on insn codes as sequence of ifs.
6571
6572 2010-10-06  Hariharan Sandanagobalane  <hariharan@picochip.com>
6573
6574         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
6575         be UI_NONE for picochip.
6576         (picochip_option_override): Do not disable exception flags.
6577         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
6578         Declare.
6579
6580 2010-10-06  Richard Guenther  <rguenther@suse.de>
6581
6582         * Makefile.in (regmove.o): Depend on $(TARGET_H).
6583
6584 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
6585
6586         Implemented fast enumeration for Objective-C.
6587         * c-parser.c (objc_could_be_foreach_context): New.
6588         (c_lex_one_token): Recognize RID_IN keyword in a potential
6589         Objective-C foreach context.
6590         (c_parser_declaration_or_fndef): Added parameter.  Accept
6591         Objective-C RID_IN keyword as terminating a declaration; in that
6592         case, return the declaration in the new parameter.
6593         (c_parser_extenral_declaration): Updated calls to
6594         c_parser_declaration_or_fndef.
6595         (c_parser_declaration_or_fndef): Same change.
6596         (c_parser_compound_statement_nostart): Same change.
6597         (c_parser_label): Same change.
6598         (c_parser_objc_methodprotolist): Same change.
6599         (c_parser_omp_for_loop): Same change.
6600         (c_parser_for_statement): Detect and parse Objective-C foreach
6601         statements.
6602         (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
6603         * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
6604         fast enumeration parsing code to turn off the c99 error but still
6605         perform checks on the loop declarations.
6606         * c-tree.h (check_for_loop_decls): Updated declaration.
6607         * doc/objc.texi: Document fast enumeration.
6608
6609 2010-10-06  Nick Clifton  <nickc@redhat.com>
6610
6611         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
6612         (MDR_REGNUM): Define.
6613         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
6614         (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
6615         (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
6616         (REGISTER_NAMES): Add MDR.
6617         (DWARF2_DEBUGGING_INFO): Define to 1.
6618         * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
6619         (F): New function.  Sets RTX_FRAME_RELATED_P.
6620         (mn10300_gen_multiple_store): Use F.
6621         (expand_prologue): Use F.  Use gen_movsf() to push floating
6622         point registers.
6623         (expand_epilogue): Use gen_movsf() to pop floating point registers.
6624         (mn10300_option_override): Disable combine stack adjust pass.
6625
6626 2010-10-06  Thomas Schwinge  <thomas@schwinge.name>
6627
6628         PR target/45901
6629         * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
6630         LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
6631
6632 2010-10-06  Jakub Jelinek  <jakub@redhat.com>
6633
6634         * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
6635         BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
6636         BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
6637         BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
6638         BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
6639         BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
6640         BUILT_IN_TOUPPER): Mark as leaf.
6641
6642         PR middle-end/45838
6643         * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
6644         BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
6645         BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
6646         BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
6647         BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
6648         BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
6649         Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
6650
6651 2010-10-05  Anatoly Sokolov  <aesok@post.ru>
6652
6653         * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
6654         * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
6655         (m68hc11_class_likely_spilled_p): New function.
6656
6657 2010-10-05  Nicola Pero  <nicola.pero@meta-innovation.com>
6658
6659         * c-parser.c (c_parser_objc_method_definition): Updated comment.
6660
6661 2010-10-05  Jan Hubicka  <jh@suse.cz>
6662
6663         * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
6664         Document.
6665         * opts.c (decode_options): Handle lto partitions.
6666         * common.opt (flto-partition=1to1, flto-partition=balanced): New.
6667         * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
6668
6669 2010-10-05  Jan Hubicka  <jh@suse.cz>
6670
6671         * cgraphunit.c (assemble_function): Output thunks and aliases before
6672         the function itself.
6673
6674 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
6675
6676         * config/picochip/picochip.c (picochip_option_override): Disable
6677         exception flags for picochip.
6678
6679 2010-10-05  Joseph Myers  <joseph@codesourcery.com>
6680
6681         * opts-common.c (handle_option, handle_generated_option,
6682         read_cmdline_option, set_option): Add diagnostic_context
6683         parameter.  Update calls among these functions.
6684         (set_option): Don't use global_dc.
6685         * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
6686         (decode_options): Pass global_dc to enable_warning_as_error.
6687         (common_handle_option): Pass global_dc to enable_warning_as_error.
6688         (enable_warning_as_error): Add diagnostic_context parameter.
6689         Document parameters.  Don't use global_dc.  Pass
6690         diagnostic_context parameter to handle_generated_option.
6691         * opts.h (set_option, handle_option, handle_generated_option,
6692         read_cmdline_option, enable_warning_as_error): Add
6693         diagnostic_context parameter.
6694         * Makefile.in (lto-opts.o): Update dependencies.
6695         * coretypes.h (struct diagnostic_context, diagnostic_context):
6696         Declare here.
6697         * diagnostic.h (diagnostic_context): Don't declare typedef here.
6698         * gcc.c (process_command): Pass global_dc to read_cmdline_option.
6699         * langhooks-def.h (struct diagnostic_context): Don't declare here.
6700         (lhd_print_error_function, lhd_initialize_diagnostics): Declare
6701         using diagnostic_context typedef.
6702         * langhooks.c (lhd_initialize_diagnostics): Declare using
6703         diagnostic_context typedef.
6704         * langhooks.h (struct diagnostic_context): Don't declare here.
6705         (initialize_diagnostics, print_error_function): Declare using
6706         diagnostic_context typedef.
6707         * lto-opts.c: Include diagnostic.h.
6708         (lto_reissue_options): Pass global_dc to set_option.  Pass
6709         DK_UNSPECIFIED not 0.
6710         * plugin.c (plugins_internal_error_function): Declare using
6711         diagnostic_context typedef.
6712         * plugin.h (struct diagnostic_context): Don't declare here.
6713         (plugins_internal_error_function): Declare using
6714         diagnostic_context typedef.
6715
6716 2010-10-05  Olivier Hainque  <hainque@adacore.com>
6717             Nicolas Roche  <roche@adacore.com>
6718
6719         * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
6720         * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
6721
6722 2010-10-05  Ira Rosen  <irar@il.ibm.com>
6723
6724         PR tree-optimization/45752
6725         * tree-vect-slp.c (vect_get_mask_element): Remove static
6726         variables, make them function arguments.
6727         (vect_transform_slp_perm_load): Pass new arguments to
6728         vect_get_mask_element.
6729
6730 2010-10-05  Richard Guenther  <rguenther@suse.de>
6731
6732         * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
6733         (gimple_mod_pow2): Likewise.
6734         (gimple_mod_subtract): Likewise.
6735         (gimple_ic): Likewise.
6736         (gimple_stringop_fixed_value): Likewise.
6737         * tree-profile.c (tree_init_edge_profiler): Mark profile
6738         functions nothrow and leaf.
6739         (add_abnormal_goto_call_edges): Remove.
6740         (tree_gen_edge_profiler): Work on SSA form.
6741         (tree_gen_ic_profiler): Likewise.  Simplify.
6742         (do_tree_profiling): Update SSA form.
6743         (pass_tree_profile): Remove.
6744         (do_tree_profiling): Likewise.
6745         (gate_tree_profile_ipa): New function.
6746         (pass_ipa_tree_profile): New.
6747         (tree_profiling): Re-write as IPA pass.  Properly drop const/pure
6748         state of instrumented functions.
6749         * passes.c (init_optimization_passes): Remove early non-SSA
6750         inlining.  Move profiling after early optimizations.
6751         * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
6752         (pass_ipa_early_inline): Likewise.
6753         * tree-pass.h (pass_ipa_early_inline): Remove.
6754         (pass_tree_profile): Likewise.
6755         (pass_ipa_tree_profile): Declare.
6756
6757 2010-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6758             Christian Borntraeger  <Christian.Borntraeger@de.ibm.com>
6759
6760         * config/s390/s390.c (z196_cost): New.
6761         (s390_handle_arch_option): Add -march=z196.
6762         (s390_option_override): Use the new cost function and use the z10
6763         defaults also for z196.
6764         (legitimate_reload_constant_p): Adjust comment.
6765         (legitimate_reload_fp_constant_p): New function.
6766         (s390_preferred_reload_class): Distingiush between FP and Int constants.
6767         (preferred_la_operand_p): Avoid la with index on z196.
6768         (s390_adjust_priority): Trigger also for z196.
6769         (s390_issue_rate): Issue rate for z196 is 3.
6770         (s390_z10_fix_long_loop_prediction): Rename to ...
6771         (s390_fix_long_loop_prediction): ... this.
6772         (s390_reorg): Apply the z10 adjustments also for z196.
6773         (s390_loop_unroll_adjust): Do this also for z196.
6774         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
6775         (enum processor_flags): Add PF_Z196.
6776         (TARGET_AVOID_CMP_AND_BRANCH): New macro.
6777         (TARGET_CPU_Z196, TARGET_Z196): New macros.
6778         * config.gcc: Enable z196 for --with-arch.
6779         * config/s390/2817.md: New file.
6780         * config/s390/2084.md: New type for multiply and add.
6781         * config/s390/2097.md: Likewise.
6782         * config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
6783         (UNSPECV_ATOMIC_OP): New constants.
6784         (fmadddf, fmaddsf): New values for type attribute.
6785         (z196prop): New insn attribute.
6786         (cpu, cpu_facility): Add z196.
6787         (ATOMIC_Z196): New code iterator.
6788         (noxa): New code attribute.
6789         (gk): New mode attribute.
6790         (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
6791         Support load zero for fp constants.
6792         (fixuns_truncdddi2, fixuns_trunctddi2)
6793         (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
6794         for z196.
6795         (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
6796         (popcounthi2, popcountqi2): New expander.
6797         (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
6798         (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
6799         (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
6800         insn definition.
6801         (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
6802         (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
6803         (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
6804         (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
6805         (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
6806         (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
6807         (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
6808         (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
6809         (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
6810         (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
6811         (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
6812         (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
6813         (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
6814         Support new z196 instructions.
6815
6816 2010-10-05  Richard Guenther  <rguenther@suse.de>
6817
6818         PR middle-end/45877
6819         * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
6820         case where gimplification optimizes away the stmt.
6821
6822 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
6823
6824         PR debug/45849
6825         * var-tracking.c (strip_pointer_flags): New function.
6826         (emit_note_insn_var_location): If rtx_equal_p check failed,
6827         retry on locations simplified with simplify_replace_fn_rtx
6828         and strip_pointer_flags as its callback.
6829
6830 2010-10-04  Jan Hubicka  <jh@suse.cz>
6831
6832         * gimple-fold.c (static_object_in_other_unit_p): Rename to...
6833         (can_refer_decl_in_current_unit_p): ... this one; reverse return
6834         value; handle comdats too.
6835         (canonicalize_constructor_val): Use it; handle function_decls
6836         correctly.
6837         (gimple_fold_obj_type_ref_known_binfo): Likewise.
6838         * gimple.c (get_base_address): Accept all kinds of decls.
6839
6840 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
6841
6842         * flags.h (g_switch_value, g_switch_set): Remove.
6843         * opts.c (g_switch_value, g_switch_set): Remove.
6844         * config/g.opt (G): Add Var(g_switch_value).
6845         * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
6846         (alpha_option_override): Check global_options_set.x_g_switch_value
6847         instead of g_switch_set.
6848         (alpha_in_small_data_p): Remove cast in comparison with
6849         g_switch_value.
6850         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
6851         g_switch_value to unsigned HOST_WIDE_INT.
6852         * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
6853         with g_switch_value.
6854         (frv_handle_option): Don't handle -G here.
6855         (frv_option_override): Check global_options_set.x_g_switch_value
6856         instead of g_switch_set.  Don't modify g_switch_set.
6857         (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
6858         * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
6859         g_switch_value to unsigned HOST_WIDE_INT.
6860         * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
6861         (ia64_option_override): Check global_options_set.x_g_switch_value
6862         instead of g_switch_set.
6863         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
6864         Remove.
6865         (lm32_in_small_data_p): Remove cast in comparison with
6866         g_switch_value.
6867         * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
6868         ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
6869         HOST_WIDE_INT.
6870         * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
6871         (m32r_init): Check global_options_set.x_g_switch_value instead of
6872         g_switch_set.
6873         (m32r_in_small_data_p): Remove cast in comparison with
6874         g_switch_value.
6875         (m32r_file_start): Format g_switch_value with %d.
6876         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
6877         ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
6878         * config/microblaze/microblaze.c (microblaze_handle_option): Don't
6879         handle -G here.
6880         (microblaze_option_override): Check
6881         global_options_set.x_g_switch_value instead of g_switch_set.
6882         * config/mips/mips.c (mips_handle_option): Don't handle -G here.
6883         (mips_option_override): Check global_options_set.x_g_switch_value
6884         instead of g_switch_set.
6885         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
6886         (rs6000_file_start): Format g_switch_value with %d.
6887         (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
6888         comparisons with g_switch_value.
6889         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
6890         global_options_set.x_g_switch_value instead of g_switch_set.
6891         * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
6892         global_options_set.x_g_switch_value instead of g_switch_set.
6893         * config/score/score.c (score_handle_option): Don't handle -G here.
6894         * config/score/score3.c (score3_option_override): Check
6895         global_options_set.x_g_switch_value instead of g_switch_set.
6896         * config/score/score7.c (score7_option_override): Check
6897         global_options_set.x_g_switch_value instead of g_switch_set.
6898
6899 2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
6900
6901         * common.opt (fira-coalesce): Remove.
6902
6903         * doc/invoke.texi (flag_ira_coalesce): Remove.
6904
6905         * ira-color.c (allocno_coalesced_p): Move before
6906         copy_freq_compare_func.
6907         processed_coalesced_allocno_bitmap): Ditto.
6908         (update_conflict_hard_regno_costs): Don't use
6909         ALLOCNO_FIRST_COALESCED_ALLOCNO.
6910         (allocno_cost_compare_func, print_coalesced_allocno): Remove.
6911         (assign_hard_reg): Assume no coalesced allocnos.
6912         (get_coalesced_allocnos_attributes): Remove.
6913         (bucket_allocno_compare_func): Assume no coalesced allocnos.
6914         (push_allocno_to_stack): Ditto.
6915         (remove_allocno_from_bucket_and_push): Use
6916         ira_print_expanded_allocno instead of print_coalesced_allocno.
6917         (push_allocnos_to_stack): Assume uncoalesced allocnos.
6918         (all_conflicting_hard_regs_coalesced): Ditto.  Rename to
6919         all_conflicting_hard_regs.
6920         (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
6921         (setup_allocno_left_conflicts_size): Ditto.
6922         (put_allocno_into_bucket): Ditto.
6923         (copy_freq_compare_func): Remove.
6924         (copy_freq_compare_func, merge_allocnos): Move before
6925         coalesced_pseudo_reg_freq_compare.
6926         coalesced_allocno_conflict_p): Ditto.
6927         (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto.  Remove
6928         parameter.  Assume it true.
6929         (color_allocnos): Assume uncoalesced allocnos.  Use
6930         ira_print_expanded_allocno instead of print_coalesced_allocno.
6931         (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
6932         parameter.
6933
6934         * ira.c: Remove comment about coalescing.
6935
6936 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
6937
6938         * config/mips/mips.h (target_flags_explicit): Declare for
6939         GENERATOR_FILE.
6940
6941 2010-10-04  Andi Kleen  <ak@linux.intel.com>
6942
6943         * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
6944         gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
6945
6946 2010-10-04  Matthias Klose  <doko@ubuntu.com>
6947
6948         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
6949         multilib osdirname if it exists.
6950         * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
6951
6952 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
6953
6954         PR middle-end/45876
6955         * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
6956         arg0's type or its unsigned counterpart as utype.  Convert
6957         arg1 to utype unconditionally.
6958
6959 2010-10-04  Julian Brown  <julian@codesourcery.com>
6960
6961         * expr.c (expand_assignment): Add assertion to prevent emitting
6962         null rtx for movmisalign pattern.
6963         (expand_expr_real_1): Likewise.
6964         * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
6965         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
6966         (arm_vector_alignment_reachable): New.
6967         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
6968         (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
6969         (arm_print_operand): Include alignment qualifier in %A.
6970         * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
6971         (movmisalign<mode>): New expander.
6972         (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
6973         insn patterns.
6974
6975 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
6976
6977         * optc-gen.awk: Define global_options_set.  Don't define
6978         target_flags_explicit.
6979         * opth-gen.awk: Declare global_options_set.  Define
6980         target_flags_explicit as macro.
6981         * opts-common.c (handle_option): Take opts_set and generated_p
6982         parameters.
6983         (handle_generated_option, read_cmdline_option, set_option): Take
6984         opts_set parameter.
6985         (set_option): Use opts_set instead of hardcoding target_flags and
6986         target_flags_explicit.
6987         * opts.c (sel_sched_switch_set, profile_arc_flag_set,
6988         flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
6989         flag_value_profile_transformations_set, flag_peel_loops_set,
6990         flag_branch_probabilities_set, flag_inline_functions_set,
6991         flag_ipa_cp_set, flag_ipa_cp_clone_set,
6992         flag_predictive_commoning_set, flag_unswitch_loops_set,
6993         flag_gcse_after_reload_set): Remove.
6994         (common_handle_option, lang_handle_option, target_handle_option):
6995         Take opts_set parameter.  Assert that it is &global_options_set.
6996         (common_handle_option): Don't set _set variables.  Check opts_set
6997         instead of such variables.
6998         (enable_warning_as_error): Pass &global_options_set to
6999         handle_generated_option.
7000         * opts.h (cl_option_handler_func.handler, set_option,
7001         handle_option, handle_generated_option, read_cmdline_option): Add
7002         opts_set parameters.
7003         (handle_option): Add generated_p parameter.
7004         * config/i386/i386.c (ix86_function_specific_save,
7005         ix86_function_specific_restore): Updat for renaming of
7006         target_flags_explicit field.
7007         * config/i386/i386.opt (target_flags_explicit): Rename to
7008         ix86_target_flags_explicit.
7009         * config/ia64/ia64.c (ia64_override_options_after_change): Check
7010         global_options_set.x_flag_selective_scheduling and
7011         global_options_set.x_flag_selective_scheduling2, not
7012         sel_sched_switch_set.
7013         * flags.h (sel_sched_switch_set,
7014         flag_speculative_prefetching_set): Remove.
7015         * gcc.c (driver_handle_option): Take opts_set parameter.  Assert
7016         that it is &global_options_set.
7017         (process_command): Pass &global_options_set to read_cmdline_option.
7018         * lto-opts.c (lto_reissue_options): Pass &global_options_set to
7019         set_option.
7020         * toplev.c (target_flags_explicit): Remove.
7021
7022 2010-10-04  Jan Hubicka  <jh@suse.cz>
7023
7024         PR middle-end/45871
7025         * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
7026         use get_ref_base_and_offset to handle references.
7027         (fold_const_aggregate_ref): Update.
7028
7029 2010-10-04  Martin Jambor  <mjambor@suse.cz>
7030
7031         PR tree-optimization/45572
7032         * ipa-prop.c (ipa_make_edge_direct_to_target): Call
7033         ipa_check_create_node_params.
7034         * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
7035
7036 2010-10-04  Yao Qi  <yao@codesourcery.com>
7037
7038         * doc/passes.texi: Clean up.
7039
7040 2010-10-03  Ian Lance Taylor  <iant@google.com>
7041
7042         * c-typeck.c (lookup_field): If -fplan9-extensions, permit
7043         referring to a field using a typedef name.
7044         (find_anonymous_field_with_type): New static function.
7045         (convert_to_anonymous_field): New static function.
7046         (convert_for_assignment): If -fplan9-extensions, permit converting
7047         pointer to struct to pointer to anonymous field.
7048         * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
7049         (is_duplicate_field): New static function.
7050         (detect_field_duplicates_hash): If -fplan9-extensions, check for
7051         typedef names duplicating field names.
7052         (detect_field_duplicates): Likewise.
7053         * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
7054         (C Dialect Options): Document -fplan9-extensions.
7055         * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
7056
7057 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7058
7059         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
7060         revision 164914.
7061         (vect_create_data_ref_ptr): Likewise.
7062         * tree-vect-stmts.c (vectorizable_store): Likewise.
7063         (perm_mask_for_reverse): Likewise.
7064         (reverse_vec_elements): Likewise.
7065         (vectorizable_load): Likewise.
7066
7067 2010-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7068
7069         * cppbuiltin.c: New file.
7070         * cppbuiltin.h: New file.
7071         * Makefile.in: Take into account cppbuiltin.{h,c}.
7072
7073 2010-10-03  Andi Kleen  <ak@linux.intel.com>
7074
7075         * lto-cgraph.c (input_cgraph): Check for missing sections.
7076
7077 2010-10-03  Uros Bizjak  <ubizjak@gmail.com>
7078
7079         * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
7080         to nonimmediate_operand.  Force operand 2 to register when allowed.
7081         (*<shiftrt_insn><mode>3_mask): Ditto.
7082         (*<rotate_insn><mode>3_mask): Ditto.
7083
7084 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
7085
7086         PR tree-optimization/45720
7087         PR tree-optimization/45764
7088         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
7089         Don't accept backwards consecutive accesses.
7090         (vect_create_data_ref_ptr): Disallow negative steps.
7091
7092         * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
7093         (perm_mask_for_reverse): Removed.
7094         (reverse_vec_elements): Likewise.
7095         (vectorizable_load): Don't handle negative steps.
7096
7097 2010-10-02  Jan Hubicka  <jh@suse.cz>
7098
7099         * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
7100         call destination is known.
7101
7102 2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7103
7104         PR target/45820
7105         * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
7106         earlier.
7107
7108 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7109
7110         * doc/install.texi (Configuration): Document build_configargs,
7111         host_configargs, target_configargs.
7112
7113 2010-10-01  Uros Bizjak  <ubizjak@gmail.com>
7114
7115         * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
7116         (*<shiftrt_insn><mode>3_mask): Ditto.
7117         (*<rotate_insn><mode>3_mask): Ditto.
7118
7119 2010-10-01  Steve Ellcey  <sje@cup.hp.com>
7120
7121         PR tree-optimization/44716
7122         * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
7123         (HOT_TEXT_SECTION_NAME): Define.
7124
7125 2010-10-01  Nick Clifton  <nickc@redhat.com>
7126
7127         * common.opt: Add -fcombine-stack-adjustments.
7128         * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
7129         * combine-stack-adj.c (gate_handle_stack_adjustments): Check
7130         flag_combine_stack_adjustments.
7131         * doc/invoke.texi: Document the new option.
7132
7133 2010-10-01  Richard Guenther  <rguenther@suse.de>
7134
7135         PR tree-optimization/45854
7136         * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
7137
7138 2010-10-01  Anthony Green  <green@moxielogic.com>
7139
7140         * config.gcc: Fix moxie-*-rtems* configuration.
7141
7142 2010-10-01  Richard Guenther  <rguenther@suse.de>
7143
7144         * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
7145         (gen_decl_die): Likewise.
7146
7147 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7148
7149         * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
7150         to the function code for SPU MD builtins.
7151         (spu_expand_builtin): Update.
7152         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
7153
7154 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7155
7156         * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
7157         sjlj_except_unwind_info.
7158
7159 2010-10-01  Tristan Gingold  <gingold@adacore.com>
7160
7161         * configure.ac: Define the nop insn for avr*-*-*
7162         * configure: Regenerate.
7163
7164 2010-10-01  Alan Modra  <amodra@gmail.com>
7165
7166         PR target/45807
7167         * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
7168         extend toc_restore_insn.
7169
7170 2010-09-30  Richard Guenther  <rguenther@suse.de>
7171
7172         PR tree-optimization/43959
7173         * function.c (gimplify_parameters): Use create_tmp_reg instead of
7174         create_tmp_var.
7175
7176 2010-09-30  Kaz Kojima  <kkojima@gcc.gnu.org>
7177
7178         * config/sh/sh.c (sh_expand_prologue): Set
7179         current_function_static_stack_size.
7180
7181 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7182
7183         * configure.ac: Check for Solaris 8 ld with .hidden support.
7184         * configure: Regenerate.
7185
7186 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7187
7188         PR middle-end/45758
7189         * graphite.c (graphite_initialize): Call scev_reset.
7190
7191 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7192
7193         * sese.h (scev_analyzable_p): Return false for real or floating
7194         point.  Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
7195
7196 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7197
7198         * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
7199         and ps.
7200         * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
7201         domain.
7202         * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
7203         Do not allocate ub_expr, it is passed in initialized.
7204
7205 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7206
7207         * graphite-clast-to-gimple.c (init_cloog_input_file): New.
7208         (build_cloog_prog): Dump CLooG input file when
7209         flag_graphite_dump_cloog is set.  This is disabled on trunk.
7210         * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
7211
7212 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7213
7214         * graphite-clast-to-gimple.c (graphite_verify): Remove call to
7215         verify_dominators for CDI_POST_DOMINATORS.
7216         * sese.h: Remove comment about CDI_POST_DOMINATORS.
7217         (recompute_all_dominators): Remove call to free_dominance_info
7218         for CDI_POST_DOMINATORS.  Remove call to calculate_dominance_info
7219         for CDI_POST_DOMINATORS.
7220
7221 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7222
7223         * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
7224         over pbb_dim_iter_domain.
7225
7226 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7227
7228         * graphite-flattening.c: Fix comments.
7229
7230 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7231
7232         * Makefile.in (OBJS-common): Add graphite-flattening.o.
7233         (graphite-flattening.o): New rule.
7234         * common.opt (floop-flatten): New flag.
7235         * doc/invoke.texi (-floop-flatten): Documented.
7236         * graphite-flattening.c: New.
7237         * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
7238         * graphite-poly.h (flatten_all_loops): Declared.
7239         (lst_remove_loop_and_inline_stmts_in_loop_father): New.
7240         * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
7241         is set, also set flag_graphite.
7242
7243 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7244
7245         * graphite-poly.c (cloog_checksum): New.
7246         * graphite-poly.h (cloog_checksum): Declared.
7247
7248 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7249
7250         * graphite-poly.c (pbb_number_of_iterations): Removed.
7251         (pbb_number_of_iterations_at_time): Correctly compute the number
7252         of iterations in the transformed loop.
7253         * graphite-poly.h (pbb_number_of_iterations): Removed.
7254
7255 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7256
7257         * graphite-poly.h (lst_update_scattering_seq): Removed.
7258         (lst_update_scattering): Correctly handle outermost loop dewey
7259         renumbering.
7260
7261 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7262
7263         * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
7264         lst_strip_mine_profitable_p.  Call lst_niter_for_loop.
7265         * graphite-poly.h (lst_niter_for_loop): New.
7266
7267 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7268
7269         * graphite-poly.c (apply_poly_transforms): Do not abort when the
7270         transform read from disk is not legal.  Call fatal_error instead.
7271
7272 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7273
7274         * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
7275         (print_scop_header): Removed.  Inlined in the only call place...
7276         (print_scop): ... here.
7277
7278 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7279
7280         * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
7281
7282 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7283
7284         * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
7285
7286 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7287
7288         * graphite-dependences.c (dot_deps): Avoid set but not used warning.
7289         (dot_deps_stmt): Same.
7290         * graphite-poly.c (dot_lst): Same.
7291
7292 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7293
7294         * graphite-blocking.c (scop_do_strip_mine): Do not call
7295         graphite_legal_transform.
7296         (scop_do_block): Same.
7297
7298 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
7299
7300         * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
7301         description.
7302
7303 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7304
7305         * tree-scalar-evolution.c (instantiate_array_ref): New.
7306         (instantiate_scev_r): Also handle ARRAY_REFs.
7307
7308 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7309
7310         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
7311         Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
7312         RESULT_DECL, and FIELD_DECL.  Return false for an
7313         SSA_NAME_IS_DEFAULT_DEF.
7314         (compute_scalar_evolution_in_loop): Do not further analyze the
7315         scalar evolution when no_evolution_in_loop_p returns true.
7316
7317 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7318
7319         * tree-chrec.h (evolution_function_is_affine_p): Do not check
7320         whether CHREC_LEFT is invariant.  A function is affine when
7321         CHREC_RIGHT is invariant.
7322
7323 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7324
7325         * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
7326         is_gimple_reg.
7327         (rewrite_degenerate_phi): Same.
7328         (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
7329
7330 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
7331
7332         * graphite-scop-detection.c (graphite_can_represent_scev,
7333         graphite_can_represent_expr, stmt_has_simple_data_refs_p,
7334         graphite_can_represent_loop): Remove outermost_loop.
7335
7336 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7337
7338         PR middle-end/45229
7339         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
7340         handle GIMPLE_CALLs with no LHS.
7341
7342 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
7343
7344         * graphite-poly.c (init_graphite_out_file): New.
7345         (init_graphite_in_file): New.
7346         (apply_poly_transforms): Updated to enable reading and writing of
7347         multiple scop files.
7348
7349 2010-09-30  Tobias Grosser  <grosser@fim.uni-passau.de>
7350
7351         * graphite-scop-detection.c (graphite_can_represent_scev): Remove
7352         redundant checks.
7353
7354 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7355
7356         * graphite-clast-to-gimple.c (precision_for_value): Adjust
7357         computation of precision by 1.
7358
7359 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
7360
7361         * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
7362         (openscop_read_polyhedron_matrix): New.
7363         * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
7364         (openscop_read_N_int): Same.
7365         * graphite-poly.c (openscop_read_N_int): New.
7366         (openscop_read_one_int): New.
7367         (openscop_read_N_string): New.
7368         (openscop_read_one_string): New.
7369         (openscop_read_powerset_matrix): New.
7370         (graphite_read_transforms): Remove.
7371         (graphite_read_scatt): New.
7372         (graphite_read_scop_file): New.
7373         (apply_poly_transforms): Updated to call graphite_read_scop_file.
7374
7375 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7376
7377         * graphite-poly.c: Change include order.
7378
7379 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7380
7381         * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
7382         (cloog_matrix_nrows): New.
7383
7384 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
7385
7386         * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
7387         from matrix lines.
7388         * graphite-poly.c (openscop_print_scattering_function_1): Same.
7389         (print_scattering_function_1): Same.
7390         (openscop_print_pbb_domain): Same.
7391         (openscop_print_scop_context): Same.
7392         (print_scop_context): Same.
7393
7394 2010-09-30  Riyadh Baghdad  <baghdadi.mr@gmail.com>
7395
7396         * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
7397         (openscop_print_pdr_polyhedron): Print pph.
7398
7399 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7400
7401         * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
7402         priority signed types.
7403
7404 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
7405
7406         * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
7407         the call to lang_hooks.types.type_for_size.  Call
7408         build_nonstandard_integer_type.
7409
7410 2010-09-30  Riyadh Baghdadi  <baghdadi.mr@gmail.com>
7411
7412         * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
7413         (openscop_print_polyhedron_matrix): New.
7414         * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
7415         * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
7416         (openscop_print_pdr_powerset): New.
7417         (openscop_print_powerset_matrix): New.
7418         (openscop_print_scattering_function_1): New.
7419         (print_scattering_function): Add support for scattering names and
7420         OpenScop format.
7421         (graphite_write_transforms): Remove.
7422         (print_pdr_access_layout): Updated to support OpenScop format.
7423         (print_pdr): Same.
7424         (openscop_print_pbb_domain): New.
7425         (print_pbb_body): Added a parameter to allow indicating that pbb_body
7426         is not provided.
7427         (print_pbb): Updated to call the new print_pbb_body.
7428         (openscop_print_scop_context): New.
7429         (print_scop_header): New.
7430         (print_scop): Updated to call print_scop_header.
7431         * graphite-poly.h: Document OpenScop format.
7432
7433 2010-09-30  Anatoly Sokolov  <aesok@post.ru>
7434
7435         * config/cris/m32c.c (cris_memory_move_cost): New.
7436         (cris_register_move_cost): Make static. Change arguments type from
7437         enum reg_class to reg_class_t.
7438         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
7439         * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
7440         * config/cris/cris-protos.h (cris_register_move_cost): Remove.
7441
7442 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
7443
7444         PR target/45843
7445         * config/i386/i386.c (ix86_gimplify_va_arg): Use
7446         INTVAL (XEXP (slot, 1)) as prev_size.
7447
7448 2010-09-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
7449
7450         PR target/45837
7451         * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
7452         * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
7453         defined.
7454         * config/rs6000/option-defaults.h (toplevel): Change #if
7455         TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
7456         global option changes.
7457
7458 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
7459
7460         * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
7461
7462         PR tree-optimization/31261
7463         * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
7464         for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
7465
7466 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7467
7468         PR bootstrap/45796
7469         * Makefile.in (build/gen%$(build_exeext)): Move rule after all
7470         special-casing for generators and turn into ...
7471         ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
7472         rule, for better error messages in case of toplevel dependency errors.
7473         (genprog): Add hooks, rename to ...
7474         (genprogerr): ... this, and let genprog also contain check,
7475         checksum, condmd.
7476         ((genprog:%=build/gen%$(build_exeext))): Rename to ...
7477         ((genprogerr:%=build/gen%$(build_exeext))): ... this.
7478         (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
7479
7480 2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
7481             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7482
7483         * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
7484         for GMP, MPFR and MPC.
7485
7486 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7487
7488         * config/sparc/sparc.opt (mimpure-text): Move ...
7489         * config/sol2.opt: ... here.  Correct description.
7490         * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
7491         * doc/invoke.texi (Option Summary, SPARC Options): Move
7492         -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
7493         (Option Summary, Solaris 2 Options): ... here.
7494         (Submodel Options, Solaris 2 Options): New menu entry.
7495         (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
7496         (Solaris 2 Options): ... here.
7497
7498 2010-09-30  Michael Eager  <eager@eagercon.com>
7499
7500         * extend.texi (interrupt_handler): Add MicroBlaze to list.
7501         (save_volatiles): Describe option for MicroBlaze.
7502         * invoke.texi: Add MicroBlaze Options.
7503         * contrib.texi: Add acknowledgment.
7504         * md.texi: Add MicroBlaze d and z constraints.
7505         * install.texi: Add microblaze-*-elf.
7506         * configure.ac: Add microblaze-*-* to target list.
7507         * configure: Regenerate.
7508         * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
7509         * config/microblaze/microblaze-protos.h: New.
7510         * config/microblaze/crti.s: New.
7511         * config/microblaze/predicates.md: New.
7512         * config/microblaze/linux.h: New.
7513         * config/microblaze/microblaze.md: New.
7514         * config/microblaze/constraints.md: New.
7515         * config/microblaze/crtn.s: New.
7516         * config/microblaze/microblaze.opt: New.
7517         * config/microblaze/microblaze-c.c: New.
7518         * config/microblaze/t-microblaze: New.
7519         * config/microblaze/microblaze.c: New.
7520         * config/microblaze/microblaze.h: New.
7521
7522 2010-09-30  Iain Sandoe  <iains@gcc.gnu.org>
7523
7524         * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
7525         parse @optional/@required and set the flags as appropriate.
7526
7527 2010-09-30  Nathan Froyd  <froydnj@codesourcery.com>
7528
7529         * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
7530
7531 2010-09-30  Joseph Myers  <joseph@codesourcery.com>
7532
7533         * opt-functions.awk (static_var): Update comment.
7534         (var_ref): Return offsetof expression or -1, not variable address.
7535         * optc-gen.awk: Generate structure field initializers instead of
7536         static variables.  Expect -1 for missing variables instead of null
7537         pointer.  Add gcc_options parameters to generated functions.
7538         * opth-gen.awk: Generate structure fields for static variables.
7539         Add gcc_options parameters to generated functions.
7540         * common.opt (optimize, optimize_size): Add variables.
7541         * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
7542         &global_options to cl_target_option_restore.
7543         * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
7544         &global_options to cl_optimization_restore, cl_target_option_save
7545         and cl_target_option_restore.
7546         (ix86_set_current_function): Pass &global_options to
7547         cl_target_option_restore.
7548         * config/pdp11/pdp11.h (optimize): Remove.
7549         * config/rs6000/rs6000.h (optimize): Remove.
7550         * config/sh/sh.h (optimize): Remove.
7551         * config/xtensa/xtensa.h (optimize): Remove.
7552         * coretypes.h (struct gcc_options): Declare.
7553         * diagnostic.c (diagnostic_initialize): Initialize
7554         context->option_state.
7555         (diagnostic_report_diagnostic): Pass option_state to
7556         option_enabled hook.
7557         * diagnostic.h (diagnostic_context.option_enabled): Add void *
7558         parameter.
7559         (diagnostic_context.option_state): New field.
7560         * final.c (final_start_function, final, final_scan_insn): Rename
7561         optimize parameter to optimize_p.
7562         * flags.h (optimize, optimize_size): Remove.
7563         * function.c (invoke_set_current_function_hook): Pass
7564         &global_options to cl_optimization_restore.
7565         * gcc.c (driver_handle_option): Take gcc_options parameter.
7566         Assert that it is &global_options.
7567         (process_command): Pass &global_options to read_cmdline_option.
7568         * ipa-pure-const.c (suggest_attribute): Pass &global_options to
7569         option_enabled.
7570         * lto-opts.c (lto_reissue_options): Use option_flag_var.  Pass
7571         &global_options to set_option.
7572         * opts-common.c (handle_option, handle_generated_option,
7573         read_cmdline_option, set_option): Take explicit gcc_options
7574         parameters.  Use option_flag_var.
7575         (option_flag_var): New.
7576         * opts.c (common_handle_option, lang_handle_option,
7577         target_handle_option): Take gcc_options parameter.  Assert that it
7578         is &global_options.
7579         (read_cmdline_options): Pass &global_options to read_cmdline_option.
7580         (print_filtered_help): Use option_flag_var.  Pass &global_options
7581         to option_enabled.
7582         (common_handle_option): Use option_flag_var.
7583         (option_enabled): Take opts parameter.  Use option_flag_var.
7584         (get_option_state): Take gcc_options parameter.  Use
7585         option_flag_var.  Pass gcc_options parameter to option_enabled.
7586         (enable_warning_as_error): Pass &global_options to
7587         handle_generated_option.
7588         * opts.h (struct cl_option): Change flag_var to flag_var_offset.
7589         (cl_option_handler_func.handler): Take gcc_options parameter.
7590         (option_enabled, get_option_state, set_option, handle_option,
7591         handle_generated_option, read_cmdline_option): Take gcc_options
7592         parameters.
7593         * toplev.c (optimize, optimize_size): Remove.
7594         (print_switch_values): Pass &global_options to option_enabled.
7595         (option_affects_pch_p): Use option_flag_var.  Pass &global_options
7596         to get_option_state.
7597         (general_init): Initialize global_dc->option_state.
7598         * tree.c (build_optimization_node): Pass &global_options to
7599         cl_optimization_save.
7600         (build_target_option_node): Pass &global_options to
7601         cl_target_option_save.
7602
7603 2010-09-30  Martin Jambor  <mjambor@suse.cz>
7604
7605         * tree-sra.c (type_consists_of_records_p): Do not check for trailing
7606         zero sized bit-fields.
7607
7608 2010-09-30  Nicola Pero  <nicola.pero@meta-innovation.com>
7609
7610         * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
7611         Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
7612         (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
7613         (c_parser_objc_class_declaration): Same change.
7614         (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
7615         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
7616         (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
7617         instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
7618         and RID_AT_PUBLIC instead of RID_PUBLIC.
7619         (c_parser_statement_after_labels): Use RID_AT_TRY instead of
7620         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
7621
7622 2010-09-30  Tom G. Christensen  <tgc@jupiterrise.com>
7623
7624         * doc/install.texi (Binaries): Update link to HP-UX porting centre.
7625         Add links to current providers of packages for Solaris and IRIX.
7626
7627 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
7628
7629         Merge from 'apple/trunk' branch on FSF servers.
7630         * c-parser.c: Applied change originally in c-parse.in.
7631
7632         2005-10-04  Fariborz Jahanian  <fjahanian@apple.com>
7633
7634         Radar 4281748
7635         * c-decl.c (start_decl): Check for redeclaration of class name.
7636         * c-parse.in (after_type_declarator): Recognize CLASSNAME.
7637
7638 2010-09-29  Steve Ellcey  <sje@cup.hp.com>
7639
7640         * config/ia64/ia64.c (ia64_builtin_decl): New.
7641         (TARGET_BUILTIN_DECL): Define.
7642         (ia64_builtins): New.
7643         (ia64_init_builtins): Save decls in ia64_builtins.
7644
7645 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
7646
7647         PR target/40457
7648         * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
7649         (move2add_use_add3_insn): Likewise.
7650         (reload_cse_move2add): Likewise.
7651         * rtlanal.c (get_full_rtx_cost): New function.
7652         * rtl.h (struct full_rtx_costs): New.
7653         (init_costs_to_max, init_costs_to_zero, costs_lt_p,
7654         costs_add_n_insns): New inline functions.
7655         (get_full_rtx_cost): Declare.
7656
7657         PR c/45054
7658         * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
7659         invariants.  Check for reg_equiv_invariant.
7660         (reload): Assert that spilled_pseudos is empty when returning.
7661
7662 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
7663
7664         * config/i386/mingw32.h (TARGET_64BIT): replaced by
7665         TARGET_64BIT_DEFAULT in #if check.
7666
7667 2010-09-29  Jack Howarth  <howarth@bromo.med.uc.edu>
7668
7669         * varasm.c (assemble_alias): Add error message for unsupported ifunc.
7670
7671 2010-09-29  Mike Stump  <mikestump@comcast.net>
7672
7673         * config/darwin.h (flag_mkernel): Remove.
7674         (flag_apple_kext): Likewise.
7675
7676 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
7677             Jack Howarth  <howarth@bromo.med.uc.edu>
7678
7679         * config/darwin.opt (undefined): Add.
7680
7681 2010-09-29  Nathan Sidwell  <nathan@codesourcery.com>
7682
7683         PR testsuite/45664
7684         * configure.ac: Add --enable-indirect-function option.
7685         * config.gcc: Add default_gnu_indirect_function.
7686         * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
7687         (HAVE_GNU_INDIRECT_FUNCTION): ... this.
7688         * varasm.c (do_assemble_alias): Adjust for macro name change.
7689         * configure: Rebuilt.
7690         * doc/install.texi: Document --enable-indirect-function.
7691
7692 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
7693
7694         * doc/options.texi (Variable, Var, Init): Update documentation
7695         without reference to VarExists.
7696         (VarExists): Remove.
7697         * common.opt, config/i386/i386.opt, config/linux.opt,
7698         config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
7699         Don't use VarExists.
7700
7701 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
7702
7703         * optc-gen.awk: Generate global_options initializer instead of
7704         individual variables.  Add x_ prefix to names of structure members.
7705         * opth-gen.awk: Generate gcc_options structure.  Add x_ prefix to
7706         names of structure members.
7707         * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
7708         HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
7709         * doc/tm.texi: Regenerate.
7710         * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
7711         * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
7712         * c-parser.c (disable_extension_diagnostics,
7713         restore_extension_diagnostics): Update names of cpp_options members.
7714         * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
7715         * common.opt (fcompare-debug-second): Don't use Var.
7716         * config/alpha/alpha.h (target_flags): Remove.
7717         * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
7718         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
7719         * config/bfin/bfin.h (target_flags): Remove.
7720         * config/cris/cris.h (target_flags): Remove.
7721         * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
7722         cl_target_option members.
7723         * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
7724         (ix86_function_specific_print, ix86_valid_target_attribute_tree,
7725         ix86_can_inline_p): Update names of cl_target_option members.
7726         * config/i386/i386.h (ix86_isa_flags): Remove.
7727         * config/lm32/lm32.h (target_flags): Remove.
7728         * config/mcore/mcore.h (mcore_stack_increment): Remove.
7729         * config/mcore/mcore.md (addsi3): Remove extern declaration of
7730         flag_omit_frame_pointer.
7731         * config/mep/mep.h (target_flags): Remove.
7732         * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
7733         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
7734         * config/mmix/mmix.h (target_flags): Remove.
7735         * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
7736         flag_expensive_optimizations): Remove.
7737         * config/s390/s390.h (flag_pic): Remove.
7738         * config/score/score-conv.h (target_flags): Remove.
7739         * config/sh/sh.h (sh_fixed_range_str): Remove.
7740         * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
7741         * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
7742         * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7743         * diagnostic.c (diagnostic_initialize): Update names of
7744         diagnostic_context members.
7745         * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
7746         warn_system_headers.
7747         (diagnostic_report_warnings_p): Update for new names.
7748         * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
7749         * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
7750         HARD_FRAME_POINTER_IS_ARG_POINTER.
7751         * flags.h (flag_compare_debug): Declare.
7752         * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
7753         * opts.c (flag_compare_debug): Define.
7754         (common_handle_option): Update names of diagnostic_context
7755         members.  Handle -fcompare-debug-second.
7756         (fast_math_flags_struct_set_p): Update names of cl_optimization
7757         members.
7758         * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7759         * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7760         * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7761         * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7762         * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
7763         * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
7764         HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
7765         * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
7766         * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
7767
7768 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
7769
7770         * config/picochip/picochip.c (picochip_output_internal_label):
7771         This function can now be called for debug CFI labels, which can come
7772         in the middle of a vliw instruction.  Postpone until end of vliw.
7773
7774 2010-09-29  Richard Guenther  <rguenther@suse.de>
7775
7776         * tree.h (SCOPE_FILE_SCOPE_P): New macro.
7777         (DECL_FILE_SCOPE_P): Use it.
7778         (TYPE_FILE_SCOPE_P): New macro.
7779
7780 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
7781
7782         * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
7783         a CPP_NAME which is a reserved word, clearly separate cases for
7784         OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
7785
7786 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
7787
7788         * c-parser.c (c_lex_one_token): In Objective-C, do not replace
7789         token->value with the canonical spelling.  Do exactly like C and
7790         C++ and leave it as it is.
7791
7792 2010-09-28  Richard Henderson  <rth@redhat.com>
7793
7794         * config/alpha/alpha.c (alpha_builtins): New.
7795         (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
7796         (alpha_builtin_function): New.
7797         (alpha_add_builtins, alpha_init_builtins): Use it.
7798
7799 2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>
7800
7801         * doc/standards.texi (Standards): Expanded the section on
7802         Objective-C and Objective-C++.
7803
7804 2010-09-28  DJ Delorie  <dj@redhat.com>
7805
7806         PR target/45800
7807         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
7808         volatile MEMs.
7809
7810 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
7811
7812         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
7813         attributes on methods.
7814          (c_parser_objc_method_definition): Handle attributes.
7815         (c_parser_objc_methodproto): Likewise.
7816         (c_parser_objc_maybe_method_attributes): New.
7817         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
7818         missing definition, similar to that in ObjC++.
7819
7820 2010-09-28  Richard Henderson  <rth@redhat.com>
7821
7822         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
7823         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
7824         (CONFIG_SJLJ_EXCEPTIONS): Remove.
7825         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
7826         (STACK_CHECK_PROTECT): Likewise.
7827         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
7828         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
7829         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
7830         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
7831         (dwarf2out_assembly_start): Likewise.
7832         * except.c (init_eh): Use targetm.except_unwind_info.
7833         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
7834         (output_one_function_exception_table): Likewise.
7835         * final.c: Unconditionally include dwarf2out.h.
7836         (final_start_function): Unconditionally call dwarf2out routines.
7837         (final_end_function, final_scan_insn): Likewise.
7838         * function.c (expand_function_end): Use targetm.except_unwind_info.
7839         * opts.c (decode_options): Use targetm.except_unwind_info.
7840         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
7841         * target.def (debug_unwind_info, except_unwind_info): New.
7842         * target.h (enum unwind_info_type): New.
7843         * targhooks.c (default_debug_unwind_info): New.
7844         (default_except_unwind_info): New.
7845         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
7846         * targhooks.h: Declare them.
7847         * tree-tailcall.c: Include "target.h"
7848         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
7849         * Makefile.in (tree-tailcall.o): Update.
7850         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
7851         (lhd_gcc_personality): Likewise.
7852
7853         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
7854         (TARGET_EXCEPT_UNWIND_INFO): New.
7855         (DWARF2_UNWIND_INFO): Update.
7856         (TARGET_DEBUG_UNWIND_INFO): New.
7857         * doc/tm.texi: Rebuild.
7858
7859         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
7860         targetm.except_unwind_info.
7861
7862         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
7863         (arm_except_unwind_info): New.
7864         (arm_compute_func_type): Use it.
7865         (arm_expand_prologue, thumb_pushpop): Likewise.
7866         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
7867         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
7868         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
7869         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
7870         (DWARF2_UNWIND_INFO): Remove.
7871         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
7872         (ARM_EABI_UNWIND_TABLES): Remove.
7873
7874         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
7875         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
7876         (ia64_except_unwind_info): New.
7877         (ia64_output_function_prologue): Use it.
7878         (ia64_add_bundle_selector_before): Likewise.
7879         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
7880         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
7881         (TARGET_UNWIND_INFO): Remove.
7882
7883         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
7884
7885 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
7886
7887         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
7888         (c_parser_objc_protocol_definition): Likewise.
7889         (c_parser_external_declaration): Provide dummy attribute arguments.
7890         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
7891         (c_parser_objc_class_definition): Handle attributes.
7892         (c_parser_objc_protocol_definition): Likewise.
7893
7894 2010-09-28  Tobias Burnus  <burnus@net-b.de>
7895
7896         PR fortran/40569
7897         PR fortran/40568
7898         * toplev.h (save_decoded_options, save_decoded_options_count):
7899         New global variables.
7900         * toplev.c (save_decoded_options, save_decoded_options_count):
7901         Export variables.
7902
7903 2010-09-28  Ian Lance Taylor  <iant@google.com>
7904
7905         * config/i386/i386.c (ix86_supports_split_stack): Test
7906         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
7907
7908 2010-09-28  Ian Lance Taylor  <iant@google.com>
7909
7910         PR target/45815
7911         * opts.c (decode_options): Don't test whether the target supports
7912         split stack if flag_split_stack == 0.
7913
7914 2010-09-28  Jan Hubicka  <jh@suse.cz>
7915
7916         * builtin-attrs.def (ATTR_LEAF): New attribute.
7917         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
7918         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
7919         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
7920         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
7921         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
7922         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
7923         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
7924         * sync-builtins.def: Annotate all builtins by leaf.
7925         * omp-builtins.def: Annotate all builtins by leaf.
7926         * builtins.def: Annotate relevant builtins with leaf attribute.
7927         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
7928         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
7929         leaf.
7930
7931 2010-09-28  Jan Hubicka  <jh@suse.cz>
7932
7933         * tree-ssa-ccp.c (fold_ctor_reference): New function.
7934         (fold_const_aggregate_ref): Use it.
7935         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
7936         into external static.
7937
7938 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7939
7940         PR target/44452
7941         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
7942         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
7943         (ix86_solaris_return_in_memory): Remove.
7944         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
7945         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
7946         (TARGET_SUBTARGET_DEFAULT): Redefine.
7947         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
7948         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
7949         (TARGET_SUBTARGET_DEFAULT): Redefine.
7950         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
7951         -mvect8-ret-in-mem.
7952         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
7953
7954 2010-09-29  Alan Modra  <amodra@gmail.com>
7955
7956         PR target/45807
7957         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
7958         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
7959         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
7960         Delete.
7961         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
7962         (rs6000_emit_prologue): Don't just create frame save info for r2,
7963         actually save r2.
7964
7965 2010-09-28  Richard Henderson  <rth@redhat.com>
7966
7967         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
7968         when 8 bytes are requested.
7969
7970 2010-09-28  Tristan Gingold  <gingold@adacore.com>
7971
7972         * config/avr/avr.c (expand_prologue): Set
7973         current_function_static_stack_size.
7974
7975 2010-09-28  Tristan Gingold  <gingold@adacore.com>
7976
7977         * config/alpha/alpha.md: Change the initial condition of the
7978         probing loop.
7979
7980 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
7981
7982         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
7983         Split from *avx_<maxmin:code><mode>3.
7984         (*avx_<smaxmin:code><mode>3): Ditto.
7985         * config/i386/i386.md (maxmin): Remove code iterator.
7986
7987 2010-09-27  Ian Lance Taylor  <iant@google.com>
7988
7989         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
7990         requires assembler support for CFI directives.
7991
7992 2010-09-27  Richard Henderson  <rth@redhat.com>
7993
7994         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
7995
7996 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
7997
7998         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
7999         that AFTER is not in the range FROM..TO, inclusive.
8000
8001 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
8002             Bernd Schmidt  <bernds@codesourcery.com>
8003
8004         PR rtl-optimization/45792
8005         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
8006         If not all insns are to be merged, for each edge, stash the
8007         next candidate after the to-be-merged insns before doing the
8008         merge, and use them for the retry at the new insertion point.
8009         Handle CC0 targets when retrying.
8010
8011 2010-09-27  Ian Lance Taylor  <iant@google.com>
8012
8013         * common.opt (fsplit-stack): New option.
8014         * opts.c (decode_options): Set flag_split_stack to final value.
8015         * target.def (supports_split_stack): New hook.
8016         * gcc.c (STACK_SPLIT_SPEC): Define.
8017         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
8018         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
8019         (Code Gen Options): Document -fsplit-stack.
8020         * doc/extend.texi (Function Attributes): Mention no_split_stack.
8021         (Function Attributes): Document no_split_stack.
8022         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
8023         TARGET_SUPPORTS_SPLIT_STACK.
8024         * doc/tm.texi: Rebuild.
8025         * function.c (thread_prologue_and_epilogue_insns): If
8026         flag_split_stack, add split stack prologue.
8027         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
8028         * varasm.c (saw_no_split_stack): New static variable.
8029         (assemble_start_function): Set saw_no_split_stack if the function
8030         has the no_split_stack attribute.
8031         (file_end_indicate_split_stack): New function.
8032         * output.h (file_end_indicate_split_stack): Declare.
8033         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
8034         and function.
8035         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
8036         routines.
8037         * config/i386/i386.c (ix86_option_override_internal): Don't set
8038         expand_builtin_va_start to NULL if -fsplit-stack.
8039         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
8040         -fsplit-stack.
8041         (ix86_va_start): If -fsplit-stack, get overflow pointer from
8042         scratch register set by prologue.
8043         (ix86_code_end): If -fsplit-stack, call
8044         file_end_indicate_split_stack.
8045         (ix86_supports_split_stack): New static function.
8046         (SPLIT_STACK_AVAILABLE): Define.
8047         (split_stack_prologue_scratch_regno): New static function.
8048         (split_stack_fn): New static variable.
8049         (ix86_expand_split_stack_prologue): New function.
8050         (ix86_live_on_entry): New static function.
8051         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
8052         (output_pic_addr_const): Likewise.
8053         (i386_asm_output_addr_const_extra): Likewise.
8054         (ix86_expand_call): Change return type to rtx.  Return the new
8055         call instruction.
8056         (TARGET_SUPPORTS_SPLIT_STACK): Define.
8057         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
8058         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
8059         (split_stack_prologue, split_stack_return): New insns.
8060         (split_stack_space_check): New insn.
8061         * config/i386/i386.h (struct machine_function): Add
8062         split_stack_varargs_pointer field.
8063         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
8064         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
8065         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
8066         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
8067         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
8068         Declare.
8069         (ix86_expand_call): Update declaration.
8070
8071 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8072
8073         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
8074         code.  Added byref, which was missing in the list of codes.
8075         Explain that enumeration values are encoded as the integer type
8076         that the compiler uses to store them.  Explain and make examples
8077         of how 'const' interacts with pointers, and the complication of
8078         the encoding of 'const char *'.
8079         (Legacy type encoding): New subsection, explaining that GCC emits
8080         incorrect type encodings for the NeXT runtime for compatibility
8081         reasons.
8082         (@@encode): New subsection, explaining @encode and particularly
8083         that protocol qualifiers are not recognized inside an @encode()
8084         expression.
8085         (Method signatures): New subsection, explaining how method
8086         signatures are encoded.
8087
8088 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
8089
8090         Merge from 'apple/trunk' branch on FSF servers.  Removed small
8091         change in build_conditional_expr that had been added when fixing
8092         PR objc/27377 and which did the same check in a less complete way.
8093
8094         2005-12-15  Fariborz Jahanian  <fjahanian@apple.com>
8095
8096         Radar 4229905
8097         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
8098         looking for objective-c common pointer types.
8099
8100         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
8101
8102         Radar 4154928
8103         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
8104         use their ObjC common type.
8105
8106 2010-09-27  Richard Guenther  <rguenther@suse.de>
8107
8108         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
8109
8110 2010-09-27  Jie Zhang  <jie@codesourcery.com>
8111
8112         * print-tree.c (print_node): Print in-constant-pool.
8113
8114 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
8115
8116         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
8117         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
8118         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
8119         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
8120
8121 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
8122
8123         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
8124         from pro_epilogue_adjust_stack_<mode>_{1,2}.
8125         (pro_epilogue_adjust_stack_<mode>_add): Rename from
8126         pro_epilogue_adjust_stack_<mode>_3.
8127         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
8128         renamed pro_epilogue_adjust_stack_{si,di}_add.
8129         (ix86_expand_prologue): Use indirect functions.  Update for renamed
8130         pro_epilogue_adjust_stack_{si,di}_sub.
8131
8132 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
8133
8134         * config/i386/i386.md (movmsk_df): New insn.
8135         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
8136         sequence for TARGET_SSE_MATH.
8137
8138 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
8139
8140         * config/mips/mips.c (mips_builtin_decls): Declare.
8141         (mips_init_builtins): Store function declarations in
8142         mips_builtin_decls.
8143         (mips_builtin_decl): New function.
8144         (TARGET_BUILTIN_DECL): Define.
8145
8146 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
8147             Richard Henderson  <rth@redhat.com>
8148
8149         * config/i386/cygwin.asm: Include auto-host.h.
8150         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
8151         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
8152         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
8153         alignment code from the 64-bit path.  Use gas local labels.
8154         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
8155         from _di_2.  Remove the useless constant integer argument.
8156         (pro_epilogue_adjust_stack_<mode>_3): New.
8157         (allocate_stack_worker_probe_<mode>): Macroize from
8158         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
8159         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
8160         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
8161         (__chkstk_ms): New function.
8162         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
8163         * config/i386/t-interix: Likewise.
8164         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
8165         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
8166         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
8167         * configure, config.in: Rebuild.
8168
8169 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
8170
8171         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
8172         statements because of the return slot optimization.
8173
8174 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
8175
8176         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
8177         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
8178         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
8179         (class_likely_spilled_p): Rename to...
8180         (avr_class_likely_spilled_p): ...this. Make static. Change argument
8181         type to reg_class_t.
8182
8183 2010-09-24  Jan Hubicka  <jh@suse.cz>
8184
8185         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
8186         (lto_symtab_resolve_symbols): Set it.
8187         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
8188         store resolution field in cgraph/varpool.
8189         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
8190         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
8191         (cgraph_dump_node): Drop used_from_object_file.
8192         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
8193         (cgraph_function_body_availability): Use decl_replaceable_p.
8194         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
8195         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
8196         cgraph_used_from_object_file_p.
8197         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
8198         cgraph_used_from_object_file_p.
8199         (resolution_used_from_other_file_p): New functoin.
8200         (cgraph_used_from_object_file_p): New predicate.
8201         * cgraph.h: Include plugin-api.h
8202         (struct cgraph_local_info): Remove used_from_object_file.
8203         (struct cgraph_node): Add resolution field.
8204         (struct varpool_node): Likewise; remove used_from_object_file;
8205         reove const_value_known.
8206         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
8207         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
8208         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
8209         varpool_used_from_object_file_p): Declare.
8210         (varpool_get_node, varpool_extra_name_alias): Update prototype.
8211         * tree.h (DECL_REPLACEABLE_P): Remove.
8212         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
8213         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
8214         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
8215         input_overwrite_node, input_node, input_varpool_node): Stream
8216         resolution.
8217         * expr.c (expand_expr_real_1): Use const_value_known_p
8218         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
8219         const_value_known.
8220         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
8221         (function_and_variable_visibility): Set resolution for local vars
8222         and functions; use varpool_used_from_object_file_p.
8223         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
8224         static functions.
8225         (default_binds_local_p_1): Use resolutoin info.
8226         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
8227         * varpool.c (varpool_get_node): Constify.
8228         (const_value_known_p): Do not use vnode->const_value_known;
8229         use decl_replaceable_p.
8230         (varpool_finalize_decl): Do not set const_value_known.
8231         (cgraph_variable_initializer_availability): Use decl_replaceable_p
8232         (varpool_extra_name_alias): Return new node.
8233         (varpool_used_from_object_file_p): New function.
8234
8235 2010-09-24  Richard Henderson  <rth@redhat.com>
8236
8237         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
8238         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
8239         (do_spill): Use REG_CFA_OFFSET.
8240         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
8241         as appropriate.
8242         (ia64_expand_epilogue): Likewise.
8243         (process_set): Split into ...
8244         (process_cfa_adjust_cfa): this,
8245         (process_cfa_register): this,
8246         (process_cfa_offset): and this new function.
8247         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
8248         instead of REG_FRAME_RELATED_EXPR.
8249
8250 2010-09-24  Olivier Hainque  <hainque@adacore.com>
8251
8252         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
8253
8254 2010-09-24  Jan Hubicka  <jh@suse.cz>
8255
8256         * doc/extend.texi: (attribute leaf): Document.
8257         * tree.c (local_define_builtin): Handle ECF_LEAF.
8258         (build_common_builtin_nodes): Set ECF_LEAF where needed.
8259         * tree.h (ECF_LEAF): New.
8260         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
8261         overwrittable and unavailable functions.
8262         (ipa_init): Put all_module_statics into optimization_summary_obstack.
8263         (copy_global_bitmap): Do not copy all_module_statics.
8264         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
8265         (propagate): Handle overwritable and unavailable leaf functions;
8266         initialize global info for overwritable and unavailable leaf functions;
8267         do not free all module statics.
8268         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
8269         local statics.
8270         * calls.c (flags_from_decl_or_type): Handle leaf.
8271         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
8272         abnormal gotos.
8273
8274 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
8275
8276         * gengtype.c: Reindented.
8277         * gengtype.h: Reindented.
8278         * gengtype-parse.c: Reindented.
8279
8280 2010-09-24  Jan Hubicka  <jh@suse.cz>
8281
8282         PR tree-optimization/45738
8283         PR tree-optimization/45741
8284         * expr.c (string_constant): Allow CONST_DECL too;
8285         check that DECL_INITIAL is set.
8286         * varpool.c (const_value_known_p): Only look into VAR_DECL
8287         and CONST_DECL.
8288
8289 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
8290
8291         * common.opt (undef): New.
8292
8293 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
8294
8295         PR middle-end/45234
8296         * rtl.h (enum global_rtl_index): Add
8297         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
8298         (LAST_VIRTUAL_POINTER_REGISTER): Define.
8299         (virtual_preferred_stack_boundary_rtx,
8300         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
8301         (LAST_VIRTUAL_REGISTER): Increase by one.
8302         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
8303         instead of LAST_VIRTUAL_REGISTER.
8304         * function.c (instantiate_new_reg): Handle
8305         virtual_preferred_stack_boundary_rtx.
8306         * emit-rtl.c (init_virtual_regs): Handle
8307         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
8308         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
8309         * explow.c (round_push): If crtl->preferred_stack_boundary
8310         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
8311         virtual_preferred_stack_boundary_rtx alignment instead of
8312         crtl->preferred_stack_boundary alignment.
8313         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
8314         macros.  Never decrease crtl->preferred_stack_boundary,
8315         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
8316         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
8317         stack_pointer_delta in dynamic allocation, even when size
8318         is constant.
8319         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
8320         macro.
8321         * print-rtl.c (print_rtx): Handle
8322         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
8323         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
8324         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
8325         * config/frv/frv.c (frv_emit_movsi): Likewise.
8326         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
8327         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
8328         Likewise.
8329
8330         Revert:
8331         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
8332
8333         PR middle-end/45234
8334         * calls.c (expand_call): Make sure that all variable sized
8335         adjustments are multiple of preferred stack boundary after
8336         stack alignment.
8337
8338 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
8339             Dominique Dhumieres  <dominiq@lps.ens.fr>
8340
8341         PR bootstrap/45751
8342         * config/darwin-driver.c (darwin_default_min_version):
8343         Adjust size passed to memcpy in two places.
8344
8345 2010-09-24  Richard Guenther  <rguenther@suse.de>
8346
8347         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
8348         Make sure to not call set_type_context with error_mark_node.
8349         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
8350
8351 2010-09-24  Richard Guenther  <rguenther@suse.de>
8352
8353         * Makefile.in (OBJS-onestep): Remove.
8354         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
8355         (libbackend.a): Remove onestep support.
8356         (libbackend.o): Remove.
8357         * configure.ac (--enable-intermodule): Remove.
8358         * configure: Regenerate.
8359
8360 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
8361
8362         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
8363         reaching the end of a block if it occurs at a DEBUG_INSN.
8364
8365 2010-09-09  Tristan Gingold  <gingold@adacore.com>
8366
8367         PR target/44242
8368         * config/vms/vms-crt0-64.c: Removed.
8369         * config/vms/vms-crt0.c: Removed.
8370         * config/vms/vms-psxcrt0-64.c: Removed.
8371         * config/vms/vms-psxcrt0.c: Removed.
8372         * config/vms/vms-ucrt0.c: New file.
8373         * config/vms/t-vms64: Removed.
8374         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
8375         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
8376         * config.gcc (alpha-dec-vms): Use t-vms.
8377
8378 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
8379
8380         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
8381         underfull hbox in DVI output.
8382         (-fobjc-class-cxx-cdtors): Same change.
8383         (-fobjc-exceptions): Tidied up documentation.  Explain what the
8384         option does, but moved the (lenghty) description of the exception
8385         syntax into objc.texi.
8386         (-fobjc-gc): Explain that the option is not useful with the GNU
8387         runtime.
8388         (-fzero-link): Explain that the GNU runtime always works in
8389         "zero-link" mode.
8390         * doc/objc.texi: All sections: simplified @node declarations
8391         removing specification of next, previous, up node.
8392         (Objective-C): Updated introduction.
8393         (Garbage Collection): Updated.  The bohem-gc library is now
8394         included in gcc itself.  Mention that this section only applies to
8395         the GNU Objective-C runtime.
8396         (compatibility_alias): Small tidy up.
8397         (Exceptions): New section mostly containing text previously in the
8398         description of the -fobjc-exception command-line option.
8399         (Synchronization): Same.
8400
8401 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
8402
8403         * config/i386/i386.md (ix86_code_end): Move the initialization of
8404         xops array near the consumer.  Use AX_REG and SP_REG instead of
8405         numerical constants.
8406
8407 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
8408
8409         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
8410         method [methodname]' for an Objective-C method instead of the less
8411         satisfactory 'too many arguments to function' (with no method name).
8412
8413 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
8414
8415         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
8416         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
8417         (execute_update_addresses_taken): Remove parameter.  Execute the
8418         optimization unconditionally.
8419         * passes.c (execute_function_todo): Call execute_update_addresses_taken
8420         unconditionally if TODO_rebuild_alias is set, else only when optimizing
8421         if TODO_update_address_taken is set.
8422
8423 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
8424
8425         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
8426         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
8427         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
8428         (arm_output_addr_const_extra): Make static.
8429
8430 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
8431
8432         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
8433         define as unspec_volatile.
8434         ("nops"): Define as unspec_volatile. Use fputs to write to
8435         asm_out_file directly.  Output NOPs on separate lines using while loop.
8436         * config/i386/i386.c (ix86_code_end): Use fputs to write to
8437         asm_out_file directly.  Output NOPs on separate lines using while loop.
8438
8439 2010-09-23  Richard Guenther  <rguenther@suse.de>
8440
8441         PR tree-optimization/45565
8442         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
8443         Make sure to adjust the fndecl before replacing the stmt.
8444
8445 2010-09-23  Richard Guenther  <rguenther@suse.de>
8446
8447         PR middle-end/45750
8448         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
8449         gimplifying MEM_REF.
8450
8451 2010-09-23  Alan Modra  <amodra@gmail.com>
8452
8453         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
8454         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
8455
8456 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
8457
8458         PR rtl-optimization/44374
8459         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
8460         * df-core.c (df_set_bb_dirty): Set it.
8461         * ifcvt.c (find_memory): Remove function.
8462         (dead_or_predicable): Use can_move_insns_across.
8463         * df.h (can_move_insns_across): Declare function.
8464         * cfgcleanup.c (block_was_dirty): New static variable.
8465         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
8466         than df_get_bb_dirty.
8467         (try_head_merge_bb): New static function.
8468         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
8469         is set.
8470         * df-problems.c: Include "target.h"
8471         (df_simulate_find_uses): New static function.
8472         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
8473         (find_memory, find_memory_store): New static functions.
8474         (can_move_insns_across): New function.
8475         * Makefile.in (df-problems.o): Update dependencies.
8476
8477 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
8478
8479         PR java/44095
8480         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
8481         is specified and the suffix of the file isn't ".c".
8482         * config/sparc/linux64.h (ASM_SPEC): Likewise.
8483
8484 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8485
8486         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
8487         * doc/cppopts.texi: Fix markup of index entry.
8488         * doc/extend.texi (Constructing Calls): Fix markup of
8489         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
8490         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
8491         (Vague Linkage, C++ Attributes): Fix markup of index entries and
8492         keywords.
8493         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
8494         avoid long lines.
8495         (C Dialect Options, C++ Dialect Options, Warning Options)
8496         (Debugging Options, Spec Files, Darwin Options)
8497         (i386 and x86-64 Options, MIPS Options)
8498         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
8499         index entries, avoid abbreviations, allow URLs to wrap, avoid
8500         long lines, avoid overlong pages from long @itemx lists.
8501         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
8502         * doc/standards.texi (Standards): Likewise.
8503         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
8504
8505 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
8506
8507         * opts-common.c (prune_options): Make static.  Work with decoded
8508         options.
8509         (decode_cmdline_options_to_array): Call prune_options.  Don't
8510         resize option array here.
8511         * opts.h (prune_options): Remove prototype.
8512         * gcc.c (process_command): Take decoded options; don't call
8513         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
8514         (main): Call decode_cmdline_options_to_array here instead of
8515         prune_options.  Update call to process_command.
8516         * config/darwin-driver.c: Include opts.h.
8517         (darwin_default_min_version): Work with decoded options.  Don't
8518         handle -b or -V here.
8519         * config/darwin.h (darwin_default_min_version): Update prototype.
8520         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
8521         darwin_default_min_version.
8522         * config/i386/cygwin.h (mingw_scan): Update prototype.
8523         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
8524         * config/i386/cygwin1.c: Include opts.h.
8525         (mingw_scan): Work with decoded options.
8526         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
8527         * config/t-darwin (darwin-driver.o): Update dependencies.
8528
8529 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
8530
8531         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
8532         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
8533         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
8534         -force-link, -force-link=, -language, -language=,
8535         -library-directory, -library-directory=, -no-canonical-prefixes,
8536         -no-standard-libraries, -no-warnings, -optimize, -output,
8537         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
8538         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
8539         -print-file-name=, -print-libgcc-file-name,
8540         -print-multi-directory, -print-multi-lib,
8541         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
8542         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
8543         -profile, -save-temps, -shared, -specs, -specs=, -static,
8544         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
8545         symbolic): New.
8546         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
8547         * gcc.c (A Short Introduction to Adding a Command-Line Option):
8548         Remove comment.
8549         (cc1_options): Correct specs for passing down --help,
8550         --target-help and --help=*.  Add spec for passing down --version.
8551         (struct option_map, option_map, target_option_translations,
8552         translate_options): Remove.
8553         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
8554         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
8555         OPT_fhelp_ and OPT_ftarget_help.
8556         (process_command): Don't call translate_options.  Call
8557         decode_cmdline_options_to_array before checking for
8558         -no-canonical-prefixes using decoded options.
8559         * opts-common.c (tm.h): Update comment on #include.
8560         (find_opt): Allow abbreviations of long options.
8561         (struct option_map, option_map): New.
8562         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
8563         and -mno handling.
8564         (target_option_translations): New.
8565         (decode_cmdline_options_to_array): Handle
8566         TARGET_OPTION_TRANSLATE_TABLE in driver.
8567         * opts.c (common_handle_option): Don't handle OPT_fhelp,
8568         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
8569
8570 2010-09-22  Richard Guenther  <rguenther@suse.de>
8571
8572         * tree-inline.c (optimize_inline_calls): Schedule cleanups
8573         only if we inlined something.  Block compaction and conditional
8574         folding are done by cfg cleanup.  Schedule update-address-taken.
8575         (tree_function_versioning): Remove redundant call to number_blocks.
8576         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
8577         folding is done by cfg cleanup.
8578         * passes.c (init_optimization_passes): Remove update-address-taken
8579         pass after IPA inlining.
8580
8581 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
8582
8583         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
8584         to update conditions. Fix reg_mode[] check.
8585
8586 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
8587
8588         * config/picochip/picochip.md (movhicc): Use expand to check whether
8589         movhicc is available and split it after reload.
8590
8591 2010-09-22  Richard Guenther  <rguenther@suse.de>
8592
8593         * tree-ssanames.c (release_dead_ssa_names): Do not remove
8594         callee edges here.
8595         * passes.c (init_optimization_passes): Remove early CFG cleanup.
8596         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
8597         (pass_cleanup_cfg): Likewise.
8598         (execute_fixup_cfg): Cleanup.
8599         * tree-pass.h (pass_cleanup_cfg): Remove.
8600
8601 2010-09-22  Martin Jambor  <mjambor@suse.cz>
8602
8603         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
8604         builtins if it is true.
8605         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
8606         parameter.
8607
8608 2010-09-22  Martin Jambor  <mjambor@suse.cz>
8609
8610         * tree-sra.c (struct access): New field grp_no_warning.
8611         (create_access_replacement): Set TREE_NO_WARNING according to
8612          grp_no_warning.
8613         (create_artificial_child_access): Use build_ref_for_model and set
8614         grp_no_warning if build_user_friendly_ref_for_offset fails.
8615         (propagate_subaccesses_across_link): Likewise.
8616
8617 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
8618
8619         PR target/35664
8620         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
8621         ('f'): Likewise.
8622
8623 2010-09-22  Tristan Gingold  <gingold@adacore.com>
8624
8625         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
8626
8627 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
8628
8629         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
8630         * config/i386/i386.c (decide_alg): Update for rename.
8631
8632 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
8633
8634         PR rtl-optimization/45739
8635         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
8636         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
8637
8638 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
8639
8640         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
8641         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
8642         Remove.
8643         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
8644         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
8645
8646 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
8647
8648         PR objc/23710
8649         * c-parser.c (c_parser_objc_method_definition): Check the return
8650         value of objc_start_method_definition and if false is returned,
8651         parse the method definition but emit no code.
8652
8653 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
8654
8655         PR objc/25965
8656         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
8657         call objc_get_interface_ivars ().
8658
8659 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
8660
8661         PR target/45694
8662         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
8663         static chain-register is used for 64-bit.
8664
8665 2010-09-21  Richard Guenther  <rguenther@suse.de>
8666
8667         * dwarf2out.c (is_cu_die): New function.
8668         (add_pubtype): Use it.
8669         (gen_subprogram_die): Likewise.
8670         (gen_struct_or_union_type_die): Likewise.
8671         (dwarf2out_finish): Likewise.
8672         (comp_unit_die): Rename to ...
8673         (single_comp_unit_die): ... this.
8674         (comp_unit_die): New function lazily constructing and
8675         returning single_comp_unit_die.
8676         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
8677         base_type_die, subrange_type_die, modified_type_die,
8678         lower_bound_default, add_bound_info, add_prototyped_attribute,
8679         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
8680         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
8681         force_decl_die, gen_namespace_die, dwarf2out_decl,
8682         dwarf2out_start_source_file, dwarf2out_end_source_file,
8683         prune_unused_types, dwarf2out_finish): Use it.
8684         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
8685         the global list of translation-unit decls.
8686         (dwarf2out_init): Do not create single_comp_unit_die here.
8687         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
8688
8689 2010-09-21  Richard Guenther  <rguenther@suse.de>
8690
8691         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
8692         for bool for C++.
8693
8694 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
8695
8696         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
8697         (qhs_extenddi_cstr): Likewise.
8698         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
8699         them for the source operand.
8700
8701 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
8702
8703         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
8704         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
8705         (ix86_split_ashr): Ditto.
8706         (ix86_split_lshr): Ditto.
8707
8708 2010-09-21  Richard Guenther  <rguenther@suse.de>
8709
8710         PR tree-optimization/45580
8711         * tree-ssa-propagate.c (substitute_and_fold): Always replace
8712         regular uses.
8713         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
8714         virtuals fold the call into a regular indirect one.
8715
8716 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
8717
8718         PR rtl-optimization/42775
8719         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
8720         scheduling is enabled.
8721
8722 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
8723
8724         PR rtl-optimization/45728
8725         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
8726         gen_lowpart_common first and if that fails, force_reg first
8727         before calling gen_lowpart.
8728
8729         PR middle-end/45678
8730         * cfgexpand.c (expand_one_stack_var_at): Use
8731         crtl->max_used_stack_slot_alignment as max_align, instead
8732         of maximum of that and PREFERRED_STACK_BOUNDARY.
8733         Don't call update_stack_alignment.
8734
8735 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
8736
8737         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
8738         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
8739         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
8740         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
8741         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
8742         (build_nonstandard_integer_type): Likewise.
8743         (build_range_type_1): New function, built from...
8744         (build_range_type): ...this.  Call build_range_type_1.
8745         (build_nonshared_range_type): New function.
8746         (build_array_type_1): New function, built from...
8747         (build_array_type: ...this.  Call build_array_type_1.
8748         (build_nonshared_array_type): New function.
8749         * tree.h (build_nonshared_range_type): Declare.
8750         (build_nonshared_array_type): Likewise.
8751
8752 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
8753
8754         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
8755         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
8756         (arm_class_likely_spilled_p): New function.
8757
8758 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
8759
8760         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
8761         indirect functions.
8762         (ix86_split_ashl): Ditto.
8763         (ix86_split_ashr): Ditto.
8764         (ix86_split_lshr): Ditto.
8765         (ix86_adjust_counter): Ditto.
8766
8767 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
8768
8769         * c-family/c-common.h (constant_string_class): Documented with
8770         comment identical to the one already in c-common.c.
8771
8772 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
8773
8774         * dwarf2out.c (any_cfis_emitted): New static variable.
8775         (add_fde_cfi): Set it.
8776         (dwarf2out_frame_debug): Clear it before processing,
8777         if it is set afterwards, flush any queued reg saves.
8778
8779         PR debug/45124
8780         * dwarf2out.c (add_accessibility_attribute): Assume
8781         DW_ACCESS_private as the default for dwarf_version > 2
8782         and DW_TAG_class_type parent.
8783         (gen_inheritance_die): Assume DW_ACCESS_public as the default
8784         for dwarf_version > 2 and parent other than DW_TAG_class_type.
8785
8786 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
8787
8788         PR target/45726
8789         * arm.md (arm_movt): Only enable on machines with MOVT.
8790
8791 2010-09-20  Jie Zhang  <jie@codesourcery.com>
8792
8793         * config/arm/arm.c (arm_address_offset_is_imm): New.
8794         (arm_early_store_addr_dep): New.
8795         (arm_early_load_addr_dep): New.
8796         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
8797         (arm_early_load_addr_dep): Declare.
8798         (arm_address_offset_is_imm): Declare.
8799         * config/arm/cortex-m4.md: New file.
8800         * config/arm/cortex-m4-fpu.md: New file.
8801         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
8802         (attr generic_sched): Exclude cortexm4.
8803         (attr generic_vfp): Exclude cortexm4.
8804
8805 2010-09-20  Richard Guenther  <rguenther@suse.de>
8806
8807         PR middle-end/45704
8808         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
8809
8810 2010-09-20  Jan Hubicka  <jh@suse.cz>
8811
8812         PR tree-optimize/45605
8813         * cgraph.h (const_value_known_p): Declare.
8814         (varpool_decide_const_value_known): Remove.
8815         * tree-ssa-ccp.c (get_base_constructor): Use it.
8816         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
8817         * expr.c (string_constant): Likewise.
8818         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
8819         * ipa.c (ipa_discover_readonly_nonaddressable_var,
8820         function_and_variable_visibility): Likewise.
8821         * gimplify.c (gimplify_call_expr): Likewise.
8822         * gimple-fold.c (get_symbol_constant_value): Likewise.
8823         * varpool.c (varpool_decide_const_value_known): Replace by...
8824         (const_value_known_p): ... this one; handle other kinds of DECLs
8825         too and work for automatic vars.
8826         (varpool_finalize_decl): Use const_value_known_p.
8827
8828 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
8829
8830         PR target/45726
8831         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
8832
8833 2010-09-20  Richard Guenther  <rguenther@suse.de>
8834
8835         PR tree-optimization/45705
8836         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
8837
8838 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
8839
8840         PR rtl-optimization/45695
8841         * combine.c (try_combine): When splitting a two set pattern,
8842         make sure the pattern which will be put into i2 doesn't use REGs
8843         or MEMs set by insns in between i2 and i3.
8844
8845 2010-09-19  Jan Hubicka  <jh@suse.cz>
8846
8847         PR lto/44246
8848         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
8849         processing same node twice.
8850
8851 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
8852
8853         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
8854         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
8855         (bfin_class_likely_spilled_p): New function
8856
8857 2010-09-19  Ira Rosen  <irar@il.ibm.com>
8858
8859         PR tree-optimization/45714
8860         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
8861         created in vectorizable_call instead of the original statement in
8862         def stmt updates.
8863
8864 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
8865
8866         * config/i386/i386-protos.h (split_double_mode): New prototype.
8867         (split_di, split_ti): Remove prototypes.
8868         * config/i386/i386.c (split_double_mode): New function.
8869         (split_di, split_ti): Remove.
8870         (ix86_expand_branch): Use split_double_mode.
8871         (ix86_split_to_parts): Ditto.
8872         (ix86_split_ashl): Ditto.
8873         (ix86_split_ashr): Ditto.
8874         (ix86_split_lshr): Ditto.
8875         (ix86_force_to_memory): Ditto.
8876         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
8877
8878 2010-09-18  Jan Hubicka  <jh@suse.cz>
8879
8880         PR tree-optimization/45453
8881         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
8882         virtual functions are reachable.
8883         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
8884         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
8885         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
8886         when modifying function.
8887
8888 2010-09-18  Jan Hubicka  <jh@suse.cz>
8889
8890         PR tree-optimization/45605
8891         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
8892         * gimple-fold.c (static_object_in_other_unit_p): New function.
8893         (canonicalize_constructor_val): Use it.
8894         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
8895         returning NULL.
8896         (gimple_fold_obj_type_ref_known_binfo): Use
8897         static_object_in_other_unit_p.
8898
8899 2010-09-18  Richard Guenther  <rguenther@suse.de>
8900
8901         PR tree-optimization/45709
8902         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
8903         insertions until after all PHI nodes of the block are processed.
8904
8905 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
8906
8907         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
8908
8909 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
8910
8911         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
8912
8913 2010-09-18  Richard Guenther  <rguenther@suse.de>
8914
8915         PR tree-optimization/45709
8916         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
8917
8918 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
8919
8920         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
8921         (dot_deps_stmt): Same.
8922         * graphite-poly.c (dot_lst): Same.
8923         * graphite-scop-detection.c (dot_all_scops): Same.
8924         (dot_scop): Same.
8925
8926 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
8927
8928         Revert:
8929         2009-12-16  Ben Elliston  <bje@au.ibm.com>
8930
8931         * tree-data-ref.c (dot_rdg_1): Added back.
8932         (dot_rdg): Same.  Added "#if 0" around system call.
8933
8934 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
8935             Richard Henderson  <rth@redhat.com>
8936
8937         * config/i386/i386.c (initial_ix86_tune_features): Add
8938         X86_TUNE_PAD_SHORT_FUNCTION.
8939         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
8940         (ix86_count_insn): New.
8941         (ix86_pad_short_function): Likewise.
8942         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
8943
8944         * config/i386/i386.h (ix86_tune_indices): Add
8945         X86_TUNE_PAD_SHORT_FUNCTION.
8946         (TARGET_PAD_SHORT_FUNCTION): New.
8947
8948         * config/i386/i386.md (UNSPEC_NOPS): New.
8949         (nops): Likewise.
8950
8951 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
8952
8953         PR middle-end/45234
8954         * calls.c (expand_call): Make sure that all variable sized
8955         adjustments are multiple of preferred stack boundary after
8956         stack alignment.
8957
8958 2010-09-17  DJ Delorie  <dj@redhat.com>
8959
8960         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
8961         passed an invalid value, print an error instead of ICEing.
8962         (valid_psw_flag): New.
8963         (rx_expand_builtin): Call it for setpsw/clrpsw.
8964         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
8965
8966         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
8967         (bitclr_in_memory): Likewise.
8968         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
8969
8970 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
8971
8972         PR middle-end/45678
8973         * cfgexpand.c (update_stack_alignment): New.
8974         (get_decl_align_unit): Use it.
8975         (expand_one_stack_var_at): Call update_stack_alignment.
8976
8977 2010-09-17  Richard Guenther  <rguenther@suse.de>
8978
8979         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
8980         Properly copy the read string.
8981
8982 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
8983
8984         * doc/options.texi (Variable): Document.
8985         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
8986         generate target_flags declarations explicitly.  Don't define
8987         VarExists variables for the driver.
8988         * common.opt (target_flags): New Variable record.
8989         (flag_dump_unnumbered, flag_dump_unnumbered_links,
8990         flag_var_tracking, flag_var_tracking_assignments,
8991         flag_var_tracking_assignments_toggle): Don't mark variables with
8992         VarExists.
8993         * config/i386/i386.c (ix86_isa_flags): Don't define here.
8994         * config/i386/i386.opt (ix86_isa_flags): Define here.
8995         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
8996         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
8997         VarExists.
8998         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
8999         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
9000         Only define for generator programs.
9001         * rtlanal.c (target_flags): Remove.
9002         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
9003         flag_var_tracking_assignments_toggle): Remove.
9004
9005 2010-09-17  Michael Matz  <matz@suse.de>
9006
9007         PR tree-optimization/43432
9008         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
9009         Accept backwards consecutive accesses.
9010         (vect_create_data_ref_ptr): If step is negative generate
9011         decreasing IVs.
9012         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
9013         (perm_mask_for_reverse, reverse_vec_elements): New functions.
9014         (vectorizable_load): Handle loads with negative steps when easily
9015         possible.
9016
9017 2010-09-03  Jan Hubicka  <jh@suse.cz>
9018
9019         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
9020
9021 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
9022
9023         * config/v850/v850.c (v850_function_value_regno_p): Make static.
9024         Adjust comments. Declare.
9025         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
9026         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
9027
9028 2010-09-17  Richard Guenther  <rguenther@suse.de>
9029
9030         * common.opt (combine): Remove.
9031         * gcc.c (default_compilers): Remove specs testing combine.
9032         The C compilers no longer can combine.
9033         (option_map): Remove -combine.
9034         (display_help): Remove -combine.
9035         (driver_handle_option): Remove OPT_combine handling.
9036         (compile_input_file_p): Remove.
9037         (do_spec): Remove code concerning combine.
9038         (main): Likewise.
9039         * doc/invoke.texi: Remove traces of -combine.
9040         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
9041
9042 2010-09-17  Richard Guenther  <rguenther@suse.de>
9043
9044         PR middle-end/45678
9045         * builtins.c (fold_builtin_memory_op): Always properly adjust
9046         alignment of memory accesses.
9047
9048 2010-09-16  Jan Hubicka  <jh@suse.cz>
9049
9050         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
9051         processing clone.
9052
9053 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
9054
9055         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
9056
9057         * config/i386/i386.c (predict_jump): Add prototype.
9058         (flag_opts): Add -m8bit-idiv.
9059         (ix86_split_idivmod): New.
9060
9061         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
9062         Add 2 splitters for SI/DI mode divide.
9063         (divmod<mode>4_1): New pattern.
9064         (udivmod<mode>4_1): Likewise.
9065         (testdi_ccno_1): Likewise.
9066
9067         * config/i386/i386.opt (m8bit-idiv): New.
9068
9069         * doc/invoke.texi: Document -m8bit-idiv.
9070
9071 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
9072
9073         PR bootstrap/45680
9074         * config/i386/i386.c (min_insn_size): Moved out of the
9075         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
9076
9077 2010-09-16  Jan Hubicka  <jh@suse.cz>
9078
9079         * lto-cgraph.c (lto_output_node): Fix handling of clones.
9080         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
9081         unreachable clones with reachable clones.
9082         * tree-inline.c (copy_bb): Fix sanity checking when producing
9083         unreachable clone.
9084
9085 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
9086
9087         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
9088         (TARGET_MEMORY_MOVE_COST): Define.
9089         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
9090
9091 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
9092
9093         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
9094         maybe_tidy_empty_bb.
9095
9096         Revert:
9097         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
9098         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
9099
9100 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
9101
9102         * target.def (target_option.optimization): New hook.
9103         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
9104         TARGET_OPTION_OPTIMIZATION hook.
9105         * doc/tm.texi: Regenerate.
9106         * hooks.c (hook_void_int_int): New.
9107         * hooks.h (hook_void_int_int): Declare.
9108         * opts.c: Don't include tm_p.h.
9109         (decode_options): Use targetm.target_option.optimization instead
9110         of OPTIMIZATION_OPTIONS.
9111         * system.h (OPTIMIZATION_OPTIONS): Poison.
9112         * config/arm/arm-protos.h (arm_optimization_options): Remove.
9113         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
9114         (arm_optimization_options): Rename to arm_option_optimization.
9115         Make static.
9116         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
9117         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
9118         (cris_option_optimization): New.
9119         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
9120         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
9121         (crx_option_optimization): New.
9122         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
9123         * config/frv/frv-protos.h (frv_optimization_options): Remove.
9124         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
9125         (frv_optimization_options): Rename to frv_option_optimization.
9126         Make static.
9127         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
9128         * config/h8300/h8300.c (h8300_option_optimization): New.
9129         (TARGET_OPTION_OPTIMIZATION): Define.
9130         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
9131         * config/i386/i386-protos.h (optimization_options): Remove.
9132         * config/i386/i386.c (optimization_options): Rename to
9133         ix86_option_optimization.  Make static.
9134         (TARGET_OPTION_OPTIMIZATION): Define.
9135         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
9136         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
9137         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
9138         (ia64_optimization_options): Rename to ia64_option_optimization.
9139         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
9140         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
9141         commented-out definition.
9142         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
9143         instead of OPTIMIZATION_OPTIONS.
9144         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
9145         (m32r_option_optimization): New.
9146         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
9147         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
9148         Remove.
9149         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
9150         (mcore_option_optimization): New.
9151         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
9152         * config/mep/mep-protos.h (mep_optimization_options): Remove.
9153         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
9154         (mep_optimization_options): Rename to mep_option_optimization.
9155         Make static.  Take unused level and size parameters.
9156         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
9157         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
9158         (mmix_option_optimization): New.
9159         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
9160         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
9161         (pdp11_option_optimization): New.
9162         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
9163         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
9164         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
9165         (optimization_options): Rename to rs6000_option_optimization.
9166         Make static.
9167         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
9168         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
9169         * config/rx/rx.c (rx_set_optimization_options): Rename to
9170         rx_option_optimization.  Make static.  Take unused level and size
9171         parameters.
9172         (TARGET_OPTION_OPTIMIZATION): Define.
9173         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
9174         * config/s390/s390-protos.h (optimization_options): Remove.
9175         * config/s390/s390.c (optimization_options): Rename to
9176         s390_option_optimization.  Make static.  Don't mark size parameter
9177         unused.
9178         (TARGET_OPTION_OPTIMIZATION): Define.
9179         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
9180         * config/sh/sh-protos.h (sh_optimization_options): Remove.
9181         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
9182         (sh_optimization_options): Rename to sh_option_optimization.  Make
9183         static.  Don't mark parameters unused.
9184         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
9185         * config/spu/spu-protos.h (spu_optimization_options): Remove.
9186         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
9187         (spu_optimization_options): Rename to spu_option_optimization.
9188         Make static.
9189         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
9190         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
9191         (v850_option_optimization): New.
9192         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
9193         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
9194         (xtensa_option_optimization): New.
9195         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
9196
9197 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
9198
9199         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
9200         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
9201         * doc/tm.texi: Regenerate.
9202         * system.h (OVERRIDE_OPTIONS): Poison.
9203         * target.def (override): Default to hook_void_void.
9204         * targhooks.c (default_target_option_override): Remove.
9205         * genmodes.c, machmode.def: Update comments mentioning
9206         OVERRIDE_OPTIONS.
9207         * config/alpha/alpha-modes.def: Update comment mentioning
9208         alpha_override_options.
9209         * config/alpha/alpha-protos.h (override_options): Remove.
9210         * config/alpha/alpha.c (override_options): Rename to
9211         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
9212         (TARGET_OPTION_OVERRIDE): Define.
9213         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
9214         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
9215         of OVERRIDE_OPTIONS.
9216         * config/arc/arc-protos.h (arc_init): Remove.
9217         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
9218         (arc_init): Rename to arc_option_override.  Make static.
9219         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
9220         (OVERRIDE_OPTIONS): Remove.
9221         * config/arm/arm-protos.h (arm_override_options): Remove.
9222         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
9223         (arm_override_options): Rename to arm_option_override.  Make
9224         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
9225         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
9226         * config/arm/arm.md: Update comment referring to arm_override_options.
9227         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
9228         instead of OVERRIDE_OPTIONS.
9229         * config/avr/avr-protos.h (avr_override_options): Remove.
9230         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
9231         (avr_override_options): Rename to avr_option_override.  Make static.
9232         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
9233         * config/bfin/bfin-protos.h (override_options): Remove (twice).
9234         * config/bfin/bfin.c (override_options): Rename to
9235         bfin_option_override.  Make static.
9236         (TARGET_OPTION_OVERRIDE): Define.
9237         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
9238         * config/cris/cris-protos.h (cris_override_options): Remove.
9239         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
9240         (cris_override_options): Rename to cris_option_override.  Make static.
9241         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
9242         * config/frv/frv-protos.h (frv_override_options): Remove.
9243         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
9244         (frv_override_options): Rename to frv_option_override.  Make static.
9245         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
9246         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
9247         * config/h8300/h8300.c (h8300_init_once): Rename to
9248         h8300_option_override.  Make static.
9249         (TARGET_OPTION_OVERRIDE): Define.
9250         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
9251         * config/i386/i386-protos.h (override_options): Remove.
9252         * config/i386/i386.c (override_options): Rename to
9253         ix86_option_override_internal.  Make static.  Comments referring
9254         to this function and callers changed.
9255         (ix86_option_override): New.
9256         (TARGET_OPTION_OVERRIDE): Define.
9257         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
9258         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
9259         * config/ia64/ia64.c (ia64_file_start): Update comment referring
9260         to ia64_override_options.
9261         * config/iq2000/iq2000-protos.h (override_options): Remove.
9262         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
9263         (override_options): Rename to iq2000_option_override.  Make static.
9264         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
9265         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
9266         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
9267         (lm32_override_options): Rename to lm32_option_override.  Make static.
9268         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
9269         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
9270         (m32r_option_override): New.
9271         (m32r_init): Update comment.
9272         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
9273         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
9274         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
9275         (m68hc11_override_options): Rename to m68hc11_option_override.
9276         Make static.  Return void.
9277         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
9278         * config/m68k/m68k-protos.h (override_options): Remove.
9279         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
9280         (override_options): Rename to m68k_option_override.  Make static.
9281         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
9282         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
9283         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
9284         (mcore_override_options): Rename to mcore_option_override.  Make
9285         static.
9286         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
9287         * config/mep/mep-protos.h (mep_override_options): Remove.
9288         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
9289         (mep_override_options): Rename to mep_option_override.  Make static.
9290         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
9291         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
9292         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
9293         (mmix_override_options): Rename to mmix_option_override.  Make static.
9294         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
9295         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
9296         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
9297         (mn10300_override_options): Rename to mn10300_option_override.
9298         Make static.
9299         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
9300         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
9301         * config/moxie/moxie.c (moxie_override_options): Rename to
9302         moxie_option_override.  Make static.
9303         (TARGET_OPTION_OVERRIDE): Define.
9304         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
9305         * config/picochip/picochip-protos.h (picochip_override_options):
9306         Remove.  Update comment referring to picochip_override_options.
9307         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
9308         (picochip_override_options): Rename to picochip_option_override.
9309         Make static.  Update comment and definition of
9310         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
9311         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
9312         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9313         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9314         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9315         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9316         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9317         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
9318         instead of OVERRIDE_OPTIONS.
9319         * config/rs6000/rs6000-modes.def: Update comment referring to
9320         rs6000_override_options.
9321         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
9322         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
9323         (rs6000_override_options): Rename to
9324         rs6000_option_override_internal.  Make static.  Commented
9325         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
9326         (rs6000_option_override): New.
9327         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
9328         instead of OVERRIDE_OPTIONS.
9329         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
9330         * config/s390/s390-protos.h (override_options): Remove.
9331         * config/s390/s390.c (override_options): Rename to
9332         s390_option_override.  Make static.
9333         (TARGET_OPTION_OVERRIDE): Define.
9334         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
9335         * config/score/score-protos.h (score_override_options): Remove.
9336         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
9337         (score_override_options): Rename to score_option_override.  Make
9338         static.
9339         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
9340         Update comment referring to override_options.
9341         * config/score/score3.c (score3_override_options): Rename to
9342         score3_option_override.
9343         * config/score/score3.h (score3_override_options): Rename to
9344         score3_option_override.
9345         * config/score/score7.c (score7_override_options): Rename to
9346         score7_option_override.
9347         * config/score/score7.h (score7_override_options): Rename to
9348         score7_option_override.
9349         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
9350         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
9351         (sparc_override_options): Rename to sparc_option_override.  Make
9352         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
9353         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
9354         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
9355         instead of OVERRIDE_OPTIONS.
9356         * config/spu/spu-protos.h (spu_override_options): Remove.
9357         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
9358         (spu_override_options): Rename to spu_option_override.  Make
9359         static.
9360         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
9361         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
9362         OVERRIDE_OPTIONS.
9363         * config/vax/vax-protos.h (override_options): Remove.
9364         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
9365         (override_options): Rename to vax_option_override.  Make static.
9366         Call SUBTARGET_OVERRIDE_OPTIONS.
9367         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
9368         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
9369         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
9370         * config/xtensa/xtensa-protos.h (override_options): Remove.
9371         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
9372         (override_options): Rename to xtensa_option_override.  Make static.
9373         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
9374
9375 2010-09-16  Richard Guenther  <rguenther@suse.de>
9376
9377         PR tree-optimization/45623
9378         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
9379         (get_constraint_for_component_ref): If computing a constraint
9380         for the rhs handle type punning through unions.
9381         (get_constraint_for_address_of): Adjust.
9382         (get_constraint_for_1): Likewise.
9383         (get_constraint_for): Likewise.
9384         (get_constraint_for_rhs): New function.
9385         (do_structure_copy): Adjust.
9386         (make_constraint_to): Likewise.
9387         (handle_const_call): Likewise.
9388         (find_func_aliases): Likewise.
9389         (process_ipa_clobber): Likewise.
9390         (create_variable_info_for): Likewise.
9391
9392 2010-09-16  Ira Rosen  <irar@il.ibm.com>
9393
9394         * tree-vectorizer.c: Fix documentation.
9395         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
9396         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
9397         is_pattern_stmt_p, is_loop_header_bb_p,
9398         stmt_vinfo_set_inside_of_loop_cost,
9399         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
9400         known_alignment_for_access_p): Likewise.
9401         * tree-vect-loop.c: Fix documentation.
9402         (vect_get_cost): Start function name from new line.
9403         * tree-vect-data-refs.c: Fix documentation.
9404         * tree-vect_stmts.c: Likewise.
9405         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
9406         (vectorizable_store): Free vec_oprnds if allocated.
9407         (vectorizable_condition): Initialize several variables to avoid
9408         warnings.
9409         * tree-vect-slp.c: Fix documentation.
9410
9411 2010-09-16  Richard Guenther  <rguenther@suse.de>
9412
9413         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
9414         is TS_TRANSLATION_UNIT_DECL.
9415         (initialize_tree_contains_struct): Adjust.
9416         (all_translation_units): New global vector.
9417         (build_translation_unit_decl): New function.
9418         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
9419         (struct tree_translation_unit_decl): New.
9420         (all_translation_units): Declare.
9421         (union tree_node): Add translation_unit_decl member.
9422         (build_translation_unit_decl): Declare.
9423         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
9424         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
9425         New function.
9426         (pack_value_fields): Call it.
9427         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
9428         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
9429         (lto_output_tree_pointers): Call it.
9430         * lto-streamer-in.c (lto_input_tree_ref): Handle references
9431         to TRANSLATION_UNIT_DECL.
9432         (unpack_ts_translation_unit_decl_value_fields): New function.
9433         (unpack_value_fields): Call it.
9434         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
9435         (lto_input_tree_pointers): Call it.
9436         * lto-streamer.c (check_handled_ts_structures): Adjust.
9437         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
9438         * c-decl.c (all_translation_units): Remove.
9439         (pop_scope): Use build_translation_unit_decl.
9440         (collect_all_refs): Adjust.
9441         (for_each_global_decl): Likewise.
9442         (c_write_global_declarations): Likewise.
9443
9444 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
9445
9446         PR bootstrap/45686
9447         * fold-const.c (fold_checksum_tree): Change slot from const void **
9448         to void **, use CONST_CAST_TREE to store into *slot.
9449
9450 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
9451
9452         * config/i386/i386.md: Remove unneeded empty conditions and
9453         preparation statements from expanders.
9454         * config/i386/mmx.md: Ditto.
9455         * config/i386/sse.md: Ditto.
9456
9457 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
9458
9459         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
9460
9461 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
9462
9463         PR rtl-optimization/45593
9464         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
9465         insns that were in delay slots as stand-alone insns.
9466
9467 2010-09-15  Ian Lance Taylor  <iant@google.com>
9468
9469         * incpath.c (remove_duplicates): If name is not a directory, issue
9470         a warning rather than an error.
9471
9472 2010-09-15  Martin Jambor  <mjambor@suse.cz>
9473
9474         PR middle-end/45644
9475         * tree-sra.c (create_access): Check for bit-fields directly.
9476
9477 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
9478
9479         PR tree-optimization/45633
9480         * tree-cfg.c (verify_gimple_assign_binary): Allow
9481         MINUS_EXPR with lhs and rhs1 pointer vector and
9482         rhs2 sizetype vector.
9483         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
9484         or vector pointer use TER to optimize pointer subtraction.
9485
9486 2010-09-15  Jie Zhang  <jie@codesourcery.com>
9487
9488         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
9489         fcmpd to fcmps.
9490
9491 2010-09-15  Ian Lance Taylor  <iant@google.com>
9492
9493         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
9494
9495 2010-09-15  Ian Lance Taylor  <iant@google.com>
9496
9497         * function.c (get_arg_pointer_save_area): Set
9498         arg_pointer_save_area_init to true.
9499
9500 2010-09-15  Martin Jambor  <mjambor@suse.cz>
9501
9502         * tree-sra.c (generate_subtree_copies): Updated comment.
9503         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
9504         obtained from the statement iterator instead.
9505         (load_assign_lhs_subreplacements): Removed parameters lhs and
9506         right_offset, which is obtained from top_racc instead.  Parameter lacc
9507         is now expected to be the root of the processed tree rather than root's
9508         first child.  Updated all callers.
9509
9510 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
9511
9512         * config/pdp11/pdp11.c (register_move_cost): Rename to
9513         pdp11_register_move_cost.
9514         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
9515         pdp11_register_move_cost.
9516         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
9517         pdp11_register_move_cost instead of register_move_cost.
9518
9519 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
9520
9521         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
9522         pattern for vmovn. Expansion in case of non
9523         -mvectorize-with-neon-quad.
9524         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
9525         non- -mvectorize-with-neon-quad case.
9526         (move_lo_quad_<mode>): New expansion to vmov into low part.
9527         (move_hi_quad_<mode>): New expansion to vmov into high part.
9528         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
9529         (move_lo_quad_v4sf): Likewise.
9530         (move_lo_quad_v8hi): Likewise.
9531         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
9532         low part.
9533         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
9534         high part.
9535         * config/arm/iterators.md (ANY128): New mode iterator.
9536         (V_narrow_pack): New mode attribute.
9537         (V_HALF): Add attribute.
9538         (V_DOUBLE): Add attribute.
9539         (V_mode_nunits): Add attribute.
9540
9541 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
9542
9543         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
9544         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
9545
9546 2010-09-15  Olivier Hainque  <hainque@adacore.com>
9547             Jose Ruiz  <ruiz@adacore.com>
9548
9549         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
9550         * config/alpha/osf5-unwind.h: New file.
9551
9552 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9553
9554         PR bootstrap/45672
9555         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
9556         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
9557         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
9558
9559 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9560
9561         * c-lang.h (struct lang_type): Add variable_size GTY option.
9562
9563 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9564
9565         PR bootstrap/45672
9566         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
9567
9568 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9569
9570         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
9571         result isn't used in memory address.
9572
9573 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9574
9575         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
9576         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
9577         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
9578         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
9579         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
9580         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
9581
9582         * target.def: Add units_per_simd_word to vectorize.
9583
9584         * targhooks.c (default_units_per_simd_word): New.
9585         * targhooks.h (default_units_per_simd_word): Likewise.
9586         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
9587         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
9588         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
9589         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
9590         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
9591         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
9592         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
9593         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
9594
9595         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
9596         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
9597
9598         * tree-vect-stmts.c: Don't include "tm_p.h".
9599         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
9600         with targetm.vectorize.units_per_simd_word.
9601
9602         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
9603
9604         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
9605
9606         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
9607         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
9608
9609         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
9610         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
9611
9612         * doc/tm.texi: Regenerated.
9613
9614 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
9615
9616         * tree-vect-stmts.c: Include "tm_p.h".
9617
9618         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
9619         out of RTX_CODE.
9620
9621 2010-09-14  Martin Jambor  <mjambor@suse.cz>
9622
9623         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
9624         location of generated statement.  Changed all callers.
9625         (build_ref_for_model): New parameter loc which used to set location of
9626         all generated expressions.  Changed all callers.
9627         (generate_subtree_copies): Likewise.
9628         (init_subtree_with_zero): Likewise.
9629         (sra_modify_expr): Set locations of all generated statements and
9630         expressions to the location the original statement.
9631         (handle_unscalarized_data_in_subtree): Likewise.
9632         (load_assign_lhs_subreplacements): Likewise.
9633         (sra_modify_constructor_assign): Likewise.
9634         (sra_modify_assign): Likewise.
9635
9636 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
9637
9638         PR target/45277
9639         PR target/45363
9640         PR target/45407
9641         * doc/install.texi (sparc*-*-*): New section.
9642         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
9643
9644 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
9645
9646         PR middle-end/45567
9647         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
9648         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
9649         (expand_builtin): Adjust caller.
9650         (expand_builtin_unop): Only use subtarget if it has the right mode.
9651
9652 2010-09-14  Tristan Gingold  <gingold@adacore.com>
9653
9654         * configure.ac (plugins): Fix typos.
9655         * configure: Regenerate.
9656
9657 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
9658
9659         PR debug/45660
9660         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
9661         gen_type_die for function/method return type.
9662
9663 2010-09-14  Ira Rosen  <irar@il.ibm.com>
9664
9665         PR tree-optimization/45470
9666         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
9667         can throw an exception.
9668         * tree-vect-stmts.c (vectorizable_call): Likewise.
9669
9670 2010-09-14  DJ Delorie  <dj@redhat.com>
9671
9672         PR target/44749
9673         * config/mep/mep-protos.h (mep_save_register_info,
9674         mep_reinit_regs, mep_init_regs): Declare.
9675
9676         * config/mep/mep.c: Move all target definitions to the end of the
9677         file to avoid the need for duplicate declarations.
9678         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
9679         (mep_reorg_erepeat): Remove unused variables.
9680         (mep_expand_builtin): Likewise.
9681
9682         * config/mep/mep-pragma.c: Don't include rtl.h.
9683         (INVALID_REGNUM): New.
9684         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
9685         functions.
9686         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
9687         Avoid enum/integer math.
9688
9689 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
9690
9691         PR target/44749
9692         * config/mep/t-mep (GTM_H): Add insn-constants.h.
9693         * config/mep/mep.c (mep_conditional_register_usage): Take no
9694         parameters.
9695         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
9696         prototype.
9697         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
9698         call to mep_conditional_register_usage.
9699
9700 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
9701
9702         PR debug/43937
9703         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
9704         the DECL as well.
9705
9706 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
9707
9708         PR rtl-optimization/45617
9709         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
9710         even if low N bits of X aren't known to be zero.
9711
9712 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
9713
9714         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
9715
9716         * config/i386/i386.c (initial_ix86_tune_features): Add
9717         X86_TUNE_VECTORIZE_DOUBLE.
9718         (ix86_units_per_simd_word): New.
9719
9720         * config/i386/i386.h (ix86_tune_indices): Add
9721         X86_TUNE_VECTORIZE_DOUBLE.
9722         (TARGET_VECTORIZE_DOUBLE): New.
9723         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
9724
9725 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
9726
9727         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
9728         (new_temp_expr_table): Allocate call_cnt vector.
9729         (free_temp_expr_table): Free it.
9730         (process_replaceable): Add call_cnt parm and set in vector.
9731         (find_replaceable_in_bb): Skip replacement if def/use span a call.
9732         (debug_ter): Dump call_cnt value, remove stderr uses.
9733
9734 2010-09-13  Jan Hubicka  <jh@suse.cz>
9735
9736         * tree.c (build_zero_cst): New.
9737         * tree.h (build_zero_cst): Declare.
9738         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
9739         (get_base_constructor): Break out from ...
9740         (fold_const_aggregate_ref): Here; handle empty constructors.
9741
9742 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9743
9744         * config/arm/arm.md: (define_attr "conds"): Update comment.
9745         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
9746         conds attribute to clob.
9747         (arm_sync_compare_and_swapsi): Likewise.
9748         (arm_sync_compare_and_swap<mode>): Likewise.
9749         (arm_sync_lock_test_and_setsi): Likewise.
9750         (arm_sync_lock_test_and_set<mode>): Likewise.
9751         (arm_sync_new_<sync_optab>si): Likewise.
9752         (arm_sync_new_nandsi): Likewise.
9753         (arm_sync_new_<sync_optab><mode>): Likewise.
9754         (arm_sync_new_nand<mode>): Likewise.
9755         (arm_sync_old_<sync_optab>si): Likewise.
9756         (arm_sync_old_nandsi): Likewise.
9757         (arm_sync_old_<sync_optab><mode>): Likewise.
9758         (arm_sync_old_nand<mode>): Likewise.
9759
9760 2010-09-13  Olivier Hainque  <hainque@adacore.com>
9761
9762         * fwprop.c (forward_propagate_and_simplify): Only attach a
9763         REG_EQUAL note to an insn if the destination is a register.
9764         * gcse.c (try_replace_reg): Likewise.
9765
9766 2010-09-13  Richard Guenther  <rguenther@suse.de>
9767
9768         PR tree-optimization/45611
9769         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
9770         (copy_ref_info): Likewise.
9771
9772 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
9773
9774         PR debug/45604
9775         PR debug/45419
9776         PR debug/45408
9777         * tree-pretty-print.c (dump_generic_node): Disregard top-level
9778         types of MEM_REF pointer types to the same type.
9779
9780 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
9781
9782         PR rtl-optimization/41087
9783         * ifcvt.c (noce_get_condition): Don't allow conditions with
9784         side-effects.
9785
9786 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
9787
9788         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
9789         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
9790         * config/frv/frv.c (frv_register_move_cost): Make static. Change
9791         arguments type to reg_class_t. Add mode argument.
9792         (frv_memory_move_cost): New.
9793         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
9794
9795 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
9796
9797         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
9798         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
9799
9800 2010-09-10  Jan Hubicka  <jh@suse.cz>
9801
9802         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
9803
9804 2010-09-10  Richard Guenther  <rguenther@suse.de>
9805
9806         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
9807         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
9808         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
9809         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
9810         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
9811
9812 2010-09-10  Richard Guenther  <rguenther@suse.de>
9813
9814         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
9815         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
9816         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
9817         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
9818
9819 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
9820
9821         PR middle-end/45634
9822         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
9823         of string folding is of integral type.
9824
9825 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
9826
9827         * doc/invoke.texi (-x): Fix typo.
9828
9829 2010-09-10  Richard Guenther  <rguenther@suse.de>
9830
9831         PR debug/44115
9832         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
9833         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
9834         Output DECL_DEBUG_EXPR.
9835         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
9836         Input DECL_DEBUG_EXPR.
9837
9838 2010-09-10  Richard Guenther  <rguenther@suse.de>
9839
9840         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
9841         (build_index_type): Implement in terms of build_range_type.
9842         (build_range_type): Do not allow NULL_TREE type, improve
9843         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
9844         if we didn't hash.
9845         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
9846         create a distinct copy of the type.
9847
9848 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
9849
9850         * configure: Regenerated.
9851         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
9852
9853 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9854
9855         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
9856         * config/arm/cortex-a9-neon.md: New and partially generated.
9857         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
9858
9859 2010-09-10  Richard Guenther  <rguenther@suse.de>
9860
9861         * tree.h (build_index_2_type): Remove.
9862         * tree.c (build_index_2_type): Remove.
9863
9864 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
9865
9866         PR bootstrap/45630
9867         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
9868         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
9869         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
9870
9871 2010-09-10  Martin Jambor  <mjambor@suse.cz>
9872
9873         PR tree-optimization/44972
9874         * tree-sra.c: Include toplev.h.
9875         (build_ref_for_offset): Entirely reimplemented.
9876         (build_ref_for_model): New function.
9877         (build_user_friendly_ref_for_offset): New function.
9878         (analyze_access_subtree): Removed build_ref_for_offset check.
9879         (propagate_subaccesses_across_link): Likewise.
9880         (create_artificial_child_access): Use
9881         build_user_friendly_ref_for_offset.
9882         (propagate_subaccesses_across_link): Likewise.
9883         (ref_expr_for_all_replacements_p): Removed.
9884         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
9885         (sra_modify_expr): Use build_ref_for_model.
9886         (load_assign_lhs_subreplacements): Likewise.
9887         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
9888         checks for return values of build_ref_for_offset.
9889         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
9890         build_ref_for_offset.
9891         * ipa-prop.h: Include gimple.h
9892         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
9893         (ipa_analyze_indirect_call_uses): Update comment.
9894         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
9895         (IPA_PROP_H): Likewise.
9896
9897 2010-09-10  Martin Jambor  <mjambor@suse.cz>
9898
9899         PR tree-optimization/44972
9900         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
9901         calling build_ref_for_offset.
9902
9903 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9904
9905         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
9906         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
9907         * config/arm/arm-tune.md: Regenerate.
9908         * doc/invoke.texi (ARM Options): Document it.
9909
9910 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
9911
9912         * config/i386/i386.c: Include sched-int.h.
9913         (TARGET_SCHED_DISPATCH): Defined.
9914         (TARGET_SCHED_DISPATCH_DO): Defined.
9915         (DISPATCH_WINDOW_SIZE): Defined.
9916         (MAX_DISPATCH_WINDOWS): Defined.
9917         (MAX_INSN): Defined.
9918         (MAX_IMM): Defined.
9919         (MAX_IMM_SIZE): Defined.
9920         (MAX_IMM_32): Defined.
9921         (MAX_IMM_64): Defined.
9922         (MAX_LOAD): Defined.
9923         (MAX_STORE): Defined.
9924         (BIG): Defined.
9925         (dispatch_group): New.
9926         (num_allowable_groups): New.
9927         (group_name): New.
9928         (sched_insn_info_s): New.
9929         (dispatch_windows_s): New.
9930         (imm_info_s): New.
9931         (dispatch_window_list): New.
9932         (dispatch_window_list1): New.
9933         (get_mem_group): New.
9934         (is_cmp): New.
9935         (dispatch_violation): New.
9936         (is_branch): New.
9937         (is_prefetch): New.
9938         (init_window): New.
9939         (allocate_window): New.
9940         (init_dispatch_sched): New.
9941         (is_end_basic_block): New.
9942         (process_end_window): New.
9943         (allocate_next_window): New.
9944         (find_constant_1): New.
9945         (find_constant): New.
9946         (get_num_immediates): New.
9947         (has_immediate): New.
9948         (get_insn_path): New.
9949         (get_insn_group): New.
9950         (count_num_restricted): New.
9951         (fits_dispatch_window): New.
9952         (add_insn_window): New.
9953         (add_to_dispatch_window): New.
9954         (debug_dispatch_window_file): New.
9955         (debug_dispatch_window): New.
9956         (debug_insn_dispatch_info_file): New.
9957         (debug_ready_dispatch): New.
9958         (do_dispatch): New.
9959         (has_dispatch): New.
9960         * config/i386/i386.h (debug_ready_dispatch): Declared.
9961         (debug_dispatch_window): Declared.
9962         * config/i386/i386.opt (mdispatch-scheduler): New flag.
9963         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
9964         (TARGET_SCHED_DISPATCH_DO): New.
9965         * doc/tm.texi: Regererated.
9966         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
9967         ready_remove_first_dispatch
9968         (schedule_block): Call targetm.sched.dispatch and
9969         targetm.sched.dispatch_do.
9970         (sched_init): Call targetm.sched.dispatch and
9971         targetm.sched.dispatch_do.
9972         (ready_remove_first_dispatch): New.
9973         (number_in_ready): New.
9974         (get_ready_element): New.
9975         * hooks.c (hook_bool_rtx_int_false): New.
9976         (hook_void_rtx_int): New.
9977         * hooks.h (hook_bool_rtx_int_false): Declared.
9978         (hook_void_rtx_int): Declared.
9979         * sched-int.h (IS_DISPATCH_ON): Defined.
9980         (IS_CMP): Defined.
9981         (DISPATCH_VIOLATION): Defined.
9982         (FITS_DISPATCH_WINDOW): Defined.
9983         (DISPATCH_INIT): Defined.
9984         (ADD_TO_DISPATCH_WINDOW): Defined.
9985         (get_ready_element): Declared.
9986         (number_in_ready): Declared.
9987         * target.def (dispatch): Defined.
9988         (dispatch_do): Defined.
9989
9990 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
9991
9992         PR middle-end/45312
9993         * reload1.c (merge_assigned_reloads): Remove.
9994         (reload_as_needed): Don't call it.
9995
9996 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
9997
9998         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
9999         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
10000         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
10001
10002 2010-09-09  Matthias Klose  <doko@ubuntu.com>
10003
10004         PR bootstrap/43847
10005         * configure.ac (--enable-plugin): Enhance for cross builds.
10006         * configure: Regenerate.
10007
10008 2010-09-09  Jan Hubicka  <jh@suse.cz>
10009
10010         PR tree-optimization/45598
10011         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
10012         string folding is of integral type.
10013
10014 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
10015
10016         * configure.ac (gnu_indirect_function): New test.
10017         * configure: Rebuilt.
10018         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
10019         * defaults.h (IFUNC_ASM_TYPE): Provide default.
10020
10021         * doc/extend.texi (Function Attributes): Document ifunc.
10022         * varasm.c (do_assemble_alias): Deal with ifuncs too.
10023
10024 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
10025
10026         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
10027         epilogue instruction move.
10028
10029 2010-09-09  Jan Hubicka  <jh@suse.cz>
10030
10031         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
10032         command line to allow more partitions than input files.
10033
10034 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
10035
10036         PR middle-end/44554
10037         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
10038
10039 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
10040
10041         PR middle-end/40386
10042         * ira.c (pseudo_for_reload_consideration_p): Don't use
10043         flag_ira_share_spill_slots.
10044
10045 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10046
10047         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
10048         point zero operands that fit into a single GPR.
10049         (s390_preferred_reload_class): Ensure we only return general-purpose
10050         register classes.
10051         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
10052         floating-point zero operands into GPRs.
10053         ("*mov<mode>_64"): Likewise.
10054         ("mov<mode>"): Likewise using lhi.
10055
10056 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10057
10058         * config/s390/s390.c (s390_symref_operand_p): Return false for
10059         literal pool references.
10060         (s390_check_qrst_address): Update caller.
10061
10062 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
10063
10064         * config/i386/predicates.md (ext_register_operand): Check that
10065         SUBREG_REG is really a register before looking for REGNO.
10066         (reg_not_xmm0_operand): Handle SUBREGs correctly.
10067         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
10068
10069 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
10070
10071         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
10072         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
10073         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
10074         * print-rtl.c (print_rtx): Likewise.
10075         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
10076         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
10077         for ADDR_EXPR with non-addressable object.
10078         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
10079         (struct dw_val_struct): Add v.val_decl_ref.
10080         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
10081         Handle DW_OP_GNU_implicit_pointer.
10082         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
10083         (get_ref_die_offset_label): New function.
10084         (implicit_ptr_descriptor): New function.
10085         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
10086         (loc_descriptor): Likewise.
10087         (gen_variable_die): Put even definitions into decl_die_table.
10088         (resolve_addr_in_expr): Resolve still unresolved
10089         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
10090         return false.
10091         (dwarf2out_finish): Call output_location_lists after outputting
10092         .debug_info and .debug_abbrev instead of before.
10093
10094 2010-09-09  Roland McGrath  <roland@redhat.com>
10095
10096         * dwarf2out.c (DWARF_REF_SIZE): Define.
10097         (size_of_loc_descr): Use it for DW_OP_call_ref.
10098
10099 2010-09-09  Alan Modra  <amodra@gmail.com>
10100
10101         * doc/invoke.text: Reinstate mcmodel=medium.
10102         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
10103         CMODEL_MEDIUM as default.
10104         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
10105         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
10106         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
10107         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
10108
10109 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10110
10111         PR target/45250
10112         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
10113         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
10114         (builtin_longjmp): Likewise.
10115         (allocate_stack): Use hard_frame_pointer_rtx instead of
10116         frame_pointer_rtx.
10117         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
10118         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
10119         (pa_can_eliminate): Likewise.
10120         (TARGET_INTERNAL_ARG_POINTER): Define.
10121         (TARGET_CAN_ELIMINATE): Define.
10122         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
10123         pointer.
10124         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
10125         (pa_internal_arg_pointer, pa_can_eliminate,
10126         pa_initial_elimination_offset): New.
10127         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
10128         (HARD_FRAME_POINTER_REGNUM): Set to register three.
10129         (INITIAL_FRAME_POINTER_OFFSET): Delete.
10130         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
10131         Define.
10132         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
10133         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
10134         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
10135         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
10136         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
10137         new soft frame pointer.
10138         * config/pa/pa64-regs.h: Likewise.
10139
10140 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
10141
10142         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
10143         numerical constant.
10144         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
10145
10146 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
10147
10148         PR debug/45531
10149         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
10150
10151 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
10152
10153         PR debug/45419
10154         PR debug/45408
10155         * tree-pretty-print.c (dump_generic_node): Disregard top-level
10156         qualifiers in otherwise equal MEM_REF pointer types.
10157         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
10158         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
10159
10160 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10161
10162         PR target/44392
10163         * config/arm/arm.md (bswapsi2): Handle condition correctly
10164         for armv6 and optimize_size.
10165
10166 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
10167
10168         PR other/18555
10169         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
10170
10171 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
10172
10173         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
10174         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
10175         ix86_expand_strlen, legitimate_pic_address_disp_p,
10176         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
10177         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
10178         ix86_check_movabs, ix86_secondary_memory_needed): Change function
10179         prototype to bool.
10180         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
10181         return_in_memory_ms_64, ix86_check_movabs,
10182         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
10183         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
10184         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
10185         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
10186         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
10187         ix86_secondary_memory_needed): Change to bool.  Return
10188         "true" and "false" values.
10189         * config/i386/i386.md: Return "true" and "false" values.
10190
10191 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10192
10193         * doc/sourcebuild.texi (Effective-Target Keywords): Document
10194         run_expensive_tests.
10195
10196 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10197
10198         * toplev.c (output_stack_usage): Use lbasename instead of basename.
10199
10200 2010-09-08  Martin Jambor  <mjambor@suse.cz>
10201
10202         PR other/45443
10203         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
10204         at -O3.
10205
10206 2010-09-08  Richard Guenther  <rguenther@suse.de>
10207
10208         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
10209         (visit): Adjust.
10210         (iterative_hash_gimple_type): Likewise.
10211         (gimple_type_hash): Likewise.
10212         (gimple_register_type): Likewise.
10213         (print_gimple_types_stats): Likewise.
10214         (free_gimple_type_tables): Likewise.
10215
10216 2010-09-08  Michael Matz  <matz@suse.de>
10217
10218         PR tree-optimization/43430
10219         * tree-vect-stmts.c (vectorizable_condition): Support multiple
10220         copies for conditional statements if it's not part of a reduction.
10221
10222 2010-09-08  Michael Matz  <matz@suse.de>
10223
10224         PR tree-optimization/33244
10225         * tree-ssa-sink.c (statement_sink_location): Don't sink into
10226         empty loop latches.
10227
10228 2010-09-08  Richard Guenther  <rguenther@suse.de>
10229
10230         PR tree-optimization/45578
10231         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
10232         Be more careful when transfering alignment information to
10233         the new induction variable.
10234         (copy_ref_info): Likewise.
10235
10236 2010-09-08  Richard Guenther  <rguenther@suse.de>
10237
10238         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
10239         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
10240
10241 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
10242
10243         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
10244         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
10245
10246 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
10247
10248         PR doc/45587
10249         * doc/md.texi: Fixed modes on several standard pattern names.
10250
10251 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
10252
10253         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
10254         (ashl<mode>3): ...this.
10255         (loongson_psra<V_suffix>): Rename to...
10256         (ashr<mode>3): ...this.
10257         (loongson_psrl<V_suffix>): Rename to...
10258         (lshr<mode>3): ...this.
10259         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
10260         (CODE_FOR_loongson_psllw): Define.
10261         (CODE_FOR_loongson_psrlh): Define.
10262         (CODE_FOR_loongson_psrlw): Define.
10263         (CODE_FOR_loongson_psrah): Define.
10264         (CODE_FOR_loongson_psraw): Define.
10265
10266 2010-09-07  Richard Henderson  <rth@redhat.com>
10267
10268         * tree-vect-data-refs.c: Include tm_p.h.
10269         * Makefile.in (tree-vect-data-refs.o): Update deps.
10270         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
10271         Move delarations outside #ifdef RTX_CODE.
10272
10273 2010-09-07  Richard Henderson  <rth@redhat.com>
10274
10275         * final.c (rest_of_handle_final): Unconditionally do
10276         output_function_exception_table before assemble_end_function.
10277
10278 2010-09-07  Jan Hubicka  <jh@suse.cz>
10279
10280         * tree-inline.c (tree_inlinable_function_p): Do not test
10281         DECL_REPLACEABLE_P.
10282         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
10283         update_callee_keys, cgraph_decide_inlining): Test function availability.
10284         * cif-code.def (OVERWRITABLE): New code.
10285
10286 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
10287             Jack Howarth  <howarth@bromo.med.uc.edu>
10288
10289         PR target/36502
10290         PR target/42313
10291         PR target/44651
10292         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
10293         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
10294         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
10295         MAX macro.
10296
10297 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
10298
10299         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
10300         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
10301
10302 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
10303
10304         * config.gcc: Don't append t-android for Android targets.
10305
10306         * config/t-android: Removed.
10307
10308 2010-09-07  Richard Henderson  <rth@redhat.com>
10309
10310         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
10311         * doc/tm.texi.in: Add doc marker.
10312         * doc/tm.texi: Rebuild.
10313         * except.c (switch_to_exception_section): Always build.
10314         (output_one_function_exception_table): Move section switch,
10315         personality output, and label output ...
10316         (output_function_exception_table): ... here.  Use the new
10317         personality hook.
10318
10319         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
10320         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
10321         TARGET_ASM_INIT_SECTIONS): New.
10322         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
10323         make static.
10324         (TARGET_ASM_UNWIND_EMIT): Update to match.
10325         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
10326
10327         * config/arm/arm.c (arm_asm_emit_except_personality): New.
10328         (arm_asm_init_sections): New.
10329         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
10330
10331 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10332
10333         * config/arm/arm.md: Remove unused variable.
10334
10335 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
10336
10337         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
10338         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
10339         (m32r_memory_move_cost): New function.
10340
10341 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
10342
10343         * config.gcc: Append t-android for Android targets.
10344
10345         * config/t-android: New.
10346
10347 2010-09-07  Richard Henderson  <rth@redhat.com>
10348
10349         * target.def (unwind_emit_before_insn): New hook.
10350         * doc/tm.texi.in: Add @hook marker for it.
10351         * doc/tm.texi: Rebuild.
10352         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
10353
10354 2010-09-07  Martin Jambor  <mjambor@suse.cz>
10355
10356         PR fortran/43665
10357         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
10358         are any type attributes.
10359
10360 2010-09-07  Jan Hubicka  <jh@suse.cz>
10361
10362         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
10363         array_ref_low_bound in string access folding.
10364
10365 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
10366
10367         PR target/45206
10368         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
10369         eh_return fixup sequence.
10370
10371 2010-09-07  Jan Hubicka  <jh@suse.cz>
10372
10373         * gimple-fold.c (maybe_fold_reference): Verify that operand is
10374         gimple_min_invariant.
10375
10376 2010-09-07  Richard Guenther  <rguenther@suse.de>
10377
10378         PR middle-end/45569
10379         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
10380         nor CONSTRUCTOR can trap.
10381         * tree-complex.c (update_complex_assignment): Update EH info.
10382
10383 2010-09-07  Richard Guenther  <rguenther@suse.de>
10384
10385         PR middle-end/45569
10386         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
10387         * passes.c (execute_function_todo): Do not verify anything if
10388         we saw errors.
10389
10390 2010-09-07  Richard Guenther  <rguenther@suse.de>
10391
10392         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
10393
10394 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
10395
10396         PR target/43137
10397         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
10398         New define_mode_attrs.
10399         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
10400         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
10401         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
10402         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
10403         Remove pool_range attribute.
10404         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
10405         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
10406         pool_range and neg_pool_range attributes.
10407         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
10408         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
10409         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
10410
10411 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
10412
10413         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
10414         check glibc.
10415
10416 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
10417
10418         PR target/22152
10419         * config/i386/mmx.md (*mov<mode>_internal_rex64,
10420         *mov<mode>_internal_avx, *mov<mode>_internal,
10421         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
10422         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
10423
10424 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
10425
10426         * c-typeck.c (do_warn_double_promotion): Remove.
10427         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
10428         Objective-C++ too.
10429
10430 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
10431
10432         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
10433         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
10434         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
10435         argument type to reg_class_t. Change result type to bool.
10436         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
10437
10438 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
10439
10440         PR libobjc/19850
10441         * gthr-posix.h (__gthread_objc_thread_detach): Use
10442         _objc_thread_attribs when detaching a thread.
10443         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
10444
10445 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
10446
10447         PR target/45524
10448         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
10449         * configure: Regenerated.
10450
10451 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10452
10453         * combine.c (try_combine): Set subst_low_luid to i0.
10454
10455 2010-09-06  Richard Guenther  <rguenther@suse.de>
10456
10457         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
10458         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
10459         (build_aligned_type): Declare.
10460         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
10461         (check_aligned_type): New function.
10462         (build_aligned_type): Likewise.
10463         * expr.c (expand_assignment): Handle misaligned stores via
10464         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
10465         (expand_expr_real_1): Likewise.
10466         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
10467         * tree-vect-stmts.c (vectorizable_store): Do not build
10468         MISALIGNED_INDIRECT_REF but initialize alignment information.
10469         (vectorizable_load): Likewise.
10470         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
10471         handling.
10472         * cfgexpand.c (expand_debug_expr): Likewise.
10473         * dwarf2out.c (loc_list_from_tree): Likewise.
10474         * fold-const.c (maybe_lvalue_p): Likewise.
10475         (operand_equal_p): Likewise.
10476         (build_fold_addr_expr_with_type_loc): Likewise.
10477         * gimplify.c (gimplify_addr_expr): Likewise.
10478         (gimplify_expr): Likewise.
10479         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
10480         (verify_gimple_assign_single): Likewise.
10481         * tree-dump.c (dequeue_and_dump): Likewise.
10482         (tree_could_trap_p): Likewise.
10483         * tree-predcom.c (ref_at_iteration): Likewise.
10484         * tree-pretty-print.c (dump_generic_node): Likewise.
10485         (op_code_prio): Likewise.
10486         (op_symbol_code): Likewise.
10487         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
10488         * tree-ssa-loop-im.c (for_each_index): Likewise.
10489         (gen_lsm_tmp_name): Likewise.
10490         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
10491         (find_interesting_uses_address): Likewise.
10492         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
10493         * tree-ssa-operands.c (get_expr_operands): Likewise.
10494         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
10495         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
10496         (ao_ref_init_from_vn_reference): Likewise.
10497         * tree.c (staticp): Likewise.
10498         (build1_stat): Likewise.
10499         (reference_alias_ptr_type): Likewise.
10500         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
10501         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
10502         MISALIGNED_INDIRECT_REF handling.
10503
10504 2010-09-06  Richard Guenther  <rguenther@suse.de>
10505
10506         PR tree-optimization/45534
10507         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
10508         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
10509         on the target.
10510         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
10511         valid on the target.
10512
10513 2010-09-06  Andreas Schwab  <schwab@redhat.com>
10514
10515         * configure.ac: Quote argument of AC_MSG_WARN.
10516         * configure: Regenerate.
10517
10518 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
10519
10520         * sel-sched.c (move_cond_jump): Correct arguments to
10521         maybe_tidy_empty_bb.
10522         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
10523
10524 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
10525
10526         PR rtl-optimization/44919
10527         * sel-sched.c (move_cond_jump): Remove assert, check that
10528         the several blocks case can only happen with mutually exclusive
10529         insns instead.  Rewrite the movement code to support moving through
10530         several basic blocks.
10531
10532 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
10533
10534         * config/i386/i386.md (iptrsize): New mode attribute.
10535         (tp_seg): Ditto.
10536         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
10537         mode iterator.
10538         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
10539         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
10540         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
10541         (stack_tls_protect_set_<mode>): Ditto from
10542         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
10543         of thread base pointer load.
10544         (stack_tls_protect_test_<mode>): Ditto from
10545         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
10546         of thread base pointer load.
10547         (stack_protect_set): Rewrite using indirect functions.
10548         (stack_protect_test): Ditto.
10549         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
10550         (ix86_print_operand): Handle '@'.
10551
10552 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
10553
10554         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
10555         MINUS_EXPR.
10556
10557 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
10558
10559         * doc/invoke.texi: Document -Wdouble-promotion.
10560         * c-typeck.c (convert_arguments): Check for implicit conversions
10561         from float to double.
10562         (do_warn_double_promotion): New function.
10563         (build_conditional_expr): Use it.
10564         (build_binary_op): Likewise.
10565
10566 2010-09-05  Richard Guenther  <rguenther@suse.de>
10567
10568         PR tree-optimization/45535
10569         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
10570         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
10571         dereferencing it.
10572         (indirect_refs_may_alias_p): Likewise.
10573
10574 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
10575
10576         * config/sh/sh.c (sh_option_override): Make static.
10577         Adjust comments.  Declare.
10578         (sh_function_value_regno_p): Likewise.
10579         (sh_register_move_cost): Modify the arguments, make static.
10580         Adjust comments.  Declare.
10581         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
10582         TARGET_FUNCTION_VALUE_REGNO_P): Define.
10583         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
10584         REGISTER_MOVE_COST): Delete.
10585         * config/sh/sh-protos.h (sh_override_options): Delete.
10586         (sh_register_move_cost): Delete.
10587         (sh_function_value_regno_p): Delete.
10588
10589 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
10590
10591         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
10592         m32r_function_value_regno_p): New functions.
10593         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
10594         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
10595         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
10596         FUNCTION_VALUE_REGNO_P): Remove.
10597
10598 2010-09-04  Jan Hubicka  <jh@suse.cz>
10599
10600         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
10601         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
10602         fold_read_from_constant_string.
10603
10604         * gimple.h (canonicalize_constructor_val): Declare.
10605         * gimple-fold.c (canonicalize_constructor_val): New function.
10606         (get_symbol_constant_value):Use it.
10607         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
10608
10609 2010-09-04  Jan Hubicka  <jh@suse.cz>
10610
10611         * tree-switch-conversion.c (build_one_array): Set constructor to be
10612         static.
10613         * varpool.c (varpool_finalize_decl): Compute const_value_known.
10614
10615 2010-09-04  Richard Guenther  <rguenther@suse.de>
10616
10617         PR bootstrap/45519
10618         * tree-flow.h (force_gimple_operand_1): Declare.
10619         (force_gimple_operand_gsi_1): Likewise.
10620         * gimplify.c (force_gimple_operand_1): New worker taking a
10621         gimple predicate for ...
10622         (force_gimple_operand): ... which now wraps it.
10623         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
10624         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
10625         last change.
10626         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
10627         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
10628         (create_mem_ref): Likewise.
10629
10630 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
10631
10632         * config/i386/predicates.md (sse_reg_operand): New predicate.
10633         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
10634         predicate for operand 1.
10635         (XFmode push splitter): Use fp_register_operand predicate
10636         for operand 1.
10637         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
10638         (SF-DF float_extend push splitter): Add reload_completed insn
10639         predicate.
10640         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
10641         MODEF mode macro.  Add reload_completed insn predicate.
10642
10643 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
10644
10645         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
10646         (struct df_extract_ref): Remove.
10647         (union df_ref_d): Remove extract_ref member.
10648         (df_ref_create): Remove last three arguments.
10649         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
10650         * df-scan.c (df_ref_record): Remove last three arguments, do not
10651         pass them to df_ref_create_structure.
10652         (df_uses_record): Remove first and last three arguments.  Replace
10653         first argument with DF_REF_REGULAR, adjust calls to remove the
10654         width, offset and mode.  Always call recursively on the second
10655         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
10656         (df_ref_create_structure): Remove first argument.
10657         (struct df_scan_problem_data): Remove ref_extract_pool.
10658         (df_scan_free_internal): Do not free it.
10659         (df_scan_alloc): Do not allocate it.
10660         (df_ref_create): Remove last three arguments, do not pass them to
10661         df_ref_create_structure.
10662         (df_free_ref): Remove DF_REF_EXTRACT case.
10663         (df_notes_rescan): Adjust call to df_uses_record.
10664         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
10665         Remove DF_REF_EXTRACT case.
10666         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
10667         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
10668         and SUBREG definitions.
10669         (df_get_conditional_uses): Remove references to width/offset/mode,
10670         adjust call to df_ref_create_structure.
10671         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
10672         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
10673         calls to df_uses_record and df_ref_record.
10674         * fwprop.c (update_df): Remove references to width/offset/mode,
10675         adjust call to df_ref_create.
10676
10677 2010-09-03  Jan Hubicka  <jh@suse.cz>
10678
10679         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
10680         (build_cdtor_fns): Update use of build_cdtor.
10681
10682 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
10683
10684         * doc/options.texi (SeparateAlias): Document.
10685         * opt-functions.awk (switch_flags): Handle SeparateAlias.
10686         * opth-gen.awk: Generate enumeration names for options marked
10687         SeparateAlias, but not for those marked Ignore.
10688         * opts-common.c (generate_canonical_option): Don't output separate
10689         argument for options marked CL_SEPARATE_ALIAS.
10690         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
10691         * opts.h (CL_SEPARATE_ALIAS): New.
10692         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
10693         CL_COMMON): Adjust definitions.
10694         * config/i386/darwin.opt, config/mips/sde.opt: New.
10695         * common.opt (fdump-final-insns): New.
10696         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
10697         i386/darwin.opt.
10698         (mips*-sde-elf*): Add mips/sde.opt.
10699         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
10700         -mno-data-in-code and -mcode-xonly here.
10701         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
10702         * gcc.c (option_map): Add "j" to --dump entry.
10703         (translate_options): Don't translate -d to -foutput-class-dir= here.
10704
10705 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
10706
10707         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
10708         DR_IS_WRITE.
10709         (compute_all_dependences): Same.
10710         (create_rdg_edge_for_ddr): Same.
10711         * tree-data-ref.h (DR_IS_WRITE): New.
10712         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
10713         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
10714         (write_memrefs_written_at_least_once): Same.
10715         * tree-predcom.c (suitable_component_p): Same.
10716         (determine_roots_comp): Same.
10717         (execute_load_motion): Same.
10718         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
10719         (vect_enhance_data_refs_alignment): Same.
10720         (vect_analyze_group_access): Same.
10721
10722 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
10723
10724         PR testsuite/42843
10725         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
10726         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
10727
10728 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
10729
10730         * dwarf2out.c (file scope): Remove #if0'd code.
10731         (gen_subprogram_die): Same.
10732
10733 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
10734
10735         PR middle-end/45484
10736         * dwarf2out.c (flush_queued_reg_saves): Rename to...
10737         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
10738         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
10739         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
10740         * config/i386/i386.c (output_set_got): Call it.
10741
10742 2010-09-03  Michael Matz  <matz@suse.de>
10743
10744         PR middle-end/45415
10745         * tree-sra.c (sra_modify_assign): If we modify the statement,
10746         say so.
10747
10748         * tree-ssa.c (verify_ssa): Check number of operands and links
10749         per statement to agree.
10750
10751 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
10752             Iain Sandoe  <iains@gcc.gnu.org>
10753
10754         PR target/45476
10755         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
10756         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
10757         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
10758
10759 2010-09-03  Richard Guenther  <rguenther@suse.de>
10760
10761         * lto-streamer-out.c (output_function): Output function
10762         start and end loci.
10763         * lto-streamer-in.c (input_function): Input function start
10764         and end loci.
10765
10766 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10767
10768         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
10769         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
10770         * configure: Regenerate.
10771         * aclocal.m4: Regenerate.
10772
10773 2010-09-03  Jan Hubicka  <jh@suse.cz>
10774
10775         PR lto/44812
10776         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
10777         on functions/variables in other partition.
10778
10779 2010-09-03  Jan Hubicka  <jh@suse.cz>
10780
10781         * cgraph.h (struct varpool_node): Add const_value_known.
10782         (varpool_decide_const_value_known): Declare.
10783         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
10784         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
10785         (input_varpool_node): Restore const_value_known.
10786         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
10787         initializer folding.
10788         * ipa.c (ipa_discover_readonly_nonaddressable_var,
10789         function_and_variable_visibility): Compute const_value_known.
10790         * gimple-fold.c (get_symbol_constant_value): Use varpool for
10791         initializer folding.
10792         * varpool.c (varpool_decide_const_value_known): New function.
10793
10794 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
10795
10796         * config/i386/i386.md: Remove empty preparation statements
10797         from splitters.
10798
10799 2010-09-03  Jan Hubicka  <jh@suse.cz>
10800
10801         * passes.c (rest_of_decl_compilation): Do not add local vars into
10802         varpool.
10803         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
10804         static or extern vars are in varpool.
10805         (varpool_finalize_decl): Sanity check that only static vars are
10806         finalized.
10807
10808 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
10809
10810         PR debug/45500
10811         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
10812         not just generic vectors with BLKmode.
10813
10814 2010-09-03  Richard Guenther  <rguenther@suse.de>
10815
10816         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
10817         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
10818         * tree.h (TMR_SYMBOL): Remove.
10819         (TMR_BASE, TMR_OFFSET): Adjust.
10820         (TMR_INDEX2): New.
10821         * alias.c (ao_ref_from_mem): Use TMR_BASE.
10822         * builtins.c (get_object_alignment): Merge TMR_BASE and
10823         TMR_SYMBOL handling.
10824         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
10825         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
10826         handling.  Also allow TARGET_MEM_REF as base address.
10827         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
10828         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
10829         base.  Gimplify TMR_INDEX2.
10830         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
10831         * tree-dfa.c (get_ref_base_and_extent): Likewise.
10832         (get_addr_base_and_unit_offset): Likewise.
10833         * tree-eh.c (tree_could_trap_p): Likewise.
10834         * tree-pretty-print.c (dump_generic_node): Likewise.
10835         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
10836         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
10837         base to index2.
10838         (get_address_description): Reconstruct addres description
10839         from merged TMR_BASE and TMR_INDEX2.
10840         (maybe_fold_tmr): Fold propagated addresses.
10841         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
10842         MEM_REF and TARGET_MEM_REF paths.
10843         (indirect_refs_may_alias_p): Likewise.
10844         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
10845         instead of TMR_SYMBOL.
10846         * tree-ssa-operands.c (get_tmr_operands): Simplify.
10847         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
10848         according to changes ...
10849         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
10850         Split TARGET_MEM_REF into two fields plus the base.
10851         * tree.c (mem_ref_offset): Simplify.
10852         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
10853         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
10854         Strip NOPs when folding MEM_REF addresses.
10855         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
10856         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
10857         (fold_gimple_assign): ... not here.
10858
10859 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
10860
10861         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
10862         * config/mips/mips.c (mips_shift_truncation_mask): New function.
10863         (TARGET_SHIFT_TRUNCATION_MASK): Define.
10864
10865 2010-09-02  Richard Henderson  <rth@redhat.com>
10866
10867         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
10868         instead of readelf in the test.
10869         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
10870         in the .debug_frame section for coff targets.
10871         * configure: Rebuild.
10872
10873 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
10874
10875         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
10876         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
10877         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
10878         (m32c_class_likely_spilled_p): Make static. Change argument type to
10879         reg_class_t. Change result type to bool.
10880
10881 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
10882
10883         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
10884         to convert (double)(long) into a single FRIZ instruction or not
10885         when -ffast-math is used.
10886
10887         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
10888         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
10889         or FRIZ instruction if -ffast-math.
10890         * config/rs6000/rs6000.md (friz): Ditto.
10891
10892         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
10893
10894 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
10895
10896         * opth-gen.awk (quote, comma): Remove unused variables.
10897
10898 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
10899
10900         * arm.c (arm_override_options): Correct fall-back code to use
10901         SUBTARGET_CPU_DEFAULT.
10902
10903 2010-09-02  Julian Brown  <julian@codesourcery.com>
10904
10905         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
10906         unspecs.
10907         (vcond<mode>, vcondu<mode>): New expanders.
10908         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
10909         comparisons with zero.
10910         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
10911         * config/arm/constraints.md (Dz): New constraint.
10912
10913 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
10914
10915         * target.def (class_likely_spilled_p): New hook.
10916         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
10917         * doc/tm.texi: Regenerate.
10918         * targhooks.c (default_class_likely_spilled_p): New function.
10919         * targhooks.h (default_class_likely_spilled_p): Declare.
10920         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
10921         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
10922         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
10923         Use fixed_reg_set instead of fixed_regs.
10924         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
10925         * calls.c (avoid_likely_spilled_reg): Ditto.
10926         * ira-conflicts.c (ira_build_conflicts): Ditto.
10927         * ira.c (update_equiv_regs): Ditto.
10928         * mode-switching.c (create_pre_exit): Ditto.
10929         * regmove.c (find_matches): Ditto.
10930         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
10931         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
10932         (small_register_class_p): New inline function.
10933         (push_secondary_reload, find_reusable_reload, find_reloads): Use
10934         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
10935
10936         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
10937         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
10938         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
10939
10940 2010-09-02  Richard Guenther  <rguenther@suse.de>
10941
10942         PR tree-optimization/44937
10943         PR tree-optimization/45412
10944         * ipa-split.c (split_function): Properly remove PHI nodes.
10945
10946 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
10947
10948         * opts.h (struct cl_option): Add warn_message field.
10949         (struct cl_decoded_option): Add warn_message field.
10950         * doc/options.texi (Ignore, Warn): Document.
10951         * opt-functions.awk (needs_state_p): Don't consider aliases or
10952         ignored options to need state saved.
10953         * optc-gen.awk: Handle Warn and Ignore.
10954         * opth-gen.awk: Output OPT_SPECIAL_ignore.
10955         * opts-common.c (decode_cmdline_option): Set warn_message field.
10956         Handle ignored options.
10957         (decode_cmdline_options_to_array, generate_option,
10958         generate_option_input_file): Set warn_message field.
10959         (read_cmdline_option): Generate warnings from warn_message field.
10960         Handle ignored options.
10961         * common.opt (Wunreachable-code, fargument-alias,
10962         fargument-noalias, fargument-noalias-global,
10963         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
10964         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
10965         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
10966         ftree-salias): Mark Ignore.
10967         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
10968         -mintel-syntax and -mno-intel-syntax here.
10969         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
10970         using Warn.
10971         * opts.c (common_handle_option): Don't handle options marked as
10972         ignored.
10973         (enable_warning_as_error): Handle ignored options.
10974
10975 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
10976
10977         PR driver/44076
10978         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
10979         alias_target fields.
10980         * opt-functions.awk (opt_sanitized_name): Don't handle
10981         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
10982         * optc-gen.awk: Generate alias fields.
10983         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
10984         Don't generate such constants for aliases.
10985         * opts-common.c (generate_canonical_option): New.
10986         (decode_cmdline_option): Handle aliases.  Use
10987         generate_canonical_option for known options instead of copying the
10988         input option text.
10989         * doc/options.texi (Alias): Document.
10990         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
10991         fstack-check, specs): Mark as aliases.
10992         * gcc.c (driver_handle_option): Canonicalize -L options to joined
10993         arguments.
10994         (driver_handle_option): Don't handle OPT_specs.
10995         * opts.c (common_handle_option): Don't handle options marked as
10996         aliases.
10997         (enable_warning_as_error): Handle aliases.
10998         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
10999         OPT_Wlarger_than_eq.
11000         * tree-optimize.c (tree_rest_of_compilation): Use
11001         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
11002
11003 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
11004
11005         * config/i386/i386.md (nonmemory_operand): New mode attribute.
11006         (push memory peephole2): Macroize peepholes using SWI mode iterator.
11007         (move immediate to memory peephole2): Macroize peepholes using
11008         SWI124 mode iterator.
11009         (non-pairable NOT peephole2): Macroize peepholes using SWI124
11010         mode iterator.
11011         (simple lea add peephole2): Macroize peepholes using SWI48
11012         mode iterator.
11013         (simple lea mult peephole2): Ditto.
11014         (imul by 3,5,9 to lea peephole2): Ditto.
11015         (mov $-1, reg peephole2): Macroize peepholes using SWI248
11016         mode iterator.
11017         (imul $32bit_imm,mem,reg peephole2): Ditto.
11018         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
11019
11020 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
11021
11022         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
11023
11024 2010-09-02  Olivier Hainque  <hainque@adacore.com>
11025
11026         PR middle-end/44763
11027         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
11028         (allocno_priority_compare_func): Use it instead of a straight
11029         difference computation over priorities.
11030
11031 2010-09-02  Andi Kleen  <ak@linux.intel.com>
11032
11033         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
11034
11035 2010-09-02  Ira Rosen  <irar@il.ibm.com>
11036
11037         * tree-vectorizer.h (get_later_stmt): New function.
11038         (vect_analyze_data_ref_dependences): Add argument.
11039         * tree-vect-loop.c (vect_analyze_loop): Update call to
11040         vect_analyze_data_ref_dependences.
11041         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
11042         New function.
11043         (vect_analyze_data_ref_dependence): Add argument for basic block
11044         dependencies. Check dependencies in basic block vectorization.
11045         (vect_analyze_data_ref_dependences): Add argument and update call to
11046         vect_analyze_data_ref_dependences.
11047         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
11048         (vect_bb_vectorizable_with_dependencies): New.
11049         (vect_slp_analyze_bb): Check dependencies in basic block.
11050         (vect_schedule_slp_instance): Insert stores before the last store in
11051         SLP instance.
11052
11053 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
11054
11055         PR target/45476
11056         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
11057         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
11058
11059 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
11060
11061         PR middle-end/45458
11062         * bb-reorder.c (add_labels_and_missing_jumps): Treat
11063         bbs ending with throwing insns like blocks ending with a call.
11064         (fix_up_fall_thru_edges): Likewise.
11065
11066 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
11067
11068         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
11069         (m32c_function_arg_advance): Delete.
11070         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11071         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
11072         comments.  Take a const_tree and a bool.  Declare.
11073         (m32c_function_arg_advance): Likewise.
11074         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11075
11076 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
11077
11078         PR target/45476
11079         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
11080         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
11081         * config/i386/mingw32.h: ... here.
11082
11083 2010-09-01  Andi Kleen  <ak@linux.intel.com>
11084
11085         PR lto/45475
11086         * lto-streamer-in.c (lto_input_ts_target_option): Add.
11087         (lto_input_tree_pointers): Call lto_input_ts_target_option.
11088         * lto-streamer-out (lto_output_ts_target_option): Add.
11089         (lto_output_tree_pointers): Call lto_output_ts_target_option.
11090
11091 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
11092
11093         PR/target 45452
11094         * config/i386/cygwin.h: Change order of specified import libraries.
11095         * config/i386/mingw32.h: Likewise.
11096         * config/i386/t-cygwin: Likewise.
11097         * config/i386/t-mingw32: Likewise.
11098         * config/i386/t-mingw-w32: Likewise.
11099         * config/i386/t-mingw-w64: Likewise.
11100
11101 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11102
11103         * config/arm/neon-schedgen.ml (core): New type.
11104         (allCores): List of supported cores.
11105         (availability_table): Add supported cores.
11106         (collate_bypasses): Accept core as a parameter.
11107         (worst_case_latencies_and_bypasses): Accept core as a parameter.
11108         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
11109         and coreStr to get tune attribute and prefix for functional units.
11110         (emit_bypasses): Accept core name and use it.
11111         (calculate_per_core_availability_table): New.
11112         (filter_core): New.
11113         (calculate_core_availability_table): New.
11114         (main): Use calculate_core_availablity_table.
11115         * config/arm/cortex-a8-neon.md: Update copyright year.
11116         Regenerated from ml file and merged in.
11117         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
11118         cortex_a8_neon_mrc.
11119
11120 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
11121
11122         * Makefile.in (tree-switch-conversion.o): Update dependencies.
11123
11124 2010-09-01  Richard Guenther  <rguenther@suse.de>
11125
11126         * alias.c (ao_ref_from_mem): Adjust.
11127         * builtins.c (get_object_alignment): Likewise.
11128         * cfgexpand.c (expand_debug_expr): Likewise.
11129         * gimple.c (get_base_address): Likewise.
11130         * tree-dfa.c (get_ref_base_and_extent): Likewise.
11131         (get_addr_base_and_unit_offset): Likewise.  Fix for
11132         both TMR_SYMBOL and TMR_BASE being set.
11133         * tree-eh.c (tree_could_trap_p): Likewise.
11134         * gimplify.c (gimplify_expr): Do not attempt to gimplify
11135         TMR_SYMBOL.  Always gimplify TMR_BASE.
11136         * tree-cfg.c (verify_types_in_gimple_reference): Verify
11137         TMR_BASE if there is a TMR_SYMBOL.
11138         * tree-pretty-print.c (dump_generic_node): Adjust.
11139         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
11140         (tree_mem_ref_addr): Likewise.
11141         (create_mem_ref_raw): Likewise.
11142         (move_fixed_address_to_symbol): Likewise.
11143         (create_mem_ref): Likewise.
11144         (dump_mem_address): Likewise.
11145         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
11146         Fix for both TMR_SYMBOL and TMR_BASE being set.
11147         (indirect_refs_may_alias_p): Likewise.
11148         * tree-ssa-operands.c (get_tmr_operands): Adjust.
11149         * tree.def (TARGET_MEM_REF): Adjust documentation.
11150
11151 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
11152
11153         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
11154         Rename from X86_TUNE_ADD_ESP_4.
11155         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
11156         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
11157         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
11158         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
11159         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
11160         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
11161         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
11162         * config/i386/i386.c (initial_ix86_tune_features)
11163         <X86_TUNE_SINGLE_POP>: Invert members.
11164         <X86_TUNE_DOUBLE_POP>: Ditto.
11165         <X86_TUNE_SINGLE_PUSH>: Ditto.
11166         <X86_TUNE_DOUBLE_PUSH>: Ditto.
11167         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
11168         No longer exported.
11169         (push peephole2 patterns): Macroize peepholes using P mode iterator.
11170         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
11171         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
11172         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
11173
11174 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
11175
11176         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
11177         a volatile LHS if the constructor has only one element.
11178
11179 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
11180
11181         PR bootstrap/45321
11182         * tree.c (stdarg_p): Make fntype parameter const.
11183         * tree.h (stdarg_p): Likewise.
11184         (function_args_iterator): Remove unused fntype field.
11185         (function_args_iter_init): Do not initialize fntype
11186         field.  Make fntype parameter const.
11187
11188 2010-09-01  Richard Guenther  <rguenther@suse.de>
11189
11190         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
11191         estimate.
11192         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
11193         (execute_vrp): Compute number of iteration estimates.
11194         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
11195         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
11196         * tree-data-ref.c (estimated_loop_iterations): Adjust.
11197         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
11198         Infer loop bounds from undefined behavior based on a new parameter.
11199         (estimate_numbers_of_iterations): Likewise.
11200         (scev_probably_wraps_p): Adjust.
11201         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
11202
11203 2010-09-01  Nick Clifton  <nickc@redhat.com>
11204
11205         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
11206         where appropriate.
11207         (xstormy16_legitimate_address_p): Use true and false instead of 1
11208         and 0.
11209         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
11210         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
11211         magic constant 2.
11212         (xstormy16_expand_call): Fix comment at start of function.
11213
11214 2010-09-01  Nick Clifton  <nickc@redhat.com>
11215
11216         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
11217         when pushing accumulator register.
11218         (rx_get_stack_layout): Always save call clobbered registers inside
11219         interrupt handlers.
11220         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
11221
11222 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
11223
11224         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
11225         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
11226
11227         * libgcc-std.ver (GCC_4.6.0): Define version.
11228
11229 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
11230
11231         * tree-nested.c (convert_all_function_calls): Iterate until after the
11232         sum of static chains in the nest doesn't change.
11233
11234 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
11235
11236         * config/m32c/m32c.c (classes_intersect): Remove.
11237         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
11238         reg_classes_intersect_p instead of classes_intersect.
11239         (class_can_hold_mode): Change arguments type from enum reg_class to
11240         reg_class_t.  Use reg_class_contents instead of class_contents.
11241         (m32c_register_move_cost): Make static. Change arguments type from
11242         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
11243         classes_intersect. Use reg_class_contents instead of class_contents.
11244         (m32c_memory_move_cost): Make static. Change arguments type from
11245         enum reg_class to reg_class_t.
11246         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
11247         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
11248         * config/m32c/m32c-protos.h (m32c_register_move_cost,
11249         m32c_memory_move_cost): Remove.
11250
11251 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
11252
11253         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
11254         (arm_function_arg): Delete.
11255         (arm_needs_doubleword_align): Take a const_tree.
11256         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11257         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
11258         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
11259         (arm_function_arg): Make static.  Take a const_tree and a bool.
11260         (arm_function_arg_advance): Likewise.
11261         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11262
11263 2010-08-31  Andi Kleen  <ak@linux.intel.com>
11264
11265         * common.opt (fwhopr=): Update for -fwhopr=jobserver
11266         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
11267         * lto-wrapper.c (run_gcc): Add jobserver mode.
11268         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
11269         argument.
11270
11271 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
11272
11273         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
11274         (popsi1): Ditto.
11275         (*popdi1_epilogue): Ditto.
11276         (*popsi1_epilogue): Ditto.
11277         (popsi, popdi peephole2 patterns): Update peepholes for changed
11278         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
11279
11280         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
11281         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
11282
11283         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
11284         (override_options): Do not initialize removed ix86_gen_pop1.
11285         (gen_pop): New static function.
11286         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
11287         (release_scratch_register_on_entry): Ditto.
11288         (ix86_restore_reg_using_pop): Ditto.
11289         (ix86_expand_epilogue): Ditto.
11290
11291 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
11292
11293         PR middle-end/45461
11294         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
11295
11296 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
11297
11298         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
11299         semicolons.
11300
11301 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
11302
11303         * doc/extend.texi: Fix documentation of the return value of
11304         __builtin_choose_expr.
11305
11306 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
11307
11308         * config/v850/v850-protos.h (function_arg): Delete.
11309         * config/v850/v850.h (FUNCTION_ARG): Delete.
11310         (FUNCTION_ARG_ADVANCE): Move code to...
11311         * config/v850/v850.c (v850_function_arg_advance): ...here.
11312         (v850_function_arg): Make static.  Take a const_tree and a bool.
11313         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11314
11315 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
11316
11317         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
11318         these...
11319         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
11320         ...and these...
11321         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
11322         ..to here..
11323         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
11324         ...and here.
11325         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11326
11327 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
11328
11329         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
11330         Delete.
11331         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11332         * config/rx/rx.c (rx_function_arg_size): Make static.
11333         (rx_function_arg): Likewise.
11334         (rx_function_arg_advance): New function.
11335         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11336
11337 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
11338
11339         * config/arm/arm.c (arm_override_options): Remove superfluous test.
11340         Fix indentation.
11341
11342 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
11343
11344         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
11345         (dwarf2out_decl) <CONST_DECL>: Likewise.
11346
11347 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
11348
11349         Stack usage support
11350         * common.opt (-fstack-usage): New option.
11351         * doc/invoke.texi (Debugging options): Document it.
11352         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
11353         allocate_dynamic_stack_space.
11354         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
11355         and propagate it to allocate_dynamic_stack_space.
11356         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
11357         * calls.c (initialize_argument_information): Pass TRUE as 4th
11358         argument to allocate_dynamic_stack_space.
11359         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
11360         to 1 when pushing a variable-sized argument onto the stack.  Pass
11361         TRUE as 4th argument to allocate_dynamic_stack_space.
11362         Update current_function_pushed_stack_size.
11363         (emit_library_call_value_1): Likewise.
11364         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
11365         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
11366         attempt to find an upper bound.  Remove redundant code for the
11367         SETJMP_VIA_SAVE_AREA case.
11368         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
11369         * function.h (struct stack_usage): New structure.
11370         (current_function_static_stack_size): New macro.
11371         (current_function_dynamic_stack_size): Likewise.
11372         (current_function_pushed_stack_size): Likewise.
11373         (current_function_dynamic_alloc_count): Likewise.
11374         (current_function_has_unbounded_dynamic_stack_size): Likewise.
11375         (current_function_allocates_dynamic_stack_space): Likewise.
11376         (struct function): Add new field 'su'.
11377         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
11378         add the value of the dynamic offset to the dynamic stack usage.
11379         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
11380         for variable-sized objects.
11381         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
11382         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
11383         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
11384         BUILT_IN_ALLOCA for variable-sized objects.
11385         * output.h (output_stack_usage): Declare.
11386         * toplev.c (stack_usage_file): New file pointer.
11387         (output_stack_usage): New function.
11388         (open_auxiliary_file): Likewise.
11389         (lang_dependent_init): Open file if flag_stack_usage is set.
11390         (finalize): Close file if stack_usage_file is not null.
11391         * tree.h (ALLOCA_FOR_VAR_P): New macro.
11392         * config/alpha/alpha.c (compute_frame_size): New function.
11393         (alpha_expand_prologue): Use it.
11394         (alpha_start_function): Likewise.
11395         (alpha_expand_epilogue): Likewise.  Set stack usage info.
11396         * config/i386/i386.c (ix86_expand_prologue): Likewise.
11397         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
11398         * config/mips/mips.c (mips_expand_prologue): Likewise.
11399         * config/pa/pa.c (hppa_expand_prologue): Likewise.
11400         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
11401         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
11402
11403 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
11404
11405         PR tree-optimization/45427
11406         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
11407         Handle the case that the exit is never taken correctly.
11408         (number_of_iterations_ne): Pass exit_must_be_taken to
11409         number_of_iterations_ne_max.
11410
11411 2010-08-30  Catherine Moore  <clm@codesourcery.com>
11412
11413         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
11414         Infer -mdspr2 for the the 74K.
11415
11416 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
11417
11418         PR debug/45419
11419         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
11420
11421         PR middle-end/45423
11422         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
11423         and TRUTH_{AND,OR,XOR}_EXPR.
11424         * c-parser.c (c_parser_omp_atomic): Handle boolean
11425         {PRE,POST}_{INC,DEC}REMENT.
11426
11427 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
11428
11429         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
11430         (function_arg): Delete.
11431         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11432         (FUNCTION_INCOMING_ARG): Delete.
11433         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
11434         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
11435         and a bool.
11436         (function_arg): Rename to...
11437         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
11438         a bool.
11439         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
11440         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11441         (TARGET_FUNCTION_INCOMING_ARG): Define.
11442
11443 2010-08-30  Richard Guenther  <rguenther@suse.de>
11444
11445         PR tree-optimization/21602
11446         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
11447         using points-to information.
11448
11449 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
11450
11451         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
11452
11453 2010-08-30  Richard Guenther  <rguenther@suse.de>
11454
11455         PR tree-optimization/45449
11456         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
11457         variables.
11458
11459 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
11460
11461         * opts.h (CL_ERR_NEGATIVE): Define.
11462         * opts.c (unknown_option_callback): Don't postpone warnings for
11463         options marked with CL_ERR_NEGATIVE.
11464         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
11465         for negative versions of CL_REJECT_NEGATIVE options.
11466
11467 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
11468
11469         * config/i386/i386.md (zero_extendsidi2_1): Rename from
11470         zero_extendsidi2_32.
11471         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
11472         using SWI12 mode iterator.
11473         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
11474         to define_insn_and_split pattern.
11475         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
11476         using SWI24 mode iterator.
11477         (*zero_extendqi<mode>2_and): Macroize insn from
11478         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
11479         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
11480         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
11481         SWI24 mode iterator.
11482         (*zero_extendqi<mode>2_movzbl): Ditto from
11483         *zero_extendqi{hi,si}2_movzbl.
11484         (extendsidi2_1): Rename from extendsidi2_32.
11485         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
11486         SWI12 mode iterator.
11487
11488 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
11489
11490         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
11491         general purpose registers.
11492         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
11493         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
11494         with general purpose registers and memory operands.  Add associated
11495         CCImode post-reload splitter.
11496         * config/ia64/div.md: Change BImode to CCImode throughout.
11497
11498 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
11499
11500         * config/ia64/ia64.md (cstorebi4): Fix thinko.
11501
11502 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
11503
11504         * config/picochip/picochip.c (reorder_var_tracking_notes): This
11505         function was dropping debug insns which caused PR45299.
11506
11507 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
11508
11509         * config/i386/sse.md (extsuffix): New code attribute.
11510         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
11511         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
11512         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
11513         and sse4_1_zero_extendv4qiv4si2.
11514         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
11515         and sse4_1_zero_extendv2qiv2di2.
11516         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
11517         and sse4_1_zero_extendv4hiv4si2.
11518         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
11519         and sse4_1_zero_extendv2hiv2di2.
11520         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
11521         and sse4_1_zero_extendv2siv2di2
11522
11523         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
11524         using any_extend code iterator.
11525         (*avx_<s>mulv8hi3_highpart): Macroize insn from
11526         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
11527         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
11528
11529         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
11530         gen_sse4_1_sign_extend* functions.
11531         (struct builtin_description bdesc_args): Ditto.
11532
11533 2010-08-27  Xinliang David Li  <davidxl@google.com>
11534
11535         PR/45422
11536         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
11537         (iv_ca_set_no_cp): Update used inv expr count.
11538         (iv_ca_set_cp): Ditto.
11539         (iv_ca_new): Initialize new member.
11540         (iv_ca_free): Free memory.
11541
11542 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
11543
11544         * config/sh/sh-protos.h (sh_function_arg): Delete.
11545         (sh_function_arg_advance): Delete.
11546         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11547         (PASS_IN_REG_P): Eliminate cast.
11548         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
11549         const_tree and a bool.
11550         (sh_function_arg): Likewise.
11551         (sh_output_mi_thunk): Call sh_function_arg_advance) and
11552         sh_function_arg.
11553         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11554
11555 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
11556             Kaz Kojima  <kkojima@gcc.gnu.org>
11557
11558         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
11559         when possible.
11560         (sh_expand_epilogue): Likewise.
11561         * config/sh/sh.md (movml_push_banked): New insn.
11562         (movml_pop_banked): Likewise.
11563
11564 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
11565
11566         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
11567         gen_regexp_oneof, gen_regexp_sequence): Use the string found
11568         in vector element 0 rather than the original string when there's
11569         only one element.
11570         (gen_regexp): Remove extra semicolon.
11571
11572         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
11573         thumb2_movsf_vfp): Set attribute "insn".
11574         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
11575         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
11576         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
11577         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
11578         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
11579         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
11580         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
11581         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
11582         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
11583         if_not_arith, if_arith_not, cond_move_not): Likewise.
11584
11585 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
11586
11587         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
11588         New declaration.
11589         (rs6000_allocate_stack_temp): Ditto.
11590         (rs6000_expand_convert_si_to_sfdf): Ditto.
11591
11592         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
11593         line.  Update the options set if power6 or power7 server/embedded
11594         type options are used.  If we give a warning for no vsx under
11595         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
11596         (rs6000_allocate_stack_temp): New function to allocate a stack
11597         tempoary and adjust the address so it meets either REG+OFFSET or
11598         REG+REG addressing requirements.
11599         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
11600         that they can be used with the LFIWAX/LFIWZX instrucitons.
11601         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
11602         converting signed/unsigned SImode to either SFmode/DFmode.
11603
11604         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
11605         whether certain instructions can be generated.
11606         (TARGET_FCTIDZ): Ditto.
11607         (TARGET_STFIWX): Ditto.
11608         (TARGET_LFIWAX): Ditto.
11609         (TARGET_LFIWZX): Ditto.
11610         (TARGET_FCFIDS): Ditto.
11611         (TARGET_FCFIDU): Ditto.
11612         (TARGET_FCFIDUS): Ditto.
11613         (TARGET_FCTIDUZ): Ditto.
11614         (TARGET_FCTIWUZ): Ditto.
11615
11616         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
11617         (UNSPEC_FCTID): Ditto.
11618         (UNSPEC_LFIWAX): Ditto.
11619         (UNSPEC_LFIWZX): Ditto.
11620         (UNSPEC_FCTIWUZ): Ditto.
11621         (rreg): Use correct constraints.
11622         (SI_CONVERT_FP): New mode attribute for floating point conversion
11623         tests.
11624         (E500_CONVERT): Ditto.
11625         (lfiwax): New insns for converting from integer to floating point
11626         utilizing newer instructions.  Attempt to optimize conversions
11627         that come from memory so that we don't load the value into a GPR,
11628         spill it to the stack and reload it into a FPR.
11629         (floatsi<mode>2_lfiwax): Ditto.
11630         (floatsi<mode>2_lfiwax_mem): Ditto.
11631         (floatsi<mode>2_lfiwax_mem2): Ditto.
11632         (lfiwzx): Ditto.
11633         (floatunssi<mode>2_lfiwzx): Ditto.
11634         (floatunssi<mode>2_lfiwzx_mem): Ditto.
11635         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
11636         (floatdidf2_mem): Ditto.
11637         (floatunsdidf2_fcfidu): Ditto.
11638         (floatunsdidf2_mem): Ditto.
11639         (floatunsdisf2): Ditto.
11640         (floatunsdisf2_fcfidus): Ditto.
11641         (floatunsdisf2_mem): Ditto.
11642         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
11643         Use FCFID on 32-bit hosts that support it.
11644         (floatsidf2_internal): Ditto.
11645         (floatunssisf2): Ditto.
11646         (floatunssidf2): Ditto.
11647         (floatunssidf2_internal): Ditto.
11648         (floatsisf2): Ditto.
11649         (floatdidf2): Ditto.
11650         (floatdidf2_fpr): Ditto.
11651         (floatunsdidf2): Ditto.
11652         (floatdisf2): Ditto.
11653         (floatdisf2_fcfids): Ditto.
11654         (floatdisf2_internal1): Ditto.
11655         (fixuns_truncsfsi2): Delete, merge into common pattern for both
11656         SF/DF.  Add power7 support.
11657         (fix_truncsfsi2): Ditto.
11658         (fixuns_truncdfsi2): Ditto.
11659         (fixuns_truncdfdi2): Ditto.
11660         (fix_truncdfsi2): Ditto.
11661         (fix_truncdfsi2_internal): Ditto.
11662         (fix_truncdfsi2_internal_gfxopt): Ditto.
11663         (fix_truncdfsi2_mfpgpr): Ditto.
11664         (fctiwz): Ditto.
11665         (btruncdf2): Ditto.
11666         (btruncdf2_fpr): Ditto.
11667         (btructsf2): Ditto.
11668         (ceildf2): Ditto.
11669         (ceildf2_fpr): Ditto.
11670         (ceilsf2): Ditto.
11671         (floordf2): Ditto.
11672         (floordf2_fpr): Ditto.
11673         (floorsf2): Ditto.
11674         (rounddf2): Ditto.
11675         (rounddf2_fpr): Ditto.
11676         (roundsf2): Ditto.
11677         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
11678         (fix_trunc<mode>di2): Ditto.
11679         (fixuns_trunc<mode>si2): Ditto.
11680         (fixuns_trunc<mode>di2): Ditto.
11681         (fctiwz_<mode>): Ditto.
11682         (btrunc<mode>2): Ditto.
11683         (btrunc<mode>2_fpr): Ditto.
11684         (ceil<mode>2): Ditto.
11685         (ceil<mode>2_fpr): Ditto.
11686         (floor<mode>2): Ditto.
11687         (float<mode>2_fpr): Ditto.
11688         (round<mode>2): Ditto.
11689         (round<mode>2_fpr): Ditto.
11690         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
11691         (fixuns_trunc<mode>si2_stfiwx): Ditto.
11692         (fix_truncdfsi2_internal): Ditto.
11693         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
11694         converted value on stack, loaded into GPR, and then stored into
11695         the final destination.
11696         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
11697         FCTIDZ.
11698         (lrint<mode>di2): New insn, provide the lrint builtin functions.
11699         (ftruncdf2): Delete, unused.
11700         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
11701
11702         * config/rs6000/vsx.md (toplevel): Update copyright year.
11703         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
11704         (VSr3): Ditto.
11705
11706 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
11707             Jeremie Salvucci  <jeremie.salvucci@free.fr>
11708
11709         * gengtype.c (output_type_enum): Test the right union member.
11710
11711 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
11712
11713         PR target/41484
11714         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
11715         operands for operand 1.
11716         (sse4_1_extendv4qiv4si2): Ditto.
11717         (sse4_1_extendv2qiv2di2): Ditto.
11718         (sse4_1_extendv4hiv4si2): Ditto.
11719         (sse4_1_extendv2hiv2di2): Ditto.
11720         (sse4_1_extendv2siv2di2): Ditto.
11721         (sse4_1_zero_extendv8qiv8hi2): Ditto.
11722         (sse4_1_zero_extendv4qiv4si2): Ditto.
11723         (sse4_1_zero_extendv2qiv2di2): Ditto.
11724         (sse4_1_zero_extendv4hiv4si2): Ditto.
11725         (sse4_1_zero_extendv2hiv2di2): Ditto.
11726         (sse4_1_zero_extendv2siv2di2): Ditto.
11727         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
11728         (*sse4_1_extendv4qiv4si2): Ditto.
11729         (*sse4_1_extendv2qiv2di2): Ditto.
11730         (*sse4_1_extendv4hiv4si2): Ditto.
11731         (*sse4_1_extendv2hiv2di2): Ditto.
11732         (*sse4_1_extendv2siv2di2): Ditto.
11733         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
11734         (*sse4_1_zero_extendv4qiv4si2): Ditto.
11735         (*sse4_1_zero_extendv2qiv2di2): Ditto.
11736         (*sse4_1_zero_extendv4hiv4si2): Ditto.
11737         (*sse4_1_zero_extendv2hiv2di2): Ditto.
11738         (*sse4_1_zero_extendv2siv2di2): Ditto.
11739
11740 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
11741
11742         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
11743         (mips_function_arg): Delete.
11744         (mips_function_arg_boundary): Take a const_tree.
11745         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
11746         (mips_arg_info): Likewise.
11747         (mips_setup_incoming_varargs): Call mips_function_arg_advance
11748         instead of FUNCTION_ARG_ADVANCE.
11749         (mips_function_arg_advance): Adjust prototype.  Make static.
11750         (mips_function_arg): Likewise.
11751         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11752         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
11753
11754 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
11755
11756         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
11757         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
11758         (function_arg): Delete.
11759         (function_arg_boundary): Take a const_tree.
11760         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
11761         (rs6000_spe_function_arg): Likewise.
11762         (rs6000_parm_start): Likewise.
11763         (rs6000_arg_size): Likewise.
11764         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
11765         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
11766         (rs6000_mixed_function_arg): Likewise.
11767         (function_arg): Rename to...
11768         (rs6000_function_arg): ...this.
11769         (function_arg_advance): Rename to...
11770         (rs6000_function_arg_advance_1): ...this
11771         (rs6000_function_arg_advance): New function.  Call it.
11772         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
11773         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
11774         (rs6000_function_value): Likewise.
11775         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
11776
11777 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11778
11779         * config/arm/arm.md (enabled): Test the value of arch_enabled
11780         rather than just using it.
11781
11782 2010-08-27  Olivier Hainque  <hainque@adacore.com>
11783             Eric Botcazou  <ebotcazou@adacore.com>
11784
11785         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
11786         cover all the possible offsets from this base.
11787         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
11788
11789 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
11790
11791         PR tree-optimization/44485
11792         * calls.c (flags_from_decl_or_type): For const or pure
11793         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
11794         together with ECF_CONST resp. ECF_PURE.
11795         * builtins.c (expand_builtin): Use flags_from_decl_or_type
11796         instead of querying flags directly.
11797         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
11798         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
11799
11800 2010-08-26  Richard Guenther  <rguenther@suse.de>
11801
11802         PR tree-optimization/45255
11803         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
11804         and externals are also invariant.
11805
11806 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
11807
11808         PR rtl-optimization/44858
11809         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
11810         newi2pat, make sure they don't affect newpat.
11811
11812         PR rtl-optimization/45400
11813         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
11814         SUBREG_REG if both modes are of MODE_INT class.
11815
11816 2010-08-25  Julian Brown  <julian@codesourcery.com>
11817
11818         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
11819         * config/arm/arm.md (generic_sched): No for Cortex-A5.
11820         (generic_vfp): Likewise.
11821         (cortex-a5.md): Include.
11822         * config/arm/cortex-a5.md: New.
11823
11824 2010-08-25  Richard Guenther  <rguenther@suse.de>
11825
11826         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
11827         * gimple.c (gimple_get_alias_set): Remove special handling
11828         for pointers.
11829
11830 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
11831
11832         PR middle-end/45355
11833         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
11834         dead_or_set_p when computing i0_feeds_i2_n.
11835
11836         * combine.c (find_split_point): Undo canonicalization of multiply-add
11837         to (minus x (mult)) when it seems likely that this will increase the
11838         chances of a split.
11839
11840 2010-08-25  Richard Guenther  <rguenther@suse.de>
11841
11842         PR lto/44562
11843         * lto-streamer.c (lto_record_common_node): Do not mess with
11844         TYPE_CANONICAL when not in lto.
11845         * gimple.c (gimple_register_type): Likewise.
11846
11847 2010-08-25  Richard Guenther  <rguenther@suse.de>
11848
11849         PR tree-optimization/45316
11850         * tree-ssa-pre.c (eliminate): Properly clean EH info.
11851
11852 2010-08-25  Richard Guenther  <rguenther@suse.de>
11853
11854         PR tree-optimization/45393
11855         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
11856         and clean EH info.  Avoid SSA update.
11857         (execute_cse_sincos): Cleanup the CFG if it has changed.
11858
11859 2010-08-25  Richard Guenther  <rguenther@suse.de>
11860
11861         PR middle-end/45379
11862         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
11863         TARGET_MEM_REF in alignment computation.
11864
11865 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
11866
11867         PR tree-optimization/45059
11868         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
11869         type conversions from newop{1,2}.  Assert t is a comparison and
11870         newop{1,2} after the stripping are gimple vals.
11871
11872 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
11873
11874         * config/arm/iterators.md (VU, SE, V_widen_l): New.
11875         (V_unpack, US): New.
11876         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
11877         (vec_unpack<US>_lo_<mode>): Likewise.
11878         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
11879         (neon_vec_unpack<US>_lo_<mode>): Likewise.
11880         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
11881         (vec_widen_<US>mult_hi_<mode>): Likewise.
11882         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
11883         (neon_vec_<US>mult_hi_<mode>"): Likewise.
11884         (neon_unpack<US>_<mode>): Widening move intermediate step for
11885         vectorizing without -mvectorize-with-neon-quad.
11886         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
11887         for vectorizing without -mvectorize-with-neon-quad.
11888         * config/arm/predicates.md (vect_par_constant_high): Check for
11889         high-half lanes of a vector.
11890         (vect_par_constant_low): Check for low-half lanes of a vector.
11891
11892 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
11893
11894         * tree-if-conv.c (struct ifc_dr): New.
11895         (IFC_DR): New.
11896         (DR_WRITTEN_AT_LEAST_ONCE): New.
11897         (DR_RW_UNCONDITIONALLY): New.
11898         (memref_read_or_written_unconditionally): Use the cached values
11899         when possible.
11900         (write_memref_written_at_least_once): Same.
11901         (if_convertible_loop_p): Initialize and free DR->aux fields.
11902
11903 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
11904
11905         * gimple.c (gimple_could_trap_p_1): Not static anymore.
11906         Pass an extra bool parameter include_mem.
11907         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
11908         (gimple_assign_rhs_could_trap_p): Same.
11909         * gimple.h (gimple_could_trap_p_1): Declared.
11910         * tree-data-ref.h (same_data_refs_base_objects): New.
11911         (same_data_refs): New.
11912         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
11913         (write_memrefs_written_at_least_once): New.
11914         (ifcvt_memrefs_wont_trap): New.
11915         (operations_could_trap): New.
11916         (ifcvt_could_trap_p): New.
11917         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
11918         Gets a vector of data refs.
11919         (if_convertible_stmt_p): Same.
11920         (if_convertible_loop_p_1): New.
11921         (if_convertible_loop_p): Call if_convertible_loop_p_1.
11922
11923 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
11924
11925         * common.opt (ftree-loop-if-convert-stores): New flag.
11926         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
11927         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
11928         the created statement before GSI.
11929         (if_convertible_phi_p): Allow virtual phi nodes when
11930         flag_loop_if_convert_stores is set.
11931         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
11932         Do not handle types that do not match is_gimple_reg_type.
11933         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
11934         when flag_loop_if_convert_stores is set, as LHS can contain
11935         memory refs.
11936         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
11937         to if_convertible_gimple_assign_stmt_p.
11938         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
11939         (replace_phi_with_cond_gimple_assign_stmt): Renamed
11940         predicate_scalar_phi.  Do not handle virtual phi nodes.
11941         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
11942         Call predicate_scalar_phi.
11943         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
11944         just after the labels for flag_loop_if_convert_stores, otherwise
11945         insert the predicate in the end of the BB.
11946         (predicate_mem_writes): New.
11947         (combine_blocks): Call predicate_all_scalar_phis.  When
11948         flag_loop_if_convert_stores is set, call predicate_mem_writes.
11949         (tree_if_conversion): Call mark_sym_for_renaming when
11950         flag_loop_if_convert_stores is set.
11951         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
11952         flag_loop_if_convert_stores is set.
11953
11954 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
11955
11956         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
11957         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
11958         (pa_function_value): Make static.
11959         (override_options): Rename to...
11960         (pa_option_override): ...this. Make static.
11961         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
11962         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
11963         TARGET_OPTION_OVERRIDE): Define.
11964         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
11965         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
11966         Remove.
11967         * config/pa/pa-protos.h (override_options): Remove.
11968
11969 2010-08-24  Richard Guenther  <rguenther@suse.de>
11970
11971         PR middle-end/45379
11972         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
11973         if addr->index is NULL or zero.
11974         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
11975         TARGET_MEM_REF more properly.
11976         (indirect_ref_may_alias_decl_p): Likewise.
11977         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
11978         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
11979
11980 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
11981
11982         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
11983         (m32c_override_options): Rename to...
11984         (m32c_option_override): ...this. Make static.
11985         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
11986         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
11987         Remove.
11988         * config/m32c/m32c-protos.h (m32c_override_options,
11989         m32c_function_value_regno_p): Remove.
11990
11991 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
11992
11993         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
11994         Fix a typo in a previous commit.
11995
11996 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
11997
11998         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
11999         Pre-initialize innerloop_iters to one.
12000
12001 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
12002
12003         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
12004         existing static function global.
12005
12006         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
12007         is changed to global.
12008
12009         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
12010         may_be_nonaddressable_p on base, and don't collect this reference
12011         if the address of the base could not be taken.
12012
12013 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
12014
12015         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
12016         enable the compiler to autovectorize mathmetical functions for
12017         power7 using the Mathematical Acceleration Subsystem library.
12018
12019         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
12020         handle which vector math library we have.
12021         (rs6000_override_options): Add -mveclibabi=mass support.
12022         (rs6000_builtin_vectorized_libmass): New function to handle auto
12023         vectorizing math functions that are in the MASS library.
12024         (rs6000_builtin_vectorized_function): Call it.
12025
12026         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12027         -mveclibabi=mass.
12028
12029 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12030
12031         PR boehm-gc/34544
12032         * gthr-posix.h (__gthread_active_init): Delete.
12033         (__gthread_active_p): Do activity check here.
12034         Don't include errno.h on hppa-hpux.  Update comment.
12035         * gthr-posix95.h (__gthread_active_init): Delete.
12036         (__gthread_active_p): Do activity check here.
12037         Don't include errno.h on hppa-hpux.  Update comment.
12038         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
12039         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
12040         add -lpthread when -mt or -pthread is specified.
12041         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
12042         (LINK_GCC_C_SEQUENCE_SPEC): Define.
12043         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
12044         (stublib.c, pthread_default_stacksize_np-stub.o,
12045         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
12046         $(T)libgcc_stub.a): Add methods.
12047         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
12048         (stublib.c, pthread_default_stacksize_np-stub.o,
12049         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
12050         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
12051         pthread_mutex_unlock): New stubs.
12052
12053 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
12054
12055         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
12056         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
12057         options.
12058         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
12059         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
12060         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
12061         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
12062         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
12063         "-l".
12064         * cppspec.c: Include opts.h.
12065         (lang_specific_driver): Use cl_decoded_option structures.
12066         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
12067         * doc/tm.texi: Regenerate.
12068         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
12069         (driver_handle_option): Allow driver options needing no special
12070         processing.
12071         (process_command): Decode options before call to
12072         lang_specific_driver.  Pass decoded options to
12073         lang_specific_driver.
12074         * gcc.h (lang_specific_driver): Update prototype.
12075         * gccspec.c: Include opts.h.
12076         (lang_specific_driver): Use cl_decoded_option structures.
12077         * opts-common.c (option_ok_for_language, generate_option,
12078         generate_option_input_file): New.
12079         (decode_cmdline_option): Use option_ok_for_language.
12080         (decode_cmdline_options_to_array): Use generate_option_input_file.
12081         (handle_generated_option): Use generate_option.
12082         * opts.h (generate_option, generate_option_input_file): Declare.
12083
12084 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
12085
12086         * config/mips/mips.c (mips_override_options): Rename to...
12087         (mips_option_override): ...this. Make static.
12088         (TARGET_OPTION_OVERRIDE): Define.
12089         (mips_in_small_data_p): Update comment.
12090         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
12091         (FIXED_REGISTERS): Update comment.
12092         * config/mips/mips-protos.h (mips_override_options): Remove.
12093
12094 2010-08-21  Olivier Hainque  <hainque@adacore.com>
12095
12096         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
12097
12098 2010-08-21  Olivier Hainque  <hainque@adacore.com>
12099
12100         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
12101         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
12102
12103 2010-08-20  Jan Hubicka  <jh@suse.cz>
12104
12105         * tree-pass.h (pass_ipa_cdtor_merge): New function.
12106         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
12107         heap allocated.
12108         (record_cdtor_fn): Move to ipa.c; do not test for
12109         have_ctors_dtors.
12110         (build_cdtor): Move to ipa.c; add code avoiding construction
12111         when target have ctors/dtors and there is only one ctor/dtor at given
12112         priority.
12113         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
12114         sort; reverse order of constructors.
12115         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
12116         (cgraph_finalize_function): Do not call record_cdtor_fn.
12117         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
12118         (cgraph_build_static_cdtor): Move to ipa.c.
12119         * ipa.c: Include target.h and tree-iterator.h.
12120         (cgraph_build_static_cdtor, static_ctors, static_dtors,
12121         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
12122         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
12123         pass_ipa_cdtor_merge): New.
12124         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
12125         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
12126         bounds access.
12127
12128 2010-08-20  Jan Hubicka  <jh@suse.cz>
12129
12130         PR c++/45307
12131         PR c++/17736
12132         * cgraph.h (cgraph_only_called_directly_p,
12133         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
12134         static cdtors.
12135         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
12136         are not needed.
12137         (cgraph_finalize_function): Static cdtors are reachable.
12138         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
12139
12140 2010-08-20  Jan Hubicka  <jh@suse.cz>
12141
12142         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
12143         flag_wpa.
12144         * lto-streamer-out.c (lto_output): Likewise.
12145         * passes.c (ipa_write_optimization_summaries): Initialize statement
12146         uids.
12147
12148 2010-08-20  Olivier Hainque  <hainque@adacore.com>
12149
12150         * tree.h (alias_diag_flags): New enum.
12151         (alias_pair): Add an 'emitted_diags' field.
12152         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
12153         (assemble_alias): Initialize emitted_diags of new pairs.
12154
12155 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
12156
12157         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
12158         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
12159         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
12160         (STACK_CHECK_PROTECT): Define.
12161         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
12162         (output_probe_stack_range): Likewise.
12163         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
12164         builtin stack checking is enabled.
12165         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
12166         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
12167         (probe_stack_range): New insn.
12168
12169 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
12170
12171         PR target/45336
12172         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
12173         short first.
12174
12175         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
12176         char first.
12177
12178 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
12179
12180         PR target/45336
12181         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
12182         to cover zero extension into 64-bit register.
12183         (*sse2_pextrw): Likewise.
12184         (*sse4_1_pextrd_zext): New insn.
12185
12186 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
12187
12188         revert r163410, partially revert r163267.
12189         * config/rs6000/darwin.h (LIB_SPEC): Remove.
12190         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
12191         Darwin versions.
12192
12193 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
12194
12195         PR middle-end/44974
12196         * builtins.c (expand_builtin): Don't optimize away
12197         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
12198
12199 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
12200
12201         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
12202         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
12203         alternative 1 of operand 2.
12204
12205 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
12206             Paolo Bonzini  <bonzini@gnu.org>
12207
12208         * simplify-rtx.c (simplify_unary_operation_1): Optimize
12209         (sign_extend (zero_extend (...)) and
12210         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
12211
12212 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
12213
12214         PR rtl-optimization/45353
12215         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
12216         after bb_note is a BARRIER.
12217
12218 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
12219
12220         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
12221         linking libgcc.a.
12222
12223 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
12224             Michael Matz  <matz@suse.de>
12225
12226         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
12227
12228 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
12229
12230         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
12231         (ggc_mark_roots): ...here.
12232
12233 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
12234
12235         * vec.h (FOR_EACH_VEC_ELT): Define.
12236         * c-decl.c: Use it.
12237         * cfgloop.c: Likewise.
12238         * cfgloopmanip.c: Likewise.
12239         * cgraph.c: Likewise.
12240         * cgraphunit.c: Likewise.
12241         * combine.c: Likewise.
12242         * config/bfin/bfin.c: Likewise.
12243         * config/mips/mips.c: Likewise.
12244         * config/rs6000/rs6000.c: Likewise.
12245         * dbxout.c: Likewise.
12246         * df-scan.c: Likewise.
12247         * dominance.c: Likewise.
12248         * dse.c: Likewise.
12249         * dwarf2out.c: Likewise.
12250         * except.c: Likewise.
12251         * expr.c: Likewise.
12252         * function.c: Likewise.
12253         * gcse.c: Likewise.
12254         * genattr.c: Likewise.
12255         * ggc-common.c: Likewise.
12256         * gimplify.c: Likewise.
12257         * graphite-blocking.c: Likewise.
12258         * graphite-clast-to-gimple.c: Likewise.
12259         * graphite-dependences.c: Likewise.
12260         * graphite-interchange.c: Likewise.
12261         * graphite-poly.c: Likewise.
12262         * graphite-scop-detection.c: Likewise.
12263         * graphite-sese-to-poly.c: Likewise.
12264         * graphite.c: Likewise.
12265         * haifa-sched.c: Likewise.
12266         * ifcvt.c: Likewise.
12267         * implicit-zee.c: Likewise.
12268         * ipa-prop.c: Likewise.
12269         * ipa-struct-reorg.c: Likewise.
12270         * ipa.c: Likewise.
12271         * ira-build.c: Likewise.
12272         * ira-color.c: Likewise.
12273         * ira-emit.c: Likewise.
12274         * lambda-code.c: Likewise.
12275         * loop-invariant.c: Likewise.
12276         * loop-unroll.c: Likewise.
12277         * lower-subreg.c: Likewise.
12278         * lto-cgraph.c: Likewise.
12279         * lto-opts.c: Likewise.
12280         * lto-streamer-in.c: Likewise.
12281         * lto-streamer-out.c: Likewise.
12282         * lto-streamer.c: Likewise.
12283         * lto-symtab.c: Likewise.
12284         * matrix-reorg.c: Likewise.
12285         * opts.c: Likewise.
12286         * predict.c: Likewise.
12287         * print-tree.c: Likewise.
12288         * sdbout.c: Likewise.
12289         * sel-sched-dump.c: Likewise.
12290         * sel-sched-ir.c: Likewise.
12291         * sel-sched.c: Likewise.
12292         * sese.c: Likewise.
12293         * stor-layout.c: Likewise.
12294         * tree-cfg.c: Likewise.
12295         * tree-cfgcleanup.c: Likewise.
12296         * tree-chrec.c: Likewise.
12297         * tree-data-ref.c: Likewise.
12298         * tree-emutls.c: Likewise.
12299         * tree-inline.c: Likewise.
12300         * tree-into-ssa.c: Likewise.
12301         * tree-loop-distribution.c: Likewise.
12302         * tree-loop-linear.c: Likewise.
12303         * tree-mudflap.c: Likewise.
12304         * tree-outof-ssa.c: Likewise.
12305         * tree-parloops.c: Likewise.
12306         * tree-predcom.c: Likewise.
12307         * tree-pretty-print.c: Likewise.
12308         * tree-scalar-evolution.c: Likewise.
12309         * tree-ssa-live.c: Likewise.
12310         * tree-ssa-loop-im.c: Likewise.
12311         * tree-ssa-loop-ivcanon.c: Likewise.
12312         * tree-ssa-loop-ivopts.c: Likewise.
12313         * tree-ssa-loop-manip.c: Likewise.
12314         * tree-ssa-loop-niter.c: Likewise.
12315         * tree-ssa-loop-prefetch.c: Likewise.
12316         * tree-ssa-phiprop.c: Likewise.
12317         * tree-ssa-pre.c: Likewise.
12318         * tree-ssa-reassoc.c: Likewise.
12319         * tree-ssa-sccvn.c: Likewise.
12320         * tree-ssa-structalias.c: Likewise.
12321         * tree-ssa.c: Likewise.
12322         * tree-vect-data-refs.c: Likewise.
12323         * tree-vect-loop-manip.c: Likewise.
12324         * tree-vect-loop.c: Likewise.
12325         * tree-vect-patterns.c: Likewise.
12326         * tree-vect-slp.c: Likewise.
12327         * tree-vect-stmts.c: Likewise.
12328         * tree-vrp.c: Likewise.
12329         * tree.c: Likewise.
12330         * value-prof.c: Likewise.
12331         * var-tracking.c: Likewise.
12332         * varasm.c: Likewise.
12333         * vmsdbgout.c: Likewise.
12334
12335 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
12336             Richard Guenther  <richard.guenther@gmail.com>
12337
12338         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
12339         copy the src value and return a copy.
12340         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
12341         (C++ Volatiles): Adjust to describe C++ semantics only.
12342
12343 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
12344
12345         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
12346         be zero or nonzero.
12347         * doc/tm.texi: Regenerate.
12348         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
12349         * df-scan.c (df_get_exit_block_use_set), reginfo.c
12350         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
12351         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
12352         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
12353         to 1.
12354
12355 2010-08-20  Olivier Hainque  <hainque@adacore.com>
12356
12357         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
12358         an extra nop past a sibling call at the very end.
12359
12360 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
12361
12362         PR bootstrap/45350
12363         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
12364         a comment.
12365
12366 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
12367
12368         * target.def (function_arg, function_incoming_arg): Remove const
12369         qualifier on CUMULATIVE_ARGS parameter.
12370         * targhooks.h (default_function_arg, default_function_incoming_arg):
12371         Likewise.
12372         * targhooks.c (default_function_arg, default_function_incoming_arg):
12373         Likewise.
12374         * config/i386/i386.c (ix86_function_arg): Likewise.
12375
12376 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
12377
12378         PR target/45336
12379         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
12380         SIGN_EXTENDs or ZERO_EXTENDs.
12381
12382 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
12383
12384         PR target/42172
12385         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
12386         Take its cost into account if nonnull.
12387         (insn_a_feeds_b): New static function.
12388         (combine_instructions): Look for four-insn combinations.
12389         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
12390         them into account when computing all_adjacent and looking for other
12391         uses.
12392         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
12393         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
12394         (try_combine): New arg I0.  Handle four-insn combinations.
12395         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
12396         like ELIM_I1.
12397
12398 2010-08-19  Jason Merrill  <jason@redhat.com>
12399
12400         PR c++/45307
12401         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
12402         if ctor is empty.
12403         (gimplify_modify_expr_rhs): Adjust.
12404
12405 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
12406
12407         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
12408         bitmap_bit_p.
12409         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
12410         * dominance.c (iterate_fix_dominators): Likewise.
12411         * dse.c (set_usage_bits): Likewise.
12412         (set_position_unneeded, record_store): Likewise.
12413         * gimple-fold.c (get_maxval_strlen): Likewise.
12414         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
12415         * ipa-inline.c (update_caller_keys): Likewise.
12416         * ipa-split.c (verify_non_ssa_vars): Likewise.
12417         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
12418         (close_type_exposed_parameter, close_type_full_escape): Likewise.
12419         (close_addressof_down): Likewise.
12420         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
12421         (setup_allocno_left_conflicts_size): Likewise.
12422         (ira_reassign_conflict_allocnos): Likewise.
12423         (ira_reassign_pseudos): Likewise.
12424         * ira-emit.c (change_loop): Likewise.
12425         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
12426         * lto-streamer-out.c (write_symbol): Likewise.
12427         * predict.c (expr_expected_value_1): Likewise.
12428         * regstat.c (regstat_bb_compute_ri): Likewise.
12429         * sel-sched.c (create_block_for_bookkeeping): Likewise.
12430         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
12431         * stmt.c (expand_case): Likewise.
12432         * tree-eh.c (emit_eh_dispatch): Likewise.
12433         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
12434         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
12435         Likewise.
12436         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
12437         (rdg_build_components): Likewise.
12438         * tree-object-size.c (collect_object_sizes_for): Likewise.
12439         * tree-sra.c (convert_callers): Likewise.
12440         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
12441         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
12442         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
12443
12444 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
12445
12446         * config/i386/i386.md (*lea_1): Use P mode iterator.
12447         (lea add splitter): Also handle DImode operands.
12448         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
12449         predicate.  Do not use ix86_lea_for_add_ok.
12450         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
12451         (lea ashift splitter): Also handle DImode operands.
12452         (DImode lea ashift splitter): Remove splitter.
12453
12454 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
12455
12456         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
12457         ix86_binary_operator_ok.
12458
12459 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
12460
12461         PR rtl-optimization/44691
12462         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
12463         is not a register.
12464
12465 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
12466
12467         PR target/45070
12468         * config/arm/arm.c (arm_output_epilogue): Ensure that return
12469          value of size 1-3 is handled correctly.
12470
12471 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
12472
12473         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
12474         type for the conditional has wide enough range.
12475
12476 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
12477
12478         PR target/45327
12479         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
12480         ix86_binary_operator_ok.
12481
12482 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
12483
12484         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
12485         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
12486         code to output insn mnemonic.  Fix comment.
12487         (*addsi_1_zext): Add r-r-0 alternative 1.
12488         <TYPE_LEA>: Split insn to lea.
12489         <default>: Handle alternative 1.
12490         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
12491         multi-level if_then_else RTX to set "type" attribute.
12492         <default>: Handle alternative 2.
12493         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
12494         Use cond RTX instead of multi-level if_then_else RTX to set
12495         "type" attribute.
12496         <default>: Handle alternatives 2 and 4.
12497         (lea splitters): Update calls to ix86_lea_for_add_ok.
12498
12499         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
12500         argument.
12501         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
12502
12503 2010-08-18  Richard Guenther  <rguenther@suse.de>
12504
12505         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
12506         use operand helpers.
12507
12508 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
12509
12510         PR middle-end/45292
12511         * optabs.c (expand_bool_compare_and_swap): Expand pending
12512         pops before trying the optab.
12513
12514 2010-08-18  Yao Qi  <yao@codesourcery.com>
12515
12516         PR target/45094
12517         * config/arm/arm.c (output_move_double): Fix typo generating
12518         instructions ('ldr'->'str').
12519
12520 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
12521
12522         PR rtl-optimization/42575
12523         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
12524         live ranges.
12525
12526 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12527
12528         * config/arm/arm-protos.h (arm_expand_sync): New.
12529         (arm_output_memory_barrier, arm_output_sync_insn): New.
12530         (arm_sync_loop_insns): New.
12531         * config/arm/arm.c (FL_ARCH7): New.
12532         (FL_FOR_ARCH7): Include FL_ARCH7.
12533         (arm_arch7): New.
12534         (arm_print_operand): Support %C markup.
12535         (arm_legitimize_sync_memory): New.
12536         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
12537         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
12538         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
12539         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
12540         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
12541         (arm_process_output_sync_insn, arm_output_sync_insn): New.
12542         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
12543         * config/arm/arm.h (struct arm_sync_generator): New.
12544         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
12545         (TARGET_HAVE_MEMORY_BARRIER): New.
12546         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
12547         * config/arm/arm.md: Include sync.md.
12548         (UNSPEC_MEMORY_BARRIER): New.
12549         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
12550         (VUNSPEC_SYNC_OP):New.
12551         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
12552         (sync_result, sync_memory, sync_required_value): New attributes.
12553         (sync_new_value, sync_t1, sync_t2): Likewise.
12554         (sync_release_barrier, sync_op): Likewise.
12555         (length): Add logic to length attribute defintion to call
12556         arm_sync_loop_insns when appropriate.
12557         * config/arm/sync.md: New file.
12558
12559 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
12560
12561         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
12562         ENABLE_TREE_CHECKING.
12563         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
12564         and GCC >= 4.3.
12565
12566 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
12567
12568         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
12569         or optimizing for size, always avoid lea if possible.
12570
12571         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
12572
12573 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
12574
12575         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
12576         Dunmmy function with NULL return unless the target is
12577         OSX >= 10.6 (Darwin10).
12578
12579 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
12580
12581         * gcc.c (spec_function): Add remove-outfile.
12582         (remove_outfile_spec_function): New function.
12583         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
12584         * invoke.texi (replace-outfile): Document.
12585
12586 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
12587
12588         PR target/45296
12589         * reginfo.c (globalize_reg): Reject stack registers.
12590
12591 2010-08-17  Richard Guenther  <rguenther@suse.de>
12592
12593         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
12594         list of conditional equivalences.
12595         (free_all_edge_infos): Adjust.
12596         (record_equivalences_from_incoming_edge): Likewise.
12597         (record_cond): Likewise.
12598         (build_and_record_new_cond): Likewise.
12599         (record_conditions): Likewise.
12600         (dom_opt_leave_block): Likewise.
12601
12602 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
12603
12604         * doc/invoke.texi (ms-extension): Add documentation.
12605
12606 2010-08-17  Richard Guenther  <rguenther@suse.de>
12607
12608         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
12609
12610 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
12611
12612         PR c/40563
12613         * c-decl.c (diagnose_uninitialized_cst_member): New function.
12614         (finish_decl): Use it to issue a -Wc++-compat warning about
12615         uninitialized const field in struct or union.
12616
12617         (finish_struct): Use strip_array_types.
12618
12619 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
12620
12621         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
12622         functions.
12623         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
12624         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
12625         call block_nreverse here.
12626         (blocks_nreverse): Rename decl temporary to block.
12627
12628 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
12629
12630         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
12631         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
12632         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
12633         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
12634         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
12635         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
12636         thumb2_iorsi3): Delete.
12637         (orsi_notsi_si): No longer a named pattern.
12638         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
12639         * config/arm/predicates.md (shift_amount_operand): New.
12640         (mult_operator): New.
12641         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
12642         attr enabled): New.
12643         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
12644         arch matches t2.
12645         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
12646         (not_shiftsi_compare0): Likewise, renamed from
12647         arm_notsi_shiftsi_compare0.
12648         (not_shiftsi_compare0_scratch): Likweise, renamed from
12649         arm_notsi_shiftsi_compare0_scratch.
12650         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
12651         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
12652         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
12653         so that the register alternative is disabled when the shift_operator
12654         is MULT.  Use "M" as the constraint for constants.
12655         (arith_shiftsi splitter): Enable for TARGET_32BIT.
12656         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
12657         constraint for constants.
12658         (arith_shiftsi_compare0_scratch): Likewise.
12659         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
12660         Handle Thumb2 alternative.
12661
12662 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
12663
12664         * doc/options.texi (NoDriverArg): Document.
12665         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
12666         -MDX and -MMDX.
12667         * opt-functions.awk (switch_flags): Handle NoDriverArg.
12668         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
12669         marking for CL_NO_DRIVER_ARG options when in the driver.
12670         * opts.h (CL_NO_DRIVER_ARG): Define.
12671         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
12672         CL_COMMON): Update values.
12673
12674 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
12675
12676         * common.opt: Add driver options.
12677         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
12678         * doc/options.texi (Driver, RejectDriver): Document.
12679         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
12680         print_prog_name, print_multi_directory, print_sysroot,
12681         print_multi_os_directory, print_multi_lib,
12682         print_sysroot_headers_suffix, report_times, combine_flag,
12683         use_pipes, wrapper_string): Remove.
12684         (save_switch, driver_unknown_option_callback,
12685         driver_wrong_lang_callback, driver_post_handling_callback,
12686         driver_handle_option): New.
12687         (spec_lang, last_language_n_infiles): Make file-scope static
12688         instead of local to process_command.
12689         (process_command): Use decode_cmdline_options_to_array and
12690         read_cmdline_option for option processing.  Compute have_c in
12691         prescan of decoded options.
12692         * opt-functions.awk (switch_flags): Handle Driver and
12693         RejectDriver.
12694         (var_type, var_type_struct): Handle Separate options as generating
12695         const char * variables.
12696         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
12697         CL_TARGET to be passed by caller if required.
12698         (decode_cmdline_options_to_array): Update comment.
12699         * opts.c (complain_wrong_lang): Handle options only valid for the
12700         driver.
12701         (decode_options): Update call to decode_cmdline_options_to_array.
12702         (print_filtered_help): Ignore driver-only options.
12703         (print_specific_help): Ignore CL_DRIVER.
12704         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
12705         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
12706         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
12707         Update values.
12708
12709 2010-08-16  Richard Guenther  <rguenther@suse.de>
12710
12711         * tree-cfg.c (verify_types_in_gimple_reference): Verify
12712         TARGET_MEM_REF a bit.
12713         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
12714         (create_mem_ref_raw): Always create TMR_OFFSET, store the
12715         alias pointer type via it.
12716         (copy_mem_ref_info): Adjust.
12717         (maybe_fold_tmr): Likewise.
12718         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
12719         (reference_alias_ptr_type): Likewise.
12720         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
12721         adjust documentation of TMR_OFFSET operand.
12722         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
12723         use the alias pointer type.
12724         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
12725         initialize mem attrs but the TMR itself.
12726         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
12727         similar to MEM_REF.
12728         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
12729         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
12730         (unshare_and_remove_ssa_names): Likewise.
12731         (copy_ref_info): Adjust.
12732         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
12733         TARGET_MEM_REF case.
12734         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
12735         at TMR_ORIGINAL.
12736         * tree.h (TMR_ORIGINAL): Remove.
12737         * gimple.c (get_base_address): For TARGET_MEM_REF with a
12738         symbol return that.
12739         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
12740         with a symbol.
12741         (get_addr_base_and_unit_offset): Likewise.
12742         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
12743         TARGET_MEM_REFs.
12744         (indirect_ref_may_alias_decl_p): Likewise.
12745         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
12746
12747 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
12748
12749         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
12750         with GCC version 4.6, the default setting (when not optimizing
12751         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
12752         been changed to -fomit-frame-pointer.
12753
12754 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
12755
12756         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
12757         Darwin10.  Do not link libgcc.a for Darwin >= 9.
12758
12759 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
12760
12761         * doc/invoke.texi (Warning Options): Fix terminology and markup
12762         in the description of how unknown warning options are handled.
12763
12764 2010-08-15  Ira Rosen  <irar@il.ibm.com>
12765
12766         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
12767         in basic blocks.
12768         (vect_supportable_dr_alignment): Check alignment for basic blocks.
12769         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
12770         data references.
12771         (vect_bb_vectorization_profitable_p): New function.
12772         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
12773         check if it's worthwhile to vectorize the basic block.
12774
12775 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
12776
12777         * reload.h (register_move_cost, memory_move_secondary_cost,
12778         secondary_reload_class): Adjust prototype.
12779         * rtl.h (reg_class_subset_p): Adjust prototype.
12780         * reload.c (secondary_reload_class): Change arguments type from
12781         enum reg_class to reg_class_t. Change result type to reg_class_t.
12782         * reginfo.c (register_move_cost, reg_class_subset_p): Change
12783         arguments type from enum reg_class to reg_class_t.
12784         (memory_move_secondary_cost): Change arguments type from
12785         enum reg_class to reg_class_t. Change type of saved_flags to
12786         reg_class_t.
12787
12788         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
12789         Remove macros.
12790         (mips_cost): Remove.
12791         (struct mips_rtx_cost_data): Moved to mips.c.
12792         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
12793         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
12794         (mips_cost): Make static.
12795         (mips_canonicalize_move_class): Change argument type to reg_class_t.
12796         Change result type to reg_class_t.
12797         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
12798         type from enum reg_class to reg_class_t.
12799         (mips_register_move_cost): Make static. Change arguments
12800         type from enum reg_class to reg_class_t.
12801         (mips_memory_move_cost): New function.
12802         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
12803
12804 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
12805
12806         PR rtl-optimization/43358
12807         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
12808         of a single hard register, using simplify_subreg_regno to decide
12809         what that register should be.
12810
12811 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
12812
12813         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
12814         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
12815         (loongson_pmull<V_suffix>): Rename to...
12816         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
12817
12818 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
12819
12820         * configure.ac: Enable -fomit-frame-pointer on darwin
12821         which support dwarf2.
12822         * config/i386/i386.c (override_options): Same.
12823
12824 2010-08-13  Jie Zhang  <jie@codesourcery.com>
12825
12826         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
12827
12828 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
12829
12830         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
12831         -MMD.
12832
12833 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
12834
12835         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
12836         up dot_prod pattern searching if a stmt is outside the loop.
12837
12838 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
12839             Uros Bizjak  <ubizjak@gmail.com>
12840
12841         * config.gcc: Handle --enable-frame-pointer.
12842
12843         * configure.ac: Add --enable-frame-pointer.
12844         * configure: Regenerated.
12845
12846         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
12847         (override_options): If not configured with --enable-frame-pointer,
12848         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
12849         optimizing for size), -fasynchronous-unwind-tables and
12850         -maccumulate-outgoing-args by default.
12851
12852 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
12853
12854         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
12855
12856         PR middle-end/45262
12857         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
12858         -a overflows.  Normalize the range.
12859
12860 2010-08-12  Richard Guenther  <rguenther@suse.de>
12861
12862         PR tree-optimization/45232
12863         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
12864         for types with undefined overflow.
12865         (reassociate_bb): Allow re-associating of bit and min/max
12866         operations for types with undefined overflow.
12867         * tree-ssa-forwprop.c (associate_plusminus): New function.
12868         (tree_ssa_forward_propagate_single_use_vars): Call it.
12869
12870 2010-08-12  Richard Guenther  <rguenther@suse.de>
12871
12872         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
12873         * tree-ssa-alias.c (get_ptr_info): Move ...
12874         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
12875         align and misalign fields conservatively.
12876         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
12877         derive alignment information.
12878         (evaluate_stmt): Derive alignment information from memory
12879         allocation functions.
12880         * tree.h (get_pointer_alignment): Make unsigned.
12881         * builtins.c (get_object_alignment): Use alignment information we
12882         have computed for pointers.
12883         (get_pointer_alignment): Likewise.  Make conservative, return
12884         and unsigned value.
12885         (expand_builtin_strlen): Adjust.
12886         (expand_builtin_memcmp): Likewise.
12887         (expand_builtin_strcmp): Likewise.
12888         (expand_builtin_strncmp): Likewise.
12889         (get_builtin_sync_mem): Use at least mode alignment.
12890         (fold_builtin_memset): Adjust.
12891         (fold_builtin_memory_op): Likewise.
12892         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
12893         information also dump pointer alignment knowledge.
12894         (dump_gimple_stmt): Likewise.
12895
12896 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
12897
12898         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
12899         (EMPTY_FIELD_BOUNDARY): Remove.
12900         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
12901
12902 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
12903
12904         PR debug/45259
12905         * caller-save.c (save_call_clobbered_regs): Only swap notes with
12906         DEBUG_INSNs if n_regs_saved.
12907
12908 2010-08-12  Wei Guozhi  <carrot@google.com>
12909
12910         PR target/44999
12911         * config/arm/arm.md (andsi3): Change to zero extension if possible.
12912         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
12913
12914 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
12915
12916         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
12917
12918         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
12919
12920 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
12921
12922         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
12923         the case removed in the previous patch, when the only phi argument
12924         is defined in the same loop as the phi node itself.  Handle it
12925         separately from the invariant case by both propagating it outside
12926         the region and replacing the phi node with an assign.
12927
12928 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
12929
12930         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
12931         constant phi nodes with one argument are is_gimple_min_invariant
12932         and SSA_NAME_IS_DEFAULT_DEF.
12933
12934 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12935
12936         * graphite-cloog-util.c (oppose_constraint):
12937         Extend loop counter's value range (CLOOG_ORG).
12938         (cloog_matrix_to_ppl_constraint): Same.
12939         (new_Constraint_System_from_Cloog_matrix): Same.
12940         * graphite-cloog-compat.h (matrix_num_type): New.
12941
12942 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12943
12944         * graphite.c (graphite_initialize): Do not initialize
12945         CLooG and initialize the Parma Polyhedra Library
12946         manually when using CLOOG_ORG.
12947         (graphite_finalize): Do not finalize CLooG and finalize
12948         the Parma Polyhedra Library manually when using CLOOG_ORG.
12949         * graphite-cloog-compat.h (cloog_initialize): Hide function
12950         when using CLOOG_ORG.
12951         (cloog_finalize): Same.
12952
12953 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12954
12955         * graphite-clast-to-gimple.c (free_scattering): Change
12956         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
12957         (CLOOG_ORG).
12958         (build_cloog_prog): Same.
12959         * graphite-cloog-compat.h (cloog_domain): Removed.
12960         (cloog_scattering): New.
12961         (cloog_set_domain): Removed.
12962         (cloog_set_scattering): New.
12963         (cloog_next_domain): Removed.
12964         (cloog_next_scattering): New.
12965         (cloog_set_next_domain): Removed.
12966         (cloog_set_next_scattering): New.
12967         (CloogScatteringList): New.
12968         (CloogScattering): New.
12969         (cloog_scattering_free): New.
12970         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
12971         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
12972         New.
12973
12974 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
12975
12976         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
12977         CloogState.
12978         (set_cloog_options): Same.
12979         (print_clast_stmt): Same.
12980         (scop_to_clast): Same.
12981         (print_generated_program): Same.
12982         (gloog): Same.
12983         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
12984         (scop_to_clast): Extend with CloogState.
12985         * graphite-cloog-util.c: Include graphite-cloog-compat.h
12986         (new_Cloog_Domain_from_ppl_Polyhedron):
12987         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
12988         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
12989         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
12990         * graphite-cloog-util.h (build_cloog_prog): Same.
12991         * graphite-cloog-copat.h (build_cloog_prog): New.
12992         (CloogState): New.
12993         (cloog_state_malloc): New.
12994         (cloog_state_free): New.
12995         (cloog_loop_malloc): New.
12996         (cloog_options_malloc): New.
12997         (cloog_statement_alloc): New.
12998         (cloog_domain_from_cloog_matrix): New.
12999         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
13000         (new_Cloog_Domain_from_ppl_Polyhedron): New.
13001
13002 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13003
13004         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
13005         type of NAME now depends on used CLooG version.
13006         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
13007         (gcc_type_for_clast_expr): Same.
13008         (print_clast_stmt): Replace pprint with clast_pprint.
13009         * graphite-cloog-compat.h: Provide compatibility macros for
13010         CLooG Legacy.
13011         (clast_name_p): New.
13012         (clast_expr_term): New.
13013         (clast_expr_red): New.
13014         (clast_expr_bin): New.
13015         (clast_pprint): New.
13016
13017 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13018
13019         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
13020         compatible to newer CLooG releases (CLOOG_ORG).
13021         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
13022         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
13023         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
13024         (build_cloog_prog) : New.
13025         (cloog_program_extract_scalars): New.
13026         (cloog_program_scatter): New.
13027
13028 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13029
13030         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
13031         conditionally (CLOOG_ORG).
13032         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
13033         (cloog_statement_usr): New.
13034         (cloog_domain): Same.
13035         (cloog_set_domain): Same.
13036         (cloog_next_domain): Same.
13037         (cloog_set_next_domain): Same.
13038         (cloog_program_nb_scattdims): Same.
13039         (cloog_program_set_nb_scattdims): Same.
13040         (cloog_program_names): Same.
13041         (cloog_program_set_names): Same.
13042         (cloog_program_set_context): Same.
13043         (cloog_program_set_loop): Same.
13044         (cloog_program_blocklist): Same.
13045         (cloog_program_set_blocklist): Same.
13046         (cloog_program_scaldims): Same.
13047         (cloog_program_set_scaldims): Same.
13048         (cloog_names_nb_parameters): Same.
13049         (cloog_names_set_nb_parameters): Same.
13050         (cloog_names_parameters): Same.
13051         (cloog_names_set_parameters): Same.
13052         (cloog_names_set_nb_iterators): Same.
13053         (cloog_names_set_iterators): Same.
13054         (cloog_names_set_nb_scattering): Same.
13055         (cloog_names_set_scattering): Same.
13056         (cloog_statement_set_usr): Same.
13057         (cloog_loop_set_next): Same.
13058         (cloog_loop_set_domain): Same.
13059         (cloog_loop_set_block): Same.
13060         (cloog_block_list_next): Same.
13061         (cloog_block_list_set_next):
13062         (cloog_block_list_set_block): Same.
13063
13064 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13065
13066         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
13067         a bool.
13068         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
13069         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
13070         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
13071         when something has been changed.
13072         (rewrite_commutative_reductions_out_of_ssa): Same.
13073
13074 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13075
13076         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
13077         handle the case when def is in the sese region.
13078         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
13079         for invariant expressions.
13080         (rewrite_cross_bb_phi_deps): Removed.
13081         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
13082         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
13083         rewrite_cross_bb_phi_deps.
13084
13085 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13086
13087         * graphite-sese-to-poly.c
13088         (rewrite_commutative_reductions_out_of_ssa_loop): Call
13089         scev_analyzable_p only on is_gimple_reg
13090
13091 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13092
13093         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
13094         (rewrite_close_phi_out_of_ssa): Propagate constant values or
13095         parametric expressions outside the scop region.
13096         (rewrite_cross_bb_scalar_deps): Same.
13097         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
13098
13099 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13100
13101         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
13102         SSA_NAME_DEF_STMT only on SSA_NAMEs.
13103
13104 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13105
13106         * tree-scalar-evolution.c (instantiate_scev_name): Do not
13107         instantiate default definitions.
13108
13109 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
13110             Sebastian Pop  <sebastian.pop@amd.com>
13111
13112         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
13113         (loop_exits_from_bb_p): New.
13114         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
13115         (loop_exits_from_bb_p): Declared.
13116         * graphite-scop-detection.c (scopdet_basic_block_info): Call
13117         loop_exits_to_bb_p.
13118
13119 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13120
13121         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
13122         extra parameter for the region.  Call scev_analyzable_p.
13123         (rewrite_reductions_out_of_ssa): Update call to
13124         rewrite_close_phi_out_of_ssa.
13125         (rewrite_cross_bb_phi_deps): Same.
13126         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
13127         parameter for the region.  Call scev_analyzable_p.
13128         (rewrite_commutative_reductions_out_of_ssa): Update call to
13129         rewrite_commutative_reductions_out_of_ssa_loop.
13130
13131 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13132
13133         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
13134
13135 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13136
13137         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
13138         SSA scalar phi nodes that can be scev_analyzable_p.
13139
13140 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13141
13142         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
13143         handle SSA_NAME_IS_DEFAULT_DEF.
13144
13145 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13146
13147         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
13148
13149 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13150
13151         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
13152         case non close-phi nodes with one argument.
13153
13154 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13155
13156         * sese.h (scev_analyzable_p): Scevs could be expressions without
13157         chrecs and still be scev_analyzable_p.
13158
13159 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13160
13161         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
13162
13163 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13164
13165         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
13166         * cfgloop.h (struct loop): Remove single_iv field.
13167         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
13168         (scop_canonicalize_loops): Removed.
13169         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
13170         over all the loop phi nodes in loop->header.
13171         (build_poly_scop): Remove use of scop_canonicalize_loops.
13172
13173 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13174
13175         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
13176         handle GIMPLE_CALL.
13177
13178 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13179
13180         * tree-chrec.c (chrec_apply): Should only apply to the specified
13181         variable.  Also handle multivariate chains of recurrences that
13182         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
13183
13184 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13185
13186         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
13187         (debug_clast_name_indexes_1): Removed.
13188         (debug_clast_name_indexes): Removed.
13189         (pbb_to_depth_to_oldiv): Removed.
13190         (build_iv_mapping): Replace the use of rename_map with iv_map.
13191         (translate_clast_user): Remove uses of rename_map.  Allocate and
13192         free iv_map.
13193         (translate_clast_for_loop): Remove uses of rename_map.
13194         (translate_clast_for): Same.
13195         (translate_clast_guard): Same.
13196         (translate_clast): Same.
13197         (gloog): Same.
13198         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
13199         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
13200         * sese.c (set_rename): Now static.
13201         (rename_variables_in_stmt): Removed.
13202         (rename_uses): New.
13203         (is_parameter): Removed.
13204         (is_iv): Removed.
13205         (expand_scalar_variables_call): Removed.
13206         (expand_scalar_variables_ssa_name): Removed.
13207         (expand_scalar_variables_expr): Removed.
13208         (expand_scalar_variables_stmt): Removed.
13209         (expand_scalar_variables): Removed.
13210         (rename_variables): Removed.
13211         (remove_condition): Removed.
13212         (get_true_edge_from_guard_bb): Removed.
13213         (get_false_edge_from_guard_bb): Removed.
13214         (struct igp): Removed.
13215         (default_before_guard): Removed.
13216         (convert_for_phi_arg): Removed.
13217         (add_guard_exit_phis): Removed.
13218         (insert_guard_phis): Removed.
13219         (graphite_copy_stmts_from_block): Now also uses iv_map and a
13220         region.  Do not copy conditions.  Do not copy induction variables.
13221         Call rename_uses.
13222         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
13223         the translated statement.  Use the iv_map for the induction
13224         variable renaming.
13225         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
13226         (set_rename): Removed declaration.
13227         (scev_analyzable_p): ...here.
13228         * tree-chrec.c (chrec_apply_map): New.
13229         * tree-chrec.h (chrec_apply_map): Declared.
13230
13231 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13232
13233         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
13234         insert_loop_close_phis.
13235         * sese.c (name_defined_in_loop_p): Removed.
13236         (expr_defined_in_loop_p): Removed.
13237         (alive_after_loop): Removed.
13238         (close_phi_not_yet_inserted_p): Removed.
13239         (struct alep): Removed.
13240         (add_loop_exit_phis): Removed.
13241         (insert_loop_close_phis): Removed.
13242
13243 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13244
13245         * graphite-cloog-util.c
13246         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
13247         * graphite-poly.c
13248         (psct_scattering_dim_for_loop_depth): Same.
13249
13250 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13251
13252         * graphite-cloog-util.h: Added cloog.h.
13253         * graphite-blocking.c: Removed cloog.h.
13254         * graphite-dependences.c: Same.
13255         * graphite-interchange.c: Same.
13256         * graphite-poly.c: Same.
13257         * graphite-ppl.c: Same.
13258         * graphite-scop-detection.c: Same.
13259         * graphite-sese-to-poly.c:
13260         Removed cloog.h.
13261         Removed graphite-clast-to-gimple.h.
13262         (check_poly_representation): Removed (unused).
13263         * graphite-sese-to-poly.h
13264         (check_poly_representation): Removed (unused).
13265
13266 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13267
13268         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
13269         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
13270         (graphite-cloog-util.o): New.
13271         (graphite-ppl.o): Added graphite-cloog-util.h.
13272         * graphite-clast-to-gimple.c:
13273         Added graphite-cloog-util.h to include statements.
13274         * graphite-cloog-util.c: New.
13275         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
13276         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
13277         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
13278         (new_C_Polyhedron_from_Cloog_Matrix): Same.
13279         (insert_constraint_into_matrix): Same.
13280         (ppl_Constrain_System_number_of_constraints): Same.
13281         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
13282         (oppose_constraint): Same.
13283         (cloog_matrix_to_ppl_constraint): Same.
13284         (new_Constraint_System_from_Cloog_Matrix): Same.
13285         * graphite-cloog-util.h: New.
13286         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
13287         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
13288         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
13289         (new_C_Polyhedron_from_Cloog_Matrix): Same.
13290         (insert_constraint_into_matrix): Same.
13291         * graphite-ppl.c:
13292         Added graphite-cloog-util.h to include statements.
13293         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
13294         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
13295         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
13296         (new_C_Polyhedron_from_Cloog_Matrix): Same.
13297         (insert_constraint_into_matrix): Same.
13298         (ppl_Constrain_System_number_of_constraints): Same.
13299         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
13300         (oppose_constraint): Same.
13301         (cloog_matrix_to_ppl_constraint): Same.
13302         (new_Constraint_System_from_Cloog_Matrix): Same.
13303         * graphite-ppl.h:
13304         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
13305         graphite-cloog-util.h.
13306         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
13307         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
13308         (new_C_Polyhedron_from_Cloog_Matrix): Same.
13309         (insert_constraint_into_matrix): Same.
13310
13311 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
13312
13313         * graphite-clast-to-gimple.c
13314         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
13315         (precision_for_interval): Same.
13316         (gcc_type_for_interval): Same.
13317         (compute_type_for_level): Same.
13318         * graphite-interchange.c
13319         (lst_interchange_profitable_p): Same.
13320         * graphite-poly.c
13321         (psct_scattering_dim_for_loop_depth): Same.
13322         * graphite-ppl.c
13323         (ppl_max_for_le_pointset): Same.
13324         (ppl_min_for_le_pointset): Same.
13325
13326 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13327
13328         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
13329         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
13330
13331 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13332
13333         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
13334         rewrite_close_phi_out_of_ssa.
13335
13336 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13337
13338         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
13339
13340 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13341
13342         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
13343         rename_map.
13344         * sese.c (debug_rename_map): Same.
13345         (get_rename): Same.
13346         (set_rename): Same.
13347         (rename_variables_in_stmt): Same.
13348         (expand_scalar_variables_call): Same.
13349         (expand_scalar_variables_ssa_name): Same.
13350         (expand_scalar_variables_expr): Same.
13351         (expand_scalar_variables_stmt): Same.
13352         (expand_scalar_variables): Same.
13353         (rename_variables): Same.
13354         (graphite_copy_stmts_from_block): Same.
13355         (copy_bb_and_scalar_dependences): Same.
13356
13357 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13358
13359         * graphite-clast-to-gimple.c (copy_renames): Removed.
13360         (translate_clast_for): Do not call copy_renames.
13361         (translate_clast_guard): Same.
13362
13363 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13364
13365         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
13366         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
13367         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
13368         before rewrite_cross_bb_scalar_deps.
13369
13370 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13371
13372         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
13373         Early return in when flag_associative_math is not set.
13374
13375 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13376
13377         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
13378         of SSA copies on edges except for loop->latch.
13379
13380 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13381
13382         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
13383         Split out of rewrite_reductions_out_of_ssa.
13384         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
13385         Declared.
13386         * graphite.c (graphite_transform_loops): Call it.
13387
13388 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13389
13390         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
13391
13392 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
13393
13394         * dbgcnt.def (graphite_scop): New counter.
13395         * graphite.c: Include dbgcnt.h.
13396         (graphite_transform_loops): Use new counter to limit transformations.
13397         * Makefile.in (graphite.o): Depend on DBGCNT_H.
13398
13399 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13400
13401         * passes.c (init_optimization_passes): Add pass_graphite.
13402         Schedule a pass_copy_prop before pass_graphite_transforms.
13403         * timevar.def (TV_GRAPHITE): Declared.
13404         * tree-pass.h (pass_graphite): Declared.
13405         * tree-ssa-loop.c (pass_graphite): New.
13406
13407 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13408
13409         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
13410         Remove calls to rename_nb_iterations and rename_sese_parameters.
13411         * graphite-clast-to-gimple.h (gloog): Update declaration.
13412         * graphite.c (graphite_transform_loops): Update call to gloog.
13413         * sese.c (rename_variables_in_expr): Removed.
13414         (rename_nb_iterations): Removed.
13415         (rename_sese_parameters): Removed.
13416         * sese.h (rename_nb_iterations): Removed.
13417         (rename_sese_parameters): Removed.
13418
13419 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13420
13421         * graphite-clast-to-gimple.c (gloog): Remove call to
13422         sese_adjust_liveout_phis.
13423         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
13424         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
13425         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
13426         rewrite_phi_out_of_ssa.
13427         * sese.c (get_vdef_before_sese): Removed.
13428         (sese_adjust_vphi): Removed.
13429         (sese_adjust_liveout_phis): Removed.
13430         * sese.h (sese_adjust_liveout_phis): Removed.
13431
13432 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13433
13434         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
13435         argument for the place after which to insert the out of SSA copy.
13436         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
13437         (rewrite_phi_out_of_ssa): Same.
13438         (rewrite_cross_bb_scalar_deps): Same.
13439         (insert_copyout): Removed.
13440         (insert_copyin): Removed.
13441         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
13442         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
13443         insert_copyin.
13444
13445 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13446
13447         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
13448         (rewrite_reductions_out_of_ssa): Same.
13449         (rewrite_commutative_reductions_out_of_ssa): Same.
13450         (build_poly_scop): Do not call these functions.
13451         * graphite-sese-to-poly.h (build_poly_scop): Declared.
13452         (rewrite_reductions_out_of_ssa): Declared.
13453         (rewrite_commutative_reductions_out_of_ssa): Declared.
13454         * graphite.c (graphite_transform_loops): Call on every scop
13455         rewrite_commutative_reductions_out_of_ssa before calling
13456         rewrite_reductions_out_of_ssa and build_scop_bbs.
13457
13458 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13459
13460         * graphite-dependences.c (dot_deps): Make system call to dotty run
13461         in background.
13462         (dot_deps_stmt): Same.
13463         * graphite-poly.c (dot_lst): Same.
13464
13465 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
13466
13467         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
13468         phi_arg_in_outermost_loop.
13469         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
13470         (remove_invariant_phi): Same.
13471
13472 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
13473
13474         * target.def (output_addr_const_extra): New hook.
13475         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
13476         * doc/tm.texi: Regenerate.
13477         * targhooks.c (default_asm_output_addr_const_extra): New function.
13478         * targhooks.h (default_asm_output_addr_const_extra): Declare.
13479         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
13480         target hook.
13481
13482         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
13483         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
13484         * config/i386/i386.h (output_addr_const_extra): Rename to...
13485         (i386_asm_output_addr_const_extra): ...this. Make static.
13486         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
13487
13488 2010-08-11  Richard Henderson  <rth@redhat.com>
13489
13490         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
13491
13492 2010-08-11  Nick Clifton  <nickc@redhat.com>
13493
13494         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
13495         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
13496         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
13497         stormy16-lib2-cmpsi.c.
13498
13499         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
13500         -O2.
13501
13502 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
13503
13504         * opts.h (struct cl_option_handler_func): Make handler take
13505         cl_decoded_option structure as parameter, not individual elements.
13506         (struct cl_option_handlers): Make callbacks take cl_decoded_option
13507         structure as parameter, not individual elements.
13508         (handle_option): Take cl_decoded_option structure as parameter,
13509         not individual elements.
13510         (handle_generated_option): Declare.
13511         * opts-common.c (handle_option): Take cl_decoded_option structure
13512         as parameter, not individual elements.  Update calls to callback
13513         and handler functions.
13514         (handle_generated_option): New.
13515         (read_cmdline_option): Update calls to callback functions and
13516         handle_option.
13517         * opts.c (common_handle_option, complain_wrong_lang,
13518         unknown_option_callback, post_handling_callback,
13519         lang_handle_option, target_handle_option): Take cl_decoded_option
13520         structure as parameter, not individual elements.
13521         (lang_handle_option, target_handle_option, common_handle_option):
13522         Assert option has at most one argument.
13523         (enable_warning_as_error): Call handle_generated_option instead of
13524         handle_option.  Do not pass -Werror argument as argument of
13525         generated option.
13526
13527 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13528
13529         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
13530         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
13531         (SUBWORD_BOOL_CAS): Likewise.
13532         (SUBWORD_SYNC_OP): Likewise.
13533         (SUBWORD_TEST_AND_SET): Likewise.
13534         (FETCH_AND_OP_WORD): Parenthesise INF_OP
13535         (SUBWORD_SYNC_OP): Likewise.
13536         (OP_AND_FETCH_WORD): Likewise.
13537
13538 2010-08-10  Xinliang David Li  <davidxl@google.com>
13539
13540         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
13541         compute max/min offset in address.
13542
13543 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
13544
13545         * ira-live.c: Include sbitmap.h.
13546         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
13547         Compress live ranges even more.
13548
13549 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
13550
13551         * coverage.c (ctr_labels): Delete.
13552
13553 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
13554
13555         PR bootstrap/45177
13556         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
13557         test here from arm_gen_load_multiple_1.
13558         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
13559         multiple_operation_profitable_p.
13560
13561 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
13562
13563         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
13564         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
13565
13566 2010-08-10  Richard Henderson  <rth@redhat.com>
13567
13568         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
13569         after saving registers.  Assert that SSE registers are only saved
13570         with a sufficiently aligned frame.
13571         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
13572         remove stack_realign_fp handling.
13573         (ix86_expand_prologue): Save int registers before stack_realign_fp,
13574         and do not mark the stack alignment as frame related.
13575         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
13576
13577         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
13578         saves when re-aligning the stack.
13579
13580 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
13581
13582         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
13583         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
13584         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
13585
13586 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
13587
13588         * dwarf2out.c (struct die_struct): Move die_tag to the end.
13589
13590 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
13591
13592         * config/arm/iterators.md: New file.
13593         * config/arm/arm.md: Include iterators.md.
13594         (QHSI): Move to new file.
13595         (LTUGEU, cnb, optab, ior_xor): Likewise.
13596         * config/arm/iwmmxt.md (VMMX): Move to new file.
13597         (VSHFT, MMX_char): Likewise.
13598         * config/arm/neon.md (VD): Move to new file.
13599         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
13600         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
13601         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
13602         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
13603         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
13604         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
13605         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
13606         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
13607         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
13608         (Is_d_reg, V_mode_nunits): Likewise.
13609         * config/arm/vec-common.md (VALL): Move to new file.
13610         (VALLW, VINT, VINTW): Likewise.
13611
13612 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
13613
13614         PR middle-end/45182
13615         * combine.c (make_compound_operation): Don't try to convert
13616         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
13617
13618 2010-08-10  Richard Guenther  <rguenther@suse.de>
13619
13620         * tree.h (get_object_alignment): Adjust prototype.
13621         * builtins.c (get_object_alignment): Return unsigned int,
13622         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
13623         and TARGET_MEM_REF properly.
13624         (get_pointer_alignment): Adjust.
13625         * emit-rtl.c (get_mem_align_offset): Adjust comment.
13626         (set_mem_attributes_minus_bitpos): Adjust.
13627         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
13628
13629 2010-08-10  Richard Guenther  <rguenther@suse.de>
13630
13631         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
13632         (copy_prop_visit_assignment): Simplify.
13633         (copy_prop_visit_stmt): Also visit assignments from
13634         constants.
13635         (copy_prop_visit_phi_node): Use operand_equal_p.
13636
13637 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
13638
13639         * ipa-split.c (find_split_points): Free stack.
13640
13641 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
13642
13643         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
13644         * tree.c (tree_node_kind): Delete corresponding entries.
13645
13646 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
13647
13648         * alias.c (may_alias_p): Remove unused ret.
13649
13650 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
13651
13652         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
13653         alias_sets_conflict_p.
13654         (walk_mems_1): Moved from alias.c.
13655         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
13656         in alias.c.
13657         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
13658         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
13659         * alias.c (walk_mems_2): Moved to ddg.c.
13660         (walk_mems_1): Ditto.
13661         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
13662         to ddg.c.
13663         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
13664         disambiguation.
13665         *(may_alias_p): New function to check whether two memory expression
13666         may alias or not. Currently used in buidling inter-iteration memory
13667         dependence.
13668         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
13669         (insn_alias_sets_conflict_p): Removed
13670         *rtl.h (may_alias_p): New function prototype.
13671
13672 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
13673
13674         * tree.c (nreverse): Assert that we don't have a BLOCK.
13675
13676 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
13677
13678         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
13679         * config/arm/arm.c (arm_get_pcs_model): Likewise.
13680         * config/avr/avr.c (init_cumulative_args): Likewise.
13681         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
13682         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
13683         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
13684         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
13685         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
13686         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
13687         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
13688         * dwarf2out.c (gen_subprogram_die): Likewise.
13689         * function.c (allocate_struct_function): Likewise.
13690         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
13691         (deserves_ellipsis): Delete.
13692
13693 2010-08-09  Richard Guenther  <rguenther@suse.de>
13694
13695         * tree-ssa-copy.c (cached_last_copy_of): Remove.
13696         (valueize_val): New function.
13697         (get_last_copy_of): Remove.
13698         (set_copy_of_val): Simplify.
13699         (dump_copy_of): Likewise.
13700         (copy_prop_visit_cond_stmt): Use valueize_val.
13701         (copy_prop_visit_phi_node): Properly handle unvisited names.
13702         Drop code managing copy-of chains.
13703         (init_copy_prop): Adjust.
13704         (fini_copy_prop): Likewise.
13705         (execute_copy_prop): Remove obsolete comment.
13706
13707 2010-08-09  Richard Guenther  <rguenther@suse.de>
13708
13709         PR middle-end/44632
13710         * function.c (gimplify_parameters): Do not clear addressable
13711         bit of the original parameter.
13712
13713 2010-08-09  Richard Guenther  <rguenther@suse.de>
13714
13715         PR middle-end/45212
13716         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
13717         alignment from MEM_REF offset only if we took it from the
13718         base object.
13719
13720 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
13721
13722         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
13723
13724 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
13725
13726         * c-tree.h (build_arg_info): Declare.
13727         * c-decl.c (build_arg_info): Define.
13728         (get_parm_info): Call it.  Delete initialization code.
13729         * c-parser.c (c_parser_parms_declarator): Likewise.
13730         (c_parser_parms_list_declaractor): Likewise.
13731
13732 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
13733
13734         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
13735         (struct c_arg_info): Change type of tags field.
13736         * c-decl.c (grokdeclarator): Update for changed type of tags field.
13737         (get_parm_info): Likewise.
13738         (store_parm_decls_newstyle): Likewise.
13739
13740 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
13741
13742         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
13743         (branch_island_list): Delete.
13744         (branch_islands): Declare.
13745         (add_compiler_branch_island): Adjust for branch_islands instead of
13746         branch_island_list.
13747         (macho_branch_islands): Likewise.
13748         (no_previous_def): Likewise.
13749         (get_prev_label): Likewise.
13750
13751 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13752
13753         PR boehm-gc/34544
13754         * gthr-posix.h (__gthread_start): Delete.
13755         (__gthread_active_init): Use pthread_default_stacksize_np instead of
13756         pthread_create to determine if hpux pthreads are active.
13757         * gthr-posix95.h (__gthread_start): Delete.
13758         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
13759
13760 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
13761
13762         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
13763         _WIN64 not expanded.
13764
13765 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
13766             H.J. Lu  <hongjiu.lu@intel.com>
13767
13768         PR target/45213
13769         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
13770         to output 32bit SFmode immediate as 8 byte sign extended value.
13771
13772 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13773
13774         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
13775         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
13776         (SUBWORD_BOOL_CAS): Likewise.
13777         (SUBWORD_SYNC_OP): Likewise.
13778         (SUBWORD_TEST_AND_SET): Likewise.
13779         (FETCH_AND_OP_WORD): Parenthesise INF_OP
13780         (SUBWORD_SYNC_OP): Likewise.
13781         (OP_AND_FETCH_WORD): Likewise.
13782
13783 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13784
13785         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
13786         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
13787         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
13788         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
13789         generic part.
13790         (cortex_a9_sched_adjust_cost): New function.
13791         (xscale_sched_adjust_cost): New function.
13792         * config/arm/arm-protos.h (struct tune_params): New field
13793         sched_adjust_cost.
13794         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
13795
13796 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
13797
13798         PR target/44942
13799         * config/sparc/sparc.c (function_arg_advance): Always take into account
13800         the padding, if any.
13801
13802 2010-08-06  Richard Guenther  <rguenther@suse.de>
13803
13804         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
13805         (dump_lattice_value): Dump it.
13806         (get_default_value): Adjust.
13807         (get_constant_value): Likewise.
13808         (set_value_varying): Likewise.
13809         (set_lattice_value): Make sure to not go up the lattice
13810         with bitwise constant values.
13811         (get_value_for_expr): Handle ADDR_EXPRs.
13812         (value_to_double_int): New function.
13813         (get_value_from_alignment): Likewise.
13814         (do_dbg_cnt): Adjust.
13815         (ccp_lattice_meet): Handle partially constant values.
13816         (bit_value_unop_1): New function.
13817         (bit_value_binop_1): Likewise.
13818         (bit_value_unop): Likewise.
13819         (bit_value_binop): Likewise.
13820         (evaluate_stmt): Track partially constant values if
13821         flag_tree_bit_ccp is set.
13822         (ccp_fold_stmt): Dump if we folded a predicate.
13823         (ccp_visit_stmt): Adjust.
13824         * common.opt (ftree-bit-ccp): New flag.
13825         * doc/invoke.texi (ftree-bit-ccp): Document.
13826         * opts.c (decode_options): Enable bit-CCP at -O1.
13827
13828 2010-08-06  Alan Modra  <amodra@gmail.com>
13829
13830         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
13831         and -mrelocatable-lib description.
13832
13833 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
13834
13835         From Martin Thuresson  <martint@google.com>
13836         * postreload.c (reload_cse_simplify_operands): Use
13837         SET_REGNO_RAW instead of SET_REGNO.
13838         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
13839         SET_REGNO.
13840         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
13841         instead of SET_REGNO.
13842         * rtl.h (SET_REGNO_RAW): New macro.
13843
13844 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
13845
13846         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
13847         computations.  Fix formatting issues.
13848         (num_sign_bit_copies1): Likewise.
13849         (canonicalize_condition): Likewise.
13850
13851 2010-08-05  Richard Henderson  <rth@redhat.com>
13852
13853         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
13854         (floor_log2): Use clz_hwi.
13855         (exact_log2): Use ctz_hwi.
13856         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
13857         * builtins.c (fold_builtin_bitop): Use them.
13858         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
13859         * combine.c (get_pos_from_mask): Use ctz_hwi.
13860         * double-int.c (double_int_ctz): Likewise.
13861         * explow.c (force_reg): Likewise.
13862         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
13863
13864 2010-08-05  Richard Henderson  <rth@redhat.com>
13865
13866         PR target/45189
13867         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
13868         the alignment constant is properly sign-extended.
13869
13870 2010-08-05  Richard Guenther  <rguenther@suse.de>
13871
13872         * expr.c (store_expr): Use emit_block_move only if both
13873         source and target are MEMs.  Use store_bit_field if only
13874         the target is a MEM.
13875
13876 2010-08-05  Richard Henderson  <rth@redhat.com>
13877
13878         PR debug/45188
13879         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
13880         (INCOMING_RETURN_ADDR_RTX): Likewise.
13881         (dwarf2out_do_frame): Remove conditional compilation.
13882         (dwarf2out_frame_init): Likewise.
13883
13884 2010-08-05  Nicolas Setton  <setton@adacore.com>
13885
13886         * gcov.c (flag_display_progress): New static variable.
13887         (main): Display progress info on standard output if requested.
13888         (options): Add -d/--display-progress.
13889         (print_usage): Print them.
13890         (process_args): Handle them.
13891         * doc/gcov.texi: Document them.
13892
13893 2010-08-05  Martin Jambor  <mjambor@suse.cz>
13894
13895         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
13896         (ipcp_insert_stage): Redirect only edges not flagged with
13897         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
13898         discovered constants.
13899
13900 2010-08-05  Martin Jambor  <mjambor@suse.cz>
13901
13902         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
13903         (struct ipa_param_descriptor): New fields types and
13904         cannot_devirtualize.
13905         (ipa_param_cannot_devirtualize_p): New function.
13906         (ipa_param_types_vec_empty): Likewise.
13907         (ipa_make_edge_direct_to_target): Declare.
13908         * ipa-cp.c: Fixed first stage driver name in initial comment,
13909         described devirtualization there too.
13910         (ipcp_analyze_node): Call ipa_analyze_params_uses.
13911         (ipcp_print_all_lattices): Print devirtualization info.
13912         (ipa_set_param_cannot_devirtualize): New function.
13913         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
13914         lattice to BOTTOM.
13915         (ipcp_init_stage): Merged into...
13916         (ipcp_generate_summary): ...its caller.
13917         (ipcp_change_tops_to_bottom): Also process type lists.
13918         (ipcp_add_param_type): New function.
13919         (ipcp_copy_types): Likewise.
13920         (ipcp_propagate_types): Likewise.
13921         (ipcp_propagate_stage): Also propagate types.
13922         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
13923         Also return true if propagated types require it.
13924         (ipcp_update_callgraph): Dump redirection info.
13925         (ipcp_process_devirtualization_opportunities): New function.
13926         (ipcp_const_param_count): Include known type information.
13927         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
13928         on new node.  Fixed formatting.
13929         * ipa-prop.c (make_edge_direct_to_target): Renamed to
13930         ipa_make_edge_direct_to_target and changed all callers.  Made
13931         externally visible.
13932         (ipa_node_duplication_hook): Duplicate types vector.
13933         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
13934         redirect outgoing calls for which we can't get a decl from the
13935         statement.  Check that we can get a decl from the call statement.
13936         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
13937         ipa_analyze_params_uses only when ipa-cp is disabled.
13938         * tree-inline.c (get_indirect_callee_fndecl): Removed.
13939         (expand_call_inline): Do not call get_indirect_callee_fndecl.
13940         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
13941         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
13942
13943 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
13944
13945         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
13946         temporary. Emit move from temporary to accum, so REG_EQUAL note will
13947         be attached to this insn in correct mode.
13948
13949 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
13950
13951         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
13952         using REGNO of base_reg directly.
13953
13954 2010-08-05  Jie Zhang  <jie@codesourcery.com>
13955
13956         PR tree-optimization/45144
13957         * tree-sra.c (type_consists_of_records_p): Return false
13958         if the record contains bit-field.
13959
13960 2010-08-04  Richard Henderson  <rth@redhat.com>
13961
13962         * config/i386/i386.c (struct ix86_frame): Remove padding and
13963         to_allocate members.
13964         (ix86_compute_frame_layout): Don't store them.
13965         (ix86_can_use_return_insn_p): Use a more direct and more obviously
13966         correct condition for the position of the stack pointer.
13967         (ix86_expand_prologue): Compute remaining stack allocation based
13968         on the ultimate stack pointer offset.
13969         (ix86_expand_epilogue): Use more obvious expressions testing for
13970         the stack pointer already pointing to the saved registers.
13971
13972         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
13973         duplication deconstructing the frame pointer.  Simplify
13974         deallocation of the local stack frame.
13975
13976         * reg-notes.def (CFA_EXPRESSION): New.
13977         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
13978         (dwarf2out_frame_debug_cfa_expression): New.
13979         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
13980
13981         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
13982         * config/i386/i386.c (ix86_expand_prologue): Set it.
13983         (ix86_expand_epilogue): Clear it.
13984         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
13985         context, add REG_CFA_EXPRESSION notes.
13986
13987         * config/i386/i386.h (struct machine_frame_state): Rename from
13988         machine_cfa_state.  Add members tracking SP and FP regardless
13989         of the current CFA register.
13990         (ix86_cfa_state): Remove.
13991         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
13992         and sse_reg_save_offset members.
13993         (ix86_compute_frame_layout): Set them.
13994         (gen_push): Increment sp_offset too.
13995         (choose_baseaddr_len, choose_baseaddr): New.
13996         (ix86_emit_save_reg_using_mov): New.
13997         (ix86_emit_save_regs_using_mov): Use it.
13998         (ix86_emit_save_sse_regs_using_mov): Likewise.
13999         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
14000         compare vs the saved red_zone_offset.
14001         (pro_epilogue_adjust_stack): Adjust sp_offset.
14002         (ix86_adjust_stack_and_probe): Likewise.
14003         (ix86_expand_prologue): Set up, use, and validate the new
14004         frame_state_info members.  Use gen_frame_mem.
14005         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
14006         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
14007         new frame_state_info members.
14008         (ix86_emit_leave): Likewise.
14009         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
14010         out-of-range stack pointer offsets here.
14011         (ix86_emit_restore_sse_regs_using_mov): Likewise.
14012         (ix86_expand_epilogue): Use and validate the new frame_state_info
14013         members.  Break up and simplify the logic selecting the
14014         restore_regs_via_mov code path.  Ensure that there will be no
14015         out-of-range stack pointer offsets.
14016
14017         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
14018
14019         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
14020         argument name to reflect the expected tree; fix indentation.
14021         (ix86_asm_output_function_label): Output the entire 32-bit
14022         ms_hook here as bytes ...
14023         (ix86_expand_prologue): ... not here as insns.  Attach the
14024         unwind info for the ms_hook to a blockage insn.
14025         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
14026         (ix86_ms_bitfield_layout_p): Fix indentation.
14027         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
14028
14029         * config/i386/i386.c (ix86_using_red_zone): New.
14030         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
14031         ix86_expand_prologue, ix86_force_to_memory): Use it.
14032
14033         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
14034         saving the int registers.
14035
14036         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
14037         and DWARF2_UNWIND_INFO conditional compilation.
14038
14039 2010-08-04  Richard Henderson  <rth@redhat.com>
14040
14041         PR debug/45171
14042         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
14043         an is_naming_typedef_decl.
14044
14045 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
14046
14047         PR rtl-optimization/45162
14048         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
14049         * dce.c (word_dce_process_block): Likewise.
14050
14051 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
14052
14053         PR target/44583
14054         * config/ia64/constraints.md (Z): New.
14055         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
14056         (xfreg_or_signed_fp01_operand): New.
14057         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
14058         with fr_reg_or_signed_fp01_operand and constraint G with Z.
14059         (subsf3): Ditto.
14060         (*maddsf4): Ditto.
14061         (*msubsf4): Ditto.
14062         (adddf3): Ditto.
14063         (adddf3_trunc): Ditto.
14064         (subdf3): Ditto.
14065         (*subdf3_trunc): Ditto.
14066         (*madddf4): Ditto.
14067         (*madddf4_trunc): Ditto.
14068         (*msubdf4): Ditto.
14069         (*msubdf4_trunc): Ditto.
14070         (addxf3): Replace xfreg_or_fp01_operand with
14071         xfreg_or_signed_fp01_operand and constraint G with Z.
14072         (*addxf3_truncsf): Ditto.
14073         (*addxf3_truncdf): Ditto.
14074         (subxf3): Ditto.
14075         (*subxf3_truncsf): Ditto.
14076         (*subxf3_truncdf): Ditto.
14077         (*maddxf4): Ditto.
14078         (*maddxf4_truncsf): Ditto.
14079         (*maddxf4_truncdf): Ditto.
14080         (*msubxf4): Ditto.
14081         (*msubxf4_truncsf): Ditto.
14082         (*msubxf4_truncdf): Ditto.
14083
14084 2010-08-04  Richard Guenther  <rguenther@suse.de>
14085
14086         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
14087         if either alias-set is zero.
14088
14089 2010-08-04  Richard Guenther  <rguenther@suse.de>
14090
14091         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
14092         * tree-ssa-ccp.c: ... here.
14093         * tree-ssa-copy.c: ... and here.
14094         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
14095         value_range_t): Move ...
14096         * tree-vrp.c: ... here.
14097         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
14098         (substitute_and_fold): Adjust prototype.
14099         * tree-ssa-propagate.c (replace_uses_in): Adjust.
14100         (replace_phi_args_in): Likewise.
14101         (substitute_and_fold): Take callback to query lattice instead
14102         of pointer to lattice.  Replace SSA name defs with lattice
14103         values first.
14104         * tree-ssa-ccp.c (ccp_finalize): Adjust.
14105         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
14106         (get_value): New function.
14107         (fini_copy_prop): Adjust.
14108         * tree-vrp.c (vrp_finalize): Adjust.
14109
14110 2010-08-04  Richard Guenther  <rguenther@suse.de>
14111
14112         PR middle-end/45176
14113         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
14114         points-to set for original MEM_REF.
14115
14116 2010-08-04  Richard Guenther  <rguenther@suse.de>
14117
14118         * tree-ssa-ccp.c (get_constant_value): New function.
14119         (get_rhs_assign_op_for_ccp): Remove.
14120         (valueize_op): New function.
14121         (ccp_fold): Use get_constant_value and valueize_op.
14122         (fold_const_aggregate_ref): Likewise.
14123         (ccp_fold_stmt): Likewise.
14124         (visit_assignment): Simplify.
14125
14126 2010-08-04  Richard Guenther  <rguenther@suse.de>
14127
14128         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
14129         * double-int.h (double_int_ctz): Declare.
14130         * double-int.c (double_int_ctz): New function.
14131
14132 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
14133
14134         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
14135         Define.
14136         picochip_expand_movmemhi : Expand movmem pattern.
14137         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
14138         Declare.
14139         * config/picochip/picochip.md (movmemhi) : New pattern.
14140
14141 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
14142
14143         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
14144
14145 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
14146
14147         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
14148         NEG as operand of a MULT by merging it with the other operand.
14149         * combine.c (make_compound_operation): Use trunc_int_for_mode when
14150         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
14151         MULT.
14152         * config/arm/constraints.md (M): Examine only 32 bits of a
14153         HOST_WIDE_INT.
14154         * config/arm/predicates.md (power_of_two_operand): Likewise.
14155
14156 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14157
14158         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
14159         non-NOTE insns.
14160
14161 2010-08-03  Jan Hubicka  <jh@suse.cz>
14162
14163         * ipa-split.c (struct split_point): Add split_part_set_retval.
14164         (find_retval): Forward declare.
14165         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
14166         (consider_split): Compute current->split_part_set_retval.
14167         (visit_bb): Do not look into return value.
14168         (split_function): Handle !split_part_set_retval
14169
14170 2010-08-03  Martin Jambor  <mjambor@suse.cz>
14171
14172         * tree-sra.c (completely_scalarize_record): New parameter REF, create
14173         its own access->expr intead of using build_ref_for_offset.
14174
14175 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
14176
14177         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
14178         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
14179         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
14180         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
14181         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
14182         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
14183         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
14184         DEFAULT_SWITCH_TAKES_ARG.
14185         * config/rx/rx.opt (-patch=): Remove option.
14186         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
14187         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
14188         * doc/invoke.texi (RX Options): Remove -patch=.
14189         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
14190         (option_map): Remove --profile-blocks, --quiet and --silent.
14191
14192 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
14193
14194         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
14195         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
14196         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
14197         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
14198         Update calls to ix86_expand_compare and ix86_expand_branch.
14199         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
14200         ix86_expand_compare.
14201         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
14202         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
14203         Make static.
14204         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
14205         and ix86_compare_op1.  Update calls to ix86_expand_compare.
14206         (ix86_expand_int_movcc): Ditto.
14207         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
14208         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
14209         (ix86_expand_setcc): Ditto.
14210         (ix86_expand_compare): Remove prototype.
14211         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
14212         ix86_compare_op0 and ix86_compare_op1.  Update calls
14213         to ix86_expand_branch to directly pass operands[1] and operands[2].
14214         (cbranchxf4): Ditto.
14215         (cbranch<MODEF:mode>4): Ditto.
14216         (cbranchcc4): Ditto.
14217         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
14218         Update calls to ix86_expand_setcc to directly pass operands[2] and
14219         operands[3].
14220         (cstorexf4): Ditto.
14221         (cstore<MODEF:mode>4): Ditto.
14222         (cstorecc4): Ditto.
14223
14224 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
14225
14226         PR target/45063
14227         * caller-save.c (save_call_clobbered_regs): Remove regs from
14228         hard_regs_saved when they are set.
14229
14230 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
14231
14232         PR target/41089
14233         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
14234         as volatile.
14235
14236 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
14237
14238         * common.opt (ftree-loop-distribute-patterns): New.
14239         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
14240         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
14241         at -O3.
14242         * tree-data-ref.c (stores_zero_from_loop): New.
14243         * tree-data-ref.h (stores_zero_from_loop): Declared.
14244         * tree-loop-distribution.c (tree_loop_distribution): Call
14245         stores_zero_from_loop.
14246         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
14247
14248 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
14249
14250         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
14251         into account.
14252
14253         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
14254         * config/arm/arm.c (thumb1_code): New variable.
14255         (arm_override_options): Set it.
14256         (thumb1_final_prescan_insn): Keep track of condition code status.
14257         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
14258         jumps that depend on them.
14259         * config/arm/arm.h (thumb1_code): Declare variable.
14260         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
14261         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
14262         thumb1_cc_mode.
14263         (CC_STATUS_INIT): New macro.
14264         * config/arm/constraints.md (Pd): New constraint.
14265         * config/arm/predicates.md (noov_comparison_operator): New predicate.
14266         * config/arm/arm.md (is_thumb1): New define_attr.
14267         (conds): Set default to "clob" when generating Thumb1 code.
14268         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
14269         code are set.  Use two-operand assembly syntax.
14270         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
14271         pattern.
14272         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
14273         codes are set.  Use two-operand assembly syntax.
14274         (zero_extendhisi splitter): Remove constraints.
14275         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
14276         thumb1_movsf_insn): Set conds attribute as appropriate.
14277         (cbranchsi4_insn): Use condition code status from struct
14278         machine_function to determine whether the comparison can be eliminated.
14279         Discourage the alternative using high registers.
14280         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
14281         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
14282         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
14283         subsi3_cbranch): Delete.
14284         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
14285         one subtract and one cbranch insn.
14286
14287         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
14288         thumb2_movdf_soft_insn): Delete patterns.
14289         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
14290         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
14291         (pool_range, neg_pool_range): Use them to define defaults.
14292         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
14293         and allow for TARGET_32BIT.
14294
14295         PR target/40457
14296         * config/arm/arm.h (arm_regs_in_sequence): Declare.
14297         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
14298         load_multiple_sequence, store_multiple_sequence): Delete
14299         declarations.
14300         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
14301         declarations.
14302         * config/arm/ldmstm.md: New file.
14303         * config/arm/arm.c (arm_regs_in_sequence): New array.
14304         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
14305         CHECK_REGS.  All callers changed.
14306         If SAVED_ORDER is nonnull, copy the computed order into it.
14307         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
14308         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
14309         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
14310         If SAVED_ORDER is nonnull, copy the computed order into it.
14311         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
14312         like REGS.  Handle Thumb mode.
14313         (arm_gen_load_multiple_1): New function, broken out of
14314         arm_gen_load_multiple.
14315         (arm_gen_store_multiple_1): New function, broken out of
14316         arm_gen_store_multiple.
14317         (arm_gen_multiple_op): New function, with code from
14318         arm_gen_load_multiple and arm_gen_store_multiple moved here.
14319         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
14320         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
14321         changed.
14322         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
14323         * config/arm/predicates.md (commutative_binary_operator): New.
14324         (load_multiple_operation, store_multiple_operation): Handle more
14325         variants of these patterns with different starting offsets.  Handle
14326         Thumb-1.
14327         * config/arm/arm.md: Include "ldmstm.md".
14328         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
14329         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
14330         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
14331         peepholes): Delete.
14332         * config/arm/ldmstm.md: New file.
14333         * config/arm/arm-ldmstm.ml: New file.
14334
14335         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
14336         if statement which adds extra costs to frame-related expressions.
14337
14338 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14339
14340         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
14341
14342 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
14343
14344         PR target/45142
14345         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
14346         alternative 2.
14347         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
14348         split V4SI operands.
14349
14350 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
14351
14352         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
14353         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
14354         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
14355         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
14356
14357 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
14358
14359         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
14360         LOCAL_INCLUDE_DIR.
14361
14362 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
14363
14364         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
14365         used in the call to optab_for_tree_code.  Fix the second
14366         is_widening_mult_p call.  Check that both unwidened operands
14367         have the same sign.
14368
14369 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
14370
14371         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
14372
14373 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
14374
14375         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
14376
14377 2010-07-30  DJ Delorie  <dj@redhat.com>
14378
14379         * config/rx/predicates.md (rx_constshift_operand): New.
14380         * config/rx/rx.md (zs_cond): New.
14381         (cbranchsi4): Remove mode.
14382         (*cbranchsi4_<code>): Likewise.
14383         (*tstbranchsi4_<code>): New.
14384         (*tstbranchsi4r_<code>): New.
14385         (*tstbranchsi4m_eq): New.
14386         (*tstbranchsi4m_ne): New.
14387         (cbranchsf4): Remove mode.
14388         (*cbranchsf4_<code>): Likewise.
14389
14390 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
14391
14392         * rtlanal.c (simplify_subreg_regno): Don't treat
14393         HARD_FRAME_POINTER_REGNUM specially.
14394
14395 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
14396
14397         * common.opt (-G): Don't define option here.
14398         * config/g.opt: New.
14399         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
14400         rs6000/powerpc and score targets.
14401         * opts.c (common_handle_option): Don't handle -G here.
14402         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
14403         * config/frv/frv.c (frv_handle_option): Handle -G.
14404         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
14405         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
14406         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
14407         * config/mips/mips.c (mips_handle_option): Handle -G.
14408         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
14409         * config/score/score.c (score_handle_option): Handle -G.
14410
14411 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
14412
14413         * config/mmix/mmix.c: Include basic-block.h.
14414
14415 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
14416
14417         PR debug/45055
14418         PR rtl-optimization/45137
14419         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
14420         prototypes.
14421         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
14422         New functions.
14423         * combine.c (next_nonnote_nondebug_insn): Removed.
14424         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
14425         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
14426         * sched-deps.c (sched_analyze_insn): Likewise.
14427         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
14428         * rtlanal.c (canonicalize_condition): Likewise.
14429         * postreload.c (reload_combine_recognize_pattern): Likewise.
14430         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
14431
14432 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
14433
14434         * config/i386/i386.md (int_cond): Remove code iterator.
14435         (fp_cond): Ditto.
14436         (cbranch<mode>4): Use ordered_comparison_operator predicate
14437         for operator0.
14438         (cstore<mode>4): Ditto for operator1.
14439         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
14440         (add<mode>cc): ditto.
14441
14442 2010-07-30  Richard Guenther  <rguenther@suse.de>
14443
14444         PR middle-end/45141
14445         * expr.c (expand_expr_real_1): Check for not handled base address.
14446
14447 2010-07-30  Richard Guenther  <rguenther@suse.de>
14448
14449         * ipa-prop.c (ipa_modify_formal_parameters): Use
14450         build_distinct_type_copy.
14451
14452 2010-07-30  Anthony Green  <green@moxielogic.com>
14453
14454         * config/moxie/rtems.h: New file.
14455         * config.gcc: Add moxie-rtems support.
14456
14457 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
14458
14459         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
14460         df flags as in run_fast_df_dce.
14461
14462 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
14463
14464         Revert:
14465         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
14466
14467         * rtl.def (NOTE): Swap operands 4 and 5.
14468         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
14469         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
14470         Adjust accordingly.
14471         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
14472
14473 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
14474
14475         PR debug/45110
14476         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
14477         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
14478         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
14479         formal parameters.
14480         (gen_decl_die): Change return type to dw_die_ref, return what
14481         gen_formal_parameter_die returned.
14482
14483 2010-07-29  Martin Jambor  <mjambor@suse.cz>
14484
14485         * dbgcnt.def (eipa_sra): New counter.
14486         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
14487
14488 2010-07-29  Xinliang David Li  <davidxl@google.com>
14489
14490         PR bootstrap/45119
14491         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
14492         in revision 162652.
14493
14494 2010-07-29  Richard Guenther  <rguenther@suse.de>
14495
14496         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
14497         (TV_TREE_STORE_CCP): Likewise.
14498         (TV_TREE_REDPHI): Likewise.
14499
14500 2010-07-29  Richard Guenther  <rguenther@suse.de>
14501
14502         * double-int.h (double_int_and_not): New function.
14503         * combine.c (try_combine): Use it.
14504         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
14505
14506 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
14507
14508         PR rtl-optimization/42575
14509         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
14510         Argument AU removed.  All callers changed.  Ignore artificial refs.
14511         Use return value of df_word_lr_simulate_defs to decide whether an insn
14512         is necessary.
14513         (fast_dce): Rename arg to WORD_LEVEL.
14514         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
14515         static.
14516         (pass_fast_rtl_byte_dce): Delete.
14517         * dce.h (run_word_dce): Declare.
14518         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
14519         All callers changed.  Simplify code to only deal with two-word regs.
14520         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
14521         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
14522         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
14523         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
14524         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
14525         (df_word_lr_mark_ref): Declare.
14526         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
14527         df_word_lr_simulate_uses): Declare or rename from byte variants.
14528         (df_byte_lr_simulate_artificial_refs_at_top,
14529         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
14530         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
14531         declarations.
14532         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
14533         (enum df_mm): Delete.
14534         * df-byte-scan.c: Delete file.
14535         * df-problems.c (df_word_lr_problem_data): Renamed from
14536         df_byte_lr_problem_data, all members deleted except for
14537         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
14538         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
14539         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
14540         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
14541         df_byte_lr_confluence_0): Delete functions.
14542         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
14543         callers changed.
14544         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
14545         Don't initialize members that were deleted, don't try to discover data
14546         about registers.  Ignore hard regs.
14547         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
14548         (df_word_lr_mark_ref): New function.
14549         (df_word_lr_bb_local_compute): Renamed from
14550         df_byte_bb_lr_local_compute; all callers changed.  Use
14551         df_word_lr_mark_ref.  Assert that artificial refs don't include
14552         pseudos.  Ignore hard registers.
14553         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
14554         Assert that exit block uses don't contain pseudos.
14555         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
14556         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
14557         callers changed.  Ignore hard regs.
14558         (df_word_lr_transfer_function): Renamed from
14559         df_byte_lr_transfer_function; all callers changed.
14560         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
14561         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
14562         changed.
14563         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
14564         callers changed.
14565         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
14566         confluence operator 0 set to NULL.
14567         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
14568         callers changed.
14569         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
14570         Return bool, true if bitmap changed or insn otherwise necessary.
14571         All callers changed.  Simplify using df_word_lr_mark_ref.
14572         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
14573         all callers changed.  Simplify using df_word_lr_mark_ref.
14574         * lower-subreg.c: Include "dce.h"
14575         (decompose_multiword_subregs): Call run_word_dce if df available.
14576         * Makefile.in (lower-subreg.o): Adjust dependencies.
14577         (df-byte-scan.o): Delete.
14578         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
14579
14580 2010-07-29  Richard Guenther  <rguenther@suse.de>
14581
14582         * tree.c (build_vector): Assert that the vector constant
14583         has enough elements.
14584         (build_vector_from_ctor): Pad with trailing zeros.
14585
14586 2010-07-29  Richard Guenther  <rguenther@suse.de>
14587
14588         PR tree-optimization/45120
14589         * tree-ssa-structalias.c (get_constraint_for_component_ref):
14590         Handle offset in DEREFs properly.
14591         (get_constraint_for_1): Handle MEM_REF offset properly.
14592
14593 2010-07-29  Richard Guenther  <rguenther@suse.de>
14594
14595         PR middle-end/45034
14596         * convert.c (convert_to_integer): Always use an unsigned
14597         type for narrowed negate and bitwise not.
14598
14599 2010-07-29  Ira Rosen  <irar@il.ibm.com>
14600
14601         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
14602         to outer loop when creating reduction epilogue for double reduction,
14603         and switch back to the inner loop when updating the phi nodes.
14604         Update uses of outer loop exit phi nodes in double reduction (instead
14605         of uses of reduction).
14606
14607 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
14608
14609         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
14610         popcount on power7 and parity on power6 systems.
14611         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
14612         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
14613         instructions.
14614
14615         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
14616         (UNSPEC_PARITY): Ditto.
14617         (SFDF): New iterator for SF/DF.
14618         (rreg2): New mode attribute for floating register constraint.
14619         (TARGET_FLOAT): New mode attribute for whether single/double float
14620         is supported.
14621         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
14622         pattern.
14623         (parity<mode>2_cmpb): New insn for parity on power6 and newer
14624         machines.
14625         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
14626         pattern.  Add support for fcpsgn instruction added in power6.
14627         (copysignsf3): Delete.
14628         (copysigndf3): Delete.
14629         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
14630         instead of if_then_else in RTL to avoid problems with -0.
14631
14632         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
14633         of if_then_else to mirror scalar code.
14634         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
14635         rs6000.md.
14636
14637         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
14638         instead of if_then_else.
14639
14640 2010-07-28  Xinliang David Li  <davidxl@google.com>
14641
14642         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
14643         (dump_cand): Dump var_before/after.
14644         (htab_inv_expr_eq): New function.
14645         (htab_inv_expr_hash): New function.
14646         (tree_ssa_iv_optimize_init): Support pseudo invariants.
14647         (add_candidate_1): consider base type precision.
14648         (set_use_iv_cost): New parameter.
14649         (adjust_setup_cost): Use profile information.
14650         (get_address_cost): Do not hard code width in computing address
14651         offset limits.
14652         (compare_aff_trees): New function.
14653         (get_loop_invariant_expr_id): New function.
14654         (get_computation_cost_at): New parameter and use profile information.
14655         (get_computation_cost): New parameter.
14656         (determine_use_iv_cost_generic): Pass new parameter.
14657         (determine_use_iv_cost_address): Ditto.
14658         (determine_use_iv_cost_condition): Ditto.
14659         (autoinc_possible_for_pair): Ditto.
14660         (determine_use_iv_costs): More dumps.
14661         (iv_ca_get_num_inv_exprs): New function.
14662         (iv_ca_recount_cost): Consider loop invariants in register pressure
14663         cost.
14664         (iv_ca_add_use): New parameter.
14665         (iv_ca_dump): Better dumping.
14666         (iv_ca_extend): New parameter.
14667         (try_add_cand_for): Attempt to get better partial solution.
14668         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
14669         (create_new-ivs): More dumps.
14670         (rewrite_use_compare): Ditto.
14671         (free_loop_data): More cleanup.
14672         (treee_ssa_iv_optimize_finalize): Ditto.
14673
14674 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
14675
14676         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
14677         * config/i386/i386.c (ix86_profile_before_prologue): New.
14678         (override_options): Add special handling for -mfentry.
14679         (ix86_function_regparm): Likewise.
14680         (ix86_function_sseregparm): Likewise.
14681         (ix86_frame_pointer_required): Likewise.
14682         (ix86_expand_prologue): Check for ms_hook_prologue.
14683         (x86_function_profiler): Adjust mcount output.
14684         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
14685         * config/i386/i386.opt (mfentry): New.
14686         * doc/invoke.texi (mfentry): Add documentation.
14687         * doc/tm.texi: Regenerated..
14688         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
14689         * final.c (final_start_function): Replace macro
14690         PROFILE_BEFORE_PROLOGUE by target hook.
14691         * function.c (thread_prologue_and_epilogue_insns): Likewise.
14692         * target.def (profile_before_prologue): New hook.
14693         * targhooks.c (default_profile_before_prologue): New.
14694         * targhooks.h (default_profile_before_prologue): New.
14695
14696 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
14697
14698         PR debug/45105
14699         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
14700
14701         PR debug/45103
14702         * dwarf2out.c (dwarf2out_var_location): Always consider
14703         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
14704
14705 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
14706
14707         PR rtl-optimization/45107
14708         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
14709
14710 2010-07-28  Richard Guenther  <rguenther@suse.de>
14711
14712         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
14713         (set_lattice_value): Do not query an old default value.
14714         (get_value_for_expr): New function.  Properly canonicalize
14715         float values.
14716         (ccp_visit_phi_node): Use it.
14717
14718 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
14719
14720         * config/arm/arm.c (arm_pcs_default): Remove static.
14721         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
14722         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
14723         (arm_pcs_default): Declare.
14724
14725 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
14726
14727         * config/rs6000/rs6000.c (rs6000_override_options):
14728         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
14729         ... to darwin_rs6000_override_options.
14730         (rs6000_return_in_memory): Update preceding comment for darwin
14731         64 bit ABI.  Use TARGET_MACHO inline.
14732         (rs6000_darwin64_struct_check_p): New.
14733         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
14734         (function_arg): Likewise.
14735         (rs6000_arg_partial_bytes): Likewise.
14736         (rs6000_function_value): Likewise.
14737
14738 2010-07-28  Andi Kleen  <ak@linux.intel.com>
14739
14740         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
14741
14742 2010-07-28  Richard Guenther  <rguenther@suse.de>
14743
14744         PR middle-end/44903
14745         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
14746         targets try harder to not generate unaligned accesses.
14747
14748 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
14749
14750         PR rtl-optimization/45101
14751         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
14752         for gcse-las.
14753
14754 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
14755
14756         PR tree-optimization/44885
14757         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
14758         with non-aliased component.
14759
14760 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
14761
14762         * config/darwin-driver.c (SWITCH_TAKES_ARG,
14763         WORD_SWITCH_TAKES_ARG): Remove.
14764         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
14765         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
14766         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
14767         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
14768         definitions from gcc.c.
14769         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
14770         defaults.h.
14771         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
14772         Move to defaults.h.
14773         * opts-common.c: Include tm.h.
14774         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
14775         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
14776         Handle more than one argument.  Set canonical_option_num_elements.
14777         (decode_cmdline_options_to_array): Set
14778         canonical_option_num_elements and trailing elements of
14779         canonical_option.
14780         * opts.h (struct cl_decoded_option): Allow four elements in
14781         canonical_option.  Add field canonical_option_num_elements.
14782         * Makefile.in (opts-common.o): Update dependencies.
14783
14784 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
14785
14786         PR middle-end/44790
14787         PR middle-end/44993
14788         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
14789         sure the base has address_mode before adding the offset.
14790
14791 2010-07-27  Xinliang David Li  <davidxl@google.com>
14792
14793         * tree-flow.h (create_mem_ref): Add one new parameter.
14794         * tree-ssa-address.c (create_mem_ref): New parameter.
14795         (addr_to_parts): Ditto.
14796         (move_variant_to_index): New function.
14797         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
14798
14799 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
14800
14801         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
14802         4 and 5.
14803         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
14804         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
14805         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
14806         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
14807         CODE_LABELs and NOTEs.
14808         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
14809         * combine.c (try_combine): Likewise.
14810         * ira.c (setup_prohibited_mode_move_regs): Likewise.
14811         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
14812
14813 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
14814
14815         * coretypes.h (struct cl_option_handlers): Declare.
14816         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
14817         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
14818         * langhooks-def.h (lhd_handle_option): Declare.
14819         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
14820         * langhooks.c (lhd_handle_option): New.
14821         * langhooks.h (struct lang_hooks): Update prototype and return
14822         value type of handle_option hook.
14823         * optc-gen.awk: Generate target_flags_explicit definition for the
14824         driver.
14825         * opts-common.c: Include diagnostic.h.
14826         (handle_option): Move from opts.c.  Update prototype and return
14827         value type.  Use handlers structure.
14828         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
14829         handlers structure.
14830         (set_option): Move from opts.c.
14831         * opts.c (common_handle_option): Update prototype and return value
14832         type.  Update calls to handle_option and enable_warning_as_error.
14833         (unknown_option_callback, post_handling_callback,
14834         lang_handle_option, target_handle_option): New.
14835         (handle_option, read_cmdline_option): Move to opts-common.c.
14836         (read_cmdline_options): Update prototype.  Update call to
14837         read_cmdline_option.
14838         (decode_options): Initialize and use handlers structure.
14839         (set_option): Move to opts-common.c.
14840         (enable_warning_as_error): Update prototype.  Update call to
14841         handle_option.
14842         * opts.h (struct cl_option_handler_func, struct
14843         cl_option_handlers): New.
14844         (handle_option, enable_warning_as_error): Update prototypes.
14845         (read_cmdline_option): Declare.
14846         * Makefile.in (opts-common.o): Update dependencies.
14847
14848 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14849
14850         * config/arm/arm.c (params.h): Include.
14851         (arm_override_options): Tune gcse-unrestricted-cost.
14852         * config/arm/t-arm (arm.o): Define dependencies.
14853
14854 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14855
14856         PR target/42495
14857         PR middle-end/42574
14858         * basic-block.h (get_dominated_to_depth): Declare.
14859         * dominance.c (get_dominated_to_depth): New function, use
14860         get_all_dominated_blocks as a base.
14861         (get_all_dominated_blocks): Use get_dominated_to_depth.
14862
14863         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
14864         (hoist_exprs): Remove.
14865         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
14866         (compute_code_hoist_vbeinout): Add debug print outs.
14867         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
14868
14869         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
14870         quadratic behavior.
14871         * params.h (MAX_HOIST_DEPTH): New macro.
14872         * doc/invoke.texi (max-hoist-depth): Document.
14873
14874 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14875
14876         PR rtl-optimization/40956
14877         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
14878         constants.
14879
14880 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14881
14882         PR target/42495
14883         PR middle-end/42574
14884         * config/arm/arm.c (legitimize_pic_address): Use
14885         gen_calculate_pic_address pattern to emit calculation of PIC address.
14886         (will_be_in_index_register): New function.
14887         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
14888         (thumb1_legitimate_address_p): Use it provided !strict_p.
14889         * config/arm/arm.md (calculate_pic_address): New expand and split.
14890
14891 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14892
14893         PR target/42495
14894         PR middle-end/42574
14895         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
14896         * config/arm/arm.md (define_split "J", define_split "K"): Make
14897         IRA/reload friendly.
14898
14899 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14900
14901         * gcse.c (insert_insn_end_basic_block): Update signature, remove
14902         unused checks.
14903         (pre_edge_insert, hoist_code): Update.
14904
14905 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14906
14907         PR target/42495
14908         PR middle-end/42574
14909         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
14910
14911 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14912
14913         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
14914
14915 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14916
14917         PR rtl-optimization/40956
14918         PR target/42495
14919         PR middle-end/42574
14920         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
14921         for hoisting.
14922         (hoist_code): Count occurences in current block too.
14923
14924 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14925
14926         * gcse.c (struct expr:max_distance): New field.
14927         (doing_code_hoisting_p): New static variable.
14928         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
14929         simple expressions, don't change behavior for PRE.  Set max_distance.
14930         (insert_expr_in_table): Set new max_distance field.
14931         (hash_scan_set): Update.
14932         (hoist_expr_reaches_here_p): Stop search after max_distance
14933         instructions.
14934         (find_occr_in_bb): New static function.  Use it in ...
14935         (hoist_code): Calculate sizes of basic block before any changes are
14936         done.  Pass max_distance to hoist_expr_reaches_here_p.
14937         (one_code_hoisting_pass): Set doing_code_hoisting_p.
14938
14939         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
14940         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
14941         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
14942         macros.
14943         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
14944         Document.
14945
14946 2010-07-27  Jeff Law  <law@redhat.com>
14947             Maxim Kuvyrkov  <maxim@codesourcery.com>
14948
14949         * gcse.c (compute_transpout, transpout): Remove, move logic
14950         to prune_expressions.
14951         (compute_pre_data): Move pruning of trapping expressions ...
14952         (prune_expressions): ... here.  New static function.
14953         (compute_code_hoist_data): Use it.
14954         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
14955
14956 2010-07-27  Xinliang David Li  <davidxl@google.com>
14957
14958         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
14959         (rewrite_use_address): Adjust iv update position when needed.
14960
14961 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
14962
14963         * dbgcnt.def (hoist_insn): New debug counter.
14964         * gcse.c (hoist_code): Use it.
14965
14966 2010-07-27  Xinliang David Li  <davidxl@google.com>
14967
14968         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
14969         (niter_for_single_dom_exit): Passes additional parameter.
14970         (iv_period): Fix comments.
14971         (may_eliminate_iv): Handles multiple exit loops properly.
14972         (free_tree_niter_desc): New function.
14973         (free_loop_data): Frees up loop iteration descriptors.
14974
14975 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
14976
14977         PR target/44542
14978         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
14979         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
14980         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
14981         (expand_one_var): Don't consider DECL_ALIGN for variables for
14982         which expand_one_stack_var_at has been already called.
14983
14984         PR testsuite/44701
14985         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
14986         constraints on IA-64.
14987
14988 2010-07-27  Jie Zhang  <jie@codesourcery.com>
14989
14990         PR target/44290
14991         Revert:
14992         2010-07-23  Jie Zhang  <jie@codesourcery.com>
14993
14994         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
14995         false if ! tree_versionable_function_p.
14996
14997 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
14998
14999         * dwarf2out.c (add_data_member_location_attribute): Use
15000         add_AT_unsigned instead of add_AT_int if offset is non-negative.
15001
15002 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
15003
15004         * postreload.c (try_replace_in_use): New static function.
15005         (reload_combine_recognize_const_pattern): Use it here.  Allow
15006         substituting into a final add insn, and substituting into a memory
15007         reference in an insn that sets the reg.
15008
15009 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
15010
15011         * common.opt (o): Add MissingArgError.
15012         * doc/options.texi (MissingArgError): Document.
15013         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
15014         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
15015         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
15016         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
15017         * langhooks.h (struct lang_hooks): Remove missing_argument.
15018         * optc-gen.awk: Handle MissingArgError and output new structure
15019         field initializers.
15020         * opts.c (read_cmdline_option): Use missing_argument_error field
15021         instead of missing_argument langhook.
15022         * opts.h (struct cl_option): Add missing_argument_error field.
15023         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
15024
15025 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
15026
15027         PR target/29090
15028         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
15029         Darwin64 ABI, for zero-sized objects.
15030
15031 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
15032
15033         PR target/35491
15034         PR target/29090
15035
15036         Merge from Apple local 4.2.1.
15037         2005-05-11  Stan Shebs  <shebs@apple.com>
15038         Fix 64-bit varargs for Darwin (Radar 4028089).
15039         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
15040         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
15041         Add argument, add case for 8-byte register half-filled with a float.
15042         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
15043         single-precision floats specially.
15044
15045 2010-07-27  Ira Rosen  <irar@il.ibm.com>
15046
15047         PR tree-optimization/44152
15048         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
15049         complex numbers for further check.
15050         (vect_supported_load_permutation_p): Check nodes with
15051         complex numbers.
15052
15053 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
15054
15055         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
15056         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
15057         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
15058         (LANG_HOOKS_INITIALIZER): Add new hooks.
15059         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
15060         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
15061         and complain_wrong_lang_p.  Update init_options prototype.
15062         * c-objc-common.c (c_initialize_diagnostics): First call
15063         c_common_initialize_diagnostics.
15064         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
15065         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
15066         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
15067         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
15068         (hook_uint_void_0): New.
15069         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
15070         (hook_uint_void_0): New.
15071         * opts-common.c (decode_cmdline_option,
15072         decode_cmdline_options_to_array): Also fill in canonical_option field.
15073         * opts.c (complain_wrong_lang): Use langhook to determine whether
15074         to complain instead of special-casing LTO.
15075         (decode_options): Separate lang_mask determination with
15076         option_lang_mask hook from call of init_options hook.
15077         * opts.h (struct cl_decoded_option): Add canonical_option.
15078
15079 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
15080
15081         PR tree-optimization/45083
15082         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
15083
15084 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
15085
15086         * postreload.c (reload_combine_recognize_const_pattern): Move test
15087         for limiting the insn movement to the right scope.
15088
15089         PR rtl-optimization/45051
15090         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
15091         than reg_mentioned_p.
15092
15093 2010-07-26  Richard Henderson  <rth@redhat.com>
15094
15095         PR target/44132
15096         * tree-emutls.c: New file.
15097         * Makefile.in (OBJS-common): Add it.
15098         * tree-pass.h (pass_ipa_lower_emutls): Declare.
15099         * passes.c (init_optimization_passes): Add it.
15100
15101         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
15102         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
15103         * expr.c (emutls_var_address): Delete.
15104         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
15105         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
15106         (emutls_finish): Delete.
15107         * toplev.c (compile_file): Don't call it.
15108         * tree.h (emutls_decl): Delete.
15109         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
15110         (emutls_finish, emutls_finalize_control_var): Delete.
15111         (emutls_object_type): Move to tree-emutls.c.
15112         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
15113         default_emutls_var_fields, get_emutls_object_type,
15114         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
15115         default_emutls_var_init): Likewise.
15116         (get_variable_section): Don't special case emutls.
15117         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
15118         default_elf_select_section, default_unique_section,
15119         default_encode_section_info): Likewise.
15120         * varpool.c (decide_is_variable_needed): Likewise.
15121         * gimple-iterator.c (update_call_edge_frequencies): New
15122         (gsi_insert_on_edge_immediate): Use it.
15123         (gsi_insert_seq_on_edge_immediate): Likewise.
15124         (gsi_commit_one_edge_insert): Likewise.
15125
15126         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
15127         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
15128         (x86_64_elf_unique_section): Likewise.
15129
15130 2010-07-26  Jan Hubicka  <jh@suse.cz>
15131
15132         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
15133         GTY((skip)).
15134
15135 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
15136
15137         * target.def (output_source_filename): New hook.
15138         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
15139         * doc/tm.texi: Regenerate.
15140         * toplev.c (output_file_directive) Remove function.
15141         * toplev.h (output_file_directive) Remove.
15142         * output.h (default_asm_output_source_filename,
15143         output_file_directive): Declare.
15144         * varasm.h (default_asm_output_source_filename,
15145         output_file_directive): New functions.
15146
15147         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
15148         * config/mips/mips-protos.h (mips_output_filename): Remove.
15149         * config/mips/mips.c (mips_output_filename): Make Static.
15150         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
15151
15152 2010-07-26  Richard Guenther  <rguenther@suse.de>
15153
15154         PR tree-optimization/43784
15155         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
15156         if the destination is used by the call.
15157
15158 2010-07-26  Richard Guenther  <rguenther@suse.de>
15159
15160         PR middle-end/45073
15161         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
15162         SSA updating on being in SSA form.
15163
15164 2010-07-26  Richard Guenther  <rguenther@suse.de>
15165
15166         PR middle-end/45056
15167         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
15168
15169 2010-07-26  Richard Guenther  <rguenther@suse.de>
15170
15171         PR tree-optimization/45071
15172         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
15173         adjust op->opcode.
15174
15175 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
15176
15177         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
15178         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
15179         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
15180         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
15181         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
15182         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
15183         save_r31, return_r31, save_interrupt, return_interrupt,
15184         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
15185         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
15186         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
15187         new ABI requirements.
15188         (save_r6_r9, L_callt_save_r6_r9): Remove.
15189         * config/v850/predicates.md (even_reg_operand, disp23_operand,
15190         const_float_1_operand const_float_0_operand): New Predicates.
15191         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
15192         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
15193         * config/v850/t-v850: Update multilibs for new target variants.
15194         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
15195         * config/v850/t-v850e: Likewise.
15196         * config/v850/v850.c (v850_issue_rate): New.
15197         (v850_strict_argument_naming): New.
15198         (function_arg): Modify to generate a different ABI.
15199         (print_operand): Update case 'z' to support float modes.
15200         (output_move_single): Modify to generate appropriate and better
15201         assembly.
15202         (v850_float_z_comparison_operator, v850_select_cc_mode,
15203         v850_float_nz_comparison_operator,  v850_gen_float_compare,
15204         v850_gen_compare): New functions to support comparison of float values.
15205         (ep_memory_offset): Add support for V850E2 targets.
15206         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
15207         (INTERRUPT_REGPARM_NUM): Remove.
15208         (compute_register_save_size): Add extra case to save/restore long call.
15209         (use_prolog_function): New function to support prologue.
15210         (expand_prologue): Add support for V850E2 targets and modified
15211         as per the current ABI requirements.
15212         (expand_epilogue): Likewise.
15213         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
15214         (construct_save_jarl): Likewise.
15215         (construct_dispose_instruction): Update as per the current ABI
15216         requirements.
15217         (construct_prepare_instruction): Likewise.
15218         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
15219         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
15220         (CPP_SPEC): Updated to support v850e2 targets.
15221         (STRICT_ALIGNMENT): Modified.
15222         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
15223         (FIXED_REGISTERS): Likewise.
15224         (CALL_USED_REGISTERS): Likewise.
15225         (CONDITIONAL_REGISTER_USAGE): Updated.
15226         (HARD_REGNO_MODE_OK): Updated.
15227         (reg_class): Updated to add even registers.
15228         (REG_CLASS_NAMES): Likewise.
15229         (REG_CLASS_CONTENTS): Likewise.
15230         (REGNO_REG_CLASS): Updated for CC registers.
15231         (REG_CLASS_FROM_LETTER): Added support for even registers.
15232         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
15233         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
15234         ARG_POINTER_REGNUM): Updated.
15235         (FUNCTION_ARG_ADVANCE): Define.
15236         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
15237         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
15238         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
15239         (GO_IF_LEGITIMATE_ADDRESS): Updated.
15240         (SELECT_CC_MODE): Define.
15241         (REGISTER_NAMES): Updated to add psw and fcc registers.
15242         (ADDITIONAL_REGISTER_NAMES): Updated.
15243         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
15244         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
15245         * config/v850/v850.md (define_constants): Define new constants.
15246         (type): Update store,bit1,macc,div,fpu and single attributes.
15247         (cpu): New attribute.
15248         (cc): Add set_z attribute.
15249         (unsign23byte_load, sign23byte_load, unsign23hword_load,
15250         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
15251         23word_store): New instructions for 23-bit displacement load and store.
15252         (movqi_internal, movhi_internal): Update the attributes.
15253         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
15254         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
15255         the attributes.
15256         (v850_tst1): Modified using CC_REGNUM.
15257         (tstsi): Remove.
15258         (cmpsi): Modified as define_expand from define_insn.
15259         (cmpsi_insn, cmpsf, cmpdf): New instructions.
15260         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
15261         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
15262         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
15263         one_cmplsi2): Clobber the CC_REGNUM register.
15264         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
15265         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
15266         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
15267         (setf_insn, set_z_insn, set_nz_insn): New instructions for
15268         v850e2v3 target.
15269         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
15270         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
15271         targets.
15272         (sasf_1, sasf_2): Remove.
15273         (sasf): New instruction.
15274         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
15275         targets. CC_REGNUM register is clobbered and attributes are
15276         updated.
15277         (branch_z_normal, branch_z_invert, branch_nz_normal,
15278         branch_nz_invert): New branch related instructions.
15279         (jump): Updated the attributes.
15280         (switch): Update to support new targets. CC_REGNUM register is
15281         clobbered and attributes are updated.
15282         (call_internal_short, call_internal_long, call_value_internal_short,
15283         call_value_internal_long): Updated the attributes.
15284         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
15285         clobbered and attributes are updated.
15286         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
15287         Update to support new targets. CC_REGNUM register is clobbered.
15288         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
15289         instructions.
15290         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
15291         are updated.
15292         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
15293         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
15294         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
15295         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
15296         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
15297         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
15298         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
15299         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
15300         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
15301         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
15302         point instructions defined for V850e2v3 target.
15303         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
15304         Add support for V850E2 targets and CC_REGNUM register is clobbered.
15305         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
15306         support for new targets.
15307         * config/v850/v850-modes.def: New file.
15308         * config/v850/v850.opt(mstrict-align): Remove.
15309         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
15310         mv850e2v3): New command line options for V850.
15311         * config.gcc: Update the newly added files.
15312         * doc/invoke.texi: Update the newly added command line options for
15313         V850 target.
15314
15315 2010-07-26  Richard Guenther  <rguenther@suse.de>
15316
15317         PR tree-optimization/45052
15318         * ipa-pure-const.c (check_stmt): Check volatileness.
15319
15320 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
15321
15322         PR target/44707
15323         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
15324         * config/sparc/sparc.c: Include reload.h.
15325         (legitimize_tls_address): Rename into...
15326         (sparc_legitimize_tls_address): ...this.
15327         (legitimize_pic_address): Rename into...
15328         (sparc_legitimize_pic_address): ...this.
15329         (sparc_expand_move): Adjust to above renaming.
15330         (sparc_tls_referenced_p): Likewise.
15331         (sparc_legitimize_tls_address): Likewise.
15332         (sparc_legitimize_pic_address): Likewise.
15333         (sparc_legitimize_address): Likewise.
15334         (sparc_output_mi_thunk): Likewise.
15335         (sparc_legitimize_reload_address): New global function.  Recognize
15336         (lo_sum (high ...) ...) patterns generated by earlier passes.
15337         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
15338
15339 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
15340
15341         PR target/44484
15342         * config/sparc/predicates.md (memory_reg_operand): Delete.
15343         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
15344         (*sync_compare_and_swap): Encode the address form in the pattern.
15345         (*sync_compare_and_swapdi_v8plus): Likewise.
15346
15347 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
15348
15349         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
15350         Streamline paragraph on compatibility with the system compiler.
15351
15352 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
15353
15354         PR middle-end/45035
15355         * alias.c (true_dependence_1): Fix thinko in merge of old
15356         true_dependence and canon_true_dependence.
15357
15358 2010-07-23  Jan Hubicka  <jh@suse.cz>
15359
15360         * lto-streamer-out.c (write_symbol): Fix visibilities of external
15361         references.
15362
15363 2010-07-23  Le-Chun Wu  <lcwu@google.com>
15364
15365         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
15366         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
15367         and an unnecessary assignment.
15368         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
15369         self-assign warning.
15370         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
15371         unnecessary self-init.
15372
15373 2010-07-23  Richard Guenther  <rguenther@suse.de>
15374
15375         PR lto/43071
15376         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
15377         for -flto and -fwhopr.
15378
15379 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
15380
15381         PR target/41943
15382         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
15383         (stmp-int-hdrs): Prefix/postfix headers by include_next.
15384         * config.gcc (user_headers_inc_next_pre): New.
15385         (user_headers_inc_next_post): Likewise.
15386         (*-w64-mingw*): Use for float.h post-fixing, and for
15387         stddef.h/stdarg.h pre-fixing by include_next.
15388         * configure.ac (user_headers_inc_next_post): New.
15389         (user_headers_inc_next_pre): New.
15390         * configure: Regenerated.
15391
15392 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15393
15394         * configure.ac: Don't disable TLS on Solaris 8/9 by default
15395         Set tga_func for Solaris 2/x86 resp. SPARC.
15396         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
15397         (LIB_THREAD_LDFLAGS_SPEC): Define.
15398         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
15399         * configure: Regenerate.
15400         * config.in: Regenerate.
15401         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
15402         -pthread, -threads, LIB_TLS_SPEC with -pthread.
15403         * doc/install.texi (Specific, *-*-solaris2*): Document use of
15404         alternate thread libraries on Solaris 8.
15405         Document TLS patch requirements.
15406         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
15407         Document tls.
15408
15409         PR target/18788
15410         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
15411         -shared.
15412
15413 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
15414
15415         * tree.h (struct tree_base): Add nameless_flag bitfield.
15416         (TYPE_NAMELESS, DECL_NAMELESS): Define.
15417         * omp-low.c (create_omp_child_function, scan_omp_parallel,
15418         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
15419         DECL_ARTIFICIAL where needed.
15420         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
15421         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
15422         has DECL_NAMELESS set.
15423
15424 2010-07-23  Martin Jambor  <mjambor@suse.cz>
15425
15426         PR tree-optimization/44915
15427         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
15428         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
15429         (analyze_function): Likewise.
15430
15431 2010-07-23  Martin Jambor  <mjambor@suse.cz>
15432
15433         PR tree-optimization/44914
15434         * tree-sra.c (sra_modify_function_body): Return true if CFG was
15435         changed, add purging dead eh edges.
15436         (ipa_sra_modify_function_body): Return true if CFG was changed,
15437         simplify purging dead eh edges.
15438         (modify_function): Return true if CFG was changed.
15439         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
15440         was changed.
15441         (ipa_early_sra): Likewise.
15442
15443 2010-07-23  Jie Zhang  <jie@codesourcery.com>
15444
15445         PR target/44290
15446         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
15447         if "naked".
15448         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
15449         false if ! tree_versionable_function_p.
15450
15451 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
15452
15453         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
15454         * ipa-pure-const.c (special_builtlin_state): Remove
15455         BUILT_IN_ARGS_INFO case.
15456         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
15457         * builtins.c (expand_builtin): Likewise.
15458         (expand_builtin_args_info): Remove.
15459         * doc/tm.texi (__builtin_args_info): Remove.
15460         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
15461         * doc/tm.text.in: Likewise.
15462
15463 2010-07-23  Richard Guenther  <rguenther@suse.de>
15464
15465         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
15466         (lto_symtab_merge_decls_2): Likewise.
15467         * tree-ssa.c (useless_type_conversion_p): Likewise.
15468         * lto-streamer-in.c (input_gimple_stmt): Likewise.
15469         * gimple.c (gtc_visited2, gtc_ob2): Remove.
15470         (struct type_pair_d): Make same_p an array indexed by mode.
15471         Update comment.
15472         (lookup_type_pair): Update initialization.
15473         (struct sccs): Adjust same_p type.
15474         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
15475         Adjust.
15476         (print_gimple_types_stats): Likewise.
15477         * gimple.h (enum gtc_mode): New.
15478         (gimple_types_compatible_p): Adjust prototype.
15479
15480 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
15481
15482         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
15483         again after processing insn.
15484
15485 2010-07-23  Jie Zhang  <jie@codesourcery.com>
15486
15487         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
15488         proper words when !tree_versionable_function_p.
15489
15490 2010-07-23  Richard Guenther  <rguenther@suse.de>
15491
15492         PR tree-optimization/45037
15493         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
15494
15495 2010-07-23  Jie Zhang  <jie@codesourcery.com>
15496
15497         * doc/extend.texi: Remove IP2K from the description of naked attribute.
15498         Add MCORE instead.
15499
15500 2010-07-10  Andi Kleen  <ak@linux.intel.com>
15501
15502         PR lto/44992
15503         * lto-opts.c (lto_write_options): Add NULL file_data argument to
15504         lto_get_section_name.
15505         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
15506         * lto-streamer-out.c (produce_asm): Likewise.
15507         (copy_function): Likewise.
15508         (produce_symtab): Likewise.
15509         (produce_asm_for_decls): Likewise.
15510         * lto-streamer.c (lto_get_section_name): Add file_data argument.
15511         Rewrite to add random postfix to LTO sections.
15512         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
15513         (lto_get_section_name): Add file_data argument to prototype.
15514
15515 2010-07-10  Andi Kleen  <ak@linux.intel.com>
15516
15517         * lto-section-in.c (lto_section_name): Synchronize names
15518         with lto_get_section_name.
15519
15520 2010-07-10  Andi Kleen  <ak@linux.intel.com>
15521
15522         * lto-opts.c (lto_read_file_options): Check for missing section.
15523
15524 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
15525
15526         * ira.c (check_allocation): Correctly handle the case where an allocno
15527         with two objects was allocated to a single reg.
15528
15529 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
15530
15531         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
15532         (is_widening_mult_p): Likewise.
15533         (convert_to_widen): Use them.
15534         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
15535         well as integer ones.
15536
15537 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
15538
15539         * alias.c (true_dependence_1): New function, merged version of
15540         true_dependence and canon_true_dependence.
15541         (true_dependence): Simplify.
15542         (canon_true_dependence): Simplify.
15543
15544 2010-07-22  Richard Henderson  <rth@redhat.com>
15545
15546         PR target/45027
15547         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
15548         of V4SFmode for the SSE saves; increase stack alignment if needed.
15549         (ix86_gimplify_va_arg): Don't increase stack alignment here.
15550
15551 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
15552
15553         PR bootstrap/45028
15554         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
15555         call cprop_find_used_regs again via note_uses.
15556
15557 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
15558
15559         * alias.c (get_alias_set): Fix formatting issues.
15560
15561 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
15562
15563         PR middle-end/44878
15564         * stmt.c (expand_value_return):  Call promote_function_mode with
15565         a for_return argument of 2 when returning by reference.
15566
15567 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
15568
15569         PR debug/45024
15570         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
15571         unit DIE if we can find the scope DIE.
15572
15573 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
15574
15575         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
15576         changed.  Initialize OBJECT_SUBWORD.
15577         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
15578         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
15579         all callers changed.
15580         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
15581         (finish_allocno): Likewise.
15582         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
15583         (remove_low_level_allocnos): Likewise.
15584         (update_bad_spill_attribute): Likewise.
15585         (setup_min_max_allocno_live_range_point): Likewise.
15586         (sort_conflict_id_map): Likewise.
15587         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
15588         (ior_hard_reg_conflicts): New function.
15589         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
15590         (compress_conflict_vecs): Iterate over objects, not allocnos.
15591         (ira_add_live_range_to_object): New function.
15592         (object_range_compare_func): Renamed from allocno_range_compare_func.
15593         All callers changed.
15594         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
15595         subobjects, widen the min/max range of the lowest-order object to
15596         potentially include all other such low-order objects.
15597         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
15598         (check_allocation): Likewise.  Use more fine-grained tests for register
15599         conflicts.
15600         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
15601         allocno subobjects.
15602         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
15603         choices about which bits to set in each set.  Don't use
15604         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
15605         using the multiple sets we computed.
15606         (push_allocno_to_stack): Iterate over allocno subobjects.
15607         (all_conflicting_hard_regs_coalesced): New static function.
15608         (setup_allocno_available_regs_num): Use it.
15609         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
15610         subobjects.
15611         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
15612         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
15613         by ALLOCNO_NUM_OBJECTS.
15614         (calculate_spill_cost): Likewise.
15615         (color_pass): Express if statement in a more normal way.
15616         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
15617         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
15618         (setup_slot_coalesced_allocno_live_ranges): Likewise.
15619         (allocno_reload_assign): Likewise.
15620         (ira_reassign_pseudos): Likewise.
15621         (fast_allocation): Likewise.
15622         * ira-conflicts.c (build_conflict_bit_table): Likewise.
15623         (print_allocno_conflicts): Likewise.
15624         (ira_build_conflicts): Likewise.
15625         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
15626         callers changed.  Test subword 0 of each allocno for conflicts.
15627         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
15628         callers changed.  Iterate over allocno subobjects.
15629         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
15630         * ira-int.h (struct ira_allocno): New member: num_objects.
15631         Rename object to objects and change it into an array.
15632         (ALLOCNO_OBJECT): Add new argument N.
15633         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
15634         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
15635         (ior_hard_reg_conflicts): Declare.
15636         (ira_add_live_range_to_object): Declare.
15637         (ira_allocno_object_iterator): New.
15638         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
15639         (FOR_EACH_ALLOCNO_OBJECT): New macro.
15640         * ira-lives.c (objects_live): Renamed from allocnos_live; all
15641         uses changed.
15642         (allocnos_processed): New sparseset.
15643         (make_object_born): Renamed from make_allocno_born; take an
15644         ira_object_t argument.  All callers changed.
15645         (make_object_dead): Renamed from make_allocno_dead; take an
15646         ira_object_t argument.  All callers changed.
15647         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
15648         All callers changed.
15649         (mark_pseudo_regno_live): Iterate over allocno subobjects.
15650         (mark_pseudo_regno_dead): Likewise.
15651         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
15652         functions.
15653         (mark_ref_live): Detect subword accesses and call
15654         mark_pseudo_regno_subword_live as appropriate.
15655         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
15656         (process_bb_nodes_live): Deal with object-related updates first; set
15657         and test bits in allocnos_processed to avoid computing allocno
15658         statistics more than once.
15659         (create_start_finish_chains): Iterate over objects, not allocnos.
15660         (print_object_live_ranges): New function.
15661         (print_allocno_live_ranges): Use it.
15662         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
15663         and objects_live.
15664
15665 2010-07-22  Richard Guenther  <rguenther@suse.de>
15666
15667         PR lto/42451
15668         * gimple.c (gtc_next_dfs_num): New global.
15669         (struct sccs): Make value a union, add integer same_p member.
15670         (gtc_visit): New function.
15671         (gimple_types_compatible_p_1): New function, split out from ...
15672         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
15673         (iterative_hash_gimple_type): Adjust for sccs change.
15674
15675 2010-07-22  Martin Jambor  <mjambor@suse.cz>
15676
15677         PR tree-optimization/44891
15678         * tree-sra.c: Include gimple-pretty-print.h.
15679         (replace_uses_with_default_def_ssa_name): Renamed to
15680         get_repl_default_def_ssa_name, return the new SSA name instead of
15681         replacing the old one.
15682         (sra_modify_assign): Dump a message when removing a load, if the LHS
15683         is an SSA_NAME, do not do any propagation, just set the RHS to a
15684         default definition SSA NAME, type convert if necessary.
15685         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
15686
15687 2010-07-22  Richard Guenther  <rguenther@suse.de>
15688
15689         PR tree-optimization/45017
15690         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
15691         TYPE_PRECISION of integral types in addition to size.
15692
15693 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
15694
15695         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
15696         when no C library is specified.
15697
15698 2010-07-22  Martin Jambor  <mjambor@suse.cz>
15699
15700         * ipa-prop.h (struct ipa_node_params): Updated comment.
15701         (struct ipa_edge_args): Likewise.
15702         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
15703
15704 2010-07-22  Martin Jambor  <mjambor@suse.cz>
15705
15706         * cgraphunit.c (verify_edge_count_and_frequency): New function.
15707         (verify_cgraph_node): Verify frequencies of indirect edges.
15708         * tree-inline.c (tree_function_versioning): Update frequencies of
15709         indirect edges.
15710
15711 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
15712
15713         PR target/43698
15714         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
15715         Set *arm_rev to be predicable.
15716
15717 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
15718
15719         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
15720         (LINK_COMMAND_SPEC_A): New.
15721         (DSYMUTIL): New.
15722         (DSYMUTIL_SPEC): New.
15723         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
15724         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
15725
15726 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
15727
15728         * calls.c (load_register_parameters): Move check for zero
15729         sized items so that only the call to
15730         mem_overlaps_already_clobbered_arg_p () is protected.
15731
15732 2010-07-22  Jan Hubicka  <jh@suse.cz>
15733
15734         * ipa-pure-const.c (varying_state): Break out from ...
15735         (get_function_state): ... here; always return varying_state
15736         when state would be NULL otherwise.
15737         (remove_node_data): Do not free varying state.
15738
15739 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
15740
15741         PR bootstrap/44970
15742         PR middle-end/45009
15743         * postreload.c: Include "target.h".
15744         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
15745         into account.
15746         (fixup_debug_insns): Don't copy the rtx.
15747         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
15748         Don't copy when replacing.  Call fixup_debug_insns in the case where
15749         we merged one add with another.
15750         (reload_combine_recognize_pattern): Fail if there aren't any uses.
15751         Try harder to determine whether we're picking a valid index register.
15752         Don't set store_ruid for an insn we're going to scan in the
15753         next iteration.
15754         (reload_combine): Remove unused code.
15755         (reload_combine_note_use): When updating use information for
15756         an old insn, ignore a use that occurs after store_ruid.
15757         * Makefile.in (postreload.o): Update dependencies.
15758
15759         * function.c (record_hard_reg_sets): Restrict the previous change
15760         to cases where the incoming nominal mode is the same as the
15761         incoming promoted mode and everything happens in MODE_INT.
15762
15763 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
15764
15765         PR debug/45015
15766         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
15767         ASM_OPERANDS_OUTPUT_IDX.
15768         (adjust_insn): For inline asm with multiple sets ensure first
15769         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
15770         the insn.
15771
15772 2010-07-21  Richard Henderson  <rth@redhat.com>
15773
15774         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
15775         comparison for avoiding xmm register saves.  Emit the xmm register
15776         saves explicitly.
15777         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
15778         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
15779         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
15780         Remove patterns and the associated splitters.
15781
15782 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
15783
15784         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
15785         and imagine parts of a complex, so that they can have the same
15786         base and fall into the same group.
15787
15788 2010-07-21  Richard Guenther  <rguenther@suse.de>
15789
15790         PR lto/45018
15791         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
15792         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
15793         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
15794
15795 2010-07-21  Martin Jambor  <mjambor@suse.cz>
15796
15797         PR tree-optimization/44900
15798         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
15799         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
15800
15801 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
15802
15803         PR middle-end/44738
15804         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
15805
15806 2010-07-21  Richard Guenther  <rguenther@suse.de>
15807
15808         PR middle-end/45013
15809         * tree-ssa.c (useless_type_conversion_p): Dispatch to
15810         gimple_types_compatible_p only when in lto.
15811         * gimple.c (gimple_types_compatible_p): Use canonical types
15812         to speed up comparison.
15813
15814 2010-07-21  Richard Guenther  <rguenther@suse.de>
15815
15816         * tree-flow.h (referenced_var): Move define ...
15817         * tree-flow-inline.h (referenced_var): ... here as an inline
15818         function.  Assert here ...
15819         * tree-dfa.c (referenced_var_lookup): ... instead of here.
15820         * tree-ssa.c (maybe_optimize_var): Check if the variable
15821         is in referenced vars.
15822         (execute_update_addresses_taken): Remove old broken check.
15823         * gimple-pretty-print.c (pp_points_to_solution): Use
15824         referenced_var_lookup.
15825         * tree-into-ssa.c (dump_decl_set): Likewise.
15826
15827 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
15828
15829         PR debug/45003
15830         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
15831         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
15832         ZERO_EXTEND here.
15833
15834 2010-07-20  Richard Henderson  <rth@redhat.com>
15835
15836         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
15837
15838 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
15839
15840         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
15841         computing the sum of the stack pointer and a large constant.
15842         * config/arm/constraints.md (M): Remove superfluous parentheses.
15843         (Pc): New constraint.
15844
15845 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
15846
15847         PR debug/45006
15848         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
15849         operand's type if exp is tcc_unary class tree.
15850
15851 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
15852
15853         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
15854         Reverse sense of if_then_else condition.
15855
15856 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
15857
15858         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
15859         * config/rs6000/rs6000.c (rs6000_override_options): Set
15860         rs6000_block_move_inline_limit appropriately.
15861         (expand_block_move): Use rs6000_block_move_inline_limit.
15862         * doc/invoke.texi (mblock-move-inline-limit): Document.
15863
15864 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
15865
15866         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
15867         FROM and TO.  All callers changed.  Don't look for tracked uses,
15868         just scan the RTL for DEBUG_INSNs and substitute.
15869         (reload_combine_recognize_pattern): Call fixup_debug_insns.
15870         (reload_combine): Ignore DEBUG_INSNs.
15871
15872 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
15873
15874         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
15875         depth to 8 from 5.
15876
15877         PR debug/45003
15878         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
15879         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
15880         instead of the result's type.
15881
15882 2010-07-20  Richard Guenther  <rguenther@suse.de>
15883
15884         PR tree-optimization/44977
15885         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
15886         SSA form.
15887
15888 2010-07-20  Richard Guenther  <rguenther@suse.de>
15889
15890         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
15891         (lto_symtab_merge_decls_2): Likewise.
15892         * gimple.h (gimple_types_compatible_p): Declare.
15893         * gimple.c (gimple_queue_type_fixup): Remove.
15894         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
15895         (gimple_compatible_complete_and_incomplete_type_p): New function.
15896         (gimple_types_compatible_p): Adjust.
15897         (gimple_register_type): Remove type fixup code.
15898         (print_gimple_types_stats): Adjust.
15899         (free_gimple_type_tables): Likewise.
15900         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
15901         * tree-ssa.c (useless_type_conversion_p): Likewise.
15902
15903 2010-07-20  Richard Guenther  <rguenther@suse.de>
15904
15905         PR middle-end/44971
15906         PR middle-end/44988
15907         * tree-ssa.c (maybe_optimize_var): New function split out from ...
15908         (execute_update_addresses_taken): ... here.
15909         (non_rewritable_mem_ref_base): Likewise.
15910         (execute_update_addresses_taken): Do not iterate over all referenced
15911         vars but just all local decls and parms.
15912         Properly check call and asm arguments and rewrite call arguments.
15913
15914 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
15915
15916         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
15917         to top level.
15918         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
15919         definitions ...
15920         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
15921         New macro.
15922         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
15923
15924 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
15925
15926         * gengtype.c (start_root_entry): New function, split out from
15927         write_root.  Check whether V is null and raise an error if so.
15928         (write_field_root): Check for V being null.  Don't raise an error here;
15929         set V to null instead.
15930         (write_root): Update comment above function.  Use start_root_entry.
15931
15932 2010-07-19  Xinliang David Li  <davidxl@google.com>
15933
15934         PR testsuite/44932
15935         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
15936         def edges.
15937         (find_uninit_use): Add dump.
15938         (is_use_properly_guarded): Ditto.
15939         (warn_uninitialized_phi): Ditto.
15940         (execute_late_warn_uninitialized): Ditto.
15941
15942 2010-07-19  Richard Guenther  <rguenther@suse.de>
15943
15944         PR middle-end/44941
15945         * expr.c (emit_block_move_hints): Move zero size check first.
15946         Move asserts to more useful places.
15947         * calls.c (load_register_parameters): Check for zero size.
15948
15949 2010-07-19  Richard Henderson  <rth@redhat.com>
15950
15951         * tree-optimize.c (execute_all_early_local_passes): New.  Change
15952         cgraph_state here ...
15953         (execute_early_local_optimizations): ... not here.  Remove.
15954         (pass_early_local_passes, pass_all_early_optimizations): Update.
15955
15956 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
15957
15958         * postreload.c (reload_combine_closest_single_use): Ignore the
15959         number of uses for DEBUG_INSNs.
15960         (fixup_debug_insns): New static function.
15961         (reload_combine_recognize_const_pattern): Use it.  Don't let the
15962         main loop be affected by DEBUG_INSNs.
15963         Really disallow moving adds past a jump insn.
15964         (reload_combine_recognize_pattern): Don't update use_ruid here.
15965         (reload_combine_note_use): Do it here.
15966         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
15967
15968 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
15969
15970         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
15971         of a loop.
15972         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
15973
15974 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
15975
15976         * config/i386/darwin.h: Define darwin_emit_branch_islands.
15977         (TARGET_MACHO_BRANCH_ISLANDS): New.
15978         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
15979         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
15980         default value.
15981         * config/i386/i386.c (output_pic_addr_const): Do not emit
15982         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
15983         (x86_output_mi_thunk): Adjust symbol creation.
15984         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
15985         Remove out of date comment.
15986         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
15987         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
15988         (DARWIN_GENERATE_ISLANDS): Ditto.
15989         (output_call):  Do not emit branch islands unless
15990         darwin_emit_branch_islands is set.
15991         * config/darwin.c: Declare darwin_emit_branch_islands.
15992         (machopic_indirect_data_reference): Do not emit unless
15993         darwin_emit_branch_islands is set.
15994         (darwin_override_options): Set darwin_emit_branch_islands
15995         where it is needed.
15996         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
15997
15998 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15999
16000         * doc/sourcebuild.texi (Effective-Target Keywords): Document
16001         sse_runtime, sse2_runtime.
16002
16003 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
16004
16005         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
16006         low half of a single-register SCmode return value before ORing
16007         it with the high half.
16008         * config/mips/mips16.S (MERGE_GPRf): Likewise.
16009
16010 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16011
16012         PR target/44805
16013         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
16014         on all targets.
16015
16016 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
16017
16018         PR target/42235
16019         * postreload.c (reload_cse_move2add): Return bool, true if anything.
16020         changed.  All callers changed.
16021         (move2add_use_add2_insn): Likewise.
16022         (move2add_use_add3_insn): Likewise.
16023         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
16024         reload_combine.
16025         (RELOAD_COMBINE_MAX_USES): Bump to 16.
16026         (last_jump_ruid): New static variable.
16027         (struct reg_use): New members CONTAINING_MEM and RUID.
16028         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
16029         (reload_combine_split_one_ruid, reload_combine_split_ruids,
16030         reload_combine_purge_insn_uses, reload_combine_closest_single_use
16031         reload_combine_purge_reg_uses_after_ruid,
16032         reload_combine_recognize_const_pattern): New static functions.
16033         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
16034         is true for our reg and that we have available index regs.
16035         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
16036         callers changed.  Use them to initialize fields in struct reg_use.
16037         (reload_combine): Initialize last_jump_ruid.  Be careful when to
16038         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
16039         Call reload_combine_recognize_const_pattern.
16040         (reload_combine_note_store): Update REAL_STORE_RUID field.
16041
16042 2010-07-16  Jason Merrill  <jason@redhat.com>
16043
16044         * Makefile.in (opts-common.o): Depend on options.h.
16045
16046 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
16047
16048         * tree.c (build_common_builtin_nodes): Use build_function_type_list
16049         instead of build_function_type.
16050         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
16051         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
16052
16053 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
16054
16055         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
16056         do all the work.
16057         (rs6000_emit_int_cmove): Use function pointers for insn generation.
16058         Don't force values into registers unnecessarily.
16059         (output_isel): Assert that we're not given conditions we can't handle.
16060         Delete corresponding code.
16061         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
16062         scc_comparison_operator constraint.  Permit 0 for the consequent
16063         operand.  Permit any GPR for the alternative operand.
16064         (isel_unsigned_<mode>): Likewise.
16065
16066 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
16067
16068         PR target/44942
16069         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
16070         argument to const_tree.
16071         * config/i386/i386.c (function_arg_advance): If padding needs to be
16072         inserted before argument, increment cum->words by number of padding
16073         words as well.
16074         (contains_aligned_value_p): Change argument to const_tree.
16075         (ix86_function_arg_boundary): Change second argument to const_tree.
16076
16077 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
16078
16079         PR target/42235
16080         * function.c (record_hard_reg_sets): New static function.
16081         (assign_parm_setup_reg): If an optab for extending exists and the
16082         generated code clobbbers no hard regs, emit the insn directly and
16083         create a REG_EQUIV note.
16084
16085 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
16086
16087         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
16088         TREE_CHAIN.
16089         * c-typeck.c (push_init_level): Likewise.
16090         (process_init_element): Likewise.
16091
16092 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
16093
16094         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
16095         (integer_three_node): Add.
16096         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
16097         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
16098         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
16099         of call build_int_cst.
16100         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
16101         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
16102         (find_interesting_uses_address): Ditto.
16103         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
16104         * tree-eh.c (lower_eh_constructs_2): Ditto.
16105         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
16106         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
16107         * expmed.c (expand_divmod): Ditto.
16108         * tree-mudflap.c (mx_register_decls): Ditto.
16109         * varasm.c (array_size_for_constructor): Ditto.
16110         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
16111         * c-parser.c (c_parser_postfix_expression): Ditto.
16112
16113 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
16114
16115         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
16116         New static variables.
16117         (reload_combine_recognize_pattern): New static function, broken out
16118         of reload_combine.
16119         (reload_combine): Use it.  Only initialize first_index_reg and
16120         last_index_reg once.
16121
16122 2010-07-15  Richard Henderson  <rth@redhat.com>
16123
16124         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
16125         when done.
16126
16127 2010-07-15  Jan Hubicka  <jh@suse.cz>
16128
16129         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
16130         comdats for broken gold.
16131         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
16132
16133 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
16134
16135         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
16136
16137 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
16138
16139         * tree.h (DECL_CHAIN): Define.
16140         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
16141         * c-decl.c: Likewise.
16142         * c-parser.c: Likewise.
16143         * c-typeck.c: Likewise.
16144         * cfgexpand.c: Likewise.
16145         * cgraph.c: Likewise.
16146         * cgraphunit.c: Likewise.
16147         * combine.c: Likewise.
16148         * config/alpha/alpha.c: Likewise.
16149         * config/arm/arm.c: Likewise.
16150         * config/frv/frv.c: Likewise.
16151         * config/i386/i386.c: Likewise.
16152         * config/i386/winnt-cxx.c: Likewise.
16153         * config/ia64/ia64.c: Likewise.
16154         * config/iq2000/iq2000.c: Likewise.
16155         * config/mep/mep.c: Likewise.
16156         * config/mips/mips.c: Likewise.
16157         * config/pa/som.h: Likewise.
16158         * config/rs6000/rs6000.c: Likewise.
16159         * config/s390/s390.c: Likewise.
16160         * config/sh/sh.c: Likewise.
16161         * config/sh/symbian-cxx.c: Likewise.
16162         * config/sparc/sparc.c: Likewise.
16163         * config/spu/spu.c: Likewise.
16164         * config/stormy16/stormy16.c: Likewise.
16165         * config/vxworks.c: Likewise.
16166         * config/xtensa/xtensa.c: Likewise.
16167         * coverage.c: Likewise.
16168         * dbxout.c: Likewise.
16169         * dwarf2out.c: Likewise.
16170         * emit-rtl.c: Likewise.
16171         * expr.c: Likewise.
16172         * function.c: Likewise.
16173         * gimple-low.c: Likewise.
16174         * gimple-pretty-print.c: Likewise.
16175         * gimplify.c: Likewise.
16176         * integrate.c: Likewise.
16177         * ipa-inline.c: Likewise.
16178         * ipa-prop.c: Likewise.
16179         * ipa-split.c: Likewise.
16180         * ipa-struct-reorg.c: Likewise.
16181         * ipa-type-escape.c: Likewise.
16182         * langhooks.c: Likewise.
16183         * lto-cgraph.c: Likewise.
16184         * omp-low.c: Likewise.
16185         * stor-layout.c: Likewise.
16186         * tree-cfg.c: Likewise.
16187         * tree-complex.c: Likewise.
16188         * tree-dfa.c: Likewise.
16189         * tree-dump.c: Likewise.
16190         * tree-inline.c: Likewise.
16191         * tree-mudflap.c: Likewise.
16192         * tree-nested.c: Likewise.
16193         * tree-object-size.c: Likewise.
16194         * tree-pretty-print.c: Likewise.
16195         * tree-sra.c: Likewise.
16196         * tree-ssa-live.c: Likewise.
16197         * tree-ssa-loop-niter.c: Likewise.
16198         * tree-ssa-math-opts.c: Likewise.
16199         * tree-ssa-reassoc.c: Likewise.
16200         * tree-ssa-sccvn.c: Likewise.
16201         * tree-ssa-structalias.c: Likewise.
16202         * tree-tailcall.c: Likewise.
16203         * tree-vrp.c: Likewise.
16204         * tree.c: Likewise.
16205         * var-tracking.c: Likewise.
16206         * varasm.c: Likewise.
16207
16208 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16209
16210         PR target/44877
16211         * config/spu/spu.c (spu_expand_builtin_1): Allow references
16212         (as well as pointers) as argument to mask_for_load builtins.
16213
16214 2010-07-15  Richard Guenther  <rguenther@suse.de>
16215
16216         PR tree-optimization/44946
16217         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
16218         with accessing only padding properly.
16219
16220 2010-07-15  Jan Hubicka  <jh@suse.cz>
16221
16222         * ipa.c (function_and_variable_visibility): Variables marked as used
16223         should not be localized.
16224
16225 2010-07-15  Jan Hubicka  <jh@suse.cz>
16226
16227         * cgraph.c: Include lto-streamer.h
16228         (change_decl_assembler_name): Work when assembler name hash is at place.
16229         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
16230         be sure to rename it to avoid name clash.
16231         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
16232         Localize hidden symbols only when locally defined.
16233
16234 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
16235
16236         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
16237
16238 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
16239             Kevin F. Quinn  <kevquinn@gentoo.org>
16240
16241         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
16242         * common.opt: Add -Wtrampolines.
16243         * doc/invoke.texi: Add -Wtrampolines.
16244
16245 2010-07-15  Jie Zhang  <jie@codesourcery.com>
16246
16247         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
16248         cortex_a8_issue_ls.
16249
16250 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
16251
16252         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
16253         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
16254
16255 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16256
16257         * config/spu/spu.c (reg_names): Remove prototype.
16258         (call_used_regs): Likewise.
16259
16260 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
16261
16262         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
16263         "unused" with attribute "used".
16264         (__JCR_END__): Likewise.
16265         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
16266         "used" attribute.
16267         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
16268
16269 2010-07-14  Richard Guenther  <rguenther@suse.de>
16270
16271         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
16272         (maybe_fixup_decls): Likewise.
16273         (input_gimple_stmt): Do not fixup anything.
16274         * lto-streamer-out.c (output_gimple_stmt): Make sure all
16275         non-automatic variable uses are wrapped inside a MEM_REF.
16276
16277 2010-07-14  Richard Henderson  <rth@redhat.com>
16278
16279         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
16280         for functions.
16281         * varasm.c (assemble_variable): Remove early exit for functions;
16282         assert that we're given a variable.
16283
16284 2010-07-14  Jie Zhang  <jie@codesourcery.com>
16285
16286         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
16287         cortex_a8_default when neon_type is not none.
16288
16289 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16290
16291         * lower-subreg.c (subreg_context): New static bitmap.
16292         (decompose_multiword_subregs): Allocate and free it.
16293         (find_decomposable_subregs): Set a bit in it for a register that
16294         occurs in a subreg that changes mode but not size.
16295         (can_decompose_p): Test it instead of non_decomposable_context.
16296
16297 2010-07-14  Richard Guenther  <rguenther@suse.de>
16298
16299         PR tree-optimization/44824
16300         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
16301         is_gimple_mem_ref_addr.
16302         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
16303         non-decl_address_invariant_p addresses.
16304
16305 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16306
16307         * reload.c (find_reloads): Revert code to penalize small register
16308         classes that was brought in with the IRA merge.
16309
16310 2010-07-14  Richard Guenther  <rguenther@suse.de>
16311
16312         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
16313         as base of ARRAY_REFs.
16314
16315 2010-07-14  Richard Guenther  <rguenther@suse.de>
16316
16317         PR middle-end/44930
16318         * tree-pretty-print.c (do_niy): Do not print a newline.
16319
16320 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
16321
16322         * ira-int.h (struct ira_object): New.
16323         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
16324         (struct ira_allocno): Remove members min, max,
16325         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
16326         conflict_allocnos_num and conflict_vec_p.  Add new member object.
16327         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
16328         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
16329         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
16330         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
16331         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
16332         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
16333         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
16334         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
16335         an ira_object_t rather than ira_allocno_t.  All uses changed.
16336         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
16337         contains a vector of ira_object_t; all uses changed.
16338         (ira_objects_num): Declare variable.
16339         (ira_create_allocno_object): Declare function.
16340         (ira_conflict_vector_profitable_p): Adjust prototype.
16341         (ira_allocate_conflict_vec): Renamed from
16342         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
16343         (ira_allocate_object_conflicts): Renamed from
16344         ira_allocate_allocno_conflicts; first arg now ira_object_t.
16345         (struct ira_object_iterator): New.
16346         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
16347         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
16348         to conflict_vec_p.  All uses changed.
16349         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
16350         Changed to take into account that conflicts are now tracked for
16351         objects.
16352         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
16353         Args changed to accept ira_object_t.  All uses changed.
16354         (allocnos_conflict_p): New static function.
16355         (collected_conflict_objects): Renamed from collected_allocno_objects;
16356         now a vector of ira_object_t.  All uses changed.
16357         (build_conflict_bit_table): Changed to take into account that
16358         conflicts are now tracked for objects.
16359         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
16360         (print_allocno_conflicts, ira_build_conflicts): Likewise.
16361         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
16362         setup_allocno_left_conflicts_size, allocno_reload_assign,
16363         fast_allocation): Likewise.
16364         * ira-lives.c (make_hard_regno_born, make_allocno_born)
16365         process_single_reg_class_operands, process_bb_node_lives): Likewise.
16366         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
16367         Likewise.
16368         * ira-build.c (ira_objects_num): New variable.
16369         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
16370         contains a vector of ira_object_t; all uses changed.
16371         (ira_object_id_map_vec): Corresponding change.
16372         (object_pool): New static variable.
16373         (initiate_allocnos): Initialize it.
16374         (finish_allocnos): Free it.
16375         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
16376         New functions.
16377         (ira_create_allocno): Don't set members that were removed.
16378         (ira_set_allocno_cover_class): Don't change conflict hard regs.
16379         (merge_hard_reg_conflicts): Changed to take into account that
16380         conflicts are now tracked for objects.
16381         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
16382         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
16383         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
16384         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
16385         setup_min_max_conflict_allocno_ids, ):  Likewise.
16386         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
16387         to ira_object_t; all callers changed.
16388         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
16389         to ira_object_t, all callers changed.
16390         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
16391         to ira_object_t, all callers changed.
16392         (conflict_check, curr_conflict_check_tick): Renamed from
16393         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
16394         changed.
16395         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
16396         arg changed to ira_object_t, all callers changed.
16397         (create_cap_allocno): Call ira_create_allocno_object.
16398         (finish_allocno): Free the corresponding object.
16399         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
16400         callers changed.  Adjusted for dealing with objects.
16401         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
16402         dealing with objects.
16403         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
16404
16405         * ira-int.h (struct live_range): Rename allocno member to object
16406         and change type to ira_object_t.
16407         (struct ira_object): New member live_ranges.
16408         (struct ira_allocno): Remove member live_ranges.
16409         (ALLOCNO_LIVE_RANGES): Remove.
16410         (OBJECT_LIVE_RANGES): New macro.
16411         (ira_create_live_range, ira_copy_live_range_list,
16412         ira_merge_live_range_list, ira_live_ranges_intersect_p,
16413         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
16414         * ira-build.c (ira_create_object): Initialize live ranges here.
16415         (ira_create_allocno): Not here.
16416         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
16417         changed to ira_object_t, all callers changed.
16418         (copy_live_range): Rename from copy_allocno_live_range, all callers
16419         changed.
16420         (ira_copy_live_range_list): Rename from
16421         ira_copy_allocno_live_range_list, all callers changed.
16422         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
16423         all callers changed.
16424         (ira_live_ranges_intersect_p): Rename from
16425         ira_allocno_live_ranges_intersect_p, all callers changed.
16426         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
16427         callers changed.
16428         (ira_finish_live_range_list): Rename from
16429         ira_finish_allocno_live_range_list, all callers changed.
16430         (change_object_in_range_list): Rename from change_allocno_in_range_list,
16431         last arg changed to ira_object_t, all callers changed.
16432         (finish_allocno): Changed to expect live ranges in the allocno's object.
16433         (move_allocno_live_ranges, copy_allocno_live_ranges,
16434         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
16435         ira_flattening, ira_build): Likewise.
16436         * ira-color.c (allocnos_have_intersected_live_ranges_p,
16437         slot_coalesced_allocno_live_ranges_intersect,
16438         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
16439         * ira-conflicts.c (build_conflict_bit_table): Likewise.
16440         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
16441         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
16442         make_allocno_dead, create_start_finish_chains,
16443         remove_some_program_points_and_update_live_ranges,
16444         ira_debug_live_range_list): Likewise.
16445
16446         * ira-int.h (ira_object_conflict_iterator): Rename from
16447         ira_allocno_conflict_iterator.
16448         (ira_object_conflict_iter_init): Rename from
16449         ira_allocno_conflict_iter_init, second arg changed to
16450         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
16451         FOR_EACH_ALLOCNO_CONFLICT.
16452         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
16453         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
16454         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
16455         * ira-conflicts.c (print_allocno_conflicts): Likewise.
16456
16457 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
16458
16459         PR other/44874
16460         * tree-dump.c (dump_options): Add enumerate_locals entry.
16461         Add TDF_NOID exclusion to all entry.
16462         * tree-dump.h (dump_enumerated_decls): Declare.
16463         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
16464         Don't display type uid.
16465         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
16466         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
16467         * tree-ssa-live.c: Include gimple.h.
16468         (numbered_tree_d): New struct.
16469         (numbered_tree): New typedef.
16470         (DEF_VEC_O (numbered_tree): New.
16471         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
16472         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
16473         (dump_enumerated_decls): Likewise.
16474         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
16475         debug info and flag_dump_final_insns, call dump_enumerated_decls.
16476         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
16477         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
16478
16479 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
16480
16481         * expmed.h (MAX_BITS_PER_WORD): Move to...
16482         * defaults.h (MAX_BITS_PER_WORD): ...here.
16483
16484 2010-07-13  DJ Delorie  <dj@redhat.com>
16485
16486         * config/h8300/h8300.c (h8300_init_once): Default to
16487         -fstrict_volatile_bitfields.
16488
16489         * config/sh/sh.c (sh_override_options): Default to
16490         -fstrict_volatile_bitfields.
16491
16492         * config/rx/rx.c (rx_option_override): New.
16493
16494         * config/m32c/m32c.c (m32c_override_options): Default to
16495         -fstrict_volatile_bitfields.
16496
16497 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
16498
16499         * tree.h (build_function_call_expr): Delete.
16500         (build_call_expr_loc_array): New function.
16501         (build_call_expr_loc_vec): New function.
16502         * tree-flow.h (struct omp_region): Change type of ws_args field
16503         to a VEC.
16504         * builtins.c (build_function_call_expr): Delete.
16505         (build_call_expr_loc_array): New function.
16506         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
16507         (build_call_expr): Likewise.
16508         (build_call_expr_loc_vec): New function.
16509         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
16510         build_function_call_expr.
16511         * expr.c (emutls_var_address): Likewise.
16512         * varasm.c (emutls_common_1): Likewise.
16513         * omp-low.c (expand_omp_atomic_mutex): Likewise.
16514         (expand_omp_taskreg): Adjust for new type of region->ws_args.
16515         (get_ws_args_for): Return a VEC instead of a tree.
16516         (expand_parallel_call): Call build_call_expr_loc_vec instead of
16517         build_function_call_expr.
16518         * stor-layout.c (self_referential_size): Likewise.
16519
16520 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
16521
16522         PR testsuite/44701
16523         * recog.c (constrain_operands): Allow side-effects in memory
16524         operands if either < or > constraint is used, rather than if
16525         both < and > is used.
16526
16527 2010-07-13  Richard Guenther  <rguenther@suse.de>
16528
16529         PR middle-end/44911
16530         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
16531         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
16532         without name.
16533
16534 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
16535
16536         PR target/44761
16537         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
16538         to variable emited.
16539         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
16540         * config/sh/sh.md (symGOT_load): Likewise.
16541         (symDTPOFF2reg): Likewise.
16542         (symTPOFF2reg): Likewise.
16543
16544 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16545
16546         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
16547         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
16548
16549 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16550
16551         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
16552         explanation.
16553         Find ucontext_t * on Solaris 11.
16554         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
16555         Handle new Solaris 11 __sighndlr patterns.
16556
16557 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
16558
16559         PR debug/44901
16560         * vec.h (VEC_block_remove): Fix comment.
16561         * tree-ssa-live.c (remove_unused_locals): Don't use
16562         VEC_unordered_remove on local_decls, instead replace a single
16563         vector element in each iteration if at least one element had
16564         to be removed and VEC_truncate at the end.
16565         * omp-low.c (expand_omp_taskreg): Likewise.
16566
16567 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16568
16569         * c-decl.c (finish_function): Fix typo in comment.
16570
16571 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
16572
16573         PR bootstrap/44921
16574         * postreload.c (move2add_use_add3_insn): Silence gcc warning
16575         on min_regno.
16576
16577 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
16578
16579         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
16580         (simplify_stmt_using_ranges): Use it.
16581
16582 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16583
16584         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
16585         member.  Do not mark as GTY(()).
16586         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
16587         (spu_builtin_decls): New static variable.
16588         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
16589         (spu_init_builtins): Likewise.
16590         (spu_builtin_mul_widen_even): Likewise.
16591         (spu_builtin_mul_widen_odd): Likewise.
16592         (spu_builtin_mask_for_load): Likewise.
16593         (spu_builtin_vec_perm): Likewise.
16594         * config/spu/spu-c.c: Include "target.h".
16595         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
16596         of using spu_builtins[].fndecl.
16597
16598 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16599
16600         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
16601         imply -minterlink-mips16.
16602
16603 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16604
16605         * config/mips/mips.h (mips16_globals): Declare.
16606         (SWITCHABLE_TARGET): Define.
16607         * config/mips/mips.c: Include target-globals.h.
16608         (mips16_globals): New variable.
16609         (mips_set_mips16_mode): Use save_target_globals and
16610         restore_target_globals instead of target_reinit.
16611
16612 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16613
16614         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
16615         to say that the function can be called more than once.
16616         * target-globals.c (save_target_globals): Call init_reg_sets.
16617
16618 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16619
16620         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
16621         * bb-reorder.h: New file.
16622         * bb-reorder.c (default_target_bb_reorder): New variable.
16623         (this_target_bb_reorder): New conditional variable.
16624         (uncond_jump_length): Redefine as a macro.
16625         * target-globals.h (this_target_bb_reorder): Declare.
16626         (target_globals): Add a bb_reorder field.
16627         (restore_target_globals): Copy the bb_reorder field to
16628         this_target_bb-reorder.
16629         * target-globals.c: Include bb-reorder.h.
16630         (default_target_globals): Initialize the bb_reorder field.
16631         (save_target_globals): Likewise.
16632
16633 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16634
16635         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
16636         * gcse.h: New file.
16637         * gcse.c: Include gcse.h.
16638         (default_target_gcse): New variable.
16639         (this_target_gcse): New conditional variable.
16640         (can_copy): Redefine as a macro.
16641         (can_copy_init_p): New macro.
16642         (can_copy_p): Remove can_copy_init_p.
16643         * target-globals.h (this_target_gcse): Declare.
16644         (target_globals): Add a gcse field.
16645         (restore_target_globals): Copy the gcse field to this_target_gcse.
16646         * target-globals.c: Include gcse.h.
16647         (default_target_globals): Initialize the gcse field.
16648         (save_target_globals): Likewise.
16649
16650 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16651
16652         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
16653         and x_ira_prohibited_mode_move_regs_initialized_p.
16654         (ira_prohibited_mode_move_regs): Redefine as a macro.
16655         * ira.c (ira_prohibited_mode_move_regs): Delete.
16656         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
16657
16658 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16659
16660         * reload.h (target_reload): Add x_cached_reg_save_code and
16661         x_cached_reg_restore_code.
16662         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
16663         Redefine as macros.
16664
16665 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16666
16667         * Makefile.in (target-globals.o): Depend on builtins.h.
16668         * builtins.h: New file.
16669         * builtins.c: Include builtins.h.
16670         (default_target_builtins): New variable.
16671         (this_target_builtins): New conditional variable.
16672         (apply_args_mode, apply_result_mode): Redefine as macros.
16673         * target-globals.h (this_target_builtins): Declare.
16674         (target_globals): Add a builtins field.
16675         (restore_target_globals): Copy the builtins field to
16676         this_target_builtins.
16677         * target-globals.c: Include builtins.h.
16678         (default_target_globals): Initialize the builtins field.
16679         (save_target_globals): Likewise.
16680
16681 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16682
16683         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
16684         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
16685         from expmed.c.
16686         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
16687         (alg_hash, alg_hash_used_p): New macros.
16688         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
16689         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
16690         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
16691
16692 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16693
16694         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
16695         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
16696         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
16697         (this_op_costs, costs_classes): Redefine as macros.
16698         (record_reg_classes): Don't take op_costs as a parameter.
16699         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
16700         (scan_one_insn): Update call to record_operand_costs.
16701
16702 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16703
16704         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
16705         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
16706         (target_ira_int): New structure.
16707         (default_target_ira_int): Declare.
16708         (this_target_ira_int): Declare as a variable or define as a macro.
16709         (ira_reg_mode_hard_regset, ira_register_move_cost)
16710         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
16711         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
16712         (prohibited_class_mode_regs, ira_important_classes_num)
16713         (ira_important_classes, ira_reg_class_intersect)
16714         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
16715         (ira_reg_class_union): Redefine as macros.
16716         * ira.h (target_ira): New structure.
16717         (default_target_ira): Declare.
16718         (this_target_ira): Declare as a variable or define as a macro.
16719         (ira_available_class_regs, ira_hard_regno_cover_class)
16720         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
16721         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
16722         (ira_class_hard_regs_num): Redefine as macros.
16723         * ira.c (default_target_ira, default_target_ira_int): New variables.
16724         (this_target_ira, this_target_ira_int): New conditional variables.
16725         (ira_reg_mode_hard_regset, ira_memory_move_cost)
16726         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
16727         (ira_class_subset_p): Delete.
16728         (no_unit_alloc_regs): Redefine as a macro.
16729         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
16730         (ira_class_hard_regs_num, ira_class_hard_reg_index)
16731         (ira_available_class_regs): Delete.
16732         (alloc_reg_class_subclasses): Redefine as a macro.
16733         (ira_reg_class_cover_size, ira_reg_class_cover)
16734         (ira_important_classes_num, ira_important_classes)
16735         (ira_important_class_nums, ira_class_translate): Delete.
16736         (cover_class_order): Document the variable's lifetime.
16737         (reorder_important_classes): Don't set ira_important_class_nums.
16738         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
16739         (ira_reg_class_super_classes, ira_reg_class_union)
16740         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
16741         Delete.
16742         (setup_reg_class_nregs): Don't set ira_max_regs.
16743         (prohibited_class_mode_regs): Delete.
16744         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
16745         (target_globals): Add ira and ira_int fields.
16746         (restore_target_globals): Copy the ira field to this_target_ira
16747         and the ira_int field to this_target_ira_int.
16748         * target-globals.c: Include ira-int.h.
16749         (default_target_globals): Initialize the ira and ira_int fields.
16750         (save_target_globals): Likewise.
16751
16752 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16753
16754         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
16755         * cfgloop.h (target_cfgloop): New structure.
16756         (default_target_cfgloop): Declare.
16757         (this_target_cfgloop): Declare as a variable or define as a macro.
16758         (target_avail_regs, target_clobbered_regs, target_res_regs)
16759         (target_reg_cost, target_spill_cost): Redefine as macros.
16760         * cfgloopanal.c (default_target_cfgloop): New variable.
16761         (this_target_cfgloop): New conditional variable.
16762         (target_avail_regs, target_clobbered_regs, target_res_regs)
16763         (target_reg_cost, target_spill_cost): Delete.
16764         * target-globals.h (this_target_cfgloop): Declare.
16765         (target_globals): Add a cfgloop field.
16766         (restore_target_globals): Copy the cfgloop field to
16767         this_target_cfgloop.
16768         * target-globals.c: Include cfgloop.h.
16769         (default_target_globals): Initialize the cfgloop field.
16770         (save_target_globals): Likewise.
16771
16772 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16773
16774         * regs.h (target_regs): Add x_direct_load, x_direct_store and
16775         x_float_extend_from_mem.
16776         (direct_load, direct_store, float_extend_from_mem): New macros.
16777         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
16778
16779 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16780
16781         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
16782         (target-globals.o): Depend on $(LIBFUNCS_H).
16783         * libfuncs.h: Include hashtab.h.
16784         (libfunc_entry): Moved from optabs.c.
16785         (target_libfuncs): New structure.
16786         (default_target_libfuncs): Declare.
16787         (this_target_libfuncs): Declare as a variable or define as a macro.
16788         (libfunc_table): Redefine as a macro.
16789         * optabs.c (default_target_libfuncs): New variable.
16790         (this_target_libfuncs): New conditional variable.
16791         (libfunc_table): Delete.
16792         (libfunc_entry): Moved to optabs.h.
16793         (libfunc_hash): Redefine as a macro.
16794         (hash_libfunc, eq_libfunc): Fix comments.
16795         (init_optabs): Use libfunc_hash to detect cases where the function
16796         has already been called.  Clear the hash table instead of
16797         recreating it.
16798         * target-globals.h (this_target_libfuncs): Declare.
16799         (target_globals): Add a libfuncs field.
16800         (restore_target_globals): Copy the libfuncs field to
16801         this_target_libfuncs.
16802         * target-globals.c: Include libfuncs.h.
16803         (default_target_globals): Initialize the libfuncs field.
16804         (save_target_globals): Likewise.
16805
16806 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16807
16808         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
16809         in all dependency lists.
16810
16811 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16812
16813         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
16814         * optabs.h (target_optabs): New structure.
16815         (default_target_optabs): Declare.
16816         (this_target_optabs): Declare as a variable or define as a macro.
16817         (optab_table, convert_optab_table, direct_optab_table): Redefine
16818         as macros.
16819         * optabs.c (default_target_optabs): New variable.
16820         (this_target_optabs): New conditional variable.
16821         (optab_table, convert_optab_table, direct_optab_table): Delete.
16822         * target-globals.h (this_target_optabs): Declare.
16823         (target_globals): Add a optabs field.
16824         (restore_target_globals): Copy the optabs field to
16825         this_target_optabs.
16826         * target-globals.c: Include expr.h and optabs.h.
16827         (default_target_globals): Initialize the optabs field.
16828         (save_target_globals): Likewise.
16829
16830 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16831
16832         * flags.h (target_flagstate): Add x_flag_excess_precision.
16833         (flag_excess_precision): Redefine as a macro.
16834         * toplev.c (flag_excess_precision): Delete.
16835
16836 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16837
16838         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
16839         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
16840         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
16841         (no_caller_save_reg_set): Redefine as a macro.
16842         * reload.h (target_reload): Add x_caller_save_initialized_p and
16843         x_regno_save_mode.
16844         (caller_save_initialized_p): Redefine as a macro.
16845         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
16846         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
16847         (regno_save_mode): Redefine as a macro.
16848
16849 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16850
16851         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
16852         * expmed.h: New file.
16853         * expmed.c (default_target_costs): New variable.
16854         (this_target_costs): New conditional variable.
16855         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
16856         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
16857         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
16858         * target-globals.h (this_target_expmed): Declare.
16859         (target_globals): Add a expmed field.
16860         (restore_target_globals): Copy the expmed field to
16861         this_target_expmed.
16862         * target-globals.c: Include expmed.h.
16863         (default_target_globals): Initialize the expmed field.
16864         (save_target_globals): Likewise.
16865
16866 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16867
16868         * Makefile.in (target-globals.o): Depend on reload.h.
16869         * reload.h (target_reload): New structure.
16870         (default_target_reload): Declare.
16871         (this_target_reload): Declare as a variable or define as a macro.
16872         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
16873         * reload1.c (default_target_reload): New variable
16874         (this_target_reload): New conditional variable.
16875         (indirect_symref_ok, double_reg_address_ok): Delete.
16876         (spill_indirect_levels): Redefine as a macro.
16877         * target-globals.h (this_target_reload): Declare.
16878         (target_globals): Add a reload field.
16879         (restore_target_globals): Copy the reload field to
16880         this_target_reload.
16881         * target-globals.c: Include hard-reg-set.h.
16882         (default_target_globals): Initialize the reload field.
16883         (save_target_globals): Likewise.
16884
16885 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16886
16887         * rtl.h (target_rtl): Add x_static_reg_base_value.
16888         * alias.c (static_reg_base_value): Redefine as a macro.
16889
16890 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16891
16892         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
16893         (GTFILES): Remove reginfo.c.
16894         * rtl.h (target_rtl): Add x_top_of_stack.
16895         (top_of_stack): New macro.
16896         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
16897         (top_of_stack): Delete.
16898
16899 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16900
16901         * regs.h (target_regs): Add x_hard_regs_of_mode,
16902         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
16903         x_may_move_out_cost and x_last_mode_for_init_move_cost.
16904         (have_regs_of_mode, contains_reg_of_mode, move_cost)
16905         (may_move_in_cost, may_move_out_cost): Redefine as macros.
16906         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
16907         (may_move_in_cost, may_move_out_cost): Delete.
16908         (last_mode_for_init_move_cost): Redefine as a macro.
16909
16910 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16911
16912         * hard-reg-set.h (target_hard_regs): New structure.
16913         (default_target_hard_regs): Declare.
16914         (this_target_hard_regs): Declare as a variable or define as a macro.
16915         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
16916         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
16917         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
16918         (reg_class_size, reg_class_subclasses, reg_class_subunion)
16919         (reg_class_superunion, reg_names): Redefine as macros.
16920         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
16921         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
16922         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
16923         (reg_class_contents, reg_class_size, reg_class_subclasses)
16924         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
16925         (default_target_hard_regs): New variable
16926         (this_target_hard_regs, initial_call_really_used_regs)
16927         (initial_reg_alloc_order): New conditional variables.
16928         (initial_reg_names): New variable.
16929         (init_reg_sets): Assert that initial_call_really_used_regs,
16930         initial_reg_alloc_order and initial_reg_names
16931         are all the same size as their variable counterparts.  Use them to
16932         initialize those counterparts.
16933         * target-globals.h (this_target_hard_regs): Declare.
16934         (target_globals): Add a hard_regs field.
16935         (restore_target_globals): Copy the hard_regs field to
16936         this_target_hard_regs.
16937         * target-globals.c: Include hard-reg-set.h.
16938         (default_target_globals): Initialize the hard_regs field.
16939         (save_target_globals): Likewise.
16940
16941 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16942
16943         * Makefile.in (target-globals.o): Depend on $(RTL_H).
16944         * rtl.h (target_rtl): New structure.
16945         (default_target_rtl): Declare.
16946         (this_target_rtl): Declare as a variable or define as a macro.
16947         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
16948         Redefine as macros.
16949         * emit-rtl.c (default_target_rtl): New variable.
16950         (this_target_rtl): New conditional variable.
16951         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
16952         (return_address_pointer_rtx): Delete.
16953         (initial_regno_reg_rtx): New macro.
16954         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
16955         (init_emit_regs): Likewise.
16956         * target-globals.h (this_target_rtl): Declare.
16957         (target_globals): Add a rtl field.
16958         (restore_target_globals): Copy the rtl field to this_target_rtl.
16959         * target-globals.c: Include rtl.h.
16960         (default_target_globals): Initialize the rtl field.
16961         (save_target_globals): Likewise.
16962
16963 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16964
16965         * Makefile.in (target-globals.o): Depend on $(REGS_H).
16966         * regs.h (target_reg_modes): New structure.
16967         (default_target_reg_modes): Declare.
16968         (this_target_reg_modes): Declare as a variable or define as a macro.
16969         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
16970         * reginfo.c (default_target_reg_modes): New variable.
16971         (this_target_reg_modes): New conditional variable.
16972         (hard_regno_nregs, reg_raw_mode): Delete.
16973         * target-globals.h (this_target_regs): Declare.
16974         (target_globals): Add a regs field.
16975         (restore_target_globals): Copy the regs field to this_target_regs.
16976         * target-globals.c: Include regs.h.
16977         (default_target_globals): Initialize the regs field.
16978         (save_target_globals): Likewise.
16979
16980 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
16981
16982         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
16983         * doc/tm.texi: Regenerate.
16984         * Makefile.in (OBJS-common): Add target-globals.o.
16985         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
16986         and target-globals.h.
16987         (target-globals.o): New rule.
16988         (GTFILES): Include $(srcdir)/target-globals.h.
16989         * defaults.h (SWITCHABLE_TARGET): Define.
16990         * gengtype.c (open_base_files): Add target-globals.h to the
16991         list of includes.
16992         * target-globals.h: New file.
16993         * target-globals.c: Likewise.
16994
16995         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
16996         * flags.h (target_flag_state): New structure.
16997         (default_target_flag_state): Declare.
16998         (this_target_flag_state): Declare as a variable or define as a macro.
16999         (align_loops_log): Redefine as a macro.
17000         (align_loops_max_skip, align_jumps_log): Likewise.
17001         (align_jumps_max_skip, align_labels_log): Likewise.
17002         (align_labels_max_skip, align_functions_log): Likewise.
17003         * toplev.c (default_target_flag_state): New variable.
17004         (this_target_flag_state): New conditional variable.
17005         (align_loops_log): Delete.
17006         (align_loops_max_skip, align_jumps_log): Likewise.
17007         (align_jumps_max_skip, align_labels_log): Likewise.
17008         (align_labels_max_skip, align_functions_log): Likewise.
17009         * target-globals.h (this_target_flag_state): Declare.
17010         (target_globals): Add a flag_state field.
17011         (restore_target_globals): Copy the flag_state field to
17012         this_target_flag_state.
17013         * target-globals.c: Include flags.h.
17014         (default_target_globals): Initialize the flag_state field.
17015         (save_target_globals): Likewise.
17016
17017 2010-07-12  Jie Zhang  <jie@codesourcery.com>
17018
17019         * postreload.c (reg_symbol_ref[]): New.
17020         (move2add_use_add2_insn): New.
17021         (move2add_use_add3_insn): New.
17022         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
17023         (move2add_note_store): Likewise.
17024
17025 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
17026
17027         PR rtl-optimization/44752
17028         * genautomata.c (main): Don't emit an empty file even if there
17029         is no automaton.
17030
17031 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17032
17033         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
17034         ix86_solaris_return_in_memory.
17035         * config/i386-protos.h: Reflect this.
17036         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
17037         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
17038         Move ...
17039         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
17040
17041 2010-07-12  Jie Zhang  <jie@codesourcery.com>
17042
17043         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
17044         align the stack when it's going to be saved.
17045
17046 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17047
17048         PR pch/14940
17049         * config/host-solaris.c (mmap_fixed): New function.
17050         (sol_gt_pch_get_address): Use it.
17051         (sol_gt_pch_use_address): Likewise.
17052
17053 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17054
17055         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
17056         pentiumpro on Solaris 8 and 9/x86.
17057         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
17058         Document SSE/SSE2 support.
17059         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
17060
17061 2010-07-12  Andi Kleen  <ak@linux.intel.com>
17062
17063         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
17064         instead of gcc_assert to print better error message for multiple
17065         prevailing defs.
17066
17067 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
17068
17069         * config/i386/i386.c (ix86_asm_output_function_label): Change format
17070         string placeholder from 0x%x to %#x.
17071         (ix86_code_end): Use putc to output '\n'.
17072         (ix86_print_operand) <case ';'>: Use putc to output ';'.
17073
17074 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
17075
17076         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
17077         in directive -export.
17078
17079 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
17080
17081         * reginfo.h (reg_classes_intersect_p): Change arguments type to
17082         reg_class_t.
17083         * rtl.h (reg_classes_intersect_p): Adjust prototype.
17084
17085         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
17086         Remove macros.
17087         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
17088         rs6000_memory_move_cost): Remove
17089         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
17090         TARGET_MEMORY_MOVE_COST): Define.
17091         (rs6000_register_move_cost): Make static. Change arguments type from
17092         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
17093         (rs6000_memory_move_cost): Make static. Change arguments type from
17094         'enum reg_class' to reg_class_t.
17095
17096 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
17097
17098         PR middle-end/42505
17099         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
17100         lookup code into....
17101         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
17102         new functions.
17103         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
17104         * cfgloopanal.c (target_clobbered_regs): Define.
17105         (init_set_costs): Initialize target_clobbered_regs.
17106         (estimate_reg_pressure_cost): Add call_p argument.  When true,
17107         adjust the number of available registers to exclude the
17108         call-clobbered registers.
17109         * cfgloop.h (target_clobbered_regs): Declare.
17110         (estimate_reg_pressure_cost): Adjust declaration.
17111         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
17112         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
17113         (determine_set_costs): Dump target_clobbered_regs.
17114         (loop_body_includes_call): New function.
17115         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
17116         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
17117         call_p flag through.
17118         (best_gain_for_invariant): Likewise.
17119         (find_invariants_to_move): Likewise.
17120         (move_single_loop_invariants): Likewise, using already-computed
17121         has_call field.
17122
17123 2010-07-10  Richard Guenther  <rguenther@suse.de>
17124             Joern Rennecke  <joern.rennecke@embecosm.com>
17125
17126         PR debug/44832
17127         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
17128         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
17129         unless they have DECL_IGNORED_P set.
17130
17131 2010-07-10  Richard Guenther  <rguenther@suse.de>
17132
17133         PR lto/44889
17134         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
17135         helper function.
17136         (gimple_types_compatible_p): Similar to pointed-to
17137         types allow and merge a mix of complete and incomplete aggregate.
17138         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
17139         (iterative_hash_gimple_type): Adjust for that.
17140
17141 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
17142
17143         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
17144
17145 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
17146
17147         PR objc/44140
17148         * config/darwin.c (output_objc_section_asm_op): Save and restore
17149         section when outputting ObjC section list.
17150
17151 2010-07-09  Jan Hubicka  <jh@suse.cz>
17152
17153         * lto-streamer-out.c (produce_symtab): Do not write alias
17154         cgraph/varpool nodes.
17155
17156 2010-07-09  Jan Hubicka  <jh@suse.cz>
17157
17158         * tree-inline.c (declare_return_variable): Fix ICE while
17159         inlining DECL_BY_VALUE function not in SSA form
17160
17161 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
17162
17163         PR tree-optimization/44576
17164         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
17165         New.  Pull out from is_loop_prefetching_profitable to implement
17166         the trip count to ahead ratio heuristic.
17167         (mem_ref_count_reasonable_p): New.  Pull out from
17168         is_loop_prefetching_profitable to implement the instruction to
17169         memory reference ratio heuristic.  Also consider not reasonable if
17170         the memory reference count is above a threshold (to avoid
17171         explosive compilation time.
17172         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
17173         is_loop_prefetching_profitable to implement the instruction to
17174         prefetch ratio heuristic.
17175         (is_loop_prefetching_profitable): Removed.
17176         (loop_prefetch_arrays): Distribute the cost analysis across the
17177         function to allow early exit of the prefetch analysis.
17178         is_loop_prefetching_profitable is splitted into three functions,
17179         with each one called as early as possible.
17180         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
17181         number of memory references in a loop is considered too many.
17182
17183 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
17184
17185         * reload.c (find_reloads): Don't clear badop if we have a winreg
17186         alternative, but not win, and the class only has fixed regs.
17187         * hard-reg-set.h (class_only_fixed_regs): Declare.
17188         * reginfo.c (class_only_fixed_regs): New array.
17189         (init_reg_sets_1): Initialize it.
17190         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
17191         discourage alternatives using the stack pointer.
17192
17193         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
17194
17195         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
17196
17197         * config/arm/arm.md (cbranchqi4): Fix array size.
17198         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
17199         calculating length.
17200
17201 2010-07-09  Richard Guenther  <rguenther@suse.de>
17202
17203         * gimple.c (struct type_fixup_s): New struct and VEC type.
17204         (gimple_register_type_fixups): New static global.
17205         (gimple_queue_type_fixup): New function.
17206         (gimple_types_compatible_p): Queue type fixups instead of
17207         applying them here.
17208         (gimple_register_type): Apply queued fixups for the
17209         canonical type.  Empty the type fixup queue.
17210
17211 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
17212
17213         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
17214         * configure: Regenerate.
17215         * config.in: Ditto.
17216
17217 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
17218             Denys Vlasenko  <dvlasenk@redhat.com>
17219             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
17220
17221         PR tree-optimization/28632
17222         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
17223         (extract_range_from_binary_expr): Further optimize
17224         BIT_AND_EXPR and BIT_IOR_EXPR.
17225
17226 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
17227
17228         * tree-if-conv.c (fold_or_predicates): New.
17229         (add_to_predicate_list): Call it.
17230
17231 2010-07-09  Richard Guenther  <rguenther@suse.de>
17232
17233         PR middle-end/44890
17234         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
17235         if base is a pointer.
17236         * tree-cfg.c (verify_expr): Update MEM_REF checking.
17237
17238 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
17239
17240         PR target/44877
17241         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
17242         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
17243         builtin mask for load/store builtins.
17244
17245 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
17246
17247         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
17248         for "lock addl".
17249         * configure: Regenerate.
17250         * config/i386/i386.c (ix86_print_operand) <case ';'>:
17251         Remove TARGET_MACHO.
17252
17253 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
17254
17255         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
17256         default ISA flags.
17257         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
17258
17259 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
17260
17261         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
17262
17263 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
17264
17265         * config/picochip/picochip.md (commsTestPort): Emit more
17266         efficient sequence for tstport instruction.
17267
17268 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
17269
17270         * config/i386/i386.c (ix86_veclib_handler): Make static.
17271
17272 2010-07-09  Richard Guenther  <rguenther@suse.de>
17273
17274         PR tree-optimization/44852
17275         * tree-ssa-alias.c: Include toplev.h for exact_log2.
17276         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
17277         in MEM_REF.
17278         (indirect_refs_may_alias_p): Likewise.
17279         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
17280
17281 2010-07-09  Richard Guenther  <rguenther@suse.de>
17282
17283         PR tree-optimization/44882
17284         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
17285         sets do conflict.
17286         (vectorizable_load): Likewise.
17287
17288 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
17289
17290         PR target/40657
17291         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
17292         All callers changed.
17293         Handle the case when we're called for the epilogue.
17294         (thumb_unexpanded_epilogue): Use it.
17295         (thumb1_expand_epilogue): Likewise.
17296
17297 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
17298
17299         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
17300         both ranges are range_int_cst_p with non-negative minimum,
17301         try harder to derive smaller range.
17302
17303 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17304
17305         * genrecog.c: Include diagnostic-core.h before toplev.h.
17306         * genoutput.c: Likewise.
17307         * genextract.c: Likewise.
17308         * genautomata.c: Likewise.
17309         * genemit.c: Likewise.
17310         * genpeep.c: Likewise.
17311         * genattrtab.c: Likewise.
17312         * genconditions.c: Likewise.
17313         * genpreds.c: Likewise.
17314
17315 2010-07-08  Andi Kleen  <ak@linux.intel.com>
17316
17317         * lto-section-in.c (lto_section_name): Add missing comma.
17318
17319 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
17320
17321         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
17322         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
17323         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
17324         (ia64_override_options): Rename to...
17325         (ia64_option_override): ... this one. Make static.
17326
17327 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
17328
17329         PR middle-end/44843
17330         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
17331         pointed-to type of the offset in a MEM_REF to compute the alignment.
17332
17333 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
17334
17335         * final.c (final_scan_insn): Replace
17336         TARGET_UNWIND_INFO macro check by unwind_emit
17337         hook NULL check.
17338         * targhooks.c (default_unwind_emit): Removed.
17339         * targhooks.h (default_unwind_emit): Likewise.
17340         * target.def (unwind_emit): Set default value to NULL.
17341
17342         * config/i386/i386-protos.h (ix86_asm_output_function_label):
17343         New prototype.
17344         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
17345         for NULL fntype argument and allow 64-bit targets.
17346         (ix86_asm_output_function_label): New function.
17347         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
17348         (ix86_handle_fndecl_attribute): Likewise.
17349         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
17350         * doc/doc/tm.texi: Regenerated.
17351         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
17352         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
17353         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
17354         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
17355         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
17356         * config/elfos.h: Likewise.
17357         * config/i386/cygming.h: Likewise.
17358         * config/netbsd-aout.h: Likewise.
17359         * config/openbsd.h: Likewise.
17360         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
17361         by ix86_asm_output_function_label function call.
17362         * varasm.c (assemble_start_function): Use
17363         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
17364
17365 2010-07-08  Jan Hubicka  <jh@suse.cz>
17366
17367         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
17368         New function.
17369         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
17370         Declare.
17371         * ipa-cp.c (ipcp_estimate_growth): Use it.
17372         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
17373         Likewise.
17374
17375 2010-07-08  Jan Hubicka  <jh@suse.cz>
17376
17377         * tree-inline.c (declare_return_variable): Allocate annotation for new
17378         temporary.
17379
17380 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
17381
17382         PR tree-optimization/44710
17383         * tree-if-conv.c (parse_predicate): New.
17384         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
17385         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
17386
17387 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
17388
17389         * common.opt (ftree-loop-if-convert): New flag.
17390         * doc/invoke.texi (ftree-loop-if-convert): Documented.
17391         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
17392         when flag_tree_loop_if_convert is set.
17393
17394 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
17395
17396         * config/i386/i386.c: Use short syntax for function calls
17397         through function pointers.
17398         * config/i386/i386.md: Ditto.
17399
17400 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
17401
17402         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
17403
17404 2010-07-08  Richard Guenther  <rguenther@suse.de>
17405
17406         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
17407         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
17408
17409 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
17410
17411         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
17412         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
17413         (loc_list_from_tree): Likewise.
17414         (output_loc_operands): Handle outputting DW_OP_const[48]u
17415         with loc->dtprel set.
17416         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
17417
17418 2010-07-08  Jan Hubicka  <jh@suse.cz>
17419
17420         * ipa.c: Include pointer-set.h
17421         (cgraph_externally_visible_p): New attribute ALIASED;
17422         when in LTO, hidden symbols are local unless they are aliased.
17423         (function_and_variable_visibility): Compute aliased nodes;
17424         handle LTO and hidden symbol on functions and vars.
17425         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
17426         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
17427
17428 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
17429
17430         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
17431         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17432         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17433         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17434         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
17435         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
17436         (ix86_gen_probe_stack_range): Likewise.
17437         (override_options): Set them.
17438         (ix86_target_stack_probe): New function.
17439         (ix86_compute_frame_layout): Force use of push instructions to
17440         save registers if stack checking with probes is enabled.
17441         (get_scratch_register_on_entry): New function.
17442         (release_scratch_register_on_entry): Likewise.
17443         (ix86_adjust_stack_and_probe): Likewise.
17444         (output_adjust_stack_and_probe): Likewise.
17445         (ix86_emit_probe_stack_range): Likewise.
17446         (output_probe_stack_range): Likewise.
17447         (ix86_expand_prologue): Emit stack checking code if static built-in
17448         stack checking is enabled.
17449         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
17450         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
17451         (output_adjust_stack_and_probe): Likewise.
17452         (output_probe_stack_range): Likewise.
17453         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
17454         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
17455         TARGET_STACK_PROBE.
17456         (allocate_stack_worker_64): Likewise.
17457         (allocate_stack): Likewise.
17458         (adjust_stack_and_probe): New insn.
17459         (probe_stack_range): Likewise.
17460
17461 2010-07-08  Richard Guenther  <rguenther@suse.de>
17462
17463         PR tree-optimization/44831
17464         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
17465         a MEM_REF preserving TBAA info of the original dereference.
17466         Dereference the original pointer if the address is not invariant.
17467         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
17468         at least one invariant address that we are going to dereference.
17469
17470 2010-07-08  Richard Guenther  <rguenther@suse.de>
17471
17472         PR tree-optimization/44861
17473         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
17474         information when building MEM_REFs.
17475         (vectorizable_load): Likewise.
17476         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
17477
17478 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
17479
17480         * config/sol2-c.c: Do not include diagnostic-core.h.
17481
17482 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17483
17484         PR bootstrap/44768
17485         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
17486         with respect to current_function_decl. Pass decl of the function.
17487         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
17488         * ipa-inline.c (compute_inline_parameters): Pass decl to
17489         estimated_stack_frame_size.
17490
17491 2010-07-08  Richard Guenther  <rguenther@suse.de>
17492
17493         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
17494         New function.
17495         (valueize_refs): Call it.
17496
17497 2010-07-08  Richard Guenther  <rguenther@suse.de>
17498
17499         PR rtl-optimization/44838
17500         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
17501         SSA form do not use pointer equivalence.
17502
17503 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
17504
17505         * dwarf2out.c (AT_linkage_name): Delete.
17506         (add_linkage_attr): New function.
17507         (add_linkage_name): Call it to emit the linkage attribute.
17508         (dwarf2out_finish): Likewise.
17509         (move_linkage_attr): Explicitly accept both attribute variants.
17510
17511 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17512
17513         * toplev.h: Do not include diagnostic-core.h.
17514         Include diagnostic-core.h in every file that includes toplev.h.
17515         * c-tree.h: Do not include toplev.h.
17516         * pretty-print.h: Update comment.
17517         * Makefile.in: Update dependencies.
17518         * alias.c: Include diagnostic-core.h in every file that includes
17519         toplev.h.
17520         * attribs.c: Likewise.
17521         * auto-inc-dec.c: Likewise.
17522         * bb-reorder.c: Likewise.
17523         * bt-load.c: Likewise.
17524         * caller-save.c: Likewise.
17525         * calls.c: Likewise.
17526         * cfg.c: Likewise.
17527         * cfganal.c: Likewise.
17528         * cfgbuild.c: Likewise.
17529         * cfgcleanup.c: Likewise.
17530         * cfghooks.c: Likewise.
17531         * cfgloop.c: Likewise.
17532         * combine.c: Likewise.
17533         * config/alpha/alpha.c: Likewise.
17534         * config/arc/arc.c: Likewise.
17535         * config/arm/arm.c: Likewise.
17536         * config/arm/pe.c: Likewise.
17537         * config/avr/avr.c: Likewise.
17538         * config/bfin/bfin.c: Likewise.
17539         * config/cris/cris.c: Likewise.
17540         * config/crx/crx.c: Likewise.
17541         * config/darwin-c.c: Likewise.
17542         * config/darwin.c: Likewise.
17543         * config/fr30/fr30.c: Likewise.
17544         * config/frv/frv.c: Likewise.
17545         * config/h8300/h8300.c: Likewise.
17546         * config/host-darwin.c: Likewise.
17547         * config/i386/i386.c: Likewise.
17548         * config/i386/netware.c: Likewise.
17549         * config/i386/nwld.c: Likewise.
17550         * config/i386/winnt-cxx.c: Likewise.
17551         * config/i386/winnt-stubs.c: Likewise.
17552         * config/i386/winnt.c: Likewise.
17553         * config/ia64/ia64-c.c: Likewise.
17554         * config/ia64/ia64.c: Likewise.
17555         * config/iq2000/iq2000.c: Likewise.
17556         * config/lm32/lm32.c: Likewise.
17557         * config/m32c/m32c-pragma.c: Likewise.
17558         * config/m32c/m32c.c: Likewise.
17559         * config/m32r/m32r.c: Likewise.
17560         * config/m68hc11/m68hc11.c: Likewise.
17561         * config/m68k/m68k.c: Likewise.
17562         * config/mcore/mcore.c: Likewise.
17563         * config/mep/mep-pragma.c: Likewise.
17564         * config/mep/mep.c: Likewise.
17565         * config/mmix/mmix.c: Likewise.
17566         * config/mn10300/mn10300.c: Likewise.
17567         * config/moxie/moxie.c: Likewise.
17568         * config/pa/pa.c: Likewise.
17569         * config/pdp11/pdp11.c: Likewise.
17570         * config/picochip/picochip.c: Likewise.
17571         * config/rs6000/rs6000-c.c: Likewise.
17572         * config/rs6000/rs6000.c: Likewise.
17573         * config/rx/rx.c: Likewise.
17574         * config/s390/s390.c: Likewise.
17575         * config/score/score.c: Likewise.
17576         * config/score/score3.c: Likewise.
17577         * config/score/score7.c: Likewise.
17578         * config/sh/sh.c: Likewise.
17579         * config/sh/symbian-base.c: Likewise.
17580         * config/sh/symbian-c.c: Likewise.
17581         * config/sh/symbian-cxx.c: Likewise.
17582         * config/sol2-c.c: Likewise.
17583         * config/sol2.c: Likewise.
17584         * config/sparc/sparc.c: Likewise.
17585         * config/spu/spu.c: Likewise.
17586         * config/stormy16/stormy16.c: Likewise.
17587         * config/v850/v850-c.c: Likewise.
17588         * config/v850/v850.c: Likewise.
17589         * config/vax/vax.c: Likewise.
17590         * config/vxworks.c: Likewise.
17591         * config/xtensa/xtensa.c: Likewise.
17592         * convert.c: Likewise.
17593         * cse.c: Likewise.
17594         * cselib.c: Likewise.
17595         * dbgcnt.c: Likewise.
17596         * dbxout.c: Likewise.
17597         * ddg.c: Likewise.
17598         * dominance.c: Likewise.
17599         * emit-rtl.c: Likewise.
17600         * explow.c: Likewise.
17601         * expmed.c: Likewise.
17602         * fixed-value.c: Likewise.
17603         * fold-const.c: Likewise.
17604         * fwprop.c: Likewise.
17605         * gcse.c: Likewise.
17606         * ggc-common.c: Likewise.
17607         * ggc-page.c: Likewise.
17608         * ggc-zone.c: Likewise.
17609         * gimple-low.c: Likewise.
17610         * gimplify.c: Likewise.
17611         * graph.c: Likewise.
17612         * haifa-sched.c: Likewise.
17613         * ifcvt.c: Likewise.
17614         * implicit-zee.c: Likewise.
17615         * integrate.c: Likewise.
17616         * ira-build.c: Likewise.
17617         * ira-color.c: Likewise.
17618         * ira-conflicts.c: Likewise.
17619         * ira-costs.c: Likewise.
17620         * ira-lives.c: Likewise.
17621         * ira.c: Likewise.
17622         * lists.c: Likewise.
17623         * loop-doloop.c: Likewise.
17624         * loop-iv.c: Likewise.
17625         * lto-opts.c: Likewise.
17626         * lto-symtab.c: Likewise.
17627         * main.c: Likewise.
17628         * modulo-sched.c: Likewise.
17629         * optabs.c: Likewise.
17630         * params.c: Likewise.
17631         * plugin.c: Likewise.
17632         * postreload-gcse.c: Likewise.
17633         * postreload.c: Likewise.
17634         * predict.c: Likewise.
17635         * profile.c: Likewise.
17636         * real.c: Likewise.
17637         * regcprop.c: Likewise.
17638         * reginfo.c: Likewise.
17639         * regmove.c: Likewise.
17640         * reorg.c: Likewise.
17641         * resource.c: Likewise.
17642         * rtl.c: Likewise.
17643         * rtlanal.c: Likewise.
17644         * sched-deps.c: Likewise.
17645         * sched-ebb.c: Likewise.
17646         * sched-rgn.c: Likewise.
17647         * sdbout.c: Likewise.
17648         * sel-sched-dump.c: Likewise.
17649         * sel-sched-ir.c: Likewise.
17650         * simplify-rtx.c: Likewise.
17651         * stmt.c: Likewise.
17652         * stor-layout.c: Likewise.
17653         * store-motion.c: Likewise.
17654         * targhooks.c: Likewise.
17655         * tree-cfg.c: Likewise.
17656         * tree-cfgcleanup.c: Likewise.
17657         * tree-dump.c: Likewise.
17658         * tree-eh.c: Likewise.
17659         * tree-inline.c: Likewise.
17660         * tree-nomudflap.c: Likewise.
17661         * tree-object-size.c: Likewise.
17662         * tree-optimize.c: Likewise.
17663         * tree-outof-ssa.c: Likewise.
17664         * tree-phinodes.c: Likewise.
17665         * tree-profile.c: Likewise.
17666         * tree-ssa-ccp.c: Likewise.
17667         * tree-ssa-coalesce.c: Likewise.
17668         * tree-ssa-live.c: Likewise.
17669         * tree-ssa-loop-niter.c: Likewise.
17670         * tree-ssa-loop-prefetch.c: Likewise.
17671         * tree-ssa-loop.c: Likewise.
17672         * tree-ssa-structalias.c: Likewise.
17673         * tree-ssa-uninit.c: Likewise.
17674         * tree-ssa.c: Likewise.
17675         * tree-vect-data-refs.c: Likewise.
17676         * tree-vect-loop-manip.c: Likewise.
17677         * tree-vect-loop.c: Likewise.
17678         * tree-vect-patterns.c: Likewise.
17679         * tree-vect-stmts.c: Likewise.
17680         * tree-vrp.c: Likewise.
17681         * varasm.c: Likewise.
17682         * vec.c: Likewise.
17683         * web.c: Likewise.
17684         * xcoffout.c: Likewise.
17685
17686 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
17687
17688         * gengtype.c (write_field_root): New function.
17689         (write_root): Use it.
17690
17691 2010-07-07  Wei Guozhi  <carrot@google.com>
17692
17693         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
17694         of lowest bits to lshift/compare): Add a missing line.
17695
17696 2010-07-07  Wei Guozhi  <carrot@google.com>
17697
17698         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
17699         of lowest bits to lshift/compare): New.
17700
17701 2010-07-07  Tom Tromey  <tromey@redhat.com>
17702
17703         * doc/tm.texi: Update.
17704         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
17705         Add @hook.
17706         * target.def (want_debug_pub_sections): New hook.
17707         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
17708         * dwarf2out.c (add_pubname_string): Check
17709         targetm.want_debug_pub_sections.
17710         (add_pubname): Likewise.
17711         (add_pubtype): Likewise.
17712
17713 2010-07-07  Jie Zhang  <jie@codesourcery.com>
17714
17715         * genautomata.c (output_automata_list_min_issue_delay_code):
17716         Correctly decompress min_issue_delay.
17717
17718 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17719
17720         PR rtl-optimization/44404
17721         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
17722         possible, use reg_overlap_mentioned_p instead.
17723
17724 2010-07-07  Duncan Sands  <baldrick@free.fr>
17725
17726         PR middle-end/41355
17727         * tree.c (build_function_type_skip_args): Copy the original type using
17728         build_distinct_type_copy rather than copy_node.
17729
17730 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
17731
17732         PR target/44850
17733         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
17734         revision 161876.
17735         (ix86_expand_prologue): Likewise.
17736         (ix86_handle_fndecl_attribute): Likewise.
17737         (ix86_asm_declare_function_name): Likewise.
17738         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
17739         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
17740         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
17741         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
17742         * doc/extend.texi: Likewise.
17743
17744 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
17745
17746         PR target/44844
17747         * config/i386/i386.md (rdrand<mode>): Changed to expand to
17748         retry if the carry flag isn't valid.
17749         (rdrand<mode>_1): New.
17750
17751 2010-07-07  Richard Guenther  <rguenther@suse.de>
17752
17753         PR middle-end/44790
17754         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
17755         for expanding the constant offset for MEM_REFs.
17756
17757 2010-07-07  Richard Guenther  <rguenther@suse.de>
17758
17759         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
17760         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
17761         * gimple.h (is_gimple_operand): Remove.
17762         * gimple.c (is_gimple_operand): Likewise.
17763         (walk_gimple_op): Fix wi->val_only setting for calls.
17764         * tree-cfg.c (verify_gimple_call): Fix argument validation.
17765         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
17766         invalid gimple calls.
17767
17768 2010-07-06  Jan Hubicka  <jh@suse.cz>
17769
17770         * lto-cgraph.c (output_cgraph): Add missing declaration.
17771
17772 2010-07-06  Jan Hubicka  <jh@suse.cz>
17773
17774         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
17775         partition.
17776
17777 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
17778
17779         * doc/gimple.texi (GIMPLE_DEBUG): Document.
17780         * doc/rtl.texi (Debug Information): New node.
17781         (NOTE_INSN_VAR_LOCATION): Document.
17782         (debug_insn): Likewise.
17783         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
17784
17785 2010-07-07  Jan Hubicka  <jh@suse.cz>
17786
17787         With parts by Richard Guenther.
17788
17789         PR middle-end/44813
17790         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
17791         for functions passed by reference.
17792         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
17793         in memory when passed by reference.
17794         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
17795         beggining.
17796         * ipa-split.c (split_function): Cleanup way return value is passed;
17797         handle SSA DECL_BY_REFERENCE retvals.
17798         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
17799         DECL_BY_REFERENCE is set.
17800         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
17801         find_what_p_points_to): Handle RESULT_DECL.
17802         * tree-inline.c (declare_return_variable): Get new entry_block argument;
17803         when passing by reference ensure that RESULT_DECL is gimple_val.
17804         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
17805         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
17806
17807 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
17808
17809         PR rtl-optimization/44787
17810         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
17811         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
17812
17813 2010-07-06  Jan Hubicka  <jh@suse.cz>
17814
17815         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
17816         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
17817         with body can prevail.
17818         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
17819         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
17820         * cgraph.c (cgraph_get_node_or_alias): New function.
17821         * cgraph.h (cgraph_get_node_or_alias): Declare.
17822
17823 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
17824
17825         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
17826         support.
17827         (ix86_expand_prologue): Likewise.
17828         (ix86_handle_fndecl_attribute): Likewise.
17829         (ix86_asm_declare_function_name): New function for
17830         ASM_DECLARE_FUNCTION_NAME.
17831         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
17832         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
17833         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
17834         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
17835         * doc/extend.texi: Adjust documentation about ms_hook_prologue
17836         attribute.
17837
17838 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
17839
17840         * config/i386/i386.md (immediate_operand): New mode attribute.
17841
17842         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
17843         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
17844         using P mode iterator.
17845         (pro_epilogue_adjust_stack_di_2): Rename from
17846         pro_epilogue_adjust_stack_rex64_2.
17847
17848         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
17849
17850 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
17851
17852         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
17853         through gen_mov_insv_1 function pointer.
17854         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
17855         gen_truncxf<mode>2 through gen_truncxf function pointer.
17856         (remainder<mode>3): Ditto.
17857         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
17858         (allocate_stack): Call gen_allocate_stack_worker_64 or
17859         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
17860         function pointer.
17861         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
17862         function pointer.
17863
17864 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
17865
17866         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
17867         operand constraint instead of <r><i>m.
17868
17869 2010-07-06  Richard Guenther  <rguenther@suse.de>
17870
17871         PR middle-end/44828
17872         * convert.c (convert_to_integer): Watch out for overflowing
17873         MULT_EXPR as well.
17874
17875 2010-07-05  Jan Hubicka  <jh@suse.cz>
17876
17877         * lto-streamer.c (write_symbol_vec): Rename to ...
17878         (write_symbol) ... this one; write only symbol given and when
17879         present in cache. Sanity check that what is defined is present
17880         in cgraph/varpool with body/finalized decl.
17881         (write_symbols_of_kind): Remove.
17882         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
17883         pairs to produce symtab.
17884         (produce_asm_for_decls): Update call of produce_symtab; don't do so
17885         when doing WPA streaming.
17886
17887 2010-07-05  Jan Hubicka  <jh@suse.cz>
17888
17889         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
17890         function is still available to fold into.
17891
17892 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
17893
17894         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
17895         * function.h (struct_function): Change type of local_decls field
17896         to a VEC.
17897         (add_local_decl): New function.
17898         (FOR_EACH_LOCAL_DECL): New macro.
17899         * cfgexpand.c (init_vars_expansion): Adjust for new type of
17900         cfun->local_decls.
17901         (estimated_stack_frame_size): Likewise.
17902         (expand_used_vars): Likewise.
17903         * cgraphbuild.c (build_cgraph_edges): Likewise.
17904         * function.c (instantiate_decls_1): Likewise.
17905         * ipa-struct-reorg.c (build_data_structure): Likewise.
17906         * ipa-type-escape.c (analyze_function): Likewise.
17907         * lto-streamer-in.c (input_function): Likewise.
17908         * lto-streamer-out.c (output_function): Likewise.
17909         * tree-ssa-live.c (remove_unused_locals): Likewise.
17910         * tree.c (free_lang_data_in_decl): Likewise.
17911         (find_decls_types_in_node): Likewise.
17912         * omp-low.c (remove_exit_barrier): Likewise.
17913         (expand_omp_taskreg): Likewise.
17914         (list2chain): Rename to...
17915         (vec2chain): ...this.  Adjust.
17916         * cgraphunit.c (assemble_thunk): Call add_local_decl.
17917         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
17918         * gimple-low.c (record_vars_into): Likewise.
17919         * tree-inline.c (remap_decls): Likewise.
17920         (declare_return_variable): Likewise.
17921         (declare_inline_vars): Likewise.
17922         (copy_forbidden): Adjust for new type of cfun->local_decls.
17923         (add_local_variables): New function.
17924         (expand_call_inline): Call it.
17925         (tree_function_versioning): Likewise.
17926
17927 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
17928
17929         AVX Programming Reference (June, 2010)
17930         * config/i386/cpuid.h (bit_F16C): New.
17931         (bit_RDRND): Likewise.
17932         (bit_FSGSBASE): Likewise.
17933
17934         * config/i386/i386-builtin-types.def: Add
17935         "DEF_FUNCTION_TYPE (UINT16)", function types for
17936         float16 <-> float conversions and
17937         "DEF_FUNCTION_TYPE (VOID, UINT64)".
17938
17939         * config/i386/i386-c.c (ix86_target_macros_internal): Support
17940         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
17941         OPTION_MASK_ISA_F16C.
17942
17943         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
17944         (OPTION_MASK_ISA_RDRND_SET): Likewise.
17945         (OPTION_MASK_ISA_F16C_SET): Likewise.
17946         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
17947         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
17948         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
17949         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
17950         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
17951         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
17952         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
17953         (override_options): Handle them.
17954         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
17955         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
17956         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
17957         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
17958         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
17959         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
17960         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
17961         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
17962         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
17963         (bdesc_args): Likewise.
17964         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
17965         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
17966         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
17967         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
17968         Handle non-memory store.
17969
17970         * config/i386/i386.h (TARGET_FSGSBASE): New.
17971         (TARGET_RDRND): Likewise.
17972         (TARGET_F12C): Likewise.
17973
17974         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
17975         (UNSPEC_VCVTPS2PH): Likewise.
17976         (UNSPECV_RDFSBASE): Likewise.
17977         (UNSPECV_RDGSBASE): Likewise.
17978         (UNSPECV_WRFSBASE): Likewise.
17979         (UNSPECV_WRGSBASE): Likewise.
17980         (UNSPECV_RDRAND): Likewise.
17981         (rdfsbase<mode>): Likewise.
17982         (rdgsbase<mode>): Likewise.
17983         (wrfsbase<mode>): Likewise.
17984         (wrgsbase<mode>): Likewise.
17985         (rdrand<mode>): Likewise.
17986
17987         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
17988
17989         * config/i386/immintrin.h (_rdrand_u16): New.
17990         (_rdrand_u32): Likewise.
17991         (_readfsbase_u32): Likewise.
17992         (_readfsbase_u64): Likewise.
17993         (_readgsbase_u32): Likewise.
17994         (_readgsbase_u64): Likewise.
17995         (_writefsbase_u32): Likewise.
17996         (_writefsbase_u64): Likewise.
17997         (_writegsbase_u32): Likewise.
17998         (_writegsbase_u64): Likewise.
17999         (_rdrand_u64): Likewise.
18000         (_cvtsh_ss): Likewise.
18001         (_mm_cvtph_ps): Likewise.
18002         (_mm256_cvtph_ps): Likewise.
18003         (_cvtss_sh): Likewise.
18004         (_mm_cvtps_ph): Likewise.
18005         (_mm256_cvtps_ph): Likewise.
18006
18007         * config/i386/sse.md (vcvtph2ps): New.
18008         (*vcvtph2ps_load): Likewise.
18009         (vcvtph2ps256): Likewise.
18010         (vcvtps2ph): Likewise.
18011         (*vcvtps2ph): Likewise.
18012         (*vcvtps2ph_store): Likewise.
18013         (vcvtps2ph256): Likewise.
18014
18015         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
18016
18017         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
18018
18019 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
18020
18021         PR bootstrap/44512
18022         * genenums.c (main): Output include of insn-constants.h
18023         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
18024
18025 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
18026
18027         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
18028         (override_options): Initialize it.
18029         (ix86_expand_prologue): Use it.
18030
18031 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
18032
18033         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
18034
18035 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
18036
18037         * double-int.h (fit_double_type): Remove declaration.
18038         * double-int.c (fit_double_type): Remove function.
18039         * tree.h (int_fits_type_p): Adjust prototype.
18040         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
18041         instead of fit_double_type.
18042         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
18043         instead of fit_double_type and build_int_cst_wide.
18044         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
18045         instead of fit_double_type and build_int_cst_wide.
18046         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
18047         of fit_double_type.
18048
18049 2010-07-05  Jan Hubicka  <jh@suse.cz>
18050
18051         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
18052         in_other_partition.
18053         * lto-cgraph.c (referenced_from_other_partition_p,
18054         reachable_from_other_partition_p): Use in_other_partition flags.
18055         (output_node, output_varpool_node): COMDAT nodes always have private
18056         copies and thus are never used from other partition.
18057
18058 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
18059
18060         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
18061         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
18062         * config/ia64/ia64.c Include reload.h.
18063         (ia64_memory_move_cost): New function.
18064         (TARGET_MEMORY_MOVE_COST): Define.
18065         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
18066         memory_move_cost.
18067
18068 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
18069
18070         PR middle-end/42505
18071         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
18072         comments about cost model.
18073         (try_add_cand_for):  Add second strategy for choosing initial set
18074         based on original IVs, controlled by ORIGINALP argument.
18075         (get_initial_solution): Add ORIGINALP argument.
18076         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
18077         (find_optimal_iv_set): Try two different strategies for choosing
18078         the IV set, and return the one with lower cost.
18079
18080 2010-07-05  Richard Guenther  <rguenther@suse.de>
18081
18082         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
18083
18084 2010-07-05  Richard Guenther  <rguenther@suse.de>
18085
18086         * tree.c (reference_alias_ptr_type): New function.
18087         * tree.h (reference_alias_ptr_type): Declare.
18088         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
18089         allow non-TARGET_MEM_REF new refs.
18090         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
18091         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
18092         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
18093         (create_mem_ref): Get alias pointer type.  Adjust calls to
18094         create_mem_ref_raw.
18095         (maybe_fold_tmr): Likewise.
18096         * tree-flow.h (create_mem_ref): Adjust prototype.
18097
18098 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
18099
18100         PR c++/44808
18101         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
18102         *from_p is VAR_DECL.
18103
18104 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
18105
18106         * tree.h (build_call_list): Remove.
18107         * tree.c (build_call_list): Remove.
18108
18109 2010-07-05  Richard Guenther  <rguenther@suse.de>
18110
18111         * double-int.h (double_int_sub): Declare.
18112         * double-int.c (double_int_sub): New function.
18113         * dwarf2out.c (field_byte_offset): Use it.
18114         * fixed-value.c (do_fixed_add): Likewise.
18115         (do_fixed_multiply): Likewise.
18116         (do_fixed_divide): Likewise.
18117         * tree-predcom.c (add_ref_to_chain): Likewise.
18118         (determine_roots_comp): Likewise.
18119         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
18120
18121 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
18122
18123         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
18124         implementations.
18125
18126 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
18127
18128         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
18129         * arm-modes.def (CC_NOTB): Don't define.
18130         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
18131         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
18132         (LTUGEU): New code_iterator.
18133         (cnb, optab): New corresponding code_attrs.
18134         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
18135         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
18136         using LTUGEU.
18137         (addsi3_carryin_shift_<optab>): Likewise.
18138         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
18139         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
18140         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
18141         (subsi3_compare): Renamed from subsi3_compare0_c.
18142         Change CC_NOTB to CC.
18143         (arm_subsi3_insn): Allow constants for operand 0.
18144         (compare_scc peephole for eq case): New.
18145         (compare_scc splitters): Change CC_NOTB to CC.
18146
18147 2010-07-05  Richard Guenther  <rguenther@suse.de>
18148
18149         * tree-ssa-loop-im.c (for_each_index): Do not handle
18150         ALIGN_INDIRECT_REF.
18151         (gen_lsm_tmp_name): Likewise.
18152         * tree-dump.c (dequeue_and_dump): Likewise.
18153         * tree-pretty-print.c (dump_generic_node): Likewise.
18154         (op_code_prio): Likewise.
18155         (op_symbol_code): Likewise.
18156         * tree.c (staticp): Likewise.
18157         (build1_stat): Likewise.
18158         * tree.h (INDIRECT_REF_P): Likewise.
18159         * fold-const.c (maybe_lvalue_p): Likewise.
18160         (operand_equal_p): Likewise.
18161         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
18162         (ao_ref_init_from_vn_reference): Likewise.
18163         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
18164         (find_interesting_uses_address): Likewise.
18165         * dwarf2out.c (loc_list_from_tree): Likewise.
18166         * gimplify.c (gimplify_expr): Likewise.
18167         * tree-eh.c (tree_could_trap_p): Likewise.
18168         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
18169         * cfgexpand.c (expand_debug_expr): Likewise.
18170         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
18171         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
18172         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
18173         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
18174         * tree-ssa-operands.c (get_expr_operands): Likewise.
18175         * expr.c (safe_from_p): Likewise.
18176         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
18177         * tree-vect-data-refs.c (vect_setup_realignment): Build
18178         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
18179         * tree-vect-stmts.c (vectorizable_load): Likewise.
18180         * tree.def (ALIGN_INDIRECT_REF): Remove.
18181
18182 2010-07-05  Richard Guenther  <rguenther@suse.de>
18183
18184         PR tree-optimization/44784
18185         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
18186         for inserted stmts.
18187         (find_or_generate_expression): Fix SCCVN insertion check.
18188
18189 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
18190
18191         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
18192         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
18193         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
18194         directives.
18195
18196 2010-07-05  Ira Rosen  <irar@il.ibm.com>
18197
18198         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
18199         statements that are not vectorized.
18200         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
18201         in INSIDE_COST.
18202
18203 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
18204
18205         PR bootstrap/44820
18206         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
18207
18208 2010-07-05  Richard Guenther  <rguenther@suse.de>
18209
18210         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
18211         RESULT_DECLs properly.
18212
18213 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
18214
18215         PR rtl-optimization/44695
18216         * config/i386/i386.md (extract_code): Removed.
18217         (<u>divmodqi4): Likewise.
18218         (divmodqi4): New.
18219         (udivmodqi4): Likewise.
18220         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
18221         (udivmodhiqi3): Likewise.
18222
18223 2010-07-04  Jan Hubicka  <jh@suse.cz>
18224
18225         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
18226
18227 2010-07-04  Jan Hubicka  <jh@suse.cz>
18228
18229         * cgraphunit.c (init_cgraph): Only initialize dump file if it
18230         is not already initialized.
18231
18232 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
18233
18234         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
18235         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
18236         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
18237         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
18238         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
18239         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
18240         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
18241         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
18242         (sync_new_nand_optab): Redefine as macros.
18243         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
18244         Delete.
18245         (direct_optab_index): New enum.
18246         (direct_optab_d): New structure.
18247         (direct_optab): New typedef.
18248         (direct_optab_table): Declare.
18249         (direct_optab_handler, set_direct_optab_handler): New functions.
18250         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
18251         (sync_lock_release_optab): New macros.
18252         * optabs.c (direct_optab_table): New variable.
18253         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
18254         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
18255         cmpstr_optab and cmpstrn_optab.
18256         (emit_conditional_move): Likewise for movcc_optab.
18257         (can_conditionally_move_p): Likewise for movcc_gen_code.
18258         (init_insn_codes): Clear direct_optab_table.
18259         (init_optabs): Don't initialize the new "direct optabs" here.
18260         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
18261         vcond_gen_code.
18262         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
18263         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
18264         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
18265         (expand_sync_operation): Likewise other sync_*_optabs.
18266         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
18267         to sync_compare_and_swap_optab.
18268         (expand_sync_lock_test_and_set): Use direct_optab_handler for
18269         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
18270         to the names of both.
18271         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
18272         cmpstr_optab and cmpstrn_optab.
18273         (expand_builtin_lock_release): Likewise sync_lock_release.
18274         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
18275         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
18276         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
18277         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
18278         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
18279         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
18280         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
18281         (sync_lock_test_and_set, sync_lock_release): Delete.
18282         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
18283         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
18284         * genopinit.c (optabs): Use set_direct_optab_handler for the new
18285         macro optabs.
18286         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
18287         the "optab" local variable.  Use direct_optab_handler for optab and
18288         sync_compare_and_swap_optab.
18289         * reload1.c (reload_in_optab, reload_out_optab): Delete.
18290         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
18291         reload_in_optab and reload_out_optab.
18292         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
18293         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
18294         * config/pa/pa.c (pa_secondary_reload): Likewise.
18295         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
18296         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
18297         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
18298         (VMSupportsCS8_builtin): Likewise.
18299
18300 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
18301
18302         * optabs.h (optab_handlers): Change type of insn_code to int.
18303         (optab_handler, set_optab_handler, convert_optab_handler)
18304         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
18305         CODE_FOR_nothing".
18306         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
18307         (init_insn_codes): Zero both the above arrays.
18308         (init_optabs): Never call init_insn_codes first time around.
18309
18310 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
18311
18312         * optabs.h (optab_handler, convert_optab_handler): Turn into
18313         inline functions that return an insn code.
18314         (set_optab_handler, set_convert_optab_handler): New functions.
18315         * builtins.c: Replace optab_handler(X)->insn_code with
18316         optab_handler or set_optab_handler thoughout.  Likewise
18317         convert_optab_handler(X)->insn_code with convert_optab_handler
18318         and set_convert_optab_handler.
18319         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
18320         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
18321         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
18322         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
18323         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
18324         config/spu/spu.c: Likewise.
18325
18326 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
18327
18328         PR target/44531
18329         * config.gcc (sh*-*-*): Use regular expressions instead of
18330         the 'i' modifier for sed substitutions.
18331
18332 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
18333
18334         * gimple.c (gimple_body): Comments added.
18335
18336 2010-07-04  Richard Guenther  <rguenther@suse.de>
18337
18338         PR middle-end/44809
18339         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
18340         of an INDIRECT_REF.
18341
18342 2010-07-04  Richard Guenther  <rguenther@suse.de>
18343
18344         PR tree-optimization/44479
18345         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
18346         extra SSA name copy statements which preserves points-to
18347         information.
18348         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
18349         Copy points-to information for all pointers.  Properly handle
18350         MEM_REFs.
18351         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
18352         copy statements.
18353         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
18354         dependency.
18355
18356 2010-07-04  Richard Guenther  <rguenther@suse.de>
18357
18358         PR middle-end/44785
18359         * tree-inline.c (initialize_inlined_parameters): Do not
18360         re-use pointer-map slot over remap_type call.
18361
18362 2010-07-04  Richard Guenther  <rguenther@suse.de>
18363
18364         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
18365
18366 2010-07-04  Richard Guenther  <rguenther@suse.de>
18367
18368         PR tree-optimization/44656
18369         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
18370         again after value-replacing in the defintions lhs.
18371
18372 2010-07-04  Ira Rosen  <irar@il.ibm.com>
18373             Revital Eres  <eres@il.ibm.com>
18374
18375         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
18376         Document new arguments.
18377         * doc/tm.texi: Regenerate.
18378         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
18379         Handle unaligned store.
18380         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
18381         * target.def (builtin_vectorization_cost): Add new arguments.
18382         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
18383         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
18384         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
18385         (vect_vfa_segment_size): Fix indentation.
18386         * tree-vectorizer.h (struct _vect_peel_info): New.
18387         (struct _vect_peel_extended_info): New.
18388         (struct _loop_vec_info): Add new field for peeling hash table and a
18389         macro for its access.
18390         (VECT_MAX_COST): Define.
18391         (vect_get_load_cost): Declare.
18392         (vect_get_store_cost, vect_get_known_peeling_cost,
18393         vect_get_single_scalar_iteraion_cost): Likewise.
18394         (vect_supportable_dr_alignment): Add new argument.
18395         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
18396         field.
18397         (destroy_loop_vec_info): Free peeling hash table.
18398         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
18399         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
18400         vect_analyze_slp. Fix indentation.
18401         (vect_get_single_scalar_iteraion_cost): New function.
18402         (vect_get_known_peeling_cost): Likewise.
18403         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
18404         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
18405         statement. Move outside cost calculation inside unknown peeling case.
18406         Call vect_get_known_peeling_cost for known amount of peeling.
18407         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
18408         reference to the print message of forced alignment.
18409         (vect_verify_datarefs_alignment): Update call to
18410         vect_supportable_dr_alignment.
18411         (vect_get_data_access_cost): New function.
18412         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
18413         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
18414         vect_peeling_hash_choose_best_peeling): Likewise.
18415         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
18416         to store all the accesses in the loop and find best possible access to
18417         align using peeling for known alignment case. For unknown alignment
18418         check if stores are preferred or if peeling is worthy.
18419         (vect_find_same_alignment_drs): Analyze pairs of loads too.
18420         (vect_supportable_dr_alignment): Add new argument and check aligned
18421         accesses according to it.
18422         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
18423         (cost_for_stmt): Call vect_get_stmt_cost.
18424         (vect_model_simple_cost): Likewise.
18425         (vect_model_store_cost): Call vect_get_stmt_cost. Call
18426         vect_get_store_cost to calculate the cost of the statement.
18427         (vect_get_store_cost): New function.
18428         (vect_model_load_cost): Call vect_get_stmt_cost. Call
18429         vect_get_load_cost to calculate the cost of the statement.
18430         (vect_get_load_cost): New function.
18431         (vectorizable_store): Update call to vect_supportable_dr_alignment.
18432         (vectorizable_load): Likewise.
18433         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
18434         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
18435         arguments. Handle unaligned store.
18436         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
18437         (rs6000_builtin_support_vector_misalignment): Return true for word and
18438         double word alignments for VSX.
18439         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
18440         vect_supportable_dr_alignment and builtin_vectorization_cost.
18441
18442 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18443
18444         PR target/44597
18445         * config/pa/predicates.md (prefetch_cc_operand): Remove.
18446         (prefetch_nocc_operand): Likewise.
18447         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
18448         (prefetch_20): New insn.
18449         (prefetch_cc): Remove.
18450         (prefetch_nocc): Likewise.
18451
18452 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18453
18454         * expr.c (vector_mode_valid_p): Move to c-common.c.
18455         * expr.h (vector_mode_valid_p): Do not declare here.
18456         * system.h: Poison GCC_EXPR_H in front-ends.
18457         * Makefile.in: Update dependencies.
18458
18459 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18460
18461         PR target/44705
18462         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
18463
18464 2010-07-03  Jan Hubicka  <jh@suse.cz>
18465
18466         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
18467         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
18468         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
18469         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
18470         Likewise.
18471
18472         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
18473         Update timevars.V
18474         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
18475         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
18476         TV_IPA_LTO_DECL_OUT): New.
18477         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
18478
18479 2010-07-03  Jan Hubicka  <jh@suse.cz>
18480
18481         * ipa-inline.c (update_edge_key): Break out from ...
18482         update_callers_keys): ... here;
18483         (update_callee_keys): Update only the edges from caller to callee.
18484         (update_all_calle_keys): Do what update_calle_keys did.
18485         (decide_inlining_of_small_functions): Avoid recomputing of all
18486         callees when badness increase.
18487
18488 2010-07-03  Jie Zhang  <jie@codesourcery.com>
18489
18490         * config/arm/arm.c (arm_attr_length_move_neon): New.
18491         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
18492         * config/arm/neon.md (define_mode_attr V_slen): Remove.
18493         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
18494         to compute length attribute.
18495
18496 2010-07-03  Jie Zhang  <jie@codesourcery.com>
18497
18498         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
18499         as predicate for operand 1 and remove its constraint.
18500         * config/arm/predicates.md (vfp_register_operand): New.
18501         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
18502         (*push_fp_multi): Likewise.
18503
18504 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
18505
18506         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
18507
18508 2010-07-03  Jan Hubicka  <jh@suse.cz>
18509
18510         * config/i386/i386.c (override_options): Revert accidental commit.
18511
18512 2010-07-02  Le-Chun Wu  <lcwu@google.com>
18513
18514         PR c++/44128
18515         * doc/invoke.texi: Update documentation of -Wshadow.
18516
18517 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
18518             Julian Brown  <julian@codesourcery.com>
18519             Sandra Loosemore  <sandra@codesourcery.com>
18520
18521         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
18522         comparisons.  Adjust to take both operands.
18523         (arm_select_cc_mode): Handle DImode comparisons.
18524         (arm_gen_compare_reg): Generate a scratch register for DImode
18525         comparisons which require one.  Use xor for Thumb equality checks.
18526         (arm_const_double_by_immediates): New.
18527         (arm_print_operand): Allow 'Q' and 'R' for constants.
18528         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
18529         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
18530         arm_canonicalize_comparison.
18531         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
18532         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
18533         prototype.
18534         (arm_const_double_by_immediates): Declare.
18535         * config/arm/constraints.md (Di): New constraint.
18536         * config/arm/predicates.md (arm_immediate_di_operand)
18537         (arm_di_operand, cmpdi_operand): New.
18538         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
18539         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
18540         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
18541         (cstoredi4): Handle non-Cirrus also.
18542
18543 2010-07-02  Julian Brown  <julian@codesourcery.com>
18544             Sandra Loosemore  <sandra@codesourcery.com>
18545
18546         PR target/43703
18547         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
18548         (smax<mode>3): Disable for NEON float modes when
18549         flag_unsafe_math_optimizations is false.
18550         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
18551         (*mul<mode>3_neon)
18552         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
18553         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
18554         for NEON float modes when flag_unsafe_math_optimizations is false.
18555         (quad_halves_<code>v4sf): Only enable if
18556         flag_unsafe_math_optimizations is true.
18557         * doc/invoke.texi (ARM Options): Add note about floating point
18558         vectorization requiring -funsafe-math-optimizations.
18559
18560 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
18561             Julian Brown  <julian@codesourcery.com>
18562
18563         * config/arm/neon.md (UNSPEC_VABA): Delete.
18564         (UNSPEC_VABAL): Delete.
18565         (UNSPEC_VABS): Delete.
18566         (UNSPEC_VMUL_N): Delete.
18567         (adddi3_neon): New.
18568         (subdi3_neon): New.
18569         (mul<mode>3add<mode>_neon): Make the pattern named.
18570         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
18571         (neon_vadd<mode>): Replace with define_expand, and move the remaining
18572         unspec parts...
18573         (neon_vadd<mode>_unspec): ...to this.
18574         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
18575         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
18576         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
18577         (neon_vaba<mode>): Rewrite in terms of vabd.
18578         (neon_vabal<mode>): Rewrite in terms of vabdl.
18579         (neon_vabs<mode>): Rewrite without unspec.
18580         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
18581         (*arm_subdi3): Likewise.
18582         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
18583         No_op attribute to disable assembly output checks.
18584         * config/arm/arm_neon.h: Regenerated.
18585         * doc/arm-neon-intrinsics.texi: Regenerated.
18586
18587 2010-07-02  Jan Hubicka  <jh@suse.cz>
18588
18589         * ipa-split.c (split_function): For aggregate values, set the return
18590         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
18591         *<retval> = fncall.part ().
18592         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
18593
18594 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
18595
18596         * config/arm/neon.md (UNSPEC_VAND): Delete.
18597         (UNSPEC_VBIC): Delete.
18598         (UNSPEC_VCLZ): Delete.
18599         (UNSPEC_VCNT): Delete.
18600         (UNSPEC_VEOR): Delete.
18601         (UNSPEC_VORN): Delete.
18602         (UNSPEC_VORR): Delete.
18603         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
18604         core registers too.
18605         (anddi3_neon): Likewise.
18606         (orndi3_neon): Likewise.
18607         (bicdi3_neon): Likewise.
18608         (xordi3_neon): Likewise.
18609         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
18610         rid of unspec and handle unused operand.
18611         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
18612         * config/arm/predicates.md (imm_for_neon_logic_operand):
18613         Require TARGET_NEON.
18614         (imm_for_neon_inv_logic_operand): Likewise.
18615         * config/arm/arm.md (define_split for logical_binary_operator):
18616         Disable for NEON registers.
18617         (anddi3): Add new define_expand, and rename the insn.  Disable
18618         this insn for NEON, where anddi3_neon now applies.
18619         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
18620         (iordi3): As for anddi3.
18621         (xordi3): Likewise.
18622         * config/arm/neon.ml (Vand): Split DImode variants and mark them
18623         as No_op to disable testing for exact instruction match.
18624         (Vorr): Likewise.
18625         (Veor): Likewise.
18626         (Vbic): Likewise.
18627         (Vorn): Likewise.
18628         * config/arm/arm_neon.h: Regenerated.
18629         * doc/arm-neon-intrinsics.texi: Regenerated.
18630
18631 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
18632
18633         * expr.h (emit_stack_probe): Declare.
18634         * explow.c (emit_stack_probe): Make global.
18635         (anti_adjust_stack_and_probe): Fix comments.
18636         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
18637         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
18638         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
18639         * config/sparc/sparc.c: Include except.h.
18640         (sparc_emit_probe_stack_range): New function.
18641         (output_probe_stack_range): Likewise.
18642         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
18643         built-in stack checking is enabled.
18644         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
18645         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
18646         (probe_stack_range): New insn.
18647
18648 2010-07-02  Richard Guenther  <rguenther@suse.de>
18649
18650         PR target/43958
18651         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
18652         for argument alignment.
18653
18654 2010-07-02  Jan Hubicka  <jh@suse.cz>
18655
18656         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
18657         walk backwards from entry_bb to check only those basic block of header
18658         that might lead to execution of split part.
18659         (consider_split) ... here.
18660         (find_return_bb): Allow assignment in return BB.
18661         (find_retval): New.
18662         (split_function): Fix name of cloned function; take care of updating
18663         return value in return_bb containing move.
18664
18665 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
18666
18667         PR target/44771
18668         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
18669         used variable insn.
18670
18671 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
18672
18673         * implicit-zee.c (combine_reaching_defs): Fix long lines.
18674         (is_set_with_extension_DI): Delete.
18675         (struct zero_extend_info): New structure.
18676         (add_removable_zero_extend): New function.
18677         (find_removable_zero_extends): Use note_stores to find SETs.
18678         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
18679
18680 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
18681
18682         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
18683         is_miss_rate_acceptable. Pull total_positions computation
18684         out of the loops.  Early return if miss_positions exceeds
18685         the acceptable threshold.
18686         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
18687         is_miss_rate_acceptable after renaming of compute_miss_rate.
18688
18689 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
18690
18691         PR middle-end/44576
18692         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
18693         of 1000) for miss rate if the address diference is greater than or
18694         equal to the cache line size (the two reference will never hit the
18695         same cache line).
18696
18697 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
18698
18699         PR target/42835
18700         * config/arm/arm-modes.def (CC_NOTB): New mode.
18701         * config/arm/arm.c (get_arm_condition_code): Handle it.
18702         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
18703         * config/arm/arm.md (subsi3_compare0_c): New pattern.
18704         (compare_scc): Now a define_and_split.  Add a number of extra
18705         splitters before it.
18706
18707         PR target/42172
18708         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
18709         and ZERO_EXTEND.
18710         (arm_rtx_costs_1): Likewise.
18711         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
18712         * config/arm/arm.md (is_arch6): New attribute.
18713         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
18714         extendqisi2): Tighten the code somewhat, avoiding invalid
18715         RTL to occur in the expander patterns.
18716         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
18717         (thumb1_zero_extendhisi2_v6): Delete.
18718         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
18719         (thumb1_extendhisi2_v6): Delete.
18720         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
18721         (thumb1_extendqisi2_v6): Delete.
18722         (zero_extendhisi2 for register input splitter): New.
18723         (zero_extendqisi2 for register input splitter): New.
18724         (thumb1_extendhisi2 for register input splitter): New.
18725         (extendhisi2 for register input splitter): New.
18726         (extendqisi2 for register input splitter): New.
18727         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
18728         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
18729         and add support for a register alternative requiring a split.
18730         (thumb1_zero_extendqisi2): Likewise.
18731         (arm_zero_extendqisi2): Likewise.
18732         (arm_extendhisi2): Likewise.
18733         (arm_extendqisi2): Likewise.
18734
18735 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
18736
18737         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
18738         instead of an unspec.
18739         (neon_expand_vector_init): Likewise.
18740         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
18741         (UNSPEC_VDUP_LANE): Delete.
18742         (UNSPEC VDUP_N): Delete.
18743         (UNSPEC_VGET_HIGH): Delete.
18744         (UNSPEC_VGET_LANE): Delete.
18745         (UNSPEC_VGET_LOW): Delete.
18746         (UNSPEC_VMVN): Delete.
18747         (UNSPEC_VSET_LANE): Delete.
18748         (V_double_vector_mode): New.
18749         (vec_set<mode>_internal): Make code emitted match that for the
18750         corresponding intrinsics.
18751         (vec_setv2di_internal): Likewise.
18752         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
18753         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
18754         (neon_vset_lane<mode>): Combine double and quad patterns and
18755         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
18756         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
18757         (neon_vdup_n<mode>): Rewrite RTL without unspec.
18758         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
18759         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
18760         with neon_vdup_lanev2di, adjusting the pattern from the latter
18761         to be predicable for consistency.
18762         (neon_vdup_lane<mode>_internal): New.
18763         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
18764         to avoid using an unspec.
18765         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
18766         (neon_vdup_lanev2di): Turn into a define_expand.
18767         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
18768         (neon_vget_high<mode>): Replace with....
18769         (neon_vget_highv16qi): New pattern using canonical RTL.
18770         (neon_vget_highv8hi): Likewise.
18771         (neon_vget_highv4si): Likewise.
18772         (neon_vget_highv4sf): Likewise.
18773         (neon_vget_highv2di): Likewise.
18774         (neon_vget_low<mode>): Replace with....
18775         (neon_vget_lowv16qi): New pattern using canonical RTL.
18776         (neon_vget_lowv8hi): Likewise.
18777         (neon_vget_lowv4si): Likewise.
18778         (neon_vget_lowv4sf): Likewise.
18779         (neon_vget_lowv2di): Likewise.
18780
18781         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
18782         test for this emitting vmov.
18783         (Vset_lane): Likewise.
18784         (Vdup_n): Likewise.
18785         (Vmov_n): Likewise.
18786
18787         * doc/arm-neon-intrinsics.texi: Regenerated.
18788
18789 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
18790
18791         * config/arm/neon.md (vec_extractv2di): Correct error in register
18792         numbering to reconcile with neon_vget_lanev2di.
18793
18794 2010-07-02  Richard Guenther  <rguenther@suse.de>
18795
18796         * tree-ssa-structalias.c (pt_solution_set_var): New function.
18797         * tree-ssa-alias.h (pt_solution_set_var): Declare.
18798         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
18799         points-to information.
18800
18801 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
18802
18803         * config/s390/s390.c (override_options): Adopt prefetching
18804         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
18805
18806 2010-07-02  Jan Hubicka  <jh@suse.cz>
18807
18808         * df-problems.c (df_kill_notes): Do not collect dead  notes.
18809         (df_set_note): Just call add_reg_note.
18810         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
18811         df_create_unused_note): Do not deal with lists of old notes.
18812         (df_note_bb_compute): Likewise.
18813
18814 2010-07-02  Richard Guenther  <rguenther@suse.de>
18815
18816         * tree-ssa-structalias.c (find_func_aliases): Handle
18817         pointer alignment via BIT_AND_EXPR.
18818         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
18819
18820 2010-07-02  Richard Guenther  <rguenther@suse.de>
18821
18822         * tree-data-ref.c (initialize_data_dependence_relation): Handle
18823         mismatching number of dimensions properly.
18824
18825 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18826
18827         PR target/44707
18828         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
18829         (lo_sum (high ...) ...) patterns generated by earlier passes.
18830
18831 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18832
18833         * doc/install.texi (Prerequisites): Document Perl requirement on
18834         Solaris 2.
18835         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
18836
18837 2010-07-02  Richard Guenther  <rguenther@suse.de>
18838
18839         PR middle-end/44777
18840         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
18841
18842 2010-07-02  Jan Hubicka  <jh@suse.cz>
18843
18844         PR middle-end/44706
18845         * predict.c (predict_paths_for_bb): Handle case when control dependence
18846         BB has only abnormal edges.
18847
18848 2010-07-02  Richard Guenther  <rguenther@suse.de>
18849
18850         PR tree-optimization/44748
18851         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
18852         the embedded conversion in MEM_REFs.
18853
18854 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
18855
18856         * reload.c: Include toplev.h.
18857         * recog.c:  Likewise.
18858         * Makefile.in: Adjust dependencies.
18859
18860 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
18861
18862         PR debug/44694
18863         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
18864         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
18865
18866 2010-07-01  Richard Guenther  <rguenther@suse.de>
18867
18868         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
18869         types for offsets.
18870
18871 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
18872
18873         PR target/44732
18874         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
18875         Fix argument types.
18876
18877 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
18878
18879         PR target/44727
18880         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
18881         Make sure operand 0 dies.
18882
18883 2010-07-01  Richard Guenther  <rguenther@suse.de>
18884
18885         PR middle-end/42834
18886         PR middle-end/44468
18887         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
18888         * doc/generic.texi (References to storage): Document MEM_REF.
18889         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
18890         (print_call_name): Likewise.
18891         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
18892         (build_simple_mem_ref_loc): New function.
18893         (mem_ref_offset): Likewise.
18894         * tree.h (build_simple_mem_ref_loc): Declare.
18895         (build_simple_mem_ref): Define.
18896         (mem_ref_offset): Declare.
18897         * fold-const.c: Include tree-flow.h.
18898         (operand_equal_p): Handle MEM_REF.
18899         (build_fold_addr_expr_with_type_loc): Likewise.
18900         (fold_comparison): Likewise.
18901         (fold_unary_loc): Fold
18902         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
18903         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
18904         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
18905         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
18906         (ptr_deref_may_alias_ref_p_1): Likewise.
18907         (ao_ref_base_alias_set): Properly differentiate base object for
18908         offset and TBAA.
18909         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
18910         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
18911         (indirect_refs_may_alias_p): Likewise.
18912         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
18913         chasing code.
18914         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
18915         (call_may_clobber_ref_p_1): Likewise.
18916         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
18917         * expr.c (expand_assignment): Handle MEM_REF.
18918         (store_expr): Handle MEM_REFs from STRING_CSTs.
18919         (store_field): If expanding a MEM_REF of a non-addressable
18920         decl use bitfield operations.
18921         (get_inner_reference): Handle MEM_REF.
18922         (expand_expr_addr_expr_1): Likewise.
18923         (expand_expr_real_1): Likewise.
18924         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
18925         * alias.c (ao_ref_from_mem): Handle MEM_REF.
18926         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
18927         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
18928         (dr_analyze_indices): Likewise.
18929         (dr_analyze_alias): Likewise.
18930         (object_address_invariant_in_loop_p): Likewise.
18931         * gimplify.c (mark_addressable): Handle MEM_REF.
18932         (gimplify_cond_expr): Build MEM_REFs.
18933         (gimplify_modify_expr_to_memcpy): Likewise.
18934         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
18935         (gimple_fold_indirect_ref): Adjust.
18936         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
18937         * tree.def (MEM_REF): New tree code.
18938         * tree-dfa.c: Include toplev.h.
18939         (get_ref_base_and_extent): Handle MEM_REF.
18940         (get_addr_base_and_unit_offset): New function.
18941         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
18942         * gimple-fold.c (may_propagate_address_into_dereference): Handle
18943         MEM_REF.
18944         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
18945         accesses if the array has just one dimension.  Remove always true
18946         parameter.  Do not require type compatibility here.
18947         (maybe_fold_offset_to_component_ref): Remove.
18948         (maybe_fold_stmt_indirect): Remove.
18949         (maybe_fold_reference): Remove INDIRECT_REF handling.
18950         Fold back to non-MEM_REF.
18951         (maybe_fold_offset_to_address): Simplify.  Deal with type
18952         mismatches here.
18953         (maybe_fold_reference): Likewise.
18954         (maybe_fold_stmt_addition): Likewise.  Also handle
18955         &ARRAY + I in addition to &ARRAY[0] + I.
18956         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
18957         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
18958         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
18959         * tree-ssa.c (useless_type_conversion_p): Make most pointer
18960         conversions useless.
18961         (warn_uninitialized_var): Handle MEM_REF.
18962         (maybe_rewrite_mem_ref_base): New function.
18963         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
18964         to SSA form.
18965         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
18966         INDIRECT_REF handling.
18967         (copy_tree_body_r): Handle MEM_REF.
18968         * gimple.c (is_gimple_addressable): Adjust.
18969         (is_gimple_address): Likewise.
18970         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
18971         invariant base are invariant.
18972         (is_gimple_min_lval): Adjust.
18973         (is_gimple_mem_ref_addr): New function.
18974         (get_base_address): Handle MEM_REF.
18975         (count_ptr_derefs): Likewise.
18976         (get_base_loadstore): Likewise.
18977         * gimple.h (is_gimple_mem_ref_addr): Declare.
18978         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
18979         * tree-cfg.c (verify_address): New function, split out from ...
18980         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
18981         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
18982         INDIRECT_REFs.
18983         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
18984         INDIRECT_REF.  Allow conversions.
18985         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
18986         a register does not change its size.
18987         (verify_types_in_gimple_reference): Verify MEM_REF.
18988         (verify_gimple_assign_single): Disallow INDIRECT_REF.
18989         Handle MEM_REF.
18990         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
18991         New.
18992         (mark_address_taken): Handle MEM_REF.
18993         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
18994         (get_asm_expr_operands): Pass opf_not_non_addressable.
18995         (get_expr_operands): Handle opf_[not_]non_addressable.
18996         Handle MEM_REF.  Remove INDIRECT_REF handling.
18997         * tree-vrp.c (check_array_ref): Handle MEM_REF.
18998         (search_for_addr_array): Likewise.
18999         (check_array_bounds): Likewise.
19000         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
19001         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
19002         (ref_always_accessed_p): Likewise.
19003         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
19004         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
19005         Handle MEM_REF.
19006         * cgraphbuild.c (mark_load): Properly check for NULL result
19007         from get_base_address.
19008         (mark_store): Likewise.
19009         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
19010         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
19011         handling for MEM_REF.
19012         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
19013         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
19014         * builtins.c (stabilize_va_list_loc): Use the function ABI
19015         valist type if we couldn't canonicalize the argument type.
19016         Always dereference with the canonical va-list type.
19017         (maybe_emit_free_warning): Handle MEM_REF.
19018         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
19019         memmove to memcpy.
19020         * builtins.c (fold_builtin_memory_op): Use ref-all types
19021         for all memcpy foldings.
19022         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
19023         (build_outer_var_ref): Likewise.
19024         (scan_omp_1_op): Likewise.
19025         (lower_rec_input_clauses): Likewise.
19026         (lower_lastprivate_clauses): Likewise.
19027         (lower_reduction_clauses): Likewise.
19028         (lower_copyprivate_clauses): Likewise.
19029         (expand_omp_atomic_pipeline): Likewise.
19030         (expand_omp_atomic_mutex): Likewise.
19031         (create_task_copyfn): Likewise.
19032         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
19033         Remove old union trick.  Initialize constant offsets.
19034         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
19035         INDIRECT_REF.  Init base_alias_set properly.
19036         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
19037         (vn_reference_fold_indirect): Adjust for MEM_REFs.
19038         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
19039         for ARRAY_REFs.
19040         (may_insert): Remove.
19041         (visit_reference_op_load): Do not test may_insert.
19042         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
19043         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
19044         a field to store the constant offset this op applies.
19045         (run_scc_vn): Adjust prototype.
19046         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
19047         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
19048         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
19049         bother about volatile qualifiers on pointers.
19050         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
19051         * tree-ssa-loop-ivopts.c
19052         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
19053         (strip_offset_1): Likewise.
19054         (find_interesting_uses_address): Replace INDIRECT_REF handling with
19055         MEM_REF handling.
19056         (get_computation_cost_at): Likewise.
19057         * ipa-pure-const.c (check_op): Handle MEM_REF.
19058         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
19059         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
19060         and constants.
19061         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
19062         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
19063         (eliminate_local_variables_1): Likewise.
19064         (create_call_for_reduction_1): Likewise.
19065         (create_loads_for_reductions): Likewise.
19066         (create_loads_and_stores_for_name): Likewise.
19067         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
19068         (ssa_accessed_in_tree): Handle MEM_REF.
19069         (ssa_accessed_in_assign_rhs): Likewise.
19070         (update_type_size): Likewise.
19071         (analyze_accesses_for_call_stmt): Likewise.
19072         (analyze_accesses_for_assign_stmt): Likewise.
19073         (transform_access_sites): Likewise.
19074         (transform_allocation_sites): Likewise.
19075         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
19076         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
19077         not handle INDIRECT_REF.
19078         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
19079         (cond_store_replacement): Likewise.
19080         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
19081         MEM_REF, no not handle INDIRECT_REFs.
19082         (insert_into_preds_of_block): Properly initialize avail.
19083         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
19084         for ARRAY_REFs.  Properly handle reference lookups that
19085         require a bit re-interpretation.
19086         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
19087         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
19088         (build_ref_for_offset_1): Remove.
19089         (build_ref_for_offset): Build MEM_REFs.
19090         (gate_intra_sra): Disable for now.
19091         (sra_ipa_modify_expr): Handle MEM_REF.
19092         (ipa_early_sra_gate): Disable for now.
19093         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
19094         MEM_REF handling.
19095         (disqualify_base_of_expr): Likewise.
19096         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
19097         MEM_REF handling.
19098         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
19099         Use mem_ref_offset.  Remove bogus folding.
19100         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
19101         (make_fancy_name_1): Add support for MEM_REF.
19102         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
19103         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
19104         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
19105         (compute_complex_ancestor_jump_func): Likewise.
19106         (ipa_analyze_virtual_call_uses): Likewise.
19107         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
19108         INDIRECT_REF folding with more generalized MEM_REF folding.
19109         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
19110         (forward_propagate_addr_into_variable_array_index): Also handle
19111         &ARRAY + I in addition to &ARRAY[0] + I.
19112         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
19113         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
19114         creates assignments with overlap.
19115         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
19116         (get_frame_field): Likewise.
19117         (get_nonlocal_debug_decl): Likewise.
19118         (convert_nonlocal_reference_op): Likewise.
19119         (struct nesting_info): Add mem_refs pointer-set.
19120         (create_nesting_tree): Allocate it.
19121         (convert_local_reference_op): Insert to be folded mem-refs.
19122         (fold_mem_refs): New function.
19123         (finalize_nesting_tree_1): Perform defered folding of mem-refs
19124         (free_nesting_tree): Free the pointer-set.
19125         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
19126         (vectorizable_load): Likewise.
19127         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
19128         (propagate_with_phi): Likewise.
19129         * tree-object-size.c (addr_object_size): Handle MEM_REFs
19130         instead of INDIRECT_REFs.
19131         (compute_object_offset): Handle MEM_REF.
19132         (plus_stmt_object_size): Handle MEM_REF.
19133         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
19134         for &MEM_REF.
19135         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
19136         (symbol_marked_for_renaming): Likewise.
19137         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
19138         (fold-const.o): Add $(TREE_FLOW_H).
19139         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
19140         (find_func_clobbers): Likewise.
19141         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
19142         (decompose_access): Likewise.
19143         (replace_field_acc): Likewise.
19144         (replace_field_access_stmt): Likewise.
19145         (insert_new_var_in_stmt): Likewise.
19146         (get_stmt_accesses): Likewise.
19147         (reorg_structs_drive): Disable.
19148         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
19149         (ix86_canonical_va_list_type): Likewise.
19150
19151 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
19152
19153         PR other/44566
19154         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
19155         * target.def (struct gcc_target): Replace enum reg_class with
19156         reg_class_t in hook argument / return types.
19157         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
19158         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
19159         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
19160         * targhooks.h (default_branch_target_register_class): Likewise.
19161         (default_ira_cover_classes, default_secondary_reload): Likewise.
19162         (default_memory_move_cost, default_register_move_cost): Likewise.
19163         * targhooks.c (default_branch_target_register_class): Likewise.
19164         (default_ira_cover_classes, default_secondary_reload): Likewise.
19165         (default_memory_move_cost, default_register_move_cost): Likewise.
19166         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
19167         * bt-load.c (branch_target_load_optimize): Likewise.
19168         * ira.c (setup_cover_and_important_classes): Likewise.
19169         * ira-costs.c (copy_cost): Likewise.
19170         * reload1.c (emit_input_reload_insns): Likewise.
19171         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
19172         * config/frv/frv.c (frv_secondary_reload): Likewise.
19173         * config/s390/s390.c (s390_secondary_reload): Likewise.
19174         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
19175         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
19176         (ix86_register_move_cost): Likewise.
19177         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
19178         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
19179         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
19180         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
19181         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
19182         (rs6000_ira_cover_classes): Likewise.
19183         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
19184         * config/picochip/picochip-protos.h (picochip_secondary_reload):
19185         Likewise.
19186         * config/pa/pa.c (pa_secondary_reload): Likewise.
19187         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
19188         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
19189         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
19190         * doc/tm.texi: Regenerate.
19191
19192 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
19193
19194         PR bootstrrap/44726
19195         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
19196         use.
19197         (build_alias_set_optimal_p): Likewise.
19198         (build_base_obj_set_for_drs): Likewise.
19199
19200 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
19201
19202         * target.def: Remove comment about licensing problems of function
19203         declarations.
19204
19205         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
19206         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
19207         * doc/tm.texi: Regenerate.
19208
19209         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
19210         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
19211
19212         * target.def (enum_va_list_p): Use DEFHOOK.
19213         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
19214         Rename ptype to ptree.
19215         * doc/tm.texi: Regenerate.
19216
19217         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
19218         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
19219         * doc/tm.texi: Regenerate.
19220
19221         * target.def (memory_move_cost): Use DEFHOOK.
19222         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
19223         Rename regclass AKA class to rclass.
19224         * doc/tm.texi: Regenerate.
19225
19226         * target.def (pragma_parse): Use DEFHOOK.
19227         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
19228         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
19229         * doc/tm.texi: Regenerate.
19230
19231         * target.def (pass_by_reference): Use DEFHOOK.
19232         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
19233         * doc/tm.texi: Regenerate.
19234
19235         * target.def (resolve_overloaded_builtin): Rename params to arglist.
19236         Use DEFHOOK.
19237         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
19238         * doc/tm.texi: Regenerate.
19239
19240         * target.def (return_pops_args): Use DEFHOOK.
19241         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
19242         Rename stack-size to size.
19243         * doc/tm.texi: Regenerate.
19244
19245         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
19246         last-sched_cycle to last_clock, cur_cycle to clock.
19247         * doc/tm.texi.in: Use @hook.
19248         * doc/tm.texi: Regenerate.
19249
19250         * target.def (print_operand, print_operand_address): Update comment.
19251         (print_operand_punct_valid_p): Likewise.
19252
19253 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19254
19255         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
19256         to rtl.h.
19257         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
19258         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
19259         * rtl-error.h: New.
19260         * regrename.c: Do not include toplev.h. Include rtl-error.h.
19261         * rtl-error.c: Likewise.
19262         * reload.c: Likewise.
19263         * recog.c:  Likewise.
19264         * sel-sched.c: Likewise.
19265         * function.c: Likewise.
19266         * reg-stack.c: Likewise.
19267         * cfgrtl.c: Likewise.
19268         * reload1.c: Likewise.
19269         * final.c: Include rtl-error.
19270         * Makefile.in: Adjust dependencies.
19271
19272 2010-06-30  Jan Hubicka  <jh@suse.cz>
19273
19274         PR middle-end/PR44706
19275         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
19276         to return the value.
19277
19278 2010-06-30  Michael Matz  <matz@suse.de>
19279
19280         PR bootstrap/44699
19281         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
19282         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
19283         a gimple reg, attach the original VDEF to the last store in the
19284         sequence.
19285
19286 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
19287
19288         PR other/44034
19289         * config/darwin.c (darwin_override_options): Use renamed
19290         targetm.asm_out.emit_unwind_label.
19291
19292 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
19293
19294         PR tree-optimization/39799
19295         * tree-inline.c (remap_ssa_name): Initialize variable only if
19296         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
19297
19298 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
19299
19300         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
19301
19302 2010-06-30  Richard Guenther  <rguenther@suse.de>
19303
19304         PR target/44722
19305         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
19306         against oscillation with reverse peephole2.
19307
19308 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
19309
19310         PR target/44721
19311         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
19312         Fix last commit.
19313
19314 2010-06-30  Nick Clifton  <nickc@redhat.com>
19315
19316         * config/rx/rx-modes.def: New file.
19317         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
19318         (CC_REGNUM): Define.
19319         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
19320         register.
19321         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
19322         (SELECT_CC_MODE): Define.
19323         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
19324         (reg:CC CC_REG) instead of (cc0).
19325         (attr "cc"): Delete.
19326         (cbranchsi4): Do not split compare and branch here. Instead move
19327         it to...
19328         (cbranchsi4_<code>): ... here.  New patterns.
19329         (cmpsi): Call rx-compare_redundant to find out if it is necessary
19330         to emit the compare instruction.
19331         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
19332         cc_status flags.
19333         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
19334         FIRST_PSEUDO_REGNUM.
19335         (rx_expand_prologue, rx_expand_epilogue): Likewise.
19336         (rx_notice_update_cc): Delete.
19337         (rx_cc_modes_compatible): New function.
19338         (flags_needed_for_conditional): New function.
19339         (flags_from_mode): New function.
19340         (rx_compare_redundant): New function - scans backwards through
19341         insn list to find out if condition flags are already set correctly.
19342         (TARGET_CC_MODES_COMPATIBLE): Define.
19343         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
19344
19345         * config/rx/rx.h (BRANCH_COST): Define.
19346         (REGISTER_MOVE_COST): Define.
19347         * config/rx/predicates (rx_source_operand): Allow all constant types.
19348         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
19349         (tstsi4): New pattern.
19350         * config/rx/rx.c (rx_memory_move_cost): Define.
19351         (TARGET_MEMORY_MOVE_COST): Define.
19352
19353 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
19354
19355         * tree.h (block_may_fallthru): Declare here.
19356         * tree-flow.h (block_may_fallthru): Do not declare here.
19357         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
19358         bitmap.h
19359         * Makefile.in (c-typeck.o): Update dependencies.
19360
19361 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
19362
19363         PR debug/44694
19364         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
19365         * cselib.c (cfa_base_preserved_regno): New static variable.
19366         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
19367         of REGNO (cfa_base_preserved_val->locs->loc).
19368         (cselib_preserve_cfa_base_value): Add regno argument, set
19369         cfa_base_preserved_regno to it.
19370         (cselib_invalidate_regno): Allow removal of registers other than
19371         cfa_base_preserved_regno from cfa_base_preserved_val.
19372         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
19373         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
19374         of MEM addresses, if not on LHS.
19375         (reverse_op): Don't add reverse ops for cfa_base_rtx.
19376         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
19377
19378 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
19379
19380         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
19381         static variables.
19382         (peep2_buf_position): New static function.
19383         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
19384         peephole2_optimize): Use it.
19385         (peep2_attempt, peep2_update_life): New static functions, broken out
19386         of peephole2_optimize.
19387         (peep2_fill_buffer): New static function.
19388         (peephole2_optimize): Change the main loop to try to fill the buffer
19389         with the maximum number of insns before matching them against
19390         peepholes.  Use a forward scan.  Remove special case for targets with
19391         conditional execution.
19392         * genrecog.c (change_state): Delete dead code.
19393         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
19394         Rewrite so as not to expect the second insn to have had a peephole
19395         applied yet.
19396
19397 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
19398
19399         * genhooks.c (emit_findices): Cast field precision to int.
19400         (emit_documentation): Likewise.
19401
19402 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
19403
19404         PR tree-optimization/43801
19405         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
19406         if old_decl was DECL_ONE_ONLY.
19407
19408         PR debug/44668
19409         * dwarf2out.c (add_accessibility_attribute): New function.
19410         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
19411         instead of adding DW_AT_accessibility manually.
19412         (gen_enumeration_type_die, gen_struct_or_union_type_die,
19413         gen_typedef_die): Use it.
19414
19415 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
19416
19417         * vmsdbgout.c (full_name): Just output the file name if not native.
19418
19419 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
19420
19421         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
19422         (funcnam_table): New static table.
19423         (funcnum_table): New static table.
19424         (write_rtnbeg): Write value saved in funcnum_table.
19425         (write_rtnend): Write value saved in funcnum_table.
19426         (vmsdbgout_begin_function): Save current function info in
19427         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
19428         (vmsdbgout_finish): Iterate over funcnum_table.
19429
19430 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
19431
19432         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
19433         (vmsdbgout_type_decl): Declare
19434         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
19435         (FUNC_EPILOGUE_LABEL): New macro
19436         (vmsdbgout_begin_epilogue): New function.
19437         (vmsdbgout_type_decl): New function.
19438
19439 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
19440
19441         * vmsdbg.h: Update copyright.
19442
19443 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
19444
19445         * vmsdbg.h (DST_K_TBG): New DST constant.
19446         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
19447         (write_modbeg): Cast module_language to avoid warning.
19448         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
19449
19450 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
19451
19452         PR other/44034
19453         * target.def, doc/tm.texi.in, genhooks.c: New files.
19454         * target.h: Instead of defining individual hook members,
19455         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
19456         include target.def.
19457         * target-def.h: Instead of defining individual hook initializers,
19458         include target-hooks-def.h.
19459         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
19460         targetm.live_on_entry -> targetm.extra_live_on_entry
19461         targetm.sched.md_finish ->targetm.sched.finish
19462         targetm.sched.md_init -> targetm.sched.init
19463         targetm.sched.md_init_global -> targetm.sched.init_global
19464         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
19465         targetm.asm_out.except_table_label ->
19466           targetm.asm_out.emit_except_table_label
19467         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
19468         targetm.target_help -> targetm.help
19469         targetm.vectorize.builtin_support_vector_misalignment ->
19470           targetm.vectorize.support_vector_misalignment
19471         targetm.file_start_app_off -> targetm.asm_file_start_app_off
19472         targetm.file_start_file_directive ->
19473          targetm.asm_file_start_file_directive
19474         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
19475         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
19476         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
19477         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
19478           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
19479         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
19480           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
19481         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
19482         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
19483         * Makefile.in (TARGET_H): Depend on target.def.
19484         (TARGET_DEF_H): Depend on target-hooks-def.h.
19485         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
19486         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
19487         * doc/tm.texi: Regenerate.
19488
19489         * Makefile.in (s-tm-texi): Remove stray tab / rule.
19490
19491         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
19492         (targetm.sched.init): Likewise.
19493
19494 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
19495
19496         PR bootstrap/44713
19497         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
19498         (function_arg_advance_32): Const-ify TYPE parameter.
19499         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
19500         (ix86_function_arg_advance): Change type of NAMED to bool.
19501         (function_arg_32): Const-ify CUM and TYPE parameters.
19502         (function_arg_64): Likewise.  Change type of NAMED to bool.
19503         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
19504         to bool.
19505         (ix86_function_arg): Change type of NAMED to bool.
19506         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
19507         last argument as a bool.
19508
19509 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
19510
19511         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
19512         (OVERRIDE_OPTIONS): Add note of obsolescence.
19513         Replace references with references to TARGET_OPTION_OVERRIDE.
19514         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
19515          the macro).
19516         * targhooks.c (default_target_option_override): New function.
19517         * targhooks.h (default_target_option_override): Declare.
19518         * target.h (struct gcc_target): Add override member to
19519         target_option member.
19520         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
19521         targetm.target_option.override call.
19522         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
19523         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
19524
19525 2010-06-29  Jan Hubicka  <jh@suse.cz>
19526
19527         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
19528
19529 2010-06-29  Jan Hubicka  <jh@suse.cz>
19530
19531         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
19532         unreachable.
19533         (rebuild_frequencies): New function.
19534         * predict.h (rebuild_frequencies): Declare.
19535         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
19536         entry block and edge reaching new_entry.
19537         (tree_function_versioning): When doing partial cloning, rebuild
19538         frequencies when done.
19539         * passes.c (execute_function_todo): Use rebild_frequencies.
19540
19541 2010-06-29  Richard Guenther  <rguenther@suse.de>
19542
19543         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
19544         * tree-flow.h (enum noalias_state): Remove.
19545         (struct var_ann_d): Remove noalias_state member.
19546
19547 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
19548
19549         PR target/43902
19550         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
19551         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
19552         (maddhidi4): Likewise.
19553
19554         Revert parts of the change for PR25130.
19555         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
19556         MEM_ALIAS_SET.
19557
19558 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
19559
19560         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
19561         targetm.calls.function_incoming_arg, and
19562         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
19563         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
19564         * target.h (struct gcc_target): Add function_arg_advance,
19565         function_arg, and function_incoming_arg fields.
19566         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
19567         (TARGET_FUNCTION_INCOMING_ARG): Define.
19568         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
19569         and TARGET_FUNCTION_INCOMING_ARG.
19570         * targhooks.h (default_function_arg_advance): Declare.
19571         (default_function_arg, default_function_incoming_arg): Declare.
19572         * targhooks.c (default_function_arg_advance): New function.
19573         (default_function_arg, default_function_incoming_arg): New function.
19574         * config/i386/i386.c (function_arg_advance): Rename to...
19575         (ix86_function_arg_advance): ...this.  Make static.
19576         (function_arg): Rename to...
19577         (ix86_function_arg): ...this.  Make static.
19578         (TARGET_FUNCTION_ARG_ADVANCE): Define.
19579         (TARGET_FUNCTION_ARG): Define.
19580         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
19581         (FUNCTION_ARG): Delete.
19582         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
19583         (function_arg): Delete prototype.
19584
19585 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
19586
19587         * reginfo.c (init_reg_sets_1): Adjust comments.
19588         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
19589         * calls.c (prepare_call_address): Likewise.
19590         (emit_call_1): Use targetm.calls.return_pops_args.
19591         (expand_call): Likewise.
19592         * function.c (assign_parms): Likewise.
19593         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
19594         * target.h (struct gcc_target) [struct calls]: Add
19595         return_pops_args field.
19596         * targhooks.h (default_return_pops_args): Declare.
19597         * targhooks.c (default_return_pops_args): Define.
19598         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
19599         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
19600         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
19601         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
19602         documentation.
19603         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
19604         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
19605         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
19606         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
19607         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
19608         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
19609         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
19610         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
19611         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
19612         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
19613         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
19614         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
19615         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
19616         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
19617         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
19618         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
19619         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
19620         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
19621         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
19622         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
19623         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
19624         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
19625         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
19626         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
19627         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
19628         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
19629         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
19630         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
19631         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
19632         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
19633         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
19634         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
19635         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
19636         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
19637         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
19638         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
19639         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
19640         * config/i386/i386.c (ix86_return_pops_args): Make static.
19641         Constify arguments.
19642         (TARGET_RETURN_POPS_ARGS): Define.
19643         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
19644         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
19645         (TARGET_RETURN_POPS_ARGS): Define.
19646         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
19647         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
19648         (TARGET_RETURN_POPS_ARGS): Define.
19649
19650 2010-06-29  Richard Guenther  <rguenther@suse.de>
19651
19652         PR middle-end/44667
19653         * tree-inline.c (initialize_inlined_parameters): Make sure
19654         to remap the inlined parameter variable substitutions types.
19655
19656 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
19657
19658         PR rtl-optimization/44659
19659         * combine.c (make_compound_operation) <SUBREG>: Do not return the
19660         result of force_to_mode if it partially re-expanded the compound.
19661
19662 2010-06-28  Jan Hubicka  <jh@suse.cz>
19663
19664         PR middle-end/44671
19665         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
19666         RESULT_DECL.
19667
19668 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
19669
19670         * double-int.h (force_fit_type_double): Remove declaration.
19671         * double-int.c (force_fit_type_double): Move to tree.c.
19672         * tree.h (force_fit_type_double): Declare.
19673         * tree.h (force_fit_type_double): Moved from double-int.c. Use
19674         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
19675         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
19676         * convert.c (convert_to_pointer): Adjust call to
19677         force_fit_type_double.
19678         * tree-vrp.c (extract_range_from_assert,
19679         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
19680         * fold-const.c: Update comment.
19681         (int_const_binop, fold_convert_const_int_from_int,
19682         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
19683         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
19684         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
19685         round_up_loc): Adjust call to force_fit_type_double.
19686
19687 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19688
19689         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
19690
19691 2010-06-28  Martin Jambor  <mjambor@suse.cz>
19692
19693         * tree-sra.c (convert_callers): New parameter, change fndecls of
19694         recursive calls.
19695         (modify_function): Pass the old decl to convert_callers.
19696
19697 2010-06-28  Martin Jambor  <mjambor@suse.cz>
19698
19699         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
19700         ipa_check_create_node_params and ipa_initialize_node_params with
19701         checking asserts they are not necessary.
19702
19703 2010-06-28  Jan Hubicka  <jh@suse.cz>
19704
19705         PR tree-optimization/44687
19706         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
19707
19708 2010-06-28  Martin Jambor  <mjambor@suse.cz>
19709
19710         PR c++/44535
19711         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
19712         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
19713         instead of BINFO_BASE_BINFO.
19714
19715 2010-06-28  Michael Matz  <matz@suse.de>
19716
19717         PR middle-end/44592
19718         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
19719         proper VDEF chain for intermediate stores in the sequence.
19720
19721 2010-06-28  Jan Hubicka  <jh@suse.cz>
19722
19723         PR tree-optimization/44357
19724         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
19725         uninlinable functions.
19726
19727 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19728
19729         * config.gcc (powerpc*-*-*): Handle titan.
19730         * config/rs6000/rs6000.c (titan_cost): New costs.
19731         (rs6000_override_options): Add "titan" to processor_target_table.
19732         Add Titan to branch alignment logic.
19733         Correctly set rs6000_cost for titan.
19734         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
19735         * config/rs6000/titan.md: New file.
19736         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
19737
19738 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19739
19740         * tree-browser.c (TB_history_stack): Convert to a VEC.
19741         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
19742         (TB_history_prev): Likewise.
19743
19744 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19745
19746         * vec.h (vec_heap_free): Add parentheses around free.
19747
19748 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
19749
19750         * system.h: Poison GCC_EXCEPT_H for front-end files.
19751
19752         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
19753         langhook.
19754         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
19755         Define to NULL by default.
19756         * except.h: Define GCC_EXCEPT_H.
19757         (doing_eh): Remove prototype.
19758         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
19759         (lang_protect_cleanup_actions): Remove.
19760         * except.c (lang_protect_cleanup_actions): Remove.
19761         (doing_eh): Remove.
19762         (gen_eh_region): Don't check doing_eh here.
19763         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
19764         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
19765         instead of lang_protect_cleanup_actions.
19766         * omp-low.c (maybe_catch_exception): Likewise.
19767         * Makefile.in: Update dependencies.
19768
19769 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
19770
19771         * cgraph.h (struct varpool_node): new used_from_object_file flag.
19772         (struct cgraph_local_info): new used_from_object_file flag.
19773         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
19774         (cgraph_clone_node): initialize used_from_object_file.
19775         (cgraph_create_virtual_clone): initialize used_from_object_file.
19776         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
19777         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
19778         when compiling with -fwhole-program.
19779         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
19780         internal resolver.
19781         * ipa.c (function_and_variable_visibility): Set externally_visible
19782         flag of varpool_node if used_from_object_file flag is set.
19783         (cgraph_externally_visible_p): check used_from_object_file flag.
19784         * doc/invoke.texi (-fwhole-program option): Change description of
19785         externally_visible attribute accordingly.
19786         * doc/extend.texi (externally_visible): Ditto.
19787
19788 2010-06-27  Jan Hubicka  <jh@suse.cz>
19789
19790         * params.def (max-inline-insns-auto): Default to 40.
19791         * doc/invoke.texi (max-inline-insns-auto): Document the change.
19792
19793 2010-06-27  Jan Hubicka  <jh@suse.cz>
19794
19795         PR middle-end/44671
19796         PR middle-end/44686
19797         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
19798         signature change.
19799         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
19800         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
19801
19802 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
19803
19804         * target.h (struct gcc_target): Add register_move_cost field.
19805         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
19806         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
19807         * targhooks.c (default_register_move_cost): New function.
19808         * targhooks.h (default_register_move_cost): Declare function.
19809         * defaults.h (REGISTER_MOVE_COST): Delete.
19810         * ira-int.h (ira_register_move_cost): Update comment.
19811         * ira.c (ira_register_move_cost): Update comment.
19812         * reload.h (register_move_cost): Declare.
19813         * reginfo.c (register_move_cost): New function.
19814         (move_cost): Update comment.
19815         (init_move_cost, memory_move_secondary_cost): Replace
19816         REGISTER_MOVE_COST with register_move_cost.
19817         * postreload.c (reload_cse_simplify_set): (Ditto.).
19818         * reload.c (find_valid_class, find_reloads): (Ditto.).
19819         * reload1.c (choose_reload_regs): (Ditto.).
19820         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
19821         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
19822         * doc/md.texi (can_create_pseudo_p): Update documentation.
19823
19824         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
19825         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
19826         * config/i386/i386.h (ix86_memory_move_cost): Make static.
19827         (TARGET_MEMORY_MOVE_COST): Define.
19828
19829         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
19830         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
19831         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
19832         (TARGET_MEMORY_MOVE_COST): Define.
19833
19834 2010-06-27  Richard Guenther  <rguenther@suse.de>
19835
19836         PR tree-optimization/44683
19837         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
19838         false edge from the inverted condition.
19839
19840 2010-06-27  Richard Guenther  <rguenther@suse.de>
19841
19842         PR middle-end/44684
19843         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
19844         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
19845         for register LHS.  Or non-store assignments.
19846
19847 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
19848
19849         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
19850         (sparc_emit_set_const64): Likewise.  Remove disabled code.
19851         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
19852         (sparc_emit_set_const64): Likewise.
19853
19854 2010-06-26  Catherine Moore  <clm@codesourcery.com>
19855
19856         * config/mips/mips.md (alu_type): New attribute.
19857         (type): Infer type from alu_type.
19858         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
19859         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
19860         *subsi3_extended, negsi2, negdi2, *low<mode>,
19861         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
19862         xor<mode>3, *nor<mode>3,
19863         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
19864         *zero_extendhi_truncqi):  Set alu_type instead of type.
19865
19866 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
19867
19868         * config/alpha/alpha.c (alpha_need_linkage): Adjust
19869         splay_tree_new_ggc call.
19870         (alpha_use_linkage): Likewise.
19871
19872 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
19873
19874         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
19875         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
19876         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
19877         (static_specs): Remove switches_need_spaces.
19878         (process_command, do_self_spec): Hardcode handling "-o" instead of
19879         checking switches_need_spaces.
19880         * system.h (SWITCHES_NEED_SPACES): Poison.
19881
19882 2010-06-26  Richard Guenther  <rguenther@suse.de>
19883
19884         PR tree-optimization/44393
19885         * tree-loop-distribution.c (generate_loops_for_partition): Fix
19886         stmt removal and VOP renaming.
19887         (generate_memset_zero): Remove redundant stmt updating.
19888         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
19889         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
19890
19891 2010-06-26  Jan Hubicka  <jh@suse.cz>
19892
19893         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
19894         edges comming from header are equivalent.
19895         (visit_bb): Handle PHIs correctly.
19896         * tree-inline.c (copy_phis_for_bb): Be able to copy
19897         PHI from entry edge.
19898         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
19899
19900 2010-06-26  Richard Guenther  <rguenther@suse.de>
19901
19902         PR middle-end/44674
19903         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
19904         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
19905
19906 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
19907
19908         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
19909         add_infile, alloc_switch): New.
19910         (process_command): Remove variable lang_n_infiles.  Process
19911         options in a single pass.  Use new functions for allocating
19912         infiles and switches arrays.  Properly skip operands of
19913         -Xpreprocessor and -Xassembler.
19914
19915 2010-06-26  Jan Hubicka  <jh@suse.cz>
19916
19917         PR middle-end/44671
19918         * cgraphunit.c (cgraph_function_versioning): Remove wrong
19919         cgraph_make_decl_local call; fix typo copying RTL data.
19920
19921 2010-06-25  DJ Delorie  <dj@redhat.com>
19922
19923         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
19924         (m32c_output_aligned_common): Likewise.
19925         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
19926         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
19927         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
19928         (m32c_register_pragmas): Register it.
19929         * config/m32c/m32c.c (m32c_get_pragma_address): New.
19930         (m32c_insert_attributes): Set #pragma address decls volatile.
19931         (pragma_entry_eq): New.
19932         (pragma_entry_hash): New.
19933         (m32c_note_pragma_address): New.
19934         (m32c_get_pragma_address): New.
19935         (m32c_output_aligned_common): New.
19936         * doc/extend.texi: Document the new pragma.
19937
19938         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
19939         also.
19940         * config/m32c/predicates.md (m32c_any_operand): Check the code
19941         instead of memory_operand so as to allow matching volatile MEMs.
19942         (m32c_nonimmediate_operand): Likewise.
19943         (mra_operand): Allow volatiles.
19944
19945 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
19946
19947         PR debug/44610
19948         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
19949         address if the offset is unknown.
19950
19951 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
19952
19953         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
19954         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
19955         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
19956         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
19957         to ia64_start_function. Invoke it.
19958         * config/ia64/ia64.c (ia64_start_function): Call new function
19959         dwarf2out_vms_debug_main_pointer.
19960
19961 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
19962
19963         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
19964         statements computing the true predicate.
19965
19966 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
19967
19968         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
19969         to boolean_true_node.
19970         (reset_bb_predicate): New.
19971         (predicate_bbs): Call reset_bb_predicate.
19972
19973 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
19974
19975         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
19976         (tree_if_conversion): Returns true when something has been changed.
19977         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
19978         changed something.
19979
19980 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
19981
19982         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
19983         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
19984         * tree-if-conv.c: Include dbgcnt.h.
19985         (tree_if_conversion): Use if_conversion_tree to count the number of
19986         if-convertible loops.
19987
19988 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
19989
19990         * common.opt (fprefetch-loop-arrays): Re-define
19991         -fprefetch-loop-arrays as a tri-state option with the initial
19992         value of -1.
19993         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
19994         pass only when flag_prefetch_loop_arrays > 0.
19995         * toplev.c (process_options): Note that, with tri-states,
19996         flag_prefetch_loop_arrays>0 means prefetching is enabled.
19997         * config/i386/i386.c (override_options): Enable prefetching at -O3
19998         for a set of CPUs that sw prefetching is helpful.
19999         (software_prefetching_beneficial_p): New.  Return TRUE if software
20000         prefetching is beneficial for the given CPU.
20001
20002 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
20003
20004         PR rtl-optimization/44326
20005         * implicit-zee.c (find_removable_zero_extends): Replace
20006         INSN_P with NONDEBUG_INSN_P.
20007
20008 2010-06-25  Martin Jambor  <mjambor@suse.cz>
20009
20010         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
20011         (struct ipa_node_params): Removed the modification_analysis_done flag.
20012         (ipa_is_param_modified): Removed.
20013         (ipa_analyze_node): Declare.
20014         (ipa_compute_jump_functions): Remove declaration.
20015         (ipa_count_arguments): Likewise.
20016         (ipa_detect_param_modifications): Likewise.
20017         (ipa_analyze_params_uses): Likewise.
20018         * ipa-prop.c (struct param_analysis_info): New type.
20019         (visit_store_addr_for_mod_analysis): Removed.
20020         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
20021         moved down in the file.
20022         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
20023         (ipa_count_arguments): Made static.
20024         (mark_modified): New function.
20025         (is_parm_modified_before_call): New function.
20026         (compute_pass_through_member_ptrs): New parameter parms_info, call
20027         is_parm_modified_before_call instead of ipa_is_param_modified.
20028         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
20029         it to compute_pass_through_member_ptrs.
20030         (ipa_compute_jump_functions): New parameter parms_info, pass it to
20031         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
20032         on the callee if it is analyzed.  Made static.
20033         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
20034         is_parm_modified_before_call instead of ipa_is_param_modified.
20035         (ipa_analyze_call_uses): New parameter parms_info, pass it to
20036         ipa_analyze_indirect_call_uses.
20037         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
20038         ipa_analyze_call_uses.
20039         (ipa_analyze_params_uses): New parameter parms_info, pass it to
20040         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
20041         (ipa_analyze_node): New function.
20042         (ipa_print_node_params): Do not dump the modified flag.
20043         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
20044         it.  Do not stream the modified parameter flag.
20045         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
20046         it.  Do not stream the modified parameter flag.
20047         * ipa-cp.c (ipcp_analyze_node): Removed.
20048         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
20049         with only a call to ipa_analyze_node.
20050         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
20051         node with only a call to ipa_analyze_node.
20052
20053 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20054
20055         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
20056
20057 2010-06-25  Jan Hubicka  <jh@suse.cz>
20058
20059         * tree-pass.h (pass_split_functions): Declare.
20060         * opts.c (decode_options): Enable function splitting at -O2
20061         * timevar.def (TV_IPA_FNSPLIT): New macro.
20062         * ipa-split.c: New file.
20063         * common.opt (-fpartial-inlining): New flag.
20064         * Makefile.in (ipa-split.o): New object file.
20065         * passes.c (init_optimization_passes): Add ipa-split.
20066         * params.def (partial-inlining-entry-probability): New parameters.
20067         * doc/invoke.texi (-fpartial-inlining): New.
20068
20069 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20070
20071         PR 44665
20072         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
20073         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
20074         (gimplify_expr): Likewise.
20075
20076 2010-06-25  Martin Jambor  <mjambor@suse.cz>
20077
20078         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
20079         statements instead of bailing out on them.
20080         (ipa_analyze_indirect_call_uses): Do not require that loads from the
20081         parameter are in the same BB as the condition.  Update comments.
20082
20083 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
20084
20085         PR middle-end/43866
20086         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
20087         true or always false, return NULL_TREE.
20088         (tree_unswitch_single_loop): Optimize conditions even when reaching
20089         max-unswitch-level parameter.  If num > 0, optimize first all conditions
20090         using entry checks, then do still reachable block discovery and consider
20091         only conditions in still reachable basic blocks in the loop.
20092
20093         PR tree-optimization/44539
20094         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
20095         the call doesn't have LHS, but has VDEF.
20096
20097 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
20098
20099         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
20100         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
20101         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
20102         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
20103         * system.h (MODIFY_TARGET_NAME): Poison.
20104
20105 2010-06-25  Alan Modra  <amodra@gmail.com>
20106
20107         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
20108         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
20109         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
20110         CMODEL_LARGE as default.
20111         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
20112         (offsettable_ok_by_alignment): Delete.
20113         (rs6000_emit_move): Remove mcmodel=medium optimization.
20114
20115 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
20116
20117         With large parts from Jim Wilson:
20118         PR target/43902
20119         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
20120         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
20121         * optabs.c (optab_for_tree_code): Likewise.
20122         (expand_widen_pattern_expr): Likewise.
20123         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
20124         out of execute_optimize_widening_mul.
20125         (convert_plusminus_to_widen): New function.
20126         (execute_optimize_widening_mul): Use the two new functions.
20127         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
20128         Remove code to generate widening multiply-accumulate.  Add support
20129         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
20130         * gimple-pretty-print.c (dump_ternary_rhs): New function.
20131         (dump_gimple_assign): Call it when appropriate.
20132         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
20133         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
20134         (expand_gimple_stmt_1): Likewise.
20135         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
20136         WIDEN_MULT_MINUS_EXPR.
20137         * tree-ssa-operands.c (get_expr_operands): Likewise.
20138         * tree-inline.c (estimate_operator_cost): Likewise.
20139         * gimple.c (extract_ops_from_tree_1): Renamed from
20140         extract_ops_from_tree.  Add new arg for a third operand; fill it.
20141         (gimple_build_assign_stat): Support operations with three operands.
20142         (gimple_build_assign_with_ops_stat): Likewise.
20143         (gimple_assign_set_rhs_from_tree): Likewise.
20144         (gimple_assign_set_rhs_with_ops_1): Renamed from
20145         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
20146         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
20147         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
20148         WIDEN_MULT_MINUS_EXPR.
20149         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
20150         (extract_ops_from_tree_1): Adjust declaration.
20151         (gimple_assign_set_rhs_with_ops_1): Likewise.
20152         (gimple_build_assign_with_ops): Pass NULL for last operand.
20153         (gimple_build_assign_with_ops3): New macro.
20154         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
20155         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
20156         functions.
20157         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
20158         (verify_gimple_assign): Call it.
20159         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
20160         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
20161         functions for dealing with three-operand statements.
20162         * tree.c (commutative_ternary_tree_code): New function.
20163         * tree.h (commutative_ternary_tree_code): Declare it.
20164         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
20165         ternary statements.
20166         (gimple_assign_nonzero_warnv_p): Likewise.
20167         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
20168         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
20169         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
20170         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
20171         (struct hashtable_expr): New member ternary in the union.
20172         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
20173         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
20174         (iterative_hash_hashable_expr): Likewise.
20175         (print_expr_hash_elt): Handle EXPR_TERNARY.
20176         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
20177         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
20178         statements.  Handle GIMPLE_TERNARY_RHS.
20179
20180 2010-06-25  Jan Hubicka  <jh@suse.cz>
20181
20182         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
20183
20184 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
20185
20186         PR c/44517
20187         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
20188         parameters are not good.
20189         (c_parser_parameter_declaration): Error unknown type name if the type
20190         name can't start declaration specifiers.
20191
20192 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
20193
20194         * gcc.c (translate_options): Don't mention +e in comment.
20195         (process_command): Don't handle +e specially.
20196
20197 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
20198
20199         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
20200
20201         * ira-build.c (merge_hard_reg_conflicts): New function.
20202         (create_cap_allocno, copy_info_to_removed_store_destinations,
20203         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
20204         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
20205         (remove_unnecessary_allocnos, remove_low_level_allocnos)
20206         copy_nifo_to_removed_store_destination): Use them.
20207         * ira-lives.c (make_hard_regno_born): New function, split out of
20208         make_regno_born.
20209         (make_allocno_born): Likewise.
20210         (make_hard_regno_dead): New function, split out of make_regno_dead.
20211         (make_allocno_dead): Likewise.
20212         (inc_register_pressure): New function, split out of set_allocno_live.
20213         (dec_register_pressure): New function, split out of clear_allocno_live.
20214         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
20215         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
20216         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
20217         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
20218         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
20219         mark_pseudo_regno_live.
20220         (process_bb_node_lives): Use mark_pseudo_regno_live,
20221         make_hard_regno_born and make_allocno_dead.
20222         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
20223         set_allocno_live, clear_allocno_live): Delete functions.
20224
20225         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
20226         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
20227         functions.
20228         (ira_flattening): Use ira_parent_allocno.
20229         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
20230         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
20231
20232         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
20233         statement.
20234
20235         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
20236         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
20237         minmax_set_iter_cond, minmax_set_iter_next,
20238         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
20239         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
20240         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
20241         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
20242         uses changed.
20243
20244         * ira-int.h (struct live_range, live_range_t): Renamed from struct
20245         ira_allocno_live_range and allocno_live_range_t; all uses changed.
20246         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
20247         All uses changed.
20248
20249 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
20250
20251         * thumb2.md (thumb2_tlobits_cbranch): Delete.
20252         (peephole2 to convert zero_extract/compare of single bit to
20253          lshift/compare): New.
20254
20255 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
20256
20257         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
20258         recursive call and call to 'int_const_binop'.
20259         (build_range_check, fold_cond_expr_with_comparison, unextend,
20260         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
20261         multiple_of_p): Adjust call to const_binop.
20262
20263 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
20264
20265         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
20266         determine size of XFmode operand.
20267         (XFmode extended DFmode push splitter): Ditto.
20268         (XFmode extended SFmode push splitter): Ditto.
20269
20270 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
20271
20272         PR target/44588
20273         * config/i386/i386.md (extract_code): New.
20274         (<u>divmodqi4): Likewise.
20275         (divmodhiqi3): Likewise.
20276         (udivmodhiqi3): Likewise.
20277         (<u>divqi3): Remvoved.
20278
20279 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
20280
20281         PR middle-end/44492
20282         * recog.h (struct recog_data): Add is_asm field.
20283         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
20284         present in constraints of inline-asm operand and memory operand
20285         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
20286         (extract_insn): Initialize recog_data.is_asm.
20287         * doc/md.texi (Constraints): Document operand side-effect rules.
20288
20289 2010-06-24  Andi Kleen  <ak@linux.intel.com>
20290
20291         * c-parser.c (c_parser_conditional_expression): Call
20292         warn_for_omitted_condop.
20293         * doc/invoke.texi: Document omitted condop warning.
20294
20295 2010-06-24  Nick Clifton<nickc@redhat.com>
20296
20297         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
20298         insn in the sequence is a jump insn before setting its label.
20299
20300 2010-06-24  Alan Modra  <amodra@gmail.com>
20301
20302         * collect2.c (main): Match exactly --version and --help.
20303
20304 2010-06-24  DJ Delorie  <dj@redhat.com>
20305
20306         * config/m32c/m32c-pragma.c: Don't include rtl.h.
20307
20308 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
20309
20310         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
20311         using X87MODEF mode iterator.
20312         (pushsf splitter): Macroize splitter using P mode iterator.
20313         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
20314         mode iterator.
20315
20316         (*movxf_internal): Rename from *movxf_integer.
20317         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
20318         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
20319         (*movdf_internal): Rename from *movdf_integer.
20320         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
20321         (*movsf_internal): Rename from *movdf_1.
20322
20323 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
20324
20325         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
20326         (const_gimple_seq_node): Removed typedefs.
20327
20328         * gimple.h (gimple_seq_node_d, gimple_seq_node)
20329         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
20330
20331 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
20332
20333         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
20334         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
20335         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
20336         and CODE_FOR_vec_extract_lo_v4df.
20337
20338         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
20339         Changed to define_insn_and_split.
20340         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
20341         (vec_extract_lo_v16hi): Likewise.
20342         (vec_extract_lo_v32qi): Likewise.
20343         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
20344         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
20345
20346 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
20347
20348         PR target/44640
20349         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
20350         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
20351         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
20352         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
20353         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
20354
20355         PR target/44640
20356         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
20357
20358         PR other/44644
20359         * df-core.c (struct df): Rename to df_d.
20360         * df.h (struct df): Likewise.
20361         * dse.h (struct df): Remove forward declaration.
20362         * recog.h (struct insn_data): Rename to:
20363         (struct_insn_data_d).  Adjusted all users.
20364
20365 2010-06-23  Arnaud Charlet  <charlet@adacore.com
20366
20367         PR ada/22220
20368         * doc/install.texi: Update requirements to build GNAT.
20369
20370 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
20371
20372         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
20373         enum type.
20374         (m68k_sched_attr_opx_type): Remove unreachable return.
20375         (m68k_sched_attr_opy_type): Likewise.
20376         (m68k_sched_attr_size): Likewise.
20377         (sched_get_opxy_mem_type): Likewise.
20378         (m68k_sched_attr_op_mem): Likewise.
20379
20380 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
20381
20382         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
20383         new statement and adjust VDEF only if necessary.  Remove superfluous
20384         call to maybe_clean_or_replace_eh_stmt.
20385         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
20386         copy the flags.
20387         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
20388         * tree-inline.c (copy_bb): ...and not there.
20389
20390 2010-06-22  Cary Coutant  <ccoutant@google.com>
20391
20392         * dwarf2out.c (is_nested_in_subprogram): New function.
20393         (should_move_die_to_comdat): Use it.
20394         (copy_ancestor_tree): Don't mark DIEs here.
20395         (copy_decls_walk): Start walk from root of newly-added tree;
20396         mark DIEs here instead.
20397
20398 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
20399
20400         * config/i386/i386.md (unit): Also check sseishft1.
20401
20402 2010-06-22  Jan Hubicka  <jh@suse.cz>
20403
20404         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
20405         enabled.
20406
20407 2010-06-22  Jan Hubicka  <jh@suse.cz>
20408
20409         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
20410         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
20411         Return true if something changed.
20412         * df.h (df_confluence_function_n): Return bool.
20413         * df-core.c (df_worklist_propagate_forward,
20414         df_worklist_propagate_backward): Track changes and ages.
20415         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
20416         track ages.
20417         * dse.c (dse_confluence_n): Return always true.
20418
20419 2010-06-22  Jan Hubicka  <jh@suse.cz>
20420
20421         * bitmap.c (bitmap_clear_bit): Micro optimize.
20422
20423 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
20424
20425         * config/i386/i386.md (SWI1248x): New mode iterator.
20426         (SWI48x): Ditto.
20427         (SWI12): Ditto.
20428         (SWI24): Ditto.
20429
20430         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
20431         SWI1248x mode iterator.
20432         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
20433         using SWI124 mode iterator.
20434         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
20435         mode iterator.
20436         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
20437         *pushdi2_prologue_rex64 using P mode iterator.
20438         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
20439         using SWI48 mode iterator.
20440         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
20441         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
20442         using SWI1248x mode iterator.
20443         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
20444         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
20445         SWI48 mode iterator.
20446         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
20447         iterator.
20448         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
20449         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
20450         SWI12 mode iterator.
20451         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
20452         SWI12 mode iterator.
20453         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
20454         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
20455         SWI24 mode iterator.
20456         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
20457         SWI48 mode iterator.
20458         (mov<mode>_insn_1): New expander.
20459         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
20460         using SWI48x mode iterator.
20461
20462         (*movoi_internal_avx): Rename from *movoi_internal.
20463         (*movti_internal_rex64): Rename from *movti_rex64.
20464         (*movti_internal_sse): Rename from *movti_sse.
20465         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
20466         (*movdi_internal): Rename from *movdi_2.
20467         (*movsi_internal): Rename from *movsi_1.
20468         (*movhi_internal): Rename from *movhi_1.
20469         (*movqi_internal): Rename from *movqi_1.
20470
20471         (insv): Update the call to gen_movsi_insv_1 for rename.
20472         * config/i386/i386.c (promote_duplicated_reg): Ditto.
20473
20474 2010-06-22  Jan Hubicka  <jh@suse.cz>
20475
20476         * passes.c (execute_function_todo): Move call of statistics_fini_pass
20477         to ...
20478         (execute_todo) ... this one.
20479
20480 2010-06-22  Alan Modra  <amodra@gmail.com>
20481
20482         PR target/44364
20483         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
20484         * caller-save.c (insert_restore, insert_save): Use non-validate
20485         form of adjust_address.
20486
20487 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20488
20489         PR target/39690
20490         * config/pa/pa.c (override_options): Disable
20491         -freorder-blocks-and-partition.
20492
20493 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
20494
20495         PR target/44615
20496         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
20497
20498         * config/i386/i386.md (type): Add sseishft1
20499
20500         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
20501         (ppro_insn_load): Likewise.
20502         (ppro_insn_store): Likewise.
20503         (ppro_insn_both): Likewise.
20504
20505         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
20506         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
20507         for type.
20508         (*vec_extractv2di_1_avx): Likewise.
20509         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
20510         type.  Remove atom_unit.
20511         (*vec_extractv2di_1_sse2): Likewise.
20512
20513 2010-06-21  DJ Delorie  <dj@redhat.com>
20514
20515         * diagnostic.h (diagnostic_classification_change_t): New.
20516         (diagnostic_context): Add history and push/pop list.
20517         (diagnostic_push_diagnostics): Declare.
20518         (diagnostic_pop_diagnostics): Declare.
20519         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
20520         from pragmas in a history chain instead of the global table.
20521         (diagnostic_push_diagnostics): New.
20522         (diagnostic_pop_diagnostics): New.
20523         (diagnostic_report_diagnostic): Scan history chain to find state
20524         of diagnostics as of the diagnostic location.
20525         * opts.c (set_option): Pass UNKNOWN_LOCATION to
20526         diagnostic_classify_diagnostic.
20527         (enable_warning_as_error): Likewise.
20528         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
20529         use in the history chain.
20530         * doc/extend.texi: Document pragma GCC diagnostic changes.
20531
20532 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
20533
20534         * dwarf2out.c (add_linkage_name): New function.  Don't add
20535         anything to DW_TAG_member DIEs.
20536         (add_name_and_src_coords_attributes): Use it.
20537         (gen_variable_die): Call it for C++ static data members if
20538         specification is DW_TAG_member.
20539
20540         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
20541         C++ char16_t and char32_t.
20542
20543         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
20544         * genattrtab.c: Include vecprim.h.
20545         (cached_attrs, cached_attr_count, attrs_seen_once,
20546         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
20547         attrs_cached_after): New variables.
20548         (find_attrs_to_cache): New function.
20549         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
20550         (write_test_expr): Add attrs_cached argument, return it too,
20551         attempt to cache non-const attributes used more than once in
20552         a single case handling.
20553         (write_attr_get): Use find_attrs_to_cache, for caching candidates
20554         emit cached_* variables.  Adjust write_attr_set callers.
20555         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
20556         to find attributes that should be cached in this block.  Adjust
20557         write_test_expr callers.
20558         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
20559         callers.
20560         (make_automaton_attrs): Adjust write_test_expr caller.
20561
20562         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
20563         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
20564         (make_automaton_attrs): If find_tune_attr returns non-NULL,
20565         write separate internal_dfa_insn_code_* and insn_default_latency_*
20566         functions for each attribute's value and emit init_sched_attrs
20567         function and function pointers.
20568         * genattr.c (const_attrs, reservations): New variables.
20569         (gen_attr): Add const attributes to const_attrs vector.
20570         (check_tune_attr, find_tune_attr): New functions.
20571         (main): Add reservations to reservations vector.  If find_tune_attr
20572         returns true, add prototype for init_sched_attrs and make
20573         internal_dfa_insn_code and insn_default_latency function pointers,
20574         otherwise define init_sched_attrs as dummy macro.
20575         * cfgexpand.c: Include insn-attr.h.
20576         (gimple_expand_cfg): Call init_sched_attrs.
20577
20578         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
20579
20580         PR target/44575
20581         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
20582         va_arg from a set of register save slots into a temporary,
20583         if the container is bigger than type size, do the copying
20584         using smaller mode or using memcpy.
20585
20586         PR bootstrap/44426
20587         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
20588         prototype.
20589         (sel_print_to_dot): Remove macro.
20590         (sel_print): Likewise.  New prototype.
20591         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
20592         (sel_print): New function.
20593
20594 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20595
20596         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
20597         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
20598
20599 2010-06-21  Nick Clifton  <nickc@redhat.com>
20600
20601         * config/rx/rx.h (PTRDIFF_TYPE): Define.
20602         (SMALL_REGISTER_CLASS): Define (to zero).
20603         (PRINT_OPERAND): Delete.
20604         (PRINT_OPERAND_ADDRESS): Delete.
20605         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
20606         (rx_print_operand_address): Delete prototype.
20607         * config/rx/rx.c (rx_print_operand): Make static.
20608         Allow %H and %L to handle CONST_DOUBLEs.
20609         (rx_print_operand_address): Make static.
20610         (rx_gen_move_template): Rename local variable 'template' to
20611         out_template.
20612         (rx_function_arg): Do not pass unknown sized objects in registers.
20613         (TARGET_PRINT_OPERAND): Define.
20614         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20615
20616 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
20617
20618         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
20619
20620 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
20621
20622         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
20623         stack-alignment for simple leaf-functions.
20624
20625 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
20626
20627         * doc/install.texi: Document bootstrap-lto.
20628
20629 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
20630
20631         PR debug/44248
20632         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
20633         (input_function): Drop them here, if VTA is disabled.
20634
20635 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
20636
20637         PR target/44546
20638         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
20639         New predicate.
20640         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
20641         ix86_swapped_fp_comparsion_operator instead of
20642         ix86_fp_comparison_operator.
20643
20644         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
20645         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
20646         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
20647         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
20648         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
20649         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
20650
20651 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
20652
20653         PR other/32998
20654         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
20655         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
20656         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
20657         (decode_cmdline_option): Update for this return value.  Set
20658         orig_option_with_args_text field.  Set arg field for unknown
20659         options.  Make static.
20660         (decode_cmdline_options_to_array): New.
20661         (prune_options): Update handling of find_opt return value.
20662         * opts.c (read_cmdline_option): Take decoded option.  Return void.
20663         (read_cmdline_options): Take decoded options.
20664         (decode_options): Add parameters for decoded options.  Use
20665         decode_cmdline_options_to_array.  Use decoded options for -O
20666         scan.  Use integral_argument for -O parameters.  Update call to
20667         read_cmdline_options.
20668         (enable_warning_as_error): Update handling of find_opt return value.
20669         * opts.h: Update comment on unknown options.
20670         (struct cl_decoded_option): Update comments on opt_index and arg.
20671         Add orig_option_with_args_text.
20672         (decode_cmdline_option): Remove.
20673         (decode_cmdline_options_to_array): Declare.
20674         (decode_options): Update prototype.
20675         * toplev.c (save_argv): Remove.
20676         (save_decoded_options, save_decoded_options_count): New.
20677         (read_integral_parameter): Remove.
20678         (print_switch_values): Use decoded options.
20679         (toplev_main): Don't set save_argv.  Update call to decode_options.
20680         * toplev.h (read_integral_parameter): Remove.
20681         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
20682
20683 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
20684
20685         PR target/44072
20686         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
20687         immediate.
20688         * constraints.md (Pw, Px): New constraints.
20689         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
20690
20691 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
20692
20693         * config/i386/sse.md (fma4modesuffixf4): Removed.
20694         (ssemodesuffixf2s): Likewise.
20695         (ssemodesuffixf4): Likewise.
20696         (ssemodesuffixf2c): Likewise.
20697         (ssescalarmodesuffix2s): Likewise.
20698         (avxmodesuffixf2c): Likewise.
20699         (ssemodesuffix): New.
20700         (ssescalarmodesuffix): Likewise.
20701         Update patterns with ssemodesuffix and ssescalarmodesuffix.
20702
20703 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
20704
20705         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
20706
20707 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
20708
20709         * stor-layout.c (debug_rli): Remove unused local variables.
20710
20711 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
20712
20713         PR rtl-optimization/40900
20714         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
20715         original expression for later reuse.
20716         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
20717         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
20718
20719 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
20720
20721         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
20722         double_int_fits_in_uhwi_p): Implement as static inline.
20723         (double_int_xor): New inline function.
20724         (double_int_lrotate, double_int_rrotate, double_int_max,
20725         double_int_umax, double_int_smax, double_int_min, double_int_umin,
20726         double_int_smin): Declare.
20727         (lrotate_double, rrotate_double): Remove declaration.
20728         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
20729         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
20730         (double_int_lrotate, double_int_rrotate, double_int_max,
20731         double_int_umax, double_int_smax, double_int_min, double_int_umin,
20732         double_int_smin): New function.
20733         * fold-const.c (int_const_binop): Clean up, use double_int_*
20734         functions.
20735         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
20736         double_int_* and immed_double_int_const functions.
20737
20738 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
20739
20740         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
20741         * function.c (types_used_by_cur_var_decl): Likewise.
20742         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
20743
20744 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
20745
20746         * tree.h (record_layout_info): Change type of pending_statics field
20747         to a VEC.
20748         * stor-layout.c (start_record_layout): Store NULL into
20749         pending_statics.
20750         (debug_rli): Call debug_vec_tree instead of debug_tree.
20751         (place_field): Likewise.
20752         (finish_record_layout): Likewise.
20753
20754 2010-06-18  Alan Modra  <amodra@gmail.com>
20755
20756         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
20757
20758 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20759
20760         PR target/43740
20761         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
20762         for SET source operand from SET destination operand.
20763
20764 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
20765
20766         PR rtl-optimization/39871
20767         * reload1.c (init_eliminable_invariants): For flag_pic, disable
20768         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
20769         (function_invariant_p): Rule out a plus of frame or arg pointer with
20770         a SYMBOL_REF.
20771         * ira.c (find_reg_equiv_invariant_const): Likewise.
20772
20773 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
20774
20775         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
20776         print_operand_address and puts to output the operand for CONST.
20777
20778 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
20779
20780         PR debug/44572
20781         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
20782         hook.
20783
20784 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20785
20786         * v850-protos.h (print_operand): Delete.
20787         (print_operand_address): Delete.
20788         * v850.h (PRINT_OPERAND): Delete.
20789         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20790         (PRINT_OPERAND_ADDRESS): Delete.
20791         * v850.c (print_operand_address): Rename to...
20792         (v850_print_operand_address): ...this.  Make static. Call
20793         v850_print_operand.
20794         (print_operand): Rename to...
20795         (v850_print_operand): ...this.  Make static.  Call
20796         v850_print_operand_address.
20797         (v850_print_operand_punct_valid_p): New function.
20798         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20799         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20800
20801 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20802
20803         * config/sh/sh-protos.h (print_operand): Delete.
20804         (print_operand_address): Delete.
20805         * config/sh/sh.h (PRINT_OPERAND): Delete.
20806         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20807         (PRINT_OPERAND_ADDRESS): Delete.
20808         * config/sh/sh.c (sh_print_operand_address): Make static.
20809         (sh_print_operand): Make static.  Call sh_print_operand_address
20810         and sh_print_operand.
20811         (sh_print_operand_punct_valid_p): New function.
20812         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20813         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20814
20815 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20816
20817         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
20818         (mcore_print_operand_address): Delete.
20819         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
20820         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20821         (PRINT_OPERAND_ADDRESS): Delete.
20822         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
20823         (mcore_print_operand): Make static.
20824         (mcore_print_operand_punct_valid_p): New function.
20825         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
20826         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20827
20828 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20829
20830         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
20831         (print_operand_address): Delete.
20832         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
20833         (PRINT_OPERAND_ADDRESS): Delete.
20834         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
20835         static.
20836         (m68hc11_print_operand): Make static.
20837         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
20838
20839 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20840
20841         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
20842         (m32r_print_operand_address): Delete.
20843         * config/m32r/m32r.h (m32r_punct_chars): Delete.
20844         (PRINT_OPERAND): Delete.
20845         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20846         (PRINT_OPERAND_ADDRESS): Delete.
20847         * config/m32r/m32r.c (m32r_punct_chars): Make static.
20848         (m32r_print_operand_address): Make static.
20849         (m32r_print_operand): Make static.
20850         (m32r_print_operand_punct_valid_p): New function.
20851         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
20852         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20853
20854 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20855
20856         * config/iq2000/iq2000-protos.h (print_operand): Delete.
20857         (print_operand_address): Delete.
20858         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
20859         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20860         (PRINT_OPERAND_ADDRESS): Delete.
20861         (iq2000_print_operand_punct): Delete.
20862         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
20863         (iq2000_print_operand_address): Make static.
20864         (iq2000_print_operand): Make static.
20865         (iq2000_print_operand_punct_valid_p): New function.
20866         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
20867         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20868
20869 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20870
20871         * config/frv/frv-protos.h (frv_print_operand): Delete.
20872         (frv_print_operand_address): Delete.
20873         * config/frv/frv.h (PRINT_OPERAND): Delete.
20874         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20875         (PRINT_OPERAND_ADDRESS): Delete.
20876         * config/frv/frv.c (frv_print_operand_address): Make static.
20877         (frv_print_operand): Make static.
20878         (frv_print_operand_punct_valid_p): New function.
20879         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
20880         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20881
20882 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
20883
20884         * tree.h (vec_member): Declare.
20885         * tree.c (vec_member): Define.
20886
20887 2010-06-17  Richard Guenther  <rguenther@suse.de>
20888
20889         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
20890         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
20891
20892 2010-06-17  Richard Guenther  <rguenther@suse.de>
20893
20894         * tree-inline.c (declare_return_variable): Remove bogus code.
20895
20896 2010-06-17  Richard Guenther  <rguenther@suse.de>
20897
20898         * gimplify.c (gimplify_bind_expr): Always promote complex
20899         and vector variables to registers if possible.
20900
20901 2010-06-17  Richard Guenther  <rguenther@suse.de>
20902
20903         * expr.c (get_inner_reference): Use double_int for bit_offset
20904         calculation.
20905
20906 2010-06-16  DJ Delorie  <dj@redhat.com>
20907
20908         * common.opt (-fstrict-volatile-bitfields): new.
20909         * doc/invoke.texi: Document it.
20910         * fold-const.c (optimize_bit_field_compare): For volatile
20911         bitfields, use the field's type to determine the mode, not the
20912         field's size.
20913         * expr.c (expand_assignment): Likewise.
20914         (get_inner_reference): Likewise.
20915         (expand_expr_real_1): Likewise.
20916         * expmed.c (store_fixed_bit_field): Likewise.
20917         (extract_bit_field_1): Likewise.
20918         (extract_fixed_bit_field): Likewise.
20919
20920 2010-06-16  Richard Guenther  <rguenther@suse.de>
20921
20922         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
20923
20924 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
20925
20926         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
20927         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
20928         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
20929         * debug.c: Likewise.
20930         * sdbout.c: Likewise.
20931         * vmsdbgout.c: Likewise.
20932         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
20933         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
20934         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
20935         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
20936         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
20937         * dwarf2out.c (dw_fde_struct): New fields
20938         dw_fde_vms_{end,begin}_prologue.
20939         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
20940         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
20941         (dwarf2out_vms_end_prologue): New function.
20942         (dwarf2out_vms_begin_epilogue): New function.
20943         (dw_val_struct): New value dw_val_class_vms_delta.
20944         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
20945         begin_epilogue for VMS.
20946         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
20947         new static functions.
20948         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
20949         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
20950         static functions.
20951         (print_die): New case dw_val_class_vms_delta.
20952         (attr_checksum): Likewise.
20953         (same_dw_val_p: Likewise.
20954         (size_of_die): Likewise.
20955         (value_format): Likewise.
20956         (output_die): Likewise.
20957         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
20958         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
20959         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
20960         dwarf2out_cfi_begin_epilogue
20961         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
20962
20963 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
20964
20965         * config/cris/cris-protos.h (cris_print_operand): Delete.
20966         (cris_print_operand_address): Delete.
20967         * config/cris/cris.h (PRINT_OPERAND): Delete.
20968         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20969         (PRINT_OPERAND_ADDRESS): Delete.
20970         * config/cris/cris.c (cris_print_operand_address): Make static.
20971         (cris_print_operand): Make static.
20972         (cris_print_operand_punct_valid_p): New function.
20973         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
20974         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20975
20976 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
20977
20978         * config/arm/arm-protos.h (arm_print_operand): Delete.
20979         (arm_print_operand_address): Delete.
20980         * config/arm/arm.h (PRINT_OPERAND): Delete.
20981         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20982         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
20983         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
20984         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
20985         (arm_print_operand): Make static.
20986         (arm_print_operand_punct_valid_p): New function.
20987         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
20988         (TARGET_PRINT_OPERAND_ADDRESS): Define.
20989
20990 2010-06-16  Nick Clifton  <nickc@redhat.com>
20991
20992         * config/rx/constraints.md (NEGint4): New constraint.
20993         * config/rx/rx.md (attr cc): Add set_zsc.
20994         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
20995         initialised.
20996         (cmpsf): Likewise.
20997         (call_internal): Clobber the cc0 register.
20998         (call_value_internal): Likewise.
20999         (cstoresi4): Likewise.
21000         (movsieq): Likewise.
21001         (movsine): Likewise.
21002         (addsi3): Add alternative to handle small negative constants.
21003         (sunsi3): Likewise.
21004         (addsi3): Do not set the O bit in the cc0 register.
21005         (adddi3): Likewise.
21006         (subsi3): Likewise.
21007         (subdi3): Likewise.
21008         (andsi3): Reorder alternatives to prefer shorter forms.
21009         (mulsi3): Likewise.
21010         (iorsi3): Likewise.
21011         (negsi2): Note that the cc0 flags are set.
21012         (rotlsi3): Note that only the Z and S bits are set in cc0.
21013         (lshrsi3): Likewise.
21014         (ashlsi3): Likewise.
21015         (subsf3): Use %Q for the MEM operand.
21016         (fix_truncsfsi2): Likewise.
21017         (floatsisf2): Likewise.
21018         (bitset): Remove early clobber from destination.
21019         (bitset_in_memory): Likewise.
21020         (lrintsf2): Clobber the cc0 register.
21021         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
21022         (rx_print_operand): Handle %N.
21023
21024 2010-06-16  Jan Hubicka  <jh@suse.cz>
21025
21026         * df-core.c (df_compact_blocks): Free problem_temps vector.
21027
21028 2010-06-16  Martin Jambor  <mjambor@suse.cz>
21029
21030         PR tree-optimization/43905
21031         * tree-sra.c: Include tree-inline.h.
21032         (create_abstract_origin): Removed.
21033         (modify_function): Version the call graph node instead of creating
21034         abstract origins and dealing with same_body aliases.
21035         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
21036         function is versionable.
21037         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
21038
21039 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
21040
21041         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
21042         (CHOOSE_DYNAMIC_LINKER): Update.
21043
21044 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
21045
21046         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
21047         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
21048         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
21049         *prefetch_3dnow_rex.
21050
21051 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
21052
21053         * target.h (struct asm_out):Add declare_constant_name field.
21054         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
21055         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
21056         * output.h (default_asm_declare_constant_name): Declare.
21057         (assemble_label): Update prototype.
21058         * varasm.c (assemble_constant_contents): Use
21059         targetm.asm_out.declare_constant_name target hook.
21060         (assemble_label): Add 'file' argument.
21061         (default_asm_declare_constant_name): New function.
21062         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
21063         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
21064         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
21065
21066         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
21067         * config/darwin.c (darwin_asm_declare_constant_name): New function.
21068         (machopic_output_indirection): Update assemble_label argument list.
21069         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
21070         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
21071
21072 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
21073
21074         PR middle-end/44391
21075         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
21076         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
21077
21078 2010-06-15  Richard Guenther  <rguenther@suse.de>
21079
21080         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
21081
21082 2010-06-15  Paul Brook  <paul@codesourcery.com>
21083
21084         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
21085         hard-float ABI.
21086
21087 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
21088
21089         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
21090         don't get a vector type for output.
21091
21092 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
21093
21094         PR fortran/44536
21095         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
21096         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
21097         (LANG_HOOKS_DECLS): Add it.
21098         * gimplify.c (omp_notice_variable): Call
21099         lang_hooks.decls.omp_report_decl.
21100
21101 2010-06-15  Martin Jambor  <mjambor@suse.cz>
21102
21103         PR lto/44464
21104         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
21105         on the newly dead SSA name.
21106
21107 2010-06-15  Alan Modra  <amodra@gmail.com>
21108
21109         * doc/invoke.texi: Add mcmodel to powerpc options.
21110         * configure.ac: Add HAVE_LD_LARGE_TOC test.
21111         * configure: Regenerate.
21112         * config.in: Regenerate.
21113         * config/rs6000/linux64.opt (mcmodel): New.
21114         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
21115         (TARGET_CMODEL, SET_CMODEL): Define.
21116         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
21117         select CMODEL_MEDIUM default.
21118         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
21119         (TARGET_CMODEL): Define default.
21120         * config/rs6000/rs6000.c (cmodel): New variable.
21121         (rs6000_explicit_options): Add cmodel field.
21122         (rs6000_handle_option): Handle -mcmodel.
21123         (create_TOC_reference): Add largetoc_reg param.  Generate high,
21124         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
21125         (rs6000_delegitimize_address): Recognise new toc reference rtl
21126         and minimal-toc rtl.
21127         (rs6000_legitimize_reload_address): Handle new toc references.
21128         (print_operand_address): Handle legitimate_constant_pool_address_p
21129         match before lo_sum.
21130         (rs6000_eliminate_indexed_memrefs): Tidy.
21131         (rs6000_emit_move): Tweak threshold for inlining constants.
21132         Keep rs6000_emit_allocate_stack large stack frame offsets
21133         loaded into r0 inline.
21134         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
21135         (tocrel_base, tocrel_offset): New variables.
21136         (toc_relative_expr_p): Set them here.
21137         (print_operand_address): Skip over any offset on constant pool address.
21138         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
21139         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
21140         (offsettable_ok_by_alignment): New function.
21141         (rs6000_emit_move): Address suitably aligned local symbol_refs
21142         relative to the toc pointer for -mcmodel=medium.
21143         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
21144         strict param.  Allow lo_sum version of addressing.  Verify reg
21145         used for -mminimal-toc and -mcmodel != small.  Update all callers.
21146         * config/rs6000/constraints.md: Update for above change.
21147         * config/rs6000/predicates.md: Likewise.
21148         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
21149         code.
21150         (tls_gd): Split for -mcmodel=medium/large.
21151         (tls_gd_high, tls_gd_low): New.
21152         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
21153         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
21154         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
21155         (largetoc_high, largetoc_low): New.
21156         (cmptf_internal2): Add clobber.
21157         * config/rs6000/rs6000-protos.h: Update.
21158
21159 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
21160
21161         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
21162         true if no prefetch is going to be generated for a given group.
21163         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
21164         estimate the prefetch_count.
21165         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
21166         prefetch count by considering the unroll_factor and prefetch_mod
21167         for is_loop_prefetching_profitable.
21168
21169 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
21170
21171         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
21172         anything if the argument is not a MEM.
21173
21174 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
21175
21176         PR debug/43650
21177         PR debug/44181
21178         PR debug/44247
21179         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
21180         debug stmts.
21181         (canonicalize_loop_ivs): Likewise.
21182
21183 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
21184
21185         PR debug/43656
21186         * haifa-sched.c (setup_insn_reg_pressure_info,
21187         update_register_pressure): Reject debug insns.
21188         (ready_sort): Don't setup reg pressure for debug insns.
21189         (schedule_insn): Don't update reg pressure for debug insns.
21190
21191 2010-06-14  Richard Guenther  <rguenther@suse.de>
21192
21193         * lto-streamer.c (cached_bp): Remove.
21194         (bitpack_delete): Likewise.
21195         (bitpack_create): Likewise.
21196         (bp_get_next_word): Likewise.
21197         (bp_pack_value, bp_unpack_value): Move ...
21198         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
21199         Re-implement.
21200         (struct bitpack_d): Likewise.
21201         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
21202         New inline functions.
21203         * lto-streamer-out.c (lto_output_bitpack): Remove.
21204         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
21205         (pack_value_fields): Adjust.
21206         (lto_write_tree): Likewise.
21207         (output_gimple_stmt): Likewise.
21208         (output_function): Likewise.
21209         * lto-streamer-in.c (input_gimple_stmt): Adjust.
21210         (input_function): Likewise.
21211         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
21212         (lto_input_bitpack): Remove.
21213         (lto_materialize_tree): Adjust.
21214         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
21215         * lto-cgraph.c (lto_output_edge): Adjust.
21216         (lto_output_node): Likewise.
21217         (lto_output_varpool_node): Likewise.
21218         (lto_output_ref): Likewise.
21219         (input_node): Likewise.
21220         (input_varpool_node): Likewise.
21221         (input_ref): Likewise.
21222         (input_edge): Likewise.
21223         (output_node_opt_summary): Likewise.
21224         (input_node_opt_summary): Likewise.
21225         * ipa-pure-const.c (pure_const_write_summary): Likewise.
21226         (pure_const_read_summary): Likewise.
21227         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
21228         (ipa_read_indirect_edge_info): Likewise.
21229         (ipa_write_node_info): Likewise.
21230         (ipa_read_node_info): Likewise.
21231
21232 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
21233
21234         PR target/44534
21235         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
21236         (vec_extract_lo_v16hi): Likewise.
21237         (vec_extract_lo_v32qi): Likewise.
21238
21239 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
21240
21241         PR bootstrap/44426
21242         * tree.h (build_call_expr): Don't define as vararg macro, instead
21243         add a prototype.
21244         * builtins.c (build_call_nofold): Remove.
21245         (expand_builtin_int_roundingfn, expand_builtin_pow,
21246         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
21247         expand_builtin_memset_args, expand_builtin_strcmp,
21248         expand_builtin_strncmp, expand_builtin_memory_chk): Use
21249         build_call_nofold_loc instead of build_call_nofold.
21250         (build_call_expr): New function.
21251
21252         PR tree-optimization/44508
21253         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
21254         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
21255         don't eliminate trivially dead stmts.
21256         * tree-vrp.c (vrp_finalize): Pass false as last argument
21257         to substitute_and_fold.
21258         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
21259         to substitute_and_fold.
21260         * tree-ssa-ccp.c (ccp_finalize): Likewise.
21261
21262         PR bootstrap/44509
21263         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
21264
21265 2010-06-14  Ira Rosen  <irar@il.ibm.com>
21266
21267         PR tree-optimization/44507
21268         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
21269         to build initial vector for BIT_AND_EXPR.
21270         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
21271
21272 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
21273
21274         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
21275         adjust z10prop set_attr.
21276
21277 2010-06-13  Jan Hubicka  <jh@suse.cz>
21278
21279         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
21280         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
21281         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
21282         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
21283         datastructure checks into checking asserts.
21284         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
21285         * tree-ssa-sccvn.c (VN_INFO): Likewise.
21286         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
21287         df_ref_create_structure): Likewise.
21288         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
21289         pool_free): Use gcc_checking_assert.
21290         * alias.c (get_alias_set): Likewise.
21291         * var-tracking.c (variable_htab_free, shared_hash_copy,
21292         canonicalize_values_mark, variable_merge_over_cur): Likewise.
21293         * lto-streamer.c (bp_unpack_value): Likewise.
21294
21295 2010-06-13  Richard Guenther  <rguenther@suse.de>
21296
21297         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
21298         Do not stream but initialize TYPE_CANONICAL to NULL.
21299         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
21300         * gimple.c (gimple_types_compatible_p): Disregard
21301         TYPE_STRUCTURAL_EQUALITY_P.
21302         (gimple_register_type): Use TYPE_CANONICAL as cache.
21303         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
21304         before registering common types.
21305         * config/i386/i386.c (ix86_function_arg_boundary): Do not
21306         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
21307         * tree.h (TYPE_CANONICAL): Clarify documentation.
21308
21309 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
21310
21311         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
21312         LIBCALL_VALUE): Remove macros.
21313         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
21314         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
21315         TARGET_FUNCTION_VALUE_REGNO_P): Define.
21316         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
21317         (ia64_function_value): Make static. Handle receiving the function
21318         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
21319
21320 2010-06-12  Jan Hubicka  <jh@suse.cz>
21321
21322         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
21323         at correct place.
21324
21325 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
21326
21327         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
21328
21329 2010-06-12  Jan Hubicka  <jh@suse.cz>
21330
21331         * df-core.c (df_clear_bb_info): New function.
21332         (df_set_blocks): bb_info is always allocated.
21333         (df_get_bb_info): Use block_info_elt_size.
21334         (df_set_bb_info): Likewise.
21335         (df_compact_blocks): Update for new block_info.
21336         (grow_bb_info): New function.
21337         * df-problems.c (df_grow_bb_info): Move to df-core.c
21338         (df_rd_set_bb_info): Remove.
21339         (df_rd_free_bb_info): Do not free block pool.
21340         (df_rd_alloc): Do not create pool, use check for
21341         obstack presence instead of NULL pointer for new blocks.
21342         (df_rd_free): DO not free alloc pool; clear block_info.
21343         (problem_RD): Add size of block info structure.
21344         (df_lr_set_bb_info): Remove.
21345         (df_lr_free_bb_info): Do not free block pool.
21346         (df_lr_alloc): Do not create pool, use check for
21347         obstack presence instead of NULL pointer for new blocks.
21348         (df_lr_free): DO not free alloc pool; clear block_info.
21349         (problem_LR): Add size of block info structure.
21350         (df_live_set_bb_info): Remove.
21351         (df_live_free_bb_info): Do not free block pool.
21352         (df_live_alloc): Do not create pool, use check for
21353         obstack presence instead of NULL pointer for new blocks.
21354         (df_live_free): DO not free alloc pool; clear block_info.
21355         (problem_LIVE): Add size of block info structure.
21356         (problem_CHAIN): Add size of block info structure.
21357         (df_byte_lr_set_bb_info): Remove.
21358         (df_byte_lr_free_bb_info): Do not free block pool.
21359         (df_byte_lr_alloc): Do not create pool, use check for
21360         obstack presence instead of NULL pointer for new blocks.
21361         (df_byte_lr_free): DO not free alloc pool; clear block_info.
21362         (problem_BYTE_LR): Add size of block info structure.
21363         (problem_NOTE): Add size of block info structure.
21364         (df_byte_MD_set_bb_info): Remove.
21365         (df_byte_MD_free_bb_info): Do not free block pool.
21366         (df_byte_MD_alloc): Do not create pool, use check for
21367         obstack presence instead of NULL pointer for new blocks.
21368         (df_byte_MD_free): DO not free alloc pool; clear block_info.
21369         (problem_BD): Add size of block info structure.
21370         * df-scan.c (df_scan_free_internal): Free block pool.
21371         (df_scan_set_bb_info): Remove.
21372         (df_scan_free_bb_info): Check for artificial_defs instead
21373         of bb_info being non-NULL.
21374         (df_scan_alloc): DO not create df_scan_block pool.
21375         (problem_SCAN): Set size of block info.
21376         (df_bb_refs_record): Do not allocate bb_info.
21377         * df.h (df_problem): Add block_info_elt_size.
21378         (struct dataflow): Change block_info to void *.
21379         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
21380         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
21381         in-line structures.
21382
21383 2010-06-12  Jan Hubicka  <jh@suse.cz>
21384
21385         PR tree-optimize/44485
21386         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
21387         containing use of return value of noreturn function.
21388
21389 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
21390
21391         * targhooks.c (default_function_value): Don't use
21392         FUNCTION_OUTGOING_VALUE.
21393         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
21394         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
21395
21396 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
21397
21398         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
21399         Add crtfastmath.o to extra_parts.
21400         * config/mips/crtfastmath.c: New.
21401         * config/mips/linux.h (ENDFILE_SPEC): New.
21402
21403 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
21404
21405         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
21406         old_type in parameter.
21407         (gcc_type_for_value): Update call to gcc_type_for_interval.
21408         (compute_type_for_level_1): Renamed compute_type_for_level.
21409         Update call to gcc_type_for_interval.
21410
21411 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
21412
21413         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
21414         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
21415
21416 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
21417
21418         * opts-common.c: Include options.h.
21419         (integral_argument): Move from opts.c.
21420         (decode_cmdline_option): New.  Based on read_cmdline_option.
21421         * opts.c (integral_argument): Move to opts-common.c.
21422         (read_cmdline_option): Move most contents to
21423         decode_cmdline_option.  Use %qs in diagnostics.
21424         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
21425         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
21426         decode_cmdline_option): New.
21427
21428 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
21429
21430         PR target/44481
21431         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
21432         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
21433         (partiysi2_cmp): Ditto.
21434         (*partiyhi2_cmp): Ditto.
21435         (*parityqi2_cmp): Remove.
21436
21437 2010-06-11  Jan Hubicka  <jh@suse.cz>
21438
21439         * bitmap.h (bmp_iter_next_bit): New.
21440         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
21441
21442 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
21443             Eric Botcazou  <ebotcazou@adacore.com>
21444
21445         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
21446         computed cost.
21447
21448 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
21449
21450         * config/i386/i386.md (unspec): New define_c_enum.
21451         (unspecv): Ditto.
21452
21453 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
21454
21455         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
21456
21457 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
21458
21459         PR middle-end/44483
21460         * tree-if-conv.c (bb_predicate_s): New struct.
21461         (bb_predicate_p): New.
21462         (bb_has_predicate): New.
21463         (bb_predicate): New.
21464         (set_bb_predicate): New.
21465         (bb_predicate_gimplified_stmts): New.
21466         (set_bb_predicate_gimplified_stmts): New.
21467         (add_bb_predicate_gimplified_stmts): New.
21468         (init_bb_predicate): New.
21469         (free_bb_predicate): New.
21470         (is_predicated): Use bb_predicate.
21471         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
21472         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
21473         before processing their successors.
21474         (clean_predicate_lists): Removed.
21475         (find_phi_replacement_condition): Use bb_predicate.
21476         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
21477         computations.
21478         (insert_gimplified_predicates): New.
21479         (combine_blocks): Call insert_gimplified_predicates.
21480         (tree_if_conversion): Call free_bb_predicate instead of
21481         clean_predicate_lists.
21482
21483 2010-10-11  Paul Brook  <paul@codesourcery.com>
21484
21485         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
21486         * config/arm/arm.c (all_architectures): Change v7e-m default to
21487         cortexm4.
21488         * config/arm/arm-cores.def: Add cortex-m4.
21489         * config/arm/arm-tune.md: Regenerate.
21490
21491 2010-06-11  Jan Hubicka  <jh@suse.cz>
21492
21493         * ipa-pure-const.c (special_builtlin_state): New function.
21494         (check_call): Use it instead of special casign BUILT_IN_RETURN.
21495         (propagate_pure_const): Use it.
21496
21497 2010-06-11  Jan Hubicka  <jh@suse.cz>
21498
21499         * df-problems.c (df_live_scratch): Convert to bitmap_head.
21500         (df_live_alloc): Initialize df_live_scratch when initializing
21501         problem_data.
21502         (df_live_transfer_function): Update uses of df_live_scratch.
21503         (df_live_free): Free problem_data; clear df_live_scratch before
21504         releasing the obstack.
21505         (df_md_free): Free problem data.
21506
21507 2010-06-11  Jan Hubicka  <jh@suse.cz>
21508
21509         * doc/invoke.texi (Wsuggest-attribute): Document.
21510         (Wmissing-noreturn): Remove.
21511         * ipa-pure-const.c (warn_function_noreturn): New function.
21512         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
21513         warn_missing_noreturn.
21514         * common.opt (Wsuggest-attribute=noreturn): New.
21515         * tree-flow.h (warn_function_noreturn): Declare.
21516         * tree-cfg.c (execute_warn_function_noreturn): Use
21517         warn_function_noreturn.
21518         (gate_warn_function_noreturn): New.
21519         (pass_warn_function_noreturn): Update.
21520
21521 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21522
21523         * c-typeck.c (handle_warn_cast_qual): Add loc
21524         parameter. Improve warning message.
21525         (build_c_cast): Pass location to handle_warn_cast_qual.
21526
21527 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
21528
21529         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
21530         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
21531         insn mnemonic.
21532         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
21533
21534 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
21535
21536         Fix bootstap on mips
21537         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
21538         be naming typedefs.
21539
21540 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
21541
21542         * system.h (helper_const_non_const_cast): New inline for
21543         gcc version <= 4.0.
21544         (CONST_CAST2): For gcc version <= 4.0 use
21545         new helper to do const/non-const casting.
21546
21547 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21548
21549         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
21550         * Makefile.in (OBJS-common): Include insn-enums.o.
21551         (insn-enums.o): New rule.
21552         (simple_generated_c): Add insn-enums.c.
21553         (build/genenums.o): New rule.
21554         (genprogmd): Add "enums".
21555         * genconstants.c (print_enum_type): Declare a C string array
21556         for each enum.
21557         * genenums.c: New file.
21558         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
21559         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
21560         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
21561
21562 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21563
21564         * doc/md.texi (define_enum_attr): Document.
21565         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
21566         * read-md.h (lookup_enum_type): Declare.
21567         * read-md.c (lookup_enum_type): New function.
21568         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
21569         * genattrtab.c (attr_desc): Add an enum_name field.
21570         (evaluate_eq_attr): Take the associated attribute as argument.
21571         Get the enum prefix from the enum_name field, if defined.
21572         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
21573         (simplify_test_exp): Pass attr to evaluate_eq_attr.
21574         (add_attr_value): New function, split out from...
21575         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
21576         (write_test_expr): Pass attr to evaluate_eq_attr.
21577         (write_attr_get): Use the enum_name as the enum tag, if defined.
21578         (write_attr_valueq): Use the enum_name as a prefix, if defined.
21579         (find_attr): Initialize enum_name.
21580         (main): Handle DEFINE_ENUM_ATTR.
21581         * gensupport.c (process_rtx): Likewise.
21582         * config/mips/mips.h (mips_tune_attr): Delete.
21583         * config/mips/mips.md (cpu): Use define_attr_enum.
21584
21585 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21586
21587         * doc/md.texi (define_c_enum, define_enum): Document.
21588         * read-md.h (md_constant): Add a parent_enum field.
21589         (enum_value, enum_type): New structures.
21590         (upcase_string, traverse_enum_types): Declare.
21591         * read-md.c (enum_types): New variable.
21592         (upcase_string, add_constant): New functions.
21593         (handle_constants): Don't create the hash table here.
21594         Use add_constant.
21595         (traverse_md_constants): Don't check for a null md_constants.
21596         (decimal_string, handle_enum, traverse_enum_types): New functions.
21597         (read_md_files): Initialize md_constants and md_enums.
21598         * genconstants.c (print_md_constant): Ignore info argument.
21599         Only print constants that belong to no enum.
21600         (print_enum_type): New function.
21601         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
21602         for each defined enum type.
21603         * config/mips/mips.md (processor): New define_enum.
21604         (unspec): New define_c_enum.
21605         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
21606         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
21607         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
21608         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
21609         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
21610         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
21611         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
21612         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
21613         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
21614         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
21615         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
21616         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
21617         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
21618         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
21619         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
21620         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
21621         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
21622         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
21623         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
21624         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
21625         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
21626         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
21627         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
21628         (UNSPEC_RDDSP): Move to mips-dsp.md.
21629         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
21630         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
21631         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
21632         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
21633         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
21634         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
21635         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
21636         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
21637         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
21638         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
21639         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
21640         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
21641         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
21642         Moved to mips-dspr2.md.
21643         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
21644         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
21645         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
21646         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
21647         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
21648         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
21649         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
21650         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
21651         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
21652         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
21653         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
21654         UNSPEC_LOONGSON_PSADBH)
21655         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
21656         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
21657         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
21658         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
21659         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
21660         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
21661         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
21662         (cpu): Update comment.
21663         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
21664         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
21665         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
21666         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
21667         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
21668         UNSPEC_LOONGSON_PCMPEQ)
21669         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
21670         UNSPEC_LOONGSON_PINSR_0)
21671         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
21672         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
21673         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
21674         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
21675         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
21676         UNSPEC_LOONGSON_PSADBH)
21677         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
21678         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
21679         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
21680         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
21681         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
21682         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
21683         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
21684         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
21685         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
21686         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
21687         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
21688         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
21689         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
21690         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
21691         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
21692         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
21693         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
21694         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
21695         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
21696         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
21697         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
21698         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
21699         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
21700         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
21701         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
21702         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
21703         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
21704         (UNSPEC_RDDSP): Moved from mips.md.
21705         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
21706         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
21707         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
21708         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
21709         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
21710         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
21711         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
21712         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
21713         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
21714         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
21715         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
21716         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
21717         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
21718         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
21719         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
21720         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
21721         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
21722         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
21723         (UNSPEC_SCC): Moved from mips.md.
21724         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
21725         "processor_type" to "processor".
21726         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
21727         * config/mips/mips.h (processor_type): Delete.
21728         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
21729         "processor_type" to "processor".
21730
21731 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21732
21733         * configure.ac (tm_include_list): Add insn-constants.h.
21734         * configure: Regenerate.
21735         * Makefile.in (GTM_H): Move insn-constants.h here from...
21736         (TM_H): ...here.
21737         * mkconfig.sh: Remove special handling for insn-constants.h.
21738
21739 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21740
21741         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
21742         (BUILD_MD): ...this new variable.
21743         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
21744         that include the old contents of simple_generated_h and
21745         simple_generated_c.
21746         (simple_generated_h, simple_generated_c): Include them.  Add
21747         insn-constants.h.
21748         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
21749         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
21750         Remove these dependencies from the main rule and include
21751         insn-conditions.md in the command line only if it appears
21752         in the dependency list.
21753         (insn-constants.h, s-constants): Delete.
21754         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
21755         or gensupport.h.
21756         (build/genmddeps.o): Likewise.
21757         (genprogrtl): New variable that contains everything from genprogmd
21758         except mddeps and constants.
21759         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
21760         depend on $(BUILD_MD)
21761         (genprog): New variable.  Make these programs depend on
21762         $(BUILD_ERRORS).
21763         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
21764         (main): Use read_md_files instead of init_rtx_reader_args.
21765         * genconstants.c: As for genmddeps.c.
21766         * read-md.h (read_skip_construct): Declare.
21767         * read-md.c (read_skip_construct): New function.
21768         (handle_file): Allow a null handle_directive, skipping the
21769         construct if so.
21770         (parse_include): Update the comment accordingly.
21771
21772 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21773
21774         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
21775         * genmddeps.c: Include read-md.h.
21776         (main): Call init_rtx_reader_args instead of init_md_reader_args.
21777         * genattr.c (main): Likewise.
21778         * genattrtab.c (main): Likewise.
21779         * genautomata.c (main): Likewise.
21780         * gencodes.c (main): Likewise.
21781         * genconditions.c (main): Likewise.
21782         * genconfig.c (main): Likewise.
21783         * genconstants.c (main): Likewise.
21784         * genemit.c (main): Likewise.
21785         * genextract.c (main): Likewise.
21786         * genflags.c (main): Likewise.
21787         * genopinit.c (main): Likewise.
21788         * genoutput.c (main): Likewise.
21789         * genpeep.c (main): Likewise.
21790         * genrecog.c (main): Likewise.
21791         * genpreds.c (main): Likewise.
21792         * gensupport.h (in_fname): Move to read-md.h.
21793         (init_md_reader_args_cb): Rename to...
21794         (init_rtx_reader_args_cb): ...this and return a bool.
21795         (init_md_reader_args): Rename to...
21796         (init_rtx_reader_args): ...this and return a bool.
21797         (include_callback): Move to read-md.h.
21798         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
21799         (file_name_list, first_dir_md_include): Move to read-md.c
21800         (first_bracket_include): Delete unused variable.
21801         (last_dir_md_include): Move to read-md.c.
21802         (process_include): Delete, moving code to read-md.c:handle_include.
21803         (process_rtx): Don't handle INCLUDE.
21804         (save_string): Delete.
21805         (rtx_handle_directive): New function.
21806         (init_md_reader_args_cb): Rename to...
21807         (init_rtx_reader_args_cb): ...this and return a boolean success value.
21808         Use read_md_args.
21809         (init_md_reader_args): Rename to...
21810         (init_rtx_reader_args): ...this and return a boolean success value.
21811         * rtl.def (INCLUDE): Delete.
21812         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
21813         argument.
21814         * read-rtl.c (read_conditions): Don't gobble ')' here.
21815         (read_mapping): Likewise.
21816         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
21817         Handle top-level non-rtx constructs here rather than in read_rtx_1.
21818         Store the whole queue in *X.  Remove call to init_md_reader.
21819         (read_rtx_1): Rename to...
21820         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
21821         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
21822         here.
21823         (read_nested_rtx): New function.  Handle (nil) here rather than
21824         in read_rtx_code.
21825         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
21826         gobble ')' here.
21827         * read-md.h (directive_handler_t): New type.
21828         (in_fname, include_callback): Moved from read-md.h.
21829         (read_constants, init_md_reader): Delete.
21830         (read_md_files): Declare.
21831         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
21832         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
21833         from gensupport.c.
21834         (read_constants): Rename to...
21835         (handle_constants): ...this.  Don't gobble ')' here.
21836         (handle_include, handle_file, handle_toplevel_file)
21837         (parse_include): New functions, mostly taken from gensupport.c.
21838         (init_md_reader): Subsume into...
21839         (read_md_files): ...this new function.
21840
21841 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21842
21843         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
21844         (unread_char): Decrement read_md_lineno after putting back '\n'.
21845         * read-md.c (fatal_with_file_and_line): Push back any characters
21846         that we decide not to add to the context.
21847         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
21848         fatal_expected_char in cases where '/' ends a line (for example).
21849         (read_name): Don't increment read_md_lineno here.
21850         (read_escape): Likewise.
21851         (read_quoted_string): Likewise.
21852         (read_braced_string): Likewise.
21853
21854 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21855
21856         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
21857         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
21858         * genconstants.c: Include read-md.h.
21859         * read-rtl.c (md_constants): Move to read-md.c.
21860         (md_name): Move to read-md.h.
21861         (initialize_iterators): Use leading_string_hash instead of def_hash
21862         and leading_string_eq_p instead of def_name_eq_p.
21863         (read_name): Move to read-md.c.
21864         (def_hash, def_name_eq_p): Delete.
21865         (read_constants, traverse_md_constants): Move to read-md.c.
21866         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
21867         * read-md.h: Include hashtab.h.
21868         (md_name): Moved from read-rtl.c.
21869         (md_constant): Moved from read-md.h.
21870         (leading_string_hash, leading_string_eq_p, read_name)
21871         (read_constants, traverse_md_constants): Declare.
21872         * read-md.c (md_constants): Moved from read-rtl.c.
21873         (leading_string_hash, leading_string_eq_p): New functions.
21874         (read_name, read_constants, traverse_md_constants): Moved from
21875         read-rtl.c.
21876
21877 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21878
21879         * read-rtl.c (md_name): New structure.
21880         (read_name): Take an md_name instead of a buffer pointer.
21881         Use the "string" field instead of strcpy when expanding constants.
21882         (read_constants): Remove the tmp_char argument.  Update the calls
21883         to read_name, using two local name buffers instead of the tmp_char
21884         argument.  Merge the constant-creation code.
21885         (read_conditions): Remove the tmp_char argument.  Update the calls
21886         to read_name, using a local name buffer instead of the tmp_char
21887         argument.
21888         (read_mapping): Replace tmp_char variable with a local name buffer.
21889         Update the calls to read_name.
21890         (read_rtx_1): Likewise.  Update the calls to read_constants and
21891         read_conditions.
21892
21893 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21894
21895         * Makefile.in (build/read-md.o): Depend on errors.h.
21896         * read-md.h (error_with_line): Declare.
21897         * read-md.c: Include errors.h.
21898         (message_with_line_1): New function, extracted from...
21899         (message_with_line): ...here.
21900         (error_with_line): New function.
21901         * genattrtab.c: If a call to message_with_line is followed by
21902         "have_error = 1;", replace both statements with a call to
21903         error_with_line.
21904         * genoutput.c: Likewise.
21905         * genpreds.c: Likewise.
21906         * genrecog.c: If a call to message_with_line is followed by
21907         "error_count++;", replace both statements with a call to
21908         error_with_line.
21909         (errorcount): Delete.
21910         (main): Don't check it.
21911         * gensupport.c: If a call to message_with_line is followed by
21912         "errors = 1;", replace both statements with a call to error_with_line.
21913         (errors): Delete.
21914         (process_define_cond_exec): Check have_error instead of errors.
21915         (init_md_reader_args_cb): Likewise.  Don't set errors.
21916
21917 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21918
21919         * read-md.h (read_md_file): Declare.
21920         (read_char, unread_char): New functions.
21921         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
21922         (read_quoted_string, read_string): Remove FILE * argument.
21923         * read-md.c (read_md_file): New variable.
21924         (read_md_filename, read_md_lineno): Update comments and remove
21925         unnecessary initialization.
21926         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
21927         (read_escape, read_quoted_string, read_braced_string, read_string):
21928         Remove FILE * argument.  Update calls accordingly, using read_char
21929         and unread_char instead of getc and ungetc.
21930         * rtl.h (read_rtx): Remove FILE * argument.
21931         * read-rtl.c (iterator_group): Remove FILE * argument from
21932         "find_builtin".
21933         (iterator_traverse_data): Remove "infile" field.
21934         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
21935         (add_mapping, read_name, read_constants, read_conditions)
21936         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
21937         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
21938         Remove file arguments from all calls, using read_char and unread_char
21939         instead of getc and ungetc.
21940         * gensupport.c (process_include): Preserve read_md_file around
21941         the include.  Set read_md_file to the handle of the included file.
21942         Update call to read_rtx.
21943         (init_md_reader_args_cb): Set read_md_file to the handle of the file
21944         and remove local FILE *.  Update calls to read_rtx.
21945
21946 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21947
21948         * read-md.h (read_rtx_lineno): Rename to...
21949         (read_md_lineno): ...this.
21950         (read_rtx_filename): Rename to...
21951         (read_md_filename): ...this.
21952         (copy_rtx_ptr_loc): Rename to...
21953         (copy_md_ptr_loc): ...this.
21954         (print_rtx_ptr_loc): Rename to...
21955         (print_md_ptr_loc): ...this.
21956         * read-md.c: Likewise.  Update references after renaming.
21957         (string_obstack): Replace RTL with MD in comment.
21958         (set_rtx_ptr_loc): Rename to...
21959         (set_md_ptr_loc): ...this.
21960         (get_rtx_ptr_loc): Rename to...
21961         (get_md_ptr_loc): ...this.
21962         * genconditions.c: Update references after renaming.
21963         * genemit.c: Likewise.
21964         * genoutput.c: Likewise.
21965         * genpreds.c: Likewise.
21966         * gensupport.c: Likewise.
21967         * read-rtl.c: Likewise.
21968
21969 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
21970
21971         * Makefile.in (READ_MD_H): New variable.
21972         (BUILD_RTL): Add build/read-md.o.
21973         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
21974         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
21975         (build/genattrtab.o, build/genconditions.o build/genemit.o)
21976         (build/genextract.o, build/genflags.o, build/genoutput.o)
21977         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
21978         (build/read-md.o): New rule.
21979         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
21980         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
21981         * coretypes.h: ...here.
21982         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
21983         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
21984         * genattr.c: Include read-md.h.
21985         * genattrtab.c: Likewise.
21986         * genconditions.c: Likewise.
21987         * genemit.c: Likewise.
21988         * genextract.c: Likewise.
21989         * genflags.c: Likewise.
21990         * genoutput.c: Likewise.
21991         * genpreds.c: Likewise.
21992         * genrecog.c: Likewise.
21993         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
21994         (join_c_conditions, print_c_condition, read_rtx_filename)
21995         (read_rtx_lineno): Move to read-md.h.
21996         * read-rtl.c: Include read-md.h.
21997         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
21998         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
21999         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
22000         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
22001         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
22002         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
22003         (read_braced_string, read_string): Move to read-md.c.
22004         (read_rtx): Move some initialization to init_md_reader and call
22005         init_md_reader here.
22006         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
22007         Move to read-md.h.
22008         * gensupport.c: Include read-md.h.
22009         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
22010         * read-md.h, read-md.c: New files.
22011
22012 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
22013
22014         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
22015         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
22016         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
22017         * config/moxie/moxie.c (moxie_function_value): Make static.
22018         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
22019         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
22020
22021 2010-06-10  Martin Jambor  <mjambor@suse.cz>
22022
22023         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
22024         * dbgcnt.def (tree_sra): New counter.
22025         * tree-sra.c: Include dbgcnt.h.
22026         (gate_intra_sra): Check tree_sra debug counter.
22027
22028 2010-06-10  Martin Jambor  <mjambor@suse.cz>
22029
22030         PR tree-optimization/44258
22031         * tree-sra.c (build_access_subtree): Return false iff there is a
22032         partial overlap.
22033         (build_access_trees): Likewise.
22034         (analyze_all_variable_accesses): Disqualify candidates if
22035         build_access_trees returns true for them.
22036
22037 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
22038
22039         PR debug/41371
22040         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
22041         tail-recurse into canonical node.  Fast-forward over
22042         non-canonical VALUEs.
22043
22044 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
22045
22046         PR boostrap/44470
22047         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
22048         (*addsi_1_zext) <TYPE_LEA>: Likewise.
22049         (add lea splitter): Likewise.
22050         (add_zext lea splitter): Likewise.
22051
22052 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
22053
22054         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
22055
22056 2010-06-10  Jan Hubicka  <jh@suse.cz>
22057
22058         * df-problems.c (df_live_problem_data): Add live_bitmaps.
22059         (df_live_alloc): Initialize problem data and live_osbtacks.
22060         (df_live_finalize): Remove obstack, problem data; do not
22061         clear all bitmaps.
22062         (df_live_top_dump, df_live_bottom_dump): Do not dump old
22063         data when not allocated.
22064         (df_live_verify_solution_start): Do not allocate problem data.
22065         (df_live_verify_solution_end): Check if out is allocated.
22066         (struct df_md_problem_data): New structure.
22067         (df_md_alloc): Allocate problem data.
22068         (df_md_free): Free problem data; do not clear bitmaps.
22069
22070 2010-06-10  Jan Beulich  <jbeulich@novell.com>
22071
22072         PR bootstrap/37304
22073         * configure.ac: Replace $() with ${} when intending to expand
22074         variables rather than invoking commands.
22075         * configure: Re-generate.
22076
22077 2010-06-10  Jan Hubicka  <jh@suse.cz>
22078
22079         PR rtl-optimization/44460
22080         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
22081         TYPE_NEEDS_CONSTRUCTING sanity check.
22082
22083 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
22084
22085         * doc/include/fdl.texi: Move to GFDL version 1.3.
22086
22087         * doc/cpp.texi: Move to GFDL version 1.3.
22088         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
22089         * doc/gccint.texi: Move to GFDL version 1.3.
22090         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
22091         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
22092         * doc/invoke.texi: Move to GFDL version 1.3.
22093
22094 2010-06-09  Jan Hubicka  <jh@suse.cz>
22095
22096         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
22097         Break out from ...
22098         (propagate) ... here; swap the order.
22099
22100 2010-06-09  Jan Hubicka  <jh@suse.cz>
22101
22102         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
22103         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
22104         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
22105         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
22106
22107 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
22108
22109         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
22110         Do not the gather memory reference in the outer loop if the step
22111         is not a constant.
22112
22113 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
22114
22115         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
22116         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
22117         8 to 4.  Minor change of the related comments.
22118
22119 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
22120
22121         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
22122         the scev analysis when the variable is not used outside the loop
22123         in a close phi node: call compute_overall_effect_of_inner_loop.
22124
22125 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
22126
22127         * graphite-sese-to-poly.c (single_pred_cond): Renamed
22128         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
22129         (build_sese_conditions_before): Renamed call to single_pred_cond.
22130         (build_sese_conditions_after): Same.
22131
22132 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
22133
22134         * graphite-poly.h: Fix comments and indentation.
22135         * graphite-sese-to-poly.c: Same.
22136         (build_sese_conditions_before): Compute stmt and gbb only when needed.
22137         * tree-chrec.c: Fix comments and indentation.
22138         (tree-ssa-loop-niter.c): Same.
22139
22140 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
22141
22142         PR rtl-optimization/42461
22143         * dce.c (deletable_insn_p): Return true for const or pure calls again.
22144         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
22145
22146 2010-06-09  Jan Hubicka  <jh@suse.cz>
22147
22148         * bitmap.c (bitmap_and): Walk array forward.
22149         (bitmap_and_compl_into): Likewise.
22150         (bitmap_xor): Likewise.
22151         (bitmap_xor_into):  Likewise.
22152         (bitmap_equal_p): Likewise.
22153         (bitmap_intersect_p): Likewise.
22154         (bitmap_intersect_compl_p): Likewise.
22155         (bitmap_ior_and_into): Likewise.
22156         (bitmap_elt_copy): Likewise.
22157         (bitmap_and_compl): Likewise.
22158         (bitmap_elt_ior): Likewise.
22159
22160 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
22161
22162         * opts-common.c (prune_options): Ensure replacement argv array
22163         is correctly terminated by a NULL entry.
22164
22165 2010-06-09  Jan Hubicka  <jh@suse.cz>
22166
22167         * cgraph.h (varpool_first_static_initializer,
22168         varpool_next_static_initializer): Make checking only when
22169         checking enabled.
22170         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
22171         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
22172         gcc_assert to gcc_checking_assert.
22173         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
22174         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
22175         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
22176         op_iter_init_phiuse, op_iter_init_phidef,
22177         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
22178         gcc_checking_assert.
22179         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
22180         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
22181         partition_is_global, live_on_entry, live_on_exit,
22182         live_merge_and_clear): Likewise.
22183         * system.h (gcc_checking_assert): New macro.
22184         * gimple.h (set_bb_seq): Use gcc_checking_assert.
22185
22186 2010-06-09  Jason Merrill  <jason@redhat.com>
22187
22188         * Makefile.in (TAGS): Collect tags info from c-family.
22189
22190 2010-06-09  Jan Hubicka  <jh@suse.cz>
22191
22192         * gimple.h (gcc_gimple_checking_assert): New macro.
22193         (gimple_set_def_ops, gimple_set_use_ops,
22194         gimple_set_vuse, gimple_set_vdef,
22195         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
22196         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
22197         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
22198         gimple_asm_output_op, gimple_asm_output_op_ptr,
22199         gimple_asm_set_output_op, gimple_asm_clobber_op,
22200         gimple_asm_set_clobber_op, gimple_asm_label_op,
22201         gimple_asm_set_label_op, gimple_try_set_kind,
22202         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
22203         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
22204         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
22205         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
22206         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
22207         gimple_omp_for_set_initial, gimple_omp_for_final,
22208         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
22209         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
22210         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
22211         conditional with ENABLE_GIMPLE_CHECKING.
22212         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
22213
22214 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
22215
22216         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
22217         (get_computation_cost_at): Use it.
22218         (determine_use_iv_cost_condition): Likewise.
22219         (determine_iv_cost): Likewise.
22220
22221 2010-06-09  Richard Guenther  <rguenther@suse.de>
22222
22223         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
22224         replace constants.
22225
22226 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
22227
22228         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
22229
22230 2010-06-09  Martin Jambor  <mjambor@suse.cz>
22231
22232         PR tree-optimization/44423
22233         * tree-sra.c (dump_access): Dump also grp_assignment_read.
22234         (analyze_access_subtree): Pass negative allow_replacements to children
22235         if the current type is scalar.
22236
22237 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
22238
22239         PR testsuite/42843
22240         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
22241         * doc/plugins.texi (Plugin license check): Update information
22242         on type of plugin_is_GPL_compatible.
22243         * Makefile.in (PLUGINCC): Define as $(COMPILER).
22244         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
22245
22246 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
22247
22248         * config/arm/arm.c (thumb2_reorg): New function.
22249         (arm_reorg): Call it.
22250         * config/arm/thumb2.md (define_peephole2 for flag clobbering
22251         arithmetic operations): Delete.
22252
22253 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
22254
22255         PR target/44067
22256         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
22257         e500v2 target.
22258
22259 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
22260
22261         PR plugins/44459
22262         * gcc-plugin.h: Encapsulate all declarations in extern "C".
22263
22264 2010-06-08  Jan Hubicka  <jh@suse.cz>
22265
22266         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
22267         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
22268
22269 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
22270
22271         PR tree-optimization/39874
22272         PR middle-end/28685
22273         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
22274         Declare.
22275         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
22276         same_bool_result_p): New.
22277         (and_var_with_comparison, and_var_with_comparison_1,
22278         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
22279         (or_var_with_comparison, or_var_with_comparison_1,
22280         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
22281         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
22282         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
22283         of combine_comparisons.
22284         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
22285
22286 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
22287
22288         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
22289         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
22290         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
22291         pdp11_function_value_regno_p): New functions.
22292         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
22293         TARGET_FUNCTION_VALUE_REGNO_P): Define.
22294
22295 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
22296
22297         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
22298         Thumb-2 in the MINUS case.
22299
22300 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
22301
22302         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
22303
22304         * doc/gty.texi (GTY Options): Document typed GC allocation and
22305         variable_size GTY option.
22306
22307         * ggc-internal.h: New.
22308
22309         * ggc.h: Update copyright year.
22310         (digit_string): Move to stringpool.c.
22311         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
22312         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
22313         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
22314         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
22315         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
22316         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
22317         (ggc_force_collect, ggc_get_size, ggc_statistics)
22318         (ggc_print_common_statistics): Move to ggc-internal.h.
22319         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
22320         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
22321         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
22322         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
22323         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
22324         (ggc_alloc_zone_pass_stat): Remove.
22325         (ggc_internal_alloc_stat, ggc_internal_alloc)
22326         (ggc_internal_cleared_alloc_stat): New.
22327         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
22328         (ggc_internal_vec_alloc_stat)
22329         (ggc_internal_cleared_vec_alloc_stat)
22330         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
22331         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
22332         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
22333         (ggc_cleared_alloc_ptr_array_two_args): New.
22334         (htab_create_ggc, splay_tree_new_ggc): Redefine.
22335         (ggc_splay_alloc): Change the type of the first argument to
22336         enum gt_types_enum.
22337         (ggc_alloc_string): Make macro.
22338         (ggc_alloc_string_stat): New.
22339         (ggc_strdup): Redefine.
22340         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
22341         (ggc_alloc_rtvec_sized): New.
22342         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
22343         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
22344         (ggc_internal_cleared_alloc_zone_stat)
22345         (ggc_internal_zone_alloc_stat)
22346         (ggc_internal_zone_cleared_alloc_stat)
22347         (ggc_internal_zone_vec_alloc_stat)
22348         (ggc_alloc_zone_rtx_def_stat)
22349         (ggc_alloc_zone_tree_node_stat)
22350         (ggc_alloc_zone_cleared_tree_node_stat)
22351         (ggc_alloc_cleared_gimple_statement_d_stat): New.
22352
22353         * ggc-common.c: Include ggc-internal.h.
22354         (ggc_internal_cleared_alloc_stat): Rename from
22355         ggc_alloc_cleared_stat.
22356         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
22357         (ggc_calloc): Remove.
22358         (ggc_cleared_alloc_htab_ignore_args): New.
22359         (ggc_cleared_alloc_ptr_array_two_args): New.
22360         (ggc_splay_alloc): Add obj_type parameter.
22361         (init_ggc_heuristics): Formatting fixes.
22362
22363         * ggc-none.c: Update copyright year.
22364         (ggc_alloc_stat): Rename to ggc_alloc_stat.
22365         (ggc_alloc_cleared_stat): Rename to
22366         ggc_internal_cleared_alloc_stat.
22367         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
22368
22369         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
22370         Remove references to ggc_alloc in comments.
22371         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
22372         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
22373         (new_ggc_zone, destroy_ggc_zone): Remove.
22374         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
22375
22376         * ggc-zone.c: Include ggc-internal.h.  Remove references to
22377         ggc_alloc in comments.
22378         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
22379         (ggc_internal_alloc_zone_pass_stat): New.
22380         (ggc_internal_cleared_alloc_zone_stat): New.
22381         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
22382         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
22383         (new_ggc_zone, destroy_ggc_zone): Remove.
22384
22385         * stringpool.c: Update copyright year.  Include ggc-internal.h
22386         (digit_vector): Make static.
22387         (digit_string): Moved from ggc.h.
22388         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
22389         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
22390
22391         * Makefile.in (GGC_INTERNAL_H): New.
22392         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
22393         $(GGC_INTERNAL_H) to dependencies.
22394
22395         * gentype.c: Update copyright year.
22396         (walk_type): Accept variable_size GTY option.
22397         (USED_BY_TYPED_GC_P): New macro.
22398         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
22399         whitespace at the end of strings.
22400         (get_type_specifier, variable_size_p): New functions.
22401         (alloc_quantity, alloc_zone): New enums.
22402         (write_typed_alloc_def): New function.
22403         (write_typed_struct_alloc_def): Likewise.
22404         (write_typed_typed_typedef_alloc_def): Likewise.
22405         (write_typed_alloc_defns): Likewise.
22406         (output_typename, write_splay_tree_allocator_def): Likewise.
22407         (write_splay_tree_allocators): Likewise.
22408         (main): Call write_typed_alloc_defns and
22409         write_splay_tree_allocators.
22410
22411         * lto-streamer.h (lto_file_decl_data_ptr): New.
22412
22413         * passes.c (order): Define using cgraph_node_ptr.
22414
22415         * strinpool.c (struct string_pool_data): Declare nested_ptr using
22416         ht_identifier_ptr.
22417
22418         * gimple.h (union gimple_statement_d): Likewise.
22419
22420         * rtl.h (struct rtx_def): Likewise.
22421         (struct rtvec_def): Likewise.
22422
22423         * tree.h (union tree_node): Likewise.
22424
22425         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
22426
22427         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
22428
22429         * tree-scalar-evolution.c (scev_initialize): Likewise.
22430
22431         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
22432
22433         * dwarf2asm.c (dw2_force_const_mem): Likewise.
22434
22435         * omp-low.c (lower_omp_critical): Likewise.
22436
22437         * bitmap.h (struct bitmap_head_def): Update comment to not
22438         reference ggc_alloc.
22439
22440         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
22441
22442         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
22443
22444         * ipa-prop.c (duplicate_ggc_array): Rename to
22445         duplicate_ipa_jump_func_array.  Use typed GC allocation.
22446         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
22447
22448         * gimple.c (gimple_alloc_stat): Use
22449         ggc_alloc_cleared_gimple_statement_d_stat.
22450
22451         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
22452
22453         * tree.c (make_node_stat): Use
22454         ggc_alloc_zone_cleared_tree_node_stat.
22455         (make_tree_vec_stat): Likewise.
22456         (build_vl_exp_stat): Likewise.
22457         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
22458         (make_tree_binfo_stat): Likewise.
22459         (tree_cons_stat): Likewise.
22460
22461         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
22462         (shallow_copy_rtx_stat): Likewise.
22463         (make_node_stat): Likewise.
22464
22465         * lto-symtab.c: Fix comment.
22466
22467         * tree-cfg.c (create_bb): Update comment to not reference
22468         ggc_alloc_cleared.
22469         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
22470
22471         * varpool.c (varpool_node): Use typed GC allocation.
22472         (varpool_extra_name_alias): Likewise.
22473
22474         * varasm.c (emutls_decl): Likewise.
22475         (get_unnamed_section): Likewise.
22476         (get_noswitch_section): Likewise.
22477         (get_section): Likewise.
22478         (get_block_for_section): Likewise.
22479         (build_constant_desc): Likewise.
22480         (create_constant_pool): Likewise.
22481         (force_const_mem): Likewise.
22482
22483         * tree.c (build_vl_exp_stat): Likewise.
22484         (build_real): Likewise.
22485         (build_string): Likewise.
22486         (decl_debug_expr_insert): Likewise.
22487         (decl_value_expr_insert): Likewise.
22488         (type_hash_add): Likewise.
22489         (build_omp_clause): Likewise.
22490
22491         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
22492
22493         * tree-ssa.c (init_tree_ssa): Likewise.
22494
22495         * tree-ssa-structalias.c (heapvar_insert): Likewise.
22496
22497         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
22498
22499         * tree-ssa-loop-niter.c (record_estimate): Likewise.
22500
22501         * tree-ssa-alias.c (get_ptr_info): Likewise.
22502
22503         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
22504
22505         * tree-phinodes.c (allocate_phi_node): Likewise.
22506
22507         * tree-iterator.c (tsi_link_before): Likewise.
22508         (tsi_link_after): Likewise.
22509
22510         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
22511
22512         * tree-dfa.c (create_var_ann): Likewise.
22513
22514         * tree-cfg.c (create_bb): Likewise.
22515
22516         * toplev.c (alloc_for_identifier_to_locale): Likewise.
22517         (general_init): Likewise.
22518
22519         * stringpool.c (stringpool_ggc_alloc): Likewise.
22520         (gt_pch_save_stringpool): Likewise.
22521
22522         * sese.c (if_region_set_false_region): Likewise.
22523
22524         * passes.c (do_per_function_toporder): Likewise.
22525
22526         * optabs.c (set_optab_libfunc): Likewise.
22527         (set_conv_libfunc): Likewise.
22528
22529         * lto-symtab.c (lto_symtab_register_decl): Likewise.
22530
22531         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
22532         (input_eh_region): Likewise.
22533         (input_eh_lp): Likewise.
22534         (make_new_block): Likewise.
22535         (unpack_ts_real_cst_value_fields): Likewise.
22536
22537         * lto-section-in.c (lto_new_in_decl_state): Likewise.
22538
22539         * lto-cgraph.c (input_node_opt_summary): Likewise.
22540
22541         * loop-init.c (loop_optimizer_init): Likewise.
22542
22543         * lambda.h (lambda_vector_new): Likewise.
22544
22545         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
22546
22547         * ira.c (update_equiv_regs): Likewise.
22548
22549         * ipa.c (cgraph_node_set_new): Likewise.
22550         (cgraph_node_set_add): Likewise.
22551         (varpool_node_set_new): Likewise.
22552         (varpool_node_set_add): Likewise.
22553
22554         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
22555         (duplicate_ipa_jump_func_array): Likewise.
22556         (ipa_read_node_info): Likewise.
22557
22558         * ipa-cp.c (ipcp_create_replace_map): Likewise.
22559
22560         * integrate.c (get_hard_reg_initial_val): Likewise.
22561
22562         * gimple.c (gimple_alloc_stat): Likewise.
22563         (gimple_build_omp_for): Likewise.
22564         (gimple_seq_alloc): Likewise.
22565         (gimple_copy): Likewise.
22566
22567         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
22568         (gsi_insert_after_without_update): Likewise.
22569
22570         * function.c (add_frame_space): Likewise.
22571         (insert_temp_slot_address): Likewise.
22572         (assign_stack_temp_for_type): Likewise.
22573         (allocate_struct_function): Likewise.
22574         (types_used_by_var_decl_insert): Likewise.
22575
22576         * except.c (init_eh_for_function): Likewise.
22577         (gen_eh_region): Likewise.
22578         (gen_eh_region_catch): Likewise.
22579         (gen_eh_landing_pad): Likewise.
22580         (add_call_site): Likewise.
22581
22582         * emit-rtl.c (get_mem_attrs): Likewise.
22583         (get_reg_attrs): Likewise.
22584         (start_sequence): Likewise.
22585         (init_emit): Likewise.
22586
22587         * dwarf2out.c (new_cfi): Likewise.
22588         (queue_reg_save): Likewise.
22589         (dwarf2out_frame_init): Likewise.
22590         (new_loc_descr): Likewise.
22591         (find_AT_string): Likewise.
22592         (new_die): Likewise.
22593         (add_var_loc_to_decl): Likewise.
22594         (clone_die): Likewise.
22595         (clone_as_declaration): Likewise.
22596         (break_out_comdat_types): Likewise.
22597         (new_loc_list): Likewise.
22598         (loc_descriptor): Likewise.
22599         (add_loc_descr_to_each): Likewise.
22600         (add_const_value_attribute): Likewise.
22601         (tree_add_const_value_attribute): Likewise.
22602         (add_comp_dir_attribute): Likewise.
22603         (add_name_and_src_coords_attributes): Likewise.
22604         (lookup_filename): Likewise.
22605         (store_vcall_insn): Likewise.
22606         (dwarf2out_init): Likewise.
22607
22608         * dbxout.c (dbxout_init): Likewise.
22609
22610         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
22611
22612         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
22613
22614         * config/score/score7.c (score7_output_external): Likewise.
22615
22616         * config/score/score3.c (score3_output_external): Likewise.
22617
22618         * config/s390/s390.c (s390_init_machine_status): Likewise.
22619
22620         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
22621         (rs6000_init_machine_status): Likewise.
22622         (output_toc): Likewise.
22623
22624         * config/pa/pa.c (pa_init_machine_status): Likewise.
22625         (get_deferred_plabel): Likewise.
22626
22627         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
22628
22629         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
22630
22631         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
22632
22633         * config/mep/mep.c (mep_init_machine_status): Likewise.
22634         (mep_note_pragma_flag): Likewise.
22635
22636         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
22637
22638         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
22639
22640         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
22641
22642         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
22643         (i386_pe_maybe_record_exported_symbol): Likewise.
22644
22645         * config/i386/i386.c (get_dllimport_decl): Likewise.
22646         (ix86_init_machine_status): Likewise.
22647         (assign_386_stack_local): Likewise.
22648
22649         * config/frv/frv.c (frv_init_machine_status): Likewise.
22650
22651         * config/darwin.c (machopic_indirection_name): Likewise.
22652
22653         * config/cris/cris.c (cris_init_machine_status): Likewise.
22654
22655         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
22656
22657         * config/avr/avr.c (avr_init_machine_status): Likewise.
22658
22659         * config/arm/arm.c (arm_init_machine_status): Likewise.
22660
22661         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
22662         (alpha_need_linkage): Likewise.
22663         (alpha_use_linkage): Likewise.
22664
22665         * cgraph.c (cgraph_allocate_node): Likewise.
22666         (cgraph_create_edge_1): Likewise.
22667         (cgraph_create_indirect_edge): Likewise.
22668         (cgraph_add_asm_node): Likewise.
22669
22670         * cfgrtl.c (init_rtl_bb_info): Likewise.
22671
22672         * cfgloop.c (alloc_loop): Likewise.
22673         (rescan_loop_exit): Likewise.
22674
22675         * cfg.c (init_flow): Likewise.
22676         (alloc_block): Likewise.
22677         (unchecked_make_edge): Likewise.
22678
22679         * c-parser.c (c_parse_init): Likewise.
22680         (c_parse_file): Likewise.
22681
22682         * c-decl.c (bind): Likewise.
22683         (record_inline_static): Likewise.
22684         (push_scope): Likewise.
22685         (make_label): Likewise.
22686         (lookup_label_for_goto): Likewise.
22687         (finish_struct): Likewise.
22688         (finish_enum): Likewise.
22689         (c_push_function_context): Likewise.
22690
22691         * bitmap.c (bitmap_element_allocate): Likewise.
22692         (bitmap_gc_alloc_stat): Likewise.
22693
22694         * alias.c (record_alias_subset): Likewise.
22695         (init_alias_analysis): Likewise.
22696
22697 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
22698
22699         * fold-const.c (fold_comparison): Remove redundant parenthesis.
22700         * tree-inline.c (expand_call_inline): Pass translated return value of
22701         cgraph_inline_failed_string to diagnostic function.
22702
22703 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
22704             Shujing Zhao  <pearly.zhao@oracle.com>
22705
22706         PR c/37724
22707         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
22708         implicit bad conversions is initialization.
22709         (error_init): Use gmsgid instead of msgid for argument name and change
22710         the call for error.
22711         (pedwarn_init): Use gmsgid instead of msgid for argument name and
22712         change the call for pedwarn.
22713         (warning_init): Use gmsgid instead of msgid for argument name and
22714         change the call for warning.
22715
22716 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
22717
22718         * config/mips/mips-protos.h (mips_print_operand): Delete.
22719         (mips_print_operand_address): Delete.
22720         * config/mips/mips.h (mips_print_operand_punct): Delete.
22721         (PRINT_OPERAND): Delete.
22722         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
22723         (PRINT_OPERAND_ADDRESS): Delete.
22724         * config/mips/mips.c (mips_print_operand_punct): Make static.
22725         (mips_print_operand_address): Make static.
22726         (mips_print_operand): Make static.  Call
22727         mips_print_operand_punct_valid_p.
22728         (mips_print_operand_punct_valid_p): New function.
22729         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
22730         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
22731
22732 2010-06-07  Jan Hubicka  <jh@suse.cz>
22733
22734         PR middle-end/44454
22735         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
22736         are allocated.
22737
22738 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
22739
22740         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
22741         name of RECORD.
22742
22743 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22744
22745         * doc/sourcebuild.texi (Effective-Target Keywords, Other
22746         attributes): Document gas.
22747
22748 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
22749
22750         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
22751         <TYPE_LEA>: Split instruction.
22752         <default>: Remove alternative 2 handling.
22753         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
22754         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
22755         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
22756
22757         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
22758         (ashift_zext lea splitter): Use DImode for multiplication.
22759
22760         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
22761         to generate addition.
22762
22763 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
22764
22765         * common.opt (fira-verbose): Use Var.
22766         (fpcc-struct-return): Use Init instead of VarExists.
22767         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
22768         toplev.c.
22769         * flags.h (flag_signed_char, flag_short_enums,
22770         flag_pcc_struct_return, flag_ira_verbose,
22771         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
22772         * toplev.c (flag_detailed_statistics, flag_signed_char,
22773         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
22774         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
22775         * toplev.h (flag_crossjumping, flag_if_conversion,
22776         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
22777         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
22778         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
22779         flag_cprop_registers, time_report, flag_ira_loop_pressure,
22780         flag_ira_coalesce, flag_ira_move_spills,
22781         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
22782
22783 2010-06-07  Jan Hubicka  <jh@suse.cz>
22784
22785         * df-core.c (df_analyze_problem): Do verification after allocation.
22786
22787         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
22788         (df_lr_alloc): Initialize problem data; move bitmaps to
22789         lr_bitmaps obstack.
22790         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
22791         (df_lr_verify_solution_start): Do not initialize problem data;
22792         allocate bitmaps in lr_bitmaps.
22793         (df_lr_verify_solution_end): Do not free problem data.
22794
22795 2010-06-07  Jan Hubicka  <jh@suse.cz>
22796
22797         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
22798         if caller is noreturn.
22799         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
22800         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
22801         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
22802         * ipa-pure-const.c (check_decl): Add IPA parameter.
22803         (state_from_flags): New function.
22804         (better_state, worse_state): New functions.
22805         (check_call): When in IPA mode, do not care about callees.
22806         (check_load, check_store): Update.
22807         (check_ipa_load, check_ipa_store): New.
22808         (check_stmt): When in IPA mode, use IPA checkers.
22809         (analyze_function): Use state_from_flags.
22810         (propagate): Check indirect edges and references.
22811
22812 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
22813
22814         PR rtl-optimization/44404
22815         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
22816         of count_occurrences to see if it's safe to modify mem_insn.
22817
22818 2010-06-07  Richard Guenther  <rguenther@suse.de>
22819
22820         * gimplify.c (gimplify_cleanup_point_expr): For empty body
22821         and EH-only cleanup drop the cleanup instead of inserting it
22822         unconditionally.
22823
22824 2010-06-07  Ira Rosen  <irar@il.ibm.com>
22825
22826         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
22827         documentation.
22828         * targhooks.c (default_builtin_vectorization_cost): New function.
22829         * targhooks.h (default_builtin_vectorization_cost): Declare.
22830         * target.h (enum vect_cost_for_stmt): Define.
22831         (builtin_vectorization_cost): Change argument and comment.
22832         * tree-vectorizer.h: Remove cost model macros.
22833         * tree-vect-loop.c: Include target.h.
22834         (vect_get_cost): New function.
22835         (vect_estimate_min_profitable_iters): Replace cost model macros with
22836         calls to vect_get_cost.
22837         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
22838         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
22839         default implementation.
22840         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
22841         calls to target hook builtin_vectorization_cost.
22842         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
22843         Likewise.
22844         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
22845         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
22846         implementation to return costs.
22847         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
22848         * config/spu/spu.h: Remove vectorizer cost model macros.
22849         * config/i386/i386.h: Likewise.
22850         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
22851         a call to target hook builtin_vectorization_cost.
22852
22853 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
22854
22855         PR target/44319
22856         * config/i386/i386.c (override_options): Turn zee pass on for level 2
22857         and above and defer till target is known.
22858         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
22859         turn off otherwise.
22860
22861 2010-05-25  Jan Hubicka  <jh@suse.cz>
22862
22863         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
22864         (df_compact_blocks): Likewise.
22865         * df.h (struct df): Turn hardware_regs_used,
22866         regular_block_artificial_uses, eh_block_artificial_uses,
22867         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
22868         bitmap_head.
22869         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
22870         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
22871         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
22872         df_scan_blocks, df_insn_delete, df_insn_rescan,
22873         df_insn_rescan_debug_internal, df_insn_rescan_all,
22874         df_process_deferred_rescans, df_process_deferred_rescans,
22875         df_notes_rescan, df_get_call_refs, df_get_call_refs,
22876         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
22877         df_record_entry_block_defs, df_record_exit_block_uses,
22878         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
22879         df_scan_verify): Update.
22880
22881 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
22882
22883         PR c++/44188
22884         * c-common.c (is_typedef_decl): Move this definition ...
22885         * tree.c (is_typedef_decl): ... here.
22886         (typdef_variant_p): Move definition here from cp/tree.c.
22887         * c-common.h (is_typedef_decl): Move this declaration ...
22888         * tree.h (is_typedef_decl): ... here.
22889         (typedef_variant_p): Move declaration here from cp/cp-tree.h
22890         * dwarf2out.c (is_naming_typedef_decl): New function.
22891         (gen_tagged_type_die): Split out of ...
22892         (gen_type_die_with_usage): ... this function. When an anonymous
22893         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
22894         is emitted for the typedef.
22895         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
22896         anonymous tagged types.
22897
22898 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22899
22900         PR c/20000
22901         * c-decl.c (grokdeclarator): Delete warning.
22902
22903 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
22904
22905         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
22906         newly built CALL_EXPR.
22907         * tree-profile.c (tree_profiling): Don't profile functions produced
22908         for built-in stuff.
22909
22910 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
22911
22912         PR bootstrap/44427
22913         PR bootstrap/44428
22914         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
22915         endianness-independent.
22916
22917 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
22918
22919         * c-common.c: Move to c-family/.
22920         * c-common.def: Likewise.
22921         * c-common.h: Likewise.
22922         * c-cppbuiltin.c: Likewise.
22923         * c-dump.c: Likewise.
22924         * c-format.c: Likewise.
22925         * c-format.h : Likewise.
22926         * c-gimplify.c: Likewise.
22927         * c-lex.c: Likewise.
22928         * c-omp.c: Likewise.
22929         * c.opt: Likewise.
22930         * c-opts.c: Likewise.
22931         * c-pch.c: Likewise.
22932         * c-ppoutput.c: Likewise.
22933         * c-pragma.c: Likewise.
22934         * c-pragma.h: Likewise.
22935         * c-pretty-print.c: Likewise.
22936         * c-pretty-print.h: Likewise.
22937         * c-semantics.c: Likewise.
22938         * stub-objc.c: Likewise.
22939
22940         * gengtype.c (get_file_langdir): Special-case files in c-family/.
22941         (get_output_file_with_visibility): Fix name for c-common.h.
22942         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
22943
22944         * c-tree.h: Update include path for moved files.
22945         * c-lang.c: Likewise.
22946         * c-lang.h: Likewise.
22947         * c-parser.c: Likewise.
22948         * c-convert.c: Likewise.
22949         * c-decl.c: Likewise.
22950         * c-objc-common.c: Likewise.
22951         * configure.ac: Make sure c-family/ exists in the build directory.
22952         * configure: Regenerate.
22953         * Makefile.in: Update paths for moved files.  Regroup files per
22954         location and update dependencies.  Move generated_files down after
22955         ALL_GTFILES_H.
22956
22957         * config/spu/spu-c.c: Update paths for moved files.
22958         * config/mep/mep-pragma.c: Likewise.
22959         * config/darwin-c.c: Likewise.
22960         * config/i386/msformat-c.c: Likewise.
22961         * config/i386/i386-c.c: Likewise.
22962         * config/avr/avr-c.c: Likewise.
22963         * config/sol2-c.c: Likewise.
22964         * config/ia64/ia64-c.c: Likewise.
22965         * config/rs6000/rs6000-c.c: Likewise.
22966         * config/arm/arm.c: Likewise.
22967         * config/arm/arm-c.c: Likewise.
22968         * config/h8300/h8300.c: Likewise.
22969         * config/v850/v850-c.c: Likewise.
22970
22971         * config/t-darwin: Fix dependencies for moved files.
22972         * config/t-sol2: Fix dependencies for moved files.
22973         * config/mep/t-mep: Fix dependencies for moved files.
22974         * config/ia64/t-ia64: Fix dependencies for moved files.
22975         * config/rs6000/t-rs6000: Fix dependencies for moved files.
22976         * config/v850/t-v850: Fix dependencies for moved files.
22977         * config/v850/t-v850e: Fix dependencies for moved files.
22978
22979         * config/m32c/m32c-pragma.c
22980
22981         * po/exgettext: Look in c-family/ also.
22982
22983 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
22984
22985         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
22986         (mark_control_dependent_edges_necessary): Call it instead of marking
22987         the last statement manually.
22988         (propagate_necessity): Likewise.
22989
22990 2010-06-05  Jan Hubicka  <jh@suse.cz>
22991
22992         * basic-block.h (compute_dominance_frontiers): Updated.
22993         (compute_idf): Likewise.
22994
22995         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
22996         for dominance frontiers.
22997         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
22998         (insert_updated_phi_nodes_for): Likewise.
22999         (update_ssa): Likewise.
23000         * cfganal.c (compute_dominance_frontiers_1): Likewise.
23001         (compute_dominance_frontiers): Likewise.
23002         (compute_idf): Likewise.
23003         * df-problems.c (df_md_local_compute): Likewise.
23004
23005 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
23006
23007         * target.h (struct gcc_target): Add memory_move_cost field.
23008         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
23009         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
23010         * targhooks.c (default_memory_move_cost): New function.
23011         * targhooks.h (default_memory_move_cost): Declare function.
23012         * reload.h (memory_move_cost): Declare.
23013         (memory_move_secondary_cost): Change type of 'in' argument to bool.
23014         * reginfo.c (memory_move_cost): New function.
23015         (memory_move_secondary_cost): Change type of 'in' argument to bool.
23016         * ira.h (ira_memory_move_cost): Update comment.
23017         * ira.c (ira_memory_move_cost): Update comment.
23018         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
23019         with memory_move_cost.
23020         * postreload.c (reload_cse_simplify_set): (Ditto.).
23021         * reload1.c (choose_reload_regs): (Ditto.).
23022         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
23023         (MEMORY_MOVE_COST):  Revise documentation.
23024
23025         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
23026         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
23027         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
23028         type of 'in' argument to bool.
23029         (TARGET_MEMORY_MOVE_COST): Define.
23030
23031 2010-06-05  Jan Hubicka  <jh@suse.cz>
23032
23033         * ipa-pure-const.c (propagate): Fix typo in handling of functions
23034         that cannot return.  Be more careful when merging the results with
23035         previously known ones.
23036
23037 2010-06-05  Matthias Klose  <doko@ubuntu.com>
23038
23039         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
23040         function to add the -iplugindir option.
23041         (find_plugindir_spec_function): Add new declaration and function.
23042         (static_spec_func): Use it for "find-plugindir".
23043
23044 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
23045
23046         PR c++/44361
23047         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
23048         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
23049         statement expression.
23050
23051 2010-06-05  Jan Hubicka  <jh@suse.cz>
23052
23053         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
23054         (df_rd_problem_data): Convert sparse_invalidated_by_call,
23055         dense_invalidated_by_call to bitmap head.
23056         (df_rd_alloc, df_rd_bb_local_compute_process_def,
23057         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
23058         df_rd_start_dump, df_lr_verify_transfer_functions,
23059         df_live_verify_transfer_functions, df_chain_create_bb,
23060         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
23061         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
23062         df_simulate_one_insn_forwards, df_md_alloc,
23063         df_md_bb_local_compute_process_def,
23064         df_md_bb_local_compute_process_def, df_md_local_compute,
23065         df_md_transfer_function df_md_free): Update.
23066
23067 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
23068
23069         PR c/44322
23070         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
23071         target type for ADDR_EXPR; require no changes to qualifiers except
23072         for function types.
23073         * c-tree.h (c_build_type_variant): Remove.
23074
23075 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
23076
23077         * genautomata.c (get_excl_set): Do work per element, not per char.
23078         (check_presence_pattern_sets): Similar.
23079         (check_absence_pattern_sets): Similar.
23080
23081 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
23082
23083         * genautomata.c (curr_state_pass_num): Delete.
23084         (min_issue_delay_pass_states): Delete.
23085         (min_issue_delay): Delete.
23086         (initiate_min_issue_delay_pass_states): Delete.
23087         (output_min_issue_delay_table): Compute min_issue_delay_vect
23088         using a breadth-first search variant.
23089         (output_tables): Don't call initiate_min_issue_delay_pass_states.
23090
23091 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
23092
23093         PR boostrap/44421
23094         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
23095         (df_byte_lr_bb_local_compute): Likewise.
23096
23097 2010-06-03  Jason Merrill  <jason@redhat.com>
23098
23099         Implement noexcept operator (5.3.7)
23100         * c-common.c (c_common_reswords): Add noexcept.
23101         * c-common.h (enum rid): Add RID_NOEXCEPT.
23102
23103 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
23104
23105         * config/darwin-driver.c (darwin_default_min_version): Use
23106         GCC-specific formats in diagnostics.
23107         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
23108         diagnostics.
23109         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
23110         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
23111         eval_spec_function, handle_braces, process_brace_body, main,
23112         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
23113         getenv_spec_function, compare_version_strings,
23114         version_compare_spec_function): Use GCC-specific formats in
23115         diagnostics.
23116
23117 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
23118
23119         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
23120         that operand 0 and operand 1 are equal.
23121         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
23122         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
23123         and operand 1 are equal.
23124         <default>: Ditto.  Remove ??? comment.
23125         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
23126         and operand 1 are equal.
23127         <default>: Ditto.  Remove ??? comment.
23128         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
23129         are equal.
23130         (*add<mode>_4) <default>: Ditto.
23131         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
23132
23133 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
23134
23135         * config/i386/i386-protos.h (ix86_print_operand): Declare.
23136         * config/i386/i386.c (ix86_print_operand): Make non-static.
23137         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
23138         * output.h (output_operand): Declare.
23139         * final.c (output_operand): Make non-static.
23140
23141 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
23142
23143         PR rtl-optimization/44013
23144         * sched-deps.c (add_dependence_list_and_free): Don't free lists
23145         when processing debug insns.
23146
23147         PR debug/41371
23148         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
23149         recursing.  Check that recursion is bounded.  Rename inner var
23150         to avoid hiding incoming argument.
23151
23152 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
23153
23154         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
23155         operands[2] == 255.
23156         (*addqi_3): Ditto.
23157         (*addqi_4): Ditto.
23158         (*addqi_5): Ditto.
23159         (*addqi_ext_1_rex64): Ditto.
23160         (*addqi_ext_1): Ditto.
23161
23162         (*addqi_4): Check for incdec_operand in QImode.
23163
23164         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
23165         using SWI mode iterator.
23166         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
23167         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
23168         mode iterator.
23169         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
23170         using SWI mode iterator.
23171
23172 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23173
23174         PR c/25880
23175         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
23176         * c-format.c (gcc_diag_flag_specs): Add hash.
23177         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
23178         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
23179         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
23180         pp_c_cv_qualifiers. Handle qualifiers spelling here.
23181         (pp_c_type_qualifier_list): Call the function above.
23182         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
23183         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
23184         (WARN_FOR_QUALIFIERS): New macro.
23185         (convert_for_assignment): Use it.
23186
23187 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
23188
23189         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
23190
23191 2010-06-04  Jan Hubicka  <jh@suse.cz>
23192
23193         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
23194         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
23195         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
23196         DF_BYTE_LR_OUT): Update for embedded bitmaps.
23197         * fwprop.c (single_def_use_enter_block): Likewise.
23198         * ddg.c (create_ddg_dep_from_intra_loop_link,
23199         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
23200         * loop-iv.c (latch_dominating_def): Likewise.
23201         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
23202         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
23203         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
23204         df_rd_transfer_function, df_rd_top_dump,
23205         df_rd_bottom_dump): Update.
23206         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
23207         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
23208         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
23209         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
23210         df_lr_verify_solution_start, df_lr_verify_solution_end,
23211         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
23212         df_live_free_bb_info, df_live_alloc, df_live_reset,
23213         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
23214         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
23215         df_live_verify_solution_start, df_live_verify_solution_end,
23216         df_live_verify_transfer_functions, df_chain_create_bb,
23217         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
23218         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
23219         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
23220         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
23221         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
23222         df_byte_lr_transfer_function, df_byte_lr_top_dump,
23223         df_byte_lr_bottom_dump, df_create_unused_note,
23224         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
23225         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
23226         df_md_transfer_function, df_md_init, df_md_confluence_0,
23227         df_md_confluence_n,
23228         df_md_top_dump, df_md_bottom_dump): Update.
23229         (struct df_lr_problem_data): Embedd bitmap headers.
23230
23231 2010-06-04  Jan Hubicka  <jh@suse.cz>
23232
23233         * dce.c (dce_process_block): Do not re-scan already marked
23234         instructions.
23235
23236 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
23237
23238         PR rtl-optimization/39871
23239         PR rtl-optimization/40615
23240         PR rtl-optimization/42500
23241         PR rtl-optimization/42502
23242         * ira.c (init_reg_equiv_memory_loc: New function.
23243         (ira): Call it twice.
23244         * reload.h (calculate_elim_costs_all_insns): Declare.
23245         * ira-costs.c: Include "reload.h".
23246         (regno_equiv_gains): New static variable.
23247         (init_costs): Allocate it.
23248         (finish_costs): Free it.
23249         (ira_costs): Call calculate_elim_costs_all_insns.
23250         (find_costs_and_classes): Take estimated elimination costs
23251         into account.
23252         (ira_adjust_equiv_reg_cost): New function.
23253         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
23254         * reload1.c (init_eliminable_invariants, free_reg_equiv,
23255         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
23256         (elim_bb): New static variable.
23257         (reload): Move code out of here into init_eliminable_invariants and
23258         free_reg_equiv.  Call them.
23259         (calculate_elim_costs_all_insns): New function.
23260         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
23261         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
23262         but call note_reg_elim_costly if we turned a valid memory address
23263         into an invalid one.
23264         * Makefile.in (ira-costs.o): Depend on reload.h.
23265
23266 2010-06-04  Julian Brown  <julian@codesourcery.com>
23267
23268         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
23269         for pool ranges.
23270
23271 2010-06-04  Richard Guenther  <rguenther@suse.de>
23272
23273         PR lto/41584
23274         * cgraph.h (struct varpool_node): Add lto_file_data field.
23275         * lto-cgraph.c (input_varpool_node): Initialize it.
23276
23277 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
23278
23279         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
23280         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
23281         predicate in "type" attribute calculation.
23282         (*addsi_1_zext): Ditto.
23283         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
23284         (*addsi_2_zext): Ditto.
23285         (*add<mode>_3): Ditto.
23286         (*addsi_3_zext): Ditto.
23287         (*add<mode>_5): Ditto.
23288
23289 2010-06-03  Jan Hubicka  <jh@suse.cz>
23290
23291         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
23292         of bitmap_bit_p.
23293         * cfganal.c (compute_dominance_frontiers_1): Likewise.
23294
23295 2010-06-03  Jan Hubicka  <jh@suse.cz>
23296
23297         * df-problems.c (df_create_unused_note, df_note_bb_compute):
23298         micro-optimize the checks when to add new note.
23299
23300 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
23301
23302         * final.c (output_asm_insn): Call
23303         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
23304         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
23305         (output_address): Call targetm.asm_out.print_operand_address.
23306         Update comments.
23307         * target.h (struct gcc_target): Add print_operand,
23308         print_operand_address, and print_operand_punct_valid_p fields.
23309         * targhooks.h (default_print_operand): Declare.
23310         (default_print_operand_address): Declare.
23311         (default_print_operand_punct_valid_p): Declare.
23312         * targhooks.c (default_print_operand): Define.
23313         (default_print_operand_address): Define.
23314         (default_print_operand_punct_valid_p): Define.
23315         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
23316         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
23317         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
23318         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
23319         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
23320         * vmsdbgout.c (addr_const_to_string): Update comment.
23321         * config/i386/i386.c (print_operand): Rename to...
23322         (ix86_print_operand): ...this.  Make static.
23323         (print_operand_address): Rename to...
23324         (ix86_print_operand_address): ...this.  Make static.  Call
23325         ix86_print_operand instead of PRINT_OPERAND.
23326         (ix86_print_operand_punct_valid_p): New function.
23327         (TARGET_PRINT_OPERAND): Define.
23328         (TARGET_PRINT_OPERAND_ADDRESS): Define.
23329         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
23330         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
23331         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
23332         (PRINT_OPERAND): Delete.
23333         (PRINT_OPERAND_ADDRESS): Delete.
23334         * config/i386/i386-protos.h (print_operand): Delete prototype.
23335         (print_operand_address): Delete prototype.
23336
23337 2010-06-03  Richard Guenther  <rguenther@suse.de>
23338
23339         PR tree-optimization/44403
23340         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
23341         Preserve pointer qualifiers.
23342         (vect_create_data_ref_ptr): Likewise.
23343
23344 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
23345
23346         PR c++/44294
23347         * defaults.h (MAX_FIXED_MODE_SIZE): New.
23348
23349         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
23350
23351 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
23352
23353         PR debug/44375
23354         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
23355         return false if merging the bbs would lead to goto_locus
23356         location being lost from the IL.
23357
23358 2010-06-03  Jan Hubicka  <jh@suse.cz>
23359             Jakub Jelinek  <jakub@redhat.com>
23360
23361         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
23362         set->regs[i] is NULL or has just one entry.
23363
23364 2010-06-03  Jan Hubicka  <jh@suse.cz>
23365
23366         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
23367         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
23368
23369 2010-06-03  Paul Brook  <paul@codesourcery.com>
23370
23371         * config/arm/arm.c (FL_TUNE): Define.
23372         (arm_default_cpu, arm_cpu_select): Remove.
23373         (all_cores): Populate core field.
23374         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
23375         (arm_find_cpu): New function.
23376         (arm_handle_option): Lookup cpu/architecture names.
23377         (arm_override_options): Cleanup mcpu/march/mtune handling.
23378         (arm_file_start): Ditto.
23379
23380 2010-06-03  Alan Modra  <amodra@gmail.com>
23381
23382         PR target/44169
23383         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
23384         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
23385         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
23386         (rs6000_emit_load_toc_table): Likewise.
23387
23388 2010-06-02  Jan Hubicka  <jh@suse.cz>
23389
23390         * passes.c (init_optimization_passes): Put ipa reference
23391         after ipa pure-const.
23392
23393 2010-06-02  Jan Hubicka  <jh@suse.cz>
23394
23395         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
23396         calls_read_all and calls_write_all.
23397         (get_reference_optimization_summary): Fix formatting.
23398         (is_proper_for_analysis): Check that decl is not readonly.
23399         (propagate_bits): Check CONST/PURE/noreturn flags.
23400         (ipa_init): Move all_module_statics to optimization_summary_obstack.
23401         (analyze_function): Ignore indirect edges.
23402         (copy_global_bitmap): For all module statics, do nothing.
23403         (generate_summary): Do not print calls_read_all/calls_write_all.
23404         (read_write_all_from_decl): Take node as argument; check
23405         cgraph_node_cannot_return.
23406         (propagate): Reorganize read_all/write_all computation;
23407         check indirect edges; check ecf flags; use all_module_statics
23408         in the results; do not free all_module_statics.
23409         (stream_out_bitmap): Handle all_module_statics.
23410         (ipa_reference_write_optimization_summary): Likewise; use
23411         varpool/cgraph encoders to get boundaries.
23412         (ipa_reference_read_optimization_summary): Read in all_module_statics;
23413         use it when possible.
23414
23415 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
23416
23417         PR target/44218
23418         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
23419         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
23420
23421         * doc/extend.texi (powerpc builtins): Document vec_recip,
23422         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
23423
23424         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
23425         (rs6000_emit_swrsqrt): Ditto.
23426         (rs6000_emit_swdivsf): Delete.
23427         (rs6000_emit_swdivdf): Ditto.
23428         (rs6000_emit_swrsqrtsf): Ditto.
23429
23430         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
23431         describe the reciprocal estimate support for each type.
23432         (recip_options): Map -mrecip=<opt> into option bits.
23433         (gen_2arg_fn_t): New typedef for binary rtx gen function.
23434         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
23435         reciprocal estimate instructions.
23436         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
23437         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
23438         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
23439         cost information if -mdebug=cost or -mdebug=reg.
23440         (rs6000_override_options): Set -mrecip-precision for power6, and
23441         power7 machines.  If -mvsx or -mdfp, enable various options that
23442         came in previous instruction set ISAs, unless the option was
23443         explicitly disabled by the command line option.  Parse
23444         -mrecip=<opt> options.
23445         (rs6000_builtin_vectorized_function): Add support for vectorizing
23446         the reciprocal estimate builtins and expansions.
23447         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
23448         (bdesc_2arg): Add reciprocal estimate builtins.
23449         (bdesc_1arg): Add reciprocal square root estimate builtins.
23450         (rs6000_expand_builtin): Rewrite to use a switch statement,
23451         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
23452         (rs6000_init_builtins): Create declarations for reciprocal
23453         estimate builtins.
23454         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
23455         sized, prefer traditional floating point registers, if integer
23456         vector types, prefer altivec registers.  Don't actually look at
23457         the memory address any more.
23458         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
23459         builtins.
23460         (rs6000_load_constant_and_splat): New helper function to load up
23461         the constant for reciprocal estimate instructions.
23462         (rs6000_emit_madd): New helper function for generating
23463         multiply/add type instructions, based on the current switches.
23464         (rs6000_emit_msub): Ditto.
23465         (rs6000_emit_mnsub): Ditto.
23466         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
23467         replace a divide with a reciprocal estimate and fixup, adding
23468         support for machines with high precision and vectors.
23469         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
23470         low precision machines.
23471         (rs6000_emit_swdiv): New common function to be called to replace a
23472         division with reciprocal estimate and fixup.
23473         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
23474         for double and vector types.  Add support for high precision machines.
23475
23476         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
23477         the reciprocal estimate instructions can be generated.
23478         (TARGET_FRE): Ditto.
23479         (TARGET_FRSQRTES): Ditto.
23480         (TARGET_FRSQRTE): Ditto.
23481         (RS6000_RECIP_*): New macros for reciprocal estimate support.
23482
23483         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
23484         square root estimate on vectors.
23485         (re<mode>2): New insn for reciprocal division estimate on vectors.
23486
23487         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
23488         New builtin.
23489         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
23490         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
23491         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
23492         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
23493         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
23494         (RS6000_BUILTIN_RSQRT): Ditto.
23495         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
23496         floating point builtin.
23497
23498         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
23499         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
23500         __RECIP_PRECISION__ based on the command line switches.
23501         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
23502
23503         * config/rs6000/rs6000.opt (-mrecip): Document add support for
23504         replacing division instructions with reciprocal estimate and fixup.
23505         (-mrecip=<opt>): New option.
23506         (-mrecip-precision): Ditto.
23507
23508         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
23509         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
23510         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
23511         precision scalar.
23512
23513         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
23514         (UNSPEC_VREFP): Ditto.
23515         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
23516         conterparts with regard to support of -mno-fused-madd and -ffast-math.
23517         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
23518         reciprocal estimate instructions to be generated.
23519         (altivec_vrefp): Ditto.
23520
23521         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
23522         estimate support.
23523         (rreg): New mode attribute for reciprocal estimate support.
23524         (recip<mode>3): New insn for division using reciprocal estimate
23525         and fixup builtins.
23526         (divide define_split): New define_split to convert floating point
23527         division to use reciprocal estimate if the user used the
23528         appropriate options and the split is run when we can add new
23529         pseudo registers for the fixup.
23530         (rsqrt<mode>2): New insn for reciprocal square root support.
23531         (recipsf3): Move into recip<mode>3.
23532         (recipdf3): Ditto.
23533         (fres): Use TARGET_FRES.
23534         (rsqrtsf2): Move into rsqrt<mode>2.
23535         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
23536         (copysignsf3): Add support for VSX.
23537         (fred): Use TARGET_FRE.
23538         (fred_fpr): Ditto.
23539         (rsqrtdf_internal1): New function for frsqrte instruciton.
23540
23541         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
23542         (vec_rsqrt): Ditto.
23543
23544 2010-06-03  Richard Guenther  <rguenther@suse.de>
23545
23546         PR middle-end/44291
23547         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
23548         (set_user_assembler_libfunc): Likewise.
23549
23550 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
23551
23552         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
23553         defaults.h.
23554         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
23555         to defaults.h
23556         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
23557         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
23558         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
23559         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
23560         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
23561         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
23562         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
23563         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
23564         * defaults.h: Updated for above mentioned changes.
23565
23566 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
23567
23568         * c-common.c: Remove header include of tm_p.h.
23569         * Makefile.in (c-common.o): Remove TM_P_H dependency.
23570
23571 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
23572
23573         * tree.h (struct tree_decl_map): New type.
23574         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
23575         (tree_decl_map_hash): New prototype.
23576         (debug_expr_for_decl, value_expr_for_decl): Change into
23577         tree_decl_map hashtab from tree_map.
23578         (init_ttree): Adjust initialization.
23579         (tree_decl_map_hash): New function.
23580         (decl_debug_expr_lookup, decl_debug_expr_insert,
23581         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
23582
23583 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23584
23585         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
23586         linker emulations.
23587         * configure: Regenerate.
23588         * config.in: Regenerate.
23589
23590         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
23591         (X86_64_EMULATION): Define.
23592         (TARGET_LD_EMULATION): Use them.
23593
23594         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
23595         (SPARC64_EMULATION): Define.
23596         (LINK_ARCH_SPEC): Use them.
23597
23598 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
23599
23600         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
23601         smallest_mode_for_size for computing the precision types of new
23602         graphite IVs.  Do not call lang_hooks.types.type_for_size.
23603
23604 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
23605
23606         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
23607         information.
23608         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
23609
23610 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
23611
23612         PR middle-end/44363
23613         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
23614         return false instead.
23615
23616 2010-06-02  Jan Hubicka  <jh@suse.cz>
23617
23618         PR middle-end/44295
23619         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
23620         create new cgraph node to check callee.
23621
23622 2010-06-02  Richard Guenther  <rguenther@suse.de>
23623
23624         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
23625
23626 2010-06-02  Richard Guenther  <rguenther@suse.de>
23627
23628         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
23629         (lto_wrapper_cleanup): ... this.  Do not exit.
23630         (fatal): Adjust.  Exit here.
23631         (fatal_perror): Likewise.
23632         (fatal_signal): New function.
23633         (main): Set up signal handlers to cleanup temporary files.
23634         * Makefile.in (lto-wrapper.o): Adjust dependencies.
23635
23636 2010-06-02  Richard Guenther  <rguenther@suse.de>
23637
23638         PR tree-optimization/44377
23639         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
23640
23641 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23642
23643         * config/s390/2097.md (z10_fhex): Remove insn reservation.
23644         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
23645         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
23646         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
23647         instruction.
23648         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
23649
23650 2010-06-02  Jan Hubicka  <jh@suse.cz>
23651
23652         * bitmap.c (bitmap_descriptor): Add search_iter.
23653         (bitmap_find_bit): Increment it.
23654         (print_statistics): Print it.
23655
23656 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
23657
23658         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
23659         instead of gimple_build_call_vec.  Delete unnecessary local variable.
23660
23661 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
23662
23663         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
23664         change from yesterday.
23665
23666 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
23667
23668         * c-ada-spec.c: Clean up redundant includes.
23669
23670 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
23671
23672         * gimplify.c: Do not include except.h and optabs.h.
23673         (gimplify_body): Do not initialize RTL profiling.
23674         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
23675         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
23676         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
23677         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
23678         langhooks.h.
23679
23680         * tree-pretty-print.h: Include pretty-print.h.
23681         * gimple-pretty-print.h: Include pretty-print.h.
23682
23683         * tree-pretty-print.c: Do not include diagnostic.h.
23684         * tree-vrp.c: Likewise.
23685         * tree-tailcall.c: Likewise
23686         * tree-scalar-evolution.c: Likewise
23687         * tree-ssa-dse.c: Likewise
23688         * tree-chrec.c: Likewise
23689         * tree-ssa-sccvn.c: Likewise
23690         * tree-ssa-copyrename.c: Likewise
23691         * tree-nomudflap.c: Likewise
23692         * tree-call-cdce.c: Likewise
23693         * tree-stdarg.c: Likewise
23694         * tree-ssa-math-opts.c: Likewise
23695         * tree-nrv.c: Likewise
23696         * tree-ssa-sink.c: Likewise
23697         * tree-browser.c: Likewise
23698         * tree-ssa-loop-ivcanon.c: Likewise
23699         * tree-ssa-loop.c: Likewise
23700         * tree-parloops.c: Likewise
23701         * tree-ssa-address.c: Likewise
23702         * tree-ssa-ifcombine.c: Likewise
23703         * tree-if-conv.c: Likewise
23704         * tree-data-ref.c: Likewise
23705         * tree-affine.c: Likewise
23706         * tree-ssa-phiopt.c: Likewise
23707         * tree-ssa-coalesce.c: Likewise
23708         * tree-ssa-pre.c: Likewise
23709         * tree-ssa-live.c: Likewise
23710         * tree-predcom.c: Likewise
23711         * tree-ssa-forwprop.c: Likewise
23712         * tree-ssa-dce.c: Likewise
23713         * tree-ssa-ter.c: Likewise
23714         * tree-ssa-loop-prefetch.c: Likewise
23715         * tree-optimize.c: Likewise
23716         * tree-ssa-phiprop.c: Likewise
23717         * tree-object-size.c: Likewise
23718         * tree-outof-ssa.c: Likewise
23719         * tree-ssa-structalias.c: Likewise
23720         * tree-switch-conversion.c: Likewise
23721         * tree-ssa-reassoc.c: Likewise
23722         * tree-ssa-operands.c: Likewise
23723         * tree-vectorizer.c: Likewise
23724         * tree-vect-data-refs.c: Likewise
23725         * tree-vect-generic.c: Likewise
23726         * tree-vect-stmts.c: Likewise
23727         * tree-vect-patterns.c: Likewise
23728         * tree-vect-slp.c: Likewise
23729         * tree-vect-loop.c: Likewise
23730         * tree-ssa-loop-ivopts.c: Likewise
23731         * tree-ssa-loop-im.c: Likewise
23732         * tree-ssa-loop-niter.c: Likewise
23733         * tree-ssa-loop-unswitch.c: Likewise
23734         * tree-ssa-loop-manip.c: Likewise
23735         * tree-ssa-loop-ch.c: Likewise
23736         * tree-dump.c: Likewise
23737         * tree-complex.c: Likewise
23738
23739         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
23740         * tree-ssa-uninit.c: Likewise
23741         * tree-ssa-threadupdate.c: Likewise
23742         * tree-ssa-uncprop.c: Likewise
23743         * tree-ssa-ccp.c: Likewise
23744         * tree-ssa-dom.c: Likewise
23745         * tree-ssa-propagate.c: Likewise
23746         * tree-ssa-alias.c: Likewise
23747         * tree-dfa.c: Likewise
23748         * tree-cfgcleanup.c: Likewise
23749         * tree-sra.c: Likewise
23750         * tree-ssa-copy.c: Likewise
23751         * tree-ssa.c: Likewise
23752         * tree-profile.c: Likewise
23753         * tree-cfg.c: Likewise
23754         * tree-ssa-threadedge.c: Likewise
23755         * tree-vect-loop-manip.c: Likewise
23756
23757         * tree-inline.c: Do not include diagnostic.h and expr.h.
23758         Include rtl.h.
23759         (copy_decl_for_dup_finish): Do not use NULL_RTX.
23760
23761         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
23762         * tree-loop-distribution.c: Likewise.
23763
23764 2010-06-01  Jan Hubicka  <jh@suse.cz>
23765
23766         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
23767
23768 2010-06-01  Jan Hubicka  <jh@suse.cz>
23769
23770         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
23771         remove return value.
23772         (split_bbs_on_noreturn_calls) .... here.
23773         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
23774         * tree-flow.h (fixup_noreturn_call): New.
23775
23776 2010-06-01  Jan Hubicka  <jh@suse.cz>
23777
23778         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
23779
23780 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
23781
23782         * tree.h (build_nt_call_list): Delete.
23783         * tree.c (build_nt_call_list): Delete.
23784
23785 2010-06-01  Jan Hubicka  <jh@suse.cz>
23786
23787         * fwprop.c: Make emit-rtl.h include last.
23788         * rtlanal.c: Include emit-rtl.h.
23789         * genautomata.c: Output emit-rtl include into insn-automata.c
23790         * df-scan.c: Include emit-rtl.h.
23791         * haifa-sched.c: Indlude emit-rtl.h.
23792         * mode-switching.c: Indlude emit-rtl.h.
23793         * graph.c: Indlude emit-rtl.h.
23794         * sel-sched.c: Include emit-rtl.h.
23795         * sel-sched-ir.c: Include emit-rtl.h.
23796         * ira-build.c: Include emit-rtl.h.
23797         * emit-rtl.c (first_insn, last_insn): Remove defines.
23798         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
23799         Move to emit-rtl.h.
23800         (set_new_first_and_last_insn, get_last_insn_anywhere,
23801         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
23802         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
23803         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
23804         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
23805         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
23806         Use accessor functions.
23807         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
23808          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
23809         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
23810         mem_expr_equal_p): Move here from rtl.h.
23811         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
23812         Move here from emit-rtl.c; make inline.
23813         * cfglayout.h: Include emit-rtl.h.
23814         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
23815          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
23816         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
23817         mem_expr_equal_p, get_insns, set_first-insn,
23818         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
23819         * reg-stack.c: Include emit-rtl.h.
23820         * dce.c: Likewise.
23821
23822 2010-06-01  Jan Hubicka  <jh@suse.cz>
23823
23824         * cgraph.h (tree_function_versioning): Update prototype.
23825         (cgraph_function_versioning): Update prototype.
23826         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
23827         bitmap.
23828         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
23829         (cgraph_materialize_clone, save_inline_function_body): Update use of
23830         tree_function_versioning.
23831         * tree-inline.c (copy_bb): Look for previous copied block to link
23832         after; fix debug output.
23833         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
23834         (copy_body): Likewise.
23835         (expand_call_inline): Update use of copy_body.
23836         (tree_function_versioning): Update use of copy body; accept
23837         blocks_to_copy and new_entry.
23838
23839 2010-06-01  Jan Hubicka  <jh@suse.cz>
23840
23841         * gegenrtl.c: Remove unnecesary prototypes.
23842         (gendecl): Remove.
23843         (gendef): Produce static inline.
23844         (gencode): Remove.
23845         (main): Do not decode parameters; generate header only.
23846         * Makefile.in (genrtl.c): Remove.
23847
23848 2010-06-01  Jan Hubicka  <jh@suse.cz>
23849
23850         * tree-switch-conversion.c (build_one_array): Make it readonly.
23851
23852 2010-06-01  Richard Guenther  <rguenther@suse.de>
23853
23854         * optabs.c (init_optabs): Guard all accesses to reinit.
23855         * ipa-pure-const.c (propagate): Fix another typo.
23856         * opts.c (common_handle_option): Split assignment to bool.
23857         * c-opts.c (c_common_handle_option): Likewise.
23858
23859 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
23860             Matthew Gingell  <gingell@adacore.com>
23861
23862         * doc/invoke.texi: Mention -fdump-ada-spec.
23863         * tree-dump.c (dump_files): Add ada-spec.
23864         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
23865         * tree-pass.h (tree_dump_index): Add TDI_ada.
23866         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
23867         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
23868         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
23869         * c-decl.c: Include c-ada-spec.h.
23870         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
23871         functions.
23872         (c_write_global_declarations): Add handling of -fdump-ada-spec.
23873         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
23874         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
23875         * c-ada-spec.h, c-ada-spec.c: New files.
23876
23877 2010-06-01  Richard Guenther  <rguenther@suse.de>
23878
23879         PR lto/43853
23880         * ipa-pure-const.c (get_function_state): Hand back varying state
23881         if we do not have one.
23882         (has_function_state): New function.
23883         (duplicate_node_data): Adjust.
23884         (remove_node_data): Likewise.
23885         (pure_const_write_summary): Likewise.
23886         (propagate): Likewise.  Fix typo.
23887
23888 2010-06-01  Jan Hubicka  <jh@suse.cz>
23889
23890         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
23891         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
23892         (execute_all_ipa_transforms): Do not play with the states.
23893
23894 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
23895
23896         * config/arm/t-linux-androideabi: New.
23897         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
23898
23899 2010-06-01  Jan Hubicka  <jh@suse.cz>
23900
23901         * tree-inline.c (estimate_num_insns): For stdarg functions look
23902         into call statement to count cost of argument passing.
23903
23904 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
23905
23906         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
23907         argument for fprintf.
23908         (ix86_output_addr_diff_elt): Likewise.
23909         (x86_function_profiler): Likewise.
23910         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
23911         (LPREFIX): Likewise.
23912         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
23913
23914 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
23915
23916         PR target/44338
23917         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
23918         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
23919         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
23920         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
23921         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
23922         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
23923         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
23924         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
23925         TARGET_FUSED_MADD.
23926
23927 2010-05-31  Jan Hubicka  <jh@suse.cz>
23928
23929         * tree.h (tree_range_check_failed): Declare noreturn.
23930
23931 2010-05-31  Jan Hubicka  <jh@suse.cz>
23932
23933         * gimple.c (gimple_call_builtin_p): New function.
23934         * gimple.h (gimple_call_builtin_p): Declare.
23935         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
23936         to exit.
23937         (execute_warn_function_return): BUILT_IN_RETURN is return.
23938         (split_critical_edges): Return edges are not critical.
23939         (is_ctrl_altering_stmt): Builtin_in_return is altering.
23940         (gimple_verify_flow_info): Handle built_in_return.
23941         (execute_warn_function_return): Handle built_in_return.
23942         * ipa-pure-const.c (check_call): Ignore builtin_return.
23943
23944 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
23945
23946         PR middle-end/44337
23947         * expr.c (expand_assignment): Don't store anything for out-of-bounds
23948         array accesses with non-MEM.
23949
23950         PR tree-optimization/44182
23951         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
23952         newly needs to end a bb is followed by debug stmts, instead return
23953         true from the function at the end.
23954         (maybe_move_debug_stmts_to_successors): New function.
23955         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
23956
23957 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
23958
23959         PR target/44161
23960         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
23961
23962 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
23963
23964         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
23965         for nested functions in non-optimized compilation.
23966
23967 2010-05-31  Richard Guenther  <rguenther@suse.de>
23968
23969         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
23970
23971 2010-05-30  Jan Hubicka  <jh@suse.cz>
23972
23973         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
23974
23975 2010-05-30  Richard Guenther  <rguenther@suse.de>
23976
23977         PR lto/42975
23978         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
23979         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
23980         no longer needed.
23981
23982 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
23983
23984         * config/darwin.c (output_objc_section_asm_op): Add comment.
23985         (name_needs_quotes): Add '_' to list of valid comment chars.
23986         (machopic_output_function_base_name): Remove unneeded quotes.
23987         (darwin_encode_section_info): Adjust asm whitespace.
23988         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
23989         (ASM_OUTPUT_LOCAL): Ditto.
23990         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
23991         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
23992         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
23993
23994 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
23995
23996         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
23997         RS6000_OUTPUT_BASENAME unconditionally.
23998         (rs6000_output_function_epilogue): Likewise.
23999
24000 2010-05-30  Jan Hubicka  <jh@suse.cz>
24001
24002         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
24003         nodes.
24004
24005 2010-05-30  Richard Guenther  <rguenther@suse.de>
24006
24007         * tree-cfg.c (verify_gimple_assign_single): Implement
24008         verification for COND_EXPR rhs.
24009
24010 2010-05-30  Jan Hubicka  <jh@suse.cz>
24011
24012         * cgraph.h (cgraph_dump_file): Declare.
24013         * cgraphunit.c (cgraph_dump_file): Export.
24014         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
24015
24016 2010-05-30  Jan Hubicka  <jh@suse.cz>
24017
24018         * dwarf2out.c (reference_to_unused,
24019         premark_types_used_by_global_vars_helper): Avoid creation of new
24020         varpool nodes.
24021
24022 2010-05-30  Jan Hubicka  <jh@suse.cz>
24023
24024         * cgraph.h (cgraph_node_cannot_return,
24025         cgraph_edge_cannot_lead_to_return): New functions.
24026         * cgraph.c (cgraph_node_cannot_return,
24027         cgraph_edge_cannot_lead_to_return): Use them.
24028         * ipa-pure-const.c (pure_const_names): New static var.
24029         (check_call): Handle calls not leading to return.
24030         (pure_const_read_summary): Dump info read.
24031         (propagate): Dump info about propagation process; ignore side effects
24032         of functions not leading to exit; fix handling of pure functions.
24033
24034 2010-05-30  Jan Hubicka  <jh@suse.cz>
24035
24036         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
24037         for tail call epilogues.
24038
24039 2010-05-30  Jan Hubicka  <jh@suse.cz>
24040
24041         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
24042         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
24043         dump files.
24044
24045 2010-05-29  Jan Hubicka  <jh@suse.cz>
24046
24047         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
24048         node; remove references in node we no longer keep in cgrpah but need
24049         body of.
24050
24051 2010-05-29  Jan Hubicka  <jh@suse.cz>
24052
24053         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
24054
24055 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24056
24057         PR target/44165
24058         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
24059
24060 2010-05-29  Jan Hubicka  <jh@suse.cz>
24061
24062         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
24063         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
24064         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
24065         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
24066         debug_names_replaced_by, debug_update_ssa): Likewise.
24067         * sbitmap.c (debug_sbitmap): Likewise.
24068         * genrecog.c (debug_decision, debug_decision_list): Likewise.
24069         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
24070         debug_tree_chain): Likewise.
24071         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
24072         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
24073         * optabs.c (debug_optab_libfuncs): Likewise.
24074         (verify_loop_closed_ssa): Likewise.
24075         * value-prof.c (verify_histograms): Likewise.
24076         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
24077         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
24078         * cfghooks.c (verify_flow_info): Likewise.
24079         * fold-const.c (debug_fold_checksum): Likewise.
24080         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
24081         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
24082         Likewise.
24083         * omega.c (debug_omega_problem): Likewise.
24084         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
24085         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
24086         * dominance.c (verify_dominators, debug_dominance_info,
24087         debug_dominance_tree): Likewise.
24088         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
24089         * df_regno_debug, df_ref_debug,
24090         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
24091         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
24092         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
24093         * sel-sched.c (debug_state): Likewise.
24094         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
24095         Likewise.
24096         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
24097         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
24098         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
24099         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
24100         Likewise.
24101         * c-pretty-print.c (debug_c_tree): Likewise.
24102         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
24103         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
24104         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
24105         * ebitmap.c (debug_ebitmap): Likewise.
24106         * function.c (debug_find_var_in_block_tree): Likewise.
24107         * print-rtl.c (debug_rtx): Likewise.
24108         (debug_rtx_count): Likewise.
24109         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
24110         * stor-layout.c (debug_rli): Likewise.
24111         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
24112         * tree-data-ref.c (debug_data_references,
24113         debug_data_dependence_relations, debug_data_reference,
24114         debug_data_dependence_relation, debug_rdg_vertex,
24115         debug_rdg_component, debug_rdg): Likewise.
24116         * tree-affine.c (debug_aff): Likewise.
24117         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
24118         Likewise.
24119         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
24120         * emit-rtl.c (verify_rtl_sharing): Likewise.
24121         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
24122         debug_value_expressions): Likewise.
24123         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
24124         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
24125         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
24126         * cfglayout.c (verify_insn_chain): Likewise.
24127         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
24128         debug_clast_stmt, debug_generated_program): Likewise.
24129         * ggc-page.c (debug_print_page_list): Likewise.
24130         * tree-ssa-ter.c (debug_ter): Likewise.
24131         * graphite-dependences.c (debug_pddr): Likewise.
24132         * sched-deps.c (debug_ds): Likewise.
24133         * tree-ssa.c (verify_ssa): Likewise.
24134         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
24135         debug_scattering_functions, debug_iteration_domains, debug_pdr,
24136         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
24137         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
24138         * tree-inline.c (debug_find_tree): Likewise.
24139         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
24140         debug_ppl_powerset_matrix): Likewise.
24141         * var-tracking.c (debug_dv): Likewise.
24142         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
24143         * cfgloop.c (verify_loop_structure): Likewise.
24144         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
24145         * c-common.c (verify_sequence_points): Likewise.
24146         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
24147         debug_candidates, debug_rgn_dependencies): Likewise.
24148         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
24149         * debug_constraint_graph, debug_solution_for_var,
24150         debug_sa_points_to_info): Likewise.
24151         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
24152         Likewie.
24153         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
24154         debug_loops, debug_loop, debug_loop_num): Likewise.
24155         * passes.c (debug_pass): Likewise.
24156         (dump_properties): Likewise; add cfglayout property.
24157         (debug_properties): Likewise.
24158         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
24159         * varpool.c (debug_varpool): Likewise.
24160         * regcprop.c (debug_value_data): Likewise.
24161         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
24162         debug_immediate_uses_for): Likewise.
24163
24164 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
24165
24166         PR bootstrap/44315
24167         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
24168         Filter out insn-flags.h.
24169
24170 2010-05-29  Jan Hubicka  <jh@suse.cz>
24171
24172         * cgraph.h (struct varpool_node_set_def,
24173         struct cgraph_node_set_def): Remove unused AUX pointer.
24174         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
24175         VEC_empty macro.
24176
24177 2010-05-29  Jan Hubicka  <jh@suse.cz>
24178
24179         PR middle-end/44324
24180         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
24181
24182 2010-05-29  Richard Guenther  <rguenther@suse.de>
24183
24184         * lto-streamer.c (cached_bp): New global variable.
24185         (bitpack_create): Return the cached bitpack, if available.
24186         (bitpack_delete): Clear and cache the bitpack, if appropriate.
24187         (bp_pack_value): Remove redundant asserts.
24188
24189 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
24190
24191         PR middle-end/44306
24192         * tree-if-conv.c (is_true_predicate): New.
24193         (is_predicated): Use is_true_predicate.
24194         (add_to_predicate_list): Same.  Do not use unshare_expr.
24195         (add_to_dst_predicate_list): Same.
24196
24197 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
24198
24199         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
24200         field on edges.
24201         (predicate_bbs): Same.
24202         (clean_predicate_lists): Same.
24203         (find_phi_replacement_condition): Do not AND the predicate from
24204         edge->aux.
24205
24206 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
24207
24208         PR bootstrap/44315
24209         * Makefile.in (build/gencondmd.o): Add a missing `\'.
24210
24211 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24212
24213         PR target/44261
24214         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
24215         (negdf2): Adjust expander pattern and use negdf2_slow.
24216         (negsf2): Likewise.
24217
24218 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
24219
24220         * basic-block.h (struct control_flow_graph): Move last_label_uid field
24221         up.
24222         * df.h (struct df_base_ref): Move regno field up.
24223         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
24224         * expr.h (struct separate_ops): Move location field up.
24225         * optabs.h (struct optab_d): Move libcall_basename field down.
24226         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
24227         * config/i386/i386.h (struct machine_function): Convert call_abi field
24228         into a bitfield.  Move cfa field to the end of the structure.
24229
24230 2010-05-29  Jan Hubicka  <jh@suse.cz>
24231
24232         * varpool.c (varpool_get_node): Fix lookup.
24233
24234 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
24235
24236         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
24237         RTL specific prototypes with #ifdef RTX_CODE.
24238         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
24239         * config/spu/t-spu-elf: Fix dependencies.
24240
24241         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
24242
24243 2010-05-29  Mike Stump  <mikestump@comcast.net>
24244
24245         PR bootstrap/44315
24246         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
24247         TM_H when building to avoid dependency loops.
24248
24249 2010-05-29  Jan Hubicka  <jh@suse.cz>
24250
24251         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
24252         refs and body; not the whole node for masters of materialized clones.
24253
24254 2010-05-29  Mike Stump  <mikestump@comcast.net>
24255
24256         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
24257
24258 2010-05-29  Jan Hubicka  <jh@suse.cz>
24259
24260         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
24261         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
24262         use of clone_function_name.
24263         * cgraph.h (cgraph_create_virtual_clone,
24264         cgraph_function_versioning): update prototypes.
24265         (clone_function_name): Declare.
24266         * ipa-cp.c (ipcp_insert_stage): Update call of
24267         cgraph_create_virtual_clone.
24268         * omp-low.c (create_omp_child_function_name): Use
24269         cgraph_create_virtual_clone.
24270         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
24271         (cgraph_function_versioning): Take SUFFIX argument; produce new name
24272         and make decl local.
24273
24274 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
24275
24276         * vec.h: Include statistics.h
24277         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
24278         with VEC_H.
24279
24280 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
24281
24282         * c-lex.c: Do not include c-tree.h.
24283         * c-pretty-print.c: Likewise.
24284         * c-opts.c: Likewise.
24285         * c-gimplify.c: Likewise.
24286         * c-common.c: Likewise.
24287         * c-dump.c: Likewise.  Include c-common.h.
24288
24289 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
24290
24291         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
24292         before including diagnostic-core.h.
24293         (c_cpp_error): New prototype moved from c-tree.h.
24294         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
24295         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
24296         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
24297         (c_cpp_error): Prototype moved to c-common.h.
24298         * Makefile.in: Update dependency for C_COMMON_H.
24299
24300 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
24301
24302         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
24303         * c-common.c (c_register_addr_space): Remove here.
24304         * c-decl.c (c_register_addr_space): Re-add here.
24305
24306 2010-05-28  Mike Stump  <mikestump@comcast.net>
24307
24308         * config/darwin-c.c: Remove c-tree.h include.
24309
24310 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
24311
24312         * gcc.c: Include diagnostic.h.
24313         (error_count): Remove.  All users changed to use errorcount.
24314         (programname): Remove.  All users changed to use progname.
24315         (fancy_abort, internal_error, fatal_error, error, warning, inform,
24316         fnotice): Remove.
24317         (execute): Don't include "Internal error" and bug reporting
24318         information in argument of internal_error call.
24319         (process_command): Don't increment error_count after calling
24320         perror_with_name.
24321         (input_filename): Rename to gcc_input_filename.  All users
24322         changed.
24323         (main): Call diagnostic_initialize.  Register delete_temp_files
24324         with atexit.  Use seen_error to test for errors.
24325         * gcc.h: Include diagnostic-core.h.
24326         (fatal_error, error, warning): Remove.
24327         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
24328         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
24329         (gcc.o): Update dependencies.
24330
24331 2010-05-28  Jeff Law  <law@redhat.com>
24332
24333         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
24334         functions.
24335         * ira.h (ira_bad_reload_regno): Declare
24336         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
24337
24338         * ira-color.c (update_curr_costs): Free updated hard reg costs.
24339         (ira_reassign_conflict_allocnos): Remove bogus asserts.
24340         (allocno_reload_assign): Likewise.
24341
24342 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
24343
24344         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
24345         build1_stat.
24346
24347 2010-05-28  Richard Guenther  <rguenther@suse.de>
24348
24349         PR lto/44312
24350         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
24351         Stream fixed-point constants mode.
24352         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
24353         and TYPE_PRECISION.
24354         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
24355         Stream fixed-point constants mode.
24356         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
24357         and TYPE_PRECISION.
24358
24359 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
24360
24361         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
24362         only place it was called from.
24363         (number_of_latch_executions): Do not return chrec_dont_know when the
24364         may_be_zero is a runtime condition: instead, return a COND_EXPR
24365         including the may_be_zero condition.
24366         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
24367         of nb_iterations.
24368         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
24369         COND_EXPRs.
24370
24371 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
24372
24373         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
24374         generate COND_EXPRs for degenerate_phi_result.
24375
24376 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
24377
24378         PR middle-end/44293
24379         * tree-if-conv.c (if_convertible_loop_p): Check the
24380         if-convertibility of phi nodes in non predicated BBs.
24381
24382 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
24383
24384         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
24385
24386 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
24387
24388         PR driver/15303
24389         * gcc.c (inform, warning, inform): New functions.
24390         (fatal_ice): Rename to internal_error; change cmsgid parameter to
24391         gmsgid.  All callers changed.
24392         (notice): Rename to fnotice; add parameter fp.  All callers changed.
24393         (fatal_error): Rename to fatal_signal.  All users changed.
24394         (fatal): Rename to fatal_error; change cmsgid parameter to
24395         gmsgid.  All callers changed.
24396         (process_command): Use warning instead of error for warnings.
24397         (end_going_arg): Don't use _() around argument of error.
24398         (do_spec_1): Use inform for message from %n specs.  Use warning
24399         instead of error for warnings.
24400         (main): Use inform for comparison messages.  Use warning for
24401         message about unused linker input.
24402         (error): Increment error_count.  Print "error: ".
24403         * gcc.h (fatal): Change to fatal_error.
24404         (warning): Declare.
24405         * config/darwin-driver.c (darwin_default_min_version): Use warning
24406         instead of fprintf for warnings.
24407         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
24408
24409 2010-05-28  Julian Brown  <julian@codesourcery.com>
24410
24411         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
24412         (*thumb2_addsi3_compare0_scratch): New.
24413         * config/arm/constraints.md (Pv): New.
24414         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
24415         for ARM mode only.
24416         (*addsi3_compare0_scratch): Likewise.
24417
24418 2010-05-28  Jan Hubicka  <jh@suse.cz>
24419
24420         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
24421         check.
24422         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
24423         only on local statics.
24424
24425 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
24426
24427         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
24428
24429 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
24430
24431         PR bootstrap/44314
24432         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
24433         (OPTION_GLIBC): Define.
24434
24435 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
24436
24437         PR debug/41048
24438         * dwarf2out.c (double_int_type_size_in_bits): New function.
24439         (round_up_to_align): Change first argument and return value to
24440         double_int.
24441         (field_byte_offset): Work internally on double_ints.
24442
24443         PR target/43636
24444         * builtins.c (expand_movstr): Use a temporary pseudo instead
24445         of target even when target is not NULL and not const0_rtx, but
24446         fails movstr predicate.
24447         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
24448
24449 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
24450
24451         * final.c (rest_of_clean_state): Use %m in errors instead of
24452         strerror (errno).
24453         * gengtype.c (read_input_list, close_output_files): Use xstrerror
24454         instead of strerror.
24455         * toplev.c (process_options): Use %m in errors instead of strerror
24456         (errno).
24457         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
24458         (errno).
24459
24460 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
24461
24462         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
24463         (ix86_canonical_va_list_type): Make static.  Add declaration.
24464         (ix86_enum_va_list): Make static.  Reindent.
24465         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
24466         (ix86_canonical_va_list_type): Ditto.
24467         (ix86_enum_va_list): Ditto.
24468
24469 2010-05-28  Richard Guenther  <rguenther@suse.de>
24470
24471         * lto-wrapper.c (run_gcc): With -save-temps generate a
24472         user-visible ltrans filename.  Fixup ltrans unit numbering.
24473
24474 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
24475
24476         * c-common.c (c_common_nodes_and_builtins): Replace use
24477         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
24478         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
24479         to ix86_enum_va_list.
24480         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
24481         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
24482         (TARGET_ENUM_VA_LIST_P): Add hook description.
24483         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
24484         * target.h (gcc_target): Add enum_va_list hook.
24485
24486         PR bootstrap/44299
24487         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
24488         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
24489         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
24490
24491 2010-05-28  Alan Modra  <amodra@gmail.com>
24492
24493         PR target/44266
24494         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
24495         emit_library_call machinery to set up __tls_get_addr calls.
24496
24497 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24498
24499         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
24500
24501 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
24502
24503         Revert fix for PR c++/44188
24504         * c-common.c (is_typedef_decl): Revert the moving of  this
24505         definition ...
24506         * tree.c (is_typedef_decl): ... here.
24507         (typdef_variant_p): Revert the moving of this  definition
24508         here from cp/tree.c.
24509         * c-common.h (is_typedef_decl): Revert the moving of this
24510         declaration ...
24511         * tree.h (is_typedef_decl): ... here.
24512         (typedef_variant_p): Revert the moving of this  declaration here
24513         from cp/cp-tree.h
24514         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
24515         (gen_tagged_type_die): Revert the splitting out of ...
24516         (gen_type_die_with_usage): ... this function. Revert the anonymous
24517         tagged type handling.
24518         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
24519         typedefs naming anonymous tagged types.
24520
24521 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
24522
24523         * config/rs6000/rs6000-modes.def (PSImode): Delete.
24524
24525 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
24526
24527         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
24528         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
24529         throughout.
24530         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
24531         "xer" to "ca".
24532         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
24533         XER_REGS to CA_REGS throughout.
24534         * config/rs6000/rs6000.h: Same.
24535         (ADDITIONAL_REGISTER_NAMES): Add "xer".
24536         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
24537         that mode_iterator "P" is the size for arithmetic carries as well.
24538         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
24539
24540 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
24541
24542         PR bootstrap/44255
24543         * combine.c (struct rtx_subst_pair): Define unconditionally.
24544         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
24545         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
24546         Call make_compound_operation on pair->to.
24547         (propagate_for_debug): Don't call make_compound_operation here.
24548         Always use simplify_replace_fn_rtx.
24549
24550 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
24551
24552         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
24553         * config/xtensa/xtensa.c (override_options): Check
24554           TARGET_FORCE_NO_PIC and set flag_pic.
24555         * config/xtensa/xtensa.opt: Document -mforce-no-pic
24556
24557 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
24558
24559         PR bootstrap/44299
24560         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
24561         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
24562
24563 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
24564
24565         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
24566         toplev.h.
24567         * diagnostic.c: Don't include toplev.h.
24568         (progname): Define.  Moved from toplev.c.
24569         (seen_error): New function.
24570         * diagnostic.h: Include diagnostic-core.h.
24571         (diagnostic_t, emit_diagnostic): Don't declare here.
24572         * toplev.c (progname): Move to toplev.c.
24573         (emit_debug_global_declarations, compile_file, finalize,
24574         do_compile, toplev_main): Use seen_error.
24575         * toplev.h: Include diagnostic-core.h.
24576         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
24577         internal_error, warning, warning_at, error, error_n, error_at,
24578         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
24579         verbatim, fnotice, progname): Move to diagnostic-core.h.
24580         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
24581         (expand_builtin_expect): Use seen_error.
24582         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
24583         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
24584         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
24585         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
24586         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
24587         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
24588         errorcount for errors.
24589         * c-opts.c (c_common_finish): Use seen_error.
24590         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
24591         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
24592         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
24593         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
24594         (get_coverage_counts): Use seen_error.
24595         * dwarf2out.c (dwarf2out_finish): Use seen_error.
24596         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
24597         gimplify_body): Use seen_error.
24598         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
24599         * ipa-pure-const.c (gate_pure_const): Use seen_error.
24600         * ipa-reference.c (gate_reference): Use seen_error.
24601         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
24602         * lambda-code.c: Include diagnostic-core.h instead of
24603         diagnostic.h.
24604         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
24605         * lto-compress.c: Include diagnostic-core.h instead of
24606         diagnostic.h.
24607         * lto-section-in.c: Include diagnostic-core.h instead of
24608         diagnostic.h.
24609         * lto-streamer-out.c: Include diagnostic-core.h instead of
24610         diagnostic.h.
24611         * lto-streamer.c: Include diagnostic-core.h instead of
24612         diagnostic.h.
24613         (gate_lto_out): Use seen_error.
24614         * matrix-reorg.c: Include diagnostic-core.h instead of
24615         diagnostic.h.
24616         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
24617         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
24618         (gate_expand_omp, lower_omp_1): Use seen_error.
24619         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
24620         (rest_of_decl_compilation, rest_of_type_compilation,
24621         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
24622         * tree-cfg.c (label_to_block_fn): Use seen_error.
24623         * tree-inline.c (optimize_inline_calls): Use seen_error.
24624         * tree-mudflap.c (mudflap_finish_file): Use
24625         seen_error.
24626         * tree-optimize.c (gate_all_optimizations,
24627         gate_all_early_local_passes, gate_all_early_optimizations): Use
24628         seen_error.
24629         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
24630         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
24631         (varpool_remove_unreferenced_decls,
24632         varpool_assemble_pending_decls): Use seen_error.
24633         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
24634         (TOPLEV_H, DIAGNOSTIC_H): Update.
24635         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
24636         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
24637         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
24638         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
24639         coverage.o, lambda-code.o): Update dependencies.
24640
24641 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
24642
24643         PR c++/44188
24644         * c-common.c (is_typedef_decl): Move this definition ...
24645         * tree.c (is_typedef_decl): ... here.
24646         (typdef_variant_p): Move definition here from cp/tree.c.
24647         * c-common.h (is_typedef_decl): Move this declaration ...
24648         * tree.h (is_typedef_decl): ... here.
24649         (typedef_variant_p): Move declaration here from cp/cp-tree.h
24650         * dwarf2out.c (is_naming_typedef_decl): New function.
24651         (gen_tagged_type_die): Split out of ...
24652         (gen_type_die_with_usage): ... this function. When an anonymous
24653         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
24654         is emitted for the typedef.
24655         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
24656         anonymous tagged types.
24657
24658 2010-05-27  Jason Merrill  <jason@redhat.com>
24659
24660         * print-tree.c (debug_vec_tree): New fn.
24661         (print_vec_tree): New fn.
24662         * tree.h: Declare them.
24663         * gdbinit.in (pvt): New command.
24664
24665         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
24666
24667         * gdbinit.in (pdd): New command.
24668
24669 2010-05-27  Jan Hubicka  <jh@suse.cz>
24670
24671         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
24672         (update_caller_keys): Return early if there are no callers;
24673         only update fibheap when decresing the key.
24674         (update_callee_keys): Avoid recursion.
24675         (decide_inlining_of_small_functions): When badness does not match;
24676         re-insert into fibheap.
24677
24678 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
24679
24680         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
24681         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
24682         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
24683         (ALL_HOST_OBJS): Now a union of the above two.
24684         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
24685         all files in ALL_HOST_FRONTEND_OBJS.
24686         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
24687
24688         * c-common.c: Pretend to be a backend file by undefining
24689         IN_GCC_FRONTEND (still need rtl.h here).
24690
24691 2010-05-27  Jan Hubicka  <jh@suse.cz>
24692
24693         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
24694         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
24695
24696 2010-05-27  Jan Hubicka  <jh@suse.cz>
24697
24698         * sched-ebb.c: Rename struct deps to struct deps_desc.
24699         * ddg.c: Likewise.
24700         * sel-sched-ir.c: Likewise.
24701         * sched-deps.c: Likewise.
24702         * sched-int.h: Likewise.
24703         * sched-rgn.c: Likewise.
24704
24705 2010-05-27  Jon Beniston  <jon@beniston.com>
24706
24707         PR 43726
24708         * config/lm32/lm32.h: Remove definition of
24709         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
24710
24711 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
24712
24713         PR lto/44230
24714         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
24715
24716 2010-05-27  Richard Guenther  <rguenther@suse.de>
24717
24718         PR tree-optimization/44284
24719         * tree-vect-stmts.c (vectorizable_assignment): Handle
24720         sign-changing conversions as simple copy.
24721
24722 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
24723
24724         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
24725         Bionic C library.
24726         (__gthread_active_p): Check for pthread_create if compiling against
24727         Bionic C library.
24728
24729 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
24730
24731         Support compilation for Android platform.  Reimplement -mandroid.
24732
24733         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
24734         (*android*): Set ANDROID_DEFAULT.
24735         (arm*-*-linux*): Include linux-android.h.
24736         (arm*-*-eabi*): Don't include previous -mandroid implementation.
24737         * config/arm/eabi.h: Remove, move Android-specific parts ...
24738         * config/linux-android.h: ... here.  New file.
24739         * config/arm/eabi.opt: Rename to ...
24740         * config/linux-android.opt: ... this.
24741         (mandroid): Allow -mno-android option.  Initialize based on
24742         ANDROID_DEFAULT.
24743         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
24744         Move logic to corresponding LINUX_TARGET_* macros.
24745         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
24746         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
24747         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
24748         Android definitions.
24749         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
24750         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
24751         Document.
24752
24753 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
24754
24755         Add support for Bionic C library
24756
24757         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
24758         macro.
24759         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
24760         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
24761
24762         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
24763         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
24764         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
24765         to support multiple C libraries.  Handle Bionic.
24766         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
24767         (BIONIC_DYNAMIC_LINKER64): Define.
24768         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
24769         Update.
24770         (TARGET_HAS_SINCOS): Enable for Bionic.
24771
24772         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
24773         the last option specified on command line take effect.
24774         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
24775         (mbionic): New.
24776         (mglibc, muclibc): Update.
24777
24778         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
24779         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
24780         DEFAULT_LIBC.
24781
24782         * doc/invoke.texi (-mglibc, -muclibc): Update.
24783         (-mbionic): Document.
24784
24785 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24786
24787         * c-common.h (c_register_addr_space): Add prototype.
24788         (ADDR_SPACE_KEYWORD): Remove.
24789         * c-common.c (c_register_addr_space): New function.
24790         (c_addr_space_name): Reimplement.
24791         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
24792
24793         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
24794         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
24795
24796         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
24797         Remove TARGET_ADDR_SPACE_KEYWORDS.
24798
24799 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
24800
24801         * input.c: New file.
24802         * input.h (main_input_filename): Move declaration to toplev.h.
24803         * toplev.c (input_location, line_table): Move to input.c
24804         * toplev.h (main_input_filename): Move declaration from input.h.
24805         * tree.c (expand_location): Move to input.c.
24806         * Makefile.in (OBJS-common): Add input.o.
24807         (input.o): Add dependencies.
24808
24809 2010-05-27  Richard Guenther  <rguenther@suse.de>
24810
24811         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
24812         for non-existant files.
24813         (fork_execute): Mark args_name file as deleted.
24814
24815 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
24816
24817         PR bootstrp/44287
24818         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
24819         (narrow_signed_type): Likewise.
24820
24821 2010-05-26  Jan Hubicka  <jh@suse.cz>
24822
24823         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
24824         edge only when checking is enabled; check using former_clone_of;
24825         check inline clones too.
24826         (cgraph_materialize_clone): Record former_clone_of pointer.
24827         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
24828         combining redirections; dump args_to_skip bitmap
24829         (cgraph_materialize_all_clones): Do no redirection here.
24830         * ipa-inline.c (inline_transform): Do redirection here.
24831         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
24832         cheking only).
24833
24834 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
24835
24836         * config/avr/avr-c.c: Do not include regs.h.
24837         Include cpplib.h for cpp_define and tree.h for c-common.h.
24838         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
24839         * config/avr/t-avr: Fix dependencies for avr-c.o.
24840
24841 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
24842
24843         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
24844         string instead of SYMBOL_REF rtx.
24845         * rtl.h (set_stack_check_libfunc): Move prototype from here...
24846         * libfuncs.h: ...to here.  Adjust for explow.c change.
24847
24848 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
24849
24850         * pretty-print.c: Don't include ggc.h.
24851         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
24852         (identifier_to_locale): Use them for allocation.
24853         * pretty-print.h (identifier_to_locale_alloc,
24854         identifier_to_locale_free): Declare.
24855         * toplev.c (alloc_for_identifier_to_locale): New.
24856         (general_init): Set identifier_to_locale_alloc and
24857         identifier_to_locale_free.
24858         * Makefile.in (pretty-print.o): Update dependencies.
24859
24860 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
24861
24862         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
24863         pointer types if they have different alignment or mode.
24864
24865 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
24866
24867         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
24868         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
24869         * config/sparc/sparc-protos.h (function_value): Remove declaration.
24870         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
24871         sparc_function_value_regno_p): New functions.
24872         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
24873         TARGET_FUNCTION_VALUE_REGNO_P): Define.
24874         (function_value): Rename to...
24875         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
24876         argument to 'outgoing'.
24877         (function_arg_record_value, function_arg_union_value,
24878         function_arg_vector_value): Update comment.
24879
24880 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
24881
24882         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
24883         (fde_needed_for_eh_p): New predicate.
24884         (output_call_frame_info): Use it throughout to decide whether FDEs
24885         are needed for EH purpose.
24886         (dwarf2out_begin_prologue): Reorder assignments.
24887
24888 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24889
24890         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
24891         special case loop->header.
24892         (is_predicated): New.
24893         (if_convertible_loop_p): Call it.
24894
24895 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24896
24897         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
24898         iterator in parameter.  Do not generate code during the analysis.
24899         (tree_if_convert_cond_stmt): Removed.
24900         (tree_if_convert_stmt): Removed.
24901         (predicate_bbs): New.
24902         (if_convertible_loop_p): Call predicate_bbs.
24903         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
24904         now contains all the analysis part.
24905
24906 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24907
24908         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
24909         statements in the analysis part.
24910         (tree_if_convert_stmt): Update comment.
24911         (remove_conditions_and_labels): New.
24912         (combine_blocks): Call remove_conditions_and_labels.
24913         (tree_if_conversion): Update comment.
24914
24915 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24916
24917         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
24918         than 2 predecessors or more than 2 successors.
24919
24920 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24921
24922         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
24923         of loops in which the data dependence analysis fails.
24924
24925 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24926
24927         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
24928         CDI_POST_DOMINATORS.
24929         (tree_if_conversion): Same.
24930
24931 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24932
24933         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
24934
24935 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
24936
24937         * tree-if-conv.c: Update copyright years.  Fix comments.
24938         Fix indentation.
24939
24940 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
24941
24942         * builtin-types.def (BT_INT128): New primitive type.
24943         (BT_UINT128): Likewise.
24944         * c-common.c (c_common_r): Add __int128 keyword.
24945         (c_common_type_for_size): Handle __int128.
24946         (c_common_type_for_mode): Likewise.
24947         (c_common_signed_or_unsigned_type): Likewise.
24948         (c_common_nodes_and_builtins): Add builtin type
24949         if target supports 128-bit integer scalar.
24950         * c-common.h (enum rid): Add RID_INT128.
24951         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
24952         if target supports 128-bit integer scalar.
24953         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
24954         (finish_declspecs): Likewise.
24955         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
24956         (c_token_starts_declspecs): Likewise.
24957         (c_parser_declspecs): Likewise.
24958         (c_parser_attributes): Likewise.
24959         (c_parser_objc_selector): Likewise.
24960         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
24961         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
24962         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
24963         * tree.c (make_or_reuse_type): Likewise.
24964         (make_unsigned_type): Likewise.
24965         (build_common_tree_nodes_2): Likewise.
24966         * tree.h (enum integer_type_kind): Add itk_int128 and
24967         itk_unsigned_int128.
24968         (int128_integer_type_node): New define.
24969         (int128_unsigned_type_node): New define.
24970         * doc/extend.texi: Add documentation about __int128 type.
24971
24972 2010-05-26  Richard Guenther  <rguenther@suse.de>
24973
24974         * tree-ssa-sccvn.c (copy_nary): Adjust.
24975         (copy_phis): Rename to ...
24976         (copy_phi): ... this.  Adjust.
24977         (copy_references): Rename to ...
24978         (copy_reference): ... this.  Adjust.
24979         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
24980         result into the valid table.
24981
24982 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
24983
24984         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
24985         insn-config.h, insn-codes.h, recog.h, and optabs.h.
24986
24987 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
24988
24989         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
24990
24991 2010-05-26  Richard Guenther  <rguenther@suse.de>
24992
24993         * opts.c (common_handle_option): Handle OPT_Ofast.
24994
24995 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
24996
24997         * diagnostic.c: Don't include opts.h.
24998         (permissive_error_option): Define.
24999         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
25000         for classify_diagnostic.  Don't use memset for
25001         classify_diagnostic.  Initialize new and recently added fields.
25002         (diagnostic_classify_diagnostic): Use context->n_opts instead of
25003         N_OPTS.
25004         (diagnostic_report_diagnostic): Pass context parameter to
25005         diagnostic_report_warnings_p.  Use option_enabled and option_name
25006         hooks from context.
25007         (emit_diagnostic): Use permissive_error_option.
25008         (permerror): Likewise.
25009         * diagnostic.h: Don't include options.h.
25010         (struct diagnostic_context): Add n_opts, opt_permissive,
25011         inhibit_warnings, warn_system_headers, option_enabled and
25012         option_name fields.  Change classify_diagnostic to a pointer.
25013         * opts-diagnostic.h: New file.
25014         * opts.c: Include opts-diagnostic.h.
25015         (common_handle_option): Set global_dc fields for -Wfatal-errors,
25016         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
25017         (option_name): New function.
25018         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
25019         (c_common_handle_option): Set global_dc->permissive for
25020         -fpermissive.
25021         * c-common.c (c_cpp_error): Save and restore
25022         global_dc->warn_system_headers, not variable warn_system_headers.
25023         * toplev.c: Include opts-diagnostic.h.
25024         (general_init): Update call to diagnostic_initialize.  Set
25025         global_dc->show_column, global_dc->option_enabled and
25026         global_dc->option_name.
25027         (process_options): Don't set global_dc fields here.
25028         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
25029         (diagnostic.o, opts.o, toplev.o): Update dependencies.
25030
25031 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
25032
25033         * config/picochip/picochip.md (movsi): Split a movsi from a
25034         const after reload.
25035
25036 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
25037
25038         * ggc-zone.c: Update copyright year.
25039         (poison_region): Mark memory for Valgrind as undefined before
25040         memset () call and inaccessible afterwards.
25041         (ggc_pch_total_size): Change type of i to int.
25042
25043 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
25044
25045         * ggc-common.c (ggc_free_overhead): Allow empty slot.
25046
25047 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
25048
25049         * ggc-common.c: Update copyright year.
25050         (ggc_rlimit_bound): Remove prototype.  Compile only if
25051         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
25052         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
25053         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
25054         (ggc_min_heapsize_heuristic): Likewise.
25055
25056 2010-05-26  Richard Guenther  <rguenther@suse.de>
25057
25058         PR rtl-optimization/44164
25059         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
25060         no-common access-path disambiguation.
25061         (indirect_ref_may_alias_decl_p): Adjust.
25062         (indirect_refs_may_alias_p): Likewise.
25063         (refs_may_alias_p_1): Likewise.
25064
25065 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
25066
25067         * c-typeck.c: Do not include expr.h.
25068
25069 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
25070
25071         * rtl.h (decl_default_tls_model): Move prototype from here...
25072         * output.h: ...to here.
25073         * c-decl.c: Do not include rtl.h.
25074         * c-pragma.c: Likewise.
25075         * c-parser.c: Likewise.
25076         * c-gimplify.c: Likewise.  And also not hard-reg-set.
25077         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
25078         FIXME note for it.  Add a FIXME note for expr.h.
25079         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
25080         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
25081         defined.
25082
25083 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
25084
25085         PR target/44199
25086         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
25087         or total_size is larger than red zone size for non-V4 ABI, emit a
25088         stack_tie resp. frame_tie insn before stack pointer restore.
25089         * config/rs6000/rs6000.md (frame_tie): New insn.
25090
25091 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
25092
25093         * function.h (struct function): Add can_throw_non_call_exceptions bit.
25094         * lto-streamer-in.c (input_function): Stream it in.
25095         * lto-streamer-out.c (output_function): Stream it out.
25096         * function.c (allocate_struct_function): Set it.
25097         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
25098         for flag_non_call_exceptions.
25099         * cfgbuild.c (control_flow_insn_p): Likewise.
25100         (make_edges): Likewise.
25101         * cfgexpand.c (expand_stack_alignment): Likewise.
25102         * combine.c (distribute_notes): Likewise.
25103         * cse.c (cse_extended_basic_block): Likewise.
25104         * except.c (insn_could_throw_p): Likewise.
25105         * gcse.c (simple_mem): Likewise.
25106         * ipa-pure-const.c (check_call): Likewise.
25107         (check_stmt ): Likewise.
25108         * lower-subreg.c (lower-subreg.c): Likewise.
25109         * optabs.c (emit_libcall_block): Likewise.
25110         (prepare_cmp_insn): Likewise.
25111         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
25112         * postreload.c (rest_of_handle_postreload): Likewise.
25113         * reload1.c (reload_as_needed): Likewise.
25114         (emit_input_reload_insns): Likewise.
25115         (emit_output_reload_insns): Likewise.
25116         (fixup_abnormal_edges): Likewise.
25117         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
25118         * store-motion.c (find_moveable_store): Likewise.
25119         * tree-eh.c (stmt_could_throw_p): Likewise.
25120         (tree_could_throw_p): Likewise.
25121         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
25122         * config/arm/arm.c (arm_expand_prologue): Likewise.
25123         (thumb1_expand_prologue): Likewise.
25124         * config/rx/rx.md (cbranchsf4): Likewise.
25125         (cmpsf): Likewise.
25126         * config/s390/s390.c (s390_emit_prologue): Likewise.
25127         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
25128         (inline_forbidden_into_p): New predicate.
25129         (expand_call_inline): Use it to forbid inlining.
25130         (tree_can_inline_p): Likewise.
25131
25132 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
25133
25134         * config/i386/i386-c.c: Do not include rtl.h.
25135         * config/i386/t-i386: Update dependencies.
25136
25137 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
25138
25139         * attribs.c: Do not include rtl.h.
25140         * Makefile.in: Update dependencies.
25141
25142 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
25143
25144         * double-int.h (double_int_and): New.
25145         * combine.c (try_combine): Clean up, use double_int_* and
25146         immed_double_int_const functions.
25147
25148 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25149
25150         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
25151         stderr to /dev/null instead of grep -q.
25152         * configure: Regenerate.
25153
25154 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
25155
25156         * Makefile.in (EXCEPT_H): Fix typo.
25157
25158 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
25159
25160         * ira-build.c (update_conflict_hard_reg_costs): New.
25161         (ira_build): Call update_conflict_hard_reg_costs.
25162
25163 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
25164
25165         PR debug/41371
25166         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
25167         ENABLE_CHECKING.
25168         (intersect_loc_chains): Walk the s2var's loc_chain together
25169         with s1node chain as long as the locations are equal, don't
25170         call find_loc_in_1pdv in that case.
25171
25172         PR debug/42801
25173         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
25174         (copy_bind_expr): ... instead of here.
25175         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
25176         if the block hasn't been remapped.
25177         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
25178         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
25179
25180 2010-05-25  Richard Guenther  <rguenther@suse.de>
25181
25182         PR middle-end/44069
25183         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
25184         out-of-bounds array accesses.
25185
25186 2010-05-25  Richard Guenther  <rguenther@suse.de>
25187
25188         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
25189         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
25190         (run_gcc): Re-organize to make cleanup easier.
25191
25192 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25193
25194         * config/s390/s390.c (optimization_options): Fix and move the
25195         flag_prefetch_loop_arrays override ...
25196         (override_options): ... here.
25197
25198 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
25199
25200         * diagnostic.c: Don't include plugin.h.
25201         (diagnostic_report_diagnostic): Don't handle plugins specially
25202         here.  Pass context to internal_error callback.
25203         * diagnostic.h (struct diagnostic_context): Add context parameter
25204         to internal_error callback.
25205         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
25206         * plugin.h (struct diagnostic_context): Declare.
25207         (warn_if_plugins, plugins_internal_error_function): Declare.
25208         * toplev.c (general_init): Set global_dc->internal_error.
25209         * Makefile.in (diagnostic.o): Update dependencies.
25210
25211 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
25212
25213         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
25214         * config/rs6000/t-darwin64: New.
25215         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
25216         build crt2.
25217
25218 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
25219
25220         PR 44203
25221         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
25222         match the original (and intended) behaviour before r159557.  This
25223         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
25224         in two ways.
25225
25226 2010-05-25  Richard Guenther  <rguenther@suse.de>
25227
25228         * doc/invoke.texi: Document -Ofast.
25229         * target.h (struct gcc_target): Add handle_ofast.
25230         * target-def.h (TARGET_HANDLE_OFAST): Add.
25231         (TARGET_INITIALIZER): Adjust.
25232         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
25233         * common.opt (Ofast): Add.
25234
25235 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
25236
25237         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
25238         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
25239
25240 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
25241
25242         PR target/43610
25243         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
25244         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
25245         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
25246         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
25247
25248 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
25249
25250         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
25251         DW_OP_minus with negated offset instead of DW_OP_plus.
25252         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
25253
25254 2010-05-25  Wei Guozhi  <carrot@google.com>
25255
25256         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
25257         tst instruction and a new alternative.
25258         * config/arm/constraints.md (Pu): New constraint.
25259
25260 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
25261
25262         * function.c (assign_stack_local_1): Initialize variable
25263         to avoid warning when bootstrapping at -O3.
25264
25265 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
25266
25267         * configure.ac (all_lang_makefiles): Remove everything related to it.
25268         * configure: Regenerate.
25269         * Makefile.in: Fix reference to ada Make-lang.in.
25270         Remove support for LANG_MAKEFILES.
25271
25272 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
25273             Sandra Loosemore  <sandra@codesourcery.com>
25274
25275         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
25276         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
25277         description.  Add arm_neon_fp16_ok.
25278         (Add Options): Add arm_neon and arm_neon_fp16.
25279
25280 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
25281
25282         * diagnostic.c: Don't include flags.h.
25283         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
25284         context parameters.  Check flags in the context passed as a parameter.
25285         (diagnostic_build_prefix): Add context parameter.  Check
25286         show_column flag in context.
25287         (diagnostic_action_after_output): Check fatal_errors flag in context.
25288         (diagnostic_report_current_module): Check show_column flag in context.
25289         (default_diagnostic_starter): Update call to
25290         diagnostic_build_prefix.
25291         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
25292         (emit_diagnostic): Pass context to permissive_error_kind.
25293         (permerror): Pass context to permissive_error_kind.
25294         * diagnostic.h (struct diagnostic_context): Add show_column,
25295         pedantic_errors, permissive and fatal_errors fields.
25296         (diagnostic_build_prefix): Update prototype.
25297         * langhooks.c
25298         * toplev.c (process_options): Set flags in global_dc from
25299         flag_show_column, flag_pedantic_errors, flag_permissive,
25300         flag_fatal_errors.
25301         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
25302         to diagnostic_build_prefix.
25303         * Makefile.in (diagnostic.o): Update dependencies.
25304
25305 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
25306
25307         * config/i386/ia32intrin.h (__crc32q): Define only if
25308         __SSE4_2__ is defined.
25309
25310 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
25311
25312         PR target/44132
25313         PR middle-end/43602
25314         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
25315         DECL_VISIBILITY_SPECIFIED.
25316         (emutls_decl): Set DECL_PRESERVE_P and copy
25317         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
25318         (emutls_finalize_control_var): New callback.
25319         (emutls_finish): Finalize emutls control variables.
25320         * toplev.c (compile_file): Move the call to emutls_finish ()
25321         before varpool_assemble_pending_decls ().
25322
25323 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
25324
25325         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
25326         added to the preprocessor condition.
25327
25328 2010-05-24  Paul Brook  <paul@codesourcery.com>
25329
25330         * gengtype-lex.l: Add HARD_REG_SET.
25331         * expr.c (expand_expr_real_1): Record writes to hard registers.
25332         * function.c (rtl_data): Add asm_clobbers.
25333         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
25334         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
25335         Use crtl->asm_clobbers.
25336
25337 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25338
25339         * doc/makefile.texi (Makefile): Mention stages 'profile'
25340         and 'feedback' for profiledbootstrap.
25341
25342 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
25343
25344         PR target/44245
25345         * config/i386/i386.c (def_builtin): Properly check
25346         OPTION_MASK_ISA_64BIT.
25347
25348 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
25349
25350         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
25351         typedefs with different but compatible types.  Allow duplicate
25352         typedefs with the same type except for pedantic non-C1X, but give
25353         warning for variably modified types.
25354         * c-typeck.c (tagged_types_tu_compatible_p,
25355         function_types_compatible_p, type_lists_compatible_p,
25356         comptypes_internal): Add parameter different_types_p; set
25357         *different_types_p for different but compatible types.  All
25358         callers changed.
25359         (comptypes_check_different_types): New.
25360         * c-tree.h (comptypes_check_different_types): Declare.
25361
25362 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
25363
25364         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
25365         * jump.c: Include basic-block.h.
25366         * profile.c: Likewise.
25367         * tree-profile.c: Likewise.
25368         * coverage.c: Likewise.
25369         * basic-block.h (optimize_function_for_size_p): Move to function.h.
25370         (optimize_function_for_speed_p): Likewise.
25371         * function.h (optimize_function_for_size_p,
25372         optimize_function_for_speed_p): Moved here from basic-block.h.
25373         * Makefile.in: Update dependencies.
25374
25375 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25376
25377         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
25378         before calling make; allow override through $MAKE.
25379         * doc/invoke.texi (Optimize Options): Document override.
25380
25381 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
25382
25383         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
25384         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
25385         (rs6000_mode_dependent_address_ptr): Make static.
25386         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
25387         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
25388         Remove.
25389
25390 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
25391
25392         PR target/43869
25393         * config/i386/i386.c: Make sure that the correct regparm is passed.
25394
25395 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
25396
25397         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
25398         * sbitmap.c: ...to here to internalize sbitmap element access.
25399         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
25400         Explain why basic-block.h is included.
25401         * function.h: Include tm.h for CUMULATIVE_ARGS.
25402         * Makefile.in: Update dependencies.
25403
25404 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
25405
25406         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
25407         New core types.
25408         * sbitmap.h (struct sbitmap_def): Do not typedef here.
25409         * sbitmap.c: Include sbitmap.h.
25410         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
25411         hard-reg-set.h.  Split everything related to regsets out from here...
25412         * regset.h: ...to here.  New file.
25413         * df.h: Include regset.h and sbitmap.h.
25414         * tree-flow.h: Likewise.
25415         * cfgloop.h: Likewise.
25416         * except.h: Do not include sbitmap.h.  Include hashtab.h.
25417         * cgraph.h: Include vec.h and function.h.
25418         * reload.h (struct insn_chain): Change types of live_throughout
25419         and dead_or_set from regset_head to bitmap_head.
25420         (compute_use_by_pseudos): Be defined also if regset.h is not included.
25421         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
25422         spilled_regs from regset_head to bitmap_head to avoid dependency
25423         in regset.h.
25424         * sel-sched-ir.h: Include regset.h.
25425         * reload.c: Include df.h before reload.h.
25426         * caller-save.c: Likewise.
25427         * reload1.c: Likewise.
25428         * ira.c: Likewise.
25429         (mark_elimination): Update type of r to bitmap, consistent with
25430         DF_LR_IN.
25431         * dominance.c: Include bitmap.h.
25432         * modulo-sched.c: Include df.h.
25433         * cfganal.c: Include bitmap.h and sbitmap.h.
25434         * cfgbuild.c: Include sbitmap.h.
25435         * lcm.c: Include sbitmap.h.
25436         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
25437         * domwalk.c: Include sbitmap.h, exclude ggc.h.
25438         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
25439         * cselib.c: Include bitmap.h.
25440         * tree-optimize.c: Include regset.h.
25441         * stmt.c: Include bitmap.h.
25442         * Makefile.in: Update dependencies.
25443
25444 2010-05-22  Jan Hubicka  <jh@suse.cz>
25445
25446         * cgraph.h (struct varpool_node): Add same_comdat_group.
25447         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
25448         pointer.
25449         (output_varpool): Update call of lto_output_varpool_node.
25450         (input_varpool): Read same_comdat_group pointer.
25451         (input_varpool_1): Fixup same_comdat_group pointer.
25452         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
25453         group is needed, all are.
25454         * varpool.c (varpool_remove_node): Remove node from same comdat group
25455         linklist too.
25456         (varpool_analyze_pending_decls): Walk same comdat groups.
25457
25458 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
25459
25460         * rtl.h (union rtunion_def): Remove rt_bit member.
25461         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
25462         * print-rtl (print_rtx): Do not print the member.
25463         * gengtype.c (adjust_field_rtx_def): Do not handle it.
25464         * gengenrtl.c (type_from_format): Likewise.
25465         (accessor_from_format): Likewise.
25466
25467 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
25468
25469         * dbgcnt.c: Include toplev.h instead of errors.h.
25470         * ira-emit.c: Don't include errors.h.
25471         * ira.c: Include toplev.h instead of errors.h.
25472         * lto-compress.c: Include toplev.h instead of errors.h.
25473         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
25474         ira.o, dbgcnt.o): Update dependencies.
25475
25476 2010-05-22  Richard Guenther  <rguenther@suse.de>
25477
25478         * gimple.c (gimple_types_compatible_p): Check type qualifications
25479         before merging pointer to complete and pointer to incomplete type.
25480         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
25481         we use our own resolution algorithm.  The gold linker plugin
25482         doesn't do the job we want it to do here.
25483
25484 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
25485
25486         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
25487         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
25488         (sparc_mode_dependent_address_p): New function.
25489
25490 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
25491
25492         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
25493
25494         * timevar.c: Do not include any core headers.
25495         (timevar_print): De-i18n-ize.
25496         (print_time): Likewise.
25497         * timevar.h (timevar_push, timevar_pop): Make inline functions.
25498
25499 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
25500
25501         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
25502         langhooks-def.h.
25503         (diagnostic_initialize): Initialize x_data not last_function.
25504         (diagnostic_report_current_function): Move to tree-diagnostic.c.
25505         (default_diagnostic_starter): Call
25506         diagnostic_report_current_module not
25507         diagnostic_report_current_function.
25508         (diagnostic_report_diagnostic): Initialize x_data not
25509         abstract_origin.
25510         (verbatim): Likewise.
25511         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
25512         x_data.
25513         (struct diagnostic_context): Change last_function to x_data.
25514         (diagnostic_auxiliary_data): Replace with
25515         diagnostic_context_auxiliary_data and
25516         diagnostic_info_auxiliary_data.
25517         (diagnostic_last_function_changed, diagnostic_set_last_function,
25518         diagnostic_report_current_function): Move to tree-diagnostic.h.
25519         (print_declaration, dump_generic_node, print_generic_stmt,
25520         print_generic_stmt_indented, print_generic_expr,
25521         print_generic_decl, debug_c_tree, dump_omp_clauses,
25522         print_call_name, debug_generic_expr, debug_generic_stmt,
25523         debug_tree_chain, default_tree_printer): Move to
25524         tree-pretty-print.h.
25525         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
25526         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
25527         gimple-pretty-print.h.
25528         * pretty-print.c: Don't include tree.h
25529         (pp_base_format): Don't handle %K here.
25530         (pp_base_tree_identifier): Move to tree-pretty-print.c.
25531         * pretty-print.h (text_info): Change abstract_origin to x_data.
25532         (pp_tree_identifier, pp_unsupported_tree,
25533         pp_base_tree_identifier): Move to tree-pretty-print.h.
25534         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
25535         tree-pretty-print.h: New files.
25536         * tree-pretty-print.c: Include tree-pretty-print.h.
25537         (percent_K_format): New.  Moved from pretty-print.c.
25538         (pp_base_tree_identifier): Move from pretty-print.c.
25539         * c-objc-common.c: Include tree-pretty-print.h.
25540         (c_tree_printer): Handle %K here.
25541         * langhooks.c: Include tree-diagnostic.h.
25542         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
25543         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
25544         (default_tree_printer): Handle %K using percent_K_format.
25545         (general_init): Use default_tree_diagnostic_starter.
25546         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
25547         (free_lang_data): Use default_tree_diagnostic_starter.
25548         * c-pretty-print.c: Include tree-pretty-print.h.
25549         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
25550         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
25551         * dwarf2out.c: Include tree-pretty-print.h.
25552         * except.c: Include tree-pretty-print.h.
25553         * gimple-pretty-print.c: Include tree-pretty-print.h and
25554         gimple-pretty-print.h.
25555         * gimplify.c: Include tree-pretty-print.h.
25556         * graphite-poly.c: Include tree-pretty-print.h and
25557         gimple-pretty-print.h.
25558         * ipa-cp.c: Include tree-pretty-print.h.
25559         * ipa-inline.c: Include gimple-pretty-print.h.
25560         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
25561         * ipa-pure-const.c: Include gimple-pretty-print.h.
25562         * ipa-struct-reorg.c: Include tree-pretty-print.h and
25563         gimple-pretty-print.h.
25564         * ipa-type-escape.c: Include tree-pretty-print.h.
25565         * print-rtl.c: Include tree-pretty-print.h.
25566         * print-tree.c: Include gimple-pretty-print.h.
25567         * sese.c: Include tree-pretty-print.h.
25568         * tree-affine.c: Include tree-pretty-print.h.
25569         * tree-browser.c: Include tree-pretty-print.h.
25570         * tree-call-cdce.c: Include gimple-pretty-print.h.
25571         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
25572         * tree-chrec.c: Include tree-pretty-print.h.
25573         * tree-data-ref.c: Include tree-pretty-print.h and
25574         gimple-pretty-print.h.
25575         * tree-dfa.c: Include tree-pretty-print.h.
25576         * tree-if-conv.c: Include tree-pretty-print.h and
25577         gimple-pretty-print.h.
25578         * tree-inline.c: Include tree-pretty-print.h.
25579         * tree-into-ssa.c: Include tree-pretty-print.h and
25580         gimple-pretty-print.h.
25581         * tree-nrv.c: Include tree-pretty-print.h.
25582         * tree-object-size.c: Include tree-pretty-print.h and
25583         gimple-pretty-print.h.
25584         * tree-outof-ssa.c: Include tree-pretty-print.h and
25585         gimple-pretty-print.h.
25586         * tree-parloops.c: Include tree-pretty-print.h and
25587         gimple-pretty-print.h.
25588         * tree-predcom.c: Include tree-pretty-print.h and
25589         gimple-pretty-print.h.
25590         * tree-scalar-evolution.c: Include tree-pretty-print.h and
25591         gimple-pretty-print.h.
25592         * tree-sra.c: Include tree-pretty-print.h.
25593         * tree-ssa-address.c: Include tree-pretty-print.h.
25594         * tree-ssa-alias.c: Include tree-pretty-print.h.
25595         * tree-ssa-ccp.c: Include tree-pretty-print.h and
25596         gimple-pretty-print.h.
25597         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
25598         * tree-ssa-copy.c: Include tree-pretty-print.h and
25599         gimple-pretty-print.h.
25600         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
25601         * tree-ssa-dce.c: Include tree-pretty-print.h and
25602         gimple-pretty-print.h.
25603         * tree-ssa-dom.c: Include tree-pretty-print.h and
25604         gimple-pretty-print.h.
25605         * tree-ssa-dse.c: Include gimple-pretty-print.h.
25606         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
25607         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
25608         * tree-ssa-live.c: Include tree-pretty-print.h and
25609         gimple-pretty-print.h.
25610         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
25611         gimple-pretty-print.h.
25612         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
25613         gimple-pretty-print.h.
25614         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
25615         gimple-pretty-print.h.
25616         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
25617         gimple-pretty-print.h.
25618         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
25619         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
25620         * tree-ssa-operands.c: Include tree-pretty-print.h and
25621         gimple-pretty-print.h.
25622         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
25623         gimple-pretty-print.h.
25624         * tree-ssa-pre.c: Include tree-pretty-print.h and
25625         gimple-pretty-print.h.
25626         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
25627         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
25628         gimple-pretty-print.h.
25629         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
25630         gimple-pretty-print.h.
25631         * tree-ssa-sink.c: Include gimple-pretty-print.h.
25632         * tree-ssa-ter.c: Include tree-pretty-print.h and
25633         gimple-pretty-print.h.
25634         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
25635         * tree-ssa.c: Include tree-pretty-print.h and
25636         gimple-pretty-print.h.
25637         * tree-stdarg.c: Include gimple-pretty-print.h.
25638         * tree-switch-conversion.c: Include gimple-pretty-print.h.
25639         * tree-tailcall.c: Include tree-pretty-print.h and
25640         gimple-pretty-print.h.
25641         * tree-vect-data-refs.c: Include tree-pretty-print.h and
25642         gimple-pretty-print.h.
25643         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
25644         gimple-pretty-print.h.
25645         * tree-vect-loop.c: Include tree-pretty-print.h and
25646         gimple-pretty-print.h.
25647         * tree-vect-patterns.c: Include gimple-pretty-print.h.
25648         * tree-vect-slp.c: Include tree-pretty-print.h and
25649         gimple-pretty-print.h.
25650         * tree-vect-stmts.c: Include tree-pretty-print.h and
25651         gimple-pretty-print.h.
25652         * tree-vectorizer.c: Include tree-pretty-print.h.
25653         * tree-vrp.c: Include tree-pretty-print.h and
25654         gimple-pretty-print.h.
25655         * value-prof.c: Include tree-pretty-print.h and
25656         gimple-pretty-print.h.
25657         * var-tracking.c: Include tree-pretty-print.h.
25658         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
25659         (tree-diagnostic.o): New dependencies.
25660         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
25661         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
25662         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
25663         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
25664         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
25665         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
25666         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
25667         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
25668         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
25669         tree-ssa-address.o, tree-ssa-loop-niter.o,
25670         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
25671         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
25672         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
25673         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
25674         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
25675         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
25676         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
25677         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
25678         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
25679         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
25680         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
25681         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
25682         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
25683         tree-switch-conversion.o, var-tracking.o, value-prof.o,
25684         cfgexpand.o, pretty-print.o): Update dependencies.
25685
25686 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
25687
25688         * tree-ssa-structalias.c: Remove tm_p.h from include.
25689
25690 2010-05-21  Jeff Law  <law@redhat.com>
25691
25692         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
25693
25694 2010-05-21  Jason Merrill  <jason@redhat.com>
25695
25696         * tree-eh.c (cleanup_is_dead_in): New.
25697         (lower_try_finally): Don't generate a dead cleanup region.
25698         (lower_cleanup): Likewise.
25699
25700 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
25701
25702         PR debug/44223
25703         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
25704         unchain each use from the cyclic next_regno_use chain first.
25705
25706 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
25707
25708         * real: Do not include gmp.h, mpfr.h, and mpc.h.
25709         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
25710         (real_value_negate, real_value_abs): New prototypes.
25711         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
25712         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
25713         new include file for interface between MPFR and REAL_VALUE_TYPE.
25714         * real.c: Include realmpfr.h.
25715         (real_arithmetic2): Remove legacy function.
25716         (real_value_negate): New.
25717         (real_value_abs): New.
25718         (mfpr_from_real, real_from_mpfr): Move from here...
25719         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
25720         * builtins.c: Include realmpfr.h.
25721         * fold-const.c: Include realmpfr.h.
25722         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
25723         (fold_negate_const): Likewise.
25724         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
25725         * toplev.c: Include realmpfr.h.
25726         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
25727         and real_value_negate.
25728         * fixed-value.c (check_real_for_fixed_mode): Likewise.
25729         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
25730         (vfp3_const_double_index): Likewise.
25731         (arm_print_operand): Likewise.
25732         * Makefile.in: Update dependencies.
25733
25734 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25735
25736         * config/s390/s390.c (override_options): Increase the default
25737         of max-completely-peel-times.
25738
25739 2010-05-21  Julian Brown  <julian@codesourcery.com>
25740             Mark Mitchell  <mark@codesourcery.com>
25741
25742         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
25743         sibling calls for Thumb-1.
25744         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
25745         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
25746         Thumb-2.
25747         (*call_insn, *call_value_insn): Don't use for Thumb-2.
25748         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
25749         for Thumb-2.
25750         (return): New expander.
25751         (*arm_return): New name for ARM return insn.
25752         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
25753
25754 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
25755
25756         * config.gcc (sparc64-*-rtems*): New target.
25757
25758 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
25759
25760         * tree.c (build_function_decl_skip_args): Fix grammar.
25761         (build_function_type_list_1): Fix typos, adjust formatting.
25762
25763 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
25764
25765         * tree.h: Include real.h and fixed-value.h as basic datatypes.
25766         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
25767         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
25768         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
25769         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
25770         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
25771         tree-pretty-print.c, tree-loop-distribution.c,
25772         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
25773         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
25774         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
25775         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
25776         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
25777         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
25778         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
25779         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
25780         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
25781         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
25782         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
25783         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
25784         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
25785         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
25786         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
25787         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
25788         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
25789         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
25790         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
25791         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
25792         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
25793         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
25794         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
25795         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
25796         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
25797         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
25798         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
25799         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
25800         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
25801         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
25802         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
25803         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
25804         config/score/score7.c, config/score/score.c, config/arm/arm.c,
25805         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
25806         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
25807         config/bfin/bfin.c: Clean up redundant includes.
25808         * Makefile.in: Update accordingly.
25809
25810 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
25811
25812         PR middle-end/44204
25813         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
25814         statement has no arguments.
25815
25816 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
25817
25818         PR/44139
25819         * varasm.c (emutls_decl): Merge attributes to new decl.
25820
25821 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
25822
25823         PR middle-end/44101
25824         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
25825         around the uniquized constructor if its type requires a conversion.
25826
25827 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
25828
25829         PR debug/44205
25830         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
25831         at -O0 goto_locus of any of the incoming edges differs from
25832         goto_locus of outgoing edge, or gimple_location of any of the
25833         labels differs.
25834
25835 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
25836
25837         * ira.c (ira_non_ordered_class_hard_regs): Define.
25838         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
25839         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
25840         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
25841         cost of unaligned hard regs when allocating multi-reg pseudos.
25842
25843 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
25844
25845         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
25846         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
25847         for TARGET_NO_FLOAT.
25848         * config/mips/mips.c (mips_file_start): Expand conditional expression
25849         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
25850         (mips_override_options): Move -mno-float override -msoft-float and
25851         -mhard-float.
25852         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
25853         Condition(TARGET_SUPPORTS_NO_FLOAT).
25854         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
25855         __mips_no_float here.
25856         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
25857         (TARGET_SUPPORTS_NO_FLOAT): Define.
25858         * config/mips/sdemtk.opt: Delete.
25859
25860 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
25861
25862         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
25863
25864 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
25865
25866         PR target/43733
25867         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
25868         * configure: Regenerate.
25869         * config.in: Regenerate.
25870         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
25871         instead of sahf only for 64bit targets.
25872
25873 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
25874
25875         PR debug/44178
25876         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
25877         setup_ref_regs for DEBUG_INSNs.
25878
25879 2010-05-20  Jan Hubicka  <jh@suse.cz>
25880
25881         PR middle-end/44197
25882         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
25883
25884 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
25885
25886         PR bootstrap/43870
25887         * df-scan.c (df_ref_compare): Stabilize sort.
25888
25889 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
25890
25891         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
25892         argument.  Don't use DW_OP_piece if offset is non-zero,
25893         put offset into second DW_OP_bit_piece argument.
25894         (dw_sra_loc_expr): Adjust callers.  For memory expressions
25895         compute offset.
25896
25897 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
25898
25899         PR target/44202
25900         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
25901         settings for 16-bit-constant "addo" alternative.
25902
25903 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
25904
25905         * config/mips/mips-dsp.md (add<DSPV:mode>3,
25906         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
25907
25908         PR target/43764
25909         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
25910         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
25911         Use it.
25912
25913 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
25914
25915         * diagnostic.c (FLOAT, FFS): Don't undefine.
25916         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
25917         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
25918         include ordering.
25919
25920 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
25921
25922         * combine.c (propagate_for_debug): Call make_compound_operation
25923         on the source value.
25924         (try_combine): When implementing a split chosen by find_split_point,
25925         either copy i2src or set it to null.  Assert that i2src is not null
25926         before substituting into CALL_INSN_FUNCTION_USAGE.
25927
25928 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
25929
25930         * double-int.h (double_int_ior): New function.
25931         * tree.h (build_int_cst_wide_type): Remove.
25932         * tree.c (build_int_cst_wide_type): Remove.
25933         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
25934         of build_int_cst_wide_type.
25935         * stor-layout.c (set_sizetype): (Ditto.).
25936         * dojump.c (do_jump): Use build_int_cstu instead of
25937         build_int_cst_wide_type.
25938
25939 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
25940
25941         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
25942         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
25943         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
25944         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
25945         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
25946         propagate the 'data' argument to copy_tree_r.
25947         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
25948         Propagate 'data' argument to walk_tree.
25949         (copy_if_shared): New function.
25950         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
25951         (unmark_visited): New function.
25952         (unshare_body): Call copy_if_shared instead of doing it manually.
25953         (unvisit_body): Call unmark_visited instead of doing it manually.
25954
25955 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
25956
25957         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
25958         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
25959         * hooks.c: Likewise.
25960         * target-def.h (TARGET_FOLD_BUILTIN): Define to
25961         hook_tree_tree_int_treep_bool_null.
25962         * target.h (struct gcc_target): Update signature of fold_builtin
25963         field.
25964         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
25965         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
25966         instead of the call expression.
25967         (fold_builtin_call_array): Pass n and argarray directly.
25968         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
25969         consing a list.
25970         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
25971         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
25972         `i' and use it in place of `arity'.
25973         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
25974         Dereference `args' directly.
25975         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
25976
25977 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25978
25979         * doc/sourcebuild.texi (Effective-Target Keywords): Document
25980         3dnow, sse3, sse2.
25981         (Directives): Document optional dg-require-effective-target
25982         selector.
25983
25984 2010-05-19  Richard Guenther  <rguenther@suse.de>
25985
25986         PR lto/44196
25987         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
25988
25989 2010-05-19  Richard Guenther  <rguenther@suse.de>
25990
25991         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
25992         * common.opt (fwhopr=): New.
25993         * opts.c (common_handle_option): Handle OPT_fwhopr.
25994         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
25995         * collect2.c (main): Match -fwhopr*.
25996         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
25997         Execute ltrans stage in parallel when jobs is bigger than 1.
25998
25999 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26000
26001         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
26002         pentiumpro on Solaris 8/x86 with Sun as.
26003         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
26004         hidden alias bug.
26005         (gcc_cv_as_ix86_quad): Check for .quad directive.
26006         * configure: Regenerate.
26007         * config.in: Regenerate.
26008         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
26009
26010 2010-05-19  Martin Jambor  <mjambor@suse.cz>
26011
26012         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
26013         also for indirect edges.  Actual printing moved...
26014         (ipa_print_node_jump_functions_for_edge): ...here.
26015         (ipa_compute_jump_functions): Renamed to
26016         ipa_compute_jump_functions_for_edge and made static.
26017         (ipa_compute_jump_functions): New function.
26018         (make_edge_direct_to_target): Check if the number of arguments on
26019         the newly direct edge is the same as the number of parametrs of
26020         the callee.
26021         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
26022         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
26023         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
26024         analysis functions unconditionally, call the new
26025         ipa_analyze_params_uses on the node instead of every edge.
26026
26027 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
26028
26029         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
26030         to tree.
26031         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
26032         also checks for a constant int vs.  non-constant but
26033         loop-invariant steps.
26034         (find_or_create_group): Change the sort algorithm to only consider
26035         steps that are constant ints.
26036         (idx_analyze_ref): Adopt code to handle a tree instead of a
26037         HOST_WIDE_INT for step.
26038         (gather_memory_references_ref): Handle tree instead of int and be
26039         prepared to see a NULL_TREE.
26040         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
26041         prefetches if the step cannot be calculated at compile time.
26042         (issue_prefetch_ref): Issue prefetches for non-constant but
26043         loop-invariant steps.
26044
26045 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
26046
26047         Revert:
26048         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
26049
26050         * tree.h (build_call_list): Remove.
26051         * tree.c (build_call_list): Remove.
26052
26053 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
26054
26055         * tree.h (build_call_list): Remove.
26056         * tree.c (build_call_list): Remove.
26057
26058 2010-05-18  Jan Hubicka  <jh@suse.cz>
26059
26060         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
26061
26062 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
26063
26064         PR rtl-optimization/43332
26065         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
26066
26067 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
26068
26069         * tree.h (build_int_cstu): Implement as static inline.
26070         * tree.c (build_int_cstu): Remove function.
26071         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
26072         sign extended.
26073
26074 2010-05-18  Richard Guenther  <rguenther@suse.de>
26075
26076         PR lto/44143
26077         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
26078         (debug): Initialize from -save-temps.
26079         (collect_execute): Print command-line when verbose.
26080         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
26081         for ltrans invocation.  Produce -dumpbase flag again.
26082         (process_args): Remove.
26083         (main): Simplify.
26084         * collect2.c (maybe_run_lto_and_relink): Only pass object
26085         files to lto-wrapper.
26086         * gcc.c (LINK_COMMAND_SPEC): Likewise.
26087
26088 2010-05-18  Jan Hubicka  <jh@suse.cz>
26089
26090         * opts.c (decode_options): Do not disable whopr at ipa_cp.
26091         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
26092
26093 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
26094
26095         PR lto/44184
26096         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
26097         in a GIMPLE_ASM.
26098         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
26099         in a GIMPLE_ASM.
26100
26101 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
26102
26103         PR debug/41371
26104         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
26105         rtx_equal_p inline.
26106
26107 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
26108
26109         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
26110         lto-macho as lto_binary_reader.
26111
26112         * darwin.c (darwin_asm_named_section): Do not add assembler comment
26113         after .section directive; just print it before the directive instead.
26114
26115 2010-05-17  Jan Hubicka  <jh@suse.cz>
26116
26117         * cgraph.c (cgraph_create_virtual_clone): Only check
26118         versionable_function_p when not in wpa and checking is enabled.
26119         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
26120         there are no more functions to materialize.
26121
26122 2010-05-17  Jan Hubicka  <jh@suse.cz>
26123
26124         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
26125         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
26126         New functions.
26127         (output_cgraph): Call output_cgraph_opt_summary.
26128         (input_cgrpah): Call input_cgraph_opt_summary.
26129         (output_cgraph_opt_summary_p, output_node_opt_summary,
26130         input_node_opt_summary, input_cgraph_opt_section): New functions.
26131         * lto-section-in.c (lto_section_name): Add cgraphopt.
26132         * tree-inline.c (tree_function_versioning): Handle parm_num.
26133         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
26134         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
26135
26136 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
26137
26138         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
26139         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
26140         the insn to prefetch ratio heuristic to loops with known trip count.
26141
26142 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
26143
26144         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
26145         (schedule_prefetches): Do not generate a prefetch if the unroll factor
26146         is far from what is required by the prefetch.
26147
26148 2010-05-17  Jan Hubicka  <jh@suse.cz>
26149
26150         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
26151         (ipcp_estimate_growth): Likewise.
26152         (ipcp_const_param_count): Likewise.
26153         (ipcp_insert_stage): Likewise.
26154         * ipa-prop.c (visit_load_for_mod_analysis): New function.
26155         (visit_store_addr_for_mod_analysis): Set used flag.
26156         (ipa_detect_param_modifications): Set used flag for SSE params;
26157         update use of walk_stmt_load_store_addr_ops.
26158         (ipa_print_node_params): Print used flag.
26159         (ipa_write_node_info): Stream used flag.
26160         (ipa_read_node_info): Likewise.
26161         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
26162         (ipa_is_param_used): New function.
26163         (lto_ipa_fixup_call_notes): Remove unused declaration.
26164
26165 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26166
26167         PR target/44074
26168         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
26169         * configure: Regenerate.
26170         * config.in: Regenerate.
26171         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
26172         !HAVE_AS_IX86_REP_LOCK_PREFIX.
26173         Don't emit whitespace.
26174         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
26175         (*rep_movsi): Likewise.
26176         (*rep_movsi_rex64): Likewise.
26177         (*rep_movqi): Likewise.
26178         (*rep_movqi_rex64): Likewise.
26179         (*rep_stosdi_rex64): Likewise.
26180         (*rep_stossi): Likewise.
26181         (*rep_stossi_rex64): Likewise.
26182         (*rep_stosqi): Likewise.
26183         (*rep_stosqi_rex64): Likewise.
26184         (*cmpstrnqi_nz_1): Use {%;} after repz.
26185         (*cmpstrnqi_nz_rex_1): Likewise.
26186         (*cmpstrnqi_1): Likewise.
26187         (*cmpstrnqi_rex_1): Likewise.
26188         (*strlenqi_1): Use {%;} after repnz.
26189         (*strlenqi_rex_1): Likewise.
26190         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
26191         (*sync_compare_and_swap<mode>): Likewise.
26192         (sync_double_compare_and_swap<mode>): Likewise.
26193         (*sync_double_compare_and_swapdi_pic): Likewise.
26194         (sync_old_add<mode>): Likewise.
26195         (sync_add<mode>): Likewise.
26196         (sync_sub<mode>): Likewise.
26197         (sync_<code><mode>): Likewise.
26198
26199 2010-05-17  Martin Jambor  <mjambor@suse.cz>
26200
26201         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
26202         otr_token and polymorphic.
26203         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
26204         (cgraph_clone_edge): Copy the above fields.
26205         * tree.c (get_binfo_at_offset): New function.
26206         * tree.h (get_binfo_at_offset): Declare.
26207         * ipa-prop.h (enum jump_func_type): Added known_type jump function
26208         type, reordered items, updated comments.
26209         (union jump_func_value): Added base_type field, reordered fields.
26210         (enum ipa_lattice_type): Moved down in the file.
26211         (struct ipa_param_descriptor): New field polymorphic.
26212         (ipa_is_param_polymorphic): New function.
26213         * ipa-prop.c: Include gimple.h and gimple-fold.h.
26214         (ipa_print_node_jump_functions): Print known type jump functions.
26215         (compute_complex_pass_through): Renamed to...
26216         (compute_complex_assign_jump_func): this.
26217         (compute_complex_ancestor_jump_func): New function.
26218         (compute_known_type_jump_func): Likewise.
26219         (compute_scalar_jump_functions): Create known type and complex ancestor
26220         jump functions.
26221         (ipa_note_param_call): New parameter polymorphic, set the corresponding
26222         flag in the call note accordingly.
26223         (ipa_analyze_call_uses): Renamed to...
26224         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
26225         variable var only in the block where it is used.
26226         (ipa_analyze_virtual_call_uses): New function.
26227         (ipa_analyze_call_uses): Likewise.
26228         (combine_known_type_and_ancestor_jfs): Likewise.
26229         (update_jump_functions_after_inlining): Implemented handling of a
26230         number of new jump function types combination.
26231         (print_edge_addition_message): Removed.
26232         (make_edge_direct_to_target): New function.
26233         (try_make_edge_direct_simple_call): Likewise.
26234         (try_make_edge_direct_virtual_call): Likewise.
26235         (update_call_notes_after_inlining): Renamed to...
26236         (update_indirect_edges_after_inlining): this.  Moved edge creation for
26237         indirect calls to try_make_edge_direct_simple_call, also calls
26238         try_make_edge_direct_virtual_call for virtual calls.
26239         (ipa_print_node_params): Changed the header message.
26240         (ipa_write_jump_function): Stream also known type jump functions.
26241         (ipa_read_jump_function): Likewise.
26242         (ipa_write_indirect_edge_info): Stream new fields in
26243         cgraph_indirect_call_info.
26244         (ipa_read_indirect_edge_info): Likewise.
26245         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
26246         GIMPLE_FOLD_H.
26247
26248 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26249
26250         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
26251
26252 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
26253
26254         * tree.h (CALL_EXPR_ARGS): Delete.
26255         (call_expr_arglist): Delete.
26256         * tree.c (call_expr_arglist): Delete.
26257         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
26258         targetm.fold_builtin.
26259         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
26260         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
26261         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
26262         arglist parameter.  Use CALL_EXPR_ARG.
26263         (picochip_expand_builtin_3op): Likewise.
26264         (picochip_expand_builtin_2opvoid): Likewise.
26265         (picochip_expand_array_get): Likewise.
26266         (picochip_expand_array_put): Likewise.
26267         (picochip_expand_array_testport): Likewise.
26268         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
26269         rather than arglist.
26270         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
26271         CALL_EXPR_ARGS.
26272         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
26273         than TREE_VALUE and TREE_CHAIN.
26274         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
26275         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
26276         the arglist.
26277
26278 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
26279
26280         PR bootstrap/42347
26281         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
26282         to have no fallthru edge.
26283
26284         PR middle-end/44102
26285         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
26286         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
26287         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
26288         add BARRIER after previous bb if needed.
26289
26290 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
26291
26292         * tree.c (build_function_type_list_1): Remove bogus assert condition.
26293
26294 2010-05-17  Alan Modra  <amodra@gmail.com>
26295
26296         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
26297         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
26298         with copy_reg rtx param.
26299         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
26300         Correct cases where code for ABI_V4 did not initialise the reg
26301         used to access frame.  Also leave frame_reg_rtx as sp for large
26302         frames that save no regs.
26303
26304 2010-05-17  Martin Jambor  <mjambor@suse.cz>
26305
26306         PR middle-end/44133
26307         * tree-sra.c (create_access_replacement): New parameter rename, mark
26308         the replaement for renaming only when it is true.
26309         (get_access_replacement): Pass true in the rename parameter of
26310         create_access_replacement.
26311         (get_unrenamed_access_replacement): New function.
26312         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
26313         replacement declaration from it.
26314
26315 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
26316
26317         * function.c (try_fit_stack_local, add_frame_space): New static
26318         functions.
26319         (assign_stack_local_1): Use them.  Look for opportunities to use
26320         space previously wasted on alignment.
26321         * function.h (struct frame_space): New.
26322         (struct rtl_data): Add FRAME_SPACE_LIST member.
26323         * reload1.c (something_was_spilled): New static variable.
26324         (alter_reg): Set it.
26325         (reload): Test it in addition to testing if the frame size changed.
26326
26327 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
26328
26329         * config/s390/s390.c: Define sane prefetch settings and activate
26330         flag_prefetch_loop_arrays on -O3.
26331         * config/s390/s390.h: Declare that read can use write prefetch.
26332
26333 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
26334
26335         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
26336         build.
26337
26338 2010-05-16  Jan Hubicka  <jh@suse.cz>
26339
26340         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
26341         function body; do not check stdarg field of struct function.
26342
26343 2010-05-16  Jan Hubicka  <jh@suse.cz>
26344
26345         * cgraph.c (dump_cgraph_node): Dump versionable flag.
26346         * cgraph.h (cgraph_local_info): Add versionable flag.
26347         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
26348         (ipcp_versionable_function_p): Use it.
26349         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
26350         versionable flag.
26351
26352 2010-05-16  Jan Hubicka  <jh@suse.cz>
26353
26354         * cgraph.c (cgraph_clone_node): Take decl argument and insert
26355         clone into hash when it is different from orig.
26356         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
26357         * cgraph.h (cgraph_clone_node): Update prototype.
26358         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
26359         (lto_cgraph_encoder_delete): Delete body map.
26360         (lto_cgraph_encoder_size): Move to header.
26361         (lto_cgraph_encoder_encode_body_p,
26362         lto_set_cgraph_encoder_encode_body): New.
26363         (lto_output_node): Do not take written_decls argument; output clone_of
26364         pointer.
26365         (add_node_to): Add include_body_argument; call
26366         lto_set_cgraph_encoder_encode_body on master of the clone.
26367         (add_references): Update use of add_node_to.
26368         (compute_ltrans_boundary): Likewise.
26369         (output_cgraph): Do not create written_decls bitmap.
26370         (input_node): Take nodes argument; stream in clone_of correctly.
26371         (input_cgraph_1): Update use of input_node.
26372         * lto-streamer-out.c (lto_output): Use encoder info to decide
26373         what bodies to output.
26374         * ipa-inline.c (cgraph_clone_inlined_nodes,
26375         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
26376         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
26377         (lto_cgraph_encoder_size): Define here.
26378         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
26379         Declare.
26380
26381 2010-05-16  Richard Guenther  <rguenther@suse.de>
26382
26383         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
26384         -fipa-type-escape.
26385         * ipa-type-escape.c (gate_type_escape_vars): Run when
26386         -fipa-struct-reorg runs.
26387         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
26388         * common.opt (fipa-type-escape): Remove.
26389
26390 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
26391
26392         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
26393         (decode_options): Likewise.
26394         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
26395
26396 2010-05-16  Jan Hubicka  <jh@suse.cz>
26397
26398         * ipa.c (function_and_variable_visibility): Also bring local all
26399         aliases.
26400
26401 2010-05-16  Richard Guenther  <rguenther@suse.de>
26402
26403         * alias.c (nonoverlapping_memrefs_p): Remove use of
26404         IPA type-escape information.
26405
26406 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
26407
26408         * c-common.c (c_common_reswords): Add _Static_assert for C.
26409         * c-parser.c (c_token_starts_declaration,
26410         c_parser_next_token_starts_declaration,
26411         c_parser_static_assert_declaration_no_semi,
26412         c_parser_static_assert_declaration): New.
26413         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
26414         Handle static assertions if static_assert_ok.
26415         (c_parser_external_declaration, c_parser_declaration_or_fndef,
26416         c_parser_compound_statement_nostart, c_parser_label,
26417         c_parser_for_statement, c_parser_objc_methodprotolist,
26418         c_parser_omp_for_loop): All callers of
26419         c_parser_declaration_or_fndef changed.
26420         (c_parser_struct_declaration): Handle static assertions.
26421         (c_parser_compound_statement_nostart): Use
26422         c_parser_next_token_starts_declaration and
26423         c_token_starts_declaration to detect start of declarations.
26424         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
26425         Likewise.
26426
26427 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
26428
26429         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
26430         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
26431         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
26432         TARGET_FUNCTION_VALUE_REGNO_P): Define.
26433         (mmix_function_outgoing_value): Rename to...
26434         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
26435         (mmix_function_value_regno_p): Make static.
26436         (mmix_libcall_value): New function.
26437         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
26438         mmix_function_value_regno_p): Remove declaration.
26439
26440 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
26441
26442         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
26443         BUILT_IN_ALLOCA if stack checking is enabled.
26444
26445 2010-05-16  Richard Guenther  <rguenther@suse.de>
26446
26447         * var-tracking.c (vars_copy_1): Inline ...
26448         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
26449         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
26450         (variable_merge_over_cur): Adjust.  Merge asserts.
26451         (variable_merge_over_src): Likewise.
26452         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
26453         (variable_post_merge_new_vals): Merge asserts.
26454         (variable_post_merge_perm_vals): Likewise.
26455         (find_mem_expr_in_1pdv): Likewise.
26456         (dataflow_set_different_value): Remove.
26457         (onepart_variable_different_p): Merge asserts.
26458         (variable_different_p): Likewise.
26459         (dataflow_set_different_1): Inline ...
26460         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
26461         (emit_notes_for_differences_1): Merge asserts.
26462
26463 2010-05-16  Richard Guenther  <rguenther@suse.de>
26464
26465         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
26466         * optabs.c (libfunc_decl_hash): Likewise.
26467         * varasm.c (emutls_decl): Likewise.
26468
26469 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
26470
26471         * c-decl.c: Don't include gimple.h.
26472         (merge_decls): Do not copy gimple_body.
26473
26474 2010-05-15  Jason Merrill  <jason@redhat.com>
26475
26476         * c.opt: Add -fnothrow-opt.
26477
26478 2010-05-15  Jan Hubicka  <jh@suse.cz>
26479
26480         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
26481         analyzed.
26482         * passes.c (ipa_write_summaries): Write all analyzed nodes.
26483
26484 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
26485
26486         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
26487         * Makefile.in: Add it.
26488         Fix all other Makefile dependencies for changes below.
26489         * tree.h: Include it instead of defining VEC primitives here.
26490         * gimple.h: Likewise.
26491         * rtl.h: Likewise.
26492         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
26493         * except.h: Include vecir.h, break dependence on tree.h.
26494
26495         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
26496         Move from here...
26497         * tree-iterator.c: ...to here.
26498         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
26499
26500         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
26501         tm_p.h.
26502         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
26503         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
26504         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
26505         tree-mudflap.h, and target.h.
26506         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
26507         predict.h, tree-inline.h, gimple.h, and langhooks.h.
26508         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
26509         Add FIXME for why gimple.h is still included (should be unnecessary
26510         since GCC 4.5 gimplification unit-at-a-time).
26511         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
26512         * c-pragma.c: Add FIXME for why function.h needs to be included just
26513         for cfun, at front-end level.
26514         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
26515         Do not include ggc.h, but include vecprim.h for VEC(char).
26516         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
26517         Explain why target.h is included.
26518         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
26519         Explain why gimple.h is included.
26520         * c-ppoutput.c: Do not include tm.h.
26521         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
26522         * c-parses.c: Explain why rtl.h is included, and that this (and only
26523         this) is also why tm.h must be included.
26524         Do not include except.h.
26525         * c-lang.c: Do not include ggc.h.
26526
26527 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
26528
26529         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
26530
26531 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
26532
26533         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
26534         unions by default if those structs and unions have no tags.  Do
26535         not condition anonymous struct and unions handling on flag_iso.
26536         Allow anonymous structs and unions for C1X.
26537         (finish_struct): Do not diagnose lack of named fields when
26538         anonymous structs and unions present for C1X.  Accept flexible
26539         array members in structure with anonymous structs or unions but no
26540         directly named fields.
26541         * doc/extend.texi (Unnamed Fields): Update.
26542
26543 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
26544
26545         * gimple.h (compare_field_offset): Rename into...
26546         (gimple_compare_field_offset): ...this.
26547         * gimple.c (compare_field_offset): Rename into...
26548         (gimple_compare_field_offset): ...this.  Compare the full access if
26549         the offset is self-referential.
26550         (gimple_types_compatible_p): Adjust for above renaming.
26551         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
26552         DECL_NONADDRESSABLE_P flag of fields before merging them.
26553
26554 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
26555
26556         * tree.h (ctor_to_list): Delete.
26557         * tree.c (ctor_to_list): Delete.
26558
26559 2010-05-15  Jan Hubicka  <jh@suse.cz>
26560
26561         * ipa-reference.c: Include toplev.h
26562         (is_proper_for_analysis): Only add to all_module_statics
26563         if it is allocated.
26564         (write_node_summary_p, stream_out_bitmap,
26565         ipa_reference_write_optimization_summary,
26566         ipa_reference_read_optimization_summary): New.
26567         (struct ipa_opt_pass_d pass_ipa_reference): Add
26568         optimization summary streaming.
26569         * lto-cgraph.c (referenced_from_this_partition_p,
26570         reachable_from_this_partition_p): New functions.
26571         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
26572         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
26573         * opts.c (decode_options): Enable ipa_reference.
26574         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
26575         * lto-streamer.h (referenced_from_this_partition_p,
26576         reachable_from_this_partition_p): Declare.
26577
26578 2010-05-15  Richard Guenther  <rguenther@suse.de>
26579
26580         PR tree-optimization/44038
26581         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
26582         taking the address of a V_C_E of a constant.
26583
26584 2010-05-14  Jan Hubicka  <jh@suse.cz>
26585
26586         * tree.h (memory_identifier_string): Remove.
26587         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
26588         (ipa_reference_global_vars_info_d): Remove statics_not_read and
26589         statics_not_written.
26590         (ipa_reference_optimization_summary_d): New structure.
26591         (ipa_reference_optimization_summary_t): New type and vector.
26592         (ipa_reference_vars_info_d): Embedd structures instead of using
26593         pointers.
26594         (reference_vars_to_consider): Remove out of GGC space.
26595         (module_statics_escape): Remove.
26596         (global_info_obstack): Rename to ...
26597         (optimization_summary_obstack): ... this one.
26598         (initialization_status_t): Remove.
26599         (memory_identifier_string): Remove.
26600         (get_reference_vars_info): Fix indenting.
26601         (set_reference_vars_info): Likewise.
26602         (get_reference_optimization_summary): New.
26603         (set_reference_optimization_summary): New.
26604         (get_global_reference_vars_info): Remove.
26605         (ipa_reference_get_read_global): Remove.
26606         (ipa_reference_get_written_global): Remove.
26607         (ipa_reference_get_not_read_global): Update.
26608         (ipa_reference_get_not_written_global): Update.
26609         (is_proper_for_analysis): Outlaw addressable.
26610         (propagate_bits): Update for new datastructures.
26611         (analyze_variable): Remove.
26612         (init_function_info): Update for new datastructures.
26613         (clean_function_local_data): Remove.
26614         (clean_function): Remove.
26615         (copy_global_bitmap): Use optimizations_summary_obstack.
26616         (duplicate_node_data): Duplicate optimization summary only.
26617         (remove_node_data): Remove optimization summary only.
26618         (generate_summary): Do not analyze variables; do not compute
26619         module_statics_escape; do not prune solutions by it.
26620         (read_write_all_from_decl): Fix typos in comments.
26621         (propagate): Doscover readonly and nonaddressable first;
26622         update for new datastructures; share global bitmaps.
26623         * ipa-reference.h (ipa_reference_get_read_global,
26624         ipa_reference_get_written_global): Remove.
26625         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
26626         * Makefile.in: Remove ipa-refereference from GT files.
26627
26628 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
26629
26630         PR debug/44112
26631         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
26632         for all SYMBOL_REF_DECLs.
26633
26634 2010-05-14  Jan Hubicka  <jh@suse.cz>
26635
26636         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
26637         (varpool_all_refs_explicit_p): New inline function.
26638         * ipa-reference.c: Update comment.
26639         (module_statics_written): Remove.
26640         (get_static_decl): Remove.
26641         (ipa_init): Do not initialize module_statics_written.
26642         (analyze_function): Likewise.
26643         (generate_summary): Likewise; do not compute module_statics_readonly
26644         and do not update variable flags.
26645         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
26646         * ipa.c: Inlucde flags.h
26647         (cgraph_local_node_p): New.
26648         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
26649         promote functions to local.
26650         (ipa_discover_readonly_nonaddressable_vars): New function.
26651         (function_and_variable_visibility): Use cgraph_local_node_p.
26652         * varpool.c (varpool_finalize_decl): Set force_output for
26653         DECL_PRESERVE_P vars.
26654
26655 2010-05-14  Jan Hubicka  <jh@suse.cz>
26656
26657         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
26658
26659 2010-05-14  Richard Guenther  <rguenther@suse.de>
26660
26661         PR tree-optimization/44119
26662         * tree-ssa-pre.c (eliminate): Properly mark replacement of
26663         a PHI node necessary.
26664
26665 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
26666
26667         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
26668
26669 2010-05-14  Jason Merrill  <jason@redhat.com>
26670
26671         PR c++/44127
26672         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
26673         (gimple_call_set_nothrow): New.
26674         * gimple.c (gimple_build_call_from_tree): Call it.
26675         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
26676
26677         PR c++/44127
26678         * gimplify.c (gimplify_seq_add_stmt): No longer static.
26679         * gimple.h: Declare it.
26680         * gimple.c (gimple_build_eh_filter): No ops.
26681
26682 2010-05-14  Jan Hubicka  <jh@suse.cz>
26683
26684         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
26685         nodes already in queue.
26686         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
26687         re-enqueueing node.
26688
26689 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
26690
26691         PR debug/44136
26692         * cfgexpand.c (expand_debug_expr): If non-memory op0
26693         has BLKmode, return NULL.
26694
26695 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
26696
26697         * config.gcc: Add support for --with-cpu option for bdver1.
26698         * config/i386/i386.h (TARGET_BDVER1): New macro.
26699         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
26700         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
26701         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
26702         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
26703         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
26704         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
26705         (processor_type): Add PROCESSOR_BDVER1.
26706         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
26707         processor_type in config/i386/i386.h.
26708         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
26709         movaps <reg, reg> instead of movapd <reg, reg> when replacing
26710         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
26711         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
26712         to emit packed xor instead of packed double/packed integer
26713         xor for SSE and AVX when moving a zero value.
26714         * config/i386/sse.md: Add check for
26715         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
26716         movapd/movdqa for SSE and AVX.
26717         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
26718         single logical operations i.e and, or and xor instead of packed double
26719         logical operations for SSE and AVX.
26720         * config/i386/i386-c.c (ix86_target_macros_internal):
26721         Add PROCESSOR_BDVER1.
26722         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
26723         (has_fma4, has_xop): New.
26724         * config/i386/i386.c (bdver1_cost): New variable.
26725         (m_BDVER1): New macro.
26726         (m_AMD_MULTIPLE): Add m_BDVER1.
26727         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
26728         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
26729         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
26730         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
26731         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
26732         x86_tune_sse_partial_reg_dependency,
26733         x86_tune_sse_unaligned_load_optimal,
26734         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
26735         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
26736         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
26737         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
26738         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
26739         Enable/disable for bdver1.
26740         (processor_target_table): Add bdver1_cost.
26741         (cpu_names): Add bdver1.
26742         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
26743          processor_alias_table.
26744         (ix86_expand_vector_move_misalign): Change.
26745         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
26746         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
26747         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
26748         of movupd/movdqu for SSE and AVX.
26749         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
26750         (ix86_tune_adjust_cost): Add code for bdver1.
26751         (standard_sse_constant_opcode): Add check for
26752         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
26753         of packed double xor for SSE and AVX.
26754
26755 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
26756
26757         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
26758         result to unsigned.
26759
26760 2010-05-14  Tristan Gingold  <gingold@adacore.com>
26761
26762         * toplev.c (default_debug_hooks): Remove this variable.
26763         (process_options): Remove assignments to default_debug_hooks.
26764
26765 2010-05-14  Martin Jambor  <mjambor@suse.cz>
26766
26767         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
26768         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
26769         * langhooks.h (struct lang_hooks_for_decls): Removed field
26770         fold_obj_type_ref.
26771         * tree.c (free_lang_data): Remove assignment to
26772         lang_hooks.fold_obj_type_ref.
26773         * tree.def (OBJ_TYPE_REF): Update comment.
26774
26775 2010-05-14  Richard Guenther  <rguenther@suse.de>
26776
26777         PR tree-optimization/44124
26778         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
26779
26780 2010-05-14  Alan Modra  <amodra@gmail.com>
26781
26782         PR target/44075
26783         * config/rs6000/rs6000.c (struct machine_function): Reorder
26784         fields for better packing.  Add lr_save_state.
26785         (rs6000_ra_ever_killed): Return lr_save_state if set.
26786         (rs6000_emit_eh_reg_restore): Set lr_save_state.
26787
26788 2010-05-13  Jan Hubicka  <jh@suse.cz>
26789
26790         * varpool.c (decide_is_variable_needed): Drop code checking
26791         TREE_SYMBOL_REFERENCED.
26792
26793 2010-05-13  Jan Hubicka  <jh@suse.cz>
26794
26795         * final.c (output_addr_const): Do not call mark_decl_referenced.
26796         * cgraphunit.c (process_function_and_variable_attributes): Use
26797         mark_needed_node dirrectly.
26798         (assemble_thunk): Do not call mark_decl_referenced.
26799
26800 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
26801
26802         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
26803
26804 2010-05-13  Jeff Law  <law@redhat.com>
26805
26806         * ira-conflicts.c (print_allocno_conflicts): New function broken out
26807         from...
26808         (print_conflicts): Call print_allocno_conflicts.
26809
26810 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
26811
26812         PR debug/44104
26813         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
26814         if it is NULL.
26815
26816 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
26817
26818         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
26819         t-mingw-w64 or t-mingw-w32 for multilib configuration.
26820         * config/i386/t-mingw-w32: New.
26821         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
26822
26823 2010-05-13  Martin Jambor  <mjambor@suse.cz>
26824
26825         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
26826         gimple-fold.c).
26827         * gimple-fold.c (get_base_binfo_for_type): New function.
26828         (gimple_get_relevant_ref_binfo): Likewise.
26829         (gimple_fold_obj_type_ref_known_binfo): Likewise.
26830         (gimple_fold_obj_type_ref): Likewise.
26831         (fold_gimple_call): Simplify condition for folding virtual calls
26832         and call gimple_fold_obj_type_ref.
26833         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
26834         (gimple_fold_obj_type_ref_known_binfo): Likewise.
26835
26836 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
26837
26838         * config/rs6000/rs6000-protos.h
26839         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
26840         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
26841         (rs6000_debug_mode_dependent_address)
26842         (rs6000_mode_dependent_address_ptr): Likewise.
26843
26844 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
26845
26846         PR debug/43983
26847         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
26848         by SRA.
26849         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
26850         * tree-sra.c (create_access_replacement): Call unshare_expr before
26851         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
26852         * dwarf2out.c: Include tree-flow.h.
26853         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
26854         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
26855         Handle DW_OP_bit_piece.
26856         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
26857         construct_piece_list, adjust_piece_list): New functions.
26858         (add_var_loc_to_decl): Handle SRA optimized variables.
26859         Adjust for var_loc_note to loc field renaming.
26860         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
26861         in VAR_LOCATION note.
26862         (new_loc_descr_op_bit_piece): New function.
26863         (dw_sra_loc_expr): New function.
26864         (dw_loc_list): Use it.  Don't handle the last range after the
26865         loop, handle it inside of the loop.  Adjust for var_loc_note
26866         to loc field renaming.
26867         (add_location_or_const_value_attribute): Only special case
26868         single entry loc lists if loc is NOTE_P.  Adjust for
26869         var_loc_note to loc field renaming.
26870         (dwarf2out_var_location): Don't set newloc->var_loc_note
26871         and newloc->next here.
26872
26873 2010-05-12  Jan Hubicka  <jh@suse.cz>
26874
26875         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
26876         flag.
26877         * cgraph.h (cgraph_only_called_directly_p,
26878         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
26879         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
26880         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
26881         (assemble
26882         * ipa.c (cgraph_remove_unreachable_nodes): Use
26883         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
26884         flags.
26885         * tree-inline.c (copy_bb): Check address_taken flag.
26886         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
26887         externally_visible flag.
26888
26889 2010-05-12  Jason Merrill  <jason@redhat.com>
26890
26891         PR bootstrap/44048
26892         PR target/44099
26893         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
26894         * sdbout.c (plain_type_1): Likewise.
26895         * dwarf2out.c (is_base_type): Likewise.
26896         (gen_type_die_with_usage): Likewise.  Generate
26897         DW_TAG_unspecified_type for any LANG_TYPE.
26898
26899 2010-05-12  Jan Hubicka  <jh@suse.cz>
26900
26901         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
26902         indrect edges too.
26903         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
26904         (cgraph_clone_edge): Update.
26905         (cgraph_node_remove_callees): Remove indirect calls too.
26906         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
26907         (cgraph_create_indirect_edge): Update prototype.
26908         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
26909         is_proper_for_analysis.
26910         (add_new_function, visited_nodes, function_insertion_hook_holder,
26911         get_local_reference_vars_info, mark_address_taken, mark_address,
26912         mark_load, mark_store, check_asm_memory_clobber, check_call,
26913         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
26914         (ipa_init): Do not initialize visited_nodes;
26915         function_insertion_hook_holder.
26916         (analyze_variable): Rewrite.
26917         (analyze_function): Rewrite.
26918         (copy_local_bitmap): Remove.
26919         (duplicate_node_dat): Do not duplicate local info.
26920         (generate_summary): Simplify to only walk cgraph.
26921         (write_node_summary_p, ipa_reference_write_summary,
26922         ipa_reference_read_summary): Remove.
26923         (propagate): Do not remove function insertion;
26924         generate summary.
26925         (pass_ipa_reference): NULLify summary handling fields.
26926         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
26927         (input_edge): Input ecf_flags.
26928         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
26929         (update_indirect_edges_after_inlining): Ignore edges with unknown
26930         param.
26931
26932 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
26933
26934         * implicit-zee.c: New file.
26935         * tree-pass.h (pass_implicit_zee): Declare.
26936         * passes.c (init_optimization_passes): Add zee pass.
26937         * common.opt (fzee): New flag.
26938         * timevar.def (TV_ZEE): Define.
26939         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
26940         and beyond.
26941         * Makefile.in (implicit-zee.o): Add new build file.
26942
26943 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
26944             Nathan Froyd  <froydnj@codesourcery.com>
26945
26946         * c-common.c (sync_resolve_params): Remove write-only variable.
26947
26948 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
26949
26950         * target.h (struct gcc_target): Add mode_dependent_address_p field.
26951         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
26952         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
26953         * targhooks.c (default_mode_dependent_address_p): New function.
26954         * targhooks.h (default_mode_dependent_address_p): Declare function.
26955         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
26956         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
26957         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
26958         target hook. Change return type to bool.
26959         * recog.h (mode_dependent_address_p): Change return type to bool.
26960
26961 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
26962             Nathan Froyd  <froydnj@codesourcery.com>
26963
26964         * tree-mudflap.c (build_function_type_0, build_function_type_1,
26965         build_function_type_2, build_function_type_3): Remove.
26966         (mudflap_init): Use build_function_type_list.
26967
26968 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
26969             Nathan Froyd  <froydnj@codesourcery.com>
26970
26971         * coverage.c (build_fn_info_value): Call build_constructor instead of
26972         build_constructor_from_list.
26973         (build_ctr_info_value): Likewise.
26974         (build_gcov_info): Likewise.
26975
26976 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
26977
26978         * tree.c (build_constructor): Compute TREE_CONSTANT for the
26979         resultant constructor.
26980         (build_constructor_single): Don't set TREE_CONSTANT.
26981         (build_constructor_from_list): Don't compute TREE_CONSTANT.
26982
26983 2010-05-12  Jan Hubicka  <jh@suse.cz>
26984
26985         * cgraph.h (struct varpool_node): Add aux.
26986         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
26987         * varpool.c (varpool_remove_node): Do not remove initializer.
26988         (varpool_reset_queue): Export.
26989         (varpool_finalize_decl): Volatile vars are forced to be output.
26990         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
26991         replaced decl.
26992         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
26993         process_references, varpool_can_remove_if_no_refs): New functions.
26994         (cgraph_remove_unreachable_nodes): Handle variables too.
26995
26996 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
26997
26998         PR target/44088
26999         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
27000
27001 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
27002
27003         PR middle-end/44085
27004         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
27005         change value of ORT_TASK.
27006         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
27007         (omp_notice_threadprivate_variable): New function.
27008         (omp_notice_variable): Call it for threadprivate variables.
27009         If enclosing ctx is a task, print enclosing task rather than
27010         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
27011         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
27012         if task has untied clause.
27013
27014         PR debug/42278
27015         * dwarf2out.c (base_type_die): Don't add name attribute here.
27016         (modified_type_die): Instead of sizetype use
27017         its underlying original type.  If a DW_TAG_base_type doesn't
27018         have name added, add __unknown__.
27019         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
27020         always call force_type_die instead.
27021
27022 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
27023
27024         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
27025         for __stack_chk_guard.
27026
27027 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
27028
27029         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
27030         don't call start_source_file debug hook here...
27031         (finish_options): ... but here, after outputting predefined and
27032         command line defines and undefs.
27033
27034         PR middle-end/44071
27035         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
27036         no fallthru edge.
27037         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
27038         optimizing away empty bb with no successors, move over its
27039         footer chain to fallthru predecessor.
27040         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
27041         (rtl_split_edge): For asm goto call patch_jump_insn even if
27042         splitting fallthru edge.
27043
27044         PR c++/44059
27045         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
27046         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
27047         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
27048         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
27049         on DW.ref.* decls.
27050
27051         PR c++/44062
27052         * c-parser.c (c_parser_expression): Mark LHS of a comma
27053         expression as read if it is a decl, handled component or
27054         COMPOUND_EXPR with that on the RHS.
27055         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
27056         if it is a decl or handled component.
27057
27058 2010-05-11  Jan Hubicka  <jh@suse.cz>
27059
27060         * lto-symtab.c (lto_symtab_free): New function.
27061         * lto-streamer.h (lto_symtab_free): Declare.
27062
27063 2010-05-11  Jan Hubicka  <jh@suse.cz>
27064
27065         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
27066         that if function is needed it is reachable.
27067         (lto_output_node): See if it the function is reachable or referenced.
27068         (output_cgraph): Update call of lto_output_node.
27069         * lto-streamer.h (reachable_from_other_partition_p): Declare.
27070
27071 2010-05-11  Jan Hubicka  <jh@suse.cz>
27072
27073         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
27074         Mark as used.
27075
27076 2010-05-11  Jan Hubicka  <jh@suse.cz>
27077
27078         PR tree-optimize/44063
27079         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
27080         queue.
27081         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
27082         limits.
27083         (estimate_function_body_sizes): Compute sizes even when disregarding.
27084
27085 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
27086
27087         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
27088
27089 2010-05-11  Jan Hubicka  <jh@suse.cz>
27090
27091         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
27092         into every boundary.
27093
27094 2010-05-11  Jan Hubicka  <jh@suse.cz>
27095
27096         * matrix-reorg.c (matrix_reorg): Rebuild edges.
27097
27098 2010-05-11  Jan Hubicka  <jh@suse.cz>
27099
27100         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
27101         lto_streamer_cache_delete): Put nodes into heap.
27102         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
27103         heap.
27104
27105 2010-05-11  Jan Hubicka  <jh@suse.cz>
27106
27107         * cgraphbuild.c (cgraph_rebuild_references): New.
27108         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
27109         out extern inlines.
27110         * cgraph.h (cgraph_rebuild_references): Declare.
27111         * tree-inline.c (tree_function_versioning): Use it.
27112         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
27113
27114 2010-05-11  Jan Hubicka  <jh@suse.cz>
27115
27116         * cgraph.c: Include ipa-utils.h
27117         (cgraph_create_virtual_clone): Update references.
27118         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
27119
27120 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
27121
27122         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
27123         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
27124         cache size.
27125
27126 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
27127
27128         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
27129
27130 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
27131
27132         * gcc.c (execute): For -### don't quote arguments that
27133         contain just alphanumerics and _/-. characters.
27134         * doc/invoke.texi: Document that change for -###.
27135
27136         PR debug/44023
27137         * df-problems.c (struct dead_debug): Add to_rescan field.
27138         (dead_debug_init): Clear to_rescan field.
27139         (dead_debug_finish): Rescan all debug insns in to_rescan
27140         bitmap and free the bitmap.
27141         (dead_debug_insert_before): Instead of rescanning debug insns
27142         immediately queue their rescanning until dead_debug_finish.
27143         (df_note_bb_compute): After dead_debug_add do continue instead
27144         of break.
27145
27146 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
27147
27148         PR debug/44028
27149         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
27150         clear also INSN_REG_USE_LIST.
27151
27152 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27153
27154         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
27155
27156 2010-05-10  Jan Hubicka  <jh@suse.cz>
27157
27158         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
27159         commited change.
27160
27161 2010-05-10  Jan Hubicka  <jh@suse.cz>
27162
27163         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
27164         Allocate encoders.
27165         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
27166         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
27167         (lto_streamer_cache_create): Init alloc pool.
27168         (lto_streamer_cache_delete): Free alloc pool.
27169         * lto-streamer.h: Include alloc pool.
27170         (lto_streamer_cache_d): Use alloc pool.
27171         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
27172
27173 2010-05-10  Jan Hubicka  <jh@suse.cz>
27174
27175         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
27176         * cgraphbuild.c: Include except.h
27177         (record_type_list, record_eh_tables): New function.
27178         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
27179
27180 2010-05-10  Jan Hubicka  <jh@suse.cz>
27181
27182         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
27183         __frame_dummy_init_array_entry, force_to_data): Attribute as used
27184         rather than unused.
27185
27186 2010-05-10  Michael Matz  <matz@suse.de>
27187
27188         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
27189         (can_reassociate_p): Use FLOAT_TYPE_P.
27190         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
27191         (vect_force_simple_reduction): ... this.
27192         * tree-parloops.c (gather_scalar_reductions): Use
27193         vect_force_simple_reduction.
27194         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
27195         vect_is_simple_reduction, add modify argument, if true rewrite
27196         "a-b" into "a+(-b)".
27197         (vect_is_simple_reduction, vect_force_simple_reduction): New
27198         functions.
27199         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
27200
27201 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
27202             Vladimir Makarov  <vmakarov@redhat.com>
27203
27204         PR rtl-optimization/44012
27205         * ira-build.c (remove_unnecessary_allocnos): Nullify
27206         regno_allocno_map of the removed allocno.
27207
27208 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27209
27210         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
27211         to /dev/null.
27212         * configure: Regenerate.
27213
27214 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27215
27216         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
27217         unused.
27218         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
27219         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
27220         support in Sun ld.
27221         * configure: Regenerate.
27222
27223 2010-05-10  Richard Guenther  <rguenther@suse.de>
27224
27225         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
27226         marked if the entry identifier is marked.
27227
27228 2010-05-10  Richard Guenther  <rguenther@suse.de>
27229
27230         * c-common.c (struct c_common_attributes): Add fnspec attribute.
27231         (handle_fnspec_attribute): New function.
27232         * gimple.h (gimple_call_return_flags): Declare.
27233         (gimple_call_arg_flags): Likewise.
27234         * gimple.c (gimple_call_arg_flags): New function.
27235         (gimple_call_return_flags): Likewise.
27236         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
27237         New argument flags.
27238         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
27239         return value flags.
27240         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
27241         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
27242         main work to ...
27243         (make_heapvar_for): ... this new function.
27244         (handle_rhs_call): Handle fnspec attribute argument specifiers.
27245         (handle_lhs_call): Likewise.
27246         (find_func_aliases): Adjust.
27247
27248 2010-05-10  Richard Guenther  <rguenther@suse.de>
27249
27250         PR tree-optimization/44050
27251         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
27252
27253 2010-05-10  Wei Guozhi  <carrot@google.com>
27254
27255         PR target/42879
27256         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
27257
27258 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
27259
27260         PR c/10676
27261         * c-typeck.c (lookup_field): Take a type directly.  Update
27262         recursive calls.
27263         (build_component_ref): Update call to lookup_field.
27264         (set_init_label): Use lookup_field to find initialized field.
27265         Handle returned list of fields like a sequence of designators.
27266
27267 2010-05-09  Richard Guenther  <rguenther@suse.de>
27268
27269         PR middle-end/44024
27270         * fold-const.c (tree_single_nonzero_warnv_p): Properly
27271         handle &FUNCTION_DECL.
27272
27273 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
27274
27275         PR c/4784
27276         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
27277         structures and unions recursively.
27278         (detect_field_duplicates): Move duplicate detection with a hash to
27279         detect_field_duplicates_hash.  Always use a hash if anonymous
27280         structures or unions are present.
27281         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
27282         give errors.
27283
27284 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
27285
27286         PR target/44046
27287         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
27288         detect Atom, Core 2 and Core i7.
27289
27290 2010-05-09  Richard Guenther  <rguenther@suse.de>
27291
27292         * gcc.c (store_arg): Handle temporary file deletion for
27293         joined arguments.
27294
27295 2010-05-09  Richard Guenther  <rguenther@suse.de>
27296
27297         PR middle-end/44043
27298         * ipa-inline.c (estimate_function_body_sizes): Return after
27299         disregarding inline limits.
27300
27301 2010-05-09  Richard Guenther  <rguenther@suse.de>
27302
27303         * gcc.c (store_arg): Revert last change.
27304
27305 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
27306
27307         PR middle-end/28685
27308         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
27309         (optimize_ops_list): Call it.
27310
27311 2010-05-08  Richard Guenther  <rguenther@suse.de>
27312
27313         PR tree-optimization/44030
27314         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
27315         NECESSARY flag if we propagate from a inserted expression.
27316
27317 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
27318
27319         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
27320         domain types as equal if they are both PLACEHOLDER_EXPRs.
27321
27322 2010-05-08  Richard Guenther  <rguenther@suse.de>
27323
27324         * lto-wrapper.c (run_gcc): Remove linker output from
27325         command line for LTRANS invocation.
27326
27327 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
27328
27329         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
27330         lto-macho as lto_binary_reader.
27331         * target.h (struct gcc_target): New hooks lto_start and lto_end.
27332         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
27333         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
27334         in lto_start and lto_end calls.
27335         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
27336         magic numbers.
27337         (scan_prog_file): Update is_elf_or_coff call.
27338         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
27339
27340         * collect2.c (main): Fix enum comparison.
27341
27342         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
27343         Add prototypes.
27344         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
27345         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
27346         and TARGET_ASM_LTO_END.
27347         * darwin.c: Include obstack.h and lto-streamer.h.
27348         (lto_section_names_offset, lto_section_names_obstack,
27349         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
27350         global variables.
27351         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
27352         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
27353         to a temporary file.
27354         (darwin_asm_lto_end): New function.  Restore asm_out_file.
27355         (darwin_asm_named_section): For LTO sections, replace the name with
27356         the offset of the section name in a string table, and build this
27357         table.
27358         (darwin_file_start): Initialize global vars for LTO support.
27359         (darwin_file_end): If output to asm_out_file was redirected, append it
27360         to the proper asm_out_file here.  Add the section names section.
27361
27362 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
27363
27364         * c-pragma.c (pending_weak_d, pending_weak): New.
27365         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
27366         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
27367         handle_pragma_weak): Update the uses of pending_weaks.
27368
27369 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27370
27371         PR documentation/44016
27372         * doc/standards.texi (Standards): Link to unversioned
27373         cxx0x_status.html page.
27374
27375 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
27376
27377         PR target/43708
27378         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
27379         in addition to TREE_USED, to avoid "set but unused" warnings.
27380
27381 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
27382
27383         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
27384         (is_loop_prefetching_profitable): Do not insert prefetches
27385         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
27386         times the prefetch ahead distance.
27387
27388 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
27389
27390         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
27391         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
27392         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
27393         the unroll_factor.
27394
27395 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
27396
27397         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
27398         a diagnostic info when the insn-to-mem ratio is too small.
27399
27400 2010-05-07  Richard Guenther  <rguenther@suse.de>
27401
27402         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
27403         the linker plugin.
27404         (store_arg): Queue temp_filename for deletion instead of
27405         the whole argument.
27406
27407 2010-05-07  Richard Guenther  <rguenther@suse.de>
27408
27409         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
27410         (run_gcc): Handle LTRANS phase invocation.
27411         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
27412
27413 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
27414
27415         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
27416         this is also meaningful on PARM_DECLs and RESULT_DECLs.
27417
27418 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27419
27420         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
27421
27422 2010-05-07  Richard Guenther  <rguenther@suse.de>
27423
27424         PR tree-optimization/44020
27425         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
27426         code when PRE is not yet initialized.
27427
27428 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27429
27430         * config/mips/dbxmdebug.h: Remove.
27431         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
27432
27433 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
27434
27435         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
27436         with null pointer and also warn about ordered comparison of zero with
27437         pointer if -Wextra.
27438
27439 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
27440
27441         * graphite-blocking.c
27442         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
27443         * graphite-clast-to-gimple.c
27444         (clast_to_gcc_expression): Same.
27445         (precision_for_value): Same.
27446         (precision_for_interval): Same.
27447         (gcc_type_for_interval): Same.
27448         (graphite_create_new_guard): Same.
27449         (compute_bounds_for_level): Same.
27450         (graphite_create_new_loop_guard): Same.
27451         * graphite-interchange.c
27452         (build_linearized_memory_access): Same.
27453         (pdr_stride_in_loop): Same.
27454         (memory_strides_in_loop_1): Same.
27455         (memory_strides_in_loop): Same.
27456         (extend_scattering): Same.
27457         (psct_scattering_dim_for_loop_depth): Same.
27458         (pbb_number_of_iterations): Same.
27459         * graphite-poly.h
27460         (debug_iteration_domains): Same.
27461         * graphite-ppl.c
27462         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
27463         (ppl_set_inhomogeneous_gmp): Same.
27464         (ppl_strip_loop): Same.
27465         (ppl_lexico_compare_linear_expressions): Same.
27466         (ppl_read_polyhedron_matrix): Same.
27467         (ppl_max_for_le_pointset): Same.
27468         * graphite-ppl.h
27469         (ppl_read_polyhedron_matrix): Same.
27470         (tree_int_to_gmp): Same.
27471         (gmp_cst_to_tree): Same.
27472         (ppl_set_inhomogeneous): Same.
27473         (ppl_set_inhomogeneous_tree): Same.
27474         (ppl_set_coef): Same.
27475         (ppl_set_coef_tree): Same.
27476         * graphite-sese-to-poly.c
27477         (build_pbb_scattering_polyhedrons): Same.
27478         (build_scop_scattering): Same.
27479         (scan_tree_for_params_right_scev): Same.
27480         (scan_tree_for_params): Same.
27481         (find_params_in_bb): Same.
27482         (find_scop_parameters): Same.
27483         (add_upper_bounds_from_estimated_nit): Same.
27484         (build_loop_iteration_domains): Same.
27485         (add_condition_to_domain): Same.
27486         (pdr_add_memory_accesses): Same.
27487
27488 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
27489
27490         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
27491         CLooG's value_* macros to their respective mpz_* counterparts.
27492         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
27493         (graphite_create_new_loop_guard): Same.
27494         * graphite-interchange.c (build_linearized_memory_access): Same.
27495         (pdr_stride_in_loop): Same.
27496         (memory_strides_in_loop_1): Same.
27497         (1st_interchange_profitable_p): Same.
27498         * graphite-poly.c (extend_scattering): Same.
27499         (psct_scattering_dim_for_loop_depth): Same.
27500         (pbb_number_of_iterations): Same.
27501         (pbb_number_of_iterations_at_time): Same.
27502         * graphite-poly.h (new_1st_loop): Same.
27503         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
27504         (oppose_constraint): Same.
27505         (insert_constraint_into_matrix): Same.
27506         (ppl_set_inhomogeneous_gmp): Same.
27507         (ppl_set_coef_gmp): Same.
27508         (ppl_strip_loop): Same.
27509         (ppl_lexico_compare_linear_expressions): Same.
27510         (ppl_max_for_le_pointset): Same.
27511         (ppl_min_for_le_pointset): Same.
27512         (ppl_build_realtion): Same.
27513         * graphite-ppl.h (gmp_cst_to_tree): Same.
27514         (ppl_set_inhomogeneous): Same.
27515         (ppl_set_inhomogeneous_tree): Same.
27516         (ppl_set_coef): Same.
27517         (ppl_set_coef_tree): Same.
27518         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
27519         (build_scop_scattering): Same.
27520         (add_value_to_dim): Same.
27521         (scan_tree_for_params_right_scev): Same.
27522         (scan_tree_for_params_int): Same.
27523         (scan_tree_for_params): Same.
27524         (find_params_in_bb): Same.
27525         (find_scop_parameters): Same.
27526         (add_upper_bounds_from_estimated_nit): Same.
27527         (build_loop_iteration_domains): Same.
27528         (create_linear_expr_from_tree): Same.
27529         (add_condition_to_domain): Same.
27530         (pdr_add_memory_accesses): Same.
27531
27532 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
27533             Jason Merrill  <jason@redhat.com>
27534
27535         * c-common.c (c_common_reswords): Add nullptr.
27536         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
27537         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
27538         (gen_type_die_with_usage): Likewise.
27539         * dbxout.c (dbxout_type): Likewise.
27540         * sdbout.c (plain_type_1): Likewise.
27541
27542 2010-05-06  Jason Merrill  <jason@redhat.com>
27543
27544         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
27545         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
27546         ret appropriately.
27547         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
27548
27549         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
27550         stripping WITH_SIZE_EXPR.
27551         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
27552         change.
27553
27554 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27555
27556         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
27557         list of obsolete configurations.
27558         Disabled check for obsolete configurations.
27559         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
27560         Removed support for previous versions.
27561         * config/mips/iris.h: Removed.
27562         * config/mips/iris5.h: Removed.
27563         * config/mips/iris6.h: Merged old iris.h contents.
27564         (TARGET_IRIX): Removed.
27565         (DRIVER_SELF_SPECS): Removed mabi=32.
27566         (IDENT_ASM_OP): Removed undef.
27567         (STARTFILE_SPEC): Removed mabi=32.
27568         (ENDFILE_SPEC): Likewise.
27569         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
27570         (MACHINE_TYPE): Update for IRIX 6.5.
27571         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
27572         TARGET_IRIX by TARGET_IRIX6.
27573         (mips_file_start): Likewise.
27574         (mips_output_external): Remove IRIX 5/6 O32 support.
27575         (mips_output_function_prologue): Likewise.
27576         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
27577         TARGET_IRIX6.
27578         (TARGET_CPU_CPP_BUILTINS): Likewise.
27579         (TARGET_IRIX): Removed.
27580         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
27581         (MULTILIB_DIRNAMES): Removed 32.
27582         (MULTILIB_OSDIRNAMES): Removed ../lib.
27583         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
27584         (Specific, mips-sgi-irix5): Document removal.
27585         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
27586         Remove references to older IRIX 6 releases and the O32 ABI.
27587
27588 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
27589
27590         PR bootstrap/43994
27591         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
27592         instead of DF_REF_REAL_REG.
27593
27594 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
27595
27596         PR target/43888
27597         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
27598         handling to still return true for x64 targets.
27599
27600 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27601
27602         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
27603
27604 2010-05-06  Jan Hubicka  <jh@suse.cz>
27605
27606         PR tree-optimization/43791
27607         * ipa-inline.c (update_caller_keys): Remove bogus
27608         disregard_inline_limits check.
27609
27610 2010-05-06  Michael Matz  <matz@suse.de>
27611
27612         PR tree-optimization/43984
27613         * tree-ssa-pre.c (inserted_phi_names): Remove.
27614         (inserted_exprs): Change to bitmap.
27615         (create_expression_by_pieces): Set bits, don't append to vector.
27616         (insert_into_preds_of_block): Don't handle inserted_phi_names.
27617         (eliminate): Don't look at inserted_phi_names, remove deleted
27618         insns from inserted_exprs.
27619         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
27620         (init_pre, fini_pre): Allocate and free bitmaps.
27621         (execute_pre): Insert insns on edges before elimination.
27622
27623 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27624
27625         * tree.c (initializer_zerop): Handle STRING_CST.
27626
27627 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27628
27629         PR 40989
27630         * doc/invoke.texi (Wimplicit): Document as C only.
27631         * opts.c (common_handle_option): Add argument kind.
27632         (handle_option): Rename as read_cmdline_option. Factor out code to...
27633         (handle_option): ... here. New.
27634         (handle_options): Rename as read_cmdline_options.
27635         (decode_options): Update call.
27636         (set_option): Use option index instead of option pointer. Classify
27637         diagnostics correctly.
27638         (enable_warning_as_error): Call handle_option.
27639         * opts.h (set_option): Update declaration.
27640         (handle_option): Declare.
27641         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
27642         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
27643         * c-opts.c (set_Wimplicit): Delete.
27644         (c_family_lang_mask): New static constant.
27645         (c_common_handle_option): Add argument kind. Use handle_option
27646         instead of set_Wimplicit.
27647         (c_common_post_options): warn_implicit and warn_implicit_int
27648         are disabled by default.
27649         * c-common.c (warn_implicit): Do not define here.
27650         * c-common.h (warn_implicit): Do not declare here.
27651         (c_common_handle_option): Update declaration.
27652         * lto-opts.c (lto_reissue_options): Update call to set_option.
27653
27654 2010-05-06  Richard Guenther  <rguenther@suse.de>
27655
27656         PR tree-optimization/43571
27657         * domwalk.c (walk_dominator_tree): Walk the dominator
27658         sons in more optimal order.
27659
27660 2010-05-06  Richard Guenther  <rguenther@suse.de>
27661
27662         PR tree-optimization/43934
27663         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
27664         (stmt_cost): Likewise.
27665         (extract_true_false_args_from_phi): New helper.
27666         (determine_max_movement): For PHI nodes verify we can hoist them
27667         and compute their cost.
27668         (determine_invariantness_stmt): Handle PHI nodes.
27669         (move_computations_stmt): Likewise.  Hoist PHI nodes in
27670         if-converted form using COND_EXPRs.
27671         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
27672         (tree_ssa_lim): Likewise.
27673         * tree-flow.h (tree_ssa_lim): Adjust prototype.
27674         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
27675
27676 2010-05-06  Richard Guenther  <rguenther@suse.de>
27677
27678         PR tree-optimization/43987
27679         * tree-ssa-structalias.c (could_have_pointers): For possibly
27680         address-taken variables force pointers to be recorded.
27681         (create_variable_info_for_1): Likewise.
27682         (push_fields_onto_fieldstack): Pass in wheter all fields
27683         must have pointers.
27684         (find_func_aliases): Query types instead of vars whether
27685         they contain pointers where appropriate.
27686
27687 2010-05-06  Jan Hubicka  <jh@suse.cz>
27688
27689         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
27690         (record_reference, mark_address, mark_load, mark_store): Record
27691         references.
27692         (record_references_in_initializer): Update call of record_references.
27693         (rebuild_cgraph_edges): Remove all references before rebuiding.
27694         * cgraph.c (cgraph_create_node): Clear ref list.
27695         (cgraph_remove_node): Remove references.
27696         (dump_cgraph_node): Dump references.
27697         (cgraph_clone_node): Clone references.
27698         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
27699         (struct cgraph_node, varpool_node): Add ref_lst.
27700         * ipa-ref.c: New file.
27701         * ipa-ref.h: New file.
27702         * ipa-ref-inline.h: New file.
27703         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
27704         (referenced_from_other_partition_p): New function.
27705         (lto_output_varpool_node): Take set arugment; call
27706         referenced_from_other_partition.
27707         (lto_output_ref): New.
27708         (add_references): New.
27709         (output_refs): New.
27710         (output_cgraph): Compute boundary based on references; output refs.
27711         (output_varpool): Accept cgraph_node_set argument.
27712         (input_ref): New.
27713         (input_refs): New.
27714         (input_cgraph): Call input_refs.
27715         * lto-section-in.c (lto_section_name): Add refs.
27716         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
27717         (ipa-ref.o): New file.
27718         * varpool.c (varpool_node): Clear ipa ref list.
27719         (varpool_remove_node): Remove references.
27720         (dump_varpool_node): Dump references.
27721         (varpool_assemble_decl): Only compile finalized ones.
27722         (varpool_extra_name_alias): Initialize ref list.
27723         * lto-streamer.c (lto-get_section_name): Add .refs section.
27724         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
27725         (referenced_from_other_partition_p): Declared.
27726
27727 2010-05-06  Ira Rosen  <irar@il.ibm.com>
27728
27729         PR tree-optimization/43901
27730         * tree-vect-stmts.c (vectorizable_call): Assert that vector
27731         type is not NULL if it's transformation phase, and return
27732         FALSE if it's analysis.
27733         (vectorizable_conversion, vectorizable_operation,
27734         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
27735
27736 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
27737
27738         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
27739         Delete.
27740         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
27741         New define.
27742         * config/mips/mips-protos.h
27743         (mips_small_register_classes_for_mode_p): Delete prototype.
27744
27745 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
27746
27747         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
27748         * config/arm/arm.c (multiple_operation_profitable_p,
27749         compute_offset_order): New static functions.
27750         (load_multiple_sequence, store_multiple_sequence): Use them.
27751         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
27752         memory offsets, not register numbers.
27753         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
27754
27755 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
27756
27757         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
27758         (get_pending_sizes, put_pending_size, put_pending_sizes):
27759         Update the uses of pending_sizes.
27760         * c-decl.c (store_parm_decls): Likewise.
27761         * c-tree.h (struct c_arg_info): Likewise.
27762         * tree.h: Update the prototype for get_pending_sizes and
27763         put_pending_sizes.
27764
27765 2010-05-05  Jason Merrill  <jason@redhat.com>
27766
27767         PR debug/43370
27768         * c-common.c (handle_aligned_attribute): Respect
27769         ATTR_FLAG_TYPE_IN_PLACE.
27770
27771         PR testsuite/43758
27772         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
27773         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
27774         (TARGET_INITIALIZER): Use it.
27775         * c-common.c (attribute_takes_identifier_p): Call it.
27776         * c-common.h: Update prototype.
27777         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
27778         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
27779
27780 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
27781
27782         PR debug/43950
27783         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
27784         DW_ID_down_case for Fortran compilation units.
27785
27786 2010-05-05  Jan Hubicka  <jh@suse.cz>
27787
27788         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
27789         handle aliases.
27790
27791 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
27792
27793         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
27794         a variable-sized RESULT_DECL.
27795
27796 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
27797
27798         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
27799
27800 2010-05-05  Jason Merrill  <jason@redhat.com>
27801
27802         PR c++/43787
27803         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
27804         returns GS_OK.
27805         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
27806
27807 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
27808             Jakub Jelinek  <jakub@redhat.com>
27809
27810         PR debug/43478
27811         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
27812         (dead_debug_init, dead_debug_finish): New functions.
27813         (dead_debug_add, dead_debug_insert_before): Likewise.
27814         (df_note_bb_compute): Initialize a dead_debug object, add dead
27815         debug uses to it, insert debug bind insns before death insns,
27816         reset debug insns that refer to pending uses at the end.
27817         * rtl.h (make_debug_expr_from_rtl): New prototype.
27818         * varasm.c (make_debug_expr_from_rtl): New function.
27819
27820 2010-05-05  Jan Hubicka  <jh@suse.cz>
27821
27822         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
27823         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
27824         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
27825         lto_varpool_encoder_deref, lto_varpool_encoder_size,
27826         lto_varpool_encoder_encode_initializer_p,
27827         lto_set_varpool_encoder_encode_initializer): New functions.
27828         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
27829         call output_varpool.
27830         (input_varpool_node): Do not always set analyzed.
27831         (input_cgraph_1): Return vector of cgraph nodes.
27832         (input_varpool_1): Return vector of varpools.
27833         (input_cgraph): Free the vectors.
27834         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
27835         output only initializers needed.
27836         (lto_output): Only call output_cgraph.
27837         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
27838         * lto-section-out.c (lto_new_out_decl_state): Initialize
27839         state->varpool_node_encoder.
27840         * lto-streamer.h (lto_varpool_encoder_d): New.
27841         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
27842         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
27843         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
27844         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
27845         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
27846         Declare.
27847         (output_varpool, input_varpool): Remove declarations.
27848
27849 2010-05-05  Jan Hubicka  <jh@suse.cz>
27850
27851         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
27852         with body can prevail.
27853
27854 2010-05-05  Jan Hubicka  <jh@suse.cz>
27855
27856         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
27857         size.
27858
27859 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
27860
27861         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
27862
27863         * gengtype.h (erro_at_line): Constify pos argument.
27864
27865         * gengtype.c: Include hashtab.h.
27866         (enum gc_used): Document GC_MAYBE_POINTED_TO.
27867         (error_at_line): Constify pos argument.
27868         (do_typedef): Initialize p->opt field.
27869         (get_file_gtfilename): Fix comment typo.
27870         (struct walk_type_data): Constify line field.
27871         (get_output_file_for_structure): New function.
27872         (write_local_func_for_structure): Constify orig_s argument.
27873         Use get_output_file_for_structure.
27874         (write_func_for_structure): Use get_output_file_for_structure.
27875         (INDENT): New define.
27876         (dump_pair, dump_type, dump_type_list, dump_typekind)
27877         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
27878         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
27879         functions.
27880         (seen_types): New variable.
27881         (main): New variable do_dump.  Process "-d" command line option.
27882         Call dump_everything if dump requested.
27883
27884 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
27885
27886         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
27887         in a temporary instead of invoking the macro multiple times.
27888         (track_expr_p): Likewise.
27889
27890 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
27891
27892         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
27893         per new semantics.
27894         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
27895         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
27896         conditions for printing notes.
27897         * common.opt (-Wcoverage-mismatch): Allow negative, default to
27898         true, update documentation.
27899         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
27900
27901 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
27902
27903         PR c/43981
27904         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
27905         on dimen.
27906
27907 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
27908
27909         PR target/43799
27910         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
27911         (*sse_prologue_save_insn1): Likewise.
27912         (SSE prologue save splitter): Likewise.
27913
27914 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
27915
27916         * tree.c (free_lang_data_in_one_sizepos): New inline function.
27917         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
27918         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
27919         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
27920         all decls.  Call it on DECL_FIELD_OFFSET of fields.
27921         (find_decls_types_r): Follow DECL_VALUE_EXPR.
27922         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
27923
27924 2010-05-04  Martin Jambor  <mjambor@suse.cz>
27925
27926         * tree-sra.c (build_access_from_expr_1): The first parameter type
27927         changed to simple tree.
27928         (build_access_from_expr): Likewise, gsi parameter was eliminated.
27929         (scan_assign_result): Renamed to assignment_mod_result, enum elements
27930         renamed as well.
27931         (build_accesses_from_assign): Removed all parameters except for a
27932         simple gimple statement.  Now returns a simple bool.
27933         (scan_function): All non-analysis parts moved to separate functions
27934         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
27935         parameters and updated both callers.
27936         (sra_modify_expr): Removed parameter data.
27937         (sra_modify_function_body): New function.
27938         (perform_intra_sra): Call sra_modify_function_body to modify the
27939         function body.
27940         (replace_removed_params_ssa_names): Parameter data changed into
27941         adjustments vector.
27942         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
27943         changed the parameter dont_convert to convert with the opposite
27944         meaning.
27945         (sra_ipa_modify_assign): Parameter data changed into adjustments
27946         vector, return value changed to bool.
27947         (ipa_sra_modify_function_body): New function.
27948         (sra_ipa_reset_debug_stmts): Updated a comment.
27949         (modify_function): Use ipa_sra_modify_function_body to modify function
27950         body.
27951
27952 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
27953
27954         PR middle-end/43671
27955         * alias.c (true_dependence): Handle the same VALUE in x and mem.
27956         (canon_true_dependence): Likewise.
27957         (write_dependence_p): Likewise.
27958
27959 2010-05-04  Jan Hubicka  <jh@suse.cz>
27960
27961         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
27962         * cgraphbuild.c: Include ipa-utils.h
27963         (record_reference_ctx): New struct.
27964         (record_reference): Simplify to work on initializers; not statements.
27965         (mark_address, mark_load, mark_store): New.
27966         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
27967         walk PHI nodes too.
27968         (record_references_in_initializer): Update use of record_reference.
27969         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
27970         walk PHI nodes too.
27971
27972 2010-05-04  Jan Hubicka  <jh@suse.cz>
27973
27974         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
27975         node will be removed anyway.
27976         (lto_varpool_replace_node): Allow also unanalyzed nodes;
27977         relink aliases of node into prevailing node.
27978         * varpool.c (varpool_remove_node): Remove aliases properly;
27979         when removing node, remove all its aliases too; remove DECL_INITIAL
27980         of removed node; ggc_free the varpool node.
27981
27982 2010-05-04  Richard Guenther  <rguenther@suse.de>
27983
27984         PR tree-optimization/43879
27985         * tree-ssa-structalias.c (alias_get_name): Use
27986         DECL_ASSEMBLER_NAME if available.
27987         (create_function_info_for): Return the varinfo node.
27988         (ipa_pta_execute): Associate same-body aliases and extra names
27989         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
27990
27991 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
27992
27993         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
27994
27995 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
27996
27997         PR bootstrap/43964
27998         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
27999         only if HONOR_REG_ALLOC_ORDER is not defined.
28000
28001 2010-05-04  Richard Guenther  <rguenther@suse.de>
28002
28003         PR tree-optimization/43949
28004         * tree-vrp.c (extract_range_from_binary_expr): Only handle
28005         TRUNC_MOD_EXPR.
28006
28007 2010-04-26  Jason Merrill  <jason@redhat.com>
28008
28009         * c.opt (-fstrict-enums): New.
28010         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
28011
28012 2010-05-03  David Ung  <davidu@mips.com>
28013             James E. Wilson  <wilson@codesourcery.com>
28014
28015         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
28016         emit the trap instruction before the divide for TUNE_74K.
28017
28018 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
28019
28020         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
28021         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
28022         based on the above, for new target hook.
28023
28024         * hooks.c (hook_bool_mode_true): New generic hook.
28025         * hooks.h (hook_bool_mode_true): Add prototype.
28026
28027         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
28028         target hook.
28029         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
28030         target hook, set to hook_bool_mode_false.
28031         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
28032         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
28033         with targetm.small_register_classes_for_mode_p.
28034         (find_reusable_reload): Likewise.
28035         (combine_reloads): Likewise.
28036         * reload1.c (reload_as_needed): Likewise.
28037         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
28038         * ifcvt.c (noce_process_if_block, check_cond_move_block,
28039         dead_or_predicable): Likewise.
28040         * regmove.c (optimize_reg_copy_1): Likewise.
28041         * calls.c (prepare_call_address): Likewise.
28042         (precompute_register_parameters): Likewise.
28043
28044         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
28045         hook definition.
28046         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
28047         implementation of the hook that considers all register classes
28048         small except for SH64.
28049         (sh_override_options): Use the new hook.
28050         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
28051         Add prototype.
28052
28053         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
28054         hook definition.
28055         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
28056         implementation of the hook that considers all register classes
28057         small for THUMB1.
28058         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
28059         Add prototype.
28060
28061         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
28062         hook definition.
28063         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
28064         implementation of the hook that considers all register classes
28065         small for MIPS16.
28066         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
28067         Add prototype.
28068
28069         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
28070         hook definition.
28071         * config/m32c/m32c.h: Likewise.
28072         * config/pdp11/pdp11.h: Likewise.
28073         * config/avr/avr.h: Likewise.
28074         * config/xtensa/xtensa.h: Likewise.
28075         * config/m68hc11/m68hc11.h: Likewise.
28076         * config/mn10300/mn10300.h: Likewise.
28077         * config/mcore/mcore.h: Likewise.
28078         * config/h8300/h8300.h: Likewise.
28079         * config/bfin/bfin.h: Likewise.
28080
28081         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
28082         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
28083
28084 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
28085
28086         * double-int.h (tree_to_double_int): Remove macro.
28087         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
28088         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
28089         (tree_to_double_int): New function.
28090         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
28091         Move ...
28092         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
28093
28094 2010-05-03  Richard Guenther  <rguenther@suse.de>
28095
28096         PR tree-optimization/43971
28097         * tree-ssa-structalias.c (get_constraint_for_1): Fix
28098         constraints in the !flag_delete_null_pointer_checks case.
28099
28100 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
28101
28102         PR debug/43972
28103         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
28104         result mode matches original rtl mode.
28105
28106 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
28107
28108         PR target/43888
28109         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
28110
28111 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
28112
28113         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
28114         when processing flag options.
28115
28116 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
28117
28118         * gcov-iov.c (main): Change format string placeholder
28119         from %#08x to 0x%08x.
28120         * genchecksum.c (dosum): Change format string placeholder
28121         from %#02x to 0x%02x.
28122
28123 2010-05-02  Richard Guenther  <rguenther@suse.de>
28124
28125         PR tree-optimization/43879
28126         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
28127
28128 2010-05-02  Bruno Haible  <bruno@clisp.org>
28129
28130         * doc/extend.texi (Function Attributes): Fix a typo.
28131
28132 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
28133
28134         Revert:
28135         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
28136         placeholder from 0x%x to %#x.
28137         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
28138         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
28139         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
28140         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
28141         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
28142         * config/i386/i386.c (ix86_target_string): Ditto.
28143         * config/i386/i386.c (output_pic_addr_const): Ditto.
28144         (print_operand): Ditto.
28145
28146 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
28147
28148         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
28149         placeholder from 0x%x to %#x.
28150         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
28151         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
28152         (ASM_OUTPUT_DEBUG_DATA): Ditto.
28153         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
28154         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
28155         * optc-gen.awk: Ditto.
28156         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
28157         (HOST_WIDE_INT_PRINT_HEX): Ditto.
28158         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
28159         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
28160
28161 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
28162
28163         * target.h (struct calls): Add function_value_regno_p field.
28164         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
28165         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
28166         * targhooks.c (default_function_value_regno_p): New function.
28167         * targhooks.h (default_function_value_regno_p): Declare function.
28168         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
28169         * builtins.c. (apply_result_size): (Ditto.).
28170         * combine.c. (likely_spilled_retval_p): (Ditto.).
28171         * mode-switching.c. Include 'target.h'.
28172         (create_pre_exit): Use function_value_regno_p hook.
28173         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
28174         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
28175         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
28176
28177         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
28178         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
28179         (ix86_function_value_regno_p): Declare as static, change argument
28180         type to const unsigned int.
28181         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
28182
28183 2010-05-01  Richard Guenther  <rguenther@suse.de>
28184
28185         PR tree-optimization/43949
28186         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
28187         types.
28188         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
28189
28190 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
28191
28192         * rtl.h (CONST_DOUBLE_P): Define.
28193         (rtx_to_double_int): Declare.
28194         * emit-rtl.c (rtx_to_double_int): New function.
28195         * dwarf2out.c (insert_double): New function.
28196         (loc_descriptor, add_const_value_attribute): Clean up, use
28197         rtx_to_double_int and insert_double functions.
28198
28199 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
28200
28201         * doc/extend.texi (Inline): Add missing return keyword to examples.
28202         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
28203         "command-line".
28204
28205 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
28206
28207         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
28208         the variable part of the offset as well.  Use highest_pow2_factor for
28209         all alignment checks.
28210
28211 2010-04-30  Richard Guenther  <rguenther@suse.de>
28212
28213         PR tree-optimization/43879
28214         * tree-ssa-structalias.c (type_could_have_pointers): Functions
28215         can have pointers.
28216
28217 2010-04-30  Jan Hubicka  <jh@suse.cz>
28218
28219         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
28220         varpool.
28221         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
28222
28223 2010-04-30  Jan Hubicka  <jh@suse.cz>
28224
28225         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
28226         New.
28227         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
28228         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
28229         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
28230         cgraph_node_set_needs_ltrans_p): Remove.
28231
28232 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
28233
28234         * sdbout.c: Include vec.h, do not include varray.h.
28235         (deferred_global_decls, sdbout_global_decl,
28236         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
28237         * toplev.c: Do not include varray.h.
28238         (dump_memory_report): Do not dump VARRAY statistics.
28239         * gengtype.c (open_base_file): Ignore varray.h.
28240         * Makefile.in: Update for abovementioned changes.
28241         Remove all traces of varray.c and varray.h.
28242         * varray.c: Remove file.
28243         * varray.h: Remove file.
28244
28245 2010-04-30  Jan Hubicka  <jh@suse.cz>
28246
28247         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
28248         references.
28249
28250 2010-04-30  Jan Hubicka  <jh@suse.cz>
28251
28252         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
28253         needed.
28254
28255 2010-04-30  Richard Guenther  <rguenther@suse.de>
28256
28257         * tree-ssa-structalias.c (get_constraint_for_1): Generate
28258         constraints for CONSTRUCTOR.
28259
28260 2010-04-30  Richard Guenther  <rguenther@suse.de>
28261
28262         PR lto/43946
28263         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
28264         first after all lowering passes.
28265
28266 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
28267
28268         * toplev.c: Include varray.h for statistics dumping.
28269         * tree.h: Do not declare varray_head_tag.
28270         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
28271         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
28272         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
28273         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
28274         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
28275         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
28276         c-common.c, c-common.h, reg-stack.c, basic-block.h,
28277         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
28278         include varray.h.
28279         * Makefile.in: Update for abovementioned changes.
28280
28281 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
28282
28283         PR debug/43942
28284         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
28285
28286 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
28287
28288         * config/picochip/picochip.c (picochip_legitimize_address): Define.
28289         Use this function to do machine-specific conversion.
28290         (picochip_legitimize_reload_address): Likewise.
28291         (picochip_legitimate_address_p): Check valid base register only if
28292         strict.
28293         (picochip_check_conditional_copy): Check for modw only if opnd is
28294         register.
28295         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
28296         to call the function in c.
28297         * config/picochip/picochip-protos.h
28298         (picochip_legitimize_reload_address): Define.
28299         * config/picochip/picochip.md (supported_compare1): Define.
28300
28301 2010-04-30  Jan Hubicka  <jh@suse.cz>
28302
28303         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
28304         (cgraph_global_info): Remove inlined.
28305         (LTO_cgraph_tag_names): Remove.
28306         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
28307         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
28308         simplify cgraph tags and document.
28309         (lto_output_node): Use only LTO_cgraph_unavail_node and
28310         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
28311         for_functions_valid, global info, process and output flags.
28312         (input_overwrite_node): Initialize estimated stack size and
28313         estimated growth.  Do not read flags we no longer store.
28314         (input_node): Likewise do not read info no longer stored.
28315         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
28316         flag.
28317
28318 2010-04-30  Richard Guenther  <rguenther@suse.de>
28319
28320         PR tree-optimization/43879
28321         * tree-ssa-structalias.c (get_constraint_for_1): Properly
28322         handle non-zero initializers.
28323
28324 2010-04-30  Richard Guenther  <rguenther@suse.de>
28325
28326         * builtins.c (fold_builtin_1): Delete free (0).
28327
28328 2010-04-29  Jan Hubicka  <jh@suse.cz>
28329
28330         * gengtype.c (open_base_files): Add lto-streamer.h
28331         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
28332         (pass_ipa_cp): GGC collect.
28333         * toplev. (compile_file): Do not output symbols.
28334         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
28335         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
28336         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
28337         * lto-section-in.c: Include ggc.h
28338         (lto_new_in_decl_state): Alloc in GGC.
28339         (lto_delete_in_decl_state): Likewise.
28340         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
28341         Collect.
28342
28343 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
28344
28345         PR target/42895
28346         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
28347         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
28348         (HONOR_REG_ALLOC_ORDER): Describe new macro.
28349         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
28350         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
28351         account only if HONOR_REG_ALLOC_ORDER is not defined.
28352         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
28353         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
28354
28355 2010-04-29  Jon Grant  <04@jguk.org>
28356
28357         * collect2.c (vflag): Change type from int to bool.
28358         (debug): Likewise.
28359         (helpflag): New global bool.
28360         (main): Set vflag and debug with boolean, not integer truth values.
28361         Accept new "--help" option and output usage text if found.
28362         * collect2.h (vflag): Update prototype.
28363         (debug): Likewise.
28364
28365 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
28366
28367         PR bootstrap/43936
28368         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
28369
28370 2010-04-29  Richard Guenther  <rguenther@suse.de>
28371
28372         PR bootstrap/43935
28373         * plugin.h (invoke_plugin_callbacks): Annotate arguments
28374         with ATTRIBUTE_UNUSED.
28375
28376 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
28377
28378         PR target/43921
28379         * config/i386/i386.c (get_some_local_dynamic_name): Replace
28380         INSN_P with NONDEBUG_INSN_P.
28381         (distance_non_agu_define): Likewise.
28382         (distance_agu_use): Likewise.
28383
28384 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
28385
28386         From Dominique d'Humieres  <dominiq@lps.ens.fr>
28387         PR bootstrap/43858
28388         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
28389         test_set.
28390
28391 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
28392
28393         * plugin.h (invoke_plugin_callbacks): New inline function.
28394         * plugin.c (flag_plugin_added): New global flag.
28395         (add_new_plugin): Initialize above flag.
28396         (invoke_plugin_callbacks): Rename to ...
28397         (invoke_plugin_callbacks_full): ... this.
28398
28399 2010-04-28  Jan Hubicka  <jh@suse.cz>
28400
28401         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
28402         (lto_varpool_replace_node): New.
28403         (lto_symtab_resolve_symbols): Resolve varpool nodes.
28404         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
28405         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
28406         * cgraph.h (varpool_node_ptr): New type.
28407         (varpool_node_ptr): New vector.
28408         (varpool_node_set_def): New structure.
28409         (varpool_node_set): New type.
28410         (varpool_node_set): New vector.
28411         (varpool_node_set_element_def): New structure.
28412         (varpool_node_set_element, const_varpool_node_set_element): New types.
28413         (varpool_node_set_iterator): New type.
28414         (varpool_node): Add prev pointers, add used_from_other_partition,
28415         in_other_partition.
28416         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
28417         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
28418         varpool_get_node, varpool_remove_node): Declare.
28419         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
28420         varpool_node_set_size): New inlines.
28421         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
28422         * tree-pass.h (varpool_node_set_def): Forward declare.
28423         (ipa_opt_pass_d): Summary writting takes vnode sets too.
28424         (ipa_write_optimization_summaries): Update prototype.
28425         * ipa-cp.c (ipcp_write_summary): Update.
28426         * ipa-reference.c (ipa_reference_write_summary): Update.
28427         * lto-cgraph.c (lto_output_varpool_node): New static function.
28428         (output_varpool): New function.
28429         (input_varpool_node): New static function.
28430         (input_varpool_1): New function.
28431         (input_cgraph): Input varpool.
28432         * ipa-pure-const.c (pure_const_write_summary): Update.
28433         * lto-streamer-out.c (lto_output): Update, output varpool too.
28434         (write_global_stream): Kill WPA hack.
28435         (produce_asm_for_decls): Update.
28436         (output_alias_pair_p): Handle variables.
28437         (output_unreferenced_globals): Output only needed partition of varpool.
28438         * ipa-inline.c (inline_write_summary): Update.
28439         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
28440         cgraph.
28441         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
28442         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
28443         varpool_node_set_new, varpool_node_set_add,
28444         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
28445         debug_varpool_node_set): New functions.
28446         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
28447         (execute_one_pass): Process new decls too.
28448         (ipa_write_summaries_2): Pass around vsets.
28449         (ipa_write_summaries_1): Likewise.
28450         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
28451         to add.
28452         (ipa_write_optimization_summaries_1): Pass around vsets.
28453         (ipa_write_optimization_summaries): Likewise.
28454         * varpool.c (varpool_get_node): New.
28455         (varpool_node): Update doubly linked lists.
28456         (varpool_remove_node): New.
28457         (dump_varpool_node): More dumping.
28458         (varpool_enqueue_needed_node): Update doubly linked lists.
28459         (decide_is_variable_needed): Kill ltrans hack.
28460         (varpool_finalize_decl): Kill lto hack.
28461         (varpool_assemble_decl): Skip decls in other partitions.
28462         (varpool_assemble_pending_decls): Update doubly linkes lists.
28463         (varpool_empty_needed_queue): Likewise.
28464         (varpool_extra_name_alias): Likewise.
28465         * lto-streamer.c (lto_get_section_name): Add vars section.
28466         * lto-streamer.h (lto_section_type): Update.
28467         (output_varpool, input_varpool): Declare.
28468
28469 2010-04-28  Mike Stump  <mikestump@comcast.net>
28470
28471         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
28472
28473 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
28474
28475         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
28476         record or union type with RECORD_OR_UNION_TYPE_P predicate.
28477         (lto_input_ts_type_tree_pointers): Likewise.
28478         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
28479         (lto_output_ts_type_tree_pointers): Likewise.
28480
28481 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
28482
28483         Uniquization of constants at the Tree level
28484         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
28485         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
28486         bit to the end.
28487         (tree_output_constant_def): Declare.
28488         * gimplify.c (gimplify_init_constructor): When using block copy, first
28489         uniquize the constant constructor on the RHS.
28490         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
28491         DECL_IN_CONSTANT_POOL flag.
28492         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
28493         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
28494         constant pool.
28495         (assemble_variable): Deal with symbols belonging to the tree constant
28496         pool.
28497         (get_constant_section): Add ALIGN parameter and simplify.
28498         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
28499         (assemble_constant_contents): Use the expression of the VAR_DECL.
28500         (output_constant_def_contents): Use the alignment of the VAR_DECL.
28501         (tree_output_constant_def): New global function.
28502         (mark_constant): Use the expression of the VAR_DECL.
28503         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
28504         its expression.
28505         (output_object_block): Likewise and assemble the expression.
28506
28507 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
28508
28509         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
28510         hash_tree, eq_tree): New tree hash table.
28511         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
28512         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
28513         lto_orig_address_remove): Reimplement.
28514
28515 2010-04-28  Xinliang David Li  <davidxl@google.com>
28516
28517         PR c/42643
28518         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
28519         (compute_uninit_opnds_pos): New function.
28520         (is_non_loop_exit_postdominating): New function.
28521         (compute_control_dep_chain): New function.
28522         (find_pdom): New function.
28523         (convert_control_dep_chain_into_preds): New function.
28524         (find_predicates): New function.
28525         (find_control_equiv_block): New function.
28526         (collect_phi_def_edges): New function.
28527         (find_def_preds): New function.
28528         (find_dom): New function.
28529         (dump_predicates): New function.
28530         (get_cmp_code): New function.
28531         (is_value_included_in): New function.
28532         (find_matching_predicate_in_rest_chains): New function.
28533         (use_pred_not_overlap_with_undef_path_pred): New function.
28534         (is_use_properly_guarded): New function.
28535         (normalize_cond_1): New function.
28536         (is_and_or_or): New function.
28537         (normalize_cond): New function.
28538         (is_gcond_subset_of): New function.
28539         (is_subset_of_any): New function.
28540         (is_or_set_subset_of): New function.
28541         (is_and_set_subset_of): New function.
28542         (is_norm_cond_subset_of): New function.
28543         (is_pred_expr_subset_of): New function.
28544         (is_pred_chain_subset_of): New function.
28545         (is_included_in): New function.
28546         (is_superset_of): New function.
28547         (find_uninit_use): New function.
28548         (warn_uninitialized_phi): New function.
28549         (compute_possibly_undefined_names): New function.
28550         (ssa_undefined_value_p): New function.
28551         (execute_late_warn_uninitialized): New function.
28552         * tree-ssa.c (ssa_undefined_value_p): Removed.
28553         (warn_uninit): Changed to extern.
28554         (warn_uninitialized_phi): Removed.
28555         (warn_uninitialized_vars): Changed to extern.
28556         (execute_late_warn_uninitialized): Removed
28557         * tree-flow.h: Add new prototypes.
28558         * timevar.def: Add new time variable.
28559         * Makefile.in: Add new build file.
28560
28561 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
28562
28563         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
28564         type if available.
28565
28566 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28567
28568         PR target/22224
28569         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
28570
28571 2010-04-28  Martin Jambor  <mjambor@suse.cz>
28572
28573         * cgraph.h (struct cgraph_node): New field indirect_calls.
28574         (struct cgraph_indirect_call_info): New type.
28575         (struct cgraph_edge): Removed field indirect_call. New fields
28576         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
28577         (cgraph_create_indirect_edge): Declare.
28578         (cgraph_make_edge_direct): Likewise.
28579         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
28580         * ipa-prop.h (struct ipa_param_call_note): Removed.
28581         (struct ipa_node_params): Removed field param_calls.
28582         (ipa_create_all_structures_for_iinln): Declare.
28583         * cgraph.c: Described indirect edges and uids in initial comment.
28584         (cgraph_add_edge_to_call_site_hash): New function.
28585         (cgraph_edge): Search also among the indirect edges, use
28586         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
28587         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
28588         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
28589         site hash.
28590         (initialize_inline_failed): Assign a reason to indirect edges.
28591         (cgraph_create_edge_1): New function.
28592         (cgraph_create_edge): Moved some functionality to
28593         cgraph_create_edge_1.
28594         (cgraph_create_indirect_edge): New function.
28595         (cgraph_edge_remove_callee): Add an assert checking for
28596         non-indirectness.
28597         (cgraph_edge_remove_caller): Special-case indirect edges.
28598         (cgraph_remove_edge): Likewise.
28599         (cgraph_set_edge_callee): New function.
28600         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
28601         (cgraph_make_edge_direct): New function.
28602         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
28603         the declaration of the call statement matches.
28604         (cgraph_node_remove_callees): Special-case indirect edges.
28605         (cgraph_clone_edge): Likewise.
28606         (cgraph_clone_node): Clone also the indirect edges.
28607         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
28608         indirect_call, dump count of indirect_calls edges.
28609         * ipa-prop.c (iinlining_processed_edges): New variable.
28610         (ipa_note_param_call): Create indirect edges instead of
28611         creating notes.  New parameter node.
28612         (ipa_analyze_call_uses): New parameter node, pass it on to
28613         ipa_note_param_call.
28614         (ipa_analyze_stmt_uses): Likewise.
28615         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
28616         (print_edge_addition_message): Work on edges rather than on notes.
28617         (update_call_notes_after_inlining): Likewise, renamed to
28618         update_indirect_edges_after_inlining.
28619         (ipa_create_all_structures_for_iinln): New function.
28620         (ipa_free_node_params_substructures): Do not free notes.
28621         (ipa_edge_duplication_hook): Propagate bits within
28622         iinlining_processed_edges bitmap.
28623         (ipa_node_duplication_hook): Do not duplicate notes.
28624         (free_all_ipa_structures_after_ipa_cp): Renamed to
28625         ipa_free_all_structures_after_ipa_cp.
28626         (free_all_ipa_structures_after_iinln): Renamed to
28627         ipa_free_all_structures_after_iinln.
28628         (ipa_write_param_call_note): Removed.
28629         (ipa_read_param_call_note): Removed.
28630         (ipa_write_indirect_edge_info): New function.
28631         (ipa_read_indirect_edge_info): Likewise.
28632         (ipa_write_node_info): Do not stream notes, do stream information
28633         in indirect edges.
28634         (ipa_read_node_info): Likewise.
28635         (lto_ipa_fixup_call_notes): Removed.
28636         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
28637         * ipa-inline.c (pass_ipa_inline): Likewise.
28638         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
28639         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
28640         * tree-inline.c (copy_bb): Removed an unnecessary double check for
28641         is_gimple_call.
28642         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
28643         edges.
28644         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
28645         (output_cgraph): Stream also indirect edges.
28646         (lto_output_edge): Added capability to stream indirect edges.
28647         (input_edge): Likewise.
28648         (input_cgraph_1): Likewise.
28649         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
28650         of indirect edges.
28651
28652 2010-04-28  Richard Guenther  <rguenther@suse.de>
28653
28654         PR tree-optimization/43879
28655         PR tree-optimization/43909
28656         * tree-ssa-structalias.c (struct variable_info): Add
28657         only_restrict_pointers flag.
28658         (new_var_info): Initialize it.  Increment stats.total_vars here.
28659         (create_function_info_for): Do not increment stats.total_vars here.
28660         (get_function_part_constraint): Fix build with C++.
28661         (insert_into_field_list): Remove.
28662         (push_fields_onto_fieldstack): Properly merge fields.
28663         (create_variable_info_for): Split and simplify.
28664         (create_variable_info_for_1): New piece.
28665         (intra_create_variable_infos): Properly make restrict constraints
28666         from parameters.
28667
28668 2010-04-28  Richard Guenther  <rguenther@suse.de>
28669
28670         PR c++/43880
28671         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
28672
28673 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
28674             Jan Hubicka  <hubicka@ucw.cz>
28675
28676         * doc/invoke.texi (-Wsuggest-attribute=const,
28677         -Wsuggest-attribute=pure): Document.
28678         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
28679         (function_always_visible_to_compiler_p,
28680         suggest_attribute, warn_function_pure, warn_function_const):
28681         New functions.
28682         (check_call): Improve debug info.
28683         (analyze_function): Do not check availability.
28684         (add_new_function): Check availability.
28685         (propagate): Output warnings.
28686         (skip_function_for_local_pure_const): New function.
28687         (local_pure_const): Use it; output warnings.
28688         * common.opt (Wsuggest-attribute=const,
28689         Wsuggest-attribute=pure): New.
28690
28691 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
28692
28693         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
28694         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
28695         or DW_CFA_def_cfa_offset{,_sf}.
28696
28697 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
28698
28699         * tree.h: Fix truncated long macros.
28700
28701 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
28702
28703         * collect2.c (TARGET_64BIT): Redefine to target's default.
28704         * tlink.c: Likewise.
28705         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
28706         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
28707         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
28708         for underscoring __USER_LABEL_PREFIX__.
28709         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
28710         (SUB_LINK_ENTRY32): New.
28711         (SUB_LINK_ENTRY64): New.
28712         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
28713         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
28714         (SUB_LINK_ENTRY64): New.
28715         (SUB_LINK_ENTRY): New.
28716         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
28717         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
28718         x64 target is choosen.
28719         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
28720         * configure: Regenerated.
28721         * configure.ac (leading-mingw64-underscores): Option added.
28722
28723 2010-04-27  Jan Hubicka  <jh@suse.cz>
28724
28725         * doc/invoke.texi (-fipa-profile): Document.
28726         * opts.c (decode_options): Enable ipa-profile at -O1.
28727         * timevar.def (TV_IPA_PROFILE): Define.
28728         * common.opt (fipa-profile): Add.
28729         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
28730         flag for clones.
28731         (cgraph_propagate_frequency): Handle only local ones.
28732         * tree-pass.h (pass_ipa_profile): Declare.
28733         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
28734         (pass_ipa_profile): Use TV_IPA_PROFILE.
28735         * ipa.c (ipa_profile): New function.
28736         (gate_ipa_profile): Likewise.
28737         (pass_ipa_profile): New global variable.
28738         * passes.c (pass_ipa_profile): New.
28739
28740 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
28741
28742         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
28743
28744 2010-04-27  Martin Jambor  <mjambor@suse.cz>
28745
28746         PR middle-end/43812
28747         * ipa.c (dissolve_same_comdat_group_list): New function.
28748         (function_and_variable_visibility): Call
28749         dissolve_same_comdat_group_list when comdat group contains external or
28750         newly local nodes.
28751         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
28752         lists are circular and that they contain only DECL_ONE_ONLY nodes.
28753
28754 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
28755
28756         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
28757         (const_hash_1) <VECTOR_CST>: New case.
28758         (compare_constant) <VECTOR_CST>: Likewise.
28759         <ADDR_EXPR>: Deal with LABEL_REFs.
28760         (copy_constant) <VECTOR_CST>: New case.
28761
28762 2010-04-27  Jan Hubicka  <jh@suse.cz>
28763
28764         * cgraph.c (cgraph_propagate_frequency): New function.
28765         * cgraph.h (cgraph_propagate_frequency): Declare.
28766         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
28767         cgraph_propagate_frequency.
28768
28769 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
28770
28771         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
28772
28773 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
28774
28775         PR target/40657
28776         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
28777         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
28778         here to determine which regs to push and how much stack to reserve.
28779
28780 2010-04-27  Jie Zhang  <jie@codesourcery.com>
28781
28782         * doc/gimple.texi (gimple_statement_with_ops): Remove
28783         addresses_taken field.
28784         (gimple_statement_with_memory_ops): Likewise.
28785
28786 2010-04-27  Jan Hubicka  <jh@suse.cz>
28787
28788         * tree-inline.c (eni_inlining_weights): Remove.
28789         (estimate_num_insns): Special case more builtins.
28790
28791 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
28792
28793         PR c/32207
28794         * c-typeck.c (build_binary_op): Move forward check for comparison
28795         pointer with null pointer constant and adjust the diagnostic message.
28796
28797 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
28798
28799         PR lto/42776
28800         * configure.ac (gcc_cv_as_section_has_align): Set if installed
28801         binutils supports extended .section directive needed by LTO, or
28802         warn if older binutils found.
28803         (LTO_BINARY_READER): New AC_SUBST'd variable.
28804         (LTO_USE_LIBELF): Likewise.
28805         * config.gcc (lto_binary_reader): New target-specific configure
28806         variable.
28807         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
28808         (LTO_USE_LIBELF): Likewise.
28809         * configure: Regenerate.
28810
28811         * collect2.c (is_elf): Rename from this ...
28812         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
28813          object files in addition to ELF-formatted ones.
28814         (scan_prog_file): Caller updated.  Also allow for LTO info marker
28815         symbol to be prefixed or not by an extra underscore.
28816
28817         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
28818         * config/i386/winnt.c: Also #include lto-streamer.h
28819         (i386_pe_asm_named_section): Specify 1-byte section alignment for
28820         LTO named sections.
28821         (i386_pe_asm_output_aligned_decl_common): Add comment.
28822         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
28823
28824 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
28825
28826         PR target/43889
28827         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
28828         Add missing earlyclobber for second alternative.
28829
28830 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
28831
28832         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
28833         bits for artificial defs at the top of the block.
28834         * fwprop.c (single_def_use_enter_block): Don't call it.
28835
28836 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
28837
28838         PR 43715
28839         * configure.ac: Use "$gcc_cv_nm -g" on darwin
28840         instead of "$gcc_cv_objdump -T".
28841         Use "-undefined dynamic_lookup" on darwin.
28842         * configure: Regenerate.
28843
28844 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
28845
28846         PR c/43893
28847         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
28848
28849 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
28850
28851         * c-parser.c (struct c_token): Move location field up.
28852         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
28853         (struct c_declspecs): Convert typespec_word, storage_class, and
28854         default_int_p into bitfields.
28855         (struct c_declarator): Move loc field up.
28856
28857 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
28858
28859         * cfgloop.h (struct loop): Move can_be_parallel field up.
28860         * ipa-prop.h (struct ip_node_params): Move bitfields up.
28861         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
28862         down.
28863         (struct iv_cand): Convert pos field into a bitfield.
28864         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
28865         field up.
28866         (struct _stmt_vec_info): Shuffle fields for better packing.
28867
28868 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
28869
28870         * varasm.c (IN_NAMED_SECTION): Remove guard.
28871         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
28872         (IN_NAMED_SECTION_P): ...this.
28873         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
28874         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
28875
28876 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
28877
28878         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
28879         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
28880         of shadowing it.  Fix comments.
28881
28882 2010-04-26  Jan Hubicka  <jh@suse.cz>
28883
28884         * cgraph.c (cgraph_create_node): Set node frequency to normal.
28885         (cgraph_clone_node): Copy function frequency.
28886         * cgraph.h (node_frequency): New enum
28887         (struct cgraph_node): Add.
28888         * final.c (rest_of_clean_state): Update.
28889         * lto-cgraph.c (lto_output_node): Output node frequency.
28890         (input_overwrite_node): Input node frequency.
28891         * tre-ssa-loop-ivopts (computation_cost): Update.
28892         * lto-streamer-out.c (output_function): Do not output function
28893         frequency.
28894         * predict.c (maybe_hot_frequency_p): Update and handle functions
28895         executed once.
28896         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
28897         attribute lookup.
28898         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
28899         (compute_function_frequency): Set noreturn functions to be executed
28900         once.
28901         (choose_function_section): Update.
28902         * lto-streamer-in.c (input_function): Do not input function frequency.
28903         * function.c (allocate_struct_function): Do not initialize function
28904         frequency.
28905         * function.h (function_frequency): Remove.
28906         (struct function): Remove function frequency.
28907         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
28908         (try_update): Update.
28909         * tree-inline.c (initialize_cfun): Do not update function frequency.
28910         * passes.c (pass_init_dump_file): Update.
28911         * i386.c (ix86_compute_frame_layout): Update.
28912         (ix86_pad_returns): Update.
28913
28914 2010-04-26  Jie Zhang  <jie@codesourcery.com>
28915
28916         PR tree-optimization/43833
28917         * tree-vrp.c (range_int_cst_p): New.
28918         (range_int_cst_singleton_p): New.
28919         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
28920         when both operands are constants.  Use range_int_cst_p in
28921         BIT_IOR_EXPR case.
28922
28923 2010-04-26  Jan Hubicka  <jh@suse.cz>
28924
28925         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
28926
28927 2010-04-26  Richard Guenther  <rguenther@suse.de>
28928
28929         PR lto/43080
28930         * gimple.c (gimple_decl_printable_name): Deal gracefully
28931         with a NULL DECL_NAME.
28932
28933 2010-04-26  Richard Guenther  <rguenther@suse.de>
28934
28935         PR lto/42425
28936         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
28937         if emitting debug information and it is either a function
28938         or a namespace decl.
28939
28940 2010-04-26  Ira Rosen  <irar@il.ibm.com>
28941
28942         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
28943         determine if the statement is vectorizable, and a macro to access it.
28944         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
28945         Skip statements that can't be vectorized. If the analysis fails,
28946         mark the statement as unvectorizable if vectorizing basic block.
28947         (vect_compute_data_refs_alignment): Likewise.
28948         (vect_verify_datarefs_alignment): Skip statements marked as
28949         unvectorizable. Add print.
28950         (vect_analyze_group_access): Skip statements that can't be
28951         vectorized. If the analysis fails, mark the statement as
28952         unvectorizable if vectorizing basic block.
28953         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
28954         * tree-vect-stmts.c (vectorizable_store): Fix the number of
28955         generated stmts for SLP.
28956         (new_stmt_vec_info): Initialize the new field.
28957         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
28958         statements marked as unvectorizable.
28959
28960 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
28961
28962         * c-common.c (flag_isoc1x): New.
28963         (flag_isoc99): Update comment.
28964         * c-common.h (flag_isoc1x): New.
28965         (flag_isoc99): Update comment.
28966         * c-cppbuiltin.c (builtin_define_float_constants): Also define
28967         __<type>_DECIMAL_DIG__.
28968         * c-opts.c (set_std_c1x): New.
28969         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
28970         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
28971         * c.opt (-std=c1x, -std=gnu1x): New options.
28972         * doc/cpp.texi: Mention -std=c1x.
28973         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
28974         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
28975         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
28976         * doc/standards.texi: Mention C1X.
28977         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
28978         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
28979         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
28980         Define for C1X.
28981
28982 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
28983
28984         * config/i386/gmon-sol2.c (_mcleanup): Change format string
28985         placeholder from 0x%x to %#x.
28986         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
28987         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
28988         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
28989         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
28990         * config/i386/i386.c (ix86_target_string): Ditto.
28991         (output_pic_addr_const): Ditto.
28992         (print_operand): Ditto.
28993
28994 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
28995
28996         * combine.c (find_split_point): Add third argument.  Use it
28997         to find nested multiply-accumulate instructions.  Adjust calls.
28998         (try_combine): Adjust call to find_split_point.
28999
29000 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
29001
29002         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
29003
29004 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
29005
29006         PR tree-optimization/41442
29007         * fold-const.c (merge_truthop_with_opposite_arm): New function.
29008         (fold_binary_loc): Call it.
29009
29010 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
29011
29012         * toplev.c (general_init): Set default for fdiagnostics-show-option.
29013         * opts.c (common_handle_option): Allow disabling it.
29014         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
29015
29016 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
29017
29018         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
29019         between modes if both types are integral.
29020
29021 2010-04-23  Richard Guenther  <rguenther@suse.de>
29022
29023         PR tree-optimization/43572
29024         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
29025
29026 2010-04-23  Richard Guenther  <rguenther@suse.de>
29027
29028         PR lto/43455
29029         * tree-inline.c (tree_can_inline_p): Also check compatibility
29030         of return types.
29031
29032 2010-04-23  Martin Jambor  <mjambor@suse.cz>
29033
29034         PR tree-optimization/43846
29035         * tree-sra.c (struct access): New flag grp_assignment_read.
29036         (build_accesses_from_assign): Set grp_assignment_read.
29037         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
29038         (enum mark_read_status): New type.
29039         (analyze_access_subtree): Propagate grp_assignment_read, create
29040         accesses also if both direct_read and root->grp_assignment_read.
29041
29042 2010-04-23  Martin Jambor  <mjambor@suse.cz>
29043
29044         PR middle-end/43835
29045         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
29046         function does not have type attributes.
29047
29048 2010-04-23  Richard Guenther  <rguenther@suse.de>
29049
29050         PR lto/42653
29051         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
29052         of FUNCTION_DECLs.
29053
29054 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29055
29056         * sese.h (create_if_region_on_edge): Remove.
29057
29058         * sese.c (create_if_region_on_edge): Make static.
29059
29060         * tree-inline.c: Do not include ggc.h.
29061
29062         * expr.c: Do not include ggc.h.
29063
29064         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
29065         dependencies.
29066
29067 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
29068
29069         PR target/43744
29070         * config/sh/sh.c (find_barrier): Don't emit a constant pool
29071         in the middle of insns for casesi_worker_2.
29072
29073 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
29074
29075         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
29076
29077 2010-04-22  Ira Rosen  <irar@il.ibm.com>
29078
29079         PR tree-optimization/43842
29080         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
29081         loop unrolling in update of exit phis. Fix comment.
29082         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
29083         least two reduction statements in the loop before starting SLP
29084         analysis.
29085
29086 2010-04-22  Nick Clifton  <nickc@redhat.com>
29087
29088         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
29089
29090 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
29091
29092         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
29093         to simplify a + ~a.
29094
29095 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29096
29097         * tree-parloops.c (loop_parallel_p): New argument
29098         parloop_obstack.  Pass it down.
29099         (parallelize_loops): New variable parloop_obstack.  Initialize it,
29100         pass it down, free it.
29101
29102         * tree-loop-linear.c (linear_transform_loops): Pass down
29103         lambda_obstack.
29104
29105         * tree-data-ref.h (lambda_compute_access_matrices): New argument
29106         of type struct obstack *.
29107
29108         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
29109         scratch_obstack.  Initialize it, pass down, free it.
29110
29111         * lambda.h (lambda_loop_new): Remove.
29112         (lambda_matrix_new, lambda_matrix_inverse)
29113         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
29114         argument of type struct obstack *.
29115
29116         * lambda-trans.c (lambda_trans_matrix_new): New argument
29117         lambda_obstack.  Pass it down, use obstack allocation for ret.
29118         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
29119         it down.
29120
29121         * lambda-mat.c (lambda_matrix_get_column)
29122         (lambda_matrix_project_to_null): Remove.
29123         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
29124         allocation for mat.
29125         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
29126         lambda_obstack.
29127
29128         * lambda-code.c (lambda_loop_new): New function.
29129         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
29130         (lambda_compute_auxillary_space, lambda_compute_target_space)
29131         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
29132         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
29133         (build_access_matrix): New argument lambda_obstack.  Use obstack
29134         allocation for am.
29135         (lambda_compute_step_signs, lambda_compute_access_matrices): New
29136         argument lambda_obstack.  Pass it down.
29137
29138 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
29139
29140         * optabs.h (expand_widening_mult): Declare.
29141
29142 2010-04-22  Richard Guenther  <rguenther@suse.de>
29143
29144         PR tree-optimization/43845
29145         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
29146         lookup the CALL_EXPR function and arguments.
29147
29148 2010-04-22  Nick Clifton  <nickc@redhat.com>
29149
29150         * config/stormy16/stormy16.c
29151         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
29152         * config/stormy16/stormy16.h: Tidy up formatting.
29153         (DONT_USE_BUILTIN_SETJMP): Remove definition.
29154         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
29155         (ineqbranchsi): Delete pattern.
29156         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
29157         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
29158         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
29159         stormy16-lib2-ucmpsi2.c.
29160
29161 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
29162
29163         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
29164         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
29165         extra set merge_set_noclobber, and use it to relax the final test
29166         slightly.
29167         * df.h (df_simulate_find_noclobber_defs): Declare.
29168         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
29169         conditional defs.
29170         (df_simulate_find_noclobber_defs): New function.
29171
29172 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
29173
29174         * config/i386/i386.md: Use {} around multi-line preparation statements.
29175
29176 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
29177
29178         * c-tree.h (push_init_level, pop_init_level, set_init_index)
29179         (process_init_element): New argument of type struct obstack *.
29180
29181         * c-typeck.c (push_init_level, pop_init_level, set_designator)
29182         (set_init_index, set_init_label, set_nonincremental_init)
29183         (set_nonincremental_init_from_string, find_init_member)
29184         (output_init_element, output_pending_init_elements)
29185         (process_init_element): New argument braced_init_obstack.  Pass it
29186         down.
29187         (push_range_stack, add_pending_init): New argument
29188         braced_init_obstack.  Use obstack allocation.
29189
29190         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
29191         braced_init_obstack.  Pass it down.
29192         (c_parser_braced_init): New variables ret, braced_init_obstack.
29193         Initialize obstack, pass it down and finally free it.
29194
29195 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
29196
29197         PR middle-end/29274
29198         * tree-pass.h (pass_optimize_widening_mul): Declare.
29199         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
29200         gate_optimize_widening_mul): New static functions.
29201         (pass_optimize_widening_mul): New.
29202         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
29203         <case MULT_EXPR>: Remove support for widening multiplies.
29204         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
29205         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
29206         simplify_gen_unary rather than directly building extensions.
29207         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
29208         WIDEN_MULT_EXPR.
29209         * expmed.c (expand_widening_mult): New function.
29210         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
29211
29212 2010-04-21  Jan Hubicka  <jh@suse.cz>
29213
29214         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
29215         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
29216         * lto-wpa-fixup.c: Remove.
29217         * Makefile.in (lto-wpa-fixup.o): Remove.
29218         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
29219         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
29220         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
29221
29222 2010-04-21  Jan Hubicka  <jh@suse.cz>
29223
29224         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
29225         add write_optimization_summary, read_optimization_summary.
29226         (ipa_write_summaries_of_cgraph_node_set): Remove.
29227         (ipa_write_optimization_summaries): Declare.
29228         (ipa_read_optimization_summaries): Declare.
29229         * ipa-cp.c (pass_ipa_cp): Update.
29230         * ipa-reference.c (pass_ipa_reference): Update.
29231         * ipa-pure-const.c (pass_ipa_pure_const): Update.
29232         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
29233         Update.
29234         * ipa-inline.c (pass_ipa_inline): Update.
29235         * ipa.c (pass_ipa_whole_program): Update.
29236         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
29237         * passes.c (ipa_write_summaries_1): Do not test wpa.
29238         (ipa_write_optimization_summaries_1): New.
29239         (ipa_write_optimization_summaries): New.
29240         (ipa_read_summaries): Do not test ltrans.
29241         (ipa_read_optimization_summaries_1): New.
29242         (ipa_read_optimization_summaries): New.
29243
29244 2010-04-21  Jan Hubicka  <jh@suse.cz>
29245
29246         * lto-cgraph.c (lto_output_node): Do not output comdat groups
29247         for boundary nodes.
29248         (output_cgraph): Do not arrange comdat groups for boundary nodes.
29249
29250 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
29251
29252         PR debug/40040
29253         * dwarf2out.c (add_name_and_src_coords_attributes): Add
29254         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
29255
29256 2010-04-21  Jan Hubicka  <jh@suse.cz>
29257
29258         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
29259
29260 2010-04-21  Jan Hubicka  <jh@suse.cz>
29261
29262         * varpool.c (decide_is_variable_needed): Variable is always needed
29263         during ltrans.
29264
29265 2010-04-21  Jan Hubicka  <jh@suse.cz>
29266
29267         * opts.c (decode_options): Enable pure-const pass for whopr.
29268
29269 2010-04-21  Jan Hubicka  <jh@suse.cz>
29270
29271         * cgraph.c (dump_cgraph_node): Dump also assembler name.
29272         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
29273         at WPA dumping.
29274         (cgraph_decide_inlining): Do not expect callee to be removed in all
29275         cases.
29276
29277 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
29278
29279         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
29280
29281 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
29282
29283         * config/i386/i386.md (x86_shrd): Add athlon_decode and
29284         amdfam10_decode attributes.
29285
29286 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
29287
29288         PR middle-end/43570
29289         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
29290         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
29291         (lower_copyprivate_clauses): Use private var in outer
29292         context instead of original var.  Make sure the types
29293         are correct for VLAs.
29294
29295 2010-04-21  Richard Guenther  <rguenther@suse.de>
29296
29297         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
29298         to non-pointer objects.
29299
29300 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
29301
29302         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
29303         last chain entry if it starts with the still current label.
29304         (add_location_or_const_value_attribute): Check that
29305         loc_list->first->next is NULL instead of comparing ->first with ->last.
29306         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
29307         to add_var_loc_to_decl.
29308
29309         * dwarf2out.c (output_call_frame_info): For dw_cie_version
29310         >= 4 add also address size and segment size fields into CIE header.
29311
29312         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
29313         long as address size is the same as sizeof (void *) and
29314         segment size is 0.
29315         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
29316         address size or segment size is unexpected, return DW_EH_PE_omit.
29317         (classify_object_over_fdes): If get_cie_encoding returned
29318         DW_EH_PE_omit, return -1.
29319         (init_object): If classify_object_over_fdes returned -1,
29320         pretend there were no FDEs at all.
29321
29322 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
29323
29324         * config/i386/i386.md (bswap<mode>2): Macroize expander from
29325         bswap{si,di}2 using SWI48 mode iterator.
29326         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
29327         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
29328         set modrm attribute of bswap insn to 0 and remove length attribute.
29329         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
29330         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
29331         set mode attribute to <MODE> and remove length attribute.
29332
29333 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
29334
29335         PR rtl-optimization/43520
29336         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
29337         zero available registers.
29338
29339 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
29340
29341         * builtins.c (fold_builtin_cproj): Fold more cases.
29342
29343 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
29344
29345         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
29346         (fold_builtin_1): Fold builtin cproj.
29347         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
29348         Use ATTR_CONST_NOTHROW_LIST.
29349
29350 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
29351
29352         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
29353         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
29354         ffsi2_no_cmove for !TARGET_CMOVE.
29355         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
29356         (ffssi2): Remove expander.
29357         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
29358         mode iterator.
29359         (ctz<mode>2): Ditto from ctz{si,di}2.
29360         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
29361         mode iterator.
29362         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
29363         mode iterator.
29364
29365 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
29366
29367         * dwarf2out.c (AT_linkage_name): Define.
29368         (clone_as_declaration): Handle DW_AT_linkage_name.
29369         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
29370         of DW_AT_MIPS_linkage_name.
29371         (move_linkage_attr): Likewise.
29372         (dwarf2out_finish): Likewise.
29373
29374 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
29375
29376         PR middle-end/41952
29377         * fold-const.c (fold_comparison): New folding rule.
29378
29379 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
29380
29381         * double-int.h (double_int_setbit): Declare.
29382         * double-int.c (double_int_setbit): New function.
29383         * rtl.h (immed_double_int_const): Declare.
29384         * emit-rtl.c (immed_double_int_const): New function.
29385         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
29386         and immed_double_int_const functions.
29387         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
29388         expand_copysign_bit): (Ditto.).
29389         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
29390         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
29391         * dojump.c (prefer_and_bit_test): (Ditto.).
29392         * expr.c (convert_modes, reduce_to_bit_field_precision,
29393         const_vector_from_tree): (Ditto.).
29394         * expmed.c (mask_rtx, lshift_value): (Ditto.).
29395
29396 2010-04-20  Jan Hubicka  <jh@suse.cz>
29397
29398         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
29399         (dump_cgraph_node): Dump new flags.
29400         * cgraph.h (struct cgraph_node): Add flags
29401         reachable_from_other_partition and in_other_partition.
29402         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
29403         other partition can not be removed.
29404         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
29405         the other partition must be output; silence sanity checking on
29406         leaking functions bodies from other paritition.
29407         * lto-cgraph.c (reachable_from_other_partition_p): New function.
29408         (lto_output_node): Output new flags; do not sanity check that inline
29409         clones are output; drop lto_forced_extern_inline_p code; do not mock
29410         visibility flags at partition boundaries.
29411         (add_node_to): New function.
29412         (output_cgraph): Use it to sort functions so masters appear before
29413         clones.
29414         (input_overwrite_node): Input new flags.
29415         * passes.c (ipa_write_summaries): Do not call
29416         lto_new_extern_inline_states.
29417         * lto-section-out.c (forced_extern_inline,
29418         lto_new_extern_inline_states lto_delete_extern_inline_states,
29419         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
29420         * lto-streamer.h (lto_new_extern_inline_states,
29421         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
29422         lto_forced_extern_inline_p): Kill.
29423
29424 2010-04-20  Richard Guenther  <rguenther@suse.de>
29425
29426         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
29427         from vars that can have pointers.
29428         (process_constraint): Dump useless constraints.
29429
29430 2010-04-20  Richard Guenther  <rguenther@suse.de>
29431
29432         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
29433         (dump_sa_points_to_info): Remove asserts.
29434         (init_base_vars): nothing_id isn't an escape point nor does it
29435         have pointers.
29436
29437 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
29438
29439         * tree.h (TYPE_REF_IS_RVALUE): Define.
29440         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
29441         should_move_die_to_comdat, prune_unused_types_walk): Handle
29442         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
29443         (modified_type_die, gen_reference_type_die): Emit
29444         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
29445         if TYPE_REF_IS_RVALUE and -gdwarf-4.
29446
29447 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29448
29449         PR target/43635
29450         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
29451         calls for -fpic -m31 if they have been sibcall optimized.
29452
29453 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
29454
29455         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
29456         ar.lc fixed and call-used.
29457
29458         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
29459
29460 2010-04-19  Jan Hubicka  <jh@suse.cz>
29461
29462         * opts.c (decode_options): Disable whpr incompatible passes.
29463         * lto/lto.c (lto_1_to_1_map): Skip clones.
29464         (read_cgraph_and_symbols): Do not mark everything as needed.
29465         (do_whole_program_analysis): Do map only after optimizing;
29466         set proper cgraph_state; use passmanager.
29467
29468 2010-04-19  DJ Delorie  <dj@redhat.com>
29469
29470         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
29471         POINTER_PLUS_EXPR and fix them.
29472
29473 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
29474
29475         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
29476         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
29477         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
29478         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
29479         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
29480         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
29481         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
29482         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
29483         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
29484         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
29485         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
29486
29487 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
29488
29489         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
29490         (check_cond_move_block): Likewise.
29491         (cond_move_process_if_block): Likewise.
29492         (noce_find_if_block): Improve formatting.
29493         (find_if_header): Pass 0 to memset and tweak conditions.
29494         (cond_exec_find_if_block): Fix long lines and tweak conditions.
29495
29496 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
29497
29498         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
29499         for -gdwarf-4.
29500
29501         PR middle-end/43337
29502         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
29503         with non-local decl doesn't need chain.
29504
29505 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
29506
29507         * ira-color.c (allocno_reload_assign): Avoid accumulating
29508         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
29509
29510 2010-04-19  Martin Jambor  <mjambor@suse.cz>
29511
29512         * gimple.h (create_tmp_reg): Declare.
29513         * gimplify.c (create_tmp_reg): New function.
29514         (gimplify_return_expr): Use create_tmp_reg.
29515         (gimplify_omp_atomic): Likewise.
29516         (gimple_regimplify_operands): Likewise.
29517         * tree-dfa.c (make_rename_temp): Likewise.
29518         * tree-predcom.c (predcom_tmp_var): Likewise.
29519         (reassociate_to_the_same_stmt): Likewise.
29520         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
29521         (get_replaced_param_substitute): Likewise.
29522         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
29523         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
29524         * tree-ssa-pre.c (get_representative_for): Likewise.
29525         (create_expression_by_pieces): Likewise.
29526         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
29527         (create_tailcall_accumulator): Likewise.
29528
29529 2010-04-19  Martin Jambor  <mjambor@suse.cz>
29530
29531         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
29532         new_stmt.
29533         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
29534
29535 2010-04-19  Richard Guenther  <rguenther@suse.de>
29536
29537         PR tree-optimization/43796
29538         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
29539         from SCEV in the lattice.
29540         (vrp_visit_phi_node): Dump change.
29541
29542 2010-04-19  Richard Guenther  <rguenther@suse.de>
29543
29544         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
29545         * configure: Re-generated.
29546
29547 2010-04-19  Richard Guenther  <rguenther@suse.de>
29548
29549         PR tree-optimization/43783
29550         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
29551         constant ARRAY_REF operands two and three if possible.
29552
29553 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
29554
29555         PR target/43766
29556         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
29557
29558 2010-04-19  Jie Zhang  <jie@codesourcery.com>
29559
29560         PR target/43662
29561         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
29562
29563 2010-04-19  Ira Rosen  <irar@il.ibm.com>
29564
29565         PR tree-optimization/37027
29566         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
29567         and macro to access it.
29568         (vectorizable_reduction): Add argument.
29569         (vect_get_slp_defs): Likewise.
29570         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
29571         statements for possible use in SLP.
29572         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
29573         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
29574         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
29575         add new argument.
29576         (vectorizable_reduction): Likewise.
29577         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
29578         vect_get_slp_defs.
29579         (vectorizable_type_demotion, vectorizable_type_promotion,
29580         vectorizable_store): Likewise.
29581         (vect_analyze_stmt): Update call to vectorizable_reduction.
29582         (vect_transform_stmt): Likewise.
29583         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
29584         (vect_build_slp_tree): Fix indentation. Check that there are no loads
29585         from different interleaving chains in same node.
29586         (vect_slp_rearrange_stmts): New function.
29587         (vect_supported_load_permutation_p): Allow load permutations for
29588         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
29589         inside SLP nodes if necessary.
29590         (vect_analyze_slp_instance): Handle reductions.
29591         (vect_analyze_slp): Try to build SLP instances originating from groups
29592         of reductions.
29593         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
29594         (vect_get_constant_vectors): Create initial vectors for reductions
29595         according to reduction code. Add new argument.
29596         (vect_get_slp_defs): Add new argument, pass it to
29597         vect_get_constant_vectors.
29598         (vect_schedule_slp_instance): Remove SLP tree root statements.
29599
29600 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
29601
29602         * tree.h (ENUM_IS_SCOPED): Define.
29603         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
29604         for ENUM_IS_SCOPED enums.
29605
29606 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
29607
29608         * fold-const.c (fold_comparison): Use ssizetype.
29609         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
29610         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
29611         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
29612         * tree-object-size.c (compute_object_sizes): Use size_type_node.
29613
29614         * tree.h (initialize_sizetypes): Remove parameter.
29615         (build_common_tree_nodes): Remove second parameter.
29616         * stor-layout.c (initialize_sizetypes): Remove parameter.
29617         Always create an unsigned type.
29618         (set_sizetype): Assert that the passed type is unsigned and simplify.
29619         * tree.c (build_common_tree_nodes): Remove second parameter.
29620         Adjust call to initialize_sizetypes.
29621         * c-decl.c (c_init_decl_processing): Remove second argument in call to
29622         build_common_tree_nodes.
29623
29624 2010-04-18  Matthias Klose  <doko@ubuntu.com>
29625
29626         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
29627
29628 2010-04-18  Ira Rosen  <irar@il.ibm.com>
29629
29630         PR tree-optimization/43771
29631         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
29632         load permutation doesn't have gaps.
29633
29634 2010-04-18  Jan Hubicka  <jh@suse.cz>
29635
29636         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
29637         (sse_prologue_save_insn expander): Use new pattern.
29638         (sse_prologue_save_insn1): New pattern and splitter.
29639         (sse_prologue_save_insn): Update to deal also with 64bit aligned
29640         blocks.
29641         * i386.c (setup_incoming_varargs_64): Do not compute jump
29642         destination here.
29643         (ix86_gimplify_va_arg): Update alignment needed.
29644         (ix86_local_alignment): Do not align all local arrays to 128bit.
29645
29646 2010-04-17  Jan Hubicka  <jh@suse.cz>
29647
29648         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
29649
29650 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
29651
29652         * arm.md (negdi2): Remove redundant code to force values into a
29653         register.
29654
29655 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
29656
29657         * arm/bpabi.S: Add EABI alignment attributes to objects.
29658         * arm/bpabi-v6m.S: Likewise.
29659         * arm/crti.asm: Likewise.
29660         * arm/crtn.asm: Likewise.
29661         * arm/lib1funcs.asm: Likewise.
29662         * arm/libunwind.S: Likewise.
29663
29664 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
29665
29666         * arm-protos.h (tune_params): New structure.
29667         * arm.c (current_tune): New variable.
29668         (arm_constant_limit): Delete.
29669         (struct processors): Add pointer to the tune parameters.
29670         (arm_slowmul_tune): New tuning option.
29671         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
29672         (all_cores): Adjust to pick up the tuning model.
29673         (arm_constant_limit): New function.
29674         (arm_override_options): Select the appropriate tuning model.  Delete
29675         initialization of arm_const_limit.
29676         (arm_split_constant): Use the new constant-limit model.
29677         (arm_rtx_costs): Pick up the current tuning model.
29678         * arm.md (is_strongarm, is_xscale): Delete.
29679         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
29680         for Xscale variant architectures.
29681         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
29682
29683 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
29684
29685         * config/arm/arm.c (arm_gen_constant): Remove unused variable
29686         can_shift.
29687         (arm_rtx_costs_1): Remove unused variable extra_cost.
29688         (arm_unwind_emit_set): Use variable offset.
29689         (thumb1_output_casesi): Remove unused variable flags.
29690
29691 2010-04-16  Jeff Law  <law@redhat.com>
29692
29693         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
29694         needing assignment rather than doing a two-phase assignment.  Remove
29695         unused variable 'm'.
29696
29697 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
29698
29699         PR bootstrap/43767
29700         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
29701
29702 2010-04-16  Doug Kwan  <dougkwan@google.com>
29703
29704         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
29705         (next_operand_entry_id): New static variable.
29706         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
29707         (add_to_ops_vec): Assigned unique ID to operand entry.
29708         (struct oecount_s): New field ID.
29709         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
29710         (undistribute_ops_list): Assign unique IDs to oecounts.
29711         (init_reassoc): reset next_operand_entry_id.
29712
29713 2010-04-16  Doug Kwan  <dougkwan@google.com>
29714
29715         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
29716         missing left parenthesis.
29717
29718 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
29719
29720         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
29721         *btdi_rex64 using SWI48 mode iterator.
29722         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
29723         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
29724         *jcc_btdi_mask_rex64.
29725
29726 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
29727
29728         * double-int.h (tree_to_double_int): Convert to macro.
29729         * double-int.c (tree_to_double_int): Remove.
29730
29731 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
29732
29733         PR debug/43762
29734         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
29735         with want_address 2 and in case a single element list might be
29736         possible, call it again with want_address 0.
29737
29738 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
29739
29740         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
29741         case 'W' print operands for HI mode.
29742         * config/h8300/h8300.h (Y0, Y2) : New constraints.
29743         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
29744         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
29745         * config/h8300/predicate.md (bit_register_indirect_operand): New.
29746
29747         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
29748
29749         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
29750         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
29751         #xx:3 and #xx:4 mode.
29752
29753         * config/h8300/h8300.md (inverted load with HImode dest): Add
29754         support for H8300SX.
29755
29756         * config/h8300/predicate.md (bit_operand): Allow immediate values that
29757         satisfy 'U' constraint.
29758
29759 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29760
29761         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
29762         * configure: Regenerate.
29763         * config.in: Regenerate.
29764         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
29765         works.
29766
29767 2010-04-16  Richard Guenther  <rguenther@suse.de>
29768
29769         * tree.h (struct tree_decl_minimal): Move pt_uid ...
29770         (struct tree_decl_common): ... here.
29771         (DECL_PT_UID): Adjust.
29772         (SET_DECL_PT_UID): Likewise.
29773         (DECL_PT_UID_SET_P): Likewise.
29774
29775 2010-04-16  Richard Guenther  <rguenther@suse.de>
29776
29777         PR tree-optimization/43572
29778         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
29779         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
29780         * tree-flow.h (is_call_clobbered): Remove.
29781         * tree-flow-inline.h (is_call_clobbered): Likewise.
29782         * tree-dfa.c (dump_variable): Do not dump call clobber state.
29783         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
29784         (execute_return_slot_opt): Adjust.
29785         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
29786         check for call clobbered vars here.
29787         (find_tail_calls): Move tailcall verification to the
29788         proper place.
29789
29790 2010-04-16  Diego Novillo  <dnovillo@google.com>
29791
29792         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
29793
29794 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
29795
29796         PR target/40603
29797         * config/arm/arm.md (cbranchqi4): New pattern.
29798         * config/arm/predicates.md (const0_operand,
29799         cbranchqi4_comparison_operator): New predicates.
29800
29801 2010-04-16  Richard Guenther  <rguenther@suse.de>
29802
29803         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
29804         (dump_gimple_stmt): Likewise.
29805
29806 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
29807
29808         * recog.h (struct recog_data): New field is_operator.
29809         (struct insn_operand_data): New field is_operator.
29810         * recog.c (extract_insn): Set recog_data.is_operator.
29811         * genoutput.c (output_operand_data): Emit code to set the
29812         is_operator field.
29813         * reload.c (find_reloads): Use it rather than testing for an
29814         empty constraint string.
29815
29816         PR target/41514
29817         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
29818         If the previous insn is a cbranchsi4_insn with the same arguments,
29819         omit the compare instruction.
29820
29821         * config/arm/arm.md (addsi3_cbranch): If destination is a high
29822         register, inputs must be low registers and we need a low register
29823         scratch.  Handle alternative 2 like alternative 3.
29824
29825 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
29826
29827         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
29828         don't call get_addr on both.  If one expression is a VALUE and
29829         the other a REG, check VALUE's locs if the REG isn't among them.
29830
29831 2010-04-16  Christian Bruel  <christian.bruel@st.com>
29832
29833         * config/sh/sh.h (sh_frame_pointer_required): New function.
29834         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
29835         (flag_omit_frame_pointer) Set.
29836         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
29837         (rounded_frame_size): Adjust size with outgoing_args_size.
29838         (sh_set_return_address): Must return from stack pointer.
29839         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
29840         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
29841         (ACCUMULATE_OUTGOING_ARGS): Define.
29842         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
29843         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
29844
29845 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
29846
29847         PR target/43471
29848         * config/sh/sh.c (sh_legitimize_reload_address): Use
29849         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
29850         Remove a unneeded check for offset_base.
29851
29852 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
29853
29854         * configure: Regenerated.
29855
29856 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29857
29858         * config/s390/s390.c (s390_call_save_register_used): Switch back
29859         to HARD_REGNO_NREGS.
29860
29861 2010-04-15  Richard Guenther  <rguenther@suse.de>
29862
29863         * alias.c (alias_set_subset_of): Handle alias-set zero
29864         child properly.
29865
29866 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
29867             Julian Brown  <julian@codesourcery.com>
29868
29869         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
29870         alternatives according to use of high and low regs.
29871         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
29872         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
29873         optimizing for size on Thumb-2.
29874
29875 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
29876
29877         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
29878
29879 2010-04-15  Richard Guenther  <rguenther@suse.de>
29880
29881         * tree-ssa-structalias.c (struct variable_info): Add
29882         is_fn_info flag.
29883         (new_var_info): Initialize it.
29884         (dump_constraints): Support printing last added constraints.
29885         (debug_constraints): Adjust.
29886         (dump_constraint_graph): Likewise.
29887         (make_heapvar_for): Check for NULL cfun.
29888         (get_function_part_constraint): New function.
29889         (get_fi_for_callee): Likewise.
29890         (find_func_aliases): Properly implement IPA PTA constraints.
29891         (process_ipa_clobber): New function.
29892         (find_func_clobbers): Likewise.
29893         (insert_into_field_list_sorted): Remove.
29894         (create_function_info_for): Properly allocate vars for IPA mode.
29895         Do not use insert_into_field_list_sorted.
29896         (create_variable_info_for): Properly generate constraints for
29897         global vars in IPA mode.
29898         (dump_solution_for_var): Always dump the solution.
29899         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
29900         (find_what_var_points_to): Adjust.
29901         (pt_solution_set): Change.
29902         (pt_solution_ior_into): New function.
29903         (pt_solution_empty_p): Export.
29904         (pt_solution_includes_global): Adjust.
29905         (pt_solution_includes_1): Likewise.
29906         (pt_solutions_intersect_1): Likewise.
29907         (dump_sa_points_to_info): Check some invariants.
29908         (solve_constraints): Move constraint dumping ...
29909         (compute_points_to_sets): ... here.
29910         (ipa_pta_execute): ... and here.
29911         (compute_may_aliases): Do not re-compute points-to info
29912         locally if IPA info is available.
29913         (ipa_escaped_pt): New global var.
29914         (ipa_pta_execute): Properly implement IPA PTA.
29915         * tree-into-ssa.c (dump_decl_set): Support dumping
29916         decls not in referenced-vars.
29917         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
29918         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
29919         (dump_points_to_solution): Likewise.
29920         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
29921         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
29922         (remap_gimple_stmt): Reset call clobber/use information if necessary.
29923         (copy_decl_to_var): Copy DECL_PT_UID.
29924         (copy_result_decl_to_var): Likewise.
29925         * tree.c (make_node_stat): Initialize DECL_PT_UID.
29926         (copy_node_stat): Copy it.
29927         * tree.h (DECL_PT_UID): New macro.
29928         (SET_DECL_PT_UID): Likewise.
29929         (DECL_PT_UID_SET_P): Likewise.
29930         (struct tree_decl_minimal): Add pt_uid member.
29931         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
29932         (pt_solution_empty_p): Declare.
29933         (pt_solution_set): Adjust.
29934         (ipa_escaped_pt): Declare.
29935         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
29936         * gimple-pretty-print.c (pp_points_to_solution): New function.
29937         (dump_gimple_call): Dump call clobber/use information.
29938         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
29939         * tree-pass.h (TDF_ALIAS): New dump option.
29940         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
29941         * doc/invoke.texi (-fipa-pta): Update documentation.
29942
29943 2010-04-15  Richard Guenther  <rguenther@suse.de>
29944
29945         * Makefile.in (OBJS-common): Add gimple-fold.o.
29946         (gimple-fold.o): New rule.
29947         * tree.h (maybe_fold_offset_to_reference,
29948         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
29949         prototypes ...
29950         * gimple.h: ... here.
29951         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
29952         may_propagate_address_into_dereference): Move prototypes ...
29953         * gimple.h: ... here.
29954         * tree-ssa-ccp.c (get_symbol_constant_value,
29955         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
29956         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
29957         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
29958         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
29959         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
29960         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
29961         gimplify_and_update_call_from_tree): Move ...
29962         * gimple-fold.c: ... here.  New file.
29963         (ccp_fold_builtin): Rename to ...
29964         (gimple_fold_builtin): ... this.
29965         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
29966
29967 2010-04-15  Richard Guenther  <rguenther@suse.de>
29968
29969         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
29970         fit_double_type, force_fit_type_double, add_double_with_sign,
29971         neg_double, mul_double_with_sign, lshift_double, rshift_double,
29972         lrotate_double, rrotate_double, div_and_round_double): Move ...
29973         * double-int.c: ... here.
29974         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
29975         add_double, neg_double, mul_double_with_sign, mul_double,
29976         lshift_double, rshift_double, lrotate_double, rrotate_double,
29977         div_and_round_double): Move prototypes ...
29978         * double-int.h: ... here.
29979
29980 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
29981
29982         PR target/43742
29983         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
29984         matching constraints to ensure inputs match the output.
29985
29986 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
29987
29988         PR target/43742
29989         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
29990         in an input-only operand.
29991
29992 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
29993
29994         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
29995         (double_int_not, double_int_lshift, double_int_rshift): Declare.
29996         (double_int_negative_p): Convert to static inline function.
29997         * double-int.c (double_int_lshift, double_int_lshift): New functions.
29998         (double_int_negative_p): Remove.
29999         * tree.h (lshift_double, rshift_double):
30000         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
30001         * fold-const.c (fold_convert_const_int_from_real,
30002         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
30003         (lshift_double): Change type of arith argument to bool.
30004         (rshift_double): Change type of arith argument to bool. Correct
30005         comment.
30006         * expmed.c (mask_rtx, lshift_value): (Ditto.).
30007
30008 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
30009
30010         PR target/21803
30011         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
30012         at the start and end of the then/else blocks, and omit them from the
30013         conversion.
30014         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
30015         argument; all callers changed.  Pass zero to old_insns_match_p instead.
30016         (flow_find_head_matching_sequence): New function.
30017         (old_insns_match_p): Check REG_EH_REGION notes for calls.
30018         * basic-block.h (flow_find_cross_jump,
30019         flow_find_head_matching_sequence): Declare functions.
30020
30021 2010-04-14  Jason Merrill  <jason@redhat.com>
30022
30023         PR c++/36625
30024         * c-common.c (attribute_takes_identifier_p): New fn.
30025         * c-common.h: Declare it.
30026
30027 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30028
30029         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
30030         splitter condition.
30031         (*udivmod<mode>4): Ditto.
30032
30033 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30034
30035         * config/i386/i386.md (maxmin_int): Rename code attribute from
30036         maxminiprefix and update all users.
30037         (maxmin_float): Ditto from maxminfprefix.
30038         (logic): Ditto from logicprefix.
30039         (absneg_mnemonic): Ditto from absnegprefix.
30040         * config/i386/mmx.md: Update all users of maxminiprefix,
30041         maxminfprefix and logicprefix for rename.
30042         * config/i386/sse.md: Ditto.
30043         * config/i386/sync.md (sync_<code><mode>): Update for
30044         logicprefix rename.
30045
30046 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30047
30048         PR 42966
30049         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
30050         warnings converted to errors.
30051
30052 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30053
30054         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
30055         used insn_type variable.
30056         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
30057         to avoid set-but-not-used warning.
30058
30059 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30060
30061         * df-core.c (df_ref_debug): Change format string placeholder
30062         from 0x%x to %#x.
30063         * dwarf2asm.c (dw2_asm_output_data_raw,
30064         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
30065         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
30066         * dwarf2out.c (output_cfi, output_cfi_directive,
30067         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
30068         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
30069         Ditto.
30070         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
30071         * print-rtl.c (print_rtx): Ditto.
30072
30073 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
30074
30075         PR middle-end/42694
30076         * builtins.c (expand_builtin_pow_root): New function to expand pow
30077         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
30078         series of sqrt and cbrt calls under -ffast-math.
30079         (expand_builtin_pow): Call it.
30080
30081 2010-04-14  Michael Matz  <matz@suse.de>
30082
30083         PR tree-optimization/42963
30084         * tree-cfg.c (touched_switch_bbs): New static variable.
30085         (group_case_labels_stmt): New function broken out from ...
30086         (group_case_labels): ... here, use the above.
30087         (start_recording_case_labels): Allocate touched_switch_bbs.
30088         (end_recording_case_labels): Deallocate it, call
30089         group_case_labels_stmt.
30090         (gimple_redirect_edge_and_branch): Remember index of affected BB.
30091
30092 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30093
30094         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
30095         from insn template.
30096
30097 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
30098
30099         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
30100
30101 2010-04-13  Jan Hubicka  <jh@suse.cz>
30102
30103         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
30104         of optimized out static functions.
30105         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
30106         cost computation.  Also sanity check for overflows.
30107         (update_caller_keys): Update cgraph_edge_badness call; properly
30108         update fibheap and sanity check that it is up to date.
30109         (add_new_edges_to_heap): Update cgraph_edge_badness.
30110         (cgraph_decide_inlining_of_small_function): Likewise;
30111         add sanity checking that badness in heap is up to date;
30112         improve dumping of reason; Update badness of calls to the
30113         offline copy of function currently inlined; dump badness
30114         of functions not inlined because of unit growth limits.
30115
30116 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
30117
30118         PR middle-end/32628
30119         * c-common.c (pointer_int_sum): Disregard overflow that occured only
30120         because of sign-extension change when converting to sizetype here...
30121         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
30122
30123         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
30124         the folding to constants.  Remove redundant final conversion.
30125         (fold_binary) <associate>: Do not associate if the re-association of
30126         constants alone overflows.
30127         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
30128         to the end of the list.
30129         (multiple_of_p) <COND_EXPR>: New case.
30130
30131 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30132
30133         * opt-functions.awk (opt_sanitized_name): New.
30134         (opt_enum): New.
30135         * optc-gen.awk: Use it
30136         * opth-gen.awk: Use it.
30137
30138 2010-04-13  Martin Jambor  <mjambor@suse.cz>
30139
30140         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
30141         (sra_modify_assign): Delete stmts loading dead data even if racc has no
30142         children.  Call replace_uses_with_default_def_ssa_name to handle
30143         SSA_NAES on lhs.
30144
30145 2010-04-13  Michael Matz  <matz@suse.de>
30146
30147         PR middle-end/43730
30148         * builtins.c (expand_builtin_interclass_mathfn): Also create
30149         a register if the predicate doesn't match.
30150
30151 2010-04-13  Diego Novillo  <dnovillo@google.com>
30152
30153         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
30154         * c-pch.c: Include timevar.h.
30155         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
30156         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
30157         * ggc-common.c: Include timevar.h.
30158         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
30159         * timevar.def (TV_PCH_SAVE): Define.
30160         (TV_PCH_CPP_SAVE): Define.
30161         (TV_PCH_PTR_REALLOC): Define.
30162         (TV_PCH_PTR_SORT): Define.
30163         (TV_PCH_RESTORE): Define.
30164         (TV_PCH_CPP_RESTORE): Define.
30165
30166 2010-04-13  Michael Matz  <matz@suse.de>
30167
30168         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
30169         into MINUS_EXPRs.
30170         (can_reassociate_p): New function.
30171         (break_up_subtract_bb, reassociate_bb): Use it.
30172
30173 2010-04-13  Richard Guenther  <rguenther@suse.de>
30174
30175         PR bootstrap/43737
30176         * builtins.c (c_readstr): Fix assert.
30177
30178 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
30179
30180         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
30181         when generating cltd insn.
30182
30183         (*ashl<mode>3_1): Remove special handling for register operand 2.
30184         (*ashlsi3_1_zext): Ditto.
30185         (*ashlhi3_1): Ditto.
30186         (*ashlhi3_1_lea): Ditto.
30187         (*ashlqi3_1): Ditto.
30188         (*ashlqi3_1_lea): Ditto.
30189         (*<shiftrt_insn><mode>3_1): Ditto.
30190         (*<shiftrt_insn>si3_1_zext): Ditto.
30191         (*<shiftrt_insn>qi3_1_slp): Ditto.
30192         (*<rotate_insn><mode>3_1): Ditto.
30193         (*<rotate_insn>si3_1_zext): Ditto.
30194         (*<rotate_insn>qi3_1_slp): Ditto.
30195
30196 2010-04-13  Richard Guenther  <rguenther@suse.de>
30197
30198         * tree-ssa-structalias.c (callused_id): Remove.
30199         (call_stmt_vars): New.
30200         (get_call_vi): Likewise.
30201         (lookup_call_use_vi): Likewise.
30202         (lookup_call_clobber_vi): Likewise.
30203         (get_call_use_vi): Likewise.
30204         (get_call_clobber_vi): Likewise.
30205         (make_transitive_closure_constraints): Likewise.
30206         (handle_const_call): Adjust to do per-call call-used handling.
30207         (handle_pure_call): Likewise.
30208         (find_what_var_points_to): Remove general callused handling.
30209         (init_base_vars): Likewise.
30210         (init_alias_vars): Initialize call_stmt_vars.
30211         (compute_points_to_sets): Process call-used and call-clobbered
30212         vars for call statements.
30213         (delete_points_to_sets): Free call_stmt_vars.
30214
30215 2010-04-13  Richard Guenther  <rguenther@suse.de>
30216
30217         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
30218         Only add RW dependence for dependence distance zero.
30219         Adjust maximal vectorization factor according to dependences.
30220         Move alignment handling ...
30221         (vect_find_same_alignment_drs): ... here.  New function.
30222         (vect_analyze_data_ref_dependences): Adjust.
30223         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
30224         (vect_analyze_data_refs): Adjust minimal vectorization factor
30225         according to data references.
30226         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
30227         dependences before determining the vectorization factor.
30228         Analyze alignment after determining the vectorization factor.
30229         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
30230         dependences before alignment.
30231         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
30232         Adjust prototype.
30233         (vect_analyze_data_refs): Likewise.
30234         (MAX_VECTORIZATION_FACTOR): New define.
30235
30236 2010-04-13  Duncan Sands  <baldrick@free.fr>
30237
30238         * except.h (lang_eh_type_covers): Remove.
30239         * except.c (lang_eh_type_covers): Likewise.
30240
30241 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30242             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
30243
30244         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
30245         * config/s390/s390.c: Replace UNTIS_PER_WORD with
30246         UNITS_PER_LONG where it is ABI relevant.
30247         (s390_return_addr_rtx): Likewise.
30248         (s390_back_chain_rtx): Likewise.
30249         (s390_frame_area): Likewise.
30250         (s390_frame_info): Likewise.
30251         (s390_initial_elimination_offset): Likewise.
30252         (save_gprs): Likewise.
30253         (s390_emit_prologue): Likewise.
30254         (s390_emit_epilogue): Likewise.
30255         (s390_function_arg_advance): Likewise.
30256         (s390_function_arg): Likewise.
30257         (s390_va_start): Likewise.
30258         (s390_gimplify_va_arg): Likewise.
30259         (s390_function_profiler): Likewise.
30260         (s390_optimize_prologue): Likewise.
30261         (s390_rtx_costs): Likewise.
30262         (s390_secondary_reload): Likewise.
30263         (s390_promote_function_mode): Likewise.
30264         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
30265         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
30266         registers available.
30267         (s390_unwind_word_mode): New function.
30268         (s390_function_value): Split 64 bit values into register pair if
30269         used as return value.
30270         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
30271         function call parameters.  Handle parallels.
30272         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
30273         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
30274         (DWARF_CIE_DATA_ALIGNMENT): New macro.
30275         (s390_expand_setmem): Remove unused variable src_addr.
30276         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
30277         deal with 64 bit registers.
30278         * config/s390/s390.h: Define __zarch__ predefined macro.
30279         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
30280         (UNITS_PER_LONG): New macro.
30281         * libjava/include/s390-signal.h: Define extended ucontext
30282         structure containing the upper halfs of the 64 bit registers.
30283
30284 2010-04-13  Simon Baldwin  <simonb@google.com>
30285
30286         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
30287
30288 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
30289
30290         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
30291         rvalue on the RHS if the LHS is of a non-renamable type.
30292         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
30293
30294 2010-04-13  Matthias Klose  <doko@ubuntu.com>
30295
30296         * gcc.c (cc1_options): Handle -iplugindir before processing
30297         the cc1 spec. Only add -iplugindir once.
30298         (cpp_unique_options): Add -iplugindir option if -fplugin* options
30299         found.
30300         * common.opt (iplugindir): Remove `Separate' property, initialize.
30301         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
30302         option.
30303         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
30304         (distclean): Remove plugin dir.
30305         * doc/invoke.texi: Document -iplugindir.
30306
30307 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
30308
30309         * doc/plugins.texi (Loading Plugins): Document short
30310         -fplugin=foo option.
30311         (Plugin API): Mention default_plugin_dir_name function.
30312
30313         * gcc.c (find_file_spec_function): Add new declaration.
30314         (static_spec_func): Use it for "find-file".
30315         (find_file_spec_function): Add new function.
30316         (cc1_options): Add -iplugindir option if -fplugin* options found.
30317
30318         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
30319
30320         * plugin.c (add_new_plugin): Updated comment, and handle short
30321         plugin name.
30322         (default_plugin_dir_name): Added new function.
30323
30324         * common.opt (iplugindir): New option to set the plugin directory.
30325
30326 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
30327
30328         * config/i386/i386.md (any_rotate): New code iterator.
30329         (rotate_insn): New code attribute.
30330         (rotate): Ditto.
30331         (SWIM124): New mode iterator.
30332         (<rotate_insn>ti3): New expander.
30333         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
30334         any_rotate code iterator.
30335         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
30336         using any_rotate code iterator and SWIM124 mode iterator.
30337         (ix86_rotlti3): New insn_and_split pattern.
30338         (ix86_rotrti3): Ditto.
30339         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
30340         ix86_rotl{di,ti}3 patterns.
30341         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
30342         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
30343         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
30344         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
30345         code iterator and SWI mode iterator.
30346         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
30347         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
30348         code iterator.
30349         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
30350         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
30351         (bswap rotatert splitter): Add splitter.
30352         (bswap splitter): Macroize splitter using any_rotate code iterator.
30353         Add insn predicate to split only for TARGET_USE_XCHGB or when
30354         optimizing function for size.
30355
30356 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
30357
30358         * config/pa/pa.c (emit_move_sequence): Remove use of
30359         deleted variable flag_argument_noalias.
30360
30361 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30362
30363         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
30364         configurations.
30365         Add to unsupported targets list.
30366         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
30367         sparc*-sun-solaris2.[567]* from target lists.
30368         * configure: Regenerate.
30369         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
30370         removal.
30371         Remove Solaris 7 patch references.
30372         (Specific, sparc-sun-solaris2.7): Removed.
30373         (sparc-sun-solaris2*): Update Solaris 7 example.
30374         (sparc64-*-solaris2*): Likewise.
30375
30376 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30377
30378         * config.build (alpha*-dec-osf4*): Remove.
30379         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
30380         of obsolete configurations.
30381         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
30382         support.
30383         * config/alpha/t-osf4: Renamed to ...
30384         * config/alpha/t-osf5: ... this.
30385         * config/alpha/osf.h: Renamed to ...
30386         * config/alpha/osf5.h: ... this.
30387         Merged old osf5.h contents.
30388         Update comments.
30389         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
30390         (EXTRA_SPECS): Removed.
30391         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
30392         reflect removal of Tru64 UNIX V4.0/V5.0 support.
30393         Document that.
30394
30395 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30396
30397         * doc/contrib.texi (Contributors, Rainer Orth): Update.
30398
30399 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
30400
30401         PR/43702
30402         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
30403         __thiscall convention.
30404
30405 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
30406
30407         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
30408         orig_base.
30409         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
30410
30411 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
30412
30413         * function.c (assign_parms_initialize_all): Add unused attribute
30414         to fntype.
30415
30416 2010-04-12  Richard Guenther  <rguenther@suse.de>
30417
30418         * gsstruct.def (GSS_CALL): New.
30419         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
30420         * gimple.h: Include tree-ssa-alias.h.
30421         (struct gimple_statement_call): New.
30422         (union gimple_statement_struct_d): Add gimple_call member.
30423         (gimple_call_reset_alias_info): Declare.
30424         (gimple_call_use_set): New function.
30425         (gimple_call_clobber_set): Likewise.
30426         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
30427         * gimple.c (gimple_call_reset_alias_info): New function.
30428         (gimple_build_call_1): Call it.
30429         * lto-streamer-in.c (input_gimple_stmt): Likewise.
30430         * tree-inline.c (remap_gimple_stmt): Likewise.
30431         (expand_call_inline): Remove callused handling.
30432         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
30433         * tree-dfa.c (dump_variable): Likewise.
30434         * tree-parloops.c (parallelize_loops): Likewise.
30435         * tree-ssa.c (init_tree_ssa): Likewise.
30436         (delete_tree_ssa): Likewise.
30437         * tree-flow-inline.h (is_call_used): Remove.
30438         * tree-flow.h (struct gimple_df): Remove callused member.
30439         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
30440         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
30441         (ref_maybe_used_by_call_p_1): Simplify.
30442         (call_may_clobber_ref_p_1): Likewise.
30443         * tree-ssa-structalias.c (compute_points_to_sets): Set
30444         the call stmt used and clobbered sets.
30445         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
30446         (find_tail_calls): Verify the tail call.
30447
30448 2010-04-12  Richard Guenther  <rguenther@suse.de>
30449
30450         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
30451         single-iteration always-inline inlining.
30452         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
30453         (cgraph_decide_inlining): Do not handle always-inline specially.
30454         (try_inline): Remove always-inline cycle detection special case.
30455         Do not recurse on always-inlines.
30456         (cgraph_early_inlining): Do not iterate if not optimizing.
30457         (cgraph_gate_early_inlining): remove.
30458         (pass_early_inline): Run unconditionally.
30459         (gate_cgraph_decide_inlining): New function.
30460         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
30461         not inlining or optimizing.
30462         (cgraph_decide_inlining_of_small_functions): Also consider
30463         always-inline functions.
30464         (cgraph_default_inline_p): Return true for nodes which should
30465         disregard inline limits.
30466         (estimate_function_body_sizes): Assume zero size and time for
30467         nodes which are marked as disregarding inline limits.
30468         (cgraph_decide_recursive_inlining): Do not perform recursive
30469         inlining on always-inline nodes.
30470
30471 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
30472
30473         PR bootstrap/43699
30474         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
30475         for exprs satisfying handled_component_p.
30476
30477 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
30478
30479         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
30480         non-constant aggregate elements.
30481
30482         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
30483         is a real initialization.
30484
30485 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
30486
30487         PR c/36774
30488         * c-decl.c (start_function): Move forward check for nested function.
30489
30490 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
30491
30492         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
30493         * config/sh/sh.c: Include reload.h.
30494         (sh_legitimize_reload_address): New.
30495         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
30496         sh_legitimize_reload_address.
30497
30498 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
30499
30500         * config/sh/sh.md (*movqi_pop): New insn pattern.
30501         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
30502
30503 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
30504
30505         * config/i386/i386.md (any_shiftrt): New code iterator.
30506         (shiftrt_insn): New code attribute.
30507         (shiftrt): Ditto.
30508         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
30509         using any_shiftrt code iterator.
30510         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
30511         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
30512         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
30513         pattern from corresponding peephole2 patterns.
30514         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
30515         using any_shiftrt code iterator.
30516         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
30517         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
30518         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
30519         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
30520         *{ashr,lshr}<mode>3_cmp_zext.
30521         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
30522
30523 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
30524
30525         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
30526         scratch register.
30527         (*lshr<mode>3_cconly): Ditto.
30528
30529 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
30530
30531         * config/i386/i386.md (lshr<mode>3): Macroize expander from
30532         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
30533         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
30534         pattern from *lshr{di,ti}3_1 and corresponding splitters using
30535         DWI mode iterator.
30536         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
30537         from corresponding peephole2 patterns.
30538         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
30539         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
30540         and *lshrdi3_1_rex64 using SWI mode iterator.
30541         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
30542         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
30543         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
30544         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
30545         and *lshrdi3_cmp_rex64 using SWI mode iterator.
30546         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
30547         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
30548         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
30549         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
30550         SWI mode iterator.
30551
30552 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
30553
30554         * config/i386/i386.md (ashr<mode>3): Macroize expander from
30555         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
30556         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
30557         pattern from *ashr{di,ti}3_1 and corresponding splitters using
30558         DWI mode iterator.
30559         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
30560         from corresponding peephole2 patterns.
30561         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
30562         (ashrsi3_cvt): Rename from ashrsi3_31.
30563         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
30564         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
30565         and x86_64_shift_adj_3 using SWI48 mode iterator.
30566         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
30567         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
30568         and *ashrdi3_1_rex64 using SWI mode iterator.
30569         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
30570         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
30571         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
30572         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
30573         and *ashrdi3_cmp_rex64 using SWI mode iterator.
30574         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
30575         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
30576         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
30577         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
30578         SWI mode iterator.
30579         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
30580         * config/i386/i386.c (ix86_split_ashr): Update for renamed
30581         x86_shift<mode>_adj_3 expanders.
30582
30583 2010-04-10  Wei Guozhi  <carrot@google.com>
30584
30585         PR target/42601
30586         * config/arm/arm.c (arm_pic_static_addr): New function.
30587         (legitimize_pic_address): Call arm_pic_static_addr when it detects
30588         a static symbol.
30589         (arm_output_addr_const_extra): Output expression for new pattern.
30590         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
30591
30592 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
30593
30594         * ira-costs.c (record_reg_classes): Ignore alternatives that are
30595         not enabled.
30596
30597         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
30598         * web.c: Include "insn-config.h" and "recog.h".
30599         (union_match_dups): New function.
30600         (web_main): Call it.
30601         (union_defs): Don't try to recognize match_dups.
30602
30603         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
30604         if doing so would replace the entire pattern.
30605
30606 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
30607
30608         PR target/43707
30609         PR target/43709
30610         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
30611         and splitter pattern.  Change splitter operand 1 predicate to
30612         nonmemory_operand.
30613
30614 2010-04-09  Martin Jambor  <mjambor@suse.cz>
30615
30616         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
30617         lattices are addresses of CONST_DECLs with the same initial value.
30618         (ipcp_print_all_lattices): Print values of CONST_DECLs.
30619         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
30620
30621 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
30622             Bernd Schmidt  <bernds@codesourcery.com>
30623
30624         * loop-invariant.c (replace_uses): New static function.
30625         (move_invariant_reg): Use it to ensure we can replace the uses.
30626
30627 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
30628
30629         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
30630         function template.
30631         (picochip_override_options): Enable section anchors only above -O1.
30632         (picochip_reorg): Fixed a couple of build warnings.
30633
30634 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30635
30636         * configure.ac (plugin -rdynamic test): Log result.
30637         * configure: Regenerate.
30638         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
30639         (RDYNAMIC_SPEC): Define.
30640         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
30641
30642 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30643
30644         * configure.ac: Determine Sun ld version numbers.
30645         (comdat_group): Restrict GNU ld version checks to gld.
30646         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
30647         (enable_comdat): Support --enable-comdat.
30648         * configure: Regenerate.
30649         * doc/install.texi (Configuration): Document --enable-comdat.
30650
30651 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30652
30653         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
30654         * config/sol2-gld.h: ... here.
30655         * config.gcc (sparc*-*-solaris2*): Reflect this.
30656         (i[34567]86-*-solaris2*): Use it.
30657
30658 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
30659
30660         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
30661         setup_clocks_p.
30662         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
30663
30664 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30665
30666         PR 42965
30667         * diagnostic.c (diagnostic_initialize): Initialize
30668         some_warnings_are_errors.
30669         (diagnostic_finish): New.
30670         (diagnostic_action_after_output): Call it before exiting.
30671         (diagnostic_report_diagnostic): Do not print message here. Set
30672         some_warnings_are_errors.
30673         * diagnostic.h (diagnostic_context): Delete
30674         issue_warnings_are_errors_message. Add some_warnings_are_errors.
30675         (diagnostic_finish): Declare.
30676         * toplev.c (toplev_main): Call it before exit.
30677
30678 2010-04-09  Jason Merrill  <jason@redhat.com>
30679
30680         PR c++/42623
30681         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
30682         for incomplete type.
30683
30684         PR c++/41788
30685         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
30686         based on a warning flag.
30687
30688 2010-04-09  Richard Guenther  <rguenther@suse.de>
30689
30690         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
30691
30692 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
30693
30694         PR bootstrap/43684
30695         * varasm.c (default_assemble_visibility): Wrap vars that are
30696         set, but unused, by targets without GAS.
30697         * config/rs6000/rs6000.c (paired_emit_vector_compare):
30698         Remove set, but unused, vars.
30699         (rs6000_legitimize_tls_address): Likewise.
30700         (altivec_expand_dst_builtin): Likewise.
30701         * config/darwin.c (machopic_classify_symbol): Likewise.
30702         (machopic_indirection_name): Likewise.
30703
30704 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
30705
30706         * config/i386/i386.md (DWI): New mode iterator.
30707         (S): New mode attribute.
30708         (shift_operand): Ditto.
30709         (shift_immediate_operand): Ditto.
30710         (ashl_input_operand): Ditto.
30711         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
30712         using SDWIM mode iterator.
30713         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
30714         pattern from *ashl{di,ti}3_1 and corresponding splitters using
30715         DWI mode iterator.
30716         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
30717         from corresponding peephole2 patterns.
30718         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
30719         and x86_64_shift_adj_1 using SWI48 mode iterator.
30720         (x86_shift<mode>_adj_2): Ditto.
30721         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
30722         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
30723         using SWI48 mode iterator.
30724         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
30725         *ashldi3_cmp_rex64 using SWI mode iterator.
30726         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
30727         *ashldi3_cconly_rex64 using SWI mode iterator.
30728         * config/i386/i386.c (ix86_split_ashl): Update for renamed
30729         x86_shift<mode>_adj_{1,2}.
30730         (ix86_split_ashr): Ditto.
30731         (ix86_split_lshr): Ditto.
30732
30733 2010-04-09  Richard Guenther  <rguenther@suse.de>
30734
30735         * target.h (builtin_conversion): Pass in input and output types.
30736         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
30737         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
30738         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
30739         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
30740
30741         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
30742         Handle AVX modes.
30743         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
30744
30745 2010-04-09  Richard Guenther  <rguenther@suse.de>
30746
30747         PR target/43152
30748         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
30749
30750 2010-04-09  Richard Guenther  <rguenther@suse.de>
30751
30752         * tree-vectorizer.h (struct _stmt_vec_info): Document
30753         that vectype is the type of the LHS.
30754         (supportable_widening_operation, supportable_narrowing_operation):
30755         Get both input and output vector types as arguments.
30756         (vect_is_simple_use_1): Declare.
30757         (get_same_sized_vectype): Likewise.
30758         * tree-vect-loop.c (vect_determine_vectorization_factor):
30759         Set STMT_VINFO_VECTYPE to the vector type of the def.
30760         (vectorizable_reduction): Adjust.
30761         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
30762         Adjust.  Specify the output vector type.
30763         (vect_pattern_recog_1): Adjust.
30764         * tree-vect-stmts.c (get_same_sized_vectype): New function.
30765         (vectorizable_call): Adjust.
30766         (vectorizable_conversion): Likewise.
30767         (vectorizable_operation): Likewise.
30768         (vectorizable_type_demotion): Likewise.
30769         (vectorizable_type_promotion): Likewise.
30770         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
30771         the def.
30772         (vect_is_simple_use_1): New function.
30773         (supportable_widening_operation): Get both input and output
30774         vector types.
30775         (supportable_narrowing_operation): Likewise.
30776         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
30777
30778 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
30779
30780         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
30781         __thiscall and _thiscall as predefined macros.
30782         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
30783         thiscall attribute handling.
30784         (ix86_comp_type_attributes): Likewise.
30785         (ix86_function_regparm): Likewise.
30786         (ix86_return_pops_args): Likewise.
30787         (init_cumulative_args): Likewise.
30788         (find_drap_reg): Likewise.
30789         (ix86_static_chain): Likewise.
30790         (x86_this_parameter): Likewise.
30791         (x86_output_mi_thunk): Likewise.
30792         (ix86_attribute_table): Add description for thiscall attribute.
30793         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
30794         * doc/extend.texi: Add documentation for thiscall.
30795
30796 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30797
30798         PR c++/28584
30799         * c.opt (Wint-to-pointer-cast): Available in C++.
30800         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
30801
30802 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
30803
30804         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
30805         * calls.c (expand_call): Pass the function type to aggregate_value_p.
30806         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
30807         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
30808         function type instead.  Reorder and simplify checks.
30809
30810         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
30811
30812 2010-04-08  Jing Yu  <jingyu@google.com>
30813             Zdenek Dvorak  <ook@ucw.cz>
30814
30815         PR tree-optimization/42720
30816         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
30817         loop unswitch conditions here from ...
30818         (tree_unswitch_single_loop): ... here.
30819
30820 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
30821
30822         * tree-if-conv.c: Fix comments and simplify logic.
30823
30824 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
30825
30826         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
30827         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
30828         (main_tree_if_conversion): Update call to tree_if_conversion.
30829
30830 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
30831
30832         PR 42485
30833         * doc/invoke.texi (-b,-V): Delete.
30834         * doc/tm.texi: Do not mention -b.
30835         * gcc.c (display_help): Delete -b and -V.
30836         (process_command): Delete -b and -V.
30837         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
30838
30839 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
30840             Wolfgang Gellerich  <gellerich@de.ibm.com>
30841
30842         Implement target hook for loop unrolling
30843         * target.h (loop_unroll_adjust): Add a new target hook function.
30844         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
30845         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
30846         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
30847         (s390_loop_unroll_adjust): Implement the new target hook for s390.
30848         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
30849         target hook.
30850         (decide_unroll_stupid): Likewise.
30851
30852 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30853
30854         PR target/43643
30855         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
30856
30857 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30858
30859         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
30860         (Specific, *-*-solaris2*): Likewise.
30861         Don't prefer Sun as over GNU as.
30862
30863 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
30864
30865         * config/s390/s390.c (override_options): Adjust the z10 defaults
30866         for max-unroll-times, max-completely-peeled-insns
30867         and max-completely-peel-times.
30868
30869 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30870
30871         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
30872         instructions for z10.
30873         (s390_expand_setmem): Likewise.
30874         (s390_expand_cmpmem): Likewise.
30875
30876 2010-04-08  Richard Guenther  <rguenther@suse.de>
30877
30878         PR tree-optimization/43679
30879         * tree-ssa-pre.c (eliminate): Only propagate copies.
30880
30881 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
30882
30883         PR bootstrap/43681
30884         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
30885         set but not used variable warning.
30886
30887 2010-04-08  Wei Guozhi  <carrot@google.com>
30888
30889         PR target/41653
30890         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
30891         (arm_size_rtx_costs): Call the new function when optimized for size.
30892
30893 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
30894
30895         PR debug/43670
30896         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
30897         op0 is not a MEM, just return NULL instead of assertion
30898         failure.
30899         (discover_nonconstant_array_refs): Don't walk debug stmts.
30900
30901 2010-04-08  Doug Kwan  <dougkwan@google.com>
30902
30903         * configure.ac: Recognize gold and do not use its version number
30904         to test ld features.
30905         * configure: Regenerate.
30906
30907 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
30908
30909         PR middle-end/40815
30910         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
30911         (negate_value): Move code to push elements to broken_up_substracts ...
30912         (eliminate_plus_minus_pair): ... here.  Push operands that have no
30913         negative pair to plus_negates.
30914         (repropagate_negates, init_reassoc, fini_reassoc): Update.
30915
30916 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30917
30918         * doc/install.texi (Configuration): Move description of
30919         --enable-lto, --with-libelf*, --enable-gold from Java section to
30920         general section.
30921
30922         * doc/generic.texi (Working with declarations)
30923         (Function Properties, C and C++ Trees): Fix typos.
30924         * doc/sourcebuild.texi (Top Level): Likewise.
30925
30926 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
30927
30928         PR c/18624
30929         * tree.h (DECL_READ_P): Define.
30930         (struct tree_decl_common): Add decl_read_flag.
30931         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
30932         a set but not used warning.
30933         (merge_decls): Merge DECL_READ_P flag.
30934         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
30935         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
30936         * c-common.c (handle_used_attribute, handle_unused_attribute):
30937         Likewise.
30938         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
30939         New prototypes.
30940         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
30941         New functions.
30942         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
30943         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
30944         c_parser_binary_expression, c_parser_cast_expression,
30945         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
30946         Call default_function_array_read_conversion instead of
30947         default_function_array_conversion where needed.
30948         (c_parser_unary_expression, c_parser_conditional_expression,
30949         c_parser_postfix_expression_after_primary, c_parser_initelt):
30950         Likewise.  Call mark_exp_read where needed.
30951         (c_parser_statement_after_labels, c_parser_asm_operands,
30952         c_parser_typeof_specifier, c_parser_sizeof_expression,
30953         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
30954         where needed.
30955         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
30956         New.
30957         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
30958         (warn_unused_but_set_parameter): Default to warn_unused
30959         && extra_warnings.
30960         * doc/invoke.texi: Document -Wunused-but-set-variable and
30961         -Wunused-but-set-parameter.
30962
30963         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
30964         used count variable.
30965         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
30966         when operandN variables aren't used in the body of the expander
30967         or splitter.
30968         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
30969         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
30970         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
30971         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
30972         FOR_EACH_IMM_USE_ON_STMT): Likewise.
30973         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
30974         * tree.c (PROCESS_ARG): Likewise.
30975
30976 2010-04-07  Simon Baldwin  <simonb@google.com>
30977
30978         * diagnostic.h (diagnostic_override_option_index): New macro to
30979         set a diagnostic's option_index.
30980         * c-tree.h (c_cpp_error): Add warning reason argument.
30981         * opts.c (_warning_as_error_callback): New.
30982         (register_warning_as_error_callback): Store callback for
30983         warnings enabled via enable_warning_as_error.
30984         (enable_warning_as_error): Call callback, minor code tidy.
30985         * opts.h (register_warning_as_error_callback): Declare.
30986         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
30987         response to -Werror=.
30988         (c_common_init_options): Register warning_as_error_callback in opts.c.
30989         * common.opt: Add -Wno-cpp option.
30990         * c-common.c (struct reason_option_codes_t): Map cpp warning
30991         reason codes to gcc option indexes.
30992         * (c_option_controlling_cpp_error): New function, lookup the gcc
30993         option index for a cpp warning reason code.
30994         * (c_cpp_error): Add warning reason argument, call
30995         c_option_controlling_cpp_error for diagnostic_override_option_index.
30996         * doc/invoke.texi: Document -Wno-cpp.
30997
30998 2010-04-07  Richard Guenther  <rguenther@suse.de>
30999
31000         * ipa-reference.c (mark_load): Use get_base_address.
31001         (mark_store): Likewise.
31002
31003         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
31004         inserting GIMPLE_NOPs into the IL.
31005         * tree-ssa-structalias.c (get_constraint_for_component_ref):
31006         Explicitly strip handled components and indirect references.
31007
31008         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
31009         folding address expressions.
31010         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
31011         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
31012         operand_equal_p to compare decls.
31013         (ptr_deref_may_alias_decl_p): Likewise.
31014         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
31015         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
31016         Handle reversed comparison ops.
31017         * tree-sra.c (asm_visit_addr): Use get_base_address.
31018         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
31019         * ipa-reference.c (mark_address): Use get_base_address.
31020
31021 2010-04-07  Richard Guenther  <rguenther@suse.de>
31022
31023         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
31024         Propagate constants everywhere.
31025
31026 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
31027
31028         PR debug/43516
31029         * tree.c (MAX_INT_CACHED_PREC): Define.
31030         (nonstandard_integer_type_cache): New array.
31031         (build_nonstandard_integer_type): Cache results for precision
31032         <= MAX_INT_CACHED_PREC.
31033
31034 2010-04-07  Richard Guenther  <rguenther@suse.de>
31035
31036         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
31037         -fargument-noalias-global, -fargument-noalias-anything): Remove.
31038         * common.opt: Likewise.
31039         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
31040         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
31041         (nonoverlapping_memrefs_p): Likewise.
31042         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
31043         * opts.c (common_handle_option): Handle OPT_fargument_alias,
31044         OPT_fargument_noalias, OPT_fargument_noalias_anything and
31045         OPT_fargument_noalias_global for backward compatibility.
31046
31047 2010-04-07  Richard Guenther  <rguenther@suse.de>
31048
31049         PR tree-optimization/43270
31050         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
31051         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
31052         * tree-ssa-pre.c (phi_translate_1): Adjust.
31053         (fully_constant_expression): Split out vn_reference handling to ...
31054         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
31055         Fold reads from constant strings.
31056         (vn_reference_lookup): Handle fully constant references.
31057         (vn_reference_lookup_pieces): Likewise.
31058         * Makefile.in (expmed.o-warn): Add -Wno-error.
31059
31060 2010-04-07  Martin Jambor  <mjambor@suse.cz>
31061
31062         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
31063
31064 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
31065
31066         PR driver/41594
31067         * gcc.c: Add -static-libstdc++ to list of recognized options.
31068
31069 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31070
31071         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
31072
31073 2010-04-07  Richard Guenther  <rguenther@suse.de>
31074
31075         PR middle-end/42617
31076         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
31077         bases build simple mem attributes to retain points-to information.
31078
31079 2010-04-07  Richard Guenther  <rguenther@suse.de>
31080
31081         PR middle-end/42617
31082         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
31083         preserve points-to related information.
31084
31085 2010-04-07  Richard Guenther  <rguenther@suse.de>
31086
31087         PR middle-end/42617
31088         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
31089         discard plain indirect references.
31090         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
31091         * tree.c (tree_nop_conversion): Likewise.
31092
31093 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
31094
31095         PR debug/43628
31096         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
31097
31098 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
31099
31100         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
31101         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
31102
31103 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
31104
31105         * tree-if-conv.c: Fix indentation and comments.
31106
31107 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
31108
31109         * tree-if-conv.c: Sort static functions in topological order.
31110
31111 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
31112
31113         * tree-if-conv.c: Fix indentation and comments.
31114
31115 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31116
31117         PR middle-end/43519
31118         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
31119         lang_hooks.types.type_for_size instead of
31120         build_nonstandard_integer_type.
31121         When converting an unsigned type to signed, double its precision.
31122         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
31123         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
31124         (graphite_create_new_loop_guard): When ub + 1 wraps around,
31125         use lb <= ub.
31126
31127 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31128
31129         PR middle-end/43519
31130         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
31131         POINTER_PLUS_EXPR for pointer types.
31132
31133 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31134
31135         PR middle-end/43519
31136         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
31137         * graphite-clast-to-gimple.c: Include langhooks.h.
31138         (max_signed_precision_type): New.
31139         (max_precision_type): Takes two types as arguments.
31140         (precision_for_value): New.
31141         (precision_for_interval): New.
31142         (gcc_type_for_interval): New.
31143         (gcc_type_for_value): New.
31144         (gcc_type_for_clast_term): New.
31145         (gcc_type_for_clast_red): New.
31146         (gcc_type_for_clast_bin): New.
31147         (gcc_type_for_clast_expr): Split up into several functions.
31148         (gcc_type_for_clast_eq): Rewritten.
31149         (compute_bounds_for_level): New.
31150         (compute_type_for_level_1): New.
31151         (compute_type_for_level): New.
31152         (gcc_type_for_cloog_iv): Removed.
31153         (gcc_type_for_iv_of_clast_loop): Rewritten.
31154         (graphite_create_new_loop): Compute the lower and upper bound types
31155         with gcc_type_for_clast_expr.
31156         (graphite_create_new_loop_guard): Same.
31157         (find_cloog_iv_in_expr): Removed.
31158         (compute_cloog_iv_types_1): Removed.
31159         (compute_cloog_iv_types): Removed.
31160         (gloog): Do not call compute_cloog_iv_types.
31161         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
31162         GBB_CLOOG_IV_TYPES.
31163         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
31164         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
31165         (GBB_CLOOG_IV_TYPES): Removed.
31166
31167 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31168
31169         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
31170         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
31171         (detect_commutative_reduction): Same.
31172
31173 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31174
31175         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
31176         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
31177         argument.
31178         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
31179         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
31180         (rewrite_commutative_reductions_out_of_ssa): Same.
31181         * passes.c (execute_function_todo): Call verify_ssa for every pass
31182         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
31183         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
31184         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
31185         with an extra argument.
31186         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
31187         verify_ssa only when the extra argument is true.
31188         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
31189         with an extra argument.
31190         (tree_transform_and_unroll_loop): Same.
31191
31192 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
31193
31194         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
31195         for all the passes of the LNO having LOOP_CLOSED_SSA.
31196         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
31197         * tree-loop-distribution.c (pass_loop_distribution): Same.
31198         * tree-pass.h (TODO_verify_loops): Removed.
31199         * tree-ssa-loop.c (pass_tree_loop_init): Same.
31200         (pass_lim): Same.
31201         (pass_tree_unswitch): Same.
31202         (pass_predcom): Same.
31203         (pass_vectorize): Same.
31204         (pass_linear_transform): Same.
31205         (pass_graphite_transforms): Same.
31206         (pass_iv_canon): Same.
31207         (pass_complete_unroll): Same.
31208         (pass_complete_unrolli): Same.
31209         (pass_parallelize_loops): Same.
31210         (pass_loop_prefetch): Same.
31211         (pass_iv_optimize): Same.
31212
31213 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
31214
31215         PR middle-end/32824
31216         * passes.c (init_optimization_passes): Move pass_lim before
31217         pass_copy_prop and pass_dce_loop.
31218
31219 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
31220
31221         PR target/43667
31222         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
31223         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
31224         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
31225         MULTI_* defines for 4 argument vpermil2p* builtins.
31226
31227 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
31228
31229         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
31230         * config/i386/i386.c (x86_maybe_negate_const_int): New.
31231         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
31232         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
31233         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
31234         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
31235         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
31236         Use x86_maybe_negate_const_int to output insn mnemonic.
31237         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
31238         check from instruction predicate.  Update comments.
31239         * config/i386/sync.md (sync_add<mode>): Use
31240         x86_maybe_negate_const_int to output insn mnemonic.
31241
31242 2010-04-06  Jan Hubicka  <jh@suse.cz>
31243
31244         PR tree-optimization/42906
31245         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
31246         IGNORE_SELF argument.  Set visited_control_parents for fully
31247         processed BBs.
31248         (find_obviously_necessary_stmts): Update call of
31249         mark_control_dependent_edges_necessary.
31250         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
31251
31252 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
31253
31254         * config/i386/i386.md: Remove comment about 'e' and 'E'
31255         operand modifier.
31256
31257 2010-04-06  Richard Guenther  <rguenther@suse.de>
31258
31259         PR tree-optimization/43627
31260         * tree-vrp.c (extract_range_from_unary_expr): Widenings
31261         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
31262         not varying.
31263
31264 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
31265
31266         * BASE-VER: Change to 4.6.0.
31267
31268         PR target/43638
31269         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
31270         handling.
31271
31272 2010-04-06  Richard Guenther  <rguenther@suse.de>
31273
31274         PR middle-end/43661
31275         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
31276
31277 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31278
31279         * doc/invoke.texi (Optimize Options): Document that LTO
31280         won't remove object access purely due to incompatible
31281         declarations.
31282
31283 2010-04-04  Matthias Klose  <doko@ubuntu.com>
31284
31285         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
31286         Initialize variable.
31287
31288 2010-04-03  Richard Guenther  <rguenther@suse.de>
31289
31290         PR middle-end/42509
31291         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
31292         require a non-NULL MEM_OFFSET.
31293
31294 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
31295
31296         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
31297         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
31298         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
31299         config/alpha/predicates.md, config/arm/arm.md,
31300         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
31301         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
31302         config/darwin9.h, config/darwin.c, config/darwin.h,
31303         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
31304         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
31305         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
31306         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
31307         config/mips/mips.md, config/mn10300/mn10300.c,
31308         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
31309         config/rs6000/aix.h, config/rs6000/dfp.md,
31310         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
31311         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
31312         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
31313         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
31314         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
31315         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
31316         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
31317         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
31318         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
31319         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
31320         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
31321         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
31322         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
31323         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
31324         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
31325         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
31326         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
31327         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
31328         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
31329         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
31330         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
31331         opt-functions.awk, opth-gen.awk, params.def, passes.c,
31332         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
31333         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
31334         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
31335         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
31336         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
31337         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
31338         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
31339         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
31340         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
31341         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
31342         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
31343         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
31344         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
31345         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
31346
31347 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31348
31349         PR other/43620
31350         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
31351         * aclocal.m4: Regenerate.
31352
31353 2010-04-02  Richard Guenther  <rguenther@suse.de>
31354
31355         PR tree-optimization/43629
31356         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
31357         if we have seen a constant value.
31358
31359 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
31360
31361         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
31362
31363 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
31364
31365         PR target/43469
31366         * arm.c (legitimize_tls_address): Adjust call to
31367         gen_tls_load_dot_plus_four.
31368         (arm_note_pic_base): New function.
31369         (arm_cannot_copy_insn_p): Use it.
31370         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
31371         constraint.
31372
31373 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31374
31375         PR bootstrap/43531
31376
31377         Revert:
31378         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31379
31380         * Makefile.in ($(out_object_file)): Depend on
31381         gt-$(basename $(notdir $(out_file))).h.
31382
31383 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
31384
31385         * config.gcc (lm32-*-rtems*): Add t-lm32.
31386
31387 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
31388
31389         * config.gcc: Add lm32-*-rtems*.
31390         * config/lm32/rtems.h: New file.
31391
31392 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
31393
31394         PR target/42609
31395         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
31396
31397 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
31398
31399         * dwarf2out.c (output_compilation_unit_header): For
31400         -gdwarf-4 use version 4 instead of version 3.
31401         (output_line_info): For version 4 and above emit additional
31402         maximum ops per insn header field.
31403         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
31404
31405         * dwarf2out.c (is_c_family, is_java): Remove.
31406         (lower_bound_default): New function.
31407         (add_bound_info, gen_descr_array_type_die): Use it.
31408
31409 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
31410
31411         PR debug/43325
31412         * dwarf2out.c (gen_variable_die): Allow debug info for variable
31413         re-declaration when it happens in a function.
31414
31415 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
31416
31417         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
31418         (cgraph_remove_function_insertion_hook): Same.
31419         (cgraph_call_function_insertion_hooks): Same.
31420
31421 2010-04-01  Richard Guenther  <rguenther@suse.de>
31422
31423         PR middle-end/43614
31424         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
31425         and TREE_THIS_VOLATILE.
31426         (copy_ref_info): Likewise.
31427         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
31428         * tree.c (build6_stat): Ignore side-effects of all but arg5
31429         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
31430         TARGET_MEM_REF.
31431
31432 2010-04-01  Richard Guenther  <rguenther@suse.de>
31433
31434         PR tree-optimization/43607
31435         * ipa-type-escape.c (check_call): Do not access non-existing
31436         arguments.
31437
31438 2010-04-01  Richard Guenther  <rguenther@suse.de>
31439
31440         PR middle-end/43602
31441         Revert
31442         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
31443                     Jack Howarth  <howarth@bromo.med.uc.edu>
31444
31445         * tree-profile.c (tree_init_ic_make_global_vars): Make static
31446         variables TLS.
31447
31448 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31449
31450         * doc/install.texi (Prerequisites): Document libelf usability on
31451         IRIX 5/6 and Solaris 2.
31452         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
31453         Update GNU as, GNU ld requirements.
31454         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
31455         Document Sun Studio compiler download.
31456         Update and simplify as, ld recommendations.
31457         (Specific, *-*-solaris2.7): Note obsoletion, removal.
31458
31459 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31460
31461         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
31462         with_tune_32 to pentium4.
31463
31464 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
31465
31466         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
31467
31468 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31469
31470         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
31471         obsoletion, removal.
31472         Update IDO URL.
31473         Document GNU as requirement.
31474         Update configure requirements.
31475         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
31476         Recomment IRIX 6.5.18+.
31477         Document IDF/IDL requirement.
31478         Document GNU as requirement.
31479         Document GNU ld bootstrap failure.
31480         Remove freeware.sgi.com reference.
31481
31482 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31483
31484         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
31485         UNIX V4.0, V5.0 obsoletion, removal.
31486         Remove --with-gc=simple reference.
31487         Update VM requirements during bootstrap.
31488         Remove -oldas bootstrap description.
31489         Update binutils reference.
31490         Remove comparison failure note.
31491
31492 2010-03-31  Richard Guenther  <rguenther@suse.de>
31493             Zdenek Dvorak  <ook@ucw.cz>
31494             Sebastian Pop  <sebastian.pop@amd.com>
31495
31496         PR middle-end/43464
31497         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
31498         with multiple arguments.
31499         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
31500
31501 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
31502
31503         * graphite-dependences.c (print_pddr): Call print_pdr with an
31504         extra argument.
31505         * graphite-poly.c (debug_pdr): Add an extra argument for the
31506         verbosity level.
31507         (print_pdr): Same.
31508         (print_pbb_domain): Same.
31509         (print_pbb): Same.
31510         (print_scop_context): Same.
31511         (print_scop): Same.
31512         (print_cloog): Same.
31513         (debug_pbb_domain): Same.
31514         (debug_pbb): Same.
31515         (print_pdrs): Same.
31516         (debug_pdrs): Same.
31517         (debug_scop_context): Same.
31518         (debug_scop): Same.
31519         (debug_cloog): Same.
31520         (print_scop_params): Same.
31521         (debug_scop_params): Same.
31522         (print_iteration_domain): Same.
31523         (print_iteration_domains): Same.
31524         (debug_iteration_domain): Same.
31525         (debug_iteration_domains): Same.
31526         (print_scattering_function): Same.
31527         (print_scattering_functions): Same.
31528         (debug_scattering_function): Same.
31529         (debug_scattering_functions): Same.
31530         * graphite-poly.h (debug_pdr): Update declaration.
31531         (print_pdr): Same.
31532         (print_pbb_domain): Same.
31533         (print_pbb): Same.
31534         (print_scop_context): Same.
31535         (print_scop): Same.
31536         (print_cloog): Same.
31537         (debug_pbb_domain): Same.
31538         (debug_pbb): Same.
31539         (print_pdrs): Same.
31540         (debug_pdrs): Same.
31541         (debug_scop_context): Same.
31542         (debug_scop): Same.
31543         (debug_cloog): Same.
31544         (print_scop_params): Same.
31545         (debug_scop_params): Same.
31546         (print_iteration_domain): Same.
31547         (print_iteration_domains): Same.
31548         (debug_iteration_domain): Same.
31549         (debug_iteration_domains): Same.
31550         (print_scattering_function): Same.
31551         (print_scattering_functions): Same.
31552         (debug_scattering_function): Same.
31553         (debug_scattering_functions): Same.
31554
31555 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
31556
31557         * graphite-poly.c (print_scattering_function_1): New.
31558         (print_scattering_function): Call it.
31559         (print_scop_params): Remove spaces at the end of lines.
31560         (print_cloog): New.
31561         (debug_cloog): New.
31562         * graphite-poly.h (print_cloog): Declared.
31563         (debug_cloog): Declared.
31564
31565 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
31566
31567         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
31568         in loop->header.
31569         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
31570         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
31571         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
31572         to switch between adding the IV bump in loop->latch or in loop->header.
31573
31574 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
31575
31576         * graphite-poly.c (print_scattering_function): Pretty print following
31577         the scoplib format.
31578         (print_pdr): Same.
31579         (print_pbb_domain): Same.
31580         (dump_gbb_cases): Same.
31581         (dump_gbb_conditions): Same.
31582         (print_pdrs): Same.
31583         (print_pbb): Same.
31584         (print_scop_params): Same.
31585         (print_scop_context): Same.
31586         (print_scop): Same.
31587         (print_pbb_body): New.
31588         (lst_indent_to): New.
31589         (print_lst): Start new lines with a #.
31590         * graphite-poly.h (pbb_bb): New.
31591         (pbb_index): Use pbb_bb.
31592         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
31593         disjuncts.
31594         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
31595
31596 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
31597
31598         * dwarf2out.c (size_of_die): For -gdwarf-4 use
31599         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
31600         and 0 instead of 1 for dw_val_class_flag.
31601         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
31602         dw_val_class_range_list, dw_val_class_loc_list,
31603         dw_val_class_lineptr and dw_val_class_macptr, use
31604         DW_FORM_flag_present for dw_val_class_flag and
31605         DW_FORM_exprloc for dw_val_class_loc.
31606         (output_die): For -gdwarf-4 print dw_val_class_loc
31607         size as uleb128 instead of 1 or 2 bytes and don't print
31608         anything for dw_val_class_flag.
31609
31610         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
31611         instead of cselib_lookup following by tweaking locs->setting_insn.
31612
31613         PR bootstrap/43596
31614         * cselib.c (cselib_process_insn): Clear cselib_current_insn
31615         even before returning from label, setjmp call or volatile asm
31616         handling.
31617
31618 2010-03-31  Richard Guenther  <rguenther@suse.de>
31619
31620         PR middle-end/43600
31621         * cgraphunit.c (cgraph_output_in_order): Do not allocate
31622         temporary data on stack.
31623
31624 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31625
31626         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
31627         (PUSHSECTION_ASM_OP): Remove.
31628         (POPSECTION_ASM_OP): Remove.
31629         (PUSHSECTION_FORMAT): Remove.
31630         * config/sol2.h (PUSHSECTION_FORMAT): Define.
31631         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
31632         * config/sol2.c (solaris_output_init_fini): Use it.
31633
31634 2010-03-31  Jie Zhang  <jie@codesourcery.com>
31635
31636         PR 43574
31637         * opt-functions.awk (var_type_struct): Use signed char type
31638         for simple variables.
31639
31640 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31641
31642         * config/sol2.c: Include output.h.
31643         (solaris_assemble_visibility): New function.
31644         * config/t-sol2 (sol2.o): Add output.h dependency.
31645         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
31646         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
31647         Redefine.
31648
31649 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
31650
31651         PR target/43580
31652         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
31653         V2SImode or XFmode on PRE_DEC.
31654
31655         PR debug/43557
31656         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
31657         BLKmode.
31658
31659 2010-03-31  Jie Zhang  <jie@codesourcery.com>
31660
31661         PR 43562
31662         * reload.h (caller_save_initialized_p): Declare.
31663         * toplev.c (backend_init_target): Don't call
31664         init_caller_save but set caller_save_initialized_p to false.
31665         * caller-save.c (caller_save_initialized_p): Define.
31666         (init_caller_save): Check caller_save_initialized_p.
31667         * ira.c (ira): Call init_caller_save if flag_caller_saves.
31668
31669 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31670
31671         PR target/39048
31672         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
31673         and soft-fp/t-softfp to tmake_file.
31674         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
31675         (LIBGCC2_TF_CEXT): Define.
31676         (TF_SIZE): Define.
31677
31678 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
31679
31680         PR debug/42977
31681         * cselib.c (n_useless_values): Document handling of debug locs.
31682         (n_useless_debug_values, n_debug_values): New variables.
31683         (new_elt_loc_list): Don't add to debug values, keep count.
31684         (promote_debug_loc): New.
31685         (cselib_reset_table): Zero new variables.
31686         (entry_and_rtx_equal_p): Promote debug locs.
31687         (discard_useless_locs): Increment n_useless_debug_values for
31688         debug values.
31689         (remove_useless_values): Adjust n_useless_values and n_debug_values
31690         with n_useless_debug_values.
31691         (add_mem_for_addr): Promote debug locs.
31692         (cselib_lookup_mem): Likewise.
31693         (cselib_lookup_addr): Renamed to...
31694         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
31695         (cselib_log_lookup): ... this.  Turn into...
31696         (cselib_lookup_addr): ... new wrapper.
31697         (cselib_lookup_from_insn): New.
31698         (cselib_invalidate_regno): Increment n_useless_debug_values for
31699         debug values.
31700         (cselib_invalidate_mem): Likewise.
31701         (cselib_process_insn): Take n_deleted and n_debug_values into
31702         account to guard remove_useless_value call.
31703         (cselib_finish): Zero n_useless_debug_values.
31704         * cselib.h (cselib_lookup_from_insn): Declare.
31705         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
31706         (sched_analyze_2): Likewise.
31707
31708 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
31709
31710         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
31711         functions.
31712         (adjust_mems): Replace narrowing SUBREG of expression containing
31713         just PLUS, MINUS, MULT and ASHIFT of registers and constants
31714         with operations in the narrower mode.
31715
31716         PR debug/43593
31717         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
31718         regs_invalidated_by_call instead all call_used_reg_set registers.
31719
31720 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
31721
31722         PR middle-end/43430
31723         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
31724         pointer comparisons with types_compatible_p.
31725         * tree-vect-stmts.c (vectorizable_call): Same.
31726         (vectorizable_condition): Same.
31727
31728 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31729
31730         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
31731         stack check if the mask would be zero.
31732
31733 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
31734             Jack Howarth  <howarth@bromo.med.uc.edu>
31735
31736         * tree-profile.c (tree_init_ic_make_global_vars): Make static
31737         variables TLS.
31738
31739 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
31740
31741         PR other/25232
31742         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
31743         and __unordtf2.
31744         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
31745         Include ___unordxf2 and ___unordtf2.
31746         * config/i386/libgcc-glibc.ver: Do not define inheritance from
31747         GCC_4.4.0 here.
31748
31749 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
31750
31751         * config/lm32/t-lm32: New file.
31752         * config.gcc: Use the above file when targetting lm32.
31753
31754 2010-03-28  Duncan Sands  <baldrick@free.fr>
31755
31756         * Makefile.in (PLUGIN_HEADERS): Add except.h.
31757
31758 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
31759
31760         PR middle-end/43431
31761         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
31762         Improve vectorization cost model diagnostic.
31763
31764 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
31765
31766         PR middle-end/43436
31767         * tree-vect-data-refs.c (vect_analyze_data_refs): When
31768         compute_data_dependences_for_loop returns false, early exit
31769         and output an extra diagnostic for the failed data reference
31770         analysis.
31771
31772 2010-03-29  Richard Guenther  <rguenther@suse.de>
31773
31774         PR tree-optimization/43560
31775         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
31776         (can_sm_ref_p): Treat stores to readonly locations as trapping.
31777
31778 2010-03-29  Jie Zhang  <jie@codesourcery.com>
31779
31780         PR 43564
31781         * toplev.c (process_options): Set optimization_default_node
31782         and optimization_current_node.
31783         * opts.c (decode_options): Don't set optimization_default_node
31784         and optimization_current_node.
31785
31786 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
31787
31788         * config/rtems.h: Abandon -qrtems_debug.
31789
31790 2010-03-28  Jan Hubicka  <jh@suse.cz>
31791
31792         PR tree-optimization/43505
31793         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
31794         map should not be copied.
31795
31796 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
31797
31798         PR middle-end/41674
31799         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
31800         cdtors, set DECL_PRESERVE_P.
31801         * ipa.c (cgraph_externally_visible_p): Return true if declaration
31802         should be preseved.
31803
31804 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
31805
31806         PR tree-optimization/43528
31807         * stor-layout.c (place_field): Check that constant fits into
31808         unsigned HWI when skipping calculation of MS bitfield layout.
31809
31810 2010-03-27  Jan Hubicka  <jh@suse.cz>
31811
31812         PR middle-end/43391
31813         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
31814         notice_global_symbol work.
31815
31816 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
31817
31818         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
31819         instead of dwarf2out_decl.
31820         (struct var_loc_node): Remove section_label field.
31821         (dwarf2out_function_decl): New function.
31822         (dwarf2out_var_location): Don't set section_label field.
31823         (dwarf2out_begin_function): Don't empty decl_loc_table here.
31824
31825 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
31826
31827         PR tree-optimization/43544
31828         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
31829         First argument for builtin vectorized function hook is now a
31830         tree to be able to distinguish between machine specific and
31831         standard builtins.
31832         * targhooks.c (default_builtin_vectorized_function): Ditto.
31833         * targhooks.h (default_builtin_vectorized_function): Ditto.
31834         * target.h (struct gcc_target): Ditto.
31835         * tree-vect-stmts.c (vectorizable_function): Ditto.
31836         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
31837         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
31838         Ditto.
31839
31840 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
31841
31842         PR c/43381
31843         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
31844         nested binding iff it is a FUNCTION_DECL.
31845         (store_parm_decls_newstyle): Pass nested=true to bind for
31846         FUNCTION_DECLs amongst parameters.
31847
31848 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
31849
31850         * var-tracking.c (vt_expand_loc_callback): Don't run
31851         cselib_expand_value_rtx_cb in dummy mode if
31852         cselib_dummy_expand_value_rtx_cb returned false.
31853
31854         * var-tracking.c (emit_note_insn_var_location): For one part
31855         notes with offset 0, don't add EXPR_LIST around the location.
31856         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
31857         add_location_or_const_value_attribute): Adjust for that change.
31858
31859         PR debug/43540
31860         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
31861         into first operand and location into second.
31862         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
31863         dw_cfi_oprnd_loc for DW_CFA_expression.
31864         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
31865         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
31866         assume first argument is regnum and second argument is location.
31867
31868 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
31869
31870         PR target/42113
31871         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
31872         of scratch register to DImode.  Split to DImode comparison operator.
31873         Use SImode subreg of scratch register in the multiplication.
31874         (*cmp_sadd_sidi): Ditto.
31875         (*cmp_ssub_si): Ditto.
31876         (*cmp_ssub_sidi): Ditto.
31877
31878 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
31879
31880         PR target/43524
31881         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
31882         Remove invalid assert and wrong comment.
31883
31884 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
31885
31886         PR debug/43516
31887         * flags.h (final_insns_dump_p): New extern.
31888         * final.c (final_insns_dump_p): New variable.
31889         (rest_of_clean_state): Set it before -fdump-final-insns=
31890         dumping, clear afterwards.
31891         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
31892         MEM_ALIAS_SET on MEMs.
31893
31894 2010-03-26  David S. Miller  <davem@davemloft.net>
31895
31896         * configure.ac: Fix sparc GOTDATA_OP bug check.
31897         * configure: Rebuild.
31898
31899 2010-03-26  Alan Modra  <amodra@gmail.com>
31900
31901         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
31902
31903 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31904
31905         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
31906         TLS_SECTION_ASM_FLAG.
31907
31908 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
31909
31910         PR bootstrap/43511
31911         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
31912         Clear first_function_block_is_cold.
31913
31914         PR c/43385
31915         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
31916         argument if the argument is truth_value_p.
31917
31918 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
31919
31920         * config/rs6000/constraints.md: Update copyright year for my changes.
31921
31922         PR target/43484
31923         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
31924         used in reg+reg addressing, swap registers.
31925
31926 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
31927
31928         PR debug/43293
31929         * target.h (struct gcc_target): Add code_end hook.
31930         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
31931         if not yet defined.
31932         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
31933         * toplev.c (compile_file): Call targetm.asm_out.code_end
31934         hook before unwind info/debug info output.
31935         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
31936         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
31937         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
31938         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
31939         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
31940         * config/i386/i386.c (ix86_file_end): Renamed to...
31941         (ix86_code_end): ... this.  Make static.  Don't call
31942         file_end_indicate_exec_stack.  Emit unwind info using
31943         final_start_function/final_end_function.
31944         (darwin_x86_file_end): Remove.
31945         (TARGET_ASM_CODE_END): Define.
31946         * config/i386/i386.h (TARGET_ASM_FILE_END,
31947         NEED_INDICATE_EXEC_STACK): Don't define.
31948         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
31949         (TARGET_ASM_FILE_END): Define to darwin_file_end.
31950         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
31951         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
31952
31953         PR target/43498
31954         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
31955         at the beginning and final_end_function at the end.
31956         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
31957
31958 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31959
31960         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
31961         and Sun as TLS syntax.
31962         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
31963         * configure: Regenerate.
31964         * config.in: Regenerate.
31965         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
31966         (default_elf_asm_named_section): Use it.
31967         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
31968         (i386_output_dwarf_dtprel): Likewise.
31969         (output_addr_const_extra): Likewise.
31970         (output_pic_addr_const): Lowercase @GOTTPOFF.
31971         (output_addr_const_extra): Likewise.
31972         (output_pic_addr_const): Lowercase @GOTNTPOFF.
31973         (output_addr_const_extra): Likewise.
31974         (output_pic_addr_const): Lowercase @INDNTPOFF.
31975         (output_addr_const_extra): Likewise.
31976         (output_pic_addr_const): Lowercase @NTPOFF.
31977         (output_addr_const_extra): Likewise.
31978         (output_pic_addr_const): Lowercase @TPOFF.
31979         (output_addr_const_extra): Likewise.
31980         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
31981         (*tls_global_dynamic_64): Likewise.
31982         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
31983         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
31984
31985         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
31986         (ASM_OUTPUT_TLS_COMMON): Use it.
31987         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
31988
31989         PR target/38118
31990         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
31991         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
31992         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
31993         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
31994         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
31995         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
31996
31997 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31998
31999         * config/i386/i386.c (override_options): Don't accept
32000         -mtls-dialect=sun any longer.
32001         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
32002         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
32003         (*tls_local_dynamic_base_32_sun): Likewise.
32004         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
32005
32006 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
32007
32008         PR debug/43508
32009         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
32010         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
32011
32012         PR debug/43479
32013         * ira.c (adjust_cleared_regs): New function.
32014         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
32015
32016         PR debug/19192
32017         PR debug/43479
32018         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
32019         from gimple_block.
32020         * expr.c (expand_expr_real): Restore previous
32021         curr_insn_source_location and curr_insn_block after
32022         expand_expr_real_1 call.
32023         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
32024         instead of expand_expr_real_1.
32025
32026 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
32027
32028         PR rtl-optimization/43413
32029         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
32030         hard regs too.
32031
32032 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
32033
32034         PR target/43348
32035         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
32036         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
32037
32038 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
32039
32040         * config/i386/i386.c (ix86_target_string): Add -mfma.
32041         Fix a typo in comment.
32042
32043 2010-03-22  Mike Stump  <mikestump@comcast.net>
32044
32045         PR target/23071
32046         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
32047         Don't overly align based upon packed packed fields.
32048
32049 2010-03-22  Jason Merrill  <jason@redhat.com>
32050
32051         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
32052         Use () rather than [], and move before the element type.
32053
32054 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32055
32056         * doc/configfiles.texi (Configuration Files): Removed
32057         fixinc/Makefile*, intl/Makefile.*.
32058         * doc/makefile.texi: Fixed markup. Abstract from version
32059         control system used.
32060         (Makefile): Removed obsolete java/parse.y example.
32061         * doc/sourcebuild.texi: Likewise.
32062         (Top Level): Added config, gnattools, libdecnumber, libgcc,
32063         libgomp, libssp.  Removed fastjar.
32064         (Miscellaneous Docs): Clarify location.
32065         Added COPYING3, COPYING3.LIB.
32066         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
32067
32068 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32069
32070         PR target/38085
32071         * config/i386/i386.c (x86_function_profiler)
32072         [!NO_PROFILE_COUNTERS]: Fix typo.
32073         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
32074         instead of callq.
32075
32076 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
32077             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32078
32079         * doc/sourcebuild.texi (Test Directives): Split into six
32080         subsections, with most of the current text in new subsections
32081         Directives, Selectors, and Final Actions.
32082         (Directives): Split list of test directives into multiple
32083         subsubsections.
32084         (Selectors): Describe use and syntax of selectors.
32085         (Effective-Target Keywords): Describe all existing keywords.
32086         (Add Options): Describe features for dg-add-options.
32087         (Require Support): Describe variants of dg-require-support.
32088         (Final Actions): Describe commands to use in dg-final.
32089
32090 2010-03-22  Michael Matz  <matz@suse.de>
32091
32092         PR middle-end/43475
32093         * recog.c (validate_replace_rtx_group): Replace also in
32094         REG_EQUAL and REG_EQUIV notes.
32095
32096 2010-03-22  Richard Guenther  <rguenther@suse.de>
32097
32098         PR tree-optimization/43390
32099         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
32100         sure vector extracts are type correct.
32101
32102 2010-03-22  Richard Guenther  <rguenther@suse.de>
32103
32104         PR middle-end/40106
32105         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
32106         x * sqrt (x) even when optimizing for size if the target
32107         has native support for sqrt.
32108
32109 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
32110
32111         * varasm.c (make_decl_rtl_for_debug): Also clear
32112         flag_mudflap for the duration of make_decl_rtl call.
32113
32114         PR debug/43443
32115         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
32116         locs from preserved VALUEs.
32117
32118 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
32119
32120         PR middle-end/42718
32121         * pa.md (movmemsi): Set align to one if zero.
32122         (movmemdi): Likewise.
32123
32124 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
32125
32126         PR target/42321
32127         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
32128         with their corresponding prologue pushes.
32129
32130 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
32131
32132         PR target/43156
32133         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
32134         at the begining or end.
32135         (spu_expand_epilogue): Likewise.
32136
32137 2010-03-20  Richard Guenther  <rguenther@suse.de>
32138
32139         PR rtl-optimization/43438
32140         * combine.c (make_extraction): Properly zero-/sign-extend an
32141         extraction of the low part of a CONST_INT.  Also handle
32142         CONST_DOUBLE.
32143
32144 2010-03-19  Mike Stump  <mikestump@comcast.net>
32145
32146         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
32147         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
32148         (override_options): Use SUBTARGET32_DEFAULT_CPU.
32149
32150 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
32151
32152         PR c/43211
32153         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
32154         an error.
32155
32156 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
32157
32158         PR rtl-optimization/42258
32159         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
32160         use that may match DEF.
32161
32162         PR target/40697
32163         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
32164         the cost of loading the constant rather than assuming
32165         COSTS_N_INSNS (1).
32166         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
32167         outer code is AND, do the same tests as the andsi3 expander and
32168         return COSTS_N_INSNS (1) if and is cheap.
32169
32170         * optabs.c (avoid_expensive_constant): Fix formatting.
32171
32172 2010-03-19  Michael Matz  <matz@suse.de>
32173
32174         PR c++/43116
32175         * attribs.c (decl_attributes): When rebuilding a function pointer
32176         type use the same qualifiers as the original pointer type.
32177
32178 2010-03-19  Martin Jambor  <mjambor@suse.cz>
32179
32180         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
32181         and is_gimple_ip_invariant_address.
32182
32183 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
32184
32185         Revert
32186         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
32187
32188         * config/arm/arm.c (arm_override_options): Turn off
32189         flag_dwarf2_cfi_asm for AAPCS variants.
32190
32191 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
32192
32193         PR target/43399
32194         * config/arm/arm.c (emit_multi_reg_push): Update comments.
32195         Use PRE_MODIFY instead of PRE_DEC.
32196         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
32197         (vfp_emit_fstmd): Likewise.
32198
32199 2010-03-19  Michael Matz  <matz@suse.de>
32200
32201         PR target/43305
32202         * builtins.c (expand_builtin_interclass_mathfn,
32203         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
32204         if that fails.
32205
32206 2010-03-19  Richard Guenther  <rguenther@suse.de>
32207
32208         PR tree-optimization/43415
32209         * tree-ssa-pre.c (phi_translate): Split out worker to ...
32210         (phi_translate_1): ... this.
32211         (phi_translate): Move all caching here.  Cache all NARY
32212         and REFERENCE translations.
32213
32214 2010-03-19  David S. Miller  <davem@davemloft.net>
32215
32216         With help from Eric Botcazou.
32217         * config/sparc/sparc.c: Include dwarf2out.h.
32218         (emit_pic_helper): Delete.
32219         (pic_helper_symbol_name): Delete.
32220         (pic_helper_emitted_p): Delete.
32221         (pic_helper_needed): New.
32222         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
32223         (get_pc_thunk_name): New.
32224         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
32225         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
32226         Set pic_helper_needed to true.  Don't call emit_pic_helper.
32227         (sparc_expand_prologue): Update load_pic_register call.
32228         (sparc_output_mi_thunk): Likewise.
32229         (sparc_file_end): Emit a hidden comdat symbol for the PIC
32230         thunk if possible.  Output CFI information as needed.
32231
32232 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
32233             Jack Howarth  <howarth@bromo.med.uc.edu>
32234
32235         PR target/36399
32236         * config/i386/i386.h: Fix ABI on darwin x86-32.
32237
32238 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
32239
32240         * tree.h: Declare make_decl_rtl_for_debug.
32241         * varasm.c (make_decl_rtl_for_debug): New.
32242         * dwarf2out.c (rtl_for_decl_location): Call it.
32243         * cfgexpand.c (expand_debug_expr): Call it.
32244
32245 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
32246
32247         PR bootstrap/43399
32248         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
32249         mem_mode.
32250
32251         PR bootstrap/43403
32252         * var-tracking.c (vt_init_cfa_base): Do nothing if
32253         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
32254
32255 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
32256
32257         PR debug/42873
32258         * var-tracking.c (canonicalize_vars_star): New.
32259         (dataflow_post_merge_adjust): Use it.
32260
32261 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
32262
32263         PR debug/43058
32264         * var-tracking.c (non_suitable_const): New function.
32265         (add_uses): For DEBUG_INSNs with constants, don't record any
32266         value, instead just the constant value itself.
32267         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
32268         is not VAR_LOC_UNKNOWN_P, set var to the constant.
32269         (emit_notes_in_bb): Likewise.
32270         (emit_note_insn_var_location): For onepart variables if
32271         cur_loc is a VOIDmode constant, use DECL_MODE.
32272
32273 2010-03-18  Martin Jambor  <mjambor@suse.cz>
32274
32275         PR middle-end/42450
32276         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
32277         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
32278         all non-clones.  Moved call redirection...
32279         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
32280         (cgraph_materialize_all_clones): Dispose of all
32281         combined_args_to_skip bitmaps.
32282         (verify_cgraph_node): Do not check for edges pointing to wrong
32283         nodes in inline clones.
32284         * tree-inline.c (copy_bb): Call
32285         cgraph_redirect_edge_call_stmt_to_callee.
32286         * ipa.c (cgraph_remove_unreachable_nodes): Call
32287         cgraph_node_remove_callees even when there are used clones.
32288
32289 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
32290
32291         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
32292
32293 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
32294
32295         PR target/43383
32296         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
32297         for 32bit.
32298
32299 2010-03-18  Michael Matz  <matz@suse.de>
32300
32301         PR middle-end/43419
32302         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
32303         into sqrt(x) if we need to preserve signed zeros.
32304
32305 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
32306             Eric Botcazou  <ebotcazou@adacore.com>
32307
32308         PR rtl-optimization/43360
32309         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
32310         note if we don't know its invariant status.
32311
32312 2010-03-18  Michael Matz  <matz@suse.de>
32313
32314         PR tree-optimization/43402
32315         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
32316         PHI chains of ssa names registered for update.
32317
32318 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
32319
32320         PR target/42427
32321         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
32322         non-offsettable and pre_modify update addressing.
32323         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
32324         and "2" alternatives "#".
32325         (*movdd_softfloat32): Make all alternatives "#";
32326         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
32327         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
32328         (*movdf_softfloat32): Make all alternatives "#";
32329         (movdi): Use the new DIFD mode iterator to create a common splitter
32330         for movdi, movdf and movdd patterns.
32331
32332 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
32333
32334         * common.opt (dumpdir): Remove redundant tab.
32335
32336 2010-03-17  Martin Jambor  <mjambor@suse.cz>
32337
32338         PR tree-optimization/43347
32339         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
32340         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
32341
32342 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
32343
32344         PR rtl-optimization/42216
32345         * regrename.c (create_new_chain): New function, broken out from...
32346         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
32347         appending a use to an empty chain.
32348         (build_def_use): Remove previous changes that convert OP_INOUT to
32349         OP_OUT operands; instead detect the case where an OP_INOUT operand
32350         uses a previously untracked register and create an empty chain for it.
32351
32352 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32353
32354         * doc/extend.texi (Function Attributes): Rewrite unfinished
32355         sentence in ms_abi documentation.
32356
32357 2010-03-17  Alan Modra  <amodra@gmail.com>
32358
32359         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
32360         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
32361         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
32362         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
32363
32364 2010-03-16  Richard Henderson  <rth@redhat.com>
32365
32366         PR middle-end/43365
32367         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
32368         (lower_try_finally): Save and restore eh_seq around the expansion
32369         of the try-finally.
32370
32371 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
32372
32373         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
32374         statements before splitting block.
32375
32376 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
32377
32378         * doc/sourcebuild.texi (Testsuites): Fix markup.
32379         Use pathnames relative to gcc/testsuite.
32380         (Test Directives): Move description of how timeout is determined.
32381         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
32382         (C Tests): Correct gcc.misc-tests directory.
32383         Framework tests now live in gcc.test-framework.
32384
32385 2010-03-16  Richard Guenther  <rguenther@suse.de>
32386
32387         PR middle-end/43379
32388         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
32389         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
32390
32391 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
32392             Alexandre Oliva  <aoliva@redhat.com>
32393
32394         PR tree-optimization/42917
32395         * lambda-code.c (remove_iv): Skip debug statements.
32396         (lambda_loopnest_to_gcc_loopnest): Likewise.
32397         (not_interesting_stmt): Debug statements are not interesting.
32398
32399 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
32400
32401         PR debug/43051
32402         PR debug/43092
32403         * cselib.c (cselib_preserve_constants,
32404         cfa_base_preserved_val): New static variables.
32405         (preserve_only_constants): New function.
32406         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
32407         clear its REG_VALUES.  If cselib_preserve_constants, don't
32408         empty the whole hash table, but preserve there VALUEs with constants,
32409         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
32410         (cselib_preserve_cfa_base_value): New function.
32411         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
32412         (cselib_init): Change argument to int bitfield.  Set
32413         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
32414         is in it.
32415         (cselib_finish): Clear cselib_preserve_constants and
32416         cfa_base_preserved_val.
32417         * cselib.h (enum cselib_record_what): New enum.
32418         (cselib_init): Change argument to int.
32419         (cselib_preserve_cfa_base_value): New prototype.
32420         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
32421         * dse.c (dse_step1): Likewise.
32422         * cfgcleanup.c (thread_jump): Likewise.
32423         * sched-deps.c (sched_analyze): Likewise.
32424         * gcse.c (local_cprop_pass): Likewise.
32425         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
32426         If FN is non-NULL, call the callback always and whenever it returns
32427         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
32428         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
32429         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
32430         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
32431         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
32432         * var-tracking.c: Include recog.h.
32433         (bb_stack_adjust_offset): Remove.
32434         (vt_stack_adjustments): Don't call it, instead just gather the
32435         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
32436         (adjust_stack_reference): Remove.
32437         (compute_cfa_pointer): New function.
32438         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
32439         (struct adjust_mem_data): New type.
32440         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
32441         functions.
32442         (get_address_mode): New function.
32443         (replace_expr_with_values): Use it.
32444         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
32445         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
32446         (adjust_sets): Remove.
32447         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
32448         Use get_address_mode.
32449         (get_adjusted_src): Remove.
32450         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
32451         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
32452         (add_with_sets): Don't call adjust_sets.
32453         (fp_setter, vt_init_cfa_base): New functions.
32454         (vt_initialize): Change return type to bool.  Move most of pool etc.
32455         initialization to the beginning of the function from end.  Pass
32456         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
32457         If !frame_pointer_needed, call vt_stack_adjustment before mos
32458         vector is filled, call vt_init_cfa_base if argp/framep has been
32459         eliminated to sp.  If frame_pointer_needed and argp/framep has
32460         been eliminated to hard frame pointer, set
32461         hard_frame_pointer_adjustment and call vt_init_cfa_base after
32462         encountering fp setter in the prologue.  For MO_ADJUST, call
32463         log_op_type before pusing the op into mos vector, not afterwards.
32464         Call adjust_insn before cselib_process_insn/add_with_sets,
32465         call cancel_changes (0) afterwards.
32466         (variable_tracking_main_1): Adjust for vt_initialize calling
32467         vt_stack_adjustments and returning whether it succeeded or not.
32468
32469 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
32470
32471         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
32472         debug statements.
32473
32474 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
32475
32476         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
32477         has been set.
32478         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
32479         drap_reg has not been set.
32480
32481 2010-03-15  Michael Matz  <matz@suse.de>
32482
32483         PR middle-end/43300
32484         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
32485         use it to expand block copies.
32486         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
32487         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
32488         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
32489
32490 2010-03-15  Richard Guenther  <rguenther@suse.de>
32491
32492         PR tree-optimization/43367
32493         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
32494         elimination check.
32495
32496 2010-03-15  Richard Guenther  <rguenther@suse.de>
32497
32498         PR tree-optimization/43317
32499         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
32500
32501 2010-03-15  Martin Jambor  <mjambor@suse.cz>
32502
32503         PR tree-optimization/43141
32504         * tree-sra.c (create_abstract_origin): New function.
32505         (modify_function): Call create_abstract_origin.
32506
32507 2010-03-15  Chris Demetriou  <cgd@google.com>
32508
32509         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
32510         wasn't copied.
32511
32512 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32513
32514         PR middle-end/43354
32515         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
32516         call insert_out_of_ssa_copy for default definitions.
32517
32518 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32519
32520         * graphite-clast-to-gimple.c (my_long_long): Defined.
32521         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
32522         * graphite-sese-to-poly.c (my_long_long): Defined.
32523         (scop_ivs_can_be_represented): Use it.
32524
32525 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32526
32527         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
32528         graphite-max-bbs-per-function, and loop-block-tile-size.
32529         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
32530         with "maximum".
32531         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
32532
32533 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32534
32535         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
32536         forward declaration.
32537         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
32538         (add_upper_bounds_from_estimated_nit): New.
32539         (build_loop_iteration_domains): Use it.
32540
32541 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32542
32543         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
32544
32545 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32546
32547         PR middle-end/43306
32548         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
32549         should be an INTEGER_CST.  Also handle CASE_CONVERT.
32550
32551 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32552
32553         * graphite.c (graphite_initialize): To bound the number of bbs per
32554         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
32555         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
32556         * doc/invoke.texi: Document it.
32557
32558 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32559
32560         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
32561         * graphite-sese-to-poly.h (build_poly_scop): Same.
32562
32563 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
32564
32565         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
32566         the number of parameters in the scop.  Use as an upper bound
32567         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
32568         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
32569         * doc/invoke.texi: Document it.
32570
32571 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
32572
32573         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
32574         * doc/c-tree.texi: Remove.
32575         * doc/generic.texi: Merge c-tree.texi here.
32576         * doc/gccint.texi (Trees): Remove menu entry.
32577         (c-tree.texi): Remove @include.
32578         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
32579         * doc/languages.texi (Reading RTL): Ditto.
32580
32581 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
32582
32583         PR target/42869
32584         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
32585
32586 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
32587
32588         PR middle-end/42431
32589         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
32590         code added to work around reload clobbering CONST insns.
32591
32592 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
32593
32594         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
32595         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
32596         (cselib_preserve_only_values): Remove retain argument, don't
32597         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
32598         * cselib.h (cselib_preserve_only_values): Remove retain argument.
32599         * var-tracking.c (micro_operation): Move insn field before union.
32600         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
32601         (struct variable_tracking_info_def): Remove n_mos field, change
32602         mos into a vector of micro_operations.
32603         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
32604         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
32605         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
32606         changing into a vector.
32607         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
32608         come before all other uops generated by add_stores.
32609         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
32610         argument removal.
32611         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
32612         a vector.  Run just one pass over the bbs instead of separate counting
32613         and computation phase.
32614         (vt_finalize): Free VTI (bb)->mos vector instead of array.
32615
32616         PR debug/43329
32617         * tree-inline.c (remap_decls): Put old_var rather than origin_var
32618         into *nonlocalized_list vector.
32619         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
32620         even if origin is non-NULL.
32621         (gen_variable_die): Likewise.
32622         (process_scope_var): Don't change origin.
32623         (gen_decl_die): Likewise.
32624         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
32625         before adding new edges instead of after it, fix moving over
32626         debug stmts.
32627
32628 2010-03-11  David S. Miller  <davem@davemloft.net>
32629
32630         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
32631         of four.
32632         * configure: Rebuild.
32633
32634 2010-03-11  Martin Jambor  <mjambor@suse.cz>
32635
32636         PR tree-optimization/43257
32637         * tree.c (assign_assembler_name_if_neeeded): New function.
32638         (free_lang_data_in_cgraph): Assembler name assignment moved to the
32639         above new function.
32640         * tree.h (assign_assembler_name_if_neeeded): Declare.
32641         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
32642         the function if needed.
32643
32644 2010-03-11  Chris Demetriou  <cgd@google.com>
32645
32646         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
32647         include/stdint-gcc.h, and include/stdint.h world-readable.
32648
32649 2010-03-11  Richard Guenther  <rguenther@suse.de>
32650
32651         PR tree-optimization/43255
32652         * tree-vrp.c (process_assert_insertions_for): Do not insert
32653         asserts for trivial conditions.
32654
32655 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32656
32657         PR tree-optimization/43280
32658         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
32659         generation.  Move calculation of size out of the if branch.
32660         (find_bswap): Modify compare number generation.
32661
32662 2010-03-11  Richard Guenther  <rguenther@suse.de>
32663
32664         PR lto/43200
32665         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
32666         (input_gimple_stmt): Fixup handled component types during
32667         operand read.  Also fix up decls in ADDR_EXPRs.
32668
32669 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
32670
32671         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
32672         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
32673
32674 2010-03-10  Jan Hubicka  <jh@suse.cz>
32675
32676         PR c/43288
32677         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
32678         * varasm.c (get_variable_section): Don't do that here...
32679         (make_decl_rtl): ... and here.
32680         (do_assemble_alias): Produce decl RTL.
32681         (assemble_alias): Likewise.
32682
32683 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
32684
32685         PR debug/43290
32686         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
32687         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
32688         of fde->vdrap_reg.
32689         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
32690         (based_loc_descr): Only express drap or vdrap regno based expressions
32691         using DW_OP_fbreg when not optimizing.
32692         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
32693         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
32694         REG_CFA_SET_VDRAP note.
32695
32696 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
32697
32698         PR tree-optimization/43236
32699         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
32700         error in calculation of base address in reverse iteration case.
32701         (generate_builtin): Take number of latch executions if the statement
32702         is in the latch.
32703
32704 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
32705
32706         PR middle-end/42859
32707         * tree-eh.c: Include pointer-set.h.
32708         (lower_eh_dispatch): Filter out duplicate case labels and
32709         remove the unneeded edge when the label is unused.  Return
32710         true when some edges are removed.
32711         (execute_lower_eh_dispatch): When any lowering resulted in
32712         removing an edge, also delete unreachable blocks.
32713
32714 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
32715
32716         PR bootstrap/43287
32717         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
32718         UNSPEC_MACHOPIC_OFFSET.
32719
32720 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
32721
32722         PR target/43294
32723         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
32724         (m68k_delegitimize_address): New function.
32725
32726 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
32727
32728         PR debug/43299
32729         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
32730
32731         PR debug/43299
32732         * var-tracking.c (adjust_sets): New function.
32733         (count_with_sets, add_with_sets): Use it.
32734         (get_adjusted_src): New inline function.
32735         (add_stores): Use it.
32736
32737         PR debug/43304
32738         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
32739         call cselib_dummy_expand_value_rtx_cb instead of
32740         cselib_expand_value_rtx_cb.
32741
32742         PR debug/43293
32743         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
32744         * config/i386/i386.c: Include debug.h and dwarf2out.h.
32745         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
32746         and .cfi_endproc around the pic thunks.
32747         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
32748         all queued unwind info register saves are saved before the call.
32749         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
32750         considered as sp-=4 for unwind info and the pop as sp+=4 which
32751         also clobbers dest, but doesn't actually restore it.
32752
32753         PR debug/43290
32754         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
32755         RTX_FRAME_RELATED_P.
32756
32757 2010-03-09  Jie Zhang  <jie@codesourcery.com>
32758
32759         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
32760         whitespaces in output template.
32761
32762 2010-03-09  Jie Zhang  <jie@codesourcery.com>
32763
32764         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
32765         out array boundary.
32766
32767 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
32768
32769         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
32770         builtins.exp in a separate job.
32771
32772 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32773
32774         * graphite-sese-to-poly.c (add_param_constraints): Use
32775         lower_bound_in_type and upper_bound_in_type.
32776
32777 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32778
32779         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
32780         instead of unsigned_type_node.
32781
32782 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32783             Reza Yazdani  <reza.yazdani@amd.com>
32784
32785         PR middle-end/43065
32786         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
32787         on pointer type parameters.
32788
32789 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
32790
32791         PR middle-end/42644
32792         PR middle-end/42130
32793         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
32794         handle conversions from pointer to integers.
32795         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
32796         induction variable, to be able to work with code generated by CLooG.
32797         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
32798         (build_poly_scop): Bail out if we cannot codegen a loop.
32799
32800 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
32801
32802         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
32803         code generation with gloog_error.
32804
32805 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32806
32807         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
32808         Call fold_convert on all the returned values.
32809         (expand_scalar_variables_expr): Pass to
32810         expand_scalar_variables_ssa_name the type of the resulting expression.
32811
32812 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32813
32814         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
32815         ppl_min_for_le_pointset.
32816         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
32817         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
32818
32819 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32820
32821         * graphite-dependences.c (map_into_dep_poly): Removed.
32822         (dependence_polyhedron_1): Use combine_context_id_scat.
32823
32824 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32825
32826         * graphite-poly.h (struct poly_scattering): Add layout documentation.
32827         (struct poly_bb): Same.
32828         (combine_context_id_scat): New.
32829
32830 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32831
32832         PR middle-end/42326
32833         * sese.c (name_defined_in_loop_p): Return false for default
32834         definitions.
32835
32836 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32837
32838         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
32839         and clean up the logic.
32840
32841 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
32842
32843         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
32844         early return.
32845
32846 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
32847
32848         * var-tracking.c (remove_cselib_value_chains): Define only for
32849         ENABLE_CHECKING.
32850         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
32851         delete_slot_part, emit_notes_for_differences_1): Don't call
32852         remove_cselib_value_chains here.
32853         (set_slot_part, emit_notes_for_differences_2): Don't call
32854         add_cselib_value_chains here.
32855         (preserved_values): New vector.
32856         (preserve_value): New function.
32857         (add_uses, add_stores, vt_add_function_parameters): Use it
32858         instead of cselib_preserve_value.
32859         (changed_values_stack): New vector.
32860         (check_changed_vars_0): New function.
32861         (check_changed_vars_1, check_changed_vars_2): Use it.
32862         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
32863         changed_values_stack VALUEs.
32864         (vt_emit_notes): For all preserved_values call
32865         add_cselib_value_chains.  If ENABLE_CHECKING call
32866         remove_cselib_value_chains before verifying value_chains is empty.
32867         Initialize and free changed_values_stack.
32868         (vt_initialize): Initialize preserved_values.
32869         (vt_finalize): Free preserved_values.
32870
32871 2010-03-08  Richard Guenther  <rguenther@suse.de>
32872
32873         PR tree-optimization/43269
32874         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
32875         region detection.
32876
32877 2010-03-08  Martin Jambor  <mjambor@suse.cz>
32878
32879         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
32880         (ipa_is_param_called): Removed.
32881         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
32882         (ipa_print_node_params): Do not print the called flag.
32883         (ipa_write_node_info): Do not stream the called flag.
32884         (ipa_read_node_info): Likewise.
32885
32886 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
32887
32888         PR debug/43176
32889         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
32890         * cselib.c (struct expand_value_data): Add dummy field.
32891         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
32892         dummy to false.
32893         (cselib_dummy_expand_value_rtx_cb): New function.
32894         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
32895         any rtl.
32896         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
32897         * var-tracking.c: Include pointer-set.h.
32898         (variable): Change n_var_parts to char from int.  Add
32899         cur_loc_changed and in_changed_variables fields.
32900         (variable_canonicalize): Remove.
32901         (shared_var_p): New inline function.
32902         (unshare_variable): Maintain cur_loc_changed and
32903         in_changed_variables fields.  If var was in changed_variables,
32904         replace it there with new_var.  Just copy cur_loc instead of
32905         resetting it to something else.
32906         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
32907         (dataflow_set_union): Don't call variable_canonicalize.
32908         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
32909         of their DEBUG_EXPR_TREE_DECLs.
32910         (canonicalize_loc_order_check): Verify that cur_loc is NULL
32911         and in_changed_variables and cur_loc_changed is false.
32912         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
32913         and cur_loc_changed.  Don't update cur_loc here.
32914         (variable_merge_over_src): Don't call variable_canonicalize.
32915         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
32916         removing loc that is equal to cur_loc, clear cur_loc,
32917         set cur_loc_changed and ensure variable_was_changed is called.
32918         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
32919         compare pointers in cur_loc check, if it is equal to loc,
32920         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
32921         (variable_different_p): Remove compare_current_location argument,
32922         don't compare cur_loc.
32923         (dataflow_set_different_1): Adjust variable_different_p caller.
32924         (variable_was_changed): If dv had some var in changed_variables
32925         already, reset in_changed_variables flag for it and propagate
32926         cur_loc_changed over to the new variable.  On empty var
32927         always set cur_loc_changed.  Set in_changed_variables on whatever
32928         var is added to changed_variables.
32929         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
32930         Use shared_var_p.  When removing loc that is equal to cur_loc,
32931         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
32932         end, don't set it to something else, just call variable_was_changed.
32933         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
32934         loc being removed, clear cur_loc and set cur_loc_changed.
32935         Set cur_loc_changed if all locations have been removed.
32936         (struct expand_loc_callback_data): New type.
32937         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
32938         allocated.  Always create SUBREGs if simplify_subreg failed.
32939         Prefer to use cur_loc, when that fails and still in
32940         changed_variables (and seen first time) recompute it.  Set
32941         cur_loc_changed of variables which had to change cur_loc and
32942         compute elcd->cur_loc_changed if any of the subexpressions used
32943         had to change cur_loc.
32944         (vt_expand_loc): Adjust to pass arguments in
32945         expand_loc_callback_data structure.
32946         (vt_expand_loc_dummy): New function.
32947         (emitted_notes): New variable.
32948         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
32949         that weren't used for any other decl in current
32950         emit_notes_for_changes call call vt_expand_loc_dummy to update
32951         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
32952         first loc_chain location if NULL before.  Always use just
32953         cur_loc instead of first loc_chain location.  When cur_loc_changed
32954         is false, when not --enable-checking=rtl just don't emit any note.
32955         When rtl checking, compute the note and assert it is the same
32956         as previous note.  Clear cur_loc_changed and in_changed_variables
32957         at the end before removing from changed_variables.
32958         (check_changed_vars_3): New function.
32959         (emit_notes_for_changes): Traverse changed_vars to call
32960         check_changed_vars_3 on each changed var.
32961         (emit_notes_for_differences_1): Clear cur_loc_changed and
32962         in_changed_variables.  Recompute cur_loc of new_var.
32963         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
32964         (vt_emit_notes): Initialize and destroy emitted_notes.
32965
32966 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
32967
32968         PR rtl-optimization/42220
32969         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
32970         Use verify_reg_tracked to determine if we should use OP_OUT rather
32971         than OP_INOUT.
32972         (build_def_use): If we see an in-out operand for a register that we
32973         know nothing about, treat is an output if possible, fail the block if
32974         not.
32975
32976 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
32977
32978         PR debug/42897
32979         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
32980         permanently.
32981
32982 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
32983
32984         PR debug/42897
32985         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
32986         uses of relevant DEFs that are dead outside the loop too.
32987
32988 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
32989
32990         * var-tracking.c (dataflow_set_merge): Swap src and src2.
32991         Reverted:
32992         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
32993         PR debug/41371
32994         * var-tracking.c (values_to_unmark): New variable.
32995         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
32996         values_to_unmark vector.  Moved body to...
32997         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
32998         instead queue it into values_to_unmark vector.
32999         (vt_find_locations): Free values_to_unmark vector.
33000
33001 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
33002
33003         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
33004         (site.exp): Export them when plugins are enabled.
33005
33006 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
33007
33008         PR middle-end/42326
33009         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
33010         that contain scevs.
33011         (chrec_fold_multiply): Same.
33012
33013 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
33014
33015         PR c/43248
33016         * c-decl.c (build_compound_literal): Return early if init is
33017         an error_mark_node.
33018
33019 2010-03-04  Martin Jambor  <mjambor@suse.cz>
33020
33021         PR tree-optimization/43164
33022         PR tree-optimization/43191
33023         * tree-sra.c (type_consists_of_records_p): Reject records with
33024         zero-size bit-fields at the end.
33025
33026 2010-03-04  Mike Stump  <mikestump@comcast.net>
33027
33028         * Makefile.in (TAGS): Remove *.y.
33029
33030 2010-03-04  Richard Guenther  <rguenther@suse.de>
33031
33032         PR tree-optimization/40761
33033         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
33034         in reverse order.
33035         (my_rev_post_order_compute): New function.
33036         (init_pre): Call it.
33037
33038 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
33039
33040         PR middle-end/43209
33041         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
33042         decrease the cost of an IV candidate when the cost is infinite.
33043
33044 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33045
33046         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
33047         Use '3DNow!' for the extension of that name, ensure normal space
33048         after the string.
33049         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
33050
33051 2010-03-03  Jeff Law  <law@redhat.com>
33052
33053         * PR middle-end/32693
33054         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
33055         than gen_rtx_SUBREG.
33056         (extract_bit_field_1): Likewise.
33057
33058 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
33059
33060         * doc/sourcebuild.texi (Test directives): Document that arguments
33061         include-opts and exclude-opts are now optional for dg-skip-if,
33062         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
33063
33064 2010-03-03  Jason Merrill  <jason@redhat.com>
33065
33066         PR c++/12909
33067         * cgraph.h (varpool_node): Add extra_name field.
33068         * varpool.c (varpool_extra_name_alias): New.
33069         (varpool_assemble_decl): Emit extra name aliases.
33070         (varpool_mark_needed_node): Look past an extra name alias.
33071         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
33072         * lto-streamer-in.c (lto_input_tree): Read it.
33073         * lto-streamer-out.c (output_unreferenced_globals): Write it.
33074
33075 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
33076
33077         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
33078         (sparc*-*-solaris2*): ...this.
33079
33080 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
33081
33082         PR debug/43229
33083         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
33084         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
33085         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
33086         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
33087
33088         PR debug/43237
33089         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
33090         fallthrough to default handling, just with want_address 0 instead of 2.
33091         For single element lists, add_AT_loc directly, otherwise create an
33092         artificial variable DIE and stick location list to it.
33093
33094         PR debug/43177
33095         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
33096         (VAL_EXPR_HAS_REVERSE): Define.
33097         (reverse_op): New function.
33098         (add_stores): For reversible operations add an extra MO_VAL_USE.
33099
33100 2010-03-02  Jason Merrill  <jason@redhat.com>
33101
33102         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
33103
33104 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
33105
33106         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
33107         (sparc64-*-linux*): Likewise.
33108         (sparc64-*-solaris2*): Include assembler files before linker ones.
33109         (sparc-*-solaris2*): Simplify and reorder to match previous case.
33110         * config/sparc/gas.h: Delete.
33111         * config/sparc/sol2-64.h: Add copyright notice.
33112         * config/sparc/sol2-gas-bi.h: Likewise.
33113         * config/sparc/sol2-gld.h: Likewise.
33114         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
33115         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
33116         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
33117         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
33118         (sparc_elf_asm_named_section): Rename into...
33119         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
33120
33121 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
33122
33123         * config/alpha/alpha.c (override_options): Fix -mtune error message.
33124
33125 2010-03-02  Jeff Law  <law@redhat.com>
33126
33127         PR middle-end/42431
33128         * reload1.c (rtx_p, substitute_stack): Declare.
33129         (substitute): Record addresses of changed rtxs.
33130         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
33131         Restore the original rtx when complete.
33132         (reload): Free subsitute_stack when complete.
33133
33134 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
33135
33136         * doc/gccint.texi (menu): Add Testsuites as a chapter.
33137         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
33138         new chapter.
33139         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
33140         LTO Testing, gcov Testing, profopt Testing, compat Testing,
33141         Torture Tests): Change from subsection to section.
33142
33143 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
33144             Steven Bosscher  <steven@gcc.gnu.org>
33145
33146         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
33147         instead of bb.
33148
33149 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
33150
33151         PR middle-end/42640
33152         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
33153         the assignment from the new induction variable to the assignment
33154         of the value from the original loop PHI function.
33155
33156 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
33157             Daniel Jacobowitz  <dan@codesourcery.com>
33158
33159         * doc/sourcebuild.texi (Test directives): Clarify options to
33160         dg-skip-if.
33161
33162 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33163
33164         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
33165         Disable cfi directives unless GCC and gas agree on using read-only
33166         .eh_frame sections for 64-bit.
33167         * configure: Regenerate.
33168
33169 2010-03-01  Richard Guenther  <rguenther@suse.de>
33170
33171         PR tree-optimization/43220
33172         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
33173         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
33174
33175 2010-03-01  Richard Guenther  <rguenther@suse.de>
33176             Martin Jambor  <mjambor@suse.cz>
33177
33178         PR middle-end/41250
33179         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
33180         gimplified parameters.
33181
33182 2010-03-01  Christian Bruel  <christian.bruel@st.com>
33183
33184         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
33185
33186 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
33187
33188         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
33189
33190 2010-03-01  Richard Guenther  <rguenther@suse.de>
33191
33192         PR middle-end/43213
33193         * expr.c (expand_assignment): Use the alias-oracle to tell
33194         if the rhs aliases the result decl.
33195
33196 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33197
33198         PR pch/14940
33199         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
33200         to sol_gt_pch_get_address.
33201         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
33202         64-bit, SPARC and x86.
33203         (sol_gt_pch_get_address): New function.
33204
33205 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
33206
33207         * toplev.h (inform_n, error_n): Declare.
33208         * diagnostic.c (inform_n, error_n): New function.
33209
33210 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
33211
33212         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
33213         has no rtl yet when processing local_decls, queue it and recheck
33214         if deferred stack allocation hasn't assigned it rtl.
33215
33216 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
33217
33218         * config/sh/sh.c (unspec_bbr_uid): New.
33219         (gen_block_redirect): Use it instead of INSN_UID.
33220         (gen_far_branch): Likewise.
33221
33222 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
33223
33224         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
33225         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
33226
33227 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33228
33229         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
33230         (Warning Options): -Wno-conversion-null is valid for
33231         Objective-C++ as well.
33232         * doc/tm.texi (Named Address Spaces): Likewise.
33233         * doc/plugins.texi (Plugins): Replace TABs with spaces.
33234         * doc/tree-ssa.texi (Tree SSA): Likewise.
33235
33236 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
33237
33238         PR bootstrap/43202
33239         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
33240         by default.  Don't set the default arch for
33241         i[34567]86-*-darwin*|x86_64-*-darwin*.
33242
33243 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
33244
33245         PR bootstrap/43202
33246         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
33247         default.  Set the default 32bit/64bit archs with $with_arch
33248         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
33249
33250 2010-02-27  Richard Guenther  <rguenther@suse.de>
33251
33252         PR tree-optimization/43186
33253         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
33254         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
33255         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
33256         unroller iterations.
33257
33258 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
33259
33260         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
33261         required and i[34567]86-*-* targets don't support 64bit ISA.
33262
33263 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
33264
33265         PR ada/43096
33266         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
33267         the same alias set.
33268
33269 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
33270
33271         * config.gcc: Set the default arch at least to Prescott for
33272         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
33273         if SSE math is enabled.
33274
33275 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33276
33277         * diagnostic.c (diagnostic_initialize): Update.
33278         (diagnostic_report_diagnostic): Test inhibit_notes_p for
33279         informative notes.
33280         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
33281         (diagnostic_inhibit_notes): New.
33282         * toplev.c (process_options): inhibit notes with -fcompare-debug.
33283
33284 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33285
33286         PR c/20631
33287         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
33288         * doc/standards.texi: Likewise.
33289         * doc/extend.texi: Likewise.
33290         * doc/trouble.texi: Likewise.
33291         * doc/cppopts.texi: Likewise.
33292         * doc/install.texi: Likewise.
33293         * c.opt (std=c90,std=gnu90): New options.
33294         * c-opts.c (c_common_handle_option): Handle them.
33295
33296 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33297
33298         PR c/24577
33299         * c-decl.c (undeclared_variable): Use an informative note.
33300
33301 2010-02-26  Richard Guenther  <rguenther@suse.de>
33302
33303         PR tree-optimization/43186
33304         * gimple.h (gimple_fold): Remove.
33305         * gimple.c (gimple_fold): Remove.  Inline into single user ...
33306         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
33307         Try harder for conditions.
33308
33309 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
33310
33311         PR debug/43190
33312         * function.c (used_types_insert): Don't skip through named pointer
33313         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
33314         and it is different from the main variant's type.
33315
33316 2010-02-26  Nick Clifton  <nickc@redhat.com>
33317
33318         * config/rx/rx.md (sminsi3): Remove bogus alternative.
33319
33320 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
33321
33322         * config.gcc: Support --with-fpmath=sse for x86.
33323
33324         * config/i386/ssemath.h: New.
33325
33326         * doc/install.texi (--with-fpmath=sse): Documented.
33327
33328 2010-02-26  Richard Guenther  <rguenther@suse.de>
33329
33330         PR tree-optimization/43188
33331         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
33332         vector types of over-aligned element type.
33333
33334 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
33335
33336         PR target/43175
33337         * config/i386/i386.c (expand_vec_perm_blend): Use correct
33338         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
33339
33340 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
33341
33342         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
33343
33344 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
33345
33346         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
33347         * var-tracking.c: Include diagnostic.h.
33348         (debug_dv): New function.
33349         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
33350
33351         PR debug/43160
33352         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
33353         (add_value_chain, add_value_chains, remove_value_chain,
33354         remove_value_chains): Handle DEBUG_EXPRs.
33355         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
33356
33357         PR debug/43161
33358         * regcprop.c (struct queued_debug_insn_change): New type.
33359         (struct value_data_entry): Add debug_insn_changes field.
33360         (struct value_data): Add n_debug_insn_changes field.
33361         (debug_insn_changes_pool): New variable.
33362         (free_debug_insn_changes, apply_debug_insn_changes,
33363         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
33364         (kill_value_one_regno): Call free_debug_insn_changes if needed.
33365         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
33366         fields.
33367         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
33368         changes for them.
33369         (copyprop_hardreg_forward_1): Don't call apply_change_group for
33370         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
33371         changes, call cprop_find_used_regs via note_stores.
33372         (copyprop_hardreg_forward): When copying vd from predecessor
33373         which has any queued DEBUG_INSN changes, make sure the pointers are
33374         cleared.  At the end call df_analyze and then if there are any
33375         DEBUG_INSN changes queued at the end of some basic block for still
33376         live registers, apply them.
33377         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
33378
33379 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
33380
33381         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
33382         (arm*-*-*): Ditto.
33383
33384 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
33385
33386         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
33387         targets.  Set the default with_cpu/with_arch from arch/cpu.
33388         Allow x86-64 and native for with_cpu/with_arch.
33389
33390 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
33391
33392         * ebitmap.c: Change calls to verify_popcount with calls to
33393         sbitmap_verify_popcount.
33394         (ebitmap_clear_bit): Fixed map->cacheindex test and
33395         map>cache update when bit clearing results in an empty
33396         element.
33397
33398 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
33399
33400         PR target/43154
33401         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
33402         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
33403         and support both V2DF and V2DI modes.
33404         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
33405         support both V2DF and V2DI modes.
33406         (general): Delete trailing whitespace from a few patterns.
33407
33408         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
33409         V2DF/V2DI interleave high/low builtins.
33410
33411         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
33412         new VSX builtins.
33413
33414         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
33415         interleave high/low functions.
33416
33417 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
33418
33419         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
33420         #pragma extern_prefix.
33421
33422 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
33423
33424         PR debug/43166
33425         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
33426         BLKmode, assert op0 is a MEM and just adjust its mode.
33427
33428         PR debug/43165
33429         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
33430         if bitpos isn't multiple of mode's bitsize.
33431
33432 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33433
33434         * c.opt (-ftemplate-depth=): New.
33435         (-ftemplate-depth-): Deprecate.
33436         * optc-gen.awk: Handle -ftemplate-depth=.
33437         * opth-gen.awk: Likewise.
33438         * c-opts.c (c_common_handle_option): Likewise.
33439         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
33440
33441 2010-02-24  Jason Merrill  <jason@redhat.com>
33442
33443         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
33444
33445 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33446
33447         * cfg.c (alloc_aux_for_block): Remove inline.
33448         (alloc_aux_for_edge): Likewise.
33449
33450 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33451
33452         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
33453
33454 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33455
33456         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
33457         * config/i386/sol2-gas.h: New file.
33458         * config.gcc (i[34567]86-*-solaris2*): Use it.
33459
33460 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33461
33462         PR c/43128
33463         * c-typeck.c (ep_convert_and_check): New.
33464         (build_conditional_expr): Use it.
33465         (build_binary_op): Likewise.
33466
33467 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
33468
33469         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
33470
33471         PR debug/43150
33472         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
33473         bounds even for -O+.
33474         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
33475         expr needs to have DECL_NAME set.
33476
33477 2010-02-24  Nick Clifton  <nickc@redhat.com>
33478
33479         * config/mep/mep.c: Include gimple.h.
33480         (mep_function_uses_sp): Delete unused function.
33481         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
33482         parameters.  Use unsigned integers to count args.  Return a
33483         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
33484
33485 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
33486
33487         PR target/43107
33488         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
33489         greater or equal to nelt instead of 2 * nelt.
33490         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
33491         with nelt - 1.
33492
33493 2010-02-23  Jason Merrill  <jason@redhat.com>
33494
33495         PR debug/42800
33496         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
33497         in cfun->local_decls even if they have register types.
33498
33499         PR c++/42837
33500         * stor-layout.c (place_field): Don't warn about unnecessary
33501         DECL_PACKED if the type is packed.
33502
33503 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
33504
33505         PR target/43139
33506         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
33507         GOTOFF relocs, even when the base reg isn't pic pointer.
33508
33509 2010-02-23  Michael Matz  <matz@suse.de>
33510
33511         PR debug/43077
33512         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
33513         (expand_gimple_basic_block): Generate and use debug temps if there
33514         are debug uses left after the last real use of TERed ssa names.
33515         Unlink debug immediate uses when they are expanded.
33516
33517 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33518
33519         PR 43123
33520         * config/i386/i386.c (override_options): Reorganise to provide
33521         better error messages.
33522
33523 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
33524
33525         PR middle-end/43083
33526         * graphite-scop-detection.c (create_single_exit_edge): Move
33527         the call to find_single_exit_edge to....
33528         (create_sese_edges): ...here.  Don't handle multiple edges
33529         exiting the function.
33530         (build_graphite_scops): Don't handle multiple edges
33531         exiting the function.
33532
33533 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
33534
33535         PR middle-end/43097
33536         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
33537         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
33538
33539 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
33540
33541         PR middle-end/43026
33542         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
33543
33544 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33545
33546         PR c++/43126
33547         * c-typeck.c (convert_arguments): Print declaration location.
33548         * c-common.c (validate_nargs): Rename as
33549         builtin_function_validate_nargs.
33550         (check_builtin_function_arguments): Update.
33551
33552 2010-02-22  Richard Guenther  <rguenther@suse.de>
33553
33554         PR lto/43045
33555         * tree-inline.c (declare_return_variable): Use the type of
33556         the call stmt lhs if available.
33557
33558 2010-02-22  Duncan Sands  <baldrick@free.fr>
33559
33560         * passes.c (register_pass): Always consider all pass lists when
33561         ref_pass_instance_number is zero.
33562
33563 2010-02-22  Richard Guenther  <rguenther@suse.de>
33564
33565         PR tree-optimization/42749
33566         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
33567         parameter.  Do arithmetic in the original type.
33568         (update_accumulator_with_ops): Likewise.
33569         (adjust_accumulator_values): Adjust.
33570
33571 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33572
33573         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
33574         (QI to BLKmode splitter): New splitter.
33575
33576 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
33577
33578         * config/i386/i386.c (initial_ix86_tune_features): Turn on
33579         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
33580
33581 2010-02-22  Richard Guenther  <rguenther@suse.de>
33582
33583         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
33584
33585 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
33586
33587         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
33588         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
33589         ($(T)crti.o, $(T)crtn.o): Remove rules.
33590
33591 2010-02-21  Tobias Burnus  <burnus@net-b.de>
33592
33593         PR fortran/35259
33594         * doc/invoke.texi (-fassociative-math): Document that this
33595         option is automatically enabled for Fortran.
33596
33597 2010-02-20  David S. Miller  <davem@davemloft.net>
33598
33599         * configure.ac: Test if linker and assembler properly support
33600         GOTDATA_OP relocations.
33601         * configure: Rebuild.
33602         * config.in: Likewise.
33603         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
33604         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
33605         (movsi_high_pic): Likewise.
33606         (movdi_lo_sum_pic): Likewise.
33607         (movdi_high_pic): Likewise.
33608         (movsi_pic_gotdata_op): New pattern.
33609         (movdi_pic_gotdata_op): Likewise.
33610         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
33611         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
33612
33613 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
33614
33615         PR target/43067
33616         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
33617         attribute to ssemul.
33618         (xop_mulv2div2di3_high): Ditto.
33619
33620 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33621
33622         PR c++/35669
33623         * c.opt (Wconversion-null): New option.
33624         * doc/invoke.texi (Wconversion-null): Document.
33625
33626 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33627
33628         * common.opt (Wlarger-than-): Add Undocumented.
33629
33630 2010-02-19  Mike Stump  <mikestump@comcast.net>
33631
33632         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
33633
33634 2010-02-19  Jason Merrill  <jason@redhat.com>
33635
33636         PR target/40332
33637         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
33638         * configure: Likewise.
33639
33640 2010-02-20  Alan Modra  <amodra@gmail.com>
33641
33642         PR middle-end/42344
33643         * cgraph.h (cgraph_make_decl_local): Declare.
33644         * cgraph.c (cgraph_make_decl_local): New function.
33645         (cgraph_make_node_local): Use it.
33646         * cgraphunit.c (cgraph_function_versioning): Likewise.
33647         * ipa.c (function_and_variable_visibility): Likewise.
33648
33649 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
33650
33651         PR bootstrap/43121
33652         * except.c (sjlj_emit_function_enter): Don't call
33653         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
33654         directly.
33655         * rtl.h (add_reg_br_prob_note): Remove prototype.
33656
33657 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
33658
33659         PR 41779
33660         * c-common.c (conversion_warning): Remove widening conversions
33661         before checking the conversion of integers to reals.
33662
33663 2010-02-19  Mike Stump  <mikestump@comcast.net>
33664
33665         PR middle-end/43125
33666         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
33667
33668         PR objc/43061
33669         * cgraphunit.c (process_function_and_variable_attributes): Check
33670         DECL_PRESERVE_P instead of looking up attribute "used".
33671         * ipa-pure-const.c (check_decl): Likewise.
33672         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
33673         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
33674         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
33675         instead of attribute "used".
33676         * config/sol2-c.c (solaris_pragma_init): Likewise.
33677         (solaris_pragma_fini): Likewise.
33678
33679 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
33680
33681         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
33682         Use XCNEW instead of xcalloc.
33683         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
33684         XNEW instead of xmalloc.
33685         (get_fields): Use XNEWVEC instead of xmalloc.
33686
33687         PR debug/43084
33688         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
33689         populate vars array.
33690         (create_new_general_access): For debug stmts just reset value.
33691         (get_stmt_accesses): For accesses within debug stmts just record them
33692         using add_access_to_acc_sites instead of preventing the peeling or
33693         counting them as accesses.
33694
33695         PR middle-end/42233
33696         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
33697
33698 2010-02-19  Richard Guenther  <rguenther@suse.de>
33699
33700         PR tree-optimization/42916
33701         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
33702         instructions.
33703
33704 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
33705
33706         * configure.ac: Replace all uses of changequote in macro arguments
33707         with proper quoting.
33708
33709 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
33710
33711         PR middle-end/42233
33712         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
33713
33714 2010-02-19  Richard Guenther  <rguenther@suse.de>
33715
33716         PR tree-optimization/42944
33717         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
33718         test for aliasing with errno.
33719
33720 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
33721
33722         PR middle-end/42233
33723         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
33724         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
33725         * dojump.c: Include output.h.
33726         (inv): New inline function.
33727         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
33728         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
33729         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
33730         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
33731         argument, pass it down to other calls.
33732         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
33733         add REG_BR_PROB note to the conditional jump.
33734         * cfgexpand.c (add_reg_br_prob_note): Removed.
33735         (expand_gimple_cond): Don't call it, add the probability
33736         as last argument to jumpif_1/jumpifnot_1.
33737         * Makefile.in (dojump.o): Depend on output.h.
33738         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
33739         callers.
33740         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
33741         * stmt.c (do_jump_if_equal): Likewise.
33742         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
33743         * loop-unswitch.c (compare_and_jump_seq): Likewise.
33744         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
33745         Likewise.
33746         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
33747         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
33748         jumpifnot_1 callers.
33749         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
33750         callers.
33751         (store_expr): Adjust jumpifnot caller.
33752         (store_constructor): Adjust jumpif caller.
33753
33754         PR middle-end/42233
33755         * gimplify.c (gimple_boolify): For __builtin_expect call
33756         gimple_boolify also on its first argument.
33757
33758 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
33759
33760         * configure.ac (gnu-unique-object): Wrap regexps using [] in
33761         changequote block.
33762         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
33763         * configure: Regenerated.
33764
33765 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
33766
33767         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
33768         lang_hooks.types_compatible_p instead of comptypes.
33769
33770 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
33771
33772         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
33773         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
33774         if __prefer_thumb__ is defined.
33775
33776 2010-02-18  Martin Jambor  <mjambor@suse.cz>
33777
33778         PR tree-optimization/43066
33779         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
33780         array with zero-sized element type.
33781
33782 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
33783
33784         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
33785         rtx, allocate struct var_loc_node here and return it to the
33786         caller, and only if it is actually needed.
33787         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
33788         move it earlier and return immediately if it returns NULL.
33789
33790 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
33791
33792         * config/sparc/gas.h: New file.  Restore
33793         TARGET_ASM_NAMED_SECTION to its ELF default.
33794         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
33795         check !HAVE_GNU_AS.
33796         * config/sparc/sparc.c (sparc_elf_asm_named_section):
33797         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
33798         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
33799         after sparc/sysv4.h.
33800
33801 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
33802
33803         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
33804
33805 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
33806
33807         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
33808         patterns from predicated pattern.
33809
33810 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
33811
33812         PR target/43103
33813         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
33814         for insn mnemonic suffix.
33815
33816 2010-02-17  Richard Guenther  <rguenther@suse.de>
33817
33818         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
33819         to loop PHI nodes.
33820
33821 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
33822
33823         PR debug/42918
33824         * caller-save.c (save_call_clobbered_regs): If BB ends with
33825         a DEBUG_INSN, move any notes in between last real insn and the last
33826         DEBUG_INSN after the last DEBUG_INSN.
33827
33828 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
33829
33830         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
33831         Fix return type.  Fix argument type.  Explain meaning of return value.
33832
33833 2010-02-16  Richard Guenther  <rguenther@suse.de>
33834
33835         PR tree-optimization/41043
33836         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
33837         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
33838         statements ...
33839         (vrp_visit_phi_node): ... but only for loop PHI nodes.
33840
33841 2010-02-16  Ira Rosen  <irar@il.ibm.com>
33842
33843         PR tree-optimization/43074
33844         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
33845         * tree-vect-loop.c (vect_analyze_loop_operations): Add
33846         vectorizable cycles in hybrid SLP check.
33847         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
33848
33849 2010-02-16  Richard Guenther  <rguenther@suse.de>
33850
33851         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
33852         (true_dependence): If memrefs_conflict_p computes must-alias
33853         trust it.  Move TBAA check after offset-based disambiguation.
33854         (canon_true_dependence): Likewise.
33855
33856 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
33857
33858         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
33859         * doc/invoke.texi: Document it.
33860         * var-tracking.c: Include toplev.h and params.h.
33861         (vt_find_locations): Return bool indicating success.  Compute
33862         hash sizes unconditionally.  Check new parameter, report.
33863         (variable_tracking_main_1): Check vt_find_locations results and
33864         retry.  Renamed from...
33865         (variable_tracking_main): ... this.  New wrapper to preserve
33866         flag_var_tracking_assignments.
33867         * Makefile.in (var-tracking.o): Adjust dependencies.
33868
33869 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
33870             Jakub Jelinek  <jakub@redhat.com>
33871
33872         PR target/42854
33873         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
33874         if weak_import attribute is present.
33875         * config/darwin.c (machopic_select_section): Likewise.
33876
33877 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
33878
33879         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
33880         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
33881         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
33882         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
33883
33884         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
33885         types.
33886
33887         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
33888         Fix argument types.
33889
33890         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
33891         Rewrite text to refer to the names.
33892
33893 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
33894
33895         * config/i386/i386-builtin-types.def
33896         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
33897         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
33898         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
33899         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
33900         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
33901         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
33902         IX86_BUILTIN_VPERMIL2PS256.
33903         (MULTI_ARG_4_DF2_DI_I): Defined.
33904         (MULTI_ARG_4_DF2_DI_I1): Defined.
33905         (MULTI_ARG_4_SF2_SI_I): Defined.
33906         (MULTI_ARG_4_SF2_SI_I1): Defined.
33907         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
33908         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
33909         __builtin_ia32_vpermil2ps256.
33910         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
33911         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
33912         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
33913         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
33914         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
33915         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
33916         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
33917         CODE_FOR_xop_vpermil2v8sf3.
33918         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
33919         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
33920         * config/i386/xopintrin.h (_mm_permute2_pd): New.
33921         (_mm256_permute2_pd): New.
33922         (_mm_permute2_ps): New.
33923         (_mm256_permute2_ps): New.
33924
33925 2010-02-15  Nick Clifton  <nickc@redhat.com>
33926
33927         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
33928         boolean parameters.  Use emit_jump_insn when emitting a pop
33929         instruction containing a return insn.
33930         (push): Use 'true' rather than '1' as second parameter to F.
33931         (h8300_expand_prologue): Likewise.
33932         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
33933         (h8300_expand_epilogue): Likewise.
33934
33935 2010-02-15  Richard Guenther  <rguenther@suse.de>
33936
33937         PR middle-end/43068
33938         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
33939         if that is zero.
33940
33941 2010-02-15  Nick Clifton  <nickc@redhat.com>
33942
33943         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
33944         delta.
33945
33946 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
33947
33948         * intl.c (fake_ngettext): New function.
33949         * intl.h (fake_ngettext): Declare.
33950         (ngettext): Define macro.
33951         * collect2.c (notice_translated): New function.
33952         (main): Use notice_translated and ngettext.
33953         * collect2.h (notice_translated): Declare.
33954
33955 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
33956
33957         * reorg.c (delete_computation): Comment fixes.
33958         * caller-save.c (setup_save_areas): Idem.
33959         * sel-sched-dump.c (dump_lv_set): Idem.
33960         * rtl.def: Idem.
33961
33962 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33963
33964         * config/s390/s390.c (s390_sched_init): New function.
33965         (TARGET_SCHED_INIT): Target hook defined.
33966
33967 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
33968             Jack Howarth  <howarth@bromo.med.uc.edu>
33969             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
33970
33971         PR target/42982
33972         Partial revert of unintended change in fix for PR41605.
33973         * config/darwin.h: Fix typo.
33974         * config/darwin9.h: Same.
33975
33976 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
33977
33978         * c-pch.c (pch_init): Clear v.
33979
33980 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
33981
33982         PR middle-end/42930
33983         * graphite-scop-detection.c (graphite_can_represent_scev): Call
33984         graphite_can_represent_init for MULT_EXPR.
33985
33986 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
33987
33988         PR middle-end/42914
33989         PR middle-end/42530
33990         * graphite-sese-to-poly.c (remove_phi): New.
33991         (translate_scalar_reduction_to_array): Call remove_phi.
33992
33993 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
33994
33995         PR middle-end/42771
33996         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
33997         * graphite-clast-to-gimple.h (gloog): Update declaration.
33998         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
33999         * graphite-poly.h (struct poly_bb): Add missing comments.
34000         (struct scop): Add poly_scop_p field.
34001         (POLY_SCOP_P): New.
34002         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
34003         * graphite.c (graphite_transform_loops): Build the polyhedral
34004         representation for each scop before code generation.
34005         * sese.c (rename_variables_in_operand): Removed.
34006         (rename_variables_in_expr): Return the renamed expression.
34007         (rename_sese_parameters): New.
34008         * sese.h (rename_sese_parameters): Declared.
34009
34010 2010-02-11  Richard Guenther  <rguenther@suse.de>
34011
34012         PR tree-optimization/42998
34013         * tree-ssa-pre.c (create_expression_by_pieces): Treat
34014         POINTER_PLUS_EXPR properly.
34015
34016 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
34017             Changpeng Fang  <changpeng.fang@amd.com>
34018
34019         PR middle-end/40886
34020         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
34021         the cost of an IV candidate when the IV is used in a test against zero.
34022
34023         * gcc.dg/tree-ssa/ivopts-3.c: New.
34024
34025 2010-02-11  Richard Guenther  <rguenther@suse.de>
34026
34027         PR lto/41664
34028         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
34029         pointer-vs-decl case by swapping refs.  Handle some cases
34030         of pointer-vs-decl disambiguations more conservatively.
34031         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
34032         to false after expanding.
34033
34034 2010-02-11  Richard Guenther  <rguenther@suse.de>
34035
34036         PR driver/43021
34037         * gcc.c (process_command): Handle LTO file@offset case more
34038         appropriately.
34039
34040 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
34041
34042         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
34043         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
34044         of DEBUG_INSNs.
34045         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
34046
34047         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
34048         if MEM's mode size isn't DWARF2_ADDR_SIZE.
34049         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
34050         Optimize eq/ne comparisons when both arguments are known to be
34051         zero-extended.
34052         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
34053         Don't mask operands unnecessarily if they are known to be already
34054         zero-extended.
34055
34056 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
34057
34058         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
34059         instead of loop.
34060
34061 2010-02-10  Richard Guenther  <rguenther@suse.de>
34062
34063         PR tree-optimization/43017
34064         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
34065         for wrapping signed arithmetic.
34066
34067 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
34068
34069         PR debug/43010
34070         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
34071         if no debug info should be emitted for it.
34072
34073 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
34074
34075         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
34076         note when flag_exceptions is set.
34077
34078 2010-02-10  Duncan Sands  <baldrick@free.fr>
34079
34080         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
34081
34082 2010-02-10  Richard Guenther  <rguenther@suse.de>
34083
34084         PR c/43007
34085         * tree.c (get_unwidened): Handle constants.
34086         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
34087
34088 2010-02-10  Martin Jambor  <mjambor@suse.cz>
34089
34090         PR lto/42985
34091         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
34092         check for variable argument counts independently.
34093
34094 2010-02-10  Christian Bruel  <christian.bruel@st.com>
34095
34096         PR target/42841
34097         * config/sh/sh.c (find_barrier): Increase length for non delayed
34098         conditional branches.
34099
34100 2010-02-10  Christian Bruel  <christian.bruel@st.com>
34101
34102         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
34103
34104 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
34105
34106         * builtins.c (set_builtin_user_assembler_name): Also handle
34107         ffs if int is smaller than word.
34108
34109 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
34110
34111         PR middle-end/42973
34112         * ira-conflicts.c (get_dup): Remove.
34113         (process_reg_shuffles): Add new parameter.  Use it as an
34114         additional guard for copy generation.
34115         (add_insn_allocno_copies): Rewrite.
34116
34117 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
34118
34119         * common.opt (fsched2-use-traces): Preserved for backward
34120         compatibility.
34121         * doc/invoke.texi: Remove the documentation about option
34122         -fsched2-use-traces.
34123         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
34124         flag_sched2_use_traces.
34125         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
34126         the backward compatibility flag section.
34127
34128 2010-02-09  Richard Guenther  <rguenther@suse.de>
34129
34130         PR tree-optimization/43008
34131         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
34132         make HEAP variables initialized from global memory if they
34133         are not known builtin functions.
34134         (find_func_aliases): Adjust.
34135
34136 2010-02-09  Richard Guenther  <rguenther@suse.de>
34137
34138         PR tree-optimization/43000
34139         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
34140         arithmetic manually.
34141
34142 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
34143
34144         PR tree-optimization/42931
34145         * tree-loop-linear.c (try_interchange_loops): Don't call
34146         double_int_mul if estimated_loop_iterations failed.
34147
34148 2010-02-08  Martin Jambor  <mjambor@suse.cz>
34149
34150         PR middle-end/42898
34151         * tree-sra.c (build_accesses_from_assign): Do not mark in
34152         should_scalarize_away_bitmap if stmt has volatile ops.
34153         (sra_modify_assign): Do not process assigns piecemeal if if stmt
34154         has volatile ops.
34155
34156 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
34157
34158         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
34159
34160 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
34161
34162         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
34163         before the pattern.
34164
34165 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
34166
34167         PR middle-end/42946
34168         * df-core.c (df_finish_pass): Change type of saved_flags to int.
34169
34170 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
34171
34172         PR middle-end/42988
34173         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
34174         to unknown_dependence.
34175         (graphite_legal_transform_dr): Handle the unknown_dependence.
34176         (graphite_carried_dependence_level_k): Same.
34177
34178 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
34179
34180         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
34181
34182 2010-02-07  Richard Guenther  <rguenther@suse.de>
34183
34184         PR middle-end/42991
34185         * expr.c (get_inner_reference): Always initialize *pbitsize.
34186
34187 2010-02-07  Richard Guenther  <rguenther@suse.de>
34188
34189         PR middle-end/42956
34190         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
34191         new ARRAY_REFs on variable size element or minimal index arrays.
34192         Complete.
34193         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
34194         gimple_fold_indirect_ref.
34195
34196 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
34197
34198         PR target/42957
34199         * arm.c (arm_override_options): Just return if the user has specified
34200         an invalid fpu name.
34201
34202 2010-02-03  Jason Merrill  <jason@redhat.com>
34203
34204         PR c++/42870
34205         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
34206         i386_pe_maybe_record_exported_symbol.
34207
34208 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
34209
34210         PR target/42924
34211         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
34212         (pa_delegitimize_address): New function.
34213
34214 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
34215
34216         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
34217         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
34218
34219 2010-02-05  Richard Guenther  <rguenther@suse.de>
34220
34221         PR lto/42762
34222         * lto-streamer-in.c (get_resolution): Deal with references
34223         to undefined functions.
34224
34225 2010-02-05  Richard Guenther  <rguenther@suse.de>
34226
34227         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
34228         (fold_const_aggregate_ref): Likewise.
34229         (ccp_fold_stmt): Substitute loads.
34230         (maybe_fold_reference): Verify types before substituting.
34231         Unshare properly.
34232         (fold_gimple_assign): Unshare properly.
34233         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
34234
34235 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
34236
34237         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
34238         for rs6000_gen_cell_microcode.
34239
34240 2010-02-04  Richard Guenther  <rguenther@suse.de>
34241
34242         PR rtl-optimization/42952
34243         * dse.c (const_or_frame_p): Remove MEM handling.
34244
34245 2010-02-04  Nick Clifton  <nickc@redhat.com>
34246
34247         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
34248         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
34249         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
34250         (mn10300_asm_output_mi_thunk): New function.
34251         (mn10300_can_output_mu_thunk): New function.
34252         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
34253         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
34254         (FUNCTION_ARG): Delete incorrect comment.
34255
34256 2010-02-03  Jason Merrill  <jason@redhat.com>
34257
34258         PR c++/40138
34259         * fold-const.c (operand_equal_p): Handle erroneous types.
34260
34261 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
34262
34263         * config/h8300/h8300.md (can_delay): Fix attibute condition.
34264
34265 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
34266
34267         PR rtl-optimization/42941
34268         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
34269         of xmalloc.
34270
34271 2010-02-03  Jason Merrill  <jason@redhat.com>
34272
34273         PR c++/35652
34274         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
34275
34276 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
34277
34278         PR debug/42896
34279         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
34280         (cselib_reset_table): Renamed from...
34281         (cselib_reset_table_with_next_value): ... this.
34282         (cselib_get_next_uid): Renamed from...
34283         (cselib_get_next_unknown_value): ... this.
34284         * cselib.c (next_uid): Renamed from...
34285         (next_unknown_value): ... this.
34286         (cselib_clear_table): Adjust.
34287         (cselib_reset_table): Adjust.  Renamed from...
34288         (cselib_reset_table_with_next_value): ... this.
34289         (cselib_get_next_uid): Adjust.  Renamed from...
34290         (cselib_get_next_unknown_value): ... this.
34291         (get_value_hash): Use hash.
34292         (cselib_hash_rtx): Likewise.
34293         (new_cselib_val): Adjust.  Set and dump uid.
34294         (cselib_lookup_mem): Pass next_uid as hash.
34295         (cselib_subst_to_values): Likewise.
34296         (cselib_log_lookup): Dump uid.
34297         (cselib_lookup): Pass next_uid as hash.  Adjust.
34298         (cselib_process_insn): Adjust.
34299         (cselib_init): Initialize next_uid.
34300         (cselib_finish): Adjust.
34301         (dump_cselib_table): Likewise.
34302         * dse.c (canon_address): Dump value uid.
34303         * print-rtl.c (print_rtx): Print value uid.
34304         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
34305         (dvuid): New type.
34306         (dv_uid): New function, sort of renamed from...
34307         (dv_htab_hash): ... this, reimplemented in terms of it and...
34308         (dv_uid2hash): ... this.  New.
34309         (variable_htab_eq): Drop excess assertions.
34310         (tie_break_pointers): Removed.
34311         (canon_value_cmp): Compare uids.
34312         (variable_post_merge_New_vals): Print uids.
34313         (vt_add_function_parameters): Adjust.
34314         (vt_initialize): Reset table.  Adjust.
34315
34316 2010-02-03  Richard Guenther  <rguenther@suse.de>
34317
34318         PR tree-optimization/42944
34319         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
34320         (call_may_clobber_ref_p_1): Likewise.  Properly handle
34321         malloc and calloc clobbering errno.
34322
34323 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
34324
34325         * doc/invoke.texi: Fix name of sched1 dump.
34326
34327         * opts.c (decode_options): Set flag_tree_switch_conversion
34328         only conditionally on optimize >= 2.
34329
34330         * gcse.c: Assorted comment fixes in pass description.
34331
34332 2010-02-03  Anthony Green  <green@moxielogic.com>
34333
34334         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
34335         nop padding in order to maintain alignment of storage location of
34336         target function address.
34337         (moxie_trampoline_init): Store target function address at newly
34338         aligned location.
34339         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
34340         to 32.
34341         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
34342
34343 2010-02-03  Richard Guenther  <rguenther@suse.de>
34344
34345         PR middle-end/42927
34346         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
34347
34348 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34349
34350         * config.gcc: Reenable check for obsolete targets.
34351         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
34352         mips-sgi-irix6.[0-4]*.
34353
34354 2010-02-02  Nick Clifton  <nickc@redhat.com>
34355
34356         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
34357         constant size of 4 as being the same as 0.
34358         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
34359         can take values in the range 0..4.
34360
34361 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
34362
34363         PR java/41991
34364         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
34365         as _darwin10_Unwind_FindEnclosingFunction().
34366         * libgcc-libsystem.ver: New.
34367
34368 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
34369
34370         PR target/41399
34371         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
34372         implicitly set registers.
34373
34374 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
34375
34376         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
34377         (arm_override_options): Allow automatic selection of the thread
34378         pointer register if thumb2.
34379         (legitimize_pic_address): Improve code sequences for Thumb2.
34380         (arm_call_tls_get_addr): Likewise.
34381         (legitimize_tls_address): Likewise.
34382         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
34383         (pic_load_addr_32bit): ... this.  New named pattern.
34384         * thumb2.md (pic_load_addr_thumb2): Delete.
34385         (pic_load_dot_plus_four): Delete.
34386         (tls_load_dot_plus_four): New named pattern.
34387
34388 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34389
34390         PR libgomp/29986
34391         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
34392         Document fix for TLS bug.
34393
34394 2010-01-31  Richard Guenther  <rguenther@suse.de>
34395
34396         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
34397         conservatively correct.
34398
34399 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34400
34401         PR target/42850
34402         Revert:
34403         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
34404
34405         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
34406
34407 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
34408
34409         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
34410
34411 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
34412
34413         * config.gcc: Adjust order of makefile fragments for mingw targets.
34414
34415 2010-01-31  Richard Guenther  <rguenther@suse.de>
34416
34417         PR middle-end/42898
34418         * gimplify.c (gimplify_init_constructor): For volatile LHS
34419         initialize a temporary.
34420
34421 2010-01-31  Matthias Klose  <doko@ubuntu.com>
34422
34423         * configure.ac: Fix __stack_chk_fail check for cross builds configured
34424         --with-headers
34425         * configure: Regenerate.
34426
34427 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
34428
34429         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
34430         the same alias set and their sizes different constantness.
34431         (aliasing_component_refs_p): Revert 2009-10-24 change.
34432
34433 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34434
34435         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
34436         unused.
34437
34438 2010-01-29  Richard Guenther  <rguenther@suse.de>
34439
34440         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
34441         Assert we successfully updated the call.
34442
34443 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
34444
34445         PR rtl-optimization/42889
34446         * df.h (df_set_bb_dirty_nonlr): New prototype.
34447         * df-core.c (df_set_bb_dirty_nonlr): New function.
34448         * df-scan.c (df_insn_rescan): Call it instead of
34449         df_set_bb_dirty for DEBUG_INSNs.
34450
34451 2010-01-29  Richard Guenther  <rguenther@suse.de>
34452
34453         PR middle-end/37448
34454         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
34455         quadratic behavior in most cases.
34456
34457 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
34458
34459         PR target/42891
34460         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
34461         in the call to gen_x86_movsicc_0_m1.
34462
34463 2010-01-28  Richard Guenther  <rguenther@suse.de>
34464
34465         PR tree-optimization/42871
34466         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
34467
34468 2010-01-28  Richard Guenther  <rguenther@suse.de>
34469
34470         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
34471         into call arguments.
34472
34473 2010-01-28  Richard Guenther  <rguenther@suse.de>
34474
34475         PR middle-end/42883
34476         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
34477         the forwarder if the destination is an EH landing pad.
34478
34479 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
34480
34481         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
34482         block list passed to gimple_duplicate_sese_tail.
34483         (parallelize_loops): Avoid parallelization when the function
34484         has_nonlocal_label.
34485         Avoid parallelization when the preheader is IRREDUCIBLE.
34486         Try to optimize when estimated_loop_iterations_int is unresolved.
34487         Add the loop's location to the dump file.
34488         * tree-cfg.c (add_phi_args_after_redirect): Remove.
34489         (gimple_duplicate_sese_tail): Remove the check for the latch.
34490         Redirect nexits to the exit block.
34491         Remove handling of the incoming edges to the latch.
34492         Redirect the backedge from the copied latch to the exit bb.
34493
34494 2010-01-28  Michael Matz  <matz@suse.de>
34495
34496         PR target/42881
34497         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
34498         Wrap force_reg into a sequence, emit it before user.
34499
34500 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
34501
34502         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
34503         (arm_rev): New.
34504         (arm_legacy_rev): Likewise.
34505         (thumb_legacy_rev): Likewise.
34506
34507 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
34508
34509         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
34510         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
34511         on MEM's address failed, try avoid_constant_pool_reference and
34512         recurse if it returned something different.
34513         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
34514         address, try avoid_constant_pool_reference and recurse if it
34515         returned something different.
34516         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
34517         address and avoid_constant_pool_reference returned something
34518         different, don't set have_address.
34519
34520 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
34521
34522         PR debug/42861
34523         * var-tracking.c (val_store): Add modified argument, obey it.
34524         Adjust callers.
34525         (count_uses): Move down logging of main.
34526         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
34527         don't need resolution.
34528         (emit_notes_in_bb): Likewise.
34529
34530 2010-01-27  Richard Guenther  <rguenther@suse.de>
34531
34532         PR middle-end/42878
34533         * tree-inline.c (remap_decl): Delay remapping of SSA name
34534         default definitions until we need them.
34535
34536 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
34537
34538         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
34539         (rs6000_delegitimize_address): New function.
34540
34541         * config/s390/s390.c (s390_delegitimize_address): Call
34542         delegitimize_mem_from_attrs.
34543
34544         PR middle-end/42874
34545         * tree-inline.c (cannot_copy_type_1): Removed.
34546         (copy_forbidden): Don't forbid copying of functions containing
34547         records/unions with variable length fields.
34548
34549 2010-01-27  Christian Bruel  <christian.bruel@st.com>
34550
34551         Revert:
34552         PR target/42841
34553         * config/sh/sh.c (find_barrier): Increase length for non delayed
34554         conditional branches.
34555
34556 2010-01-27  Matthias Klose  <doko@ubuntu.com>
34557
34558         * configure.ac (gnu-unique-object): Fix ldd version check.
34559         * configure: Regenerate.
34560
34561 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34562
34563         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
34564         HAVE_GNU_AS value.
34565         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
34566         Test for HAVE_GNU_AS value.
34567
34568 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34569
34570         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
34571         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
34572         INT64_TYPE): Define.
34573         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
34574         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
34575         INT_LEAST64_TYPE): Define.
34576         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
34577         UINT_LEAST64_TYPE): Define.
34578         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
34579         INT_FAST64_TYPE): Define.
34580         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
34581         UINT_FAST64_TYPE): Define.
34582         (INTMAX_TYPE, UINTMAX_TYPE): Define.
34583         (INTPTR_TYPE, UINTPTR_TYPE): Define.
34584         (SIG_ATOMIC_TYPE): Define.
34585
34586 2010-01-26  Richard Guenther  <rguenther@suse.de>
34587
34588         * df-scan.c (df_scan_set_bb_info): Remove assert.
34589         (df_insn_rescan_debug_internal): Merge asserts.
34590         (df_install_ref): Likewise.
34591         (df_mark_reg): Use bitmap_set_range.
34592         (df_hard_reg_used_p): Remove assert.
34593         (df_hard_reg_used_count): Likewise.
34594
34595 2010-01-26  Richard Guenther  <rguenther@suse.de>
34596
34597         PR rtl-optimization/42685
34598         * web.c (web_main): Ignore DEBUG_INSNs.
34599
34600 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
34601
34602         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
34603
34604         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
34605         Fix types of fndecl and arglist parameters.
34606
34607 2010-01-26  Richard Guenther  <rguenther@suse.de>
34608
34609         PR middle-end/42806
34610         * tree-eh.c (unsplit_eh): Skip debug insns.
34611
34612 2010-01-26  Richard Guenther  <rguenther@suse.de>
34613
34614         PR tree-optimization/42250
34615         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
34616
34617 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
34618
34619         PR fortran/42866
34620         * omp-low.c (expand_omp_sections): Only use single_pred if
34621         l2_bb is single_pred_p.
34622
34623 2010-01-25  Christian Bruel  <christian.bruel@st.com>
34624
34625         PR target/42841
34626         * config/sh/sh.c (find_barrier): Increase length for non delayed
34627         conditional branches.
34628         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
34629
34630 2010-01-24  David S. Miller  <davem@davemloft.net>
34631
34632         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
34633         define if not using GAS.
34634         * config/sparc/sparc.c (sparc_elf_asm_named_section):
34635         Likewise.  Delete SECTION_MERGE code, which is only applicable
34636         when using GAS.
34637
34638 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
34639
34640         PR c++/42748
34641         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
34642         mangling of va_list in system headers.
34643
34644 2010-01-23  Toon Moene  <toon@moene.org>
34645
34646         * tree-predcom.c (combine_chains): Return NULL, not false.
34647
34648 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
34649
34650         * tree-loop-distribution.c (distribute_loop): Fix declaration and
34651         initialization of variable res to agree with return type.
34652
34653 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
34654
34655         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
34656         * tree-sra.c: Add include of expr.h.
34657
34658 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
34659
34660         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
34661         insert the debug stmt on the single non-EH edge from the stmt.
34662
34663 2010-01-22  Richard Henderson  <rth@redhat.com>
34664
34665         PR tree-opt/42833
34666         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
34667         the RHS until after generate_subtree_copies has insertted its
34668         code before the current statement.
34669
34670 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
34671
34672         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
34673
34674         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
34675
34676 2010-01-21  Martin Jambor  <mjambor@suse.cz>
34677
34678         PR tree-optimization/42585
34679         * tree-sra.c (struct access): New field grp_total_scalarization.
34680         (dump_access): Dump the new field.
34681         (should_scalarize_away_bitmap): New variable.
34682         (cannot_scalarize_away_bitmap): Likewise.
34683         (sra_initialize): Allocate new bitmaps.
34684         (sra_deinitialize): Free new bitmaps.
34685         (create_access_1): New function.
34686         (create_access): Parts moved to create_access_1.
34687         (type_consists_of_records_p): New function.
34688         (completely_scalarize_record): Likewise.
34689         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
34690         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
34691         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
34692         access.
34693         (analyze_all_variable_accesses): Completely scalarize small eligible
34694         records.
34695
34696 2010-01-21  Martin Jambor  <mjambor@suse.cz>
34697
34698         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
34699
34700 2010-01-21  Andrew Haley  <aph@redhat.com>
34701
34702         * gcc.c (process_command): Move lang_specific_driver before
34703         setting cc_libexec_prefix.
34704
34705 2010-01-21  Richard Guenther  <rguenther@suse.de>
34706
34707         PR middle-end/19988
34708         * fold-const.c (negate_expr_p): Pretend only negative
34709         real constants are easily negatable.
34710
34711 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
34712             Jason Merrill  <jason@redhat.com>
34713
34714         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
34715         (TYPE_TRANSPARENT_AGGR): this, for union and record.
34716         * calls.c (initialize argument_information): Handle it.
34717         * c-common.c (handle_transparent_union_attribute): Use new name.
34718         * c-decl.c (finish_struct): Ditto.
34719         * c-typeck.c (type_lists_compatible_p): Ditto.
34720         (convert_for_assignment): Use new name and also handle record.
34721         * function.c (aggregate_value_p): Handle it.
34722         (pass_by_reference): Ditto.
34723         (assign_parm_data_types): Ditto.
34724         * print-tree.c (print_node): Ditto.
34725         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
34726         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
34727         * tree.c (first_field): New fn.
34728
34729 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
34730
34731         PR target/42818
34732         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
34733         even when linking statically, for now.
34734
34735 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
34736
34737         PR debug/42715
34738         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
34739         without a cselib val.
34740         (count_uses): Accept MO_VAL_SET with no val on stores.
34741         (add_stores): Likewise.
34742
34743 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
34744
34745         * var-tracking.c (check_value_val): Add a compile time assertion.
34746         (dv_is_decl_p): Simplify.
34747         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
34748         gcc_assert if ENABLE_CHECKING.
34749
34750 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
34751
34752         PR debug/42782
34753         * var-tracking.c: Include tree-flow.h.
34754         (mem_dies_at_call): New.
34755         (dataflow_set_preserve_mem_locs): Use it.
34756         (dataflow_set_remove_mem_locs): Likewise.
34757         (dump_var): Renamed from dump_variable.  Adjust all callers.
34758         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
34759         * Makefile.in (var-tracking.o): Adjust deps.
34760
34761 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
34762
34763         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
34764
34765 2010-01-20  Richard Guenther  <rguenther@suse.de>
34766
34767         PR tree-optimization/42717
34768         * tree-ssa-dce.c (get_live_post_dom): Remove.
34769         (forward_edge_to_pdom): Take an arbitrary edge to copy
34770         degenerate PHI args from.
34771         (remove_dead_stmt): Use the first post-dominator even if it
34772         does not contain live statements as redirection destination.
34773
34774 2010-01-20  Richard Guenther  <rguenther@suse.de>
34775
34776         * tree-inline.c (estimate_num_insns): Handle EH builtins.
34777
34778 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
34779
34780         * sel-sched.c (create_speculation_check): Remove set but not used
34781         variable twin.
34782         (try_transformation_cache): Remove set but not used variable ds.
34783         (calculate_privileged_insns): Remove set but not used variables
34784         cur_insn and min_spec_insn.
34785         (find_best_expr): Remove set but not used variable avail_n.
34786         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
34787         variable e.
34788         * cgraphunit.c (assemble_thunk): Remove set but not used variable
34789         false_label.
34790         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
34791         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
34792         new_scop_exit_edge.
34793
34794 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
34795
34796         PR bootstrap/42786
34797         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
34798         cpu types.  Add support for *-sse3 cpu types.
34799         (x86_64-*-*): Ditto.
34800
34801 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
34802
34803         PR middle-end/42803
34804         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
34805         argument, call initializer_constant_valid_p_1 instead of
34806         initializer_constant_valid_p, pass CACHE to it, return NULL
34807         immediately if first call returns NULL.
34808         (initializer_constant_valid_p_1): New function.
34809         (initializer_constant_valid_p): Use it.
34810
34811 2010-01-20  Thomas Quinot  <quinot@adacore.com>
34812
34813         * tree.def (PLACEHOLDER_EXPR): Fix comment.
34814
34815 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
34816
34817         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
34818         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
34819         (loc_list_from_tree): Don't handle unsigned division.  Handle
34820         signed modulo using DW_OP_{over,over,div,mul,minus}.
34821         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
34822         modulo instead of signed.
34823
34824 2010-01-20  DJ Delorie  <dj@redhat.com>
34825
34826         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
34827         (Fpa): Pass it
34828         (h8300_emit_stack_adjustment): Propogate it.
34829         (push): Pass it.
34830         (h8300_expand_prologue): Likewise.
34831         (h8300_expand_epilogue): Likewise.
34832
34833 2010-01-19  Michael Matz  <matz@suse.de>
34834
34835         PR tree-optimization/41783
34836         * tree-data-ref.c (toplevel): Include flags.h.
34837         (dump_data_dependence_relation):  Also dump the inputs if the
34838         result will be unknown.
34839         (split_constant_offset_1): Look through some conversions.
34840         * tree-predcom.c (determine_roots_comp): Restart a new chain if
34841         the offset from last element is too large.
34842         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
34843         (reassociate_to_the_same_stmt): Handle vector registers.
34844         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
34845         (e.g. conversions).
34846         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
34847         wide_prolog_niters argument, emit widening instructions.
34848         (vect_do_peeling_for_alignment): Adjust caller, use widened
34849         variant of the iteration cound.
34850         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
34851
34852 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
34853
34854         PR target/38697
34855         * config/arm/neon-testgen.m (emit_automatics): New parameter
34856         features. Adjust for Fixed_return_reg feature.
34857         (test_intrinsic): Call emit_automatics with new feature.
34858         * config/arm/neon.ml: Update copyright years.
34859         (features): New Fixed_return_reg feature.
34860         (ops): Update feature for Vget_low.
34861
34862 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
34863
34864         PR tree-optimization/42719
34865         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
34866         stmt uses.
34867
34868         PR debug/42728
34869         * fwprop.c (all_uses_available_at): Return false if def_set dest
34870         is a REG that is used in def_insn.
34871
34872 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
34873
34874         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
34875
34876         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
34877         Add argument names.
34878
34879         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
34880
34881         * target.h (struct gcc_target) <secondary_reload>: Change type
34882         of last argument to secondary_reload_info *.
34883
34884 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
34885
34886         PR target/42774
34887         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
34888         memory references with unaligned offsets.  Remove CQImode handling.
34889         (unaligned_memory_operand): Return 1 for memory references with
34890         unaligned offsets.  Remove CQImode handling.
34891
34892 2010-01-18  Richard Guenther  <rguenther@suse.de>
34893
34894         PR middle-end/39954
34895         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
34896         builtin calls.
34897
34898 2010-01-18  Richard Guenther  <rguenther@suse.de>
34899
34900         PR tree-optimization/42781
34901         * tree-ssa-structalias.c (find_what_var_points_to): Skip
34902         restrict processing only if the original variable was artificial.
34903
34904 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
34905
34906         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
34907         find number of popped argument bytes.
34908
34909         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
34910         Fix the text that describes the return value for invalid insns.
34911
34912         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
34913
34914         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
34915         Clarify what 'cost of the -dependence' is.  Fix quoting.
34916
34917         * toplev.c (default_get_pch_validity): Rename argument to "sz".
34918         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
34919
34920 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
34921
34922         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
34923         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
34924
34925 2010-01-17  Richard Guenther  <rguenther@suse.de>
34926
34927         PR middle-end/42248
34928         * function.c (split_complex_args): Take a VEC to modify.
34929         (assign_parms_augmented_arg_list): Build a VEC instead of
34930         a chain of PARM_DECLs.
34931         (assign_parms_unsplit_complex): Take a VEC of arguments.
34932         Do not fixup unmodified parms.
34933         (assign_parms): Deal with the VEC.
34934         (gimplify_parameters): Likewise.
34935
34936 2010-01-17  Richard Guenther  <rguenther@suse.de>
34937
34938         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
34939         node existence check.
34940         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
34941         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
34942         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
34943         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
34944         (gimple_execute_on_growing_pred): Likewise.
34945
34946 2010-01-17  Richard Guenther  <rguenther@suse.de>
34947
34948         PR tree-optimization/42773
34949         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
34950         (compute_antic_aux): Likewise.
34951         (compute_partial_antic_aux): Likewise.
34952
34953 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
34954
34955         PR debug/42767
34956         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
34957         and US_TRUNCATE.
34958
34959 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
34960
34961         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
34962         appearance.
34963
34964         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
34965         Fix markup for strict argument.
34966
34967         (TARGET_SCHED_REORDER2): Fix argument types.
34968
34969         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
34970         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
34971
34972         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
34973         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
34974
34975         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
34976         Add argument name.
34977
34978         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
34979         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
34980         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
34981         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
34982         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
34983
34984         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
34985
34986         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
34987
34988         (TARGET_ASM_RELOC_RW_MASK): Add return type.
34989         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
34990
34991         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
34992
34993         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
34994         Use prototype.
34995
34996         (TARGET_ASM_NAMED_SECTION): Fix argument list.
34997
34998         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
34999         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
35000
35001         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
35002
35003         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
35004
35005         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
35006         referring to it.  Fix language.
35007
35008         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
35009
35010         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
35011
35012         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
35013
35014         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
35015
35016         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
35017         '@var{stream}.  Remove stray 'and'.
35018
35019         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
35020
35021         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
35022
35023         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
35024
35025         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
35026         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
35027
35028         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
35029         Fix description of return value.
35030         Rename argument "sz" to "len."
35031
35032         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
35033         Clarify meaning of 'true' return value.
35034
35035         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
35036
35037         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
35038         rep_mode versus mode_rep.
35039
35040         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
35041
35042         (TARGET_BUILTIN_DECL): Fix name.
35043
35044         (TARGET_COMMUTATIVE_P): Fix type of first argument.
35045
35046         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
35047
35048         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
35049
35050         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
35051
35052         (TARGET_RELAXED_ORDERING): Use @deftypevr.
35053
35054         (TARGET_GET_DRAP_RTX): Note that this is a hook.
35055         Clarify language.
35056
35057         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
35058         Rename argument tm_fn to md_fn.
35059
35060         (TARGET_OPTION_PRINT): Fix argument list.
35061
35062 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
35063
35064         PR target/42664
35065         * config/i386/i386.c (ix86_fixup_binary_operands):
35066         Revert FMA4 fixup of operands.
35067
35068 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35069
35070         PR other/42525
35071         * Makefile.in (write_entries_to_file, install-plugin):
35072         Use \012 instead of \n with tr.
35073
35074 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
35075
35076         * configure.ac (HAVE_AS_REF): New C macro.
35077         * configure: Regenerate.
35078         * config.in: Likewise.
35079         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
35080         if HAVE_AS_REF.
35081         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
35082         if HAVE_AS_REF.
35083
35084 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
35085
35086         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
35087
35088         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
35089
35090         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
35091
35092         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
35093
35094         (TARGET_IN_SMALL_DATA_P): Fix argument type.
35095
35096         (TARGET_BINDS_LOCAL_P): Fix argument type.
35097
35098         (TARGET_ASM_FILE_END): Use prototype.
35099
35100         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
35101
35102         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
35103
35104         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
35105
35106         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
35107
35108         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
35109         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
35110
35111         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
35112         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
35113
35114         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
35115         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
35116         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
35117         (TARGET_ADDR_SPACE_CONVERT): Likewise.
35118
35119         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
35120
35121         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
35122
35123         (TARGET_INIT_BUILTINS): Use prototype.
35124
35125         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
35126         Put 'const char *' in braces.  Fix parameter types.
35127         (TARGET_INVALID_CONVERSION): Fix parameter types.
35128         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
35129         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
35130
35131         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
35132         Fix argument type.
35133
35134         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
35135
35136         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
35137
35138 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
35139
35140         * doc/tm.texi (TARGET_HELP): Fix return type.
35141
35142         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
35143         in braces.  Fix argument types.
35144
35145         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
35146
35147         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
35148
35149         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
35150
35151         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
35152         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
35153
35154         (TARGET_MANGLE_TYPE): Fix argument types.
35155
35156         (TARGET_IRA_COVER_CLASSES): Use prototype.
35157
35158         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
35159
35160         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
35161
35162         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
35163
35164         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
35165
35166         (TARGET_CALLEE_COPIES): Fix argument types.
35167
35168         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
35169
35170         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
35171
35172         (TARGET_FUNCTION_VALUE): Fix argument types.
35173
35174         (TARGET_RETURN_IN_MSB): Fix argument type.
35175
35176         (TARGET_RETURN_IN_MEMORY): Fix argument types.
35177
35178         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
35179
35180         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
35181
35182         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
35183         agree with return type.
35184
35185         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
35186
35187 2010-01-15  Jing Yu  <jingyu@google.com>
35188
35189         PR rtl-optimization/42691
35190         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
35191         a pseudo to a constant and are merged, and adjust comments.
35192
35193 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
35194
35195         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
35196
35197 2010-01-15  Richard Guenther  <rguenther@suse.de>
35198
35199         PR middle-end/42739
35200         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
35201         labels of computed or non-local gotos to the destination.
35202         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
35203         landing pad label is the first label.
35204
35205 2010-01-15  Richard Guenther  <rguenther@suse.de>
35206
35207         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
35208
35209 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
35210
35211         PR target/42747
35212         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
35213         to allow generation of the xssqrtdp instruction on power7.
35214         (sqrtdf2_fpr): Ditto.
35215
35216 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
35217
35218         PR middle-end/42674
35219         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
35220         functions with noreturn attribute.
35221
35222         PR c++/42608
35223         * varasm.c (declare_weak): Add weak attribute to decl if it
35224         doesn't have one already.
35225         (assemble_external): Only add decls to weak_decls if they also
35226         have weak attribute.
35227
35228 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
35229
35230         * var-tracking.c (var_reg_delete): Don't delete the association
35231         between REGs and values or one-part variables if the register
35232         isn't clobbered.
35233
35234 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
35235
35236         PR debug/42657
35237         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
35238         because its first operand is a non-localized variable.
35239
35240 2010-01-14  Martin Jambor  <mjambor@suse.cz>
35241
35242         PR tree-optimization/42706
35243         * tree-sra.c (encountered_recursive_call): New variable.
35244         (encountered_unchangable_recursive_call): Likewise.
35245         (sra_initialize): Initialize both new variables.
35246         (callsite_has_enough_arguments_p): New function.
35247         (scan_function): Call decl and flags check only for IPA-SRA, check
35248         whether there is a recursive call and whether it has enough arguments.
35249         (all_callers_have_enough_arguments_p): New function.
35250         (convert_callers): Look for recursive calls only when
35251         encountered_recursive_call is set.
35252         (ipa_early_sra): Bail out either if
35253         !all_callers_have_enough_arguments_p or
35254         encountered_unchangable_recursive_call.
35255
35256 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35257
35258         * sel-sched.c: Add 2010 to copyright years.
35259         * sel-sched-ir.c: Likewise.
35260         * sel-sched-ir.h: Likewise.
35261
35262 2010-01-14  Martin Jambor  <mjambor@suse.cz>
35263
35264         PR tree-optimization/42714
35265         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
35266         constructors specially.
35267
35268 2010-01-14  Andi Kleen  <ak@linux.intel.com>
35269
35270         * config/i386/drivers-i386.c (detect_caches_intel):
35271         Add l2sizekb parameter and fill in.
35272         (host_detect_local_cpu): Add l2sizekb, fill in.
35273         Add Atom small cache heuristic.
35274
35275 2010-01-14  Andi Kleen  <ak@linux.intel.com>
35276
35277         * config/i386/drivers-i386.c (detect_caches_cpuid4):
35278         Add level3 parameter and fill in.
35279         (detect_caches_intel): Handle level3 cache.
35280
35281 2010-01-14  Andi Kleen  <ak@linux.intel.com>
35282
35283         * config/i386/drivers-i386.c (host_detect_local_cpu):
35284         Fix core duo detection.
35285
35286 2010-01-14  Andi Kleen  <ak@linux.intel.com>
35287
35288         * config/i386/drivers-i386.c (host_detect_local_cpu):
35289         Fix Atom detection.
35290
35291 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35292
35293         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
35294         (rs6000_variable_issue_1): this.  Use...
35295         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
35296
35297 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35298
35299         * sel-sched-ir.c (sel_restore_other_notes): Rename to
35300         sel_restore_notes.  Update all callers.  Call reemit_notes
35301         for all insns.
35302
35303 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35304
35305         PR rtl-optimization/42246
35306         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
35307         loops.
35308
35309 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35310
35311         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
35312         all successors is the same as number of successors in current region.
35313
35314 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35315
35316         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
35317         to rename is not separable.  Otherwise check that its LHS is not NULL.
35318
35319 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35320
35321         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
35322
35323 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35324
35325         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
35326         available registers when failed to discover LHS register class.
35327         Fix indentation.  Update comment.
35328
35329 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35330             Alexander Monakov  <amonakov@ispras.ru>
35331
35332         PR rtl-optimization/42389
35333         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
35334         to can_issue_more.
35335         (advance_state_on_fence): Likewise.
35336         (sel_target_adjust_priority): Print debug output only when
35337         sched_verbose >= 4, not 2.
35338         (get_expr_cost): Do not issue all unique insns on the next cycle.
35339         (fill_insns): Initialize can_issue_more from the value saved
35340         with the fence.
35341         * sel-sched-ir.c (flist_add): New parameter issue_more.
35342         Init FENCE_ISSUE_MORE with it.
35343         (merge_fences): Likewise.
35344         (init_fences): Update call to flist_add.
35345         (add_to_fences, add_clean_fence_to_fences)
35346         (add_dirty_fence_to_fences): Likewise.
35347         (move_fence_to_fences): Update call to merge_fences.
35348         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
35349         sched groups.
35350         * sel-sched-ir.h (struct _fence): New field issue_more.
35351         (FENCE_ISSUE_MORE): New accessor macro.
35352
35353 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35354
35355         PR rtl-optimization/42388
35356         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
35357         that have no predecessors nor successors.  Do not call move_bb_info
35358         for empty blocks outside of current region.
35359
35360 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35361
35362         PR rtl-optimization/42294
35363         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
35364         * sel-sched.c (move_exprs_to_boundary): Transitively add all
35365         originators' originators.
35366
35367 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
35368
35369         PR rtl-optimization/39453
35370         PR rtl-optimization/42246
35371         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
35372         for pipelining_p.
35373         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
35374
35375 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35376             Alexander Monakov  <amonakov@ispras.ru>
35377
35378         PR middle-end/42245
35379         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
35380         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
35381         argument.  Update all callers.
35382         (tidy_control_flow): ... and here.  Recompute topological order
35383         of basic blocks in region if necessary.
35384         (sel_redirect_edge_and_branch): Change return type.  Return true
35385         if topological order might have been invalidated.
35386         (purge_empty_blocks): Export and move from...
35387         * sel-sched.c (purge_empty_blocks): ... here.
35388         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
35389         (maybe_tidy_empty_bb): Delete prototype.
35390         (purge_empty_blocks): Declare.
35391
35392 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
35393
35394         PR rtl-optimization/42249
35395         * sel-sched.c (try_replace_dest_reg): When chosen register
35396         and original register is the same, do not bail out early, but
35397         still check all original insns for validity of replacing destination
35398         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
35399         in this case.
35400
35401 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
35402
35403         PR c/42721
35404         Port from no-undefined-overflow branch:
35405         2009-03-09  Richard Guenther  <rguenther@suse.de>
35406
35407         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
35408
35409 2010-01-14  Richard Guenther  <rguenther@suse.de>
35410
35411         PR lto/42665
35412         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
35413
35414 2010-01-14  Ira Rosen  <irar@il.ibm.com>
35415
35416         PR tree-optimization/42709
35417         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
35418         as scalar type in creation of constant vector operand.
35419
35420 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35421
35422         PR testsuite/42414
35423         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
35424         (check-parallel-%): Match `testsuite' directory component only
35425         at the end.
35426
35427 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
35428
35429         PR translation/39521
35430         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
35431         strings with _().
35432
35433 2010-01-13  Richard Guenther  <rguenther@suse.de>
35434
35435         PR tree-optimization/42730
35436         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
35437         offset zero.
35438
35439 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
35440
35441         PR target/pr42542
35442         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
35443         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
35444         them signed.
35445
35446 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
35447
35448         * config/bfin/libgcc-bfin.ver: Regenerate based on current
35449         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
35450         ___umulsi3_highpart.
35451
35452         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
35453         rather than schedule_insns if the pass is enabled.
35454
35455 2010-01-13  Martin Jambor  <mjambor@suse.cz>
35456
35457         PR tree-optimization/42704
35458         * tree-sra.c (sra_modify_assign): Do not delete assignments to
35459         SSA_NAMEs.
35460
35461 2010-01-13  Martin Jambor  <mjambor@suse.cz>
35462
35463         PR tree-optimization/42703
35464         * tree-sra.c (analyze_access_subtree): Check that we can build a
35465         reference to the original data within the aggregate.
35466
35467 2010-01-13  Richard Guenther  <rguenther@suse.de>
35468
35469         PR tree-optimization/42705
35470         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
35471
35472 2010-01-13  Richard Guenther  <rguenther@suse.de>
35473
35474         PR middle-end/42716
35475         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
35476
35477 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
35478
35479         PR debug/41371
35480         * var-tracking.c (values_to_unmark): New variable.
35481         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
35482         values_to_unmark vector.  Moved body to...
35483         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
35484         instead queue it into values_to_unmark vector.
35485         (vt_find_locations): Free values_to_unmark vector.
35486
35487 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
35488
35489         * config/s390/s390.c (override_options): Set
35490         default of max-pending-list-length to 256
35491
35492 2010-01-13  Richard Guenther  <rguenther@suse.de>
35493
35494         PR lto/42678
35495         * tree-pass.h (PROP_gimple_lcx): New.
35496         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
35497         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
35498         before the final cleanup_eh.
35499         (dump_properties): Dump PROP_gimple_lcx.
35500         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
35501         (tree_lower_complex_O0): Remove.
35502         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
35503         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
35504         tree_lower_complex, schedule TODO_update_ssa.
35505         * lto-streamer-out.c (output_function): Stream the functions
35506         properties.
35507         * lto-streamer-in.c (input_function): Likewise.
35508         (lto_read_body): Do not override them here.
35509
35510 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
35511
35512         PR c/42708
35513         * c-typeck.c (build_c_cast): Fold value cast to union type before
35514         wrapping it in a CONSTRUCTOR.
35515
35516 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
35517
35518         PR rtl-optimization/42699
35519         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
35520         involved.
35521
35522 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35523
35524         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
35525         SUBTARGET_WARN_UNUSED_SPEC): Move ...
35526         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
35527         SUBTARGET_WARN_UNUSED_SPEC): ... here
35528         * config/mips/iris5.h (LIBGCC_SPEC): Define.
35529
35530 2010-01-12  Julian Brown  <julian@codesourcery.com>
35531
35532         * config/arm/neon-schedgen.ml (Utils): Don't try to
35533         open missing module.
35534         (find_with_result): New.
35535
35536 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
35537
35538         PR debug/42662
35539         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
35540         sharing when canonicalizing ({lt,ge}u (plus a b) b).
35541
35542         PR tree-optimization/42645
35543         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
35544         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
35545         decl_map, set processing_debug_stmt to -1 and return name without
35546         any remapping.
35547
35548 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
35549
35550         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
35551         binutils version, and reword target configuration description.
35552
35553 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
35554
35555         * config/avr/avr.h (LINKER_NAME): Remove.
35556
35557 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
35558
35559         PR target/42416
35560         * config/rs6000/rs6000.c (rs6000_override_options): On targets
35561         that support VSX, warn for -mno-altivec if vsx is not disabled,
35562         and disable vsx.
35563
35564 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
35565             Shujing Zhao  <pearly.zhao@oracle.com>
35566
35567         PR translation/42469
35568         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
35569         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
35570         character between option name and help text.
35571         * c.opt (imultilib): Likewise.
35572
35573 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
35574
35575         * lto-streamer-out.c (output_unreferenced_globals): Output static
35576         variables.
35577
35578 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
35579
35580         PR rtl-optimization/42621
35581         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
35582         optimizing for size.
35583         (duplicate_computed_gotos): Remove now-redundant check.
35584
35585 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
35586
35587         PR target/37454
35588         * configure.ac: Save and restore LDFLAGS and LIBS
35589         * configure: Regenerate.
35590
35591 2010-01-10  Richard Guenther  <rguenther@suse.de>
35592
35593         PR middle-end/42667
35594         * builtins.c (fold_builtin_strlen): Add type argument and
35595         convert the resulting length to it.
35596         (fold_builtin_1): Adjust.
35597
35598 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
35599
35600         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
35601         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
35602         1 insn.
35603         (num_insns_constant_wide): Adjust for that change.
35604
35605 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35606
35607         PR debug/42631
35608         * web.c (union_defs): Add used argument, to combine uses of
35609         uninitialized regs.
35610         (entry_register): Adjust type and tests of used argument.
35611         (web_main): Widen used for new use.  Pass it to union_defs.
35612         * df.h (union_defs): Adjust prototype.
35613
35614 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35615
35616         PR debug/42630
35617         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
35618         uses in new incoming argument.  Free body.
35619         (reset_debug_uses_in_loop): New.
35620         (analyze_insn_to_expand_var): Call the latter if the former found
35621         anything.  Fix whitespace.  Reject invalid dest overlaps before
35622         going through all insns in the loop.
35623
35624 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35625
35626         PR debug/42629
35627         * haifa-sched.c (dying_use_p): Debug insns don't count.
35628
35629 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35630
35631         PR middle-end/42363
35632         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
35633         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
35634         (verify_gimple_call): Reject LHS in noreturn calls.
35635
35636 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35637
35638         PR debug/42604
35639         PR debug/42395
35640         * tree-vect-loop-manip.c (adjust_info): New type.
35641         (adjust_vec): New pointer to vector.
35642         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
35643         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
35644         (slpeel_update_phis_for_duplicate_loop): Use them.
35645         (slpeel_update_phi_nodes_for_guard1): Likewise.
35646         (slpeel_update_phi_nodes_for_guard2): Likewise.
35647         (slpeel_tree_peel_loop_to_edge): Likewise.
35648         (vect_update_ivs_after_vectorizer): Likewise.
35649
35650 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35651
35652         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
35653         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
35654
35655 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
35656
35657         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
35658         bogus uninitialized warning.
35659
35660 2010-01-09  Richard Guenther  <rguenther@suse.de>
35661
35662         PR middle-end/42512
35663         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
35664         the evolution is compatible with the initial condition.
35665
35666 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
35667
35668         * gcc.c (process_command): Update copyright notice dates.
35669         * gcov.c (print_version): Likewise.
35670         * gcov-dump.c (print_version): Likewise.
35671         * mips-tfile.c (main): Likewise.
35672         * mips-tdump.c (main): Likewise.
35673
35674 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
35675
35676         PR target/41885
35677         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
35678         (rotlhi3): Delete.
35679         (rotlhi3_8): Delete.
35680         (rotlsi3): Delete.
35681         (rotlsi3_8): Delete.
35682         (rotlsi3_16): Delete.
35683         (rotlsi3_24): Delete.
35684         (rotl<mode>3): New.
35685         (*rotw<mode>3): New.
35686         (*rotb<mode>3): New.
35687         * config/avr/avr.c (avr_rotate_bytes): New function.
35688         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
35689
35690 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
35691
35692         PR target/37454
35693         * configure.ac: Modify -rdynamic check.
35694         * configure: Regenerate.
35695
35696 2010-01-08  DJ Delorie  <dj@redhat.com>
35697
35698         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
35699         register popping order.
35700
35701 2010-01-08  Richard Guenther  <rguenther@suse.de>
35702
35703         PR lto/42528
35704         * c.opt (fsigned-char): Also let LTO handle this option.
35705         (funsigned-char): Likewise.
35706
35707 2010-01-07  Richard Guenther  <rguenther@suse.de>
35708
35709         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
35710         (gimple_op): Likewise.
35711         (gimple_op_ptr): Likewise.
35712         (gimple_assign_set_lhs): Remove gcc_assert.
35713         (gimple_assign_set_rhs1): Likewise.
35714         (gimple_assign_set_rhs2): Likewise.
35715         (gimple_call_set_lhs): Likewise.
35716         (gimple_call_set_fn): Likewise.
35717         (gimple_call_set_fndecl): Likewise.
35718         (gimple_call_fndecl): Likewise.
35719         (gimple_call_return_type): Likewise.
35720         (gimple_call_set_chain): Likewise.
35721         (gimple_call_num_args): Likewise.
35722         (gimple_call_set_arg): Likewise.
35723         (gimple_cond_set_code): Likewise.
35724         (gimple_cond_set_lhs): Likewise.
35725         (gimple_cond_set_rhs): Likewise.
35726         (gimple_cond_set_true_label): Likewise.
35727         (gimple_cond_set_false_label): Likewise.
35728         (gimple_label_set_label): Likewise.
35729         (gimple_goto_set_dest): Likewise.
35730         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
35731         (gimple_debug_bind_get_value): Likewise.
35732         (gimple_debug_bind_get_value_ptr): Likewise.
35733         (gimple_debug_bind_set_var): Likewise.
35734         (gimple_debug_bind_set_value): Likewise.
35735         (gimple_debug_bind_reset_value): Likewise.
35736         (gimple_debug_bind_has_value_p): Likewise.
35737         (gimple_return_retval_ptr): Remove gcc_assert.
35738         (gimple_return_retval): Likewise.
35739         (gimple_return_set_retval): Likewise.
35740         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
35741         (safe_referenced_var_iterator): Remove.
35742         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
35743         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
35744         (fill_referenced_var_vec): Remove.
35745         (first_readonly_imm_use): Remove redundant gcc_assert.
35746         (phi_arg_index_from_use): Combine gcc_asserts.
35747         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
35748         (first_imm_use_stmt): Remove redundant gcc_assert.
35749         * tree-cfg.c (verify_gimple_call): Verify function and chain
35750         operands.  Verify arguments.
35751         (verify_types_in_gimple_stmt): Verify condition code and labels.
35752
35753 2010-01-07  Richard Guenther  <rguenther@suse.de>
35754
35755         PR tree-optimization/42641
35756         * sese.c (rename_map_elt_info): Use the SSA name version, do
35757         not hash pointers.
35758
35759 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
35760
35761         PR tree-optimization/42625
35762         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
35763         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
35764
35765 2010-01-07  Duncan Sands  <baldrick@free.fr>
35766
35767         * Makefile.in (PLUGIN_HEADERS): Add version.h.
35768
35769 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
35770
35771         PR target/42511
35772         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
35773         note itself is not function_invariant_p.
35774
35775 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
35776
35777         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
35778         Do not add the DF_NOTE problem.
35779         * store-motion.c (execute_rtl_store_motion): Likewise.
35780
35781 2010-01-07  Martin Jambor  <mjambor@suse.cz>
35782
35783         PR tree-optimization/42157
35784         * tree-sra.c (compare_access_positions): Stabilize sort if both
35785         accesses have integer types, return zero immediately if they are the
35786         same.
35787
35788 2010-01-06  Richard Henderson  <rth@redhat.com>
35789
35790         PR middle-end/41883
35791         * haifa-sched.c (add_to_note_list): Merge into ...
35792         (concat_note_lists): ... here, and ...
35793         (unlink_other_notes, rm_other_notes): Merge into...
35794         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
35795         NOTE_INSN_EPILOGUE_BEG.
35796
35797 2010-01-06  Richard Guenther  <rguenther@suse.de>
35798
35799         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
35800         not inline regular functions into always-inline functions.
35801
35802 2010-01-06  Nick Clifton  <nickc@redhat.com>
35803
35804         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
35805         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
35806         used together.
35807         (OVERRIDE_OPTIONS): Delete.
35808         (OPTIMIZATION_OPTIONS): Define.
35809         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
35810         * config/rx/rx.c (rx_handle_option): Issue an error message if
35811         -mcpu=rx200 and -fpu are used together.
35812         (rx_set_optimization_options): New function.  Issue an error
35813         message if an optimization attribute attempts to reset the FPU/
35814         math optimization pairing.
35815         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
35816         * config/rx/rx.opt: Set the default to 32-bit doubles.
35817         * config/rx/t-rx: Add multilibs for -nofpu option.
35818         * doc/invoke.texi: Update documentation of RX options.
35819
35820 2010-01-06  Richard Guenther  <rguenther@suse.de>
35821
35822         * tree-ssa-pre.c (name_to_id): New global.
35823         (alloc_expression_id): Simplify SSA name handling.
35824         (lookup_expression_id): Likewise.
35825         (init_pre): Zero name_to_id.
35826         (fini_pre): Free it.
35827
35828 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
35829
35830         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
35831
35832 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
35833
35834         PR target/42542
35835         * config/i386/sse.md (smaxv2di3): New.
35836         (umaxv2di3): Likewise.
35837         (sminv2di3): Likewise.
35838         (uminv2di3): Likewise.
35839
35840 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
35841
35842         PR target/42564
35843         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
35844         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
35845         (legitimize_tls_address): Likewise.
35846         (sparc_tls_referenced_p): Likewise.
35847         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
35848         and adjust calls to legitimize_pic_address.
35849         (legitimate_constant_p) Use sparc_tls_referenced_p.
35850         (legitimate_pic_operand_p): Likewise.
35851         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
35852         (sparc_tls_symbol_ref_1): Delete.
35853         (sparc_tls_referenced_p): Make static, recognize specific patterns.
35854         (legitimize_tls_address): Make static, handle CONST patterns.
35855         (legitimize_pic_address): Make static, remove unused parameter and
35856         adjust recursive calls.
35857         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
35858         and adjust call to legitimize_pic_address.
35859         (sparc_output_mi_thunk): Likewise.
35860
35861 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
35862             H.J. Lu  <hongjiu.lu@intel.com>
35863
35864         PR target/42542
35865         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
35866         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
35867         operands to make them signed.
35868
35869         Revert:
35870         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
35871
35872         PR target/42542
35873         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
35874         GTU to GT for V4SI and V2DI.
35875
35876         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
35877         (umin<mode>3): Removed.
35878         (uminv8hi3): New.
35879         (uminv4si3): Likewise.
35880
35881 2010-01-05  Martin Jambor  <mjambor@suse.cz>
35882
35883         PR tree-optimization/42462
35884         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
35885         current_function_decl to helper functions and macros.
35886
35887 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
35888
35889         PR bootstrap/41771
35890         * flags.h: Don't include real.h.
35891         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
35892         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
35893         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
35894         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
35895         * dominance.c: Update copyright.
35896         * gimple.c (walk_gimple_op): Remove inline.
35897         * tree-ssa-reassoc.c: Include real.h.
35898         * Makefile.in (FLAGS_H): Remove $(REAL_H).
35899         (tree-ssa-reassoc.o): Depend on $(REAL_H).
35900
35901 2010-01-05  Nick Clifton  <nickc@redhat.com>
35902
35903         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
35904         register to push into the stack frame when the accumulator has to
35905         be saved during interrupts.
35906
35907 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
35908
35909         * doc/invoke.texi: Remove the documentation about option
35910         -Wunreachable-code.
35911         * common.opt (Wunreachable-code):  Preserved for backward
35912         compatibility.
35913         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
35914         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
35915         the backward compatibility flag section.
35916
35917 2010-01-05  Richard Guenther  <rguenther@suse.de>
35918
35919         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
35920
35921 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
35922
35923         PR other/42611
35924         * cfgexpand.c (expand_one_var): Diagnose too large variables.
35925
35926         PR tree-optimization/42508
35927         * tree-sra.c (convert_callers): Check for recursive call
35928         by comparing cgraph nodes instead of decls.
35929         (modify_function): Call ipa_modify_formal_parameters also
35930         on all same_body aliases.
35931
35932         * cgraphunit.c (cgraph_materialize_all_clones): Compare
35933         cgraph nodes when checking for same_body aliases.
35934
35935 2010-01-05  Richard Guenther  <rguenther@suse.de>
35936
35937         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
35938         allocation and lookup.
35939         (get_or_alloc_expr_for_constant): Likewise.
35940         (phi_translate): Sink allocation.
35941
35942 2010-01-04  Richard Guenther  <rguenther@suse.de>
35943
35944         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
35945         a new entry only if needed.
35946         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
35947         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
35948         hashtable lookup.
35949         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
35950         the result array.
35951         (phi_translate): Handle CONSTANTs early.
35952
35953 2010-01-04  Martin Jambor  <mjambor@suse.cz>
35954
35955         PR tree-optimization/42398
35956         * tree-sra.c (struct access): Removed flag grp_different_types.
35957         (dump_access): Do not dump the removed flag.
35958         (sort_and_splice_var_accesses): Do not set the removed flag.
35959         (sra_modify_expr): Check for type compatibility directly.
35960
35961 2010-01-04  Martin Jambor  <mjambor@suse.cz>
35962
35963         PR tree-optimization/42366
35964         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
35965         edges with variable number of parameters.
35966         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
35967         flag instead of asserting it.
35968         (ipa_read_node_info): Read uses_analysis_done flag.
35969
35970 2010-01-04  Richard Guenther  <rguenther@suse.de>
35971
35972         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
35973         iterative_hash_* as intended.
35974         (vn_reference_compute_hash): Likewise.  Simplify hashing
35975         SSA names.
35976         (vn_reference_lookup_2): Likewise.
35977         (vn_nary_op_compute_hash): Likewise.
35978         (vn_phi_compute_hash): Likewise.
35979         (expressions_equal_p): Remove strange code.
35980         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
35981         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
35982         (bitmap_insert_into_set_1): Take value-id as parameter.
35983         (add_to_value): Pass it.
35984         (bitmap_insert_into_set): Likewise.
35985         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
35986
35987 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
35988
35989         PR driver/42442
35990         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
35991         (do_self_spec): For switches with SWITCH_IGNORE set set also
35992         SWITCH_IGNORE_PERMANENTLY.
35993         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
35994         of SWITCH_IGNORE.
35995
35996 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
35997
35998         * lto-streamer-out.c (output_unreferenced_globals): Output the full
35999         tree of an unreferenced global var.
36000
36001 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
36002
36003         PR target/42542
36004         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
36005         GTU to GT for V4SI and V2DI.
36006
36007         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
36008         (umin<mode>3): Removed.
36009         (uminv8hi3): New.
36010         (uminv4si3): Likewise.
36011
36012 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
36013
36014         PR lto/42581
36015         * collect2.c (main): Turn on trace in collect2 if -v is passed
36016         to gcc with LTO.
36017
36018 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
36019
36020         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
36021         description of expression operand.
36022
36023 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
36024
36025         * configure.ac: Add install-html to target_list for Make-hooks.
36026         * configure: Regenerate.
36027         * fortran/Make-lang.in (F95_HTMLFILES): New.
36028         (fortran.html): Use it.
36029         (fortran.install-html): New.
36030         * Makefile.in (install-html): Add lang.install-html.
36031         * java/Make-lang.in (JAVA_HTMLFILES): New.
36032         (java.html): Use it.
36033         (java.install-html): New.
36034         * objc/Make-lang.in (objc.install-html): New.
36035         * objcp/Make-lang.in (obj-c++.install-html): New.
36036         * cp/Make-lang.in (c++.install-html): New.
36037         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
36038         * lto/Make-lang.in (lto.install-html): New.
36039
36040 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
36041
36042         PR lto/42520
36043         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
36044
36045 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
36046
36047         PR rtl-optimization/41862
36048         * store-motion.c (store_killed_in_insn, compute_store_table,
36049         remove_reachable_equiv_notes, replace_store_insn,
36050         build_store_vectors): Ignore all DEBUG_INSNs.
36051
36052 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
36053
36054         PR lto/41564
36055         * common.opt: Add dumpdir.
36056
36057         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
36058         isn't specified.
36059         (option_map): Add --dumpdir.
36060
36061         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
36062
36063         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
36064
36065         * opts.c (decode_options): Try dump_dir_name first if
36066         dump_base_name isn't an absolute path.
36067         (common_handle_option): Handle OPT_dumpdir.
36068
36069         * toplev.c (dump_dir_name): New.
36070         (print_switch_values): Also ignore -dumpdir.
36071
36072         * toplev.h (dump_dir_name): New.
36073
36074 2010-01-03  Richard Guenther  <rguenther@suse.de>
36075
36076         PR tree-optimization/42589
36077         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
36078         double-word expansion of bswap32.
36079
36080 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
36081
36082         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
36083         with BLOCK_FOR_INSN.
36084         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
36085         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
36086         noce_process_if_block): Likewise.
36087         * gcse.c (compute_local_properties, insert_expr_in_table,
36088         insert_set_in_table, canon_list_insert, find_avail_set,
36089         pre_insert_copy_insn): Likewise.
36090
36091         * basic-block.h (BLOCK_NUM): Move from here...
36092         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
36093
36094 2010-01-03  Richard Guenther  <rguenther@suse.de>
36095
36096         PR tree-optimization/42438
36097         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
36098         contains_may_not_return_call flag.
36099         (BB_MAY_NOTRETURN): New.
36100         (valid_in_sets): Trapping nary operations are not valid
36101         in blocks that may not return.
36102         (insert_into_preds_of_block): Remove check for trapping expressions.
36103         (compute_avail): Compute also BB_MAY_NOTRETURN.
36104
36105 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
36106
36107         * doc/invoke.texi: Add 2010 to copyright years.
36108
36109 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
36110
36111         * config/sparc/sparc.c: Fix formatting nits.
36112
36113 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
36114             Alexander Monakov  <amonakov@ispras.ru>
36115
36116         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
36117
36118 2010-01-02  Richard Guenther  <rguenther@suse.de>
36119
36120         PR middle-end/42577
36121         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
36122         (simplify_switch_using_ranges): Mark to be removed edges
36123         as non-executable.
36124
36125 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
36126
36127         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
36128
36129         * collect2.c (scan_libraries): Add missing argument in call to
36130         scan_prog_file.
36131
36132 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
36133
36134         PR target/42448
36135         * config/alpha/predicates.md (aligned_memory_operand): Return false
36136         for CQImode.
36137         (unaligned_memory_operand): Return true for CQImode.
36138         * config/alpha/alpha.c (get_aligned_mem): Assert that location
36139         doesn not cross aligned SImode word boundary.
36140
36141 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
36142
36143         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
36144         Remove.
36145         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
36146         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
36147
36148 2010-01-02  Richard Guenther  <rguenther@suse.de>
36149
36150         PR lto/41597
36151         * toplev.c (compile_file): Emit LTO marker properly.  Change
36152         it to __gnu_lto_v1.
36153         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
36154
36155 2010-01-01  Richard Guenther  <rguenther@suse.de>
36156
36157         PR debug/42455
36158         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
36159
36160 2010-01-01  Richard Guenther  <rguenther@suse.de>
36161
36162         PR c/42570
36163         * c-decl.c (grokdeclarator): For zero-size arrays force
36164         structural equality checks as layout_type does.
36165
36166 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
36167
36168         * builtins.c: Update copyright to 2010.
36169
36170 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
36171
36172         PR lto/42531
36173         * lto-streamer-out.c (produce_asm): Revert the last change.
36174         (copy_function): Likewise.
36175
36176         * lto-streamer.c (lto_get_section_name): Skip any leading
36177         asterisk in name.
36178
36179 2010-01-01  Richard Guenther  <rguenther@suse.de>
36180
36181         PR middle-end/42559
36182         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
36183         for LABEL_DECLs.
36184
36185 \f
36186 Copyright (C) 2010 Free Software Foundation, Inc.
36187
36188 Copying and distribution of this file, with or without modification,
36189 are permitted in any medium without royalty provided the copyright
36190 notice and this notice are preserved.