OSDN Git Service

* config/picochip/picochip-protos.h (picochip_function_arg): Delete.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-10-11  Hariharan Sandanagobalane  <hariharan@picochip.com>
2
3         Nathan Froyds patch to hooks FUNCTION_ARG etc.
4         * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
5         (picochip_incoming_function_arg): Delete.
6         (picochip_arg_advance): Delete.
7         * config/picochip/picochip.h (FUNCTION_ARG): Delete.
8         (FUNCTION_INCOMING_ARG): Delete.
9         (FUNCTION_ARG_ADVANCE): Delete.
10         * config/picochip/picochip.c (picochip_function_arg): Take a
11         const_tree and a bool.
12         (picochip_incoming_function_arg): Likewise.
13         (picochip_arg_advance): Likewise.
14         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
15         (TARGET_FUNCTION_ARG_ADVANCE): Define.
16
17 2010-10-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18
19         PR middle-end/45955
20         * ipa.c (build_cdtor): Delete endless loop.
21
22 2010-10-07  Andi Kleen  <ak@linux.intel.com>
23
24         * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
25         checksum-options.
26         (checksum-options): Add.
27         (cc1-dummy): Remove.
28         (cc1-checksum): Change to run checksum over object files
29         and options only.
30         * dummy-checksum.c: Remove.
31         * genchecksum.c: Update copyright.
32         (usage): Allow multiple arguments.
33         (BLOCKSIZE): Add.
34         (dosum): Change for incremental checksum. Remove C output.
35         (main): Iterate over all argument files. Add C output.
36
37 2010-10-11  Joseph Myers  <joseph@codesourcery.com>
38
39         * params.c (set_param_value_internal): New.
40         (set_param_value): Use set_param_value_internal.
41         (maybe_set_param_value, set_default_param_value): New.
42         * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
43         (maybe_set_param_value, set_default_param_value): Declare.
44         * config/arm/arm.c (arm_option_override): Use
45         maybe_set_param_value.
46         * config/i386/i386.c (ix86_option_override_internal): Use
47         maybe_set_param_value.
48         * config/ia64/ia64.c (ia64_option_default_params,
49         TARGET_OPTION_DEFAULT_PARAMS): New.
50         (ia64_option_optimization): Move some code to
51         ia64_option_default_params.
52         * config/picochip/picochip.c (picochip_option_override): Use
53         maybe_set_param_value.
54         * config/rs6000/rs6000.c (rs6000_option_default_params,
55         TARGET_OPTION_DEFAULT_PARAMS): New.
56         (rs6000_option_override_internal): Use maybe_set_param_value.
57         (rs6000_option_optimization): Move some code to
58         rs6000_option_default_params.
59         * config/s390/s390.c (s390_option_override): Use
60         maybe_set_param_value.
61         * config/sh/sh.c (sh_option_default_params,
62         TARGET_OPTION_DEFAULT_PARAMS): New.
63         (sh_option_optimization): Move some code to
64         sh_option_default_params.
65         * config/sparc/sparc.c (sparc_option_override): Use
66         maybe_set_param_value.
67         * config/spu/spu.c (spu_option_default_params,
68         TARGET_OPTION_DEFAULT_PARAMS): New.
69         (spu_option_optimization): Move some code to
70         spu_option_default_params.
71         (spu_option_override): Use maybe_set_param_value.
72         * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
73         * doc/tm.texi: Regenerate.
74         * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
75         * opts.c (init_options_once): Use PARAM_VALUE not direct access to
76         compiler_params.
77         (default_options_optimization): Use maybe_set_param_value.
78         (finish_options): Use maybe_set_param_value.
79         * target.def (target_option.default_params): New hook.
80         * toplev.c (general_init): Call
81         targetm.target_option.default_params.
82
83 2010-10-11  Ira Rosen  <irar@il.ibm.com>
84
85         PR tree-optimization/45902
86         * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
87         vector type for constants, unless it's a pointer.
88
89 2010-10-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
90
91         * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
92
93 2010-10-11  Jakub Jelinek  <jakub@redhat.com>
94
95         PR target/45870
96         * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
97         (ix86_delegitimize_address): Use it.
98
99 2010-10-10  Eric Botcazou  <ebotcazou@adacore.com>
100
101         * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
102
103 2010-10-10  Uros Bizjak  <ubizjak@gmail.com>
104
105         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
106         to cum struct in the call to function_arg_advance.
107         (alpha_function_arg_advance): Mark named as unused.
108
109 2010-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
110
111         * config/mips/mips.c (mips_handle_option): Make "value" with
112         ATTRIBUTE_UNUSED.
113
114 2010-10-09  Richard Henderson  <rth@redhat.com>
115
116         PR rtl-opt/33721
117         * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
118         remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN.  Honor
119         required_align, tidy the code a bit.  Emit split_stack code in the
120         right place.  Mark the return value with the alignment properly.
121         * expr.h (allocate_dynamic_stack_space): Update decl.
122         * builtins.c (expand_builtin_apply): Update call to
123         allocate_dynamic_stack_space.
124         (expand_builtin_alloca): Likewise.  Remove TARGET parameter.
125         * calls.c (initialize_argument_information): Update call to
126         allocate_dynamic_stack_space.
127         (expand_call): Likewise.
128
129         * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
130         Don't update_stack_alignment here.
131         (alloc_stack_frame_space): Make ALIGN unsigned.
132         (stack_var_cmp): Sort by alignment too.
133         (partition_stack_vars): Don't merge large and small alignment vars.
134         (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
135         Take care when BASE is not virtual_stack_vars_rtx.
136         (expand_stack_vars): Allocate dynamic stack space for large
137         alignment variables.
138         (expand_one_stack_var): Update all to expand_one_stack_var_at.
139         (defer_stack_allocation): True for large alignment vars.
140         (update_stack_alignment): Merge into ...
141         (expand_one_var): ... here.
142         (gimple_expand_cfg): Place code from expand_stack_vars.
143
144 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
145
146         * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
147         * config/pdp11/pdp11.c (pdp11_function_arg): New function.
148         (pdp11_function_arg_advance): New function.
149         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
150
151 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
152
153         * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
154         * libgcc2.c: Likewise.
155
156 2010-10-09  Richard Guenther  <rguenther@suse.de>
157
158         PR lto/45956
159         * lto-streamer-in.c (lto_register_var_decl_in_symtab):
160         Properly check if a decl is an automatic var.
161
162 2010-10-09  Richard Guenther  <rguenther@suse.de>
163
164         PR lto/45947
165         * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
166
167 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
168
169         * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
170         * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
171         * config/mmix/mmix.c (mmix_function_arg): Rename to...
172         (mmix_function_arg_1): ...this.  Make static.  Take a const_tree and
173         bool arguments.
174         (mmix_function_arg): New function.
175         (mmix_function_incoming_arg): New function.
176         (mmix_function_arg_advance): New function.
177         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
178         (TARGET_FUNCTION_ARG_ADVANCE): Define.
179
180 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
181
182         * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
183         * config/vax/vax.c (vax_function_arg): New function.
184         (vax_function_arg_advance): New function.
185         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
186
187 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
188
189         * config/pa/pa-protos.h (function_arg): Delete.
190         * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
191         * config/pa/pa.c (function_arg): Rename to...
192         (pa_function_arg): ...this.  Make static.  Take a const_tree and
193         a bool.
194         (pa_function_arg_advance): New function.
195         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
196
197 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
198
199         * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
200         * config/m68k/m68k.c (m68k_function_arg): New function.
201         (m68k_function_arg_advance): New function.
202         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
203
204 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
205
206         * config/avr/avr-protos.h (function_arg): Delete.
207         (function_arg_advance): Delete.
208         * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
209         * config/avr/avr.c (function_arg): Rename to...
210         (avr_function_arg): ...this.  Make static.  Take a const_tree and
211         a bool.
212         (function_arg_advance): Rename to...
213         (avr_function_arg_advance): ...this.  Make static.  Take a
214         const_tree and a bool.
215         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
216
217 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
218
219         * config/alpha/alpha-protos.h (function_arg): Delete.
220         * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
221         * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
222         * config/alpha/alpha.c (function_arg): Rename to...
223         (alpha_function_arg): ...this.  Make static.  Take a const_tree and
224         a bool.  Delete TARGET_ABI_UNICOSMK code.
225         (alpha_function_arg_advance): New function.
226         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
227
228 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
229
230         * config/mep/mep-protos.h (mep_function_arg): Delete.
231         (mep_function_arg_advance): Delete.
232         * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
233         * config/mep/mep.c (mep_function_arg): Make static.  Take a
234         const_tree and a bool.
235         (mep_function_arg_advance): Likewise.
236         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
237
238 2010-10-09  Richard Guenther  <rguenther@suse.de>
239
240         PR tree-optimization/45945
241         * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
242
243 2010-10-09  Eric Botcazou  <ebotcazou@adacore.com>
244
245         PR tree-optimization/45612
246         * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
247         Test LABEL_DECLs as well.  Fix formatting issues.
248         (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
249         whose label is present in NON_SSA_VARS.
250         (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.  Handle LABEL_DECLs
251         as well.  Fix formatting issues.
252         (visit_bb): Fix typos and formatting issue.
253
254 2010-10-09  Nathan Froyd  <froydnj@codesourcery.com>
255
256         PR tree-optimization/45950
257         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
258         before initializing vno->op.
259
260 2010-10-09  Ralf Corsépius <ralf.corsepius@rtems.org>
261
262         * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
263         * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
264
265 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
266
267         PR target/45913
268         * config/i386/i386.c (ix86_binary_operator_ok): Support
269         "andhi/andsi/anddi" as a zero-extending move.
270
271 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
272
273         * builtins.c (fold_call_stmt): Don't copy gimple call arguments
274         into a temporary array.
275
276 2010-10-08  Jakub Jelinek  <jakub@redhat.com>
277
278         PR tree-optimization/45903
279         * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
280         of {A,L}SHIFTRT of MEM.
281
282 2010-10-08  Richard Guenther  <rguenther@suse.de>
283
284         * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
285         Re-construct BLOCK_VARS.
286         (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
287         * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
288         * tree.c (free_lang_data_in_block): Remove.
289         (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
290         Do not touch the BLOCK tree.
291         * expr.c (expand_expr_real_1): Allow externals.
292
293 2010-10-08  Richard Guenther  <rguenther@suse.de>
294
295         * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
296         Do not output BLOCK_SUBBLOCKS.
297         * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
298         Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
299         Re-construct BLOCK_SUBBLOCKS of parent block.
300         (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
301         for BINFO_BASE_ACCESSES.
302
303 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
304
305         * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
306         (TREE_H): Include $(FLAGS_H) instead of options.h.
307         (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
308         * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
309         * common.opt (flag_complex_method, flag_evaluation_order,
310         flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
311         Variable declarations.
312         * configure.ac (tm_include_list): Include flags.h instead of options.h.
313         * configure: Regenerate.
314         * flags.h: Condition out contents for target libraries.  Include
315         options.h at end of file.
316         (flag_complex_method, flag_ira_algorithm, flag_ira_region,
317         flag_evaluation_order, flag_warn_unused_result): Remove.
318         * gcc.c (main): Intialize global_options with global_options_init.
319         * langhooks-def.h (lhd_init_options_struct): Declare.
320         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
321         (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
322         * langhooks.c (lhd_init_options_struct): New.
323         * langhooks.h (struct lang_hooks): Add init_options_struct.
324         Update comment on init_options.
325         * optc-gen.awk: Generate initializer for global_options_init, not
326         global_options.
327         * opth-gen.awk: Condition out structure declarations for target
328         libraries.  Declare global_options_init.
329         * opts-common.c: Include flags.h instead of options.h.
330         * opts.c (flag_warn_unused_result): Remove.
331         (read_cmdline_options): Take gcc_options parameters.  Pass them to
332         read_cmdline_option.
333         (initial_lang_mask, initial_min_crossjump_insns,
334         initial_max_fields_for_field_sensitive,
335         initial_loop_invariant_max_bbs_in_loop): Define at file scope.
336         (init_options_once): New.  Split out of decode_options.
337         (init_options_struct): New.  Split out of decode_options.
338         (decode_cmdline_options_to_array_default_mask): New.
339         (default_options_optimization): New.  Split out of decode_options.
340         (decode_options): Move most code to other functions.  Update call
341         to read_cmdline_options.
342         (finish_options): New.  Split out of decode_options.
343         * opts.h (decode_options): Add gcc_options parameters.
344         (init_options_once, init_options_struct,
345         decode_cmdline_options_to_array_default_mask): New.
346         * toplev.c (flag_complex_method, flag_ira_algorithm,
347         flag_ira_region, flag_evaluation_order): Remove.
348         (general_init): Use global_options_init for initial flag values
349         for global_dc.
350         (toplev_main): Call init_options_once, init_options_struct,
351         lang_hooks.init_options_struct,
352         decode_cmdline_options_to_array_default_mask and
353         lang_hooks.init_option before decode_options.  Update arguments to
354         decode_options.
355         * tree.h: Include flags.h instead of options.h.
356
357 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
358
359         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
360
361 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
362
363         * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
364         Delete.
365         * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
366         (FUNCTION_INCOMING_ARG): Delete.
367         * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
368         (function_arg_slotno): Likewise.  Take bool arguments.
369         (sparc_arg_partial_bytes): Update call to it.
370         (function_arg): Rename to...
371         (sparc_function_arg_1): ...this.  Take bool arguments.
372         (sparc_function_arg, sparc_function_incoming_arg): New functions.
373         (function_arg_advance): Rename to...
374         (sparc_function_arg_advance): ...this.  Take bool argument.
375         (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
376         (TARGET_FUNCTION_INCOMING_ARG): Define.
377
378 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
379
380         * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
381         Delete.
382         * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
383         * config/bfin/bfin.c (function_arg_advance): Rename to...
384         (bfin_function_arg_advance): ...this.  Make static.  Take const_tree
385         and bool arguments.
386         (function_arg): Rename to...
387         (bfin_function_arg): ...this.  Make static.  Take const_tree and bool
388         arguments.
389         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
390
391 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
392
393         * config/score/score-protos.h (score_function_arg): Delete.
394         (score_function_arg_advance): Delete.
395         * config/score/score3.h (score3_function_arg_advance): Take a
396         const_tree and a bool.
397         (score3_function_arg): Likewise.
398         * config/score/score7.h (score7_function_arg_advance): Likewise.
399         (score7_function_arg): Likewise.
400         * config/score/score3.c (score3_classify_arg): Likewise.
401         (score3_function_arg_advance, score3_function_arg): Likewise.
402         * config/score/score7.c (score7_classify_arg): Likewise.
403         (score7_function_arg_advance, score7_function_arg): Likewise.
404         * config/score/score.c (score_function_arg_advance): Likewise.
405         (score_function_arg): Likewise.  De-const-ify `cum' argument.
406         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
407
408 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
409
410         * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
411         (s390_function_arg): Delete.
412         * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
413         * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
414         (s390_function_arg_integer): Likewise.
415         (s390_function_arg_advance): Make static.  Take a const_tree and
416         a bool.
417         (s390_function_arg): Likewise.
418         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
419
420 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
421
422         * config/spu/spu-protos.h (spu_function_arg): Delete.
423         * config/spu/spu.h (FUNCTION_ARG): Delete.
424         (FUNCTION_ARG_ADVANCE): Move code to ...
425         * config/spu/spu.c (spu_function_arg_advance): New function.
426         (spu_function_arg): Make static.  Take a const_tree and a bool.
427         (spu_setup_incoming_varargs): Call spu_function_arg_advance.
428         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
429
430 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
431
432         * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
433
434 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
435
436         * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
437         (init_vn_nary_op_from_op): New function.
438         (init_vn_nary_op_from_stmt): New function.
439         (vn_nary_op_lookup_1): New function.
440         (sizeof_vn_nary_op): New function.
441         (alloc_vn_nary_op_noinit): New function.
442         (alloc_vn_nary_op): New function.
443         (vn_nary_op_insert_into): New function.
444         (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
445         (vn_nary_op_lookup): Likewise.
446         (vn_nary_op_lookup_stmt): Likewise.
447         (vn_nary_op_insert_pieces): Likewise.
448         (vn_nary_op_insert): Likewise.
449         (vn_nary_op_insert_stmt): Likewise.
450         (copy_nary): Likewise.
451         (set_value_id_for_result): New function.
452         (set_hashtable_value_ids): Call it.
453
454 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
455
456         * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
457         * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
458
459 2010-10-08  Nathan Froyd  <froydnj@codesourcery.com>
460
461         * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
462         * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
463
464 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
465
466         PR debug/45656
467         * cse.c (cse_extended_basic_block): Preserve cc0 info across
468         debug isnsn.  Skip them when searching for cc0 setter.
469         (set_live_p): Skip debug insns when searching for cc0 user.
470
471 2010-10-08  Alexandre Oliva  <aoliva@redhat.com>
472
473         PR debug/45673
474         PR debug/45604
475         PR debug/45419
476         PR debug/45408
477         * tree-pretty-print.c (dump_generic_node): Explicitly dump the
478         type of MEM_REFs to INTEGER_CSTs.
479
480 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
481
482         * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
483         m68hc11_print_operand_address.
484
485 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
486
487         * builtins.c (rewrite_call_expr): Move code to...
488         (rewrite_call_expr_valist): ...here.  Call build_call_expr_loc_array.
489         (rewrite_call_expr_array): New function.
490         (fold_builtin_sprintf_chk_1): New function.
491         (fold_builtin_sprintf_chk): Call it.
492         (gimple_fold_builtin_sprintf_chk): Likewise.
493         (fold_builtin_snprintf_chk_1): New function.
494         (fold_builtin_snprintf_chk): Call it.
495         (gimple_fold_builtin_snprintf_chk): Likewise.
496         (gimple_rewrite_call_expr): Delete.
497
498 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
499
500         * config.host: Update copyright year.
501
502 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
503
504         * config.host (host_lto_plugin_soname): New shell variable.
505         * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
506         * config.in: Regenerate.
507         * configure: Regenerate.
508         * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
509         LTO plugin shared library.
510
511 2010-10-07  Richard Henderson  <rth@redhat.com>
512
513         * target.h (enum unwind_info_type): Move ...
514         * coretypes.h: ... here.
515
516 2010-10-07  Nicola Pero  <nicola.pero@meta-innovation.com>
517
518         * doc/objc.texi (Fast enumeration protocol): Mention that
519         'unsigned int' can also be used instead of 'unsigned long' in
520         countByEnumeratingWithState:objects:count:.
521
522 2010-10-07  Martin Jambor  <mjambor@suse.cz>
523
524         * tree-sra.c (struct access): New field grp_assignment_write.
525         (dump_access): Dump grp_assignment_write.
526         (build_accesses_from_assign): Set grp_assignment_write.
527         (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
528         (mark_read_status): Renamed to mark_rw_status, individual values
529         renamed too.
530         (analyze_access_subtree): Changed type of mark_write to
531         mark_read_status.  Fixed propagating of mark_read and
532         mark_write.  Changed benefit estimate.  Updated comment.
533
534 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
535
536         PR Tree-Vect/45847
537         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
538         check for vectype_out returned by get_vectype_for_scalar_type().
539
540 2010-10-07  Tejas Belagod  <tejas.belagod@arm.com>
541
542         PR target/45805
543         * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
544         constraint, add register specifier in instruction template.
545         (neon_vec_pack_trunc_<mode>): Likewise.
546         (neon_vec_<US>mult_<mode>): Add register specifier to
547         instruction template.
548
549 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
550
551         * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
552         cygwin2.o.
553         (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
554         (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
555         * config/i386/t-cygwin (cygwin1.o): Delete build rule.
556         (cygwin2.o): Likewise.
557         * config/i386/cygwin1.c: Delete file.
558         * config/i386/cygwin2.c: Likewise.
559         * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
560         make all {%!mno-cygwin} ones unconditional.
561         (STARTFILE_SPEC): Likewise.
562         (REAL_LIBGCC_SPEC): Likewise.
563         (LIB_SPEC): Likewise.
564         (CXX_WRAP_SPEC): Likewise.
565         (LINK_SPEC): Likewise.
566         (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
567         (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
568         (cygwin_gplusplus_include_dir): Delete now-unused array.
569         (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
570         (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
571         (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
572         (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
573         (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
574         (cygwin_local_include_dir): Delete now-unused array.
575         (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
576         (cygwin_cross_include_dir): Delete now-unused array.
577         (CROSS_INCLUDE_DIR): Don't redefine to point to it.
578         (cygwin_tool_include_dir): Delete now-unused array.
579         (TOOL_INCLUDE_DIR): Don't redefine to point to it.
580         (cygwin_standard_include_dir): Delete now-unused array.
581         (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
582         (GEN_CVT_ARRAY): Delete now-unused macro definition.
583         (cvt_to_mingw): Delete now-unused array.
584         (mingw_scan): Remove prototype of deleted function.
585         (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
586         * config/i386/cygming.opt (mcygwin): Delete target-specific option.
587         * doc/invoke.texi (-mcygwin): Don't document removed option.
588         (-mno-cygwin): Likewise.
589
590 2010-10-07  Richard Guenther  <rguenther@suse.de>
591
592         * machmode.h (mode_for_vector): Declare.
593         * stor-layout.c (mode_for_vector): New function, split out from ...
594         (layout_type): ... here.
595         * tree-vectorizer.h (current_vector_size): Declare.
596         * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
597         mask vector type is available.
598         (get_vectype_for_scalar_type): Rename to ...
599         (get_vectype_for_scalar_type_and_size): ... this.  Get a vector
600         size argument.
601         (get_vectype_for_scalar_type): New wrapper around
602         get_vectype_for_scalar_type_and_size using current_vector_size.
603         (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
604         * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
605         of vect_analyze_loop here.
606         (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
607         * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
608         to autodetect.
609         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
610         V8SF to V8SI conversion builtin.
611
612 2010-10-07  Richard Guenther  <rguenther@suse.de>
613
614         * target.def (autovectorize_vector_sizes): New target hook.
615         * targhooks.c (default_autovectorize_vector_sizes): New function.
616         * targhooks.h (default_autovectorize_vector_sizes): Declare.
617         * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
618         Document.
619         * doc/tm.texi: Update.
620         * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
621         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
622
623 2010-10-07  Richard Guenther  <rguenther@suse.de>
624
625         * target.def (units_per_simd_word): Rename to ...
626         (preferred_simd_mode): ... this.  Return mode instead of size.
627         * targhooks.c (default_units_per_simd_word): Rename to ...
628         (default_preferred_simd_mode): ... this.  Return word_mode.
629         * targhooks.h (default_preferred_simd_mode): Declare.
630         * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
631         (arm_preferred_simd_mode): ... this.  Re-implement.
632         * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
633         (ix86_preferred_simd_mode): ... this.  Re-implement.
634         * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
635         (sparc_preferred_simd_mode): ... this.  Re-implement.
636         * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
637         (mips_preferred_simd_mode): ... this.  Re-implement.
638         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
639         (rs6000_preferred_simd_mode): ... this.  Re-implement.
640         * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
641         * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
642         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
643         * doc/tm.texi: Update.
644
645 2010-10-07  Richard Guenther  <rguenther@suse.de>
646
647         PR middle-end/45869
648         * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
649         of pointers.
650
651 2010-10-07  Alan Modra  <amodra@gmail.com>
652
653         * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
654         rather than sign extension by hand.
655
656 2010-10-07  Jan Hubicka  <jh@suse.cz>
657
658         PR middle-end/45926
659         * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
660
661 2010-10-07  Richard Guenther  <rguenther@suse.de>
662
663         PR bootstrap/45914
664         * configure.ac: Fix typo.
665         * configure: Regenerated.
666
667 2010-10-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
668
669         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
670         define_builtin_std where it's unnecessary.
671         * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
672
673 2010-10-06  Anatoly Sokolov  <aesok@post.ru>
674
675         * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
676         * doc/tm.texi.in: Regenerate.
677         * system.h (CLASS_LIKELY_SPILLED_P): Poison.
678         * targhooks.c (default_class_likely_spilled_p): Don't use the
679         CLASS_LIKELY_SPILLED_P macro.
680
681         * config/arm/arm.md: Update comment.
682
683 2010-10-06  Jan Hubicka  <jh@suse.cz>
684
685         * ipa.c (cgraph_remove_unreachable_nodes): External references can
686         always be removed.
687         (cgraph_externally_visible_p): We can not bring local comdats that
688         are known to linker; fix handling of internal visibility.
689         (function_and_variable_visibility): Likewise.
690
691 2010-10-06  Eric Botcazou  <ebotcazou@adacore.com>
692
693         PR rtl-optimization/45394
694         * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
695         (struct rtx_subst_pair): Remove AFTER field.
696         (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
697         (propagate_for_debug): Remove MOVE parameter and adjust.
698         (try_combine): In the special case where I2 is a PARALLEL, combine only
699         destinations of SETs and set I2SRC to the I2 source.
700         Adjust calls to propagate_for_debug throughout.
701         * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
702         insns.
703
704 2010-10-06  Olivier Hainque  <hainque@adacore.com>
705
706         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
707         switch on insn codes as sequence of ifs.
708
709 2010-10-06  Hariharan Sandanagobalane  <hariharan@picochip.com>
710
711         * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
712         be UI_NONE for picochip.
713         (picochip_option_override): Do not disable exception flags.
714         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
715         Declare.
716
717 2010-10-06  Richard Guenther  <rguenther@suse.de>
718
719         * Makefile.in (regmove.o): Depend on $(TARGET_H).
720
721 2010-10-06  Nicola Pero  <nicola.pero@meta-innovation.com>
722
723         Implemented fast enumeration for Objective-C.
724         * c-parser.c (objc_could_be_foreach_context): New.
725         (c_lex_one_token): Recognize RID_IN keyword in a potential
726         Objective-C foreach context.
727         (c_parser_declaration_or_fndef): Added parameter.  Accept
728         Objective-C RID_IN keyword as terminating a declaration; in that
729         case, return the declaration in the new parameter.
730         (c_parser_extenral_declaration): Updated calls to
731         c_parser_declaration_or_fndef.
732         (c_parser_declaration_or_fndef): Same change.
733         (c_parser_compound_statement_nostart): Same change.
734         (c_parser_label): Same change.
735         (c_parser_objc_methodprotolist): Same change.
736         (c_parser_omp_for_loop): Same change.
737         (c_parser_for_statement): Detect and parse Objective-C foreach
738         statements.
739         (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
740         * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
741         fast enumeration parsing code to turn off the c99 error but still
742         perform checks on the loop declarations.
743         * c-tree.h (check_for_loop_decls): Updated declaration.
744         * doc/objc.texi: Document fast enumeration.
745
746 2010-10-06  Nick Clifton  <nickc@redhat.com>
747
748         * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
749         (MDR_REGNUM): Define.
750         (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
751         (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
752         (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
753         (REGISTER_NAMES): Add MDR.
754         (DWARF2_DEBUGGING_INFO): Define to 1.
755         * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
756         (F): New function.  Sets RTX_FRAME_RELATED_P.
757         (mn10300_gen_multiple_store): Use F.
758         (expand_prologue): Use F.  Use gen_movsf() to push floating
759         point registers.
760         (expand_epilogue): Use gen_movsf() to pop floating point registers.
761         (mn10300_option_override): Disable combine stack adjust pass.
762
763 2010-10-06  Thomas Schwinge  <thomas@schwinge.name>
764
765         PR target/45901
766         * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
767         LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
768
769 2010-10-06  Jakub Jelinek  <jakub@redhat.com>
770
771         * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
772         BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
773         BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
774         BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
775         BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
776         BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
777         BUILT_IN_TOUPPER): Mark as leaf.
778
779         PR middle-end/45838
780         * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
781         BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
782         BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
783         BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
784         BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
785         BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
786         Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
787
788 2010-10-05  Anatoly Sokolov  <aesok@post.ru>
789
790         * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
791         * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
792         (m68hc11_class_likely_spilled_p): New function.
793
794 2010-10-05  Nicola Pero  <nicola.pero@meta-innovation.com>
795
796         * c-parser.c (c_parser_objc_method_definition): Updated comment.
797
798 2010-10-05  Jan Hubicka  <jh@suse.cz>
799
800         * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
801         Document.
802         * opts.c (decode_options): Handle lto partitions.
803         * common.opt (flto-partition=1to1, flto-partition=balanced): New.
804         * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
805
806 2010-10-05  Jan Hubicka  <jh@suse.cz>
807
808         * cgraphunit.c (assemble_function): Output thunks and aliases before
809         the function itself.
810
811 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
812
813         * config/picochip/picochip.c (picochip_option_override): Disable
814         exception flags for picochip.
815
816 2010-10-05  Joseph Myers  <joseph@codesourcery.com>
817
818         * opts-common.c (handle_option, handle_generated_option,
819         read_cmdline_option, set_option): Add diagnostic_context
820         parameter.  Update calls among these functions.
821         (set_option): Don't use global_dc.
822         * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
823         (decode_options): Pass global_dc to enable_warning_as_error.
824         (common_handle_option): Pass global_dc to enable_warning_as_error.
825         (enable_warning_as_error): Add diagnostic_context parameter.
826         Document parameters.  Don't use global_dc.  Pass
827         diagnostic_context parameter to handle_generated_option.
828         * opts.h (set_option, handle_option, handle_generated_option,
829         read_cmdline_option, enable_warning_as_error): Add
830         diagnostic_context parameter.
831         * Makefile.in (lto-opts.o): Update dependencies.
832         * coretypes.h (struct diagnostic_context, diagnostic_context):
833         Declare here.
834         * diagnostic.h (diagnostic_context): Don't declare typedef here.
835         * gcc.c (process_command): Pass global_dc to read_cmdline_option.
836         * langhooks-def.h (struct diagnostic_context): Don't declare here.
837         (lhd_print_error_function, lhd_initialize_diagnostics): Declare
838         using diagnostic_context typedef.
839         * langhooks.c (lhd_initialize_diagnostics): Declare using
840         diagnostic_context typedef.
841         * langhooks.h (struct diagnostic_context): Don't declare here.
842         (initialize_diagnostics, print_error_function): Declare using
843         diagnostic_context typedef.
844         * lto-opts.c: Include diagnostic.h.
845         (lto_reissue_options): Pass global_dc to set_option.  Pass
846         DK_UNSPECIFIED not 0.
847         * plugin.c (plugins_internal_error_function): Declare using
848         diagnostic_context typedef.
849         * plugin.h (struct diagnostic_context): Don't declare here.
850         (plugins_internal_error_function): Declare using
851         diagnostic_context typedef.
852
853 2010-10-05  Olivier Hainque  <hainque@adacore.com>
854             Nicolas Roche  <roche@adacore.com>
855
856         * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
857         * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
858
859 2010-10-05  Ira Rosen  <irar@il.ibm.com>
860
861         PR tree-optimization/45752
862         * tree-vect-slp.c (vect_get_mask_element): Remove static
863         variables, make them function arguments.
864         (vect_transform_slp_perm_load): Pass new arguments to
865         vect_get_mask_element.
866
867 2010-10-05  Richard Guenther  <rguenther@suse.de>
868
869         * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
870         (gimple_mod_pow2): Likewise.
871         (gimple_mod_subtract): Likewise.
872         (gimple_ic): Likewise.
873         (gimple_stringop_fixed_value): Likewise.
874         * tree-profile.c (tree_init_edge_profiler): Mark profile
875         functions nothrow and leaf.
876         (add_abnormal_goto_call_edges): Remove.
877         (tree_gen_edge_profiler): Work on SSA form.
878         (tree_gen_ic_profiler): Likewise.  Simplify.
879         (do_tree_profiling): Update SSA form.
880         (pass_tree_profile): Remove.
881         (do_tree_profiling): Likewise.
882         (gate_tree_profile_ipa): New function.
883         (pass_ipa_tree_profile): New.
884         (tree_profiling): Re-write as IPA pass.  Properly drop const/pure
885         state of instrumented functions.
886         * passes.c (init_optimization_passes): Remove early non-SSA
887         inlining.  Move profiling after early optimizations.
888         * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
889         (pass_ipa_early_inline): Likewise.
890         * tree-pass.h (pass_ipa_early_inline): Remove.
891         (pass_tree_profile): Likewise.
892         (pass_ipa_tree_profile): Declare.
893
894 2010-10-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
895             Christian Borntraeger  <Christian.Borntraeger@de.ibm.com>
896
897         * gcc/config/s390/s390.c (z196_cost): New.
898         (s390_handle_arch_option): Add -march=z196.
899         (s390_option_override): Use the new cost function and use the z10
900         defaults also for z196.
901         (legitimate_reload_constant_p): Adjust comment.
902         (legitimate_reload_fp_constant_p): New function.
903         (s390_preferred_reload_class): Distingiush between FP and Int constants.
904         (preferred_la_operand_p): Avoid la with index on z196.
905         (s390_adjust_priority): Trigger also for z196.
906         (s390_issue_rate): Issue rate for z196 is 3.
907         (s390_z10_fix_long_loop_prediction): Rename to ...
908         (s390_fix_long_loop_prediction): ... this.
909         (s390_reorg): Apply the z10 adjustments also for z196.
910         (s390_loop_unroll_adjust): Do this also for z196.
911         * gcc/config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
912         (enum processor_flags): Add PF_Z196.
913         (TARGET_AVOID_CMP_AND_BRANCH): New macro.
914         (TARGET_CPU_Z196, TARGET_Z196): New macros.
915         * gcc/config.gcc: Enable z196 for --with-arch.
916         * gcc/config/s390/2817.md: New file.
917         * gcc/config/s390/2084.md: New type for multiply and add.
918         * gcc/config/s390/2097.md: Likewise.
919         * gcc/config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
920         (UNSPECV_ATOMIC_OP): New constants.
921         (fmadddf, fmaddsf): New values for type attribute.
922         (z196prop): New insn attribute.
923         (cpu, cpu_facility): Add z196.
924         (ATOMIC_Z196): New code iterator.
925         (noxa): New code attribute.
926         (gk): New mode attribute.
927         (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
928         Support load zero for fp constants.
929         (fixuns_truncdddi2, fixuns_trunctddi2)
930         (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
931         for z196.
932         (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
933         (popcounthi2, popcountqi2): New expander.
934         (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
935         (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
936         (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
937         insn definition.
938         (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
939         (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
940         (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
941         (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
942         (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
943         (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
944         (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
945         (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
946         (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
947         (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
948         (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
949         (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
950         (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
951         Support new z196 instructions.
952
953 2010-10-05  Richard Guenther  <rguenther@suse.de>
954
955         PR middle-end/45877
956         * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
957         case where gimplification optimizes away the stmt.
958
959 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
960
961         PR debug/45849
962         * var-tracking.c (strip_pointer_flags): New function.
963         (emit_note_insn_var_location): If rtx_equal_p check failed,
964         retry on locations simplified with simplify_replace_fn_rtx
965         and strip_pointer_flags as its callback.
966
967 2010-10-04  Jan Hubicka  <jh@suse.cz>
968
969         * gimple-fold.c (static_object_in_other_unit_p): Rename to...
970         (can_refer_decl_in_current_unit_p): ... this one; reverse return
971         value; handle comdats too.
972         (canonicalize_constructor_val): Use it; handle function_decls
973         correctly.
974         (gimple_fold_obj_type_ref_known_binfo): Likewise.
975         * gimple.c (get_base_address): Accept all kinds of decls.
976
977 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
978
979         * flags.h (g_switch_value, g_switch_set): Remove.
980         * opts.c (g_switch_value, g_switch_set): Remove.
981         * config/g.opt (G): Add Var(g_switch_value).
982         * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
983         (alpha_option_override): Check global_options_set.x_g_switch_value
984         instead of g_switch_set.
985         (alpha_in_small_data_p): Remove cast in comparison with
986         g_switch_value.
987         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
988         g_switch_value to unsigned HOST_WIDE_INT.
989         * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
990         with g_switch_value.
991         (frv_handle_option): Don't handle -G here.
992         (frv_option_override): Check global_options_set.x_g_switch_value
993         instead of g_switch_set.  Don't modify g_switch_set.
994         (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
995         * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
996         g_switch_value to unsigned HOST_WIDE_INT.
997         * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
998         (ia64_option_override): Check global_options_set.x_g_switch_value
999         instead of g_switch_set.
1000         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
1001         Remove.
1002         (lm32_in_small_data_p): Remove cast in comparison with
1003         g_switch_value.
1004         * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
1005         ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
1006         HOST_WIDE_INT.
1007         * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
1008         (m32r_init): Check global_options_set.x_g_switch_value instead of
1009         g_switch_set.
1010         (m32r_in_small_data_p): Remove cast in comparison with
1011         g_switch_value.
1012         (m32r_file_start): Format g_switch_value with %d.
1013         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
1014         ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
1015         * config/microblaze/microblaze.c (microblaze_handle_option): Don't
1016         handle -G here.
1017         (microblaze_option_override): Check
1018         global_options_set.x_g_switch_value instead of g_switch_set.
1019         * config/mips/mips.c (mips_handle_option): Don't handle -G here.
1020         (mips_option_override): Check global_options_set.x_g_switch_value
1021         instead of g_switch_set.
1022         * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
1023         (rs6000_file_start): Format g_switch_value with %d.
1024         (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
1025         comparisons with g_switch_value.
1026         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
1027         global_options_set.x_g_switch_value instead of g_switch_set.
1028         * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
1029         global_options_set.x_g_switch_value instead of g_switch_set.
1030         * config/score/score.c (score_handle_option): Don't handle -G here.
1031         * config/score/score3.c (score3_option_override): Check
1032         global_options_set.x_g_switch_value instead of g_switch_set.
1033         * config/score/score7.c (score7_option_override): Check
1034         global_options_set.x_g_switch_value instead of g_switch_set.
1035
1036 2010-10-04  Vladimir Makarov  <vmakarov@redhat.com>
1037
1038         * common.opt (fira-coalesce): Remove.
1039
1040         * doc/invoke.texi (flag_ira_coalesce): Remove.
1041
1042         * ira-color.c (allocno_coalesced_p): Move before
1043         copy_freq_compare_func.
1044         processed_coalesced_allocno_bitmap): Ditto.
1045         (update_conflict_hard_regno_costs): Don't use
1046         ALLOCNO_FIRST_COALESCED_ALLOCNO.
1047         (allocno_cost_compare_func, print_coalesced_allocno): Remove.
1048         (assign_hard_reg): Assume no coalesced allocnos.
1049         (get_coalesced_allocnos_attributes): Remove.
1050         (bucket_allocno_compare_func): Assume no coalesced allocnos.
1051         (push_allocno_to_stack): Ditto.
1052         (remove_allocno_from_bucket_and_push): Use
1053         ira_print_expanded_allocno instead of print_coalesced_allocno.
1054         (push_allocnos_to_stack): Assume uncoalesced allocnos.
1055         (all_conflicting_hard_regs_coalesced): Ditto.  Rename to
1056         all_conflicting_hard_regs.
1057         (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
1058         (setup_allocno_left_conflicts_size): Ditto.
1059         (put_allocno_into_bucket): Ditto.
1060         (copy_freq_compare_func): Remove.
1061         (copy_freq_compare_func, merge_allocnos): Move before
1062         coalesced_pseudo_reg_freq_compare.
1063         coalesced_allocno_conflict_p): Ditto.
1064         (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto.  Remove
1065         parameter.  Assume it true.
1066         (color_allocnos): Assume uncoalesced allocnos.  Use
1067         ira_print_expanded_allocno instead of print_coalesced_allocno.
1068         (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
1069         parameter.
1070
1071         * ira.c: Remove comment about coalescing.
1072
1073 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
1074
1075         * config/mips/mips.h (target_flags_explicit): Declare for
1076         GENERATOR_FILE.
1077
1078 2010-10-04  Andi Kleen <ak@linux.intel.com>
1079
1080         * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
1081         gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
1082
1083 2010-10-04  Matthias Klose  <doko@ubuntu.com>
1084
1085         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
1086         multilib osdirname if it exists.
1087         * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
1088
1089 2010-10-04  Jakub Jelinek  <jakub@redhat.com>
1090
1091         PR middle-end/45876
1092         * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
1093         arg0's type or its unsigned counterpart as utype.  Convert
1094         arg1 to utype unconditionally.
1095
1096 2010-10-04  Julian Brown  <julian@codesourcery.com>
1097
1098         * expr.c (expand_assignment): Add assertion to prevent emitting
1099         null rtx for movmisalign pattern.
1100         (expand_expr_real_1): Likewise.
1101         * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
1102         (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
1103         (arm_vector_alignment_reachable): New.
1104         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
1105         (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
1106         (arm_print_operand): Include alignment qualifier in %A.
1107         * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
1108         (movmisalign<mode>): New expander.
1109         (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
1110         insn patterns.
1111
1112 2010-10-04  Joseph Myers  <joseph@codesourcery.com>
1113
1114         * optc-gen.awk: Define global_options_set.  Don't define
1115         target_flags_explicit.
1116         * opth-gen.awk: Declare global_options_set.  Define
1117         target_flags_explicit as macro.
1118         * opts-common.c (handle_option): Take opts_set and generated_p
1119         parameters.
1120         (handle_generated_option, read_cmdline_option, set_option): Take
1121         opts_set parameter.
1122         (set_option): Use opts_set instead of hardcoding target_flags and
1123         target_flags_explicit.
1124         * opts.c (sel_sched_switch_set, profile_arc_flag_set,
1125         flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
1126         flag_value_profile_transformations_set, flag_peel_loops_set,
1127         flag_branch_probabilities_set, flag_inline_functions_set,
1128         flag_ipa_cp_set, flag_ipa_cp_clone_set,
1129         flag_predictive_commoning_set, flag_unswitch_loops_set,
1130         flag_gcse_after_reload_set): Remove.
1131         (common_handle_option, lang_handle_option, target_handle_option):
1132         Take opts_set parameter.  Assert that it is &global_options_set.
1133         (common_handle_option): Don't set _set variables.  Check opts_set
1134         instead of such variables.
1135         (enable_warning_as_error): Pass &global_options_set to
1136         handle_generated_option.
1137         * opts.h (cl_option_handler_func.handler, set_option,
1138         handle_option, handle_generated_option, read_cmdline_option): Add
1139         opts_set parameters.
1140         (handle_option): Add generated_p parameter.
1141         * config/i386/i386.c (ix86_function_specific_save,
1142         ix86_function_specific_restore): Updat for renaming of
1143         target_flags_explicit field.
1144         * config/i386/i386.opt (target_flags_explicit): Rename to
1145         ix86_target_flags_explicit.
1146         * config/ia64/ia64.c (ia64_override_options_after_change): Check
1147         global_options_set.x_flag_selective_scheduling and
1148         global_options_set.x_flag_selective_scheduling2, not
1149         sel_sched_switch_set.
1150         * flags.h (sel_sched_switch_set,
1151         flag_speculative_prefetching_set): Remove.
1152         * gcc.c (driver_handle_option): Take opts_set parameter.  Assert
1153         that it is &global_options_set.
1154         (process_command): Pass &global_options_set to read_cmdline_option.
1155         * lto-opts.c (lto_reissue_options): Pass &global_options_set to
1156         set_option.
1157         * toplev.c (target_flags_explicit): Remove.
1158
1159 2010-10-04  Jan Hubicka  <jh@suse.cz>
1160
1161         PR middle-end/45871
1162         * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
1163         use get_ref_base_and_offset to handle references.
1164         (fold_const_aggregate_ref): Update.
1165
1166 2010-10-04  Martin Jambor  <mjambor@suse.cz>
1167
1168         PR tree-optimization/45572
1169         * ipa-prop.c (ipa_make_edge_direct_to_target): Call
1170         ipa_check_create_node_params.
1171         * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
1172
1173 2010-10-04  Yao Qi  <yao@codesourcery.com>
1174
1175         * doc/passes.texi: Clean up.
1176
1177 2010-10-03  Ian Lance Taylor  <iant@google.com>
1178
1179         * c-typeck.c (lookup_field): If -fplan9-extensions, permit
1180         referring to a field using a typedef name.
1181         (find_anonymous_field_with_type): New static function.
1182         (convert_to_anonymous_field): New static function.
1183         (convert_for_assignment): If -fplan9-extensions, permit converting
1184         pointer to struct to pointer to anonymous field.
1185         * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
1186         (is_duplicate_field): New static function.
1187         (detect_field_duplicates_hash): If -fplan9-extensions, check for
1188         typedef names duplicating field names.
1189         (detect_field_duplicates): Likewise.
1190         * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
1191         (C Dialect Options): Document -fplan9-extensions.
1192         * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
1193
1194 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
1195
1196         * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
1197         revision 164914.
1198         (vect_create_data_ref_ptr): Likewise.
1199         * tree-vect-stmts.c (vectorizable_store): Likewise.
1200         (perm_mask_for_reverse): Likewise.
1201         (reverse_vec_elements): Likewise.
1202         (vectorizable_load): Likewise.
1203
1204 2010-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1205
1206         * cppbuiltin.c: New file.
1207         * cppbuiltin.h: New file.
1208         * Makefile.in: Take into account cppbuiltin.{h,c}.
1209
1210 2010-10-03  Andi Kleen <ak@linux.intel.com>
1211
1212         * lto-cgraph.c (input_cgraph): Check for missing sections.
1213
1214 2010-10-03  Uros Bizjak  <ubizjak@gmail.com>
1215
1216         * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
1217         to nonimmediate_operand.  Force operand 2 to register when allowed.
1218         (*<shiftrt_insn><mode>3_mask): Ditto.
1219         (*<rotate_insn><mode>3_mask): Ditto.
1220
1221 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
1222
1223         PR tree-optimization/45720
1224         PR tree-optimization/45764
1225         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
1226         Don't accept backwards consecutive accesses.
1227         (vect_create_data_ref_ptr): Disallow negative steps.
1228
1229         * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
1230         (perm_mask_for_reverse): Removed.
1231         (reverse_vec_elements): Likewise.
1232         (vectorizable_load): Don't handle negative steps.
1233
1234 2010-10-02  Jan Hubicka  <jh@suse.cz>
1235
1236         * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
1237         call destination is known.
1238
1239 2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1240
1241         PR target/45820
1242         * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
1243         earlier.
1244
1245 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1246
1247         * doc/install.texi (Configuration): Document build_configargs,
1248         host_configargs, target_configargs.
1249
1250 2010-10-01  Uros Bizjak  <ubizjak@gmail.com>
1251
1252         * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
1253         (*<shiftrt_insn><mode>3_mask): Ditto.
1254         (*<rotate_insn><mode>3_mask): Ditto.
1255
1256 2010-10-01  Steve Ellcey  <sje@cup.hp.com>
1257
1258         PR tree-optimization/44716
1259         * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
1260         (HOT_TEXT_SECTION_NAME): Define.
1261
1262 2010-10-01  Nick Clifton  <nickc@redhat.com>
1263
1264         * common.opt: Add -fcombine-stack-adjustments.
1265         * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
1266         * combine-stack-adj.c (gate_handle_stack_adjustments): Check
1267         flag_combine_stack_adjustments.
1268         * doc/invoke.texi: Document the new option.
1269
1270 2010-10-01  Richard Guenther  <rguenther@suse.de>
1271
1272         PR tree-optimization/45854
1273         * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
1274
1275 2010-10-01  Anthony Green  <green@moxielogic.com>
1276
1277         * config.gcc: Fix moxie-*-rtems* configuration.
1278
1279 2010-10-01  Richard Guenther  <rguenther@suse.de>
1280
1281         * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
1282         (gen_decl_die): Likewise.
1283
1284 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1285
1286         * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
1287         to the function code for SPU MD builtins.
1288         (spu_expand_builtin): Update.
1289         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
1290
1291 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1292
1293         * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
1294         sjlj_except_unwind_info.
1295
1296 2010-10-01  Tristan Gingold  <gingold@adacore.com>
1297
1298         * configure.ac: Define the nop insn for avr*-*-*
1299         * configure: Regenerate.
1300
1301 2010-10-01  Alan Modra  <amodra@gmail.com>
1302
1303         PR target/45807
1304         * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
1305         extend toc_restore_insn.
1306
1307 2010-09-30  Richard Guenther  <rguenther@suse.de>
1308
1309         PR tree-optimization/43959
1310         * function.c (gimplify_parameters): Use create_tmp_reg instead of
1311         create_tmp_var.
1312
1313 2010-09-30  Kaz Kojima  <kkojima@gcc.gnu.org>
1314
1315         * config/sh/sh.c (sh_expand_prologue): Set
1316         current_function_static_stack_size.
1317
1318 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1319
1320         * configure.ac: Check for Solaris 8 ld with .hidden support.
1321         * configure: Regenerate.
1322
1323 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1324
1325         PR middle-end/45758
1326         * graphite.c (graphite_initialize): Call scev_reset.
1327
1328 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1329
1330         * sese.h (scev_analyzable_p): Return false for real or floating
1331         point.  Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
1332
1333 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1334
1335         * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
1336         and ps.
1337         * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
1338         domain.
1339         * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
1340         Do not allocate ub_expr, it is passed in initialized.
1341
1342 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1343
1344         * graphite-clast-to-gimple.c (init_cloog_input_file): New.
1345         (build_cloog_prog): Dump CLooG input file when
1346         flag_graphite_dump_cloog is set.  This is disabled on trunk.
1347         * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
1348
1349 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1350
1351         * graphite-clast-to-gimple.c (graphite_verify): Remove call to
1352         verify_dominators for CDI_POST_DOMINATORS.
1353         * sese.h: Remove comment about CDI_POST_DOMINATORS.
1354         (recompute_all_dominators): Remove call to free_dominance_info
1355         for CDI_POST_DOMINATORS.  Remove call to calculate_dominance_info
1356         for CDI_POST_DOMINATORS.
1357
1358 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1359
1360         * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
1361         over pbb_dim_iter_domain.
1362
1363 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1364
1365         * graphite-flattening.c: Fix comments.
1366
1367 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1368
1369         * Makefile.in (OBJS-common): Add graphite-flattening.o.
1370         (graphite-flattening.o): New rule.
1371         * common.opt (floop-flatten): New flag.
1372         * doc/invoke.texi (-floop-flatten): Documented.
1373         * graphite-flattening.c: New.
1374         * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
1375         * graphite-poly.h (flatten_all_loops): Declared.
1376         (lst_remove_loop_and_inline_stmts_in_loop_father): New.
1377         * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
1378         is set, also set flag_graphite.
1379
1380 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1381
1382         * graphite-poly.c (cloog_checksum): New.
1383         * graphite-poly.h (cloog_checksum): Declared.
1384
1385 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1386
1387         * graphite-poly.c (pbb_number_of_iterations): Removed.
1388         (pbb_number_of_iterations_at_time): Correctly compute the number
1389         of iterations in the transformed loop.
1390         * graphite-poly.h (pbb_number_of_iterations): Removed.
1391
1392 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1393
1394         * graphite-poly.h (lst_update_scattering_seq): Removed.
1395         (lst_update_scattering): Correctly handle outermost loop dewey
1396         renumbering.
1397
1398 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1399
1400         * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
1401         lst_strip_mine_profitable_p.  Call lst_niter_for_loop.
1402         * graphite-poly.h (lst_niter_for_loop): New.
1403
1404 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1405
1406         * graphite-poly.c (apply_poly_transforms): Do not abort when the
1407         transform read from disk is not legal.  Call fatal_error instead.
1408
1409 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1410
1411         * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
1412         (print_scop_header): Removed.  Inlined in the only call place...
1413         (print_scop): ... here.
1414
1415 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1416
1417         * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
1418
1419 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1420
1421         * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
1422
1423 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1424
1425         * graphite-dependences.c (dot_deps): Avoid set but not used warning.
1426         (dot_deps_stmt): Same.
1427         * graphite-poly.c (dot_lst): Same.
1428
1429 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1430
1431         * graphite-blocking.c (scop_do_strip_mine): Do not call
1432         graphite_legal_transform.
1433         (scop_do_block): Same.
1434
1435 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
1436
1437         * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
1438         description.
1439
1440 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1441
1442         * tree-scalar-evolution.c (instantiate_array_ref): New.
1443         (instantiate_scev_r): Also handle ARRAY_REFs.
1444
1445 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1446
1447         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
1448         Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
1449         RESULT_DECL, and FIELD_DECL.  Return false for an
1450         SSA_NAME_IS_DEFAULT_DEF.
1451         (compute_scalar_evolution_in_loop): Do not further analyze the
1452         scalar evolution when no_evolution_in_loop_p returns true.
1453
1454 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1455
1456         * tree-chrec.h (evolution_function_is_affine_p): Do not check
1457         whether CHREC_LEFT is invariant.  A function is affine when
1458         CHREC_RIGHT is invariant.
1459
1460 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1461
1462         * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
1463         is_gimple_reg.
1464         (rewrite_degenerate_phi): Same.
1465         (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
1466
1467 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
1468
1469         * graphite-scop-detection.c (graphite_can_represent_scev,
1470         graphite_can_represent_expr, stmt_has_simple_data_refs_p,
1471         graphite_can_represent_loop): Remove outermost_loop.
1472
1473 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1474
1475         PR middle-end/45229
1476         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
1477         handle GIMPLE_CALLs with no LHS.
1478
1479 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
1480
1481         * graphite-poly.c (init_graphite_out_file): New.
1482         (init_graphite_in_file): New.
1483         (apply_poly_transforms): Updated to enable reading and writing of
1484         multiple scop files.
1485
1486 2010-09-30  Tobias Grosser  <grosser@fim.uni-passau.de>
1487
1488         * graphite-scop-detection.c (graphite_can_represent_scev): Remove
1489         redundant checks.
1490
1491 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1492
1493         * graphite-clast-to-gimple.c (precision_for_value): Adjust
1494         computation of precision by 1.
1495
1496 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
1497
1498         * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
1499         (openscop_read_polyhedron_matrix): New.
1500         * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
1501         (openscop_read_N_int): Same.
1502         * graphite-poly.c (openscop_read_N_int): New.
1503         (openscop_read_one_int): New.
1504         (openscop_read_N_string): New.
1505         (openscop_read_one_string): New.
1506         (openscop_read_powerset_matrix): New.
1507         (graphite_read_transforms): Remove.
1508         (graphite_read_scatt): New.
1509         (graphite_read_scop_file): New.
1510         (apply_poly_transforms): Updated to call graphite_read_scop_file.
1511
1512 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1513
1514         * graphite-poly.c: Change include order.
1515
1516 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1517
1518         * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
1519         (cloog_matrix_nrows): New.
1520
1521 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
1522
1523         * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
1524         from matrix lines.
1525         * graphite-poly.c (openscop_print_scattering_function_1): Same.
1526         (print_scattering_function_1): Same.
1527         (openscop_print_pbb_domain): Same.
1528         (openscop_print_scop_context): Same.
1529         (print_scop_context): Same.
1530
1531 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
1532
1533         * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
1534         (openscop_print_pdr_polyhedron): Print pph.
1535
1536 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1537
1538         * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
1539         priority signed types.
1540
1541 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
1542
1543         * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
1544         the call to lang_hooks.types.type_for_size.  Call
1545         build_nonstandard_integer_type.
1546
1547 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
1548
1549         * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
1550         (openscop_print_polyhedron_matrix): New.
1551         * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
1552         * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
1553         (openscop_print_pdr_powerset): New.
1554         (openscop_print_powerset_matrix): New.
1555         (openscop_print_scattering_function_1): New.
1556         (print_scattering_function): Add support for scattering names and
1557         OpenScop format.
1558         (graphite_write_transforms): Remove.
1559         (print_pdr_access_layout): Updated to support OpenScop format.
1560         (print_pdr): Same.
1561         (openscop_print_pbb_domain): New.
1562         (print_pbb_body): Added a parameter to allow indicating that pbb_body
1563         is not provided.
1564         (print_pbb): Updated to call the new print_pbb_body.
1565         (openscop_print_scop_context): New.
1566         (print_scop_header): New.
1567         (print_scop): Updated to call print_scop_header.
1568         * graphite-poly.h: Document OpenScop format.
1569
1570 2010-09-30  Anatoly Sokolov  <aesok@post.ru>
1571
1572         * config/cris/m32c.c (cris_memory_move_cost): New.
1573         (cris_register_move_cost): Make static. Change arguments type from
1574         enum reg_class to reg_class_t.
1575         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
1576         * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1577         * config/cris/cris-protos.h (cris_register_move_cost): Remove.
1578
1579 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
1580
1581         PR target/45843
1582         * config/i386/i386.c (ix86_gimplify_va_arg): Use
1583         INTVAL (XEXP (slot, 1)) as prev_size.
1584
1585 2010-09-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
1586
1587         PR target/45837
1588         * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
1589         * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
1590         defined.
1591         * config/rs6000/option-defaults.h (toplevel): Change #if
1592         TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
1593         global option changes.
1594
1595 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
1596
1597         * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
1598
1599         PR tree-optimization/31261
1600         * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
1601         for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
1602
1603 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1604
1605         PR bootstrap/45796
1606         * Makefile.in (build/gen%$(build_exeext)): Move rule after all
1607         special-casing for generators and turn into ...
1608         ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
1609         rule, for better error messages in case of toplevel dependency errors.
1610         (genprog): Add hooks, rename to ...
1611         (genprogerr): ... this, and let genprog also contain check,
1612         checksum, condmd.
1613         ((genprog:%=build/gen%$(build_exeext))): Rename to ...
1614         ((genprogerr:%=build/gen%$(build_exeext))): ... this.
1615         (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
1616
1617 2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
1618             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1619
1620         * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
1621         for GMP, MPFR and MPC.
1622
1623 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1624
1625         * config/sparc/sparc.opt (mimpure-text): Move ...
1626         * config/sol2.opt: ... here.  Correct description.
1627         * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
1628         * doc/invoke.texi (Option Summary, SPARC Options): Move
1629         -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
1630         (Option Summary, Solaris 2 Options): ... here.
1631         (Submodel Options, Solaris 2 Options): New menu entry.
1632         (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
1633         (Solaris 2 Options): ... here.
1634
1635 2010-09-30  Michael Eager  <eager@eagercon.com>
1636
1637         * extend.texi (interrupt_handler): Add MicroBlaze to list.
1638         (save_volatiles): Describe option for MicroBlaze.
1639         * invoke.texi: Add MicroBlaze Options.
1640         * contrib.texi: Add acknowledgment.
1641         * md.texi: Add MicroBlaze d and z constraints.
1642         * install.texi: Add microblaze-*-elf.
1643         * configure.ac: Add microblaze-*-* to target list.
1644         * configure: Regenerate.
1645         * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
1646         * config/microblaze/microblaze-protos.h: New.
1647         * config/microblaze/crti.s: New.
1648         * config/microblaze/predicates.md: New.
1649         * config/microblaze/linux.h: New.
1650         * config/microblaze/microblaze.md: New.
1651         * config/microblaze/constraints.md: New.
1652         * config/microblaze/crtn.s: New.
1653         * config/microblaze/microblaze.opt: New.
1654         * config/microblaze/microblaze-c.c: New.
1655         * config/microblaze/t-microblaze: New.
1656         * config/microblaze/microblaze.c: New.
1657         * config/microblaze/microblaze.h: New.
1658
1659 2010-09-30  Iain Sandoe  <iains@gcc.gnu.org>
1660
1661         * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
1662         parse @optional/@required and set the flags as appropriate.
1663
1664 2010-09-30  Nathan Froyd  <froydnj@codesourcery.com>
1665
1666         * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
1667
1668 2010-09-30  Joseph Myers  <joseph@codesourcery.com>
1669
1670         * opt-functions.awk (static_var): Update comment.
1671         (var_ref): Return offsetof expression or -1, not variable address.
1672         * optc-gen.awk: Generate structure field initializers instead of
1673         static variables.  Expect -1 for missing variables instead of null
1674         pointer.  Add gcc_options parameters to generated functions.
1675         * opth-gen.awk: Generate structure fields for static variables.
1676         Add gcc_options parameters to generated functions.
1677         * common.opt (optimize, optimize_size): Add variables.
1678         * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
1679         &global_options to cl_target_option_restore.
1680         * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
1681         &global_options to cl_optimization_restore, cl_target_option_save
1682         and cl_target_option_restore.
1683         (ix86_set_current_function): Pass &global_options to
1684         cl_target_option_restore.
1685         * config/pdp11/pdp11.h (optimize): Remove.
1686         * config/rs6000/rs6000.h (optimize): Remove.
1687         * config/sh/sh.h (optimize): Remove.
1688         * config/xtensa/xtensa.h (optimize): Remove.
1689         * coretypes.h (struct gcc_options): Declare.
1690         * diagnostic.c (diagnostic_initialize): Initialize
1691         context->option_state.
1692         (diagnostic_report_diagnostic): Pass option_state to
1693         option_enabled hook.
1694         * diagnostic.h (diagnostic_context.option_enabled): Add void *
1695         parameter.
1696         (diagnostic_context.option_state): New field.
1697         * final.c (final_start_function, final, final_scan_insn): Rename
1698         optimize parameter to optimize_p.
1699         * flags.h (optimize, optimize_size): Remove.
1700         * function.c (invoke_set_current_function_hook): Pass
1701         &global_options to cl_optimization_restore.
1702         * gcc.c (driver_handle_option): Take gcc_options parameter.
1703         Assert that it is &global_options.
1704         (process_command): Pass &global_options to read_cmdline_option.
1705         * ipa-pure-const.c (suggest_attribute): Pass &global_options to
1706         option_enabled.
1707         * lto-opts.c (lto_reissue_options): Use option_flag_var.  Pass
1708         &global_options to set_option.
1709         * opts-common.c (handle_option, handle_generated_option,
1710         read_cmdline_option, set_option): Take explicit gcc_options
1711         parameters.  Use option_flag_var.
1712         (option_flag_var): New.
1713         * opts.c (common_handle_option, lang_handle_option,
1714         target_handle_option): Take gcc_options parameter.  Assert that it
1715         is &global_options.
1716         (read_cmdline_options): Pass &global_options to read_cmdline_option.
1717         (print_filtered_help): Use option_flag_var.  Pass &global_options
1718         to option_enabled.
1719         (common_handle_option): Use option_flag_var.
1720         (option_enabled): Take opts parameter.  Use option_flag_var.
1721         (get_option_state): Take gcc_options parameter.  Use
1722         option_flag_var.  Pass gcc_options parameter to option_enabled.
1723         (enable_warning_as_error): Pass &global_options to
1724         handle_generated_option.
1725         * opts.h (struct cl_option): Change flag_var to flag_var_offset.
1726         (cl_option_handler_func.handler): Take gcc_options parameter.
1727         (option_enabled, get_option_state, set_option, handle_option,
1728         handle_generated_option, read_cmdline_option): Take gcc_options
1729         parameters.
1730         * toplev.c (optimize, optimize_size): Remove.
1731         (print_switch_values): Pass &global_options to option_enabled.
1732         (option_affects_pch_p): Use option_flag_var.  Pass &global_options
1733         to get_option_state.
1734         (general_init): Initialize global_dc->option_state.
1735         * tree.c (build_optimization_node): Pass &global_options to
1736         cl_optimization_save.
1737         (build_target_option_node): Pass &global_options to
1738         cl_target_option_save.
1739
1740 2010-09-30  Martin Jambor  <mjambor@suse.cz>
1741
1742         * tree-sra.c (type_consists_of_records_p): Do not check for trailing
1743         zero sized bit-fields.
1744
1745 2010-09-30  Nicola Pero  <nicola.pero@meta-innovation.com>
1746
1747         * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
1748         Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
1749         (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
1750         (c_parser_objc_class_declaration): Same change.
1751         (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
1752         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
1753         (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
1754         instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
1755         and RID_AT_PUBLIC instead of RID_PUBLIC.
1756         (c_parser_statement_after_labels): Use RID_AT_TRY instead of
1757         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
1758
1759 2010-09-30  Tom G. Christensen <tgc@jupiterrise.com>
1760
1761         * doc/install.texi (Binaries): Update link to HP-UX porting centre.
1762         Add links to current providers of packages for Solaris and IRIX.
1763
1764 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
1765
1766         Merge from 'apple/trunk' branch on FSF servers.
1767         * c-parser.c: Applied change originally in c-parse.in.
1768
1769         2005-10-04  Fariborz Jahanian <fjahanian@apple.com>
1770
1771         Radar 4281748
1772         * c-decl.c (start_decl): Check for redeclaration of class name.
1773         * c-parse.in (after_type_declarator): Recognize CLASSNAME.
1774
1775 2010-09-29  Steve Ellcey  <sje@cup.hp.com>
1776
1777         * config/ia64/ia64.c (ia64_builtin_decl): New.
1778         (TARGET_BUILTIN_DECL): Define.
1779         (ia64_builtins): New.
1780         (ia64_init_builtins): Save decls in ia64_builtins.
1781
1782 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
1783
1784         PR target/40457
1785         * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
1786         (move2add_use_add3_insn): Likewise.
1787         (reload_cse_move2add): Likewise.
1788         * rtlanal.c (get_full_rtx_cost): New function.
1789         * rtl.h (struct full_rtx_costs): New.
1790         (init_costs_to_max, init_costs_to_zero, costs_lt_p,
1791         costs_add_n_insns): New inline functions.
1792         (get_full_rtx_cost): Declare.
1793
1794         PR c/45054
1795         * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
1796         invariants.  Check for reg_equiv_invariant.
1797         (reload): Assert that spilled_pseudos is empty when returning.
1798
1799 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
1800
1801         * config/i386/mingw32.h (TARGET_64BIT): replaced by
1802         TARGET_64BIT_DEFAULT in #if check.
1803
1804 2010-09-29  Jack Howarth <howarth@bromo.med.uc.edu>
1805
1806         * varasm.c (assemble_alias): Add error message for unsupported ifunc.
1807
1808 2010-09-29  Mike Stump  <mikestump@comcast.net>
1809
1810         * config/darwin.h (flag_mkernel): Remove.
1811         (flag_apple_kext): Likewise.
1812
1813 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
1814             Jack Howarth <howarth@bromo.med.uc.edu>
1815
1816         * config/darwin.opt (undefined): Add.
1817
1818 2010-09-29  Nathan Sidwell  <nathan@codesourcery.com>
1819
1820         PR testsuite/45664
1821         * configure.ac: Add --enable-indirect-function option.
1822         * config.gcc: Add default_gnu_indirect_function.
1823         * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
1824         (HAVE_GNU_INDIRECT_FUNCTION): ... this.
1825         * varasm.c (do_assemble_alias): Adjust for macro name change.
1826         * configure: Rebuilt.
1827         * doc/install.texi: Document --enable-indirect-function.
1828
1829 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
1830
1831         * doc/options.texi (Variable, Var, Init): Update documentation
1832         without reference to VarExists.
1833         (VarExists): Remove.
1834         * common.opt, config/i386/i386.opt, config/linux.opt,
1835         config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
1836         Don't use VarExists.
1837
1838 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
1839
1840         * optc-gen.awk: Generate global_options initializer instead of
1841         individual variables.  Add x_ prefix to names of structure members.
1842         * opth-gen.awk: Generate gcc_options structure.  Add x_ prefix to
1843         names of structure members.
1844         * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
1845         HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
1846         * doc/tm.texi: Regenerate.
1847         * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
1848         * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
1849         * c-parser.c (disable_extension_diagnostics,
1850         restore_extension_diagnostics): Update names of cpp_options members.
1851         * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
1852         * common.opt (fcompare-debug-second): Don't use Var.
1853         * config/alpha/alpha.h (target_flags): Remove.
1854         * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
1855         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
1856         * config/bfin/bfin.h (target_flags): Remove.
1857         * config/cris/cris.h (target_flags): Remove.
1858         * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
1859         cl_target_option members.
1860         * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
1861         (ix86_function_specific_print, ix86_valid_target_attribute_tree,
1862         ix86_can_inline_p): Update names of cl_target_option members.
1863         * config/i386/i386.h (ix86_isa_flags): Remove.
1864         * config/lm32/lm32.h (target_flags): Remove.
1865         * config/mcore/mcore.h (mcore_stack_increment): Remove.
1866         * config/mcore/mcore.md (addsi3): Remove extern declaration of
1867         flag_omit_frame_pointer.
1868         * config/mep/mep.h (target_flags): Remove.
1869         * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
1870         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
1871         * config/mmix/mmix.h (target_flags): Remove.
1872         * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
1873         flag_expensive_optimizations): Remove.
1874         * config/s390/s390.h (flag_pic): Remove.
1875         * config/score/score-conv.h (target_flags): Remove.
1876         * config/sh/sh.h (sh_fixed_range_str): Remove.
1877         * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
1878         * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
1879         * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1880         * diagnostic.c (diagnostic_initialize): Update names of
1881         diagnostic_context members.
1882         * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
1883         warn_system_headers.
1884         (diagnostic_report_warnings_p): Update for new names.
1885         * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
1886         * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
1887         HARD_FRAME_POINTER_IS_ARG_POINTER.
1888         * flags.h (flag_compare_debug): Declare.
1889         * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
1890         * opts.c (flag_compare_debug): Define.
1891         (common_handle_option): Update names of diagnostic_context
1892         members.  Handle -fcompare-debug-second.
1893         (fast_math_flags_struct_set_p): Update names of cl_optimization
1894         members.
1895         * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1896         * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1897         * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1898         * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1899         * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
1900         * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
1901         HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
1902         * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
1903         * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
1904
1905 2010-09-29  Hariharan Sandanagobalane  <hariharan@picochip.com>
1906
1907         * config/picochip/picochip.c (picochip_output_internal_label):
1908         This function can now be called for debug CFI labels, which can come
1909         in the middle of a vliw instruction.  Postpone until end of vliw.
1910
1911 2010-09-29  Richard Guenther  <rguenther@suse.de>
1912
1913         * tree.h (SCOPE_FILE_SCOPE_P): New macro.
1914         (DECL_FILE_SCOPE_P): Use it.
1915         (TYPE_FILE_SCOPE_P): New macro.
1916
1917 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
1918
1919         * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
1920         a CPP_NAME which is a reserved word, clearly separate cases for
1921         OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
1922
1923 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
1924
1925         * c-parser.c (c_lex_one_token): In Objective-C, do not replace
1926         token->value with the canonical spelling.  Do exactly like C and
1927         C++ and leave it as it is.
1928
1929 2010-09-28  Richard Henderson  <rth@redhat.com>
1930
1931         * config/alpha/alpha.c (alpha_builtins): New.
1932         (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
1933         (alpha_builtin_function): New.
1934         (alpha_add_builtins, alpha_init_builtins): Use it.
1935
1936 2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>
1937
1938         * doc/standards.texi (Standards): Expanded the section on
1939         Objective-C and Objective-C++.
1940
1941 2010-09-28  DJ Delorie  <dj@redhat.com>
1942
1943         PR target/45800
1944         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
1945         volatile MEMs.
1946
1947 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
1948
1949         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
1950         attributes on methods.
1951          (c_parser_objc_method_definition): Handle attributes.
1952         (c_parser_objc_methodproto): Likewise.
1953         (c_parser_objc_maybe_method_attributes): New.
1954         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
1955         missing definition, similar to that in ObjC++.
1956
1957 2010-09-28  Richard Henderson  <rth@redhat.com>
1958
1959         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
1960         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
1961         (CONFIG_SJLJ_EXCEPTIONS): Remove.
1962         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
1963         (STACK_CHECK_PROTECT): Likewise.
1964         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
1965         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
1966         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
1967         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
1968         (dwarf2out_assembly_start): Likewise.
1969         * except.c (init_eh): Use targetm.except_unwind_info.
1970         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
1971         (output_one_function_exception_table): Likewise.
1972         * final.c: Unconditionally include dwarf2out.h.
1973         (final_start_function): Unconditionally call dwarf2out routines.
1974         (final_end_function, final_scan_insn): Likewise.
1975         * function.c (expand_function_end): Use targetm.except_unwind_info.
1976         * opts.c (decode_options): Use targetm.except_unwind_info.
1977         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
1978         * target.def (debug_unwind_info, except_unwind_info): New.
1979         * target.h (enum unwind_info_type): New.
1980         * targhooks.c (default_debug_unwind_info): New.
1981         (default_except_unwind_info): New.
1982         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
1983         * targhooks.h: Declare them.
1984         * tree-tailcall.c: Include "target.h"
1985         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
1986         * Makefile.in (tree-tailcall.o): Update.
1987         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
1988         (lhd_gcc_personality): Likewise.
1989
1990         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
1991         (TARGET_EXCEPT_UNWIND_INFO): New.
1992         (DWARF2_UNWIND_INFO): Update.
1993         (TARGET_DEBUG_UNWIND_INFO): New.
1994         * doc/tm.texi: Rebuild.
1995
1996         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
1997         targetm.except_unwind_info.
1998
1999         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
2000         (arm_except_unwind_info): New.
2001         (arm_compute_func_type): Use it.
2002         (arm_expand_prologue, thumb_pushpop): Likewise.
2003         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
2004         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
2005         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
2006         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
2007         (DWARF2_UNWIND_INFO): Remove.
2008         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
2009         (ARM_EABI_UNWIND_TABLES): Remove.
2010
2011         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
2012         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
2013         (ia64_except_unwind_info): New.
2014         (ia64_output_function_prologue): Use it.
2015         (ia64_add_bundle_selector_before): Likewise.
2016         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
2017         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
2018         (TARGET_UNWIND_INFO): Remove.
2019
2020         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
2021
2022 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
2023
2024         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
2025         (c_parser_objc_protocol_definition): Likewise.
2026         (c_parser_external_declaration): Provide dummy attribute arguments.
2027         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
2028         (c_parser_objc_class_definition): Handle attributes.
2029         (c_parser_objc_protocol_definition): Likewise.
2030
2031 2010-09-28  Tobias Burnus  <burnus@net-b.de>
2032
2033         PR fortran/40569
2034         PR fortran/40568
2035         * toplev.h (save_decoded_options, save_decoded_options_count):
2036         New global variables.
2037         * toplev.c (save_decoded_options, save_decoded_options_count):
2038         Export variables.
2039
2040 2010-09-28  Ian Lance Taylor  <iant@google.com>
2041
2042         * config/i386/i386.c (ix86_supports_split_stack): Test
2043         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
2044
2045 2010-09-28  Ian Lance Taylor  <iant@google.com>
2046
2047         PR target/45815
2048         * opts.c (decode_options): Don't test whether the target supports
2049         split stack if flag_split_stack == 0.
2050
2051 2010-09-28  Jan Hubicka  <jh@suse.cz>
2052
2053         * builtin-attrs.def (ATTR_LEAF): New attribute.
2054         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
2055         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
2056         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
2057         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
2058         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
2059         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
2060         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
2061         * sync-builtins.def: Annotate all builtins by leaf.
2062         * omp-builtins.def: Annotate all builtins by leaf.
2063         * builtins.def: Annotate relevant builtins with leaf attribute.
2064         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
2065         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
2066         leaf.
2067
2068 2010-09-28  Jan Hubicka  <jh@suse.cz>
2069
2070         * tree-ssa-ccp.c (fold_ctor_reference): New function.
2071         (fold_const_aggregate_ref): Use it.
2072         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
2073         into external static.
2074
2075 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2076
2077         PR target/44452
2078         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
2079         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
2080         (ix86_solaris_return_in_memory): Remove.
2081         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
2082         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
2083         (TARGET_SUBTARGET_DEFAULT): Redefine.
2084         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
2085         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
2086         (TARGET_SUBTARGET_DEFAULT): Redefine.
2087         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
2088         -mvect8-ret-in-mem.
2089         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
2090
2091 2010-09-29  Alan Modra  <amodra@gmail.com>
2092
2093         PR target/45807
2094         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
2095         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
2096         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
2097         Delete.
2098         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
2099         (rs6000_emit_prologue): Don't just create frame save info for r2,
2100         actually save r2.
2101
2102 2010-09-28  Richard Henderson  <rth@redhat.com>
2103
2104         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
2105         when 8 bytes are requested.
2106
2107 2010-09-28  Tristan Gingold  <gingold@adacore.com>
2108
2109         * config/avr/avr.c (expand_prologue): Set
2110         current_function_static_stack_size.
2111
2112 2010-09-28  Tristan Gingold  <gingold@adacore.com>
2113
2114         * config/alpha/alpha.md: Change the initial condition of the
2115         probing loop.
2116
2117 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
2118
2119         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
2120         Split from *avx_<maxmin:code><mode>3.
2121         (*avx_<smaxmin:code><mode>3): Ditto.
2122         * config/i386/i386.md (maxmin): Remove code iterator.
2123
2124 2010-09-27  Ian Lance Taylor  <iant@google.com>
2125
2126         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
2127         requires assembler support for CFI directives.
2128
2129 2010-09-27  Richard Henderson  <rth@redhat.com>
2130
2131         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
2132
2133 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
2134
2135         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
2136         that AFTER is not in the range FROM..TO, inclusive.
2137
2138 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
2139             Bernd Schmidt  <bernds@codesourcery.com>
2140
2141         PR rtl-optimization/45792
2142         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
2143         If not all insns are to be merged, for each edge, stash the
2144         next candidate after the to-be-merged insns before doing the
2145         merge, and use them for the retry at the new insertion point.
2146         Handle CC0 targets when retrying.
2147
2148 2010-09-27  Ian Lance Taylor  <iant@google.com>
2149
2150         * common.opt (fsplit-stack): New option.
2151         * opts.c (decode_options): Set flag_split_stack to final value.
2152         * target.def (supports_split_stack): New hook.
2153         * gcc.c (STACK_SPLIT_SPEC): Define.
2154         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
2155         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
2156         (Code Gen Options): Document -fsplit-stack.
2157         * doc/extend.texi (Function Attributes): Mention no_split_stack.
2158         (Function Attributes): Document no_split_stack.
2159         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
2160         TARGET_SUPPORTS_SPLIT_STACK.
2161         * doc/tm.texi: Rebuild.
2162         * function.c (thread_prologue_and_epilogue_insns): If
2163         flag_split_stack, add split stack prologue.
2164         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
2165         * varasm.c (saw_no_split_stack): New static variable.
2166         (assemble_start_function): Set saw_no_split_stack if the function
2167         has the no_split_stack attribute.
2168         (file_end_indicate_split_stack): New function.
2169         * output.h (file_end_indicate_split_stack): Declare.
2170         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
2171         and function.
2172         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
2173         routines.
2174         * config/i386/i386.c (ix86_option_override_internal): Don't set
2175         expand_builtin_va_start to NULL if -fsplit-stack.
2176         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
2177         -fsplit-stack.
2178         (ix86_va_start): If -fsplit-stack, get overflow pointer from
2179         scratch register set by prologue.
2180         (ix86_code_end): If -fsplit-stack, call
2181         file_end_indicate_split_stack.
2182         (ix86_supports_split_stack): New static function.
2183         (SPLIT_STACK_AVAILABLE): Define.
2184         (split_stack_prologue_scratch_regno): New static function.
2185         (split_stack_fn): New static variable.
2186         (ix86_expand_split_stack_prologue): New function.
2187         (ix86_live_on_entry): New static function.
2188         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
2189         (output_pic_addr_const): Likewise.
2190         (i386_asm_output_addr_const_extra): Likewise.
2191         (ix86_expand_call): Change return type to rtx.  Return the new
2192         call instruction.
2193         (TARGET_SUPPORTS_SPLIT_STACK): Define.
2194         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
2195         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
2196         (split_stack_prologue, split_stack_return): New insns.
2197         (split_stack_space_check): New insn.
2198         * config/i386/i386.h (struct machine_function): Add
2199         split_stack_varargs_pointer field.
2200         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
2201         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
2202         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
2203         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
2204         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
2205         Declare.
2206         (ix86_expand_call): Update declaration.
2207
2208 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
2209
2210         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
2211         code.  Added byref, which was missing in the list of codes.
2212         Explain that enumeration values are encoded as the integer type
2213         that the compiler uses to store them.  Explain and make examples
2214         of how 'const' interacts with pointers, and the complication of
2215         the encoding of 'const char *'.
2216         (Legacy type encoding): New subsection, explaining that GCC emits
2217         incorrect type encodings for the NeXT runtime for compatibility
2218         reasons.
2219         (@@encode): New subsection, explaining @encode and particularly
2220         that protocol qualifiers are not recognized inside an @encode()
2221         expression.
2222         (Method signatures): New subsection, explaining how method
2223         signatures are encoded.
2224
2225 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
2226
2227         Merge from 'apple/trunk' branch on FSF servers.  Removed small
2228         change in build_conditional_expr that had been added when fixing
2229         PR objc/27377 and which did the same check in a less complete way.
2230
2231         2005-12-15  Fariborz Jahanian <fjahanian@apple.com>
2232
2233         Radar 4229905
2234         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
2235         looking for objective-c common pointer types.
2236
2237         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
2238
2239         Radar 4154928
2240         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
2241         use their ObjC common type.
2242
2243 2010-09-27  Richard Guenther  <rguenther@suse.de>
2244
2245         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
2246
2247 2010-09-27  Jie Zhang  <jie@codesourcery.com>
2248
2249         * print-tree.c (print_node): Print in-constant-pool.
2250
2251 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
2252
2253         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
2254         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
2255         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
2256         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
2257
2258 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
2259
2260         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
2261         from pro_epilogue_adjust_stack_<mode>_{1,2}.
2262         (pro_epilogue_adjust_stack_<mode>_add): Rename from
2263         pro_epilogue_adjust_stack_<mode>_3.
2264         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
2265         renamed pro_epilogue_adjust_stack_{si,di}_add.
2266         (ix86_expand_prologue): Use indirect functions.  Update for renamed
2267         pro_epilogue_adjust_stack_{si,di}_sub.
2268
2269 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
2270
2271         * config/i386/i386.md (movmsk_df): New insn.
2272         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
2273         sequence for TARGET_SSE_MATH.
2274
2275 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
2276
2277         * config/mips/mips.c (mips_builtin_decls): Declare.
2278         (mips_init_builtins): Store function declarations in
2279         mips_builtin_decls.
2280         (mips_builtin_decl): New function.
2281         (TARGET_BUILTIN_DECL): Define.
2282
2283 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
2284             Richard Henderson  <rth@redhat.com>
2285
2286         * config/i386/cygwin.asm: Include auto-host.h.
2287         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
2288         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
2289         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
2290         alignment code from the 64-bit path.  Use gas local labels.
2291         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
2292         from _di_2.  Remove the useless constant integer argument.
2293         (pro_epilogue_adjust_stack_<mode>_3): New.
2294         (allocate_stack_worker_probe_<mode>): Macroize from
2295         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
2296         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
2297         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
2298         (__chkstk_ms): New function.
2299         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
2300         * gcc/config/i386/t-interix: Likewise.
2301         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
2302         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
2303         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
2304         * configure, config.in: Rebuild.
2305
2306 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
2307
2308         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
2309         statements because of the return slot optimization.
2310
2311 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
2312
2313         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
2314         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
2315         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2316         (class_likely_spilled_p): Rename to...
2317         (avr_class_likely_spilled_p): ...this. Make static. Change argument
2318         type to reg_class_t.
2319
2320 2010-09-24  Jan Hubicka  <jh@suse.cz>
2321
2322         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
2323         (lto_symtab_resolve_symbols): Set it.
2324         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
2325         store resolution field in cgraph/varpool.
2326         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
2327         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
2328         (cgraph_dump_node): Drop used_from_object_file.
2329         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
2330         (cgraph_function_body_availability): Use decl_replaceable_p.
2331         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
2332         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
2333         cgraph_used_from_object_file_p.
2334         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
2335         cgraph_used_from_object_file_p.
2336         (resolution_used_from_other_file_p): New functoin.
2337         (cgraph_used_from_object_file_p): New predicate.
2338         * cgraph.h: Include plugin-api.h
2339         (struct cgraph_local_info): Remove used_from_object_file.
2340         (struct cgraph_node): Add resolution field.
2341         (struct varpool_node): Likewise; remove used_from_object_file;
2342         reove const_value_known.
2343         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
2344         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
2345         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
2346         varpool_used_from_object_file_p): Declare.
2347         (varpool_get_node, varpool_extra_name_alias): Update prototype.
2348         * tree.h (DECL_REPLACEABLE_P): Remove.
2349         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
2350         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
2351         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
2352         input_overwrite_node, input_node, input_varpool_node): Stream
2353         resolution.
2354         * expr.c (expand_expr_real_1): Use const_value_known_p
2355         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
2356         const_value_known.
2357         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
2358         (function_and_variable_visibility): Set resolution for local vars
2359         and functions; use varpool_used_from_object_file_p.
2360         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
2361         static functions.
2362         (default_binds_local_p_1): Use resolutoin info.
2363         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
2364         * varpool.c (varpool_get_node): Constify.
2365         (const_value_known_p): Do not use vnode->const_value_known;
2366         use decl_replaceable_p.
2367         (varpool_finalize_decl): Do not set const_value_known.
2368         (cgraph_variable_initializer_availability): Use decl_replaceable_p
2369         (varpool_extra_name_alias): Return new node.
2370         (varpool_used_from_object_file_p): New function.
2371
2372 2010-09-24  Richard Henderson  <rth@redhat.com>
2373
2374         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
2375         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
2376         (do_spill): Use REG_CFA_OFFSET.
2377         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
2378         as appropriate.
2379         (ia64_expand_epilogue): Likewise.
2380         (process_set): Split into ...
2381         (process_cfa_adjust_cfa): this,
2382         (process_cfa_register): this,
2383         (process_cfa_offset): and this new function.
2384         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
2385         instead of REG_FRAME_RELATED_EXPR.
2386
2387 2010-09-24  Olivier Hainque  <hainque@adacore.com>
2388
2389         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
2390
2391 2010-09-24  Jan Hubicka  <jh@suse.cz>
2392
2393         * doc/extend.texi: (attribute leaf): Document.
2394         * tree.c (local_define_builtin): Handle ECF_LEAF.
2395         (build_common_builtin_nodes): Set ECF_LEAF where needed.
2396         * tree.h (ECF_LEAF): New.
2397         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
2398         overwrittable and unavailable functions.
2399         (ipa_init): Put all_module_statics into optimization_summary_obstack.
2400         (copy_global_bitmap): Do not copy all_module_statics.
2401         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
2402         (propagate): Handle overwritable and unavailable leaf functions;
2403         initialize global info for overwritable and unavailable leaf functions;
2404         do not free all module statics.
2405         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
2406         local statics.
2407         * calls.c (flags_from_decl_or_type): Handle leaf.
2408         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
2409         abnormal gotos.
2410
2411 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
2412
2413         * gengtype.c: Reindented.
2414         * gengtype.h: Reindented.
2415         * gengtype-parse.c: Reindented.
2416
2417 2010-09-24  Jan Hubicka  <jh@suse.cz>
2418
2419         PR tree-optimization/45738
2420         PR tree-optimization/45741
2421         * expr.c (string_constant): Allow CONST_DECL too;
2422         check that DECL_INITIAL is set.
2423         * varpool.c (const_value_known_p): Only look into VAR_DECL
2424         and CONST_DECL.
2425
2426 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
2427
2428         * common.opt (undef): New.
2429
2430 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
2431
2432         PR middle-end/45234
2433         * rtl.h (enum global_rtl_index): Add
2434         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
2435         (LAST_VIRTUAL_POINTER_REGISTER): Define.
2436         (virtual_preferred_stack_boundary_rtx,
2437         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
2438         (LAST_VIRTUAL_REGISTER): Increase by one.
2439         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
2440         instead of LAST_VIRTUAL_REGISTER.
2441         * function.c (instantiate_new_reg): Handle
2442         virtual_preferred_stack_boundary_rtx.
2443         * emit-rtl.c (init_virtual_regs): Handle
2444         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
2445         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
2446         * explow.c (round_push): If crtl->preferred_stack_boundary
2447         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
2448         virtual_preferred_stack_boundary_rtx alignment instead of
2449         crtl->preferred_stack_boundary alignment.
2450         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
2451         macros.  Never decrease crtl->preferred_stack_boundary,
2452         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
2453         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
2454         stack_pointer_delta in dynamic allocation, even when size
2455         is constant.
2456         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
2457         macro.
2458         * print-rtl.c (print_rtx): Handle
2459         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
2460         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
2461         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
2462         * config/frv/frv.c (frv_emit_movsi): Likewise.
2463         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
2464         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
2465         Likewise.
2466
2467         Revert:
2468         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
2469
2470         PR middle-end/45234
2471         * calls.c (expand_call): Make sure that all variable sized
2472         adjustments are multiple of preferred stack boundary after
2473         stack alignment.
2474
2475 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
2476             Dominique Dhumieres  <dominiq@lps.ens.fr>
2477
2478         PR bootstrap/45751
2479         * gcc/config/darwin-driver.c (darwin_default_min_version):
2480         Adjust size passed to memcpy in two places.
2481
2482 2010-09-24  Richard Guenther  <rguenther@suse.de>
2483
2484         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
2485         Make sure to not call set_type_context with error_mark_node.
2486         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
2487
2488 2010-09-24  Richard Guenther  <rguenther@suse.de>
2489
2490         * Makefile.in (OBJS-onestep): Remove.
2491         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
2492         (libbackend.a): Remove onestep support.
2493         (libbackend.o): Remove.
2494         * configure.ac (--enable-intermodule): Remove.
2495         * configure: Regenerate.
2496
2497 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
2498
2499         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
2500         reaching the end of a block if it occurs at a DEBUG_INSN.
2501
2502 2010-09-09  Tristan Gingold  <gingold@adacore.com>
2503
2504         PR target/44242
2505         * config/vms/vms-crt0-64.c: Removed.
2506         * config/vms/vms-crt0.c: Removed.
2507         * config/vms/vms-psxcrt0-64.c: Removed.
2508         * config/vms/vms-psxcrt0.c: Removed.
2509         * config/vms/vms-ucrt0.c: New file.
2510         * config/vms/t-vms64: Removed.
2511         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
2512         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
2513         * config.gcc (alpha-dec-vms): Use t-vms.
2514
2515 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2516
2517         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
2518         underfull hbox in DVI output.
2519         (-fobjc-class-cxx-cdtors): Same change.
2520         (-fobjc-exceptions): Tidied up documentation.  Explain what the
2521         option does, but moved the (lenghty) description of the exception
2522         syntax into objc.texi.
2523         (-fobjc-gc): Explain that the option is not useful with the GNU
2524         runtime.
2525         (-fzero-link): Explain that the GNU runtime always works in
2526         "zero-link" mode.
2527         * doc/objc.texi: All sections: simplified @node declarations
2528         removing specification of next, previous, up node.
2529         (Objective-C): Updated introduction.
2530         (Garbage Collection): Updated.  The bohem-gc library is now
2531         included in gcc itself.  Mention that this section only applies to
2532         the GNU Objective-C runtime.
2533         (compatibility_alias): Small tidy up.
2534         (Exceptions): New section mostly containing text previously in the
2535         description of the -fobjc-exception command-line option.
2536         (Synchronization): Same.
2537
2538 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
2539
2540         * config/i386/i386.md (ix86_code_end): Move the initialization of
2541         xops array near the consumer.  Use AX_REG and SP_REG instead of
2542         numerical constants.
2543
2544 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
2545
2546         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
2547         method [methodname]' for an Objective-C method instead of the less
2548         satisfactory 'too many arguments to function' (with no method name).
2549
2550 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
2551
2552         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
2553         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
2554         (execute_update_addresses_taken): Remove parameter.  Execute the
2555         optimization unconditionally.
2556         * passes.c (execute_function_todo): Call execute_update_addresses_taken
2557         unconditionally if TODO_rebuild_alias is set, else only when optimizing
2558         if TODO_update_address_taken is set.
2559
2560 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
2561
2562         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
2563         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
2564         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
2565         (arm_output_addr_const_extra): Make static.
2566
2567 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
2568
2569         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
2570         define as unspec_volatile.
2571         ("nops"): Define as unspec_volatile. Use fputs to write to
2572         asm_out_file directly.  Output NOPs on separate lines using while loop.
2573         * config/i386/i386.c (ix86_code_end): Use fputs to write to
2574         asm_out_file directly.  Output NOPs on separate lines using while loop.
2575
2576 2010-09-23  Richard Guenther  <rguenther@suse.de>
2577
2578         PR tree-optimization/45565
2579         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
2580         Make sure to adjust the fndecl before replacing the stmt.
2581
2582 2010-09-23  Richard Guenther  <rguenther@suse.de>
2583
2584         PR middle-end/45750
2585         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
2586         gimplifying MEM_REF.
2587
2588 2010-09-23  Alan Modra  <amodra@gmail.com>
2589
2590         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
2591         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
2592
2593 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
2594
2595         PR rtl-optimization/44374
2596         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
2597         * df-core.c (df_set_bb_dirty): Set it.
2598         * ifcvt.c (find_memory): Remove function.
2599         (dead_or_predicable): Use can_move_insns_across.
2600         * df.h (can_move_insns_across): Declare function.
2601         * cfgcleanup.c (block_was_dirty): New static variable.
2602         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
2603         than df_get_bb_dirty.
2604         (try_head_merge_bb): New static function.
2605         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
2606         is set.
2607         * df-problems.c: Include "target.h"
2608         (df_simulate_find_uses): New static function.
2609         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
2610         (find_memory, find_memory_store): New static functions.
2611         (can_move_insns_across): New function.
2612         * Makefile.in (df-problems.o): Update dependencies.
2613
2614 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
2615
2616         PR java/44095
2617         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
2618         is specified and the suffix of the file isn't ".c".
2619         * config/sparc/linux64.h (ASM_SPEC): Likewise.
2620
2621 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2622
2623         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
2624         * doc/cppopts.texi: Fix markup of index entry.
2625         * doc/extend.texi (Constructing Calls): Fix markup of
2626         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
2627         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
2628         (Vague Linkage, C++ Attributes): Fix markup of index entries and
2629         keywords.
2630         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
2631         avoid long lines.
2632         (C Dialect Options, C++ Dialect Options, Warning Options)
2633         (Debugging Options, Spec Files, Darwin Options)
2634         (i386 and x86-64 Options, MIPS Options)
2635         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
2636         index entries, avoid abbreviations, allow URLs to wrap, avoid
2637         long lines, avoid overlong pages from long @itemx lists.
2638         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
2639         * doc/standards.texi (Standards): Likewise.
2640         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
2641
2642 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
2643
2644         * opts-common.c (prune_options): Make static.  Work with decoded
2645         options.
2646         (decode_cmdline_options_to_array): Call prune_options.  Don't
2647         resize option array here.
2648         * opts.h (prune_options): Remove prototype.
2649         * gcc.c (process_command): Take decoded options; don't call
2650         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
2651         (main): Call decode_cmdline_options_to_array here instead of
2652         prune_options.  Update call to process_command.
2653         * config/darwin-driver.c: Include opts.h.
2654         (darwin_default_min_version): Work with decoded options.  Don't
2655         handle -b or -V here.
2656         * config/darwin.h (darwin_default_min_version): Update prototype.
2657         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
2658         darwin_default_min_version.
2659         * config/i386/cygwin.h (mingw_scan): Update prototype.
2660         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
2661         * config/i386/cygwin1.c: Include opts.h.
2662         (mingw_scan): Work with decoded options.
2663         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
2664         * config/t-darwin (darwin-driver.o): Update dependencies.
2665
2666 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
2667
2668         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
2669         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
2670         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
2671         -force-link, -force-link=, -language, -language=,
2672         -library-directory, -library-directory=, -no-canonical-prefixes,
2673         -no-standard-libraries, -no-warnings, -optimize, -output,
2674         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
2675         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
2676         -print-file-name=, -print-libgcc-file-name,
2677         -print-multi-directory, -print-multi-lib,
2678         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
2679         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
2680         -profile, -save-temps, -shared, -specs, -specs=, -static,
2681         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
2682         symbolic): New.
2683         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
2684         * gcc.c (A Short Introduction to Adding a Command-Line Option):
2685         Remove comment.
2686         (cc1_options): Correct specs for passing down --help,
2687         --target-help and --help=*.  Add spec for passing down --version.
2688         (struct option_map, option_map, target_option_translations,
2689         translate_options): Remove.
2690         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
2691         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
2692         OPT_fhelp_ and OPT_ftarget_help.
2693         (process_command): Don't call translate_options.  Call
2694         decode_cmdline_options_to_array before checking for
2695         -no-canonical-prefixes using decoded options.
2696         * opts-common.c (tm.h): Update comment on #include.
2697         (find_opt): Allow abbreviations of long options.
2698         (struct option_map, option_map): New.
2699         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
2700         and -mno handling.
2701         (target_option_translations): New.
2702         (decode_cmdline_options_to_array): Handle
2703         TARGET_OPTION_TRANSLATE_TABLE in driver.
2704         * opts.c (common_handle_option): Don't handle OPT_fhelp,
2705         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
2706
2707 2010-09-22  Richard Guenther  <rguenther@suse.de>
2708
2709         * tree-inline.c (optimize_inline_calls): Schedule cleanups
2710         only if we inlined something.  Block compaction and conditional
2711         folding are done by cfg cleanup.  Schedule update-address-taken.
2712         (tree_function_versioning): Remove redundant call to number_blocks.
2713         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
2714         folding is done by cfg cleanup.
2715         * passes.c (init_optimization_passes): Remove update-address-taken
2716         pass after IPA inlining.
2717
2718 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
2719
2720         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
2721         to update conditions. Fix reg_mode[] check.
2722
2723 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
2724
2725         * config/picochip/picochip.md (movhicc): Use expand to check whether
2726         movhicc is available and split it after reload.
2727
2728 2010-09-22  Richard Guenther  <rguenther@suse.de>
2729
2730         * tree-ssanames.c (release_dead_ssa_names): Do not remove
2731         callee edges here.
2732         * passes.c (init_optimization_passes): Remove early CFG cleanup.
2733         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
2734         (pass_cleanup_cfg): Likewise.
2735         (execute_fixup_cfg): Cleanup.
2736         * tree-pass.h (pass_cleanup_cfg): Remove.
2737
2738 2010-09-22  Martin Jambor  <mjambor@suse.cz>
2739
2740         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
2741         builtins if it is true.
2742         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
2743         parameter.
2744
2745 2010-09-22  Martin Jambor  <mjambor@suse.cz>
2746
2747         * tree-sra.c (struct access): New field grp_no_warning.
2748         (create_access_replacement): Set TREE_NO_WARNING according to
2749          grp_no_warning.
2750         (create_artificial_child_access): Use build_ref_for_model and set
2751         grp_no_warning if build_user_friendly_ref_for_offset fails.
2752         (propagate_subaccesses_across_link): Likewise.
2753
2754 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
2755
2756         PR target/35664
2757         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
2758         ('f'): Likewise.
2759
2760 2010-09-22  Tristan Gingold  <gingold@adacore.com>
2761
2762         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
2763
2764 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
2765
2766         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
2767         * config/i386/i386.c (decide_alg): Update for rename.
2768
2769 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
2770
2771         PR rtl-optimization/45739
2772         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
2773         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
2774
2775 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
2776
2777         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
2778         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
2779         Remove.
2780         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
2781         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
2782
2783 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
2784
2785         PR objc/23710
2786         * c-parser.c (c_parser_objc_method_definition): Check the return
2787         value of objc_start_method_definition and if false is returned,
2788         parse the method definition but emit no code.
2789
2790 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
2791
2792         PR objc/25965
2793         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
2794         call objc_get_interface_ivars ().
2795
2796 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
2797
2798         PR target/45694
2799         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
2800         static chain-register is used for 64-bit.
2801
2802 2010-09-21  Richard Guenther  <rguenther@suse.de>
2803
2804         * dwarf2out.c (is_cu_die): New function.
2805         (add_pubtype): Use it.
2806         (gen_subprogram_die): Likewise.
2807         (gen_struct_or_union_type_die): Likewise.
2808         (dwarf2out_finish): Likewise.
2809         (comp_unit_die): Rename to ...
2810         (single_comp_unit_die): ... this.
2811         (comp_unit_die): New function lazily constructing and
2812         returning single_comp_unit_die.
2813         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
2814         base_type_die, subrange_type_die, modified_type_die,
2815         lower_bound_default, add_bound_info, add_prototyped_attribute,
2816         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
2817         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
2818         force_decl_die, gen_namespace_die, dwarf2out_decl,
2819         dwarf2out_start_source_file, dwarf2out_end_source_file,
2820         prune_unused_types, dwarf2out_finish): Use it.
2821         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
2822         the global list of translation-unit decls.
2823         (dwarf2out_init): Do not create single_comp_unit_die here.
2824         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
2825
2826 2010-09-21  Richard Guenther  <rguenther@suse.de>
2827
2828         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
2829         for bool for C++.
2830
2831 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
2832
2833         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
2834         (qhs_extenddi_cstr): Likewise.
2835         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
2836         them for the source operand.
2837
2838 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
2839
2840         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
2841         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
2842         (ix86_split_ashr): Ditto.
2843         (ix86_split_lshr): Ditto.
2844
2845 2010-09-21  Richard Guenther  <rguenther@suse.de>
2846
2847         PR tree-optimization/45580
2848         * tree-ssa-propagate.c (substitute_and_fold): Always replace
2849         regular uses.
2850         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
2851         virtuals fold the call into a regular indirect one.
2852
2853 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
2854
2855         PR rtl-optimization/42775
2856         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
2857         scheduling is enabled.
2858
2859 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
2860
2861         PR rtl-optimization/45728
2862         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
2863         gen_lowpart_common first and if that fails, force_reg first
2864         before calling gen_lowpart.
2865
2866         PR middle-end/45678
2867         * cfgexpand.c (expand_one_stack_var_at): Use
2868         crtl->max_used_stack_slot_alignment as max_align, instead
2869         of maximum of that and PREFERRED_STACK_BOUNDARY.
2870         Don't call update_stack_alignment.
2871
2872 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
2873
2874         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
2875         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
2876         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
2877         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
2878         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
2879         (build_nonstandard_integer_type): Likewise.
2880         (build_range_type_1): New function, built from...
2881         (build_range_type): ...this.  Call build_range_type_1.
2882         (build_nonshared_range_type): New function.
2883         (build_array_type_1): New function, built from...
2884         (build_array_type: ...this.  Call build_array_type_1.
2885         (build_nonshared_array_type): New function.
2886         * tree.h (build_nonshared_range_type): Declare.
2887         (build_nonshared_array_type): Likewise.
2888
2889 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
2890
2891         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
2892         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2893         (arm_class_likely_spilled_p): New function.
2894
2895 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
2896
2897         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
2898         indirect functions.
2899         (ix86_split_ashl): Ditto.
2900         (ix86_split_ashr): Ditto.
2901         (ix86_split_lshr): Ditto.
2902         (ix86_adjust_counter): Ditto.
2903
2904 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
2905
2906         * c-family/c-common.h (constant_string_class): Documented with
2907         comment identical to the one already in c-common.c.
2908
2909 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
2910
2911         * dwarf2out.c (any_cfis_emitted): New static variable.
2912         (add_fde_cfi): Set it.
2913         (dwarf2out_frame_debug): Clear it before processing,
2914         if it is set afterwards, flush any queued reg saves.
2915
2916         PR debug/45124
2917         * dwarf2out.c (add_accessibility_attribute): Assume
2918         DW_ACCESS_private as the default for dwarf_version > 2
2919         and DW_TAG_class_type parent.
2920         (gen_inheritance_die): Assume DW_ACCESS_public as the default
2921         for dwarf_version > 2 and parent other than DW_TAG_class_type.
2922
2923 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
2924
2925         PR target/45726
2926         * arm.md (arm_movt): Only enable on machines with MOVT.
2927
2928 2010-09-20  Jie Zhang  <jie@codesourcery.com>
2929
2930         * config/arm/arm.c (arm_address_offset_is_imm): New.
2931         (arm_early_store_addr_dep): New.
2932         (arm_early_load_addr_dep): New.
2933         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
2934         (arm_early_load_addr_dep): Declare.
2935         (arm_address_offset_is_imm): Declare.
2936         * config/arm/cortex-m4.md: New file.
2937         * config/arm/cortex-m4-fpu.md: New file.
2938         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
2939         (attr generic_sched): Exclude cortexm4.
2940         (attr generic_vfp): Exclude cortexm4.
2941
2942 2010-09-20  Richard Guenther  <rguenther@suse.de>
2943
2944         PR middle-end/45704
2945         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
2946
2947 2010-09-20  Jan Hubicka  <jh@suse.cz>
2948
2949         PR tree-optimize/45605
2950         * cgraph.h (const_value_known_p): Declare.
2951         (varpool_decide_const_value_known): Remove.
2952         * tree-ssa-ccp.c (get_base_constructor): Use it.
2953         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
2954         * expr.c (string_constant): Likewise.
2955         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
2956         * ipa.c (ipa_discover_readonly_nonaddressable_var,
2957         function_and_variable_visibility): Likewise.
2958         * gimplify.c (gimplify_call_expr): Likewise.
2959         * gimple-fold.c (get_symbol_constant_value): Likewise.
2960         * varpool.c (varpool_decide_const_value_known): Replace by...
2961         (const_value_known_p): ... this one; handle other kinds of DECLs
2962         too and work for automatic vars.
2963         (varpool_finalize_decl): Use const_value_known_p.
2964
2965 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
2966
2967         PR target/45726
2968         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
2969
2970 2010-09-20  Richard Guenther  <rguenther@suse.de>
2971
2972         PR tree-optimization/45705
2973         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
2974
2975 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
2976
2977         PR rtl-optimization/45695
2978         * combine.c (try_combine): When splitting a two set pattern,
2979         make sure the pattern which will be put into i2 doesn't use REGs
2980         or MEMs set by insns in between i2 and i3.
2981
2982 2010-09-19  Jan Hubicka  <jh@suse.cz>
2983
2984         PR lto/44246
2985         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
2986         processing same node twice.
2987
2988 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
2989
2990         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
2991         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2992         (bfin_class_likely_spilled_p): New function
2993
2994 2010-09-19  Ira Rosen  <irar@il.ibm.com>
2995
2996         PR tree-optimization/45714
2997         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
2998         created in vectorizable_call instead of the original statement in
2999         def stmt updates.
3000
3001 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
3002
3003         * config/i386/i386-protos.h (split_double_mode): New prototype.
3004         (split_di, split_ti): Remove prototypes.
3005         * config/i386/i386.c (split_double_mode): New function.
3006         (split_di, split_ti): Remove.
3007         (ix86_expand_branch): Use split_double_mode.
3008         (ix86_split_to_parts): Ditto.
3009         (ix86_split_ashl): Ditto.
3010         (ix86_split_ashr): Ditto.
3011         (ix86_split_lshr): Ditto.
3012         (ix86_force_to_memory): Ditto.
3013         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
3014
3015 2010-09-18  Jan Hubicka  <jh@suse.cz>
3016
3017         PR tree-optimization/45453
3018         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
3019         virtual functions are reachable.
3020         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
3021         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
3022         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
3023         when modifying function.
3024
3025 2010-09-18  Jan Hubicka  <jh@suse.cz>
3026
3027         PR tree-optimization/45605
3028         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
3029         * gimple-fold.c (static_object_in_other_unit_p): New function.
3030         (canonicalize_constructor_val): Use it.
3031         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
3032         returning NULL.
3033         (gimple_fold_obj_type_ref_known_binfo): Use
3034         static_object_in_other_unit_p.
3035
3036 2010-09-18  Richard Guenther  <rguenther@suse.de>
3037
3038         PR tree-optimization/45709
3039         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
3040         insertions until after all PHI nodes of the block are processed.
3041
3042 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
3043
3044         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
3045
3046 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
3047
3048         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
3049
3050 2010-09-18  Richard Guenther  <rguenther@suse.de>
3051
3052         PR tree-optimization/45709
3053         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
3054
3055 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
3056
3057         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
3058         (dot_deps_stmt): Same.
3059         * graphite-poly.c (dot_lst): Same.
3060         * graphite-scop-detection.c (dot_all_scops): Same.
3061         (dot_scop): Same.
3062
3063 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
3064
3065         Revert:
3066         2009-12-16  Ben Elliston  <bje@au.ibm.com>
3067
3068         * tree-data-ref.c (dot_rdg_1): Added back.
3069         (dot_rdg): Same.  Added "#if 0" around system call.
3070
3071 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
3072             Richard Henderson  <rth@redhat.com>
3073
3074         * config/i386/i386.c (initial_ix86_tune_features): Add
3075         X86_TUNE_PAD_SHORT_FUNCTION.
3076         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
3077         (ix86_count_insn): New.
3078         (ix86_pad_short_function): Likewise.
3079         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
3080
3081         * config/i386/i386.h (ix86_tune_indices): Add
3082         X86_TUNE_PAD_SHORT_FUNCTION.
3083         (TARGET_PAD_SHORT_FUNCTION): New.
3084
3085         * config/i386/i386.md (UNSPEC_NOPS): New.
3086         (nops): Likewise.
3087
3088 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
3089
3090         PR middle-end/45234
3091         * calls.c (expand_call): Make sure that all variable sized
3092         adjustments are multiple of preferred stack boundary after
3093         stack alignment.
3094
3095 2010-09-17  DJ Delorie  <dj@redhat.com>
3096
3097         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
3098         passed an invalid value, print an error instead of ICEing.
3099         (valid_psw_flag): New.
3100         (rx_expand_builtin): Call it for setpsw/clrpsw.
3101         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
3102
3103         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
3104         (bitclr_in_memory): Likewise.
3105         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
3106
3107 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
3108
3109         PR middle-end/45678
3110         * cfgexpand.c (update_stack_alignment): New.
3111         (get_decl_align_unit): Use it.
3112         (expand_one_stack_var_at): Call update_stack_alignment.
3113
3114 2010-09-17  Richard Guenther  <rguenther@suse.de>
3115
3116         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
3117         Properly copy the read string.
3118
3119 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
3120
3121         * doc/options.texi (Variable): Document.
3122         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
3123         generate target_flags declarations explicitly.  Don't define
3124         VarExists variables for the driver.
3125         * common.opt (target_flags): New Variable record.
3126         (flag_dump_unnumbered, flag_dump_unnumbered_links,
3127         flag_var_tracking, flag_var_tracking_assignments,
3128         flag_var_tracking_assignments_toggle): Don't mark variables with
3129         VarExists.
3130         * config/i386/i386.c (ix86_isa_flags): Don't define here.
3131         * config/i386/i386.opt (ix86_isa_flags): Define here.
3132         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
3133         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
3134         VarExists.
3135         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
3136         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
3137         Only define for generator programs.
3138         * rtlanal.c (target_flags): Remove.
3139         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
3140         flag_var_tracking_assignments_toggle): Remove.
3141
3142 2010-09-17  Michael Matz  <matz@suse.de>
3143
3144         PR tree-optimization/43432
3145         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
3146         Accept backwards consecutive accesses.
3147         (vect_create_data_ref_ptr): If step is negative generate
3148         decreasing IVs.
3149         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
3150         (perm_mask_for_reverse, reverse_vec_elements): New functions.
3151         (vectorizable_load): Handle loads with negative steps when easily
3152         possible.
3153
3154 2010-09-03  Jan Hubicka  <jh@suse.cz>
3155
3156         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
3157
3158 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
3159
3160         * config/v850/v850.c (v850_function_value_regno_p): Make static.
3161         Adjust comments. Declare.
3162         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
3163         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
3164
3165 2010-09-17  Richard Guenther  <rguenther@suse.de>
3166
3167         * common.opt (combine): Remove.
3168         * gcc.c (default_compilers): Remove specs testing combine.
3169         The C compilers no longer can combine.
3170         (option_map): Remove -combine.
3171         (display_help): Remove -combine.
3172         (driver_handle_option): Remove OPT_combine handling.
3173         (compile_input_file_p): Remove.
3174         (do_spec): Remove code concerning combine.
3175         (main): Likewise.
3176         * doc/invoke.texi: Remove traces of -combine.
3177         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
3178
3179 2010-09-17  Richard Guenther  <rguenther@suse.de>
3180
3181         PR middle-end/45678
3182         * builtins.c (fold_builtin_memory_op): Always properly adjust
3183         alignment of memory accesses.
3184
3185 2010-09-16  Jan Hubicka  <jh@suse.cz>
3186
3187         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
3188         processing clone.
3189
3190 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
3191
3192         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
3193
3194         * config/i386/i386.c (predict_jump): Add prototype.
3195         (flag_opts): Add -m8bit-idiv.
3196         (ix86_split_idivmod): New.
3197
3198         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
3199         Add 2 splitters for SI/DI mode divide.
3200         (divmod<mode>4_1): New pattern.
3201         (udivmod<mode>4_1): Likewise.
3202         (testdi_ccno_1): Likewise.
3203
3204         * config/i386/i386.opt (m8bit-idiv): New.
3205
3206         * doc/invoke.texi: Document -m8bit-idiv.
3207
3208 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
3209
3210         PR bootstrap/45680
3211         * config/i386/i386.c (min_insn_size): Moved out of the
3212         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
3213
3214 2010-09-16  Jan Hubicka  <jh@suse.cz>
3215
3216         * lto-cgraph.c (lto_output_node): Fix handling of clones.
3217         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
3218         unreachable clones with reachable clones.
3219         * tree-inline.c (copy_bb): Fix sanity checking when producing
3220         unreachable clone.
3221
3222 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
3223
3224         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
3225         (TARGET_MEMORY_MOVE_COST): Define.
3226         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
3227
3228 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
3229
3230         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
3231         maybe_tidy_empty_bb.
3232
3233         Revert:
3234         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
3235         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
3236
3237 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
3238
3239         * target.def (target_option.optimization): New hook.
3240         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
3241         TARGET_OPTION_OPTIMIZATION hook.
3242         * doc/tm.texi: Regenerate.
3243         * hooks.c (hook_void_int_int): New.
3244         * hooks.h (hook_void_int_int): Declare.
3245         * opts.c: Don't include tm_p.h.
3246         (decode_options): Use targetm.target_option.optimization instead
3247         of OPTIMIZATION_OPTIONS.
3248         * system.h (OPTIMIZATION_OPTIONS): Poison.
3249         * config/arm/arm-protos.h (arm_optimization_options): Remove.
3250         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
3251         (arm_optimization_options): Rename to arm_option_optimization.
3252         Make static.
3253         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
3254         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
3255         (cris_option_optimization): New.
3256         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
3257         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
3258         (crx_option_optimization): New.
3259         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
3260         * config/frv/frv-protos.h (frv_optimization_options): Remove.
3261         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
3262         (frv_optimization_options): Rename to frv_option_optimization.
3263         Make static.
3264         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
3265         * config/h8300/h8300.c (h8300_option_optimization): New.
3266         (TARGET_OPTION_OPTIMIZATION): Define.
3267         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
3268         * config/i386/i386-protos.h (optimization_options): Remove.
3269         * config/i386/i386.c (optimization_options): Rename to
3270         ix86_option_optimization.  Make static.
3271         (TARGET_OPTION_OPTIMIZATION): Define.
3272         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
3273         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
3274         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
3275         (ia64_optimization_options): Rename to ia64_option_optimization.
3276         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
3277         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
3278         commented-out definition.
3279         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
3280         instead of OPTIMIZATION_OPTIONS.
3281         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
3282         (m32r_option_optimization): New.
3283         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
3284         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
3285         Remove.
3286         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
3287         (mcore_option_optimization): New.
3288         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
3289         * config/mep/mep-protos.h (mep_optimization_options): Remove.
3290         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
3291         (mep_optimization_options): Rename to mep_option_optimization.
3292         Make static.  Take unused level and size parameters.
3293         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
3294         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
3295         (mmix_option_optimization): New.
3296         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
3297         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
3298         (pdp11_option_optimization): New.
3299         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
3300         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
3301         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
3302         (optimization_options): Rename to rs6000_option_optimization.
3303         Make static.
3304         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
3305         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
3306         * config/rx/rx.c (rx_set_optimization_options): Rename to
3307         rx_option_optimization.  Make static.  Take unused level and size
3308         parameters.
3309         (TARGET_OPTION_OPTIMIZATION): Define.
3310         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
3311         * config/s390/s390-protos.h (optimization_options): Remove.
3312         * config/s390/s390.c (optimization_options): Rename to
3313         s390_option_optimization.  Make static.  Don't mark size parameter
3314         unused.
3315         (TARGET_OPTION_OPTIMIZATION): Define.
3316         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
3317         * config/sh/sh-protos.h (sh_optimization_options): Remove.
3318         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
3319         (sh_optimization_options): Rename to sh_option_optimization.  Make
3320         static.  Don't mark parameters unused.
3321         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
3322         * config/spu/spu-protos.h (spu_optimization_options): Remove.
3323         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
3324         (spu_optimization_options): Rename to spu_option_optimization.
3325         Make static.
3326         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
3327         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
3328         (v850_option_optimization): New.
3329         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
3330         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
3331         (xtensa_option_optimization): New.
3332         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
3333
3334 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
3335
3336         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
3337         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
3338         * doc/tm.texi: Regenerate.
3339         * system.h (OVERRIDE_OPTIONS): Poison.
3340         * target.def (override): Default to hook_void_void.
3341         * targhooks.c (default_target_option_override): Remove.
3342         * genmodes.c, machmode.def: Update comments mentioning
3343         OVERRIDE_OPTIONS.
3344         * config/alpha/alpha-modes.def: Update comment mentioning
3345         alpha_override_options.
3346         * config/alpha/alpha-protos.h (override_options): Remove.
3347         * config/alpha/alpha.c (override_options): Rename to
3348         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
3349         (TARGET_OPTION_OVERRIDE): Define.
3350         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
3351         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
3352         of OVERRIDE_OPTIONS.
3353         * config/arc/arc-protos.h (arc_init): Remove.
3354         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
3355         (arc_init): Rename to arc_option_override.  Make static.
3356         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
3357         (OVERRIDE_OPTIONS): Remove.
3358         * config/arm/arm-protos.h (arm_override_options): Remove.
3359         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
3360         (arm_override_options): Rename to arm_option_override.  Make
3361         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
3362         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
3363         * config/arm/arm.md: Update comment referring to arm_override_options.
3364         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
3365         instead of OVERRIDE_OPTIONS.
3366         * config/avr/avr-protos.h (avr_override_options): Remove.
3367         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
3368         (avr_override_options): Rename to avr_option_override.  Make static.
3369         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
3370         * config/bfin/bfin-protos.h (override_options): Remove (twice).
3371         * config/bfin/bfin.c (override_options): Rename to
3372         bfin_option_override.  Make static.
3373         (TARGET_OPTION_OVERRIDE): Define.
3374         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
3375         * config/cris/cris-protos.h (cris_override_options): Remove.
3376         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
3377         (cris_override_options): Rename to cris_option_override.  Make static.
3378         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
3379         * config/frv/frv-protos.h (frv_override_options): Remove.
3380         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
3381         (frv_override_options): Rename to frv_option_override.  Make static.
3382         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
3383         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
3384         * config/h8300/h8300.c (h8300_init_once): Rename to
3385         h8300_option_override.  Make static.
3386         (TARGET_OPTION_OVERRIDE): Define.
3387         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
3388         * config/i386/i386-protos.h (override_options): Remove.
3389         * config/i386/i386.c (override_options): Rename to
3390         ix86_option_override_internal.  Make static.  Comments referring
3391         to this function and callers changed.
3392         (ix86_option_override): New.
3393         (TARGET_OPTION_OVERRIDE): Define.
3394         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
3395         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
3396         * config/ia64/ia64.c (ia64_file_start): Update comment referring
3397         to ia64_override_options.
3398         * config/iq2000/iq2000-protos.h (override_options): Remove.
3399         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
3400         (override_options): Rename to iq2000_option_override.  Make static.
3401         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
3402         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
3403         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
3404         (lm32_override_options): Rename to lm32_option_override.  Make static.
3405         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
3406         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
3407         (m32r_option_override): New.
3408         (m32r_init): Update comment.
3409         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
3410         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
3411         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
3412         (m68hc11_override_options): Rename to m68hc11_option_override.
3413         Make static.  Return void.
3414         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
3415         * config/m68k/m68k-protos.h (override_options): Remove.
3416         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
3417         (override_options): Rename to m68k_option_override.  Make static.
3418         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
3419         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
3420         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
3421         (mcore_override_options): Rename to mcore_option_override.  Make
3422         static.
3423         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
3424         * config/mep/mep-protos.h (mep_override_options): Remove.
3425         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
3426         (mep_override_options): Rename to mep_option_override.  Make static.
3427         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
3428         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
3429         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
3430         (mmix_override_options): Rename to mmix_option_override.  Make static.
3431         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
3432         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
3433         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
3434         (mn10300_override_options): Rename to mn10300_option_override.
3435         Make static.
3436         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
3437         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
3438         * config/moxie/moxie.c (moxie_override_options): Rename to
3439         moxie_option_override.  Make static.
3440         (TARGET_OPTION_OVERRIDE): Define.
3441         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
3442         * config/picochip/picochip-protos.h (picochip_override_options):
3443         Remove.  Update comment referring to picochip_override_options.
3444         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
3445         (picochip_override_options): Rename to picochip_option_override.
3446         Make static.  Update comment and definition of
3447         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
3448         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
3449         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3450         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3451         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3452         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3453         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3454         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
3455         instead of OVERRIDE_OPTIONS.
3456         * config/rs6000/rs6000-modes.def: Update comment referring to
3457         rs6000_override_options.
3458         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
3459         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
3460         (rs6000_override_options): Rename to
3461         rs6000_option_override_internal.  Make static.  Commented
3462         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
3463         (rs6000_option_override): New.
3464         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
3465         instead of OVERRIDE_OPTIONS.
3466         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
3467         * config/s390/s390-protos.h (override_options): Remove.
3468         * config/s390/s390.c (override_options): Rename to
3469         s390_option_override.  Make static.
3470         (TARGET_OPTION_OVERRIDE): Define.
3471         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
3472         * config/score/score-protos.h (score_override_options): Remove.
3473         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
3474         (score_override_options): Rename to score_option_override.  Make
3475         static.
3476         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
3477         Update comment referring to override_options.
3478         * config/score/score3.c (score3_override_options): Rename to
3479         score3_option_override.
3480         * config/score/score3.h (score3_override_options): Rename to
3481         score3_option_override.
3482         * config/score/score7.c (score7_override_options): Rename to
3483         score7_option_override.
3484         * config/score/score7.h (score7_override_options): Rename to
3485         score7_option_override.
3486         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
3487         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
3488         (sparc_override_options): Rename to sparc_option_override.  Make
3489         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
3490         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
3491         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
3492         instead of OVERRIDE_OPTIONS.
3493         * config/spu/spu-protos.h (spu_override_options): Remove.
3494         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
3495         (spu_override_options): Rename to spu_option_override.  Make
3496         static.
3497         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
3498         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
3499         OVERRIDE_OPTIONS.
3500         * config/vax/vax-protos.h (override_options): Remove.
3501         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
3502         (override_options): Rename to vax_option_override.  Make static.
3503         Call SUBTARGET_OVERRIDE_OPTIONS.
3504         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
3505         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
3506         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
3507         * config/xtensa/xtensa-protos.h (override_options): Remove.
3508         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
3509         (override_options): Rename to xtensa_option_override.  Make static.
3510         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
3511
3512 2010-09-16  Richard Guenther  <rguenther@suse.de>
3513
3514         PR tree-optimization/45623
3515         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
3516         (get_constraint_for_component_ref): If computing a constraint
3517         for the rhs handle type punning through unions.
3518         (get_constraint_for_address_of): Adjust.
3519         (get_constraint_for_1): Likewise.
3520         (get_constraint_for): Likewise.
3521         (get_constraint_for_rhs): New function.
3522         (do_structure_copy): Adjust.
3523         (make_constraint_to): Likewise.
3524         (handle_const_call): Likewise.
3525         (find_func_aliases): Likewise.
3526         (process_ipa_clobber): Likewise.
3527         (create_variable_info_for): Likewise.
3528
3529 2010-09-16  Ira Rosen  <irar@il.ibm.com>
3530
3531         * tree-vectorizer.c: Fix documentation.
3532         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
3533         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
3534         is_pattern_stmt_p, is_loop_header_bb_p,
3535         stmt_vinfo_set_inside_of_loop_cost,
3536         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
3537         known_alignment_for_access_p): Likewise.
3538         * tree-vect-loop.c: Fix documentation.
3539         (vect_get_cost): Start function name from new line.
3540         * tree-vect-data-refs.c: Fix documentation.
3541         * tree-vect_stmts.c: Likewise.
3542         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
3543         (vectorizable_store): Free vec_oprnds if allocated.
3544         (vectorizable_condition): Initialize several variables to avoid
3545         warnings.
3546         * tree-vect-slp.c: Fix documentation.
3547
3548 2010-09-16  Richard Guenther  <rguenther@suse.de>
3549
3550         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
3551         is TS_TRANSLATION_UNIT_DECL.
3552         (initialize_tree_contains_struct): Adjust.
3553         (all_translation_units): New global vector.
3554         (build_translation_unit_decl): New function.
3555         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
3556         (struct tree_translation_unit_decl): New.
3557         (all_translation_units): Declare.
3558         (union tree_node): Add translation_unit_decl member.
3559         (build_translation_unit_decl): Declare.
3560         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
3561         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
3562         New function.
3563         (pack_value_fields): Call it.
3564         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
3565         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
3566         (lto_output_tree_pointers): Call it.
3567         * lto-streamer-in.c (lto_input_tree_ref): Handle references
3568         to TRANSLATION_UNIT_DECL.
3569         (unpack_ts_translation_unit_decl_value_fields): New function.
3570         (unpack_value_fields): Call it.
3571         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
3572         (lto_input_tree_pointers): Call it.
3573         * lto-streamer.c (check_handled_ts_structures): Adjust.
3574         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
3575         * c-decl.c (all_translation_units): Remove.
3576         (pop_scope): Use build_translation_unit_decl.
3577         (collect_all_refs): Adjust.
3578         (for_each_global_decl): Likewise.
3579         (c_write_global_declarations): Likewise.
3580
3581 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
3582
3583         PR bootstrap/45686
3584         * fold-const.c (fold_checksum_tree): Change slot from const void **
3585         to void **, use CONST_CAST_TREE to store into *slot.
3586
3587 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
3588
3589         * config/i386/i386.md: Remove unneeded empty conditions and
3590         preparation statements from expanders.
3591         * config/i386/mmx.md: Ditto.
3592         * config/i386/sse.md: Ditto.
3593
3594 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
3595
3596         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
3597
3598 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
3599
3600         PR rtl-optimization/45593
3601         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
3602         insns that were in delay slots as stand-alone insns.
3603
3604 2010-09-15  Ian Lance Taylor  <iant@google.com>
3605
3606         * incpath.c (remove_duplicates): If name is not a directory, issue
3607         a warning rather than an error.
3608
3609 2010-09-15  Martin Jambor  <mjambor@suse.cz>
3610
3611         PR middle-end/45644
3612         * tree-sra.c (create_access): Check for bit-fields directly.
3613
3614 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
3615
3616         PR tree-optimization/45633
3617         * tree-cfg.c (verify_gimple_assign_binary): Allow
3618         MINUS_EXPR with lhs and rhs1 pointer vector and
3619         rhs2 sizetype vector.
3620         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
3621         or vector pointer use TER to optimize pointer subtraction.
3622
3623 2010-09-15  Jie Zhang  <jie@codesourcery.com>
3624
3625         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
3626         fcmpd to fcmps.
3627
3628 2010-09-15  Ian Lance Taylor  <iant@google.com>
3629
3630         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
3631
3632 2010-09-15  Ian Lance Taylor  <iant@google.com>
3633
3634         * function.c (get_arg_pointer_save_area): Set
3635         arg_pointer_save_area_init to true.
3636
3637 2010-09-15  Martin Jambor  <mjambor@suse.cz>
3638
3639         * tree-sra.c (generate_subtree_copies): Updated comment.
3640         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
3641         obtained from the statement iterator instead.
3642         (load_assign_lhs_subreplacements): Removed parameters lhs and
3643         right_offset, which is obtained from top_racc instead.  Parameter lacc
3644         is now expected to be the root of the processed tree rather than root's
3645         first child.  Updated all callers.
3646
3647 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
3648
3649         * config/pdp11/pdp11.c (register_move_cost): Rename to
3650         pdp11_register_move_cost.
3651         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
3652         pdp11_register_move_cost.
3653         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
3654         pdp11_register_move_cost instead of register_move_cost.
3655
3656 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3657
3658         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
3659         pattern for vmovn. Expansion in case of non
3660         -mvectorize-with-neon-quad.
3661         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
3662         non- -mvectorize-with-neon-quad case.
3663         (move_lo_quad_<mode>): New expansion to vmov into low part.
3664         (move_hi_quad_<mode>): New expansion to vmov into high part.
3665         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
3666         (move_lo_quad_v4sf): Likewise.
3667         (move_lo_quad_v8hi): Likewise.
3668         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
3669         low part.
3670         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
3671         high part.
3672         * config/arm/iterators.md (ANY128): New mode iterator.
3673         (V_narrow_pack): New mode attribute.
3674         (V_HALF): Add attribute.
3675         (V_DOUBLE): Add attribute.
3676         (V_mode_nunits): Add attribute.
3677
3678 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
3679
3680         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
3681         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
3682
3683 2010-09-15  Olivier Hainque  <hainque@adacore.com>
3684             Jose Ruiz  <ruiz@adacore.com>
3685
3686         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
3687         * config/alpha/osf5-unwind.h: New file.
3688
3689 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3690
3691         PR bootstrap/45672
3692         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
3693         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
3694         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
3695
3696 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3697
3698         * c-lang.h (struct lang_type): Add variable_size GTY option.
3699
3700 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3701
3702         PR bootstrap/45672
3703         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
3704
3705 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3706
3707         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
3708         result isn't used in memory address.
3709
3710 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3711
3712         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
3713         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
3714         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
3715         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
3716         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
3717         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
3718
3719         * target.def: Add units_per_simd_word to vectorize.
3720
3721         * targhooks.c (default_units_per_simd_word): New.
3722         * targhooks.h (default_units_per_simd_word): Likewise.
3723         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
3724         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
3725         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
3726         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
3727         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
3728         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
3729         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
3730         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
3731
3732         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
3733         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
3734
3735         * tree-vect-stmts.c: Don't include "tm_p.h".
3736         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
3737         with targetm.vectorize.units_per_simd_word.
3738
3739         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
3740
3741         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
3742
3743         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
3744         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
3745
3746         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
3747         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
3748
3749         * doc/tm.texi: Regenerated.
3750
3751 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3752
3753         * tree-vect-stmts.c: Include "tm_p.h".
3754
3755         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
3756         out of RTX_CODE.
3757
3758 2010-09-14  Martin Jambor  <mjambor@suse.cz>
3759
3760         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
3761         location of generated statement.  Changed all callers.
3762         (build_ref_for_model): New parameter loc which used to set location of
3763         all generated expressions.  Changed all callers.
3764         (generate_subtree_copies): Likewise.
3765         (init_subtree_with_zero): Likewise.
3766         (sra_modify_expr): Set locations of all generated statements and
3767         expressions to the location the original statement.
3768         (handle_unscalarized_data_in_subtree): Likewise.
3769         (load_assign_lhs_subreplacements): Likewise.
3770         (sra_modify_constructor_assign): Likewise.
3771         (sra_modify_assign): Likewise.
3772
3773 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
3774
3775         PR target/45277
3776         PR target/45363
3777         PR target/45407
3778         * doc/install.texi (sparc*-*-*): New section.
3779         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
3780
3781 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
3782
3783         PR middle-end/45567
3784         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
3785         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
3786         (expand_builtin): Adjust caller.
3787         (expand_builtin_unop): Only use subtarget if it has the right mode.
3788
3789 2010-09-14  Tristan Gingold  <gingold@adacore.com>
3790
3791         * configure.ac (plugins): Fix typos.
3792         * configure: Regenerate.
3793
3794 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
3795
3796         PR debug/45660
3797         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
3798         gen_type_die for function/method return type.
3799
3800 2010-09-14  Ira Rosen  <irar@il.ibm.com>
3801
3802         PR tree-optimization/45470
3803         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
3804         can throw an exception.
3805         * tree-vect-stmts.c (vectorizable_call): Likewise.
3806
3807 2010-09-14  DJ Delorie  <dj@redhat.com>
3808
3809         PR target/44749
3810         * config/mep/mep-protos.h (mep_save_register_info,
3811         mep_reinit_regs, mep_init_regs): Declare.
3812
3813         * config/mep/mep.c: Move all target definitions to the end of the
3814         file to avoid the need for duplicate declarations.
3815         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
3816         (mep_reorg_erepeat): Remove unused variables.
3817         (mep_expand_builtin): Likewise.
3818
3819         * config/mep/mep-pragma.c: Don't include rtl.h.
3820         (INVALID_REGNUM): New.
3821         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
3822         functions.
3823         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
3824         Avoid enum/integer math.
3825
3826 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
3827
3828         PR target/44749
3829         * config/mep/t-mep (GTM_H): Add insn-constants.h.
3830         * config/mep/mep.c (mep_conditional_register_usage): Take no
3831         parameters.
3832         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
3833         prototype.
3834         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
3835         call to mep_conditional_register_usage.
3836
3837 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
3838
3839         PR debug/43937
3840         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
3841         the DECL as well.
3842
3843 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
3844
3845         PR rtl-optimization/45617
3846         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
3847         even if low N bits of X aren't known to be zero.
3848
3849 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3850
3851         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
3852
3853         * config/i386/i386.c (initial_ix86_tune_features): Add
3854         X86_TUNE_VECTORIZE_DOUBLE.
3855         (ix86_units_per_simd_word): New.
3856
3857         * config/i386/i386.h (ix86_tune_indices): Add
3858         X86_TUNE_VECTORIZE_DOUBLE.
3859         (TARGET_VECTORIZE_DOUBLE): New.
3860         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
3861
3862 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
3863
3864         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
3865         (new_temp_expr_table): Allocate call_cnt vector.
3866         (free_temp_expr_table): Free it.
3867         (process_replaceable): Add call_cnt parm and set in vector.
3868         (find_replaceable_in_bb): Skip replacement if def/use span a call.
3869         (debug_ter): Dump call_cnt value, remove stderr uses.
3870
3871 2010-09-13  Jan Hubicka  <jh@suse.cz>
3872
3873         * tree.c (build_zero_cst): New.
3874         * tree.h (build_zero_cst): Declare.
3875         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
3876         (get_base_constructor): Break out from ...
3877         (fold_const_aggregate_ref): Here; handle empty constructors.
3878
3879 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3880
3881         * config/arm/arm.md: (define_attr "conds"): Update comment.
3882         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
3883         conds attribute to clob.
3884         (arm_sync_compare_and_swapsi): Likewise.
3885         (arm_sync_compare_and_swap<mode>): Likewise.
3886         (arm_sync_lock_test_and_setsi): Likewise.
3887         (arm_sync_lock_test_and_set<mode>): Likewise.
3888         (arm_sync_new_<sync_optab>si): Likewise.
3889         (arm_sync_new_nandsi): Likewise.
3890         (arm_sync_new_<sync_optab><mode>): Likewise.
3891         (arm_sync_new_nand<mode>): Likewise.
3892         (arm_sync_old_<sync_optab>si): Likewise.
3893         (arm_sync_old_nandsi): Likewise.
3894         (arm_sync_old_<sync_optab><mode>): Likewise.
3895         (arm_sync_old_nand<mode>): Likewise.
3896
3897 2010-09-13  Olivier Hainque  <hainque@adacore.com>
3898
3899         * fwprop.c (forward_propagate_and_simplify): Only attach a
3900         REG_EQUAL note to an insn if the destination is a register.
3901         * gcse.c (try_replace_reg): Likewise.
3902
3903 2010-09-13  Richard Guenther  <rguenther@suse.de>
3904
3905         PR tree-optimization/45611
3906         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
3907         (copy_ref_info): Likewise.
3908
3909 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
3910
3911         PR debug/45604
3912         PR debug/45419
3913         PR debug/45408
3914         * tree-pretty-print.c (dump_generic_node): Disregard top-level
3915         types of MEM_REF pointer types to the same type.
3916
3917 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
3918
3919         PR rtl-optimization/41087
3920         * ifcvt.c (noce_get_condition): Don't allow conditions with
3921         side-effects.
3922
3923 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
3924
3925         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3926         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
3927         * config/frv/frv.c (frv_register_move_cost): Make static. Change
3928         arguments type to reg_class_t. Add mode argument.
3929         (frv_memory_move_cost): New.
3930         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
3931
3932 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
3933
3934         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
3935         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
3936
3937 2010-09-10  Jan Hubicka  <jh@suse.cz>
3938
3939         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
3940
3941 2010-09-10  Richard Guenther  <rguenther@suse.de>
3942
3943         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
3944         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
3945         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
3946         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
3947         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
3948
3949 2010-09-10  Richard Guenther  <rguenther@suse.de>
3950
3951         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
3952         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
3953         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
3954         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
3955
3956 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
3957
3958         PR middle-end/45634
3959         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
3960         of string folding is of integral type.
3961
3962 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
3963
3964         * doc/invoke.texi (-x): Fix typo.
3965
3966 2010-09-10  Richard Guenther  <rguenther@suse.de>
3967
3968         PR debug/44115
3969         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
3970         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
3971         Output DECL_DEBUG_EXPR.
3972         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
3973         Input DECL_DEBUG_EXPR.
3974
3975 2010-09-10  Richard Guenther  <rguenther@suse.de>
3976
3977         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
3978         (build_index_type): Implement in terms of build_range_type.
3979         (build_range_type): Do not allow NULL_TREE type, improve
3980         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
3981         if we didn't hash.
3982         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
3983         create a distinct copy of the type.
3984
3985 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
3986
3987         * configure: Regenerated.
3988         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
3989
3990 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3991
3992         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
3993         * config/arm/cortex-a9-neon.md: New and partially generated.
3994         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
3995
3996 2010-09-10  Richard Guenther  <rguenther@suse.de>
3997
3998         * tree.h (build_index_2_type): Remove.
3999         * tree.c (build_index_2_type): Remove.
4000
4001 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
4002
4003         PR bootstrap/45630
4004         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
4005         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
4006         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
4007
4008 2010-09-10  Martin Jambor  <mjambor@suse.cz>
4009
4010         PR tree-optimization/44972
4011         * tree-sra.c: Include toplev.h.
4012         (build_ref_for_offset): Entirely reimplemented.
4013         (build_ref_for_model): New function.
4014         (build_user_friendly_ref_for_offset): New function.
4015         (analyze_access_subtree): Removed build_ref_for_offset check.
4016         (propagate_subaccesses_across_link): Likewise.
4017         (create_artificial_child_access): Use
4018         build_user_friendly_ref_for_offset.
4019         (propagate_subaccesses_across_link): Likewise.
4020         (ref_expr_for_all_replacements_p): Removed.
4021         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
4022         (sra_modify_expr): Use build_ref_for_model.
4023         (load_assign_lhs_subreplacements): Likewise.
4024         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
4025         checks for return values of build_ref_for_offset.
4026         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
4027         build_ref_for_offset.
4028         * ipa-prop.h: Include gimple.h
4029         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
4030         (ipa_analyze_indirect_call_uses): Update comment.
4031         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
4032         (IPA_PROP_H): Likewise.
4033
4034 2010-09-10  Martin Jambor  <mjambor@suse.cz>
4035
4036         PR tree-optimization/44972
4037         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
4038         calling build_ref_for_offset.
4039
4040 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4041
4042         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
4043         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
4044         * config/arm/arm-tune.md: Regenerate.
4045         * doc/invoke.texi (ARM Options): Document it.
4046
4047 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
4048
4049         * config/i386/i386.c: Include sched-int.h.
4050         (TARGET_SCHED_DISPATCH): Defined.
4051         (TARGET_SCHED_DISPATCH_DO): Defined.
4052         (DISPATCH_WINDOW_SIZE): Defined.
4053         (MAX_DISPATCH_WINDOWS): Defined.
4054         (MAX_INSN): Defined.
4055         (MAX_IMM): Defined.
4056         (MAX_IMM_SIZE): Defined.
4057         (MAX_IMM_32): Defined.
4058         (MAX_IMM_64): Defined.
4059         (MAX_LOAD): Defined.
4060         (MAX_STORE): Defined.
4061         (BIG): Defined.
4062         (dispatch_group): New.
4063         (num_allowable_groups): New.
4064         (group_name): New.
4065         (sched_insn_info_s): New.
4066         (dispatch_windows_s): New.
4067         (imm_info_s): New.
4068         (dispatch_window_list): New.
4069         (dispatch_window_list1): New.
4070         (get_mem_group): New.
4071         (is_cmp): New.
4072         (dispatch_violation): New.
4073         (is_branch): New.
4074         (is_prefetch): New.
4075         (init_window): New.
4076         (allocate_window): New.
4077         (init_dispatch_sched): New.
4078         (is_end_basic_block): New.
4079         (process_end_window): New.
4080         (allocate_next_window): New.
4081         (find_constant_1): New.
4082         (find_constant): New.
4083         (get_num_immediates): New.
4084         (has_immediate): New.
4085         (get_insn_path): New.
4086         (get_insn_group): New.
4087         (count_num_restricted): New.
4088         (fits_dispatch_window): New.
4089         (add_insn_window): New.
4090         (add_to_dispatch_window): New.
4091         (debug_dispatch_window_file): New.
4092         (debug_dispatch_window): New.
4093         (debug_insn_dispatch_info_file): New.
4094         (debug_ready_dispatch): New.
4095         (do_dispatch): New.
4096         (has_dispatch): New.
4097         * config/i386/i386.h (debug_ready_dispatch): Declared.
4098         (debug_dispatch_window): Declared.
4099         * config/i386/i386.opt (mdispatch-scheduler): New flag.
4100         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
4101         (TARGET_SCHED_DISPATCH_DO): New.
4102         * doc/tm.texi: Regererated.
4103         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
4104         ready_remove_first_dispatch
4105         (schedule_block): Call targetm.sched.dispatch and
4106         targetm.sched.dispatch_do.
4107         (sched_init): Call targetm.sched.dispatch and
4108         targetm.sched.dispatch_do.
4109         (ready_remove_first_dispatch): New.
4110         (number_in_ready): New.
4111         (get_ready_element): New.
4112         * hooks.c (hook_bool_rtx_int_false): New.
4113         (hook_void_rtx_int): New.
4114         * hooks.h (hook_bool_rtx_int_false): Declared.
4115         (hook_void_rtx_int): Declared.
4116         * sched-int.h (IS_DISPATCH_ON): Defined.
4117         (IS_CMP): Defined.
4118         (DISPATCH_VIOLATION): Defined.
4119         (FITS_DISPATCH_WINDOW): Defined.
4120         (DISPATCH_INIT): Defined.
4121         (ADD_TO_DISPATCH_WINDOW): Defined.
4122         (get_ready_element): Declared.
4123         (number_in_ready): Declared.
4124         * target.def (dispatch): Defined.
4125         (dispatch_do): Defined.
4126
4127 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
4128
4129         PR middle-end/45312
4130         * reload1.c (merge_assigned_reloads): Remove.
4131         (reload_as_needed): Don't call it.
4132
4133 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
4134
4135         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
4136         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
4137         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
4138
4139 2010-09-09  Matthias Klose  <doko@ubuntu.com>
4140
4141         PR bootstrap/43847
4142         * configure.ac (--enable-plugin): Enhance for cross builds.
4143         * configure: Regenerate.
4144
4145 2010-09-09  Jan Hubicka  <jh@suse.cz>
4146
4147         PR tree-optimization/45598
4148         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
4149         string folding is of integral type.
4150
4151 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
4152
4153         * configure.ac (gnu_indirect_function): New test.
4154         * configure: Rebuilt.
4155         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
4156         * defaults.h (IFUNC_ASM_TYPE): Provide default.
4157
4158         * doc/extend.texi (Function Attributes): Document ifunc.
4159         * varasm.c (do_assemble_alias): Deal with ifuncs too.
4160
4161 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
4162
4163         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
4164         epilogue instruction move.
4165
4166 2010-09-09  Jan Hubicka  <jh@suse.cz>
4167
4168         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
4169         command line to allow more partitions than input files.
4170
4171 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
4172
4173         PR middle-end/44554
4174         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
4175
4176 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
4177
4178         PR middle-end/40386
4179         * ira.c (pseudo_for_reload_consideration_p): Don't use
4180         flag_ira_share_spill_slots.
4181
4182 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4183
4184         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
4185         point zero operands that fit into a single GPR.
4186         (s390_preferred_reload_class): Ensure we only return general-purpose
4187         register classes.
4188         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
4189         floating-point zero operands into GPRs.
4190         ("*mov<mode>_64"): Likewise.
4191         ("mov<mode>"): Likewise using lhi.
4192
4193 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4194
4195         * config/s390/s390.c (s390_symref_operand_p): Return false for
4196         literal pool references.
4197         (s390_check_qrst_address): Update caller.
4198
4199 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
4200
4201         * config/i386/predicates.md (ext_register_operand): Check that
4202         SUBREG_REG is really a register before looking for REGNO.
4203         (reg_not_xmm0_operand): Handle SUBREGs correctly.
4204         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
4205
4206 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
4207
4208         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
4209         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
4210         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
4211         * print-rtl.c (print_rtx): Likewise.
4212         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
4213         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
4214         for ADDR_EXPR with non-addressable object.
4215         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
4216         (struct dw_val_struct): Add v.val_decl_ref.
4217         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
4218         Handle DW_OP_GNU_implicit_pointer.
4219         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
4220         (get_ref_die_offset_label): New function.
4221         (implicit_ptr_descriptor): New function.
4222         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
4223         (loc_descriptor): Likewise.
4224         (gen_variable_die): Put even definitions into decl_die_table.
4225         (resolve_addr_in_expr): Resolve still unresolved
4226         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
4227         return false.
4228         (dwarf2out_finish): Call output_location_lists after outputting
4229         .debug_info and .debug_abbrev instead of before.
4230
4231 2010-09-09  Roland McGrath  <roland@redhat.com>
4232
4233         * dwarf2out.c (DWARF_REF_SIZE): Define.
4234         (size_of_loc_descr): Use it for DW_OP_call_ref.
4235
4236 2010-09-09  Alan Modra  <amodra@gmail.com>
4237
4238         * doc/invoke.text: Reinstate mcmodel=medium.
4239         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
4240         CMODEL_MEDIUM as default.
4241         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
4242         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
4243         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
4244         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
4245
4246 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4247
4248         PR target/45250
4249         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
4250         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
4251         (builtin_longjmp): Likewise.
4252         (allocate_stack): Use hard_frame_pointer_rtx instead of
4253         frame_pointer_rtx.
4254         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
4255         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
4256         (pa_can_eliminate): Likewise.
4257         (TARGET_INTERNAL_ARG_POINTER): Define.
4258         (TARGET_CAN_ELIMINATE): Define.
4259         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
4260         pointer.
4261         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
4262         (pa_internal_arg_pointer, pa_can_eliminate,
4263         pa_initial_elimination_offset): New.
4264         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
4265         (HARD_FRAME_POINTER_REGNUM): Set to register three.
4266         (INITIAL_FRAME_POINTER_OFFSET): Delete.
4267         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
4268         Define.
4269         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
4270         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
4271         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
4272         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4273         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
4274         new soft frame pointer.
4275         * config/pa/pa64-regs.h: Likewise.
4276
4277 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
4278
4279         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
4280         numerical constant.
4281         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
4282
4283 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
4284
4285         PR debug/45531
4286         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
4287
4288 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
4289
4290         PR debug/45419
4291         PR debug/45408
4292         * tree-pretty-print.c (dump_generic_node): Disregard top-level
4293         qualifiers in otherwise equal MEM_REF pointer types.
4294         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
4295         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
4296
4297 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4298
4299         PR target/44392
4300         * config/arm/arm.md (bswapsi2): Handle condition correctly
4301         for armv6 and optimize_size.
4302
4303 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4304
4305         PR other/18555
4306         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
4307
4308 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
4309
4310         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
4311         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
4312         ix86_expand_strlen, legitimate_pic_address_disp_p,
4313         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
4314         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
4315         ix86_check_movabs, ix86_secondary_memory_needed): Change function
4316         prototype to bool.
4317         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
4318         return_in_memory_ms_64, ix86_check_movabs,
4319         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
4320         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
4321         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
4322         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
4323         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
4324         ix86_secondary_memory_needed): Change to bool.  Return
4325         "true" and "false" values.
4326         * config/i386/i386.md: Return "true" and "false" values.
4327
4328 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4329
4330         * doc/sourcebuild.texi (Effective-Target Keywords): Document
4331         run_expensive_tests.
4332
4333 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4334
4335         * toplev.c (output_stack_usage): Use lbasename instead of basename.
4336
4337 2010-09-08  Martin Jambor  <mjambor@suse.cz>
4338
4339         PR other/45443
4340         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
4341         at -O3.
4342
4343 2010-09-08  Richard Guenther  <rguenther@suse.de>
4344
4345         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
4346         (visit): Adjust.
4347         (iterative_hash_gimple_type): Likewise.
4348         (gimple_type_hash): Likewise.
4349         (gimple_register_type): Likewise.
4350         (print_gimple_types_stats): Likewise.
4351         (free_gimple_type_tables): Likewise.
4352
4353 2010-09-08  Michael Matz  <matz@suse.de>
4354
4355         PR tree-optimization/43430
4356         * tree-vect-stmts.c (vectorizable_condition): Support multiple
4357         copies for conditional statements if it's not part of a reduction.
4358
4359 2010-09-08  Michael Matz  <matz@suse.de>
4360
4361         PR tree-optimization/33244
4362         * tree-ssa-sink.c (statement_sink_location): Don't sink into
4363         empty loop latches.
4364
4365 2010-09-08  Richard Guenther  <rguenther@suse.de>
4366
4367         PR tree-optimization/45578
4368         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
4369         Be more careful when transfering alignment information to
4370         the new induction variable.
4371         (copy_ref_info): Likewise.
4372
4373 2010-09-08  Richard Guenther  <rguenther@suse.de>
4374
4375         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
4376         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
4377
4378 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
4379
4380         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
4381         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
4382
4383 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
4384
4385         PR doc/45587
4386         * doc/md.texi: Fixed modes on several standard pattern names.
4387
4388 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
4389
4390         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
4391         (ashl<mode>3): ...this.
4392         (loongson_psra<V_suffix>): Rename to...
4393         (ashr<mode>3): ...this.
4394         (loongson_psrl<V_suffix>): Rename to...
4395         (lshr<mode>3): ...this.
4396         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
4397         (CODE_FOR_loongson_psllw): Define.
4398         (CODE_FOR_loongson_psrlh): Define.
4399         (CODE_FOR_loongson_psrlw): Define.
4400         (CODE_FOR_loongson_psrah): Define.
4401         (CODE_FOR_loongson_psraw): Define.
4402
4403 2010-09-07  Richard Henderson  <rth@redhat.com>
4404
4405         * tree-vect-data-refs.c: Include tm_p.h.
4406         * Makefile.in (tree-vect-data-refs.o): Update deps.
4407         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
4408         Move delarations outside #ifdef RTX_CODE.
4409
4410 2010-09-07  Richard Henderson  <rth@redhat.com>
4411
4412         * final.c (rest_of_handle_final): Unconditionally do
4413         output_function_exception_table before assemble_end_function.
4414
4415 2010-09-07  Jan Hubicka  <jh@suse.cz>
4416
4417         * tree-inline.c (tree_inlinable_function_p): Do not test
4418         DECL_REPLACEABLE_P.
4419         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
4420         update_callee_keys, cgraph_decide_inlining): Test function availability.
4421         * cif-code.def (OVERWRITABLE): New code.
4422
4423 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
4424             Jack Howarth  <howarth@bromo.med.uc.edu>
4425
4426         PR target/36502
4427         PR target/42313
4428         PR target/44651
4429         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
4430         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
4431         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
4432         MAX macro.
4433
4434 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
4435
4436         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
4437         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
4438
4439 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
4440
4441         * config.gcc: Don't append t-android for Android targets.
4442
4443         * config/t-android: Removed.
4444
4445 2010-09-07  Richard Henderson  <rth@redhat.com>
4446
4447         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
4448         * doc/tm.texi.in: Add doc marker.
4449         * doc/tm.texi: Rebuild.
4450         * except.c (switch_to_exception_section): Always build.
4451         (output_one_function_exception_table): Move section switch,
4452         personality output, and label output ...
4453         (output_function_exception_table): ... here.  Use the new
4454         personality hook.
4455
4456         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
4457         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
4458         TARGET_ASM_INIT_SECTIONS): New.
4459         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
4460         make static.
4461         (TARGET_ASM_UNWIND_EMIT): Update to match.
4462         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
4463
4464         * config/arm/arm.c (arm_asm_emit_except_personality): New.
4465         (arm_asm_init_sections): New.
4466         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
4467
4468 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4469
4470         * config/arm/arm.md: Remove unused variable.
4471
4472 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
4473
4474         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
4475         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
4476         (m32r_memory_move_cost): New function.
4477
4478 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
4479
4480         * config.gcc: Append t-android for Android targets.
4481
4482         * config/t-android: New.
4483
4484 2010-09-07  Richard Henderson  <rth@redhat.com>
4485
4486         * target.def (unwind_emit_before_insn): New hook.
4487         * doc/tm.texi.in: Add @hook marker for it.
4488         * doc/tm.texi: Rebuild.
4489         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
4490
4491 2010-09-07  Martin Jambor  <mjambor@suse.cz>
4492
4493         PR fortran/43665
4494         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
4495         are any type attributes.
4496
4497 2010-09-07  Jan Hubicka  <jh@suse.cz>
4498
4499         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
4500         array_ref_low_bound in string access folding.
4501
4502 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
4503
4504         PR target/45206
4505         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
4506         eh_return fixup sequence.
4507
4508 2010-09-07  Jan Hubicka  <jh@suse.cz>
4509
4510         * gimple-fold.c (maybe_fold_reference): Verify that operand is
4511         gimple_min_invariant.
4512
4513 2010-09-07  Richard Guenther  <rguenther@suse.de>
4514
4515         PR middle-end/45569
4516         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
4517         nor CONSTRUCTOR can trap.
4518         * tree-complex.c (update_complex_assignment): Update EH info.
4519
4520 2010-09-07  Richard Guenther  <rguenther@suse.de>
4521
4522         PR middle-end/45569
4523         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
4524         * passes.c (execute_function_todo): Do not verify anything if
4525         we saw errors.
4526
4527 2010-09-07  Richard Guenther  <rguenther@suse.de>
4528
4529         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
4530
4531 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
4532
4533         PR target/43137
4534         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
4535         New define_mode_attrs.
4536         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
4537         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
4538         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
4539         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
4540         Remove pool_range attribute.
4541         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
4542         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
4543         pool_range and neg_pool_range attributes.
4544         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
4545         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
4546         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
4547
4548 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
4549
4550         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
4551         check glibc.
4552
4553 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
4554
4555         PR target/22152
4556         * config/i386/mmx.md (*mov<mode>_internal_rex64,
4557         *mov<mode>_internal_avx, *mov<mode>_internal,
4558         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
4559         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
4560
4561 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
4562
4563         * c-typeck.c (do_warn_double_promotion): Remove.
4564         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
4565         Objective-C++ too.
4566
4567 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
4568
4569         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
4570         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
4571         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
4572         argument type to reg_class_t. Change result type to bool.
4573         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
4574
4575 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
4576
4577         PR libobjc/19850
4578         * gthr-posix.h (__gthread_objc_thread_detach): Use
4579         _objc_thread_attribs when detaching a thread.
4580         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
4581
4582 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
4583
4584         PR target/45524
4585         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
4586         * configure: Regenerated.
4587
4588 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4589
4590         * combine.c (try_combine): Set subst_low_luid to i0.
4591
4592 2010-09-06  Richard Guenther  <rguenther@suse.de>
4593
4594         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
4595         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
4596         (build_aligned_type): Declare.
4597         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
4598         (check_aligned_type): New function.
4599         (build_aligned_type): Likewise.
4600         * expr.c (expand_assignment): Handle misaligned stores via
4601         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
4602         (expand_expr_real_1): Likewise.
4603         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
4604         * tree-vect-stmts.c (vectorizable_store): Do not build
4605         MISALIGNED_INDIRECT_REF but initialize alignment information.
4606         (vectorizable_load): Likewise.
4607         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
4608         handling.
4609         * cfgexpand.c (expand_debug_expr): Likewise.
4610         * dwarf2out.c (loc_list_from_tree): Likewise.
4611         * fold-const.c (maybe_lvalue_p): Likewise.
4612         (operand_equal_p): Likewise.
4613         (build_fold_addr_expr_with_type_loc): Likewise.
4614         * gimplify.c (gimplify_addr_expr): Likewise.
4615         (gimplify_expr): Likewise.
4616         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
4617         (verify_gimple_assign_single): Likewise.
4618         * tree-dump.c (dequeue_and_dump): Likewise.
4619         (tree_could_trap_p): Likewise.
4620         * tree-predcom.c (ref_at_iteration): Likewise.
4621         * tree-pretty-print.c (dump_generic_node): Likewise.
4622         (op_code_prio): Likewise.
4623         (op_symbol_code): Likewise.
4624         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
4625         * tree-ssa-loop-im.c (for_each_index): Likewise.
4626         (gen_lsm_tmp_name): Likewise.
4627         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
4628         (find_interesting_uses_address): Likewise.
4629         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
4630         * tree-ssa-operands.c (get_expr_operands): Likewise.
4631         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
4632         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
4633         (ao_ref_init_from_vn_reference): Likewise.
4634         * tree.c (staticp): Likewise.
4635         (build1_stat): Likewise.
4636         (reference_alias_ptr_type): Likewise.
4637         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4638         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
4639         MISALIGNED_INDIRECT_REF handling.
4640
4641 2010-09-06  Richard Guenther  <rguenther@suse.de>
4642
4643         PR tree-optimization/45534
4644         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
4645         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
4646         on the target.
4647         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
4648         valid on the target.
4649
4650 2010-09-06  Andreas Schwab  <schwab@redhat.com>
4651
4652         * configure.ac: Quote argument of AC_MSG_WARN.
4653         * configure: Regenerate.
4654
4655 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
4656
4657         * sel-sched.c (move_cond_jump): Correct arguments to
4658         maybe_tidy_empty_bb.
4659         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
4660
4661 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
4662
4663         PR rtl-optimization/44919
4664         * sel-sched.c (move_cond_jump): Remove assert, check that
4665         the several blocks case can only happen with mutually exclusive
4666         insns instead.  Rewrite the movement code to support moving through
4667         several basic blocks.
4668
4669 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
4670
4671         * config/i386/i386.md (iptrsize): New mode attribute.
4672         (tp_seg): Ditto.
4673         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
4674         mode iterator.
4675         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
4676         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
4677         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
4678         (stack_tls_protect_set_<mode>): Ditto from
4679         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
4680         of thread base pointer load.
4681         (stack_tls_protect_test_<mode>): Ditto from
4682         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
4683         of thread base pointer load.
4684         (stack_protect_set): Rewrite using indirect functions.
4685         (stack_protect_test): Ditto.
4686         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
4687         (ix86_print_operand): Handle '@'.
4688
4689 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
4690
4691         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
4692         MINUS_EXPR.
4693
4694 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
4695
4696         * doc/invoke.texi: Document -Wdouble-promotion.
4697         * c-typeck.c (convert_arguments): Check for implicit conversions
4698         from float to double.
4699         (do_warn_double_promotion): New function.
4700         (build_conditional_expr): Use it.
4701         (build_binary_op): Likewise.
4702
4703 2010-09-05  Richard Guenther  <rguenther@suse.de>
4704
4705         PR tree-optimization/45535
4706         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
4707         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
4708         dereferencing it.
4709         (indirect_refs_may_alias_p): Likewise.
4710
4711 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
4712
4713         * config/sh/sh.c (sh_option_override): Make static.
4714         Adjust comments.  Declare.
4715         (sh_function_value_regno_p): Likewise.
4716         (sh_register_move_cost): Modify the arguments, make static.
4717         Adjust comments.  Declare.
4718         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
4719         TARGET_FUNCTION_VALUE_REGNO_P): Define.
4720         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
4721         REGISTER_MOVE_COST): Delete.
4722         * config/sh/sh-protos.h (sh_override_options): Delete.
4723         (sh_register_move_cost): Delete.
4724         (sh_function_value_regno_p): Delete.
4725
4726 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
4727
4728         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
4729         m32r_function_value_regno_p): New functions.
4730         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
4731         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
4732         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
4733         FUNCTION_VALUE_REGNO_P): Remove.
4734
4735 2010-09-04  Jan Hubicka  <jh@suse.cz>
4736
4737         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
4738         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
4739         fold_read_from_constant_string.
4740
4741         * gimple.h (canonicalize_constructor_val): Declare.
4742         * gimple-fold.c (canonicalize_constructor_val): New function.
4743         (get_symbol_constant_value):Use it.
4744         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
4745
4746 2010-09-04  Jan Hubicka  <jh@suse.cz>
4747
4748         * tree-switch-conversion.c (build_one_array): Set constructor to be
4749         static.
4750         * varpool.c (varpool_finalize_decl): Compute const_value_known.
4751
4752 2010-09-04  Richard Guenther  <rguenther@suse.de>
4753
4754         PR bootstrap/45519
4755         * tree-flow.h (force_gimple_operand_1): Declare.
4756         (force_gimple_operand_gsi_1): Likewise.
4757         * gimplify.c (force_gimple_operand_1): New worker taking a
4758         gimple predicate for ...
4759         (force_gimple_operand): ... which now wraps it.
4760         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
4761         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
4762         last change.
4763         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
4764         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
4765         (create_mem_ref): Likewise.
4766
4767 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
4768
4769         * config/i386/predicates.md (sse_reg_operand): New predicate.
4770         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
4771         predicate for operand 1.
4772         (XFmode push splitter): Use fp_register_operand predicate
4773         for operand 1.
4774         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
4775         (SF-DF float_extend push splitter): Add reload_completed insn
4776         predicate.
4777         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
4778         MODEF mode macro.  Add reload_completed insn predicate.
4779
4780 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
4781
4782         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
4783         (struct df_extract_ref): Remove.
4784         (union df_ref_d): Remove extract_ref member.
4785         (df_ref_create): Remove last three arguments.
4786         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
4787         * df-scan.c (df_ref_record): Remove last three arguments, do not
4788         pass them to df_ref_create_structure.
4789         (df_uses_record): Remove first and last three arguments.  Replace
4790         first argument with DF_REF_REGULAR, adjust calls to remove the
4791         width, offset and mode.  Always call recursively on the second
4792         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
4793         (df_ref_create_structure): Remove first argument.
4794         (struct df_scan_problem_data): Remove ref_extract_pool.
4795         (df_scan_free_internal): Do not free it.
4796         (df_scan_alloc): Do not allocate it.
4797         (df_ref_create): Remove last three arguments, do not pass them to
4798         df_ref_create_structure.
4799         (df_free_ref): Remove DF_REF_EXTRACT case.
4800         (df_notes_rescan): Adjust call to df_uses_record.
4801         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
4802         Remove DF_REF_EXTRACT case.
4803         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
4804         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
4805         and SUBREG definitions.
4806         (df_get_conditional_uses): Remove references to width/offset/mode,
4807         adjust call to df_ref_create_structure.
4808         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
4809         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
4810         calls to df_uses_record and df_ref_record.
4811         * fwprop.c (update_df): Remove references to width/offset/mode,
4812         adjust call to df_ref_create.
4813
4814 2010-09-03  Jan Hubicka  <jh@suse.cz>
4815
4816         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
4817         (build_cdtor_fns): Update use of build_cdtor.
4818
4819 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
4820
4821         * doc/options.texi (SeparateAlias): Document.
4822         * opt-functions.awk (switch_flags): Handle SeparateAlias.
4823         * opth-gen.awk: Generate enumeration names for options marked
4824         SeparateAlias, but not for those marked Ignore.
4825         * opts-common.c (generate_canonical_option): Don't output separate
4826         argument for options marked CL_SEPARATE_ALIAS.
4827         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
4828         * opts.h (CL_SEPARATE_ALIAS): New.
4829         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
4830         CL_COMMON): Adjust definitions.
4831         * config/i386/darwin.opt, config/mips/sde.opt: New.
4832         * common.opt (fdump-final-insns): New.
4833         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
4834         i386/darwin.opt.
4835         (mips*-sde-elf*): Add mips/sde.opt.
4836         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
4837         -mno-data-in-code and -mcode-xonly here.
4838         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
4839         * gcc.c (option_map): Add "j" to --dump entry.
4840         (translate_options): Don't translate -d to -foutput-class-dir= here.
4841
4842 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4843
4844         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
4845         DR_IS_WRITE.
4846         (compute_all_dependences): Same.
4847         (create_rdg_edge_for_ddr): Same.
4848         * tree-data-ref.h (DR_IS_WRITE): New.
4849         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
4850         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
4851         (write_memrefs_written_at_least_once): Same.
4852         * tree-predcom.c (suitable_component_p): Same.
4853         (determine_roots_comp): Same.
4854         (execute_load_motion): Same.
4855         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
4856         (vect_enhance_data_refs_alignment): Same.
4857         (vect_analyze_group_access): Same.
4858
4859 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
4860
4861         PR testsuite/42843
4862         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
4863         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
4864
4865 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
4866
4867         * dwarf2out.c (file scope): Remove #if0'd code.
4868         (gen_subprogram_die): Same.
4869
4870 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
4871
4872         PR middle-end/45484
4873         * dwarf2out.c (flush_queued_reg_saves): Rename to...
4874         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
4875         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
4876         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
4877         * config/i386/i386.c (output_set_got): Call it.
4878
4879 2010-09-03  Michael Matz  <matz@suse.de>
4880
4881         PR middle-end/45415
4882         * tree-sra.c (sra_modify_assign): If we modify the statement,
4883         say so.
4884
4885         * tree-ssa.c (verify_ssa): Check number of operands and links
4886         per statement to agree.
4887
4888 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
4889             Iain Sandoe  <iains@gcc.gnu.org>
4890
4891         PR target/45476
4892         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
4893         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
4894         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
4895
4896 2010-09-03  Richard Guenther  <rguenther@suse.de>
4897
4898         * lto-streamer-out.c (output_function): Output function
4899         start and end loci.
4900         * lto-streamer-in.c (input_function): Input function start
4901         and end loci.
4902
4903 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4904
4905         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
4906         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
4907         * configure: Regenerate.
4908         * aclocal.m4: Regenerate.
4909
4910 2010-09-03  Jan Hubicka  <jh@suse.cz>
4911
4912         PR lto/44812
4913         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
4914         on functions/variables in other partition.
4915
4916 2010-09-03  Jan Hubicka  <jh@suse.cz>
4917
4918         * cgraph.h (struct varpool_node): Add const_value_known.
4919         (varpool_decide_const_value_known): Declare.
4920         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
4921         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
4922         (input_varpool_node): Restore const_value_known.
4923         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
4924         initializer folding.
4925         * ipa.c (ipa_discover_readonly_nonaddressable_var,
4926         function_and_variable_visibility): Compute const_value_known.
4927         * gimple-fold.c (get_symbol_constant_value): Use varpool for
4928         initializer folding.
4929         * varpool.c (varpool_decide_const_value_known): New function.
4930
4931 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
4932
4933         * config/i386/i386.md: Remove empty preparation statements
4934         from splitters.
4935
4936 2010-09-03  Jan Hubicka  <jh@suse.cz>
4937
4938         * passes.c (rest_of_decl_compilation): Do not add local vars into
4939         varpool.
4940         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
4941         static or extern vars are in varpool.
4942         (varpool_finalize_decl): Sanity check that only static vars are
4943         finalized.
4944
4945 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
4946
4947         PR debug/45500
4948         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
4949         not just generic vectors with BLKmode.
4950
4951 2010-09-03  Richard Guenther  <rguenther@suse.de>
4952
4953         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
4954         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
4955         * tree.h (TMR_SYMBOL): Remove.
4956         (TMR_BASE, TMR_OFFSET): Adjust.
4957         (TMR_INDEX2): New.
4958         * alias.c (ao_ref_from_mem): Use TMR_BASE.
4959         * builtins.c (get_object_alignment): Merge TMR_BASE and
4960         TMR_SYMBOL handling.
4961         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
4962         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
4963         handling.  Also allow TARGET_MEM_REF as base address.
4964         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
4965         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
4966         base.  Gimplify TMR_INDEX2.
4967         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
4968         * tree-dfa.c (get_ref_base_and_extent): Likewise.
4969         (get_addr_base_and_unit_offset): Likewise.
4970         * tree-eh.c (tree_could_trap_p): Likewise.
4971         * tree-pretty-print.c (dump_generic_node): Likewise.
4972         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
4973         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
4974         base to index2.
4975         (get_address_description): Reconstruct addres description
4976         from merged TMR_BASE and TMR_INDEX2.
4977         (maybe_fold_tmr): Fold propagated addresses.
4978         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
4979         MEM_REF and TARGET_MEM_REF paths.
4980         (indirect_refs_may_alias_p): Likewise.
4981         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
4982         instead of TMR_SYMBOL.
4983         * tree-ssa-operands.c (get_tmr_operands): Simplify.
4984         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
4985         according to changes ...
4986         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
4987         Split TARGET_MEM_REF into two fields plus the base.
4988         * tree.c (mem_ref_offset): Simplify.
4989         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
4990         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
4991         Strip NOPs when folding MEM_REF addresses.
4992         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
4993         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
4994         (fold_gimple_assign): ... not here.
4995
4996 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
4997
4998         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
4999         * config/mips/mips.c (mips_shift_truncation_mask): New function.
5000         (TARGET_SHIFT_TRUNCATION_MASK): Define.
5001
5002 2010-09-02  Richard Henderson  <rth@redhat.com>
5003
5004         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
5005         instead of readelf in the test.
5006         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
5007         in the .debug_frame section for coff targets.
5008         * configure: Rebuild.
5009
5010 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
5011
5012         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
5013         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
5014         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5015         (m32c_class_likely_spilled_p): Make static. Change argument type to
5016         reg_class_t. Change result type to bool.
5017
5018 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
5019
5020         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
5021         to convert (double)(long) into a single FRIZ instruction or not
5022         when -ffast-math is used.
5023
5024         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
5025         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
5026         or FRIZ instruction if -ffast-math.
5027         * config/rs6000/rs6000.md (friz): Ditto.
5028
5029         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
5030
5031 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
5032
5033         * opth-gen.awk (quote, comma): Remove unused variables.
5034
5035 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
5036
5037         * arm.c (arm_override_options): Correct fall-back code to use
5038         SUBTARGET_CPU_DEFAULT.
5039
5040 2010-09-02  Julian Brown  <julian@codesourcery.com>
5041
5042         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
5043         unspecs.
5044         (vcond<mode>, vcondu<mode>): New expanders.
5045         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
5046         comparisons with zero.
5047         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
5048         * config/arm/constraints.md (Dz): New constraint.
5049
5050 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
5051
5052         * target.def (class_likely_spilled_p): New hook.
5053         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
5054         * doc/tm.texi: Regenerate.
5055         * targhooks.c (default_class_likely_spilled_p): New function.
5056         * targhooks.h (default_class_likely_spilled_p): Declare.
5057         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
5058         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
5059         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
5060         Use fixed_reg_set instead of fixed_regs.
5061         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
5062         * calls.c (avoid_likely_spilled_reg): Ditto.
5063         * ira-conflicts.c (ira_build_conflicts): Ditto.
5064         * ira.c (update_equiv_regs): Ditto.
5065         * mode-switching.c (create_pre_exit): Ditto.
5066         * regmove.c (find_matches): Ditto.
5067         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
5068         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
5069         (small_register_class_p): New inline function.
5070         (push_secondary_reload, find_reusable_reload, find_reloads): Use
5071         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
5072
5073         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
5074         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
5075         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5076
5077 2010-09-02  Richard Guenther  <rguenther@suse.de>
5078
5079         PR tree-optimization/44937
5080         PR tree-optimization/45412
5081         * ipa-split.c (split_function): Properly remove PHI nodes.
5082
5083 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
5084
5085         * opts.h (struct cl_option): Add warn_message field.
5086         (struct cl_decoded_option): Add warn_message field.
5087         * doc/options.texi (Ignore, Warn): Document.
5088         * opt-functions.awk (needs_state_p): Don't consider aliases or
5089         ignored options to need state saved.
5090         * optc-gen.awk: Handle Warn and Ignore.
5091         * opth-gen.awk: Output OPT_SPECIAL_ignore.
5092         * opts-common.c (decode_cmdline_option): Set warn_message field.
5093         Handle ignored options.
5094         (decode_cmdline_options_to_array, generate_option,
5095         generate_option_input_file): Set warn_message field.
5096         (read_cmdline_option): Generate warnings from warn_message field.
5097         Handle ignored options.
5098         * common.opt (Wunreachable-code, fargument-alias,
5099         fargument-noalias, fargument-noalias-global,
5100         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
5101         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
5102         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
5103         ftree-salias): Mark Ignore.
5104         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
5105         -mintel-syntax and -mno-intel-syntax here.
5106         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
5107         using Warn.
5108         * opts.c (common_handle_option): Don't handle options marked as
5109         ignored.
5110         (enable_warning_as_error): Handle ignored options.
5111
5112 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
5113
5114         PR driver/44076
5115         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
5116         alias_target fields.
5117         * opt-functions.awk (opt_sanitized_name): Don't handle
5118         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
5119         * optc-gen.awk: Generate alias fields.
5120         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
5121         Don't generate such constants for aliases.
5122         * opts-common.c (generate_canonical_option): New.
5123         (decode_cmdline_option): Handle aliases.  Use
5124         generate_canonical_option for known options instead of copying the
5125         input option text.
5126         * doc/options.texi (Alias): Document.
5127         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
5128         fstack-check, specs): Mark as aliases.
5129         * gcc.c (driver_handle_option): Canonicalize -L options to joined
5130         arguments.
5131         (driver_handle_option): Don't handle OPT_specs.
5132         * opts.c (common_handle_option): Don't handle options marked as
5133         aliases.
5134         (enable_warning_as_error): Handle aliases.
5135         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
5136         OPT_Wlarger_than_eq.
5137         * tree-optimize.c (tree_rest_of_compilation): Use
5138         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
5139
5140 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
5141
5142         * config/i386/i386.md (nonmemory_operand): New mode attribute.
5143         (push memory peephole2): Macroize peepholes using SWI mode iterator.
5144         (move immediate to memory peephole2): Macroize peepholes using
5145         SWI124 mode iterator.
5146         (non-pairable NOT peephole2): Macroize peepholes using SWI124
5147         mode iterator.
5148         (simple lea add peephole2): Macroize peepholes using SWI48
5149         mode iterator.
5150         (simple lea mult peephole2): Ditto.
5151         (imul by 3,5,9 to lea peephole2): Ditto.
5152         (mov $-1, reg peephole2): Macroize peepholes using SWI248
5153         mode iterator.
5154         (imul $32bit_imm,mem,reg peephole2): Ditto.
5155         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
5156
5157 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
5158
5159         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
5160
5161 2010-09-02  Olivier Hainque  <hainque@adacore.com>
5162
5163         PR middle-end/44763
5164         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
5165         (allocno_priority_compare_func): Use it instead of a straight
5166         difference computation over priorities.
5167
5168 2010-09-02  Andi Kleen  <ak@linux.intel.com>
5169
5170         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
5171
5172 2010-09-02  Ira Rosen  <irar@il.ibm.com>
5173
5174         * tree-vectorizer.h (get_later_stmt): New function.
5175         (vect_analyze_data_ref_dependences): Add argument.
5176         * tree-vect-loop.c (vect_analyze_loop): Update call to
5177         vect_analyze_data_ref_dependences.
5178         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
5179         New function.
5180         (vect_analyze_data_ref_dependence): Add argument for basic block
5181         dependencies. Check dependencies in basic block vectorization.
5182         (vect_analyze_data_ref_dependences): Add argument and update call to
5183         vect_analyze_data_ref_dependences.
5184         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
5185         (vect_bb_vectorizable_with_dependencies): New.
5186         (vect_slp_analyze_bb): Check dependencies in basic block.
5187         (vect_schedule_slp_instance): Insert stores before the last store in
5188         SLP instance.
5189
5190 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
5191
5192         PR target/45476
5193         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
5194         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
5195
5196 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
5197
5198         PR middle-end/45458
5199         * bb-reorder.c (add_labels_and_missing_jumps): Treat
5200         bbs ending with throwing insns like blocks ending with a call.
5201         (fix_up_fall_thru_edges): Likewise.
5202
5203 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
5204
5205         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
5206         (m32c_function_arg_advance): Delete.
5207         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5208         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
5209         comments.  Take a const_tree and a bool.  Declare.
5210         (m32c_function_arg_advance): Likewise.
5211         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5212
5213 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
5214
5215         PR target/45476
5216         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
5217         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
5218         * config/i386/mingw32.h: ... here.
5219
5220 2010-09-01  Andi Kleen  <ak@linux.intel.com>
5221
5222         PR lto/45475
5223         * lto-streamer-in.c (lto_input_ts_target_option): Add.
5224         (lto_input_tree_pointers): Call lto_input_ts_target_option.
5225         * lto-streamer-out (lto_output_ts_target_option): Add.
5226         (lto_output_tree_pointers): Call lto_output_ts_target_option.
5227
5228 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
5229
5230         PR/target 45452
5231         * config/i386/cygwin.h: Change order of specified import libraries.
5232         * config/i386/mingw32.h: Likewise.
5233         * config/i386/t-cygwin: Likewise.
5234         * config/i386/t-mingw32: Likewise.
5235         * config/i386/t-mingw-w32: Likewise.
5236         * config/i386/t-mingw-w64: Likewise.
5237
5238 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5239
5240         * config/arm/neon-schedgen.ml (core): New type.
5241         (allCores): List of supported cores.
5242         (availability_table): Add supported cores.
5243         (collate_bypasses): Accept core as a parameter.
5244         (worst_case_latencies_and_bypasses): Accept core as a parameter.
5245         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
5246         and coreStr to get tune attribute and prefix for functional units.
5247         (emit_bypasses): Accept core name and use it.
5248         (calculate_per_core_availability_table): New.
5249         (filter_core): New.
5250         (calculate_core_availability_table): New.
5251         (main): Use calculate_core_availablity_table.
5252         * config/arm/cortex-a8-neon.md: Update copyright year.
5253         Regenerated from ml file and merged in.
5254         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
5255         cortex_a8_neon_mrc.
5256
5257 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5258
5259         * Makefile.in (tree-switch-conversion.o): Update dependencies.
5260
5261 2010-09-01  Richard Guenther  <rguenther@suse.de>
5262
5263         * alias.c (ao_ref_from_mem): Adjust.
5264         * builtins.c (get_object_alignment): Likewise.
5265         * cfgexpand.c (expand_debug_expr): Likewise.
5266         * gimple.c (get_base_address): Likewise.
5267         * tree-dfa.c (get_ref_base_and_extent): Likewise.
5268         (get_addr_base_and_unit_offset): Likewise.  Fix for
5269         both TMR_SYMBOL and TMR_BASE being set.
5270         * tree-eh.c (tree_could_trap_p): Likewise.
5271         * gimplify.c (gimplify_expr): Do not attempt to gimplify
5272         TMR_SYMBOL.  Always gimplify TMR_BASE.
5273         * tree-cfg.c (verify_types_in_gimple_reference): Verify
5274         TMR_BASE if there is a TMR_SYMBOL.
5275         * tree-pretty-print.c (dump_generic_node): Adjust.
5276         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
5277         (tree_mem_ref_addr): Likewise.
5278         (create_mem_ref_raw): Likewise.
5279         (move_fixed_address_to_symbol): Likewise.
5280         (create_mem_ref): Likewise.
5281         (dump_mem_address): Likewise.
5282         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
5283         Fix for both TMR_SYMBOL and TMR_BASE being set.
5284         (indirect_refs_may_alias_p): Likewise.
5285         * tree-ssa-operands.c (get_tmr_operands): Adjust.
5286         * tree.def (TARGET_MEM_REF): Adjust documentation.
5287
5288 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
5289
5290         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
5291         Rename from X86_TUNE_ADD_ESP_4.
5292         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
5293         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
5294         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
5295         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
5296         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
5297         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
5298         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
5299         * config/i386/i386.c (initial_ix86_tune_features)
5300         <X86_TUNE_SINGLE_POP>: Invert members.
5301         <X86_TUNE_DOUBLE_POP>: Ditto.
5302         <X86_TUNE_SINGLE_PUSH>: Ditto.
5303         <X86_TUNE_DOUBLE_PUSH>: Ditto.
5304         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
5305         No longer exported.
5306         (push peephole2 patterns): Macroize peepholes using P mode iterator.
5307         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
5308         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
5309         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
5310
5311 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
5312
5313         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
5314         a volatile LHS if the constructor has only one element.
5315
5316 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
5317
5318         PR bootstrap/45321
5319         * tree.c (stdarg_p): Make fntype parameter const.
5320         * tree.h (stdarg_p): Likewise.
5321         (function_args_iterator): Remove unused fntype field.
5322         (function_args_iter_init): Do not initialize fntype
5323         field.  Make fntype parameter const.
5324
5325 2010-09-01  Richard Guenther  <rguenther@suse.de>
5326
5327         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
5328         estimate.
5329         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
5330         (execute_vrp): Compute number of iteration estimates.
5331         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
5332         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
5333         * tree-data-ref.c (estimated_loop_iterations): Adjust.
5334         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
5335         Infer loop bounds from undefined behavior based on a new parameter.
5336         (estimate_numbers_of_iterations): Likewise.
5337         (scev_probably_wraps_p): Adjust.
5338         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
5339
5340 2010-09-01  Nick Clifton  <nickc@redhat.com>
5341
5342         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
5343         where appropriate.
5344         (xstormy16_legitimate_address_p): Use true and false instead of 1
5345         and 0.
5346         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
5347         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
5348         magic constant 2.
5349         (xstormy16_expand_call): Fix comment at start of function.
5350
5351 2010-09-01  Nick Clifton  <nickc@redhat.com>
5352
5353         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
5354         when pushing accumulator register.
5355         (rx_get_stack_layout): Always save call clobbered registers inside
5356         interrupt handlers.
5357         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
5358
5359 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
5360
5361         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
5362         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
5363
5364         * libgcc-std.ver (GCC_4.6.0): Define version.
5365
5366 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
5367
5368         * tree-nested.c (convert_all_function_calls): Iterate until after the
5369         sum of static chains in the nest doesn't change.
5370
5371 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
5372
5373         * config/m32c/m32c.c (classes_intersect): Remove.
5374         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
5375         reg_classes_intersect_p instead of classes_intersect.
5376         (class_can_hold_mode): Change arguments type from enum reg_class to
5377         reg_class_t.  Use reg_class_contents instead of class_contents.
5378         (m32c_register_move_cost): Make static. Change arguments type from
5379         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
5380         classes_intersect. Use reg_class_contents instead of class_contents.
5381         (m32c_memory_move_cost): Make static. Change arguments type from
5382         enum reg_class to reg_class_t.
5383         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
5384         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
5385         * config/m32c/m32c-protos.h (m32c_register_move_cost,
5386         m32c_memory_move_cost): Remove.
5387
5388 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
5389
5390         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
5391         (arm_function_arg): Delete.
5392         (arm_needs_doubleword_align): Take a const_tree.
5393         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5394         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
5395         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
5396         (arm_function_arg): Make static.  Take a const_tree and a bool.
5397         (arm_function_arg_advance): Likewise.
5398         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5399
5400 2010-08-31  Andi Kleen  <ak@linux.intel.com>
5401
5402         * common.opt (fwhopr=): Update for -fwhopr=jobserver
5403         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
5404         * lto-wrapper.c (run_gcc): Add jobserver mode.
5405         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
5406         argument.
5407
5408 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
5409
5410         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
5411         (popsi1): Ditto.
5412         (*popdi1_epilogue): Ditto.
5413         (*popsi1_epilogue): Ditto.
5414         (popsi, popdi peephole2 patterns): Update peepholes for changed
5415         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
5416
5417         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
5418         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
5419
5420         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
5421         (override_options): Do not initialize removed ix86_gen_pop1.
5422         (gen_pop): New static function.
5423         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
5424         (release_scratch_register_on_entry): Ditto.
5425         (ix86_restore_reg_using_pop): Ditto.
5426         (ix86_expand_epilogue): Ditto.
5427
5428 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
5429
5430         PR middle-end/45461
5431         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
5432
5433 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
5434
5435         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
5436         semicolons.
5437
5438 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5439
5440         * doc/extend.texi: Fix documentation of the return value of
5441         __builtin_choose_expr.
5442
5443 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
5444
5445         * config/v850/v850-protos.h (function_arg): Delete.
5446         * config/v850/v850.h (FUNCTION_ARG): Delete.
5447         (FUNCTION_ARG_ADVANCE): Move code to...
5448         * config/v850/v850.c (v850_function_arg_advance): ...here.
5449         (v850_function_arg): Make static.  Take a const_tree and a bool.
5450         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5451
5452 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
5453
5454         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
5455         these...
5456         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
5457         ...and these...
5458         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
5459         ..to here..
5460         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
5461         ...and here.
5462         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5463
5464 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
5465
5466         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
5467         Delete.
5468         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5469         * config/rx/rx.c (rx_function_arg_size): Make static.
5470         (rx_function_arg): Likewise.
5471         (rx_function_arg_advance): New function.
5472         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5473
5474 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
5475
5476         * config/arm/arm.c (arm_override_options): Remove superfluous test.
5477         Fix indentation.
5478
5479 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
5480
5481         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
5482         (dwarf2out_decl) <CONST_DECL>: Likewise.
5483
5484 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
5485
5486         Stack usage support
5487         * common.opt (-fstack-usage): New option.
5488         * doc/invoke.texi (Debugging options): Document it.
5489         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
5490         allocate_dynamic_stack_space.
5491         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
5492         and propagate it to allocate_dynamic_stack_space.
5493         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
5494         * calls.c (initialize_argument_information): Pass TRUE as 4th
5495         argument to allocate_dynamic_stack_space.
5496         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
5497         to 1 when pushing a variable-sized argument onto the stack.  Pass
5498         TRUE as 4th argument to allocate_dynamic_stack_space.
5499         Update current_function_pushed_stack_size.
5500         (emit_library_call_value_1): Likewise.
5501         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
5502         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
5503         attempt to find an upper bound.  Remove redundant code for the
5504         SETJMP_VIA_SAVE_AREA case.
5505         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
5506         * function.h (struct stack_usage): New structure.
5507         (current_function_static_stack_size): New macro.
5508         (current_function_dynamic_stack_size): Likewise.
5509         (current_function_pushed_stack_size): Likewise.
5510         (current_function_dynamic_alloc_count): Likewise.
5511         (current_function_has_unbounded_dynamic_stack_size): Likewise.
5512         (current_function_allocates_dynamic_stack_space): Likewise.
5513         (struct function): Add new field 'su'.
5514         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
5515         add the value of the dynamic offset to the dynamic stack usage.
5516         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
5517         for variable-sized objects.
5518         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
5519         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
5520         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
5521         BUILT_IN_ALLOCA for variable-sized objects.
5522         * output.h (output_stack_usage): Declare.
5523         * toplev.c (stack_usage_file): New file pointer.
5524         (output_stack_usage): New function.
5525         (open_auxiliary_file): Likewise.
5526         (lang_dependent_init): Open file if flag_stack_usage is set.
5527         (finalize): Close file if stack_usage_file is not null.
5528         * tree.h (ALLOCA_FOR_VAR_P): New macro.
5529         * config/alpha/alpha.c (compute_frame_size): New function.
5530         (alpha_expand_prologue): Use it.
5531         (alpha_start_function): Likewise.
5532         (alpha_expand_epilogue): Likewise.  Set stack usage info.
5533         * config/i386/i386.c (ix86_expand_prologue): Likewise.
5534         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
5535         * config/mips/mips.c (mips_expand_prologue): Likewise.
5536         * config/pa/pa.c (hppa_expand_prologue): Likewise.
5537         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
5538         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
5539
5540 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
5541
5542         PR tree-optimization/45427
5543         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
5544         Handle the case that the exit is never taken correctly.
5545         (number_of_iterations_ne): Pass exit_must_be_taken to
5546         number_of_iterations_ne_max.
5547
5548 2010-08-30  Catherine Moore  <clm@codesourcery.com>
5549
5550         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
5551         Infer -mdspr2 for the the 74K.
5552
5553 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
5554
5555         PR debug/45419
5556         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
5557
5558         PR middle-end/45423
5559         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
5560         and TRUTH_{AND,OR,XOR}_EXPR.
5561         * c-parser.c (c_parser_omp_atomic): Handle boolean
5562         {PRE,POST}_{INC,DEC}REMENT.
5563
5564 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
5565
5566         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
5567         (function_arg): Delete.
5568         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5569         (FUNCTION_INCOMING_ARG): Delete.
5570         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
5571         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
5572         and a bool.
5573         (function_arg): Rename to...
5574         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
5575         a bool.
5576         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
5577         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5578         (TARGET_FUNCTION_INCOMING_ARG): Define.
5579
5580 2010-08-30  Richard Guenther  <rguenther@suse.de>
5581
5582         PR tree-optimization/21602
5583         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
5584         using points-to information.
5585
5586 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
5587
5588         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
5589
5590 2010-08-30  Richard Guenther  <rguenther@suse.de>
5591
5592         PR tree-optimization/45449
5593         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
5594         variables.
5595
5596 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
5597
5598         * opts.h (CL_ERR_NEGATIVE): Define.
5599         * opts.c (unknown_option_callback): Don't postpone warnings for
5600         options marked with CL_ERR_NEGATIVE.
5601         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
5602         for negative versions of CL_REJECT_NEGATIVE options.
5603
5604 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
5605
5606         * config/i386/i386.md (zero_extendsidi2_1): Rename from
5607         zero_extendsidi2_32.
5608         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
5609         using SWI12 mode iterator.
5610         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
5611         to define_insn_and_split pattern.
5612         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
5613         using SWI24 mode iterator.
5614         (*zero_extendqi<mode>2_and): Macroize insn from
5615         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
5616         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
5617         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
5618         SWI24 mode iterator.
5619         (*zero_extendqi<mode>2_movzbl): Ditto from
5620         *zero_extendqi{hi,si}2_movzbl.
5621         (extendsidi2_1): Rename from extendsidi2_32.
5622         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
5623         SWI12 mode iterator.
5624
5625 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
5626
5627         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
5628         general purpose registers.
5629         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
5630         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
5631         with general purpose registers and memory operands.  Add associated
5632         CCImode post-reload splitter.
5633         * config/ia64/div.md: Change BImode to CCImode throughout.
5634
5635 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
5636
5637         * config/ia64/ia64.md (cstorebi4): Fix thinko.
5638
5639 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
5640
5641         * config/picochip/picochip.c (reorder_var_tracking_notes): This
5642         function was dropping debug insns which caused PR45299.
5643
5644 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
5645
5646         * config/i386/sse.md (extsuffix): New code attribute.
5647         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
5648         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
5649         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
5650         and sse4_1_zero_extendv4qiv4si2.
5651         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
5652         and sse4_1_zero_extendv2qiv2di2.
5653         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
5654         and sse4_1_zero_extendv4hiv4si2.
5655         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
5656         and sse4_1_zero_extendv2hiv2di2.
5657         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
5658         and sse4_1_zero_extendv2siv2di2
5659
5660         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
5661         using any_extend code iterator.
5662         (*avx_<s>mulv8hi3_highpart): Macroize insn from
5663         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
5664         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
5665
5666         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
5667         gen_sse4_1_sign_extend* functions.
5668         (struct builtin_description bdesc_args): Ditto.
5669
5670 2010-08-27  Xinliang David Li  <davidxl@google.com>
5671
5672         PR/45422
5673         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
5674         (iv_ca_set_no_cp): Update used inv expr count.
5675         (iv_ca_set_cp): Ditto.
5676         (iv_ca_new): Initialize new member.
5677         (iv_ca_free): Free memory.
5678
5679 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
5680
5681         * config/sh/sh-protos.h (sh_function_arg): Delete.
5682         (sh_function_arg_advance): Delete.
5683         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5684         (PASS_IN_REG_P): Eliminate cast.
5685         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
5686         const_tree and a bool.
5687         (sh_function_arg): Likewise.
5688         (sh_output_mi_thunk): Call sh_function_arg_advance) and
5689         sh_function_arg.
5690         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5691
5692 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
5693             Kaz Kojima  <kkojima@gcc.gnu.org>
5694
5695         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
5696         when possible.
5697         (sh_expand_epilogue): Likewise.
5698         * config/sh/sh.md (movml_push_banked): New insn.
5699         (movml_pop_banked): Likewise.
5700
5701 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
5702
5703         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
5704         gen_regexp_oneof, gen_regexp_sequence): Use the string found
5705         in vector element 0 rather than the original string when there's
5706         only one element.
5707         (gen_regexp): Remove extra semicolon.
5708
5709         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
5710         thumb2_movsf_vfp): Set attribute "insn".
5711         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
5712         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
5713         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
5714         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
5715         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
5716         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
5717         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
5718         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
5719         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
5720         if_not_arith, if_arith_not, cond_move_not): Likewise.
5721
5722 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
5723
5724         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
5725         New declaration.
5726         (rs6000_allocate_stack_temp): Ditto.
5727         (rs6000_expand_convert_si_to_sfdf): Ditto.
5728
5729         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
5730         line.  Update the options set if power6 or power7 server/embedded
5731         type options are used.  If we give a warning for no vsx under
5732         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
5733         (rs6000_allocate_stack_temp): New function to allocate a stack
5734         tempoary and adjust the address so it meets either REG+OFFSET or
5735         REG+REG addressing requirements.
5736         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
5737         that they can be used with the LFIWAX/LFIWZX instrucitons.
5738         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
5739         converting signed/unsigned SImode to either SFmode/DFmode.
5740
5741         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
5742         whether certain instructions can be generated.
5743         (TARGET_FCTIDZ): Ditto.
5744         (TARGET_STFIWX): Ditto.
5745         (TARGET_LFIWAX): Ditto.
5746         (TARGET_LFIWZX): Ditto.
5747         (TARGET_FCFIDS): Ditto.
5748         (TARGET_FCFIDU): Ditto.
5749         (TARGET_FCFIDUS): Ditto.
5750         (TARGET_FCTIDUZ): Ditto.
5751         (TARGET_FCTIWUZ): Ditto.
5752
5753         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
5754         (UNSPEC_FCTID): Ditto.
5755         (UNSPEC_LFIWAX): Ditto.
5756         (UNSPEC_LFIWZX): Ditto.
5757         (UNSPEC_FCTIWUZ): Ditto.
5758         (rreg): Use correct constraints.
5759         (SI_CONVERT_FP): New mode attribute for floating point conversion
5760         tests.
5761         (E500_CONVERT): Ditto.
5762         (lfiwax): New insns for converting from integer to floating point
5763         utilizing newer instructions.  Attempt to optimize conversions
5764         that come from memory so that we don't load the value into a GPR,
5765         spill it to the stack and reload it into a FPR.
5766         (floatsi<mode>2_lfiwax): Ditto.
5767         (floatsi<mode>2_lfiwax_mem): Ditto.
5768         (floatsi<mode>2_lfiwax_mem2): Ditto.
5769         (lfiwzx): Ditto.
5770         (floatunssi<mode>2_lfiwzx): Ditto.
5771         (floatunssi<mode>2_lfiwzx_mem): Ditto.
5772         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
5773         (floatdidf2_mem): Ditto.
5774         (floatunsdidf2_fcfidu): Ditto.
5775         (floatunsdidf2_mem): Ditto.
5776         (floatunsdisf2): Ditto.
5777         (floatunsdisf2_fcfidus): Ditto.
5778         (floatunsdisf2_mem): Ditto.
5779         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
5780         Use FCFID on 32-bit hosts that support it.
5781         (floatsidf2_internal): Ditto.
5782         (floatunssisf2): Ditto.
5783         (floatunssidf2): Ditto.
5784         (floatunssidf2_internal): Ditto.
5785         (floatsisf2): Ditto.
5786         (floatdidf2): Ditto.
5787         (floatdidf2_fpr): Ditto.
5788         (floatunsdidf2): Ditto.
5789         (floatdisf2): Ditto.
5790         (floatdisf2_fcfids): Ditto.
5791         (floatdisf2_internal1): Ditto.
5792         (fixuns_truncsfsi2): Delete, merge into common pattern for both
5793         SF/DF.  Add power7 support.
5794         (fix_truncsfsi2): Ditto.
5795         (fixuns_truncdfsi2): Ditto.
5796         (fixuns_truncdfdi2): Ditto.
5797         (fix_truncdfsi2): Ditto.
5798         (fix_truncdfsi2_internal): Ditto.
5799         (fix_truncdfsi2_internal_gfxopt): Ditto.
5800         (fix_truncdfsi2_mfpgpr): Ditto.
5801         (fctiwz): Ditto.
5802         (btruncdf2): Ditto.
5803         (btruncdf2_fpr): Ditto.
5804         (btructsf2): Ditto.
5805         (ceildf2): Ditto.
5806         (ceildf2_fpr): Ditto.
5807         (ceilsf2): Ditto.
5808         (floordf2): Ditto.
5809         (floordf2_fpr): Ditto.
5810         (floorsf2): Ditto.
5811         (rounddf2): Ditto.
5812         (rounddf2_fpr): Ditto.
5813         (roundsf2): Ditto.
5814         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
5815         (fix_trunc<mode>di2): Ditto.
5816         (fixuns_trunc<mode>si2): Ditto.
5817         (fixuns_trunc<mode>di2): Ditto.
5818         (fctiwz_<mode>): Ditto.
5819         (btrunc<mode>2): Ditto.
5820         (btrunc<mode>2_fpr): Ditto.
5821         (ceil<mode>2): Ditto.
5822         (ceil<mode>2_fpr): Ditto.
5823         (floor<mode>2): Ditto.
5824         (float<mode>2_fpr): Ditto.
5825         (round<mode>2): Ditto.
5826         (round<mode>2_fpr): Ditto.
5827         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
5828         (fixuns_trunc<mode>si2_stfiwx): Ditto.
5829         (fix_truncdfsi2_internal): Ditto.
5830         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
5831         converted value on stack, loaded into GPR, and then stored into
5832         the final destination.
5833         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
5834         FCTIDZ.
5835         (lrint<mode>di2): New insn, provide the lrint builtin functions.
5836         (ftruncdf2): Delete, unused.
5837         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
5838
5839         * config/rs6000/vsx.md (toplevel): Update copyright year.
5840         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
5841         (VSr3): Ditto.
5842
5843 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
5844             Jeremie Salvucci  <jeremie.salvucci@free.fr>
5845
5846         * gengtype.c (output_type_enum): Test the right union member.
5847
5848 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
5849
5850         PR target/41484
5851         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
5852         operands for operand 1.
5853         (sse4_1_extendv4qiv4si2): Ditto.
5854         (sse4_1_extendv2qiv2di2): Ditto.
5855         (sse4_1_extendv4hiv4si2): Ditto.
5856         (sse4_1_extendv2hiv2di2): Ditto.
5857         (sse4_1_extendv2siv2di2): Ditto.
5858         (sse4_1_zero_extendv8qiv8hi2): Ditto.
5859         (sse4_1_zero_extendv4qiv4si2): Ditto.
5860         (sse4_1_zero_extendv2qiv2di2): Ditto.
5861         (sse4_1_zero_extendv4hiv4si2): Ditto.
5862         (sse4_1_zero_extendv2hiv2di2): Ditto.
5863         (sse4_1_zero_extendv2siv2di2): Ditto.
5864         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
5865         (*sse4_1_extendv4qiv4si2): Ditto.
5866         (*sse4_1_extendv2qiv2di2): Ditto.
5867         (*sse4_1_extendv4hiv4si2): Ditto.
5868         (*sse4_1_extendv2hiv2di2): Ditto.
5869         (*sse4_1_extendv2siv2di2): Ditto.
5870         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
5871         (*sse4_1_zero_extendv4qiv4si2): Ditto.
5872         (*sse4_1_zero_extendv2qiv2di2): Ditto.
5873         (*sse4_1_zero_extendv4hiv4si2): Ditto.
5874         (*sse4_1_zero_extendv2hiv2di2): Ditto.
5875         (*sse4_1_zero_extendv2siv2di2): Ditto.
5876
5877 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
5878
5879         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
5880         (mips_function_arg): Delete.
5881         (mips_function_arg_boundary): Take a const_tree.
5882         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
5883         (mips_arg_info): Likewise.
5884         (mips_setup_incoming_varargs): Call mips_function_arg_advance
5885         instead of FUNCTION_ARG_ADVANCE.
5886         (mips_function_arg_advance): Adjust prototype.  Make static.
5887         (mips_function_arg): Likewise.
5888         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5889         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
5890
5891 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
5892
5893         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
5894         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
5895         (function_arg): Delete.
5896         (function_arg_boundary): Take a const_tree.
5897         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
5898         (rs6000_spe_function_arg): Likewise.
5899         (rs6000_parm_start): Likewise.
5900         (rs6000_arg_size): Likewise.
5901         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
5902         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
5903         (rs6000_mixed_function_arg): Likewise.
5904         (function_arg): Rename to...
5905         (rs6000_function_arg): ...this.
5906         (function_arg_advance): Rename to...
5907         (rs6000_function_arg_advance_1): ...this
5908         (rs6000_function_arg_advance): New function.  Call it.
5909         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
5910         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
5911         (rs6000_function_value): Likewise.
5912         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
5913
5914 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5915
5916         * config/arm/arm.md (enabled): Test the value of arch_enabled
5917         rather than just using it.
5918
5919 2010-08-27  Olivier Hainque  <hainque@adacore.com>
5920             Eric Botcazou  <ebotcazou@adacore.com>
5921
5922         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
5923         cover all the possible offsets from this base.
5924         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
5925
5926 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
5927
5928         PR tree-optimization/44485
5929         * calls.c (flags_from_decl_or_type): For const or pure
5930         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
5931         together with ECF_CONST resp. ECF_PURE.
5932         * builtins.c (expand_builtin): Use flags_from_decl_or_type
5933         instead of querying flags directly.
5934         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
5935         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
5936
5937 2010-08-26  Richard Guenther  <rguenther@suse.de>
5938
5939         PR tree-optimization/45255
5940         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
5941         and externals are also invariant.
5942
5943 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
5944
5945         PR rtl-optimization/44858
5946         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
5947         newi2pat, make sure they don't affect newpat.
5948
5949         PR rtl-optimization/45400
5950         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
5951         SUBREG_REG if both modes are of MODE_INT class.
5952
5953 2010-08-25  Julian Brown  <julian@codesourcery.com>
5954
5955         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
5956         * config/arm/arm.md (generic_sched): No for Cortex-A5.
5957         (generic_vfp): Likewise.
5958         (cortex-a5.md): Include.
5959         * config/arm/cortex-a5.md: New.
5960
5961 2010-08-25  Richard Guenther  <rguenther@suse.de>
5962
5963         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
5964         * gimple.c (gimple_get_alias_set): Remove special handling
5965         for pointers.
5966
5967 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
5968
5969         PR middle-end/45355
5970         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
5971         dead_or_set_p when computing i0_feeds_i2_n.
5972
5973         * combine.c (find_split_point): Undo canonicalization of multiply-add
5974         to (minus x (mult)) when it seems likely that this will increase the
5975         chances of a split.
5976
5977 2010-08-25  Richard Guenther  <rguenther@suse.de>
5978
5979         PR lto/44562
5980         * lto-streamer.c (lto_record_common_node): Do not mess with
5981         TYPE_CANONICAL when not in lto.
5982         * gimple.c (gimple_register_type): Likewise.
5983
5984 2010-08-25  Richard Guenther  <rguenther@suse.de>
5985
5986         PR tree-optimization/45316
5987         * tree-ssa-pre.c (eliminate): Properly clean EH info.
5988
5989 2010-08-25  Richard Guenther  <rguenther@suse.de>
5990
5991         PR tree-optimization/45393
5992         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
5993         and clean EH info.  Avoid SSA update.
5994         (execute_cse_sincos): Cleanup the CFG if it has changed.
5995
5996 2010-08-25  Richard Guenther  <rguenther@suse.de>
5997
5998         PR middle-end/45379
5999         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
6000         TARGET_MEM_REF in alignment computation.
6001
6002 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
6003
6004         PR tree-optimization/45059
6005         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
6006         type conversions from newop{1,2}.  Assert t is a comparison and
6007         newop{1,2} after the stripping are gimple vals.
6008
6009 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
6010
6011         * config/arm/iterators.md (VU, SE, V_widen_l): New.
6012         (V_unpack, US): New.
6013         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
6014         (vec_unpack<US>_lo_<mode>): Likewise.
6015         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
6016         (neon_vec_unpack<US>_lo_<mode>): Likewise.
6017         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
6018         (vec_widen_<US>mult_hi_<mode>): Likewise.
6019         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
6020         (neon_vec_<US>mult_hi_<mode>"): Likewise.
6021         (neon_unpack<US>_<mode>): Widening move intermediate step for
6022         vectorizing without -mvectorize-with-neon-quad.
6023         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
6024         for vectorizing without -mvectorize-with-neon-quad.
6025         * config/arm/predicates.md (vect_par_constant_high): Check for
6026         high-half lanes of a vector.
6027         (vect_par_constant_low): Check for low-half lanes of a vector.
6028
6029 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
6030
6031         * tree-if-conv.c (struct ifc_dr): New.
6032         (IFC_DR): New.
6033         (DR_WRITTEN_AT_LEAST_ONCE): New.
6034         (DR_RW_UNCONDITIONALLY): New.
6035         (memref_read_or_written_unconditionally): Use the cached values
6036         when possible.
6037         (write_memref_written_at_least_once): Same.
6038         (if_convertible_loop_p): Initialize and free DR->aux fields.
6039
6040 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
6041
6042         * gimple.c (gimple_could_trap_p_1): Not static anymore.
6043         Pass an extra bool parameter include_mem.
6044         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
6045         (gimple_assign_rhs_could_trap_p): Same.
6046         * gimple.h (gimple_could_trap_p_1): Declared.
6047         * tree-data-ref.h (same_data_refs_base_objects): New.
6048         (same_data_refs): New.
6049         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
6050         (write_memrefs_written_at_least_once): New.
6051         (ifcvt_memrefs_wont_trap): New.
6052         (operations_could_trap): New.
6053         (ifcvt_could_trap_p): New.
6054         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
6055         Gets a vector of data refs.
6056         (if_convertible_stmt_p): Same.
6057         (if_convertible_loop_p_1): New.
6058         (if_convertible_loop_p): Call if_convertible_loop_p_1.
6059
6060 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
6061
6062         * common.opt (ftree-loop-if-convert-stores): New flag.
6063         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
6064         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
6065         the created statement before GSI.
6066         (if_convertible_phi_p): Allow virtual phi nodes when
6067         flag_loop_if_convert_stores is set.
6068         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
6069         Do not handle types that do not match is_gimple_reg_type.
6070         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
6071         when flag_loop_if_convert_stores is set, as LHS can contain
6072         memory refs.
6073         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
6074         to if_convertible_gimple_assign_stmt_p.
6075         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
6076         (replace_phi_with_cond_gimple_assign_stmt): Renamed
6077         predicate_scalar_phi.  Do not handle virtual phi nodes.
6078         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
6079         Call predicate_scalar_phi.
6080         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
6081         just after the labels for flag_loop_if_convert_stores, otherwise
6082         insert the predicate in the end of the BB.
6083         (predicate_mem_writes): New.
6084         (combine_blocks): Call predicate_all_scalar_phis.  When
6085         flag_loop_if_convert_stores is set, call predicate_mem_writes.
6086         (tree_if_conversion): Call mark_sym_for_renaming when
6087         flag_loop_if_convert_stores is set.
6088         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
6089         flag_loop_if_convert_stores is set.
6090
6091 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
6092
6093         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
6094         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
6095         (pa_function_value): Make static.
6096         (override_options): Rename to...
6097         (pa_option_override): ...this. Make static.
6098         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
6099         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
6100         TARGET_OPTION_OVERRIDE): Define.
6101         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
6102         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
6103         Remove.
6104         * config/pa/pa-protos.h (override_options): Remove.
6105
6106 2010-08-24  Richard Guenther  <rguenther@suse.de>
6107
6108         PR middle-end/45379
6109         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
6110         if addr->index is NULL or zero.
6111         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
6112         TARGET_MEM_REF more properly.
6113         (indirect_ref_may_alias_decl_p): Likewise.
6114         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
6115         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
6116
6117 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
6118
6119         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
6120         (m32c_override_options): Rename to...
6121         (m32c_option_override): ...this. Make static.
6122         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
6123         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
6124         Remove.
6125         * config/m32c/m32c-protos.h (m32c_override_options,
6126         m32c_function_value_regno_p): Remove.
6127
6128 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
6129
6130         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
6131         Fix a typo in a previous commit.
6132
6133 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
6134
6135         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
6136         Pre-initialize innerloop_iters to one.
6137
6138 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
6139
6140         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
6141         existing static function global.
6142
6143         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
6144         is changed to global.
6145
6146         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
6147         may_be_nonaddressable_p on base, and don't collect this reference
6148         if the address of the base could not be taken.
6149
6150 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
6151
6152         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
6153         enable the compiler to autovectorize mathmetical functions for
6154         power7 using the Mathematical Acceleration Subsystem library.
6155
6156         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
6157         handle which vector math library we have.
6158         (rs6000_override_options): Add -mveclibabi=mass support.
6159         (rs6000_builtin_vectorized_libmass): New function to handle auto
6160         vectorizing math functions that are in the MASS library.
6161         (rs6000_builtin_vectorized_function): Call it.
6162
6163         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
6164         -mveclibabi=mass.
6165
6166 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6167
6168         PR boehm-gc/34544
6169         * gthr-posix.h (__gthread_active_init): Delete.
6170         (__gthread_active_p): Do activity check here.
6171         Don't include errno.h on hppa-hpux.  Update comment.
6172         * gthr-posix95.h (__gthread_active_init): Delete.
6173         (__gthread_active_p): Do activity check here.
6174         Don't include errno.h on hppa-hpux.  Update comment.
6175         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
6176         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
6177         add -lpthread when -mt or -pthread is specified.
6178         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
6179         (LINK_GCC_C_SEQUENCE_SPEC): Define.
6180         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
6181         (stublib.c, pthread_default_stacksize_np-stub.o,
6182         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
6183         $(T)libgcc_stub.a): Add methods.
6184         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
6185         (stublib.c, pthread_default_stacksize_np-stub.o,
6186         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
6187         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
6188         pthread_mutex_unlock): New stubs.
6189
6190 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
6191
6192         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
6193         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
6194         options.
6195         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
6196         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
6197         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
6198         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
6199         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
6200         "-l".
6201         * cppspec.c: Include opts.h.
6202         (lang_specific_driver): Use cl_decoded_option structures.
6203         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
6204         * doc/tm.texi: Regenerate.
6205         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
6206         (driver_handle_option): Allow driver options needing no special
6207         processing.
6208         (process_command): Decode options before call to
6209         lang_specific_driver.  Pass decoded options to
6210         lang_specific_driver.
6211         * gcc.h (lang_specific_driver): Update prototype.
6212         * gccspec.c: Include opts.h.
6213         (lang_specific_driver): Use cl_decoded_option structures.
6214         * opts-common.c (option_ok_for_language, generate_option,
6215         generate_option_input_file): New.
6216         (decode_cmdline_option): Use option_ok_for_language.
6217         (decode_cmdline_options_to_array): Use generate_option_input_file.
6218         (handle_generated_option): Use generate_option.
6219         * opts.h (generate_option, generate_option_input_file): Declare.
6220
6221 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
6222
6223         * config/mips/mips.c (mips_override_options): Rename to...
6224         (mips_option_override): ...this. Make static.
6225         (TARGET_OPTION_OVERRIDE): Define.
6226         (mips_in_small_data_p): Update comment.
6227         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
6228         (FIXED_REGISTERS): Update comment.
6229         * config/mips/mips-protos.h (mips_override_options): Remove.
6230
6231 2010-08-21  Olivier Hainque  <hainque@adacore.com>
6232
6233         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
6234
6235 2010-08-21  Olivier Hainque  <hainque@adacore.com>
6236
6237         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
6238         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
6239
6240 2010-08-20  Jan Hubicka  <jh@suse.cz>
6241
6242         * tree-pass.h (pass_ipa_cdtor_merge): New function.
6243         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
6244         heap allocated.
6245         (record_cdtor_fn): Move to ipa.c; do not test for
6246         have_ctors_dtors.
6247         (build_cdtor): Move to ipa.c; add code avoiding construction
6248         when target have ctors/dtors and there is only one ctor/dtor at given
6249         priority.
6250         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
6251         sort; reverse order of constructors.
6252         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
6253         (cgraph_finalize_function): Do not call record_cdtor_fn.
6254         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
6255         (cgraph_build_static_cdtor): Move to ipa.c.
6256         * ipa.c: Include target.h and tree-iterator.h.
6257         (cgraph_build_static_cdtor, static_ctors, static_dtors,
6258         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
6259         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
6260         pass_ipa_cdtor_merge): New.
6261         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
6262         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
6263         bounds access.
6264
6265 2010-08-20  Jan Hubicka  <jh@suse.cz>
6266
6267         PR c++/45307
6268         PR c++/17736
6269         * cgraph.h (cgraph_only_called_directly_p,
6270         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
6271         static cdtors.
6272         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
6273         are not needed.
6274         (cgraph_finalize_function): Static cdtors are reachable.
6275         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
6276
6277 2010-08-20  Jan Hubicka  <jh@suse.cz>
6278
6279         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
6280         flag_wpa.
6281         * lto-streamer-out.c (lto_output): Likewise.
6282         * passes.c (ipa_write_optimization_summaries): Initialize statement
6283         uids.
6284
6285 2010-08-20  Olivier Hainque  <hainque@adacore.com>
6286
6287         * tree.h (alias_diag_flags): New enum.
6288         (alias_pair): Add an 'emitted_diags' field.
6289         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
6290         (assemble_alias): Initialize emitted_diags of new pairs.
6291
6292 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
6293
6294         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6295         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6296         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6297         (STACK_CHECK_PROTECT): Define.
6298         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
6299         (output_probe_stack_range): Likewise.
6300         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
6301         builtin stack checking is enabled.
6302         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
6303         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6304         (probe_stack_range): New insn.
6305
6306 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
6307
6308         PR target/45336
6309         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
6310         short first.
6311
6312         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
6313         char first.
6314
6315 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
6316
6317         PR target/45336
6318         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
6319         to cover zero extension into 64-bit register.
6320         (*sse2_pextrw): Likewise.
6321         (*sse4_1_pextrd_zext): New insn.
6322
6323 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
6324
6325         revert r163410, partially revert r163267.
6326         * config/rs6000/darwin.h (LIB_SPEC): Remove.
6327         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
6328         Darwin versions.
6329
6330 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
6331
6332         PR middle-end/44974
6333         * builtins.c (expand_builtin): Don't optimize away
6334         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
6335
6336 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
6337
6338         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
6339         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
6340         alternative 1 of operand 2.
6341
6342 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
6343             Paolo Bonzini  <bonzini@gnu.org>
6344
6345         * simplify-rtx.c (simplify_unary_operation_1): Optimize
6346         (sign_extend (zero_extend (...)) and
6347         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
6348
6349 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
6350
6351         PR rtl-optimization/45353
6352         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
6353         after bb_note is a BARRIER.
6354
6355 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
6356
6357         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
6358         linking libgcc.a.
6359
6360 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
6361             Michael Matz  <matz@suse.de>
6362
6363         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
6364
6365 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
6366
6367         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
6368         (ggc_mark_roots): ...here.
6369
6370 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
6371
6372         * vec.h (FOR_EACH_VEC_ELT): Define.
6373         * c-decl.c: Use it.
6374         * cfgloop.c: Likewise.
6375         * cfgloopmanip.c: Likewise.
6376         * cgraph.c: Likewise.
6377         * cgraphunit.c: Likewise.
6378         * combine.c: Likewise.
6379         * config/bfin/bfin.c: Likewise.
6380         * config/mips/mips.c: Likewise.
6381         * config/rs6000/rs6000.c: Likewise.
6382         * dbxout.c: Likewise.
6383         * df-scan.c: Likewise.
6384         * dominance.c: Likewise.
6385         * dse.c: Likewise.
6386         * dwarf2out.c: Likewise.
6387         * except.c: Likewise.
6388         * expr.c: Likewise.
6389         * function.c: Likewise.
6390         * gcse.c: Likewise.
6391         * genattr.c: Likewise.
6392         * ggc-common.c: Likewise.
6393         * gimplify.c: Likewise.
6394         * graphite-blocking.c: Likewise.
6395         * graphite-clast-to-gimple.c: Likewise.
6396         * graphite-dependences.c: Likewise.
6397         * graphite-interchange.c: Likewise.
6398         * graphite-poly.c: Likewise.
6399         * graphite-scop-detection.c: Likewise.
6400         * graphite-sese-to-poly.c: Likewise.
6401         * graphite.c: Likewise.
6402         * haifa-sched.c: Likewise.
6403         * ifcvt.c: Likewise.
6404         * implicit-zee.c: Likewise.
6405         * ipa-prop.c: Likewise.
6406         * ipa-struct-reorg.c: Likewise.
6407         * ipa.c: Likewise.
6408         * ira-build.c: Likewise.
6409         * ira-color.c: Likewise.
6410         * ira-emit.c: Likewise.
6411         * lambda-code.c: Likewise.
6412         * loop-invariant.c: Likewise.
6413         * loop-unroll.c: Likewise.
6414         * lower-subreg.c: Likewise.
6415         * lto-cgraph.c: Likewise.
6416         * lto-opts.c: Likewise.
6417         * lto-streamer-in.c: Likewise.
6418         * lto-streamer-out.c: Likewise.
6419         * lto-streamer.c: Likewise.
6420         * lto-symtab.c: Likewise.
6421         * matrix-reorg.c: Likewise.
6422         * opts.c: Likewise.
6423         * predict.c: Likewise.
6424         * print-tree.c: Likewise.
6425         * sdbout.c: Likewise.
6426         * sel-sched-dump.c: Likewise.
6427         * sel-sched-ir.c: Likewise.
6428         * sel-sched.c: Likewise.
6429         * sese.c: Likewise.
6430         * stor-layout.c: Likewise.
6431         * tree-cfg.c: Likewise.
6432         * tree-cfgcleanup.c: Likewise.
6433         * tree-chrec.c: Likewise.
6434         * tree-data-ref.c: Likewise.
6435         * tree-emutls.c: Likewise.
6436         * tree-inline.c: Likewise.
6437         * tree-into-ssa.c: Likewise.
6438         * tree-loop-distribution.c: Likewise.
6439         * tree-loop-linear.c: Likewise.
6440         * tree-mudflap.c: Likewise.
6441         * tree-outof-ssa.c: Likewise.
6442         * tree-parloops.c: Likewise.
6443         * tree-predcom.c: Likewise.
6444         * tree-pretty-print.c: Likewise.
6445         * tree-scalar-evolution.c: Likewise.
6446         * tree-ssa-live.c: Likewise.
6447         * tree-ssa-loop-im.c: Likewise.
6448         * tree-ssa-loop-ivcanon.c: Likewise.
6449         * tree-ssa-loop-ivopts.c: Likewise.
6450         * tree-ssa-loop-manip.c: Likewise.
6451         * tree-ssa-loop-niter.c: Likewise.
6452         * tree-ssa-loop-prefetch.c: Likewise.
6453         * tree-ssa-phiprop.c: Likewise.
6454         * tree-ssa-pre.c: Likewise.
6455         * tree-ssa-reassoc.c: Likewise.
6456         * tree-ssa-sccvn.c: Likewise.
6457         * tree-ssa-structalias.c: Likewise.
6458         * tree-ssa.c: Likewise.
6459         * tree-vect-data-refs.c: Likewise.
6460         * tree-vect-loop-manip.c: Likewise.
6461         * tree-vect-loop.c: Likewise.
6462         * tree-vect-patterns.c: Likewise.
6463         * tree-vect-slp.c: Likewise.
6464         * tree-vect-stmts.c: Likewise.
6465         * tree-vrp.c: Likewise.
6466         * tree.c: Likewise.
6467         * value-prof.c: Likewise.
6468         * var-tracking.c: Likewise.
6469         * varasm.c: Likewise.
6470         * vmsdbgout.c: Likewise.
6471
6472 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
6473             Richard Guenther  <richard.guenther@gmail.com>
6474
6475         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
6476         copy the src value and return a copy.
6477         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
6478         (C++ Volatiles): Adjust to describe C++ semantics only.
6479
6480 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
6481
6482         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
6483         be zero or nonzero.
6484         * doc/tm.texi: Regenerate.
6485         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
6486         * df-scan.c (df_get_exit_block_use_set), reginfo.c
6487         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
6488         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
6489         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
6490         to 1.
6491
6492 2010-08-20  Olivier Hainque  <hainque@adacore.com>
6493
6494         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
6495         an extra nop past a sibling call at the very end.
6496
6497 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
6498
6499         PR bootstrap/45350
6500         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
6501         a comment.
6502
6503 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
6504
6505         * target.def (function_arg, function_incoming_arg): Remove const
6506         qualifier on CUMULATIVE_ARGS parameter.
6507         * targhooks.h (default_function_arg, default_function_incoming_arg):
6508         Likewise.
6509         * targhooks.c (default_function_arg, default_function_incoming_arg):
6510         Likewise.
6511         * config/i386/i386.c (ix86_function_arg): Likewise.
6512
6513 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
6514
6515         PR target/45336
6516         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
6517         SIGN_EXTENDs or ZERO_EXTENDs.
6518
6519 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
6520
6521         PR target/42172
6522         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
6523         Take its cost into account if nonnull.
6524         (insn_a_feeds_b): New static function.
6525         (combine_instructions): Look for four-insn combinations.
6526         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
6527         them into account when computing all_adjacent and looking for other
6528         uses.
6529         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
6530         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
6531         (try_combine): New arg I0.  Handle four-insn combinations.
6532         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
6533         like ELIM_I1.
6534
6535 2010-08-19  Jason Merrill  <jason@redhat.com>
6536
6537         PR c++/45307
6538         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
6539         if ctor is empty.
6540         (gimplify_modify_expr_rhs): Adjust.
6541
6542 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
6543
6544         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
6545         bitmap_bit_p.
6546         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
6547         * dominance.c (iterate_fix_dominators): Likewise.
6548         * dse.c (set_usage_bits): Likewise.
6549         (set_position_unneeded, record_store): Likewise.
6550         * gimple-fold.c (get_maxval_strlen): Likewise.
6551         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
6552         * ipa-inline.c (update_caller_keys): Likewise.
6553         * ipa-split.c (verify_non_ssa_vars): Likewise.
6554         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
6555         (close_type_exposed_parameter, close_type_full_escape): Likewise.
6556         (close_addressof_down): Likewise.
6557         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
6558         (setup_allocno_left_conflicts_size): Likewise.
6559         (ira_reassign_conflict_allocnos): Likewise.
6560         (ira_reassign_pseudos): Likewise.
6561         * ira-emit.c (change_loop): Likewise.
6562         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
6563         * lto-streamer-out.c (write_symbol): Likewise.
6564         * predict.c (expr_expected_value_1): Likewise.
6565         * regstat.c (regstat_bb_compute_ri): Likewise.
6566         * sel-sched.c (create_block_for_bookkeeping): Likewise.
6567         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
6568         * stmt.c (expand_case): Likewise.
6569         * tree-eh.c (emit_eh_dispatch): Likewise.
6570         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
6571         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
6572         Likewise.
6573         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
6574         (rdg_build_components): Likewise.
6575         * tree-object-size.c (collect_object_sizes_for): Likewise.
6576         * tree-sra.c (convert_callers): Likewise.
6577         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
6578         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
6579         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
6580
6581 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
6582
6583         * config/i386/i386.md (*lea_1): Use P mode iterator.
6584         (lea add splitter): Also handle DImode operands.
6585         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
6586         predicate.  Do not use ix86_lea_for_add_ok.
6587         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
6588         (lea ashift splitter): Also handle DImode operands.
6589         (DImode lea ashift splitter): Remove splitter.
6590
6591 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
6592
6593         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
6594         ix86_binary_operator_ok.
6595
6596 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
6597
6598         PR rtl-optimization/44691
6599         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
6600         is not a register.
6601
6602 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
6603
6604         PR target/45070
6605         * config/arm/arm.c (arm_output_epilogue): Ensure that return
6606          value of size 1-3 is handled correctly.
6607
6608 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
6609
6610         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
6611         type for the conditional has wide enough range.
6612
6613 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
6614
6615         PR target/45327
6616         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
6617         ix86_binary_operator_ok.
6618
6619 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
6620
6621         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
6622         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
6623         code to output insn mnemonic.  Fix comment.
6624         (*addsi_1_zext): Add r-r-0 alternative 1.
6625         <TYPE_LEA>: Split insn to lea.
6626         <default>: Handle alternative 1.
6627         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
6628         multi-level if_then_else RTX to set "type" attribute.
6629         <default>: Handle alternative 2.
6630         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
6631         Use cond RTX instead of multi-level if_then_else RTX to set
6632         "type" attribute.
6633         <default>: Handle alternatives 2 and 4.
6634         (lea splitters): Update calls to ix86_lea_for_add_ok.
6635
6636         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
6637         argument.
6638         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
6639
6640 2010-08-18  Richard Guenther  <rguenther@suse.de>
6641
6642         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
6643         use operand helpers.
6644
6645 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
6646
6647         PR middle-end/45292
6648         * optabs.c (expand_bool_compare_and_swap): Expand pending
6649         pops before trying the optab.
6650
6651 2010-08-18  Yao Qi  <yao@codesourcery.com>
6652
6653         PR target/45094
6654         * config/arm/arm.c (output_move_double): Fix typo generating
6655         instructions ('ldr'->'str').
6656
6657 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
6658
6659         PR rtl-optimization/42575
6660         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
6661         live ranges.
6662
6663 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6664
6665         * config/arm/arm-protos.h (arm_expand_sync): New.
6666         (arm_output_memory_barrier, arm_output_sync_insn): New.
6667         (arm_sync_loop_insns): New.
6668         * config/arm/arm.c (FL_ARCH7): New.
6669         (FL_FOR_ARCH7): Include FL_ARCH7.
6670         (arm_arch7): New.
6671         (arm_print_operand): Support %C markup.
6672         (arm_legitimize_sync_memory): New.
6673         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
6674         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
6675         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
6676         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
6677         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
6678         (arm_process_output_sync_insn, arm_output_sync_insn): New.
6679         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
6680         * config/arm/arm.h (struct arm_sync_generator): New.
6681         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
6682         (TARGET_HAVE_MEMORY_BARRIER): New.
6683         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
6684         * config/arm/arm.md: Include sync.md.
6685         (UNSPEC_MEMORY_BARRIER): New.
6686         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
6687         (VUNSPEC_SYNC_OP):New.
6688         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
6689         (sync_result, sync_memory, sync_required_value): New attributes.
6690         (sync_new_value, sync_t1, sync_t2): Likewise.
6691         (sync_release_barrier, sync_op): Likewise.
6692         (length): Add logic to length attribute defintion to call
6693         arm_sync_loop_insns when appropriate.
6694         * config/arm/sync.md: New file.
6695
6696 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
6697
6698         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
6699         ENABLE_TREE_CHECKING.
6700         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
6701         and GCC >= 4.3.
6702
6703 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
6704
6705         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
6706         or optimizing for size, always avoid lea if possible.
6707
6708         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
6709
6710 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
6711
6712         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
6713         Dunmmy function with NULL return unless the target is
6714         OSX >= 10.6 (Darwin10).
6715
6716 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
6717
6718         * gcc.c (spec_function): Add remove-outfile.
6719         (remove_outfile_spec_function): New function.
6720         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
6721         * invoke.texi (replace-outfile): Document.
6722
6723 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
6724
6725         PR target/45296
6726         * reginfo.c (globalize_reg): Reject stack registers.
6727
6728 2010-08-17  Richard Guenther  <rguenther@suse.de>
6729
6730         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
6731         list of conditional equivalences.
6732         (free_all_edge_infos): Adjust.
6733         (record_equivalences_from_incoming_edge): Likewise.
6734         (record_cond): Likewise.
6735         (build_and_record_new_cond): Likewise.
6736         (record_conditions): Likewise.
6737         (dom_opt_leave_block): Likewise.
6738
6739 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
6740
6741         * doc/invoke.texi (ms-extension): Add documentation.
6742
6743 2010-08-17  Richard Guenther  <rguenther@suse.de>
6744
6745         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
6746
6747 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
6748
6749         PR c/40563
6750         * c-decl.c (diagnose_uninitialized_cst_member): New function.
6751         (finish_decl): Use it to issue a -Wc++-compat warning about
6752         uninitialized const field in struct or union.
6753
6754         (finish_struct): Use strip_array_types.
6755
6756 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
6757
6758         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
6759         functions.
6760         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
6761         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
6762         call block_nreverse here.
6763         (blocks_nreverse): Rename decl temporary to block.
6764
6765 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
6766
6767         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
6768         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
6769         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
6770         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
6771         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
6772         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
6773         thumb2_iorsi3): Delete.
6774         (orsi_notsi_si): No longer a named pattern.
6775         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
6776         * config/arm/predicates.md (shift_amount_operand): New.
6777         (mult_operator): New.
6778         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
6779         attr enabled): New.
6780         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
6781         arch matches t2.
6782         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
6783         (not_shiftsi_compare0): Likewise, renamed from
6784         arm_notsi_shiftsi_compare0.
6785         (not_shiftsi_compare0_scratch): Likweise, renamed from
6786         arm_notsi_shiftsi_compare0_scratch.
6787         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
6788         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
6789         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
6790         so that the register alternative is disabled when the shift_operator
6791         is MULT.  Use "M" as the constraint for constants.
6792         (arith_shiftsi splitter): Enable for TARGET_32BIT.
6793         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
6794         constraint for constants.
6795         (arith_shiftsi_compare0_scratch): Likewise.
6796         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
6797         Handle Thumb2 alternative.
6798
6799 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
6800
6801         * doc/options.texi (NoDriverArg): Document.
6802         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
6803         -MDX and -MMDX.
6804         * opt-functions.awk (switch_flags): Handle NoDriverArg.
6805         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
6806         marking for CL_NO_DRIVER_ARG options when in the driver.
6807         * opts.h (CL_NO_DRIVER_ARG): Define.
6808         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
6809         CL_COMMON): Update values.
6810
6811 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
6812
6813         * common.opt: Add driver options.
6814         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
6815         * doc/options.texi (Driver, RejectDriver): Document.
6816         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
6817         print_prog_name, print_multi_directory, print_sysroot,
6818         print_multi_os_directory, print_multi_lib,
6819         print_sysroot_headers_suffix, report_times, combine_flag,
6820         use_pipes, wrapper_string): Remove.
6821         (save_switch, driver_unknown_option_callback,
6822         driver_wrong_lang_callback, driver_post_handling_callback,
6823         driver_handle_option): New.
6824         (spec_lang, last_language_n_infiles): Make file-scope static
6825         instead of local to process_command.
6826         (process_command): Use decode_cmdline_options_to_array and
6827         read_cmdline_option for option processing.  Compute have_c in
6828         prescan of decoded options.
6829         * opt-functions.awk (switch_flags): Handle Driver and
6830         RejectDriver.
6831         (var_type, var_type_struct): Handle Separate options as generating
6832         const char * variables.
6833         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
6834         CL_TARGET to be passed by caller if required.
6835         (decode_cmdline_options_to_array): Update comment.
6836         * opts.c (complain_wrong_lang): Handle options only valid for the
6837         driver.
6838         (decode_options): Update call to decode_cmdline_options_to_array.
6839         (print_filtered_help): Ignore driver-only options.
6840         (print_specific_help): Ignore CL_DRIVER.
6841         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
6842         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
6843         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
6844         Update values.
6845
6846 2010-08-16  Richard Guenther  <rguenther@suse.de>
6847
6848         * tree-cfg.c (verify_types_in_gimple_reference): Verify
6849         TARGET_MEM_REF a bit.
6850         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
6851         (create_mem_ref_raw): Always create TMR_OFFSET, store the
6852         alias pointer type via it.
6853         (copy_mem_ref_info): Adjust.
6854         (maybe_fold_tmr): Likewise.
6855         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
6856         (reference_alias_ptr_type): Likewise.
6857         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
6858         adjust documentation of TMR_OFFSET operand.
6859         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
6860         use the alias pointer type.
6861         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
6862         initialize mem attrs but the TMR itself.
6863         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
6864         similar to MEM_REF.
6865         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
6866         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
6867         (unshare_and_remove_ssa_names): Likewise.
6868         (copy_ref_info): Adjust.
6869         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
6870         TARGET_MEM_REF case.
6871         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
6872         at TMR_ORIGINAL.
6873         * tree.h (TMR_ORIGINAL): Remove.
6874         * gimple.c (get_base_address): For TARGET_MEM_REF with a
6875         symbol return that.
6876         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
6877         with a symbol.
6878         (get_addr_base_and_unit_offset): Likewise.
6879         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
6880         TARGET_MEM_REFs.
6881         (indirect_ref_may_alias_decl_p): Likewise.
6882         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
6883
6884 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
6885
6886         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
6887         with GCC version 4.6, the default setting (when not optimizing
6888         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
6889         been changed to -fomit-frame-pointer.
6890
6891 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
6892
6893         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
6894         Darwin10.  Do not link libgcc.a for Darwin >= 9.
6895
6896 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
6897
6898         * doc/invoke.texi (Warning Options): Fix terminology and markup
6899         in the description of how unknown warning options are handled.
6900
6901 2010-08-15  Ira Rosen  <irar@il.ibm.com>
6902
6903         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
6904         in basic blocks.
6905         (vect_supportable_dr_alignment): Check alignment for basic blocks.
6906         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
6907         data references.
6908         (vect_bb_vectorization_profitable_p): New function.
6909         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
6910         check if it's worthwhile to vectorize the basic block.
6911
6912 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
6913
6914         * reload.h (register_move_cost, memory_move_secondary_cost,
6915         secondary_reload_class): Adjust prototype.
6916         * rtl.h (reg_class_subset_p): Adjust prototype.
6917         * reload.c (secondary_reload_class): Change arguments type from
6918         enum reg_class to reg_class_t. Change result type to reg_class_t.
6919         * reginfo.c (register_move_cost, reg_class_subset_p): Change
6920         arguments type from enum reg_class to reg_class_t.
6921         (memory_move_secondary_cost): Change arguments type from
6922         enum reg_class to reg_class_t. Change type of saved_flags to
6923         reg_class_t.
6924
6925         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
6926         Remove macros.
6927         (mips_cost): Remove.
6928         (struct mips_rtx_cost_data): Moved to mips.c.
6929         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
6930         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
6931         (mips_cost): Make static.
6932         (mips_canonicalize_move_class): Change argument type to reg_class_t.
6933         Change result type to reg_class_t.
6934         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
6935         type from enum reg_class to reg_class_t.
6936         (mips_register_move_cost): Make static. Change arguments
6937         type from enum reg_class to reg_class_t.
6938         (mips_memory_move_cost): New function.
6939         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
6940
6941 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
6942
6943         PR rtl-optimization/43358
6944         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
6945         of a single hard register, using simplify_subreg_regno to decide
6946         what that register should be.
6947
6948 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
6949
6950         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
6951         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
6952         (loongson_pmull<V_suffix>): Rename to...
6953         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
6954
6955 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
6956
6957         * configure.ac: Enable -fomit-frame-pointer on darwin
6958         which support dwarf2.
6959         * config/i386/i386.c (override_options): Same.
6960
6961 2010-08-13  Jie Zhang  <jie@codesourcery.com>
6962
6963         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
6964
6965 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
6966
6967         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
6968         -MMD.
6969
6970 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
6971
6972         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
6973         up dot_prod pattern searching if a stmt is outside the loop.
6974
6975 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
6976             Uros Bizjak  <ubizjak@gmail.com>
6977
6978         * config.gcc: Handle --enable-frame-pointer.
6979
6980         * configure.ac: Add --enable-frame-pointer.
6981         * configure: Regenerated.
6982
6983         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
6984         (override_options): If not configured with --enable-frame-pointer,
6985         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
6986         optimizing for size), -fasynchronous-unwind-tables and
6987         -maccumulate-outgoing-args by default.
6988
6989 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
6990
6991         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
6992
6993         PR middle-end/45262
6994         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
6995         -a overflows.  Normalize the range.
6996
6997 2010-08-12  Richard Guenther  <rguenther@suse.de>
6998
6999         PR tree-optimization/45232
7000         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
7001         for types with undefined overflow.
7002         (reassociate_bb): Allow re-associating of bit and min/max
7003         operations for types with undefined overflow.
7004         * tree-ssa-forwprop.c (associate_plusminus): New function.
7005         (tree_ssa_forward_propagate_single_use_vars): Call it.
7006
7007 2010-08-12  Richard Guenther  <rguenther@suse.de>
7008
7009         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
7010         * tree-ssa-alias.c (get_ptr_info): Move ...
7011         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
7012         align and misalign fields conservatively.
7013         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
7014         derive alignment information.
7015         (evaluate_stmt): Derive alignment information from memory
7016         allocation functions.
7017         * tree.h (get_pointer_alignment): Make unsigned.
7018         * builtins.c (get_object_alignment): Use alignment information we
7019         have computed for pointers.
7020         (get_pointer_alignment): Likewise.  Make conservative, return
7021         and unsigned value.
7022         (expand_builtin_strlen): Adjust.
7023         (expand_builtin_memcmp): Likewise.
7024         (expand_builtin_strcmp): Likewise.
7025         (expand_builtin_strncmp): Likewise.
7026         (get_builtin_sync_mem): Use at least mode alignment.
7027         (fold_builtin_memset): Adjust.
7028         (fold_builtin_memory_op): Likewise.
7029         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
7030         information also dump pointer alignment knowledge.
7031         (dump_gimple_stmt): Likewise.
7032
7033 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
7034
7035         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
7036         (EMPTY_FIELD_BOUNDARY): Remove.
7037         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
7038
7039 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
7040
7041         PR debug/45259
7042         * caller-save.c (save_call_clobbered_regs): Only swap notes with
7043         DEBUG_INSNs if n_regs_saved.
7044
7045 2010-08-12  Wei Guozhi  <carrot@google.com>
7046
7047         PR target/44999
7048         * config/arm/arm.md (andsi3): Change to zero extension if possible.
7049         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
7050
7051 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
7052
7053         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
7054
7055         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
7056
7057 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7058
7059         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
7060         the case removed in the previous patch, when the only phi argument
7061         is defined in the same loop as the phi node itself.  Handle it
7062         separately from the invariant case by both propagating it outside
7063         the region and replacing the phi node with an assign.
7064
7065 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7066
7067         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
7068         constant phi nodes with one argument are is_gimple_min_invariant
7069         and SSA_NAME_IS_DEFAULT_DEF.
7070
7071 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7072
7073         * graphite-cloog-util.c (oppose_constraint):
7074         Extend loop counter's value range (CLOOG_ORG).
7075         (cloog_matrix_to_ppl_constraint): Same.
7076         (new_Constraint_System_from_Cloog_matrix): Same.
7077         * graphite-cloog-compat.h (matrix_num_type): New.
7078
7079 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7080
7081         * graphite.c (graphite_initialize): Do not initialize
7082         CLooG and initialize the Parma Polyhedra Library
7083         manually when using CLOOG_ORG.
7084         (graphite_finalize): Do not finalize CLooG and finalize
7085         the Parma Polyhedra Library manually when using CLOOG_ORG.
7086         * graphite-cloog-compat.h (cloog_initialize): Hide function
7087         when using CLOOG_ORG.
7088         (cloog_finalize): Same.
7089
7090 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7091
7092         * graphite-clast-to-gimple.c (free_scattering): Change
7093         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
7094         (CLOOG_ORG).
7095         (build_cloog_prog): Same.
7096         * graphite-cloog-compat.h (cloog_domain): Removed.
7097         (cloog_scattering): New.
7098         (cloog_set_domain): Removed.
7099         (cloog_set_scattering): New.
7100         (cloog_next_domain): Removed.
7101         (cloog_next_scattering): New.
7102         (cloog_set_next_domain): Removed.
7103         (cloog_set_next_scattering): New.
7104         (CloogScatteringList): New.
7105         (CloogScattering): New.
7106         (cloog_scattering_free): New.
7107         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
7108         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
7109         New.
7110
7111 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7112
7113         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
7114         CloogState.
7115         (set_cloog_options): Same.
7116         (print_clast_stmt): Same.
7117         (scop_to_clast): Same.
7118         (print_generated_program): Same.
7119         (gloog): Same.
7120         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
7121         (scop_to_clast): Extend with CloogState.
7122         * graphite-cloog-util.c: Include graphite-cloog-compat.h
7123         (new_Cloog_Domain_from_ppl_Polyhedron):
7124         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
7125         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
7126         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
7127         * graphite-cloog-util.h (build_cloog_prog): Same.
7128         * graphite-cloog-copat.h (build_cloog_prog): New.
7129         (CloogState): New.
7130         (cloog_state_malloc): New.
7131         (cloog_state_free): New.
7132         (cloog_loop_malloc): New.
7133         (cloog_options_malloc): New.
7134         (cloog_statement_alloc): New.
7135         (cloog_domain_from_cloog_matrix): New.
7136         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
7137         (new_Cloog_Domain_from_ppl_Polyhedron): New.
7138
7139 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7140
7141         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
7142         type of NAME now depends on used CLooG version.
7143         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
7144         (gcc_type_for_clast_expr): Same.
7145         (print_clast_stmt): Replace pprint with clast_pprint.
7146         * graphite-cloog-compat.h: Provide compatibility macros for
7147         CLooG Legacy.
7148         (clast_name_p): New.
7149         (clast_expr_term): New.
7150         (clast_expr_red): New.
7151         (clast_expr_bin): New.
7152         (clast_pprint): New.
7153
7154 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7155
7156         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
7157         compatible to newer CLooG releases (CLOOG_ORG).
7158         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
7159         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
7160         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
7161         (build_cloog_prog) : New.
7162         (cloog_program_extract_scalars): New.
7163         (cloog_program_scatter): New.
7164
7165 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7166
7167         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
7168         conditionally (CLOOG_ORG).
7169         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
7170         (cloog_statement_usr): New.
7171         (cloog_domain): Same.
7172         (cloog_set_domain): Same.
7173         (cloog_next_domain): Same.
7174         (cloog_set_next_domain): Same.
7175         (cloog_program_nb_scattdims): Same.
7176         (cloog_program_set_nb_scattdims): Same.
7177         (cloog_program_names): Same.
7178         (cloog_program_set_names): Same.
7179         (cloog_program_set_context): Same.
7180         (cloog_program_set_loop): Same.
7181         (cloog_program_blocklist): Same.
7182         (cloog_program_set_blocklist): Same.
7183         (cloog_program_scaldims): Same.
7184         (cloog_program_set_scaldims): Same.
7185         (cloog_names_nb_parameters): Same.
7186         (cloog_names_set_nb_parameters): Same.
7187         (cloog_names_parameters): Same.
7188         (cloog_names_set_parameters): Same.
7189         (cloog_names_set_nb_iterators): Same.
7190         (cloog_names_set_iterators): Same.
7191         (cloog_names_set_nb_scattering): Same.
7192         (cloog_names_set_scattering): Same.
7193         (cloog_statement_set_usr): Same.
7194         (cloog_loop_set_next): Same.
7195         (cloog_loop_set_domain): Same.
7196         (cloog_loop_set_block): Same.
7197         (cloog_block_list_next): Same.
7198         (cloog_block_list_set_next):
7199         (cloog_block_list_set_block): Same.
7200
7201 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7202
7203         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
7204         a bool.
7205         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
7206         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
7207         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
7208         when something has been changed.
7209         (rewrite_commutative_reductions_out_of_ssa): Same.
7210
7211 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7212
7213         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
7214         handle the case when def is in the sese region.
7215         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
7216         for invariant expressions.
7217         (rewrite_cross_bb_phi_deps): Removed.
7218         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
7219         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
7220         rewrite_cross_bb_phi_deps.
7221
7222 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7223
7224         * graphite-sese-to-poly.c
7225         (rewrite_commutative_reductions_out_of_ssa_loop): Call
7226         scev_analyzable_p only on is_gimple_reg
7227
7228 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7229
7230         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
7231         (rewrite_close_phi_out_of_ssa): Propagate constant values or
7232         parametric expressions outside the scop region.
7233         (rewrite_cross_bb_scalar_deps): Same.
7234         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
7235
7236 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7237
7238         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
7239         SSA_NAME_DEF_STMT only on SSA_NAMEs.
7240
7241 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7242
7243         * tree-scalar-evolution.c (instantiate_scev_name): Do not
7244         instantiate default definitions.
7245
7246 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
7247             Sebastian Pop  <sebastian.pop@amd.com>
7248
7249         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
7250         (loop_exits_from_bb_p): New.
7251         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
7252         (loop_exits_from_bb_p): Declared.
7253         * graphite-scop-detection.c (scopdet_basic_block_info): Call
7254         loop_exits_to_bb_p.
7255
7256 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7257
7258         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
7259         extra parameter for the region.  Call scev_analyzable_p.
7260         (rewrite_reductions_out_of_ssa): Update call to
7261         rewrite_close_phi_out_of_ssa.
7262         (rewrite_cross_bb_phi_deps): Same.
7263         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
7264         parameter for the region.  Call scev_analyzable_p.
7265         (rewrite_commutative_reductions_out_of_ssa): Update call to
7266         rewrite_commutative_reductions_out_of_ssa_loop.
7267
7268 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7269
7270         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
7271
7272 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7273
7274         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
7275         SSA scalar phi nodes that can be scev_analyzable_p.
7276
7277 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7278
7279         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
7280         handle SSA_NAME_IS_DEFAULT_DEF.
7281
7282 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7283
7284         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
7285
7286 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7287
7288         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
7289         case non close-phi nodes with one argument.
7290
7291 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7292
7293         * sese.h (scev_analyzable_p): Scevs could be expressions without
7294         chrecs and still be scev_analyzable_p.
7295
7296 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7297
7298         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
7299
7300 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7301
7302         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
7303         * cfgloop.h (struct loop): Remove single_iv field.
7304         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
7305         (scop_canonicalize_loops): Removed.
7306         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
7307         over all the loop phi nodes in loop->header.
7308         (build_poly_scop): Remove use of scop_canonicalize_loops.
7309
7310 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7311
7312         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
7313         handle GIMPLE_CALL.
7314
7315 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7316
7317         * tree-chrec.c (chrec_apply): Should only apply to the specified
7318         variable.  Also handle multivariate chains of recurrences that
7319         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
7320
7321 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7322
7323         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
7324         (debug_clast_name_indexes_1): Removed.
7325         (debug_clast_name_indexes): Removed.
7326         (pbb_to_depth_to_oldiv): Removed.
7327         (build_iv_mapping): Replace the use of rename_map with iv_map.
7328         (translate_clast_user): Remove uses of rename_map.  Allocate and
7329         free iv_map.
7330         (translate_clast_for_loop): Remove uses of rename_map.
7331         (translate_clast_for): Same.
7332         (translate_clast_guard): Same.
7333         (translate_clast): Same.
7334         (gloog): Same.
7335         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
7336         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
7337         * sese.c (set_rename): Now static.
7338         (rename_variables_in_stmt): Removed.
7339         (rename_uses): New.
7340         (is_parameter): Removed.
7341         (is_iv): Removed.
7342         (expand_scalar_variables_call): Removed.
7343         (expand_scalar_variables_ssa_name): Removed.
7344         (expand_scalar_variables_expr): Removed.
7345         (expand_scalar_variables_stmt): Removed.
7346         (expand_scalar_variables): Removed.
7347         (rename_variables): Removed.
7348         (remove_condition): Removed.
7349         (get_true_edge_from_guard_bb): Removed.
7350         (get_false_edge_from_guard_bb): Removed.
7351         (struct igp): Removed.
7352         (default_before_guard): Removed.
7353         (convert_for_phi_arg): Removed.
7354         (add_guard_exit_phis): Removed.
7355         (insert_guard_phis): Removed.
7356         (graphite_copy_stmts_from_block): Now also uses iv_map and a
7357         region.  Do not copy conditions.  Do not copy induction variables.
7358         Call rename_uses.
7359         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
7360         the translated statement.  Use the iv_map for the induction
7361         variable renaming.
7362         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
7363         (set_rename): Removed declaration.
7364         (scev_analyzable_p): ...here.
7365         * tree-chrec.c (chrec_apply_map): New.
7366         * tree-chrec.h (chrec_apply_map): Declared.
7367
7368 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7369
7370         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
7371         insert_loop_close_phis.
7372         * sese.c (name_defined_in_loop_p): Removed.
7373         (expr_defined_in_loop_p): Removed.
7374         (alive_after_loop): Removed.
7375         (close_phi_not_yet_inserted_p): Removed.
7376         (struct alep): Removed.
7377         (add_loop_exit_phis): Removed.
7378         (insert_loop_close_phis): Removed.
7379
7380 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7381
7382         * graphite-cloog-util.c
7383         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
7384         * graphite-poly.c
7385         (psct_scattering_dim_for_loop_depth): Same.
7386
7387 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7388
7389         * graphite-cloog-util.h: Added cloog.h.
7390         * graphite-blocking.c: Removed cloog.h.
7391         * graphite-dependences.c: Same.
7392         * graphite-interchange.c: Same.
7393         * graphite-poly.c: Same.
7394         * graphite-ppl.c: Same.
7395         * graphite-scop-detection.c: Same.
7396         * graphite-sese-to-poly.c:
7397         Removed cloog.h.
7398         Removed graphite-clast-to-gimple.h.
7399         (check_poly_representation): Removed (unused).
7400         * graphite-sese-to-poly.h
7401         (check_poly_representation): Removed (unused).
7402
7403 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7404
7405         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
7406         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
7407         (graphite-cloog-util.o): New.
7408         (graphite-ppl.o): Added graphite-cloog-util.h.
7409         * graphite-clast-to-gimple.c:
7410         Added graphite-cloog-util.h to include statements.
7411         * graphite-cloog-util.c: New.
7412         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
7413         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
7414         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
7415         (new_C_Polyhedron_from_Cloog_Matrix): Same.
7416         (insert_constraint_into_matrix): Same.
7417         (ppl_Constrain_System_number_of_constraints): Same.
7418         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
7419         (oppose_constraint): Same.
7420         (cloog_matrix_to_ppl_constraint): Same.
7421         (new_Constraint_System_from_Cloog_Matrix): Same.
7422         * graphite-cloog-util.h: New.
7423         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
7424         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
7425         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
7426         (new_C_Polyhedron_from_Cloog_Matrix): Same.
7427         (insert_constraint_into_matrix): Same.
7428         * graphite-ppl.c:
7429         Added graphite-cloog-util.h to include statements.
7430         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
7431         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
7432         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
7433         (new_C_Polyhedron_from_Cloog_Matrix): Same.
7434         (insert_constraint_into_matrix): Same.
7435         (ppl_Constrain_System_number_of_constraints): Same.
7436         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
7437         (oppose_constraint): Same.
7438         (cloog_matrix_to_ppl_constraint): Same.
7439         (new_Constraint_System_from_Cloog_Matrix): Same.
7440         * graphite-ppl.h:
7441         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
7442         graphite-cloog-util.h.
7443         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
7444         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
7445         (new_C_Polyhedron_from_Cloog_Matrix): Same.
7446         (insert_constraint_into_matrix): Same.
7447
7448 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
7449
7450         * graphite-clast-to-gimple.c
7451         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
7452         (precision_for_interval): Same.
7453         (gcc_type_for_interval): Same.
7454         (compute_type_for_level): Same.
7455         * graphite-interchange.c
7456         (lst_interchange_profitable_p): Same.
7457         * graphite-poly.c
7458         (psct_scattering_dim_for_loop_depth): Same.
7459         * graphite-ppl.c
7460         (ppl_max_for_le_pointset): Same.
7461         (ppl_min_for_le_pointset): Same.
7462
7463 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7464
7465         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
7466         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
7467
7468 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7469
7470         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
7471         rewrite_close_phi_out_of_ssa.
7472
7473 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7474
7475         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
7476
7477 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7478
7479         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
7480         rename_map.
7481         * sese.c (debug_rename_map): Same.
7482         (get_rename): Same.
7483         (set_rename): Same.
7484         (rename_variables_in_stmt): Same.
7485         (expand_scalar_variables_call): Same.
7486         (expand_scalar_variables_ssa_name): Same.
7487         (expand_scalar_variables_expr): Same.
7488         (expand_scalar_variables_stmt): Same.
7489         (expand_scalar_variables): Same.
7490         (rename_variables): Same.
7491         (graphite_copy_stmts_from_block): Same.
7492         (copy_bb_and_scalar_dependences): Same.
7493
7494 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7495
7496         * graphite-clast-to-gimple.c (copy_renames): Removed.
7497         (translate_clast_for): Do not call copy_renames.
7498         (translate_clast_guard): Same.
7499
7500 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7501
7502         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
7503         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
7504         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
7505         before rewrite_cross_bb_scalar_deps.
7506
7507 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7508
7509         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
7510         Early return in when flag_associative_math is not set.
7511
7512 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7513
7514         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
7515         of SSA copies on edges except for loop->latch.
7516
7517 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7518
7519         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
7520         Split out of rewrite_reductions_out_of_ssa.
7521         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
7522         Declared.
7523         * graphite.c (graphite_transform_loops): Call it.
7524
7525 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7526
7527         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
7528
7529 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
7530
7531         * dbgcnt.def (graphite_scop): New counter.
7532         * graphite.c: Include dbgcnt.h.
7533         (graphite_transform_loops): Use new counter to limit transformations.
7534         * Makefile.in (graphite.o): Depend on DBGCNT_H.
7535
7536 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7537
7538         * passes.c (init_optimization_passes): Add pass_graphite.
7539         Schedule a pass_copy_prop before pass_graphite_transforms.
7540         * timevar.def (TV_GRAPHITE): Declared.
7541         * tree-pass.h (pass_graphite): Declared.
7542         * tree-ssa-loop.c (pass_graphite): New.
7543
7544 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7545
7546         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
7547         Remove calls to rename_nb_iterations and rename_sese_parameters.
7548         * graphite-clast-to-gimple.h (gloog): Update declaration.
7549         * graphite.c (graphite_transform_loops): Update call to gloog.
7550         * sese.c (rename_variables_in_expr): Removed.
7551         (rename_nb_iterations): Removed.
7552         (rename_sese_parameters): Removed.
7553         * sese.h (rename_nb_iterations): Removed.
7554         (rename_sese_parameters): Removed.
7555
7556 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7557
7558         * graphite-clast-to-gimple.c (gloog): Remove call to
7559         sese_adjust_liveout_phis.
7560         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
7561         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
7562         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
7563         rewrite_phi_out_of_ssa.
7564         * sese.c (get_vdef_before_sese): Removed.
7565         (sese_adjust_vphi): Removed.
7566         (sese_adjust_liveout_phis): Removed.
7567         * sese.h (sese_adjust_liveout_phis): Removed.
7568
7569 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7570
7571         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
7572         argument for the place after which to insert the out of SSA copy.
7573         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
7574         (rewrite_phi_out_of_ssa): Same.
7575         (rewrite_cross_bb_scalar_deps): Same.
7576         (insert_copyout): Removed.
7577         (insert_copyin): Removed.
7578         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
7579         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
7580         insert_copyin.
7581
7582 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7583
7584         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
7585         (rewrite_reductions_out_of_ssa): Same.
7586         (rewrite_commutative_reductions_out_of_ssa): Same.
7587         (build_poly_scop): Do not call these functions.
7588         * graphite-sese-to-poly.h (build_poly_scop): Declared.
7589         (rewrite_reductions_out_of_ssa): Declared.
7590         (rewrite_commutative_reductions_out_of_ssa): Declared.
7591         * graphite.c (graphite_transform_loops): Call on every scop
7592         rewrite_commutative_reductions_out_of_ssa before calling
7593         rewrite_reductions_out_of_ssa and build_scop_bbs.
7594
7595 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7596
7597         * graphite-dependences.c (dot_deps): Make system call to dotty run
7598         in background.
7599         (dot_deps_stmt): Same.
7600         * graphite-poly.c (dot_lst): Same.
7601
7602 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
7603
7604         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
7605         phi_arg_in_outermost_loop.
7606         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
7607         (remove_invariant_phi): Same.
7608
7609 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
7610
7611         * target.def (output_addr_const_extra): New hook.
7612         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
7613         * doc/tm.texi: Regenerate.
7614         * targhooks.c (default_asm_output_addr_const_extra): New function.
7615         * targhooks.h (default_asm_output_addr_const_extra): Declare.
7616         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
7617         target hook.
7618
7619         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
7620         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
7621         * config/i386/i386.h (output_addr_const_extra): Rename to...
7622         (i386_asm_output_addr_const_extra): ...this. Make static.
7623         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
7624
7625 2010-08-11  Richard Henderson  <rth@redhat.com>
7626
7627         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
7628
7629 2010-08-11  Nick Clifton  <nickc@redhat.com>
7630
7631         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
7632         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
7633         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
7634         stormy16-lib2-cmpsi.c.
7635
7636         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
7637         -O2.
7638
7639 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
7640
7641         * opts.h (struct cl_option_handler_func): Make handler take
7642         cl_decoded_option structure as parameter, not individual elements.
7643         (struct cl_option_handlers): Make callbacks take cl_decoded_option
7644         structure as parameter, not individual elements.
7645         (handle_option): Take cl_decoded_option structure as parameter,
7646         not individual elements.
7647         (handle_generated_option): Declare.
7648         * opts-common.c (handle_option): Take cl_decoded_option structure
7649         as parameter, not individual elements.  Update calls to callback
7650         and handler functions.
7651         (handle_generated_option): New.
7652         (read_cmdline_option): Update calls to callback functions and
7653         handle_option.
7654         * opts.c (common_handle_option, complain_wrong_lang,
7655         unknown_option_callback, post_handling_callback,
7656         lang_handle_option, target_handle_option): Take cl_decoded_option
7657         structure as parameter, not individual elements.
7658         (lang_handle_option, target_handle_option, common_handle_option):
7659         Assert option has at most one argument.
7660         (enable_warning_as_error): Call handle_generated_option instead of
7661         handle_option.  Do not pass -Werror argument as argument of
7662         generated option.
7663
7664 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7665
7666         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
7667         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
7668         (SUBWORD_BOOL_CAS): Likewise.
7669         (SUBWORD_SYNC_OP): Likewise.
7670         (SUBWORD_TEST_AND_SET): Likewise.
7671         (FETCH_AND_OP_WORD): Parenthesise INF_OP
7672         (SUBWORD_SYNC_OP): Likewise.
7673         (OP_AND_FETCH_WORD): Likewise.
7674
7675 2010-08-10  Xinliang David Li  <davidxl@google.com>
7676
7677         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
7678         compute max/min offset in address.
7679
7680 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
7681
7682         * ira-live.c: Include sbitmap.h.
7683         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
7684         Compress live ranges even more.
7685
7686 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
7687
7688         * coverage.c (ctr_labels): Delete.
7689
7690 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
7691
7692         PR bootstrap/45177
7693         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
7694         test here from arm_gen_load_multiple_1.
7695         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
7696         multiple_operation_profitable_p.
7697
7698 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
7699
7700         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
7701         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
7702
7703 2010-08-10  Richard Henderson  <rth@redhat.com>
7704
7705         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
7706         after saving registers.  Assert that SSE registers are only saved
7707         with a sufficiently aligned frame.
7708         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
7709         remove stack_realign_fp handling.
7710         (ix86_expand_prologue): Save int registers before stack_realign_fp,
7711         and do not mark the stack alignment as frame related.
7712         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
7713
7714         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
7715         saves when re-aligning the stack.
7716
7717 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
7718
7719         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
7720         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
7721         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
7722
7723 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
7724
7725         * dwarf2out.c (struct die_struct): Move die_tag to the end.
7726
7727 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
7728
7729         * config/arm/iterators.md: New file.
7730         * config/arm/arm.md: Include iterators.md.
7731         (QHSI): Move to new file.
7732         (LTUGEU, cnb, optab, ior_xor): Likewise.
7733         * config/arm/iwmmxt.md (VMMX): Move to new file.
7734         (VSHFT, MMX_char): Likewise.
7735         * config/arm/neon.md (VD): Move to new file.
7736         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
7737         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
7738         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
7739         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
7740         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
7741         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
7742         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
7743         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
7744         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
7745         (Is_d_reg, V_mode_nunits): Likewise.
7746         * config/arm/vec-common.md (VALL): Move to new file.
7747         (VALLW, VINT, VINTW): Likewise.
7748
7749 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
7750
7751         PR middle-end/45182
7752         * combine.c (make_compound_operation): Don't try to convert
7753         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
7754
7755 2010-08-10  Richard Guenther  <rguenther@suse.de>
7756
7757         * tree.h (get_object_alignment): Adjust prototype.
7758         * builtins.c (get_object_alignment): Return unsigned int,
7759         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
7760         and TARGET_MEM_REF properly.
7761         (get_pointer_alignment): Adjust.
7762         * emit-rtl.c (get_mem_align_offset): Adjust comment.
7763         (set_mem_attributes_minus_bitpos): Adjust.
7764         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
7765
7766 2010-08-10  Richard Guenther  <rguenther@suse.de>
7767
7768         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
7769         (copy_prop_visit_assignment): Simplify.
7770         (copy_prop_visit_stmt): Also visit assignments from
7771         constants.
7772         (copy_prop_visit_phi_node): Use operand_equal_p.
7773
7774 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
7775
7776         * ipa-split.c (find_split_points): Free stack.
7777
7778 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
7779
7780         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
7781         * tree.c (tree_node_kind): Delete corresponding entries.
7782
7783 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
7784
7785         * alias.c (may_alias_p): Remove unused ret.
7786
7787 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
7788
7789         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
7790         alias_sets_conflict_p.
7791         (walk_mems_1): Moved from alias.c.
7792         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
7793         in alias.c.
7794         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
7795         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
7796         * alias.c (walk_mems_2): Moved to ddg.c.
7797         (walk_mems_1): Ditto.
7798         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
7799         to ddg.c.
7800         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
7801         disambiguation.
7802         *(may_alias_p): New function to check whether two memory expression
7803         may alias or not. Currently used in buidling inter-iteration memory
7804         dependence.
7805         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
7806         (insn_alias_sets_conflict_p): Removed
7807         *rtl.h (may_alias_p): New function prototype.
7808
7809 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
7810
7811         * tree.c (nreverse): Assert that we don't have a BLOCK.
7812
7813 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
7814
7815         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
7816         * config/arm/arm.c (arm_get_pcs_model): Likewise.
7817         * config/avr/avr.c (init_cumulative_args): Likewise.
7818         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
7819         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
7820         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
7821         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
7822         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
7823         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
7824         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
7825         * dwarf2out.c (gen_subprogram_die): Likewise.
7826         * function.c (allocate_struct_function): Likewise.
7827         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
7828         (deserves_ellipsis): Delete.
7829
7830 2010-08-09  Richard Guenther  <rguenther@suse.de>
7831
7832         * tree-ssa-copy.c (cached_last_copy_of): Remove.
7833         (valueize_val): New function.
7834         (get_last_copy_of): Remove.
7835         (set_copy_of_val): Simplify.
7836         (dump_copy_of): Likewise.
7837         (copy_prop_visit_cond_stmt): Use valueize_val.
7838         (copy_prop_visit_phi_node): Properly handle unvisited names.
7839         Drop code managing copy-of chains.
7840         (init_copy_prop): Adjust.
7841         (fini_copy_prop): Likewise.
7842         (execute_copy_prop): Remove obsolete comment.
7843
7844 2010-08-09  Richard Guenther  <rguenther@suse.de>
7845
7846         PR middle-end/44632
7847         * function.c (gimplify_parameters): Do not clear addressable
7848         bit of the original parameter.
7849
7850 2010-08-09  Richard Guenther  <rguenther@suse.de>
7851
7852         PR middle-end/45212
7853         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
7854         alignment from MEM_REF offset only if we took it from the
7855         base object.
7856
7857 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
7858
7859         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
7860
7861 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
7862
7863         * c-tree.h (build_arg_info): Declare.
7864         * c-decl.c (build_arg_info): Define.
7865         (get_parm_info): Call it.  Delete initialization code.
7866         * c-parser.c (c_parser_parms_declarator): Likewise.
7867         (c_parser_parms_list_declaractor): Likewise.
7868
7869 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
7870
7871         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
7872         (struct c_arg_info): Change type of tags field.
7873         * c-decl.c (grokdeclarator): Update for changed type of tags field.
7874         (get_parm_info): Likewise.
7875         (store_parm_decls_newstyle): Likewise.
7876
7877 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
7878
7879         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
7880         (branch_island_list): Delete.
7881         (branch_islands): Declare.
7882         (add_compiler_branch_island): Adjust for branch_islands instead of
7883         branch_island_list.
7884         (macho_branch_islands): Likewise.
7885         (no_previous_def): Likewise.
7886         (get_prev_label): Likewise.
7887
7888 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7889
7890         PR boehm-gc/34544
7891         * gthr-posix.h (__gthread_start): Delete.
7892         (__gthread_active_init): Use pthread_default_stacksize_np instead of
7893         pthread_create to determine if hpux pthreads are active.
7894         * gthr-posix95.h (__gthread_start): Delete.
7895         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
7896
7897 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
7898
7899         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
7900         _WIN64 not expanded.
7901
7902 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
7903             H.J. Lu  <hongjiu.lu@intel.com>
7904
7905         PR target/45213
7906         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
7907         to output 32bit SFmode immediate as 8 byte sign extended value.
7908
7909 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
7910
7911         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
7912         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
7913         (SUBWORD_BOOL_CAS): Likewise.
7914         (SUBWORD_SYNC_OP): Likewise.
7915         (SUBWORD_TEST_AND_SET): Likewise.
7916         (FETCH_AND_OP_WORD): Parenthesise INF_OP
7917         (SUBWORD_SYNC_OP): Likewise.
7918         (OP_AND_FETCH_WORD): Likewise.
7919
7920 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7921
7922         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
7923         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
7924         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
7925         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
7926         generic part.
7927         (cortex_a9_sched_adjust_cost): New function.
7928         (xscale_sched_adjust_cost): New function.
7929         * config/arm/arm-protos.h (struct tune_params): New field
7930         sched_adjust_cost.
7931         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
7932
7933 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
7934
7935         PR target/44942
7936         * config/sparc/sparc.c (function_arg_advance): Always take into account
7937         the padding, if any.
7938
7939 2010-08-06  Richard Guenther  <rguenther@suse.de>
7940
7941         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
7942         (dump_lattice_value): Dump it.
7943         (get_default_value): Adjust.
7944         (get_constant_value): Likewise.
7945         (set_value_varying): Likewise.
7946         (set_lattice_value): Make sure to not go up the lattice
7947         with bitwise constant values.
7948         (get_value_for_expr): Handle ADDR_EXPRs.
7949         (value_to_double_int): New function.
7950         (get_value_from_alignment): Likewise.
7951         (do_dbg_cnt): Adjust.
7952         (ccp_lattice_meet): Handle partially constant values.
7953         (bit_value_unop_1): New function.
7954         (bit_value_binop_1): Likewise.
7955         (bit_value_unop): Likewise.
7956         (bit_value_binop): Likewise.
7957         (evaluate_stmt): Track partially constant values if
7958         flag_tree_bit_ccp is set.
7959         (ccp_fold_stmt): Dump if we folded a predicate.
7960         (ccp_visit_stmt): Adjust.
7961         * common.opt (ftree-bit-ccp): New flag.
7962         * doc/invoke.texi (ftree-bit-ccp): Document.
7963         * opts.c (decode_options): Enable bit-CCP at -O1.
7964
7965 2010-08-06  Alan Modra  <amodra@gmail.com>
7966
7967         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
7968         and -mrelocatable-lib description.
7969
7970 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
7971
7972         From Martin Thuresson  <martint@google.com>
7973         * postreload.c (reload_cse_simplify_operands): Use
7974         SET_REGNO_RAW instead of SET_REGNO.
7975         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
7976         SET_REGNO.
7977         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
7978         instead of SET_REGNO.
7979         * rtl.h (SET_REGNO_RAW): New macro.
7980
7981 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
7982
7983         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
7984         computations.  Fix formatting issues.
7985         (num_sign_bit_copies1): Likewise.
7986         (canonicalize_condition): Likewise.
7987
7988 2010-08-05  Richard Henderson  <rth@redhat.com>
7989
7990         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
7991         (floor_log2): Use clz_hwi.
7992         (exact_log2): Use ctz_hwi.
7993         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
7994         * builtins.c (fold_builtin_bitop): Use them.
7995         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
7996         * combine.c (get_pos_from_mask): Use ctz_hwi.
7997         * double-int.c (double_int_ctz): Likewise.
7998         * explow.c (force_reg): Likewise.
7999         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
8000
8001 2010-08-05  Richard Henderson  <rth@redhat.com>
8002
8003         PR target/45189
8004         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
8005         the alignment constant is properly sign-extended.
8006
8007 2010-08-05  Richard Guenther  <rguenther@suse.de>
8008
8009         * expr.c (store_expr): Use emit_block_move only if both
8010         source and target are MEMs.  Use store_bit_field if only
8011         the target is a MEM.
8012
8013 2010-08-05  Richard Henderson  <rth@redhat.com>
8014
8015         PR debug/45188
8016         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
8017         (INCOMING_RETURN_ADDR_RTX): Likewise.
8018         (dwarf2out_do_frame): Remove conditional compilation.
8019         (dwarf2out_frame_init): Likewise.
8020
8021 2010-08-05  Nicolas Setton  <setton@adacore.com>
8022
8023         * gcov.c (flag_display_progress): New static variable.
8024         (main): Display progress info on standard output if requested.
8025         (options): Add -d/--display-progress.
8026         (print_usage): Print them.
8027         (process_args): Handle them.
8028         * doc/gcov.texi: Document them.
8029
8030 2010-08-05  Martin Jambor  <mjambor@suse.cz>
8031
8032         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
8033         (ipcp_insert_stage): Redirect only edges not flagged with
8034         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
8035         discovered constants.
8036
8037 2010-08-05  Martin Jambor  <mjambor@suse.cz>
8038
8039         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
8040         (struct ipa_param_descriptor): New fields types and
8041         cannot_devirtualize.
8042         (ipa_param_cannot_devirtualize_p): New function.
8043         (ipa_param_types_vec_empty): Likewise.
8044         (ipa_make_edge_direct_to_target): Declare.
8045         * ipa-cp.c: Fixed first stage driver name in initial comment,
8046         described devirtualization there too.
8047         (ipcp_analyze_node): Call ipa_analyze_params_uses.
8048         (ipcp_print_all_lattices): Print devirtualization info.
8049         (ipa_set_param_cannot_devirtualize): New function.
8050         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
8051         lattice to BOTTOM.
8052         (ipcp_init_stage): Merged into...
8053         (ipcp_generate_summary): ...its caller.
8054         (ipcp_change_tops_to_bottom): Also process type lists.
8055         (ipcp_add_param_type): New function.
8056         (ipcp_copy_types): Likewise.
8057         (ipcp_propagate_types): Likewise.
8058         (ipcp_propagate_stage): Also propagate types.
8059         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
8060         Also return true if propagated types require it.
8061         (ipcp_update_callgraph): Dump redirection info.
8062         (ipcp_process_devirtualization_opportunities): New function.
8063         (ipcp_const_param_count): Include known type information.
8064         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
8065         on new node.  Fixed formatting.
8066         * ipa-prop.c (make_edge_direct_to_target): Renamed to
8067         ipa_make_edge_direct_to_target and changed all callers.  Made
8068         externally visible.
8069         (ipa_node_duplication_hook): Duplicate types vector.
8070         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
8071         redirect outgoing calls for which we can't get a decl from the
8072         statement.  Check that we can get a decl from the call statement.
8073         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
8074         ipa_analyze_params_uses only when ipa-cp is disabled.
8075         * tree-inline.c (get_indirect_callee_fndecl): Removed.
8076         (expand_call_inline): Do not call get_indirect_callee_fndecl.
8077         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
8078         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
8079
8080 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
8081
8082         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
8083         temporary. Emit move from temporary to accum, so REG_EQUAL note will
8084         be attached to this insn in correct mode.
8085
8086 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
8087
8088         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
8089         using REGNO of base_reg directly.
8090
8091 2010-08-05  Jie Zhang  <jie@codesourcery.com>
8092
8093         PR tree-optimization/45144
8094         * tree-sra.c (type_consists_of_records_p): Return false
8095         if the record contains bit-field.
8096
8097 2010-08-04  Richard Henderson  <rth@redhat.com>
8098
8099         * config/i386/i386.c (struct ix86_frame): Remove padding and
8100         to_allocate members.
8101         (ix86_compute_frame_layout): Don't store them.
8102         (ix86_can_use_return_insn_p): Use a more direct and more obviously
8103         correct condition for the position of the stack pointer.
8104         (ix86_expand_prologue): Compute remaining stack allocation based
8105         on the ultimate stack pointer offset.
8106         (ix86_expand_epilogue): Use more obvious expressions testing for
8107         the stack pointer already pointing to the saved registers.
8108
8109         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
8110         duplication deconstructing the frame pointer.  Simplify
8111         deallocation of the local stack frame.
8112
8113         * reg-notes.def (CFA_EXPRESSION): New.
8114         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
8115         (dwarf2out_frame_debug_cfa_expression): New.
8116         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
8117
8118         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
8119         * config/i386/i386.c (ix86_expand_prologue): Set it.
8120         (ix86_expand_epilogue): Clear it.
8121         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
8122         context, add REG_CFA_EXPRESSION notes.
8123
8124         * config/i386/i386.h (struct machine_frame_state): Rename from
8125         machine_cfa_state.  Add members tracking SP and FP regardless
8126         of the current CFA register.
8127         (ix86_cfa_state): Remove.
8128         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
8129         and sse_reg_save_offset members.
8130         (ix86_compute_frame_layout): Set them.
8131         (gen_push): Increment sp_offset too.
8132         (choose_baseaddr_len, choose_baseaddr): New.
8133         (ix86_emit_save_reg_using_mov): New.
8134         (ix86_emit_save_regs_using_mov): Use it.
8135         (ix86_emit_save_sse_regs_using_mov): Likewise.
8136         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
8137         compare vs the saved red_zone_offset.
8138         (pro_epilogue_adjust_stack): Adjust sp_offset.
8139         (ix86_adjust_stack_and_probe): Likewise.
8140         (ix86_expand_prologue): Set up, use, and validate the new
8141         frame_state_info members.  Use gen_frame_mem.
8142         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
8143         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
8144         new frame_state_info members.
8145         (ix86_emit_leave): Likewise.
8146         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
8147         out-of-range stack pointer offsets here.
8148         (ix86_emit_restore_sse_regs_using_mov): Likewise.
8149         (ix86_expand_epilogue): Use and validate the new frame_state_info
8150         members.  Break up and simplify the logic selecting the
8151         restore_regs_via_mov code path.  Ensure that there will be no
8152         out-of-range stack pointer offsets.
8153
8154         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
8155
8156         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
8157         argument name to reflect the expected tree; fix indentation.
8158         (ix86_asm_output_function_label): Output the entire 32-bit
8159         ms_hook here as bytes ...
8160         (ix86_expand_prologue): ... not here as insns.  Attach the
8161         unwind info for the ms_hook to a blockage insn.
8162         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
8163         (ix86_ms_bitfield_layout_p): Fix indentation.
8164         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
8165
8166         * config/i386/i386.c (ix86_using_red_zone): New.
8167         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
8168         ix86_expand_prologue, ix86_force_to_memory): Use it.
8169
8170         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
8171         saving the int registers.
8172
8173         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
8174         and DWARF2_UNWIND_INFO conditional compilation.
8175
8176 2010-08-04  Richard Henderson  <rth@redhat.com>
8177
8178         PR debug/45171
8179         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
8180         an is_naming_typedef_decl.
8181
8182 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
8183
8184         PR rtl-optimization/45162
8185         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
8186         * dce.c (word_dce_process_block): Likewise.
8187
8188 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
8189
8190         PR target/44583
8191         * config/ia64/constraints.md (Z): New.
8192         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
8193         (xfreg_or_signed_fp01_operand): New.
8194         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
8195         with fr_reg_or_signed_fp01_operand and constraint G with Z.
8196         (subsf3): Ditto.
8197         (*maddsf4): Ditto.
8198         (*msubsf4): Ditto.
8199         (adddf3): Ditto.
8200         (adddf3_trunc): Ditto.
8201         (subdf3): Ditto.
8202         (*subdf3_trunc): Ditto.
8203         (*madddf4): Ditto.
8204         (*madddf4_trunc): Ditto.
8205         (*msubdf4): Ditto.
8206         (*msubdf4_trunc): Ditto.
8207         (addxf3): Replace xfreg_or_fp01_operand with
8208         xfreg_or_signed_fp01_operand and constraint G with Z.
8209         (*addxf3_truncsf): Ditto.
8210         (*addxf3_truncdf): Ditto.
8211         (subxf3): Ditto.
8212         (*subxf3_truncsf): Ditto.
8213         (*subxf3_truncdf): Ditto.
8214         (*maddxf4): Ditto.
8215         (*maddxf4_truncsf): Ditto.
8216         (*maddxf4_truncdf): Ditto.
8217         (*msubxf4): Ditto.
8218         (*msubxf4_truncsf): Ditto.
8219         (*msubxf4_truncdf): Ditto.
8220
8221 2010-08-04  Richard Guenther  <rguenther@suse.de>
8222
8223         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
8224         if either alias-set is zero.
8225
8226 2010-08-04  Richard Guenther  <rguenther@suse.de>
8227
8228         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
8229         * tree-ssa-ccp.c: ... here.
8230         * tree-ssa-copy.c: ... and here.
8231         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
8232         value_range_t): Move ...
8233         * tree-vrp.c: ... here.
8234         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
8235         (substitute_and_fold): Adjust prototype.
8236         * tree-ssa-propagate.c (replace_uses_in): Adjust.
8237         (replace_phi_args_in): Likewise.
8238         (substitute_and_fold): Take callback to query lattice instead
8239         of pointer to lattice.  Replace SSA name defs with lattice
8240         values first.
8241         * tree-ssa-ccp.c (ccp_finalize): Adjust.
8242         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
8243         (get_value): New function.
8244         (fini_copy_prop): Adjust.
8245         * tree-vrp.c (vrp_finalize): Adjust.
8246
8247 2010-08-04  Richard Guenther  <rguenther@suse.de>
8248
8249         PR middle-end/45176
8250         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
8251         points-to set for original MEM_REF.
8252
8253 2010-08-04  Richard Guenther  <rguenther@suse.de>
8254
8255         * tree-ssa-ccp.c (get_constant_value): New function.
8256         (get_rhs_assign_op_for_ccp): Remove.
8257         (valueize_op): New function.
8258         (ccp_fold): Use get_constant_value and valueize_op.
8259         (fold_const_aggregate_ref): Likewise.
8260         (ccp_fold_stmt): Likewise.
8261         (visit_assignment): Simplify.
8262
8263 2010-08-04  Richard Guenther  <rguenther@suse.de>
8264
8265         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
8266         * double-int.h (double_int_ctz): Declare.
8267         * double-int.c (double_int_ctz): New function.
8268
8269 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
8270
8271         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
8272         Define.
8273         picochip_expand_movmemhi : Expand movmem pattern.
8274         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
8275         Declare.
8276         * config/picochip/picochip.md (movmemhi) : New pattern.
8277
8278 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
8279
8280         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
8281
8282 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
8283
8284         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
8285         NEG as operand of a MULT by merging it with the other operand.
8286         * combine.c (make_compound_operation): Use trunc_int_for_mode when
8287         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
8288         MULT.
8289         * config/arm/constraints.md (M): Examine only 32 bits of a
8290         HOST_WIDE_INT.
8291         * config/arm/predicates.md (power_of_two_operand): Likewise.
8292
8293 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
8294
8295         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
8296         non-NOTE insns.
8297
8298 2010-08-03  Jan Hubicka  <jh@suse.cz>
8299
8300         * ipa-split.c (struct split_point): Add split_part_set_retval.
8301         (find_retval): Forward declare.
8302         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
8303         (consider_split): Compute current->split_part_set_retval.
8304         (visit_bb): Do not look into return value.
8305         (split_function): Handle !split_part_set_retval
8306
8307 2010-08-03  Martin Jambor  <mjambor@suse.cz>
8308
8309         * tree-sra.c (completely_scalarize_record): New parameter REF, create
8310         its own access->expr intead of using build_ref_for_offset.
8311
8312 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
8313
8314         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
8315         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
8316         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
8317         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
8318         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
8319         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
8320         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
8321         DEFAULT_SWITCH_TAKES_ARG.
8322         * config/rx/rx.opt (-patch=): Remove option.
8323         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
8324         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
8325         * doc/invoke.texi (RX Options): Remove -patch=.
8326         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
8327         (option_map): Remove --profile-blocks, --quiet and --silent.
8328
8329 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
8330
8331         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
8332         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
8333         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
8334         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
8335         Update calls to ix86_expand_compare and ix86_expand_branch.
8336         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
8337         ix86_expand_compare.
8338         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
8339         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
8340         Make static.
8341         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
8342         and ix86_compare_op1.  Update calls to ix86_expand_compare.
8343         (ix86_expand_int_movcc): Ditto.
8344         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
8345         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
8346         (ix86_expand_setcc): Ditto.
8347         (ix86_expand_compare): Remove prototype.
8348         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
8349         ix86_compare_op0 and ix86_compare_op1.  Update calls
8350         to ix86_expand_branch to directly pass operands[1] and operands[2].
8351         (cbranchxf4): Ditto.
8352         (cbranch<MODEF:mode>4): Ditto.
8353         (cbranchcc4): Ditto.
8354         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
8355         Update calls to ix86_expand_setcc to directly pass operands[2] and
8356         operands[3].
8357         (cstorexf4): Ditto.
8358         (cstore<MODEF:mode>4): Ditto.
8359         (cstorecc4): Ditto.
8360
8361 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
8362
8363         PR target/45063
8364         * caller-save.c (save_call_clobbered_regs): Remove regs from
8365         hard_regs_saved when they are set.
8366
8367 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
8368
8369         PR target/41089
8370         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
8371         as volatile.
8372
8373 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
8374
8375         * common.opt (ftree-loop-distribute-patterns): New.
8376         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
8377         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
8378         at -O3.
8379         * tree-data-ref.c (stores_zero_from_loop): New.
8380         * tree-data-ref.h (stores_zero_from_loop): Declared.
8381         * tree-loop-distribution.c (tree_loop_distribution): Call
8382         stores_zero_from_loop.
8383         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
8384
8385 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
8386
8387         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
8388         into account.
8389
8390         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
8391         * config/arm/arm.c (thumb1_code): New variable.
8392         (arm_override_options): Set it.
8393         (thumb1_final_prescan_insn): Keep track of condition code status.
8394         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
8395         jumps that depend on them.
8396         * config/arm/arm.h (thumb1_code): Declare variable.
8397         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
8398         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
8399         thumb1_cc_mode.
8400         (CC_STATUS_INIT): New macro.
8401         * config/arm/constraints.md (Pd): New constraint.
8402         * config/arm/predicates.md (noov_comparison_operator): New predicate.
8403         * config/arm/arm.md (is_thumb1): New define_attr.
8404         (conds): Set default to "clob" when generating Thumb1 code.
8405         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
8406         code are set.  Use two-operand assembly syntax.
8407         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
8408         pattern.
8409         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
8410         codes are set.  Use two-operand assembly syntax.
8411         (zero_extendhisi splitter): Remove constraints.
8412         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
8413         thumb1_movsf_insn): Set conds attribute as appropriate.
8414         (cbranchsi4_insn): Use condition code status from struct
8415         machine_function to determine whether the comparison can be eliminated.
8416         Discourage the alternative using high registers.
8417         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
8418         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
8419         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
8420         subsi3_cbranch): Delete.
8421         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
8422         one subtract and one cbranch insn.
8423
8424         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
8425         thumb2_movdf_soft_insn): Delete patterns.
8426         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
8427         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
8428         (pool_range, neg_pool_range): Use them to define defaults.
8429         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
8430         and allow for TARGET_32BIT.
8431
8432         PR target/40457
8433         * config/arm/arm.h (arm_regs_in_sequence): Declare.
8434         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
8435         load_multiple_sequence, store_multiple_sequence): Delete
8436         declarations.
8437         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
8438         declarations.
8439         * config/arm/ldmstm.md: New file.
8440         * config/arm/arm.c (arm_regs_in_sequence): New array.
8441         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
8442         CHECK_REGS.  All callers changed.
8443         If SAVED_ORDER is nonnull, copy the computed order into it.
8444         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
8445         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
8446         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
8447         If SAVED_ORDER is nonnull, copy the computed order into it.
8448         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
8449         like REGS.  Handle Thumb mode.
8450         (arm_gen_load_multiple_1): New function, broken out of
8451         arm_gen_load_multiple.
8452         (arm_gen_store_multiple_1): New function, broken out of
8453         arm_gen_store_multiple.
8454         (arm_gen_multiple_op): New function, with code from
8455         arm_gen_load_multiple and arm_gen_store_multiple moved here.
8456         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
8457         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
8458         changed.
8459         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
8460         * config/arm/predicates.md (commutative_binary_operator): New.
8461         (load_multiple_operation, store_multiple_operation): Handle more
8462         variants of these patterns with different starting offsets.  Handle
8463         Thumb-1.
8464         * config/arm/arm.md: Include "ldmstm.md".
8465         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
8466         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
8467         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
8468         peepholes): Delete.
8469         * config/arm/ldmstm.md: New file.
8470         * config/arm/arm-ldmstm.ml: New file.
8471
8472         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
8473         if statement which adds extra costs to frame-related expressions.
8474
8475 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8476
8477         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
8478
8479 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
8480
8481         PR target/45142
8482         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
8483         alternative 2.
8484         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
8485         split V4SI operands.
8486
8487 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
8488
8489         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
8490         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
8491         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
8492         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
8493
8494 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
8495
8496         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
8497         LOCAL_INCLUDE_DIR.
8498
8499 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
8500
8501         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
8502         used in the call to optab_for_tree_code.  Fix the second
8503         is_widening_mult_p call.  Check that both unwidened operands
8504         have the same sign.
8505
8506 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
8507
8508         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
8509
8510 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
8511
8512         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
8513
8514 2010-07-30  DJ Delorie  <dj@redhat.com>
8515
8516         * config/rx/predicates.md (rx_constshift_operand): New.
8517         * config/rx/rx.md (zs_cond): New.
8518         (cbranchsi4): Remove mode.
8519         (*cbranchsi4_<code>): Likewise.
8520         (*tstbranchsi4_<code>): New.
8521         (*tstbranchsi4r_<code>): New.
8522         (*tstbranchsi4m_eq): New.
8523         (*tstbranchsi4m_ne): New.
8524         (cbranchsf4): Remove mode.
8525         (*cbranchsf4_<code>): Likewise.
8526
8527 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
8528
8529         * rtlanal.c (simplify_subreg_regno): Don't treat
8530         HARD_FRAME_POINTER_REGNUM specially.
8531
8532 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
8533
8534         * common.opt (-G): Don't define option here.
8535         * config/g.opt: New.
8536         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
8537         rs6000/powerpc and score targets.
8538         * opts.c (common_handle_option): Don't handle -G here.
8539         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
8540         * config/frv/frv.c (frv_handle_option): Handle -G.
8541         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
8542         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
8543         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
8544         * config/mips/mips.c (mips_handle_option): Handle -G.
8545         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
8546         * config/score/score.c (score_handle_option): Handle -G.
8547
8548 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
8549
8550         * config/mmix/mmix.c: Include basic-block.h.
8551
8552 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
8553
8554         PR debug/45055
8555         PR rtl-optimization/45137
8556         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
8557         prototypes.
8558         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
8559         New functions.
8560         * combine.c (next_nonnote_nondebug_insn): Removed.
8561         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
8562         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
8563         * sched-deps.c (sched_analyze_insn): Likewise.
8564         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
8565         * rtlanal.c (canonicalize_condition): Likewise.
8566         * postreload.c (reload_combine_recognize_pattern): Likewise.
8567         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
8568
8569 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
8570
8571         * config/i386/i386.md (int_cond): Remove code iterator.
8572         (fp_cond): Ditto.
8573         (cbranch<mode>4): Use ordered_comparison_operator predicate
8574         for operator0.
8575         (cstore<mode>4): Ditto for operator1.
8576         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
8577         (add<mode>cc): ditto.
8578
8579 2010-07-30  Richard Guenther  <rguenther@suse.de>
8580
8581         PR middle-end/45141
8582         * expr.c (expand_expr_real_1): Check for not handled base address.
8583
8584 2010-07-30  Richard Guenther  <rguenther@suse.de>
8585
8586         * ipa-prop.c (ipa_modify_formal_parameters): Use
8587         build_distinct_type_copy.
8588
8589 2010-07-30  Anthony Green  <green@moxielogic.com>
8590
8591         * config/moxie/rtems.h: New file.
8592         * config.gcc: Add moxie-rtems support.
8593
8594 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
8595
8596         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
8597         df flags as in run_fast_df_dce.
8598
8599 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
8600
8601         Revert:
8602         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
8603
8604         * rtl.def (NOTE): Swap operands 4 and 5.
8605         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
8606         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
8607         Adjust accordingly.
8608         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
8609
8610 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
8611
8612         PR debug/45110
8613         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
8614         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
8615         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
8616         formal parameters.
8617         (gen_decl_die): Change return type to dw_die_ref, return what
8618         gen_formal_parameter_die returned.
8619
8620 2010-07-29  Martin Jambor  <mjambor@suse.cz>
8621
8622         * dbgcnt.def (eipa_sra): New counter.
8623         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
8624
8625 2010-07-29  Xinliang David Li  <davidxl@google.com>
8626
8627         PR bootstrap/45119
8628         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
8629         in revision 162652.
8630
8631 2010-07-29  Richard Guenther  <rguenther@suse.de>
8632
8633         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
8634         (TV_TREE_STORE_CCP): Likewise.
8635         (TV_TREE_REDPHI): Likewise.
8636
8637 2010-07-29  Richard Guenther  <rguenther@suse.de>
8638
8639         * double-int.h (double_int_and_not): New function.
8640         * combine.c (try_combine): Use it.
8641         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
8642
8643 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
8644
8645         PR rtl-optimization/42575
8646         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
8647         Argument AU removed.  All callers changed.  Ignore artificial refs.
8648         Use return value of df_word_lr_simulate_defs to decide whether an insn
8649         is necessary.
8650         (fast_dce): Rename arg to WORD_LEVEL.
8651         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
8652         static.
8653         (pass_fast_rtl_byte_dce): Delete.
8654         * dce.h (run_word_dce): Declare.
8655         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
8656         All callers changed.  Simplify code to only deal with two-word regs.
8657         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
8658         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
8659         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
8660         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
8661         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
8662         (df_word_lr_mark_ref): Declare.
8663         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
8664         df_word_lr_simulate_uses): Declare or rename from byte variants.
8665         (df_byte_lr_simulate_artificial_refs_at_top,
8666         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
8667         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
8668         declarations.
8669         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
8670         (enum df_mm): Delete.
8671         * df-byte-scan.c: Delete file.
8672         * df-problems.c (df_word_lr_problem_data): Renamed from
8673         df_byte_lr_problem_data, all members deleted except for
8674         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
8675         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
8676         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
8677         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
8678         df_byte_lr_confluence_0): Delete functions.
8679         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
8680         callers changed.
8681         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
8682         Don't initialize members that were deleted, don't try to discover data
8683         about registers.  Ignore hard regs.
8684         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
8685         (df_word_lr_mark_ref): New function.
8686         (df_word_lr_bb_local_compute): Renamed from
8687         df_byte_bb_lr_local_compute; all callers changed.  Use
8688         df_word_lr_mark_ref.  Assert that artificial refs don't include
8689         pseudos.  Ignore hard registers.
8690         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
8691         Assert that exit block uses don't contain pseudos.
8692         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
8693         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
8694         callers changed.  Ignore hard regs.
8695         (df_word_lr_transfer_function): Renamed from
8696         df_byte_lr_transfer_function; all callers changed.
8697         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
8698         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
8699         changed.
8700         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
8701         callers changed.
8702         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
8703         confluence operator 0 set to NULL.
8704         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
8705         callers changed.
8706         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
8707         Return bool, true if bitmap changed or insn otherwise necessary.
8708         All callers changed.  Simplify using df_word_lr_mark_ref.
8709         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
8710         all callers changed.  Simplify using df_word_lr_mark_ref.
8711         * lower-subreg.c: Include "dce.h"
8712         (decompose_multiword_subregs): Call run_word_dce if df available.
8713         * Makefile.in (lower-subreg.o): Adjust dependencies.
8714         (df-byte-scan.o): Delete.
8715         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
8716
8717 2010-07-29  Richard Guenther  <rguenther@suse.de>
8718
8719         * tree.c (build_vector): Assert that the vector constant
8720         has enough elements.
8721         (build_vector_from_ctor): Pad with trailing zeros.
8722
8723 2010-07-29  Richard Guenther  <rguenther@suse.de>
8724
8725         PR tree-optimization/45120
8726         * tree-ssa-structalias.c (get_constraint_for_component_ref):
8727         Handle offset in DEREFs properly.
8728         (get_constraint_for_1): Handle MEM_REF offset properly.
8729
8730 2010-07-29  Richard Guenther  <rguenther@suse.de>
8731
8732         PR middle-end/45034
8733         * convert.c (convert_to_integer): Always use an unsigned
8734         type for narrowed negate and bitwise not.
8735
8736 2010-07-29  Ira Rosen  <irar@il.ibm.com>
8737
8738         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
8739         to outer loop when creating reduction epilogue for double reduction,
8740         and switch back to the inner loop when updating the phi nodes.
8741         Update uses of outer loop exit phi nodes in double reduction (instead
8742         of uses of reduction).
8743
8744 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
8745
8746         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
8747         popcount on power7 and parity on power6 systems.
8748         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
8749         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
8750         instructions.
8751
8752         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
8753         (UNSPEC_PARITY): Ditto.
8754         (SFDF): New iterator for SF/DF.
8755         (rreg2): New mode attribute for floating register constraint.
8756         (TARGET_FLOAT): New mode attribute for whether single/double float
8757         is supported.
8758         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
8759         pattern.
8760         (parity<mode>2_cmpb): New insn for parity on power6 and newer
8761         machines.
8762         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
8763         pattern.  Add support for fcpsgn instruction added in power6.
8764         (copysignsf3): Delete.
8765         (copysigndf3): Delete.
8766         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
8767         instead of if_then_else in RTL to avoid problems with -0.
8768
8769         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
8770         of if_then_else to mirror scalar code.
8771         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
8772         rs6000.md.
8773
8774         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
8775         instead of if_then_else.
8776
8777 2010-07-28  Xinliang David Li  <davidxl@google.com>
8778
8779         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
8780         (dump_cand): Dump var_before/after.
8781         (htab_inv_expr_eq): New function.
8782         (htab_inv_expr_hash): New function.
8783         (tree_ssa_iv_optimize_init): Support pseudo invariants.
8784         (add_candidate_1): consider base type precision.
8785         (set_use_iv_cost): New parameter.
8786         (adjust_setup_cost): Use profile information.
8787         (get_address_cost): Do not hard code width in computing address
8788         offset limits.
8789         (compare_aff_trees): New function.
8790         (get_loop_invariant_expr_id): New function.
8791         (get_computation_cost_at): New parameter and use profile information.
8792         (get_computation_cost): New parameter.
8793         (determine_use_iv_cost_generic): Pass new parameter.
8794         (determine_use_iv_cost_address): Ditto.
8795         (determine_use_iv_cost_condition): Ditto.
8796         (autoinc_possible_for_pair): Ditto.
8797         (determine_use_iv_costs): More dumps.
8798         (iv_ca_get_num_inv_exprs): New function.
8799         (iv_ca_recount_cost): Consider loop invariants in register pressure
8800         cost.
8801         (iv_ca_add_use): New parameter.
8802         (iv_ca_dump): Better dumping.
8803         (iv_ca_extend): New parameter.
8804         (try_add_cand_for): Attempt to get better partial solution.
8805         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
8806         (create_new-ivs): More dumps.
8807         (rewrite_use_compare): Ditto.
8808         (free_loop_data): More cleanup.
8809         (treee_ssa_iv_optimize_finalize): Ditto.
8810
8811 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
8812
8813         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
8814         * config/i386/i386.c (ix86_profile_before_prologue): New.
8815         (override_options): Add special handling for -mfentry.
8816         (ix86_function_regparm): Likewise.
8817         (ix86_function_sseregparm): Likewise.
8818         (ix86_frame_pointer_required): Likewise.
8819         (ix86_expand_prologue): Check for ms_hook_prologue.
8820         (x86_function_profiler): Adjust mcount output.
8821         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
8822         * config/i386/i386.opt (mfentry): New.
8823         * doc/invoke.texi (mfentry): Add documentation.
8824         * doc/tm.texi: Regenerated..
8825         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
8826         * final.c (final_start_function): Replace macro
8827         PROFILE_BEFORE_PROLOGUE by target hook.
8828         * function.c (thread_prologue_and_epilogue_insns): Likewise.
8829         * target.def (profile_before_prologue): New hook.
8830         * targhooks.c (default_profile_before_prologue): New.
8831         * targhooks.h (default_profile_before_prologue): New.
8832
8833 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
8834
8835         PR debug/45105
8836         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
8837
8838         PR debug/45103
8839         * dwarf2out.c (dwarf2out_var_location): Always consider
8840         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
8841
8842 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
8843
8844         PR rtl-optimization/45107
8845         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
8846
8847 2010-07-28  Richard Guenther  <rguenther@suse.de>
8848
8849         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
8850         (set_lattice_value): Do not query an old default value.
8851         (get_value_for_expr): New function.  Properly canonicalize
8852         float values.
8853         (ccp_visit_phi_node): Use it.
8854
8855 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
8856
8857         * config/arm/arm.c (arm_pcs_default): Remove static.
8858         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
8859         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
8860         (arm_pcs_default): Declare.
8861
8862 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
8863
8864         * config/rs6000/rs6000.c (rs6000_override_options):
8865         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
8866         ... to darwin_rs6000_override_options.
8867         (rs6000_return_in_memory): Update preceding comment for darwin
8868         64 bit ABI.  Use TARGET_MACHO inline.
8869         (rs6000_darwin64_struct_check_p): New.
8870         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
8871         (function_arg): Likewise.
8872         (rs6000_arg_partial_bytes): Likewise.
8873         (rs6000_function_value): Likewise.
8874
8875 2010-07-28  Andi Kleen  <ak@linux.intel.com>
8876
8877         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
8878
8879 2010-07-28  Richard Guenther  <rguenther@suse.de>
8880
8881         PR middle-end/44903
8882         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
8883         targets try harder to not generate unaligned accesses.
8884
8885 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
8886
8887         PR rtl-optimization/45101
8888         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
8889         for gcse-las.
8890
8891 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
8892
8893         PR tree-optimization/44885
8894         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
8895         with non-aliased component.
8896
8897 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
8898
8899         * config/darwin-driver.c (SWITCH_TAKES_ARG,
8900         WORD_SWITCH_TAKES_ARG): Remove.
8901         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
8902         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
8903         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
8904         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
8905         definitions from gcc.c.
8906         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
8907         defaults.h.
8908         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
8909         Move to defaults.h.
8910         * opts-common.c: Include tm.h.
8911         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
8912         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
8913         Handle more than one argument.  Set canonical_option_num_elements.
8914         (decode_cmdline_options_to_array): Set
8915         canonical_option_num_elements and trailing elements of
8916         canonical_option.
8917         * opts.h (struct cl_decoded_option): Allow four elements in
8918         canonical_option.  Add field canonical_option_num_elements.
8919         * Makefile.in (opts-common.o): Update dependencies.
8920
8921 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
8922
8923         PR middle-end/44790
8924         PR middle-end/44993
8925         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
8926         sure the base has address_mode before adding the offset.
8927
8928 2010-07-27  Xinliang David Li  <davidxl@google.com>
8929
8930         * tree-flow.h (create_mem_ref): Add one new parameter.
8931         * tree-ssa-address.c (create_mem_ref): New parameter.
8932         (addr_to_parts): Ditto.
8933         (move_variant_to_index): New function.
8934         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
8935
8936 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
8937
8938         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
8939         4 and 5.
8940         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
8941         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
8942         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
8943         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
8944         CODE_LABELs and NOTEs.
8945         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
8946         * combine.c (try_combine): Likewise.
8947         * ira.c (setup_prohibited_mode_move_regs): Likewise.
8948         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
8949
8950 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
8951
8952         * coretypes.h (struct cl_option_handlers): Declare.
8953         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
8954         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
8955         * langhooks-def.h (lhd_handle_option): Declare.
8956         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
8957         * langhooks.c (lhd_handle_option): New.
8958         * langhooks.h (struct lang_hooks): Update prototype and return
8959         value type of handle_option hook.
8960         * optc-gen.awk: Generate target_flags_explicit definition for the
8961         driver.
8962         * opts-common.c: Include diagnostic.h.
8963         (handle_option): Move from opts.c.  Update prototype and return
8964         value type.  Use handlers structure.
8965         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
8966         handlers structure.
8967         (set_option): Move from opts.c.
8968         * opts.c (common_handle_option): Update prototype and return value
8969         type.  Update calls to handle_option and enable_warning_as_error.
8970         (unknown_option_callback, post_handling_callback,
8971         lang_handle_option, target_handle_option): New.
8972         (handle_option, read_cmdline_option): Move to opts-common.c.
8973         (read_cmdline_options): Update prototype.  Update call to
8974         read_cmdline_option.
8975         (decode_options): Initialize and use handlers structure.
8976         (set_option): Move to opts-common.c.
8977         (enable_warning_as_error): Update prototype.  Update call to
8978         handle_option.
8979         * opts.h (struct cl_option_handler_func, struct
8980         cl_option_handlers): New.
8981         (handle_option, enable_warning_as_error): Update prototypes.
8982         (read_cmdline_option): Declare.
8983         * Makefile.in (opts-common.o): Update dependencies.
8984
8985 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
8986
8987         * config/arm/arm.c (params.h): Include.
8988         (arm_override_options): Tune gcse-unrestricted-cost.
8989         * config/arm/t-arm (arm.o): Define dependencies.
8990
8991 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
8992
8993         PR target/42495
8994         PR middle-end/42574
8995         * basic-block.h (get_dominated_to_depth): Declare.
8996         * dominance.c (get_dominated_to_depth): New function, use
8997         get_all_dominated_blocks as a base.
8998         (get_all_dominated_blocks): Use get_dominated_to_depth.
8999
9000         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
9001         (hoist_exprs): Remove.
9002         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
9003         (compute_code_hoist_vbeinout): Add debug print outs.
9004         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
9005
9006         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
9007         quadratic behavior.
9008         * params.h (MAX_HOIST_DEPTH): New macro.
9009         * doc/invoke.texi (max-hoist-depth): Document.
9010
9011 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9012
9013         PR rtl-optimization/40956
9014         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
9015         constants.
9016
9017 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9018
9019         PR target/42495
9020         PR middle-end/42574
9021         * config/arm/arm.c (legitimize_pic_address): Use
9022         gen_calculate_pic_address pattern to emit calculation of PIC address.
9023         (will_be_in_index_register): New function.
9024         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
9025         (thumb1_legitimate_address_p): Use it provided !strict_p.
9026         * config/arm/arm.md (calculate_pic_address): New expand and split.
9027
9028 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9029
9030         PR target/42495
9031         PR middle-end/42574
9032         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
9033         * config/arm/arm.md (define_split "J", define_split "K"): Make
9034         IRA/reload friendly.
9035
9036 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9037
9038         * gcse.c (insert_insn_end_basic_block): Update signature, remove
9039         unused checks.
9040         (pre_edge_insert, hoist_code): Update.
9041
9042 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9043
9044         PR target/42495
9045         PR middle-end/42574
9046         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
9047
9048 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9049
9050         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
9051
9052 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9053
9054         PR rtl-optimization/40956
9055         PR target/42495
9056         PR middle-end/42574
9057         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
9058         for hoisting.
9059         (hoist_code): Count occurences in current block too.
9060
9061 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9062
9063         * gcse.c (struct expr:max_distance): New field.
9064         (doing_code_hoisting_p): New static variable.
9065         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
9066         simple expressions, don't change behavior for PRE.  Set max_distance.
9067         (insert_expr_in_table): Set new max_distance field.
9068         (hash_scan_set): Update.
9069         (hoist_expr_reaches_here_p): Stop search after max_distance
9070         instructions.
9071         (find_occr_in_bb): New static function.  Use it in ...
9072         (hoist_code): Calculate sizes of basic block before any changes are
9073         done.  Pass max_distance to hoist_expr_reaches_here_p.
9074         (one_code_hoisting_pass): Set doing_code_hoisting_p.
9075
9076         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
9077         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
9078         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
9079         macros.
9080         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
9081         Document.
9082
9083 2010-07-27  Jeff Law  <law@redhat.com>
9084             Maxim Kuvyrkov  <maxim@codesourcery.com>
9085
9086         * gcse.c (compute_transpout, transpout): Remove, move logic
9087         to prune_expressions.
9088         (compute_pre_data): Move pruning of trapping expressions ...
9089         (prune_expressions): ... here.  New static function.
9090         (compute_code_hoist_data): Use it.
9091         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
9092
9093 2010-07-27  Xinliang David Li  <davidxl@google.com>
9094
9095         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
9096         (rewrite_use_address): Adjust iv update position when needed.
9097
9098 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
9099
9100         * dbgcnt.def (hoist_insn): New debug counter.
9101         * gcse.c (hoist_code): Use it.
9102
9103 2010-07-27  Xinliang David Li  <davidxl@google.com>
9104
9105         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
9106         (niter_for_single_dom_exit): Passes additional parameter.
9107         (iv_period): Fix comments.
9108         (may_eliminate_iv): Handles multiple exit loops properly.
9109         (free_tree_niter_desc): New function.
9110         (free_loop_data): Frees up loop iteration descriptors.
9111
9112 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
9113
9114         PR target/44542
9115         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
9116         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
9117         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
9118         (expand_one_var): Don't consider DECL_ALIGN for variables for
9119         which expand_one_stack_var_at has been already called.
9120
9121         PR testsuite/44701
9122         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
9123         constraints on IA-64.
9124
9125 2010-07-27  Jie Zhang  <jie@codesourcery.com>
9126
9127         PR target/44290
9128         Revert:
9129         2010-07-23  Jie Zhang  <jie@codesourcery.com>
9130
9131         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
9132         false if ! tree_versionable_function_p.
9133
9134 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
9135
9136         * dwarf2out.c (add_data_member_location_attribute): Use
9137         add_AT_unsigned instead of add_AT_int if offset is non-negative.
9138
9139 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
9140
9141         * postreload.c (try_replace_in_use): New static function.
9142         (reload_combine_recognize_const_pattern): Use it here.  Allow
9143         substituting into a final add insn, and substituting into a memory
9144         reference in an insn that sets the reg.
9145
9146 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
9147
9148         * common.opt (o): Add MissingArgError.
9149         * doc/options.texi (MissingArgError): Document.
9150         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
9151         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
9152         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
9153         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
9154         * langhooks.h (struct lang_hooks): Remove missing_argument.
9155         * optc-gen.awk: Handle MissingArgError and output new structure
9156         field initializers.
9157         * opts.c (read_cmdline_option): Use missing_argument_error field
9158         instead of missing_argument langhook.
9159         * opts.h (struct cl_option): Add missing_argument_error field.
9160         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
9161
9162 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
9163
9164         PR target/29090
9165         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
9166         Darwin64 ABI, for zero-sized objects.
9167
9168 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
9169
9170         PR target/35491
9171         PR target/29090
9172
9173         Merge from Apple local 4.2.1.
9174         2005-05-11  Stan Shebs  <shebs@apple.com>
9175         Fix 64-bit varargs for Darwin (Radar 4028089).
9176         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
9177         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
9178         Add argument, add case for 8-byte register half-filled with a float.
9179         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
9180         single-precision floats specially.
9181
9182 2010-07-27  Ira Rosen  <irar@il.ibm.com>
9183
9184         PR tree-optimization/44152
9185         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
9186         complex numbers for further check.
9187         (vect_supported_load_permutation_p): Check nodes with
9188         complex numbers.
9189
9190 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
9191
9192         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
9193         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
9194         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
9195         (LANG_HOOKS_INITIALIZER): Add new hooks.
9196         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
9197         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
9198         and complain_wrong_lang_p.  Update init_options prototype.
9199         * c-objc-common.c (c_initialize_diagnostics): First call
9200         c_common_initialize_diagnostics.
9201         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
9202         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
9203         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
9204         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
9205         (hook_uint_void_0): New.
9206         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
9207         (hook_uint_void_0): New.
9208         * opts-common.c (decode_cmdline_option,
9209         decode_cmdline_options_to_array): Also fill in canonical_option field.
9210         * opts.c (complain_wrong_lang): Use langhook to determine whether
9211         to complain instead of special-casing LTO.
9212         (decode_options): Separate lang_mask determination with
9213         option_lang_mask hook from call of init_options hook.
9214         * opts.h (struct cl_decoded_option): Add canonical_option.
9215
9216 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
9217
9218         PR tree-optimization/45083
9219         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
9220
9221 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
9222
9223         * postreload.c (reload_combine_recognize_const_pattern): Move test
9224         for limiting the insn movement to the right scope.
9225
9226         PR rtl-optimization/45051
9227         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
9228         than reg_mentioned_p.
9229
9230 2010-07-26  Richard Henderson  <rth@redhat.com>
9231
9232         PR target/44132
9233         * tree-emutls.c: New file.
9234         * Makefile.in (OBJS-common): Add it.
9235         * tree-pass.h (pass_ipa_lower_emutls): Declare.
9236         * passes.c (init_optimization_passes): Add it.
9237
9238         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
9239         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
9240         * expr.c (emutls_var_address): Delete.
9241         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
9242         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
9243         (emutls_finish): Delete.
9244         * toplev.c (compile_file): Don't call it.
9245         * tree.h (emutls_decl): Delete.
9246         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
9247         (emutls_finish, emutls_finalize_control_var): Delete.
9248         (emutls_object_type): Move to tree-emutls.c.
9249         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
9250         default_emutls_var_fields, get_emutls_object_type,
9251         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
9252         default_emutls_var_init): Likewise.
9253         (get_variable_section): Don't special case emutls.
9254         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
9255         default_elf_select_section, default_unique_section,
9256         default_encode_section_info): Likewise.
9257         * varpool.c (decide_is_variable_needed): Likewise.
9258         * gimple-iterator.c (update_call_edge_frequencies): New
9259         (gsi_insert_on_edge_immediate): Use it.
9260         (gsi_insert_seq_on_edge_immediate): Likewise.
9261         (gsi_commit_one_edge_insert): Likewise.
9262
9263         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
9264         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
9265         (x86_64_elf_unique_section): Likewise.
9266
9267 2010-07-26  Jan Hubicka  <jh@suse.cz>
9268
9269         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
9270         GTY((skip)).
9271
9272 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
9273
9274         * target.def (output_source_filename): New hook.
9275         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
9276         * doc/tm.texi: Regenerate.
9277         * toplev.c (output_file_directive) Remove function.
9278         * toplev.h (output_file_directive) Remove.
9279         * output.h (default_asm_output_source_filename,
9280         output_file_directive): Declare.
9281         * varasm.h (default_asm_output_source_filename,
9282         output_file_directive): New functions.
9283
9284         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
9285         * config/mips/mips-protos.h (mips_output_filename): Remove.
9286         * config/mips/mips.c (mips_output_filename): Make Static.
9287         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
9288
9289 2010-07-26  Richard Guenther  <rguenther@suse.de>
9290
9291         PR tree-optimization/43784
9292         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
9293         if the destination is used by the call.
9294
9295 2010-07-26  Richard Guenther  <rguenther@suse.de>
9296
9297         PR middle-end/45073
9298         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
9299         SSA updating on being in SSA form.
9300
9301 2010-07-26  Richard Guenther  <rguenther@suse.de>
9302
9303         PR middle-end/45056
9304         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
9305
9306 2010-07-26  Richard Guenther  <rguenther@suse.de>
9307
9308         PR tree-optimization/45071
9309         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
9310         adjust op->opcode.
9311
9312 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
9313
9314         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
9315         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
9316         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
9317         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
9318         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
9319         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
9320         save_r31, return_r31, save_interrupt, return_interrupt,
9321         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
9322         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
9323         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
9324         new ABI requirements.
9325         (save_r6_r9, L_callt_save_r6_r9): Remove.
9326         * config/v850/predicates.md (even_reg_operand, disp23_operand,
9327         const_float_1_operand const_float_0_operand): New Predicates.
9328         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
9329         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
9330         * config/v850/t-v850: Update multilibs for new target variants.
9331         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
9332         * config/v850/t-v850e: Likewise.
9333         * config/v850/v850.c (v850_issue_rate): New.
9334         (v850_strict_argument_naming): New.
9335         (function_arg): Modify to generate a different ABI.
9336         (print_operand): Update case 'z' to support float modes.
9337         (output_move_single): Modify to generate appropriate and better
9338         assembly.
9339         (v850_float_z_comparison_operator, v850_select_cc_mode,
9340         v850_float_nz_comparison_operator,  v850_gen_float_compare,
9341         v850_gen_compare): New functions to support comparison of float values.
9342         (ep_memory_offset): Add support for V850E2 targets.
9343         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
9344         (INTERRUPT_REGPARM_NUM): Remove.
9345         (compute_register_save_size): Add extra case to save/restore long call.
9346         (use_prolog_function): New function to support prologue.
9347         (expand_prologue): Add support for V850E2 targets and modified
9348         as per the current ABI requirements.
9349         (expand_epilogue): Likewise.
9350         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
9351         (construct_save_jarl): Likewise.
9352         (construct_dispose_instruction): Update as per the current ABI
9353         requirements.
9354         (construct_prepare_instruction): Likewise.
9355         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
9356         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
9357         (CPP_SPEC): Updated to support v850e2 targets.
9358         (STRICT_ALIGNMENT): Modified.
9359         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
9360         (FIXED_REGISTERS): Likewise.
9361         (CALL_USED_REGISTERS): Likewise.
9362         (CONDITIONAL_REGISTER_USAGE): Updated.
9363         (HARD_REGNO_MODE_OK): Updated.
9364         (reg_class): Updated to add even registers.
9365         (REG_CLASS_NAMES): Likewise.
9366         (REG_CLASS_CONTENTS): Likewise.
9367         (REGNO_REG_CLASS): Updated for CC registers.
9368         (REG_CLASS_FROM_LETTER): Added support for even registers.
9369         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
9370         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
9371         ARG_POINTER_REGNUM): Updated.
9372         (FUNCTION_ARG_ADVANCE): Define.
9373         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
9374         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
9375         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
9376         (GO_IF_LEGITIMATE_ADDRESS): Updated.
9377         (SELECT_CC_MODE): Define.
9378         (REGISTER_NAMES): Updated to add psw and fcc registers.
9379         (ADDITIONAL_REGISTER_NAMES): Updated.
9380         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
9381         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
9382         * config/v850/v850.md (define_constants): Define new constants.
9383         (type): Update store,bit1,macc,div,fpu and single attributes.
9384         (cpu): New attribute.
9385         (cc): Add set_z attribute.
9386         (unsign23byte_load, sign23byte_load, unsign23hword_load,
9387         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
9388         23word_store): New instructions for 23-bit displacement load and store.
9389         (movqi_internal, movhi_internal): Update the attributes.
9390         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
9391         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
9392         the attributes.
9393         (v850_tst1): Modified using CC_REGNUM.
9394         (tstsi): Remove.
9395         (cmpsi): Modified as define_expand from define_insn.
9396         (cmpsi_insn, cmpsf, cmpdf): New instructions.
9397         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
9398         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
9399         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
9400         one_cmplsi2): Clobber the CC_REGNUM register.
9401         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
9402         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
9403         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
9404         (setf_insn, set_z_insn, set_nz_insn): New instructions for
9405         v850e2v3 target.
9406         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
9407         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
9408         targets.
9409         (sasf_1, sasf_2): Remove.
9410         (sasf): New instruction.
9411         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
9412         targets. CC_REGNUM register is clobbered and attributes are
9413         updated.
9414         (branch_z_normal, branch_z_invert, branch_nz_normal,
9415         branch_nz_invert): New branch related instructions.
9416         (jump): Updated the attributes.
9417         (switch): Update to support new targets. CC_REGNUM register is
9418         clobbered and attributes are updated.
9419         (call_internal_short, call_internal_long, call_value_internal_short,
9420         call_value_internal_long): Updated the attributes.
9421         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
9422         clobbered and attributes are updated.
9423         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
9424         Update to support new targets. CC_REGNUM register is clobbered.
9425         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
9426         instructions.
9427         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
9428         are updated.
9429         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
9430         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
9431         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
9432         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
9433         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
9434         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
9435         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
9436         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
9437         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
9438         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
9439         point instructions defined for V850e2v3 target.
9440         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
9441         Add support for V850E2 targets and CC_REGNUM register is clobbered.
9442         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
9443         support for new targets.
9444         * config/v850/v850-modes.def: New file.
9445         * config/v850/v850.opt(mstrict-align): Remove.
9446         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
9447         mv850e2v3): New command line options for V850.
9448         * config.gcc: Update the newly added files.
9449         * doc/invoke.texi: Update the newly added command line options for
9450         V850 target.
9451
9452 2010-07-26  Richard Guenther  <rguenther@suse.de>
9453
9454         PR tree-optimization/45052
9455         * ipa-pure-const.c (check_stmt): Check volatileness.
9456
9457 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
9458
9459         PR target/44707
9460         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
9461         * config/sparc/sparc.c: Include reload.h.
9462         (legitimize_tls_address): Rename into...
9463         (sparc_legitimize_tls_address): ...this.
9464         (legitimize_pic_address): Rename into...
9465         (sparc_legitimize_pic_address): ...this.
9466         (sparc_expand_move): Adjust to above renaming.
9467         (sparc_tls_referenced_p): Likewise.
9468         (sparc_legitimize_tls_address): Likewise.
9469         (sparc_legitimize_pic_address): Likewise.
9470         (sparc_legitimize_address): Likewise.
9471         (sparc_output_mi_thunk): Likewise.
9472         (sparc_legitimize_reload_address): New global function.  Recognize
9473         (lo_sum (high ...) ...) patterns generated by earlier passes.
9474         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
9475
9476 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
9477
9478         PR target/44484
9479         * config/sparc/predicates.md (memory_reg_operand): Delete.
9480         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
9481         (*sync_compare_and_swap): Encode the address form in the pattern.
9482         (*sync_compare_and_swapdi_v8plus): Likewise.
9483
9484 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
9485
9486         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
9487         Streamline paragraph on compatibility with the system compiler.
9488
9489 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
9490
9491         PR middle-end/45035
9492         * alias.c (true_dependence_1): Fix thinko in merge of old
9493         true_dependence and canon_true_dependence.
9494
9495 2010-07-23  Jan Hubicka  <jh@suse.cz>
9496
9497         * lto-streamer-out.c (write_symbol): Fix visibilities of external
9498         references.
9499
9500 2010-07-23  Le-Chun Wu  <lcwu@google.com>
9501
9502         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
9503         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
9504         and an unnecessary assignment.
9505         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
9506         self-assign warning.
9507         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
9508         unnecessary self-init.
9509
9510 2010-07-23  Richard Guenther  <rguenther@suse.de>
9511
9512         PR lto/43071
9513         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
9514         for -flto and -fwhopr.
9515
9516 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
9517
9518         PR target/41943
9519         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
9520         (stmp-int-hdrs): Prefix/postfix headers by include_next.
9521         * config.gcc (user_headers_inc_next_pre): New.
9522         (user_headers_inc_next_post): Likewise.
9523         (*-w64-mingw*): Use for float.h post-fixing, and for
9524         stddef.h/stdarg.h pre-fixing by include_next.
9525         * configure.ac (user_headers_inc_next_post): New.
9526         (user_headers_inc_next_pre): New.
9527         * configure: Regenerated.
9528
9529 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9530
9531         * configure.ac: Don't disable TLS on Solaris 8/9 by default
9532         Set tga_func for Solaris 2/x86 resp. SPARC.
9533         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
9534         (LIB_THREAD_LDFLAGS_SPEC): Define.
9535         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
9536         * configure: Regenerate.
9537         * config.in: Regenerate.
9538         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
9539         -pthread, -threads, LIB_TLS_SPEC with -pthread.
9540         * doc/install.texi (Specific, *-*-solaris2*): Document use of
9541         alternate thread libraries on Solaris 8.
9542         Document TLS patch requirements.
9543         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
9544         Document tls.
9545
9546         PR target/18788
9547         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
9548         -shared.
9549
9550 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
9551
9552         * tree.h (struct tree_base): Add nameless_flag bitfield.
9553         (TYPE_NAMELESS, DECL_NAMELESS): Define.
9554         * omp-low.c (create_omp_child_function, scan_omp_parallel,
9555         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
9556         DECL_ARTIFICIAL where needed.
9557         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
9558         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
9559         has DECL_NAMELESS set.
9560
9561 2010-07-23  Martin Jambor  <mjambor@suse.cz>
9562
9563         PR tree-optimization/44915
9564         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
9565         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
9566         (analyze_function): Likewise.
9567
9568 2010-07-23  Martin Jambor  <mjambor@suse.cz>
9569
9570         PR tree-optimization/44914
9571         * tree-sra.c (sra_modify_function_body): Return true if CFG was
9572         changed, add purging dead eh edges.
9573         (ipa_sra_modify_function_body): Return true if CFG was changed,
9574         simplify purging dead eh edges.
9575         (modify_function): Return true if CFG was changed.
9576         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
9577         was changed.
9578         (ipa_early_sra): Likewise.
9579
9580 2010-07-23  Jie Zhang  <jie@codesourcery.com>
9581
9582         PR target/44290
9583         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
9584         if "naked".
9585         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
9586         false if ! tree_versionable_function_p.
9587
9588 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
9589
9590         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
9591         * ipa-pure-const.c (special_builtlin_state): Remove
9592         BUILT_IN_ARGS_INFO case.
9593         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
9594         * builtins.c (expand_builtin): Likewise.
9595         (expand_builtin_args_info): Remove.
9596         * doc/tm.texi (__builtin_args_info): Remove.
9597         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
9598         * doc/tm.text.in: Likewise.
9599
9600 2010-07-23  Richard Guenther  <rguenther@suse.de>
9601
9602         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
9603         (lto_symtab_merge_decls_2): Likewise.
9604         * tree-ssa.c (useless_type_conversion_p): Likewise.
9605         * lto-streamer-in.c (input_gimple_stmt): Likewise.
9606         * gimple.c (gtc_visited2, gtc_ob2): Remove.
9607         (struct type_pair_d): Make same_p an array indexed by mode.
9608         Update comment.
9609         (lookup_type_pair): Update initialization.
9610         (struct sccs): Adjust same_p type.
9611         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
9612         Adjust.
9613         (print_gimple_types_stats): Likewise.
9614         * gimple.h (enum gtc_mode): New.
9615         (gimple_types_compatible_p): Adjust prototype.
9616
9617 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
9618
9619         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
9620         again after processing insn.
9621
9622 2010-07-23  Jie Zhang  <jie@codesourcery.com>
9623
9624         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
9625         proper words when !tree_versionable_function_p.
9626
9627 2010-07-23  Richard Guenther  <rguenther@suse.de>
9628
9629         PR tree-optimization/45037
9630         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
9631
9632 2010-07-23  Jie Zhang  <jie@codesourcery.com>
9633
9634         * doc/extend.texi: Remove IP2K from the description of naked attribute.
9635         Add MCORE instead.
9636
9637 2010-07-10  Andi Kleen  <ak@linux.intel.com>
9638
9639         PR lto/44992
9640         * lto-opts.c (lto_write_options): Add NULL file_data argument to
9641         lto_get_section_name.
9642         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
9643         * lto-streamer-out.c (produce_asm): Likewise.
9644         (copy_function): Likewise.
9645         (produce_symtab): Likewise.
9646         (produce_asm_for_decls): Likewise.
9647         * lto-streamer.c (lto_get_section_name): Add file_data argument.
9648         Rewrite to add random postfix to LTO sections.
9649         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
9650         (lto_get_section_name): Add file_data argument to prototype.
9651
9652 2010-07-10  Andi Kleen  <ak@linux.intel.com>
9653
9654         * lto-section-in.c (lto_section_name): Synchronize names
9655         with lto_get_section_name.
9656
9657 2010-07-10  Andi Kleen  <ak@linux.intel.com>
9658
9659         * lto-opts.c (lto_read_file_options): Check for missing section.
9660
9661 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
9662
9663         * ira.c (check_allocation): Correctly handle the case where an allocno
9664         with two objects was allocated to a single reg.
9665
9666 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
9667
9668         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
9669         (is_widening_mult_p): Likewise.
9670         (convert_to_widen): Use them.
9671         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
9672         well as integer ones.
9673
9674 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
9675
9676         * alias.c (true_dependence_1): New function, merged version of
9677         true_dependence and canon_true_dependence.
9678         (true_dependence): Simplify.
9679         (canon_true_dependence): Simplify.
9680
9681 2010-07-22  Richard Henderson  <rth@redhat.com>
9682
9683         PR target/45027
9684         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
9685         of V4SFmode for the SSE saves; increase stack alignment if needed.
9686         (ix86_gimplify_va_arg): Don't increase stack alignment here.
9687
9688 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
9689
9690         PR bootstrap/45028
9691         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
9692         call cprop_find_used_regs again via note_uses.
9693
9694 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
9695
9696         * alias.c (get_alias_set): Fix formatting issues.
9697
9698 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
9699
9700         PR middle-end/44878
9701         * stmt.c (expand_value_return):  Call promote_function_mode with
9702         a for_return argument of 2 when returning by reference.
9703
9704 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
9705
9706         PR debug/45024
9707         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
9708         unit DIE if we can find the scope DIE.
9709
9710 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
9711
9712         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
9713         changed.  Initialize OBJECT_SUBWORD.
9714         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
9715         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
9716         all callers changed.
9717         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
9718         (finish_allocno): Likewise.
9719         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
9720         (remove_low_level_allocnos): Likewise.
9721         (update_bad_spill_attribute): Likewise.
9722         (setup_min_max_allocno_live_range_point): Likewise.
9723         (sort_conflict_id_map): Likewise.
9724         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
9725         (ior_hard_reg_conflicts): New function.
9726         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
9727         (compress_conflict_vecs): Iterate over objects, not allocnos.
9728         (ira_add_live_range_to_object): New function.
9729         (object_range_compare_func): Renamed from allocno_range_compare_func.
9730         All callers changed.
9731         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
9732         subobjects, widen the min/max range of the lowest-order object to
9733         potentially include all other such low-order objects.
9734         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
9735         (check_allocation): Likewise.  Use more fine-grained tests for register
9736         conflicts.
9737         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
9738         allocno subobjects.
9739         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
9740         choices about which bits to set in each set.  Don't use
9741         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
9742         using the multiple sets we computed.
9743         (push_allocno_to_stack): Iterate over allocno subobjects.
9744         (all_conflicting_hard_regs_coalesced): New static function.
9745         (setup_allocno_available_regs_num): Use it.
9746         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
9747         subobjects.
9748         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
9749         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
9750         by ALLOCNO_NUM_OBJECTS.
9751         (calculate_spill_cost): Likewise.
9752         (color_pass): Express if statement in a more normal way.
9753         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
9754         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
9755         (setup_slot_coalesced_allocno_live_ranges): Likewise.
9756         (allocno_reload_assign): Likewise.
9757         (ira_reassign_pseudos): Likewise.
9758         (fast_allocation): Likewise.
9759         * ira-conflicts.c (build_conflict_bit_table): Likewise.
9760         (print_allocno_conflicts): Likewise.
9761         (ira_build_conflicts): Likewise.
9762         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
9763         callers changed.  Test subword 0 of each allocno for conflicts.
9764         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
9765         callers changed.  Iterate over allocno subobjects.
9766         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
9767         * ira-int.h (struct ira_allocno): New member: num_objects.
9768         Rename object to objects and change it into an array.
9769         (ALLOCNO_OBJECT): Add new argument N.
9770         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
9771         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
9772         (ior_hard_reg_conflicts): Declare.
9773         (ira_add_live_range_to_object): Declare.
9774         (ira_allocno_object_iterator): New.
9775         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
9776         (FOR_EACH_ALLOCNO_OBJECT): New macro.
9777         * ira-lives.c (objects_live): Renamed from allocnos_live; all
9778         uses changed.
9779         (allocnos_processed): New sparseset.
9780         (make_object_born): Renamed from make_allocno_born; take an
9781         ira_object_t argument.  All callers changed.
9782         (make_object_dead): Renamed from make_allocno_dead; take an
9783         ira_object_t argument.  All callers changed.
9784         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
9785         All callers changed.
9786         (mark_pseudo_regno_live): Iterate over allocno subobjects.
9787         (mark_pseudo_regno_dead): Likewise.
9788         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
9789         functions.
9790         (mark_ref_live): Detect subword accesses and call
9791         mark_pseudo_regno_subword_live as appropriate.
9792         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
9793         (process_bb_nodes_live): Deal with object-related updates first; set
9794         and test bits in allocnos_processed to avoid computing allocno
9795         statistics more than once.
9796         (create_start_finish_chains): Iterate over objects, not allocnos.
9797         (print_object_live_ranges): New function.
9798         (print_allocno_live_ranges): Use it.
9799         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
9800         and objects_live.
9801
9802 2010-07-22  Richard Guenther  <rguenther@suse.de>
9803
9804         PR lto/42451
9805         * gimple.c (gtc_next_dfs_num): New global.
9806         (struct sccs): Make value a union, add integer same_p member.
9807         (gtc_visit): New function.
9808         (gimple_types_compatible_p_1): New function, split out from ...
9809         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
9810         (iterative_hash_gimple_type): Adjust for sccs change.
9811
9812 2010-07-22  Martin Jambor  <mjambor@suse.cz>
9813
9814         PR tree-optimization/44891
9815         * tree-sra.c: Include gimple-pretty-print.h.
9816         (replace_uses_with_default_def_ssa_name): Renamed to
9817         get_repl_default_def_ssa_name, return the new SSA name instead of
9818         replacing the old one.
9819         (sra_modify_assign): Dump a message when removing a load, if the LHS
9820         is an SSA_NAME, do not do any propagation, just set the RHS to a
9821         default definition SSA NAME, type convert if necessary.
9822         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
9823
9824 2010-07-22  Richard Guenther  <rguenther@suse.de>
9825
9826         PR tree-optimization/45017
9827         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
9828         TYPE_PRECISION of integral types in addition to size.
9829
9830 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
9831
9832         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
9833         when no C library is specified.
9834
9835 2010-07-22  Martin Jambor  <mjambor@suse.cz>
9836
9837         * ipa-prop.h (struct ipa_node_params): Updated comment.
9838         (struct ipa_edge_args): Likewise.
9839         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
9840
9841 2010-07-22  Martin Jambor  <mjambor@suse.cz>
9842
9843         * cgraphunit.c (verify_edge_count_and_frequency): New function.
9844         (verify_cgraph_node): Verify frequencies of indirect edges.
9845         * tree-inline.c (tree_function_versioning): Update frequencies of
9846         indirect edges.
9847
9848 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9849
9850         PR target/43698
9851         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
9852         Set *arm_rev to be predicable.
9853
9854 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
9855
9856         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
9857         (LINK_COMMAND_SPEC_A): New.
9858         (DSYMUTIL): New.
9859         (DSYMUTIL_SPEC): New.
9860         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
9861         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
9862
9863 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
9864
9865         * calls.c (load_register_parameters): Move check for zero
9866         sized items so that only the call to
9867         mem_overlaps_already_clobbered_arg_p () is protected.
9868
9869 2010-07-22  Jan Hubicka  <jh@suse.cz>
9870
9871         * ipa-pure-const.c (varying_state): Break out from ...
9872         (get_function_state): ... here; always return varying_state
9873         when state would be NULL otherwise.
9874         (remove_node_data): Do not free varying state.
9875
9876 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
9877
9878         PR bootstrap/44970
9879         PR middle-end/45009
9880         * postreload.c: Include "target.h".
9881         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
9882         into account.
9883         (fixup_debug_insns): Don't copy the rtx.
9884         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
9885         Don't copy when replacing.  Call fixup_debug_insns in the case where
9886         we merged one add with another.
9887         (reload_combine_recognize_pattern): Fail if there aren't any uses.
9888         Try harder to determine whether we're picking a valid index register.
9889         Don't set store_ruid for an insn we're going to scan in the
9890         next iteration.
9891         (reload_combine): Remove unused code.
9892         (reload_combine_note_use): When updating use information for
9893         an old insn, ignore a use that occurs after store_ruid.
9894         * Makefile.in (postreload.o): Update dependencies.
9895
9896         * function.c (record_hard_reg_sets): Restrict the previous change
9897         to cases where the incoming nominal mode is the same as the
9898         incoming promoted mode and everything happens in MODE_INT.
9899
9900 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
9901
9902         PR debug/45015
9903         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
9904         ASM_OPERANDS_OUTPUT_IDX.
9905         (adjust_insn): For inline asm with multiple sets ensure first
9906         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
9907         the insn.
9908
9909 2010-07-21  Richard Henderson  <rth@redhat.com>
9910
9911         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
9912         comparison for avoiding xmm register saves.  Emit the xmm register
9913         saves explicitly.
9914         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
9915         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
9916         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
9917         Remove patterns and the associated splitters.
9918
9919 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
9920
9921         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
9922         and imagine parts of a complex, so that they can have the same
9923         base and fall into the same group.
9924
9925 2010-07-21  Richard Guenther  <rguenther@suse.de>
9926
9927         PR lto/45018
9928         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
9929         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
9930         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
9931
9932 2010-07-21  Martin Jambor  <mjambor@suse.cz>
9933
9934         PR tree-optimization/44900
9935         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
9936         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
9937
9938 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
9939
9940         PR middle-end/44738
9941         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
9942
9943 2010-07-21  Richard Guenther  <rguenther@suse.de>
9944
9945         PR middle-end/45013
9946         * tree-ssa.c (useless_type_conversion_p): Dispatch to
9947         gimple_types_compatible_p only when in lto.
9948         * gimple.c (gimple_types_compatible_p): Use canonical types
9949         to speed up comparison.
9950
9951 2010-07-21  Richard Guenther  <rguenther@suse.de>
9952
9953         * tree-flow.h (referenced_var): Move define ...
9954         * tree-flow-inline.h (referenced_var): ... here as an inline
9955         function.  Assert here ...
9956         * tree-dfa.c (referenced_var_lookup): ... instead of here.
9957         * tree-ssa.c (maybe_optimize_var): Check if the variable
9958         is in referenced vars.
9959         (execute_update_addresses_taken): Remove old broken check.
9960         * gimple-pretty-print.c (pp_points_to_solution): Use
9961         referenced_var_lookup.
9962         * tree-into-ssa.c (dump_decl_set): Likewise.
9963
9964 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
9965
9966         PR debug/45003
9967         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
9968         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
9969         ZERO_EXTEND here.
9970
9971 2010-07-20  Richard Henderson  <rth@redhat.com>
9972
9973         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
9974
9975 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
9976
9977         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
9978         computing the sum of the stack pointer and a large constant.
9979         * config/arm/constraints.md (M): Remove superfluous parentheses.
9980         (Pc): New constraint.
9981
9982 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
9983
9984         PR debug/45006
9985         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
9986         operand's type if exp is tcc_unary class tree.
9987
9988 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
9989
9990         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
9991         Reverse sense of if_then_else condition.
9992
9993 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
9994
9995         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
9996         * config/rs6000/rs6000.c (rs6000_override_options): Set
9997         rs6000_block_move_inline_limit appropriately.
9998         (expand_block_move): Use rs6000_block_move_inline_limit.
9999         * doc/invoke.texi (mblock-move-inline-limit): Document.
10000
10001 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
10002
10003         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
10004         FROM and TO.  All callers changed.  Don't look for tracked uses,
10005         just scan the RTL for DEBUG_INSNs and substitute.
10006         (reload_combine_recognize_pattern): Call fixup_debug_insns.
10007         (reload_combine): Ignore DEBUG_INSNs.
10008
10009 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
10010
10011         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
10012         depth to 8 from 5.
10013
10014         PR debug/45003
10015         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
10016         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
10017         instead of the result's type.
10018
10019 2010-07-20  Richard Guenther  <rguenther@suse.de>
10020
10021         PR tree-optimization/44977
10022         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
10023         SSA form.
10024
10025 2010-07-20  Richard Guenther  <rguenther@suse.de>
10026
10027         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
10028         (lto_symtab_merge_decls_2): Likewise.
10029         * gimple.h (gimple_types_compatible_p): Declare.
10030         * gimple.c (gimple_queue_type_fixup): Remove.
10031         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
10032         (gimple_compatible_complete_and_incomplete_type_p): New function.
10033         (gimple_types_compatible_p): Adjust.
10034         (gimple_register_type): Remove type fixup code.
10035         (print_gimple_types_stats): Adjust.
10036         (free_gimple_type_tables): Likewise.
10037         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
10038         * tree-ssa.c (useless_type_conversion_p): Likewise.
10039
10040 2010-07-20  Richard Guenther  <rguenther@suse.de>
10041
10042         PR middle-end/44971
10043         PR middle-end/44988
10044         * tree-ssa.c (maybe_optimize_var): New function split out from ...
10045         (execute_update_addresses_taken): ... here.
10046         (non_rewritable_mem_ref_base): Likewise.
10047         (execute_update_addresses_taken): Do not iterate over all referenced
10048         vars but just all local decls and parms.
10049         Properly check call and asm arguments and rewrite call arguments.
10050
10051 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
10052
10053         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
10054         to top level.
10055         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
10056         definitions ...
10057         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
10058         New macro.
10059         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
10060
10061 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
10062
10063         * gengtype.c (start_root_entry): New function, split out from
10064         write_root.  Check whether V is null and raise an error if so.
10065         (write_field_root): Check for V being null.  Don't raise an error here;
10066         set V to null instead.
10067         (write_root): Update comment above function.  Use start_root_entry.
10068
10069 2010-07-19  Xinliang David Li  <davidxl@google.com>
10070
10071         PR testsuite/44932
10072         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
10073         def edges.
10074         (find_uninit_use): Add dump.
10075         (is_use_properly_guarded): Ditto.
10076         (warn_uninitialized_phi): Ditto.
10077         (execute_late_warn_uninitialized): Ditto.
10078
10079 2010-07-19  Richard Guenther  <rguenther@suse.de>
10080
10081         PR middle-end/44941
10082         * expr.c (emit_block_move_hints): Move zero size check first.
10083         Move asserts to more useful places.
10084         * calls.c (load_register_parameters): Check for zero size.
10085
10086 2010-07-19  Richard Henderson  <rth@redhat.com>
10087
10088         * tree-optimize.c (execute_all_early_local_passes): New.  Change
10089         cgraph_state here ...
10090         (execute_early_local_optimizations): ... not here.  Remove.
10091         (pass_early_local_passes, pass_all_early_optimizations): Update.
10092
10093 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
10094
10095         * postreload.c (reload_combine_closest_single_use): Ignore the
10096         number of uses for DEBUG_INSNs.
10097         (fixup_debug_insns): New static function.
10098         (reload_combine_recognize_const_pattern): Use it.  Don't let the
10099         main loop be affected by DEBUG_INSNs.
10100         Really disallow moving adds past a jump insn.
10101         (reload_combine_recognize_pattern): Don't update use_ruid here.
10102         (reload_combine_note_use): Do it here.
10103         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
10104
10105 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
10106
10107         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
10108         of a loop.
10109         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
10110
10111 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
10112
10113         * config/i386/darwin.h: Define darwin_emit_branch_islands.
10114         (TARGET_MACHO_BRANCH_ISLANDS): New.
10115         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
10116         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
10117         default value.
10118         * config/i386/i386.c (output_pic_addr_const): Do not emit
10119         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
10120         (x86_output_mi_thunk): Adjust symbol creation.
10121         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
10122         Remove out of date comment.
10123         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
10124         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
10125         (DARWIN_GENERATE_ISLANDS): Ditto.
10126         (output_call):  Do not emit branch islands unless
10127         darwin_emit_branch_islands is set.
10128         * config/darwin.c: Declare darwin_emit_branch_islands.
10129         (machopic_indirect_data_reference): Do not emit unless
10130         darwin_emit_branch_islands is set.
10131         (darwin_override_options): Set darwin_emit_branch_islands
10132         where it is needed.
10133         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
10134
10135 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10136
10137         * doc/sourcebuild.texi (Effective-Target Keywords): Document
10138         sse_runtime, sse2_runtime.
10139
10140 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
10141
10142         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
10143         low half of a single-register SCmode return value before ORing
10144         it with the high half.
10145         * config/mips/mips16.S (MERGE_GPRf): Likewise.
10146
10147 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10148
10149         PR target/44805
10150         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
10151         on all targets.
10152
10153 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
10154
10155         PR target/42235
10156         * postreload.c (reload_cse_move2add): Return bool, true if anything.
10157         changed.  All callers changed.
10158         (move2add_use_add2_insn): Likewise.
10159         (move2add_use_add3_insn): Likewise.
10160         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
10161         reload_combine.
10162         (RELOAD_COMBINE_MAX_USES): Bump to 16.
10163         (last_jump_ruid): New static variable.
10164         (struct reg_use): New members CONTAINING_MEM and RUID.
10165         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
10166         (reload_combine_split_one_ruid, reload_combine_split_ruids,
10167         reload_combine_purge_insn_uses, reload_combine_closest_single_use
10168         reload_combine_purge_reg_uses_after_ruid,
10169         reload_combine_recognize_const_pattern): New static functions.
10170         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
10171         is true for our reg and that we have available index regs.
10172         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
10173         callers changed.  Use them to initialize fields in struct reg_use.
10174         (reload_combine): Initialize last_jump_ruid.  Be careful when to
10175         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
10176         Call reload_combine_recognize_const_pattern.
10177         (reload_combine_note_store): Update REAL_STORE_RUID field.
10178
10179 2010-07-16  Jason Merrill  <jason@redhat.com>
10180
10181         * Makefile.in (opts-common.o): Depend on options.h.
10182
10183 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
10184
10185         * tree.c (build_common_builtin_nodes): Use build_function_type_list
10186         instead of build_function_type.
10187         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
10188         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
10189
10190 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
10191
10192         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
10193         do all the work.
10194         (rs6000_emit_int_cmove): Use function pointers for insn generation.
10195         Don't force values into registers unnecessarily.
10196         (output_isel): Assert that we're not given conditions we can't handle.
10197         Delete corresponding code.
10198         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
10199         scc_comparison_operator constraint.  Permit 0 for the consequent
10200         operand.  Permit any GPR for the alternative operand.
10201         (isel_unsigned_<mode>): Likewise.
10202
10203 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
10204
10205         PR target/44942
10206         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
10207         argument to const_tree.
10208         * config/i386/i386.c (function_arg_advance): If padding needs to be
10209         inserted before argument, increment cum->words by number of padding
10210         words as well.
10211         (contains_aligned_value_p): Change argument to const_tree.
10212         (ix86_function_arg_boundary): Change second argument to const_tree.
10213
10214 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
10215
10216         PR target/42235
10217         * function.c (record_hard_reg_sets): New static function.
10218         (assign_parm_setup_reg): If an optab for extending exists and the
10219         generated code clobbbers no hard regs, emit the insn directly and
10220         create a REG_EQUIV note.
10221
10222 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
10223
10224         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
10225         TREE_CHAIN.
10226         * c-typeck.c (push_init_level): Likewise.
10227         (process_init_element): Likewise.
10228
10229 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
10230
10231         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
10232         (integer_three_node): Add.
10233         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
10234         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
10235         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
10236         of call build_int_cst.
10237         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
10238         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
10239         (find_interesting_uses_address): Ditto.
10240         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
10241         * tree-eh.c (lower_eh_constructs_2): Ditto.
10242         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
10243         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
10244         * expmed.c (expand_divmod): Ditto.
10245         * tree-mudflap.c (mx_register_decls): Ditto.
10246         * varasm.c (array_size_for_constructor): Ditto.
10247         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
10248         * c-parser.c (c_parser_postfix_expression): Ditto.
10249
10250 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
10251
10252         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
10253         New static variables.
10254         (reload_combine_recognize_pattern): New static function, broken out
10255         of reload_combine.
10256         (reload_combine): Use it.  Only initialize first_index_reg and
10257         last_index_reg once.
10258
10259 2010-07-15  Richard Henderson  <rth@redhat.com>
10260
10261         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
10262         when done.
10263
10264 2010-07-15  Jan Hubicka  <jh@suse.cz>
10265
10266         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
10267         comdats for broken gold.
10268         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
10269
10270 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
10271
10272         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
10273
10274 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
10275
10276         * tree.h (DECL_CHAIN): Define.
10277         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
10278         * c-decl.c: Likewise.
10279         * c-parser.c: Likewise.
10280         * c-typeck.c: Likewise.
10281         * cfgexpand.c: Likewise.
10282         * cgraph.c: Likewise.
10283         * cgraphunit.c: Likewise.
10284         * combine.c: Likewise.
10285         * config/alpha/alpha.c: Likewise.
10286         * config/arm/arm.c: Likewise.
10287         * config/frv/frv.c: Likewise.
10288         * config/i386/i386.c: Likewise.
10289         * config/i386/winnt-cxx.c: Likewise.
10290         * config/ia64/ia64.c: Likewise.
10291         * config/iq2000/iq2000.c: Likewise.
10292         * config/mep/mep.c: Likewise.
10293         * config/mips/mips.c: Likewise.
10294         * config/pa/som.h: Likewise.
10295         * config/rs6000/rs6000.c: Likewise.
10296         * config/s390/s390.c: Likewise.
10297         * config/sh/sh.c: Likewise.
10298         * config/sh/symbian-cxx.c: Likewise.
10299         * config/sparc/sparc.c: Likewise.
10300         * config/spu/spu.c: Likewise.
10301         * config/stormy16/stormy16.c: Likewise.
10302         * config/vxworks.c: Likewise.
10303         * config/xtensa/xtensa.c: Likewise.
10304         * coverage.c: Likewise.
10305         * dbxout.c: Likewise.
10306         * dwarf2out.c: Likewise.
10307         * emit-rtl.c: Likewise.
10308         * expr.c: Likewise.
10309         * function.c: Likewise.
10310         * gimple-low.c: Likewise.
10311         * gimple-pretty-print.c: Likewise.
10312         * gimplify.c: Likewise.
10313         * integrate.c: Likewise.
10314         * ipa-inline.c: Likewise.
10315         * ipa-prop.c: Likewise.
10316         * ipa-split.c: Likewise.
10317         * ipa-struct-reorg.c: Likewise.
10318         * ipa-type-escape.c: Likewise.
10319         * langhooks.c: Likewise.
10320         * lto-cgraph.c: Likewise.
10321         * omp-low.c: Likewise.
10322         * stor-layout.c: Likewise.
10323         * tree-cfg.c: Likewise.
10324         * tree-complex.c: Likewise.
10325         * tree-dfa.c: Likewise.
10326         * tree-dump.c: Likewise.
10327         * tree-inline.c: Likewise.
10328         * tree-mudflap.c: Likewise.
10329         * tree-nested.c: Likewise.
10330         * tree-object-size.c: Likewise.
10331         * tree-pretty-print.c: Likewise.
10332         * tree-sra.c: Likewise.
10333         * tree-ssa-live.c: Likewise.
10334         * tree-ssa-loop-niter.c: Likewise.
10335         * tree-ssa-math-opts.c: Likewise.
10336         * tree-ssa-reassoc.c: Likewise.
10337         * tree-ssa-sccvn.c: Likewise.
10338         * tree-ssa-structalias.c: Likewise.
10339         * tree-tailcall.c: Likewise.
10340         * tree-vrp.c: Likewise.
10341         * tree.c: Likewise.
10342         * var-tracking.c: Likewise.
10343         * varasm.c: Likewise.
10344
10345 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10346
10347         PR target/44877
10348         * config/spu/spu.c (spu_expand_builtin_1): Allow references
10349         (as well as pointers) as argument to mask_for_load builtins.
10350
10351 2010-07-15  Richard Guenther  <rguenther@suse.de>
10352
10353         PR tree-optimization/44946
10354         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
10355         with accessing only padding properly.
10356
10357 2010-07-15  Jan Hubicka  <jh@suse.cz>
10358
10359         * ipa.c (function_and_variable_visibility): Variables marked as used
10360         should not be localized.
10361
10362 2010-07-15  Jan Hubicka  <jh@suse.cz>
10363
10364         * cgraph.c: Include lto-streamer.h
10365         (change_decl_assembler_name): Work when assembler name hash is at place.
10366         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
10367         be sure to rename it to avoid name clash.
10368         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
10369         Localize hidden symbols only when locally defined.
10370
10371 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
10372
10373         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
10374
10375 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
10376             Kevin F. Quinn  <kevquinn@gentoo.org>
10377
10378         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
10379         * common.opt: Add -Wtrampolines.
10380         * doc/invoke.texi: Add -Wtrampolines.
10381
10382 2010-07-15  Jie Zhang  <jie@codesourcery.com>
10383
10384         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
10385         cortex_a8_issue_ls.
10386
10387 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
10388
10389         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
10390         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
10391
10392 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10393
10394         * config/spu/spu.c (reg_names): Remove prototype.
10395         (call_used_regs): Likewise.
10396
10397 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
10398
10399         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
10400         "unused" with attribute "used".
10401         (__JCR_END__): Likewise.
10402         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
10403         "used" attribute.
10404         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
10405
10406 2010-07-14  Richard Guenther  <rguenther@suse.de>
10407
10408         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
10409         (maybe_fixup_decls): Likewise.
10410         (input_gimple_stmt): Do not fixup anything.
10411         * lto-streamer-out.c (output_gimple_stmt): Make sure all
10412         non-automatic variable uses are wrapped inside a MEM_REF.
10413
10414 2010-07-14  Richard Henderson  <rth@redhat.com>
10415
10416         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
10417         for functions.
10418         * varasm.c (assemble_variable): Remove early exit for functions;
10419         assert that we're given a variable.
10420
10421 2010-07-14  Jie Zhang  <jie@codesourcery.com>
10422
10423         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
10424         cortex_a8_default when neon_type is not none.
10425
10426 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
10427
10428         * lower-subreg.c (subreg_context): New static bitmap.
10429         (decompose_multiword_subregs): Allocate and free it.
10430         (find_decomposable_subregs): Set a bit in it for a register that
10431         occurs in a subreg that changes mode but not size.
10432         (can_decompose_p): Test it instead of non_decomposable_context.
10433
10434 2010-07-14  Richard Guenther  <rguenther@suse.de>
10435
10436         PR tree-optimization/44824
10437         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
10438         is_gimple_mem_ref_addr.
10439         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
10440         non-decl_address_invariant_p addresses.
10441
10442 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
10443
10444         * reload.c (find_reloads): Revert code to penalize small register
10445         classes that was brought in with the IRA merge.
10446
10447 2010-07-14  Richard Guenther  <rguenther@suse.de>
10448
10449         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
10450         as base of ARRAY_REFs.
10451
10452 2010-07-14  Richard Guenther  <rguenther@suse.de>
10453
10454         PR middle-end/44930
10455         * tree-pretty-print.c (do_niy): Do not print a newline.
10456
10457 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
10458
10459         * ira-int.h (struct ira_object): New.
10460         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
10461         (struct ira_allocno): Remove members min, max,
10462         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
10463         conflict_allocnos_num and conflict_vec_p.  Add new member object.
10464         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
10465         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
10466         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
10467         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
10468         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
10469         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
10470         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
10471         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
10472         an ira_object_t rather than ira_allocno_t.  All uses changed.
10473         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
10474         contains a vector of ira_object_t; all uses changed.
10475         (ira_objects_num): Declare variable.
10476         (ira_create_allocno_object): Declare function.
10477         (ira_conflict_vector_profitable_p): Adjust prototype.
10478         (ira_allocate_conflict_vec): Renamed from
10479         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
10480         (ira_allocate_object_conflicts): Renamed from
10481         ira_allocate_allocno_conflicts; first arg now ira_object_t.
10482         (struct ira_object_iterator): New.
10483         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
10484         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
10485         to conflict_vec_p.  All uses changed.
10486         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
10487         Changed to take into account that conflicts are now tracked for
10488         objects.
10489         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
10490         Args changed to accept ira_object_t.  All uses changed.
10491         (allocnos_conflict_p): New static function.
10492         (collected_conflict_objects): Renamed from collected_allocno_objects;
10493         now a vector of ira_object_t.  All uses changed.
10494         (build_conflict_bit_table): Changed to take into account that
10495         conflicts are now tracked for objects.
10496         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
10497         (print_allocno_conflicts, ira_build_conflicts): Likewise.
10498         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
10499         setup_allocno_left_conflicts_size, allocno_reload_assign,
10500         fast_allocation): Likewise.
10501         * ira-lives.c (make_hard_regno_born, make_allocno_born)
10502         process_single_reg_class_operands, process_bb_node_lives): Likewise.
10503         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
10504         Likewise.
10505         * ira-build.c (ira_objects_num): New variable.
10506         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
10507         contains a vector of ira_object_t; all uses changed.
10508         (ira_object_id_map_vec): Corresponding change.
10509         (object_pool): New static variable.
10510         (initiate_allocnos): Initialize it.
10511         (finish_allocnos): Free it.
10512         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
10513         New functions.
10514         (ira_create_allocno): Don't set members that were removed.
10515         (ira_set_allocno_cover_class): Don't change conflict hard regs.
10516         (merge_hard_reg_conflicts): Changed to take into account that
10517         conflicts are now tracked for objects.
10518         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
10519         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
10520         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
10521         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
10522         setup_min_max_conflict_allocno_ids, ):  Likewise.
10523         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
10524         to ira_object_t; all callers changed.
10525         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
10526         to ira_object_t, all callers changed.
10527         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
10528         to ira_object_t, all callers changed.
10529         (conflict_check, curr_conflict_check_tick): Renamed from
10530         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
10531         changed.
10532         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
10533         arg changed to ira_object_t, all callers changed.
10534         (create_cap_allocno): Call ira_create_allocno_object.
10535         (finish_allocno): Free the corresponding object.
10536         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
10537         callers changed.  Adjusted for dealing with objects.
10538         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
10539         dealing with objects.
10540         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
10541
10542         * ira-int.h (struct live_range): Rename allocno member to object
10543         and change type to ira_object_t.
10544         (struct ira_object): New member live_ranges.
10545         (struct ira_allocno): Remove member live_ranges.
10546         (ALLOCNO_LIVE_RANGES): Remove.
10547         (OBJECT_LIVE_RANGES): New macro.
10548         (ira_create_live_range, ira_copy_live_range_list,
10549         ira_merge_live_range_list, ira_live_ranges_intersect_p,
10550         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
10551         * ira-build.c (ira_create_object): Initialize live ranges here.
10552         (ira_create_allocno): Not here.
10553         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
10554         changed to ira_object_t, all callers changed.
10555         (copy_live_range): Rename from copy_allocno_live_range, all callers
10556         changed.
10557         (ira_copy_live_range_list): Rename from
10558         ira_copy_allocno_live_range_list, all callers changed.
10559         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
10560         all callers changed.
10561         (ira_live_ranges_intersect_p): Rename from
10562         ira_allocno_live_ranges_intersect_p, all callers changed.
10563         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
10564         callers changed.
10565         (ira_finish_live_range_list): Rename from
10566         ira_finish_allocno_live_range_list, all callers changed.
10567         (change_object_in_range_list): Rename from change_allocno_in_range_list,
10568         last arg changed to ira_object_t, all callers changed.
10569         (finish_allocno): Changed to expect live ranges in the allocno's object.
10570         (move_allocno_live_ranges, copy_allocno_live_ranges,
10571         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
10572         ira_flattening, ira_build): Likewise.
10573         * ira-color.c (allocnos_have_intersected_live_ranges_p,
10574         slot_coalesced_allocno_live_ranges_intersect,
10575         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
10576         * ira-conflicts.c (build_conflict_bit_table): Likewise.
10577         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
10578         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
10579         make_allocno_dead, create_start_finish_chains,
10580         remove_some_program_points_and_update_live_ranges,
10581         ira_debug_live_range_list): Likewise.
10582
10583         * ira-int.h (ira_object_conflict_iterator): Rename from
10584         ira_allocno_conflict_iterator.
10585         (ira_object_conflict_iter_init): Rename from
10586         ira_allocno_conflict_iter_init, second arg changed to
10587         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
10588         FOR_EACH_ALLOCNO_CONFLICT.
10589         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
10590         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
10591         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
10592         * ira-conflicts.c (print_allocno_conflicts): Likewise.
10593
10594 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
10595
10596         PR other/44874
10597         * tree-dump.c (dump_options): Add enumerate_locals entry.
10598         Add TDF_NOID exclusion to all entry.
10599         * tree-dump.h (dump_enumerated_decls): Declare.
10600         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
10601         Don't display type uid.
10602         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
10603         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
10604         * tree-ssa-live.c: Include gimple.h.
10605         (numbered_tree_d): New struct.
10606         (numbered_tree): New typedef.
10607         (DEF_VEC_O (numbered_tree): New.
10608         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
10609         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
10610         (dump_enumerated_decls): Likewise.
10611         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
10612         debug info and flag_dump_final_insns, call dump_enumerated_decls.
10613         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
10614         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
10615
10616 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
10617
10618         * expmed.h (MAX_BITS_PER_WORD): Move to...
10619         * defaults.h (MAX_BITS_PER_WORD): ...here.
10620
10621 2010-07-13  DJ Delorie  <dj@redhat.com>
10622
10623         * config/h8300/h8300.c (h8300_init_once): Default to
10624         -fstrict_volatile_bitfields.
10625
10626         * config/sh/sh.c (sh_override_options): Default to
10627         -fstrict_volatile_bitfields.
10628
10629         * config/rx/rx.c (rx_option_override): New.
10630
10631         * config/m32c/m32c.c (m32c_override_options): Default to
10632         -fstrict_volatile_bitfields.
10633
10634 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
10635
10636         * tree.h (build_function_call_expr): Delete.
10637         (build_call_expr_loc_array): New function.
10638         (build_call_expr_loc_vec): New function.
10639         * tree-flow.h (struct omp_region): Change type of ws_args field
10640         to a VEC.
10641         * builtins.c (build_function_call_expr): Delete.
10642         (build_call_expr_loc_array): New function.
10643         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
10644         (build_call_expr): Likewise.
10645         (build_call_expr_loc_vec): New function.
10646         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
10647         build_function_call_expr.
10648         * expr.c (emutls_var_address): Likewise.
10649         * varasm.c (emutls_common_1): Likewise.
10650         * omp-low.c (expand_omp_atomic_mutex): Likewise.
10651         (expand_omp_taskreg): Adjust for new type of region->ws_args.
10652         (get_ws_args_for): Return a VEC instead of a tree.
10653         (expand_parallel_call): Call build_call_expr_loc_vec instead of
10654         build_function_call_expr.
10655         * stor-layout.c (self_referential_size): Likewise.
10656
10657 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
10658
10659         PR testsuite/44701
10660         * recog.c (constrain_operands): Allow side-effects in memory
10661         operands if either < or > constraint is used, rather than if
10662         both < and > is used.
10663
10664 2010-07-13  Richard Guenther  <rguenther@suse.de>
10665
10666         PR middle-end/44911
10667         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
10668         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
10669         without name.
10670
10671 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
10672
10673         PR target/44761
10674         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
10675         to variable emited.
10676         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
10677         * config/sh/sh.md (symGOT_load): Likewise.
10678         (symDTPOFF2reg): Likewise.
10679         (symTPOFF2reg): Likewise.
10680
10681 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10682
10683         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
10684         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
10685
10686 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10687
10688         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
10689         explanation.
10690         Find ucontext_t * on Solaris 11.
10691         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
10692         Handle new Solaris 11 __sighndlr patterns.
10693
10694 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
10695
10696         PR debug/44901
10697         * vec.h (VEC_block_remove): Fix comment.
10698         * tree-ssa-live.c (remove_unused_locals): Don't use
10699         VEC_unordered_remove on local_decls, instead replace a single
10700         vector element in each iteration if at least one element had
10701         to be removed and VEC_truncate at the end.
10702         * omp-low.c (expand_omp_taskreg): Likewise.
10703
10704 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10705
10706         * c-decl.c (finish_function): Fix typo in comment.
10707
10708 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
10709
10710         PR bootstrap/44921
10711         * postreload.c (move2add_use_add3_insn): Silence gcc warning
10712         on min_regno.
10713
10714 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
10715
10716         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
10717         (simplify_stmt_using_ranges): Use it.
10718
10719 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10720
10721         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
10722         member.  Do not mark as GTY(()).
10723         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
10724         (spu_builtin_decls): New static variable.
10725         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
10726         (spu_init_builtins): Likewise.
10727         (spu_builtin_mul_widen_even): Likewise.
10728         (spu_builtin_mul_widen_odd): Likewise.
10729         (spu_builtin_mask_for_load): Likewise.
10730         (spu_builtin_vec_perm): Likewise.
10731         * config/spu/spu-c.c: Include "target.h".
10732         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
10733         of using spu_builtins[].fndecl.
10734
10735 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10736
10737         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
10738         imply -minterlink-mips16.
10739
10740 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10741
10742         * config/mips/mips.h (mips16_globals): Declare.
10743         (SWITCHABLE_TARGET): Define.
10744         * config/mips/mips.c: Include target-globals.h.
10745         (mips16_globals): New variable.
10746         (mips_set_mips16_mode): Use save_target_globals and
10747         restore_target_globals instead of target_reinit.
10748
10749 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10750
10751         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
10752         to say that the function can be called more than once.
10753         * target-globals.c (save_target_globals): Call init_reg_sets.
10754
10755 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10756
10757         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
10758         * bb-reorder.h: New file.
10759         * bb-reorder.c (default_target_bb_reorder): New variable.
10760         (this_target_bb_reorder): New conditional variable.
10761         (uncond_jump_length): Redefine as a macro.
10762         * target-globals.h (this_target_bb_reorder): Declare.
10763         (target_globals): Add a bb_reorder field.
10764         (restore_target_globals): Copy the bb_reorder field to
10765         this_target_bb-reorder.
10766         * target-globals.c: Include bb-reorder.h.
10767         (default_target_globals): Initialize the bb_reorder field.
10768         (save_target_globals): Likewise.
10769
10770 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10771
10772         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
10773         * gcse.h: New file.
10774         * gcse.c: Include gcse.h.
10775         (default_target_gcse): New variable.
10776         (this_target_gcse): New conditional variable.
10777         (can_copy): Redefine as a macro.
10778         (can_copy_init_p): New macro.
10779         (can_copy_p): Remove can_copy_init_p.
10780         * target-globals.h (this_target_gcse): Declare.
10781         (target_globals): Add a gcse field.
10782         (restore_target_globals): Copy the gcse field to this_target_gcse.
10783         * target-globals.c: Include gcse.h.
10784         (default_target_globals): Initialize the gcse field.
10785         (save_target_globals): Likewise.
10786
10787 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10788
10789         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
10790         and x_ira_prohibited_mode_move_regs_initialized_p.
10791         (ira_prohibited_mode_move_regs): Redefine as a macro.
10792         * ira.c (ira_prohibited_mode_move_regs): Delete.
10793         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
10794
10795 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10796
10797         * reload.h (target_reload): Add x_cached_reg_save_code and
10798         x_cached_reg_restore_code.
10799         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
10800         Redefine as macros.
10801
10802 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10803
10804         * Makefile.in (target-globals.o): Depend on builtins.h.
10805         * builtins.h: New file.
10806         * builtins.c: Include builtins.h.
10807         (default_target_builtins): New variable.
10808         (this_target_builtins): New conditional variable.
10809         (apply_args_mode, apply_result_mode): Redefine as macros.
10810         * target-globals.h (this_target_builtins): Declare.
10811         (target_globals): Add a builtins field.
10812         (restore_target_globals): Copy the builtins field to
10813         this_target_builtins.
10814         * target-globals.c: Include builtins.h.
10815         (default_target_globals): Initialize the builtins field.
10816         (save_target_globals): Likewise.
10817
10818 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10819
10820         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
10821         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
10822         from expmed.c.
10823         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
10824         (alg_hash, alg_hash_used_p): New macros.
10825         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
10826         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
10827         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
10828
10829 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10830
10831         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
10832         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
10833         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
10834         (this_op_costs, costs_classes): Redefine as macros.
10835         (record_reg_classes): Don't take op_costs as a parameter.
10836         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
10837         (scan_one_insn): Update call to record_operand_costs.
10838
10839 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10840
10841         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
10842         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
10843         (target_ira_int): New structure.
10844         (default_target_ira_int): Declare.
10845         (this_target_ira_int): Declare as a variable or define as a macro.
10846         (ira_reg_mode_hard_regset, ira_register_move_cost)
10847         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
10848         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
10849         (prohibited_class_mode_regs, ira_important_classes_num)
10850         (ira_important_classes, ira_reg_class_intersect)
10851         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
10852         (ira_reg_class_union): Redefine as macros.
10853         * ira.h (target_ira): New structure.
10854         (default_target_ira): Declare.
10855         (this_target_ira): Declare as a variable or define as a macro.
10856         (ira_available_class_regs, ira_hard_regno_cover_class)
10857         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
10858         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
10859         (ira_class_hard_regs_num): Redefine as macros.
10860         * ira.c (default_target_ira, default_target_ira_int): New variables.
10861         (this_target_ira, this_target_ira_int): New conditional variables.
10862         (ira_reg_mode_hard_regset, ira_memory_move_cost)
10863         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
10864         (ira_class_subset_p): Delete.
10865         (no_unit_alloc_regs): Redefine as a macro.
10866         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
10867         (ira_class_hard_regs_num, ira_class_hard_reg_index)
10868         (ira_available_class_regs): Delete.
10869         (alloc_reg_class_subclasses): Redefine as a macro.
10870         (ira_reg_class_cover_size, ira_reg_class_cover)
10871         (ira_important_classes_num, ira_important_classes)
10872         (ira_important_class_nums, ira_class_translate): Delete.
10873         (cover_class_order): Document the variable's lifetime.
10874         (reorder_important_classes): Don't set ira_important_class_nums.
10875         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
10876         (ira_reg_class_super_classes, ira_reg_class_union)
10877         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
10878         Delete.
10879         (setup_reg_class_nregs): Don't set ira_max_regs.
10880         (prohibited_class_mode_regs): Delete.
10881         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
10882         (target_globals): Add ira and ira_int fields.
10883         (restore_target_globals): Copy the ira field to this_target_ira
10884         and the ira_int field to this_target_ira_int.
10885         * target-globals.c: Include ira-int.h.
10886         (default_target_globals): Initialize the ira and ira_int fields.
10887         (save_target_globals): Likewise.
10888
10889 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10890
10891         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
10892         * cfgloop.h (target_cfgloop): New structure.
10893         (default_target_cfgloop): Declare.
10894         (this_target_cfgloop): Declare as a variable or define as a macro.
10895         (target_avail_regs, target_clobbered_regs, target_res_regs)
10896         (target_reg_cost, target_spill_cost): Redefine as macros.
10897         * cfgloopanal.c (default_target_cfgloop): New variable.
10898         (this_target_cfgloop): New conditional variable.
10899         (target_avail_regs, target_clobbered_regs, target_res_regs)
10900         (target_reg_cost, target_spill_cost): Delete.
10901         * target-globals.h (this_target_cfgloop): Declare.
10902         (target_globals): Add a cfgloop field.
10903         (restore_target_globals): Copy the cfgloop field to
10904         this_target_cfgloop.
10905         * target-globals.c: Include cfgloop.h.
10906         (default_target_globals): Initialize the cfgloop field.
10907         (save_target_globals): Likewise.
10908
10909 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10910
10911         * regs.h (target_regs): Add x_direct_load, x_direct_store and
10912         x_float_extend_from_mem.
10913         (direct_load, direct_store, float_extend_from_mem): New macros.
10914         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
10915
10916 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10917
10918         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
10919         (target-globals.o): Depend on $(LIBFUNCS_H).
10920         * libfuncs.h: Include hashtab.h.
10921         (libfunc_entry): Moved from optabs.c.
10922         (target_libfuncs): New structure.
10923         (default_target_libfuncs): Declare.
10924         (this_target_libfuncs): Declare as a variable or define as a macro.
10925         (libfunc_table): Redefine as a macro.
10926         * optabs.c (default_target_libfuncs): New variable.
10927         (this_target_libfuncs): New conditional variable.
10928         (libfunc_table): Delete.
10929         (libfunc_entry): Moved to optabs.h.
10930         (libfunc_hash): Redefine as a macro.
10931         (hash_libfunc, eq_libfunc): Fix comments.
10932         (init_optabs): Use libfunc_hash to detect cases where the function
10933         has already been called.  Clear the hash table instead of
10934         recreating it.
10935         * target-globals.h (this_target_libfuncs): Declare.
10936         (target_globals): Add a libfuncs field.
10937         (restore_target_globals): Copy the libfuncs field to
10938         this_target_libfuncs.
10939         * target-globals.c: Include libfuncs.h.
10940         (default_target_globals): Initialize the libfuncs field.
10941         (save_target_globals): Likewise.
10942
10943 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10944
10945         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
10946         in all dependency lists.
10947
10948 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10949
10950         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
10951         * optabs.h (target_optabs): New structure.
10952         (default_target_optabs): Declare.
10953         (this_target_optabs): Declare as a variable or define as a macro.
10954         (optab_table, convert_optab_table, direct_optab_table): Redefine
10955         as macros.
10956         * optabs.c (default_target_optabs): New variable.
10957         (this_target_optabs): New conditional variable.
10958         (optab_table, convert_optab_table, direct_optab_table): Delete.
10959         * target-globals.h (this_target_optabs): Declare.
10960         (target_globals): Add a optabs field.
10961         (restore_target_globals): Copy the optabs field to
10962         this_target_optabs.
10963         * target-globals.c: Include expr.h and optabs.h.
10964         (default_target_globals): Initialize the optabs field.
10965         (save_target_globals): Likewise.
10966
10967 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10968
10969         * flags.h (target_flagstate): Add x_flag_excess_precision.
10970         (flag_excess_precision): Redefine as a macro.
10971         * toplev.c (flag_excess_precision): Delete.
10972
10973 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10974
10975         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
10976         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
10977         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
10978         (no_caller_save_reg_set): Redefine as a macro.
10979         * reload.h (target_reload): Add x_caller_save_initialized_p and
10980         x_regno_save_mode.
10981         (caller_save_initialized_p): Redefine as a macro.
10982         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
10983         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
10984         (regno_save_mode): Redefine as a macro.
10985
10986 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
10987
10988         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
10989         * expmed.h: New file.
10990         * expmed.c (default_target_costs): New variable.
10991         (this_target_costs): New conditional variable.
10992         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
10993         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
10994         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
10995         * target-globals.h (this_target_expmed): Declare.
10996         (target_globals): Add a expmed field.
10997         (restore_target_globals): Copy the expmed field to
10998         this_target_expmed.
10999         * target-globals.c: Include expmed.h.
11000         (default_target_globals): Initialize the expmed field.
11001         (save_target_globals): Likewise.
11002
11003 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11004
11005         * Makefile.in (target-globals.o): Depend on reload.h.
11006         * reload.h (target_reload): New structure.
11007         (default_target_reload): Declare.
11008         (this_target_reload): Declare as a variable or define as a macro.
11009         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
11010         * reload1.c (default_target_reload): New variable
11011         (this_target_reload): New conditional variable.
11012         (indirect_symref_ok, double_reg_address_ok): Delete.
11013         (spill_indirect_levels): Redefine as a macro.
11014         * target-globals.h (this_target_reload): Declare.
11015         (target_globals): Add a reload field.
11016         (restore_target_globals): Copy the reload field to
11017         this_target_reload.
11018         * target-globals.c: Include hard-reg-set.h.
11019         (default_target_globals): Initialize the reload field.
11020         (save_target_globals): Likewise.
11021
11022 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11023
11024         * rtl.h (target_rtl): Add x_static_reg_base_value.
11025         * alias.c (static_reg_base_value): Redefine as a macro.
11026
11027 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11028
11029         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
11030         (GTFILES): Remove reginfo.c.
11031         * rtl.h (target_rtl): Add x_top_of_stack.
11032         (top_of_stack): New macro.
11033         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
11034         (top_of_stack): Delete.
11035
11036 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11037
11038         * regs.h (target_regs): Add x_hard_regs_of_mode,
11039         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
11040         x_may_move_out_cost and x_last_mode_for_init_move_cost.
11041         (have_regs_of_mode, contains_reg_of_mode, move_cost)
11042         (may_move_in_cost, may_move_out_cost): Redefine as macros.
11043         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
11044         (may_move_in_cost, may_move_out_cost): Delete.
11045         (last_mode_for_init_move_cost): Redefine as a macro.
11046
11047 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11048
11049         * hard-reg-set.h (target_hard_regs): New structure.
11050         (default_target_hard_regs): Declare.
11051         (this_target_hard_regs): Declare as a variable or define as a macro.
11052         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
11053         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
11054         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
11055         (reg_class_size, reg_class_subclasses, reg_class_subunion)
11056         (reg_class_superunion, reg_names): Redefine as macros.
11057         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
11058         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
11059         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
11060         (reg_class_contents, reg_class_size, reg_class_subclasses)
11061         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
11062         (default_target_hard_regs): New variable
11063         (this_target_hard_regs, initial_call_really_used_regs)
11064         (initial_reg_alloc_order): New conditional variables.
11065         (initial_reg_names): New variable.
11066         (init_reg_sets): Assert that initial_call_really_used_regs,
11067         initial_reg_alloc_order and initial_reg_names
11068         are all the same size as their variable counterparts.  Use them to
11069         initialize those counterparts.
11070         * target-globals.h (this_target_hard_regs): Declare.
11071         (target_globals): Add a hard_regs field.
11072         (restore_target_globals): Copy the hard_regs field to
11073         this_target_hard_regs.
11074         * target-globals.c: Include hard-reg-set.h.
11075         (default_target_globals): Initialize the hard_regs field.
11076         (save_target_globals): Likewise.
11077
11078 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11079
11080         * Makefile.in (target-globals.o): Depend on $(RTL_H).
11081         * rtl.h (target_rtl): New structure.
11082         (default_target_rtl): Declare.
11083         (this_target_rtl): Declare as a variable or define as a macro.
11084         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
11085         Redefine as macros.
11086         * emit-rtl.c (default_target_rtl): New variable.
11087         (this_target_rtl): New conditional variable.
11088         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
11089         (return_address_pointer_rtx): Delete.
11090         (initial_regno_reg_rtx): New macro.
11091         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
11092         (init_emit_regs): Likewise.
11093         * target-globals.h (this_target_rtl): Declare.
11094         (target_globals): Add a rtl field.
11095         (restore_target_globals): Copy the rtl field to this_target_rtl.
11096         * target-globals.c: Include rtl.h.
11097         (default_target_globals): Initialize the rtl field.
11098         (save_target_globals): Likewise.
11099
11100 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11101
11102         * Makefile.in (target-globals.o): Depend on $(REGS_H).
11103         * regs.h (target_reg_modes): New structure.
11104         (default_target_reg_modes): Declare.
11105         (this_target_reg_modes): Declare as a variable or define as a macro.
11106         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
11107         * reginfo.c (default_target_reg_modes): New variable.
11108         (this_target_reg_modes): New conditional variable.
11109         (hard_regno_nregs, reg_raw_mode): Delete.
11110         * target-globals.h (this_target_regs): Declare.
11111         (target_globals): Add a regs field.
11112         (restore_target_globals): Copy the regs field to this_target_regs.
11113         * target-globals.c: Include regs.h.
11114         (default_target_globals): Initialize the regs field.
11115         (save_target_globals): Likewise.
11116
11117 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
11118
11119         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
11120         * doc/tm.texi: Regenerate.
11121         * Makefile.in (OBJS-common): Add target-globals.o.
11122         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
11123         and target-globals.h.
11124         (target-globals.o): New rule.
11125         (GTFILES): Include $(srcdir)/target-globals.h.
11126         * defaults.h (SWITCHABLE_TARGET): Define.
11127         * gengtype.c (open_base_files): Add target-globals.h to the
11128         list of includes.
11129         * target-globals.h: New file.
11130         * target-globals.c: Likewise.
11131
11132         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
11133         * flags.h (target_flag_state): New structure.
11134         (default_target_flag_state): Declare.
11135         (this_target_flag_state): Declare as a variable or define as a macro.
11136         (align_loops_log): Redefine as a macro.
11137         (align_loops_max_skip, align_jumps_log): Likewise.
11138         (align_jumps_max_skip, align_labels_log): Likewise.
11139         (align_labels_max_skip, align_functions_log): Likewise.
11140         * toplev.c (default_target_flag_state): New variable.
11141         (this_target_flag_state): New conditional variable.
11142         (align_loops_log): Delete.
11143         (align_loops_max_skip, align_jumps_log): Likewise.
11144         (align_jumps_max_skip, align_labels_log): Likewise.
11145         (align_labels_max_skip, align_functions_log): Likewise.
11146         * target-globals.h (this_target_flag_state): Declare.
11147         (target_globals): Add a flag_state field.
11148         (restore_target_globals): Copy the flag_state field to
11149         this_target_flag_state.
11150         * target-globals.c: Include flags.h.
11151         (default_target_globals): Initialize the flag_state field.
11152         (save_target_globals): Likewise.
11153
11154 2010-07-12  Jie Zhang  <jie@codesourcery.com>
11155
11156         * postreload.c (reg_symbol_ref[]): New.
11157         (move2add_use_add2_insn): New.
11158         (move2add_use_add3_insn): New.
11159         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
11160         (move2add_note_store): Likewise.
11161
11162 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
11163
11164         PR rtl-optimization/44752
11165         * genautomata.c (main): Don't emit an empty file even if there
11166         is no automaton.
11167
11168 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11169
11170         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
11171         ix86_solaris_return_in_memory.
11172         * config/i386-protos.h: Reflect this.
11173         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
11174         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
11175         Move ...
11176         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
11177
11178 2010-07-12  Jie Zhang  <jie@codesourcery.com>
11179
11180         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
11181         align the stack when it's going to be saved.
11182
11183 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11184
11185         PR pch/14940
11186         * config/host-solaris.c (mmap_fixed): New function.
11187         (sol_gt_pch_get_address): Use it.
11188         (sol_gt_pch_use_address): Likewise.
11189
11190 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11191
11192         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
11193         pentiumpro on Solaris 8 and 9/x86.
11194         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
11195         Document SSE/SSE2 support.
11196         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
11197
11198 2010-07-12  Andi Kleen  <ak@linux.intel.com>
11199
11200         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
11201         instead of gcc_assert to print better error message for multiple
11202         prevailing defs.
11203
11204 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
11205
11206         * config/i386/i386.c (ix86_asm_output_function_label): Change format
11207         string placeholder from 0x%x to %#x.
11208         (ix86_code_end): Use putc to output '\n'.
11209         (ix86_print_operand) <case ';'>: Use putc to output ';'.
11210
11211 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
11212
11213         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
11214         in directive -export.
11215
11216 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
11217
11218         * reginfo.h (reg_classes_intersect_p): Change arguments type to
11219         reg_class_t.
11220         * rtl.h (reg_classes_intersect_p): Adjust prototype.
11221
11222         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
11223         Remove macros.
11224         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
11225         rs6000_memory_move_cost): Remove
11226         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
11227         TARGET_MEMORY_MOVE_COST): Define.
11228         (rs6000_register_move_cost): Make static. Change arguments type from
11229         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
11230         (rs6000_memory_move_cost): Make static. Change arguments type from
11231         'enum reg_class' to reg_class_t.
11232
11233 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
11234
11235         PR middle-end/42505
11236         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
11237         lookup code into....
11238         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
11239         new functions.
11240         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
11241         * cfgloopanal.c (target_clobbered_regs): Define.
11242         (init_set_costs): Initialize target_clobbered_regs.
11243         (estimate_reg_pressure_cost): Add call_p argument.  When true,
11244         adjust the number of available registers to exclude the
11245         call-clobbered registers.
11246         * cfgloop.h (target_clobbered_regs): Declare.
11247         (estimate_reg_pressure_cost): Adjust declaration.
11248         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
11249         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
11250         (determine_set_costs): Dump target_clobbered_regs.
11251         (loop_body_includes_call): New function.
11252         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
11253         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
11254         call_p flag through.
11255         (best_gain_for_invariant): Likewise.
11256         (find_invariants_to_move): Likewise.
11257         (move_single_loop_invariants): Likewise, using already-computed
11258         has_call field.
11259
11260 2010-07-10  Richard Guenther  <rguenther@suse.de>
11261             Joern Rennecke  <joern.rennecke@embecosm.com>
11262
11263         PR debug/44832
11264         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
11265         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
11266         unless they have DECL_IGNORED_P set.
11267
11268 2010-07-10  Richard Guenther  <rguenther@suse.de>
11269
11270         PR lto/44889
11271         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
11272         helper function.
11273         (gimple_types_compatible_p): Similar to pointed-to
11274         types allow and merge a mix of complete and incomplete aggregate.
11275         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
11276         (iterative_hash_gimple_type): Adjust for that.
11277
11278 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
11279
11280         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
11281
11282 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
11283
11284         PR objc/44140
11285         * config/darwin.c (output_objc_section_asm_op): Save and restore
11286         section when outputting ObjC section list.
11287
11288 2010-07-09  Jan Hubicka  <jh@suse.cz>
11289
11290         * lto-streamer-out.c (produce_symtab): Do not write alias
11291         cgraph/varpool nodes.
11292
11293 2010-07-09  Jan Hubicka  <jh@suse.cz>
11294
11295         * tree-inline.c (declare_return_variable): Fix ICE while
11296         inlining DECL_BY_VALUE function not in SSA form
11297
11298 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
11299
11300         PR tree-optimization/44576
11301         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
11302         New.  Pull out from is_loop_prefetching_profitable to implement
11303         the trip count to ahead ratio heuristic.
11304         (mem_ref_count_reasonable_p): New.  Pull out from
11305         is_loop_prefetching_profitable to implement the instruction to
11306         memory reference ratio heuristic.  Also consider not reasonable if
11307         the memory reference count is above a threshold (to avoid
11308         explosive compilation time.
11309         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
11310         is_loop_prefetching_profitable to implement the instruction to
11311         prefetch ratio heuristic.
11312         (is_loop_prefetching_profitable): Removed.
11313         (loop_prefetch_arrays): Distribute the cost analysis across the
11314         function to allow early exit of the prefetch analysis.
11315         is_loop_prefetching_profitable is splitted into three functions,
11316         with each one called as early as possible.
11317         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
11318         number of memory references in a loop is considered too many.
11319
11320 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
11321
11322         * reload.c (find_reloads): Don't clear badop if we have a winreg
11323         alternative, but not win, and the class only has fixed regs.
11324         * hard-reg-set.h (class_only_fixed_regs): Declare.
11325         * reginfo.c (class_only_fixed_regs): New array.
11326         (init_reg_sets_1): Initialize it.
11327         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
11328         discourage alternatives using the stack pointer.
11329
11330         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
11331
11332         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
11333
11334         * config/arm/arm.md (cbranchqi4): Fix array size.
11335         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
11336         calculating length.
11337
11338 2010-07-09  Richard Guenther  <rguenther@suse.de>
11339
11340         * gimple.c (struct type_fixup_s): New struct and VEC type.
11341         (gimple_register_type_fixups): New static global.
11342         (gimple_queue_type_fixup): New function.
11343         (gimple_types_compatible_p): Queue type fixups instead of
11344         applying them here.
11345         (gimple_register_type): Apply queued fixups for the
11346         canonical type.  Empty the type fixup queue.
11347
11348 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
11349
11350         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
11351         * configure: Regenerate.
11352         * config.in: Ditto.
11353
11354 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
11355             Denys Vlasenko  <dvlasenk@redhat.com>
11356             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
11357
11358         PR tree-optimization/28632
11359         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
11360         (extract_range_from_binary_expr): Further optimize
11361         BIT_AND_EXPR and BIT_IOR_EXPR.
11362
11363 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
11364
11365         * tree-if-conv.c (fold_or_predicates): New.
11366         (add_to_predicate_list): Call it.
11367
11368 2010-07-09  Richard Guenther  <rguenther@suse.de>
11369
11370         PR middle-end/44890
11371         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
11372         if base is a pointer.
11373         * tree-cfg.c (verify_expr): Update MEM_REF checking.
11374
11375 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
11376
11377         PR target/44877
11378         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
11379         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
11380         builtin mask for load/store builtins.
11381
11382 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
11383
11384         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
11385         for "lock addl".
11386         * configure: Regenerate.
11387         * config/i386/i386.c (ix86_print_operand) <case ';'>:
11388         Remove TARGET_MACHO.
11389
11390 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
11391
11392         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
11393         default ISA flags.
11394         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
11395
11396 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
11397
11398         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
11399
11400 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
11401
11402         * config/picochip/picochip.md (commsTestPort): Emit more
11403         efficient sequence for tstport instruction.
11404
11405 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
11406
11407         * config/i386/i386.c (ix86_veclib_handler): Make static.
11408
11409 2010-07-09  Richard Guenther  <rguenther@suse.de>
11410
11411         PR tree-optimization/44852
11412         * tree-ssa-alias.c: Include toplev.h for exact_log2.
11413         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
11414         in MEM_REF.
11415         (indirect_refs_may_alias_p): Likewise.
11416         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
11417
11418 2010-07-09  Richard Guenther  <rguenther@suse.de>
11419
11420         PR tree-optimization/44882
11421         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
11422         sets do conflict.
11423         (vectorizable_load): Likewise.
11424
11425 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
11426
11427         PR target/40657
11428         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
11429         All callers changed.
11430         Handle the case when we're called for the epilogue.
11431         (thumb_unexpanded_epilogue): Use it.
11432         (thumb1_expand_epilogue): Likewise.
11433
11434 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
11435
11436         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
11437         both ranges are range_int_cst_p with non-negative minimum,
11438         try harder to derive smaller range.
11439
11440 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11441
11442         * genrecog.c: Include diagnostic-core.h before toplev.h.
11443         * genoutput.c: Likewise.
11444         * genextract.c: Likewise.
11445         * genautomata.c: Likewise.
11446         * genemit.c: Likewise.
11447         * genpeep.c: Likewise.
11448         * genattrtab.c: Likewise.
11449         * genconditions.c: Likewise.
11450         * genpreds.c: Likewise.
11451
11452 2010-07-08  Andi Kleen  <ak@linux.intel.com>
11453
11454         * lto-section-in.c (lto_section_name): Add missing comma.
11455
11456 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
11457
11458         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
11459         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
11460         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
11461         (ia64_override_options): Rename to...
11462         (ia64_option_override): ... this one. Make static.
11463
11464 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
11465
11466         PR middle-end/44843
11467         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
11468         pointed-to type of the offset in a MEM_REF to compute the alignment.
11469
11470 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
11471
11472         * final.c (final_scan_insn): Replace
11473         TARGET_UNWIND_INFO macro check by unwind_emit
11474         hook NULL check.
11475         * targhooks.c (default_unwind_emit): Removed.
11476         * targhooks.h (default_unwind_emit): Likewise.
11477         * target.def (unwind_emit): Set default value to NULL.
11478
11479         * config/i386/i386-protos.h (ix86_asm_output_function_label):
11480         New prototype.
11481         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
11482         for NULL fntype argument and allow 64-bit targets.
11483         (ix86_asm_output_function_label): New function.
11484         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
11485         (ix86_handle_fndecl_attribute): Likewise.
11486         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
11487         * doc/doc/tm.texi: Regenerated.
11488         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
11489         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
11490         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
11491         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
11492         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
11493         * config/elfos.h: Likewise.
11494         * config/i386/cygming.h: Likewise.
11495         * config/netbsd-aout.h: Likewise.
11496         * config/openbsd.h: Likewise.
11497         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
11498         by ix86_asm_output_function_label function call.
11499         * varasm.c (assemble_start_function): Use
11500         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
11501
11502 2010-07-08  Jan Hubicka  <jh@suse.cz>
11503
11504         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
11505         New function.
11506         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
11507         Declare.
11508         * ipa-cp.c (ipcp_estimate_growth): Use it.
11509         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
11510         Likewise.
11511
11512 2010-07-08  Jan Hubicka  <jh@suse.cz>
11513
11514         * tree-inline.c (declare_return_variable): Allocate annotation for new
11515         temporary.
11516
11517 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
11518
11519         PR tree-optimization/44710
11520         * tree-if-conv.c (parse_predicate): New.
11521         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
11522         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
11523
11524 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
11525
11526         * common.opt (ftree-loop-if-convert): New flag.
11527         * doc/invoke.texi (ftree-loop-if-convert): Documented.
11528         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
11529         when flag_tree_loop_if_convert is set.
11530
11531 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
11532
11533         * config/i386/i386.c: Use short syntax for function calls
11534         through function pointers.
11535         * config/i386/i386.md: Ditto.
11536
11537 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
11538
11539         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
11540
11541 2010-07-08  Richard Guenther  <rguenther@suse.de>
11542
11543         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
11544         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
11545
11546 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
11547
11548         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
11549         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
11550         (loc_list_from_tree): Likewise.
11551         (output_loc_operands): Handle outputting DW_OP_const[48]u
11552         with loc->dtprel set.
11553         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
11554
11555 2010-07-08  Jan Hubicka  <jh@suse.cz>
11556
11557         * ipa.c: Include pointer-set.h
11558         (cgraph_externally_visible_p): New attribute ALIASED;
11559         when in LTO, hidden symbols are local unless they are aliased.
11560         (function_and_variable_visibility): Compute aliased nodes;
11561         handle LTO and hidden symbol on functions and vars.
11562         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
11563         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
11564
11565 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
11566
11567         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
11568         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11569         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11570         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11571         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11572         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
11573         (ix86_gen_probe_stack_range): Likewise.
11574         (override_options): Set them.
11575         (ix86_target_stack_probe): New function.
11576         (ix86_compute_frame_layout): Force use of push instructions to
11577         save registers if stack checking with probes is enabled.
11578         (get_scratch_register_on_entry): New function.
11579         (release_scratch_register_on_entry): Likewise.
11580         (ix86_adjust_stack_and_probe): Likewise.
11581         (output_adjust_stack_and_probe): Likewise.
11582         (ix86_emit_probe_stack_range): Likewise.
11583         (output_probe_stack_range): Likewise.
11584         (ix86_expand_prologue): Emit stack checking code if static built-in
11585         stack checking is enabled.
11586         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
11587         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
11588         (output_adjust_stack_and_probe): Likewise.
11589         (output_probe_stack_range): Likewise.
11590         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
11591         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
11592         TARGET_STACK_PROBE.
11593         (allocate_stack_worker_64): Likewise.
11594         (allocate_stack): Likewise.
11595         (adjust_stack_and_probe): New insn.
11596         (probe_stack_range): Likewise.
11597
11598 2010-07-08  Richard Guenther  <rguenther@suse.de>
11599
11600         PR tree-optimization/44831
11601         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
11602         a MEM_REF preserving TBAA info of the original dereference.
11603         Dereference the original pointer if the address is not invariant.
11604         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
11605         at least one invariant address that we are going to dereference.
11606
11607 2010-07-08  Richard Guenther  <rguenther@suse.de>
11608
11609         PR tree-optimization/44861
11610         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
11611         information when building MEM_REFs.
11612         (vectorizable_load): Likewise.
11613         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
11614
11615 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
11616
11617         * config/sol2-c.c: Do not include diagnostic-core.h.
11618
11619 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11620
11621         PR bootstrap/44768
11622         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
11623         with respect to current_function_decl. Pass decl of the function.
11624         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
11625         * ipa-inline.c (compute_inline_parameters): Pass decl to
11626         estimated_stack_frame_size.
11627
11628 2010-07-08  Richard Guenther  <rguenther@suse.de>
11629
11630         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
11631         New function.
11632         (valueize_refs): Call it.
11633
11634 2010-07-08  Richard Guenther  <rguenther@suse.de>
11635
11636         PR rtl-optimization/44838
11637         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
11638         SSA form do not use pointer equivalence.
11639
11640 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
11641
11642         * dwarf2out.c (AT_linkage_name): Delete.
11643         (add_linkage_attr): New function.
11644         (add_linkage_name): Call it to emit the linkage attribute.
11645         (dwarf2out_finish): Likewise.
11646         (move_linkage_attr): Explicitly accept both attribute variants.
11647
11648 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11649
11650         * toplev.h: Do not include diagnostic-core.h.
11651         Include diagnostic-core.h in every file that includes toplev.h.
11652         * c-tree.h: Do not include toplev.h.
11653         * pretty-print.h: Update comment.
11654         * Makefile.in: Update dependencies.
11655         * alias.c: Include diagnostic-core.h in every file that includes
11656         toplev.h.
11657         * attribs.c: Likewise.
11658         * auto-inc-dec.c: Likewise.
11659         * bb-reorder.c: Likewise.
11660         * bt-load.c: Likewise.
11661         * caller-save.c: Likewise.
11662         * calls.c: Likewise.
11663         * cfg.c: Likewise.
11664         * cfganal.c: Likewise.
11665         * cfgbuild.c: Likewise.
11666         * cfgcleanup.c: Likewise.
11667         * cfghooks.c: Likewise.
11668         * cfgloop.c: Likewise.
11669         * combine.c: Likewise.
11670         * config/alpha/alpha.c: Likewise.
11671         * config/arc/arc.c: Likewise.
11672         * config/arm/arm.c: Likewise.
11673         * config/arm/pe.c: Likewise.
11674         * config/avr/avr.c: Likewise.
11675         * config/bfin/bfin.c: Likewise.
11676         * config/cris/cris.c: Likewise.
11677         * config/crx/crx.c: Likewise.
11678         * config/darwin-c.c: Likewise.
11679         * config/darwin.c: Likewise.
11680         * config/fr30/fr30.c: Likewise.
11681         * config/frv/frv.c: Likewise.
11682         * config/h8300/h8300.c: Likewise.
11683         * config/host-darwin.c: Likewise.
11684         * config/i386/i386.c: Likewise.
11685         * config/i386/netware.c: Likewise.
11686         * config/i386/nwld.c: Likewise.
11687         * config/i386/winnt-cxx.c: Likewise.
11688         * config/i386/winnt-stubs.c: Likewise.
11689         * config/i386/winnt.c: Likewise.
11690         * config/ia64/ia64-c.c: Likewise.
11691         * config/ia64/ia64.c: Likewise.
11692         * config/iq2000/iq2000.c: Likewise.
11693         * config/lm32/lm32.c: Likewise.
11694         * config/m32c/m32c-pragma.c: Likewise.
11695         * config/m32c/m32c.c: Likewise.
11696         * config/m32r/m32r.c: Likewise.
11697         * config/m68hc11/m68hc11.c: Likewise.
11698         * config/m68k/m68k.c: Likewise.
11699         * config/mcore/mcore.c: Likewise.
11700         * config/mep/mep-pragma.c: Likewise.
11701         * config/mep/mep.c: Likewise.
11702         * config/mmix/mmix.c: Likewise.
11703         * config/mn10300/mn10300.c: Likewise.
11704         * config/moxie/moxie.c: Likewise.
11705         * config/pa/pa.c: Likewise.
11706         * config/pdp11/pdp11.c: Likewise.
11707         * config/picochip/picochip.c: Likewise.
11708         * config/rs6000/rs6000-c.c: Likewise.
11709         * config/rs6000/rs6000.c: Likewise.
11710         * config/rx/rx.c: Likewise.
11711         * config/s390/s390.c: Likewise.
11712         * config/score/score.c: Likewise.
11713         * config/score/score3.c: Likewise.
11714         * config/score/score7.c: Likewise.
11715         * config/sh/sh.c: Likewise.
11716         * config/sh/symbian-base.c: Likewise.
11717         * config/sh/symbian-c.c: Likewise.
11718         * config/sh/symbian-cxx.c: Likewise.
11719         * config/sol2-c.c: Likewise.
11720         * config/sol2.c: Likewise.
11721         * config/sparc/sparc.c: Likewise.
11722         * config/spu/spu.c: Likewise.
11723         * config/stormy16/stormy16.c: Likewise.
11724         * config/v850/v850-c.c: Likewise.
11725         * config/v850/v850.c: Likewise.
11726         * config/vax/vax.c: Likewise.
11727         * config/vxworks.c: Likewise.
11728         * config/xtensa/xtensa.c: Likewise.
11729         * convert.c: Likewise.
11730         * cse.c: Likewise.
11731         * cselib.c: Likewise.
11732         * dbgcnt.c: Likewise.
11733         * dbxout.c: Likewise.
11734         * ddg.c: Likewise.
11735         * dominance.c: Likewise.
11736         * emit-rtl.c: Likewise.
11737         * explow.c: Likewise.
11738         * expmed.c: Likewise.
11739         * fixed-value.c: Likewise.
11740         * fold-const.c: Likewise.
11741         * fwprop.c: Likewise.
11742         * gcse.c: Likewise.
11743         * ggc-common.c: Likewise.
11744         * ggc-page.c: Likewise.
11745         * ggc-zone.c: Likewise.
11746         * gimple-low.c: Likewise.
11747         * gimplify.c: Likewise.
11748         * graph.c: Likewise.
11749         * haifa-sched.c: Likewise.
11750         * ifcvt.c: Likewise.
11751         * implicit-zee.c: Likewise.
11752         * integrate.c: Likewise.
11753         * ira-build.c: Likewise.
11754         * ira-color.c: Likewise.
11755         * ira-conflicts.c: Likewise.
11756         * ira-costs.c: Likewise.
11757         * ira-lives.c: Likewise.
11758         * ira.c: Likewise.
11759         * lists.c: Likewise.
11760         * loop-doloop.c: Likewise.
11761         * loop-iv.c: Likewise.
11762         * lto-opts.c: Likewise.
11763         * lto-symtab.c: Likewise.
11764         * main.c: Likewise.
11765         * modulo-sched.c: Likewise.
11766         * optabs.c: Likewise.
11767         * params.c: Likewise.
11768         * plugin.c: Likewise.
11769         * postreload-gcse.c: Likewise.
11770         * postreload.c: Likewise.
11771         * predict.c: Likewise.
11772         * profile.c: Likewise.
11773         * real.c: Likewise.
11774         * regcprop.c: Likewise.
11775         * reginfo.c: Likewise.
11776         * regmove.c: Likewise.
11777         * reorg.c: Likewise.
11778         * resource.c: Likewise.
11779         * rtl.c: Likewise.
11780         * rtlanal.c: Likewise.
11781         * sched-deps.c: Likewise.
11782         * sched-ebb.c: Likewise.
11783         * sched-rgn.c: Likewise.
11784         * sdbout.c: Likewise.
11785         * sel-sched-dump.c: Likewise.
11786         * sel-sched-ir.c: Likewise.
11787         * simplify-rtx.c: Likewise.
11788         * stmt.c: Likewise.
11789         * stor-layout.c: Likewise.
11790         * store-motion.c: Likewise.
11791         * targhooks.c: Likewise.
11792         * tree-cfg.c: Likewise.
11793         * tree-cfgcleanup.c: Likewise.
11794         * tree-dump.c: Likewise.
11795         * tree-eh.c: Likewise.
11796         * tree-inline.c: Likewise.
11797         * tree-nomudflap.c: Likewise.
11798         * tree-object-size.c: Likewise.
11799         * tree-optimize.c: Likewise.
11800         * tree-outof-ssa.c: Likewise.
11801         * tree-phinodes.c: Likewise.
11802         * tree-profile.c: Likewise.
11803         * tree-ssa-ccp.c: Likewise.
11804         * tree-ssa-coalesce.c: Likewise.
11805         * tree-ssa-live.c: Likewise.
11806         * tree-ssa-loop-niter.c: Likewise.
11807         * tree-ssa-loop-prefetch.c: Likewise.
11808         * tree-ssa-loop.c: Likewise.
11809         * tree-ssa-structalias.c: Likewise.
11810         * tree-ssa-uninit.c: Likewise.
11811         * tree-ssa.c: Likewise.
11812         * tree-vect-data-refs.c: Likewise.
11813         * tree-vect-loop-manip.c: Likewise.
11814         * tree-vect-loop.c: Likewise.
11815         * tree-vect-patterns.c: Likewise.
11816         * tree-vect-stmts.c: Likewise.
11817         * tree-vrp.c: Likewise.
11818         * varasm.c: Likewise.
11819         * vec.c: Likewise.
11820         * web.c: Likewise.
11821         * xcoffout.c: Likewise.
11822
11823 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
11824
11825         * gengtype.c (write_field_root): New function.
11826         (write_root): Use it.
11827
11828 2010-07-07  Wei Guozhi  <carrot@google.com>
11829
11830         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
11831         of lowest bits to lshift/compare): Add a missing line.
11832
11833 2010-07-07  Wei Guozhi  <carrot@google.com>
11834
11835         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
11836         of lowest bits to lshift/compare): New.
11837
11838 2010-07-07  Tom Tromey  <tromey@redhat.com>
11839
11840         * doc/tm.texi: Update.
11841         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
11842         Add @hook.
11843         * target.def (want_debug_pub_sections): New hook.
11844         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
11845         * dwarf2out.c (add_pubname_string): Check
11846         targetm.want_debug_pub_sections.
11847         (add_pubname): Likewise.
11848         (add_pubtype): Likewise.
11849
11850 2010-07-07  Jie Zhang  <jie@codesourcery.com>
11851
11852         * genautomata.c (output_automata_list_min_issue_delay_code):
11853         Correctly decompress min_issue_delay.
11854
11855 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
11856
11857         PR rtl-optimization/44404
11858         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
11859         possible, use reg_overlap_mentioned_p instead.
11860
11861 2010-07-07  Duncan Sands  <baldrick@free.fr>
11862
11863         PR middle-end/41355
11864         * tree.c (build_function_type_skip_args): Copy the original type using
11865         build_distinct_type_copy rather than copy_node.
11866
11867 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
11868
11869         PR target/44850
11870         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
11871         revision 161876.
11872         (ix86_expand_prologue): Likewise.
11873         (ix86_handle_fndecl_attribute): Likewise.
11874         (ix86_asm_declare_function_name): Likewise.
11875         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
11876         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
11877         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
11878         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
11879         * doc/extend.texi: Likewise.
11880
11881 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
11882
11883         PR target/44844
11884         * config/i386/i386.md (rdrand<mode>): Changed to expand to
11885         retry if the carry flag isn't valid.
11886         (rdrand<mode>_1): New.
11887
11888 2010-07-07  Richard Guenther  <rguenther@suse.de>
11889
11890         PR middle-end/44790
11891         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
11892         for expanding the constant offset for MEM_REFs.
11893
11894 2010-07-07  Richard Guenther  <rguenther@suse.de>
11895
11896         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
11897         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
11898         * gimple.h (is_gimple_operand): Remove.
11899         * gimple.c (is_gimple_operand): Likewise.
11900         (walk_gimple_op): Fix wi->val_only setting for calls.
11901         * tree-cfg.c (verify_gimple_call): Fix argument validation.
11902         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
11903         invalid gimple calls.
11904
11905 2010-07-06  Jan Hubicka  <jh@suse.cz>
11906
11907         * lto-cgraph.c (output_cgraph): Add missing declaration.
11908
11909 2010-07-06  Jan Hubicka  <jh@suse.cz>
11910
11911         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
11912         partition.
11913
11914 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
11915
11916         * doc/gimple.texi (GIMPLE_DEBUG): Document.
11917         * doc/rtl.texi (Debug Information): New node.
11918         (NOTE_INSN_VAR_LOCATION): Document.
11919         (debug_insn): Likewise.
11920         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
11921
11922 2010-07-07  Jan Hubicka  <jh@suse.cz>
11923
11924         With parts by Richard Guenther.
11925
11926         PR middle-end/44813
11927         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
11928         for functions passed by reference.
11929         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
11930         in memory when passed by reference.
11931         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
11932         beggining.
11933         * ipa-split.c (split_function): Cleanup way return value is passed;
11934         handle SSA DECL_BY_REFERENCE retvals.
11935         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
11936         DECL_BY_REFERENCE is set.
11937         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
11938         find_what_p_points_to): Handle RESULT_DECL.
11939         * tree-inline.c (declare_return_variable): Get new entry_block argument;
11940         when passing by reference ensure that RESULT_DECL is gimple_val.
11941         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
11942         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
11943
11944 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
11945
11946         PR rtl-optimization/44787
11947         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
11948         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
11949
11950 2010-07-06  Jan Hubicka  <jh@suse.cz>
11951
11952         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
11953         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
11954         with body can prevail.
11955         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
11956         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
11957         * cgraph.c (cgraph_get_node_or_alias): New function.
11958         * cgraph.h (cgraph_get_node_or_alias): Declare.
11959
11960 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
11961
11962         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
11963         support.
11964         (ix86_expand_prologue): Likewise.
11965         (ix86_handle_fndecl_attribute): Likewise.
11966         (ix86_asm_declare_function_name): New function for
11967         ASM_DECLARE_FUNCTION_NAME.
11968         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
11969         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
11970         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
11971         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
11972         * doc/extend.texi: Adjust documentation about ms_hook_prologue
11973         attribute.
11974
11975 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
11976
11977         * config/i386/i386.md (immediate_operand): New mode attribute.
11978
11979         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
11980         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
11981         using P mode iterator.
11982         (pro_epilogue_adjust_stack_di_2): Rename from
11983         pro_epilogue_adjust_stack_rex64_2.
11984
11985         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
11986
11987 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
11988
11989         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
11990         through gen_mov_insv_1 function pointer.
11991         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
11992         gen_truncxf<mode>2 through gen_truncxf function pointer.
11993         (remainder<mode>3): Ditto.
11994         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
11995         (allocate_stack): Call gen_allocate_stack_worker_64 or
11996         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
11997         function pointer.
11998         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
11999         function pointer.
12000
12001 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
12002
12003         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
12004         operand constraint instead of <r><i>m.
12005
12006 2010-07-06  Richard Guenther  <rguenther@suse.de>
12007
12008         PR middle-end/44828
12009         * convert.c (convert_to_integer): Watch out for overflowing
12010         MULT_EXPR as well.
12011
12012 2010-07-05  Jan Hubicka  <jh@suse.cz>
12013
12014         * lto-streamer.c (write_symbol_vec): Rename to ...
12015         (write_symbol) ... this one; write only symbol given and when
12016         present in cache. Sanity check that what is defined is present
12017         in cgraph/varpool with body/finalized decl.
12018         (write_symbols_of_kind): Remove.
12019         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
12020         pairs to produce symtab.
12021         (produce_asm_for_decls): Update call of produce_symtab; don't do so
12022         when doing WPA streaming.
12023
12024 2010-07-05  Jan Hubicka  <jh@suse.cz>
12025
12026         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
12027         function is still available to fold into.
12028
12029 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
12030
12031         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
12032         * function.h (struct_function): Change type of local_decls field
12033         to a VEC.
12034         (add_local_decl): New function.
12035         (FOR_EACH_LOCAL_DECL): New macro.
12036         * cfgexpand.c (init_vars_expansion): Adjust for new type of
12037         cfun->local_decls.
12038         (estimated_stack_frame_size): Likewise.
12039         (expand_used_vars): Likewise.
12040         * cgraphbuild.c (build_cgraph_edges): Likewise.
12041         * function.c (instantiate_decls_1): Likewise.
12042         * ipa-struct-reorg.c (build_data_structure): Likewise.
12043         * ipa-type-escape.c (analyze_function): Likewise.
12044         * lto-streamer-in.c (input_function): Likewise.
12045         * lto-streamer-out.c (output_function): Likewise.
12046         * tree-ssa-live.c (remove_unused_locals): Likewise.
12047         * tree.c (free_lang_data_in_decl): Likewise.
12048         (find_decls_types_in_node): Likewise.
12049         * omp-low.c (remove_exit_barrier): Likewise.
12050         (expand_omp_taskreg): Likewise.
12051         (list2chain): Rename to...
12052         (vec2chain): ...this.  Adjust.
12053         * cgraphunit.c (assemble_thunk): Call add_local_decl.
12054         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
12055         * gimple-low.c (record_vars_into): Likewise.
12056         * tree-inline.c (remap_decls): Likewise.
12057         (declare_return_variable): Likewise.
12058         (declare_inline_vars): Likewise.
12059         (copy_forbidden): Adjust for new type of cfun->local_decls.
12060         (add_local_variables): New function.
12061         (expand_call_inline): Call it.
12062         (tree_function_versioning): Likewise.
12063
12064 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
12065
12066         AVX Programming Reference (June, 2010)
12067         * config/i386/cpuid.h (bit_F16C): New.
12068         (bit_RDRND): Likewise.
12069         (bit_FSGSBASE): Likewise.
12070
12071         * config/i386/i386-builtin-types.def: Add
12072         "DEF_FUNCTION_TYPE (UINT16)", function types for
12073         float16 <-> float conversions and
12074         "DEF_FUNCTION_TYPE (VOID, UINT64)".
12075
12076         * config/i386/i386-c.c (ix86_target_macros_internal): Support
12077         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
12078         OPTION_MASK_ISA_F16C.
12079
12080         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
12081         (OPTION_MASK_ISA_RDRND_SET): Likewise.
12082         (OPTION_MASK_ISA_F16C_SET): Likewise.
12083         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
12084         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
12085         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
12086         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
12087         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
12088         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
12089         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
12090         (override_options): Handle them.
12091         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
12092         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
12093         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
12094         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
12095         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
12096         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
12097         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
12098         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
12099         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
12100         (bdesc_args): Likewise.
12101         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
12102         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
12103         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
12104         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
12105         Handle non-memory store.
12106
12107         * config/i386/i386.h (TARGET_FSGSBASE): New.
12108         (TARGET_RDRND): Likewise.
12109         (TARGET_F12C): Likewise.
12110
12111         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
12112         (UNSPEC_VCVTPS2PH): Likewise.
12113         (UNSPECV_RDFSBASE): Likewise.
12114         (UNSPECV_RDGSBASE): Likewise.
12115         (UNSPECV_WRFSBASE): Likewise.
12116         (UNSPECV_WRGSBASE): Likewise.
12117         (UNSPECV_RDRAND): Likewise.
12118         (rdfsbase<mode>): Likewise.
12119         (rdgsbase<mode>): Likewise.
12120         (wrfsbase<mode>): Likewise.
12121         (wrgsbase<mode>): Likewise.
12122         (rdrand<mode>): Likewise.
12123
12124         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
12125
12126         * config/i386/immintrin.h (_rdrand_u16): New.
12127         (_rdrand_u32): Likewise.
12128         (_readfsbase_u32): Likewise.
12129         (_readfsbase_u64): Likewise.
12130         (_readgsbase_u32): Likewise.
12131         (_readgsbase_u64): Likewise.
12132         (_writefsbase_u32): Likewise.
12133         (_writefsbase_u64): Likewise.
12134         (_writegsbase_u32): Likewise.
12135         (_writegsbase_u64): Likewise.
12136         (_rdrand_u64): Likewise.
12137         (_cvtsh_ss): Likewise.
12138         (_mm_cvtph_ps): Likewise.
12139         (_mm256_cvtph_ps): Likewise.
12140         (_cvtss_sh): Likewise.
12141         (_mm_cvtps_ph): Likewise.
12142         (_mm256_cvtps_ph): Likewise.
12143
12144         * config/i386/sse.md (vcvtph2ps): New.
12145         (*vcvtph2ps_load): Likewise.
12146         (vcvtph2ps256): Likewise.
12147         (vcvtps2ph): Likewise.
12148         (*vcvtps2ph): Likewise.
12149         (*vcvtps2ph_store): Likewise.
12150         (vcvtps2ph256): Likewise.
12151
12152         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
12153
12154         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
12155
12156 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
12157
12158         PR bootstrap/44512
12159         * genenums.c (main): Output include of insn-constants.h
12160         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
12161
12162 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
12163
12164         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
12165         (override_options): Initialize it.
12166         (ix86_expand_prologue): Use it.
12167
12168 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
12169
12170         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
12171
12172 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
12173
12174         * double-int.h (fit_double_type): Remove declaration.
12175         * double-int.c (fit_double_type): Remove function.
12176         * tree.h (int_fits_type_p): Adjust prototype.
12177         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
12178         instead of fit_double_type.
12179         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
12180         instead of fit_double_type and build_int_cst_wide.
12181         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
12182         instead of fit_double_type and build_int_cst_wide.
12183         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
12184         of fit_double_type.
12185
12186 2010-07-05  Jan Hubicka  <jh@suse.cz>
12187
12188         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
12189         in_other_partition.
12190         * lto-cgraph.c (referenced_from_other_partition_p,
12191         reachable_from_other_partition_p): Use in_other_partition flags.
12192         (output_node, output_varpool_node): COMDAT nodes always have private
12193         copies and thus are never used from other partition.
12194
12195 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
12196
12197         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
12198         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
12199         * config/ia64/ia64.c Include reload.h.
12200         (ia64_memory_move_cost): New function.
12201         (TARGET_MEMORY_MOVE_COST): Define.
12202         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
12203         memory_move_cost.
12204
12205 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
12206
12207         PR middle-end/42505
12208         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
12209         comments about cost model.
12210         (try_add_cand_for):  Add second strategy for choosing initial set
12211         based on original IVs, controlled by ORIGINALP argument.
12212         (get_initial_solution): Add ORIGINALP argument.
12213         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
12214         (find_optimal_iv_set): Try two different strategies for choosing
12215         the IV set, and return the one with lower cost.
12216
12217 2010-07-05  Richard Guenther  <rguenther@suse.de>
12218
12219         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
12220
12221 2010-07-05  Richard Guenther  <rguenther@suse.de>
12222
12223         * tree.c (reference_alias_ptr_type): New function.
12224         * tree.h (reference_alias_ptr_type): Declare.
12225         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
12226         allow non-TARGET_MEM_REF new refs.
12227         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
12228         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
12229         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
12230         (create_mem_ref): Get alias pointer type.  Adjust calls to
12231         create_mem_ref_raw.
12232         (maybe_fold_tmr): Likewise.
12233         * tree-flow.h (create_mem_ref): Adjust prototype.
12234
12235 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
12236
12237         PR c++/44808
12238         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
12239         *from_p is VAR_DECL.
12240
12241 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
12242
12243         * tree.h (build_call_list): Remove.
12244         * tree.c (build_call_list): Remove.
12245
12246 2010-07-05  Richard Guenther  <rguenther@suse.de>
12247
12248         * double-int.h (double_int_sub): Declare.
12249         * double-int.c (double_int_sub): New function.
12250         * dwarf2out.c (field_byte_offset): Use it.
12251         * fixed-value.c (do_fixed_add): Likewise.
12252         (do_fixed_multiply): Likewise.
12253         (do_fixed_divide): Likewise.
12254         * tree-predcom.c (add_ref_to_chain): Likewise.
12255         (determine_roots_comp): Likewise.
12256         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
12257
12258 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
12259
12260         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
12261         implementations.
12262
12263 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
12264
12265         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
12266         * arm-modes.def (CC_NOTB): Don't define.
12267         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
12268         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
12269         (LTUGEU): New code_iterator.
12270         (cnb, optab): New corresponding code_attrs.
12271         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
12272         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
12273         using LTUGEU.
12274         (addsi3_carryin_shift_<optab>): Likewise.
12275         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
12276         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
12277         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
12278         (subsi3_compare): Renamed from subsi3_compare0_c.
12279         Change CC_NOTB to CC.
12280         (arm_subsi3_insn): Allow constants for operand 0.
12281         (compare_scc peephole for eq case): New.
12282         (compare_scc splitters): Change CC_NOTB to CC.
12283
12284 2010-07-05  Richard Guenther  <rguenther@suse.de>
12285
12286         * tree-ssa-loop-im.c (for_each_index): Do not handle
12287         ALIGN_INDIRECT_REF.
12288         (gen_lsm_tmp_name): Likewise.
12289         * tree-dump.c (dequeue_and_dump): Likewise.
12290         * tree-pretty-print.c (dump_generic_node): Likewise.
12291         (op_code_prio): Likewise.
12292         (op_symbol_code): Likewise.
12293         * tree.c (staticp): Likewise.
12294         (build1_stat): Likewise.
12295         * tree.h (INDIRECT_REF_P): Likewise.
12296         * fold-const.c (maybe_lvalue_p): Likewise.
12297         (operand_equal_p): Likewise.
12298         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
12299         (ao_ref_init_from_vn_reference): Likewise.
12300         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
12301         (find_interesting_uses_address): Likewise.
12302         * dwarf2out.c (loc_list_from_tree): Likewise.
12303         * gimplify.c (gimplify_expr): Likewise.
12304         * tree-eh.c (tree_could_trap_p): Likewise.
12305         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
12306         * cfgexpand.c (expand_debug_expr): Likewise.
12307         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
12308         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
12309         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
12310         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
12311         * tree-ssa-operands.c (get_expr_operands): Likewise.
12312         * expr.c (safe_from_p): Likewise.
12313         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
12314         * tree-vect-data-refs.c (vect_setup_realignment): Build
12315         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
12316         * tree-vect-stmts.c (vectorizable_load): Likewise.
12317         * tree.def (ALIGN_INDIRECT_REF): Remove.
12318
12319 2010-07-05  Richard Guenther  <rguenther@suse.de>
12320
12321         PR tree-optimization/44784
12322         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
12323         for inserted stmts.
12324         (find_or_generate_expression): Fix SCCVN insertion check.
12325
12326 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
12327
12328         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
12329         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
12330         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
12331         directives.
12332
12333 2010-07-05  Ira Rosen  <irar@il.ibm.com>
12334
12335         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
12336         statements that are not vectorized.
12337         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
12338         in INSIDE_COST.
12339
12340 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
12341
12342         PR bootstrap/44820
12343         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
12344
12345 2010-07-05  Richard Guenther  <rguenther@suse.de>
12346
12347         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
12348         RESULT_DECLs properly.
12349
12350 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
12351
12352         PR rtl-optimization/44695
12353         * config/i386/i386.md (extract_code): Removed.
12354         (<u>divmodqi4): Likewise.
12355         (divmodqi4): New.
12356         (udivmodqi4): Likewise.
12357         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
12358         (udivmodhiqi3): Likewise.
12359
12360 2010-07-04  Jan Hubicka  <jh@suse.cz>
12361
12362         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
12363
12364 2010-07-04  Jan Hubicka  <jh@suse.cz>
12365
12366         * cgraphunit.c (init_cgraph): Only initialize dump file if it
12367         is not already initialized.
12368
12369 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
12370
12371         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
12372         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
12373         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
12374         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
12375         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
12376         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
12377         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
12378         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
12379         (sync_new_nand_optab): Redefine as macros.
12380         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
12381         Delete.
12382         (direct_optab_index): New enum.
12383         (direct_optab_d): New structure.
12384         (direct_optab): New typedef.
12385         (direct_optab_table): Declare.
12386         (direct_optab_handler, set_direct_optab_handler): New functions.
12387         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
12388         (sync_lock_release_optab): New macros.
12389         * optabs.c (direct_optab_table): New variable.
12390         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
12391         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
12392         cmpstr_optab and cmpstrn_optab.
12393         (emit_conditional_move): Likewise for movcc_optab.
12394         (can_conditionally_move_p): Likewise for movcc_gen_code.
12395         (init_insn_codes): Clear direct_optab_table.
12396         (init_optabs): Don't initialize the new "direct optabs" here.
12397         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
12398         vcond_gen_code.
12399         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
12400         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
12401         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
12402         (expand_sync_operation): Likewise other sync_*_optabs.
12403         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
12404         to sync_compare_and_swap_optab.
12405         (expand_sync_lock_test_and_set): Use direct_optab_handler for
12406         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
12407         to the names of both.
12408         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
12409         cmpstr_optab and cmpstrn_optab.
12410         (expand_builtin_lock_release): Likewise sync_lock_release.
12411         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
12412         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
12413         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
12414         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
12415         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
12416         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
12417         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
12418         (sync_lock_test_and_set, sync_lock_release): Delete.
12419         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
12420         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
12421         * genopinit.c (optabs): Use set_direct_optab_handler for the new
12422         macro optabs.
12423         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
12424         the "optab" local variable.  Use direct_optab_handler for optab and
12425         sync_compare_and_swap_optab.
12426         * reload1.c (reload_in_optab, reload_out_optab): Delete.
12427         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
12428         reload_in_optab and reload_out_optab.
12429         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
12430         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
12431         * config/pa/pa.c (pa_secondary_reload): Likewise.
12432         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
12433         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
12434         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
12435         (VMSupportsCS8_builtin): Likewise.
12436
12437 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
12438
12439         * optabs.h (optab_handlers): Change type of insn_code to int.
12440         (optab_handler, set_optab_handler, convert_optab_handler)
12441         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
12442         CODE_FOR_nothing".
12443         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
12444         (init_insn_codes): Zero both the above arrays.
12445         (init_optabs): Never call init_insn_codes first time around.
12446
12447 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
12448
12449         * optabs.h (optab_handler, convert_optab_handler): Turn into
12450         inline functions that return an insn code.
12451         (set_optab_handler, set_convert_optab_handler): New functions.
12452         * builtins.c: Replace optab_handler(X)->insn_code with
12453         optab_handler or set_optab_handler thoughout.  Likewise
12454         convert_optab_handler(X)->insn_code with convert_optab_handler
12455         and set_convert_optab_handler.
12456         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
12457         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
12458         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
12459         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
12460         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
12461         config/spu/spu.c: Likewise.
12462
12463 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
12464
12465         PR target/44531
12466         * config.gcc (sh*-*-*): Use regular expressions instead of
12467         the 'i' modifier for sed substitutions.
12468
12469 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
12470
12471         * gimple.c (gimple_body): Comments added.
12472
12473 2010-07-04  Richard Guenther  <rguenther@suse.de>
12474
12475         PR middle-end/44809
12476         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
12477         of an INDIRECT_REF.
12478
12479 2010-07-04  Richard Guenther  <rguenther@suse.de>
12480
12481         PR tree-optimization/44479
12482         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
12483         extra SSA name copy statements which preserves points-to
12484         information.
12485         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
12486         Copy points-to information for all pointers.  Properly handle
12487         MEM_REFs.
12488         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
12489         copy statements.
12490         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
12491         dependency.
12492
12493 2010-07-04  Richard Guenther  <rguenther@suse.de>
12494
12495         PR middle-end/44785
12496         * tree-inline.c (initialize_inlined_parameters): Do not
12497         re-use pointer-map slot over remap_type call.
12498
12499 2010-07-04  Richard Guenther  <rguenther@suse.de>
12500
12501         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
12502
12503 2010-07-04  Richard Guenther  <rguenther@suse.de>
12504
12505         PR tree-optimization/44656
12506         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
12507         again after value-replacing in the defintions lhs.
12508
12509 2010-07-04  Ira Rosen  <irar@il.ibm.com>
12510             Revital Eres  <eres@il.ibm.com>
12511
12512         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
12513         Document new arguments.
12514         * doc/tm.texi: Regenerate.
12515         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
12516         Handle unaligned store.
12517         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
12518         * target.def (builtin_vectorization_cost): Add new arguments.
12519         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
12520         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
12521         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
12522         (vect_vfa_segment_size): Fix indentation.
12523         * tree-vectorizer.h (struct _vect_peel_info): New.
12524         (struct _vect_peel_extended_info): New.
12525         (struct _loop_vec_info): Add new field for peeling hash table and a
12526         macro for its access.
12527         (VECT_MAX_COST): Define.
12528         (vect_get_load_cost): Declare.
12529         (vect_get_store_cost, vect_get_known_peeling_cost,
12530         vect_get_single_scalar_iteraion_cost): Likewise.
12531         (vect_supportable_dr_alignment): Add new argument.
12532         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
12533         field.
12534         (destroy_loop_vec_info): Free peeling hash table.
12535         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
12536         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
12537         vect_analyze_slp. Fix indentation.
12538         (vect_get_single_scalar_iteraion_cost): New function.
12539         (vect_get_known_peeling_cost): Likewise.
12540         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
12541         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
12542         statement. Move outside cost calculation inside unknown peeling case.
12543         Call vect_get_known_peeling_cost for known amount of peeling.
12544         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
12545         reference to the print message of forced alignment.
12546         (vect_verify_datarefs_alignment): Update call to
12547         vect_supportable_dr_alignment.
12548         (vect_get_data_access_cost): New function.
12549         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
12550         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
12551         vect_peeling_hash_choose_best_peeling): Likewise.
12552         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
12553         to store all the accesses in the loop and find best possible access to
12554         align using peeling for known alignment case. For unknown alignment
12555         check if stores are preferred or if peeling is worthy.
12556         (vect_find_same_alignment_drs): Analyze pairs of loads too.
12557         (vect_supportable_dr_alignment): Add new argument and check aligned
12558         accesses according to it.
12559         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
12560         (cost_for_stmt): Call vect_get_stmt_cost.
12561         (vect_model_simple_cost): Likewise.
12562         (vect_model_store_cost): Call vect_get_stmt_cost. Call
12563         vect_get_store_cost to calculate the cost of the statement.
12564         (vect_get_store_cost): New function.
12565         (vect_model_load_cost): Call vect_get_stmt_cost. Call
12566         vect_get_load_cost to calculate the cost of the statement.
12567         (vect_get_load_cost): New function.
12568         (vectorizable_store): Update call to vect_supportable_dr_alignment.
12569         (vectorizable_load): Likewise.
12570         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
12571         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
12572         arguments. Handle unaligned store.
12573         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
12574         (rs6000_builtin_support_vector_misalignment): Return true for word and
12575         double word alignments for VSX.
12576         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
12577         vect_supportable_dr_alignment and builtin_vectorization_cost.
12578
12579 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12580
12581         PR target/44597
12582         * config/pa/predicates.md (prefetch_cc_operand): Remove.
12583         (prefetch_nocc_operand): Likewise.
12584         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
12585         (prefetch_20): New insn.
12586         (prefetch_cc): Remove.
12587         (prefetch_nocc): Likewise.
12588
12589 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12590
12591         * expr.c (vector_mode_valid_p): Move to c-common.c.
12592         * expr.h (vector_mode_valid_p): Do not declare here.
12593         * system.h: Poison GCC_EXPR_H in front-ends.
12594         * Makefile.in: Update dependencies.
12595
12596 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12597
12598         PR target/44705
12599         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
12600
12601 2010-07-03  Jan Hubicka  <jh@suse.cz>
12602
12603         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
12604         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
12605         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
12606         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
12607         Likewise.
12608
12609         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
12610         Update timevars.V
12611         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
12612         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
12613         TV_IPA_LTO_DECL_OUT): New.
12614         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
12615
12616 2010-07-03  Jan Hubicka  <jh@suse.cz>
12617
12618         * ipa-inline.c (update_edge_key): Break out from ...
12619         update_callers_keys): ... here;
12620         (update_callee_keys): Update only the edges from caller to callee.
12621         (update_all_calle_keys): Do what update_calle_keys did.
12622         (decide_inlining_of_small_functions): Avoid recomputing of all
12623         callees when badness increase.
12624
12625 2010-07-03  Jie Zhang  <jie@codesourcery.com>
12626
12627         * config/arm/arm.c (arm_attr_length_move_neon): New.
12628         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
12629         * config/arm/neon.md (define_mode_attr V_slen): Remove.
12630         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
12631         to compute length attribute.
12632
12633 2010-07-03  Jie Zhang  <jie@codesourcery.com>
12634
12635         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
12636         as predicate for operand 1 and remove its constraint.
12637         * config/arm/predicates.md (vfp_register_operand): New.
12638         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
12639         (*push_fp_multi): Likewise.
12640
12641 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
12642
12643         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
12644
12645 2010-07-03  Jan Hubicka  <jh@suse.cz>
12646
12647         * config/i386/i386.c (override_options): Revert accidental commit.
12648
12649 2010-07-02  Le-Chun Wu  <lcwu@google.com>
12650
12651         PR c++/44128
12652         * doc/invoke.texi: Update documentation of -Wshadow.
12653
12654 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
12655             Julian Brown  <julian@codesourcery.com>
12656             Sandra Loosemore  <sandra@codesourcery.com>
12657
12658         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
12659         comparisons.  Adjust to take both operands.
12660         (arm_select_cc_mode): Handle DImode comparisons.
12661         (arm_gen_compare_reg): Generate a scratch register for DImode
12662         comparisons which require one.  Use xor for Thumb equality checks.
12663         (arm_const_double_by_immediates): New.
12664         (arm_print_operand): Allow 'Q' and 'R' for constants.
12665         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
12666         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
12667         arm_canonicalize_comparison.
12668         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
12669         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
12670         prototype.
12671         (arm_const_double_by_immediates): Declare.
12672         * config/arm/constraints.md (Di): New constraint.
12673         * config/arm/predicates.md (arm_immediate_di_operand)
12674         (arm_di_operand, cmpdi_operand): New.
12675         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
12676         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
12677         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
12678         (cstoredi4): Handle non-Cirrus also.
12679
12680 2010-07-02  Julian Brown  <julian@codesourcery.com>
12681             Sandra Loosemore  <sandra@codesourcery.com>
12682
12683         PR target/43703
12684         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
12685         (smax<mode>3): Disable for NEON float modes when
12686         flag_unsafe_math_optimizations is false.
12687         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
12688         (*mul<mode>3_neon)
12689         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
12690         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
12691         for NEON float modes when flag_unsafe_math_optimizations is false.
12692         (quad_halves_<code>v4sf): Only enable if
12693         flag_unsafe_math_optimizations is true.
12694         * doc/invoke.texi (ARM Options): Add note about floating point
12695         vectorization requiring -funsafe-math-optimizations.
12696
12697 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
12698             Julian Brown  <julian@codesourcery.com>
12699
12700         * config/arm/neon.md (UNSPEC_VABA): Delete.
12701         (UNSPEC_VABAL): Delete.
12702         (UNSPEC_VABS): Delete.
12703         (UNSPEC_VMUL_N): Delete.
12704         (adddi3_neon): New.
12705         (subdi3_neon): New.
12706         (mul<mode>3add<mode>_neon): Make the pattern named.
12707         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
12708         (neon_vadd<mode>): Replace with define_expand, and move the remaining
12709         unspec parts...
12710         (neon_vadd<mode>_unspec): ...to this.
12711         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
12712         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
12713         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
12714         (neon_vaba<mode>): Rewrite in terms of vabd.
12715         (neon_vabal<mode>): Rewrite in terms of vabdl.
12716         (neon_vabs<mode>): Rewrite without unspec.
12717         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
12718         (*arm_subdi3): Likewise.
12719         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
12720         No_op attribute to disable assembly output checks.
12721         * config/arm/arm_neon.h: Regenerated.
12722         * doc/arm-neon-intrinsics.texi: Regenerated.
12723
12724 2010-07-02  Jan Hubicka  <jh@suse.cz>
12725
12726         * ipa-split.c (split_function): For aggregate values, set the return
12727         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
12728         *<retval> = fncall.part ().
12729         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
12730
12731 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
12732
12733         * config/arm/neon.md (UNSPEC_VAND): Delete.
12734         (UNSPEC_VBIC): Delete.
12735         (UNSPEC_VCLZ): Delete.
12736         (UNSPEC_VCNT): Delete.
12737         (UNSPEC_VEOR): Delete.
12738         (UNSPEC_VORN): Delete.
12739         (UNSPEC_VORR): Delete.
12740         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
12741         core registers too.
12742         (anddi3_neon): Likewise.
12743         (orndi3_neon): Likewise.
12744         (bicdi3_neon): Likewise.
12745         (xordi3_neon): Likewise.
12746         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
12747         rid of unspec and handle unused operand.
12748         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
12749         * config/arm/predicates.md (imm_for_neon_logic_operand):
12750         Require TARGET_NEON.
12751         (imm_for_neon_inv_logic_operand): Likewise.
12752         * config/arm/arm.md (define_split for logical_binary_operator):
12753         Disable for NEON registers.
12754         (anddi3): Add new define_expand, and rename the insn.  Disable
12755         this insn for NEON, where anddi3_neon now applies.
12756         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
12757         (iordi3): As for anddi3.
12758         (xordi3): Likewise.
12759         * config/arm/neon.ml (Vand): Split DImode variants and mark them
12760         as No_op to disable testing for exact instruction match.
12761         (Vorr): Likewise.
12762         (Veor): Likewise.
12763         (Vbic): Likewise.
12764         (Vorn): Likewise.
12765         * config/arm/arm_neon.h: Regenerated.
12766         * doc/arm-neon-intrinsics.texi: Regenerated.
12767
12768 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
12769
12770         * expr.h (emit_stack_probe): Declare.
12771         * explow.c (emit_stack_probe): Make global.
12772         (anti_adjust_stack_and_probe): Fix comments.
12773         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
12774         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
12775         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
12776         * config/sparc/sparc.c: Include except.h.
12777         (sparc_emit_probe_stack_range): New function.
12778         (output_probe_stack_range): Likewise.
12779         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
12780         built-in stack checking is enabled.
12781         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
12782         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
12783         (probe_stack_range): New insn.
12784
12785 2010-07-02  Richard Guenther  <rguenther@suse.de>
12786
12787         PR target/43958
12788         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
12789         for argument alignment.
12790
12791 2010-07-02  Jan Hubicka  <jh@suse.cz>
12792
12793         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
12794         walk backwards from entry_bb to check only those basic block of header
12795         that might lead to execution of split part.
12796         (consider_split) ... here.
12797         (find_return_bb): Allow assignment in return BB.
12798         (find_retval): New.
12799         (split_function): Fix name of cloned function; take care of updating
12800         return value in return_bb containing move.
12801
12802 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
12803
12804         PR target/44771
12805         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
12806         used variable insn.
12807
12808 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
12809
12810         * implicit-zee.c (combine_reaching_defs): Fix long lines.
12811         (is_set_with_extension_DI): Delete.
12812         (struct zero_extend_info): New structure.
12813         (add_removable_zero_extend): New function.
12814         (find_removable_zero_extends): Use note_stores to find SETs.
12815         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
12816
12817 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
12818
12819         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
12820         is_miss_rate_acceptable. Pull total_positions computation
12821         out of the loops.  Early return if miss_positions exceeds
12822         the acceptable threshold.
12823         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
12824         is_miss_rate_acceptable after renaming of compute_miss_rate.
12825
12826 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
12827
12828         PR middle-end/44576
12829         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
12830         of 1000) for miss rate if the address diference is greater than or
12831         equal to the cache line size (the two reference will never hit the
12832         same cache line).
12833
12834 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
12835
12836         PR target/42835
12837         * config/arm/arm-modes.def (CC_NOTB): New mode.
12838         * config/arm/arm.c (get_arm_condition_code): Handle it.
12839         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
12840         * config/arm/arm.md (subsi3_compare0_c): New pattern.
12841         (compare_scc): Now a define_and_split.  Add a number of extra
12842         splitters before it.
12843
12844         PR target/42172
12845         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
12846         and ZERO_EXTEND.
12847         (arm_rtx_costs_1): Likewise.
12848         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
12849         * config/arm/arm.md (is_arch6): New attribute.
12850         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
12851         extendqisi2): Tighten the code somewhat, avoiding invalid
12852         RTL to occur in the expander patterns.
12853         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
12854         (thumb1_zero_extendhisi2_v6): Delete.
12855         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
12856         (thumb1_extendhisi2_v6): Delete.
12857         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
12858         (thumb1_extendqisi2_v6): Delete.
12859         (zero_extendhisi2 for register input splitter): New.
12860         (zero_extendqisi2 for register input splitter): New.
12861         (thumb1_extendhisi2 for register input splitter): New.
12862         (extendhisi2 for register input splitter): New.
12863         (extendqisi2 for register input splitter): New.
12864         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
12865         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
12866         and add support for a register alternative requiring a split.
12867         (thumb1_zero_extendqisi2): Likewise.
12868         (arm_zero_extendqisi2): Likewise.
12869         (arm_extendhisi2): Likewise.
12870         (arm_extendqisi2): Likewise.
12871
12872 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
12873
12874         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
12875         instead of an unspec.
12876         (neon_expand_vector_init): Likewise.
12877         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
12878         (UNSPEC_VDUP_LANE): Delete.
12879         (UNSPEC VDUP_N): Delete.
12880         (UNSPEC_VGET_HIGH): Delete.
12881         (UNSPEC_VGET_LANE): Delete.
12882         (UNSPEC_VGET_LOW): Delete.
12883         (UNSPEC_VMVN): Delete.
12884         (UNSPEC_VSET_LANE): Delete.
12885         (V_double_vector_mode): New.
12886         (vec_set<mode>_internal): Make code emitted match that for the
12887         corresponding intrinsics.
12888         (vec_setv2di_internal): Likewise.
12889         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
12890         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
12891         (neon_vset_lane<mode>): Combine double and quad patterns and
12892         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
12893         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
12894         (neon_vdup_n<mode>): Rewrite RTL without unspec.
12895         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
12896         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
12897         with neon_vdup_lanev2di, adjusting the pattern from the latter
12898         to be predicable for consistency.
12899         (neon_vdup_lane<mode>_internal): New.
12900         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
12901         to avoid using an unspec.
12902         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
12903         (neon_vdup_lanev2di): Turn into a define_expand.
12904         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
12905         (neon_vget_high<mode>): Replace with....
12906         (neon_vget_highv16qi): New pattern using canonical RTL.
12907         (neon_vget_highv8hi): Likewise.
12908         (neon_vget_highv4si): Likewise.
12909         (neon_vget_highv4sf): Likewise.
12910         (neon_vget_highv2di): Likewise.
12911         (neon_vget_low<mode>): Replace with....
12912         (neon_vget_lowv16qi): New pattern using canonical RTL.
12913         (neon_vget_lowv8hi): Likewise.
12914         (neon_vget_lowv4si): Likewise.
12915         (neon_vget_lowv4sf): Likewise.
12916         (neon_vget_lowv2di): Likewise.
12917
12918         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
12919         test for this emitting vmov.
12920         (Vset_lane): Likewise.
12921         (Vdup_n): Likewise.
12922         (Vmov_n): Likewise.
12923
12924         * doc/arm-neon-intrinsics.texi: Regenerated.
12925
12926 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
12927
12928         * config/arm/neon.md (vec_extractv2di): Correct error in register
12929         numbering to reconcile with neon_vget_lanev2di.
12930
12931 2010-07-02  Richard Guenther  <rguenther@suse.de>
12932
12933         * tree-ssa-structalias.c (pt_solution_set_var): New function.
12934         * tree-ssa-alias.h (pt_solution_set_var): Declare.
12935         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
12936         points-to information.
12937
12938 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
12939
12940         * config/s390/s390.c (override_options): Adopt prefetching
12941         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
12942
12943 2010-07-02  Jan Hubicka  <jh@suse.cz>
12944
12945         * df-problems.c (df_kill_notes): Do not collect dead  notes.
12946         (df_set_note): Just call add_reg_note.
12947         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
12948         df_create_unused_note): Do not deal with lists of old notes.
12949         (df_note_bb_compute): Likewise.
12950
12951 2010-07-02  Richard Guenther  <rguenther@suse.de>
12952
12953         * tree-ssa-structalias.c (find_func_aliases): Handle
12954         pointer alignment via BIT_AND_EXPR.
12955         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
12956
12957 2010-07-02  Richard Guenther  <rguenther@suse.de>
12958
12959         * tree-data-ref.c (initialize_data_dependence_relation): Handle
12960         mismatching number of dimensions properly.
12961
12962 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12963
12964         PR target/44707
12965         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
12966         (lo_sum (high ...) ...) patterns generated by earlier passes.
12967
12968 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12969
12970         * doc/install.texi (Prerequisites): Document Perl requirement on
12971         Solaris 2.
12972         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
12973
12974 2010-07-02  Richard Guenther  <rguenther@suse.de>
12975
12976         PR middle-end/44777
12977         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
12978
12979 2010-07-02  Jan Hubicka  <jh@suse.cz>
12980
12981         PR middle-end/44706
12982         * predict.c (predict_paths_for_bb): Handle case when control dependence
12983         BB has only abnormal edges.
12984
12985 2010-07-02  Richard Guenther  <rguenther@suse.de>
12986
12987         PR tree-optimization/44748
12988         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
12989         the embedded conversion in MEM_REFs.
12990
12991 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
12992
12993         * reload.c: Include toplev.h.
12994         * recog.c:  Likewise.
12995         * Makefile.in: Adjust dependencies.
12996
12997 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
12998
12999         PR debug/44694
13000         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
13001         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
13002
13003 2010-07-01  Richard Guenther  <rguenther@suse.de>
13004
13005         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
13006         types for offsets.
13007
13008 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
13009
13010         PR target/44732
13011         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
13012         Fix argument types.
13013
13014 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
13015
13016         PR target/44727
13017         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
13018         Make sure operand 0 dies.
13019
13020 2010-07-01  Richard Guenther  <rguenther@suse.de>
13021
13022         PR middle-end/42834
13023         PR middle-end/44468
13024         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
13025         * doc/generic.texi (References to storage): Document MEM_REF.
13026         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
13027         (print_call_name): Likewise.
13028         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
13029         (build_simple_mem_ref_loc): New function.
13030         (mem_ref_offset): Likewise.
13031         * tree.h (build_simple_mem_ref_loc): Declare.
13032         (build_simple_mem_ref): Define.
13033         (mem_ref_offset): Declare.
13034         * fold-const.c: Include tree-flow.h.
13035         (operand_equal_p): Handle MEM_REF.
13036         (build_fold_addr_expr_with_type_loc): Likewise.
13037         (fold_comparison): Likewise.
13038         (fold_unary_loc): Fold
13039         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
13040         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
13041         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
13042         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
13043         (ptr_deref_may_alias_ref_p_1): Likewise.
13044         (ao_ref_base_alias_set): Properly differentiate base object for
13045         offset and TBAA.
13046         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
13047         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
13048         (indirect_refs_may_alias_p): Likewise.
13049         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
13050         chasing code.
13051         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
13052         (call_may_clobber_ref_p_1): Likewise.
13053         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
13054         * expr.c (expand_assignment): Handle MEM_REF.
13055         (store_expr): Handle MEM_REFs from STRING_CSTs.
13056         (store_field): If expanding a MEM_REF of a non-addressable
13057         decl use bitfield operations.
13058         (get_inner_reference): Handle MEM_REF.
13059         (expand_expr_addr_expr_1): Likewise.
13060         (expand_expr_real_1): Likewise.
13061         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
13062         * alias.c (ao_ref_from_mem): Handle MEM_REF.
13063         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
13064         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
13065         (dr_analyze_indices): Likewise.
13066         (dr_analyze_alias): Likewise.
13067         (object_address_invariant_in_loop_p): Likewise.
13068         * gimplify.c (mark_addressable): Handle MEM_REF.
13069         (gimplify_cond_expr): Build MEM_REFs.
13070         (gimplify_modify_expr_to_memcpy): Likewise.
13071         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
13072         (gimple_fold_indirect_ref): Adjust.
13073         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
13074         * tree.def (MEM_REF): New tree code.
13075         * tree-dfa.c: Include toplev.h.
13076         (get_ref_base_and_extent): Handle MEM_REF.
13077         (get_addr_base_and_unit_offset): New function.
13078         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
13079         * gimple-fold.c (may_propagate_address_into_dereference): Handle
13080         MEM_REF.
13081         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
13082         accesses if the array has just one dimension.  Remove always true
13083         parameter.  Do not require type compatibility here.
13084         (maybe_fold_offset_to_component_ref): Remove.
13085         (maybe_fold_stmt_indirect): Remove.
13086         (maybe_fold_reference): Remove INDIRECT_REF handling.
13087         Fold back to non-MEM_REF.
13088         (maybe_fold_offset_to_address): Simplify.  Deal with type
13089         mismatches here.
13090         (maybe_fold_reference): Likewise.
13091         (maybe_fold_stmt_addition): Likewise.  Also handle
13092         &ARRAY + I in addition to &ARRAY[0] + I.
13093         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
13094         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
13095         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
13096         * tree-ssa.c (useless_type_conversion_p): Make most pointer
13097         conversions useless.
13098         (warn_uninitialized_var): Handle MEM_REF.
13099         (maybe_rewrite_mem_ref_base): New function.
13100         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
13101         to SSA form.
13102         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
13103         INDIRECT_REF handling.
13104         (copy_tree_body_r): Handle MEM_REF.
13105         * gimple.c (is_gimple_addressable): Adjust.
13106         (is_gimple_address): Likewise.
13107         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
13108         invariant base are invariant.
13109         (is_gimple_min_lval): Adjust.
13110         (is_gimple_mem_ref_addr): New function.
13111         (get_base_address): Handle MEM_REF.
13112         (count_ptr_derefs): Likewise.
13113         (get_base_loadstore): Likewise.
13114         * gimple.h (is_gimple_mem_ref_addr): Declare.
13115         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
13116         * tree-cfg.c (verify_address): New function, split out from ...
13117         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
13118         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
13119         INDIRECT_REFs.
13120         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
13121         INDIRECT_REF.  Allow conversions.
13122         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
13123         a register does not change its size.
13124         (verify_types_in_gimple_reference): Verify MEM_REF.
13125         (verify_gimple_assign_single): Disallow INDIRECT_REF.
13126         Handle MEM_REF.
13127         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
13128         New.
13129         (mark_address_taken): Handle MEM_REF.
13130         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
13131         (get_asm_expr_operands): Pass opf_not_non_addressable.
13132         (get_expr_operands): Handle opf_[not_]non_addressable.
13133         Handle MEM_REF.  Remove INDIRECT_REF handling.
13134         * tree-vrp.c (check_array_ref): Handle MEM_REF.
13135         (search_for_addr_array): Likewise.
13136         (check_array_bounds): Likewise.
13137         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
13138         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
13139         (ref_always_accessed_p): Likewise.
13140         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
13141         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
13142         Handle MEM_REF.
13143         * cgraphbuild.c (mark_load): Properly check for NULL result
13144         from get_base_address.
13145         (mark_store): Likewise.
13146         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
13147         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
13148         handling for MEM_REF.
13149         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
13150         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
13151         * builtins.c (stabilize_va_list_loc): Use the function ABI
13152         valist type if we couldn't canonicalize the argument type.
13153         Always dereference with the canonical va-list type.
13154         (maybe_emit_free_warning): Handle MEM_REF.
13155         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
13156         memmove to memcpy.
13157         * builtins.c (fold_builtin_memory_op): Use ref-all types
13158         for all memcpy foldings.
13159         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
13160         (build_outer_var_ref): Likewise.
13161         (scan_omp_1_op): Likewise.
13162         (lower_rec_input_clauses): Likewise.
13163         (lower_lastprivate_clauses): Likewise.
13164         (lower_reduction_clauses): Likewise.
13165         (lower_copyprivate_clauses): Likewise.
13166         (expand_omp_atomic_pipeline): Likewise.
13167         (expand_omp_atomic_mutex): Likewise.
13168         (create_task_copyfn): Likewise.
13169         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
13170         Remove old union trick.  Initialize constant offsets.
13171         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
13172         INDIRECT_REF.  Init base_alias_set properly.
13173         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
13174         (vn_reference_fold_indirect): Adjust for MEM_REFs.
13175         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
13176         for ARRAY_REFs.
13177         (may_insert): Remove.
13178         (visit_reference_op_load): Do not test may_insert.
13179         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
13180         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
13181         a field to store the constant offset this op applies.
13182         (run_scc_vn): Adjust prototype.
13183         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
13184         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
13185         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
13186         bother about volatile qualifiers on pointers.
13187         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
13188         * tree-ssa-loop-ivopts.c
13189         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
13190         (strip_offset_1): Likewise.
13191         (find_interesting_uses_address): Replace INDIRECT_REF handling with
13192         MEM_REF handling.
13193         (get_computation_cost_at): Likewise.
13194         * ipa-pure-const.c (check_op): Handle MEM_REF.
13195         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
13196         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
13197         and constants.
13198         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
13199         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
13200         (eliminate_local_variables_1): Likewise.
13201         (create_call_for_reduction_1): Likewise.
13202         (create_loads_for_reductions): Likewise.
13203         (create_loads_and_stores_for_name): Likewise.
13204         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
13205         (ssa_accessed_in_tree): Handle MEM_REF.
13206         (ssa_accessed_in_assign_rhs): Likewise.
13207         (update_type_size): Likewise.
13208         (analyze_accesses_for_call_stmt): Likewise.
13209         (analyze_accesses_for_assign_stmt): Likewise.
13210         (transform_access_sites): Likewise.
13211         (transform_allocation_sites): Likewise.
13212         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
13213         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
13214         not handle INDIRECT_REF.
13215         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
13216         (cond_store_replacement): Likewise.
13217         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
13218         MEM_REF, no not handle INDIRECT_REFs.
13219         (insert_into_preds_of_block): Properly initialize avail.
13220         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
13221         for ARRAY_REFs.  Properly handle reference lookups that
13222         require a bit re-interpretation.
13223         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
13224         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
13225         (build_ref_for_offset_1): Remove.
13226         (build_ref_for_offset): Build MEM_REFs.
13227         (gate_intra_sra): Disable for now.
13228         (sra_ipa_modify_expr): Handle MEM_REF.
13229         (ipa_early_sra_gate): Disable for now.
13230         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
13231         MEM_REF handling.
13232         (disqualify_base_of_expr): Likewise.
13233         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
13234         MEM_REF handling.
13235         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
13236         Use mem_ref_offset.  Remove bogus folding.
13237         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
13238         (make_fancy_name_1): Add support for MEM_REF.
13239         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
13240         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
13241         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
13242         (compute_complex_ancestor_jump_func): Likewise.
13243         (ipa_analyze_virtual_call_uses): Likewise.
13244         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
13245         INDIRECT_REF folding with more generalized MEM_REF folding.
13246         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
13247         (forward_propagate_addr_into_variable_array_index): Also handle
13248         &ARRAY + I in addition to &ARRAY[0] + I.
13249         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
13250         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
13251         creates assignments with overlap.
13252         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
13253         (get_frame_field): Likewise.
13254         (get_nonlocal_debug_decl): Likewise.
13255         (convert_nonlocal_reference_op): Likewise.
13256         (struct nesting_info): Add mem_refs pointer-set.
13257         (create_nesting_tree): Allocate it.
13258         (convert_local_reference_op): Insert to be folded mem-refs.
13259         (fold_mem_refs): New function.
13260         (finalize_nesting_tree_1): Perform defered folding of mem-refs
13261         (free_nesting_tree): Free the pointer-set.
13262         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
13263         (vectorizable_load): Likewise.
13264         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
13265         (propagate_with_phi): Likewise.
13266         * tree-object-size.c (addr_object_size): Handle MEM_REFs
13267         instead of INDIRECT_REFs.
13268         (compute_object_offset): Handle MEM_REF.
13269         (plus_stmt_object_size): Handle MEM_REF.
13270         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
13271         for &MEM_REF.
13272         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
13273         (symbol_marked_for_renaming): Likewise.
13274         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
13275         (fold-const.o): Add $(TREE_FLOW_H).
13276         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
13277         (find_func_clobbers): Likewise.
13278         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
13279         (decompose_access): Likewise.
13280         (replace_field_acc): Likewise.
13281         (replace_field_access_stmt): Likewise.
13282         (insert_new_var_in_stmt): Likewise.
13283         (get_stmt_accesses): Likewise.
13284         (reorg_structs_drive): Disable.
13285         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
13286         (ix86_canonical_va_list_type): Likewise.
13287
13288 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
13289
13290         PR other/44566
13291         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
13292         * target.def (struct gcc_target): Replace enum reg_class with
13293         reg_class_t in hook argument / return types.
13294         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
13295         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
13296         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
13297         * targhooks.h (default_branch_target_register_class): Likewise.
13298         (default_ira_cover_classes, default_secondary_reload): Likewise.
13299         (default_memory_move_cost, default_register_move_cost): Likewise.
13300         * targhooks.c (default_branch_target_register_class): Likewise.
13301         (default_ira_cover_classes, default_secondary_reload): Likewise.
13302         (default_memory_move_cost, default_register_move_cost): Likewise.
13303         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
13304         * bt-load.c (branch_target_load_optimize): Likewise.
13305         * ira.c (setup_cover_and_important_classes): Likewise.
13306         * ira-costs.c (copy_cost): Likewise.
13307         * reload1.c (emit_input_reload_insns): Likewise.
13308         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
13309         * config/frv/frv.c (frv_secondary_reload): Likewise.
13310         * config/s390/s390.c (s390_secondary_reload): Likewise.
13311         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
13312         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
13313         (ix86_register_move_cost): Likewise.
13314         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
13315         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
13316         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
13317         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
13318         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
13319         (rs6000_ira_cover_classes): Likewise.
13320         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
13321         * config/picochip/picochip-protos.h (picochip_secondary_reload):
13322         Likewise.
13323         * config/pa/pa.c (pa_secondary_reload): Likewise.
13324         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
13325         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
13326         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
13327         * doc/tm.texi: Regenerate.
13328
13329 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
13330
13331         PR bootstrrap/44726
13332         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
13333         use.
13334         (build_alias_set_optimal_p): Likewise.
13335         (build_base_obj_set_for_drs): Likewise.
13336
13337 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
13338
13339         * target.def: Remove comment about licensing problems of function
13340         declarations.
13341
13342         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
13343         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
13344         * doc/tm.texi: Regenerate.
13345
13346         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
13347         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
13348
13349         * target.def (enum_va_list_p): Use DEFHOOK.
13350         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
13351         Rename ptype to ptree.
13352         * doc/tm.texi: Regenerate.
13353
13354         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
13355         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
13356         * doc/tm.texi: Regenerate.
13357
13358         * target.def (memory_move_cost): Use DEFHOOK.
13359         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
13360         Rename regclass AKA class to rclass.
13361         * doc/tm.texi: Regenerate.
13362
13363         * target.def (pragma_parse): Use DEFHOOK.
13364         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
13365         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
13366         * doc/tm.texi: Regenerate.
13367
13368         * target.def (pass_by_reference): Use DEFHOOK.
13369         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
13370         * doc/tm.texi: Regenerate.
13371
13372         * target.def (resolve_overloaded_builtin): Rename params to arglist.
13373         Use DEFHOOK.
13374         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
13375         * doc/tm.texi: Regenerate.
13376
13377         * target.def (return_pops_args): Use DEFHOOK.
13378         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
13379         Rename stack-size to size.
13380         * doc/tm.texi: Regenerate.
13381
13382         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
13383         last-sched_cycle to last_clock, cur_cycle to clock.
13384         * doc/tm.texi.in: Use @hook.
13385         * doc/tm.texi: Regenerate.
13386
13387         * target.def (print_operand, print_operand_address): Update comment.
13388         (print_operand_punct_valid_p): Likewise.
13389
13390 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13391
13392         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
13393         to rtl.h.
13394         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
13395         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
13396         * rtl-error.h: New.
13397         * regrename.c: Do not include toplev.h. Include rtl-error.h.
13398         * rtl-error.c: Likewise.
13399         * reload.c: Likewise.
13400         * recog.c:  Likewise.
13401         * sel-sched.c: Likewise.
13402         * function.c: Likewise.
13403         * reg-stack.c: Likewise.
13404         * cfgrtl.c: Likewise.
13405         * reload1.c: Likewise.
13406         * final.c: Include rtl-error.
13407         * Makefile.in: Adjust dependencies.
13408
13409 2010-06-30  Jan Hubicka  <jh@suse.cz>
13410
13411         PR middle-end/PR44706
13412         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
13413         to return the value.
13414
13415 2010-06-30  Michael Matz  <matz@suse.de>
13416
13417         PR bootstrap/44699
13418         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
13419         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
13420         a gimple reg, attach the original VDEF to the last store in the
13421         sequence.
13422
13423 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
13424
13425         PR other/44034
13426         * config/darwin.c (darwin_override_options): Use renamed
13427         targetm.asm_out.emit_unwind_label.
13428
13429 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
13430
13431         PR tree-optimization/39799
13432         * tree-inline.c (remap_ssa_name): Initialize variable only if
13433         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
13434
13435 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
13436
13437         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
13438
13439 2010-06-30  Richard Guenther  <rguenther@suse.de>
13440
13441         PR target/44722
13442         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
13443         against oscillation with reverse peephole2.
13444
13445 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
13446
13447         PR target/44721
13448         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
13449         Fix last commit.
13450
13451 2010-06-30  Nick Clifton  <nickc@redhat.com>
13452
13453         * config/rx/rx-modes.def: New file.
13454         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
13455         (CC_REGNUM): Define.
13456         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
13457         register.
13458         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
13459         (SELECT_CC_MODE): Define.
13460         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
13461         (reg:CC CC_REG) instead of (cc0).
13462         (attr "cc"): Delete.
13463         (cbranchsi4): Do not split compare and branch here. Instead move
13464         it to...
13465         (cbranchsi4_<code>): ... here.  New patterns.
13466         (cmpsi): Call rx-compare_redundant to find out if it is necessary
13467         to emit the compare instruction.
13468         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
13469         cc_status flags.
13470         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
13471         FIRST_PSEUDO_REGNUM.
13472         (rx_expand_prologue, rx_expand_epilogue): Likewise.
13473         (rx_notice_update_cc): Delete.
13474         (rx_cc_modes_compatible): New function.
13475         (flags_needed_for_conditional): New function.
13476         (flags_from_mode): New function.
13477         (rx_compare_redundant): New function - scans backwards through
13478         insn list to find out if condition flags are already set correctly.
13479         (TARGET_CC_MODES_COMPATIBLE): Define.
13480         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
13481
13482         * config/rx/rx.h (BRANCH_COST): Define.
13483         (REGISTER_MOVE_COST): Define.
13484         * config/rx/predicates (rx_source_operand): Allow all constant types.
13485         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
13486         (tstsi4): New pattern.
13487         * config/rx/rx.c (rx_memory_move_cost): Define.
13488         (TARGET_MEMORY_MOVE_COST): Define.
13489
13490 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
13491
13492         * tree.h (block_may_fallthru): Declare here.
13493         * tree-flow.h (block_may_fallthru): Do not declare here.
13494         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
13495         bitmap.h
13496         * Makefile.in (c-typeck.o): Update dependencies.
13497
13498 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
13499
13500         PR debug/44694
13501         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
13502         * cselib.c (cfa_base_preserved_regno): New static variable.
13503         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
13504         of REGNO (cfa_base_preserved_val->locs->loc).
13505         (cselib_preserve_cfa_base_value): Add regno argument, set
13506         cfa_base_preserved_regno to it.
13507         (cselib_invalidate_regno): Allow removal of registers other than
13508         cfa_base_preserved_regno from cfa_base_preserved_val.
13509         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
13510         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
13511         of MEM addresses, if not on LHS.
13512         (reverse_op): Don't add reverse ops for cfa_base_rtx.
13513         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
13514
13515 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
13516
13517         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
13518         static variables.
13519         (peep2_buf_position): New static function.
13520         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
13521         peephole2_optimize): Use it.
13522         (peep2_attempt, peep2_update_life): New static functions, broken out
13523         of peephole2_optimize.
13524         (peep2_fill_buffer): New static function.
13525         (peephole2_optimize): Change the main loop to try to fill the buffer
13526         with the maximum number of insns before matching them against
13527         peepholes.  Use a forward scan.  Remove special case for targets with
13528         conditional execution.
13529         * genrecog.c (change_state): Delete dead code.
13530         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
13531         Rewrite so as not to expect the second insn to have had a peephole
13532         applied yet.
13533
13534 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
13535
13536         * genhooks.c (emit_findices): Cast field precision to int.
13537         (emit_documentation): Likewise.
13538
13539 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
13540
13541         PR tree-optimization/43801
13542         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
13543         if old_decl was DECL_ONE_ONLY.
13544
13545         PR debug/44668
13546         * dwarf2out.c (add_accessibility_attribute): New function.
13547         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
13548         instead of adding DW_AT_accessibility manually.
13549         (gen_enumeration_type_die, gen_struct_or_union_type_die,
13550         gen_typedef_die): Use it.
13551
13552 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
13553
13554         * vmsdbgout.c (full_name): Just output the file name if not native.
13555
13556 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
13557
13558         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
13559         (funcnam_table): New static table.
13560         (funcnum_table): New static table.
13561         (write_rtnbeg): Write value saved in funcnum_table.
13562         (write_rtnend): Write value saved in funcnum_table.
13563         (vmsdbgout_begin_function): Save current function info in
13564         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
13565         (vmsdbgout_finish): Iterate over funcnum_table.
13566
13567 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
13568
13569         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
13570         (vmsdbgout_type_decl): Declare
13571         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
13572         (FUNC_EPILOGUE_LABEL): New macro
13573         (vmsdbgout_begin_epilogue): New function.
13574         (vmsdbgout_type_decl): New function.
13575
13576 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
13577
13578         * vmsdbg.h: Update copyright.
13579
13580 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
13581
13582         * vmsdbg.h (DST_K_TBG): New DST constant.
13583         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
13584         (write_modbeg): Cast module_language to avoid warning.
13585         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
13586
13587 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
13588
13589         PR other/44034
13590         * target.def, doc/tm.texi.in, genhooks.c: New files.
13591         * target.h: Instead of defining individual hook members,
13592         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
13593         include target.def.
13594         * target-def.h: Instead of defining individual hook initializers,
13595         include target-hooks-def.h.
13596         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
13597         targetm.live_on_entry -> targetm.extra_live_on_entry
13598         targetm.sched.md_finish ->targetm.sched.finish
13599         targetm.sched.md_init -> targetm.sched.init
13600         targetm.sched.md_init_global -> targetm.sched.init_global
13601         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
13602         targetm.asm_out.except_table_label ->
13603           targetm.asm_out.emit_except_table_label
13604         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
13605         targetm.target_help -> targetm.help
13606         targetm.vectorize.builtin_support_vector_misalignment ->
13607           targetm.vectorize.support_vector_misalignment
13608         targetm.file_start_app_off -> targetm.asm_file_start_app_off
13609         targetm.file_start_file_directive ->
13610          targetm.asm_file_start_file_directive
13611         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
13612         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
13613         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
13614         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
13615           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
13616         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
13617           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
13618         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
13619         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
13620         * Makefile.in (TARGET_H): Depend on target.def.
13621         (TARGET_DEF_H): Depend on target-hooks-def.h.
13622         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
13623         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
13624         * doc/tm.texi: Regenerate.
13625
13626         * Makefile.in (s-tm-texi): Remove stray tab / rule.
13627
13628         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
13629         (targetm.sched.init): Likewise.
13630
13631 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
13632
13633         PR bootstrap/44713
13634         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
13635         (function_arg_advance_32): Const-ify TYPE parameter.
13636         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
13637         (ix86_function_arg_advance): Change type of NAMED to bool.
13638         (function_arg_32): Const-ify CUM and TYPE parameters.
13639         (function_arg_64): Likewise.  Change type of NAMED to bool.
13640         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
13641         to bool.
13642         (ix86_function_arg): Change type of NAMED to bool.
13643         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
13644         last argument as a bool.
13645
13646 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
13647
13648         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
13649         (OVERRIDE_OPTIONS): Add note of obsolescence.
13650         Replace references with references to TARGET_OPTION_OVERRIDE.
13651         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
13652          the macro).
13653         * targhooks.c (default_target_option_override): New function.
13654         * targhooks.h (default_target_option_override): Declare.
13655         * target.h (struct gcc_target): Add override member to
13656         target_option member.
13657         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
13658         targetm.target_option.override call.
13659         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
13660         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
13661
13662 2010-06-29  Jan Hubicka  <jh@suse.cz>
13663
13664         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
13665
13666 2010-06-29  Jan Hubicka  <jh@suse.cz>
13667
13668         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
13669         unreachable.
13670         (rebuild_frequencies): New function.
13671         * predict.h (rebuild_frequencies): Declare.
13672         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
13673         entry block and edge reaching new_entry.
13674         (tree_function_versioning): When doing partial cloning, rebuild
13675         frequencies when done.
13676         * passes.c (execute_function_todo): Use rebild_frequencies.
13677
13678 2010-06-29  Richard Guenther  <rguenther@suse.de>
13679
13680         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
13681         * tree-flow.h (enum noalias_state): Remove.
13682         (struct var_ann_d): Remove noalias_state member.
13683
13684 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
13685
13686         PR target/43902
13687         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
13688         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
13689         (maddhidi4): Likewise.
13690
13691         Revert parts of the change for PR25130.
13692         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
13693         MEM_ALIAS_SET.
13694
13695 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
13696
13697         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
13698         targetm.calls.function_incoming_arg, and
13699         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
13700         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
13701         * target.h (struct gcc_target): Add function_arg_advance,
13702         function_arg, and function_incoming_arg fields.
13703         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
13704         (TARGET_FUNCTION_INCOMING_ARG): Define.
13705         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
13706         and TARGET_FUNCTION_INCOMING_ARG.
13707         * targhooks.h (default_function_arg_advance): Declare.
13708         (default_function_arg, default_function_incoming_arg): Declare.
13709         * targhooks.c (default_function_arg_advance): New function.
13710         (default_function_arg, default_function_incoming_arg): New function.
13711         * config/i386/i386.c (function_arg_advance): Rename to...
13712         (ix86_function_arg_advance): ...this.  Make static.
13713         (function_arg): Rename to...
13714         (ix86_function_arg): ...this.  Make static.
13715         (TARGET_FUNCTION_ARG_ADVANCE): Define.
13716         (TARGET_FUNCTION_ARG): Define.
13717         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
13718         (FUNCTION_ARG): Delete.
13719         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
13720         (function_arg): Delete prototype.
13721
13722 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
13723
13724         * reginfo.c (init_reg_sets_1): Adjust comments.
13725         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
13726         * calls.c (prepare_call_address): Likewise.
13727         (emit_call_1): Use targetm.calls.return_pops_args.
13728         (expand_call): Likewise.
13729         * function.c (assign_parms): Likewise.
13730         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
13731         * target.h (struct gcc_target) [struct calls]: Add
13732         return_pops_args field.
13733         * targhooks.h (default_return_pops_args): Declare.
13734         * targhooks.c (default_return_pops_args): Define.
13735         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
13736         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
13737         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
13738         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
13739         documentation.
13740         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
13741         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
13742         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
13743         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
13744         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
13745         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
13746         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
13747         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
13748         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
13749         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
13750         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
13751         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
13752         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
13753         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
13754         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
13755         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
13756         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
13757         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
13758         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
13759         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
13760         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
13761         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
13762         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
13763         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
13764         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
13765         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
13766         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
13767         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
13768         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
13769         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
13770         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
13771         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
13772         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
13773         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
13774         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
13775         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
13776         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
13777         * config/i386/i386.c (ix86_return_pops_args): Make static.
13778         Constify arguments.
13779         (TARGET_RETURN_POPS_ARGS): Define.
13780         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
13781         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
13782         (TARGET_RETURN_POPS_ARGS): Define.
13783         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
13784         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
13785         (TARGET_RETURN_POPS_ARGS): Define.
13786
13787 2010-06-29  Richard Guenther  <rguenther@suse.de>
13788
13789         PR middle-end/44667
13790         * tree-inline.c (initialize_inlined_parameters): Make sure
13791         to remap the inlined parameter variable substitutions types.
13792
13793 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
13794
13795         PR rtl-optimization/44659
13796         * combine.c (make_compound_operation) <SUBREG>: Do not return the
13797         result of force_to_mode if it partially re-expanded the compound.
13798
13799 2010-06-28  Jan Hubicka  <jh@suse.cz>
13800
13801         PR middle-end/44671
13802         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
13803         RESULT_DECL.
13804
13805 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
13806
13807         * double-int.h (force_fit_type_double): Remove declaration.
13808         * double-int.c (force_fit_type_double): Move to tree.c.
13809         * tree.h (force_fit_type_double): Declare.
13810         * tree.h (force_fit_type_double): Moved from double-int.c. Use
13811         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
13812         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
13813         * convert.c (convert_to_pointer): Adjust call to
13814         force_fit_type_double.
13815         * tree-vrp.c (extract_range_from_assert,
13816         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
13817         * fold-const.c: Update comment.
13818         (int_const_binop, fold_convert_const_int_from_int,
13819         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
13820         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
13821         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
13822         round_up_loc): Adjust call to force_fit_type_double.
13823
13824 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
13825
13826         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
13827
13828 2010-06-28  Martin Jambor  <mjambor@suse.cz>
13829
13830         * tree-sra.c (convert_callers): New parameter, change fndecls of
13831         recursive calls.
13832         (modify_function): Pass the old decl to convert_callers.
13833
13834 2010-06-28  Martin Jambor  <mjambor@suse.cz>
13835
13836         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
13837         ipa_check_create_node_params and ipa_initialize_node_params with
13838         checking asserts they are not necessary.
13839
13840 2010-06-28  Jan Hubicka  <jh@suse.cz>
13841
13842         PR tree-optimization/44687
13843         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
13844
13845 2010-06-28  Martin Jambor  <mjambor@suse.cz>
13846
13847         PR c++/44535
13848         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
13849         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
13850         instead of BINFO_BASE_BINFO.
13851
13852 2010-06-28  Michael Matz  <matz@suse.de>
13853
13854         PR middle-end/44592
13855         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
13856         proper VDEF chain for intermediate stores in the sequence.
13857
13858 2010-06-28  Jan Hubicka  <jh@suse.cz>
13859
13860         PR tree-optimization/44357
13861         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
13862         uninlinable functions.
13863
13864 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
13865
13866         * config.gcc (powerpc*-*-*): Handle titan.
13867         * config/rs6000/rs6000.c (titan_cost): New costs.
13868         (rs6000_override_options): Add "titan" to processor_target_table.
13869         Add Titan to branch alignment logic.
13870         Correctly set rs6000_cost for titan.
13871         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
13872         * config/rs6000/titan.md: New file.
13873         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
13874
13875 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
13876
13877         * tree-browser.c (TB_history_stack): Convert to a VEC.
13878         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
13879         (TB_history_prev): Likewise.
13880
13881 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
13882
13883         * vec.h (vec_heap_free): Add parentheses around free.
13884
13885 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
13886
13887         * system.h: Poison GCC_EXCEPT_H for front-end files.
13888
13889         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
13890         langhook.
13891         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
13892         Define to NULL by default.
13893         * except.h: Define GCC_EXCEPT_H.
13894         (doing_eh): Remove prototype.
13895         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
13896         (lang_protect_cleanup_actions): Remove.
13897         * except.c (lang_protect_cleanup_actions): Remove.
13898         (doing_eh): Remove.
13899         (gen_eh_region): Don't check doing_eh here.
13900         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
13901         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
13902         instead of lang_protect_cleanup_actions.
13903         * omp-low.c (maybe_catch_exception): Likewise.
13904         * Makefile.in: Update dependencies.
13905
13906 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
13907
13908         * cgraph.h (struct varpool_node): new used_from_object_file flag.
13909         (struct cgraph_local_info): new used_from_object_file flag.
13910         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
13911         (cgraph_clone_node): initialize used_from_object_file.
13912         (cgraph_create_virtual_clone): initialize used_from_object_file.
13913         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
13914         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
13915         when compiling with -fwhole-program.
13916         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
13917         internal resolver.
13918         * ipa.c (function_and_variable_visibility): Set externally_visible
13919         flag of varpool_node if used_from_object_file flag is set.
13920         (cgraph_externally_visible_p): check used_from_object_file flag.
13921         * doc/invoke.texi (-fwhole-program option): Change description of
13922         externally_visible attribute accordingly.
13923         * doc/extend.texi (externally_visible): Ditto.
13924
13925 2010-06-27  Jan Hubicka  <jh@suse.cz>
13926
13927         * params.def (max-inline-insns-auto): Default to 40.
13928         * doc/invoke.texi (max-inline-insns-auto): Document the change.
13929
13930 2010-06-27  Jan Hubicka  <jh@suse.cz>
13931
13932         PR middle-end/44671
13933         PR middle-end/44686
13934         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
13935         signature change.
13936         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
13937         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
13938
13939 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
13940
13941         * target.h (struct gcc_target): Add register_move_cost field.
13942         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
13943         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
13944         * targhooks.c (default_register_move_cost): New function.
13945         * targhooks.h (default_register_move_cost): Declare function.
13946         * defaults.h (REGISTER_MOVE_COST): Delete.
13947         * ira-int.h (ira_register_move_cost): Update comment.
13948         * ira.c (ira_register_move_cost): Update comment.
13949         * reload.h (register_move_cost): Declare.
13950         * reginfo.c (register_move_cost): New function.
13951         (move_cost): Update comment.
13952         (init_move_cost, memory_move_secondary_cost): Replace
13953         REGISTER_MOVE_COST with register_move_cost.
13954         * postreload.c (reload_cse_simplify_set): (Ditto.).
13955         * reload.c (find_valid_class, find_reloads): (Ditto.).
13956         * reload1.c (choose_reload_regs): (Ditto.).
13957         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
13958         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
13959         * doc/md.texi (can_create_pseudo_p): Update documentation.
13960
13961         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
13962         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
13963         * config/i386/i386.h (ix86_memory_move_cost): Make static.
13964         (TARGET_MEMORY_MOVE_COST): Define.
13965
13966         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
13967         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
13968         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
13969         (TARGET_MEMORY_MOVE_COST): Define.
13970
13971 2010-06-27  Richard Guenther  <rguenther@suse.de>
13972
13973         PR tree-optimization/44683
13974         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
13975         false edge from the inverted condition.
13976
13977 2010-06-27  Richard Guenther  <rguenther@suse.de>
13978
13979         PR middle-end/44684
13980         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
13981         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
13982         for register LHS.  Or non-store assignments.
13983
13984 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
13985
13986         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
13987         (sparc_emit_set_const64): Likewise.  Remove disabled code.
13988         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
13989         (sparc_emit_set_const64): Likewise.
13990
13991 2010-06-26  Catherine Moore  <clm@codesourcery.com>
13992
13993         * config/mips/mips.md (alu_type): New attribute.
13994         (type): Infer type from alu_type.
13995         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
13996         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
13997         *subsi3_extended, negsi2, negdi2, *low<mode>,
13998         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
13999         xor<mode>3, *nor<mode>3,
14000         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
14001         *zero_extendhi_truncqi):  Set alu_type instead of type.
14002
14003 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
14004
14005         * config/alpha/alpha.c (alpha_need_linkage): Adjust
14006         splay_tree_new_ggc call.
14007         (alpha_use_linkage): Likewise.
14008
14009 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
14010
14011         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
14012         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
14013         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
14014         (static_specs): Remove switches_need_spaces.
14015         (process_command, do_self_spec): Hardcode handling "-o" instead of
14016         checking switches_need_spaces.
14017         * system.h (SWITCHES_NEED_SPACES): Poison.
14018
14019 2010-06-26  Richard Guenther  <rguenther@suse.de>
14020
14021         PR tree-optimization/44393
14022         * tree-loop-distribution.c (generate_loops_for_partition): Fix
14023         stmt removal and VOP renaming.
14024         (generate_memset_zero): Remove redundant stmt updating.
14025         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
14026         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
14027
14028 2010-06-26  Jan Hubicka  <jh@suse.cz>
14029
14030         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
14031         edges comming from header are equivalent.
14032         (visit_bb): Handle PHIs correctly.
14033         * tree-inline.c (copy_phis_for_bb): Be able to copy
14034         PHI from entry edge.
14035         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
14036
14037 2010-06-26  Richard Guenther  <rguenther@suse.de>
14038
14039         PR middle-end/44674
14040         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
14041         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
14042
14043 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
14044
14045         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
14046         add_infile, alloc_switch): New.
14047         (process_command): Remove variable lang_n_infiles.  Process
14048         options in a single pass.  Use new functions for allocating
14049         infiles and switches arrays.  Properly skip operands of
14050         -Xpreprocessor and -Xassembler.
14051
14052 2010-06-26  Jan Hubicka  <jh@suse.cz>
14053
14054         PR middle-end/44671
14055         * cgraphunit.c (cgraph_function_versioning): Remove wrong
14056         cgraph_make_decl_local call; fix typo copying RTL data.
14057
14058 2010-06-25  DJ Delorie  <dj@redhat.com>
14059
14060         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
14061         (m32c_output_aligned_common): Likewise.
14062         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
14063         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
14064         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
14065         (m32c_register_pragmas): Register it.
14066         * config/m32c/m32c.c (m32c_get_pragma_address): New.
14067         (m32c_insert_attributes): Set #pragma address decls volatile.
14068         (pragma_entry_eq): New.
14069         (pragma_entry_hash): New.
14070         (m32c_note_pragma_address): New.
14071         (m32c_get_pragma_address): New.
14072         (m32c_output_aligned_common): New.
14073         * doc/extend.texi: Document the new pragma.
14074
14075         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
14076         also.
14077         * config/m32c/predicates.md (m32c_any_operand): Check the code
14078         instead of memory_operand so as to allow matching volatile MEMs.
14079         (m32c_nonimmediate_operand): Likewise.
14080         (mra_operand): Allow volatiles.
14081
14082 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
14083
14084         PR debug/44610
14085         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
14086         address if the offset is unknown.
14087
14088 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
14089
14090         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
14091         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
14092         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
14093         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
14094         to ia64_start_function. Invoke it.
14095         * config/ia64/ia64.c (ia64_start_function): Call new function
14096         dwarf2out_vms_debug_main_pointer.
14097
14098 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
14099
14100         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
14101         statements computing the true predicate.
14102
14103 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
14104
14105         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
14106         to boolean_true_node.
14107         (reset_bb_predicate): New.
14108         (predicate_bbs): Call reset_bb_predicate.
14109
14110 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
14111
14112         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
14113         (tree_if_conversion): Returns true when something has been changed.
14114         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
14115         changed something.
14116
14117 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
14118
14119         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
14120         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
14121         * tree-if-conv.c: Include dbgcnt.h.
14122         (tree_if_conversion): Use if_conversion_tree to count the number of
14123         if-convertible loops.
14124
14125 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
14126
14127         * common.opt (fprefetch-loop-arrays): Re-define
14128         -fprefetch-loop-arrays as a tri-state option with the initial
14129         value of -1.
14130         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
14131         pass only when flag_prefetch_loop_arrays > 0.
14132         * toplev.c (process_options): Note that, with tri-states,
14133         flag_prefetch_loop_arrays>0 means prefetching is enabled.
14134         * config/i386/i386.c (override_options): Enable prefetching at -O3
14135         for a set of CPUs that sw prefetching is helpful.
14136         (software_prefetching_beneficial_p): New.  Return TRUE if software
14137         prefetching is beneficial for the given CPU.
14138
14139 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
14140
14141         PR rtl-optimization/44326
14142         * implicit-zee.c (find_removable_zero_extends): Replace
14143         INSN_P with NONDEBUG_INSN_P.
14144
14145 2010-06-25  Martin Jambor  <mjambor@suse.cz>
14146
14147         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
14148         (struct ipa_node_params): Removed the modification_analysis_done flag.
14149         (ipa_is_param_modified): Removed.
14150         (ipa_analyze_node): Declare.
14151         (ipa_compute_jump_functions): Remove declaration.
14152         (ipa_count_arguments): Likewise.
14153         (ipa_detect_param_modifications): Likewise.
14154         (ipa_analyze_params_uses): Likewise.
14155         * ipa-prop.c (struct param_analysis_info): New type.
14156         (visit_store_addr_for_mod_analysis): Removed.
14157         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
14158         moved down in the file.
14159         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
14160         (ipa_count_arguments): Made static.
14161         (mark_modified): New function.
14162         (is_parm_modified_before_call): New function.
14163         (compute_pass_through_member_ptrs): New parameter parms_info, call
14164         is_parm_modified_before_call instead of ipa_is_param_modified.
14165         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
14166         it to compute_pass_through_member_ptrs.
14167         (ipa_compute_jump_functions): New parameter parms_info, pass it to
14168         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
14169         on the callee if it is analyzed.  Made static.
14170         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
14171         is_parm_modified_before_call instead of ipa_is_param_modified.
14172         (ipa_analyze_call_uses): New parameter parms_info, pass it to
14173         ipa_analyze_indirect_call_uses.
14174         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
14175         ipa_analyze_call_uses.
14176         (ipa_analyze_params_uses): New parameter parms_info, pass it to
14177         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
14178         (ipa_analyze_node): New function.
14179         (ipa_print_node_params): Do not dump the modified flag.
14180         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
14181         it.  Do not stream the modified parameter flag.
14182         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
14183         it.  Do not stream the modified parameter flag.
14184         * ipa-cp.c (ipcp_analyze_node): Removed.
14185         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
14186         with only a call to ipa_analyze_node.
14187         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
14188         node with only a call to ipa_analyze_node.
14189
14190 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14191
14192         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
14193
14194 2010-06-25  Jan Hubicka  <jh@suse.cz>
14195
14196         * tree-pass.h (pass_split_functions): Declare.
14197         * opts.c (decode_options): Enable function splitting at -O2
14198         * timevar.def (TV_IPA_FNSPLIT): New macro.
14199         * ipa-split.c: New file.
14200         * common.opt (-fpartial-inlining): New flag.
14201         * Makefile.in (ipa-split.o): New object file.
14202         * passes.c (init_optimization_passes): Add ipa-split.
14203         * params.def (partial-inlining-entry-probability): New parameters.
14204         * doc/invoke.texi (-fpartial-inlining): New.
14205
14206 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14207
14208         PR 44665
14209         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
14210         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
14211         (gimplify_expr): Likewise.
14212
14213 2010-06-25  Martin Jambor  <mjambor@suse.cz>
14214
14215         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
14216         statements instead of bailing out on them.
14217         (ipa_analyze_indirect_call_uses): Do not require that loads from the
14218         parameter are in the same BB as the condition.  Update comments.
14219
14220 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
14221
14222         PR middle-end/43866
14223         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
14224         true or always false, return NULL_TREE.
14225         (tree_unswitch_single_loop): Optimize conditions even when reaching
14226         max-unswitch-level parameter.  If num > 0, optimize first all conditions
14227         using entry checks, then do still reachable block discovery and consider
14228         only conditions in still reachable basic blocks in the loop.
14229
14230         PR tree-optimization/44539
14231         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
14232         the call doesn't have LHS, but has VDEF.
14233
14234 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
14235
14236         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
14237         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
14238         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
14239         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
14240         * system.h (MODIFY_TARGET_NAME): Poison.
14241
14242 2010-06-25  Alan Modra  <amodra@gmail.com>
14243
14244         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
14245         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
14246         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
14247         CMODEL_LARGE as default.
14248         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
14249         (offsettable_ok_by_alignment): Delete.
14250         (rs6000_emit_move): Remove mcmodel=medium optimization.
14251
14252 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
14253
14254         With large parts from Jim Wilson:
14255         PR target/43902
14256         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
14257         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
14258         * optabs.c (optab_for_tree_code): Likewise.
14259         (expand_widen_pattern_expr): Likewise.
14260         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
14261         out of execute_optimize_widening_mul.
14262         (convert_plusminus_to_widen): New function.
14263         (execute_optimize_widening_mul): Use the two new functions.
14264         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
14265         Remove code to generate widening multiply-accumulate.  Add support
14266         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
14267         * gimple-pretty-print.c (dump_ternary_rhs): New function.
14268         (dump_gimple_assign): Call it when appropriate.
14269         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
14270         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
14271         (expand_gimple_stmt_1): Likewise.
14272         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
14273         WIDEN_MULT_MINUS_EXPR.
14274         * tree-ssa-operands.c (get_expr_operands): Likewise.
14275         * tree-inline.c (estimate_operator_cost): Likewise.
14276         * gimple.c (extract_ops_from_tree_1): Renamed from
14277         extract_ops_from_tree.  Add new arg for a third operand; fill it.
14278         (gimple_build_assign_stat): Support operations with three operands.
14279         (gimple_build_assign_with_ops_stat): Likewise.
14280         (gimple_assign_set_rhs_from_tree): Likewise.
14281         (gimple_assign_set_rhs_with_ops_1): Renamed from
14282         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
14283         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
14284         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
14285         WIDEN_MULT_MINUS_EXPR.
14286         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
14287         (extract_ops_from_tree_1): Adjust declaration.
14288         (gimple_assign_set_rhs_with_ops_1): Likewise.
14289         (gimple_build_assign_with_ops): Pass NULL for last operand.
14290         (gimple_build_assign_with_ops3): New macro.
14291         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
14292         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
14293         functions.
14294         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
14295         (verify_gimple_assign): Call it.
14296         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
14297         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
14298         functions for dealing with three-operand statements.
14299         * tree.c (commutative_ternary_tree_code): New function.
14300         * tree.h (commutative_ternary_tree_code): Declare it.
14301         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
14302         ternary statements.
14303         (gimple_assign_nonzero_warnv_p): Likewise.
14304         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
14305         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
14306         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
14307         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
14308         (struct hashtable_expr): New member ternary in the union.
14309         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
14310         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
14311         (iterative_hash_hashable_expr): Likewise.
14312         (print_expr_hash_elt): Handle EXPR_TERNARY.
14313         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
14314         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
14315         statements.  Handle GIMPLE_TERNARY_RHS.
14316
14317 2010-06-25  Jan Hubicka  <jh@suse.cz>
14318
14319         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
14320
14321 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
14322
14323         PR c/44517
14324         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
14325         parameters are not good.
14326         (c_parser_parameter_declaration): Error unknown type name if the type
14327         name can't start declaration specifiers.
14328
14329 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
14330
14331         * gcc.c (translate_options): Don't mention +e in comment.
14332         (process_command): Don't handle +e specially.
14333
14334 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
14335
14336         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
14337
14338         * ira-build.c (merge_hard_reg_conflicts): New function.
14339         (create_cap_allocno, copy_info_to_removed_store_destinations,
14340         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
14341         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
14342         (remove_unnecessary_allocnos, remove_low_level_allocnos)
14343         copy_nifo_to_removed_store_destination): Use them.
14344         * ira-lives.c (make_hard_regno_born): New function, split out of
14345         make_regno_born.
14346         (make_allocno_born): Likewise.
14347         (make_hard_regno_dead): New function, split out of make_regno_dead.
14348         (make_allocno_dead): Likewise.
14349         (inc_register_pressure): New function, split out of set_allocno_live.
14350         (dec_register_pressure): New function, split out of clear_allocno_live.
14351         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
14352         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
14353         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
14354         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
14355         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
14356         mark_pseudo_regno_live.
14357         (process_bb_node_lives): Use mark_pseudo_regno_live,
14358         make_hard_regno_born and make_allocno_dead.
14359         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
14360         set_allocno_live, clear_allocno_live): Delete functions.
14361
14362         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
14363         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
14364         functions.
14365         (ira_flattening): Use ira_parent_allocno.
14366         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
14367         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
14368
14369         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
14370         statement.
14371
14372         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
14373         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
14374         minmax_set_iter_cond, minmax_set_iter_next,
14375         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
14376         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
14377         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
14378         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
14379         uses changed.
14380
14381         * ira-int.h (struct live_range, live_range_t): Renamed from struct
14382         ira_allocno_live_range and allocno_live_range_t; all uses changed.
14383         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
14384         All uses changed.
14385
14386 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
14387
14388         * thumb2.md (thumb2_tlobits_cbranch): Delete.
14389         (peephole2 to convert zero_extract/compare of single bit to
14390          lshift/compare): New.
14391
14392 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
14393
14394         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
14395         recursive call and call to 'int_const_binop'.
14396         (build_range_check, fold_cond_expr_with_comparison, unextend,
14397         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
14398         multiple_of_p): Adjust call to const_binop.
14399
14400 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
14401
14402         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
14403         determine size of XFmode operand.
14404         (XFmode extended DFmode push splitter): Ditto.
14405         (XFmode extended SFmode push splitter): Ditto.
14406
14407 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
14408
14409         PR target/44588
14410         * config/i386/i386.md (extract_code): New.
14411         (<u>divmodqi4): Likewise.
14412         (divmodhiqi3): Likewise.
14413         (udivmodhiqi3): Likewise.
14414         (<u>divqi3): Remvoved.
14415
14416 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
14417
14418         PR middle-end/44492
14419         * recog.h (struct recog_data): Add is_asm field.
14420         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
14421         present in constraints of inline-asm operand and memory operand
14422         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
14423         (extract_insn): Initialize recog_data.is_asm.
14424         * doc/md.texi (Constraints): Document operand side-effect rules.
14425
14426 2010-06-24  Andi Kleen  <ak@linux.intel.com>
14427
14428         * c-parser.c (c_parser_conditional_expression): Call
14429         warn_for_omitted_condop.
14430         * doc/invoke.texi: Document omitted condop warning.
14431
14432 2010-06-24  Nick Clifton<nickc@redhat.com>
14433
14434         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
14435         insn in the sequence is a jump insn before setting its label.
14436
14437 2010-06-24  Alan Modra  <amodra@gmail.com>
14438
14439         * collect2.c (main): Match exactly --version and --help.
14440
14441 2010-06-24  DJ Delorie  <dj@redhat.com>
14442
14443         * config/m32c/m32c-pragma.c: Don't include rtl.h.
14444
14445 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
14446
14447         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
14448         using X87MODEF mode iterator.
14449         (pushsf splitter): Macroize splitter using P mode iterator.
14450         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
14451         mode iterator.
14452
14453         (*movxf_internal): Rename from *movxf_integer.
14454         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
14455         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
14456         (*movdf_internal): Rename from *movdf_integer.
14457         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
14458         (*movsf_internal): Rename from *movdf_1.
14459
14460 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
14461
14462         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
14463         (const_gimple_seq_node): Removed typedefs.
14464
14465         * gimple.h (gimple_seq_node_d, gimple_seq_node)
14466         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
14467
14468 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
14469
14470         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
14471         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
14472         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
14473         and CODE_FOR_vec_extract_lo_v4df.
14474
14475         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
14476         Changed to define_insn_and_split.
14477         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
14478         (vec_extract_lo_v16hi): Likewise.
14479         (vec_extract_lo_v32qi): Likewise.
14480         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
14481         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
14482
14483 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
14484
14485         PR target/44640
14486         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
14487         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
14488         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
14489         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
14490         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
14491
14492         PR target/44640
14493         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
14494
14495         PR other/44644
14496         * df-core.c (struct df): Rename to df_d.
14497         * df.h (struct df): Likewise.
14498         * dse.h (struct df): Remove forward declaration.
14499         * recog.h (struct insn_data): Rename to:
14500         (struct_insn_data_d).  Adjusted all users.
14501
14502 2010-06-23  Arnaud Charlet  <charlet@adacore.com
14503
14504         PR ada/22220
14505         * doc/install.texi: Update requirements to build GNAT.
14506
14507 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
14508
14509         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
14510         enum type.
14511         (m68k_sched_attr_opx_type): Remove unreachable return.
14512         (m68k_sched_attr_opy_type): Likewise.
14513         (m68k_sched_attr_size): Likewise.
14514         (sched_get_opxy_mem_type): Likewise.
14515         (m68k_sched_attr_op_mem): Likewise.
14516
14517 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
14518
14519         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
14520         new statement and adjust VDEF only if necessary.  Remove superfluous
14521         call to maybe_clean_or_replace_eh_stmt.
14522         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
14523         copy the flags.
14524         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
14525         * tree-inline.c (copy_bb): ...and not there.
14526
14527 2010-06-22  Cary Coutant  <ccoutant@google.com>
14528
14529         * dwarf2out.c (is_nested_in_subprogram): New function.
14530         (should_move_die_to_comdat): Use it.
14531         (copy_ancestor_tree): Don't mark DIEs here.
14532         (copy_decls_walk): Start walk from root of newly-added tree;
14533         mark DIEs here instead.
14534
14535 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
14536
14537         * config/i386/i386.md (unit): Also check sseishft1.
14538
14539 2010-06-22  Jan Hubicka  <jh@suse.cz>
14540
14541         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
14542         enabled.
14543
14544 2010-06-22  Jan Hubicka  <jh@suse.cz>
14545
14546         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
14547         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
14548         Return true if something changed.
14549         * df.h (df_confluence_function_n): Return bool.
14550         * df-core.c (df_worklist_propagate_forward,
14551         df_worklist_propagate_backward): Track changes and ages.
14552         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
14553         track ages.
14554         * dse.c (dse_confluence_n): Return always true.
14555
14556 2010-06-22  Jan Hubicka  <jh@suse.cz>
14557
14558         * bitmap.c (bitmap_clear_bit): Micro optimize.
14559
14560 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
14561
14562         * config/i386/i386.md (SWI1248x): New mode iterator.
14563         (SWI48x): Ditto.
14564         (SWI12): Ditto.
14565         (SWI24): Ditto.
14566
14567         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
14568         SWI1248x mode iterator.
14569         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
14570         using SWI124 mode iterator.
14571         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
14572         mode iterator.
14573         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
14574         *pushdi2_prologue_rex64 using P mode iterator.
14575         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
14576         using SWI48 mode iterator.
14577         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
14578         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
14579         using SWI1248x mode iterator.
14580         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
14581         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
14582         SWI48 mode iterator.
14583         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
14584         iterator.
14585         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
14586         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
14587         SWI12 mode iterator.
14588         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
14589         SWI12 mode iterator.
14590         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
14591         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
14592         SWI24 mode iterator.
14593         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
14594         SWI48 mode iterator.
14595         (mov<mode>_insn_1): New expander.
14596         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
14597         using SWI48x mode iterator.
14598
14599         (*movoi_internal_avx): Rename from *movoi_internal.
14600         (*movti_internal_rex64): Rename from *movti_rex64.
14601         (*movti_internal_sse): Rename from *movti_sse.
14602         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
14603         (*movdi_internal): Rename from *movdi_2.
14604         (*movsi_internal): Rename from *movsi_1.
14605         (*movhi_internal): Rename from *movhi_1.
14606         (*movqi_internal): Rename from *movqi_1.
14607
14608         (insv): Update the call to gen_movsi_insv_1 for rename.
14609         * config/i386/i386.c (promote_duplicated_reg): Ditto.
14610
14611 2010-06-22  Jan Hubicka  <jh@suse.cz>
14612
14613         * passes.c (execute_function_todo): Move call of statistics_fini_pass
14614         to ...
14615         (execute_todo) ... this one.
14616
14617 2010-06-22  Alan Modra  <amodra@gmail.com>
14618
14619         PR target/44364
14620         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
14621         * caller-save.c (insert_restore, insert_save): Use non-validate
14622         form of adjust_address.
14623
14624 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14625
14626         PR target/39690
14627         * config/pa/pa.c (override_options): Disable
14628         -freorder-blocks-and-partition.
14629
14630 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
14631
14632         PR target/44615
14633         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
14634
14635         * config/i386/i386.md (type): Add sseishft1
14636
14637         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
14638         (ppro_insn_load): Likewise.
14639         (ppro_insn_store): Likewise.
14640         (ppro_insn_both): Likewise.
14641
14642         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
14643         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
14644         for type.
14645         (*vec_extractv2di_1_avx): Likewise.
14646         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
14647         type.  Remove atom_unit.
14648         (*vec_extractv2di_1_sse2): Likewise.
14649
14650 2010-06-21  DJ Delorie  <dj@redhat.com>
14651
14652         * diagnostic.h (diagnostic_classification_change_t): New.
14653         (diagnostic_context): Add history and push/pop list.
14654         (diagnostic_push_diagnostics): Declare.
14655         (diagnostic_pop_diagnostics): Declare.
14656         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
14657         from pragmas in a history chain instead of the global table.
14658         (diagnostic_push_diagnostics): New.
14659         (diagnostic_pop_diagnostics): New.
14660         (diagnostic_report_diagnostic): Scan history chain to find state
14661         of diagnostics as of the diagnostic location.
14662         * opts.c (set_option): Pass UNKNOWN_LOCATION to
14663         diagnostic_classify_diagnostic.
14664         (enable_warning_as_error): Likewise.
14665         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
14666         use in the history chain.
14667         * doc/extend.texi: Document pragma GCC diagnostic changes.
14668
14669 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
14670
14671         * dwarf2out.c (add_linkage_name): New function.  Don't add
14672         anything to DW_TAG_member DIEs.
14673         (add_name_and_src_coords_attributes): Use it.
14674         (gen_variable_die): Call it for C++ static data members if
14675         specification is DW_TAG_member.
14676
14677         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
14678         C++ char16_t and char32_t.
14679
14680         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
14681         * genattrtab.c: Include vecprim.h.
14682         (cached_attrs, cached_attr_count, attrs_seen_once,
14683         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
14684         attrs_cached_after): New variables.
14685         (find_attrs_to_cache): New function.
14686         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
14687         (write_test_expr): Add attrs_cached argument, return it too,
14688         attempt to cache non-const attributes used more than once in
14689         a single case handling.
14690         (write_attr_get): Use find_attrs_to_cache, for caching candidates
14691         emit cached_* variables.  Adjust write_attr_set callers.
14692         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
14693         to find attributes that should be cached in this block.  Adjust
14694         write_test_expr callers.
14695         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
14696         callers.
14697         (make_automaton_attrs): Adjust write_test_expr caller.
14698
14699         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
14700         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
14701         (make_automaton_attrs): If find_tune_attr returns non-NULL,
14702         write separate internal_dfa_insn_code_* and insn_default_latency_*
14703         functions for each attribute's value and emit init_sched_attrs
14704         function and function pointers.
14705         * genattr.c (const_attrs, reservations): New variables.
14706         (gen_attr): Add const attributes to const_attrs vector.
14707         (check_tune_attr, find_tune_attr): New functions.
14708         (main): Add reservations to reservations vector.  If find_tune_attr
14709         returns true, add prototype for init_sched_attrs and make
14710         internal_dfa_insn_code and insn_default_latency function pointers,
14711         otherwise define init_sched_attrs as dummy macro.
14712         * cfgexpand.c: Include insn-attr.h.
14713         (gimple_expand_cfg): Call init_sched_attrs.
14714
14715         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
14716
14717         PR target/44575
14718         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
14719         va_arg from a set of register save slots into a temporary,
14720         if the container is bigger than type size, do the copying
14721         using smaller mode or using memcpy.
14722
14723         PR bootstrap/44426
14724         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
14725         prototype.
14726         (sel_print_to_dot): Remove macro.
14727         (sel_print): Likewise.  New prototype.
14728         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
14729         (sel_print): New function.
14730
14731 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14732
14733         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
14734         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
14735
14736 2010-06-21  Nick Clifton  <nickc@redhat.com>
14737
14738         * config/rx/rx.h (PTRDIFF_TYPE): Define.
14739         (SMALL_REGISTER_CLASS): Define (to zero).
14740         (PRINT_OPERAND): Delete.
14741         (PRINT_OPERAND_ADDRESS): Delete.
14742         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
14743         (rx_print_operand_address): Delete prototype.
14744         * config/rx/rx.c (rx_print_operand): Make static.
14745         Allow %H and %L to handle CONST_DOUBLEs.
14746         (rx_print_operand_address): Make static.
14747         (rx_gen_move_template): Rename local variable 'template' to
14748         out_template.
14749         (rx_function_arg): Do not pass unknown sized objects in registers.
14750         (TARGET_PRINT_OPERAND): Define.
14751         (TARGET_PRINT_OPERAND_ADDRESS): Define.
14752
14753 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14754
14755         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
14756
14757 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
14758
14759         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
14760         stack-alignment for simple leaf-functions.
14761
14762 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
14763
14764         * doc/install.texi: Document bootstrap-lto.
14765
14766 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
14767
14768         PR debug/44248
14769         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
14770         (input_function): Drop them here, if VTA is disabled.
14771
14772 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
14773
14774         PR target/44546
14775         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
14776         New predicate.
14777         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
14778         ix86_swapped_fp_comparsion_operator instead of
14779         ix86_fp_comparison_operator.
14780
14781         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
14782         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
14783         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
14784         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
14785         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
14786         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
14787
14788 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
14789
14790         PR other/32998
14791         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
14792         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
14793         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
14794         (decode_cmdline_option): Update for this return value.  Set
14795         orig_option_with_args_text field.  Set arg field for unknown
14796         options.  Make static.
14797         (decode_cmdline_options_to_array): New.
14798         (prune_options): Update handling of find_opt return value.
14799         * opts.c (read_cmdline_option): Take decoded option.  Return void.
14800         (read_cmdline_options): Take decoded options.
14801         (decode_options): Add parameters for decoded options.  Use
14802         decode_cmdline_options_to_array.  Use decoded options for -O
14803         scan.  Use integral_argument for -O parameters.  Update call to
14804         read_cmdline_options.
14805         (enable_warning_as_error): Update handling of find_opt return value.
14806         * opts.h: Update comment on unknown options.
14807         (struct cl_decoded_option): Update comments on opt_index and arg.
14808         Add orig_option_with_args_text.
14809         (decode_cmdline_option): Remove.
14810         (decode_cmdline_options_to_array): Declare.
14811         (decode_options): Update prototype.
14812         * toplev.c (save_argv): Remove.
14813         (save_decoded_options, save_decoded_options_count): New.
14814         (read_integral_parameter): Remove.
14815         (print_switch_values): Use decoded options.
14816         (toplev_main): Don't set save_argv.  Update call to decode_options.
14817         * toplev.h (read_integral_parameter): Remove.
14818         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
14819
14820 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
14821
14822         PR target/44072
14823         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
14824         immediate.
14825         * constraints.md (Pw, Px): New constraints.
14826         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
14827
14828 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
14829
14830         * config/i386/sse.md (fma4modesuffixf4): Removed.
14831         (ssemodesuffixf2s): Likewise.
14832         (ssemodesuffixf4): Likewise.
14833         (ssemodesuffixf2c): Likewise.
14834         (ssescalarmodesuffix2s): Likewise.
14835         (avxmodesuffixf2c): Likewise.
14836         (ssemodesuffix): New.
14837         (ssescalarmodesuffix): Likewise.
14838         Update patterns with ssemodesuffix and ssescalarmodesuffix.
14839
14840 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
14841
14842         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
14843
14844 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
14845
14846         * stor-layout.c (debug_rli): Remove unused local variables.
14847
14848 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
14849
14850         PR rtl-optimization/40900
14851         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
14852         original expression for later reuse.
14853         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
14854         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
14855
14856 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
14857
14858         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
14859         double_int_fits_in_uhwi_p): Implement as static inline.
14860         (double_int_xor): New inline function.
14861         (double_int_lrotate, double_int_rrotate, double_int_max,
14862         double_int_umax, double_int_smax, double_int_min, double_int_umin,
14863         double_int_smin): Declare.
14864         (lrotate_double, rrotate_double): Remove declaration.
14865         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
14866         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
14867         (double_int_lrotate, double_int_rrotate, double_int_max,
14868         double_int_umax, double_int_smax, double_int_min, double_int_umin,
14869         double_int_smin): New function.
14870         * fold-const.c (int_const_binop): Clean up, use double_int_*
14871         functions.
14872         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
14873         double_int_* and immed_double_int_const functions.
14874
14875 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
14876
14877         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
14878         * function.c (types_used_by_cur_var_decl): Likewise.
14879         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
14880
14881 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
14882
14883         * tree.h (record_layout_info): Change type of pending_statics field
14884         to a VEC.
14885         * stor-layout.c (start_record_layout): Store NULL into
14886         pending_statics.
14887         (debug_rli): Call debug_vec_tree instead of debug_tree.
14888         (place_field): Likewise.
14889         (finish_record_layout): Likewise.
14890
14891 2010-06-18  Alan Modra  <amodra@gmail.com>
14892
14893         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
14894
14895 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14896
14897         PR target/43740
14898         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
14899         for SET source operand from SET destination operand.
14900
14901 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
14902
14903         PR rtl-optimization/39871
14904         * reload1.c (init_eliminable_invariants): For flag_pic, disable
14905         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
14906         (function_invariant_p): Rule out a plus of frame or arg pointer with
14907         a SYMBOL_REF.
14908         * ira.c (find_reg_equiv_invariant_const): Likewise.
14909
14910 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
14911
14912         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
14913         print_operand_address and puts to output the operand for CONST.
14914
14915 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
14916
14917         PR debug/44572
14918         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
14919         hook.
14920
14921 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14922
14923         * v850-protos.h (print_operand): Delete.
14924         (print_operand_address): Delete.
14925         * v850.h (PRINT_OPERAND): Delete.
14926         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14927         (PRINT_OPERAND_ADDRESS): Delete.
14928         * v850.c (print_operand_address): Rename to...
14929         (v850_print_operand_address): ...this.  Make static. Call
14930         v850_print_operand.
14931         (print_operand): Rename to...
14932         (v850_print_operand): ...this.  Make static.  Call
14933         v850_print_operand_address.
14934         (v850_print_operand_punct_valid_p): New function.
14935         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
14936         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14937
14938 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14939
14940         * config/sh/sh-protos.h (print_operand): Delete.
14941         (print_operand_address): Delete.
14942         * config/sh/sh.h (PRINT_OPERAND): Delete.
14943         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14944         (PRINT_OPERAND_ADDRESS): Delete.
14945         * config/sh/sh.c (sh_print_operand_address): Make static.
14946         (sh_print_operand): Make static.  Call sh_print_operand_address
14947         and sh_print_operand.
14948         (sh_print_operand_punct_valid_p): New function.
14949         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
14950         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14951
14952 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14953
14954         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
14955         (mcore_print_operand_address): Delete.
14956         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
14957         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14958         (PRINT_OPERAND_ADDRESS): Delete.
14959         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
14960         (mcore_print_operand): Make static.
14961         (mcore_print_operand_punct_valid_p): New function.
14962         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
14963         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14964
14965 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14966
14967         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
14968         (print_operand_address): Delete.
14969         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
14970         (PRINT_OPERAND_ADDRESS): Delete.
14971         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
14972         static.
14973         (m68hc11_print_operand): Make static.
14974         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
14975
14976 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14977
14978         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
14979         (m32r_print_operand_address): Delete.
14980         * config/m32r/m32r.h (m32r_punct_chars): Delete.
14981         (PRINT_OPERAND): Delete.
14982         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14983         (PRINT_OPERAND_ADDRESS): Delete.
14984         * config/m32r/m32r.c (m32r_punct_chars): Make static.
14985         (m32r_print_operand_address): Make static.
14986         (m32r_print_operand): Make static.
14987         (m32r_print_operand_punct_valid_p): New function.
14988         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
14989         (TARGET_PRINT_OPERAND_ADDRESS): Define.
14990
14991 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
14992
14993         * config/iq2000/iq2000-protos.h (print_operand): Delete.
14994         (print_operand_address): Delete.
14995         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
14996         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14997         (PRINT_OPERAND_ADDRESS): Delete.
14998         (iq2000_print_operand_punct): Delete.
14999         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
15000         (iq2000_print_operand_address): Make static.
15001         (iq2000_print_operand): Make static.
15002         (iq2000_print_operand_punct_valid_p): New function.
15003         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
15004         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15005
15006 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
15007
15008         * config/frv/frv-protos.h (frv_print_operand): Delete.
15009         (frv_print_operand_address): Delete.
15010         * config/frv/frv.h (PRINT_OPERAND): Delete.
15011         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15012         (PRINT_OPERAND_ADDRESS): Delete.
15013         * config/frv/frv.c (frv_print_operand_address): Make static.
15014         (frv_print_operand): Make static.
15015         (frv_print_operand_punct_valid_p): New function.
15016         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
15017         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15018
15019 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
15020
15021         * tree.h (vec_member): Declare.
15022         * tree.c (vec_member): Define.
15023
15024 2010-06-17  Richard Guenther  <rguenther@suse.de>
15025
15026         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
15027         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
15028
15029 2010-06-17  Richard Guenther  <rguenther@suse.de>
15030
15031         * tree-inline.c (declare_return_variable): Remove bogus code.
15032
15033 2010-06-17  Richard Guenther  <rguenther@suse.de>
15034
15035         * gimplify.c (gimplify_bind_expr): Always promote complex
15036         and vector variables to registers if possible.
15037
15038 2010-06-17  Richard Guenther  <rguenther@suse.de>
15039
15040         * expr.c (get_inner_reference): Use double_int for bit_offset
15041         calculation.
15042
15043 2010-06-16  DJ Delorie  <dj@redhat.com>
15044
15045         * common.opt (-fstrict-volatile-bitfields): new.
15046         * doc/invoke.texi: Document it.
15047         * fold-const.c (optimize_bit_field_compare): For volatile
15048         bitfields, use the field's type to determine the mode, not the
15049         field's size.
15050         * expr.c (expand_assignment): Likewise.
15051         (get_inner_reference): Likewise.
15052         (expand_expr_real_1): Likewise.
15053         * expmed.c (store_fixed_bit_field): Likewise.
15054         (extract_bit_field_1): Likewise.
15055         (extract_fixed_bit_field): Likewise.
15056
15057 2010-06-16  Richard Guenther  <rguenther@suse.de>
15058
15059         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
15060
15061 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
15062
15063         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
15064         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
15065         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
15066         * debug.c: Likewise.
15067         * sdbout.c: Likewise.
15068         * vmsdbgout.c: Likewise.
15069         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
15070         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
15071         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
15072         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
15073         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
15074         * dwarf2out.c (dw_fde_struct): New fields
15075         dw_fde_vms_{end,begin}_prologue.
15076         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
15077         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
15078         (dwarf2out_vms_end_prologue): New function.
15079         (dwarf2out_vms_begin_epilogue): New function.
15080         (dw_val_struct): New value dw_val_class_vms_delta.
15081         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
15082         begin_epilogue for VMS.
15083         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
15084         new static functions.
15085         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
15086         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
15087         static functions.
15088         (print_die): New case dw_val_class_vms_delta.
15089         (attr_checksum): Likewise.
15090         (same_dw_val_p: Likewise.
15091         (size_of_die): Likewise.
15092         (value_format): Likewise.
15093         (output_die): Likewise.
15094         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
15095         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
15096         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
15097         dwarf2out_cfi_begin_epilogue
15098         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
15099
15100 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
15101
15102         * config/cris/cris-protos.h (cris_print_operand): Delete.
15103         (cris_print_operand_address): Delete.
15104         * config/cris/cris.h (PRINT_OPERAND): Delete.
15105         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15106         (PRINT_OPERAND_ADDRESS): Delete.
15107         * config/cris/cris.c (cris_print_operand_address): Make static.
15108         (cris_print_operand): Make static.
15109         (cris_print_operand_punct_valid_p): New function.
15110         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
15111         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15112
15113 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
15114
15115         * config/arm/arm-protos.h (arm_print_operand): Delete.
15116         (arm_print_operand_address): Delete.
15117         * config/arm/arm.h (PRINT_OPERAND): Delete.
15118         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15119         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
15120         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
15121         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
15122         (arm_print_operand): Make static.
15123         (arm_print_operand_punct_valid_p): New function.
15124         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
15125         (TARGET_PRINT_OPERAND_ADDRESS): Define.
15126
15127 2010-06-16  Nick Clifton  <nickc@redhat.com>
15128
15129         * config/rx/constraints.md (NEGint4): New constraint.
15130         * config/rx/rx.md (attr cc): Add set_zsc.
15131         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
15132         initialised.
15133         (cmpsf): Likewise.
15134         (call_internal): Clobber the cc0 register.
15135         (call_value_internal): Likewise.
15136         (cstoresi4): Likewise.
15137         (movsieq): Likewise.
15138         (movsine): Likewise.
15139         (addsi3): Add alternative to handle small negative constants.
15140         (sunsi3): Likewise.
15141         (addsi3): Do not set the O bit in the cc0 register.
15142         (adddi3): Likewise.
15143         (subsi3): Likewise.
15144         (subdi3): Likewise.
15145         (andsi3): Reorder alternatives to prefer shorter forms.
15146         (mulsi3): Likewise.
15147         (iorsi3): Likewise.
15148         (negsi2): Note that the cc0 flags are set.
15149         (rotlsi3): Note that only the Z and S bits are set in cc0.
15150         (lshrsi3): Likewise.
15151         (ashlsi3): Likewise.
15152         (subsf3): Use %Q for the MEM operand.
15153         (fix_truncsfsi2): Likewise.
15154         (floatsisf2): Likewise.
15155         (bitset): Remove early clobber from destination.
15156         (bitset_in_memory): Likewise.
15157         (lrintsf2): Clobber the cc0 register.
15158         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
15159         (rx_print_operand): Handle %N.
15160
15161 2010-06-16  Jan Hubicka  <jh@suse.cz>
15162
15163         * df-core.c (df_compact_blocks): Free problem_temps vector.
15164
15165 2010-06-16  Martin Jambor  <mjambor@suse.cz>
15166
15167         PR tree-optimization/43905
15168         * tree-sra.c: Include tree-inline.h.
15169         (create_abstract_origin): Removed.
15170         (modify_function): Version the call graph node instead of creating
15171         abstract origins and dealing with same_body aliases.
15172         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
15173         function is versionable.
15174         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
15175
15176 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
15177
15178         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
15179         (CHOOSE_DYNAMIC_LINKER): Update.
15180
15181 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
15182
15183         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
15184         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
15185         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
15186         *prefetch_3dnow_rex.
15187
15188 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
15189
15190         * target.h (struct asm_out):Add declare_constant_name field.
15191         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
15192         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
15193         * output.h (default_asm_declare_constant_name): Declare.
15194         (assemble_label): Update prototype.
15195         * varasm.c (assemble_constant_contents): Use
15196         targetm.asm_out.declare_constant_name target hook.
15197         (assemble_label): Add 'file' argument.
15198         (default_asm_declare_constant_name): New function.
15199         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
15200         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
15201         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
15202
15203         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
15204         * config/darwin.c (darwin_asm_declare_constant_name): New function.
15205         (machopic_output_indirection): Update assemble_label argument list.
15206         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
15207         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
15208
15209 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
15210
15211         PR middle-end/44391
15212         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
15213         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
15214
15215 2010-06-15  Richard Guenther  <rguenther@suse.de>
15216
15217         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
15218
15219 2010-06-15  Paul Brook  <paul@codesourcery.com>
15220
15221         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
15222         hard-float ABI.
15223
15224 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
15225
15226         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
15227         don't get a vector type for output.
15228
15229 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
15230
15231         PR fortran/44536
15232         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
15233         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
15234         (LANG_HOOKS_DECLS): Add it.
15235         * gimplify.c (omp_notice_variable): Call
15236         lang_hooks.decls.omp_report_decl.
15237
15238 2010-06-15  Martin Jambor  <mjambor@suse.cz>
15239
15240         PR lto/44464
15241         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
15242         on the newly dead SSA name.
15243
15244 2010-06-15  Alan Modra  <amodra@gmail.com>
15245
15246         * doc/invoke.texi: Add mcmodel to powerpc options.
15247         * configure.ac: Add HAVE_LD_LARGE_TOC test.
15248         * configure: Regenerate.
15249         * config.in: Regenerate.
15250         * config/rs6000/linux64.opt (mcmodel): New.
15251         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
15252         (TARGET_CMODEL, SET_CMODEL): Define.
15253         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
15254         select CMODEL_MEDIUM default.
15255         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
15256         (TARGET_CMODEL): Define default.
15257         * config/rs6000/rs6000.c (cmodel): New variable.
15258         (rs6000_explicit_options): Add cmodel field.
15259         (rs6000_handle_option): Handle -mcmodel.
15260         (create_TOC_reference): Add largetoc_reg param.  Generate high,
15261         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
15262         (rs6000_delegitimize_address): Recognise new toc reference rtl
15263         and minimal-toc rtl.
15264         (rs6000_legitimize_reload_address): Handle new toc references.
15265         (print_operand_address): Handle legitimate_constant_pool_address_p
15266         match before lo_sum.
15267         (rs6000_eliminate_indexed_memrefs): Tidy.
15268         (rs6000_emit_move): Tweak threshold for inlining constants.
15269         Keep rs6000_emit_allocate_stack large stack frame offsets
15270         loaded into r0 inline.
15271         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
15272         (tocrel_base, tocrel_offset): New variables.
15273         (toc_relative_expr_p): Set them here.
15274         (print_operand_address): Skip over any offset on constant pool address.
15275         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
15276         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
15277         (offsettable_ok_by_alignment): New function.
15278         (rs6000_emit_move): Address suitably aligned local symbol_refs
15279         relative to the toc pointer for -mcmodel=medium.
15280         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
15281         strict param.  Allow lo_sum version of addressing.  Verify reg
15282         used for -mminimal-toc and -mcmodel != small.  Update all callers.
15283         * config/rs6000/constraints.md: Update for above change.
15284         * config/rs6000/predicates.md: Likewise.
15285         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
15286         code.
15287         (tls_gd): Split for -mcmodel=medium/large.
15288         (tls_gd_high, tls_gd_low): New.
15289         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
15290         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
15291         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
15292         (largetoc_high, largetoc_low): New.
15293         (cmptf_internal2): Add clobber.
15294         * config/rs6000/rs6000-protos.h: Update.
15295
15296 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
15297
15298         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
15299         true if no prefetch is going to be generated for a given group.
15300         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
15301         estimate the prefetch_count.
15302         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
15303         prefetch count by considering the unroll_factor and prefetch_mod
15304         for is_loop_prefetching_profitable.
15305
15306 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
15307
15308         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
15309         anything if the argument is not a MEM.
15310
15311 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
15312
15313         PR debug/43650
15314         PR debug/44181
15315         PR debug/44247
15316         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
15317         debug stmts.
15318         (canonicalize_loop_ivs): Likewise.
15319
15320 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
15321
15322         PR debug/43656
15323         * haifa-sched.c (setup_insn_reg_pressure_info,
15324         update_register_pressure): Reject debug insns.
15325         (ready_sort): Don't setup reg pressure for debug insns.
15326         (schedule_insn): Don't update reg pressure for debug insns.
15327
15328 2010-06-14  Richard Guenther  <rguenther@suse.de>
15329
15330         * lto-streamer.c (cached_bp): Remove.
15331         (bitpack_delete): Likewise.
15332         (bitpack_create): Likewise.
15333         (bp_get_next_word): Likewise.
15334         (bp_pack_value, bp_unpack_value): Move ...
15335         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
15336         Re-implement.
15337         (struct bitpack_d): Likewise.
15338         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
15339         New inline functions.
15340         * lto-streamer-out.c (lto_output_bitpack): Remove.
15341         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
15342         (pack_value_fields): Adjust.
15343         (lto_write_tree): Likewise.
15344         (output_gimple_stmt): Likewise.
15345         (output_function): Likewise.
15346         * lto-streamer-in.c (input_gimple_stmt): Adjust.
15347         (input_function): Likewise.
15348         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
15349         (lto_input_bitpack): Remove.
15350         (lto_materialize_tree): Adjust.
15351         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
15352         * lto-cgraph.c (lto_output_edge): Adjust.
15353         (lto_output_node): Likewise.
15354         (lto_output_varpool_node): Likewise.
15355         (lto_output_ref): Likewise.
15356         (input_node): Likewise.
15357         (input_varpool_node): Likewise.
15358         (input_ref): Likewise.
15359         (input_edge): Likewise.
15360         (output_node_opt_summary): Likewise.
15361         (input_node_opt_summary): Likewise.
15362         * ipa-pure-const.c (pure_const_write_summary): Likewise.
15363         (pure_const_read_summary): Likewise.
15364         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
15365         (ipa_read_indirect_edge_info): Likewise.
15366         (ipa_write_node_info): Likewise.
15367         (ipa_read_node_info): Likewise.
15368
15369 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
15370
15371         PR target/44534
15372         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
15373         (vec_extract_lo_v16hi): Likewise.
15374         (vec_extract_lo_v32qi): Likewise.
15375
15376 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
15377
15378         PR bootstrap/44426
15379         * tree.h (build_call_expr): Don't define as vararg macro, instead
15380         add a prototype.
15381         * builtins.c (build_call_nofold): Remove.
15382         (expand_builtin_int_roundingfn, expand_builtin_pow,
15383         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
15384         expand_builtin_memset_args, expand_builtin_strcmp,
15385         expand_builtin_strncmp, expand_builtin_memory_chk): Use
15386         build_call_nofold_loc instead of build_call_nofold.
15387         (build_call_expr): New function.
15388
15389         PR tree-optimization/44508
15390         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
15391         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
15392         don't eliminate trivially dead stmts.
15393         * tree-vrp.c (vrp_finalize): Pass false as last argument
15394         to substitute_and_fold.
15395         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
15396         to substitute_and_fold.
15397         * tree-ssa-ccp.c (ccp_finalize): Likewise.
15398
15399         PR bootstrap/44509
15400         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
15401
15402 2010-06-14  Ira Rosen  <irar@il.ibm.com>
15403
15404         PR tree-optimization/44507
15405         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
15406         to build initial vector for BIT_AND_EXPR.
15407         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
15408
15409 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
15410
15411         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
15412         adjust z10prop set_attr.
15413
15414 2010-06-13  Jan Hubicka  <jh@suse.cz>
15415
15416         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
15417         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
15418         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
15419         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
15420         datastructure checks into checking asserts.
15421         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
15422         * tree-ssa-sccvn.c (VN_INFO): Likewise.
15423         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
15424         df_ref_create_structure): Likewise.
15425         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
15426         pool_free): Use gcc_checking_assert.
15427         * alias.c (get_alias_set): Likewise.
15428         * var-tracking.c (variable_htab_free, shared_hash_copy,
15429         canonicalize_values_mark, variable_merge_over_cur): Likewise.
15430         * lto-streamer.c (bp_unpack_value): Likewise.
15431
15432 2010-06-13  Richard Guenther  <rguenther@suse.de>
15433
15434         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
15435         Do not stream but initialize TYPE_CANONICAL to NULL.
15436         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
15437         * gimple.c (gimple_types_compatible_p): Disregard
15438         TYPE_STRUCTURAL_EQUALITY_P.
15439         (gimple_register_type): Use TYPE_CANONICAL as cache.
15440         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
15441         before registering common types.
15442         * config/i386/i386.c (ix86_function_arg_boundary): Do not
15443         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
15444         * tree.h (TYPE_CANONICAL): Clarify documentation.
15445
15446 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
15447
15448         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
15449         LIBCALL_VALUE): Remove macros.
15450         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
15451         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15452         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15453         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
15454         (ia64_function_value): Make static. Handle receiving the function
15455         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
15456
15457 2010-06-12  Jan Hubicka  <jh@suse.cz>
15458
15459         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
15460         at correct place.
15461
15462 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
15463
15464         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
15465
15466 2010-06-12  Jan Hubicka  <jh@suse.cz>
15467
15468         * df-core.c (df_clear_bb_info): New function.
15469         (df_set_blocks): bb_info is always allocated.
15470         (df_get_bb_info): Use block_info_elt_size.
15471         (df_set_bb_info): Likewise.
15472         (df_compact_blocks): Update for new block_info.
15473         (grow_bb_info): New function.
15474         * df-problems.c (df_grow_bb_info): Move to df-core.c
15475         (df_rd_set_bb_info): Remove.
15476         (df_rd_free_bb_info): Do not free block pool.
15477         (df_rd_alloc): Do not create pool, use check for
15478         obstack presence instead of NULL pointer for new blocks.
15479         (df_rd_free): DO not free alloc pool; clear block_info.
15480         (problem_RD): Add size of block info structure.
15481         (df_lr_set_bb_info): Remove.
15482         (df_lr_free_bb_info): Do not free block pool.
15483         (df_lr_alloc): Do not create pool, use check for
15484         obstack presence instead of NULL pointer for new blocks.
15485         (df_lr_free): DO not free alloc pool; clear block_info.
15486         (problem_LR): Add size of block info structure.
15487         (df_live_set_bb_info): Remove.
15488         (df_live_free_bb_info): Do not free block pool.
15489         (df_live_alloc): Do not create pool, use check for
15490         obstack presence instead of NULL pointer for new blocks.
15491         (df_live_free): DO not free alloc pool; clear block_info.
15492         (problem_LIVE): Add size of block info structure.
15493         (problem_CHAIN): Add size of block info structure.
15494         (df_byte_lr_set_bb_info): Remove.
15495         (df_byte_lr_free_bb_info): Do not free block pool.
15496         (df_byte_lr_alloc): Do not create pool, use check for
15497         obstack presence instead of NULL pointer for new blocks.
15498         (df_byte_lr_free): DO not free alloc pool; clear block_info.
15499         (problem_BYTE_LR): Add size of block info structure.
15500         (problem_NOTE): Add size of block info structure.
15501         (df_byte_MD_set_bb_info): Remove.
15502         (df_byte_MD_free_bb_info): Do not free block pool.
15503         (df_byte_MD_alloc): Do not create pool, use check for
15504         obstack presence instead of NULL pointer for new blocks.
15505         (df_byte_MD_free): DO not free alloc pool; clear block_info.
15506         (problem_BD): Add size of block info structure.
15507         * df-scan.c (df_scan_free_internal): Free block pool.
15508         (df_scan_set_bb_info): Remove.
15509         (df_scan_free_bb_info): Check for artificial_defs instead
15510         of bb_info being non-NULL.
15511         (df_scan_alloc): DO not create df_scan_block pool.
15512         (problem_SCAN): Set size of block info.
15513         (df_bb_refs_record): Do not allocate bb_info.
15514         * df.h (df_problem): Add block_info_elt_size.
15515         (struct dataflow): Change block_info to void *.
15516         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
15517         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
15518         in-line structures.
15519
15520 2010-06-12  Jan Hubicka  <jh@suse.cz>
15521
15522         PR tree-optimize/44485
15523         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
15524         containing use of return value of noreturn function.
15525
15526 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
15527
15528         * targhooks.c (default_function_value): Don't use
15529         FUNCTION_OUTGOING_VALUE.
15530         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
15531         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
15532
15533 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
15534
15535         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
15536         Add crtfastmath.o to extra_parts.
15537         * config/mips/crtfastmath.c: New.
15538         * config/mips/linux.h (ENDFILE_SPEC): New.
15539
15540 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
15541
15542         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
15543         old_type in parameter.
15544         (gcc_type_for_value): Update call to gcc_type_for_interval.
15545         (compute_type_for_level_1): Renamed compute_type_for_level.
15546         Update call to gcc_type_for_interval.
15547
15548 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
15549
15550         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
15551         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
15552
15553 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
15554
15555         * opts-common.c: Include options.h.
15556         (integral_argument): Move from opts.c.
15557         (decode_cmdline_option): New.  Based on read_cmdline_option.
15558         * opts.c (integral_argument): Move to opts-common.c.
15559         (read_cmdline_option): Move most contents to
15560         decode_cmdline_option.  Use %qs in diagnostics.
15561         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
15562         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
15563         decode_cmdline_option): New.
15564
15565 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
15566
15567         PR target/44481
15568         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
15569         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
15570         (partiysi2_cmp): Ditto.
15571         (*partiyhi2_cmp): Ditto.
15572         (*parityqi2_cmp): Remove.
15573
15574 2010-06-11  Jan Hubicka  <jh@suse.cz>
15575
15576         * bitmap.h (bmp_iter_next_bit): New.
15577         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
15578
15579 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
15580             Eric Botcazou  <ebotcazou@adacore.com>
15581
15582         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
15583         computed cost.
15584
15585 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
15586
15587         * config/i386/i386.md (unspec): New define_c_enum.
15588         (unspecv): Ditto.
15589
15590 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
15591
15592         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
15593
15594 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
15595
15596         PR middle-end/44483
15597         * tree-if-conv.c (bb_predicate_s): New struct.
15598         (bb_predicate_p): New.
15599         (bb_has_predicate): New.
15600         (bb_predicate): New.
15601         (set_bb_predicate): New.
15602         (bb_predicate_gimplified_stmts): New.
15603         (set_bb_predicate_gimplified_stmts): New.
15604         (add_bb_predicate_gimplified_stmts): New.
15605         (init_bb_predicate): New.
15606         (free_bb_predicate): New.
15607         (is_predicated): Use bb_predicate.
15608         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
15609         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
15610         before processing their successors.
15611         (clean_predicate_lists): Removed.
15612         (find_phi_replacement_condition): Use bb_predicate.
15613         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
15614         computations.
15615         (insert_gimplified_predicates): New.
15616         (combine_blocks): Call insert_gimplified_predicates.
15617         (tree_if_conversion): Call free_bb_predicate instead of
15618         clean_predicate_lists.
15619
15620 2010-10-11  Paul Brook  <paul@codesourcery.com>
15621
15622         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
15623         * config/arm/arm.c (all_architectures): Change v7e-m default to
15624         cortexm4.
15625         * config/arm/arm-cores.def: Add cortex-m4.
15626         * config/arm/arm-tune.md: Regenerate.
15627
15628 2010-06-11  Jan Hubicka  <jh@suse.cz>
15629
15630         * ipa-pure-const.c (special_builtlin_state): New function.
15631         (check_call): Use it instead of special casign BUILT_IN_RETURN.
15632         (propagate_pure_const): Use it.
15633
15634 2010-06-11  Jan Hubicka  <jh@suse.cz>
15635
15636         * df-problems.c (df_live_scratch): Convert to bitmap_head.
15637         (df_live_alloc): Initialize df_live_scratch when initializing
15638         problem_data.
15639         (df_live_transfer_function): Update uses of df_live_scratch.
15640         (df_live_free): Free problem_data; clear df_live_scratch before
15641         releasing the obstack.
15642         (df_md_free): Free problem data.
15643
15644 2010-06-11  Jan Hubicka  <jh@suse.cz>
15645
15646         * doc/invoke.texi (Wsuggest-attribute): Document.
15647         (Wmissing-noreturn): Remove.
15648         * ipa-pure-const.c (warn_function_noreturn): New function.
15649         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
15650         warn_missing_noreturn.
15651         * common.opt (Wsuggest-attribute=noreturn): New.
15652         * tree-flow.h (warn_function_noreturn): Declare.
15653         * tree-cfg.c (execute_warn_function_noreturn): Use
15654         warn_function_noreturn.
15655         (gate_warn_function_noreturn): New.
15656         (pass_warn_function_noreturn): Update.
15657
15658 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15659
15660         * c-typeck.c (handle_warn_cast_qual): Add loc
15661         parameter. Improve warning message.
15662         (build_c_cast): Pass location to handle_warn_cast_qual.
15663
15664 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
15665
15666         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
15667         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
15668         insn mnemonic.
15669         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
15670
15671 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
15672
15673         Fix bootstap on mips
15674         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
15675         be naming typedefs.
15676
15677 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
15678
15679         * system.h (helper_const_non_const_cast): New inline for
15680         gcc version <= 4.0.
15681         (CONST_CAST2): For gcc version <= 4.0 use
15682         new helper to do const/non-const casting.
15683
15684 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15685
15686         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
15687         * Makefile.in (OBJS-common): Include insn-enums.o.
15688         (insn-enums.o): New rule.
15689         (simple_generated_c): Add insn-enums.c.
15690         (build/genenums.o): New rule.
15691         (genprogmd): Add "enums".
15692         * genconstants.c (print_enum_type): Declare a C string array
15693         for each enum.
15694         * genenums.c: New file.
15695         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
15696         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
15697         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
15698
15699 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15700
15701         * doc/md.texi (define_enum_attr): Document.
15702         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
15703         * read-md.h (lookup_enum_type): Declare.
15704         * read-md.c (lookup_enum_type): New function.
15705         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
15706         * genattrtab.c (attr_desc): Add an enum_name field.
15707         (evaluate_eq_attr): Take the associated attribute as argument.
15708         Get the enum prefix from the enum_name field, if defined.
15709         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
15710         (simplify_test_exp): Pass attr to evaluate_eq_attr.
15711         (add_attr_value): New function, split out from...
15712         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
15713         (write_test_expr): Pass attr to evaluate_eq_attr.
15714         (write_attr_get): Use the enum_name as the enum tag, if defined.
15715         (write_attr_valueq): Use the enum_name as a prefix, if defined.
15716         (find_attr): Initialize enum_name.
15717         (main): Handle DEFINE_ENUM_ATTR.
15718         * gensupport.c (process_rtx): Likewise.
15719         * config/mips/mips.h (mips_tune_attr): Delete.
15720         * config/mips/mips.md (cpu): Use define_attr_enum.
15721
15722 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15723
15724         * doc/md.texi (define_c_enum, define_enum): Document.
15725         * read-md.h (md_constant): Add a parent_enum field.
15726         (enum_value, enum_type): New structures.
15727         (upcase_string, traverse_enum_types): Declare.
15728         * read-md.c (enum_types): New variable.
15729         (upcase_string, add_constant): New functions.
15730         (handle_constants): Don't create the hash table here.
15731         Use add_constant.
15732         (traverse_md_constants): Don't check for a null md_constants.
15733         (decimal_string, handle_enum, traverse_enum_types): New functions.
15734         (read_md_files): Initialize md_constants and md_enums.
15735         * genconstants.c (print_md_constant): Ignore info argument.
15736         Only print constants that belong to no enum.
15737         (print_enum_type): New function.
15738         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
15739         for each defined enum type.
15740         * config/mips/mips.md (processor): New define_enum.
15741         (unspec): New define_c_enum.
15742         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
15743         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
15744         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
15745         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
15746         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
15747         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
15748         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
15749         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
15750         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
15751         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
15752         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
15753         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
15754         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
15755         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
15756         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
15757         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
15758         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
15759         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
15760         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
15761         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
15762         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
15763         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
15764         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
15765         (UNSPEC_RDDSP): Move to mips-dsp.md.
15766         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
15767         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
15768         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
15769         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
15770         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
15771         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
15772         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
15773         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
15774         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
15775         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
15776         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
15777         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
15778         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
15779         Moved to mips-dspr2.md.
15780         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
15781         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
15782         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
15783         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
15784         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
15785         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
15786         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
15787         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
15788         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
15789         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
15790         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
15791         UNSPEC_LOONGSON_PSADBH)
15792         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
15793         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
15794         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
15795         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
15796         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
15797         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
15798         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
15799         (cpu): Update comment.
15800         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
15801         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
15802         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
15803         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
15804         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
15805         UNSPEC_LOONGSON_PCMPEQ)
15806         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
15807         UNSPEC_LOONGSON_PINSR_0)
15808         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
15809         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
15810         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
15811         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
15812         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
15813         UNSPEC_LOONGSON_PSADBH)
15814         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
15815         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
15816         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
15817         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
15818         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
15819         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
15820         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
15821         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
15822         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
15823         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
15824         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
15825         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
15826         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
15827         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
15828         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
15829         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
15830         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
15831         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
15832         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
15833         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
15834         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
15835         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
15836         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
15837         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
15838         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
15839         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
15840         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
15841         (UNSPEC_RDDSP): Moved from mips.md.
15842         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
15843         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
15844         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
15845         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
15846         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
15847         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
15848         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
15849         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
15850         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
15851         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
15852         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
15853         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
15854         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
15855         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
15856         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
15857         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
15858         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
15859         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
15860         (UNSPEC_SCC): Moved from mips.md.
15861         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
15862         "processor_type" to "processor".
15863         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
15864         * config/mips/mips.h (processor_type): Delete.
15865         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
15866         "processor_type" to "processor".
15867
15868 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15869
15870         * configure.ac (tm_include_list): Add insn-constants.h.
15871         * configure: Regenerate.
15872         * Makefile.in (GTM_H): Move insn-constants.h here from...
15873         (TM_H): ...here.
15874         * mkconfig.sh: Remove special handling for insn-constants.h.
15875
15876 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15877
15878         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
15879         (BUILD_MD): ...this new variable.
15880         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
15881         that include the old contents of simple_generated_h and
15882         simple_generated_c.
15883         (simple_generated_h, simple_generated_c): Include them.  Add
15884         insn-constants.h.
15885         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
15886         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
15887         Remove these dependencies from the main rule and include
15888         insn-conditions.md in the command line only if it appears
15889         in the dependency list.
15890         (insn-constants.h, s-constants): Delete.
15891         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
15892         or gensupport.h.
15893         (build/genmddeps.o): Likewise.
15894         (genprogrtl): New variable that contains everything from genprogmd
15895         except mddeps and constants.
15896         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
15897         depend on $(BUILD_MD)
15898         (genprog): New variable.  Make these programs depend on
15899         $(BUILD_ERRORS).
15900         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
15901         (main): Use read_md_files instead of init_rtx_reader_args.
15902         * genconstants.c: As for genmddeps.c.
15903         * read-md.h (read_skip_construct): Declare.
15904         * read-md.c (read_skip_construct): New function.
15905         (handle_file): Allow a null handle_directive, skipping the
15906         construct if so.
15907         (parse_include): Update the comment accordingly.
15908
15909 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15910
15911         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
15912         * genmddeps.c: Include read-md.h.
15913         (main): Call init_rtx_reader_args instead of init_md_reader_args.
15914         * genattr.c (main): Likewise.
15915         * genattrtab.c (main): Likewise.
15916         * genautomata.c (main): Likewise.
15917         * gencodes.c (main): Likewise.
15918         * genconditions.c (main): Likewise.
15919         * genconfig.c (main): Likewise.
15920         * genconstants.c (main): Likewise.
15921         * genemit.c (main): Likewise.
15922         * genextract.c (main): Likewise.
15923         * genflags.c (main): Likewise.
15924         * genopinit.c (main): Likewise.
15925         * genoutput.c (main): Likewise.
15926         * genpeep.c (main): Likewise.
15927         * genrecog.c (main): Likewise.
15928         * genpreds.c (main): Likewise.
15929         * gensupport.h (in_fname): Move to read-md.h.
15930         (init_md_reader_args_cb): Rename to...
15931         (init_rtx_reader_args_cb): ...this and return a bool.
15932         (init_md_reader_args): Rename to...
15933         (init_rtx_reader_args): ...this and return a bool.
15934         (include_callback): Move to read-md.h.
15935         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
15936         (file_name_list, first_dir_md_include): Move to read-md.c
15937         (first_bracket_include): Delete unused variable.
15938         (last_dir_md_include): Move to read-md.c.
15939         (process_include): Delete, moving code to read-md.c:handle_include.
15940         (process_rtx): Don't handle INCLUDE.
15941         (save_string): Delete.
15942         (rtx_handle_directive): New function.
15943         (init_md_reader_args_cb): Rename to...
15944         (init_rtx_reader_args_cb): ...this and return a boolean success value.
15945         Use read_md_args.
15946         (init_md_reader_args): Rename to...
15947         (init_rtx_reader_args): ...this and return a boolean success value.
15948         * rtl.def (INCLUDE): Delete.
15949         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
15950         argument.
15951         * read-rtl.c (read_conditions): Don't gobble ')' here.
15952         (read_mapping): Likewise.
15953         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
15954         Handle top-level non-rtx constructs here rather than in read_rtx_1.
15955         Store the whole queue in *X.  Remove call to init_md_reader.
15956         (read_rtx_1): Rename to...
15957         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
15958         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
15959         here.
15960         (read_nested_rtx): New function.  Handle (nil) here rather than
15961         in read_rtx_code.
15962         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
15963         gobble ')' here.
15964         * read-md.h (directive_handler_t): New type.
15965         (in_fname, include_callback): Moved from read-md.h.
15966         (read_constants, init_md_reader): Delete.
15967         (read_md_files): Declare.
15968         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
15969         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
15970         from gensupport.c.
15971         (read_constants): Rename to...
15972         (handle_constants): ...this.  Don't gobble ')' here.
15973         (handle_include, handle_file, handle_toplevel_file)
15974         (parse_include): New functions, mostly taken from gensupport.c.
15975         (init_md_reader): Subsume into...
15976         (read_md_files): ...this new function.
15977
15978 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15979
15980         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
15981         (unread_char): Decrement read_md_lineno after putting back '\n'.
15982         * read-md.c (fatal_with_file_and_line): Push back any characters
15983         that we decide not to add to the context.
15984         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
15985         fatal_expected_char in cases where '/' ends a line (for example).
15986         (read_name): Don't increment read_md_lineno here.
15987         (read_escape): Likewise.
15988         (read_quoted_string): Likewise.
15989         (read_braced_string): Likewise.
15990
15991 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
15992
15993         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
15994         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
15995         * genconstants.c: Include read-md.h.
15996         * read-rtl.c (md_constants): Move to read-md.c.
15997         (md_name): Move to read-md.h.
15998         (initialize_iterators): Use leading_string_hash instead of def_hash
15999         and leading_string_eq_p instead of def_name_eq_p.
16000         (read_name): Move to read-md.c.
16001         (def_hash, def_name_eq_p): Delete.
16002         (read_constants, traverse_md_constants): Move to read-md.c.
16003         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
16004         * read-md.h: Include hashtab.h.
16005         (md_name): Moved from read-rtl.c.
16006         (md_constant): Moved from read-md.h.
16007         (leading_string_hash, leading_string_eq_p, read_name)
16008         (read_constants, traverse_md_constants): Declare.
16009         * read-md.c (md_constants): Moved from read-rtl.c.
16010         (leading_string_hash, leading_string_eq_p): New functions.
16011         (read_name, read_constants, traverse_md_constants): Moved from
16012         read-rtl.c.
16013
16014 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
16015
16016         * read-rtl.c (md_name): New structure.
16017         (read_name): Take an md_name instead of a buffer pointer.
16018         Use the "string" field instead of strcpy when expanding constants.
16019         (read_constants): Remove the tmp_char argument.  Update the calls
16020         to read_name, using two local name buffers instead of the tmp_char
16021         argument.  Merge the constant-creation code.
16022         (read_conditions): Remove the tmp_char argument.  Update the calls
16023         to read_name, using a local name buffer instead of the tmp_char
16024         argument.
16025         (read_mapping): Replace tmp_char variable with a local name buffer.
16026         Update the calls to read_name.
16027         (read_rtx_1): Likewise.  Update the calls to read_constants and
16028         read_conditions.
16029
16030 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
16031
16032         * Makefile.in (build/read-md.o): Depend on errors.h.
16033         * read-md.h (error_with_line): Declare.
16034         * read-md.c: Include errors.h.
16035         (message_with_line_1): New function, extracted from...
16036         (message_with_line): ...here.
16037         (error_with_line): New function.
16038         * genattrtab.c: If a call to message_with_line is followed by
16039         "have_error = 1;", replace both statements with a call to
16040         error_with_line.
16041         * genoutput.c: Likewise.
16042         * genpreds.c: Likewise.
16043         * genrecog.c: If a call to message_with_line is followed by
16044         "error_count++;", replace both statements with a call to
16045         error_with_line.
16046         (errorcount): Delete.
16047         (main): Don't check it.
16048         * gensupport.c: If a call to message_with_line is followed by
16049         "errors = 1;", replace both statements with a call to error_with_line.
16050         (errors): Delete.
16051         (process_define_cond_exec): Check have_error instead of errors.
16052         (init_md_reader_args_cb): Likewise.  Don't set errors.
16053
16054 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
16055
16056         * read-md.h (read_md_file): Declare.
16057         (read_char, unread_char): New functions.
16058         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
16059         (read_quoted_string, read_string): Remove FILE * argument.
16060         * read-md.c (read_md_file): New variable.
16061         (read_md_filename, read_md_lineno): Update comments and remove
16062         unnecessary initialization.
16063         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
16064         (read_escape, read_quoted_string, read_braced_string, read_string):
16065         Remove FILE * argument.  Update calls accordingly, using read_char
16066         and unread_char instead of getc and ungetc.
16067         * rtl.h (read_rtx): Remove FILE * argument.
16068         * read-rtl.c (iterator_group): Remove FILE * argument from
16069         "find_builtin".
16070         (iterator_traverse_data): Remove "infile" field.
16071         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
16072         (add_mapping, read_name, read_constants, read_conditions)
16073         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
16074         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
16075         Remove file arguments from all calls, using read_char and unread_char
16076         instead of getc and ungetc.
16077         * gensupport.c (process_include): Preserve read_md_file around
16078         the include.  Set read_md_file to the handle of the included file.
16079         Update call to read_rtx.
16080         (init_md_reader_args_cb): Set read_md_file to the handle of the file
16081         and remove local FILE *.  Update calls to read_rtx.
16082
16083 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
16084
16085         * read-md.h (read_rtx_lineno): Rename to...
16086         (read_md_lineno): ...this.
16087         (read_rtx_filename): Rename to...
16088         (read_md_filename): ...this.
16089         (copy_rtx_ptr_loc): Rename to...
16090         (copy_md_ptr_loc): ...this.
16091         (print_rtx_ptr_loc): Rename to...
16092         (print_md_ptr_loc): ...this.
16093         * read-md.c: Likewise.  Update references after renaming.
16094         (string_obstack): Replace RTL with MD in comment.
16095         (set_rtx_ptr_loc): Rename to...
16096         (set_md_ptr_loc): ...this.
16097         (get_rtx_ptr_loc): Rename to...
16098         (get_md_ptr_loc): ...this.
16099         * genconditions.c: Update references after renaming.
16100         * genemit.c: Likewise.
16101         * genoutput.c: Likewise.
16102         * genpreds.c: Likewise.
16103         * gensupport.c: Likewise.
16104         * read-rtl.c: Likewise.
16105
16106 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
16107
16108         * Makefile.in (READ_MD_H): New variable.
16109         (BUILD_RTL): Add build/read-md.o.
16110         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
16111         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
16112         (build/genattrtab.o, build/genconditions.o build/genemit.o)
16113         (build/genextract.o, build/genflags.o, build/genoutput.o)
16114         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
16115         (build/read-md.o): New rule.
16116         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
16117         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
16118         * coretypes.h: ...here.
16119         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
16120         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
16121         * genattr.c: Include read-md.h.
16122         * genattrtab.c: Likewise.
16123         * genconditions.c: Likewise.
16124         * genemit.c: Likewise.
16125         * genextract.c: Likewise.
16126         * genflags.c: Likewise.
16127         * genoutput.c: Likewise.
16128         * genpreds.c: Likewise.
16129         * genrecog.c: Likewise.
16130         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
16131         (join_c_conditions, print_c_condition, read_rtx_filename)
16132         (read_rtx_lineno): Move to read-md.h.
16133         * read-rtl.c: Include read-md.h.
16134         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
16135         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
16136         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
16137         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
16138         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
16139         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
16140         (read_braced_string, read_string): Move to read-md.c.
16141         (read_rtx): Move some initialization to init_md_reader and call
16142         init_md_reader here.
16143         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
16144         Move to read-md.h.
16145         * gensupport.c: Include read-md.h.
16146         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
16147         * read-md.h, read-md.c: New files.
16148
16149 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
16150
16151         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
16152         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
16153         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
16154         * config/moxie/moxie.c (moxie_function_value): Make static.
16155         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
16156         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
16157
16158 2010-06-10  Martin Jambor  <mjambor@suse.cz>
16159
16160         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
16161         * dbgcnt.def (tree_sra): New counter.
16162         * tree-sra.c: Include dbgcnt.h.
16163         (gate_intra_sra): Check tree_sra debug counter.
16164
16165 2010-06-10  Martin Jambor  <mjambor@suse.cz>
16166
16167         PR tree-optimization/44258
16168         * tree-sra.c (build_access_subtree): Return false iff there is a
16169         partial overlap.
16170         (build_access_trees): Likewise.
16171         (analyze_all_variable_accesses): Disqualify candidates if
16172         build_access_trees returns true for them.
16173
16174 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
16175
16176         PR debug/41371
16177         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
16178         tail-recurse into canonical node.  Fast-forward over
16179         non-canonical VALUEs.
16180
16181 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
16182
16183         PR boostrap/44470
16184         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
16185         (*addsi_1_zext) <TYPE_LEA>: Likewise.
16186         (add lea splitter): Likewise.
16187         (add_zext lea splitter): Likewise.
16188
16189 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
16190
16191         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
16192
16193 2010-06-10  Jan Hubicka  <jh@suse.cz>
16194
16195         * df-problems.c (df_live_problem_data): Add live_bitmaps.
16196         (df_live_alloc): Initialize problem data and live_osbtacks.
16197         (df_live_finalize): Remove obstack, problem data; do not
16198         clear all bitmaps.
16199         (df_live_top_dump, df_live_bottom_dump): Do not dump old
16200         data when not allocated.
16201         (df_live_verify_solution_start): Do not allocate problem data.
16202         (df_live_verify_solution_end): Check if out is allocated.
16203         (struct df_md_problem_data): New structure.
16204         (df_md_alloc): Allocate problem data.
16205         (df_md_free): Free problem data; do not clear bitmaps.
16206
16207 2010-06-10  Jan Beulich  <jbeulich@novell.com>
16208
16209         PR bootstrap/37304
16210         * configure.ac: Replace $() with ${} when intending to expand
16211         variables rather than invoking commands.
16212         * configure: Re-generate.
16213
16214 2010-06-10  Jan Hubicka  <jh@suse.cz>
16215
16216         PR rtl-optimization/44460
16217         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
16218         TYPE_NEEDS_CONSTRUCTING sanity check.
16219
16220 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
16221
16222         * doc/include/fdl.texi: Move to GFDL version 1.3.
16223
16224         * doc/cpp.texi: Move to GFDL version 1.3.
16225         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
16226         * doc/gccint.texi: Move to GFDL version 1.3.
16227         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
16228         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
16229         * doc/invoke.texi: Move to GFDL version 1.3.
16230
16231 2010-06-09  Jan Hubicka  <jh@suse.cz>
16232
16233         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
16234         Break out from ...
16235         (propagate) ... here; swap the order.
16236
16237 2010-06-09  Jan Hubicka  <jh@suse.cz>
16238
16239         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
16240         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
16241         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
16242         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
16243
16244 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
16245
16246         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
16247         Do not the gather memory reference in the outer loop if the step
16248         is not a constant.
16249
16250 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
16251
16252         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
16253         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
16254         8 to 4.  Minor change of the related comments.
16255
16256 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
16257
16258         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
16259         the scev analysis when the variable is not used outside the loop
16260         in a close phi node: call compute_overall_effect_of_inner_loop.
16261
16262 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
16263
16264         * graphite-sese-to-poly.c (single_pred_cond): Renamed
16265         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
16266         (build_sese_conditions_before): Renamed call to single_pred_cond.
16267         (build_sese_conditions_after): Same.
16268
16269 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
16270
16271         * graphite-poly.h: Fix comments and indentation.
16272         * graphite-sese-to-poly.c: Same.
16273         (build_sese_conditions_before): Compute stmt and gbb only when needed.
16274         * tree-chrec.c: Fix comments and indentation.
16275         (tree-ssa-loop-niter.c): Same.
16276
16277 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
16278
16279         PR rtl-optimization/42461
16280         * dce.c (deletable_insn_p): Return true for const or pure calls again.
16281         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
16282
16283 2010-06-09  Jan Hubicka  <jh@suse.cz>
16284
16285         * bitmap.c (bitmap_and): Walk array forward.
16286         (bitmap_and_compl_into): Likewise.
16287         (bitmap_xor): Likewise.
16288         (bitmap_xor_into):  Likewise.
16289         (bitmap_equal_p): Likewise.
16290         (bitmap_intersect_p): Likewise.
16291         (bitmap_intersect_compl_p): Likewise.
16292         (bitmap_ior_and_into): Likewise.
16293         (bitmap_elt_copy): Likewise.
16294         (bitmap_and_compl): Likewise.
16295         (bitmap_elt_ior): Likewise.
16296
16297 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
16298
16299         * opts-common.c (prune_options): Ensure replacement argv array
16300         is correctly terminated by a NULL entry.
16301
16302 2010-06-09  Jan Hubicka  <jh@suse.cz>
16303
16304         * cgraph.h (varpool_first_static_initializer,
16305         varpool_next_static_initializer): Make checking only when
16306         checking enabled.
16307         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
16308         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
16309         gcc_assert to gcc_checking_assert.
16310         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
16311         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
16312         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
16313         op_iter_init_phiuse, op_iter_init_phidef,
16314         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
16315         gcc_checking_assert.
16316         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
16317         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
16318         partition_is_global, live_on_entry, live_on_exit,
16319         live_merge_and_clear): Likewise.
16320         * system.h (gcc_checking_assert): New macro.
16321         * gimple.h (set_bb_seq): Use gcc_checking_assert.
16322
16323 2010-06-09  Jason Merrill  <jason@redhat.com>
16324
16325         * Makefile.in (TAGS): Collect tags info from c-family.
16326
16327 2010-06-09  Jan Hubicka  <jh@suse.cz>
16328
16329         * gimple.h (gcc_gimple_checking_assert): New macro.
16330         (gimple_set_def_ops, gimple_set_use_ops,
16331         gimple_set_vuse, gimple_set_vdef,
16332         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
16333         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
16334         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
16335         gimple_asm_output_op, gimple_asm_output_op_ptr,
16336         gimple_asm_set_output_op, gimple_asm_clobber_op,
16337         gimple_asm_set_clobber_op, gimple_asm_label_op,
16338         gimple_asm_set_label_op, gimple_try_set_kind,
16339         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
16340         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
16341         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
16342         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
16343         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
16344         gimple_omp_for_set_initial, gimple_omp_for_final,
16345         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
16346         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
16347         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
16348         conditional with ENABLE_GIMPLE_CHECKING.
16349         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
16350
16351 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
16352
16353         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
16354         (get_computation_cost_at): Use it.
16355         (determine_use_iv_cost_condition): Likewise.
16356         (determine_iv_cost): Likewise.
16357
16358 2010-06-09  Richard Guenther  <rguenther@suse.de>
16359
16360         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
16361         replace constants.
16362
16363 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
16364
16365         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
16366
16367 2010-06-09  Martin Jambor  <mjambor@suse.cz>
16368
16369         PR tree-optimization/44423
16370         * tree-sra.c (dump_access): Dump also grp_assignment_read.
16371         (analyze_access_subtree): Pass negative allow_replacements to children
16372         if the current type is scalar.
16373
16374 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
16375
16376         PR testsuite/42843
16377         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
16378         * doc/plugins.texi (Plugin license check): Update information
16379         on type of plugin_is_GPL_compatible.
16380         * Makefile.in (PLUGINCC): Define as $(COMPILER).
16381         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
16382
16383 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
16384
16385         * config/arm/arm.c (thumb2_reorg): New function.
16386         (arm_reorg): Call it.
16387         * config/arm/thumb2.md (define_peephole2 for flag clobbering
16388         arithmetic operations): Delete.
16389
16390 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
16391
16392         PR target/44067
16393         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
16394         e500v2 target.
16395
16396 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
16397
16398         PR plugins/44459
16399         * gcc-plugin.h: Encapsulate all declarations in extern "C".
16400
16401 2010-06-08  Jan Hubicka  <jh@suse.cz>
16402
16403         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
16404         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
16405
16406 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
16407
16408         PR tree-optimization/39874
16409         PR middle-end/28685
16410         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
16411         Declare.
16412         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
16413         same_bool_result_p): New.
16414         (and_var_with_comparison, and_var_with_comparison_1,
16415         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
16416         (or_var_with_comparison, or_var_with_comparison_1,
16417         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
16418         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
16419         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
16420         of combine_comparisons.
16421         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
16422
16423 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
16424
16425         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
16426         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
16427         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
16428         pdp11_function_value_regno_p): New functions.
16429         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
16430         TARGET_FUNCTION_VALUE_REGNO_P): Define.
16431
16432 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
16433
16434         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
16435         Thumb-2 in the MINUS case.
16436
16437 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16438
16439         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
16440
16441         * doc/gty.texi (GTY Options): Document typed GC allocation and
16442         variable_size GTY option.
16443
16444         * ggc-internal.h: New.
16445
16446         * ggc.h: Update copyright year.
16447         (digit_string): Move to stringpool.c.
16448         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
16449         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
16450         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
16451         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
16452         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
16453         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
16454         (ggc_force_collect, ggc_get_size, ggc_statistics)
16455         (ggc_print_common_statistics): Move to ggc-internal.h.
16456         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
16457         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
16458         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
16459         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
16460         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
16461         (ggc_alloc_zone_pass_stat): Remove.
16462         (ggc_internal_alloc_stat, ggc_internal_alloc)
16463         (ggc_internal_cleared_alloc_stat): New.
16464         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
16465         (ggc_internal_vec_alloc_stat)
16466         (ggc_internal_cleared_vec_alloc_stat)
16467         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
16468         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
16469         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
16470         (ggc_cleared_alloc_ptr_array_two_args): New.
16471         (htab_create_ggc, splay_tree_new_ggc): Redefine.
16472         (ggc_splay_alloc): Change the type of the first argument to
16473         enum gt_types_enum.
16474         (ggc_alloc_string): Make macro.
16475         (ggc_alloc_string_stat): New.
16476         (ggc_strdup): Redefine.
16477         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
16478         (ggc_alloc_rtvec_sized): New.
16479         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
16480         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
16481         (ggc_internal_cleared_alloc_zone_stat)
16482         (ggc_internal_zone_alloc_stat)
16483         (ggc_internal_zone_cleared_alloc_stat)
16484         (ggc_internal_zone_vec_alloc_stat)
16485         (ggc_alloc_zone_rtx_def_stat)
16486         (ggc_alloc_zone_tree_node_stat)
16487         (ggc_alloc_zone_cleared_tree_node_stat)
16488         (ggc_alloc_cleared_gimple_statement_d_stat): New.
16489
16490         * ggc-common.c: Include ggc-internal.h.
16491         (ggc_internal_cleared_alloc_stat): Rename from
16492         ggc_alloc_cleared_stat.
16493         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
16494         (ggc_calloc): Remove.
16495         (ggc_cleared_alloc_htab_ignore_args): New.
16496         (ggc_cleared_alloc_ptr_array_two_args): New.
16497         (ggc_splay_alloc): Add obj_type parameter.
16498         (init_ggc_heuristics): Formatting fixes.
16499
16500         * ggc-none.c: Update copyright year.
16501         (ggc_alloc_stat): Rename to ggc_alloc_stat.
16502         (ggc_alloc_cleared_stat): Rename to
16503         ggc_internal_cleared_alloc_stat.
16504         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
16505
16506         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
16507         Remove references to ggc_alloc in comments.
16508         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
16509         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
16510         (new_ggc_zone, destroy_ggc_zone): Remove.
16511         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
16512
16513         * ggc-zone.c: Include ggc-internal.h.  Remove references to
16514         ggc_alloc in comments.
16515         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
16516         (ggc_internal_alloc_zone_pass_stat): New.
16517         (ggc_internal_cleared_alloc_zone_stat): New.
16518         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
16519         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
16520         (new_ggc_zone, destroy_ggc_zone): Remove.
16521
16522         * stringpool.c: Update copyright year.  Include ggc-internal.h
16523         (digit_vector): Make static.
16524         (digit_string): Moved from ggc.h.
16525         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
16526         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
16527
16528         * Makefile.in (GGC_INTERNAL_H): New.
16529         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
16530         $(GGC_INTERNAL_H) to dependencies.
16531
16532         * gentype.c: Update copyright year.
16533         (walk_type): Accept variable_size GTY option.
16534         (USED_BY_TYPED_GC_P): New macro.
16535         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
16536         whitespace at the end of strings.
16537         (get_type_specifier, variable_size_p): New functions.
16538         (alloc_quantity, alloc_zone): New enums.
16539         (write_typed_alloc_def): New function.
16540         (write_typed_struct_alloc_def): Likewise.
16541         (write_typed_typed_typedef_alloc_def): Likewise.
16542         (write_typed_alloc_defns): Likewise.
16543         (output_typename, write_splay_tree_allocator_def): Likewise.
16544         (write_splay_tree_allocators): Likewise.
16545         (main): Call write_typed_alloc_defns and
16546         write_splay_tree_allocators.
16547
16548         * lto-streamer.h (lto_file_decl_data_ptr): New.
16549
16550         * passes.c (order): Define using cgraph_node_ptr.
16551
16552         * strinpool.c (struct string_pool_data): Declare nested_ptr using
16553         ht_identifier_ptr.
16554
16555         * gimple.h (union gimple_statement_d): Likewise.
16556
16557         * rtl.h (struct rtx_def): Likewise.
16558         (struct rtvec_def): Likewise.
16559
16560         * tree.h (union tree_node): Likewise.
16561
16562         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
16563
16564         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
16565
16566         * tree-scalar-evolution.c (scev_initialize): Likewise.
16567
16568         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
16569
16570         * dwarf2asm.c (dw2_force_const_mem): Likewise.
16571
16572         * omp-low.c (lower_omp_critical): Likewise.
16573
16574         * bitmap.h (struct bitmap_head_def): Update comment to not
16575         reference ggc_alloc.
16576
16577         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
16578
16579         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
16580
16581         * ipa-prop.c (duplicate_ggc_array): Rename to
16582         duplicate_ipa_jump_func_array.  Use typed GC allocation.
16583         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
16584
16585         * gimple.c (gimple_alloc_stat): Use
16586         ggc_alloc_cleared_gimple_statement_d_stat.
16587
16588         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
16589
16590         * tree.c (make_node_stat): Use
16591         ggc_alloc_zone_cleared_tree_node_stat.
16592         (make_tree_vec_stat): Likewise.
16593         (build_vl_exp_stat): Likewise.
16594         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
16595         (make_tree_binfo_stat): Likewise.
16596         (tree_cons_stat): Likewise.
16597
16598         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
16599         (shallow_copy_rtx_stat): Likewise.
16600         (make_node_stat): Likewise.
16601
16602         * lto-symtab.c: Fix comment.
16603
16604         * tree-cfg.c (create_bb): Update comment to not reference
16605         ggc_alloc_cleared.
16606         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
16607
16608         * varpool.c (varpool_node): Use typed GC allocation.
16609         (varpool_extra_name_alias): Likewise.
16610
16611         * varasm.c (emutls_decl): Likewise.
16612         (get_unnamed_section): Likewise.
16613         (get_noswitch_section): Likewise.
16614         (get_section): Likewise.
16615         (get_block_for_section): Likewise.
16616         (build_constant_desc): Likewise.
16617         (create_constant_pool): Likewise.
16618         (force_const_mem): Likewise.
16619
16620         * tree.c (build_vl_exp_stat): Likewise.
16621         (build_real): Likewise.
16622         (build_string): Likewise.
16623         (decl_debug_expr_insert): Likewise.
16624         (decl_value_expr_insert): Likewise.
16625         (type_hash_add): Likewise.
16626         (build_omp_clause): Likewise.
16627
16628         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
16629
16630         * tree-ssa.c (init_tree_ssa): Likewise.
16631
16632         * tree-ssa-structalias.c (heapvar_insert): Likewise.
16633
16634         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
16635
16636         * tree-ssa-loop-niter.c (record_estimate): Likewise.
16637
16638         * tree-ssa-alias.c (get_ptr_info): Likewise.
16639
16640         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
16641
16642         * tree-phinodes.c (allocate_phi_node): Likewise.
16643
16644         * tree-iterator.c (tsi_link_before): Likewise.
16645         (tsi_link_after): Likewise.
16646
16647         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
16648
16649         * tree-dfa.c (create_var_ann): Likewise.
16650
16651         * tree-cfg.c (create_bb): Likewise.
16652
16653         * toplev.c (alloc_for_identifier_to_locale): Likewise.
16654         (general_init): Likewise.
16655
16656         * stringpool.c (stringpool_ggc_alloc): Likewise.
16657         (gt_pch_save_stringpool): Likewise.
16658
16659         * sese.c (if_region_set_false_region): Likewise.
16660
16661         * passes.c (do_per_function_toporder): Likewise.
16662
16663         * optabs.c (set_optab_libfunc): Likewise.
16664         (set_conv_libfunc): Likewise.
16665
16666         * lto-symtab.c (lto_symtab_register_decl): Likewise.
16667
16668         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
16669         (input_eh_region): Likewise.
16670         (input_eh_lp): Likewise.
16671         (make_new_block): Likewise.
16672         (unpack_ts_real_cst_value_fields): Likewise.
16673
16674         * lto-section-in.c (lto_new_in_decl_state): Likewise.
16675
16676         * lto-cgraph.c (input_node_opt_summary): Likewise.
16677
16678         * loop-init.c (loop_optimizer_init): Likewise.
16679
16680         * lambda.h (lambda_vector_new): Likewise.
16681
16682         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
16683
16684         * ira.c (update_equiv_regs): Likewise.
16685
16686         * ipa.c (cgraph_node_set_new): Likewise.
16687         (cgraph_node_set_add): Likewise.
16688         (varpool_node_set_new): Likewise.
16689         (varpool_node_set_add): Likewise.
16690
16691         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
16692         (duplicate_ipa_jump_func_array): Likewise.
16693         (ipa_read_node_info): Likewise.
16694
16695         * ipa-cp.c (ipcp_create_replace_map): Likewise.
16696
16697         * integrate.c (get_hard_reg_initial_val): Likewise.
16698
16699         * gimple.c (gimple_alloc_stat): Likewise.
16700         (gimple_build_omp_for): Likewise.
16701         (gimple_seq_alloc): Likewise.
16702         (gimple_copy): Likewise.
16703
16704         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
16705         (gsi_insert_after_without_update): Likewise.
16706
16707         * function.c (add_frame_space): Likewise.
16708         (insert_temp_slot_address): Likewise.
16709         (assign_stack_temp_for_type): Likewise.
16710         (allocate_struct_function): Likewise.
16711         (types_used_by_var_decl_insert): Likewise.
16712
16713         * except.c (init_eh_for_function): Likewise.
16714         (gen_eh_region): Likewise.
16715         (gen_eh_region_catch): Likewise.
16716         (gen_eh_landing_pad): Likewise.
16717         (add_call_site): Likewise.
16718
16719         * emit-rtl.c (get_mem_attrs): Likewise.
16720         (get_reg_attrs): Likewise.
16721         (start_sequence): Likewise.
16722         (init_emit): Likewise.
16723
16724         * dwarf2out.c (new_cfi): Likewise.
16725         (queue_reg_save): Likewise.
16726         (dwarf2out_frame_init): Likewise.
16727         (new_loc_descr): Likewise.
16728         (find_AT_string): Likewise.
16729         (new_die): Likewise.
16730         (add_var_loc_to_decl): Likewise.
16731         (clone_die): Likewise.
16732         (clone_as_declaration): Likewise.
16733         (break_out_comdat_types): Likewise.
16734         (new_loc_list): Likewise.
16735         (loc_descriptor): Likewise.
16736         (add_loc_descr_to_each): Likewise.
16737         (add_const_value_attribute): Likewise.
16738         (tree_add_const_value_attribute): Likewise.
16739         (add_comp_dir_attribute): Likewise.
16740         (add_name_and_src_coords_attributes): Likewise.
16741         (lookup_filename): Likewise.
16742         (store_vcall_insn): Likewise.
16743         (dwarf2out_init): Likewise.
16744
16745         * dbxout.c (dbxout_init): Likewise.
16746
16747         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
16748
16749         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
16750
16751         * config/score/score7.c (score7_output_external): Likewise.
16752
16753         * config/score/score3.c (score3_output_external): Likewise.
16754
16755         * config/s390/s390.c (s390_init_machine_status): Likewise.
16756
16757         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
16758         (rs6000_init_machine_status): Likewise.
16759         (output_toc): Likewise.
16760
16761         * config/pa/pa.c (pa_init_machine_status): Likewise.
16762         (get_deferred_plabel): Likewise.
16763
16764         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
16765
16766         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
16767
16768         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
16769
16770         * config/mep/mep.c (mep_init_machine_status): Likewise.
16771         (mep_note_pragma_flag): Likewise.
16772
16773         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
16774
16775         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
16776
16777         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
16778
16779         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
16780         (i386_pe_maybe_record_exported_symbol): Likewise.
16781
16782         * config/i386/i386.c (get_dllimport_decl): Likewise.
16783         (ix86_init_machine_status): Likewise.
16784         (assign_386_stack_local): Likewise.
16785
16786         * config/frv/frv.c (frv_init_machine_status): Likewise.
16787
16788         * config/darwin.c (machopic_indirection_name): Likewise.
16789
16790         * config/cris/cris.c (cris_init_machine_status): Likewise.
16791
16792         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
16793
16794         * config/avr/avr.c (avr_init_machine_status): Likewise.
16795
16796         * config/arm/arm.c (arm_init_machine_status): Likewise.
16797
16798         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
16799         (alpha_need_linkage): Likewise.
16800         (alpha_use_linkage): Likewise.
16801
16802         * cgraph.c (cgraph_allocate_node): Likewise.
16803         (cgraph_create_edge_1): Likewise.
16804         (cgraph_create_indirect_edge): Likewise.
16805         (cgraph_add_asm_node): Likewise.
16806
16807         * cfgrtl.c (init_rtl_bb_info): Likewise.
16808
16809         * cfgloop.c (alloc_loop): Likewise.
16810         (rescan_loop_exit): Likewise.
16811
16812         * cfg.c (init_flow): Likewise.
16813         (alloc_block): Likewise.
16814         (unchecked_make_edge): Likewise.
16815
16816         * c-parser.c (c_parse_init): Likewise.
16817         (c_parse_file): Likewise.
16818
16819         * c-decl.c (bind): Likewise.
16820         (record_inline_static): Likewise.
16821         (push_scope): Likewise.
16822         (make_label): Likewise.
16823         (lookup_label_for_goto): Likewise.
16824         (finish_struct): Likewise.
16825         (finish_enum): Likewise.
16826         (c_push_function_context): Likewise.
16827
16828         * bitmap.c (bitmap_element_allocate): Likewise.
16829         (bitmap_gc_alloc_stat): Likewise.
16830
16831         * alias.c (record_alias_subset): Likewise.
16832         (init_alias_analysis): Likewise.
16833
16834 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
16835
16836         * fold-const.c (fold_comparison): Remove redundant parenthesis.
16837         * tree-inline.c (expand_call_inline): Pass translated return value of
16838         cgraph_inline_failed_string to diagnostic function.
16839
16840 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
16841             Shujing Zhao  <pearly.zhao@oracle.com>
16842
16843         PR c/37724
16844         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
16845         implicit bad conversions is initialization.
16846         (error_init): Use gmsgid instead of msgid for argument name and change
16847         the call for error.
16848         (pedwarn_init): Use gmsgid instead of msgid for argument name and
16849         change the call for pedwarn.
16850         (warning_init): Use gmsgid instead of msgid for argument name and
16851         change the call for warning.
16852
16853 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
16854
16855         * config/mips/mips-protos.h (mips_print_operand): Delete.
16856         (mips_print_operand_address): Delete.
16857         * config/mips/mips.h (mips_print_operand_punct): Delete.
16858         (PRINT_OPERAND): Delete.
16859         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
16860         (PRINT_OPERAND_ADDRESS): Delete.
16861         * config/mips/mips.c (mips_print_operand_punct): Make static.
16862         (mips_print_operand_address): Make static.
16863         (mips_print_operand): Make static.  Call
16864         mips_print_operand_punct_valid_p.
16865         (mips_print_operand_punct_valid_p): New function.
16866         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
16867         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
16868
16869 2010-06-07  Jan Hubicka  <jh@suse.cz>
16870
16871         PR middle-end/44454
16872         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
16873         are allocated.
16874
16875 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
16876
16877         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
16878         name of RECORD.
16879
16880 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16881
16882         * doc/sourcebuild.texi (Effective-Target Keywords, Other
16883         attributes): Document gas.
16884
16885 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
16886
16887         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
16888         <TYPE_LEA>: Split instruction.
16889         <default>: Remove alternative 2 handling.
16890         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
16891         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
16892         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
16893
16894         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
16895         (ashift_zext lea splitter): Use DImode for multiplication.
16896
16897         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
16898         to generate addition.
16899
16900 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
16901
16902         * common.opt (fira-verbose): Use Var.
16903         (fpcc-struct-return): Use Init instead of VarExists.
16904         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
16905         toplev.c.
16906         * flags.h (flag_signed_char, flag_short_enums,
16907         flag_pcc_struct_return, flag_ira_verbose,
16908         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
16909         * toplev.c (flag_detailed_statistics, flag_signed_char,
16910         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
16911         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
16912         * toplev.h (flag_crossjumping, flag_if_conversion,
16913         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
16914         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
16915         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
16916         flag_cprop_registers, time_report, flag_ira_loop_pressure,
16917         flag_ira_coalesce, flag_ira_move_spills,
16918         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
16919
16920 2010-06-07  Jan Hubicka  <jh@suse.cz>
16921
16922         * df-core.c (df_analyze_problem): Do verification after allocation.
16923
16924         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
16925         (df_lr_alloc): Initialize problem data; move bitmaps to
16926         lr_bitmaps obstack.
16927         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
16928         (df_lr_verify_solution_start): Do not initialize problem data;
16929         allocate bitmaps in lr_bitmaps.
16930         (df_lr_verify_solution_end): Do not free problem data.
16931
16932 2010-06-07  Jan Hubicka  <jh@suse.cz>
16933
16934         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
16935         if caller is noreturn.
16936         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
16937         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
16938         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
16939         * ipa-pure-const.c (check_decl): Add IPA parameter.
16940         (state_from_flags): New function.
16941         (better_state, worse_state): New functions.
16942         (check_call): When in IPA mode, do not care about callees.
16943         (check_load, check_store): Update.
16944         (check_ipa_load, check_ipa_store): New.
16945         (check_stmt): When in IPA mode, use IPA checkers.
16946         (analyze_function): Use state_from_flags.
16947         (propagate): Check indirect edges and references.
16948
16949 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
16950
16951         PR rtl-optimization/44404
16952         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
16953         of count_occurrences to see if it's safe to modify mem_insn.
16954
16955 2010-06-07  Richard Guenther  <rguenther@suse.de>
16956
16957         * gimplify.c (gimplify_cleanup_point_expr): For empty body
16958         and EH-only cleanup drop the cleanup instead of inserting it
16959         unconditionally.
16960
16961 2010-06-07  Ira Rosen  <irar@il.ibm.com>
16962
16963         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
16964         documentation.
16965         * targhooks.c (default_builtin_vectorization_cost): New function.
16966         * targhooks.h (default_builtin_vectorization_cost): Declare.
16967         * target.h (enum vect_cost_for_stmt): Define.
16968         (builtin_vectorization_cost): Change argument and comment.
16969         * tree-vectorizer.h: Remove cost model macros.
16970         * tree-vect-loop.c: Include target.h.
16971         (vect_get_cost): New function.
16972         (vect_estimate_min_profitable_iters): Replace cost model macros with
16973         calls to vect_get_cost.
16974         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
16975         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
16976         default implementation.
16977         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
16978         calls to target hook builtin_vectorization_cost.
16979         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
16980         Likewise.
16981         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
16982         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
16983         implementation to return costs.
16984         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
16985         * config/spu/spu.h: Remove vectorizer cost model macros.
16986         * config/i386/i386.h: Likewise.
16987         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
16988         a call to target hook builtin_vectorization_cost.
16989
16990 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
16991
16992         PR target/44319
16993         * config/i386/i386.c (override_options): Turn zee pass on for level 2
16994         and above and defer till target is known.
16995         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
16996         turn off otherwise.
16997
16998 2010-05-25  Jan Hubicka  <jh@suse.cz>
16999
17000         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
17001         (df_compact_blocks): Likewise.
17002         * df.h (struct df): Turn hardware_regs_used,
17003         regular_block_artificial_uses, eh_block_artificial_uses,
17004         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
17005         bitmap_head.
17006         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
17007         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
17008         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
17009         df_scan_blocks, df_insn_delete, df_insn_rescan,
17010         df_insn_rescan_debug_internal, df_insn_rescan_all,
17011         df_process_deferred_rescans, df_process_deferred_rescans,
17012         df_notes_rescan, df_get_call_refs, df_get_call_refs,
17013         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
17014         df_record_entry_block_defs, df_record_exit_block_uses,
17015         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
17016         df_scan_verify): Update.
17017
17018 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
17019
17020         PR c++/44188
17021         * c-common.c (is_typedef_decl): Move this definition ...
17022         * tree.c (is_typedef_decl): ... here.
17023         (typdef_variant_p): Move definition here from cp/tree.c.
17024         * c-common.h (is_typedef_decl): Move this declaration ...
17025         * tree.h (is_typedef_decl): ... here.
17026         (typedef_variant_p): Move declaration here from cp/cp-tree.h
17027         * dwarf2out.c (is_naming_typedef_decl): New function.
17028         (gen_tagged_type_die): Split out of ...
17029         (gen_type_die_with_usage): ... this function. When an anonymous
17030         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
17031         is emitted for the typedef.
17032         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
17033         anonymous tagged types.
17034
17035 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17036
17037         PR c/20000
17038         * c-decl.c (grokdeclarator): Delete warning.
17039
17040 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
17041
17042         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
17043         newly built CALL_EXPR.
17044         * tree-profile.c (tree_profiling): Don't profile functions produced
17045         for built-in stuff.
17046
17047 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
17048
17049         PR bootstrap/44427
17050         PR bootstrap/44428
17051         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
17052         endianness-independent.
17053
17054 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
17055
17056         * c-common.c: Move to c-family/.
17057         * c-common.def: Likewise.
17058         * c-common.h: Likewise.
17059         * c-cppbuiltin.c: Likewise.
17060         * c-dump.c: Likewise.
17061         * c-format.c: Likewise.
17062         * c-format.h : Likewise.
17063         * c-gimplify.c: Likewise.
17064         * c-lex.c: Likewise.
17065         * c-omp.c: Likewise.
17066         * c.opt: Likewise.
17067         * c-opts.c: Likewise.
17068         * c-pch.c: Likewise.
17069         * c-ppoutput.c: Likewise.
17070         * c-pragma.c: Likewise.
17071         * c-pragma.h: Likewise.
17072         * c-pretty-print.c: Likewise.
17073         * c-pretty-print.h: Likewise.
17074         * c-semantics.c: Likewise.
17075         * stub-objc.c: Likewise.
17076
17077         * gengtype.c (get_file_langdir): Special-case files in c-family/.
17078         (get_output_file_with_visibility): Fix name for c-common.h.
17079         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
17080
17081         * c-tree.h: Update include path for moved files.
17082         * c-lang.c: Likewise.
17083         * c-lang.h: Likewise.
17084         * c-parser.c: Likewise.
17085         * c-convert.c: Likewise.
17086         * c-decl.c: Likewise.
17087         * c-objc-common.c: Likewise.
17088         * configure.ac: Make sure c-family/ exists in the build directory.
17089         * configure: Regenerate.
17090         * Makefile.in: Update paths for moved files.  Regroup files per
17091         location and update dependencies.  Move generated_files down after
17092         ALL_GTFILES_H.
17093
17094         * config/spu/spu-c.c: Update paths for moved files.
17095         * config/mep/mep-pragma.c: Likewise.
17096         * config/darwin-c.c: Likewise.
17097         * config/i386/msformat-c.c: Likewise.
17098         * config/i386/i386-c.c: Likewise.
17099         * config/avr/avr-c.c: Likewise.
17100         * config/sol2-c.c: Likewise.
17101         * config/ia64/ia64-c.c: Likewise.
17102         * config/rs6000/rs6000-c.c: Likewise.
17103         * config/arm/arm.c: Likewise.
17104         * config/arm/arm-c.c: Likewise.
17105         * config/h8300/h8300.c: Likewise.
17106         * config/v850/v850-c.c: Likewise.
17107
17108         * config/t-darwin: Fix dependencies for moved files.
17109         * config/t-sol2: Fix dependencies for moved files.
17110         * config/mep/t-mep: Fix dependencies for moved files.
17111         * config/ia64/t-ia64: Fix dependencies for moved files.
17112         * config/rs6000/t-rs6000: Fix dependencies for moved files.
17113         * config/v850/t-v850: Fix dependencies for moved files.
17114         * config/v850/t-v850e: Fix dependencies for moved files.
17115
17116         * config/m32c/m32c-pragma.c
17117
17118         * po/exgettext: Look in c-family/ also.
17119
17120 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
17121
17122         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
17123         (mark_control_dependent_edges_necessary): Call it instead of marking
17124         the last statement manually.
17125         (propagate_necessity): Likewise.
17126
17127 2010-06-05  Jan Hubicka  <jh@suse.cz>
17128
17129         * basic-block.h (compute_dominance_frontiers): Updated.
17130         (compute_idf): Likewise.
17131
17132         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
17133         for dominance frontiers.
17134         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
17135         (insert_updated_phi_nodes_for): Likewise.
17136         (update_ssa): Likewise.
17137         * cfganal.c (compute_dominance_frontiers_1): Likewise.
17138         (compute_dominance_frontiers): Likewise.
17139         (compute_idf): Likewise.
17140         * df-problems.c (df_md_local_compute): Likewise.
17141
17142 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
17143
17144         * target.h (struct gcc_target): Add memory_move_cost field.
17145         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
17146         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
17147         * targhooks.c (default_memory_move_cost): New function.
17148         * targhooks.h (default_memory_move_cost): Declare function.
17149         * reload.h (memory_move_cost): Declare.
17150         (memory_move_secondary_cost): Change type of 'in' argument to bool.
17151         * reginfo.c (memory_move_cost): New function.
17152         (memory_move_secondary_cost): Change type of 'in' argument to bool.
17153         * ira.h (ira_memory_move_cost): Update comment.
17154         * ira.c (ira_memory_move_cost): Update comment.
17155         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
17156         with memory_move_cost.
17157         * postreload.c (reload_cse_simplify_set): (Ditto.).
17158         * reload1.c (choose_reload_regs): (Ditto.).
17159         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
17160         (MEMORY_MOVE_COST):  Revise documentation.
17161
17162         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
17163         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
17164         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
17165         type of 'in' argument to bool.
17166         (TARGET_MEMORY_MOVE_COST): Define.
17167
17168 2010-06-05  Jan Hubicka  <jh@suse.cz>
17169
17170         * ipa-pure-const.c (propagate): Fix typo in handling of functions
17171         that cannot return.  Be more careful when merging the results with
17172         previously known ones.
17173
17174 2010-06-05  Matthias Klose  <doko@ubuntu.com>
17175
17176         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
17177         function to add the -iplugindir option.
17178         (find_plugindir_spec_function): Add new declaration and function.
17179         (static_spec_func): Use it for "find-plugindir".
17180
17181 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
17182
17183         PR c++/44361
17184         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
17185         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
17186         statement expression.
17187
17188 2010-06-05  Jan Hubicka  <jh@suse.cz>
17189
17190         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
17191         (df_rd_problem_data): Convert sparse_invalidated_by_call,
17192         dense_invalidated_by_call to bitmap head.
17193         (df_rd_alloc, df_rd_bb_local_compute_process_def,
17194         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
17195         df_rd_start_dump, df_lr_verify_transfer_functions,
17196         df_live_verify_transfer_functions, df_chain_create_bb,
17197         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
17198         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
17199         df_simulate_one_insn_forwards, df_md_alloc,
17200         df_md_bb_local_compute_process_def,
17201         df_md_bb_local_compute_process_def, df_md_local_compute,
17202         df_md_transfer_function df_md_free): Update.
17203
17204 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
17205
17206         PR c/44322
17207         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
17208         target type for ADDR_EXPR; require no changes to qualifiers except
17209         for function types.
17210         * c-tree.h (c_build_type_variant): Remove.
17211
17212 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
17213
17214         * genautomata.c (get_excl_set): Do work per element, not per char.
17215         (check_presence_pattern_sets): Similar.
17216         (check_absence_pattern_sets): Similar.
17217
17218 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
17219
17220         * genautomata.c (curr_state_pass_num): Delete.
17221         (min_issue_delay_pass_states): Delete.
17222         (min_issue_delay): Delete.
17223         (initiate_min_issue_delay_pass_states): Delete.
17224         (output_min_issue_delay_table): Compute min_issue_delay_vect
17225         using a breadth-first search variant.
17226         (output_tables): Don't call initiate_min_issue_delay_pass_states.
17227
17228 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
17229
17230         PR boostrap/44421
17231         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
17232         (df_byte_lr_bb_local_compute): Likewise.
17233
17234 2010-06-03  Jason Merrill  <jason@redhat.com>
17235
17236         Implement noexcept operator (5.3.7)
17237         * c-common.c (c_common_reswords): Add noexcept.
17238         * c-common.h (enum rid): Add RID_NOEXCEPT.
17239
17240 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
17241
17242         * config/darwin-driver.c (darwin_default_min_version): Use
17243         GCC-specific formats in diagnostics.
17244         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
17245         diagnostics.
17246         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
17247         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
17248         eval_spec_function, handle_braces, process_brace_body, main,
17249         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
17250         getenv_spec_function, compare_version_strings,
17251         version_compare_spec_function): Use GCC-specific formats in
17252         diagnostics.
17253
17254 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
17255
17256         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
17257         that operand 0 and operand 1 are equal.
17258         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
17259         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
17260         and operand 1 are equal.
17261         <default>: Ditto.  Remove ??? comment.
17262         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
17263         and operand 1 are equal.
17264         <default>: Ditto.  Remove ??? comment.
17265         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
17266         are equal.
17267         (*add<mode>_4) <default>: Ditto.
17268         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
17269
17270 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
17271
17272         * config/i386/i386-protos.h (ix86_print_operand): Declare.
17273         * config/i386/i386.c (ix86_print_operand): Make non-static.
17274         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
17275         * output.h (output_operand): Declare.
17276         * final.c (output_operand): Make non-static.
17277
17278 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
17279
17280         PR rtl-optimization/44013
17281         * sched-deps.c (add_dependence_list_and_free): Don't free lists
17282         when processing debug insns.
17283
17284         PR debug/41371
17285         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
17286         recursing.  Check that recursion is bounded.  Rename inner var
17287         to avoid hiding incoming argument.
17288
17289 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
17290
17291         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
17292         operands[2] == 255.
17293         (*addqi_3): Ditto.
17294         (*addqi_4): Ditto.
17295         (*addqi_5): Ditto.
17296         (*addqi_ext_1_rex64): Ditto.
17297         (*addqi_ext_1): Ditto.
17298
17299         (*addqi_4): Check for incdec_operand in QImode.
17300
17301         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
17302         using SWI mode iterator.
17303         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
17304         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
17305         mode iterator.
17306         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
17307         using SWI mode iterator.
17308
17309 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17310
17311         PR c/25880
17312         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
17313         * c-format.c (gcc_diag_flag_specs): Add hash.
17314         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
17315         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
17316         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
17317         pp_c_cv_qualifiers. Handle qualifiers spelling here.
17318         (pp_c_type_qualifier_list): Call the function above.
17319         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
17320         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
17321         (WARN_FOR_QUALIFIERS): New macro.
17322         (convert_for_assignment): Use it.
17323
17324 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
17325
17326         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
17327
17328 2010-06-04  Jan Hubicka  <jh@suse.cz>
17329
17330         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
17331         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
17332         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
17333         DF_BYTE_LR_OUT): Update for embedded bitmaps.
17334         * fwprop.c (single_def_use_enter_block): Likewise.
17335         * ddg.c (create_ddg_dep_from_intra_loop_link,
17336         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
17337         * loop-iv.c (latch_dominating_def): Likewise.
17338         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
17339         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
17340         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
17341         df_rd_transfer_function, df_rd_top_dump,
17342         df_rd_bottom_dump): Update.
17343         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
17344         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
17345         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
17346         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
17347         df_lr_verify_solution_start, df_lr_verify_solution_end,
17348         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
17349         df_live_free_bb_info, df_live_alloc, df_live_reset,
17350         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
17351         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
17352         df_live_verify_solution_start, df_live_verify_solution_end,
17353         df_live_verify_transfer_functions, df_chain_create_bb,
17354         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
17355         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
17356         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
17357         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
17358         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
17359         df_byte_lr_transfer_function, df_byte_lr_top_dump,
17360         df_byte_lr_bottom_dump, df_create_unused_note,
17361         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
17362         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
17363         df_md_transfer_function, df_md_init, df_md_confluence_0,
17364         df_md_confluence_n,
17365         df_md_top_dump, df_md_bottom_dump): Update.
17366         (struct df_lr_problem_data): Embedd bitmap headers.
17367
17368 2010-06-04  Jan Hubicka  <jh@suse.cz>
17369
17370         * dce.c (dce_process_block): Do not re-scan already marked
17371         instructions.
17372
17373 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
17374
17375         PR rtl-optimization/39871
17376         PR rtl-optimization/40615
17377         PR rtl-optimization/42500
17378         PR rtl-optimization/42502
17379         * ira.c (init_reg_equiv_memory_loc: New function.
17380         (ira): Call it twice.
17381         * reload.h (calculate_elim_costs_all_insns): Declare.
17382         * ira-costs.c: Include "reload.h".
17383         (regno_equiv_gains): New static variable.
17384         (init_costs): Allocate it.
17385         (finish_costs): Free it.
17386         (ira_costs): Call calculate_elim_costs_all_insns.
17387         (find_costs_and_classes): Take estimated elimination costs
17388         into account.
17389         (ira_adjust_equiv_reg_cost): New function.
17390         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
17391         * reload1.c (init_eliminable_invariants, free_reg_equiv,
17392         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
17393         (elim_bb): New static variable.
17394         (reload): Move code out of here into init_eliminable_invariants and
17395         free_reg_equiv.  Call them.
17396         (calculate_elim_costs_all_insns): New function.
17397         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
17398         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
17399         but call note_reg_elim_costly if we turned a valid memory address
17400         into an invalid one.
17401         * Makefile.in (ira-costs.o): Depend on reload.h.
17402
17403 2010-06-04  Julian Brown  <julian@codesourcery.com>
17404
17405         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
17406         for pool ranges.
17407
17408 2010-06-04  Richard Guenther  <rguenther@suse.de>
17409
17410         PR lto/41584
17411         * cgraph.h (struct varpool_node): Add lto_file_data field.
17412         * lto-cgraph.c (input_varpool_node): Initialize it.
17413
17414 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
17415
17416         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
17417         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
17418         predicate in "type" attribute calculation.
17419         (*addsi_1_zext): Ditto.
17420         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
17421         (*addsi_2_zext): Ditto.
17422         (*add<mode>_3): Ditto.
17423         (*addsi_3_zext): Ditto.
17424         (*add<mode>_5): Ditto.
17425
17426 2010-06-03  Jan Hubicka  <jh@suse.cz>
17427
17428         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
17429         of bitmap_bit_p.
17430         * cfganal.c (compute_dominance_frontiers_1): Likewise.
17431
17432 2010-06-03  Jan Hubicka  <jh@suse.cz>
17433
17434         * df-problems.c (df_create_unused_note, df_note_bb_compute):
17435         micro-optimize the checks when to add new note.
17436
17437 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
17438
17439         * final.c (output_asm_insn): Call
17440         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
17441         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
17442         (output_address): Call targetm.asm_out.print_operand_address.
17443         Update comments.
17444         * target.h (struct gcc_target): Add print_operand,
17445         print_operand_address, and print_operand_punct_valid_p fields.
17446         * targhooks.h (default_print_operand): Declare.
17447         (default_print_operand_address): Declare.
17448         (default_print_operand_punct_valid_p): Declare.
17449         * targhooks.c (default_print_operand): Define.
17450         (default_print_operand_address): Define.
17451         (default_print_operand_punct_valid_p): Define.
17452         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
17453         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
17454         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
17455         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
17456         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
17457         * vmsdbgout.c (addr_const_to_string): Update comment.
17458         * config/i386/i386.c (print_operand): Rename to...
17459         (ix86_print_operand): ...this.  Make static.
17460         (print_operand_address): Rename to...
17461         (ix86_print_operand_address): ...this.  Make static.  Call
17462         ix86_print_operand instead of PRINT_OPERAND.
17463         (ix86_print_operand_punct_valid_p): New function.
17464         (TARGET_PRINT_OPERAND): Define.
17465         (TARGET_PRINT_OPERAND_ADDRESS): Define.
17466         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
17467         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
17468         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17469         (PRINT_OPERAND): Delete.
17470         (PRINT_OPERAND_ADDRESS): Delete.
17471         * config/i386/i386-protos.h (print_operand): Delete prototype.
17472         (print_operand_address): Delete prototype.
17473
17474 2010-06-03  Richard Guenther  <rguenther@suse.de>
17475
17476         PR tree-optimization/44403
17477         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
17478         Preserve pointer qualifiers.
17479         (vect_create_data_ref_ptr): Likewise.
17480
17481 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
17482
17483         PR c++/44294
17484         * defaults.h (MAX_FIXED_MODE_SIZE): New.
17485
17486         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
17487
17488 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
17489
17490         PR debug/44375
17491         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
17492         return false if merging the bbs would lead to goto_locus
17493         location being lost from the IL.
17494
17495 2010-06-03  Jan Hubicka  <jh@suse.cz>
17496             Jakub Jelinek  <jakub@redhat.com>
17497
17498         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
17499         set->regs[i] is NULL or has just one entry.
17500
17501 2010-06-03  Jan Hubicka  <jh@suse.cz>
17502
17503         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
17504         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
17505
17506 2010-06-03  Paul Brook  <paul@codesourcery.com>
17507
17508         * config/arm/arm.c (FL_TUNE): Define.
17509         (arm_default_cpu, arm_cpu_select): Remove.
17510         (all_cores): Populate core field.
17511         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
17512         (arm_find_cpu): New function.
17513         (arm_handle_option): Lookup cpu/architecture names.
17514         (arm_override_options): Cleanup mcpu/march/mtune handling.
17515         (arm_file_start): Ditto.
17516
17517 2010-06-03  Alan Modra  <amodra@gmail.com>
17518
17519         PR target/44169
17520         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
17521         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
17522         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
17523         (rs6000_emit_load_toc_table): Likewise.
17524
17525 2010-06-02  Jan Hubicka  <jh@suse.cz>
17526
17527         * passes.c (init_optimization_passes): Put ipa reference
17528         after ipa pure-const.
17529
17530 2010-06-02  Jan Hubicka  <jh@suse.cz>
17531
17532         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
17533         calls_read_all and calls_write_all.
17534         (get_reference_optimization_summary): Fix formatting.
17535         (is_proper_for_analysis): Check that decl is not readonly.
17536         (propagate_bits): Check CONST/PURE/noreturn flags.
17537         (ipa_init): Move all_module_statics to optimization_summary_obstack.
17538         (analyze_function): Ignore indirect edges.
17539         (copy_global_bitmap): For all module statics, do nothing.
17540         (generate_summary): Do not print calls_read_all/calls_write_all.
17541         (read_write_all_from_decl): Take node as argument; check
17542         cgraph_node_cannot_return.
17543         (propagate): Reorganize read_all/write_all computation;
17544         check indirect edges; check ecf flags; use all_module_statics
17545         in the results; do not free all_module_statics.
17546         (stream_out_bitmap): Handle all_module_statics.
17547         (ipa_reference_write_optimization_summary): Likewise; use
17548         varpool/cgraph encoders to get boundaries.
17549         (ipa_reference_read_optimization_summary): Read in all_module_statics;
17550         use it when possible.
17551
17552 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
17553
17554         PR target/44218
17555         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
17556         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
17557
17558         * doc/extend.texi (powerpc builtins): Document vec_recip,
17559         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
17560
17561         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
17562         (rs6000_emit_swrsqrt): Ditto.
17563         (rs6000_emit_swdivsf): Delete.
17564         (rs6000_emit_swdivdf): Ditto.
17565         (rs6000_emit_swrsqrtsf): Ditto.
17566
17567         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
17568         describe the reciprocal estimate support for each type.
17569         (recip_options): Map -mrecip=<opt> into option bits.
17570         (gen_2arg_fn_t): New typedef for binary rtx gen function.
17571         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
17572         reciprocal estimate instructions.
17573         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
17574         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
17575         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
17576         cost information if -mdebug=cost or -mdebug=reg.
17577         (rs6000_override_options): Set -mrecip-precision for power6, and
17578         power7 machines.  If -mvsx or -mdfp, enable various options that
17579         came in previous instruction set ISAs, unless the option was
17580         explicitly disabled by the command line option.  Parse
17581         -mrecip=<opt> options.
17582         (rs6000_builtin_vectorized_function): Add support for vectorizing
17583         the reciprocal estimate builtins and expansions.
17584         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
17585         (bdesc_2arg): Add reciprocal estimate builtins.
17586         (bdesc_1arg): Add reciprocal square root estimate builtins.
17587         (rs6000_expand_builtin): Rewrite to use a switch statement,
17588         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
17589         (rs6000_init_builtins): Create declarations for reciprocal
17590         estimate builtins.
17591         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
17592         sized, prefer traditional floating point registers, if integer
17593         vector types, prefer altivec registers.  Don't actually look at
17594         the memory address any more.
17595         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
17596         builtins.
17597         (rs6000_load_constant_and_splat): New helper function to load up
17598         the constant for reciprocal estimate instructions.
17599         (rs6000_emit_madd): New helper function for generating
17600         multiply/add type instructions, based on the current switches.
17601         (rs6000_emit_msub): Ditto.
17602         (rs6000_emit_mnsub): Ditto.
17603         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
17604         replace a divide with a reciprocal estimate and fixup, adding
17605         support for machines with high precision and vectors.
17606         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
17607         low precision machines.
17608         (rs6000_emit_swdiv): New common function to be called to replace a
17609         division with reciprocal estimate and fixup.
17610         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
17611         for double and vector types.  Add support for high precision machines.
17612
17613         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
17614         the reciprocal estimate instructions can be generated.
17615         (TARGET_FRE): Ditto.
17616         (TARGET_FRSQRTES): Ditto.
17617         (TARGET_FRSQRTE): Ditto.
17618         (RS6000_RECIP_*): New macros for reciprocal estimate support.
17619
17620         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
17621         square root estimate on vectors.
17622         (re<mode>2): New insn for reciprocal division estimate on vectors.
17623
17624         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
17625         New builtin.
17626         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
17627         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
17628         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
17629         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
17630         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
17631         (RS6000_BUILTIN_RSQRT): Ditto.
17632         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
17633         floating point builtin.
17634
17635         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
17636         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
17637         __RECIP_PRECISION__ based on the command line switches.
17638         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
17639
17640         * config/rs6000/rs6000.opt (-mrecip): Document add support for
17641         replacing division instructions with reciprocal estimate and fixup.
17642         (-mrecip=<opt>): New option.
17643         (-mrecip-precision): Ditto.
17644
17645         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
17646         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
17647         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
17648         precision scalar.
17649
17650         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
17651         (UNSPEC_VREFP): Ditto.
17652         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
17653         conterparts with regard to support of -mno-fused-madd and -ffast-math.
17654         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
17655         reciprocal estimate instructions to be generated.
17656         (altivec_vrefp): Ditto.
17657
17658         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
17659         estimate support.
17660         (rreg): New mode attribute for reciprocal estimate support.
17661         (recip<mode>3): New insn for division using reciprocal estimate
17662         and fixup builtins.
17663         (divide define_split): New define_split to convert floating point
17664         division to use reciprocal estimate if the user used the
17665         appropriate options and the split is run when we can add new
17666         pseudo registers for the fixup.
17667         (rsqrt<mode>2): New insn for reciprocal square root support.
17668         (recipsf3): Move into recip<mode>3.
17669         (recipdf3): Ditto.
17670         (fres): Use TARGET_FRES.
17671         (rsqrtsf2): Move into rsqrt<mode>2.
17672         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
17673         (copysignsf3): Add support for VSX.
17674         (fred): Use TARGET_FRE.
17675         (fred_fpr): Ditto.
17676         (rsqrtdf_internal1): New function for frsqrte instruciton.
17677
17678         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
17679         (vec_rsqrt): Ditto.
17680
17681 2010-06-03  Richard Guenther  <rguenther@suse.de>
17682
17683         PR middle-end/44291
17684         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
17685         (set_user_assembler_libfunc): Likewise.
17686
17687 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
17688
17689         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
17690         defaults.h.
17691         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
17692         to defaults.h
17693         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
17694         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
17695         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
17696         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
17697         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
17698         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
17699         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
17700         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
17701         * defaults.h: Updated for above mentioned changes.
17702
17703 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
17704
17705         * c-common.c: Remove header include of tm_p.h.
17706         * Makefile.in (c-common.o): Remove TM_P_H dependency.
17707
17708 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
17709
17710         * tree.h (struct tree_decl_map): New type.
17711         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
17712         (tree_decl_map_hash): New prototype.
17713         (debug_expr_for_decl, value_expr_for_decl): Change into
17714         tree_decl_map hashtab from tree_map.
17715         (init_ttree): Adjust initialization.
17716         (tree_decl_map_hash): New function.
17717         (decl_debug_expr_lookup, decl_debug_expr_insert,
17718         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
17719
17720 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17721
17722         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
17723         linker emulations.
17724         * configure: Regenerate.
17725         * config.in: Regenerate.
17726
17727         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
17728         (X86_64_EMULATION): Define.
17729         (TARGET_LD_EMULATION): Use them.
17730
17731         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
17732         (SPARC64_EMULATION): Define.
17733         (LINK_ARCH_SPEC): Use them.
17734
17735 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
17736
17737         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
17738         smallest_mode_for_size for computing the precision types of new
17739         graphite IVs.  Do not call lang_hooks.types.type_for_size.
17740
17741 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
17742
17743         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
17744         information.
17745         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
17746
17747 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
17748
17749         PR middle-end/44363
17750         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
17751         return false instead.
17752
17753 2010-06-02  Jan Hubicka  <jh@suse.cz>
17754
17755         PR middle-end/44295
17756         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
17757         create new cgraph node to check callee.
17758
17759 2010-06-02  Richard Guenther  <rguenther@suse.de>
17760
17761         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
17762
17763 2010-06-02  Richard Guenther  <rguenther@suse.de>
17764
17765         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
17766         (lto_wrapper_cleanup): ... this.  Do not exit.
17767         (fatal): Adjust.  Exit here.
17768         (fatal_perror): Likewise.
17769         (fatal_signal): New function.
17770         (main): Set up signal handlers to cleanup temporary files.
17771         * Makefile.in (lto-wrapper.o): Adjust dependencies.
17772
17773 2010-06-02  Richard Guenther  <rguenther@suse.de>
17774
17775         PR tree-optimization/44377
17776         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
17777
17778 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17779
17780         * config/s390/2097.md (z10_fhex): Remove insn reservation.
17781         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
17782         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
17783         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
17784         instruction.
17785         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
17786
17787 2010-06-02  Jan Hubicka  <jh@suse.cz>
17788
17789         * bitmap.c (bitmap_descriptor): Add search_iter.
17790         (bitmap_find_bit): Increment it.
17791         (print_statistics): Print it.
17792
17793 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
17794
17795         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
17796         instead of gimple_build_call_vec.  Delete unnecessary local variable.
17797
17798 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
17799
17800         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
17801         change from yesterday.
17802
17803 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
17804
17805         * c-ada-spec.c: Clean up redundant includes.
17806
17807 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
17808
17809         * gimplify.c: Do not include except.h and optabs.h.
17810         (gimplify_body): Do not initialize RTL profiling.
17811         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
17812         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
17813         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
17814         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
17815         langhooks.h.
17816
17817         * tree-pretty-print.h: Include pretty-print.h.
17818         * gimple-pretty-print.h: Include pretty-print.h.
17819
17820         * tree-pretty-print.c: Do not include diagnostic.h.
17821         * tree-vrp.c: Likewise.
17822         * tree-tailcall.c: Likewise
17823         * tree-scalar-evolution.c: Likewise
17824         * tree-ssa-dse.c: Likewise
17825         * tree-chrec.c: Likewise
17826         * tree-ssa-sccvn.c: Likewise
17827         * tree-ssa-copyrename.c: Likewise
17828         * tree-nomudflap.c: Likewise
17829         * tree-call-cdce.c: Likewise
17830         * tree-stdarg.c: Likewise
17831         * tree-ssa-math-opts.c: Likewise
17832         * tree-nrv.c: Likewise
17833         * tree-ssa-sink.c: Likewise
17834         * tree-browser.c: Likewise
17835         * tree-ssa-loop-ivcanon.c: Likewise
17836         * tree-ssa-loop.c: Likewise
17837         * tree-parloops.c: Likewise
17838         * tree-ssa-address.c: Likewise
17839         * tree-ssa-ifcombine.c: Likewise
17840         * tree-if-conv.c: Likewise
17841         * tree-data-ref.c: Likewise
17842         * tree-affine.c: Likewise
17843         * tree-ssa-phiopt.c: Likewise
17844         * tree-ssa-coalesce.c: Likewise
17845         * tree-ssa-pre.c: Likewise
17846         * tree-ssa-live.c: Likewise
17847         * tree-predcom.c: Likewise
17848         * tree-ssa-forwprop.c: Likewise
17849         * tree-ssa-dce.c: Likewise
17850         * tree-ssa-ter.c: Likewise
17851         * tree-ssa-loop-prefetch.c: Likewise
17852         * tree-optimize.c: Likewise
17853         * tree-ssa-phiprop.c: Likewise
17854         * tree-object-size.c: Likewise
17855         * tree-outof-ssa.c: Likewise
17856         * tree-ssa-structalias.c: Likewise
17857         * tree-switch-conversion.c: Likewise
17858         * tree-ssa-reassoc.c: Likewise
17859         * tree-ssa-operands.c: Likewise
17860         * tree-vectorizer.c: Likewise
17861         * tree-vect-data-refs.c: Likewise
17862         * tree-vect-generic.c: Likewise
17863         * tree-vect-stmts.c: Likewise
17864         * tree-vect-patterns.c: Likewise
17865         * tree-vect-slp.c: Likewise
17866         * tree-vect-loop.c: Likewise
17867         * tree-ssa-loop-ivopts.c: Likewise
17868         * tree-ssa-loop-im.c: Likewise
17869         * tree-ssa-loop-niter.c: Likewise
17870         * tree-ssa-loop-unswitch.c: Likewise
17871         * tree-ssa-loop-manip.c: Likewise
17872         * tree-ssa-loop-ch.c: Likewise
17873         * tree-dump.c: Likewise
17874         * tree-complex.c: Likewise
17875
17876         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
17877         * tree-ssa-uninit.c: Likewise
17878         * tree-ssa-threadupdate.c: Likewise
17879         * tree-ssa-uncprop.c: Likewise
17880         * tree-ssa-ccp.c: Likewise
17881         * tree-ssa-dom.c: Likewise
17882         * tree-ssa-propagate.c: Likewise
17883         * tree-ssa-alias.c: Likewise
17884         * tree-dfa.c: Likewise
17885         * tree-cfgcleanup.c: Likewise
17886         * tree-sra.c: Likewise
17887         * tree-ssa-copy.c: Likewise
17888         * tree-ssa.c: Likewise
17889         * tree-profile.c: Likewise
17890         * tree-cfg.c: Likewise
17891         * tree-ssa-threadedge.c: Likewise
17892         * tree-vect-loop-manip.c: Likewise
17893
17894         * tree-inline.c: Do not include diagnostic.h and expr.h.
17895         Include rtl.h.
17896         (copy_decl_for_dup_finish): Do not use NULL_RTX.
17897
17898         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
17899         * tree-loop-distribution.c: Likewise.
17900
17901 2010-06-01  Jan Hubicka  <jh@suse.cz>
17902
17903         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
17904
17905 2010-06-01  Jan Hubicka  <jh@suse.cz>
17906
17907         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
17908         remove return value.
17909         (split_bbs_on_noreturn_calls) .... here.
17910         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
17911         * tree-flow.h (fixup_noreturn_call): New.
17912
17913 2010-06-01  Jan Hubicka  <jh@suse.cz>
17914
17915         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
17916
17917 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
17918
17919         * tree.h (build_nt_call_list): Delete.
17920         * tree.c (build_nt_call_list): Delete.
17921
17922 2010-06-01  Jan Hubicka  <jh@suse.cz>
17923
17924         * fwprop.c: Make emit-rtl.h include last.
17925         * rtlanal.c: Include emit-rtl.h.
17926         * genautomata.c: Output emit-rtl include into insn-automata.c
17927         * df-scan.c: Include emit-rtl.h.
17928         * haifa-sched.c: Indlude emit-rtl.h.
17929         * mode-switching.c: Indlude emit-rtl.h.
17930         * graph.c: Indlude emit-rtl.h.
17931         * sel-sched.c: Include emit-rtl.h.
17932         * sel-sched-ir.c: Include emit-rtl.h.
17933         * ira-build.c: Include emit-rtl.h.
17934         * emit-rtl.c (first_insn, last_insn): Remove defines.
17935         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
17936         Move to emit-rtl.h.
17937         (set_new_first_and_last_insn, get_last_insn_anywhere,
17938         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
17939         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
17940         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
17941         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
17942         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
17943         Use accessor functions.
17944         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
17945          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
17946         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
17947         mem_expr_equal_p): Move here from rtl.h.
17948         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
17949         Move here from emit-rtl.c; make inline.
17950         * cfglayout.h: Include emit-rtl.h.
17951         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
17952          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
17953         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
17954         mem_expr_equal_p, get_insns, set_first-insn,
17955         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
17956         * reg-stack.c: Include emit-rtl.h.
17957         * dce.c: Likewise.
17958
17959 2010-06-01  Jan Hubicka  <jh@suse.cz>
17960
17961         * cgraph.h (tree_function_versioning): Update prototype.
17962         (cgraph_function_versioning): Update prototype.
17963         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
17964         bitmap.
17965         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
17966         (cgraph_materialize_clone, save_inline_function_body): Update use of
17967         tree_function_versioning.
17968         * tree-inline.c (copy_bb): Look for previous copied block to link
17969         after; fix debug output.
17970         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
17971         (copy_body): Likewise.
17972         (expand_call_inline): Update use of copy_body.
17973         (tree_function_versioning): Update use of copy body; accept
17974         blocks_to_copy and new_entry.
17975
17976 2010-06-01  Jan Hubicka  <jh@suse.cz>
17977
17978         * gegenrtl.c: Remove unnecesary prototypes.
17979         (gendecl): Remove.
17980         (gendef): Produce static inline.
17981         (gencode): Remove.
17982         (main): Do not decode parameters; generate header only.
17983         * Makefile.in (genrtl.c): Remove.
17984
17985 2010-06-01  Jan Hubicka  <jh@suse.cz>
17986
17987         * tree-switch-conversion.c (build_one_array): Make it readonly.
17988
17989 2010-06-01  Richard Guenther  <rguenther@suse.de>
17990
17991         * optabs.c (init_optabs): Guard all accesses to reinit.
17992         * ipa-pure-const.c (propagate): Fix another typo.
17993         * opts.c (common_handle_option): Split assignment to bool.
17994         * c-opts.c (c_common_handle_option): Likewise.
17995
17996 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
17997             Matthew Gingell  <gingell@adacore.com>
17998
17999         * doc/invoke.texi: Mention -fdump-ada-spec.
18000         * tree-dump.c (dump_files): Add ada-spec.
18001         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
18002         * tree-pass.h (tree_dump_index): Add TDI_ada.
18003         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
18004         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
18005         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
18006         * c-decl.c: Include c-ada-spec.h.
18007         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
18008         functions.
18009         (c_write_global_declarations): Add handling of -fdump-ada-spec.
18010         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
18011         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
18012         * c-ada-spec.h, c-ada-spec.c: New files.
18013
18014 2010-06-01  Richard Guenther  <rguenther@suse.de>
18015
18016         PR lto/43853
18017         * ipa-pure-const.c (get_function_state): Hand back varying state
18018         if we do not have one.
18019         (has_function_state): New function.
18020         (duplicate_node_data): Adjust.
18021         (remove_node_data): Likewise.
18022         (pure_const_write_summary): Likewise.
18023         (propagate): Likewise.  Fix typo.
18024
18025 2010-06-01  Jan Hubicka  <jh@suse.cz>
18026
18027         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
18028         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
18029         (execute_all_ipa_transforms): Do not play with the states.
18030
18031 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
18032
18033         * config/arm/t-linux-androideabi: New.
18034         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
18035
18036 2010-06-01  Jan Hubicka  <jh@suse.cz>
18037
18038         * tree-inline.c (estimate_num_insns): For stdarg functions look
18039         into call statement to count cost of argument passing.
18040
18041 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
18042
18043         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
18044         argument for fprintf.
18045         (ix86_output_addr_diff_elt): Likewise.
18046         (x86_function_profiler): Likewise.
18047         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
18048         (LPREFIX): Likewise.
18049         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
18050
18051 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
18052
18053         PR target/44338
18054         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
18055         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
18056         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
18057         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
18058         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
18059         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
18060         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
18061         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
18062         TARGET_FUSED_MADD.
18063
18064 2010-05-31  Jan Hubicka  <jh@suse.cz>
18065
18066         * tree.h (tree_range_check_failed): Declare noreturn.
18067
18068 2010-05-31  Jan Hubicka  <jh@suse.cz>
18069
18070         * gimple.c (gimple_call_builtin_p): New function.
18071         * gimple.h (gimple_call_builtin_p): Declare.
18072         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
18073         to exit.
18074         (execute_warn_function_return): BUILT_IN_RETURN is return.
18075         (split_critical_edges): Return edges are not critical.
18076         (is_ctrl_altering_stmt): Builtin_in_return is altering.
18077         (gimple_verify_flow_info): Handle built_in_return.
18078         (execute_warn_function_return): Handle built_in_return.
18079         * ipa-pure-const.c (check_call): Ignore builtin_return.
18080
18081 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
18082
18083         PR middle-end/44337
18084         * expr.c (expand_assignment): Don't store anything for out-of-bounds
18085         array accesses with non-MEM.
18086
18087         PR tree-optimization/44182
18088         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
18089         newly needs to end a bb is followed by debug stmts, instead return
18090         true from the function at the end.
18091         (maybe_move_debug_stmts_to_successors): New function.
18092         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
18093
18094 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
18095
18096         PR target/44161
18097         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
18098
18099 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
18100
18101         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
18102         for nested functions in non-optimized compilation.
18103
18104 2010-05-31  Richard Guenther  <rguenther@suse.de>
18105
18106         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
18107
18108 2010-05-30  Jan Hubicka  <jh@suse.cz>
18109
18110         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
18111
18112 2010-05-30  Richard Guenther  <rguenther@suse.de>
18113
18114         PR lto/42975
18115         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
18116         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
18117         no longer needed.
18118
18119 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
18120
18121         * config/darwin.c (output_objc_section_asm_op): Add comment.
18122         (name_needs_quotes): Add '_' to list of valid comment chars.
18123         (machopic_output_function_base_name): Remove unneeded quotes.
18124         (darwin_encode_section_info): Adjust asm whitespace.
18125         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
18126         (ASM_OUTPUT_LOCAL): Ditto.
18127         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
18128         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
18129         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
18130
18131 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
18132
18133         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
18134         RS6000_OUTPUT_BASENAME unconditionally.
18135         (rs6000_output_function_epilogue): Likewise.
18136
18137 2010-05-30  Jan Hubicka  <jh@suse.cz>
18138
18139         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
18140         nodes.
18141
18142 2010-05-30  Richard Guenther  <rguenther@suse.de>
18143
18144         * tree-cfg.c (verify_gimple_assign_single): Implement
18145         verification for COND_EXPR rhs.
18146
18147 2010-05-30  Jan Hubicka  <jh@suse.cz>
18148
18149         * cgraph.h (cgraph_dump_file): Declare.
18150         * cgraphunit.c (cgraph_dump_file): Export.
18151         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
18152
18153 2010-05-30  Jan Hubicka  <jh@suse.cz>
18154
18155         * dwarf2out.c (reference_to_unused,
18156         premark_types_used_by_global_vars_helper): Avoid creation of new
18157         varpool nodes.
18158
18159 2010-05-30  Jan Hubicka  <jh@suse.cz>
18160
18161         * cgraph.h (cgraph_node_cannot_return,
18162         cgraph_edge_cannot_lead_to_return): New functions.
18163         * cgraph.c (cgraph_node_cannot_return,
18164         cgraph_edge_cannot_lead_to_return): Use them.
18165         * ipa-pure-const.c (pure_const_names): New static var.
18166         (check_call): Handle calls not leading to return.
18167         (pure_const_read_summary): Dump info read.
18168         (propagate): Dump info about propagation process; ignore side effects
18169         of functions not leading to exit; fix handling of pure functions.
18170
18171 2010-05-30  Jan Hubicka  <jh@suse.cz>
18172
18173         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
18174         for tail call epilogues.
18175
18176 2010-05-30  Jan Hubicka  <jh@suse.cz>
18177
18178         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
18179         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
18180         dump files.
18181
18182 2010-05-29  Jan Hubicka  <jh@suse.cz>
18183
18184         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
18185         node; remove references in node we no longer keep in cgrpah but need
18186         body of.
18187
18188 2010-05-29  Jan Hubicka  <jh@suse.cz>
18189
18190         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
18191
18192 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18193
18194         PR target/44165
18195         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
18196
18197 2010-05-29  Jan Hubicka  <jh@suse.cz>
18198
18199         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
18200         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
18201         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
18202         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
18203         debug_names_replaced_by, debug_update_ssa): Likewise.
18204         * sbitmap.c (debug_sbitmap): Likewise.
18205         * genrecog.c (debug_decision, debug_decision_list): Likewise.
18206         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
18207         debug_tree_chain): Likewise.
18208         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
18209         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
18210         * optabs.c (debug_optab_libfuncs): Likewise.
18211         (verify_loop_closed_ssa): Likewise.
18212         * value-prof.c (verify_histograms): Likewise.
18213         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
18214         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
18215         * cfghooks.c (verify_flow_info): Likewise.
18216         * fold-const.c (debug_fold_checksum): Likewise.
18217         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
18218         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
18219         Likewise.
18220         * omega.c (debug_omega_problem): Likewise.
18221         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
18222         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
18223         * dominance.c (verify_dominators, debug_dominance_info,
18224         debug_dominance_tree): Likewise.
18225         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
18226         * df_regno_debug, df_ref_debug,
18227         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
18228         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
18229         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
18230         * sel-sched.c (debug_state): Likewise.
18231         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
18232         Likewise.
18233         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
18234         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
18235         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
18236         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
18237         Likewise.
18238         * c-pretty-print.c (debug_c_tree): Likewise.
18239         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
18240         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
18241         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
18242         * ebitmap.c (debug_ebitmap): Likewise.
18243         * function.c (debug_find_var_in_block_tree): Likewise.
18244         * print-rtl.c (debug_rtx): Likewise.
18245         (debug_rtx_count): Likewise.
18246         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
18247         * stor-layout.c (debug_rli): Likewise.
18248         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
18249         * tree-data-ref.c (debug_data_references,
18250         debug_data_dependence_relations, debug_data_reference,
18251         debug_data_dependence_relation, debug_rdg_vertex,
18252         debug_rdg_component, debug_rdg): Likewise.
18253         * tree-affine.c (debug_aff): Likewise.
18254         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
18255         Likewise.
18256         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
18257         * emit-rtl.c (verify_rtl_sharing): Likewise.
18258         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
18259         debug_value_expressions): Likewise.
18260         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
18261         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
18262         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
18263         * cfglayout.c (verify_insn_chain): Likewise.
18264         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
18265         debug_clast_stmt, debug_generated_program): Likewise.
18266         * ggc-page.c (debug_print_page_list): Likewise.
18267         * tree-ssa-ter.c (debug_ter): Likewise.
18268         * graphite-dependences.c (debug_pddr): Likewise.
18269         * sched-deps.c (debug_ds): Likewise.
18270         * tree-ssa.c (verify_ssa): Likewise.
18271         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
18272         debug_scattering_functions, debug_iteration_domains, debug_pdr,
18273         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
18274         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
18275         * tree-inline.c (debug_find_tree): Likewise.
18276         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
18277         debug_ppl_powerset_matrix): Likewise.
18278         * var-tracking.c (debug_dv): Likewise.
18279         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
18280         * cfgloop.c (verify_loop_structure): Likewise.
18281         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
18282         * c-common.c (verify_sequence_points): Likewise.
18283         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
18284         debug_candidates, debug_rgn_dependencies): Likewise.
18285         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
18286         * debug_constraint_graph, debug_solution_for_var,
18287         debug_sa_points_to_info): Likewise.
18288         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
18289         Likewie.
18290         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
18291         debug_loops, debug_loop, debug_loop_num): Likewise.
18292         * passes.c (debug_pass): Likewise.
18293         (dump_properties): Likewise; add cfglayout property.
18294         (debug_properties): Likewise.
18295         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
18296         * varpool.c (debug_varpool): Likewise.
18297         * regcprop.c (debug_value_data): Likewise.
18298         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
18299         debug_immediate_uses_for): Likewise.
18300
18301 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
18302
18303         PR bootstrap/44315
18304         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
18305         Filter out insn-flags.h.
18306
18307 2010-05-29  Jan Hubicka  <jh@suse.cz>
18308
18309         * cgraph.h (struct varpool_node_set_def,
18310         struct cgraph_node_set_def): Remove unused AUX pointer.
18311         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
18312         VEC_empty macro.
18313
18314 2010-05-29  Jan Hubicka  <jh@suse.cz>
18315
18316         PR middle-end/44324
18317         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
18318
18319 2010-05-29  Richard Guenther  <rguenther@suse.de>
18320
18321         * lto-streamer.c (cached_bp): New global variable.
18322         (bitpack_create): Return the cached bitpack, if available.
18323         (bitpack_delete): Clear and cache the bitpack, if appropriate.
18324         (bp_pack_value): Remove redundant asserts.
18325
18326 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
18327
18328         PR middle-end/44306
18329         * tree-if-conv.c (is_true_predicate): New.
18330         (is_predicated): Use is_true_predicate.
18331         (add_to_predicate_list): Same.  Do not use unshare_expr.
18332         (add_to_dst_predicate_list): Same.
18333
18334 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
18335
18336         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
18337         field on edges.
18338         (predicate_bbs): Same.
18339         (clean_predicate_lists): Same.
18340         (find_phi_replacement_condition): Do not AND the predicate from
18341         edge->aux.
18342
18343 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
18344
18345         PR bootstrap/44315
18346         * Makefile.in (build/gencondmd.o): Add a missing `\'.
18347
18348 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18349
18350         PR target/44261
18351         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
18352         (negdf2): Adjust expander pattern and use negdf2_slow.
18353         (negsf2): Likewise.
18354
18355 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
18356
18357         * basic-block.h (struct control_flow_graph): Move last_label_uid field
18358         up.
18359         * df.h (struct df_base_ref): Move regno field up.
18360         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
18361         * expr.h (struct separate_ops): Move location field up.
18362         * optabs.h (struct optab_d): Move libcall_basename field down.
18363         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
18364         * config/i386/i386.h (struct machine_function): Convert call_abi field
18365         into a bitfield.  Move cfa field to the end of the structure.
18366
18367 2010-05-29  Jan Hubicka  <jh@suse.cz>
18368
18369         * varpool.c (varpool_get_node): Fix lookup.
18370
18371 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
18372
18373         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
18374         RTL specific prototypes with #ifdef RTX_CODE.
18375         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
18376         * config/spu/t-spu-elf: Fix dependencies.
18377
18378         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
18379
18380 2010-05-29  Mike Stump  <mikestump@comcast.net>
18381
18382         PR bootstrap/44315
18383         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
18384         TM_H when building to avoid dependency loops.
18385
18386 2010-05-29  Jan Hubicka  <jh@suse.cz>
18387
18388         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
18389         refs and body; not the whole node for masters of materialized clones.
18390
18391 2010-05-29  Mike Stump  <mikestump@comcast.net>
18392
18393         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
18394
18395 2010-05-29  Jan Hubicka  <jh@suse.cz>
18396
18397         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
18398         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
18399         use of clone_function_name.
18400         * cgraph.h (cgraph_create_virtual_clone,
18401         cgraph_function_versioning): update prototypes.
18402         (clone_function_name): Declare.
18403         * ipa-cp.c (ipcp_insert_stage): Update call of
18404         cgraph_create_virtual_clone.
18405         * omp-low.c (create_omp_child_function_name): Use
18406         cgraph_create_virtual_clone.
18407         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
18408         (cgraph_function_versioning): Take SUFFIX argument; produce new name
18409         and make decl local.
18410
18411 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
18412
18413         * vec.h: Include statistics.h
18414         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
18415         with VEC_H.
18416
18417 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
18418
18419         * c-lex.c: Do not include c-tree.h.
18420         * c-pretty-print.c: Likewise.
18421         * c-opts.c: Likewise.
18422         * c-gimplify.c: Likewise.
18423         * c-common.c: Likewise.
18424         * c-dump.c: Likewise.  Include c-common.h.
18425
18426 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
18427
18428         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
18429         before including diagnostic-core.h.
18430         (c_cpp_error): New prototype moved from c-tree.h.
18431         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
18432         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
18433         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
18434         (c_cpp_error): Prototype moved to c-common.h.
18435         * Makefile.in: Update dependency for C_COMMON_H.
18436
18437 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
18438
18439         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
18440         * c-common.c (c_register_addr_space): Remove here.
18441         * c-decl.c (c_register_addr_space): Re-add here.
18442
18443 2010-05-28  Mike Stump  <mikestump@comcast.net>
18444
18445         * config/darwin-c.c: Remove c-tree.h include.
18446
18447 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
18448
18449         * gcc.c: Include diagnostic.h.
18450         (error_count): Remove.  All users changed to use errorcount.
18451         (programname): Remove.  All users changed to use progname.
18452         (fancy_abort, internal_error, fatal_error, error, warning, inform,
18453         fnotice): Remove.
18454         (execute): Don't include "Internal error" and bug reporting
18455         information in argument of internal_error call.
18456         (process_command): Don't increment error_count after calling
18457         perror_with_name.
18458         (input_filename): Rename to gcc_input_filename.  All users
18459         changed.
18460         (main): Call diagnostic_initialize.  Register delete_temp_files
18461         with atexit.  Use seen_error to test for errors.
18462         * gcc.h: Include diagnostic-core.h.
18463         (fatal_error, error, warning): Remove.
18464         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
18465         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
18466         (gcc.o): Update dependencies.
18467
18468 2010-05-28  Jeff Law  <law@redhat.com>
18469
18470         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
18471         functions.
18472         * ira.h (ira_bad_reload_regno): Declare
18473         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
18474
18475         * ira-color.c (update_curr_costs): Free updated hard reg costs.
18476         (ira_reassign_conflict_allocnos): Remove bogus asserts.
18477         (allocno_reload_assign): Likewise.
18478
18479 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
18480
18481         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
18482         build1_stat.
18483
18484 2010-05-28  Richard Guenther  <rguenther@suse.de>
18485
18486         PR lto/44312
18487         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
18488         Stream fixed-point constants mode.
18489         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
18490         and TYPE_PRECISION.
18491         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
18492         Stream fixed-point constants mode.
18493         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
18494         and TYPE_PRECISION.
18495
18496 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
18497
18498         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
18499         only place it was called from.
18500         (number_of_latch_executions): Do not return chrec_dont_know when the
18501         may_be_zero is a runtime condition: instead, return a COND_EXPR
18502         including the may_be_zero condition.
18503         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
18504         of nb_iterations.
18505         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
18506         COND_EXPRs.
18507
18508 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
18509
18510         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
18511         generate COND_EXPRs for degenerate_phi_result.
18512
18513 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
18514
18515         PR middle-end/44293
18516         * tree-if-conv.c (if_convertible_loop_p): Check the
18517         if-convertibility of phi nodes in non predicated BBs.
18518
18519 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
18520
18521         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
18522
18523 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
18524
18525         PR driver/15303
18526         * gcc.c (inform, warning, inform): New functions.
18527         (fatal_ice): Rename to internal_error; change cmsgid parameter to
18528         gmsgid.  All callers changed.
18529         (notice): Rename to fnotice; add parameter fp.  All callers changed.
18530         (fatal_error): Rename to fatal_signal.  All users changed.
18531         (fatal): Rename to fatal_error; change cmsgid parameter to
18532         gmsgid.  All callers changed.
18533         (process_command): Use warning instead of error for warnings.
18534         (end_going_arg): Don't use _() around argument of error.
18535         (do_spec_1): Use inform for message from %n specs.  Use warning
18536         instead of error for warnings.
18537         (main): Use inform for comparison messages.  Use warning for
18538         message about unused linker input.
18539         (error): Increment error_count.  Print "error: ".
18540         * gcc.h (fatal): Change to fatal_error.
18541         (warning): Declare.
18542         * config/darwin-driver.c (darwin_default_min_version): Use warning
18543         instead of fprintf for warnings.
18544         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
18545
18546 2010-05-28  Julian Brown  <julian@codesourcery.com>
18547
18548         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
18549         (*thumb2_addsi3_compare0_scratch): New.
18550         * config/arm/constraints.md (Pv): New.
18551         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
18552         for ARM mode only.
18553         (*addsi3_compare0_scratch): Likewise.
18554
18555 2010-05-28  Jan Hubicka  <jh@suse.cz>
18556
18557         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
18558         check.
18559         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
18560         only on local statics.
18561
18562 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
18563
18564         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
18565
18566 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
18567
18568         PR bootstrap/44314
18569         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
18570         (OPTION_GLIBC): Define.
18571
18572 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
18573
18574         PR debug/41048
18575         * dwarf2out.c (double_int_type_size_in_bits): New function.
18576         (round_up_to_align): Change first argument and return value to
18577         double_int.
18578         (field_byte_offset): Work internally on double_ints.
18579
18580         PR target/43636
18581         * builtins.c (expand_movstr): Use a temporary pseudo instead
18582         of target even when target is not NULL and not const0_rtx, but
18583         fails movstr predicate.
18584         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
18585
18586 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
18587
18588         * final.c (rest_of_clean_state): Use %m in errors instead of
18589         strerror (errno).
18590         * gengtype.c (read_input_list, close_output_files): Use xstrerror
18591         instead of strerror.
18592         * toplev.c (process_options): Use %m in errors instead of strerror
18593         (errno).
18594         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
18595         (errno).
18596
18597 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
18598
18599         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
18600         (ix86_canonical_va_list_type): Make static.  Add declaration.
18601         (ix86_enum_va_list): Make static.  Reindent.
18602         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
18603         (ix86_canonical_va_list_type): Ditto.
18604         (ix86_enum_va_list): Ditto.
18605
18606 2010-05-28  Richard Guenther  <rguenther@suse.de>
18607
18608         * lto-wrapper.c (run_gcc): With -save-temps generate a
18609         user-visible ltrans filename.  Fixup ltrans unit numbering.
18610
18611 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
18612
18613         * c-common.c (c_common_nodes_and_builtins): Replace use
18614         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
18615         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
18616         to ix86_enum_va_list.
18617         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
18618         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
18619         (TARGET_ENUM_VA_LIST_P): Add hook description.
18620         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
18621         * target.h (gcc_target): Add enum_va_list hook.
18622
18623         PR bootstrap/44299
18624         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
18625         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
18626         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
18627
18628 2010-05-28  Alan Modra  <amodra@gmail.com>
18629
18630         PR target/44266
18631         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
18632         emit_library_call machinery to set up __tls_get_addr calls.
18633
18634 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18635
18636         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
18637
18638 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
18639
18640         Revert fix for PR c++/44188
18641         * c-common.c (is_typedef_decl): Revert the moving of  this
18642         definition ...
18643         * tree.c (is_typedef_decl): ... here.
18644         (typdef_variant_p): Revert the moving of this  definition
18645         here from cp/tree.c.
18646         * c-common.h (is_typedef_decl): Revert the moving of this
18647         declaration ...
18648         * tree.h (is_typedef_decl): ... here.
18649         (typedef_variant_p): Revert the moving of this  declaration here
18650         from cp/cp-tree.h
18651         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
18652         (gen_tagged_type_die): Revert the splitting out of ...
18653         (gen_type_die_with_usage): ... this function. Revert the anonymous
18654         tagged type handling.
18655         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
18656         typedefs naming anonymous tagged types.
18657
18658 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
18659
18660         * config/rs6000/rs6000-modes.def (PSImode): Delete.
18661
18662 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
18663
18664         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
18665         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
18666         throughout.
18667         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
18668         "xer" to "ca".
18669         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
18670         XER_REGS to CA_REGS throughout.
18671         * config/rs6000/rs6000.h: Same.
18672         (ADDITIONAL_REGISTER_NAMES): Add "xer".
18673         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
18674         that mode_iterator "P" is the size for arithmetic carries as well.
18675         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
18676
18677 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
18678
18679         PR bootstrap/44255
18680         * combine.c (struct rtx_subst_pair): Define unconditionally.
18681         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
18682         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
18683         Call make_compound_operation on pair->to.
18684         (propagate_for_debug): Don't call make_compound_operation here.
18685         Always use simplify_replace_fn_rtx.
18686
18687 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
18688
18689         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
18690         * config/xtensa/xtensa.c (override_options): Check
18691           TARGET_FORCE_NO_PIC and set flag_pic.
18692         * config/xtensa/xtensa.opt: Document -mforce-no-pic
18693
18694 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
18695
18696         PR bootstrap/44299
18697         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
18698         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
18699
18700 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
18701
18702         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
18703         toplev.h.
18704         * diagnostic.c: Don't include toplev.h.
18705         (progname): Define.  Moved from toplev.c.
18706         (seen_error): New function.
18707         * diagnostic.h: Include diagnostic-core.h.
18708         (diagnostic_t, emit_diagnostic): Don't declare here.
18709         * toplev.c (progname): Move to toplev.c.
18710         (emit_debug_global_declarations, compile_file, finalize,
18711         do_compile, toplev_main): Use seen_error.
18712         * toplev.h: Include diagnostic-core.h.
18713         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
18714         internal_error, warning, warning_at, error, error_n, error_at,
18715         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
18716         verbatim, fnotice, progname): Move to diagnostic-core.h.
18717         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
18718         (expand_builtin_expect): Use seen_error.
18719         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
18720         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
18721         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
18722         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
18723         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
18724         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
18725         errorcount for errors.
18726         * c-opts.c (c_common_finish): Use seen_error.
18727         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
18728         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
18729         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
18730         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
18731         (get_coverage_counts): Use seen_error.
18732         * dwarf2out.c (dwarf2out_finish): Use seen_error.
18733         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
18734         gimplify_body): Use seen_error.
18735         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
18736         * ipa-pure-const.c (gate_pure_const): Use seen_error.
18737         * ipa-reference.c (gate_reference): Use seen_error.
18738         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
18739         * lambda-code.c: Include diagnostic-core.h instead of
18740         diagnostic.h.
18741         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
18742         * lto-compress.c: Include diagnostic-core.h instead of
18743         diagnostic.h.
18744         * lto-section-in.c: Include diagnostic-core.h instead of
18745         diagnostic.h.
18746         * lto-streamer-out.c: Include diagnostic-core.h instead of
18747         diagnostic.h.
18748         * lto-streamer.c: Include diagnostic-core.h instead of
18749         diagnostic.h.
18750         (gate_lto_out): Use seen_error.
18751         * matrix-reorg.c: Include diagnostic-core.h instead of
18752         diagnostic.h.
18753         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
18754         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
18755         (gate_expand_omp, lower_omp_1): Use seen_error.
18756         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
18757         (rest_of_decl_compilation, rest_of_type_compilation,
18758         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
18759         * tree-cfg.c (label_to_block_fn): Use seen_error.
18760         * tree-inline.c (optimize_inline_calls): Use seen_error.
18761         * tree-mudflap.c (mudflap_finish_file): Use
18762         seen_error.
18763         * tree-optimize.c (gate_all_optimizations,
18764         gate_all_early_local_passes, gate_all_early_optimizations): Use
18765         seen_error.
18766         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
18767         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
18768         (varpool_remove_unreferenced_decls,
18769         varpool_assemble_pending_decls): Use seen_error.
18770         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
18771         (TOPLEV_H, DIAGNOSTIC_H): Update.
18772         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
18773         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
18774         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
18775         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
18776         coverage.o, lambda-code.o): Update dependencies.
18777
18778 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
18779
18780         PR c++/44188
18781         * c-common.c (is_typedef_decl): Move this definition ...
18782         * tree.c (is_typedef_decl): ... here.
18783         (typdef_variant_p): Move definition here from cp/tree.c.
18784         * c-common.h (is_typedef_decl): Move this declaration ...
18785         * tree.h (is_typedef_decl): ... here.
18786         (typedef_variant_p): Move declaration here from cp/cp-tree.h
18787         * dwarf2out.c (is_naming_typedef_decl): New function.
18788         (gen_tagged_type_die): Split out of ...
18789         (gen_type_die_with_usage): ... this function. When an anonymous
18790         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
18791         is emitted for the typedef.
18792         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
18793         anonymous tagged types.
18794
18795 2010-05-27  Jason Merrill  <jason@redhat.com>
18796
18797         * print-tree.c (debug_vec_tree): New fn.
18798         (print_vec_tree): New fn.
18799         * tree.h: Declare them.
18800         * gdbinit.in (pvt): New command.
18801
18802         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
18803
18804         * gdbinit.in (pdd): New command.
18805
18806 2010-05-27  Jan Hubicka  <jh@suse.cz>
18807
18808         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
18809         (update_caller_keys): Return early if there are no callers;
18810         only update fibheap when decresing the key.
18811         (update_callee_keys): Avoid recursion.
18812         (decide_inlining_of_small_functions): When badness does not match;
18813         re-insert into fibheap.
18814
18815 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
18816
18817         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
18818         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
18819         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
18820         (ALL_HOST_OBJS): Now a union of the above two.
18821         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
18822         all files in ALL_HOST_FRONTEND_OBJS.
18823         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
18824
18825         * c-common.c: Pretend to be a backend file by undefining
18826         IN_GCC_FRONTEND (still need rtl.h here).
18827
18828 2010-05-27  Jan Hubicka  <jh@suse.cz>
18829
18830         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
18831         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
18832
18833 2010-05-27  Jan Hubicka  <jh@suse.cz>
18834
18835         * sched-ebb.c: Rename struct deps to struct deps_desc.
18836         * ddg.c: Likewise.
18837         * sel-sched-ir.c: Likewise.
18838         * sched-deps.c: Likewise.
18839         * sched-int.h: Likewise.
18840         * sched-rgn.c: Likewise.
18841
18842 2010-05-27  Jon Beniston  <jon@beniston.com>
18843
18844         PR 43726
18845         * config/lm32/lm32.h: Remove definition of
18846         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
18847
18848 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
18849
18850         PR lto/44230
18851         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
18852
18853 2010-05-27  Richard Guenther  <rguenther@suse.de>
18854
18855         PR tree-optimization/44284
18856         * tree-vect-stmts.c (vectorizable_assignment): Handle
18857         sign-changing conversions as simple copy.
18858
18859 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
18860
18861         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
18862         Bionic C library.
18863         (__gthread_active_p): Check for pthread_create if compiling against
18864         Bionic C library.
18865
18866 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
18867
18868         Support compilation for Android platform.  Reimplement -mandroid.
18869
18870         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
18871         (*android*): Set ANDROID_DEFAULT.
18872         (arm*-*-linux*): Include linux-android.h.
18873         (arm*-*-eabi*): Don't include previous -mandroid implementation.
18874         * config/arm/eabi.h: Remove, move Android-specific parts ...
18875         * config/linux-android.h: ... here.  New file.
18876         * config/arm/eabi.opt: Rename to ...
18877         * config/linux-android.opt: ... this.
18878         (mandroid): Allow -mno-android option.  Initialize based on
18879         ANDROID_DEFAULT.
18880         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
18881         Move logic to corresponding LINUX_TARGET_* macros.
18882         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
18883         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
18884         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
18885         Android definitions.
18886         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
18887         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
18888         Document.
18889
18890 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
18891
18892         Add support for Bionic C library
18893
18894         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
18895         macro.
18896         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
18897         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
18898
18899         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
18900         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
18901         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
18902         to support multiple C libraries.  Handle Bionic.
18903         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
18904         (BIONIC_DYNAMIC_LINKER64): Define.
18905         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
18906         Update.
18907         (TARGET_HAS_SINCOS): Enable for Bionic.
18908
18909         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
18910         the last option specified on command line take effect.
18911         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
18912         (mbionic): New.
18913         (mglibc, muclibc): Update.
18914
18915         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
18916         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
18917         DEFAULT_LIBC.
18918
18919         * doc/invoke.texi (-mglibc, -muclibc): Update.
18920         (-mbionic): Document.
18921
18922 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18923
18924         * c-common.h (c_register_addr_space): Add prototype.
18925         (ADDR_SPACE_KEYWORD): Remove.
18926         * c-common.c (c_register_addr_space): New function.
18927         (c_addr_space_name): Reimplement.
18928         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
18929
18930         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
18931         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
18932
18933         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
18934         Remove TARGET_ADDR_SPACE_KEYWORDS.
18935
18936 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
18937
18938         * input.c: New file.
18939         * input.h (main_input_filename): Move declaration to toplev.h.
18940         * toplev.c (input_location, line_table): Move to input.c
18941         * toplev.h (main_input_filename): Move declaration from input.h.
18942         * tree.c (expand_location): Move to input.c.
18943         * Makefile.in (OBJS-common): Add input.o.
18944         (input.o): Add dependencies.
18945
18946 2010-05-27  Richard Guenther  <rguenther@suse.de>
18947
18948         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
18949         for non-existant files.
18950         (fork_execute): Mark args_name file as deleted.
18951
18952 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
18953
18954         PR bootstrp/44287
18955         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
18956         (narrow_signed_type): Likewise.
18957
18958 2010-05-26  Jan Hubicka  <jh@suse.cz>
18959
18960         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
18961         edge only when checking is enabled; check using former_clone_of;
18962         check inline clones too.
18963         (cgraph_materialize_clone): Record former_clone_of pointer.
18964         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
18965         combining redirections; dump args_to_skip bitmap
18966         (cgraph_materialize_all_clones): Do no redirection here.
18967         * ipa-inline.c (inline_transform): Do redirection here.
18968         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
18969         cheking only).
18970
18971 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
18972
18973         * config/avr/avr-c.c: Do not include regs.h.
18974         Include cpplib.h for cpp_define and tree.h for c-common.h.
18975         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
18976         * config/avr/t-avr: Fix dependencies for avr-c.o.
18977
18978 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
18979
18980         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
18981         string instead of SYMBOL_REF rtx.
18982         * rtl.h (set_stack_check_libfunc): Move prototype from here...
18983         * libfuncs.h: ...to here.  Adjust for explow.c change.
18984
18985 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
18986
18987         * pretty-print.c: Don't include ggc.h.
18988         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
18989         (identifier_to_locale): Use them for allocation.
18990         * pretty-print.h (identifier_to_locale_alloc,
18991         identifier_to_locale_free): Declare.
18992         * toplev.c (alloc_for_identifier_to_locale): New.
18993         (general_init): Set identifier_to_locale_alloc and
18994         identifier_to_locale_free.
18995         * Makefile.in (pretty-print.o): Update dependencies.
18996
18997 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
18998
18999         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
19000         pointer types if they have different alignment or mode.
19001
19002 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
19003
19004         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19005         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19006         * config/sparc/sparc-protos.h (function_value): Remove declaration.
19007         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
19008         sparc_function_value_regno_p): New functions.
19009         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
19010         TARGET_FUNCTION_VALUE_REGNO_P): Define.
19011         (function_value): Rename to...
19012         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
19013         argument to 'outgoing'.
19014         (function_arg_record_value, function_arg_union_value,
19015         function_arg_vector_value): Update comment.
19016
19017 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
19018
19019         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
19020         (fde_needed_for_eh_p): New predicate.
19021         (output_call_frame_info): Use it throughout to decide whether FDEs
19022         are needed for EH purpose.
19023         (dwarf2out_begin_prologue): Reorder assignments.
19024
19025 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19026
19027         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
19028         special case loop->header.
19029         (is_predicated): New.
19030         (if_convertible_loop_p): Call it.
19031
19032 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19033
19034         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
19035         iterator in parameter.  Do not generate code during the analysis.
19036         (tree_if_convert_cond_stmt): Removed.
19037         (tree_if_convert_stmt): Removed.
19038         (predicate_bbs): New.
19039         (if_convertible_loop_p): Call predicate_bbs.
19040         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
19041         now contains all the analysis part.
19042
19043 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19044
19045         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
19046         statements in the analysis part.
19047         (tree_if_convert_stmt): Update comment.
19048         (remove_conditions_and_labels): New.
19049         (combine_blocks): Call remove_conditions_and_labels.
19050         (tree_if_conversion): Update comment.
19051
19052 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19053
19054         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
19055         than 2 predecessors or more than 2 successors.
19056
19057 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19058
19059         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
19060         of loops in which the data dependence analysis fails.
19061
19062 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19063
19064         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
19065         CDI_POST_DOMINATORS.
19066         (tree_if_conversion): Same.
19067
19068 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19069
19070         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
19071
19072 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
19073
19074         * tree-if-conv.c: Update copyright years.  Fix comments.
19075         Fix indentation.
19076
19077 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
19078
19079         * builtin-types.def (BT_INT128): New primitive type.
19080         (BT_UINT128): Likewise.
19081         * c-common.c (c_common_r): Add __int128 keyword.
19082         (c_common_type_for_size): Handle __int128.
19083         (c_common_type_for_mode): Likewise.
19084         (c_common_signed_or_unsigned_type): Likewise.
19085         (c_common_nodes_and_builtins): Add builtin type
19086         if target supports 128-bit integer scalar.
19087         * c-common.h (enum rid): Add RID_INT128.
19088         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
19089         if target supports 128-bit integer scalar.
19090         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
19091         (finish_declspecs): Likewise.
19092         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
19093         (c_token_starts_declspecs): Likewise.
19094         (c_parser_declspecs): Likewise.
19095         (c_parser_attributes): Likewise.
19096         (c_parser_objc_selector): Likewise.
19097         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
19098         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
19099         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
19100         * tree.c (make_or_reuse_type): Likewise.
19101         (make_unsigned_type): Likewise.
19102         (build_common_tree_nodes_2): Likewise.
19103         * tree.h (enum integer_type_kind): Add itk_int128 and
19104         itk_unsigned_int128.
19105         (int128_integer_type_node): New define.
19106         (int128_unsigned_type_node): New define.
19107         * doc/extend.texi: Add documentation about __int128 type.
19108
19109 2010-05-26  Richard Guenther  <rguenther@suse.de>
19110
19111         * tree-ssa-sccvn.c (copy_nary): Adjust.
19112         (copy_phis): Rename to ...
19113         (copy_phi): ... this.  Adjust.
19114         (copy_references): Rename to ...
19115         (copy_reference): ... this.  Adjust.
19116         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
19117         result into the valid table.
19118
19119 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
19120
19121         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
19122         insn-config.h, insn-codes.h, recog.h, and optabs.h.
19123
19124 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
19125
19126         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
19127
19128 2010-05-26  Richard Guenther  <rguenther@suse.de>
19129
19130         * opts.c (common_handle_option): Handle OPT_Ofast.
19131
19132 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
19133
19134         * diagnostic.c: Don't include opts.h.
19135         (permissive_error_option): Define.
19136         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
19137         for classify_diagnostic.  Don't use memset for
19138         classify_diagnostic.  Initialize new and recently added fields.
19139         (diagnostic_classify_diagnostic): Use context->n_opts instead of
19140         N_OPTS.
19141         (diagnostic_report_diagnostic): Pass context parameter to
19142         diagnostic_report_warnings_p.  Use option_enabled and option_name
19143         hooks from context.
19144         (emit_diagnostic): Use permissive_error_option.
19145         (permerror): Likewise.
19146         * diagnostic.h: Don't include options.h.
19147         (struct diagnostic_context): Add n_opts, opt_permissive,
19148         inhibit_warnings, warn_system_headers, option_enabled and
19149         option_name fields.  Change classify_diagnostic to a pointer.
19150         * opts-diagnostic.h: New file.
19151         * opts.c: Include opts-diagnostic.h.
19152         (common_handle_option): Set global_dc fields for -Wfatal-errors,
19153         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
19154         (option_name): New function.
19155         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
19156         (c_common_handle_option): Set global_dc->permissive for
19157         -fpermissive.
19158         * c-common.c (c_cpp_error): Save and restore
19159         global_dc->warn_system_headers, not variable warn_system_headers.
19160         * toplev.c: Include opts-diagnostic.h.
19161         (general_init): Update call to diagnostic_initialize.  Set
19162         global_dc->show_column, global_dc->option_enabled and
19163         global_dc->option_name.
19164         (process_options): Don't set global_dc fields here.
19165         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
19166         (diagnostic.o, opts.o, toplev.o): Update dependencies.
19167
19168 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
19169
19170         * config/picochip/picochip.md (movsi): Split a movsi from a
19171         const after reload.
19172
19173 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
19174
19175         * ggc-zone.c: Update copyright year.
19176         (poison_region): Mark memory for Valgrind as undefined before
19177         memset () call and inaccessible afterwards.
19178         (ggc_pch_total_size): Change type of i to int.
19179
19180 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
19181
19182         * ggc-common.c (ggc_free_overhead): Allow empty slot.
19183
19184 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
19185
19186         * ggc-common.c: Update copyright year.
19187         (ggc_rlimit_bound): Remove prototype.  Compile only if
19188         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
19189         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
19190         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
19191         (ggc_min_heapsize_heuristic): Likewise.
19192
19193 2010-05-26  Richard Guenther  <rguenther@suse.de>
19194
19195         PR rtl-optimization/44164
19196         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
19197         no-common access-path disambiguation.
19198         (indirect_ref_may_alias_decl_p): Adjust.
19199         (indirect_refs_may_alias_p): Likewise.
19200         (refs_may_alias_p_1): Likewise.
19201
19202 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
19203
19204         * c-typeck.c: Do not include expr.h.
19205
19206 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
19207
19208         * rtl.h (decl_default_tls_model): Move prototype from here...
19209         * output.h: ...to here.
19210         * c-decl.c: Do not include rtl.h.
19211         * c-pragma.c: Likewise.
19212         * c-parser.c: Likewise.
19213         * c-gimplify.c: Likewise.  And also not hard-reg-set.
19214         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
19215         FIXME note for it.  Add a FIXME note for expr.h.
19216         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
19217         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
19218         defined.
19219
19220 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
19221
19222         PR target/44199
19223         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
19224         or total_size is larger than red zone size for non-V4 ABI, emit a
19225         stack_tie resp. frame_tie insn before stack pointer restore.
19226         * config/rs6000/rs6000.md (frame_tie): New insn.
19227
19228 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
19229
19230         * function.h (struct function): Add can_throw_non_call_exceptions bit.
19231         * lto-streamer-in.c (input_function): Stream it in.
19232         * lto-streamer-out.c (output_function): Stream it out.
19233         * function.c (allocate_struct_function): Set it.
19234         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
19235         for flag_non_call_exceptions.
19236         * cfgbuild.c (control_flow_insn_p): Likewise.
19237         (make_edges): Likewise.
19238         * cfgexpand.c (expand_stack_alignment): Likewise.
19239         * combine.c (distribute_notes): Likewise.
19240         * cse.c (cse_extended_basic_block): Likewise.
19241         * except.c (insn_could_throw_p): Likewise.
19242         * gcse.c (simple_mem): Likewise.
19243         * ipa-pure-const.c (check_call): Likewise.
19244         (check_stmt ): Likewise.
19245         * lower-subreg.c (lower-subreg.c): Likewise.
19246         * optabs.c (emit_libcall_block): Likewise.
19247         (prepare_cmp_insn): Likewise.
19248         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
19249         * postreload.c (rest_of_handle_postreload): Likewise.
19250         * reload1.c (reload_as_needed): Likewise.
19251         (emit_input_reload_insns): Likewise.
19252         (emit_output_reload_insns): Likewise.
19253         (fixup_abnormal_edges): Likewise.
19254         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
19255         * store-motion.c (find_moveable_store): Likewise.
19256         * tree-eh.c (stmt_could_throw_p): Likewise.
19257         (tree_could_throw_p): Likewise.
19258         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
19259         * config/arm/arm.c (arm_expand_prologue): Likewise.
19260         (thumb1_expand_prologue): Likewise.
19261         * config/rx/rx.md (cbranchsf4): Likewise.
19262         (cmpsf): Likewise.
19263         * config/s390/s390.c (s390_emit_prologue): Likewise.
19264         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
19265         (inline_forbidden_into_p): New predicate.
19266         (expand_call_inline): Use it to forbid inlining.
19267         (tree_can_inline_p): Likewise.
19268
19269 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
19270
19271         * config/i386/i386-c.c: Do not include rtl.h.
19272         * config/i386/t-i386: Update dependencies.
19273
19274 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
19275
19276         * attribs.c: Do not include rtl.h.
19277         * Makefile.in: Update dependencies.
19278
19279 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
19280
19281         * double-int.h (double_int_and): New.
19282         * combine.c (try_combine): Clean up, use double_int_* and
19283         immed_double_int_const functions.
19284
19285 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19286
19287         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
19288         stderr to /dev/null instead of grep -q.
19289         * configure: Regenerate.
19290
19291 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
19292
19293         * Makefile.in (EXCEPT_H): Fix typo.
19294
19295 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
19296
19297         * ira-build.c (update_conflict_hard_reg_costs): New.
19298         (ira_build): Call update_conflict_hard_reg_costs.
19299
19300 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
19301
19302         PR debug/41371
19303         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
19304         ENABLE_CHECKING.
19305         (intersect_loc_chains): Walk the s2var's loc_chain together
19306         with s1node chain as long as the locations are equal, don't
19307         call find_loc_in_1pdv in that case.
19308
19309         PR debug/42801
19310         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
19311         (copy_bind_expr): ... instead of here.
19312         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
19313         if the block hasn't been remapped.
19314         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
19315         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
19316
19317 2010-05-25  Richard Guenther  <rguenther@suse.de>
19318
19319         PR middle-end/44069
19320         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
19321         out-of-bounds array accesses.
19322
19323 2010-05-25  Richard Guenther  <rguenther@suse.de>
19324
19325         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
19326         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
19327         (run_gcc): Re-organize to make cleanup easier.
19328
19329 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19330
19331         * config/s390/s390.c (optimization_options): Fix and move the
19332         flag_prefetch_loop_arrays override ...
19333         (override_options): ... here.
19334
19335 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
19336
19337         * diagnostic.c: Don't include plugin.h.
19338         (diagnostic_report_diagnostic): Don't handle plugins specially
19339         here.  Pass context to internal_error callback.
19340         * diagnostic.h (struct diagnostic_context): Add context parameter
19341         to internal_error callback.
19342         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
19343         * plugin.h (struct diagnostic_context): Declare.
19344         (warn_if_plugins, plugins_internal_error_function): Declare.
19345         * toplev.c (general_init): Set global_dc->internal_error.
19346         * Makefile.in (diagnostic.o): Update dependencies.
19347
19348 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
19349
19350         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
19351         * config/rs6000/t-darwin64: New.
19352         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
19353         build crt2.
19354
19355 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
19356
19357         PR 44203
19358         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
19359         match the original (and intended) behaviour before r159557.  This
19360         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
19361         in two ways.
19362
19363 2010-05-25  Richard Guenther  <rguenther@suse.de>
19364
19365         * doc/invoke.texi: Document -Ofast.
19366         * target.h (struct gcc_target): Add handle_ofast.
19367         * target-def.h (TARGET_HANDLE_OFAST): Add.
19368         (TARGET_INITIALIZER): Adjust.
19369         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
19370         * common.opt (Ofast): Add.
19371
19372 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
19373
19374         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
19375         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
19376
19377 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
19378
19379         PR target/43610
19380         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
19381         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
19382         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
19383         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
19384
19385 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
19386
19387         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
19388         DW_OP_minus with negated offset instead of DW_OP_plus.
19389         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
19390
19391 2010-05-25  Wei Guozhi  <carrot@google.com>
19392
19393         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
19394         tst instruction and a new alternative.
19395         * config/arm/constraints.md (Pu): New constraint.
19396
19397 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
19398
19399         * function.c (assign_stack_local_1): Initialize variable
19400         to avoid warning when bootstrapping at -O3.
19401
19402 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
19403
19404         * configure.ac (all_lang_makefiles): Remove everything related to it.
19405         * configure: Regenerate.
19406         * Makefile.in: Fix reference to ada Make-lang.in.
19407         Remove support for LANG_MAKEFILES.
19408
19409 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
19410             Sandra Loosemore  <sandra@codesourcery.com>
19411
19412         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
19413         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
19414         description.  Add arm_neon_fp16_ok.
19415         (Add Options): Add arm_neon and arm_neon_fp16.
19416
19417 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
19418
19419         * diagnostic.c: Don't include flags.h.
19420         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
19421         context parameters.  Check flags in the context passed as a parameter.
19422         (diagnostic_build_prefix): Add context parameter.  Check
19423         show_column flag in context.
19424         (diagnostic_action_after_output): Check fatal_errors flag in context.
19425         (diagnostic_report_current_module): Check show_column flag in context.
19426         (default_diagnostic_starter): Update call to
19427         diagnostic_build_prefix.
19428         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
19429         (emit_diagnostic): Pass context to permissive_error_kind.
19430         (permerror): Pass context to permissive_error_kind.
19431         * diagnostic.h (struct diagnostic_context): Add show_column,
19432         pedantic_errors, permissive and fatal_errors fields.
19433         (diagnostic_build_prefix): Update prototype.
19434         * langhooks.c
19435         * toplev.c (process_options): Set flags in global_dc from
19436         flag_show_column, flag_pedantic_errors, flag_permissive,
19437         flag_fatal_errors.
19438         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
19439         to diagnostic_build_prefix.
19440         * Makefile.in (diagnostic.o): Update dependencies.
19441
19442 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
19443
19444         * config/i386/ia32intrin.h (__crc32q): Define only if
19445         __SSE4_2__ is defined.
19446
19447 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
19448
19449         PR target/44132
19450         PR middle-end/43602
19451         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
19452         DECL_VISIBILITY_SPECIFIED.
19453         (emutls_decl): Set DECL_PRESERVE_P and copy
19454         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
19455         (emutls_finalize_control_var): New callback.
19456         (emutls_finish): Finalize emutls control variables.
19457         * toplev.c (compile_file): Move the call to emutls_finish ()
19458         before varpool_assemble_pending_decls ().
19459
19460 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
19461
19462         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
19463         added to the preprocessor condition.
19464
19465 2010-05-24  Paul Brook  <paul@codesourcery.com>
19466
19467         * gengtype-lex.l: Add HARD_REG_SET.
19468         * expr.c (expand_expr_real_1): Record writes to hard registers.
19469         * function.c (rtl_data): Add asm_clobbers.
19470         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
19471         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
19472         Use crtl->asm_clobbers.
19473
19474 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19475
19476         * doc/makefile.texi (Makefile): Mention stages 'profile'
19477         and 'feedback' for profiledbootstrap.
19478
19479 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
19480
19481         PR target/44245
19482         * config/i386/i386.c (def_builtin): Properly check
19483         OPTION_MASK_ISA_64BIT.
19484
19485 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
19486
19487         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
19488         typedefs with different but compatible types.  Allow duplicate
19489         typedefs with the same type except for pedantic non-C1X, but give
19490         warning for variably modified types.
19491         * c-typeck.c (tagged_types_tu_compatible_p,
19492         function_types_compatible_p, type_lists_compatible_p,
19493         comptypes_internal): Add parameter different_types_p; set
19494         *different_types_p for different but compatible types.  All
19495         callers changed.
19496         (comptypes_check_different_types): New.
19497         * c-tree.h (comptypes_check_different_types): Declare.
19498
19499 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
19500
19501         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
19502         * jump.c: Include basic-block.h.
19503         * profile.c: Likewise.
19504         * tree-profile.c: Likewise.
19505         * coverage.c: Likewise.
19506         * basic-block.h (optimize_function_for_size_p): Move to function.h.
19507         (optimize_function_for_speed_p): Likewise.
19508         * function.h (optimize_function_for_size_p,
19509         optimize_function_for_speed_p): Moved here from basic-block.h.
19510         * Makefile.in: Update dependencies.
19511
19512 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19513
19514         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
19515         before calling make; allow override through $MAKE.
19516         * doc/invoke.texi (Optimize Options): Document override.
19517
19518 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
19519
19520         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
19521         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
19522         (rs6000_mode_dependent_address_ptr): Make static.
19523         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
19524         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
19525         Remove.
19526
19527 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
19528
19529         PR target/43869
19530         * config/i386/i386.c: Make sure that the correct regparm is passed.
19531
19532 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
19533
19534         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
19535         * sbitmap.c: ...to here to internalize sbitmap element access.
19536         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
19537         Explain why basic-block.h is included.
19538         * function.h: Include tm.h for CUMULATIVE_ARGS.
19539         * Makefile.in: Update dependencies.
19540
19541 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
19542
19543         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
19544         New core types.
19545         * sbitmap.h (struct sbitmap_def): Do not typedef here.
19546         * sbitmap.c: Include sbitmap.h.
19547         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
19548         hard-reg-set.h.  Split everything related to regsets out from here...
19549         * regset.h: ...to here.  New file.
19550         * df.h: Include regset.h and sbitmap.h.
19551         * tree-flow.h: Likewise.
19552         * cfgloop.h: Likewise.
19553         * except.h: Do not include sbitmap.h.  Include hashtab.h.
19554         * cgraph.h: Include vec.h and function.h.
19555         * reload.h (struct insn_chain): Change types of live_throughout
19556         and dead_or_set from regset_head to bitmap_head.
19557         (compute_use_by_pseudos): Be defined also if regset.h is not included.
19558         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
19559         spilled_regs from regset_head to bitmap_head to avoid dependency
19560         in regset.h.
19561         * sel-sched-ir.h: Include regset.h.
19562         * reload.c: Include df.h before reload.h.
19563         * caller-save.c: Likewise.
19564         * reload1.c: Likewise.
19565         * ira.c: Likewise.
19566         (mark_elimination): Update type of r to bitmap, consistent with
19567         DF_LR_IN.
19568         * dominance.c: Include bitmap.h.
19569         * modulo-sched.c: Include df.h.
19570         * cfganal.c: Include bitmap.h and sbitmap.h.
19571         * cfgbuild.c: Include sbitmap.h.
19572         * lcm.c: Include sbitmap.h.
19573         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
19574         * domwalk.c: Include sbitmap.h, exclude ggc.h.
19575         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
19576         * cselib.c: Include bitmap.h.
19577         * tree-optimize.c: Include regset.h.
19578         * stmt.c: Include bitmap.h.
19579         * Makefile.in: Update dependencies.
19580
19581 2010-05-22  Jan Hubicka  <jh@suse.cz>
19582
19583         * cgraph.h (struct varpool_node): Add same_comdat_group.
19584         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
19585         pointer.
19586         (output_varpool): Update call of lto_output_varpool_node.
19587         (input_varpool): Read same_comdat_group pointer.
19588         (input_varpool_1): Fixup same_comdat_group pointer.
19589         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
19590         group is needed, all are.
19591         * varpool.c (varpool_remove_node): Remove node from same comdat group
19592         linklist too.
19593         (varpool_analyze_pending_decls): Walk same comdat groups.
19594
19595 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
19596
19597         * rtl.h (union rtunion_def): Remove rt_bit member.
19598         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
19599         * print-rtl (print_rtx): Do not print the member.
19600         * gengtype.c (adjust_field_rtx_def): Do not handle it.
19601         * gengenrtl.c (type_from_format): Likewise.
19602         (accessor_from_format): Likewise.
19603
19604 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
19605
19606         * dbgcnt.c: Include toplev.h instead of errors.h.
19607         * ira-emit.c: Don't include errors.h.
19608         * ira.c: Include toplev.h instead of errors.h.
19609         * lto-compress.c: Include toplev.h instead of errors.h.
19610         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
19611         ira.o, dbgcnt.o): Update dependencies.
19612
19613 2010-05-22  Richard Guenther  <rguenther@suse.de>
19614
19615         * gimple.c (gimple_types_compatible_p): Check type qualifications
19616         before merging pointer to complete and pointer to incomplete type.
19617         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
19618         we use our own resolution algorithm.  The gold linker plugin
19619         doesn't do the job we want it to do here.
19620
19621 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
19622
19623         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
19624         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
19625         (sparc_mode_dependent_address_p): New function.
19626
19627 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
19628
19629         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
19630
19631         * timevar.c: Do not include any core headers.
19632         (timevar_print): De-i18n-ize.
19633         (print_time): Likewise.
19634         * timevar.h (timevar_push, timevar_pop): Make inline functions.
19635
19636 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
19637
19638         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
19639         langhooks-def.h.
19640         (diagnostic_initialize): Initialize x_data not last_function.
19641         (diagnostic_report_current_function): Move to tree-diagnostic.c.
19642         (default_diagnostic_starter): Call
19643         diagnostic_report_current_module not
19644         diagnostic_report_current_function.
19645         (diagnostic_report_diagnostic): Initialize x_data not
19646         abstract_origin.
19647         (verbatim): Likewise.
19648         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
19649         x_data.
19650         (struct diagnostic_context): Change last_function to x_data.
19651         (diagnostic_auxiliary_data): Replace with
19652         diagnostic_context_auxiliary_data and
19653         diagnostic_info_auxiliary_data.
19654         (diagnostic_last_function_changed, diagnostic_set_last_function,
19655         diagnostic_report_current_function): Move to tree-diagnostic.h.
19656         (print_declaration, dump_generic_node, print_generic_stmt,
19657         print_generic_stmt_indented, print_generic_expr,
19658         print_generic_decl, debug_c_tree, dump_omp_clauses,
19659         print_call_name, debug_generic_expr, debug_generic_stmt,
19660         debug_tree_chain, default_tree_printer): Move to
19661         tree-pretty-print.h.
19662         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
19663         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
19664         gimple-pretty-print.h.
19665         * pretty-print.c: Don't include tree.h
19666         (pp_base_format): Don't handle %K here.
19667         (pp_base_tree_identifier): Move to tree-pretty-print.c.
19668         * pretty-print.h (text_info): Change abstract_origin to x_data.
19669         (pp_tree_identifier, pp_unsupported_tree,
19670         pp_base_tree_identifier): Move to tree-pretty-print.h.
19671         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
19672         tree-pretty-print.h: New files.
19673         * tree-pretty-print.c: Include tree-pretty-print.h.
19674         (percent_K_format): New.  Moved from pretty-print.c.
19675         (pp_base_tree_identifier): Move from pretty-print.c.
19676         * c-objc-common.c: Include tree-pretty-print.h.
19677         (c_tree_printer): Handle %K here.
19678         * langhooks.c: Include tree-diagnostic.h.
19679         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
19680         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
19681         (default_tree_printer): Handle %K using percent_K_format.
19682         (general_init): Use default_tree_diagnostic_starter.
19683         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
19684         (free_lang_data): Use default_tree_diagnostic_starter.
19685         * c-pretty-print.c: Include tree-pretty-print.h.
19686         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
19687         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
19688         * dwarf2out.c: Include tree-pretty-print.h.
19689         * except.c: Include tree-pretty-print.h.
19690         * gimple-pretty-print.c: Include tree-pretty-print.h and
19691         gimple-pretty-print.h.
19692         * gimplify.c: Include tree-pretty-print.h.
19693         * graphite-poly.c: Include tree-pretty-print.h and
19694         gimple-pretty-print.h.
19695         * ipa-cp.c: Include tree-pretty-print.h.
19696         * ipa-inline.c: Include gimple-pretty-print.h.
19697         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
19698         * ipa-pure-const.c: Include gimple-pretty-print.h.
19699         * ipa-struct-reorg.c: Include tree-pretty-print.h and
19700         gimple-pretty-print.h.
19701         * ipa-type-escape.c: Include tree-pretty-print.h.
19702         * print-rtl.c: Include tree-pretty-print.h.
19703         * print-tree.c: Include gimple-pretty-print.h.
19704         * sese.c: Include tree-pretty-print.h.
19705         * tree-affine.c: Include tree-pretty-print.h.
19706         * tree-browser.c: Include tree-pretty-print.h.
19707         * tree-call-cdce.c: Include gimple-pretty-print.h.
19708         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
19709         * tree-chrec.c: Include tree-pretty-print.h.
19710         * tree-data-ref.c: Include tree-pretty-print.h and
19711         gimple-pretty-print.h.
19712         * tree-dfa.c: Include tree-pretty-print.h.
19713         * tree-if-conv.c: Include tree-pretty-print.h and
19714         gimple-pretty-print.h.
19715         * tree-inline.c: Include tree-pretty-print.h.
19716         * tree-into-ssa.c: Include tree-pretty-print.h and
19717         gimple-pretty-print.h.
19718         * tree-nrv.c: Include tree-pretty-print.h.
19719         * tree-object-size.c: Include tree-pretty-print.h and
19720         gimple-pretty-print.h.
19721         * tree-outof-ssa.c: Include tree-pretty-print.h and
19722         gimple-pretty-print.h.
19723         * tree-parloops.c: Include tree-pretty-print.h and
19724         gimple-pretty-print.h.
19725         * tree-predcom.c: Include tree-pretty-print.h and
19726         gimple-pretty-print.h.
19727         * tree-scalar-evolution.c: Include tree-pretty-print.h and
19728         gimple-pretty-print.h.
19729         * tree-sra.c: Include tree-pretty-print.h.
19730         * tree-ssa-address.c: Include tree-pretty-print.h.
19731         * tree-ssa-alias.c: Include tree-pretty-print.h.
19732         * tree-ssa-ccp.c: Include tree-pretty-print.h and
19733         gimple-pretty-print.h.
19734         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
19735         * tree-ssa-copy.c: Include tree-pretty-print.h and
19736         gimple-pretty-print.h.
19737         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
19738         * tree-ssa-dce.c: Include tree-pretty-print.h and
19739         gimple-pretty-print.h.
19740         * tree-ssa-dom.c: Include tree-pretty-print.h and
19741         gimple-pretty-print.h.
19742         * tree-ssa-dse.c: Include gimple-pretty-print.h.
19743         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
19744         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
19745         * tree-ssa-live.c: Include tree-pretty-print.h and
19746         gimple-pretty-print.h.
19747         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
19748         gimple-pretty-print.h.
19749         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
19750         gimple-pretty-print.h.
19751         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
19752         gimple-pretty-print.h.
19753         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
19754         gimple-pretty-print.h.
19755         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
19756         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
19757         * tree-ssa-operands.c: Include tree-pretty-print.h and
19758         gimple-pretty-print.h.
19759         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
19760         gimple-pretty-print.h.
19761         * tree-ssa-pre.c: Include tree-pretty-print.h and
19762         gimple-pretty-print.h.
19763         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
19764         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
19765         gimple-pretty-print.h.
19766         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
19767         gimple-pretty-print.h.
19768         * tree-ssa-sink.c: Include gimple-pretty-print.h.
19769         * tree-ssa-ter.c: Include tree-pretty-print.h and
19770         gimple-pretty-print.h.
19771         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
19772         * tree-ssa.c: Include tree-pretty-print.h and
19773         gimple-pretty-print.h.
19774         * tree-stdarg.c: Include gimple-pretty-print.h.
19775         * tree-switch-conversion.c: Include gimple-pretty-print.h.
19776         * tree-tailcall.c: Include tree-pretty-print.h and
19777         gimple-pretty-print.h.
19778         * tree-vect-data-refs.c: Include tree-pretty-print.h and
19779         gimple-pretty-print.h.
19780         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
19781         gimple-pretty-print.h.
19782         * tree-vect-loop.c: Include tree-pretty-print.h and
19783         gimple-pretty-print.h.
19784         * tree-vect-patterns.c: Include gimple-pretty-print.h.
19785         * tree-vect-slp.c: Include tree-pretty-print.h and
19786         gimple-pretty-print.h.
19787         * tree-vect-stmts.c: Include tree-pretty-print.h and
19788         gimple-pretty-print.h.
19789         * tree-vectorizer.c: Include tree-pretty-print.h.
19790         * tree-vrp.c: Include tree-pretty-print.h and
19791         gimple-pretty-print.h.
19792         * value-prof.c: Include tree-pretty-print.h and
19793         gimple-pretty-print.h.
19794         * var-tracking.c: Include tree-pretty-print.h.
19795         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
19796         (tree-diagnostic.o): New dependencies.
19797         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
19798         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
19799         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
19800         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
19801         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
19802         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
19803         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
19804         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
19805         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
19806         tree-ssa-address.o, tree-ssa-loop-niter.o,
19807         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
19808         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
19809         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
19810         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
19811         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
19812         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
19813         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
19814         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
19815         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
19816         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
19817         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
19818         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
19819         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
19820         tree-switch-conversion.o, var-tracking.o, value-prof.o,
19821         cfgexpand.o, pretty-print.o): Update dependencies.
19822
19823 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
19824
19825         * tree-ssa-structalias.c: Remove tm_p.h from include.
19826
19827 2010-05-21  Jeff Law  <law@redhat.com>
19828
19829         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
19830
19831 2010-05-21  Jason Merrill  <jason@redhat.com>
19832
19833         * tree-eh.c (cleanup_is_dead_in): New.
19834         (lower_try_finally): Don't generate a dead cleanup region.
19835         (lower_cleanup): Likewise.
19836
19837 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
19838
19839         PR debug/44223
19840         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
19841         unchain each use from the cyclic next_regno_use chain first.
19842
19843 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
19844
19845         * real: Do not include gmp.h, mpfr.h, and mpc.h.
19846         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
19847         (real_value_negate, real_value_abs): New prototypes.
19848         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
19849         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
19850         new include file for interface between MPFR and REAL_VALUE_TYPE.
19851         * real.c: Include realmpfr.h.
19852         (real_arithmetic2): Remove legacy function.
19853         (real_value_negate): New.
19854         (real_value_abs): New.
19855         (mfpr_from_real, real_from_mpfr): Move from here...
19856         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
19857         * builtins.c: Include realmpfr.h.
19858         * fold-const.c: Include realmpfr.h.
19859         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
19860         (fold_negate_const): Likewise.
19861         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
19862         * toplev.c: Include realmpfr.h.
19863         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
19864         and real_value_negate.
19865         * fixed-value.c (check_real_for_fixed_mode): Likewise.
19866         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
19867         (vfp3_const_double_index): Likewise.
19868         (arm_print_operand): Likewise.
19869         * Makefile.in: Update dependencies.
19870
19871 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19872
19873         * config/s390/s390.c (override_options): Increase the default
19874         of max-completely-peel-times.
19875
19876 2010-05-21  Julian Brown  <julian@codesourcery.com>
19877             Mark Mitchell  <mark@codesourcery.com>
19878
19879         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
19880         sibling calls for Thumb-1.
19881         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
19882         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
19883         Thumb-2.
19884         (*call_insn, *call_value_insn): Don't use for Thumb-2.
19885         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
19886         for Thumb-2.
19887         (return): New expander.
19888         (*arm_return): New name for ARM return insn.
19889         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
19890
19891 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
19892
19893         * config.gcc (sparc64-*-rtems*): New target.
19894
19895 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
19896
19897         * tree.c (build_function_decl_skip_args): Fix grammar.
19898         (build_function_type_list_1): Fix typos, adjust formatting.
19899
19900 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
19901
19902         * tree.h: Include real.h and fixed-value.h as basic datatypes.
19903         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
19904         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
19905         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
19906         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
19907         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
19908         tree-pretty-print.c, tree-loop-distribution.c,
19909         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
19910         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
19911         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
19912         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
19913         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
19914         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
19915         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
19916         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
19917         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
19918         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
19919         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
19920         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
19921         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
19922         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
19923         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
19924         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
19925         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
19926         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
19927         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
19928         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
19929         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
19930         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
19931         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
19932         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
19933         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
19934         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
19935         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
19936         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
19937         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
19938         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
19939         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
19940         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
19941         config/score/score7.c, config/score/score.c, config/arm/arm.c,
19942         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
19943         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
19944         config/bfin/bfin.c: Clean up redundant includes.
19945         * Makefile.in: Update accordingly.
19946
19947 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
19948
19949         PR middle-end/44204
19950         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
19951         statement has no arguments.
19952
19953 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
19954
19955         PR/44139
19956         * varasm.c (emutls_decl): Merge attributes to new decl.
19957
19958 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
19959
19960         PR middle-end/44101
19961         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
19962         around the uniquized constructor if its type requires a conversion.
19963
19964 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
19965
19966         PR debug/44205
19967         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
19968         at -O0 goto_locus of any of the incoming edges differs from
19969         goto_locus of outgoing edge, or gimple_location of any of the
19970         labels differs.
19971
19972 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
19973
19974         * ira.c (ira_non_ordered_class_hard_regs): Define.
19975         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
19976         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
19977         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
19978         cost of unaligned hard regs when allocating multi-reg pseudos.
19979
19980 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
19981
19982         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
19983         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
19984         for TARGET_NO_FLOAT.
19985         * config/mips/mips.c (mips_file_start): Expand conditional expression
19986         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
19987         (mips_override_options): Move -mno-float override -msoft-float and
19988         -mhard-float.
19989         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
19990         Condition(TARGET_SUPPORTS_NO_FLOAT).
19991         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
19992         __mips_no_float here.
19993         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
19994         (TARGET_SUPPORTS_NO_FLOAT): Define.
19995         * config/mips/sdemtk.opt: Delete.
19996
19997 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
19998
19999         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
20000
20001 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
20002
20003         PR target/43733
20004         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
20005         * configure: Regenerate.
20006         * config.in: Regenerate.
20007         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
20008         instead of sahf only for 64bit targets.
20009
20010 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
20011
20012         PR debug/44178
20013         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
20014         setup_ref_regs for DEBUG_INSNs.
20015
20016 2010-05-20  Jan Hubicka  <jh@suse.cz>
20017
20018         PR middle-end/44197
20019         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
20020
20021 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
20022
20023         PR bootstrap/43870
20024         * df-scan.c (df_ref_compare): Stabilize sort.
20025
20026 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
20027
20028         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
20029         argument.  Don't use DW_OP_piece if offset is non-zero,
20030         put offset into second DW_OP_bit_piece argument.
20031         (dw_sra_loc_expr): Adjust callers.  For memory expressions
20032         compute offset.
20033
20034 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
20035
20036         PR target/44202
20037         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
20038         settings for 16-bit-constant "addo" alternative.
20039
20040 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
20041
20042         * config/mips/mips-dsp.md (add<DSPV:mode>3,
20043         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
20044
20045         PR target/43764
20046         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
20047         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
20048         Use it.
20049
20050 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
20051
20052         * diagnostic.c (FLOAT, FFS): Don't undefine.
20053         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
20054         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
20055         include ordering.
20056
20057 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
20058
20059         * combine.c (propagate_for_debug): Call make_compound_operation
20060         on the source value.
20061         (try_combine): When implementing a split chosen by find_split_point,
20062         either copy i2src or set it to null.  Assert that i2src is not null
20063         before substituting into CALL_INSN_FUNCTION_USAGE.
20064
20065 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
20066
20067         * double-int.h (double_int_ior): New function.
20068         * tree.h (build_int_cst_wide_type): Remove.
20069         * tree.c (build_int_cst_wide_type): Remove.
20070         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
20071         of build_int_cst_wide_type.
20072         * stor-layout.c (set_sizetype): (Ditto.).
20073         * dojump.c (do_jump): Use build_int_cstu instead of
20074         build_int_cst_wide_type.
20075
20076 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
20077
20078         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
20079         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
20080         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
20081         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
20082         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
20083         propagate the 'data' argument to copy_tree_r.
20084         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
20085         Propagate 'data' argument to walk_tree.
20086         (copy_if_shared): New function.
20087         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
20088         (unmark_visited): New function.
20089         (unshare_body): Call copy_if_shared instead of doing it manually.
20090         (unvisit_body): Call unmark_visited instead of doing it manually.
20091
20092 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
20093
20094         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
20095         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
20096         * hooks.c: Likewise.
20097         * target-def.h (TARGET_FOLD_BUILTIN): Define to
20098         hook_tree_tree_int_treep_bool_null.
20099         * target.h (struct gcc_target): Update signature of fold_builtin
20100         field.
20101         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
20102         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
20103         instead of the call expression.
20104         (fold_builtin_call_array): Pass n and argarray directly.
20105         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
20106         consing a list.
20107         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
20108         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
20109         `i' and use it in place of `arity'.
20110         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
20111         Dereference `args' directly.
20112         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
20113
20114 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20115
20116         * doc/sourcebuild.texi (Effective-Target Keywords): Document
20117         3dnow, sse3, sse2.
20118         (Directives): Document optional dg-require-effective-target
20119         selector.
20120
20121 2010-05-19  Richard Guenther  <rguenther@suse.de>
20122
20123         PR lto/44196
20124         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
20125
20126 2010-05-19  Richard Guenther  <rguenther@suse.de>
20127
20128         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
20129         * common.opt (fwhopr=): New.
20130         * opts.c (common_handle_option): Handle OPT_fwhopr.
20131         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
20132         * collect2.c (main): Match -fwhopr*.
20133         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
20134         Execute ltrans stage in parallel when jobs is bigger than 1.
20135
20136 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20137
20138         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
20139         pentiumpro on Solaris 8/x86 with Sun as.
20140         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
20141         hidden alias bug.
20142         (gcc_cv_as_ix86_quad): Check for .quad directive.
20143         * configure: Regenerate.
20144         * config.in: Regenerate.
20145         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
20146
20147 2010-05-19  Martin Jambor  <mjambor@suse.cz>
20148
20149         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
20150         also for indirect edges.  Actual printing moved...
20151         (ipa_print_node_jump_functions_for_edge): ...here.
20152         (ipa_compute_jump_functions): Renamed to
20153         ipa_compute_jump_functions_for_edge and made static.
20154         (ipa_compute_jump_functions): New function.
20155         (make_edge_direct_to_target): Check if the number of arguments on
20156         the newly direct edge is the same as the number of parametrs of
20157         the callee.
20158         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
20159         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
20160         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
20161         analysis functions unconditionally, call the new
20162         ipa_analyze_params_uses on the node instead of every edge.
20163
20164 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
20165
20166         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
20167         to tree.
20168         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
20169         also checks for a constant int vs.  non-constant but
20170         loop-invariant steps.
20171         (find_or_create_group): Change the sort algorithm to only consider
20172         steps that are constant ints.
20173         (idx_analyze_ref): Adopt code to handle a tree instead of a
20174         HOST_WIDE_INT for step.
20175         (gather_memory_references_ref): Handle tree instead of int and be
20176         prepared to see a NULL_TREE.
20177         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
20178         prefetches if the step cannot be calculated at compile time.
20179         (issue_prefetch_ref): Issue prefetches for non-constant but
20180         loop-invariant steps.
20181
20182 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
20183
20184         Revert:
20185         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
20186
20187         * tree.h (build_call_list): Remove.
20188         * tree.c (build_call_list): Remove.
20189
20190 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
20191
20192         * tree.h (build_call_list): Remove.
20193         * tree.c (build_call_list): Remove.
20194
20195 2010-05-18  Jan Hubicka  <jh@suse.cz>
20196
20197         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
20198
20199 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
20200
20201         PR rtl-optimization/43332
20202         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
20203
20204 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
20205
20206         * tree.h (build_int_cstu): Implement as static inline.
20207         * tree.c (build_int_cstu): Remove function.
20208         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
20209         sign extended.
20210
20211 2010-05-18  Richard Guenther  <rguenther@suse.de>
20212
20213         PR lto/44143
20214         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
20215         (debug): Initialize from -save-temps.
20216         (collect_execute): Print command-line when verbose.
20217         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
20218         for ltrans invocation.  Produce -dumpbase flag again.
20219         (process_args): Remove.
20220         (main): Simplify.
20221         * collect2.c (maybe_run_lto_and_relink): Only pass object
20222         files to lto-wrapper.
20223         * gcc.c (LINK_COMMAND_SPEC): Likewise.
20224
20225 2010-05-18  Jan Hubicka  <jh@suse.cz>
20226
20227         * opts.c (decode_options): Do not disable whopr at ipa_cp.
20228         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
20229
20230 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
20231
20232         PR lto/44184
20233         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
20234         in a GIMPLE_ASM.
20235         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
20236         in a GIMPLE_ASM.
20237
20238 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
20239
20240         PR debug/41371
20241         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
20242         rtx_equal_p inline.
20243
20244 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
20245
20246         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
20247         lto-macho as lto_binary_reader.
20248
20249         * darwin.c (darwin_asm_named_section): Do not add assembler comment
20250         after .section directive; just print it before the directive instead.
20251
20252 2010-05-17  Jan Hubicka  <jh@suse.cz>
20253
20254         * cgraph.c (cgraph_create_virtual_clone): Only check
20255         versionable_function_p when not in wpa and checking is enabled.
20256         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
20257         there are no more functions to materialize.
20258
20259 2010-05-17  Jan Hubicka  <jh@suse.cz>
20260
20261         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
20262         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
20263         New functions.
20264         (output_cgraph): Call output_cgraph_opt_summary.
20265         (input_cgrpah): Call input_cgraph_opt_summary.
20266         (output_cgraph_opt_summary_p, output_node_opt_summary,
20267         input_node_opt_summary, input_cgraph_opt_section): New functions.
20268         * lto-section-in.c (lto_section_name): Add cgraphopt.
20269         * tree-inline.c (tree_function_versioning): Handle parm_num.
20270         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
20271         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
20272
20273 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
20274
20275         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
20276         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
20277         the insn to prefetch ratio heuristic to loops with known trip count.
20278
20279 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
20280
20281         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
20282         (schedule_prefetches): Do not generate a prefetch if the unroll factor
20283         is far from what is required by the prefetch.
20284
20285 2010-05-17  Jan Hubicka  <jh@suse.cz>
20286
20287         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
20288         (ipcp_estimate_growth): Likewise.
20289         (ipcp_const_param_count): Likewise.
20290         (ipcp_insert_stage): Likewise.
20291         * ipa-prop.c (visit_load_for_mod_analysis): New function.
20292         (visit_store_addr_for_mod_analysis): Set used flag.
20293         (ipa_detect_param_modifications): Set used flag for SSE params;
20294         update use of walk_stmt_load_store_addr_ops.
20295         (ipa_print_node_params): Print used flag.
20296         (ipa_write_node_info): Stream used flag.
20297         (ipa_read_node_info): Likewise.
20298         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
20299         (ipa_is_param_used): New function.
20300         (lto_ipa_fixup_call_notes): Remove unused declaration.
20301
20302 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20303
20304         PR target/44074
20305         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
20306         * configure: Regenerate.
20307         * config.in: Regenerate.
20308         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
20309         !HAVE_AS_IX86_REP_LOCK_PREFIX.
20310         Don't emit whitespace.
20311         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
20312         (*rep_movsi): Likewise.
20313         (*rep_movsi_rex64): Likewise.
20314         (*rep_movqi): Likewise.
20315         (*rep_movqi_rex64): Likewise.
20316         (*rep_stosdi_rex64): Likewise.
20317         (*rep_stossi): Likewise.
20318         (*rep_stossi_rex64): Likewise.
20319         (*rep_stosqi): Likewise.
20320         (*rep_stosqi_rex64): Likewise.
20321         (*cmpstrnqi_nz_1): Use {%;} after repz.
20322         (*cmpstrnqi_nz_rex_1): Likewise.
20323         (*cmpstrnqi_1): Likewise.
20324         (*cmpstrnqi_rex_1): Likewise.
20325         (*strlenqi_1): Use {%;} after repnz.
20326         (*strlenqi_rex_1): Likewise.
20327         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
20328         (*sync_compare_and_swap<mode>): Likewise.
20329         (sync_double_compare_and_swap<mode>): Likewise.
20330         (*sync_double_compare_and_swapdi_pic): Likewise.
20331         (sync_old_add<mode>): Likewise.
20332         (sync_add<mode>): Likewise.
20333         (sync_sub<mode>): Likewise.
20334         (sync_<code><mode>): Likewise.
20335
20336 2010-05-17  Martin Jambor  <mjambor@suse.cz>
20337
20338         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
20339         otr_token and polymorphic.
20340         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
20341         (cgraph_clone_edge): Copy the above fields.
20342         * tree.c (get_binfo_at_offset): New function.
20343         * tree.h (get_binfo_at_offset): Declare.
20344         * ipa-prop.h (enum jump_func_type): Added known_type jump function
20345         type, reordered items, updated comments.
20346         (union jump_func_value): Added base_type field, reordered fields.
20347         (enum ipa_lattice_type): Moved down in the file.
20348         (struct ipa_param_descriptor): New field polymorphic.
20349         (ipa_is_param_polymorphic): New function.
20350         * ipa-prop.c: Include gimple.h and gimple-fold.h.
20351         (ipa_print_node_jump_functions): Print known type jump functions.
20352         (compute_complex_pass_through): Renamed to...
20353         (compute_complex_assign_jump_func): this.
20354         (compute_complex_ancestor_jump_func): New function.
20355         (compute_known_type_jump_func): Likewise.
20356         (compute_scalar_jump_functions): Create known type and complex ancestor
20357         jump functions.
20358         (ipa_note_param_call): New parameter polymorphic, set the corresponding
20359         flag in the call note accordingly.
20360         (ipa_analyze_call_uses): Renamed to...
20361         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
20362         variable var only in the block where it is used.
20363         (ipa_analyze_virtual_call_uses): New function.
20364         (ipa_analyze_call_uses): Likewise.
20365         (combine_known_type_and_ancestor_jfs): Likewise.
20366         (update_jump_functions_after_inlining): Implemented handling of a
20367         number of new jump function types combination.
20368         (print_edge_addition_message): Removed.
20369         (make_edge_direct_to_target): New function.
20370         (try_make_edge_direct_simple_call): Likewise.
20371         (try_make_edge_direct_virtual_call): Likewise.
20372         (update_call_notes_after_inlining): Renamed to...
20373         (update_indirect_edges_after_inlining): this.  Moved edge creation for
20374         indirect calls to try_make_edge_direct_simple_call, also calls
20375         try_make_edge_direct_virtual_call for virtual calls.
20376         (ipa_print_node_params): Changed the header message.
20377         (ipa_write_jump_function): Stream also known type jump functions.
20378         (ipa_read_jump_function): Likewise.
20379         (ipa_write_indirect_edge_info): Stream new fields in
20380         cgraph_indirect_call_info.
20381         (ipa_read_indirect_edge_info): Likewise.
20382         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
20383         GIMPLE_FOLD_H.
20384
20385 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20386
20387         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
20388
20389 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
20390
20391         * tree.h (CALL_EXPR_ARGS): Delete.
20392         (call_expr_arglist): Delete.
20393         * tree.c (call_expr_arglist): Delete.
20394         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
20395         targetm.fold_builtin.
20396         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
20397         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
20398         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
20399         arglist parameter.  Use CALL_EXPR_ARG.
20400         (picochip_expand_builtin_3op): Likewise.
20401         (picochip_expand_builtin_2opvoid): Likewise.
20402         (picochip_expand_array_get): Likewise.
20403         (picochip_expand_array_put): Likewise.
20404         (picochip_expand_array_testport): Likewise.
20405         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
20406         rather than arglist.
20407         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
20408         CALL_EXPR_ARGS.
20409         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
20410         than TREE_VALUE and TREE_CHAIN.
20411         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
20412         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
20413         the arglist.
20414
20415 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
20416
20417         PR bootstrap/42347
20418         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
20419         to have no fallthru edge.
20420
20421         PR middle-end/44102
20422         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
20423         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
20424         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
20425         add BARRIER after previous bb if needed.
20426
20427 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
20428
20429         * tree.c (build_function_type_list_1): Remove bogus assert condition.
20430
20431 2010-05-17  Alan Modra  <amodra@gmail.com>
20432
20433         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
20434         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
20435         with copy_reg rtx param.
20436         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
20437         Correct cases where code for ABI_V4 did not initialise the reg
20438         used to access frame.  Also leave frame_reg_rtx as sp for large
20439         frames that save no regs.
20440
20441 2010-05-17  Martin Jambor  <mjambor@suse.cz>
20442
20443         PR middle-end/44133
20444         * tree-sra.c (create_access_replacement): New parameter rename, mark
20445         the replaement for renaming only when it is true.
20446         (get_access_replacement): Pass true in the rename parameter of
20447         create_access_replacement.
20448         (get_unrenamed_access_replacement): New function.
20449         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
20450         replacement declaration from it.
20451
20452 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
20453
20454         * function.c (try_fit_stack_local, add_frame_space): New static
20455         functions.
20456         (assign_stack_local_1): Use them.  Look for opportunities to use
20457         space previously wasted on alignment.
20458         * function.h (struct frame_space): New.
20459         (struct rtl_data): Add FRAME_SPACE_LIST member.
20460         * reload1.c (something_was_spilled): New static variable.
20461         (alter_reg): Set it.
20462         (reload): Test it in addition to testing if the frame size changed.
20463
20464 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
20465
20466         * config/s390/s390.c: Define sane prefetch settings and activate
20467         flag_prefetch_loop_arrays on -O3.
20468         * config/s390/s390.h: Declare that read can use write prefetch.
20469
20470 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
20471
20472         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
20473         build.
20474
20475 2010-05-16  Jan Hubicka  <jh@suse.cz>
20476
20477         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
20478         function body; do not check stdarg field of struct function.
20479
20480 2010-05-16  Jan Hubicka  <jh@suse.cz>
20481
20482         * cgraph.c (dump_cgraph_node): Dump versionable flag.
20483         * cgraph.h (cgraph_local_info): Add versionable flag.
20484         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
20485         (ipcp_versionable_function_p): Use it.
20486         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
20487         versionable flag.
20488
20489 2010-05-16  Jan Hubicka  <jh@suse.cz>
20490
20491         * cgraph.c (cgraph_clone_node): Take decl argument and insert
20492         clone into hash when it is different from orig.
20493         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
20494         * cgraph.h (cgraph_clone_node): Update prototype.
20495         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
20496         (lto_cgraph_encoder_delete): Delete body map.
20497         (lto_cgraph_encoder_size): Move to header.
20498         (lto_cgraph_encoder_encode_body_p,
20499         lto_set_cgraph_encoder_encode_body): New.
20500         (lto_output_node): Do not take written_decls argument; output clone_of
20501         pointer.
20502         (add_node_to): Add include_body_argument; call
20503         lto_set_cgraph_encoder_encode_body on master of the clone.
20504         (add_references): Update use of add_node_to.
20505         (compute_ltrans_boundary): Likewise.
20506         (output_cgraph): Do not create written_decls bitmap.
20507         (input_node): Take nodes argument; stream in clone_of correctly.
20508         (input_cgraph_1): Update use of input_node.
20509         * lto-streamer-out.c (lto_output): Use encoder info to decide
20510         what bodies to output.
20511         * ipa-inline.c (cgraph_clone_inlined_nodes,
20512         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
20513         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
20514         (lto_cgraph_encoder_size): Define here.
20515         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
20516         Declare.
20517
20518 2010-05-16  Richard Guenther  <rguenther@suse.de>
20519
20520         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
20521         -fipa-type-escape.
20522         * ipa-type-escape.c (gate_type_escape_vars): Run when
20523         -fipa-struct-reorg runs.
20524         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
20525         * common.opt (fipa-type-escape): Remove.
20526
20527 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
20528
20529         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
20530         (decode_options): Likewise.
20531         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
20532
20533 2010-05-16  Jan Hubicka  <jh@suse.cz>
20534
20535         * ipa.c (function_and_variable_visibility): Also bring local all
20536         aliases.
20537
20538 2010-05-16  Richard Guenther  <rguenther@suse.de>
20539
20540         * alias.c (nonoverlapping_memrefs_p): Remove use of
20541         IPA type-escape information.
20542
20543 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
20544
20545         * c-common.c (c_common_reswords): Add _Static_assert for C.
20546         * c-parser.c (c_token_starts_declaration,
20547         c_parser_next_token_starts_declaration,
20548         c_parser_static_assert_declaration_no_semi,
20549         c_parser_static_assert_declaration): New.
20550         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
20551         Handle static assertions if static_assert_ok.
20552         (c_parser_external_declaration, c_parser_declaration_or_fndef,
20553         c_parser_compound_statement_nostart, c_parser_label,
20554         c_parser_for_statement, c_parser_objc_methodprotolist,
20555         c_parser_omp_for_loop): All callers of
20556         c_parser_declaration_or_fndef changed.
20557         (c_parser_struct_declaration): Handle static assertions.
20558         (c_parser_compound_statement_nostart): Use
20559         c_parser_next_token_starts_declaration and
20560         c_token_starts_declaration to detect start of declarations.
20561         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
20562         Likewise.
20563
20564 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
20565
20566         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
20567         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
20568         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
20569         TARGET_FUNCTION_VALUE_REGNO_P): Define.
20570         (mmix_function_outgoing_value): Rename to...
20571         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
20572         (mmix_function_value_regno_p): Make static.
20573         (mmix_libcall_value): New function.
20574         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
20575         mmix_function_value_regno_p): Remove declaration.
20576
20577 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
20578
20579         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
20580         BUILT_IN_ALLOCA if stack checking is enabled.
20581
20582 2010-05-16  Richard Guenther  <rguenther@suse.de>
20583
20584         * var-tracking.c (vars_copy_1): Inline ...
20585         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
20586         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
20587         (variable_merge_over_cur): Adjust.  Merge asserts.
20588         (variable_merge_over_src): Likewise.
20589         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
20590         (variable_post_merge_new_vals): Merge asserts.
20591         (variable_post_merge_perm_vals): Likewise.
20592         (find_mem_expr_in_1pdv): Likewise.
20593         (dataflow_set_different_value): Remove.
20594         (onepart_variable_different_p): Merge asserts.
20595         (variable_different_p): Likewise.
20596         (dataflow_set_different_1): Inline ...
20597         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
20598         (emit_notes_for_differences_1): Merge asserts.
20599
20600 2010-05-16  Richard Guenther  <rguenther@suse.de>
20601
20602         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
20603         * optabs.c (libfunc_decl_hash): Likewise.
20604         * varasm.c (emutls_decl): Likewise.
20605
20606 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
20607
20608         * c-decl.c: Don't include gimple.h.
20609         (merge_decls): Do not copy gimple_body.
20610
20611 2010-05-15  Jason Merrill  <jason@redhat.com>
20612
20613         * c.opt: Add -fnothrow-opt.
20614
20615 2010-05-15  Jan Hubicka  <jh@suse.cz>
20616
20617         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
20618         analyzed.
20619         * passes.c (ipa_write_summaries): Write all analyzed nodes.
20620
20621 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
20622
20623         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
20624         * Makefile.in: Add it.
20625         Fix all other Makefile dependencies for changes below.
20626         * tree.h: Include it instead of defining VEC primitives here.
20627         * gimple.h: Likewise.
20628         * rtl.h: Likewise.
20629         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
20630         * except.h: Include vecir.h, break dependence on tree.h.
20631
20632         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
20633         Move from here...
20634         * tree-iterator.c: ...to here.
20635         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
20636
20637         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
20638         tm_p.h.
20639         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
20640         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
20641         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
20642         tree-mudflap.h, and target.h.
20643         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
20644         predict.h, tree-inline.h, gimple.h, and langhooks.h.
20645         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
20646         Add FIXME for why gimple.h is still included (should be unnecessary
20647         since GCC 4.5 gimplification unit-at-a-time).
20648         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
20649         * c-pragma.c: Add FIXME for why function.h needs to be included just
20650         for cfun, at front-end level.
20651         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
20652         Do not include ggc.h, but include vecprim.h for VEC(char).
20653         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
20654         Explain why target.h is included.
20655         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
20656         Explain why gimple.h is included.
20657         * c-ppoutput.c: Do not include tm.h.
20658         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
20659         * c-parses.c: Explain why rtl.h is included, and that this (and only
20660         this) is also why tm.h must be included.
20661         Do not include except.h.
20662         * c-lang.c: Do not include ggc.h.
20663
20664 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
20665
20666         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
20667
20668 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
20669
20670         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
20671         unions by default if those structs and unions have no tags.  Do
20672         not condition anonymous struct and unions handling on flag_iso.
20673         Allow anonymous structs and unions for C1X.
20674         (finish_struct): Do not diagnose lack of named fields when
20675         anonymous structs and unions present for C1X.  Accept flexible
20676         array members in structure with anonymous structs or unions but no
20677         directly named fields.
20678         * doc/extend.texi (Unnamed Fields): Update.
20679
20680 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
20681
20682         * gimple.h (compare_field_offset): Rename into...
20683         (gimple_compare_field_offset): ...this.
20684         * gimple.c (compare_field_offset): Rename into...
20685         (gimple_compare_field_offset): ...this.  Compare the full access if
20686         the offset is self-referential.
20687         (gimple_types_compatible_p): Adjust for above renaming.
20688         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
20689         DECL_NONADDRESSABLE_P flag of fields before merging them.
20690
20691 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
20692
20693         * tree.h (ctor_to_list): Delete.
20694         * tree.c (ctor_to_list): Delete.
20695
20696 2010-05-15  Jan Hubicka  <jh@suse.cz>
20697
20698         * ipa-reference.c: Include toplev.h
20699         (is_proper_for_analysis): Only add to all_module_statics
20700         if it is allocated.
20701         (write_node_summary_p, stream_out_bitmap,
20702         ipa_reference_write_optimization_summary,
20703         ipa_reference_read_optimization_summary): New.
20704         (struct ipa_opt_pass_d pass_ipa_reference): Add
20705         optimization summary streaming.
20706         * lto-cgraph.c (referenced_from_this_partition_p,
20707         reachable_from_this_partition_p): New functions.
20708         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
20709         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
20710         * opts.c (decode_options): Enable ipa_reference.
20711         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
20712         * lto-streamer.h (referenced_from_this_partition_p,
20713         reachable_from_this_partition_p): Declare.
20714
20715 2010-05-15  Richard Guenther  <rguenther@suse.de>
20716
20717         PR tree-optimization/44038
20718         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
20719         taking the address of a V_C_E of a constant.
20720
20721 2010-05-14  Jan Hubicka  <jh@suse.cz>
20722
20723         * tree.h (memory_identifier_string): Remove.
20724         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
20725         (ipa_reference_global_vars_info_d): Remove statics_not_read and
20726         statics_not_written.
20727         (ipa_reference_optimization_summary_d): New structure.
20728         (ipa_reference_optimization_summary_t): New type and vector.
20729         (ipa_reference_vars_info_d): Embedd structures instead of using
20730         pointers.
20731         (reference_vars_to_consider): Remove out of GGC space.
20732         (module_statics_escape): Remove.
20733         (global_info_obstack): Rename to ...
20734         (optimization_summary_obstack): ... this one.
20735         (initialization_status_t): Remove.
20736         (memory_identifier_string): Remove.
20737         (get_reference_vars_info): Fix indenting.
20738         (set_reference_vars_info): Likewise.
20739         (get_reference_optimization_summary): New.
20740         (set_reference_optimization_summary): New.
20741         (get_global_reference_vars_info): Remove.
20742         (ipa_reference_get_read_global): Remove.
20743         (ipa_reference_get_written_global): Remove.
20744         (ipa_reference_get_not_read_global): Update.
20745         (ipa_reference_get_not_written_global): Update.
20746         (is_proper_for_analysis): Outlaw addressable.
20747         (propagate_bits): Update for new datastructures.
20748         (analyze_variable): Remove.
20749         (init_function_info): Update for new datastructures.
20750         (clean_function_local_data): Remove.
20751         (clean_function): Remove.
20752         (copy_global_bitmap): Use optimizations_summary_obstack.
20753         (duplicate_node_data): Duplicate optimization summary only.
20754         (remove_node_data): Remove optimization summary only.
20755         (generate_summary): Do not analyze variables; do not compute
20756         module_statics_escape; do not prune solutions by it.
20757         (read_write_all_from_decl): Fix typos in comments.
20758         (propagate): Doscover readonly and nonaddressable first;
20759         update for new datastructures; share global bitmaps.
20760         * ipa-reference.h (ipa_reference_get_read_global,
20761         ipa_reference_get_written_global): Remove.
20762         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
20763         * Makefile.in: Remove ipa-refereference from GT files.
20764
20765 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
20766
20767         PR debug/44112
20768         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
20769         for all SYMBOL_REF_DECLs.
20770
20771 2010-05-14  Jan Hubicka  <jh@suse.cz>
20772
20773         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
20774         (varpool_all_refs_explicit_p): New inline function.
20775         * ipa-reference.c: Update comment.
20776         (module_statics_written): Remove.
20777         (get_static_decl): Remove.
20778         (ipa_init): Do not initialize module_statics_written.
20779         (analyze_function): Likewise.
20780         (generate_summary): Likewise; do not compute module_statics_readonly
20781         and do not update variable flags.
20782         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
20783         * ipa.c: Inlucde flags.h
20784         (cgraph_local_node_p): New.
20785         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
20786         promote functions to local.
20787         (ipa_discover_readonly_nonaddressable_vars): New function.
20788         (function_and_variable_visibility): Use cgraph_local_node_p.
20789         * varpool.c (varpool_finalize_decl): Set force_output for
20790         DECL_PRESERVE_P vars.
20791
20792 2010-05-14  Jan Hubicka  <jh@suse.cz>
20793
20794         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
20795
20796 2010-05-14  Richard Guenther  <rguenther@suse.de>
20797
20798         PR tree-optimization/44119
20799         * tree-ssa-pre.c (eliminate): Properly mark replacement of
20800         a PHI node necessary.
20801
20802 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
20803
20804         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
20805
20806 2010-05-14  Jason Merrill  <jason@redhat.com>
20807
20808         PR c++/44127
20809         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
20810         (gimple_call_set_nothrow): New.
20811         * gimple.c (gimple_build_call_from_tree): Call it.
20812         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
20813
20814         PR c++/44127
20815         * gimplify.c (gimplify_seq_add_stmt): No longer static.
20816         * gimple.h: Declare it.
20817         * gimple.c (gimple_build_eh_filter): No ops.
20818
20819 2010-05-14  Jan Hubicka  <jh@suse.cz>
20820
20821         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
20822         nodes already in queue.
20823         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
20824         re-enqueueing node.
20825
20826 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
20827
20828         PR debug/44136
20829         * cfgexpand.c (expand_debug_expr): If non-memory op0
20830         has BLKmode, return NULL.
20831
20832 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
20833
20834         * config.gcc: Add support for --with-cpu option for bdver1.
20835         * config/i386/i386.h (TARGET_BDVER1): New macro.
20836         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
20837         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
20838         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
20839         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
20840         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
20841         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
20842         (processor_type): Add PROCESSOR_BDVER1.
20843         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
20844         processor_type in config/i386/i386.h.
20845         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
20846         movaps <reg, reg> instead of movapd <reg, reg> when replacing
20847         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
20848         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
20849         to emit packed xor instead of packed double/packed integer
20850         xor for SSE and AVX when moving a zero value.
20851         * config/i386/sse.md: Add check for
20852         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
20853         movapd/movdqa for SSE and AVX.
20854         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
20855         single logical operations i.e and, or and xor instead of packed double
20856         logical operations for SSE and AVX.
20857         * config/i386/i386-c.c (ix86_target_macros_internal):
20858         Add PROCESSOR_BDVER1.
20859         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
20860         (has_fma4, has_xop): New.
20861         * config/i386/i386.c (bdver1_cost): New variable.
20862         (m_BDVER1): New macro.
20863         (m_AMD_MULTIPLE): Add m_BDVER1.
20864         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
20865         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
20866         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
20867         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
20868         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
20869         x86_tune_sse_partial_reg_dependency,
20870         x86_tune_sse_unaligned_load_optimal,
20871         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
20872         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
20873         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
20874         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
20875         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
20876         Enable/disable for bdver1.
20877         (processor_target_table): Add bdver1_cost.
20878         (cpu_names): Add bdver1.
20879         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
20880          processor_alias_table.
20881         (ix86_expand_vector_move_misalign): Change.
20882         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
20883         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
20884         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
20885         of movupd/movdqu for SSE and AVX.
20886         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
20887         (ix86_tune_adjust_cost): Add code for bdver1.
20888         (standard_sse_constant_opcode): Add check for
20889         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
20890         of packed double xor for SSE and AVX.
20891
20892 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
20893
20894         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
20895         result to unsigned.
20896
20897 2010-05-14  Tristan Gingold  <gingold@adacore.com>
20898
20899         * toplev.c (default_debug_hooks): Remove this variable.
20900         (process_options): Remove assignments to default_debug_hooks.
20901
20902 2010-05-14  Martin Jambor  <mjambor@suse.cz>
20903
20904         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
20905         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
20906         * langhooks.h (struct lang_hooks_for_decls): Removed field
20907         fold_obj_type_ref.
20908         * tree.c (free_lang_data): Remove assignment to
20909         lang_hooks.fold_obj_type_ref.
20910         * tree.def (OBJ_TYPE_REF): Update comment.
20911
20912 2010-05-14  Richard Guenther  <rguenther@suse.de>
20913
20914         PR tree-optimization/44124
20915         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
20916
20917 2010-05-14  Alan Modra  <amodra@gmail.com>
20918
20919         PR target/44075
20920         * config/rs6000/rs6000.c (struct machine_function): Reorder
20921         fields for better packing.  Add lr_save_state.
20922         (rs6000_ra_ever_killed): Return lr_save_state if set.
20923         (rs6000_emit_eh_reg_restore): Set lr_save_state.
20924
20925 2010-05-13  Jan Hubicka  <jh@suse.cz>
20926
20927         * varpool.c (decide_is_variable_needed): Drop code checking
20928         TREE_SYMBOL_REFERENCED.
20929
20930 2010-05-13  Jan Hubicka  <jh@suse.cz>
20931
20932         * final.c (output_addr_const): Do not call mark_decl_referenced.
20933         * cgraphunit.c (process_function_and_variable_attributes): Use
20934         mark_needed_node dirrectly.
20935         (assemble_thunk): Do not call mark_decl_referenced.
20936
20937 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
20938
20939         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
20940
20941 2010-05-13  Jeff Law  <law@redhat.com>
20942
20943         * ira-conflicts.c (print_allocno_conflicts): New function broken out
20944         from...
20945         (print_conflicts): Call print_allocno_conflicts.
20946
20947 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
20948
20949         PR debug/44104
20950         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
20951         if it is NULL.
20952
20953 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
20954
20955         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
20956         t-mingw-w64 or t-mingw-w32 for multilib configuration.
20957         * config/i386/t-mingw-w32: New.
20958         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
20959
20960 2010-05-13  Martin Jambor  <mjambor@suse.cz>
20961
20962         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
20963         gimple-fold.c).
20964         * gimple-fold.c (get_base_binfo_for_type): New function.
20965         (gimple_get_relevant_ref_binfo): Likewise.
20966         (gimple_fold_obj_type_ref_known_binfo): Likewise.
20967         (gimple_fold_obj_type_ref): Likewise.
20968         (fold_gimple_call): Simplify condition for folding virtual calls
20969         and call gimple_fold_obj_type_ref.
20970         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
20971         (gimple_fold_obj_type_ref_known_binfo): Likewise.
20972
20973 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
20974
20975         * config/rs6000/rs6000-protos.h
20976         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
20977         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
20978         (rs6000_debug_mode_dependent_address)
20979         (rs6000_mode_dependent_address_ptr): Likewise.
20980
20981 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
20982
20983         PR debug/43983
20984         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
20985         by SRA.
20986         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
20987         * tree-sra.c (create_access_replacement): Call unshare_expr before
20988         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
20989         * dwarf2out.c: Include tree-flow.h.
20990         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
20991         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
20992         Handle DW_OP_bit_piece.
20993         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
20994         construct_piece_list, adjust_piece_list): New functions.
20995         (add_var_loc_to_decl): Handle SRA optimized variables.
20996         Adjust for var_loc_note to loc field renaming.
20997         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
20998         in VAR_LOCATION note.
20999         (new_loc_descr_op_bit_piece): New function.
21000         (dw_sra_loc_expr): New function.
21001         (dw_loc_list): Use it.  Don't handle the last range after the
21002         loop, handle it inside of the loop.  Adjust for var_loc_note
21003         to loc field renaming.
21004         (add_location_or_const_value_attribute): Only special case
21005         single entry loc lists if loc is NOTE_P.  Adjust for
21006         var_loc_note to loc field renaming.
21007         (dwarf2out_var_location): Don't set newloc->var_loc_note
21008         and newloc->next here.
21009
21010 2010-05-12  Jan Hubicka  <jh@suse.cz>
21011
21012         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
21013         flag.
21014         * cgraph.h (cgraph_only_called_directly_p,
21015         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
21016         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
21017         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
21018         (assemble
21019         * ipa.c (cgraph_remove_unreachable_nodes): Use
21020         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
21021         flags.
21022         * tree-inline.c (copy_bb): Check address_taken flag.
21023         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
21024         externally_visible flag.
21025
21026 2010-05-12  Jason Merrill  <jason@redhat.com>
21027
21028         PR bootstrap/44048
21029         PR target/44099
21030         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
21031         * sdbout.c (plain_type_1): Likewise.
21032         * dwarf2out.c (is_base_type): Likewise.
21033         (gen_type_die_with_usage): Likewise.  Generate
21034         DW_TAG_unspecified_type for any LANG_TYPE.
21035
21036 2010-05-12  Jan Hubicka  <jh@suse.cz>
21037
21038         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
21039         indrect edges too.
21040         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
21041         (cgraph_clone_edge): Update.
21042         (cgraph_node_remove_callees): Remove indirect calls too.
21043         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
21044         (cgraph_create_indirect_edge): Update prototype.
21045         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
21046         is_proper_for_analysis.
21047         (add_new_function, visited_nodes, function_insertion_hook_holder,
21048         get_local_reference_vars_info, mark_address_taken, mark_address,
21049         mark_load, mark_store, check_asm_memory_clobber, check_call,
21050         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
21051         (ipa_init): Do not initialize visited_nodes;
21052         function_insertion_hook_holder.
21053         (analyze_variable): Rewrite.
21054         (analyze_function): Rewrite.
21055         (copy_local_bitmap): Remove.
21056         (duplicate_node_dat): Do not duplicate local info.
21057         (generate_summary): Simplify to only walk cgraph.
21058         (write_node_summary_p, ipa_reference_write_summary,
21059         ipa_reference_read_summary): Remove.
21060         (propagate): Do not remove function insertion;
21061         generate summary.
21062         (pass_ipa_reference): NULLify summary handling fields.
21063         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
21064         (input_edge): Input ecf_flags.
21065         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
21066         (update_indirect_edges_after_inlining): Ignore edges with unknown
21067         param.
21068
21069 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
21070
21071         * implicit-zee.c: New file.
21072         * tree-pass.h (pass_implicit_zee): Declare.
21073         * passes.c (init_optimization_passes): Add zee pass.
21074         * common.opt (fzee): New flag.
21075         * timevar.def (TV_ZEE): Define.
21076         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
21077         and beyond.
21078         * Makefile.in (implicit-zee.o): Add new build file.
21079
21080 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
21081             Nathan Froyd  <froydnj@codesourcery.com>
21082
21083         * c-common.c (sync_resolve_params): Remove write-only variable.
21084
21085 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
21086
21087         * target.h (struct gcc_target): Add mode_dependent_address_p field.
21088         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
21089         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
21090         * targhooks.c (default_mode_dependent_address_p): New function.
21091         * targhooks.h (default_mode_dependent_address_p): Declare function.
21092         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
21093         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
21094         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
21095         target hook. Change return type to bool.
21096         * recog.h (mode_dependent_address_p): Change return type to bool.
21097
21098 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
21099             Nathan Froyd  <froydnj@codesourcery.com>
21100
21101         * tree-mudflap.c (build_function_type_0, build_function_type_1,
21102         build_function_type_2, build_function_type_3): Remove.
21103         (mudflap_init): Use build_function_type_list.
21104
21105 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
21106             Nathan Froyd  <froydnj@codesourcery.com>
21107
21108         * coverage.c (build_fn_info_value): Call build_constructor instead of
21109         build_constructor_from_list.
21110         (build_ctr_info_value): Likewise.
21111         (build_gcov_info): Likewise.
21112
21113 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
21114
21115         * tree.c (build_constructor): Compute TREE_CONSTANT for the
21116         resultant constructor.
21117         (build_constructor_single): Don't set TREE_CONSTANT.
21118         (build_constructor_from_list): Don't compute TREE_CONSTANT.
21119
21120 2010-05-12  Jan Hubicka  <jh@suse.cz>
21121
21122         * cgraph.h (struct varpool_node): Add aux.
21123         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
21124         * varpool.c (varpool_remove_node): Do not remove initializer.
21125         (varpool_reset_queue): Export.
21126         (varpool_finalize_decl): Volatile vars are forced to be output.
21127         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
21128         replaced decl.
21129         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
21130         process_references, varpool_can_remove_if_no_refs): New functions.
21131         (cgraph_remove_unreachable_nodes): Handle variables too.
21132
21133 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
21134
21135         PR target/44088
21136         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
21137
21138 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
21139
21140         PR middle-end/44085
21141         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
21142         change value of ORT_TASK.
21143         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
21144         (omp_notice_threadprivate_variable): New function.
21145         (omp_notice_variable): Call it for threadprivate variables.
21146         If enclosing ctx is a task, print enclosing task rather than
21147         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
21148         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
21149         if task has untied clause.
21150
21151         PR debug/42278
21152         * dwarf2out.c (base_type_die): Don't add name attribute here.
21153         (modified_type_die): Instead of sizetype use
21154         its underlying original type.  If a DW_TAG_base_type doesn't
21155         have name added, add __unknown__.
21156         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
21157         always call force_type_die instead.
21158
21159 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
21160
21161         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
21162         for __stack_chk_guard.
21163
21164 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
21165
21166         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
21167         don't call start_source_file debug hook here...
21168         (finish_options): ... but here, after outputting predefined and
21169         command line defines and undefs.
21170
21171         PR middle-end/44071
21172         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
21173         no fallthru edge.
21174         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
21175         optimizing away empty bb with no successors, move over its
21176         footer chain to fallthru predecessor.
21177         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
21178         (rtl_split_edge): For asm goto call patch_jump_insn even if
21179         splitting fallthru edge.
21180
21181         PR c++/44059
21182         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
21183         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
21184         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
21185         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
21186         on DW.ref.* decls.
21187
21188         PR c++/44062
21189         * c-parser.c (c_parser_expression): Mark LHS of a comma
21190         expression as read if it is a decl, handled component or
21191         COMPOUND_EXPR with that on the RHS.
21192         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
21193         if it is a decl or handled component.
21194
21195 2010-05-11  Jan Hubicka  <jh@suse.cz>
21196
21197         * lto-symtab.c (lto_symtab_free): New function.
21198         * lto-streamer.h (lto_symtab_free): Declare.
21199
21200 2010-05-11  Jan Hubicka  <jh@suse.cz>
21201
21202         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
21203         that if function is needed it is reachable.
21204         (lto_output_node): See if it the function is reachable or referenced.
21205         (output_cgraph): Update call of lto_output_node.
21206         * lto-streamer.h (reachable_from_other_partition_p): Declare.
21207
21208 2010-05-11  Jan Hubicka  <jh@suse.cz>
21209
21210         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
21211         Mark as used.
21212
21213 2010-05-11  Jan Hubicka  <jh@suse.cz>
21214
21215         PR tree-optimize/44063
21216         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
21217         queue.
21218         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
21219         limits.
21220         (estimate_function_body_sizes): Compute sizes even when disregarding.
21221
21222 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
21223
21224         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
21225
21226 2010-05-11  Jan Hubicka  <jh@suse.cz>
21227
21228         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
21229         into every boundary.
21230
21231 2010-05-11  Jan Hubicka  <jh@suse.cz>
21232
21233         * matrix-reorg.c (matrix_reorg): Rebuild edges.
21234
21235 2010-05-11  Jan Hubicka  <jh@suse.cz>
21236
21237         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
21238         lto_streamer_cache_delete): Put nodes into heap.
21239         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
21240         heap.
21241
21242 2010-05-11  Jan Hubicka  <jh@suse.cz>
21243
21244         * cgraphbuild.c (cgraph_rebuild_references): New.
21245         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
21246         out extern inlines.
21247         * cgraph.h (cgraph_rebuild_references): Declare.
21248         * tree-inline.c (tree_function_versioning): Use it.
21249         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
21250
21251 2010-05-11  Jan Hubicka  <jh@suse.cz>
21252
21253         * cgraph.c: Include ipa-utils.h
21254         (cgraph_create_virtual_clone): Update references.
21255         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
21256
21257 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
21258
21259         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
21260         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
21261         cache size.
21262
21263 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
21264
21265         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
21266
21267 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
21268
21269         * gcc.c (execute): For -### don't quote arguments that
21270         contain just alphanumerics and _/-. characters.
21271         * doc/invoke.texi: Document that change for -###.
21272
21273         PR debug/44023
21274         * df-problems.c (struct dead_debug): Add to_rescan field.
21275         (dead_debug_init): Clear to_rescan field.
21276         (dead_debug_finish): Rescan all debug insns in to_rescan
21277         bitmap and free the bitmap.
21278         (dead_debug_insert_before): Instead of rescanning debug insns
21279         immediately queue their rescanning until dead_debug_finish.
21280         (df_note_bb_compute): After dead_debug_add do continue instead
21281         of break.
21282
21283 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
21284
21285         PR debug/44028
21286         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
21287         clear also INSN_REG_USE_LIST.
21288
21289 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21290
21291         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
21292
21293 2010-05-10  Jan Hubicka  <jh@suse.cz>
21294
21295         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
21296         commited change.
21297
21298 2010-05-10  Jan Hubicka  <jh@suse.cz>
21299
21300         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
21301         Allocate encoders.
21302         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
21303         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
21304         (lto_streamer_cache_create): Init alloc pool.
21305         (lto_streamer_cache_delete): Free alloc pool.
21306         * lto-streamer.h: Include alloc pool.
21307         (lto_streamer_cache_d): Use alloc pool.
21308         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
21309
21310 2010-05-10  Jan Hubicka  <jh@suse.cz>
21311
21312         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
21313         * cgraphbuild.c: Include except.h
21314         (record_type_list, record_eh_tables): New function.
21315         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
21316
21317 2010-05-10  Jan Hubicka  <jh@suse.cz>
21318
21319         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
21320         __frame_dummy_init_array_entry, force_to_data): Attribute as used
21321         rather than unused.
21322
21323 2010-05-10  Michael Matz  <matz@suse.de>
21324
21325         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
21326         (can_reassociate_p): Use FLOAT_TYPE_P.
21327         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
21328         (vect_force_simple_reduction): ... this.
21329         * tree-parloops.c (gather_scalar_reductions): Use
21330         vect_force_simple_reduction.
21331         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
21332         vect_is_simple_reduction, add modify argument, if true rewrite
21333         "a-b" into "a+(-b)".
21334         (vect_is_simple_reduction, vect_force_simple_reduction): New
21335         functions.
21336         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
21337
21338 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
21339             Vladimir Makarov  <vmakarov@redhat.com>
21340
21341         PR rtl-optimization/44012
21342         * ira-build.c (remove_unnecessary_allocnos): Nullify
21343         regno_allocno_map of the removed allocno.
21344
21345 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21346
21347         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
21348         to /dev/null.
21349         * configure: Regenerate.
21350
21351 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21352
21353         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
21354         unused.
21355         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
21356         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
21357         support in Sun ld.
21358         * configure: Regenerate.
21359
21360 2010-05-10  Richard Guenther  <rguenther@suse.de>
21361
21362         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
21363         marked if the entry identifier is marked.
21364
21365 2010-05-10  Richard Guenther  <rguenther@suse.de>
21366
21367         * c-common.c (struct c_common_attributes): Add fnspec attribute.
21368         (handle_fnspec_attribute): New function.
21369         * gimple.h (gimple_call_return_flags): Declare.
21370         (gimple_call_arg_flags): Likewise.
21371         * gimple.c (gimple_call_arg_flags): New function.
21372         (gimple_call_return_flags): Likewise.
21373         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
21374         New argument flags.
21375         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
21376         return value flags.
21377         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
21378         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
21379         main work to ...
21380         (make_heapvar_for): ... this new function.
21381         (handle_rhs_call): Handle fnspec attribute argument specifiers.
21382         (handle_lhs_call): Likewise.
21383         (find_func_aliases): Adjust.
21384
21385 2010-05-10  Richard Guenther  <rguenther@suse.de>
21386
21387         PR tree-optimization/44050
21388         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
21389
21390 2010-05-10  Wei Guozhi  <carrot@google.com>
21391
21392         PR target/42879
21393         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
21394
21395 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
21396
21397         PR c/10676
21398         * c-typeck.c (lookup_field): Take a type directly.  Update
21399         recursive calls.
21400         (build_component_ref): Update call to lookup_field.
21401         (set_init_label): Use lookup_field to find initialized field.
21402         Handle returned list of fields like a sequence of designators.
21403
21404 2010-05-09  Richard Guenther  <rguenther@suse.de>
21405
21406         PR middle-end/44024
21407         * fold-const.c (tree_single_nonzero_warnv_p): Properly
21408         handle &FUNCTION_DECL.
21409
21410 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
21411
21412         PR c/4784
21413         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
21414         structures and unions recursively.
21415         (detect_field_duplicates): Move duplicate detection with a hash to
21416         detect_field_duplicates_hash.  Always use a hash if anonymous
21417         structures or unions are present.
21418         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
21419         give errors.
21420
21421 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
21422
21423         PR target/44046
21424         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
21425         detect Atom, Core 2 and Core i7.
21426
21427 2010-05-09  Richard Guenther  <rguenther@suse.de>
21428
21429         * gcc.c (store_arg): Handle temporary file deletion for
21430         joined arguments.
21431
21432 2010-05-09  Richard Guenther  <rguenther@suse.de>
21433
21434         PR middle-end/44043
21435         * ipa-inline.c (estimate_function_body_sizes): Return after
21436         disregarding inline limits.
21437
21438 2010-05-09  Richard Guenther  <rguenther@suse.de>
21439
21440         * gcc.c (store_arg): Revert last change.
21441
21442 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
21443
21444         PR middle-end/28685
21445         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
21446         (optimize_ops_list): Call it.
21447
21448 2010-05-08  Richard Guenther  <rguenther@suse.de>
21449
21450         PR tree-optimization/44030
21451         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
21452         NECESSARY flag if we propagate from a inserted expression.
21453
21454 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
21455
21456         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
21457         domain types as equal if they are both PLACEHOLDER_EXPRs.
21458
21459 2010-05-08  Richard Guenther  <rguenther@suse.de>
21460
21461         * lto-wrapper.c (run_gcc): Remove linker output from
21462         command line for LTRANS invocation.
21463
21464 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
21465
21466         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
21467         lto-macho as lto_binary_reader.
21468         * target.h (struct gcc_target): New hooks lto_start and lto_end.
21469         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
21470         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
21471         in lto_start and lto_end calls.
21472         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
21473         magic numbers.
21474         (scan_prog_file): Update is_elf_or_coff call.
21475         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
21476
21477         * collect2.c (main): Fix enum comparison.
21478
21479         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
21480         Add prototypes.
21481         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
21482         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
21483         and TARGET_ASM_LTO_END.
21484         * darwin.c: Include obstack.h and lto-streamer.h.
21485         (lto_section_names_offset, lto_section_names_obstack,
21486         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
21487         global variables.
21488         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
21489         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
21490         to a temporary file.
21491         (darwin_asm_lto_end): New function.  Restore asm_out_file.
21492         (darwin_asm_named_section): For LTO sections, replace the name with
21493         the offset of the section name in a string table, and build this
21494         table.
21495         (darwin_file_start): Initialize global vars for LTO support.
21496         (darwin_file_end): If output to asm_out_file was redirected, append it
21497         to the proper asm_out_file here.  Add the section names section.
21498
21499 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
21500
21501         * c-pragma.c (pending_weak_d, pending_weak): New.
21502         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
21503         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
21504         handle_pragma_weak): Update the uses of pending_weaks.
21505
21506 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21507
21508         PR documentation/44016
21509         * doc/standards.texi (Standards): Link to unversioned
21510         cxx0x_status.html page.
21511
21512 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
21513
21514         PR target/43708
21515         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
21516         in addition to TREE_USED, to avoid "set but unused" warnings.
21517
21518 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
21519
21520         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
21521         (is_loop_prefetching_profitable): Do not insert prefetches
21522         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
21523         times the prefetch ahead distance.
21524
21525 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
21526
21527         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
21528         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
21529         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
21530         the unroll_factor.
21531
21532 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
21533
21534         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
21535         a diagnostic info when the insn-to-mem ratio is too small.
21536
21537 2010-05-07  Richard Guenther  <rguenther@suse.de>
21538
21539         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
21540         the linker plugin.
21541         (store_arg): Queue temp_filename for deletion instead of
21542         the whole argument.
21543
21544 2010-05-07  Richard Guenther  <rguenther@suse.de>
21545
21546         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
21547         (run_gcc): Handle LTRANS phase invocation.
21548         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
21549
21550 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
21551
21552         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
21553         this is also meaningful on PARM_DECLs and RESULT_DECLs.
21554
21555 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21556
21557         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
21558
21559 2010-05-07  Richard Guenther  <rguenther@suse.de>
21560
21561         PR tree-optimization/44020
21562         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
21563         code when PRE is not yet initialized.
21564
21565 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21566
21567         * config/mips/dbxmdebug.h: Remove.
21568         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
21569
21570 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
21571
21572         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
21573         with null pointer and also warn about ordered comparison of zero with
21574         pointer if -Wextra.
21575
21576 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
21577
21578         * graphite-blocking.c
21579         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
21580         * graphite-clast-to-gimple.c
21581         (clast_to_gcc_expression): Same.
21582         (precision_for_value): Same.
21583         (precision_for_interval): Same.
21584         (gcc_type_for_interval): Same.
21585         (graphite_create_new_guard): Same.
21586         (compute_bounds_for_level): Same.
21587         (graphite_create_new_loop_guard): Same.
21588         * graphite-interchange.c
21589         (build_linearized_memory_access): Same.
21590         (pdr_stride_in_loop): Same.
21591         (memory_strides_in_loop_1): Same.
21592         (memory_strides_in_loop): Same.
21593         (extend_scattering): Same.
21594         (psct_scattering_dim_for_loop_depth): Same.
21595         (pbb_number_of_iterations): Same.
21596         * graphite-poly.h
21597         (debug_iteration_domains): Same.
21598         * graphite-ppl.c
21599         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
21600         (ppl_set_inhomogeneous_gmp): Same.
21601         (ppl_strip_loop): Same.
21602         (ppl_lexico_compare_linear_expressions): Same.
21603         (ppl_read_polyhedron_matrix): Same.
21604         (ppl_max_for_le_pointset): Same.
21605         * graphite-ppl.h
21606         (ppl_read_polyhedron_matrix): Same.
21607         (tree_int_to_gmp): Same.
21608         (gmp_cst_to_tree): Same.
21609         (ppl_set_inhomogeneous): Same.
21610         (ppl_set_inhomogeneous_tree): Same.
21611         (ppl_set_coef): Same.
21612         (ppl_set_coef_tree): Same.
21613         * graphite-sese-to-poly.c
21614         (build_pbb_scattering_polyhedrons): Same.
21615         (build_scop_scattering): Same.
21616         (scan_tree_for_params_right_scev): Same.
21617         (scan_tree_for_params): Same.
21618         (find_params_in_bb): Same.
21619         (find_scop_parameters): Same.
21620         (add_upper_bounds_from_estimated_nit): Same.
21621         (build_loop_iteration_domains): Same.
21622         (add_condition_to_domain): Same.
21623         (pdr_add_memory_accesses): Same.
21624
21625 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
21626
21627         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
21628         CLooG's value_* macros to their respective mpz_* counterparts.
21629         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
21630         (graphite_create_new_loop_guard): Same.
21631         * graphite-interchange.c (build_linearized_memory_access): Same.
21632         (pdr_stride_in_loop): Same.
21633         (memory_strides_in_loop_1): Same.
21634         (1st_interchange_profitable_p): Same.
21635         * graphite-poly.c (extend_scattering): Same.
21636         (psct_scattering_dim_for_loop_depth): Same.
21637         (pbb_number_of_iterations): Same.
21638         (pbb_number_of_iterations_at_time): Same.
21639         * graphite-poly.h (new_1st_loop): Same.
21640         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
21641         (oppose_constraint): Same.
21642         (insert_constraint_into_matrix): Same.
21643         (ppl_set_inhomogeneous_gmp): Same.
21644         (ppl_set_coef_gmp): Same.
21645         (ppl_strip_loop): Same.
21646         (ppl_lexico_compare_linear_expressions): Same.
21647         (ppl_max_for_le_pointset): Same.
21648         (ppl_min_for_le_pointset): Same.
21649         (ppl_build_realtion): Same.
21650         * graphite-ppl.h (gmp_cst_to_tree): Same.
21651         (ppl_set_inhomogeneous): Same.
21652         (ppl_set_inhomogeneous_tree): Same.
21653         (ppl_set_coef): Same.
21654         (ppl_set_coef_tree): Same.
21655         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
21656         (build_scop_scattering): Same.
21657         (add_value_to_dim): Same.
21658         (scan_tree_for_params_right_scev): Same.
21659         (scan_tree_for_params_int): Same.
21660         (scan_tree_for_params): Same.
21661         (find_params_in_bb): Same.
21662         (find_scop_parameters): Same.
21663         (add_upper_bounds_from_estimated_nit): Same.
21664         (build_loop_iteration_domains): Same.
21665         (create_linear_expr_from_tree): Same.
21666         (add_condition_to_domain): Same.
21667         (pdr_add_memory_accesses): Same.
21668
21669 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
21670             Jason Merrill  <jason@redhat.com>
21671
21672         * c-common.c (c_common_reswords): Add nullptr.
21673         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
21674         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
21675         (gen_type_die_with_usage): Likewise.
21676         * dbxout.c (dbxout_type): Likewise.
21677         * sdbout.c (plain_type_1): Likewise.
21678
21679 2010-05-06  Jason Merrill  <jason@redhat.com>
21680
21681         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
21682         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
21683         ret appropriately.
21684         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
21685
21686         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
21687         stripping WITH_SIZE_EXPR.
21688         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
21689         change.
21690
21691 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21692
21693         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
21694         list of obsolete configurations.
21695         Disabled check for obsolete configurations.
21696         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
21697         Removed support for previous versions.
21698         * config/mips/iris.h: Removed.
21699         * config/mips/iris5.h: Removed.
21700         * config/mips/iris6.h: Merged old iris.h contents.
21701         (TARGET_IRIX): Removed.
21702         (DRIVER_SELF_SPECS): Removed mabi=32.
21703         (IDENT_ASM_OP): Removed undef.
21704         (STARTFILE_SPEC): Removed mabi=32.
21705         (ENDFILE_SPEC): Likewise.
21706         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
21707         (MACHINE_TYPE): Update for IRIX 6.5.
21708         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
21709         TARGET_IRIX by TARGET_IRIX6.
21710         (mips_file_start): Likewise.
21711         (mips_output_external): Remove IRIX 5/6 O32 support.
21712         (mips_output_function_prologue): Likewise.
21713         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
21714         TARGET_IRIX6.
21715         (TARGET_CPU_CPP_BUILTINS): Likewise.
21716         (TARGET_IRIX): Removed.
21717         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
21718         (MULTILIB_DIRNAMES): Removed 32.
21719         (MULTILIB_OSDIRNAMES): Removed ../lib.
21720         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
21721         (Specific, mips-sgi-irix5): Document removal.
21722         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
21723         Remove references to older IRIX 6 releases and the O32 ABI.
21724
21725 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
21726
21727         PR bootstrap/43994
21728         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
21729         instead of DF_REF_REAL_REG.
21730
21731 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
21732
21733         PR target/43888
21734         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
21735         handling to still return true for x64 targets.
21736
21737 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
21738
21739         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
21740
21741 2010-05-06  Jan Hubicka  <jh@suse.cz>
21742
21743         PR tree-optimization/43791
21744         * ipa-inline.c (update_caller_keys): Remove bogus
21745         disregard_inline_limits check.
21746
21747 2010-05-06  Michael Matz  <matz@suse.de>
21748
21749         PR tree-optimization/43984
21750         * tree-ssa-pre.c (inserted_phi_names): Remove.
21751         (inserted_exprs): Change to bitmap.
21752         (create_expression_by_pieces): Set bits, don't append to vector.
21753         (insert_into_preds_of_block): Don't handle inserted_phi_names.
21754         (eliminate): Don't look at inserted_phi_names, remove deleted
21755         insns from inserted_exprs.
21756         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
21757         (init_pre, fini_pre): Allocate and free bitmaps.
21758         (execute_pre): Insert insns on edges before elimination.
21759
21760 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
21761
21762         * tree.c (initializer_zerop): Handle STRING_CST.
21763
21764 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21765
21766         PR 40989
21767         * doc/invoke.texi (Wimplicit): Document as C only.
21768         * opts.c (common_handle_option): Add argument kind.
21769         (handle_option): Rename as read_cmdline_option. Factor out code to...
21770         (handle_option): ... here. New.
21771         (handle_options): Rename as read_cmdline_options.
21772         (decode_options): Update call.
21773         (set_option): Use option index instead of option pointer. Classify
21774         diagnostics correctly.
21775         (enable_warning_as_error): Call handle_option.
21776         * opts.h (set_option): Update declaration.
21777         (handle_option): Declare.
21778         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
21779         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
21780         * c-opts.c (set_Wimplicit): Delete.
21781         (c_family_lang_mask): New static constant.
21782         (c_common_handle_option): Add argument kind. Use handle_option
21783         instead of set_Wimplicit.
21784         (c_common_post_options): warn_implicit and warn_implicit_int
21785         are disabled by default.
21786         * c-common.c (warn_implicit): Do not define here.
21787         * c-common.h (warn_implicit): Do not declare here.
21788         (c_common_handle_option): Update declaration.
21789         * lto-opts.c (lto_reissue_options): Update call to set_option.
21790
21791 2010-05-06  Richard Guenther  <rguenther@suse.de>
21792
21793         PR tree-optimization/43571
21794         * domwalk.c (walk_dominator_tree): Walk the dominator
21795         sons in more optimal order.
21796
21797 2010-05-06  Richard Guenther  <rguenther@suse.de>
21798
21799         PR tree-optimization/43934
21800         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
21801         (stmt_cost): Likewise.
21802         (extract_true_false_args_from_phi): New helper.
21803         (determine_max_movement): For PHI nodes verify we can hoist them
21804         and compute their cost.
21805         (determine_invariantness_stmt): Handle PHI nodes.
21806         (move_computations_stmt): Likewise.  Hoist PHI nodes in
21807         if-converted form using COND_EXPRs.
21808         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
21809         (tree_ssa_lim): Likewise.
21810         * tree-flow.h (tree_ssa_lim): Adjust prototype.
21811         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
21812
21813 2010-05-06  Richard Guenther  <rguenther@suse.de>
21814
21815         PR tree-optimization/43987
21816         * tree-ssa-structalias.c (could_have_pointers): For possibly
21817         address-taken variables force pointers to be recorded.
21818         (create_variable_info_for_1): Likewise.
21819         (push_fields_onto_fieldstack): Pass in wheter all fields
21820         must have pointers.
21821         (find_func_aliases): Query types instead of vars whether
21822         they contain pointers where appropriate.
21823
21824 2010-05-06  Jan Hubicka  <jh@suse.cz>
21825
21826         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
21827         (record_reference, mark_address, mark_load, mark_store): Record
21828         references.
21829         (record_references_in_initializer): Update call of record_references.
21830         (rebuild_cgraph_edges): Remove all references before rebuiding.
21831         * cgraph.c (cgraph_create_node): Clear ref list.
21832         (cgraph_remove_node): Remove references.
21833         (dump_cgraph_node): Dump references.
21834         (cgraph_clone_node): Clone references.
21835         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
21836         (struct cgraph_node, varpool_node): Add ref_lst.
21837         * ipa-ref.c: New file.
21838         * ipa-ref.h: New file.
21839         * ipa-ref-inline.h: New file.
21840         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
21841         (referenced_from_other_partition_p): New function.
21842         (lto_output_varpool_node): Take set arugment; call
21843         referenced_from_other_partition.
21844         (lto_output_ref): New.
21845         (add_references): New.
21846         (output_refs): New.
21847         (output_cgraph): Compute boundary based on references; output refs.
21848         (output_varpool): Accept cgraph_node_set argument.
21849         (input_ref): New.
21850         (input_refs): New.
21851         (input_cgraph): Call input_refs.
21852         * lto-section-in.c (lto_section_name): Add refs.
21853         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
21854         (ipa-ref.o): New file.
21855         * varpool.c (varpool_node): Clear ipa ref list.
21856         (varpool_remove_node): Remove references.
21857         (dump_varpool_node): Dump references.
21858         (varpool_assemble_decl): Only compile finalized ones.
21859         (varpool_extra_name_alias): Initialize ref list.
21860         * lto-streamer.c (lto-get_section_name): Add .refs section.
21861         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
21862         (referenced_from_other_partition_p): Declared.
21863
21864 2010-05-06  Ira Rosen  <irar@il.ibm.com>
21865
21866         PR tree-optimization/43901
21867         * tree-vect-stmts.c (vectorizable_call): Assert that vector
21868         type is not NULL if it's transformation phase, and return
21869         FALSE if it's analysis.
21870         (vectorizable_conversion, vectorizable_operation,
21871         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
21872
21873 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
21874
21875         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
21876         Delete.
21877         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
21878         New define.
21879         * config/mips/mips-protos.h
21880         (mips_small_register_classes_for_mode_p): Delete prototype.
21881
21882 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
21883
21884         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
21885         * config/arm/arm.c (multiple_operation_profitable_p,
21886         compute_offset_order): New static functions.
21887         (load_multiple_sequence, store_multiple_sequence): Use them.
21888         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
21889         memory offsets, not register numbers.
21890         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
21891
21892 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
21893
21894         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
21895         (get_pending_sizes, put_pending_size, put_pending_sizes):
21896         Update the uses of pending_sizes.
21897         * c-decl.c (store_parm_decls): Likewise.
21898         * c-tree.h (struct c_arg_info): Likewise.
21899         * tree.h: Update the prototype for get_pending_sizes and
21900         put_pending_sizes.
21901
21902 2010-05-05  Jason Merrill  <jason@redhat.com>
21903
21904         PR debug/43370
21905         * c-common.c (handle_aligned_attribute): Respect
21906         ATTR_FLAG_TYPE_IN_PLACE.
21907
21908         PR testsuite/43758
21909         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
21910         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
21911         (TARGET_INITIALIZER): Use it.
21912         * c-common.c (attribute_takes_identifier_p): Call it.
21913         * c-common.h: Update prototype.
21914         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
21915         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
21916
21917 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
21918
21919         PR debug/43950
21920         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
21921         DW_ID_down_case for Fortran compilation units.
21922
21923 2010-05-05  Jan Hubicka  <jh@suse.cz>
21924
21925         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
21926         handle aliases.
21927
21928 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
21929
21930         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
21931         a variable-sized RESULT_DECL.
21932
21933 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
21934
21935         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
21936
21937 2010-05-05  Jason Merrill  <jason@redhat.com>
21938
21939         PR c++/43787
21940         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
21941         returns GS_OK.
21942         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
21943
21944 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
21945             Jakub Jelinek  <jakub@redhat.com>
21946
21947         PR debug/43478
21948         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
21949         (dead_debug_init, dead_debug_finish): New functions.
21950         (dead_debug_add, dead_debug_insert_before): Likewise.
21951         (df_note_bb_compute): Initialize a dead_debug object, add dead
21952         debug uses to it, insert debug bind insns before death insns,
21953         reset debug insns that refer to pending uses at the end.
21954         * rtl.h (make_debug_expr_from_rtl): New prototype.
21955         * varasm.c (make_debug_expr_from_rtl): New function.
21956
21957 2010-05-05  Jan Hubicka  <jh@suse.cz>
21958
21959         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
21960         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
21961         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
21962         lto_varpool_encoder_deref, lto_varpool_encoder_size,
21963         lto_varpool_encoder_encode_initializer_p,
21964         lto_set_varpool_encoder_encode_initializer): New functions.
21965         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
21966         call output_varpool.
21967         (input_varpool_node): Do not always set analyzed.
21968         (input_cgraph_1): Return vector of cgraph nodes.
21969         (input_varpool_1): Return vector of varpools.
21970         (input_cgraph): Free the vectors.
21971         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
21972         output only initializers needed.
21973         (lto_output): Only call output_cgraph.
21974         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
21975         * lto-section-out.c (lto_new_out_decl_state): Initialize
21976         state->varpool_node_encoder.
21977         * lto-streamer.h (lto_varpool_encoder_d): New.
21978         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
21979         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
21980         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
21981         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
21982         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
21983         Declare.
21984         (output_varpool, input_varpool): Remove declarations.
21985
21986 2010-05-05  Jan Hubicka  <jh@suse.cz>
21987
21988         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
21989         with body can prevail.
21990
21991 2010-05-05  Jan Hubicka  <jh@suse.cz>
21992
21993         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
21994         size.
21995
21996 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21997
21998         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
21999
22000         * gengtype.h (erro_at_line): Constify pos argument.
22001
22002         * gengtype.c: Include hashtab.h.
22003         (enum gc_used): Document GC_MAYBE_POINTED_TO.
22004         (error_at_line): Constify pos argument.
22005         (do_typedef): Initialize p->opt field.
22006         (get_file_gtfilename): Fix comment typo.
22007         (struct walk_type_data): Constify line field.
22008         (get_output_file_for_structure): New function.
22009         (write_local_func_for_structure): Constify orig_s argument.
22010         Use get_output_file_for_structure.
22011         (write_func_for_structure): Use get_output_file_for_structure.
22012         (INDENT): New define.
22013         (dump_pair, dump_type, dump_type_list, dump_typekind)
22014         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
22015         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
22016         functions.
22017         (seen_types): New variable.
22018         (main): New variable do_dump.  Process "-d" command line option.
22019         Call dump_everything if dump requested.
22020
22021 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
22022
22023         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
22024         in a temporary instead of invoking the macro multiple times.
22025         (track_expr_p): Likewise.
22026
22027 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
22028
22029         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
22030         per new semantics.
22031         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
22032         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
22033         conditions for printing notes.
22034         * common.opt (-Wcoverage-mismatch): Allow negative, default to
22035         true, update documentation.
22036         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
22037
22038 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
22039
22040         PR c/43981
22041         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
22042         on dimen.
22043
22044 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
22045
22046         PR target/43799
22047         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
22048         (*sse_prologue_save_insn1): Likewise.
22049         (SSE prologue save splitter): Likewise.
22050
22051 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
22052
22053         * tree.c (free_lang_data_in_one_sizepos): New inline function.
22054         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
22055         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
22056         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
22057         all decls.  Call it on DECL_FIELD_OFFSET of fields.
22058         (find_decls_types_r): Follow DECL_VALUE_EXPR.
22059         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
22060
22061 2010-05-04  Martin Jambor  <mjambor@suse.cz>
22062
22063         * tree-sra.c (build_access_from_expr_1): The first parameter type
22064         changed to simple tree.
22065         (build_access_from_expr): Likewise, gsi parameter was eliminated.
22066         (scan_assign_result): Renamed to assignment_mod_result, enum elements
22067         renamed as well.
22068         (build_accesses_from_assign): Removed all parameters except for a
22069         simple gimple statement.  Now returns a simple bool.
22070         (scan_function): All non-analysis parts moved to separate functions
22071         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
22072         parameters and updated both callers.
22073         (sra_modify_expr): Removed parameter data.
22074         (sra_modify_function_body): New function.
22075         (perform_intra_sra): Call sra_modify_function_body to modify the
22076         function body.
22077         (replace_removed_params_ssa_names): Parameter data changed into
22078         adjustments vector.
22079         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
22080         changed the parameter dont_convert to convert with the opposite
22081         meaning.
22082         (sra_ipa_modify_assign): Parameter data changed into adjustments
22083         vector, return value changed to bool.
22084         (ipa_sra_modify_function_body): New function.
22085         (sra_ipa_reset_debug_stmts): Updated a comment.
22086         (modify_function): Use ipa_sra_modify_function_body to modify function
22087         body.
22088
22089 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
22090
22091         PR middle-end/43671
22092         * alias.c (true_dependence): Handle the same VALUE in x and mem.
22093         (canon_true_dependence): Likewise.
22094         (write_dependence_p): Likewise.
22095
22096 2010-05-04  Jan Hubicka  <jh@suse.cz>
22097
22098         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
22099         * cgraphbuild.c: Include ipa-utils.h
22100         (record_reference_ctx): New struct.
22101         (record_reference): Simplify to work on initializers; not statements.
22102         (mark_address, mark_load, mark_store): New.
22103         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
22104         walk PHI nodes too.
22105         (record_references_in_initializer): Update use of record_reference.
22106         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
22107         walk PHI nodes too.
22108
22109 2010-05-04  Jan Hubicka  <jh@suse.cz>
22110
22111         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
22112         node will be removed anyway.
22113         (lto_varpool_replace_node): Allow also unanalyzed nodes;
22114         relink aliases of node into prevailing node.
22115         * varpool.c (varpool_remove_node): Remove aliases properly;
22116         when removing node, remove all its aliases too; remove DECL_INITIAL
22117         of removed node; ggc_free the varpool node.
22118
22119 2010-05-04  Richard Guenther  <rguenther@suse.de>
22120
22121         PR tree-optimization/43879
22122         * tree-ssa-structalias.c (alias_get_name): Use
22123         DECL_ASSEMBLER_NAME if available.
22124         (create_function_info_for): Return the varinfo node.
22125         (ipa_pta_execute): Associate same-body aliases and extra names
22126         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
22127
22128 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
22129
22130         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
22131
22132 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
22133
22134         PR bootstrap/43964
22135         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
22136         only if HONOR_REG_ALLOC_ORDER is not defined.
22137
22138 2010-05-04  Richard Guenther  <rguenther@suse.de>
22139
22140         PR tree-optimization/43949
22141         * tree-vrp.c (extract_range_from_binary_expr): Only handle
22142         TRUNC_MOD_EXPR.
22143
22144 2010-04-26  Jason Merrill  <jason@redhat.com>
22145
22146         * c.opt (-fstrict-enums): New.
22147         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
22148
22149 2010-05-03  David Ung  <davidu@mips.com>
22150             James E. Wilson  <wilson@codesourcery.com>
22151
22152         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
22153         emit the trap instruction before the divide for TUNE_74K.
22154
22155 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
22156
22157         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
22158         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
22159         based on the above, for new target hook.
22160
22161         * hooks.c (hook_bool_mode_true): New generic hook.
22162         * hooks.h (hook_bool_mode_true): Add prototype.
22163
22164         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
22165         target hook.
22166         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
22167         target hook, set to hook_bool_mode_false.
22168         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
22169         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
22170         with targetm.small_register_classes_for_mode_p.
22171         (find_reusable_reload): Likewise.
22172         (combine_reloads): Likewise.
22173         * reload1.c (reload_as_needed): Likewise.
22174         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
22175         * ifcvt.c (noce_process_if_block, check_cond_move_block,
22176         dead_or_predicable): Likewise.
22177         * regmove.c (optimize_reg_copy_1): Likewise.
22178         * calls.c (prepare_call_address): Likewise.
22179         (precompute_register_parameters): Likewise.
22180
22181         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
22182         hook definition.
22183         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
22184         implementation of the hook that considers all register classes
22185         small except for SH64.
22186         (sh_override_options): Use the new hook.
22187         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
22188         Add prototype.
22189
22190         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
22191         hook definition.
22192         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
22193         implementation of the hook that considers all register classes
22194         small for THUMB1.
22195         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
22196         Add prototype.
22197
22198         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
22199         hook definition.
22200         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
22201         implementation of the hook that considers all register classes
22202         small for MIPS16.
22203         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
22204         Add prototype.
22205
22206         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
22207         hook definition.
22208         * config/m32c/m32c.h: Likewise.
22209         * config/pdp11/pdp11.h: Likewise.
22210         * config/avr/avr.h: Likewise.
22211         * config/xtensa/xtensa.h: Likewise.
22212         * config/m68hc11/m68hc11.h: Likewise.
22213         * config/mn10300/mn10300.h: Likewise.
22214         * config/mcore/mcore.h: Likewise.
22215         * config/h8300/h8300.h: Likewise.
22216         * config/bfin/bfin.h: Likewise.
22217
22218         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
22219         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
22220
22221 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
22222
22223         * double-int.h (tree_to_double_int): Remove macro.
22224         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
22225         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
22226         (tree_to_double_int): New function.
22227         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
22228         Move ...
22229         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
22230
22231 2010-05-03  Richard Guenther  <rguenther@suse.de>
22232
22233         PR tree-optimization/43971
22234         * tree-ssa-structalias.c (get_constraint_for_1): Fix
22235         constraints in the !flag_delete_null_pointer_checks case.
22236
22237 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
22238
22239         PR debug/43972
22240         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
22241         result mode matches original rtl mode.
22242
22243 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
22244
22245         PR target/43888
22246         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
22247
22248 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
22249
22250         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
22251         when processing flag options.
22252
22253 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
22254
22255         * gcov-iov.c (main): Change format string placeholder
22256         from %#08x to 0x%08x.
22257         * genchecksum.c (dosum): Change format string placeholder
22258         from %#02x to 0x%02x.
22259
22260 2010-05-02  Richard Guenther  <rguenther@suse.de>
22261
22262         PR tree-optimization/43879
22263         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
22264
22265 2010-05-02  Bruno Haible  <bruno@clisp.org>
22266
22267         * doc/extend.texi (Function Attributes): Fix a typo.
22268
22269 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
22270
22271         Revert:
22272         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
22273         placeholder from 0x%x to %#x.
22274         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
22275         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
22276         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
22277         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
22278         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
22279         * config/i386/i386.c (ix86_target_string): Ditto.
22280         * config/i386/i386.c (output_pic_addr_const): Ditto.
22281         (print_operand): Ditto.
22282
22283 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
22284
22285         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
22286         placeholder from 0x%x to %#x.
22287         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
22288         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
22289         (ASM_OUTPUT_DEBUG_DATA): Ditto.
22290         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
22291         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
22292         * optc-gen.awk: Ditto.
22293         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
22294         (HOST_WIDE_INT_PRINT_HEX): Ditto.
22295         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
22296         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
22297
22298 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
22299
22300         * target.h (struct calls): Add function_value_regno_p field.
22301         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
22302         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
22303         * targhooks.c (default_function_value_regno_p): New function.
22304         * targhooks.h (default_function_value_regno_p): Declare function.
22305         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
22306         * builtins.c. (apply_result_size): (Ditto.).
22307         * combine.c. (likely_spilled_retval_p): (Ditto.).
22308         * mode-switching.c. Include 'target.h'.
22309         (create_pre_exit): Use function_value_regno_p hook.
22310         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
22311         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
22312         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
22313
22314         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
22315         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
22316         (ix86_function_value_regno_p): Declare as static, change argument
22317         type to const unsigned int.
22318         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
22319
22320 2010-05-01  Richard Guenther  <rguenther@suse.de>
22321
22322         PR tree-optimization/43949
22323         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
22324         types.
22325         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
22326
22327 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
22328
22329         * rtl.h (CONST_DOUBLE_P): Define.
22330         (rtx_to_double_int): Declare.
22331         * emit-rtl.c (rtx_to_double_int): New function.
22332         * dwarf2out.c (insert_double): New function.
22333         (loc_descriptor, add_const_value_attribute): Clean up, use
22334         rtx_to_double_int and insert_double functions.
22335
22336 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
22337
22338         * doc/extend.texi (Inline): Add missing return keyword to examples.
22339         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
22340         "command-line".
22341
22342 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
22343
22344         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
22345         the variable part of the offset as well.  Use highest_pow2_factor for
22346         all alignment checks.
22347
22348 2010-04-30  Richard Guenther  <rguenther@suse.de>
22349
22350         PR tree-optimization/43879
22351         * tree-ssa-structalias.c (type_could_have_pointers): Functions
22352         can have pointers.
22353
22354 2010-04-30  Jan Hubicka  <jh@suse.cz>
22355
22356         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
22357         varpool.
22358         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
22359
22360 2010-04-30  Jan Hubicka  <jh@suse.cz>
22361
22362         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
22363         New.
22364         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
22365         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
22366         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
22367         cgraph_node_set_needs_ltrans_p): Remove.
22368
22369 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
22370
22371         * sdbout.c: Include vec.h, do not include varray.h.
22372         (deferred_global_decls, sdbout_global_decl,
22373         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
22374         * toplev.c: Do not include varray.h.
22375         (dump_memory_report): Do not dump VARRAY statistics.
22376         * gengtype.c (open_base_file): Ignore varray.h.
22377         * Makefile.in: Update for abovementioned changes.
22378         Remove all traces of varray.c and varray.h.
22379         * varray.c: Remove file.
22380         * varray.h: Remove file.
22381
22382 2010-04-30  Jan Hubicka  <jh@suse.cz>
22383
22384         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
22385         references.
22386
22387 2010-04-30  Jan Hubicka  <jh@suse.cz>
22388
22389         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
22390         needed.
22391
22392 2010-04-30  Richard Guenther  <rguenther@suse.de>
22393
22394         * tree-ssa-structalias.c (get_constraint_for_1): Generate
22395         constraints for CONSTRUCTOR.
22396
22397 2010-04-30  Richard Guenther  <rguenther@suse.de>
22398
22399         PR lto/43946
22400         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
22401         first after all lowering passes.
22402
22403 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
22404
22405         * toplev.c: Include varray.h for statistics dumping.
22406         * tree.h: Do not declare varray_head_tag.
22407         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
22408         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
22409         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
22410         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
22411         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
22412         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
22413         c-common.c, c-common.h, reg-stack.c, basic-block.h,
22414         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
22415         include varray.h.
22416         * Makefile.in: Update for abovementioned changes.
22417
22418 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
22419
22420         PR debug/43942
22421         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
22422
22423 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
22424
22425         * config/picochip/picochip.c (picochip_legitimize_address): Define.
22426         Use this function to do machine-specific conversion.
22427         (picochip_legitimize_reload_address): Likewise.
22428         (picochip_legitimate_address_p): Check valid base register only if
22429         strict.
22430         (picochip_check_conditional_copy): Check for modw only if opnd is
22431         register.
22432         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
22433         to call the function in c.
22434         * config/picochip/picochip-protos.h
22435         (picochip_legitimize_reload_address): Define.
22436         * config/picochip/picochip.md (supported_compare1): Define.
22437
22438 2010-04-30  Jan Hubicka  <jh@suse.cz>
22439
22440         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
22441         (cgraph_global_info): Remove inlined.
22442         (LTO_cgraph_tag_names): Remove.
22443         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
22444         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
22445         simplify cgraph tags and document.
22446         (lto_output_node): Use only LTO_cgraph_unavail_node and
22447         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
22448         for_functions_valid, global info, process and output flags.
22449         (input_overwrite_node): Initialize estimated stack size and
22450         estimated growth.  Do not read flags we no longer store.
22451         (input_node): Likewise do not read info no longer stored.
22452         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
22453         flag.
22454
22455 2010-04-30  Richard Guenther  <rguenther@suse.de>
22456
22457         PR tree-optimization/43879
22458         * tree-ssa-structalias.c (get_constraint_for_1): Properly
22459         handle non-zero initializers.
22460
22461 2010-04-30  Richard Guenther  <rguenther@suse.de>
22462
22463         * builtins.c (fold_builtin_1): Delete free (0).
22464
22465 2010-04-29  Jan Hubicka  <jh@suse.cz>
22466
22467         * gengtype.c (open_base_files): Add lto-streamer.h
22468         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
22469         (pass_ipa_cp): GGC collect.
22470         * toplev. (compile_file): Do not output symbols.
22471         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
22472         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
22473         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
22474         * lto-section-in.c: Include ggc.h
22475         (lto_new_in_decl_state): Alloc in GGC.
22476         (lto_delete_in_decl_state): Likewise.
22477         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
22478         Collect.
22479
22480 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
22481
22482         PR target/42895
22483         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
22484         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
22485         (HONOR_REG_ALLOC_ORDER): Describe new macro.
22486         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
22487         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
22488         account only if HONOR_REG_ALLOC_ORDER is not defined.
22489         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
22490         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
22491
22492 2010-04-29  Jon Grant  <04@jguk.org>
22493
22494         * collect2.c (vflag): Change type from int to bool.
22495         (debug): Likewise.
22496         (helpflag): New global bool.
22497         (main): Set vflag and debug with boolean, not integer truth values.
22498         Accept new "--help" option and output usage text if found.
22499         * collect2.h (vflag): Update prototype.
22500         (debug): Likewise.
22501
22502 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
22503
22504         PR bootstrap/43936
22505         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
22506
22507 2010-04-29  Richard Guenther  <rguenther@suse.de>
22508
22509         PR bootstrap/43935
22510         * plugin.h (invoke_plugin_callbacks): Annotate arguments
22511         with ATTRIBUTE_UNUSED.
22512
22513 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
22514
22515         PR target/43921
22516         * config/i386/i386.c (get_some_local_dynamic_name): Replace
22517         INSN_P with NONDEBUG_INSN_P.
22518         (distance_non_agu_define): Likewise.
22519         (distance_agu_use): Likewise.
22520
22521 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
22522
22523         From Dominique d'Humieres  <dominiq@lps.ens.fr>
22524         PR bootstrap/43858
22525         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
22526         test_set.
22527
22528 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
22529
22530         * plugin.h (invoke_plugin_callbacks): New inline function.
22531         * plugin.c (flag_plugin_added): New global flag.
22532         (add_new_plugin): Initialize above flag.
22533         (invoke_plugin_callbacks): Rename to ...
22534         (invoke_plugin_callbacks_full): ... this.
22535
22536 2010-04-28  Jan Hubicka  <jh@suse.cz>
22537
22538         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
22539         (lto_varpool_replace_node): New.
22540         (lto_symtab_resolve_symbols): Resolve varpool nodes.
22541         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
22542         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
22543         * cgraph.h (varpool_node_ptr): New type.
22544         (varpool_node_ptr): New vector.
22545         (varpool_node_set_def): New structure.
22546         (varpool_node_set): New type.
22547         (varpool_node_set): New vector.
22548         (varpool_node_set_element_def): New structure.
22549         (varpool_node_set_element, const_varpool_node_set_element): New types.
22550         (varpool_node_set_iterator): New type.
22551         (varpool_node): Add prev pointers, add used_from_other_partition,
22552         in_other_partition.
22553         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
22554         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
22555         varpool_get_node, varpool_remove_node): Declare.
22556         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
22557         varpool_node_set_size): New inlines.
22558         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
22559         * tree-pass.h (varpool_node_set_def): Forward declare.
22560         (ipa_opt_pass_d): Summary writting takes vnode sets too.
22561         (ipa_write_optimization_summaries): Update prototype.
22562         * ipa-cp.c (ipcp_write_summary): Update.
22563         * ipa-reference.c (ipa_reference_write_summary): Update.
22564         * lto-cgraph.c (lto_output_varpool_node): New static function.
22565         (output_varpool): New function.
22566         (input_varpool_node): New static function.
22567         (input_varpool_1): New function.
22568         (input_cgraph): Input varpool.
22569         * ipa-pure-const.c (pure_const_write_summary): Update.
22570         * lto-streamer-out.c (lto_output): Update, output varpool too.
22571         (write_global_stream): Kill WPA hack.
22572         (produce_asm_for_decls): Update.
22573         (output_alias_pair_p): Handle variables.
22574         (output_unreferenced_globals): Output only needed partition of varpool.
22575         * ipa-inline.c (inline_write_summary): Update.
22576         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
22577         cgraph.
22578         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
22579         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
22580         varpool_node_set_new, varpool_node_set_add,
22581         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
22582         debug_varpool_node_set): New functions.
22583         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
22584         (execute_one_pass): Process new decls too.
22585         (ipa_write_summaries_2): Pass around vsets.
22586         (ipa_write_summaries_1): Likewise.
22587         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
22588         to add.
22589         (ipa_write_optimization_summaries_1): Pass around vsets.
22590         (ipa_write_optimization_summaries): Likewise.
22591         * varpool.c (varpool_get_node): New.
22592         (varpool_node): Update doubly linked lists.
22593         (varpool_remove_node): New.
22594         (dump_varpool_node): More dumping.
22595         (varpool_enqueue_needed_node): Update doubly linked lists.
22596         (decide_is_variable_needed): Kill ltrans hack.
22597         (varpool_finalize_decl): Kill lto hack.
22598         (varpool_assemble_decl): Skip decls in other partitions.
22599         (varpool_assemble_pending_decls): Update doubly linkes lists.
22600         (varpool_empty_needed_queue): Likewise.
22601         (varpool_extra_name_alias): Likewise.
22602         * lto-streamer.c (lto_get_section_name): Add vars section.
22603         * lto-streamer.h (lto_section_type): Update.
22604         (output_varpool, input_varpool): Declare.
22605
22606 2010-04-28  Mike Stump  <mikestump@comcast.net>
22607
22608         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
22609
22610 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
22611
22612         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
22613         record or union type with RECORD_OR_UNION_TYPE_P predicate.
22614         (lto_input_ts_type_tree_pointers): Likewise.
22615         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
22616         (lto_output_ts_type_tree_pointers): Likewise.
22617
22618 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
22619
22620         Uniquization of constants at the Tree level
22621         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
22622         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
22623         bit to the end.
22624         (tree_output_constant_def): Declare.
22625         * gimplify.c (gimplify_init_constructor): When using block copy, first
22626         uniquize the constant constructor on the RHS.
22627         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
22628         DECL_IN_CONSTANT_POOL flag.
22629         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
22630         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
22631         constant pool.
22632         (assemble_variable): Deal with symbols belonging to the tree constant
22633         pool.
22634         (get_constant_section): Add ALIGN parameter and simplify.
22635         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
22636         (assemble_constant_contents): Use the expression of the VAR_DECL.
22637         (output_constant_def_contents): Use the alignment of the VAR_DECL.
22638         (tree_output_constant_def): New global function.
22639         (mark_constant): Use the expression of the VAR_DECL.
22640         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
22641         its expression.
22642         (output_object_block): Likewise and assemble the expression.
22643
22644 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
22645
22646         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
22647         hash_tree, eq_tree): New tree hash table.
22648         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
22649         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
22650         lto_orig_address_remove): Reimplement.
22651
22652 2010-04-28  Xinliang David Li  <davidxl@google.com>
22653
22654         PR c/42643
22655         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
22656         (compute_uninit_opnds_pos): New function.
22657         (is_non_loop_exit_postdominating): New function.
22658         (compute_control_dep_chain): New function.
22659         (find_pdom): New function.
22660         (convert_control_dep_chain_into_preds): New function.
22661         (find_predicates): New function.
22662         (find_control_equiv_block): New function.
22663         (collect_phi_def_edges): New function.
22664         (find_def_preds): New function.
22665         (find_dom): New function.
22666         (dump_predicates): New function.
22667         (get_cmp_code): New function.
22668         (is_value_included_in): New function.
22669         (find_matching_predicate_in_rest_chains): New function.
22670         (use_pred_not_overlap_with_undef_path_pred): New function.
22671         (is_use_properly_guarded): New function.
22672         (normalize_cond_1): New function.
22673         (is_and_or_or): New function.
22674         (normalize_cond): New function.
22675         (is_gcond_subset_of): New function.
22676         (is_subset_of_any): New function.
22677         (is_or_set_subset_of): New function.
22678         (is_and_set_subset_of): New function.
22679         (is_norm_cond_subset_of): New function.
22680         (is_pred_expr_subset_of): New function.
22681         (is_pred_chain_subset_of): New function.
22682         (is_included_in): New function.
22683         (is_superset_of): New function.
22684         (find_uninit_use): New function.
22685         (warn_uninitialized_phi): New function.
22686         (compute_possibly_undefined_names): New function.
22687         (ssa_undefined_value_p): New function.
22688         (execute_late_warn_uninitialized): New function.
22689         * tree-ssa.c (ssa_undefined_value_p): Removed.
22690         (warn_uninit): Changed to extern.
22691         (warn_uninitialized_phi): Removed.
22692         (warn_uninitialized_vars): Changed to extern.
22693         (execute_late_warn_uninitialized): Removed
22694         * tree-flow.h: Add new prototypes.
22695         * timevar.def: Add new time variable.
22696         * Makefile.in: Add new build file.
22697
22698 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
22699
22700         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
22701         type if available.
22702
22703 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22704
22705         PR target/22224
22706         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
22707
22708 2010-04-28  Martin Jambor  <mjambor@suse.cz>
22709
22710         * cgraph.h (struct cgraph_node): New field indirect_calls.
22711         (struct cgraph_indirect_call_info): New type.
22712         (struct cgraph_edge): Removed field indirect_call. New fields
22713         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
22714         (cgraph_create_indirect_edge): Declare.
22715         (cgraph_make_edge_direct): Likewise.
22716         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
22717         * ipa-prop.h (struct ipa_param_call_note): Removed.
22718         (struct ipa_node_params): Removed field param_calls.
22719         (ipa_create_all_structures_for_iinln): Declare.
22720         * cgraph.c: Described indirect edges and uids in initial comment.
22721         (cgraph_add_edge_to_call_site_hash): New function.
22722         (cgraph_edge): Search also among the indirect edges, use
22723         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
22724         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
22725         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
22726         site hash.
22727         (initialize_inline_failed): Assign a reason to indirect edges.
22728         (cgraph_create_edge_1): New function.
22729         (cgraph_create_edge): Moved some functionality to
22730         cgraph_create_edge_1.
22731         (cgraph_create_indirect_edge): New function.
22732         (cgraph_edge_remove_callee): Add an assert checking for
22733         non-indirectness.
22734         (cgraph_edge_remove_caller): Special-case indirect edges.
22735         (cgraph_remove_edge): Likewise.
22736         (cgraph_set_edge_callee): New function.
22737         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
22738         (cgraph_make_edge_direct): New function.
22739         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
22740         the declaration of the call statement matches.
22741         (cgraph_node_remove_callees): Special-case indirect edges.
22742         (cgraph_clone_edge): Likewise.
22743         (cgraph_clone_node): Clone also the indirect edges.
22744         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
22745         indirect_call, dump count of indirect_calls edges.
22746         * ipa-prop.c (iinlining_processed_edges): New variable.
22747         (ipa_note_param_call): Create indirect edges instead of
22748         creating notes.  New parameter node.
22749         (ipa_analyze_call_uses): New parameter node, pass it on to
22750         ipa_note_param_call.
22751         (ipa_analyze_stmt_uses): Likewise.
22752         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
22753         (print_edge_addition_message): Work on edges rather than on notes.
22754         (update_call_notes_after_inlining): Likewise, renamed to
22755         update_indirect_edges_after_inlining.
22756         (ipa_create_all_structures_for_iinln): New function.
22757         (ipa_free_node_params_substructures): Do not free notes.
22758         (ipa_edge_duplication_hook): Propagate bits within
22759         iinlining_processed_edges bitmap.
22760         (ipa_node_duplication_hook): Do not duplicate notes.
22761         (free_all_ipa_structures_after_ipa_cp): Renamed to
22762         ipa_free_all_structures_after_ipa_cp.
22763         (free_all_ipa_structures_after_iinln): Renamed to
22764         ipa_free_all_structures_after_iinln.
22765         (ipa_write_param_call_note): Removed.
22766         (ipa_read_param_call_note): Removed.
22767         (ipa_write_indirect_edge_info): New function.
22768         (ipa_read_indirect_edge_info): Likewise.
22769         (ipa_write_node_info): Do not stream notes, do stream information
22770         in indirect edges.
22771         (ipa_read_node_info): Likewise.
22772         (lto_ipa_fixup_call_notes): Removed.
22773         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
22774         * ipa-inline.c (pass_ipa_inline): Likewise.
22775         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
22776         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
22777         * tree-inline.c (copy_bb): Removed an unnecessary double check for
22778         is_gimple_call.
22779         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
22780         edges.
22781         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
22782         (output_cgraph): Stream also indirect edges.
22783         (lto_output_edge): Added capability to stream indirect edges.
22784         (input_edge): Likewise.
22785         (input_cgraph_1): Likewise.
22786         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
22787         of indirect edges.
22788
22789 2010-04-28  Richard Guenther  <rguenther@suse.de>
22790
22791         PR tree-optimization/43879
22792         PR tree-optimization/43909
22793         * tree-ssa-structalias.c (struct variable_info): Add
22794         only_restrict_pointers flag.
22795         (new_var_info): Initialize it.  Increment stats.total_vars here.
22796         (create_function_info_for): Do not increment stats.total_vars here.
22797         (get_function_part_constraint): Fix build with C++.
22798         (insert_into_field_list): Remove.
22799         (push_fields_onto_fieldstack): Properly merge fields.
22800         (create_variable_info_for): Split and simplify.
22801         (create_variable_info_for_1): New piece.
22802         (intra_create_variable_infos): Properly make restrict constraints
22803         from parameters.
22804
22805 2010-04-28  Richard Guenther  <rguenther@suse.de>
22806
22807         PR c++/43880
22808         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
22809
22810 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22811             Jan Hubicka  <hubicka@ucw.cz>
22812
22813         * doc/invoke.texi (-Wsuggest-attribute=const,
22814         -Wsuggest-attribute=pure): Document.
22815         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
22816         (function_always_visible_to_compiler_p,
22817         suggest_attribute, warn_function_pure, warn_function_const):
22818         New functions.
22819         (check_call): Improve debug info.
22820         (analyze_function): Do not check availability.
22821         (add_new_function): Check availability.
22822         (propagate): Output warnings.
22823         (skip_function_for_local_pure_const): New function.
22824         (local_pure_const): Use it; output warnings.
22825         * common.opt (Wsuggest-attribute=const,
22826         Wsuggest-attribute=pure): New.
22827
22828 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
22829
22830         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
22831         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
22832         or DW_CFA_def_cfa_offset{,_sf}.
22833
22834 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
22835
22836         * tree.h: Fix truncated long macros.
22837
22838 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
22839
22840         * collect2.c (TARGET_64BIT): Redefine to target's default.
22841         * tlink.c: Likewise.
22842         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
22843         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
22844         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
22845         for underscoring __USER_LABEL_PREFIX__.
22846         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
22847         (SUB_LINK_ENTRY32): New.
22848         (SUB_LINK_ENTRY64): New.
22849         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
22850         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
22851         (SUB_LINK_ENTRY64): New.
22852         (SUB_LINK_ENTRY): New.
22853         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
22854         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
22855         x64 target is choosen.
22856         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
22857         * configure: Regenerated.
22858         * configure.ac (leading-mingw64-underscores): Option added.
22859
22860 2010-04-27  Jan Hubicka  <jh@suse.cz>
22861
22862         * doc/invoke.texi (-fipa-profile): Document.
22863         * opts.c (decode_options): Enable ipa-profile at -O1.
22864         * timevar.def (TV_IPA_PROFILE): Define.
22865         * common.opt (fipa-profile): Add.
22866         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
22867         flag for clones.
22868         (cgraph_propagate_frequency): Handle only local ones.
22869         * tree-pass.h (pass_ipa_profile): Declare.
22870         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
22871         (pass_ipa_profile): Use TV_IPA_PROFILE.
22872         * ipa.c (ipa_profile): New function.
22873         (gate_ipa_profile): Likewise.
22874         (pass_ipa_profile): New global variable.
22875         * passes.c (pass_ipa_profile): New.
22876
22877 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
22878
22879         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
22880
22881 2010-04-27  Martin Jambor  <mjambor@suse.cz>
22882
22883         PR middle-end/43812
22884         * ipa.c (dissolve_same_comdat_group_list): New function.
22885         (function_and_variable_visibility): Call
22886         dissolve_same_comdat_group_list when comdat group contains external or
22887         newly local nodes.
22888         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
22889         lists are circular and that they contain only DECL_ONE_ONLY nodes.
22890
22891 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
22892
22893         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
22894         (const_hash_1) <VECTOR_CST>: New case.
22895         (compare_constant) <VECTOR_CST>: Likewise.
22896         <ADDR_EXPR>: Deal with LABEL_REFs.
22897         (copy_constant) <VECTOR_CST>: New case.
22898
22899 2010-04-27  Jan Hubicka  <jh@suse.cz>
22900
22901         * cgraph.c (cgraph_propagate_frequency): New function.
22902         * cgraph.h (cgraph_propagate_frequency): Declare.
22903         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
22904         cgraph_propagate_frequency.
22905
22906 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
22907
22908         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
22909
22910 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
22911
22912         PR target/40657
22913         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
22914         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
22915         here to determine which regs to push and how much stack to reserve.
22916
22917 2010-04-27  Jie Zhang  <jie@codesourcery.com>
22918
22919         * doc/gimple.texi (gimple_statement_with_ops): Remove
22920         addresses_taken field.
22921         (gimple_statement_with_memory_ops): Likewise.
22922
22923 2010-04-27  Jan Hubicka  <jh@suse.cz>
22924
22925         * tree-inline.c (eni_inlining_weights): Remove.
22926         (estimate_num_insns): Special case more builtins.
22927
22928 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
22929
22930         PR c/32207
22931         * c-typeck.c (build_binary_op): Move forward check for comparison
22932         pointer with null pointer constant and adjust the diagnostic message.
22933
22934 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
22935
22936         PR lto/42776
22937         * configure.ac (gcc_cv_as_section_has_align): Set if installed
22938         binutils supports extended .section directive needed by LTO, or
22939         warn if older binutils found.
22940         (LTO_BINARY_READER): New AC_SUBST'd variable.
22941         (LTO_USE_LIBELF): Likewise.
22942         * config.gcc (lto_binary_reader): New target-specific configure
22943         variable.
22944         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
22945         (LTO_USE_LIBELF): Likewise.
22946         * configure: Regenerate.
22947
22948         * collect2.c (is_elf): Rename from this ...
22949         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
22950          object files in addition to ELF-formatted ones.
22951         (scan_prog_file): Caller updated.  Also allow for LTO info marker
22952         symbol to be prefixed or not by an extra underscore.
22953
22954         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
22955         * config/i386/winnt.c: Also #include lto-streamer.h
22956         (i386_pe_asm_named_section): Specify 1-byte section alignment for
22957         LTO named sections.
22958         (i386_pe_asm_output_aligned_decl_common): Add comment.
22959         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
22960
22961 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
22962
22963         PR target/43889
22964         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
22965         Add missing earlyclobber for second alternative.
22966
22967 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
22968
22969         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
22970         bits for artificial defs at the top of the block.
22971         * fwprop.c (single_def_use_enter_block): Don't call it.
22972
22973 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
22974
22975         PR 43715
22976         * configure.ac: Use "$gcc_cv_nm -g" on darwin
22977         instead of "$gcc_cv_objdump -T".
22978         Use "-undefined dynamic_lookup" on darwin.
22979         * configure: Regenerate.
22980
22981 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
22982
22983         PR c/43893
22984         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
22985
22986 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
22987
22988         * c-parser.c (struct c_token): Move location field up.
22989         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
22990         (struct c_declspecs): Convert typespec_word, storage_class, and
22991         default_int_p into bitfields.
22992         (struct c_declarator): Move loc field up.
22993
22994 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
22995
22996         * cfgloop.h (struct loop): Move can_be_parallel field up.
22997         * ipa-prop.h (struct ip_node_params): Move bitfields up.
22998         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
22999         down.
23000         (struct iv_cand): Convert pos field into a bitfield.
23001         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
23002         field up.
23003         (struct _stmt_vec_info): Shuffle fields for better packing.
23004
23005 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
23006
23007         * varasm.c (IN_NAMED_SECTION): Remove guard.
23008         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
23009         (IN_NAMED_SECTION_P): ...this.
23010         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
23011         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
23012
23013 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
23014
23015         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
23016         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
23017         of shadowing it.  Fix comments.
23018
23019 2010-04-26  Jan Hubicka  <jh@suse.cz>
23020
23021         * cgraph.c (cgraph_create_node): Set node frequency to normal.
23022         (cgraph_clone_node): Copy function frequency.
23023         * cgraph.h (node_frequency): New enum
23024         (struct cgraph_node): Add.
23025         * final.c (rest_of_clean_state): Update.
23026         * lto-cgraph.c (lto_output_node): Output node frequency.
23027         (input_overwrite_node): Input node frequency.
23028         * tre-ssa-loop-ivopts (computation_cost): Update.
23029         * lto-streamer-out.c (output_function): Do not output function
23030         frequency.
23031         * predict.c (maybe_hot_frequency_p): Update and handle functions
23032         executed once.
23033         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
23034         attribute lookup.
23035         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
23036         (compute_function_frequency): Set noreturn functions to be executed
23037         once.
23038         (choose_function_section): Update.
23039         * lto-streamer-in.c (input_function): Do not input function frequency.
23040         * function.c (allocate_struct_function): Do not initialize function
23041         frequency.
23042         * function.h (function_frequency): Remove.
23043         (struct function): Remove function frequency.
23044         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
23045         (try_update): Update.
23046         * tree-inline.c (initialize_cfun): Do not update function frequency.
23047         * passes.c (pass_init_dump_file): Update.
23048         * i386.c (ix86_compute_frame_layout): Update.
23049         (ix86_pad_returns): Update.
23050
23051 2010-04-26  Jie Zhang  <jie@codesourcery.com>
23052
23053         PR tree-optimization/43833
23054         * tree-vrp.c (range_int_cst_p): New.
23055         (range_int_cst_singleton_p): New.
23056         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
23057         when both operands are constants.  Use range_int_cst_p in
23058         BIT_IOR_EXPR case.
23059
23060 2010-04-26  Jan Hubicka  <jh@suse.cz>
23061
23062         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
23063
23064 2010-04-26  Richard Guenther  <rguenther@suse.de>
23065
23066         PR lto/43080
23067         * gimple.c (gimple_decl_printable_name): Deal gracefully
23068         with a NULL DECL_NAME.
23069
23070 2010-04-26  Richard Guenther  <rguenther@suse.de>
23071
23072         PR lto/42425
23073         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
23074         if emitting debug information and it is either a function
23075         or a namespace decl.
23076
23077 2010-04-26  Ira Rosen  <irar@il.ibm.com>
23078
23079         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
23080         determine if the statement is vectorizable, and a macro to access it.
23081         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
23082         Skip statements that can't be vectorized. If the analysis fails,
23083         mark the statement as unvectorizable if vectorizing basic block.
23084         (vect_compute_data_refs_alignment): Likewise.
23085         (vect_verify_datarefs_alignment): Skip statements marked as
23086         unvectorizable. Add print.
23087         (vect_analyze_group_access): Skip statements that can't be
23088         vectorized. If the analysis fails, mark the statement as
23089         unvectorizable if vectorizing basic block.
23090         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
23091         * tree-vect-stmts.c (vectorizable_store): Fix the number of
23092         generated stmts for SLP.
23093         (new_stmt_vec_info): Initialize the new field.
23094         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
23095         statements marked as unvectorizable.
23096
23097 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
23098
23099         * c-common.c (flag_isoc1x): New.
23100         (flag_isoc99): Update comment.
23101         * c-common.h (flag_isoc1x): New.
23102         (flag_isoc99): Update comment.
23103         * c-cppbuiltin.c (builtin_define_float_constants): Also define
23104         __<type>_DECIMAL_DIG__.
23105         * c-opts.c (set_std_c1x): New.
23106         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
23107         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
23108         * c.opt (-std=c1x, -std=gnu1x): New options.
23109         * doc/cpp.texi: Mention -std=c1x.
23110         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
23111         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
23112         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
23113         * doc/standards.texi: Mention C1X.
23114         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
23115         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
23116         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
23117         Define for C1X.
23118
23119 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
23120
23121         * config/i386/gmon-sol2.c (_mcleanup): Change format string
23122         placeholder from 0x%x to %#x.
23123         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
23124         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
23125         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
23126         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
23127         * config/i386/i386.c (ix86_target_string): Ditto.
23128         (output_pic_addr_const): Ditto.
23129         (print_operand): Ditto.
23130
23131 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
23132
23133         * combine.c (find_split_point): Add third argument.  Use it
23134         to find nested multiply-accumulate instructions.  Adjust calls.
23135         (try_combine): Adjust call to find_split_point.
23136
23137 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
23138
23139         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
23140
23141 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
23142
23143         PR tree-optimization/41442
23144         * fold-const.c (merge_truthop_with_opposite_arm): New function.
23145         (fold_binary_loc): Call it.
23146
23147 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23148
23149         * toplev.c (general_init): Set default for fdiagnostics-show-option.
23150         * opts.c (common_handle_option): Allow disabling it.
23151         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
23152
23153 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
23154
23155         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
23156         between modes if both types are integral.
23157
23158 2010-04-23  Richard Guenther  <rguenther@suse.de>
23159
23160         PR tree-optimization/43572
23161         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
23162
23163 2010-04-23  Richard Guenther  <rguenther@suse.de>
23164
23165         PR lto/43455
23166         * tree-inline.c (tree_can_inline_p): Also check compatibility
23167         of return types.
23168
23169 2010-04-23  Martin Jambor  <mjambor@suse.cz>
23170
23171         PR tree-optimization/43846
23172         * tree-sra.c (struct access): New flag grp_assignment_read.
23173         (build_accesses_from_assign): Set grp_assignment_read.
23174         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
23175         (enum mark_read_status): New type.
23176         (analyze_access_subtree): Propagate grp_assignment_read, create
23177         accesses also if both direct_read and root->grp_assignment_read.
23178
23179 2010-04-23  Martin Jambor  <mjambor@suse.cz>
23180
23181         PR middle-end/43835
23182         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
23183         function does not have type attributes.
23184
23185 2010-04-23  Richard Guenther  <rguenther@suse.de>
23186
23187         PR lto/42653
23188         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
23189         of FUNCTION_DECLs.
23190
23191 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
23192
23193         * sese.h (create_if_region_on_edge): Remove.
23194
23195         * sese.c (create_if_region_on_edge): Make static.
23196
23197         * tree-inline.c: Do not include ggc.h.
23198
23199         * expr.c: Do not include ggc.h.
23200
23201         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
23202         dependencies.
23203
23204 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
23205
23206         PR target/43744
23207         * config/sh/sh.c (find_barrier): Don't emit a constant pool
23208         in the middle of insns for casesi_worker_2.
23209
23210 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
23211
23212         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
23213
23214 2010-04-22  Ira Rosen  <irar@il.ibm.com>
23215
23216         PR tree-optimization/43842
23217         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
23218         loop unrolling in update of exit phis. Fix comment.
23219         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
23220         least two reduction statements in the loop before starting SLP
23221         analysis.
23222
23223 2010-04-22  Nick Clifton  <nickc@redhat.com>
23224
23225         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
23226
23227 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
23228
23229         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
23230         to simplify a + ~a.
23231
23232 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
23233
23234         * tree-parloops.c (loop_parallel_p): New argument
23235         parloop_obstack.  Pass it down.
23236         (parallelize_loops): New variable parloop_obstack.  Initialize it,
23237         pass it down, free it.
23238
23239         * tree-loop-linear.c (linear_transform_loops): Pass down
23240         lambda_obstack.
23241
23242         * tree-data-ref.h (lambda_compute_access_matrices): New argument
23243         of type struct obstack *.
23244
23245         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
23246         scratch_obstack.  Initialize it, pass down, free it.
23247
23248         * lambda.h (lambda_loop_new): Remove.
23249         (lambda_matrix_new, lambda_matrix_inverse)
23250         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
23251         argument of type struct obstack *.
23252
23253         * lambda-trans.c (lambda_trans_matrix_new): New argument
23254         lambda_obstack.  Pass it down, use obstack allocation for ret.
23255         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
23256         it down.
23257
23258         * lambda-mat.c (lambda_matrix_get_column)
23259         (lambda_matrix_project_to_null): Remove.
23260         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
23261         allocation for mat.
23262         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
23263         lambda_obstack.
23264
23265         * lambda-code.c (lambda_loop_new): New function.
23266         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
23267         (lambda_compute_auxillary_space, lambda_compute_target_space)
23268         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
23269         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
23270         (build_access_matrix): New argument lambda_obstack.  Use obstack
23271         allocation for am.
23272         (lambda_compute_step_signs, lambda_compute_access_matrices): New
23273         argument lambda_obstack.  Pass it down.
23274
23275 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
23276
23277         * optabs.h (expand_widening_mult): Declare.
23278
23279 2010-04-22  Richard Guenther  <rguenther@suse.de>
23280
23281         PR tree-optimization/43845
23282         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
23283         lookup the CALL_EXPR function and arguments.
23284
23285 2010-04-22  Nick Clifton  <nickc@redhat.com>
23286
23287         * config/stormy16/stormy16.c
23288         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
23289         * config/stormy16/stormy16.h: Tidy up formatting.
23290         (DONT_USE_BUILTIN_SETJMP): Remove definition.
23291         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
23292         (ineqbranchsi): Delete pattern.
23293         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
23294         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
23295         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
23296         stormy16-lib2-ucmpsi2.c.
23297
23298 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
23299
23300         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
23301         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
23302         extra set merge_set_noclobber, and use it to relax the final test
23303         slightly.
23304         * df.h (df_simulate_find_noclobber_defs): Declare.
23305         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
23306         conditional defs.
23307         (df_simulate_find_noclobber_defs): New function.
23308
23309 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
23310
23311         * config/i386/i386.md: Use {} around multi-line preparation statements.
23312
23313 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
23314
23315         * c-tree.h (push_init_level, pop_init_level, set_init_index)
23316         (process_init_element): New argument of type struct obstack *.
23317
23318         * c-typeck.c (push_init_level, pop_init_level, set_designator)
23319         (set_init_index, set_init_label, set_nonincremental_init)
23320         (set_nonincremental_init_from_string, find_init_member)
23321         (output_init_element, output_pending_init_elements)
23322         (process_init_element): New argument braced_init_obstack.  Pass it
23323         down.
23324         (push_range_stack, add_pending_init): New argument
23325         braced_init_obstack.  Use obstack allocation.
23326
23327         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
23328         braced_init_obstack.  Pass it down.
23329         (c_parser_braced_init): New variables ret, braced_init_obstack.
23330         Initialize obstack, pass it down and finally free it.
23331
23332 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
23333
23334         PR middle-end/29274
23335         * tree-pass.h (pass_optimize_widening_mul): Declare.
23336         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
23337         gate_optimize_widening_mul): New static functions.
23338         (pass_optimize_widening_mul): New.
23339         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
23340         <case MULT_EXPR>: Remove support for widening multiplies.
23341         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
23342         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
23343         simplify_gen_unary rather than directly building extensions.
23344         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
23345         WIDEN_MULT_EXPR.
23346         * expmed.c (expand_widening_mult): New function.
23347         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
23348
23349 2010-04-21  Jan Hubicka  <jh@suse.cz>
23350
23351         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
23352         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
23353         * lto-wpa-fixup.c: Remove.
23354         * Makefile.in (lto-wpa-fixup.o): Remove.
23355         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
23356         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
23357         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
23358
23359 2010-04-21  Jan Hubicka  <jh@suse.cz>
23360
23361         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
23362         add write_optimization_summary, read_optimization_summary.
23363         (ipa_write_summaries_of_cgraph_node_set): Remove.
23364         (ipa_write_optimization_summaries): Declare.
23365         (ipa_read_optimization_summaries): Declare.
23366         * ipa-cp.c (pass_ipa_cp): Update.
23367         * ipa-reference.c (pass_ipa_reference): Update.
23368         * ipa-pure-const.c (pass_ipa_pure_const): Update.
23369         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
23370         Update.
23371         * ipa-inline.c (pass_ipa_inline): Update.
23372         * ipa.c (pass_ipa_whole_program): Update.
23373         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
23374         * passes.c (ipa_write_summaries_1): Do not test wpa.
23375         (ipa_write_optimization_summaries_1): New.
23376         (ipa_write_optimization_summaries): New.
23377         (ipa_read_summaries): Do not test ltrans.
23378         (ipa_read_optimization_summaries_1): New.
23379         (ipa_read_optimization_summaries): New.
23380
23381 2010-04-21  Jan Hubicka  <jh@suse.cz>
23382
23383         * lto-cgraph.c (lto_output_node): Do not output comdat groups
23384         for boundary nodes.
23385         (output_cgraph): Do not arrange comdat groups for boundary nodes.
23386
23387 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
23388
23389         PR debug/40040
23390         * dwarf2out.c (add_name_and_src_coords_attributes): Add
23391         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
23392
23393 2010-04-21  Jan Hubicka  <jh@suse.cz>
23394
23395         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
23396
23397 2010-04-21  Jan Hubicka  <jh@suse.cz>
23398
23399         * varpool.c (decide_is_variable_needed): Variable is always needed
23400         during ltrans.
23401
23402 2010-04-21  Jan Hubicka  <jh@suse.cz>
23403
23404         * opts.c (decode_options): Enable pure-const pass for whopr.
23405
23406 2010-04-21  Jan Hubicka  <jh@suse.cz>
23407
23408         * cgraph.c (dump_cgraph_node): Dump also assembler name.
23409         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
23410         at WPA dumping.
23411         (cgraph_decide_inlining): Do not expect callee to be removed in all
23412         cases.
23413
23414 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
23415
23416         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
23417
23418 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
23419
23420         * config/i386/i386.md (x86_shrd): Add athlon_decode and
23421         amdfam10_decode attributes.
23422
23423 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
23424
23425         PR middle-end/43570
23426         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
23427         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
23428         (lower_copyprivate_clauses): Use private var in outer
23429         context instead of original var.  Make sure the types
23430         are correct for VLAs.
23431
23432 2010-04-21  Richard Guenther  <rguenther@suse.de>
23433
23434         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
23435         to non-pointer objects.
23436
23437 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
23438
23439         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
23440         last chain entry if it starts with the still current label.
23441         (add_location_or_const_value_attribute): Check that
23442         loc_list->first->next is NULL instead of comparing ->first with ->last.
23443         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
23444         to add_var_loc_to_decl.
23445
23446         * dwarf2out.c (output_call_frame_info): For dw_cie_version
23447         >= 4 add also address size and segment size fields into CIE header.
23448
23449         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
23450         long as address size is the same as sizeof (void *) and
23451         segment size is 0.
23452         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
23453         address size or segment size is unexpected, return DW_EH_PE_omit.
23454         (classify_object_over_fdes): If get_cie_encoding returned
23455         DW_EH_PE_omit, return -1.
23456         (init_object): If classify_object_over_fdes returned -1,
23457         pretend there were no FDEs at all.
23458
23459 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
23460
23461         * config/i386/i386.md (bswap<mode>2): Macroize expander from
23462         bswap{si,di}2 using SWI48 mode iterator.
23463         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
23464         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
23465         set modrm attribute of bswap insn to 0 and remove length attribute.
23466         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
23467         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
23468         set mode attribute to <MODE> and remove length attribute.
23469
23470 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
23471
23472         PR rtl-optimization/43520
23473         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
23474         zero available registers.
23475
23476 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23477
23478         * builtins.c (fold_builtin_cproj): Fold more cases.
23479
23480 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23481
23482         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
23483         (fold_builtin_1): Fold builtin cproj.
23484         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
23485         Use ATTR_CONST_NOTHROW_LIST.
23486
23487 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
23488
23489         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
23490         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
23491         ffsi2_no_cmove for !TARGET_CMOVE.
23492         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
23493         (ffssi2): Remove expander.
23494         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
23495         mode iterator.
23496         (ctz<mode>2): Ditto from ctz{si,di}2.
23497         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
23498         mode iterator.
23499         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
23500         mode iterator.
23501
23502 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
23503
23504         * dwarf2out.c (AT_linkage_name): Define.
23505         (clone_as_declaration): Handle DW_AT_linkage_name.
23506         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
23507         of DW_AT_MIPS_linkage_name.
23508         (move_linkage_attr): Likewise.
23509         (dwarf2out_finish): Likewise.
23510
23511 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
23512
23513         PR middle-end/41952
23514         * fold-const.c (fold_comparison): New folding rule.
23515
23516 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
23517
23518         * double-int.h (double_int_setbit): Declare.
23519         * double-int.c (double_int_setbit): New function.
23520         * rtl.h (immed_double_int_const): Declare.
23521         * emit-rtl.c (immed_double_int_const): New function.
23522         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
23523         and immed_double_int_const functions.
23524         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
23525         expand_copysign_bit): (Ditto.).
23526         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
23527         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
23528         * dojump.c (prefer_and_bit_test): (Ditto.).
23529         * expr.c (convert_modes, reduce_to_bit_field_precision,
23530         const_vector_from_tree): (Ditto.).
23531         * expmed.c (mask_rtx, lshift_value): (Ditto.).
23532
23533 2010-04-20  Jan Hubicka  <jh@suse.cz>
23534
23535         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
23536         (dump_cgraph_node): Dump new flags.
23537         * cgraph.h (struct cgraph_node): Add flags
23538         reachable_from_other_partition and in_other_partition.
23539         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
23540         other partition can not be removed.
23541         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
23542         the other partition must be output; silence sanity checking on
23543         leaking functions bodies from other paritition.
23544         * lto-cgraph.c (reachable_from_other_partition_p): New function.
23545         (lto_output_node): Output new flags; do not sanity check that inline
23546         clones are output; drop lto_forced_extern_inline_p code; do not mock
23547         visibility flags at partition boundaries.
23548         (add_node_to): New function.
23549         (output_cgraph): Use it to sort functions so masters appear before
23550         clones.
23551         (input_overwrite_node): Input new flags.
23552         * passes.c (ipa_write_summaries): Do not call
23553         lto_new_extern_inline_states.
23554         * lto-section-out.c (forced_extern_inline,
23555         lto_new_extern_inline_states lto_delete_extern_inline_states,
23556         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
23557         * lto-streamer.h (lto_new_extern_inline_states,
23558         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
23559         lto_forced_extern_inline_p): Kill.
23560
23561 2010-04-20  Richard Guenther  <rguenther@suse.de>
23562
23563         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
23564         from vars that can have pointers.
23565         (process_constraint): Dump useless constraints.
23566
23567 2010-04-20  Richard Guenther  <rguenther@suse.de>
23568
23569         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
23570         (dump_sa_points_to_info): Remove asserts.
23571         (init_base_vars): nothing_id isn't an escape point nor does it
23572         have pointers.
23573
23574 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
23575
23576         * tree.h (TYPE_REF_IS_RVALUE): Define.
23577         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
23578         should_move_die_to_comdat, prune_unused_types_walk): Handle
23579         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
23580         (modified_type_die, gen_reference_type_die): Emit
23581         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
23582         if TYPE_REF_IS_RVALUE and -gdwarf-4.
23583
23584 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23585
23586         PR target/43635
23587         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
23588         calls for -fpic -m31 if they have been sibcall optimized.
23589
23590 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
23591
23592         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
23593         ar.lc fixed and call-used.
23594
23595         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
23596
23597 2010-04-19  Jan Hubicka  <jh@suse.cz>
23598
23599         * opts.c (decode_options): Disable whpr incompatible passes.
23600         * lto/lto.c (lto_1_to_1_map): Skip clones.
23601         (read_cgraph_and_symbols): Do not mark everything as needed.
23602         (do_whole_program_analysis): Do map only after optimizing;
23603         set proper cgraph_state; use passmanager.
23604
23605 2010-04-19  DJ Delorie  <dj@redhat.com>
23606
23607         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
23608         POINTER_PLUS_EXPR and fix them.
23609
23610 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
23611
23612         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
23613         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
23614         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
23615         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
23616         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
23617         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
23618         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
23619         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
23620         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
23621         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
23622         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
23623
23624 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
23625
23626         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
23627         (check_cond_move_block): Likewise.
23628         (cond_move_process_if_block): Likewise.
23629         (noce_find_if_block): Improve formatting.
23630         (find_if_header): Pass 0 to memset and tweak conditions.
23631         (cond_exec_find_if_block): Fix long lines and tweak conditions.
23632
23633 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
23634
23635         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
23636         for -gdwarf-4.
23637
23638         PR middle-end/43337
23639         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
23640         with non-local decl doesn't need chain.
23641
23642 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
23643
23644         * ira-color.c (allocno_reload_assign): Avoid accumulating
23645         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
23646
23647 2010-04-19  Martin Jambor  <mjambor@suse.cz>
23648
23649         * gimple.h (create_tmp_reg): Declare.
23650         * gimplify.c (create_tmp_reg): New function.
23651         (gimplify_return_expr): Use create_tmp_reg.
23652         (gimplify_omp_atomic): Likewise.
23653         (gimple_regimplify_operands): Likewise.
23654         * tree-dfa.c (make_rename_temp): Likewise.
23655         * tree-predcom.c (predcom_tmp_var): Likewise.
23656         (reassociate_to_the_same_stmt): Likewise.
23657         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
23658         (get_replaced_param_substitute): Likewise.
23659         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
23660         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
23661         * tree-ssa-pre.c (get_representative_for): Likewise.
23662         (create_expression_by_pieces): Likewise.
23663         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
23664         (create_tailcall_accumulator): Likewise.
23665
23666 2010-04-19  Martin Jambor  <mjambor@suse.cz>
23667
23668         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
23669         new_stmt.
23670         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
23671
23672 2010-04-19  Richard Guenther  <rguenther@suse.de>
23673
23674         PR tree-optimization/43796
23675         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
23676         from SCEV in the lattice.
23677         (vrp_visit_phi_node): Dump change.
23678
23679 2010-04-19  Richard Guenther  <rguenther@suse.de>
23680
23681         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
23682         * configure: Re-generated.
23683
23684 2010-04-19  Richard Guenther  <rguenther@suse.de>
23685
23686         PR tree-optimization/43783
23687         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
23688         constant ARRAY_REF operands two and three if possible.
23689
23690 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
23691
23692         PR target/43766
23693         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
23694
23695 2010-04-19  Jie Zhang  <jie@codesourcery.com>
23696
23697         PR target/43662
23698         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
23699
23700 2010-04-19  Ira Rosen  <irar@il.ibm.com>
23701
23702         PR tree-optimization/37027
23703         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
23704         and macro to access it.
23705         (vectorizable_reduction): Add argument.
23706         (vect_get_slp_defs): Likewise.
23707         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
23708         statements for possible use in SLP.
23709         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
23710         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
23711         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
23712         add new argument.
23713         (vectorizable_reduction): Likewise.
23714         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
23715         vect_get_slp_defs.
23716         (vectorizable_type_demotion, vectorizable_type_promotion,
23717         vectorizable_store): Likewise.
23718         (vect_analyze_stmt): Update call to vectorizable_reduction.
23719         (vect_transform_stmt): Likewise.
23720         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
23721         (vect_build_slp_tree): Fix indentation. Check that there are no loads
23722         from different interleaving chains in same node.
23723         (vect_slp_rearrange_stmts): New function.
23724         (vect_supported_load_permutation_p): Allow load permutations for
23725         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
23726         inside SLP nodes if necessary.
23727         (vect_analyze_slp_instance): Handle reductions.
23728         (vect_analyze_slp): Try to build SLP instances originating from groups
23729         of reductions.
23730         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
23731         (vect_get_constant_vectors): Create initial vectors for reductions
23732         according to reduction code. Add new argument.
23733         (vect_get_slp_defs): Add new argument, pass it to
23734         vect_get_constant_vectors.
23735         (vect_schedule_slp_instance): Remove SLP tree root statements.
23736
23737 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
23738
23739         * tree.h (ENUM_IS_SCOPED): Define.
23740         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
23741         for ENUM_IS_SCOPED enums.
23742
23743 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
23744
23745         * fold-const.c (fold_comparison): Use ssizetype.
23746         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
23747         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
23748         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
23749         * tree-object-size.c (compute_object_sizes): Use size_type_node.
23750
23751         * tree.h (initialize_sizetypes): Remove parameter.
23752         (build_common_tree_nodes): Remove second parameter.
23753         * stor-layout.c (initialize_sizetypes): Remove parameter.
23754         Always create an unsigned type.
23755         (set_sizetype): Assert that the passed type is unsigned and simplify.
23756         * tree.c (build_common_tree_nodes): Remove second parameter.
23757         Adjust call to initialize_sizetypes.
23758         * c-decl.c (c_init_decl_processing): Remove second argument in call to
23759         build_common_tree_nodes.
23760
23761 2010-04-18  Matthias Klose  <doko@ubuntu.com>
23762
23763         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
23764
23765 2010-04-18  Ira Rosen  <irar@il.ibm.com>
23766
23767         PR tree-optimization/43771
23768         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
23769         load permutation doesn't have gaps.
23770
23771 2010-04-18  Jan Hubicka  <jh@suse.cz>
23772
23773         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
23774         (sse_prologue_save_insn expander): Use new pattern.
23775         (sse_prologue_save_insn1): New pattern and splitter.
23776         (sse_prologue_save_insn): Update to deal also with 64bit aligned
23777         blocks.
23778         * i386.c (setup_incoming_varargs_64): Do not compute jump
23779         destination here.
23780         (ix86_gimplify_va_arg): Update alignment needed.
23781         (ix86_local_alignment): Do not align all local arrays to 128bit.
23782
23783 2010-04-17  Jan Hubicka  <jh@suse.cz>
23784
23785         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
23786
23787 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
23788
23789         * arm.md (negdi2): Remove redundant code to force values into a
23790         register.
23791
23792 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
23793
23794         * arm/bpabi.S: Add EABI alignment attributes to objects.
23795         * arm/bpabi-v6m.S: Likewise.
23796         * arm/crti.asm: Likewise.
23797         * arm/crtn.asm: Likewise.
23798         * arm/lib1funcs.asm: Likewise.
23799         * arm/libunwind.S: Likewise.
23800
23801 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
23802
23803         * arm-protos.h (tune_params): New structure.
23804         * arm.c (current_tune): New variable.
23805         (arm_constant_limit): Delete.
23806         (struct processors): Add pointer to the tune parameters.
23807         (arm_slowmul_tune): New tuning option.
23808         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
23809         (all_cores): Adjust to pick up the tuning model.
23810         (arm_constant_limit): New function.
23811         (arm_override_options): Select the appropriate tuning model.  Delete
23812         initialization of arm_const_limit.
23813         (arm_split_constant): Use the new constant-limit model.
23814         (arm_rtx_costs): Pick up the current tuning model.
23815         * arm.md (is_strongarm, is_xscale): Delete.
23816         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
23817         for Xscale variant architectures.
23818         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
23819
23820 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23821
23822         * config/arm/arm.c (arm_gen_constant): Remove unused variable
23823         can_shift.
23824         (arm_rtx_costs_1): Remove unused variable extra_cost.
23825         (arm_unwind_emit_set): Use variable offset.
23826         (thumb1_output_casesi): Remove unused variable flags.
23827
23828 2010-04-16  Jeff Law  <law@redhat.com>
23829
23830         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
23831         needing assignment rather than doing a two-phase assignment.  Remove
23832         unused variable 'm'.
23833
23834 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
23835
23836         PR bootstrap/43767
23837         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
23838
23839 2010-04-16  Doug Kwan  <dougkwan@google.com>
23840
23841         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
23842         (next_operand_entry_id): New static variable.
23843         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
23844         (add_to_ops_vec): Assigned unique ID to operand entry.
23845         (struct oecount_s): New field ID.
23846         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
23847         (undistribute_ops_list): Assign unique IDs to oecounts.
23848         (init_reassoc): reset next_operand_entry_id.
23849
23850 2010-04-16  Doug Kwan  <dougkwan@google.com>
23851
23852         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
23853         missing left parenthesis.
23854
23855 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
23856
23857         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
23858         *btdi_rex64 using SWI48 mode iterator.
23859         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
23860         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
23861         *jcc_btdi_mask_rex64.
23862
23863 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
23864
23865         * double-int.h (tree_to_double_int): Convert to macro.
23866         * double-int.c (tree_to_double_int): Remove.
23867
23868 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
23869
23870         PR debug/43762
23871         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
23872         with want_address 2 and in case a single element list might be
23873         possible, call it again with want_address 0.
23874
23875 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
23876
23877         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
23878         case 'W' print operands for HI mode.
23879         * config/h8300/h8300.h (Y0, Y2) : New constraints.
23880         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
23881         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
23882         * config/h8300/predicate.md (bit_register_indirect_operand): New.
23883
23884         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
23885
23886         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
23887         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
23888         #xx:3 and #xx:4 mode.
23889
23890         * config/h8300/h8300.md (inverted load with HImode dest): Add
23891         support for H8300SX.
23892
23893         * config/h8300/predicate.md (bit_operand): Allow immediate values that
23894         satisfy 'U' constraint.
23895
23896 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23897
23898         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
23899         * configure: Regenerate.
23900         * config.in: Regenerate.
23901         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
23902         works.
23903
23904 2010-04-16  Richard Guenther  <rguenther@suse.de>
23905
23906         * tree.h (struct tree_decl_minimal): Move pt_uid ...
23907         (struct tree_decl_common): ... here.
23908         (DECL_PT_UID): Adjust.
23909         (SET_DECL_PT_UID): Likewise.
23910         (DECL_PT_UID_SET_P): Likewise.
23911
23912 2010-04-16  Richard Guenther  <rguenther@suse.de>
23913
23914         PR tree-optimization/43572
23915         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
23916         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
23917         * tree-flow.h (is_call_clobbered): Remove.
23918         * tree-flow-inline.h (is_call_clobbered): Likewise.
23919         * tree-dfa.c (dump_variable): Do not dump call clobber state.
23920         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
23921         (execute_return_slot_opt): Adjust.
23922         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
23923         check for call clobbered vars here.
23924         (find_tail_calls): Move tailcall verification to the
23925         proper place.
23926
23927 2010-04-16  Diego Novillo  <dnovillo@google.com>
23928
23929         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
23930
23931 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
23932
23933         PR target/40603
23934         * config/arm/arm.md (cbranchqi4): New pattern.
23935         * config/arm/predicates.md (const0_operand,
23936         cbranchqi4_comparison_operator): New predicates.
23937
23938 2010-04-16  Richard Guenther  <rguenther@suse.de>
23939
23940         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
23941         (dump_gimple_stmt): Likewise.
23942
23943 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
23944
23945         * recog.h (struct recog_data): New field is_operator.
23946         (struct insn_operand_data): New field is_operator.
23947         * recog.c (extract_insn): Set recog_data.is_operator.
23948         * genoutput.c (output_operand_data): Emit code to set the
23949         is_operator field.
23950         * reload.c (find_reloads): Use it rather than testing for an
23951         empty constraint string.
23952
23953         PR target/41514
23954         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
23955         If the previous insn is a cbranchsi4_insn with the same arguments,
23956         omit the compare instruction.
23957
23958         * config/arm/arm.md (addsi3_cbranch): If destination is a high
23959         register, inputs must be low registers and we need a low register
23960         scratch.  Handle alternative 2 like alternative 3.
23961
23962 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
23963
23964         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
23965         don't call get_addr on both.  If one expression is a VALUE and
23966         the other a REG, check VALUE's locs if the REG isn't among them.
23967
23968 2010-04-16  Christian Bruel  <christian.bruel@st.com>
23969
23970         * config/sh/sh.h (sh_frame_pointer_required): New function.
23971         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
23972         (flag_omit_frame_pointer) Set.
23973         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
23974         (rounded_frame_size): Adjust size with outgoing_args_size.
23975         (sh_set_return_address): Must return from stack pointer.
23976         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
23977         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
23978         (ACCUMULATE_OUTGOING_ARGS): Define.
23979         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
23980         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
23981
23982 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
23983
23984         PR target/43471
23985         * config/sh/sh.c (sh_legitimize_reload_address): Use
23986         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
23987         Remove a unneeded check for offset_base.
23988
23989 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
23990
23991         * configure: Regenerated.
23992
23993 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23994
23995         * config/s390/s390.c (s390_call_save_register_used): Switch back
23996         to HARD_REGNO_NREGS.
23997
23998 2010-04-15  Richard Guenther  <rguenther@suse.de>
23999
24000         * alias.c (alias_set_subset_of): Handle alias-set zero
24001         child properly.
24002
24003 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
24004             Julian Brown  <julian@codesourcery.com>
24005
24006         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
24007         alternatives according to use of high and low regs.
24008         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
24009         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
24010         optimizing for size on Thumb-2.
24011
24012 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
24013
24014         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
24015
24016 2010-04-15  Richard Guenther  <rguenther@suse.de>
24017
24018         * tree-ssa-structalias.c (struct variable_info): Add
24019         is_fn_info flag.
24020         (new_var_info): Initialize it.
24021         (dump_constraints): Support printing last added constraints.
24022         (debug_constraints): Adjust.
24023         (dump_constraint_graph): Likewise.
24024         (make_heapvar_for): Check for NULL cfun.
24025         (get_function_part_constraint): New function.
24026         (get_fi_for_callee): Likewise.
24027         (find_func_aliases): Properly implement IPA PTA constraints.
24028         (process_ipa_clobber): New function.
24029         (find_func_clobbers): Likewise.
24030         (insert_into_field_list_sorted): Remove.
24031         (create_function_info_for): Properly allocate vars for IPA mode.
24032         Do not use insert_into_field_list_sorted.
24033         (create_variable_info_for): Properly generate constraints for
24034         global vars in IPA mode.
24035         (dump_solution_for_var): Always dump the solution.
24036         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
24037         (find_what_var_points_to): Adjust.
24038         (pt_solution_set): Change.
24039         (pt_solution_ior_into): New function.
24040         (pt_solution_empty_p): Export.
24041         (pt_solution_includes_global): Adjust.
24042         (pt_solution_includes_1): Likewise.
24043         (pt_solutions_intersect_1): Likewise.
24044         (dump_sa_points_to_info): Check some invariants.
24045         (solve_constraints): Move constraint dumping ...
24046         (compute_points_to_sets): ... here.
24047         (ipa_pta_execute): ... and here.
24048         (compute_may_aliases): Do not re-compute points-to info
24049         locally if IPA info is available.
24050         (ipa_escaped_pt): New global var.
24051         (ipa_pta_execute): Properly implement IPA PTA.
24052         * tree-into-ssa.c (dump_decl_set): Support dumping
24053         decls not in referenced-vars.
24054         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
24055         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
24056         (dump_points_to_solution): Likewise.
24057         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
24058         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
24059         (remap_gimple_stmt): Reset call clobber/use information if necessary.
24060         (copy_decl_to_var): Copy DECL_PT_UID.
24061         (copy_result_decl_to_var): Likewise.
24062         * tree.c (make_node_stat): Initialize DECL_PT_UID.
24063         (copy_node_stat): Copy it.
24064         * tree.h (DECL_PT_UID): New macro.
24065         (SET_DECL_PT_UID): Likewise.
24066         (DECL_PT_UID_SET_P): Likewise.
24067         (struct tree_decl_minimal): Add pt_uid member.
24068         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
24069         (pt_solution_empty_p): Declare.
24070         (pt_solution_set): Adjust.
24071         (ipa_escaped_pt): Declare.
24072         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
24073         * gimple-pretty-print.c (pp_points_to_solution): New function.
24074         (dump_gimple_call): Dump call clobber/use information.
24075         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
24076         * tree-pass.h (TDF_ALIAS): New dump option.
24077         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
24078         * doc/invoke.texi (-fipa-pta): Update documentation.
24079
24080 2010-04-15  Richard Guenther  <rguenther@suse.de>
24081
24082         * Makefile.in (OBJS-common): Add gimple-fold.o.
24083         (gimple-fold.o): New rule.
24084         * tree.h (maybe_fold_offset_to_reference,
24085         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
24086         prototypes ...
24087         * gimple.h: ... here.
24088         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
24089         may_propagate_address_into_dereference): Move prototypes ...
24090         * gimple.h: ... here.
24091         * tree-ssa-ccp.c (get_symbol_constant_value,
24092         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
24093         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
24094         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
24095         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
24096         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
24097         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
24098         gimplify_and_update_call_from_tree): Move ...
24099         * gimple-fold.c: ... here.  New file.
24100         (ccp_fold_builtin): Rename to ...
24101         (gimple_fold_builtin): ... this.
24102         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
24103
24104 2010-04-15  Richard Guenther  <rguenther@suse.de>
24105
24106         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
24107         fit_double_type, force_fit_type_double, add_double_with_sign,
24108         neg_double, mul_double_with_sign, lshift_double, rshift_double,
24109         lrotate_double, rrotate_double, div_and_round_double): Move ...
24110         * double-int.c: ... here.
24111         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
24112         add_double, neg_double, mul_double_with_sign, mul_double,
24113         lshift_double, rshift_double, lrotate_double, rrotate_double,
24114         div_and_round_double): Move prototypes ...
24115         * double-int.h: ... here.
24116
24117 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
24118
24119         PR target/43742
24120         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
24121         matching constraints to ensure inputs match the output.
24122
24123 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
24124
24125         PR target/43742
24126         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
24127         in an input-only operand.
24128
24129 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
24130
24131         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
24132         (double_int_not, double_int_lshift, double_int_rshift): Declare.
24133         (double_int_negative_p): Convert to static inline function.
24134         * double-int.c (double_int_lshift, double_int_lshift): New functions.
24135         (double_int_negative_p): Remove.
24136         * tree.h (lshift_double, rshift_double):
24137         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
24138         * fold-const.c (fold_convert_const_int_from_real,
24139         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
24140         (lshift_double): Change type of arith argument to bool.
24141         (rshift_double): Change type of arith argument to bool. Correct
24142         comment.
24143         * expmed.c (mask_rtx, lshift_value): (Ditto.).
24144
24145 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
24146
24147         PR target/21803
24148         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
24149         at the start and end of the then/else blocks, and omit them from the
24150         conversion.
24151         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
24152         argument; all callers changed.  Pass zero to old_insns_match_p instead.
24153         (flow_find_head_matching_sequence): New function.
24154         (old_insns_match_p): Check REG_EH_REGION notes for calls.
24155         * basic-block.h (flow_find_cross_jump,
24156         flow_find_head_matching_sequence): Declare functions.
24157
24158 2010-04-14  Jason Merrill  <jason@redhat.com>
24159
24160         PR c++/36625
24161         * c-common.c (attribute_takes_identifier_p): New fn.
24162         * c-common.h: Declare it.
24163
24164 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24165
24166         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
24167         splitter condition.
24168         (*udivmod<mode>4): Ditto.
24169
24170 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24171
24172         * config/i386/i386.md (maxmin_int): Rename code attribute from
24173         maxminiprefix and update all users.
24174         (maxmin_float): Ditto from maxminfprefix.
24175         (logic): Ditto from logicprefix.
24176         (absneg_mnemonic): Ditto from absnegprefix.
24177         * config/i386/mmx.md: Update all users of maxminiprefix,
24178         maxminfprefix and logicprefix for rename.
24179         * config/i386/sse.md: Ditto.
24180         * config/i386/sync.md (sync_<code><mode>): Update for
24181         logicprefix rename.
24182
24183 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24184
24185         PR 42966
24186         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
24187         warnings converted to errors.
24188
24189 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24190
24191         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
24192         used insn_type variable.
24193         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
24194         to avoid set-but-not-used warning.
24195
24196 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24197
24198         * df-core.c (df_ref_debug): Change format string placeholder
24199         from 0x%x to %#x.
24200         * dwarf2asm.c (dw2_asm_output_data_raw,
24201         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
24202         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
24203         * dwarf2out.c (output_cfi, output_cfi_directive,
24204         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
24205         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
24206         Ditto.
24207         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
24208         * print-rtl.c (print_rtx): Ditto.
24209
24210 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
24211
24212         PR middle-end/42694
24213         * builtins.c (expand_builtin_pow_root): New function to expand pow
24214         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
24215         series of sqrt and cbrt calls under -ffast-math.
24216         (expand_builtin_pow): Call it.
24217
24218 2010-04-14  Michael Matz  <matz@suse.de>
24219
24220         PR tree-optimization/42963
24221         * tree-cfg.c (touched_switch_bbs): New static variable.
24222         (group_case_labels_stmt): New function broken out from ...
24223         (group_case_labels): ... here, use the above.
24224         (start_recording_case_labels): Allocate touched_switch_bbs.
24225         (end_recording_case_labels): Deallocate it, call
24226         group_case_labels_stmt.
24227         (gimple_redirect_edge_and_branch): Remember index of affected BB.
24228
24229 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24230
24231         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
24232         from insn template.
24233
24234 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
24235
24236         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
24237
24238 2010-04-13  Jan Hubicka  <jh@suse.cz>
24239
24240         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
24241         of optimized out static functions.
24242         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
24243         cost computation.  Also sanity check for overflows.
24244         (update_caller_keys): Update cgraph_edge_badness call; properly
24245         update fibheap and sanity check that it is up to date.
24246         (add_new_edges_to_heap): Update cgraph_edge_badness.
24247         (cgraph_decide_inlining_of_small_function): Likewise;
24248         add sanity checking that badness in heap is up to date;
24249         improve dumping of reason; Update badness of calls to the
24250         offline copy of function currently inlined; dump badness
24251         of functions not inlined because of unit growth limits.
24252
24253 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
24254
24255         PR middle-end/32628
24256         * c-common.c (pointer_int_sum): Disregard overflow that occured only
24257         because of sign-extension change when converting to sizetype here...
24258         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
24259
24260         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
24261         the folding to constants.  Remove redundant final conversion.
24262         (fold_binary) <associate>: Do not associate if the re-association of
24263         constants alone overflows.
24264         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
24265         to the end of the list.
24266         (multiple_of_p) <COND_EXPR>: New case.
24267
24268 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24269
24270         * opt-functions.awk (opt_sanitized_name): New.
24271         (opt_enum): New.
24272         * optc-gen.awk: Use it
24273         * opth-gen.awk: Use it.
24274
24275 2010-04-13  Martin Jambor  <mjambor@suse.cz>
24276
24277         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
24278         (sra_modify_assign): Delete stmts loading dead data even if racc has no
24279         children.  Call replace_uses_with_default_def_ssa_name to handle
24280         SSA_NAES on lhs.
24281
24282 2010-04-13  Michael Matz  <matz@suse.de>
24283
24284         PR middle-end/43730
24285         * builtins.c (expand_builtin_interclass_mathfn): Also create
24286         a register if the predicate doesn't match.
24287
24288 2010-04-13  Diego Novillo  <dnovillo@google.com>
24289
24290         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
24291         * c-pch.c: Include timevar.h.
24292         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
24293         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
24294         * ggc-common.c: Include timevar.h.
24295         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
24296         * timevar.def (TV_PCH_SAVE): Define.
24297         (TV_PCH_CPP_SAVE): Define.
24298         (TV_PCH_PTR_REALLOC): Define.
24299         (TV_PCH_PTR_SORT): Define.
24300         (TV_PCH_RESTORE): Define.
24301         (TV_PCH_CPP_RESTORE): Define.
24302
24303 2010-04-13  Michael Matz  <matz@suse.de>
24304
24305         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
24306         into MINUS_EXPRs.
24307         (can_reassociate_p): New function.
24308         (break_up_subtract_bb, reassociate_bb): Use it.
24309
24310 2010-04-13  Richard Guenther  <rguenther@suse.de>
24311
24312         PR bootstrap/43737
24313         * builtins.c (c_readstr): Fix assert.
24314
24315 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
24316
24317         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
24318         when generating cltd insn.
24319
24320         (*ashl<mode>3_1): Remove special handling for register operand 2.
24321         (*ashlsi3_1_zext): Ditto.
24322         (*ashlhi3_1): Ditto.
24323         (*ashlhi3_1_lea): Ditto.
24324         (*ashlqi3_1): Ditto.
24325         (*ashlqi3_1_lea): Ditto.
24326         (*<shiftrt_insn><mode>3_1): Ditto.
24327         (*<shiftrt_insn>si3_1_zext): Ditto.
24328         (*<shiftrt_insn>qi3_1_slp): Ditto.
24329         (*<rotate_insn><mode>3_1): Ditto.
24330         (*<rotate_insn>si3_1_zext): Ditto.
24331         (*<rotate_insn>qi3_1_slp): Ditto.
24332
24333 2010-04-13  Richard Guenther  <rguenther@suse.de>
24334
24335         * tree-ssa-structalias.c (callused_id): Remove.
24336         (call_stmt_vars): New.
24337         (get_call_vi): Likewise.
24338         (lookup_call_use_vi): Likewise.
24339         (lookup_call_clobber_vi): Likewise.
24340         (get_call_use_vi): Likewise.
24341         (get_call_clobber_vi): Likewise.
24342         (make_transitive_closure_constraints): Likewise.
24343         (handle_const_call): Adjust to do per-call call-used handling.
24344         (handle_pure_call): Likewise.
24345         (find_what_var_points_to): Remove general callused handling.
24346         (init_base_vars): Likewise.
24347         (init_alias_vars): Initialize call_stmt_vars.
24348         (compute_points_to_sets): Process call-used and call-clobbered
24349         vars for call statements.
24350         (delete_points_to_sets): Free call_stmt_vars.
24351
24352 2010-04-13  Richard Guenther  <rguenther@suse.de>
24353
24354         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
24355         Only add RW dependence for dependence distance zero.
24356         Adjust maximal vectorization factor according to dependences.
24357         Move alignment handling ...
24358         (vect_find_same_alignment_drs): ... here.  New function.
24359         (vect_analyze_data_ref_dependences): Adjust.
24360         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
24361         (vect_analyze_data_refs): Adjust minimal vectorization factor
24362         according to data references.
24363         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
24364         dependences before determining the vectorization factor.
24365         Analyze alignment after determining the vectorization factor.
24366         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
24367         dependences before alignment.
24368         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
24369         Adjust prototype.
24370         (vect_analyze_data_refs): Likewise.
24371         (MAX_VECTORIZATION_FACTOR): New define.
24372
24373 2010-04-13  Duncan Sands  <baldrick@free.fr>
24374
24375         * except.h (lang_eh_type_covers): Remove.
24376         * except.c (lang_eh_type_covers): Likewise.
24377
24378 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24379             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24380
24381         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
24382         * config/s390/s390.c: Replace UNTIS_PER_WORD with
24383         UNITS_PER_LONG where it is ABI relevant.
24384         (s390_return_addr_rtx): Likewise.
24385         (s390_back_chain_rtx): Likewise.
24386         (s390_frame_area): Likewise.
24387         (s390_frame_info): Likewise.
24388         (s390_initial_elimination_offset): Likewise.
24389         (save_gprs): Likewise.
24390         (s390_emit_prologue): Likewise.
24391         (s390_emit_epilogue): Likewise.
24392         (s390_function_arg_advance): Likewise.
24393         (s390_function_arg): Likewise.
24394         (s390_va_start): Likewise.
24395         (s390_gimplify_va_arg): Likewise.
24396         (s390_function_profiler): Likewise.
24397         (s390_optimize_prologue): Likewise.
24398         (s390_rtx_costs): Likewise.
24399         (s390_secondary_reload): Likewise.
24400         (s390_promote_function_mode): Likewise.
24401         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
24402         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
24403         registers available.
24404         (s390_unwind_word_mode): New function.
24405         (s390_function_value): Split 64 bit values into register pair if
24406         used as return value.
24407         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
24408         function call parameters.  Handle parallels.
24409         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
24410         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
24411         (DWARF_CIE_DATA_ALIGNMENT): New macro.
24412         (s390_expand_setmem): Remove unused variable src_addr.
24413         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
24414         deal with 64 bit registers.
24415         * config/s390/s390.h: Define __zarch__ predefined macro.
24416         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
24417         (UNITS_PER_LONG): New macro.
24418         * libjava/include/s390-signal.h: Define extended ucontext
24419         structure containing the upper halfs of the 64 bit registers.
24420
24421 2010-04-13  Simon Baldwin  <simonb@google.com>
24422
24423         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
24424
24425 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
24426
24427         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
24428         rvalue on the RHS if the LHS is of a non-renamable type.
24429         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
24430
24431 2010-04-13  Matthias Klose  <doko@ubuntu.com>
24432
24433         * gcc.c (cc1_options): Handle -iplugindir before processing
24434         the cc1 spec. Only add -iplugindir once.
24435         (cpp_unique_options): Add -iplugindir option if -fplugin* options
24436         found.
24437         * common.opt (iplugindir): Remove `Separate' property, initialize.
24438         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
24439         option.
24440         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
24441         (distclean): Remove plugin dir.
24442         * doc/invoke.texi: Document -iplugindir.
24443
24444 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
24445
24446         * doc/plugins.texi (Loading Plugins): Document short
24447         -fplugin=foo option.
24448         (Plugin API): Mention default_plugin_dir_name function.
24449
24450         * gcc.c (find_file_spec_function): Add new declaration.
24451         (static_spec_func): Use it for "find-file".
24452         (find_file_spec_function): Add new function.
24453         (cc1_options): Add -iplugindir option if -fplugin* options found.
24454
24455         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
24456
24457         * plugin.c (add_new_plugin): Updated comment, and handle short
24458         plugin name.
24459         (default_plugin_dir_name): Added new function.
24460
24461         * common.opt (iplugindir): New option to set the plugin directory.
24462
24463 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
24464
24465         * config/i386/i386.md (any_rotate): New code iterator.
24466         (rotate_insn): New code attribute.
24467         (rotate): Ditto.
24468         (SWIM124): New mode iterator.
24469         (<rotate_insn>ti3): New expander.
24470         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
24471         any_rotate code iterator.
24472         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
24473         using any_rotate code iterator and SWIM124 mode iterator.
24474         (ix86_rotlti3): New insn_and_split pattern.
24475         (ix86_rotrti3): Ditto.
24476         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
24477         ix86_rotl{di,ti}3 patterns.
24478         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
24479         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
24480         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
24481         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
24482         code iterator and SWI mode iterator.
24483         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
24484         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
24485         code iterator.
24486         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
24487         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
24488         (bswap rotatert splitter): Add splitter.
24489         (bswap splitter): Macroize splitter using any_rotate code iterator.
24490         Add insn predicate to split only for TARGET_USE_XCHGB or when
24491         optimizing function for size.
24492
24493 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
24494
24495         * config/pa/pa.c (emit_move_sequence): Remove use of
24496         deleted variable flag_argument_noalias.
24497
24498 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24499
24500         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
24501         configurations.
24502         Add to unsupported targets list.
24503         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
24504         sparc*-sun-solaris2.[567]* from target lists.
24505         * configure: Regenerate.
24506         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
24507         removal.
24508         Remove Solaris 7 patch references.
24509         (Specific, sparc-sun-solaris2.7): Removed.
24510         (sparc-sun-solaris2*): Update Solaris 7 example.
24511         (sparc64-*-solaris2*): Likewise.
24512
24513 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24514
24515         * config.build (alpha*-dec-osf4*): Remove.
24516         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
24517         of obsolete configurations.
24518         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
24519         support.
24520         * config/alpha/t-osf4: Renamed to ...
24521         * config/alpha/t-osf5: ... this.
24522         * config/alpha/osf.h: Renamed to ...
24523         * config/alpha/osf5.h: ... this.
24524         Merged old osf5.h contents.
24525         Update comments.
24526         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
24527         (EXTRA_SPECS): Removed.
24528         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
24529         reflect removal of Tru64 UNIX V4.0/V5.0 support.
24530         Document that.
24531
24532 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24533
24534         * doc/contrib.texi (Contributors, Rainer Orth): Update.
24535
24536 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
24537
24538         PR/43702
24539         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
24540         __thiscall convention.
24541
24542 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
24543
24544         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
24545         orig_base.
24546         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
24547
24548 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
24549
24550         * function.c (assign_parms_initialize_all): Add unused attribute
24551         to fntype.
24552
24553 2010-04-12  Richard Guenther  <rguenther@suse.de>
24554
24555         * gsstruct.def (GSS_CALL): New.
24556         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
24557         * gimple.h: Include tree-ssa-alias.h.
24558         (struct gimple_statement_call): New.
24559         (union gimple_statement_struct_d): Add gimple_call member.
24560         (gimple_call_reset_alias_info): Declare.
24561         (gimple_call_use_set): New function.
24562         (gimple_call_clobber_set): Likewise.
24563         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
24564         * gimple.c (gimple_call_reset_alias_info): New function.
24565         (gimple_build_call_1): Call it.
24566         * lto-streamer-in.c (input_gimple_stmt): Likewise.
24567         * tree-inline.c (remap_gimple_stmt): Likewise.
24568         (expand_call_inline): Remove callused handling.
24569         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
24570         * tree-dfa.c (dump_variable): Likewise.
24571         * tree-parloops.c (parallelize_loops): Likewise.
24572         * tree-ssa.c (init_tree_ssa): Likewise.
24573         (delete_tree_ssa): Likewise.
24574         * tree-flow-inline.h (is_call_used): Remove.
24575         * tree-flow.h (struct gimple_df): Remove callused member.
24576         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
24577         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
24578         (ref_maybe_used_by_call_p_1): Simplify.
24579         (call_may_clobber_ref_p_1): Likewise.
24580         * tree-ssa-structalias.c (compute_points_to_sets): Set
24581         the call stmt used and clobbered sets.
24582         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
24583         (find_tail_calls): Verify the tail call.
24584
24585 2010-04-12  Richard Guenther  <rguenther@suse.de>
24586
24587         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
24588         single-iteration always-inline inlining.
24589         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
24590         (cgraph_decide_inlining): Do not handle always-inline specially.
24591         (try_inline): Remove always-inline cycle detection special case.
24592         Do not recurse on always-inlines.
24593         (cgraph_early_inlining): Do not iterate if not optimizing.
24594         (cgraph_gate_early_inlining): remove.
24595         (pass_early_inline): Run unconditionally.
24596         (gate_cgraph_decide_inlining): New function.
24597         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
24598         not inlining or optimizing.
24599         (cgraph_decide_inlining_of_small_functions): Also consider
24600         always-inline functions.
24601         (cgraph_default_inline_p): Return true for nodes which should
24602         disregard inline limits.
24603         (estimate_function_body_sizes): Assume zero size and time for
24604         nodes which are marked as disregarding inline limits.
24605         (cgraph_decide_recursive_inlining): Do not perform recursive
24606         inlining on always-inline nodes.
24607
24608 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
24609
24610         PR bootstrap/43699
24611         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
24612         for exprs satisfying handled_component_p.
24613
24614 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
24615
24616         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
24617         non-constant aggregate elements.
24618
24619         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
24620         is a real initialization.
24621
24622 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
24623
24624         PR c/36774
24625         * c-decl.c (start_function): Move forward check for nested function.
24626
24627 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
24628
24629         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
24630         * config/sh/sh.c: Include reload.h.
24631         (sh_legitimize_reload_address): New.
24632         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
24633         sh_legitimize_reload_address.
24634
24635 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
24636
24637         * config/sh/sh.md (*movqi_pop): New insn pattern.
24638         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
24639
24640 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
24641
24642         * config/i386/i386.md (any_shiftrt): New code iterator.
24643         (shiftrt_insn): New code attribute.
24644         (shiftrt): Ditto.
24645         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
24646         using any_shiftrt code iterator.
24647         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
24648         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
24649         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
24650         pattern from corresponding peephole2 patterns.
24651         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
24652         using any_shiftrt code iterator.
24653         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
24654         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
24655         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
24656         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
24657         *{ashr,lshr}<mode>3_cmp_zext.
24658         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
24659
24660 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
24661
24662         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
24663         scratch register.
24664         (*lshr<mode>3_cconly): Ditto.
24665
24666 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
24667
24668         * config/i386/i386.md (lshr<mode>3): Macroize expander from
24669         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
24670         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
24671         pattern from *lshr{di,ti}3_1 and corresponding splitters using
24672         DWI mode iterator.
24673         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
24674         from corresponding peephole2 patterns.
24675         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
24676         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
24677         and *lshrdi3_1_rex64 using SWI mode iterator.
24678         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
24679         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
24680         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
24681         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
24682         and *lshrdi3_cmp_rex64 using SWI mode iterator.
24683         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
24684         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
24685         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
24686         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
24687         SWI mode iterator.
24688
24689 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
24690
24691         * config/i386/i386.md (ashr<mode>3): Macroize expander from
24692         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
24693         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
24694         pattern from *ashr{di,ti}3_1 and corresponding splitters using
24695         DWI mode iterator.
24696         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
24697         from corresponding peephole2 patterns.
24698         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
24699         (ashrsi3_cvt): Rename from ashrsi3_31.
24700         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
24701         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
24702         and x86_64_shift_adj_3 using SWI48 mode iterator.
24703         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
24704         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
24705         and *ashrdi3_1_rex64 using SWI mode iterator.
24706         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
24707         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
24708         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
24709         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
24710         and *ashrdi3_cmp_rex64 using SWI mode iterator.
24711         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
24712         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
24713         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
24714         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
24715         SWI mode iterator.
24716         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
24717         * config/i386/i386.c (ix86_split_ashr): Update for renamed
24718         x86_shift<mode>_adj_3 expanders.
24719
24720 2010-04-10  Wei Guozhi  <carrot@google.com>
24721
24722         PR target/42601
24723         * config/arm/arm.c (arm_pic_static_addr): New function.
24724         (legitimize_pic_address): Call arm_pic_static_addr when it detects
24725         a static symbol.
24726         (arm_output_addr_const_extra): Output expression for new pattern.
24727         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
24728
24729 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
24730
24731         * ira-costs.c (record_reg_classes): Ignore alternatives that are
24732         not enabled.
24733
24734         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
24735         * web.c: Include "insn-config.h" and "recog.h".
24736         (union_match_dups): New function.
24737         (web_main): Call it.
24738         (union_defs): Don't try to recognize match_dups.
24739
24740         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
24741         if doing so would replace the entire pattern.
24742
24743 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
24744
24745         PR target/43707
24746         PR target/43709
24747         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
24748         and splitter pattern.  Change splitter operand 1 predicate to
24749         nonmemory_operand.
24750
24751 2010-04-09  Martin Jambor  <mjambor@suse.cz>
24752
24753         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
24754         lattices are addresses of CONST_DECLs with the same initial value.
24755         (ipcp_print_all_lattices): Print values of CONST_DECLs.
24756         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
24757
24758 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
24759             Bernd Schmidt  <bernds@codesourcery.com>
24760
24761         * loop-invariant.c (replace_uses): New static function.
24762         (move_invariant_reg): Use it to ensure we can replace the uses.
24763
24764 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
24765
24766         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
24767         function template.
24768         (picochip_override_options): Enable section anchors only above -O1.
24769         (picochip_reorg): Fixed a couple of build warnings.
24770
24771 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24772
24773         * configure.ac (plugin -rdynamic test): Log result.
24774         * configure: Regenerate.
24775         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
24776         (RDYNAMIC_SPEC): Define.
24777         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
24778
24779 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24780
24781         * configure.ac: Determine Sun ld version numbers.
24782         (comdat_group): Restrict GNU ld version checks to gld.
24783         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
24784         (enable_comdat): Support --enable-comdat.
24785         * configure: Regenerate.
24786         * doc/install.texi (Configuration): Document --enable-comdat.
24787
24788 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24789
24790         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
24791         * config/sol2-gld.h: ... here.
24792         * config.gcc (sparc*-*-solaris2*): Reflect this.
24793         (i[34567]86-*-solaris2*): Use it.
24794
24795 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
24796
24797         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
24798         setup_clocks_p.
24799         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
24800
24801 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24802
24803         PR 42965
24804         * diagnostic.c (diagnostic_initialize): Initialize
24805         some_warnings_are_errors.
24806         (diagnostic_finish): New.
24807         (diagnostic_action_after_output): Call it before exiting.
24808         (diagnostic_report_diagnostic): Do not print message here. Set
24809         some_warnings_are_errors.
24810         * diagnostic.h (diagnostic_context): Delete
24811         issue_warnings_are_errors_message. Add some_warnings_are_errors.
24812         (diagnostic_finish): Declare.
24813         * toplev.c (toplev_main): Call it before exit.
24814
24815 2010-04-09  Jason Merrill  <jason@redhat.com>
24816
24817         PR c++/42623
24818         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
24819         for incomplete type.
24820
24821         PR c++/41788
24822         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
24823         based on a warning flag.
24824
24825 2010-04-09  Richard Guenther  <rguenther@suse.de>
24826
24827         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
24828
24829 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
24830
24831         PR bootstrap/43684
24832         * varasm.c (default_assemble_visibility): Wrap vars that are
24833         set, but unused, by targets without GAS.
24834         * config/rs6000/rs6000.c (paired_emit_vector_compare):
24835         Remove set, but unused, vars.
24836         (rs6000_legitimize_tls_address): Likewise.
24837         (altivec_expand_dst_builtin): Likewise.
24838         * config/darwin.c (machopic_classify_symbol): Likewise.
24839         (machopic_indirection_name): Likewise.
24840
24841 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
24842
24843         * config/i386/i386.md (DWI): New mode iterator.
24844         (S): New mode attribute.
24845         (shift_operand): Ditto.
24846         (shift_immediate_operand): Ditto.
24847         (ashl_input_operand): Ditto.
24848         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
24849         using SDWIM mode iterator.
24850         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
24851         pattern from *ashl{di,ti}3_1 and corresponding splitters using
24852         DWI mode iterator.
24853         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
24854         from corresponding peephole2 patterns.
24855         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
24856         and x86_64_shift_adj_1 using SWI48 mode iterator.
24857         (x86_shift<mode>_adj_2): Ditto.
24858         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
24859         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
24860         using SWI48 mode iterator.
24861         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
24862         *ashldi3_cmp_rex64 using SWI mode iterator.
24863         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
24864         *ashldi3_cconly_rex64 using SWI mode iterator.
24865         * config/i386/i386.c (ix86_split_ashl): Update for renamed
24866         x86_shift<mode>_adj_{1,2}.
24867         (ix86_split_ashr): Ditto.
24868         (ix86_split_lshr): Ditto.
24869
24870 2010-04-09  Richard Guenther  <rguenther@suse.de>
24871
24872         * target.h (builtin_conversion): Pass in input and output types.
24873         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
24874         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
24875         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
24876         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
24877
24878         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
24879         Handle AVX modes.
24880         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
24881
24882 2010-04-09  Richard Guenther  <rguenther@suse.de>
24883
24884         PR target/43152
24885         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
24886
24887 2010-04-09  Richard Guenther  <rguenther@suse.de>
24888
24889         * tree-vectorizer.h (struct _stmt_vec_info): Document
24890         that vectype is the type of the LHS.
24891         (supportable_widening_operation, supportable_narrowing_operation):
24892         Get both input and output vector types as arguments.
24893         (vect_is_simple_use_1): Declare.
24894         (get_same_sized_vectype): Likewise.
24895         * tree-vect-loop.c (vect_determine_vectorization_factor):
24896         Set STMT_VINFO_VECTYPE to the vector type of the def.
24897         (vectorizable_reduction): Adjust.
24898         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
24899         Adjust.  Specify the output vector type.
24900         (vect_pattern_recog_1): Adjust.
24901         * tree-vect-stmts.c (get_same_sized_vectype): New function.
24902         (vectorizable_call): Adjust.
24903         (vectorizable_conversion): Likewise.
24904         (vectorizable_operation): Likewise.
24905         (vectorizable_type_demotion): Likewise.
24906         (vectorizable_type_promotion): Likewise.
24907         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
24908         the def.
24909         (vect_is_simple_use_1): New function.
24910         (supportable_widening_operation): Get both input and output
24911         vector types.
24912         (supportable_narrowing_operation): Likewise.
24913         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
24914
24915 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
24916
24917         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
24918         __thiscall and _thiscall as predefined macros.
24919         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
24920         thiscall attribute handling.
24921         (ix86_comp_type_attributes): Likewise.
24922         (ix86_function_regparm): Likewise.
24923         (ix86_return_pops_args): Likewise.
24924         (init_cumulative_args): Likewise.
24925         (find_drap_reg): Likewise.
24926         (ix86_static_chain): Likewise.
24927         (x86_this_parameter): Likewise.
24928         (x86_output_mi_thunk): Likewise.
24929         (ix86_attribute_table): Add description for thiscall attribute.
24930         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
24931         * doc/extend.texi: Add documentation for thiscall.
24932
24933 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24934
24935         PR c++/28584
24936         * c.opt (Wint-to-pointer-cast): Available in C++.
24937         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
24938
24939 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
24940
24941         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
24942         * calls.c (expand_call): Pass the function type to aggregate_value_p.
24943         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
24944         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
24945         function type instead.  Reorder and simplify checks.
24946
24947         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
24948
24949 2010-04-08  Jing Yu  <jingyu@google.com>
24950             Zdenek Dvorak  <ook@ucw.cz>
24951
24952         PR tree-optimization/42720
24953         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
24954         loop unswitch conditions here from ...
24955         (tree_unswitch_single_loop): ... here.
24956
24957 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
24958
24959         * tree-if-conv.c: Fix comments and simplify logic.
24960
24961 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
24962
24963         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
24964         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
24965         (main_tree_if_conversion): Update call to tree_if_conversion.
24966
24967 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
24968
24969         PR 42485
24970         * doc/invoke.texi (-b,-V): Delete.
24971         * doc/tm.texi: Do not mention -b.
24972         * gcc.c (display_help): Delete -b and -V.
24973         (process_command): Delete -b and -V.
24974         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
24975
24976 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
24977             Wolfgang Gellerich  <gellerich@de.ibm.com>
24978
24979         Implement target hook for loop unrolling
24980         * target.h (loop_unroll_adjust): Add a new target hook function.
24981         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
24982         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
24983         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
24984         (s390_loop_unroll_adjust): Implement the new target hook for s390.
24985         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
24986         target hook.
24987         (decide_unroll_stupid): Likewise.
24988
24989 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24990
24991         PR target/43643
24992         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
24993
24994 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24995
24996         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
24997         (Specific, *-*-solaris2*): Likewise.
24998         Don't prefer Sun as over GNU as.
24999
25000 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
25001
25002         * config/s390/s390.c (override_options): Adjust the z10 defaults
25003         for max-unroll-times, max-completely-peeled-insns
25004         and max-completely-peel-times.
25005
25006 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25007
25008         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
25009         instructions for z10.
25010         (s390_expand_setmem): Likewise.
25011         (s390_expand_cmpmem): Likewise.
25012
25013 2010-04-08  Richard Guenther  <rguenther@suse.de>
25014
25015         PR tree-optimization/43679
25016         * tree-ssa-pre.c (eliminate): Only propagate copies.
25017
25018 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
25019
25020         PR bootstrap/43681
25021         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
25022         set but not used variable warning.
25023
25024 2010-04-08  Wei Guozhi  <carrot@google.com>
25025
25026         PR target/41653
25027         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
25028         (arm_size_rtx_costs): Call the new function when optimized for size.
25029
25030 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
25031
25032         PR debug/43670
25033         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
25034         op0 is not a MEM, just return NULL instead of assertion
25035         failure.
25036         (discover_nonconstant_array_refs): Don't walk debug stmts.
25037
25038 2010-04-08  Doug Kwan  <dougkwan@google.com>
25039
25040         * configure.ac: Recognize gold and do not use its version number
25041         to test ld features.
25042         * configure: Regenerate.
25043
25044 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
25045
25046         PR middle-end/40815
25047         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
25048         (negate_value): Move code to push elements to broken_up_substracts ...
25049         (eliminate_plus_minus_pair): ... here.  Push operands that have no
25050         negative pair to plus_negates.
25051         (repropagate_negates, init_reassoc, fini_reassoc): Update.
25052
25053 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25054
25055         * doc/install.texi (Configuration): Move description of
25056         --enable-lto, --with-libelf*, --enable-gold from Java section to
25057         general section.
25058
25059         * doc/generic.texi (Working with declarations)
25060         (Function Properties, C and C++ Trees): Fix typos.
25061         * doc/sourcebuild.texi (Top Level): Likewise.
25062
25063 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
25064
25065         PR c/18624
25066         * tree.h (DECL_READ_P): Define.
25067         (struct tree_decl_common): Add decl_read_flag.
25068         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
25069         a set but not used warning.
25070         (merge_decls): Merge DECL_READ_P flag.
25071         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
25072         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
25073         * c-common.c (handle_used_attribute, handle_unused_attribute):
25074         Likewise.
25075         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
25076         New prototypes.
25077         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
25078         New functions.
25079         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
25080         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
25081         c_parser_binary_expression, c_parser_cast_expression,
25082         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
25083         Call default_function_array_read_conversion instead of
25084         default_function_array_conversion where needed.
25085         (c_parser_unary_expression, c_parser_conditional_expression,
25086         c_parser_postfix_expression_after_primary, c_parser_initelt):
25087         Likewise.  Call mark_exp_read where needed.
25088         (c_parser_statement_after_labels, c_parser_asm_operands,
25089         c_parser_typeof_specifier, c_parser_sizeof_expression,
25090         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
25091         where needed.
25092         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
25093         New.
25094         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
25095         (warn_unused_but_set_parameter): Default to warn_unused
25096         && extra_warnings.
25097         * doc/invoke.texi: Document -Wunused-but-set-variable and
25098         -Wunused-but-set-parameter.
25099
25100         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
25101         used count variable.
25102         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
25103         when operandN variables aren't used in the body of the expander
25104         or splitter.
25105         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
25106         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
25107         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
25108         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
25109         FOR_EACH_IMM_USE_ON_STMT): Likewise.
25110         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
25111         * tree.c (PROCESS_ARG): Likewise.
25112
25113 2010-04-07  Simon Baldwin  <simonb@google.com>
25114
25115         * diagnostic.h (diagnostic_override_option_index): New macro to
25116         set a diagnostic's option_index.
25117         * c-tree.h (c_cpp_error): Add warning reason argument.
25118         * opts.c (_warning_as_error_callback): New.
25119         (register_warning_as_error_callback): Store callback for
25120         warnings enabled via enable_warning_as_error.
25121         (enable_warning_as_error): Call callback, minor code tidy.
25122         * opts.h (register_warning_as_error_callback): Declare.
25123         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
25124         response to -Werror=.
25125         (c_common_init_options): Register warning_as_error_callback in opts.c.
25126         * common.opt: Add -Wno-cpp option.
25127         * c-common.c (struct reason_option_codes_t): Map cpp warning
25128         reason codes to gcc option indexes.
25129         * (c_option_controlling_cpp_error): New function, lookup the gcc
25130         option index for a cpp warning reason code.
25131         * (c_cpp_error): Add warning reason argument, call
25132         c_option_controlling_cpp_error for diagnostic_override_option_index.
25133         * doc/invoke.texi: Document -Wno-cpp.
25134
25135 2010-04-07  Richard Guenther  <rguenther@suse.de>
25136
25137         * ipa-reference.c (mark_load): Use get_base_address.
25138         (mark_store): Likewise.
25139
25140         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
25141         inserting GIMPLE_NOPs into the IL.
25142         * tree-ssa-structalias.c (get_constraint_for_component_ref):
25143         Explicitly strip handled components and indirect references.
25144
25145         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
25146         folding address expressions.
25147         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
25148         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
25149         operand_equal_p to compare decls.
25150         (ptr_deref_may_alias_decl_p): Likewise.
25151         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
25152         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
25153         Handle reversed comparison ops.
25154         * tree-sra.c (asm_visit_addr): Use get_base_address.
25155         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
25156         * ipa-reference.c (mark_address): Use get_base_address.
25157
25158 2010-04-07  Richard Guenther  <rguenther@suse.de>
25159
25160         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
25161         Propagate constants everywhere.
25162
25163 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
25164
25165         PR debug/43516
25166         * tree.c (MAX_INT_CACHED_PREC): Define.
25167         (nonstandard_integer_type_cache): New array.
25168         (build_nonstandard_integer_type): Cache results for precision
25169         <= MAX_INT_CACHED_PREC.
25170
25171 2010-04-07  Richard Guenther  <rguenther@suse.de>
25172
25173         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
25174         -fargument-noalias-global, -fargument-noalias-anything): Remove.
25175         * common.opt: Likewise.
25176         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
25177         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
25178         (nonoverlapping_memrefs_p): Likewise.
25179         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
25180         * opts.c (common_handle_option): Handle OPT_fargument_alias,
25181         OPT_fargument_noalias, OPT_fargument_noalias_anything and
25182         OPT_fargument_noalias_global for backward compatibility.
25183
25184 2010-04-07  Richard Guenther  <rguenther@suse.de>
25185
25186         PR tree-optimization/43270
25187         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
25188         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
25189         * tree-ssa-pre.c (phi_translate_1): Adjust.
25190         (fully_constant_expression): Split out vn_reference handling to ...
25191         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
25192         Fold reads from constant strings.
25193         (vn_reference_lookup): Handle fully constant references.
25194         (vn_reference_lookup_pieces): Likewise.
25195         * Makefile.in (expmed.o-warn): Add -Wno-error.
25196
25197 2010-04-07  Martin Jambor  <mjambor@suse.cz>
25198
25199         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
25200
25201 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
25202
25203         PR driver/41594
25204         * gcc.c: Add -static-libstdc++ to list of recognized options.
25205
25206 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25207
25208         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
25209
25210 2010-04-07  Richard Guenther  <rguenther@suse.de>
25211
25212         PR middle-end/42617
25213         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
25214         bases build simple mem attributes to retain points-to information.
25215
25216 2010-04-07  Richard Guenther  <rguenther@suse.de>
25217
25218         PR middle-end/42617
25219         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
25220         preserve points-to related information.
25221
25222 2010-04-07  Richard Guenther  <rguenther@suse.de>
25223
25224         PR middle-end/42617
25225         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
25226         discard plain indirect references.
25227         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
25228         * tree.c (tree_nop_conversion): Likewise.
25229
25230 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
25231
25232         PR debug/43628
25233         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
25234
25235 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
25236
25237         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
25238         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
25239
25240 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
25241
25242         * tree-if-conv.c: Fix indentation and comments.
25243
25244 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
25245
25246         * tree-if-conv.c: Sort static functions in topological order.
25247
25248 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
25249
25250         * tree-if-conv.c: Fix indentation and comments.
25251
25252 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25253
25254         PR middle-end/43519
25255         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
25256         lang_hooks.types.type_for_size instead of
25257         build_nonstandard_integer_type.
25258         When converting an unsigned type to signed, double its precision.
25259         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
25260         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
25261         (graphite_create_new_loop_guard): When ub + 1 wraps around,
25262         use lb <= ub.
25263
25264 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25265
25266         PR middle-end/43519
25267         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
25268         POINTER_PLUS_EXPR for pointer types.
25269
25270 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25271
25272         PR middle-end/43519
25273         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
25274         * graphite-clast-to-gimple.c: Include langhooks.h.
25275         (max_signed_precision_type): New.
25276         (max_precision_type): Takes two types as arguments.
25277         (precision_for_value): New.
25278         (precision_for_interval): New.
25279         (gcc_type_for_interval): New.
25280         (gcc_type_for_value): New.
25281         (gcc_type_for_clast_term): New.
25282         (gcc_type_for_clast_red): New.
25283         (gcc_type_for_clast_bin): New.
25284         (gcc_type_for_clast_expr): Split up into several functions.
25285         (gcc_type_for_clast_eq): Rewritten.
25286         (compute_bounds_for_level): New.
25287         (compute_type_for_level_1): New.
25288         (compute_type_for_level): New.
25289         (gcc_type_for_cloog_iv): Removed.
25290         (gcc_type_for_iv_of_clast_loop): Rewritten.
25291         (graphite_create_new_loop): Compute the lower and upper bound types
25292         with gcc_type_for_clast_expr.
25293         (graphite_create_new_loop_guard): Same.
25294         (find_cloog_iv_in_expr): Removed.
25295         (compute_cloog_iv_types_1): Removed.
25296         (compute_cloog_iv_types): Removed.
25297         (gloog): Do not call compute_cloog_iv_types.
25298         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
25299         GBB_CLOOG_IV_TYPES.
25300         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
25301         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
25302         (GBB_CLOOG_IV_TYPES): Removed.
25303
25304 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25305
25306         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
25307         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
25308         (detect_commutative_reduction): Same.
25309
25310 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25311
25312         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
25313         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
25314         argument.
25315         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
25316         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
25317         (rewrite_commutative_reductions_out_of_ssa): Same.
25318         * passes.c (execute_function_todo): Call verify_ssa for every pass
25319         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
25320         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
25321         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
25322         with an extra argument.
25323         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
25324         verify_ssa only when the extra argument is true.
25325         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
25326         with an extra argument.
25327         (tree_transform_and_unroll_loop): Same.
25328
25329 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
25330
25331         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
25332         for all the passes of the LNO having LOOP_CLOSED_SSA.
25333         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
25334         * tree-loop-distribution.c (pass_loop_distribution): Same.
25335         * tree-pass.h (TODO_verify_loops): Removed.
25336         * tree-ssa-loop.c (pass_tree_loop_init): Same.
25337         (pass_lim): Same.
25338         (pass_tree_unswitch): Same.
25339         (pass_predcom): Same.
25340         (pass_vectorize): Same.
25341         (pass_linear_transform): Same.
25342         (pass_graphite_transforms): Same.
25343         (pass_iv_canon): Same.
25344         (pass_complete_unroll): Same.
25345         (pass_complete_unrolli): Same.
25346         (pass_parallelize_loops): Same.
25347         (pass_loop_prefetch): Same.
25348         (pass_iv_optimize): Same.
25349
25350 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
25351
25352         PR middle-end/32824
25353         * passes.c (init_optimization_passes): Move pass_lim before
25354         pass_copy_prop and pass_dce_loop.
25355
25356 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
25357
25358         PR target/43667
25359         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
25360         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
25361         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
25362         MULTI_* defines for 4 argument vpermil2p* builtins.
25363
25364 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
25365
25366         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
25367         * config/i386/i386.c (x86_maybe_negate_const_int): New.
25368         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
25369         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
25370         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
25371         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
25372         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
25373         Use x86_maybe_negate_const_int to output insn mnemonic.
25374         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
25375         check from instruction predicate.  Update comments.
25376         * config/i386/sync.md (sync_add<mode>): Use
25377         x86_maybe_negate_const_int to output insn mnemonic.
25378
25379 2010-04-06  Jan Hubicka  <jh@suse.cz>
25380
25381         PR tree-optimization/42906
25382         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
25383         IGNORE_SELF argument.  Set visited_control_parents for fully
25384         processed BBs.
25385         (find_obviously_necessary_stmts): Update call of
25386         mark_control_dependent_edges_necessary.
25387         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
25388
25389 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
25390
25391         * config/i386/i386.md: Remove comment about 'e' and 'E'
25392         operand modifier.
25393
25394 2010-04-06  Richard Guenther  <rguenther@suse.de>
25395
25396         PR tree-optimization/43627
25397         * tree-vrp.c (extract_range_from_unary_expr): Widenings
25398         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
25399         not varying.
25400
25401 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
25402
25403         * BASE-VER: Change to 4.6.0.
25404
25405         PR target/43638
25406         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
25407         handling.
25408
25409 2010-04-06  Richard Guenther  <rguenther@suse.de>
25410
25411         PR middle-end/43661
25412         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
25413
25414 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25415
25416         * doc/invoke.texi (Optimize Options): Document that LTO
25417         won't remove object access purely due to incompatible
25418         declarations.
25419
25420 2010-04-04  Matthias Klose  <doko@ubuntu.com>
25421
25422         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
25423         Initialize variable.
25424
25425 2010-04-03  Richard Guenther  <rguenther@suse.de>
25426
25427         PR middle-end/42509
25428         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
25429         require a non-NULL MEM_OFFSET.
25430
25431 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
25432
25433         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
25434         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
25435         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
25436         config/alpha/predicates.md, config/arm/arm.md,
25437         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
25438         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
25439         config/darwin9.h, config/darwin.c, config/darwin.h,
25440         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
25441         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
25442         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
25443         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
25444         config/mips/mips.md, config/mn10300/mn10300.c,
25445         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
25446         config/rs6000/aix.h, config/rs6000/dfp.md,
25447         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
25448         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
25449         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
25450         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
25451         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
25452         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
25453         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
25454         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
25455         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
25456         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
25457         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
25458         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
25459         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
25460         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
25461         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
25462         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
25463         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
25464         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
25465         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
25466         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
25467         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
25468         opt-functions.awk, opth-gen.awk, params.def, passes.c,
25469         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
25470         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
25471         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
25472         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
25473         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
25474         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
25475         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
25476         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
25477         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
25478         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
25479         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
25480         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
25481         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
25482         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
25483
25484 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25485
25486         PR other/43620
25487         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
25488         * aclocal.m4: Regenerate.
25489
25490 2010-04-02  Richard Guenther  <rguenther@suse.de>
25491
25492         PR tree-optimization/43629
25493         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
25494         if we have seen a constant value.
25495
25496 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
25497
25498         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
25499
25500 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
25501
25502         PR target/43469
25503         * arm.c (legitimize_tls_address): Adjust call to
25504         gen_tls_load_dot_plus_four.
25505         (arm_note_pic_base): New function.
25506         (arm_cannot_copy_insn_p): Use it.
25507         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
25508         constraint.
25509
25510 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25511
25512         PR bootstrap/43531
25513
25514         Revert:
25515         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25516
25517         * Makefile.in ($(out_object_file)): Depend on
25518         gt-$(basename $(notdir $(out_file))).h.
25519
25520 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
25521
25522         * config.gcc (lm32-*-rtems*): Add t-lm32.
25523
25524 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
25525
25526         * config.gcc: Add lm32-*-rtems*.
25527         * config/lm32/rtems.h: New file.
25528
25529 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
25530
25531         PR target/42609
25532         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
25533
25534 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
25535
25536         * dwarf2out.c (output_compilation_unit_header): For
25537         -gdwarf-4 use version 4 instead of version 3.
25538         (output_line_info): For version 4 and above emit additional
25539         maximum ops per insn header field.
25540         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
25541
25542         * dwarf2out.c (is_c_family, is_java): Remove.
25543         (lower_bound_default): New function.
25544         (add_bound_info, gen_descr_array_type_die): Use it.
25545
25546 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
25547
25548         PR debug/43325
25549         * dwarf2out.c (gen_variable_die): Allow debug info for variable
25550         re-declaration when it happens in a function.
25551
25552 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
25553
25554         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
25555         (cgraph_remove_function_insertion_hook): Same.
25556         (cgraph_call_function_insertion_hooks): Same.
25557
25558 2010-04-01  Richard Guenther  <rguenther@suse.de>
25559
25560         PR middle-end/43614
25561         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
25562         and TREE_THIS_VOLATILE.
25563         (copy_ref_info): Likewise.
25564         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
25565         * tree.c (build6_stat): Ignore side-effects of all but arg5
25566         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
25567         TARGET_MEM_REF.
25568
25569 2010-04-01  Richard Guenther  <rguenther@suse.de>
25570
25571         PR tree-optimization/43607
25572         * ipa-type-escape.c (check_call): Do not access non-existing
25573         arguments.
25574
25575 2010-04-01  Richard Guenther  <rguenther@suse.de>
25576
25577         PR middle-end/43602
25578         Revert
25579         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
25580                     Jack Howarth  <howarth@bromo.med.uc.edu>
25581
25582         * tree-profile.c (tree_init_ic_make_global_vars): Make static
25583         variables TLS.
25584
25585 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25586
25587         * doc/install.texi (Prerequisites): Document libelf usability on
25588         IRIX 5/6 and Solaris 2.
25589         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
25590         Update GNU as, GNU ld requirements.
25591         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
25592         Document Sun Studio compiler download.
25593         Update and simplify as, ld recommendations.
25594         (Specific, *-*-solaris2.7): Note obsoletion, removal.
25595
25596 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25597
25598         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
25599         with_tune_32 to pentium4.
25600
25601 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
25602
25603         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
25604
25605 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25606
25607         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
25608         obsoletion, removal.
25609         Update IDO URL.
25610         Document GNU as requirement.
25611         Update configure requirements.
25612         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
25613         Recomment IRIX 6.5.18+.
25614         Document IDF/IDL requirement.
25615         Document GNU as requirement.
25616         Document GNU ld bootstrap failure.
25617         Remove freeware.sgi.com reference.
25618
25619 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25620
25621         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
25622         UNIX V4.0, V5.0 obsoletion, removal.
25623         Remove --with-gc=simple reference.
25624         Update VM requirements during bootstrap.
25625         Remove -oldas bootstrap description.
25626         Update binutils reference.
25627         Remove comparison failure note.
25628
25629 2010-03-31  Richard Guenther  <rguenther@suse.de>
25630             Zdenek Dvorak  <ook@ucw.cz>
25631             Sebastian Pop  <sebastian.pop@amd.com>
25632
25633         PR middle-end/43464
25634         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
25635         with multiple arguments.
25636         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
25637
25638 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
25639
25640         * graphite-dependences.c (print_pddr): Call print_pdr with an
25641         extra argument.
25642         * graphite-poly.c (debug_pdr): Add an extra argument for the
25643         verbosity level.
25644         (print_pdr): Same.
25645         (print_pbb_domain): Same.
25646         (print_pbb): Same.
25647         (print_scop_context): Same.
25648         (print_scop): Same.
25649         (print_cloog): Same.
25650         (debug_pbb_domain): Same.
25651         (debug_pbb): Same.
25652         (print_pdrs): Same.
25653         (debug_pdrs): Same.
25654         (debug_scop_context): Same.
25655         (debug_scop): Same.
25656         (debug_cloog): Same.
25657         (print_scop_params): Same.
25658         (debug_scop_params): Same.
25659         (print_iteration_domain): Same.
25660         (print_iteration_domains): Same.
25661         (debug_iteration_domain): Same.
25662         (debug_iteration_domains): Same.
25663         (print_scattering_function): Same.
25664         (print_scattering_functions): Same.
25665         (debug_scattering_function): Same.
25666         (debug_scattering_functions): Same.
25667         * graphite-poly.h (debug_pdr): Update declaration.
25668         (print_pdr): Same.
25669         (print_pbb_domain): Same.
25670         (print_pbb): Same.
25671         (print_scop_context): Same.
25672         (print_scop): Same.
25673         (print_cloog): Same.
25674         (debug_pbb_domain): Same.
25675         (debug_pbb): Same.
25676         (print_pdrs): Same.
25677         (debug_pdrs): Same.
25678         (debug_scop_context): Same.
25679         (debug_scop): Same.
25680         (debug_cloog): Same.
25681         (print_scop_params): Same.
25682         (debug_scop_params): Same.
25683         (print_iteration_domain): Same.
25684         (print_iteration_domains): Same.
25685         (debug_iteration_domain): Same.
25686         (debug_iteration_domains): Same.
25687         (print_scattering_function): Same.
25688         (print_scattering_functions): Same.
25689         (debug_scattering_function): Same.
25690         (debug_scattering_functions): Same.
25691
25692 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
25693
25694         * graphite-poly.c (print_scattering_function_1): New.
25695         (print_scattering_function): Call it.
25696         (print_scop_params): Remove spaces at the end of lines.
25697         (print_cloog): New.
25698         (debug_cloog): New.
25699         * graphite-poly.h (print_cloog): Declared.
25700         (debug_cloog): Declared.
25701
25702 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
25703
25704         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
25705         in loop->header.
25706         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
25707         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
25708         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
25709         to switch between adding the IV bump in loop->latch or in loop->header.
25710
25711 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
25712
25713         * graphite-poly.c (print_scattering_function): Pretty print following
25714         the scoplib format.
25715         (print_pdr): Same.
25716         (print_pbb_domain): Same.
25717         (dump_gbb_cases): Same.
25718         (dump_gbb_conditions): Same.
25719         (print_pdrs): Same.
25720         (print_pbb): Same.
25721         (print_scop_params): Same.
25722         (print_scop_context): Same.
25723         (print_scop): Same.
25724         (print_pbb_body): New.
25725         (lst_indent_to): New.
25726         (print_lst): Start new lines with a #.
25727         * graphite-poly.h (pbb_bb): New.
25728         (pbb_index): Use pbb_bb.
25729         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
25730         disjuncts.
25731         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
25732
25733 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
25734
25735         * dwarf2out.c (size_of_die): For -gdwarf-4 use
25736         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
25737         and 0 instead of 1 for dw_val_class_flag.
25738         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
25739         dw_val_class_range_list, dw_val_class_loc_list,
25740         dw_val_class_lineptr and dw_val_class_macptr, use
25741         DW_FORM_flag_present for dw_val_class_flag and
25742         DW_FORM_exprloc for dw_val_class_loc.
25743         (output_die): For -gdwarf-4 print dw_val_class_loc
25744         size as uleb128 instead of 1 or 2 bytes and don't print
25745         anything for dw_val_class_flag.
25746
25747         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
25748         instead of cselib_lookup following by tweaking locs->setting_insn.
25749
25750         PR bootstrap/43596
25751         * cselib.c (cselib_process_insn): Clear cselib_current_insn
25752         even before returning from label, setjmp call or volatile asm
25753         handling.
25754
25755 2010-03-31  Richard Guenther  <rguenther@suse.de>
25756
25757         PR middle-end/43600
25758         * cgraphunit.c (cgraph_output_in_order): Do not allocate
25759         temporary data on stack.
25760
25761 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25762
25763         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
25764         (PUSHSECTION_ASM_OP): Remove.
25765         (POPSECTION_ASM_OP): Remove.
25766         (PUSHSECTION_FORMAT): Remove.
25767         * config/sol2.h (PUSHSECTION_FORMAT): Define.
25768         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
25769         * config/sol2.c (solaris_output_init_fini): Use it.
25770
25771 2010-03-31  Jie Zhang  <jie@codesourcery.com>
25772
25773         PR 43574
25774         * opt-functions.awk (var_type_struct): Use signed char type
25775         for simple variables.
25776
25777 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25778
25779         * config/sol2.c: Include output.h.
25780         (solaris_assemble_visibility): New function.
25781         * config/t-sol2 (sol2.o): Add output.h dependency.
25782         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
25783         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
25784         Redefine.
25785
25786 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
25787
25788         PR target/43580
25789         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
25790         V2SImode or XFmode on PRE_DEC.
25791
25792         PR debug/43557
25793         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
25794         BLKmode.
25795
25796 2010-03-31  Jie Zhang  <jie@codesourcery.com>
25797
25798         PR 43562
25799         * reload.h (caller_save_initialized_p): Declare.
25800         * toplev.c (backend_init_target): Don't call
25801         init_caller_save but set caller_save_initialized_p to false.
25802         * caller-save.c (caller_save_initialized_p): Define.
25803         (init_caller_save): Check caller_save_initialized_p.
25804         * ira.c (ira): Call init_caller_save if flag_caller_saves.
25805
25806 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25807
25808         PR target/39048
25809         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
25810         and soft-fp/t-softfp to tmake_file.
25811         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
25812         (LIBGCC2_TF_CEXT): Define.
25813         (TF_SIZE): Define.
25814
25815 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
25816
25817         PR debug/42977
25818         * cselib.c (n_useless_values): Document handling of debug locs.
25819         (n_useless_debug_values, n_debug_values): New variables.
25820         (new_elt_loc_list): Don't add to debug values, keep count.
25821         (promote_debug_loc): New.
25822         (cselib_reset_table): Zero new variables.
25823         (entry_and_rtx_equal_p): Promote debug locs.
25824         (discard_useless_locs): Increment n_useless_debug_values for
25825         debug values.
25826         (remove_useless_values): Adjust n_useless_values and n_debug_values
25827         with n_useless_debug_values.
25828         (add_mem_for_addr): Promote debug locs.
25829         (cselib_lookup_mem): Likewise.
25830         (cselib_lookup_addr): Renamed to...
25831         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
25832         (cselib_log_lookup): ... this.  Turn into...
25833         (cselib_lookup_addr): ... new wrapper.
25834         (cselib_lookup_from_insn): New.
25835         (cselib_invalidate_regno): Increment n_useless_debug_values for
25836         debug values.
25837         (cselib_invalidate_mem): Likewise.
25838         (cselib_process_insn): Take n_deleted and n_debug_values into
25839         account to guard remove_useless_value call.
25840         (cselib_finish): Zero n_useless_debug_values.
25841         * cselib.h (cselib_lookup_from_insn): Declare.
25842         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
25843         (sched_analyze_2): Likewise.
25844
25845 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
25846
25847         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
25848         functions.
25849         (adjust_mems): Replace narrowing SUBREG of expression containing
25850         just PLUS, MINUS, MULT and ASHIFT of registers and constants
25851         with operations in the narrower mode.
25852
25853         PR debug/43593
25854         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
25855         regs_invalidated_by_call instead all call_used_reg_set registers.
25856
25857 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
25858
25859         PR middle-end/43430
25860         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
25861         pointer comparisons with types_compatible_p.
25862         * tree-vect-stmts.c (vectorizable_call): Same.
25863         (vectorizable_condition): Same.
25864
25865 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25866
25867         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
25868         stack check if the mask would be zero.
25869
25870 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
25871             Jack Howarth  <howarth@bromo.med.uc.edu>
25872
25873         * tree-profile.c (tree_init_ic_make_global_vars): Make static
25874         variables TLS.
25875
25876 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
25877
25878         PR other/25232
25879         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
25880         and __unordtf2.
25881         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
25882         Include ___unordxf2 and ___unordtf2.
25883         * config/i386/libgcc-glibc.ver: Do not define inheritance from
25884         GCC_4.4.0 here.
25885
25886 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
25887
25888         * config/lm32/t-lm32: New file.
25889         * config.gcc: Use the above file when targetting lm32.
25890
25891 2010-03-28  Duncan Sands  <baldrick@free.fr>
25892
25893         * Makefile.in (PLUGIN_HEADERS): Add except.h.
25894
25895 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
25896
25897         PR middle-end/43431
25898         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
25899         Improve vectorization cost model diagnostic.
25900
25901 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
25902
25903         PR middle-end/43436
25904         * tree-vect-data-refs.c (vect_analyze_data_refs): When
25905         compute_data_dependences_for_loop returns false, early exit
25906         and output an extra diagnostic for the failed data reference
25907         analysis.
25908
25909 2010-03-29  Richard Guenther  <rguenther@suse.de>
25910
25911         PR tree-optimization/43560
25912         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
25913         (can_sm_ref_p): Treat stores to readonly locations as trapping.
25914
25915 2010-03-29  Jie Zhang  <jie@codesourcery.com>
25916
25917         PR 43564
25918         * toplev.c (process_options): Set optimization_default_node
25919         and optimization_current_node.
25920         * opts.c (decode_options): Don't set optimization_default_node
25921         and optimization_current_node.
25922
25923 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
25924
25925         * config/rtems.h: Abandon -qrtems_debug.
25926
25927 2010-03-28  Jan Hubicka  <jh@suse.cz>
25928
25929         PR tree-optimization/43505
25930         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
25931         map should not be copied.
25932
25933 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25934
25935         PR middle-end/41674
25936         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
25937         cdtors, set DECL_PRESERVE_P.
25938         * ipa.c (cgraph_externally_visible_p): Return true if declaration
25939         should be preseved.
25940
25941 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
25942
25943         PR tree-optimization/43528
25944         * stor-layout.c (place_field): Check that constant fits into
25945         unsigned HWI when skipping calculation of MS bitfield layout.
25946
25947 2010-03-27  Jan Hubicka  <jh@suse.cz>
25948
25949         PR middle-end/43391
25950         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
25951         notice_global_symbol work.
25952
25953 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
25954
25955         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
25956         instead of dwarf2out_decl.
25957         (struct var_loc_node): Remove section_label field.
25958         (dwarf2out_function_decl): New function.
25959         (dwarf2out_var_location): Don't set section_label field.
25960         (dwarf2out_begin_function): Don't empty decl_loc_table here.
25961
25962 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
25963
25964         PR tree-optimization/43544
25965         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
25966         First argument for builtin vectorized function hook is now a
25967         tree to be able to distinguish between machine specific and
25968         standard builtins.
25969         * targhooks.c (default_builtin_vectorized_function): Ditto.
25970         * targhooks.h (default_builtin_vectorized_function): Ditto.
25971         * target.h (struct gcc_target): Ditto.
25972         * tree-vect-stmts.c (vectorizable_function): Ditto.
25973         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
25974         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
25975         Ditto.
25976
25977 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
25978
25979         PR c/43381
25980         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
25981         nested binding iff it is a FUNCTION_DECL.
25982         (store_parm_decls_newstyle): Pass nested=true to bind for
25983         FUNCTION_DECLs amongst parameters.
25984
25985 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
25986
25987         * var-tracking.c (vt_expand_loc_callback): Don't run
25988         cselib_expand_value_rtx_cb in dummy mode if
25989         cselib_dummy_expand_value_rtx_cb returned false.
25990
25991         * var-tracking.c (emit_note_insn_var_location): For one part
25992         notes with offset 0, don't add EXPR_LIST around the location.
25993         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
25994         add_location_or_const_value_attribute): Adjust for that change.
25995
25996         PR debug/43540
25997         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
25998         into first operand and location into second.
25999         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
26000         dw_cfi_oprnd_loc for DW_CFA_expression.
26001         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
26002         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
26003         assume first argument is regnum and second argument is location.
26004
26005 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
26006
26007         PR target/42113
26008         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
26009         of scratch register to DImode.  Split to DImode comparison operator.
26010         Use SImode subreg of scratch register in the multiplication.
26011         (*cmp_sadd_sidi): Ditto.
26012         (*cmp_ssub_si): Ditto.
26013         (*cmp_ssub_sidi): Ditto.
26014
26015 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
26016
26017         PR target/43524
26018         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
26019         Remove invalid assert and wrong comment.
26020
26021 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
26022
26023         PR debug/43516
26024         * flags.h (final_insns_dump_p): New extern.
26025         * final.c (final_insns_dump_p): New variable.
26026         (rest_of_clean_state): Set it before -fdump-final-insns=
26027         dumping, clear afterwards.
26028         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
26029         MEM_ALIAS_SET on MEMs.
26030
26031 2010-03-26  David S. Miller  <davem@davemloft.net>
26032
26033         * configure.ac: Fix sparc GOTDATA_OP bug check.
26034         * configure: Rebuild.
26035
26036 2010-03-26  Alan Modra  <amodra@gmail.com>
26037
26038         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
26039
26040 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26041
26042         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
26043         TLS_SECTION_ASM_FLAG.
26044
26045 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
26046
26047         PR bootstrap/43511
26048         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
26049         Clear first_function_block_is_cold.
26050
26051         PR c/43385
26052         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
26053         argument if the argument is truth_value_p.
26054
26055 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
26056
26057         * config/rs6000/constraints.md: Update copyright year for my changes.
26058
26059         PR target/43484
26060         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
26061         used in reg+reg addressing, swap registers.
26062
26063 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
26064
26065         PR debug/43293
26066         * target.h (struct gcc_target): Add code_end hook.
26067         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
26068         if not yet defined.
26069         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
26070         * toplev.c (compile_file): Call targetm.asm_out.code_end
26071         hook before unwind info/debug info output.
26072         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
26073         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
26074         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
26075         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
26076         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
26077         * config/i386/i386.c (ix86_file_end): Renamed to...
26078         (ix86_code_end): ... this.  Make static.  Don't call
26079         file_end_indicate_exec_stack.  Emit unwind info using
26080         final_start_function/final_end_function.
26081         (darwin_x86_file_end): Remove.
26082         (TARGET_ASM_CODE_END): Define.
26083         * config/i386/i386.h (TARGET_ASM_FILE_END,
26084         NEED_INDICATE_EXEC_STACK): Don't define.
26085         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
26086         (TARGET_ASM_FILE_END): Define to darwin_file_end.
26087         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
26088         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
26089
26090         PR target/43498
26091         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
26092         at the beginning and final_end_function at the end.
26093         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
26094
26095 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26096
26097         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
26098         and Sun as TLS syntax.
26099         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
26100         * configure: Regenerate.
26101         * config.in: Regenerate.
26102         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
26103         (default_elf_asm_named_section): Use it.
26104         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
26105         (i386_output_dwarf_dtprel): Likewise.
26106         (output_addr_const_extra): Likewise.
26107         (output_pic_addr_const): Lowercase @GOTTPOFF.
26108         (output_addr_const_extra): Likewise.
26109         (output_pic_addr_const): Lowercase @GOTNTPOFF.
26110         (output_addr_const_extra): Likewise.
26111         (output_pic_addr_const): Lowercase @INDNTPOFF.
26112         (output_addr_const_extra): Likewise.
26113         (output_pic_addr_const): Lowercase @NTPOFF.
26114         (output_addr_const_extra): Likewise.
26115         (output_pic_addr_const): Lowercase @TPOFF.
26116         (output_addr_const_extra): Likewise.
26117         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
26118         (*tls_global_dynamic_64): Likewise.
26119         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
26120         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
26121
26122         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
26123         (ASM_OUTPUT_TLS_COMMON): Use it.
26124         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
26125
26126         PR target/38118
26127         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
26128         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
26129         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
26130         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
26131         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
26132         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
26133
26134 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26135
26136         * config/i386/i386.c (override_options): Don't accept
26137         -mtls-dialect=sun any longer.
26138         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
26139         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
26140         (*tls_local_dynamic_base_32_sun): Likewise.
26141         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
26142
26143 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
26144
26145         PR debug/43508
26146         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
26147         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
26148
26149         PR debug/43479
26150         * ira.c (adjust_cleared_regs): New function.
26151         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
26152
26153         PR debug/19192
26154         PR debug/43479
26155         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
26156         from gimple_block.
26157         * expr.c (expand_expr_real): Restore previous
26158         curr_insn_source_location and curr_insn_block after
26159         expand_expr_real_1 call.
26160         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
26161         instead of expand_expr_real_1.
26162
26163 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
26164
26165         PR rtl-optimization/43413
26166         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
26167         hard regs too.
26168
26169 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
26170
26171         PR target/43348
26172         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
26173         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
26174
26175 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
26176
26177         * config/i386/i386.c (ix86_target_string): Add -mfma.
26178         Fix a typo in comment.
26179
26180 2010-03-22  Mike Stump  <mikestump@comcast.net>
26181
26182         PR target/23071
26183         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
26184         Don't overly align based upon packed packed fields.
26185
26186 2010-03-22  Jason Merrill  <jason@redhat.com>
26187
26188         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
26189         Use () rather than [], and move before the element type.
26190
26191 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26192
26193         * doc/configfiles.texi (Configuration Files): Removed
26194         fixinc/Makefile*, intl/Makefile.*.
26195         * doc/makefile.texi: Fixed markup. Abstract from version
26196         control system used.
26197         (Makefile): Removed obsolete java/parse.y example.
26198         * doc/sourcebuild.texi: Likewise.
26199         (Top Level): Added config, gnattools, libdecnumber, libgcc,
26200         libgomp, libssp.  Removed fastjar.
26201         (Miscellaneous Docs): Clarify location.
26202         Added COPYING3, COPYING3.LIB.
26203         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
26204
26205 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26206
26207         PR target/38085
26208         * config/i386/i386.c (x86_function_profiler)
26209         [!NO_PROFILE_COUNTERS]: Fix typo.
26210         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
26211         instead of callq.
26212
26213 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
26214             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26215
26216         * doc/sourcebuild.texi (Test Directives): Split into six
26217         subsections, with most of the current text in new subsections
26218         Directives, Selectors, and Final Actions.
26219         (Directives): Split list of test directives into multiple
26220         subsubsections.
26221         (Selectors): Describe use and syntax of selectors.
26222         (Effective-Target Keywords): Describe all existing keywords.
26223         (Add Options): Describe features for dg-add-options.
26224         (Require Support): Describe variants of dg-require-support.
26225         (Final Actions): Describe commands to use in dg-final.
26226
26227 2010-03-22  Michael Matz  <matz@suse.de>
26228
26229         PR middle-end/43475
26230         * recog.c (validate_replace_rtx_group): Replace also in
26231         REG_EQUAL and REG_EQUIV notes.
26232
26233 2010-03-22  Richard Guenther  <rguenther@suse.de>
26234
26235         PR tree-optimization/43390
26236         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
26237         sure vector extracts are type correct.
26238
26239 2010-03-22  Richard Guenther  <rguenther@suse.de>
26240
26241         PR middle-end/40106
26242         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
26243         x * sqrt (x) even when optimizing for size if the target
26244         has native support for sqrt.
26245
26246 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
26247
26248         * varasm.c (make_decl_rtl_for_debug): Also clear
26249         flag_mudflap for the duration of make_decl_rtl call.
26250
26251         PR debug/43443
26252         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
26253         locs from preserved VALUEs.
26254
26255 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
26256
26257         PR middle-end/42718
26258         * pa.md (movmemsi): Set align to one if zero.
26259         (movmemdi): Likewise.
26260
26261 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
26262
26263         PR target/42321
26264         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
26265         with their corresponding prologue pushes.
26266
26267 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
26268
26269         PR target/43156
26270         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
26271         at the begining or end.
26272         (spu_expand_epilogue): Likewise.
26273
26274 2010-03-20  Richard Guenther  <rguenther@suse.de>
26275
26276         PR rtl-optimization/43438
26277         * combine.c (make_extraction): Properly zero-/sign-extend an
26278         extraction of the low part of a CONST_INT.  Also handle
26279         CONST_DOUBLE.
26280
26281 2010-03-19  Mike Stump  <mikestump@comcast.net>
26282
26283         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
26284         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
26285         (override_options): Use SUBTARGET32_DEFAULT_CPU.
26286
26287 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
26288
26289         PR c/43211
26290         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
26291         an error.
26292
26293 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
26294
26295         PR rtl-optimization/42258
26296         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
26297         use that may match DEF.
26298
26299         PR target/40697
26300         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
26301         the cost of loading the constant rather than assuming
26302         COSTS_N_INSNS (1).
26303         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
26304         outer code is AND, do the same tests as the andsi3 expander and
26305         return COSTS_N_INSNS (1) if and is cheap.
26306
26307         * optabs.c (avoid_expensive_constant): Fix formatting.
26308
26309 2010-03-19  Michael Matz  <matz@suse.de>
26310
26311         PR c++/43116
26312         * attribs.c (decl_attributes): When rebuilding a function pointer
26313         type use the same qualifiers as the original pointer type.
26314
26315 2010-03-19  Martin Jambor  <mjambor@suse.cz>
26316
26317         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
26318         and is_gimple_ip_invariant_address.
26319
26320 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26321
26322         Revert
26323         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26324
26325         * config/arm/arm.c (arm_override_options): Turn off
26326         flag_dwarf2_cfi_asm for AAPCS variants.
26327
26328 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26329
26330         PR target/43399
26331         * config/arm/arm.c (emit_multi_reg_push): Update comments.
26332         Use PRE_MODIFY instead of PRE_DEC.
26333         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
26334         (vfp_emit_fstmd): Likewise.
26335
26336 2010-03-19  Michael Matz  <matz@suse.de>
26337
26338         PR target/43305
26339         * builtins.c (expand_builtin_interclass_mathfn,
26340         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
26341         if that fails.
26342
26343 2010-03-19  Richard Guenther  <rguenther@suse.de>
26344
26345         PR tree-optimization/43415
26346         * tree-ssa-pre.c (phi_translate): Split out worker to ...
26347         (phi_translate_1): ... this.
26348         (phi_translate): Move all caching here.  Cache all NARY
26349         and REFERENCE translations.
26350
26351 2010-03-19  David S. Miller  <davem@davemloft.net>
26352
26353         With help from Eric Botcazou.
26354         * config/sparc/sparc.c: Include dwarf2out.h.
26355         (emit_pic_helper): Delete.
26356         (pic_helper_symbol_name): Delete.
26357         (pic_helper_emitted_p): Delete.
26358         (pic_helper_needed): New.
26359         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
26360         (get_pc_thunk_name): New.
26361         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
26362         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
26363         Set pic_helper_needed to true.  Don't call emit_pic_helper.
26364         (sparc_expand_prologue): Update load_pic_register call.
26365         (sparc_output_mi_thunk): Likewise.
26366         (sparc_file_end): Emit a hidden comdat symbol for the PIC
26367         thunk if possible.  Output CFI information as needed.
26368
26369 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
26370             Jack Howarth  <howarth@bromo.med.uc.edu>
26371
26372         PR target/36399
26373         * config/i386/i386.h: Fix ABI on darwin x86-32.
26374
26375 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
26376
26377         * tree.h: Declare make_decl_rtl_for_debug.
26378         * varasm.c (make_decl_rtl_for_debug): New.
26379         * dwarf2out.c (rtl_for_decl_location): Call it.
26380         * cfgexpand.c (expand_debug_expr): Call it.
26381
26382 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
26383
26384         PR bootstrap/43399
26385         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
26386         mem_mode.
26387
26388         PR bootstrap/43403
26389         * var-tracking.c (vt_init_cfa_base): Do nothing if
26390         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
26391
26392 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
26393
26394         PR debug/42873
26395         * var-tracking.c (canonicalize_vars_star): New.
26396         (dataflow_post_merge_adjust): Use it.
26397
26398 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
26399
26400         PR debug/43058
26401         * var-tracking.c (non_suitable_const): New function.
26402         (add_uses): For DEBUG_INSNs with constants, don't record any
26403         value, instead just the constant value itself.
26404         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
26405         is not VAR_LOC_UNKNOWN_P, set var to the constant.
26406         (emit_notes_in_bb): Likewise.
26407         (emit_note_insn_var_location): For onepart variables if
26408         cur_loc is a VOIDmode constant, use DECL_MODE.
26409
26410 2010-03-18  Martin Jambor  <mjambor@suse.cz>
26411
26412         PR middle-end/42450
26413         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
26414         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
26415         all non-clones.  Moved call redirection...
26416         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
26417         (cgraph_materialize_all_clones): Dispose of all
26418         combined_args_to_skip bitmaps.
26419         (verify_cgraph_node): Do not check for edges pointing to wrong
26420         nodes in inline clones.
26421         * tree-inline.c (copy_bb): Call
26422         cgraph_redirect_edge_call_stmt_to_callee.
26423         * ipa.c (cgraph_remove_unreachable_nodes): Call
26424         cgraph_node_remove_callees even when there are used clones.
26425
26426 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
26427
26428         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
26429
26430 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
26431
26432         PR target/43383
26433         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
26434         for 32bit.
26435
26436 2010-03-18  Michael Matz  <matz@suse.de>
26437
26438         PR middle-end/43419
26439         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
26440         into sqrt(x) if we need to preserve signed zeros.
26441
26442 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
26443             Eric Botcazou  <ebotcazou@adacore.com>
26444
26445         PR rtl-optimization/43360
26446         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
26447         note if we don't know its invariant status.
26448
26449 2010-03-18  Michael Matz  <matz@suse.de>
26450
26451         PR tree-optimization/43402
26452         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
26453         PHI chains of ssa names registered for update.
26454
26455 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
26456
26457         PR target/42427
26458         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
26459         non-offsettable and pre_modify update addressing.
26460         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
26461         and "2" alternatives "#".
26462         (*movdd_softfloat32): Make all alternatives "#";
26463         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
26464         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
26465         (*movdf_softfloat32): Make all alternatives "#";
26466         (movdi): Use the new DIFD mode iterator to create a common splitter
26467         for movdi, movdf and movdd patterns.
26468
26469 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
26470
26471         * common.opt (dumpdir): Remove redundant tab.
26472
26473 2010-03-17  Martin Jambor  <mjambor@suse.cz>
26474
26475         PR tree-optimization/43347
26476         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
26477         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
26478
26479 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
26480
26481         PR rtl-optimization/42216
26482         * regrename.c (create_new_chain): New function, broken out from...
26483         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
26484         appending a use to an empty chain.
26485         (build_def_use): Remove previous changes that convert OP_INOUT to
26486         OP_OUT operands; instead detect the case where an OP_INOUT operand
26487         uses a previously untracked register and create an empty chain for it.
26488
26489 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26490
26491         * doc/extend.texi (Function Attributes): Rewrite unfinished
26492         sentence in ms_abi documentation.
26493
26494 2010-03-17  Alan Modra  <amodra@gmail.com>
26495
26496         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
26497         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
26498         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
26499         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
26500
26501 2010-03-16  Richard Henderson  <rth@redhat.com>
26502
26503         PR middle-end/43365
26504         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
26505         (lower_try_finally): Save and restore eh_seq around the expansion
26506         of the try-finally.
26507
26508 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
26509
26510         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
26511         statements before splitting block.
26512
26513 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26514
26515         * doc/sourcebuild.texi (Testsuites): Fix markup.
26516         Use pathnames relative to gcc/testsuite.
26517         (Test Directives): Move description of how timeout is determined.
26518         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
26519         (C Tests): Correct gcc.misc-tests directory.
26520         Framework tests now live in gcc.test-framework.
26521
26522 2010-03-16  Richard Guenther  <rguenther@suse.de>
26523
26524         PR middle-end/43379
26525         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
26526         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
26527
26528 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
26529             Alexandre Oliva  <aoliva@redhat.com>
26530
26531         PR tree-optimization/42917
26532         * lambda-code.c (remove_iv): Skip debug statements.
26533         (lambda_loopnest_to_gcc_loopnest): Likewise.
26534         (not_interesting_stmt): Debug statements are not interesting.
26535
26536 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
26537
26538         PR debug/43051
26539         PR debug/43092
26540         * cselib.c (cselib_preserve_constants,
26541         cfa_base_preserved_val): New static variables.
26542         (preserve_only_constants): New function.
26543         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
26544         clear its REG_VALUES.  If cselib_preserve_constants, don't
26545         empty the whole hash table, but preserve there VALUEs with constants,
26546         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
26547         (cselib_preserve_cfa_base_value): New function.
26548         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
26549         (cselib_init): Change argument to int bitfield.  Set
26550         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
26551         is in it.
26552         (cselib_finish): Clear cselib_preserve_constants and
26553         cfa_base_preserved_val.
26554         * cselib.h (enum cselib_record_what): New enum.
26555         (cselib_init): Change argument to int.
26556         (cselib_preserve_cfa_base_value): New prototype.
26557         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
26558         * dse.c (dse_step1): Likewise.
26559         * cfgcleanup.c (thread_jump): Likewise.
26560         * sched-deps.c (sched_analyze): Likewise.
26561         * gcse.c (local_cprop_pass): Likewise.
26562         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
26563         If FN is non-NULL, call the callback always and whenever it returns
26564         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
26565         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
26566         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
26567         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
26568         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
26569         * var-tracking.c: Include recog.h.
26570         (bb_stack_adjust_offset): Remove.
26571         (vt_stack_adjustments): Don't call it, instead just gather the
26572         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
26573         (adjust_stack_reference): Remove.
26574         (compute_cfa_pointer): New function.
26575         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
26576         (struct adjust_mem_data): New type.
26577         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
26578         functions.
26579         (get_address_mode): New function.
26580         (replace_expr_with_values): Use it.
26581         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
26582         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
26583         (adjust_sets): Remove.
26584         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
26585         Use get_address_mode.
26586         (get_adjusted_src): Remove.
26587         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
26588         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
26589         (add_with_sets): Don't call adjust_sets.
26590         (fp_setter, vt_init_cfa_base): New functions.
26591         (vt_initialize): Change return type to bool.  Move most of pool etc.
26592         initialization to the beginning of the function from end.  Pass
26593         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
26594         If !frame_pointer_needed, call vt_stack_adjustment before mos
26595         vector is filled, call vt_init_cfa_base if argp/framep has been
26596         eliminated to sp.  If frame_pointer_needed and argp/framep has
26597         been eliminated to hard frame pointer, set
26598         hard_frame_pointer_adjustment and call vt_init_cfa_base after
26599         encountering fp setter in the prologue.  For MO_ADJUST, call
26600         log_op_type before pusing the op into mos vector, not afterwards.
26601         Call adjust_insn before cselib_process_insn/add_with_sets,
26602         call cancel_changes (0) afterwards.
26603         (variable_tracking_main_1): Adjust for vt_initialize calling
26604         vt_stack_adjustments and returning whether it succeeded or not.
26605
26606 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
26607
26608         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
26609         debug statements.
26610
26611 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
26612
26613         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
26614         has been set.
26615         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
26616         drap_reg has not been set.
26617
26618 2010-03-15  Michael Matz  <matz@suse.de>
26619
26620         PR middle-end/43300
26621         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
26622         use it to expand block copies.
26623         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
26624         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
26625         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
26626
26627 2010-03-15  Richard Guenther  <rguenther@suse.de>
26628
26629         PR tree-optimization/43367
26630         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
26631         elimination check.
26632
26633 2010-03-15  Richard Guenther  <rguenther@suse.de>
26634
26635         PR tree-optimization/43317
26636         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
26637
26638 2010-03-15  Martin Jambor  <mjambor@suse.cz>
26639
26640         PR tree-optimization/43141
26641         * tree-sra.c (create_abstract_origin): New function.
26642         (modify_function): Call create_abstract_origin.
26643
26644 2010-03-15  Chris Demetriou  <cgd@google.com>
26645
26646         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
26647         wasn't copied.
26648
26649 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26650
26651         PR middle-end/43354
26652         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
26653         call insert_out_of_ssa_copy for default definitions.
26654
26655 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26656
26657         * graphite-clast-to-gimple.c (my_long_long): Defined.
26658         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
26659         * graphite-sese-to-poly.c (my_long_long): Defined.
26660         (scop_ivs_can_be_represented): Use it.
26661
26662 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26663
26664         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
26665         graphite-max-bbs-per-function, and loop-block-tile-size.
26666         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
26667         with "maximum".
26668         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
26669
26670 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26671
26672         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
26673         forward declaration.
26674         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
26675         (add_upper_bounds_from_estimated_nit): New.
26676         (build_loop_iteration_domains): Use it.
26677
26678 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26679
26680         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
26681
26682 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26683
26684         PR middle-end/43306
26685         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
26686         should be an INTEGER_CST.  Also handle CASE_CONVERT.
26687
26688 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26689
26690         * graphite.c (graphite_initialize): To bound the number of bbs per
26691         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
26692         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
26693         * doc/invoke.texi: Document it.
26694
26695 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26696
26697         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
26698         * graphite-sese-to-poly.h (build_poly_scop): Same.
26699
26700 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
26701
26702         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
26703         the number of parameters in the scop.  Use as an upper bound
26704         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
26705         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
26706         * doc/invoke.texi: Document it.
26707
26708 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
26709
26710         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
26711         * doc/c-tree.texi: Remove.
26712         * doc/generic.texi: Merge c-tree.texi here.
26713         * doc/gccint.texi (Trees): Remove menu entry.
26714         (c-tree.texi): Remove @include.
26715         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
26716         * doc/languages.texi (Reading RTL): Ditto.
26717
26718 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
26719
26720         PR target/42869
26721         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
26722
26723 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
26724
26725         PR middle-end/42431
26726         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
26727         code added to work around reload clobbering CONST insns.
26728
26729 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
26730
26731         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
26732         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
26733         (cselib_preserve_only_values): Remove retain argument, don't
26734         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
26735         * cselib.h (cselib_preserve_only_values): Remove retain argument.
26736         * var-tracking.c (micro_operation): Move insn field before union.
26737         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
26738         (struct variable_tracking_info_def): Remove n_mos field, change
26739         mos into a vector of micro_operations.
26740         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
26741         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
26742         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
26743         changing into a vector.
26744         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
26745         come before all other uops generated by add_stores.
26746         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
26747         argument removal.
26748         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
26749         a vector.  Run just one pass over the bbs instead of separate counting
26750         and computation phase.
26751         (vt_finalize): Free VTI (bb)->mos vector instead of array.
26752
26753         PR debug/43329
26754         * tree-inline.c (remap_decls): Put old_var rather than origin_var
26755         into *nonlocalized_list vector.
26756         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
26757         even if origin is non-NULL.
26758         (gen_variable_die): Likewise.
26759         (process_scope_var): Don't change origin.
26760         (gen_decl_die): Likewise.
26761         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
26762         before adding new edges instead of after it, fix moving over
26763         debug stmts.
26764
26765 2010-03-11  David S. Miller  <davem@davemloft.net>
26766
26767         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
26768         of four.
26769         * configure: Rebuild.
26770
26771 2010-03-11  Martin Jambor  <mjambor@suse.cz>
26772
26773         PR tree-optimization/43257
26774         * tree.c (assign_assembler_name_if_neeeded): New function.
26775         (free_lang_data_in_cgraph): Assembler name assignment moved to the
26776         above new function.
26777         * tree.h (assign_assembler_name_if_neeeded): Declare.
26778         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
26779         the function if needed.
26780
26781 2010-03-11  Chris Demetriou  <cgd@google.com>
26782
26783         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
26784         include/stdint-gcc.h, and include/stdint.h world-readable.
26785
26786 2010-03-11  Richard Guenther  <rguenther@suse.de>
26787
26788         PR tree-optimization/43255
26789         * tree-vrp.c (process_assert_insertions_for): Do not insert
26790         asserts for trivial conditions.
26791
26792 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26793
26794         PR tree-optimization/43280
26795         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
26796         generation.  Move calculation of size out of the if branch.
26797         (find_bswap): Modify compare number generation.
26798
26799 2010-03-11  Richard Guenther  <rguenther@suse.de>
26800
26801         PR lto/43200
26802         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
26803         (input_gimple_stmt): Fixup handled component types during
26804         operand read.  Also fix up decls in ADDR_EXPRs.
26805
26806 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
26807
26808         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
26809         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
26810
26811 2010-03-10  Jan Hubicka  <jh@suse.cz>
26812
26813         PR c/43288
26814         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
26815         * varasm.c (get_variable_section): Don't do that here...
26816         (make_decl_rtl): ... and here.
26817         (do_assemble_alias): Produce decl RTL.
26818         (assemble_alias): Likewise.
26819
26820 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
26821
26822         PR debug/43290
26823         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
26824         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
26825         of fde->vdrap_reg.
26826         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
26827         (based_loc_descr): Only express drap or vdrap regno based expressions
26828         using DW_OP_fbreg when not optimizing.
26829         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
26830         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
26831         REG_CFA_SET_VDRAP note.
26832
26833 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
26834
26835         PR tree-optimization/43236
26836         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
26837         error in calculation of base address in reverse iteration case.
26838         (generate_builtin): Take number of latch executions if the statement
26839         is in the latch.
26840
26841 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
26842
26843         PR middle-end/42859
26844         * tree-eh.c: Include pointer-set.h.
26845         (lower_eh_dispatch): Filter out duplicate case labels and
26846         remove the unneeded edge when the label is unused.  Return
26847         true when some edges are removed.
26848         (execute_lower_eh_dispatch): When any lowering resulted in
26849         removing an edge, also delete unreachable blocks.
26850
26851 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
26852
26853         PR bootstrap/43287
26854         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
26855         UNSPEC_MACHOPIC_OFFSET.
26856
26857 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
26858
26859         PR target/43294
26860         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
26861         (m68k_delegitimize_address): New function.
26862
26863 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
26864
26865         PR debug/43299
26866         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
26867
26868         PR debug/43299
26869         * var-tracking.c (adjust_sets): New function.
26870         (count_with_sets, add_with_sets): Use it.
26871         (get_adjusted_src): New inline function.
26872         (add_stores): Use it.
26873
26874         PR debug/43304
26875         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
26876         call cselib_dummy_expand_value_rtx_cb instead of
26877         cselib_expand_value_rtx_cb.
26878
26879         PR debug/43293
26880         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
26881         * config/i386/i386.c: Include debug.h and dwarf2out.h.
26882         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
26883         and .cfi_endproc around the pic thunks.
26884         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
26885         all queued unwind info register saves are saved before the call.
26886         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
26887         considered as sp-=4 for unwind info and the pop as sp+=4 which
26888         also clobbers dest, but doesn't actually restore it.
26889
26890         PR debug/43290
26891         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
26892         RTX_FRAME_RELATED_P.
26893
26894 2010-03-09  Jie Zhang  <jie@codesourcery.com>
26895
26896         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
26897         whitespaces in output template.
26898
26899 2010-03-09  Jie Zhang  <jie@codesourcery.com>
26900
26901         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
26902         out array boundary.
26903
26904 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
26905
26906         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
26907         builtins.exp in a separate job.
26908
26909 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26910
26911         * graphite-sese-to-poly.c (add_param_constraints): Use
26912         lower_bound_in_type and upper_bound_in_type.
26913
26914 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26915
26916         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
26917         instead of unsigned_type_node.
26918
26919 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26920             Reza Yazdani  <reza.yazdani@amd.com>
26921
26922         PR middle-end/43065
26923         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
26924         on pointer type parameters.
26925
26926 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
26927
26928         PR middle-end/42644
26929         PR middle-end/42130
26930         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
26931         handle conversions from pointer to integers.
26932         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
26933         induction variable, to be able to work with code generated by CLooG.
26934         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
26935         (build_poly_scop): Bail out if we cannot codegen a loop.
26936
26937 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
26938
26939         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
26940         code generation with gloog_error.
26941
26942 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26943
26944         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
26945         Call fold_convert on all the returned values.
26946         (expand_scalar_variables_expr): Pass to
26947         expand_scalar_variables_ssa_name the type of the resulting expression.
26948
26949 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26950
26951         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
26952         ppl_min_for_le_pointset.
26953         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
26954         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
26955
26956 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26957
26958         * graphite-dependences.c (map_into_dep_poly): Removed.
26959         (dependence_polyhedron_1): Use combine_context_id_scat.
26960
26961 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26962
26963         * graphite-poly.h (struct poly_scattering): Add layout documentation.
26964         (struct poly_bb): Same.
26965         (combine_context_id_scat): New.
26966
26967 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26968
26969         PR middle-end/42326
26970         * sese.c (name_defined_in_loop_p): Return false for default
26971         definitions.
26972
26973 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26974
26975         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
26976         and clean up the logic.
26977
26978 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
26979
26980         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
26981         early return.
26982
26983 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
26984
26985         * var-tracking.c (remove_cselib_value_chains): Define only for
26986         ENABLE_CHECKING.
26987         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
26988         delete_slot_part, emit_notes_for_differences_1): Don't call
26989         remove_cselib_value_chains here.
26990         (set_slot_part, emit_notes_for_differences_2): Don't call
26991         add_cselib_value_chains here.
26992         (preserved_values): New vector.
26993         (preserve_value): New function.
26994         (add_uses, add_stores, vt_add_function_parameters): Use it
26995         instead of cselib_preserve_value.
26996         (changed_values_stack): New vector.
26997         (check_changed_vars_0): New function.
26998         (check_changed_vars_1, check_changed_vars_2): Use it.
26999         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
27000         changed_values_stack VALUEs.
27001         (vt_emit_notes): For all preserved_values call
27002         add_cselib_value_chains.  If ENABLE_CHECKING call
27003         remove_cselib_value_chains before verifying value_chains is empty.
27004         Initialize and free changed_values_stack.
27005         (vt_initialize): Initialize preserved_values.
27006         (vt_finalize): Free preserved_values.
27007
27008 2010-03-08  Richard Guenther  <rguenther@suse.de>
27009
27010         PR tree-optimization/43269
27011         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
27012         region detection.
27013
27014 2010-03-08  Martin Jambor  <mjambor@suse.cz>
27015
27016         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
27017         (ipa_is_param_called): Removed.
27018         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
27019         (ipa_print_node_params): Do not print the called flag.
27020         (ipa_write_node_info): Do not stream the called flag.
27021         (ipa_read_node_info): Likewise.
27022
27023 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
27024
27025         PR debug/43176
27026         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
27027         * cselib.c (struct expand_value_data): Add dummy field.
27028         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
27029         dummy to false.
27030         (cselib_dummy_expand_value_rtx_cb): New function.
27031         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
27032         any rtl.
27033         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
27034         * var-tracking.c: Include pointer-set.h.
27035         (variable): Change n_var_parts to char from int.  Add
27036         cur_loc_changed and in_changed_variables fields.
27037         (variable_canonicalize): Remove.
27038         (shared_var_p): New inline function.
27039         (unshare_variable): Maintain cur_loc_changed and
27040         in_changed_variables fields.  If var was in changed_variables,
27041         replace it there with new_var.  Just copy cur_loc instead of
27042         resetting it to something else.
27043         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
27044         (dataflow_set_union): Don't call variable_canonicalize.
27045         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
27046         of their DEBUG_EXPR_TREE_DECLs.
27047         (canonicalize_loc_order_check): Verify that cur_loc is NULL
27048         and in_changed_variables and cur_loc_changed is false.
27049         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
27050         and cur_loc_changed.  Don't update cur_loc here.
27051         (variable_merge_over_src): Don't call variable_canonicalize.
27052         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
27053         removing loc that is equal to cur_loc, clear cur_loc,
27054         set cur_loc_changed and ensure variable_was_changed is called.
27055         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
27056         compare pointers in cur_loc check, if it is equal to loc,
27057         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
27058         (variable_different_p): Remove compare_current_location argument,
27059         don't compare cur_loc.
27060         (dataflow_set_different_1): Adjust variable_different_p caller.
27061         (variable_was_changed): If dv had some var in changed_variables
27062         already, reset in_changed_variables flag for it and propagate
27063         cur_loc_changed over to the new variable.  On empty var
27064         always set cur_loc_changed.  Set in_changed_variables on whatever
27065         var is added to changed_variables.
27066         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
27067         Use shared_var_p.  When removing loc that is equal to cur_loc,
27068         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
27069         end, don't set it to something else, just call variable_was_changed.
27070         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
27071         loc being removed, clear cur_loc and set cur_loc_changed.
27072         Set cur_loc_changed if all locations have been removed.
27073         (struct expand_loc_callback_data): New type.
27074         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
27075         allocated.  Always create SUBREGs if simplify_subreg failed.
27076         Prefer to use cur_loc, when that fails and still in
27077         changed_variables (and seen first time) recompute it.  Set
27078         cur_loc_changed of variables which had to change cur_loc and
27079         compute elcd->cur_loc_changed if any of the subexpressions used
27080         had to change cur_loc.
27081         (vt_expand_loc): Adjust to pass arguments in
27082         expand_loc_callback_data structure.
27083         (vt_expand_loc_dummy): New function.
27084         (emitted_notes): New variable.
27085         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
27086         that weren't used for any other decl in current
27087         emit_notes_for_changes call call vt_expand_loc_dummy to update
27088         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
27089         first loc_chain location if NULL before.  Always use just
27090         cur_loc instead of first loc_chain location.  When cur_loc_changed
27091         is false, when not --enable-checking=rtl just don't emit any note.
27092         When rtl checking, compute the note and assert it is the same
27093         as previous note.  Clear cur_loc_changed and in_changed_variables
27094         at the end before removing from changed_variables.
27095         (check_changed_vars_3): New function.
27096         (emit_notes_for_changes): Traverse changed_vars to call
27097         check_changed_vars_3 on each changed var.
27098         (emit_notes_for_differences_1): Clear cur_loc_changed and
27099         in_changed_variables.  Recompute cur_loc of new_var.
27100         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
27101         (vt_emit_notes): Initialize and destroy emitted_notes.
27102
27103 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
27104
27105         PR rtl-optimization/42220
27106         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
27107         Use verify_reg_tracked to determine if we should use OP_OUT rather
27108         than OP_INOUT.
27109         (build_def_use): If we see an in-out operand for a register that we
27110         know nothing about, treat is an output if possible, fail the block if
27111         not.
27112
27113 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
27114
27115         PR debug/42897
27116         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
27117         permanently.
27118
27119 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
27120
27121         PR debug/42897
27122         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
27123         uses of relevant DEFs that are dead outside the loop too.
27124
27125 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
27126
27127         * var-tracking.c (dataflow_set_merge): Swap src and src2.
27128         Reverted:
27129         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
27130         PR debug/41371
27131         * var-tracking.c (values_to_unmark): New variable.
27132         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
27133         values_to_unmark vector.  Moved body to...
27134         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
27135         instead queue it into values_to_unmark vector.
27136         (vt_find_locations): Free values_to_unmark vector.
27137
27138 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
27139
27140         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
27141         (site.exp): Export them when plugins are enabled.
27142
27143 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
27144
27145         PR middle-end/42326
27146         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
27147         that contain scevs.
27148         (chrec_fold_multiply): Same.
27149
27150 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
27151
27152         PR c/43248
27153         * c-decl.c (build_compound_literal): Return early if init is
27154         an error_mark_node.
27155
27156 2010-03-04  Martin Jambor  <mjambor@suse.cz>
27157
27158         PR tree-optimization/43164
27159         PR tree-optimization/43191
27160         * tree-sra.c (type_consists_of_records_p): Reject records with
27161         zero-size bit-fields at the end.
27162
27163 2010-03-04  Mike Stump  <mikestump@comcast.net>
27164
27165         * Makefile.in (TAGS): Remove *.y.
27166
27167 2010-03-04  Richard Guenther  <rguenther@suse.de>
27168
27169         PR tree-optimization/40761
27170         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
27171         in reverse order.
27172         (my_rev_post_order_compute): New function.
27173         (init_pre): Call it.
27174
27175 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
27176
27177         PR middle-end/43209
27178         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
27179         decrease the cost of an IV candidate when the cost is infinite.
27180
27181 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27182
27183         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
27184         Use '3DNow!' for the extension of that name, ensure normal space
27185         after the string.
27186         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
27187
27188 2010-03-03  Jeff Law  <law@redhat.com>
27189
27190         * PR middle-end/32693
27191         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
27192         than gen_rtx_SUBREG.
27193         (extract_bit_field_1): Likewise.
27194
27195 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
27196
27197         * doc/sourcebuild.texi (Test directives): Document that arguments
27198         include-opts and exclude-opts are now optional for dg-skip-if,
27199         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
27200
27201 2010-03-03  Jason Merrill  <jason@redhat.com>
27202
27203         PR c++/12909
27204         * cgraph.h (varpool_node): Add extra_name field.
27205         * varpool.c (varpool_extra_name_alias): New.
27206         (varpool_assemble_decl): Emit extra name aliases.
27207         (varpool_mark_needed_node): Look past an extra name alias.
27208         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
27209         * lto-streamer-in.c (lto_input_tree): Read it.
27210         * lto-streamer-out.c (output_unreferenced_globals): Write it.
27211
27212 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
27213
27214         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
27215         (sparc*-*-solaris2*): ...this.
27216
27217 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
27218
27219         PR debug/43229
27220         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
27221         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
27222         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
27223         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
27224
27225         PR debug/43237
27226         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
27227         fallthrough to default handling, just with want_address 0 instead of 2.
27228         For single element lists, add_AT_loc directly, otherwise create an
27229         artificial variable DIE and stick location list to it.
27230
27231         PR debug/43177
27232         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
27233         (VAL_EXPR_HAS_REVERSE): Define.
27234         (reverse_op): New function.
27235         (add_stores): For reversible operations add an extra MO_VAL_USE.
27236
27237 2010-03-02  Jason Merrill  <jason@redhat.com>
27238
27239         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
27240
27241 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
27242
27243         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
27244         (sparc64-*-linux*): Likewise.
27245         (sparc64-*-solaris2*): Include assembler files before linker ones.
27246         (sparc-*-solaris2*): Simplify and reorder to match previous case.
27247         * config/sparc/gas.h: Delete.
27248         * config/sparc/sol2-64.h: Add copyright notice.
27249         * config/sparc/sol2-gas-bi.h: Likewise.
27250         * config/sparc/sol2-gld.h: Likewise.
27251         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
27252         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
27253         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
27254         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
27255         (sparc_elf_asm_named_section): Rename into...
27256         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
27257
27258 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
27259
27260         * config/alpha/alpha.c (override_options): Fix -mtune error message.
27261
27262 2010-03-02  Jeff Law  <law@redhat.com>
27263
27264         PR middle-end/42431
27265         * reload1.c (rtx_p, substitute_stack): Declare.
27266         (substitute): Record addresses of changed rtxs.
27267         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
27268         Restore the original rtx when complete.
27269         (reload): Free subsitute_stack when complete.
27270
27271 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
27272
27273         * doc/gccint.texi (menu): Add Testsuites as a chapter.
27274         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
27275         new chapter.
27276         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
27277         LTO Testing, gcov Testing, profopt Testing, compat Testing,
27278         Torture Tests): Change from subsection to section.
27279
27280 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
27281             Steven Bosscher  <steven@gcc.gnu.org>
27282
27283         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
27284         instead of bb.
27285
27286 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
27287
27288         PR middle-end/42640
27289         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
27290         the assignment from the new induction variable to the assignment
27291         of the value from the original loop PHI function.
27292
27293 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
27294             Daniel Jacobowitz  <dan@codesourcery.com>
27295
27296         * doc/sourcebuild.texi (Test directives): Clarify options to
27297         dg-skip-if.
27298
27299 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27300
27301         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
27302         Disable cfi directives unless GCC and gas agree on using read-only
27303         .eh_frame sections for 64-bit.
27304         * configure: Regenerate.
27305
27306 2010-03-01  Richard Guenther  <rguenther@suse.de>
27307
27308         PR tree-optimization/43220
27309         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
27310         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
27311
27312 2010-03-01  Richard Guenther  <rguenther@suse.de>
27313             Martin Jambor  <mjambor@suse.cz>
27314
27315         PR middle-end/41250
27316         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
27317         gimplified parameters.
27318
27319 2010-03-01  Christian Bruel  <christian.bruel@st.com>
27320
27321         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
27322
27323 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
27324
27325         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
27326
27327 2010-03-01  Richard Guenther  <rguenther@suse.de>
27328
27329         PR middle-end/43213
27330         * expr.c (expand_assignment): Use the alias-oracle to tell
27331         if the rhs aliases the result decl.
27332
27333 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27334
27335         PR pch/14940
27336         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
27337         to sol_gt_pch_get_address.
27338         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
27339         64-bit, SPARC and x86.
27340         (sol_gt_pch_get_address): New function.
27341
27342 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
27343
27344         * toplev.h (inform_n, error_n): Declare.
27345         * diagnostic.c (inform_n, error_n): New function.
27346
27347 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
27348
27349         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
27350         has no rtl yet when processing local_decls, queue it and recheck
27351         if deferred stack allocation hasn't assigned it rtl.
27352
27353 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
27354
27355         * config/sh/sh.c (unspec_bbr_uid): New.
27356         (gen_block_redirect): Use it instead of INSN_UID.
27357         (gen_far_branch): Likewise.
27358
27359 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
27360
27361         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
27362         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
27363
27364 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27365
27366         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
27367         (Warning Options): -Wno-conversion-null is valid for
27368         Objective-C++ as well.
27369         * doc/tm.texi (Named Address Spaces): Likewise.
27370         * doc/plugins.texi (Plugins): Replace TABs with spaces.
27371         * doc/tree-ssa.texi (Tree SSA): Likewise.
27372
27373 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
27374
27375         PR bootstrap/43202
27376         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
27377         by default.  Don't set the default arch for
27378         i[34567]86-*-darwin*|x86_64-*-darwin*.
27379
27380 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
27381
27382         PR bootstrap/43202
27383         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
27384         default.  Set the default 32bit/64bit archs with $with_arch
27385         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
27386
27387 2010-02-27  Richard Guenther  <rguenther@suse.de>
27388
27389         PR tree-optimization/43186
27390         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
27391         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
27392         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
27393         unroller iterations.
27394
27395 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
27396
27397         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
27398         required and i[34567]86-*-* targets don't support 64bit ISA.
27399
27400 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
27401
27402         PR ada/43096
27403         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
27404         the same alias set.
27405
27406 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
27407
27408         * config.gcc: Set the default arch at least to Prescott for
27409         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
27410         if SSE math is enabled.
27411
27412 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27413
27414         * diagnostic.c (diagnostic_initialize): Update.
27415         (diagnostic_report_diagnostic): Test inhibit_notes_p for
27416         informative notes.
27417         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
27418         (diagnostic_inhibit_notes): New.
27419         * toplev.c (process_options): inhibit notes with -fcompare-debug.
27420
27421 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27422
27423         PR c/20631
27424         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
27425         * doc/standards.texi: Likewise.
27426         * doc/extend.texi: Likewise.
27427         * doc/trouble.texi: Likewise.
27428         * doc/cppopts.texi: Likewise.
27429         * doc/install.texi: Likewise.
27430         * c.opt (std=c90,std=gnu90): New options.
27431         * c-opts.c (c_common_handle_option): Handle them.
27432
27433 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27434
27435         PR c/24577
27436         * c-decl.c (undeclared_variable): Use an informative note.
27437
27438 2010-02-26  Richard Guenther  <rguenther@suse.de>
27439
27440         PR tree-optimization/43186
27441         * gimple.h (gimple_fold): Remove.
27442         * gimple.c (gimple_fold): Remove.  Inline into single user ...
27443         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
27444         Try harder for conditions.
27445
27446 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
27447
27448         PR debug/43190
27449         * function.c (used_types_insert): Don't skip through named pointer
27450         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
27451         and it is different from the main variant's type.
27452
27453 2010-02-26  Nick Clifton  <nickc@redhat.com>
27454
27455         * config/rx/rx.md (sminsi3): Remove bogus alternative.
27456
27457 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
27458
27459         * config.gcc: Support --with-fpmath=sse for x86.
27460
27461         * config/i386/ssemath.h: New.
27462
27463         * doc/install.texi (--with-fpmath=sse): Documented.
27464
27465 2010-02-26  Richard Guenther  <rguenther@suse.de>
27466
27467         PR tree-optimization/43188
27468         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
27469         vector types of over-aligned element type.
27470
27471 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
27472
27473         PR target/43175
27474         * config/i386/i386.c (expand_vec_perm_blend): Use correct
27475         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
27476
27477 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
27478
27479         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
27480
27481 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
27482
27483         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
27484         * var-tracking.c: Include diagnostic.h.
27485         (debug_dv): New function.
27486         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
27487
27488         PR debug/43160
27489         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
27490         (add_value_chain, add_value_chains, remove_value_chain,
27491         remove_value_chains): Handle DEBUG_EXPRs.
27492         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
27493
27494         PR debug/43161
27495         * regcprop.c (struct queued_debug_insn_change): New type.
27496         (struct value_data_entry): Add debug_insn_changes field.
27497         (struct value_data): Add n_debug_insn_changes field.
27498         (debug_insn_changes_pool): New variable.
27499         (free_debug_insn_changes, apply_debug_insn_changes,
27500         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
27501         (kill_value_one_regno): Call free_debug_insn_changes if needed.
27502         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
27503         fields.
27504         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
27505         changes for them.
27506         (copyprop_hardreg_forward_1): Don't call apply_change_group for
27507         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
27508         changes, call cprop_find_used_regs via note_stores.
27509         (copyprop_hardreg_forward): When copying vd from predecessor
27510         which has any queued DEBUG_INSN changes, make sure the pointers are
27511         cleared.  At the end call df_analyze and then if there are any
27512         DEBUG_INSN changes queued at the end of some basic block for still
27513         live registers, apply them.
27514         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
27515
27516 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
27517
27518         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
27519         (arm*-*-*): Ditto.
27520
27521 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
27522
27523         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
27524         targets.  Set the default with_cpu/with_arch from arch/cpu.
27525         Allow x86-64 and native for with_cpu/with_arch.
27526
27527 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
27528
27529         * ebitmap.c: Change calls to verify_popcount with calls to
27530         sbitmap_verify_popcount.
27531         (ebitmap_clear_bit): Fixed map->cacheindex test and
27532         map>cache update when bit clearing results in an empty
27533         element.
27534
27535 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
27536
27537         PR target/43154
27538         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
27539         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
27540         and support both V2DF and V2DI modes.
27541         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
27542         support both V2DF and V2DI modes.
27543         (general): Delete trailing whitespace from a few patterns.
27544
27545         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
27546         V2DF/V2DI interleave high/low builtins.
27547
27548         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
27549         new VSX builtins.
27550
27551         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
27552         interleave high/low functions.
27553
27554 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
27555
27556         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
27557         #pragma extern_prefix.
27558
27559 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
27560
27561         PR debug/43166
27562         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
27563         BLKmode, assert op0 is a MEM and just adjust its mode.
27564
27565         PR debug/43165
27566         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
27567         if bitpos isn't multiple of mode's bitsize.
27568
27569 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27570
27571         * c.opt (-ftemplate-depth=): New.
27572         (-ftemplate-depth-): Deprecate.
27573         * optc-gen.awk: Handle -ftemplate-depth=.
27574         * opth-gen.awk: Likewise.
27575         * c-opts.c (c_common_handle_option): Likewise.
27576         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
27577
27578 2010-02-24  Jason Merrill  <jason@redhat.com>
27579
27580         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
27581
27582 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27583
27584         * cfg.c (alloc_aux_for_block): Remove inline.
27585         (alloc_aux_for_edge): Likewise.
27586
27587 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27588
27589         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
27590
27591 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27592
27593         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
27594         * config/i386/sol2-gas.h: New file.
27595         * config.gcc (i[34567]86-*-solaris2*): Use it.
27596
27597 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27598
27599         PR c/43128
27600         * c-typeck.c (ep_convert_and_check): New.
27601         (build_conditional_expr): Use it.
27602         (build_binary_op): Likewise.
27603
27604 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
27605
27606         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
27607
27608         PR debug/43150
27609         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
27610         bounds even for -O+.
27611         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
27612         expr needs to have DECL_NAME set.
27613
27614 2010-02-24  Nick Clifton  <nickc@redhat.com>
27615
27616         * config/mep/mep.c: Include gimple.h.
27617         (mep_function_uses_sp): Delete unused function.
27618         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
27619         parameters.  Use unsigned integers to count args.  Return a
27620         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
27621
27622 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
27623
27624         PR target/43107
27625         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
27626         greater or equal to nelt instead of 2 * nelt.
27627         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
27628         with nelt - 1.
27629
27630 2010-02-23  Jason Merrill  <jason@redhat.com>
27631
27632         PR debug/42800
27633         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
27634         in cfun->local_decls even if they have register types.
27635
27636         PR c++/42837
27637         * stor-layout.c (place_field): Don't warn about unnecessary
27638         DECL_PACKED if the type is packed.
27639
27640 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
27641
27642         PR target/43139
27643         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
27644         GOTOFF relocs, even when the base reg isn't pic pointer.
27645
27646 2010-02-23  Michael Matz  <matz@suse.de>
27647
27648         PR debug/43077
27649         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
27650         (expand_gimple_basic_block): Generate and use debug temps if there
27651         are debug uses left after the last real use of TERed ssa names.
27652         Unlink debug immediate uses when they are expanded.
27653
27654 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27655
27656         PR 43123
27657         * config/i386/i386.c (override_options): Reorganise to provide
27658         better error messages.
27659
27660 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
27661
27662         PR middle-end/43083
27663         * graphite-scop-detection.c (create_single_exit_edge): Move
27664         the call to find_single_exit_edge to....
27665         (create_sese_edges): ...here.  Don't handle multiple edges
27666         exiting the function.
27667         (build_graphite_scops): Don't handle multiple edges
27668         exiting the function.
27669
27670 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
27671
27672         PR middle-end/43097
27673         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
27674         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
27675
27676 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
27677
27678         PR middle-end/43026
27679         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
27680
27681 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27682
27683         PR c++/43126
27684         * c-typeck.c (convert_arguments): Print declaration location.
27685         * c-common.c (validate_nargs): Rename as
27686         builtin_function_validate_nargs.
27687         (check_builtin_function_arguments): Update.
27688
27689 2010-02-22  Richard Guenther  <rguenther@suse.de>
27690
27691         PR lto/43045
27692         * tree-inline.c (declare_return_variable): Use the type of
27693         the call stmt lhs if available.
27694
27695 2010-02-22  Duncan Sands  <baldrick@free.fr>
27696
27697         * passes.c (register_pass): Always consider all pass lists when
27698         ref_pass_instance_number is zero.
27699
27700 2010-02-22  Richard Guenther  <rguenther@suse.de>
27701
27702         PR tree-optimization/42749
27703         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
27704         parameter.  Do arithmetic in the original type.
27705         (update_accumulator_with_ops): Likewise.
27706         (adjust_accumulator_values): Adjust.
27707
27708 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27709
27710         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
27711         (QI to BLKmode splitter): New splitter.
27712
27713 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
27714
27715         * config/i386/i386.c (initial_ix86_tune_features): Turn on
27716         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
27717
27718 2010-02-22  Richard Guenther  <rguenther@suse.de>
27719
27720         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
27721
27722 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
27723
27724         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
27725         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
27726         ($(T)crti.o, $(T)crtn.o): Remove rules.
27727
27728 2010-02-21  Tobias Burnus  <burnus@net-b.de>
27729
27730         PR fortran/35259
27731         * doc/invoke.texi (-fassociative-math): Document that this
27732         option is automatically enabled for Fortran.
27733
27734 2010-02-20  David S. Miller  <davem@davemloft.net>
27735
27736         * configure.ac: Test if linker and assembler properly support
27737         GOTDATA_OP relocations.
27738         * configure: Rebuild.
27739         * config.in: Likewise.
27740         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
27741         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
27742         (movsi_high_pic): Likewise.
27743         (movdi_lo_sum_pic): Likewise.
27744         (movdi_high_pic): Likewise.
27745         (movsi_pic_gotdata_op): New pattern.
27746         (movdi_pic_gotdata_op): Likewise.
27747         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
27748         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
27749
27750 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
27751
27752         PR target/43067
27753         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
27754         attribute to ssemul.
27755         (xop_mulv2div2di3_high): Ditto.
27756
27757 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27758
27759         PR c++/35669
27760         * c.opt (Wconversion-null): New option.
27761         * doc/invoke.texi (Wconversion-null): Document.
27762
27763 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27764
27765         * common.opt (Wlarger-than-): Add Undocumented.
27766
27767 2010-02-19  Mike Stump  <mikestump@comcast.net>
27768
27769         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
27770
27771 2010-02-19  Jason Merrill  <jason@redhat.com>
27772
27773         PR target/40332
27774         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
27775         * configure: Likewise.
27776
27777 2010-02-20  Alan Modra  <amodra@gmail.com>
27778
27779         PR middle-end/42344
27780         * cgraph.h (cgraph_make_decl_local): Declare.
27781         * cgraph.c (cgraph_make_decl_local): New function.
27782         (cgraph_make_node_local): Use it.
27783         * cgraphunit.c (cgraph_function_versioning): Likewise.
27784         * ipa.c (function_and_variable_visibility): Likewise.
27785
27786 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
27787
27788         PR bootstrap/43121
27789         * except.c (sjlj_emit_function_enter): Don't call
27790         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
27791         directly.
27792         * rtl.h (add_reg_br_prob_note): Remove prototype.
27793
27794 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
27795
27796         PR 41779
27797         * c-common.c (conversion_warning): Remove widening conversions
27798         before checking the conversion of integers to reals.
27799
27800 2010-02-19  Mike Stump  <mikestump@comcast.net>
27801
27802         PR middle-end/43125
27803         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
27804
27805         PR objc/43061
27806         * cgraphunit.c (process_function_and_variable_attributes): Check
27807         DECL_PRESERVE_P instead of looking up attribute "used".
27808         * ipa-pure-const.c (check_decl): Likewise.
27809         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
27810         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
27811         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
27812         instead of attribute "used".
27813         * config/sol2-c.c (solaris_pragma_init): Likewise.
27814         (solaris_pragma_fini): Likewise.
27815
27816 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
27817
27818         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
27819         Use XCNEW instead of xcalloc.
27820         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
27821         XNEW instead of xmalloc.
27822         (get_fields): Use XNEWVEC instead of xmalloc.
27823
27824         PR debug/43084
27825         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
27826         populate vars array.
27827         (create_new_general_access): For debug stmts just reset value.
27828         (get_stmt_accesses): For accesses within debug stmts just record them
27829         using add_access_to_acc_sites instead of preventing the peeling or
27830         counting them as accesses.
27831
27832         PR middle-end/42233
27833         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
27834
27835 2010-02-19  Richard Guenther  <rguenther@suse.de>
27836
27837         PR tree-optimization/42916
27838         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
27839         instructions.
27840
27841 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
27842
27843         * configure.ac: Replace all uses of changequote in macro arguments
27844         with proper quoting.
27845
27846 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
27847
27848         PR middle-end/42233
27849         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
27850
27851 2010-02-19  Richard Guenther  <rguenther@suse.de>
27852
27853         PR tree-optimization/42944
27854         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
27855         test for aliasing with errno.
27856
27857 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
27858
27859         PR middle-end/42233
27860         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
27861         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
27862         * dojump.c: Include output.h.
27863         (inv): New inline function.
27864         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
27865         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
27866         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
27867         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
27868         argument, pass it down to other calls.
27869         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
27870         add REG_BR_PROB note to the conditional jump.
27871         * cfgexpand.c (add_reg_br_prob_note): Removed.
27872         (expand_gimple_cond): Don't call it, add the probability
27873         as last argument to jumpif_1/jumpifnot_1.
27874         * Makefile.in (dojump.o): Depend on output.h.
27875         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
27876         callers.
27877         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
27878         * stmt.c (do_jump_if_equal): Likewise.
27879         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
27880         * loop-unswitch.c (compare_and_jump_seq): Likewise.
27881         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
27882         Likewise.
27883         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
27884         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
27885         jumpifnot_1 callers.
27886         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
27887         callers.
27888         (store_expr): Adjust jumpifnot caller.
27889         (store_constructor): Adjust jumpif caller.
27890
27891         PR middle-end/42233
27892         * gimplify.c (gimple_boolify): For __builtin_expect call
27893         gimple_boolify also on its first argument.
27894
27895 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
27896
27897         * configure.ac (gnu-unique-object): Wrap regexps using [] in
27898         changequote block.
27899         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
27900         * configure: Regenerated.
27901
27902 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27903
27904         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
27905         lang_hooks.types_compatible_p instead of comptypes.
27906
27907 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
27908
27909         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
27910         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
27911         if __prefer_thumb__ is defined.
27912
27913 2010-02-18  Martin Jambor  <mjambor@suse.cz>
27914
27915         PR tree-optimization/43066
27916         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
27917         array with zero-sized element type.
27918
27919 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
27920
27921         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
27922         rtx, allocate struct var_loc_node here and return it to the
27923         caller, and only if it is actually needed.
27924         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
27925         move it earlier and return immediately if it returns NULL.
27926
27927 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
27928
27929         * config/sparc/gas.h: New file.  Restore
27930         TARGET_ASM_NAMED_SECTION to its ELF default.
27931         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
27932         check !HAVE_GNU_AS.
27933         * config/sparc/sparc.c (sparc_elf_asm_named_section):
27934         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
27935         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
27936         after sparc/sysv4.h.
27937
27938 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
27939
27940         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
27941
27942 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
27943
27944         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
27945         patterns from predicated pattern.
27946
27947 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
27948
27949         PR target/43103
27950         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
27951         for insn mnemonic suffix.
27952
27953 2010-02-17  Richard Guenther  <rguenther@suse.de>
27954
27955         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
27956         to loop PHI nodes.
27957
27958 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
27959
27960         PR debug/42918
27961         * caller-save.c (save_call_clobbered_regs): If BB ends with
27962         a DEBUG_INSN, move any notes in between last real insn and the last
27963         DEBUG_INSN after the last DEBUG_INSN.
27964
27965 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
27966
27967         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
27968         Fix return type.  Fix argument type.  Explain meaning of return value.
27969
27970 2010-02-16  Richard Guenther  <rguenther@suse.de>
27971
27972         PR tree-optimization/41043
27973         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
27974         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
27975         statements ...
27976         (vrp_visit_phi_node): ... but only for loop PHI nodes.
27977
27978 2010-02-16  Ira Rosen  <irar@il.ibm.com>
27979
27980         PR tree-optimization/43074
27981         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
27982         * tree-vect-loop.c (vect_analyze_loop_operations): Add
27983         vectorizable cycles in hybrid SLP check.
27984         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
27985
27986 2010-02-16  Richard Guenther  <rguenther@suse.de>
27987
27988         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
27989         (true_dependence): If memrefs_conflict_p computes must-alias
27990         trust it.  Move TBAA check after offset-based disambiguation.
27991         (canon_true_dependence): Likewise.
27992
27993 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
27994
27995         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
27996         * doc/invoke.texi: Document it.
27997         * var-tracking.c: Include toplev.h and params.h.
27998         (vt_find_locations): Return bool indicating success.  Compute
27999         hash sizes unconditionally.  Check new parameter, report.
28000         (variable_tracking_main_1): Check vt_find_locations results and
28001         retry.  Renamed from...
28002         (variable_tracking_main): ... this.  New wrapper to preserve
28003         flag_var_tracking_assignments.
28004         * Makefile.in (var-tracking.o): Adjust dependencies.
28005
28006 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
28007             Jakub Jelinek  <jakub@redhat.com>
28008
28009         PR target/42854
28010         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
28011         if weak_import attribute is present.
28012         * config/darwin.c (machopic_select_section): Likewise.
28013
28014 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
28015
28016         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
28017         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
28018         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
28019         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
28020
28021         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
28022         types.
28023
28024         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
28025         Fix argument types.
28026
28027         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
28028         Rewrite text to refer to the names.
28029
28030 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
28031
28032         * config/i386/i386-builtin-types.def
28033         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
28034         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
28035         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
28036         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
28037         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
28038         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
28039         IX86_BUILTIN_VPERMIL2PS256.
28040         (MULTI_ARG_4_DF2_DI_I): Defined.
28041         (MULTI_ARG_4_DF2_DI_I1): Defined.
28042         (MULTI_ARG_4_SF2_SI_I): Defined.
28043         (MULTI_ARG_4_SF2_SI_I1): Defined.
28044         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
28045         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
28046         __builtin_ia32_vpermil2ps256.
28047         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
28048         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
28049         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
28050         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
28051         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
28052         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
28053         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
28054         CODE_FOR_xop_vpermil2v8sf3.
28055         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
28056         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
28057         * config/i386/xopintrin.h (_mm_permute2_pd): New.
28058         (_mm256_permute2_pd): New.
28059         (_mm_permute2_ps): New.
28060         (_mm256_permute2_ps): New.
28061
28062 2010-02-15  Nick Clifton  <nickc@redhat.com>
28063
28064         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
28065         boolean parameters.  Use emit_jump_insn when emitting a pop
28066         instruction containing a return insn.
28067         (push): Use 'true' rather than '1' as second parameter to F.
28068         (h8300_expand_prologue): Likewise.
28069         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
28070         (h8300_expand_epilogue): Likewise.
28071
28072 2010-02-15  Richard Guenther  <rguenther@suse.de>
28073
28074         PR middle-end/43068
28075         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
28076         if that is zero.
28077
28078 2010-02-15  Nick Clifton  <nickc@redhat.com>
28079
28080         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
28081         delta.
28082
28083 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
28084
28085         * intl.c (fake_ngettext): New function.
28086         * intl.h (fake_ngettext): Declare.
28087         (ngettext): Define macro.
28088         * collect2.c (notice_translated): New function.
28089         (main): Use notice_translated and ngettext.
28090         * collect2.h (notice_translated): Declare.
28091
28092 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
28093
28094         * reorg.c (delete_computation): Comment fixes.
28095         * caller-save.c (setup_save_areas): Idem.
28096         * sel-sched-dump.c (dump_lv_set): Idem.
28097         * rtl.def: Idem.
28098
28099 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28100
28101         * config/s390/s390.c (s390_sched_init): New function.
28102         (TARGET_SCHED_INIT): Target hook defined.
28103
28104 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
28105             Jack Howarth  <howarth@bromo.med.uc.edu>
28106             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
28107
28108         PR target/42982
28109         Partial revert of unintended change in fix for PR41605.
28110         * config/darwin.h: Fix typo.
28111         * config/darwin9.h: Same.
28112
28113 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
28114
28115         * c-pch.c (pch_init): Clear v.
28116
28117 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
28118
28119         PR middle-end/42930
28120         * graphite-scop-detection.c (graphite_can_represent_scev): Call
28121         graphite_can_represent_init for MULT_EXPR.
28122
28123 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
28124
28125         PR middle-end/42914
28126         PR middle-end/42530
28127         * graphite-sese-to-poly.c (remove_phi): New.
28128         (translate_scalar_reduction_to_array): Call remove_phi.
28129
28130 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
28131
28132         PR middle-end/42771
28133         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
28134         * graphite-clast-to-gimple.h (gloog): Update declaration.
28135         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
28136         * graphite-poly.h (struct poly_bb): Add missing comments.
28137         (struct scop): Add poly_scop_p field.
28138         (POLY_SCOP_P): New.
28139         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
28140         * graphite.c (graphite_transform_loops): Build the polyhedral
28141         representation for each scop before code generation.
28142         * sese.c (rename_variables_in_operand): Removed.
28143         (rename_variables_in_expr): Return the renamed expression.
28144         (rename_sese_parameters): New.
28145         * sese.h (rename_sese_parameters): Declared.
28146
28147 2010-02-11  Richard Guenther  <rguenther@suse.de>
28148
28149         PR tree-optimization/42998
28150         * tree-ssa-pre.c (create_expression_by_pieces): Treat
28151         POINTER_PLUS_EXPR properly.
28152
28153 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
28154             Changpeng Fang  <changpeng.fang@amd.com>
28155
28156         PR middle-end/40886
28157         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
28158         the cost of an IV candidate when the IV is used in a test against zero.
28159
28160         * gcc.dg/tree-ssa/ivopts-3.c: New.
28161
28162 2010-02-11  Richard Guenther  <rguenther@suse.de>
28163
28164         PR lto/41664
28165         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
28166         pointer-vs-decl case by swapping refs.  Handle some cases
28167         of pointer-vs-decl disambiguations more conservatively.
28168         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
28169         to false after expanding.
28170
28171 2010-02-11  Richard Guenther  <rguenther@suse.de>
28172
28173         PR driver/43021
28174         * gcc.c (process_command): Handle LTO file@offset case more
28175         appropriately.
28176
28177 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
28178
28179         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
28180         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
28181         of DEBUG_INSNs.
28182         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
28183
28184         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
28185         if MEM's mode size isn't DWARF2_ADDR_SIZE.
28186         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
28187         Optimize eq/ne comparisons when both arguments are known to be
28188         zero-extended.
28189         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
28190         Don't mask operands unnecessarily if they are known to be already
28191         zero-extended.
28192
28193 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
28194
28195         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
28196         instead of loop.
28197
28198 2010-02-10  Richard Guenther  <rguenther@suse.de>
28199
28200         PR tree-optimization/43017
28201         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
28202         for wrapping signed arithmetic.
28203
28204 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
28205
28206         PR debug/43010
28207         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
28208         if no debug info should be emitted for it.
28209
28210 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
28211
28212         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
28213         note when flag_exceptions is set.
28214
28215 2010-02-10  Duncan Sands  <baldrick@free.fr>
28216
28217         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
28218
28219 2010-02-10  Richard Guenther  <rguenther@suse.de>
28220
28221         PR c/43007
28222         * tree.c (get_unwidened): Handle constants.
28223         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
28224
28225 2010-02-10  Martin Jambor  <mjambor@suse.cz>
28226
28227         PR lto/42985
28228         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
28229         check for variable argument counts independently.
28230
28231 2010-02-10  Christian Bruel  <christian.bruel@st.com>
28232
28233         PR target/42841
28234         * config/sh/sh.c (find_barrier): Increase length for non delayed
28235         conditional branches.
28236
28237 2010-02-10  Christian Bruel  <christian.bruel@st.com>
28238
28239         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
28240
28241 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
28242
28243         * builtins.c (set_builtin_user_assembler_name): Also handle
28244         ffs if int is smaller than word.
28245
28246 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
28247
28248         PR middle-end/42973
28249         * ira-conflicts.c (get_dup): Remove.
28250         (process_reg_shuffles): Add new parameter.  Use it as an
28251         additional guard for copy generation.
28252         (add_insn_allocno_copies): Rewrite.
28253
28254 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
28255
28256         * common.opt (fsched2-use-traces): Preserved for backward
28257         compatibility.
28258         * doc/invoke.texi: Remove the documentation about option
28259         -fsched2-use-traces.
28260         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
28261         flag_sched2_use_traces.
28262         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
28263         the backward compatibility flag section.
28264
28265 2010-02-09  Richard Guenther  <rguenther@suse.de>
28266
28267         PR tree-optimization/43008
28268         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
28269         make HEAP variables initialized from global memory if they
28270         are not known builtin functions.
28271         (find_func_aliases): Adjust.
28272
28273 2010-02-09  Richard Guenther  <rguenther@suse.de>
28274
28275         PR tree-optimization/43000
28276         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
28277         arithmetic manually.
28278
28279 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
28280
28281         PR tree-optimization/42931
28282         * tree-loop-linear.c (try_interchange_loops): Don't call
28283         double_int_mul if estimated_loop_iterations failed.
28284
28285 2010-02-08  Martin Jambor  <mjambor@suse.cz>
28286
28287         PR middle-end/42898
28288         * tree-sra.c (build_accesses_from_assign): Do not mark in
28289         should_scalarize_away_bitmap if stmt has volatile ops.
28290         (sra_modify_assign): Do not process assigns piecemeal if if stmt
28291         has volatile ops.
28292
28293 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
28294
28295         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
28296
28297 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
28298
28299         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
28300         before the pattern.
28301
28302 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
28303
28304         PR middle-end/42946
28305         * df-core.c (df_finish_pass): Change type of saved_flags to int.
28306
28307 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
28308
28309         PR middle-end/42988
28310         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
28311         to unknown_dependence.
28312         (graphite_legal_transform_dr): Handle the unknown_dependence.
28313         (graphite_carried_dependence_level_k): Same.
28314
28315 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
28316
28317         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
28318
28319 2010-02-07  Richard Guenther  <rguenther@suse.de>
28320
28321         PR middle-end/42991
28322         * expr.c (get_inner_reference): Always initialize *pbitsize.
28323
28324 2010-02-07  Richard Guenther  <rguenther@suse.de>
28325
28326         PR middle-end/42956
28327         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
28328         new ARRAY_REFs on variable size element or minimal index arrays.
28329         Complete.
28330         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
28331         gimple_fold_indirect_ref.
28332
28333 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
28334
28335         PR target/42957
28336         * arm.c (arm_override_options): Just return if the user has specified
28337         an invalid fpu name.
28338
28339 2010-02-03  Jason Merrill  <jason@redhat.com>
28340
28341         PR c++/42870
28342         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
28343         i386_pe_maybe_record_exported_symbol.
28344
28345 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
28346
28347         PR target/42924
28348         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
28349         (pa_delegitimize_address): New function.
28350
28351 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
28352
28353         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
28354         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
28355
28356 2010-02-05  Richard Guenther  <rguenther@suse.de>
28357
28358         PR lto/42762
28359         * lto-streamer-in.c (get_resolution): Deal with references
28360         to undefined functions.
28361
28362 2010-02-05  Richard Guenther  <rguenther@suse.de>
28363
28364         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
28365         (fold_const_aggregate_ref): Likewise.
28366         (ccp_fold_stmt): Substitute loads.
28367         (maybe_fold_reference): Verify types before substituting.
28368         Unshare properly.
28369         (fold_gimple_assign): Unshare properly.
28370         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
28371
28372 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
28373
28374         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
28375         for rs6000_gen_cell_microcode.
28376
28377 2010-02-04  Richard Guenther  <rguenther@suse.de>
28378
28379         PR rtl-optimization/42952
28380         * dse.c (const_or_frame_p): Remove MEM handling.
28381
28382 2010-02-04  Nick Clifton  <nickc@redhat.com>
28383
28384         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
28385         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
28386         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
28387         (mn10300_asm_output_mi_thunk): New function.
28388         (mn10300_can_output_mu_thunk): New function.
28389         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
28390         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
28391         (FUNCTION_ARG): Delete incorrect comment.
28392
28393 2010-02-03  Jason Merrill  <jason@redhat.com>
28394
28395         PR c++/40138
28396         * fold-const.c (operand_equal_p): Handle erroneous types.
28397
28398 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
28399
28400         * config/h8300/h8300.md (can_delay): Fix attibute condition.
28401
28402 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
28403
28404         PR rtl-optimization/42941
28405         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
28406         of xmalloc.
28407
28408 2010-02-03  Jason Merrill  <jason@redhat.com>
28409
28410         PR c++/35652
28411         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
28412
28413 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
28414
28415         PR debug/42896
28416         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
28417         (cselib_reset_table): Renamed from...
28418         (cselib_reset_table_with_next_value): ... this.
28419         (cselib_get_next_uid): Renamed from...
28420         (cselib_get_next_unknown_value): ... this.
28421         * cselib.c (next_uid): Renamed from...
28422         (next_unknown_value): ... this.
28423         (cselib_clear_table): Adjust.
28424         (cselib_reset_table): Adjust.  Renamed from...
28425         (cselib_reset_table_with_next_value): ... this.
28426         (cselib_get_next_uid): Adjust.  Renamed from...
28427         (cselib_get_next_unknown_value): ... this.
28428         (get_value_hash): Use hash.
28429         (cselib_hash_rtx): Likewise.
28430         (new_cselib_val): Adjust.  Set and dump uid.
28431         (cselib_lookup_mem): Pass next_uid as hash.
28432         (cselib_subst_to_values): Likewise.
28433         (cselib_log_lookup): Dump uid.
28434         (cselib_lookup): Pass next_uid as hash.  Adjust.
28435         (cselib_process_insn): Adjust.
28436         (cselib_init): Initialize next_uid.
28437         (cselib_finish): Adjust.
28438         (dump_cselib_table): Likewise.
28439         * dse.c (canon_address): Dump value uid.
28440         * print-rtl.c (print_rtx): Print value uid.
28441         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
28442         (dvuid): New type.
28443         (dv_uid): New function, sort of renamed from...
28444         (dv_htab_hash): ... this, reimplemented in terms of it and...
28445         (dv_uid2hash): ... this.  New.
28446         (variable_htab_eq): Drop excess assertions.
28447         (tie_break_pointers): Removed.
28448         (canon_value_cmp): Compare uids.
28449         (variable_post_merge_New_vals): Print uids.
28450         (vt_add_function_parameters): Adjust.
28451         (vt_initialize): Reset table.  Adjust.
28452
28453 2010-02-03  Richard Guenther  <rguenther@suse.de>
28454
28455         PR tree-optimization/42944
28456         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
28457         (call_may_clobber_ref_p_1): Likewise.  Properly handle
28458         malloc and calloc clobbering errno.
28459
28460 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
28461
28462         * doc/invoke.texi: Fix name of sched1 dump.
28463
28464         * opts.c (decode_options): Set flag_tree_switch_conversion
28465         only conditionally on optimize >= 2.
28466
28467         * gcse.c: Assorted comment fixes in pass description.
28468
28469 2010-02-03  Anthony Green  <green@moxielogic.com>
28470
28471         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
28472         nop padding in order to maintain alignment of storage location of
28473         target function address.
28474         (moxie_trampoline_init): Store target function address at newly
28475         aligned location.
28476         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
28477         to 32.
28478         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
28479
28480 2010-02-03  Richard Guenther  <rguenther@suse.de>
28481
28482         PR middle-end/42927
28483         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
28484
28485 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28486
28487         * config.gcc: Reenable check for obsolete targets.
28488         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
28489         mips-sgi-irix6.[0-4]*.
28490
28491 2010-02-02  Nick Clifton  <nickc@redhat.com>
28492
28493         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
28494         constant size of 4 as being the same as 0.
28495         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
28496         can take values in the range 0..4.
28497
28498 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
28499
28500         PR java/41991
28501         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
28502         as _darwin10_Unwind_FindEnclosingFunction().
28503         * libgcc-libsystem.ver: New.
28504
28505 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
28506
28507         PR target/41399
28508         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
28509         implicitly set registers.
28510
28511 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
28512
28513         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
28514         (arm_override_options): Allow automatic selection of the thread
28515         pointer register if thumb2.
28516         (legitimize_pic_address): Improve code sequences for Thumb2.
28517         (arm_call_tls_get_addr): Likewise.
28518         (legitimize_tls_address): Likewise.
28519         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
28520         (pic_load_addr_32bit): ... this.  New named pattern.
28521         * thumb2.md (pic_load_addr_thumb2): Delete.
28522         (pic_load_dot_plus_four): Delete.
28523         (tls_load_dot_plus_four): New named pattern.
28524
28525 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28526
28527         PR libgomp/29986
28528         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
28529         Document fix for TLS bug.
28530
28531 2010-01-31  Richard Guenther  <rguenther@suse.de>
28532
28533         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
28534         conservatively correct.
28535
28536 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28537
28538         PR target/42850
28539         Revert:
28540         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
28541
28542         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
28543
28544 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
28545
28546         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
28547
28548 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
28549
28550         * config.gcc: Adjust order of makefile fragments for mingw targets.
28551
28552 2010-01-31  Richard Guenther  <rguenther@suse.de>
28553
28554         PR middle-end/42898
28555         * gimplify.c (gimplify_init_constructor): For volatile LHS
28556         initialize a temporary.
28557
28558 2010-01-31  Matthias Klose  <doko@ubuntu.com>
28559
28560         * configure.ac: Fix __stack_chk_fail check for cross builds configured
28561         --with-headers
28562         * configure: Regenerate.
28563
28564 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
28565
28566         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
28567         the same alias set and their sizes different constantness.
28568         (aliasing_component_refs_p): Revert 2009-10-24 change.
28569
28570 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28571
28572         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
28573         unused.
28574
28575 2010-01-29  Richard Guenther  <rguenther@suse.de>
28576
28577         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
28578         Assert we successfully updated the call.
28579
28580 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
28581
28582         PR rtl-optimization/42889
28583         * df.h (df_set_bb_dirty_nonlr): New prototype.
28584         * df-core.c (df_set_bb_dirty_nonlr): New function.
28585         * df-scan.c (df_insn_rescan): Call it instead of
28586         df_set_bb_dirty for DEBUG_INSNs.
28587
28588 2010-01-29  Richard Guenther  <rguenther@suse.de>
28589
28590         PR middle-end/37448
28591         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
28592         quadratic behavior in most cases.
28593
28594 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
28595
28596         PR target/42891
28597         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
28598         in the call to gen_x86_movsicc_0_m1.
28599
28600 2010-01-28  Richard Guenther  <rguenther@suse.de>
28601
28602         PR tree-optimization/42871
28603         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
28604
28605 2010-01-28  Richard Guenther  <rguenther@suse.de>
28606
28607         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
28608         into call arguments.
28609
28610 2010-01-28  Richard Guenther  <rguenther@suse.de>
28611
28612         PR middle-end/42883
28613         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
28614         the forwarder if the destination is an EH landing pad.
28615
28616 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
28617
28618         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
28619         block list passed to gimple_duplicate_sese_tail.
28620         (parallelize_loops): Avoid parallelization when the function
28621         has_nonlocal_label.
28622         Avoid parallelization when the preheader is IRREDUCIBLE.
28623         Try to optimize when estimated_loop_iterations_int is unresolved.
28624         Add the loop's location to the dump file.
28625         * tree-cfg.c (add_phi_args_after_redirect): Remove.
28626         (gimple_duplicate_sese_tail): Remove the check for the latch.
28627         Redirect nexits to the exit block.
28628         Remove handling of the incoming edges to the latch.
28629         Redirect the backedge from the copied latch to the exit bb.
28630
28631 2010-01-28  Michael Matz  <matz@suse.de>
28632
28633         PR target/42881
28634         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
28635         Wrap force_reg into a sequence, emit it before user.
28636
28637 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
28638
28639         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
28640         (arm_rev): New.
28641         (arm_legacy_rev): Likewise.
28642         (thumb_legacy_rev): Likewise.
28643
28644 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
28645
28646         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
28647         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
28648         on MEM's address failed, try avoid_constant_pool_reference and
28649         recurse if it returned something different.
28650         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
28651         address, try avoid_constant_pool_reference and recurse if it
28652         returned something different.
28653         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
28654         address and avoid_constant_pool_reference returned something
28655         different, don't set have_address.
28656
28657 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
28658
28659         PR debug/42861
28660         * var-tracking.c (val_store): Add modified argument, obey it.
28661         Adjust callers.
28662         (count_uses): Move down logging of main.
28663         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
28664         don't need resolution.
28665         (emit_notes_in_bb): Likewise.
28666
28667 2010-01-27  Richard Guenther  <rguenther@suse.de>
28668
28669         PR middle-end/42878
28670         * tree-inline.c (remap_decl): Delay remapping of SSA name
28671         default definitions until we need them.
28672
28673 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
28674
28675         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
28676         (rs6000_delegitimize_address): New function.
28677
28678         * config/s390/s390.c (s390_delegitimize_address): Call
28679         delegitimize_mem_from_attrs.
28680
28681         PR middle-end/42874
28682         * tree-inline.c (cannot_copy_type_1): Removed.
28683         (copy_forbidden): Don't forbid copying of functions containing
28684         records/unions with variable length fields.
28685
28686 2010-01-27  Christian Bruel  <christian.bruel@st.com>
28687
28688         Revert:
28689         PR target/42841
28690         * config/sh/sh.c (find_barrier): Increase length for non delayed
28691         conditional branches.
28692
28693 2010-01-27  Matthias Klose  <doko@ubuntu.com>
28694
28695         * configure.ac (gnu-unique-object): Fix ldd version check.
28696         * configure: Regenerate.
28697
28698 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28699
28700         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
28701         HAVE_GNU_AS value.
28702         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
28703         Test for HAVE_GNU_AS value.
28704
28705 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28706
28707         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
28708         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
28709         INT64_TYPE): Define.
28710         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
28711         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
28712         INT_LEAST64_TYPE): Define.
28713         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
28714         UINT_LEAST64_TYPE): Define.
28715         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
28716         INT_FAST64_TYPE): Define.
28717         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
28718         UINT_FAST64_TYPE): Define.
28719         (INTMAX_TYPE, UINTMAX_TYPE): Define.
28720         (INTPTR_TYPE, UINTPTR_TYPE): Define.
28721         (SIG_ATOMIC_TYPE): Define.
28722
28723 2010-01-26  Richard Guenther  <rguenther@suse.de>
28724
28725         * df-scan.c (df_scan_set_bb_info): Remove assert.
28726         (df_insn_rescan_debug_internal): Merge asserts.
28727         (df_install_ref): Likewise.
28728         (df_mark_reg): Use bitmap_set_range.
28729         (df_hard_reg_used_p): Remove assert.
28730         (df_hard_reg_used_count): Likewise.
28731
28732 2010-01-26  Richard Guenther  <rguenther@suse.de>
28733
28734         PR rtl-optimization/42685
28735         * web.c (web_main): Ignore DEBUG_INSNs.
28736
28737 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
28738
28739         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
28740
28741         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
28742         Fix types of fndecl and arglist parameters.
28743
28744 2010-01-26  Richard Guenther  <rguenther@suse.de>
28745
28746         PR middle-end/42806
28747         * tree-eh.c (unsplit_eh): Skip debug insns.
28748
28749 2010-01-26  Richard Guenther  <rguenther@suse.de>
28750
28751         PR tree-optimization/42250
28752         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
28753
28754 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
28755
28756         PR fortran/42866
28757         * omp-low.c (expand_omp_sections): Only use single_pred if
28758         l2_bb is single_pred_p.
28759
28760 2010-01-25  Christian Bruel  <christian.bruel@st.com>
28761
28762         PR target/42841
28763         * config/sh/sh.c (find_barrier): Increase length for non delayed
28764         conditional branches.
28765         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
28766
28767 2010-01-24  David S. Miller  <davem@davemloft.net>
28768
28769         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
28770         define if not using GAS.
28771         * config/sparc/sparc.c (sparc_elf_asm_named_section):
28772         Likewise.  Delete SECTION_MERGE code, which is only applicable
28773         when using GAS.
28774
28775 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
28776
28777         PR c++/42748
28778         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
28779         mangling of va_list in system headers.
28780
28781 2010-01-23  Toon Moene  <toon@moene.org>
28782
28783         * tree-predcom.c (combine_chains): Return NULL, not false.
28784
28785 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
28786
28787         * tree-loop-distribution.c (distribute_loop): Fix declaration and
28788         initialization of variable res to agree with return type.
28789
28790 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
28791
28792         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
28793         * tree-sra.c: Add include of expr.h.
28794
28795 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
28796
28797         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
28798         insert the debug stmt on the single non-EH edge from the stmt.
28799
28800 2010-01-22  Richard Henderson  <rth@redhat.com>
28801
28802         PR tree-opt/42833
28803         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
28804         the RHS until after generate_subtree_copies has insertted its
28805         code before the current statement.
28806
28807 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
28808
28809         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
28810
28811         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
28812
28813 2010-01-21  Martin Jambor  <mjambor@suse.cz>
28814
28815         PR tree-optimization/42585
28816         * tree-sra.c (struct access): New field grp_total_scalarization.
28817         (dump_access): Dump the new field.
28818         (should_scalarize_away_bitmap): New variable.
28819         (cannot_scalarize_away_bitmap): Likewise.
28820         (sra_initialize): Allocate new bitmaps.
28821         (sra_deinitialize): Free new bitmaps.
28822         (create_access_1): New function.
28823         (create_access): Parts moved to create_access_1.
28824         (type_consists_of_records_p): New function.
28825         (completely_scalarize_record): Likewise.
28826         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
28827         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
28828         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
28829         access.
28830         (analyze_all_variable_accesses): Completely scalarize small eligible
28831         records.
28832
28833 2010-01-21  Martin Jambor  <mjambor@suse.cz>
28834
28835         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
28836
28837 2010-01-21  Andrew Haley  <aph@redhat.com>
28838
28839         * gcc.c (process_command): Move lang_specific_driver before
28840         setting cc_libexec_prefix.
28841
28842 2010-01-21  Richard Guenther  <rguenther@suse.de>
28843
28844         PR middle-end/19988
28845         * fold-const.c (negate_expr_p): Pretend only negative
28846         real constants are easily negatable.
28847
28848 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
28849             Jason Merrill  <jason@redhat.com>
28850
28851         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
28852         (TYPE_TRANSPARENT_AGGR): this, for union and record.
28853         * calls.c (initialize argument_information): Handle it.
28854         * c-common.c (handle_transparent_union_attribute): Use new name.
28855         * c-decl.c (finish_struct): Ditto.
28856         * c-typeck.c (type_lists_compatible_p): Ditto.
28857         (convert_for_assignment): Use new name and also handle record.
28858         * function.c (aggregate_value_p): Handle it.
28859         (pass_by_reference): Ditto.
28860         (assign_parm_data_types): Ditto.
28861         * print-tree.c (print_node): Ditto.
28862         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
28863         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
28864         * tree.c (first_field): New fn.
28865
28866 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
28867
28868         PR target/42818
28869         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
28870         even when linking statically, for now.
28871
28872 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
28873
28874         PR debug/42715
28875         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
28876         without a cselib val.
28877         (count_uses): Accept MO_VAL_SET with no val on stores.
28878         (add_stores): Likewise.
28879
28880 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
28881
28882         * var-tracking.c (check_value_val): Add a compile time assertion.
28883         (dv_is_decl_p): Simplify.
28884         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
28885         gcc_assert if ENABLE_CHECKING.
28886
28887 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
28888
28889         PR debug/42782
28890         * var-tracking.c: Include tree-flow.h.
28891         (mem_dies_at_call): New.
28892         (dataflow_set_preserve_mem_locs): Use it.
28893         (dataflow_set_remove_mem_locs): Likewise.
28894         (dump_var): Renamed from dump_variable.  Adjust all callers.
28895         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
28896         * Makefile.in (var-tracking.o): Adjust deps.
28897
28898 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
28899
28900         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
28901
28902 2010-01-20  Richard Guenther  <rguenther@suse.de>
28903
28904         PR tree-optimization/42717
28905         * tree-ssa-dce.c (get_live_post_dom): Remove.
28906         (forward_edge_to_pdom): Take an arbitrary edge to copy
28907         degenerate PHI args from.
28908         (remove_dead_stmt): Use the first post-dominator even if it
28909         does not contain live statements as redirection destination.
28910
28911 2010-01-20  Richard Guenther  <rguenther@suse.de>
28912
28913         * tree-inline.c (estimate_num_insns): Handle EH builtins.
28914
28915 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
28916
28917         * sel-sched.c (create_speculation_check): Remove set but not used
28918         variable twin.
28919         (try_transformation_cache): Remove set but not used variable ds.
28920         (calculate_privileged_insns): Remove set but not used variables
28921         cur_insn and min_spec_insn.
28922         (find_best_expr): Remove set but not used variable avail_n.
28923         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
28924         variable e.
28925         * cgraphunit.c (assemble_thunk): Remove set but not used variable
28926         false_label.
28927         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
28928         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
28929         new_scop_exit_edge.
28930
28931 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
28932
28933         PR bootstrap/42786
28934         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
28935         cpu types.  Add support for *-sse3 cpu types.
28936         (x86_64-*-*): Ditto.
28937
28938 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
28939
28940         PR middle-end/42803
28941         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
28942         argument, call initializer_constant_valid_p_1 instead of
28943         initializer_constant_valid_p, pass CACHE to it, return NULL
28944         immediately if first call returns NULL.
28945         (initializer_constant_valid_p_1): New function.
28946         (initializer_constant_valid_p): Use it.
28947
28948 2010-01-20  Thomas Quinot  <quinot@adacore.com>
28949
28950         * tree.def (PLACEHOLDER_EXPR): Fix comment.
28951
28952 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
28953
28954         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
28955         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
28956         (loc_list_from_tree): Don't handle unsigned division.  Handle
28957         signed modulo using DW_OP_{over,over,div,mul,minus}.
28958         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
28959         modulo instead of signed.
28960
28961 2010-01-20  DJ Delorie  <dj@redhat.com>
28962
28963         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
28964         (Fpa): Pass it
28965         (h8300_emit_stack_adjustment): Propogate it.
28966         (push): Pass it.
28967         (h8300_expand_prologue): Likewise.
28968         (h8300_expand_epilogue): Likewise.
28969
28970 2010-01-19  Michael Matz  <matz@suse.de>
28971
28972         PR tree-optimization/41783
28973         * tree-data-ref.c (toplevel): Include flags.h.
28974         (dump_data_dependence_relation):  Also dump the inputs if the
28975         result will be unknown.
28976         (split_constant_offset_1): Look through some conversions.
28977         * tree-predcom.c (determine_roots_comp): Restart a new chain if
28978         the offset from last element is too large.
28979         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
28980         (reassociate_to_the_same_stmt): Handle vector registers.
28981         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
28982         (e.g. conversions).
28983         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
28984         wide_prolog_niters argument, emit widening instructions.
28985         (vect_do_peeling_for_alignment): Adjust caller, use widened
28986         variant of the iteration cound.
28987         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
28988
28989 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
28990
28991         PR target/38697
28992         * config/arm/neon-testgen.m (emit_automatics): New parameter
28993         features. Adjust for Fixed_return_reg feature.
28994         (test_intrinsic): Call emit_automatics with new feature.
28995         * config/arm/neon.ml: Update copyright years.
28996         (features): New Fixed_return_reg feature.
28997         (ops): Update feature for Vget_low.
28998
28999 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
29000
29001         PR tree-optimization/42719
29002         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
29003         stmt uses.
29004
29005         PR debug/42728
29006         * fwprop.c (all_uses_available_at): Return false if def_set dest
29007         is a REG that is used in def_insn.
29008
29009 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
29010
29011         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
29012
29013         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
29014         Add argument names.
29015
29016         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
29017
29018         * target.h (struct gcc_target) <secondary_reload>: Change type
29019         of last argument to secondary_reload_info *.
29020
29021 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
29022
29023         PR target/42774
29024         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
29025         memory references with unaligned offsets.  Remove CQImode handling.
29026         (unaligned_memory_operand): Return 1 for memory references with
29027         unaligned offsets.  Remove CQImode handling.
29028
29029 2010-01-18  Richard Guenther  <rguenther@suse.de>
29030
29031         PR middle-end/39954
29032         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
29033         builtin calls.
29034
29035 2010-01-18  Richard Guenther  <rguenther@suse.de>
29036
29037         PR tree-optimization/42781
29038         * tree-ssa-structalias.c (find_what_var_points_to): Skip
29039         restrict processing only if the original variable was artificial.
29040
29041 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
29042
29043         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
29044         find number of popped argument bytes.
29045
29046         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
29047         Fix the text that describes the return value for invalid insns.
29048
29049         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
29050
29051         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
29052         Clarify what 'cost of the -dependence' is.  Fix quoting.
29053
29054         * toplev.c (default_get_pch_validity): Rename argument to "sz".
29055         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
29056
29057 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
29058
29059         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
29060         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
29061
29062 2010-01-17  Richard Guenther  <rguenther@suse.de>
29063
29064         PR middle-end/42248
29065         * function.c (split_complex_args): Take a VEC to modify.
29066         (assign_parms_augmented_arg_list): Build a VEC instead of
29067         a chain of PARM_DECLs.
29068         (assign_parms_unsplit_complex): Take a VEC of arguments.
29069         Do not fixup unmodified parms.
29070         (assign_parms): Deal with the VEC.
29071         (gimplify_parameters): Likewise.
29072
29073 2010-01-17  Richard Guenther  <rguenther@suse.de>
29074
29075         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
29076         node existence check.
29077         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
29078         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
29079         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
29080         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
29081         (gimple_execute_on_growing_pred): Likewise.
29082
29083 2010-01-17  Richard Guenther  <rguenther@suse.de>
29084
29085         PR tree-optimization/42773
29086         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
29087         (compute_antic_aux): Likewise.
29088         (compute_partial_antic_aux): Likewise.
29089
29090 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
29091
29092         PR debug/42767
29093         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
29094         and US_TRUNCATE.
29095
29096 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
29097
29098         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
29099         appearance.
29100
29101         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
29102         Fix markup for strict argument.
29103
29104         (TARGET_SCHED_REORDER2): Fix argument types.
29105
29106         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
29107         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
29108
29109         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
29110         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
29111
29112         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
29113         Add argument name.
29114
29115         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
29116         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
29117         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
29118         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
29119         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
29120
29121         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
29122
29123         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
29124
29125         (TARGET_ASM_RELOC_RW_MASK): Add return type.
29126         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
29127
29128         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
29129
29130         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
29131         Use prototype.
29132
29133         (TARGET_ASM_NAMED_SECTION): Fix argument list.
29134
29135         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
29136         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
29137
29138         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
29139
29140         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
29141
29142         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
29143         referring to it.  Fix language.
29144
29145         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
29146
29147         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
29148
29149         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
29150
29151         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
29152
29153         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
29154         '@var{stream}.  Remove stray 'and'.
29155
29156         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
29157
29158         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
29159
29160         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
29161
29162         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
29163         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
29164
29165         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
29166         Fix description of return value.
29167         Rename argument "sz" to "len."
29168
29169         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
29170         Clarify meaning of 'true' return value.
29171
29172         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
29173
29174         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
29175         rep_mode versus mode_rep.
29176
29177         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
29178
29179         (TARGET_BUILTIN_DECL): Fix name.
29180
29181         (TARGET_COMMUTATIVE_P): Fix type of first argument.
29182
29183         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
29184
29185         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
29186
29187         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
29188
29189         (TARGET_RELAXED_ORDERING): Use @deftypevr.
29190
29191         (TARGET_GET_DRAP_RTX): Note that this is a hook.
29192         Clarify language.
29193
29194         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
29195         Rename argument tm_fn to md_fn.
29196
29197         (TARGET_OPTION_PRINT): Fix argument list.
29198
29199 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
29200
29201         PR target/42664
29202         * config/i386/i386.c (ix86_fixup_binary_operands):
29203         Revert FMA4 fixup of operands.
29204
29205 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29206
29207         PR gcc/42525
29208         * Makefile.in (write_entries_to_file, install-plugin):
29209         Use \012 instead of \n with tr.
29210
29211 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
29212
29213         * configure.ac (HAVE_AS_REF): New C macro.
29214         * configure: Regenerate.
29215         * config.in: Likewise.
29216         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
29217         if HAVE_AS_REF.
29218         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
29219         if HAVE_AS_REF.
29220
29221 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
29222
29223         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
29224
29225         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
29226
29227         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
29228
29229         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
29230
29231         (TARGET_IN_SMALL_DATA_P): Fix argument type.
29232
29233         (TARGET_BINDS_LOCAL_P): Fix argument type.
29234
29235         (TARGET_ASM_FILE_END): Use prototype.
29236
29237         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
29238
29239         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
29240
29241         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
29242
29243         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
29244
29245         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
29246         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
29247
29248         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
29249         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
29250
29251         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
29252         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
29253         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
29254         (TARGET_ADDR_SPACE_CONVERT): Likewise.
29255
29256         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
29257
29258         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
29259
29260         (TARGET_INIT_BUILTINS): Use prototype.
29261
29262         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
29263         Put 'const char *' in braces.  Fix parameter types.
29264         (TARGET_INVALID_CONVERSION): Fix parameter types.
29265         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
29266         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
29267
29268         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
29269         Fix argument type.
29270
29271         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
29272
29273         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
29274
29275 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
29276
29277         * doc/tm.texi (TARGET_HELP): Fix return type.
29278
29279         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
29280         in braces.  Fix argument types.
29281
29282         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
29283
29284         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
29285
29286         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
29287
29288         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
29289         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
29290
29291         (TARGET_MANGLE_TYPE): Fix argument types.
29292
29293         (TARGET_IRA_COVER_CLASSES): Use prototype.
29294
29295         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
29296
29297         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
29298
29299         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
29300
29301         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
29302
29303         (TARGET_CALLEE_COPIES): Fix argument types.
29304
29305         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
29306
29307         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
29308
29309         (TARGET_FUNCTION_VALUE): Fix argument types.
29310
29311         (TARGET_RETURN_IN_MSB): Fix argument type.
29312
29313         (TARGET_RETURN_IN_MEMORY): Fix argument types.
29314
29315         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
29316
29317         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
29318
29319         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
29320         agree with return type.
29321
29322         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
29323
29324 2010-01-15  Jing Yu  <jingyu@google.com>
29325
29326         PR rtl-optimization/42691
29327         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
29328         a pseudo to a constant and are merged, and adjust comments.
29329
29330 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
29331
29332         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
29333
29334 2010-01-15  Richard Guenther  <rguenther@suse.de>
29335
29336         PR middle-end/42739
29337         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
29338         labels of computed or non-local gotos to the destination.
29339         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
29340         landing pad label is the first label.
29341
29342 2010-01-15  Richard Guenther  <rguenther@suse.de>
29343
29344         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
29345
29346 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
29347
29348         PR target/42747
29349         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
29350         to allow generation of the xssqrtdp instruction on power7.
29351         (sqrtdf2_fpr): Ditto.
29352
29353 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
29354
29355         PR middle-end/42674
29356         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
29357         functions with noreturn attribute.
29358
29359         PR c++/42608
29360         * varasm.c (declare_weak): Add weak attribute to decl if it
29361         doesn't have one already.
29362         (assemble_external): Only add decls to weak_decls if they also
29363         have weak attribute.
29364
29365 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
29366
29367         * var-tracking.c (var_reg_delete): Don't delete the association
29368         between REGs and values or one-part variables if the register
29369         isn't clobbered.
29370
29371 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
29372
29373         PR debug/42657
29374         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
29375         because its first operand is a non-localized variable.
29376
29377 2010-01-14  Martin Jambor  <mjambor@suse.cz>
29378
29379         PR tree-optimization/42706
29380         * tree-sra.c (encountered_recursive_call): New variable.
29381         (encountered_unchangable_recursive_call): Likewise.
29382         (sra_initialize): Initialize both new variables.
29383         (callsite_has_enough_arguments_p): New function.
29384         (scan_function): Call decl and flags check only for IPA-SRA, check
29385         whether there is a recursive call and whether it has enough arguments.
29386         (all_callers_have_enough_arguments_p): New function.
29387         (convert_callers): Look for recursive calls only when
29388         encountered_recursive_call is set.
29389         (ipa_early_sra): Bail out either if
29390         !all_callers_have_enough_arguments_p or
29391         encountered_unchangable_recursive_call.
29392
29393 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29394
29395         * sel-sched.c: Add 2010 to copyright years.
29396         * sel-sched-ir.c: Likewise.
29397         * sel-sched-ir.h: Likewise.
29398
29399 2010-01-14  Martin Jambor  <mjambor@suse.cz>
29400
29401         PR tree-optimization/42714
29402         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
29403         constructors specially.
29404
29405 2010-01-14  Andi Kleen  <ak@linux.intel.com>
29406
29407         * config/i386/drivers-i386.c (detect_caches_intel):
29408         Add l2sizekb parameter and fill in.
29409         (host_detect_local_cpu): Add l2sizekb, fill in.
29410         Add Atom small cache heuristic.
29411
29412 2010-01-14  Andi Kleen  <ak@linux.intel.com>
29413
29414         * config/i386/drivers-i386.c (detect_caches_cpuid4):
29415         Add level3 parameter and fill in.
29416         (detect_caches_intel): Handle level3 cache.
29417
29418 2010-01-14  Andi Kleen  <ak@linux.intel.com>
29419
29420         * config/i386/drivers-i386.c (host_detect_local_cpu):
29421         Fix core duo detection.
29422
29423 2010-01-14  Andi Kleen  <ak@linux.intel.com>
29424
29425         * config/i386/drivers-i386.c (host_detect_local_cpu):
29426         Fix Atom detection.
29427
29428 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29429
29430         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
29431         (rs6000_variable_issue_1): this.  Use...
29432         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
29433
29434 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29435
29436         * sel-sched-ir.c (sel_restore_other_notes): Rename to
29437         sel_restore_notes.  Update all callers.  Call reemit_notes
29438         for all insns.
29439
29440 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29441
29442         PR rtl-optimization/42246
29443         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
29444         loops.
29445
29446 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29447
29448         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
29449         all successors is the same as number of successors in current region.
29450
29451 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29452
29453         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
29454         to rename is not separable.  Otherwise check that its LHS is not NULL.
29455
29456 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29457
29458         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
29459
29460 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29461
29462         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
29463         available registers when failed to discover LHS register class.
29464         Fix indentation.  Update comment.
29465
29466 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29467             Alexander Monakov  <amonakov@ispras.ru>
29468
29469         PR rtl-optimization/42389
29470         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
29471         to can_issue_more.
29472         (advance_state_on_fence): Likewise.
29473         (sel_target_adjust_priority): Print debug output only when
29474         sched_verbose >= 4, not 2.
29475         (get_expr_cost): Do not issue all unique insns on the next cycle.
29476         (fill_insns): Initialize can_issue_more from the value saved
29477         with the fence.
29478         * sel-sched-ir.c (flist_add): New parameter issue_more.
29479         Init FENCE_ISSUE_MORE with it.
29480         (merge_fences): Likewise.
29481         (init_fences): Update call to flist_add.
29482         (add_to_fences, add_clean_fence_to_fences)
29483         (add_dirty_fence_to_fences): Likewise.
29484         (move_fence_to_fences): Update call to merge_fences.
29485         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
29486         sched groups.
29487         * sel-sched-ir.h (struct _fence): New field issue_more.
29488         (FENCE_ISSUE_MORE): New accessor macro.
29489
29490 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29491
29492         PR rtl-optimization/42388
29493         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
29494         that have no predecessors nor successors.  Do not call move_bb_info
29495         for empty blocks outside of current region.
29496
29497 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29498
29499         PR rtl-optimization/42294
29500         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
29501         * sel-sched.c (move_exprs_to_boundary): Transitively add all
29502         originators' originators.
29503
29504 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
29505
29506         PR rtl-optimization/39453
29507         PR rtl-optimization/42246
29508         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
29509         for pipelining_p.
29510         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
29511
29512 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29513             Alexander Monakov  <amonakov@ispras.ru>
29514
29515         PR middle-end/42245
29516         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
29517         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
29518         argument.  Update all callers.
29519         (tidy_control_flow): ... and here.  Recompute topological order
29520         of basic blocks in region if necessary.
29521         (sel_redirect_edge_and_branch): Change return type.  Return true
29522         if topological order might have been invalidated.
29523         (purge_empty_blocks): Export and move from...
29524         * sel-sched.c (purge_empty_blocks): ... here.
29525         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
29526         (maybe_tidy_empty_bb): Delete prototype.
29527         (purge_empty_blocks): Declare.
29528
29529 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
29530
29531         PR rtl-optimization/42249
29532         * sel-sched.c (try_replace_dest_reg): When chosen register
29533         and original register is the same, do not bail out early, but
29534         still check all original insns for validity of replacing destination
29535         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
29536         in this case.
29537
29538 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
29539
29540         PR c/42721
29541         Port from no-undefined-overflow branch:
29542         2009-03-09  Richard Guenther  <rguenther@suse.de>
29543
29544         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
29545
29546 2010-01-14  Richard Guenther  <rguenther@suse.de>
29547
29548         PR lto/42665
29549         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
29550
29551 2010-01-14  Ira Rosen  <irar@il.ibm.com>
29552
29553         PR tree-optimization/42709
29554         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
29555         as scalar type in creation of constant vector operand.
29556
29557 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29558
29559         PR testsuite/42414
29560         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
29561         (check-parallel-%): Match `testsuite' directory component only
29562         at the end.
29563
29564 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
29565
29566         PR translation/39521
29567         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
29568         strings with _().
29569
29570 2010-01-13  Richard Guenther  <rguenther@suse.de>
29571
29572         PR tree-optimization/42730
29573         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
29574         offset zero.
29575
29576 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
29577
29578         PR target/pr42542
29579         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
29580         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
29581         them signed.
29582
29583 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
29584
29585         * config/bfin/libgcc-bfin.ver: Regenerate based on current
29586         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
29587         ___umulsi3_highpart.
29588
29589         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
29590         rather than schedule_insns if the pass is enabled.
29591
29592 2010-01-13  Martin Jambor  <mjambor@suse.cz>
29593
29594         PR tree-optimization/42704
29595         * tree-sra.c (sra_modify_assign): Do not delete assignments to
29596         SSA_NAMEs.
29597
29598 2010-01-13  Martin Jambor  <mjambor@suse.cz>
29599
29600         PR tree-optimization/42703
29601         * tree-sra.c (analyze_access_subtree): Check that we can build a
29602         reference to the original data within the aggregate.
29603
29604 2010-01-13  Richard Guenther  <rguenther@suse.de>
29605
29606         PR tree-optimization/42705
29607         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
29608
29609 2010-01-13  Richard Guenther  <rguenther@suse.de>
29610
29611         PR middle-end/42716
29612         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
29613
29614 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
29615
29616         PR debug/41371
29617         * var-tracking.c (values_to_unmark): New variable.
29618         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
29619         values_to_unmark vector.  Moved body to...
29620         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
29621         instead queue it into values_to_unmark vector.
29622         (vt_find_locations): Free values_to_unmark vector.
29623
29624 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
29625
29626         * config/s390/s390.c (override_options): Set
29627         default of max-pending-list-length to 256
29628
29629 2010-01-13  Richard Guenther  <rguenther@suse.de>
29630
29631         PR lto/42678
29632         * tree-pass.h (PROP_gimple_lcx): New.
29633         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
29634         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
29635         before the final cleanup_eh.
29636         (dump_properties): Dump PROP_gimple_lcx.
29637         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
29638         (tree_lower_complex_O0): Remove.
29639         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
29640         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
29641         tree_lower_complex, schedule TODO_update_ssa.
29642         * lto-streamer-out.c (output_function): Stream the functions
29643         properties.
29644         * lto-streamer-in.c (input_function): Likewise.
29645         (lto_read_body): Do not override them here.
29646
29647 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
29648
29649         PR c/42708
29650         * c-typeck.c (build_c_cast): Fold value cast to union type before
29651         wrapping it in a CONSTRUCTOR.
29652
29653 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
29654
29655         PR rtl-optimization/42699
29656         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
29657         involved.
29658
29659 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29660
29661         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
29662         SUBTARGET_WARN_UNUSED_SPEC): Move ...
29663         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
29664         SUBTARGET_WARN_UNUSED_SPEC): ... here
29665         * config/mips/iris5.h (LIBGCC_SPEC): Define.
29666
29667 2010-01-12  Julian Brown  <julian@codesourcery.com>
29668
29669         * config/arm/neon-schedgen.ml (Utils): Don't try to
29670         open missing module.
29671         (find_with_result): New.
29672
29673 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
29674
29675         PR debug/42662
29676         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
29677         sharing when canonicalizing ({lt,ge}u (plus a b) b).
29678
29679         PR tree-optimization/42645
29680         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
29681         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
29682         decl_map, set processing_debug_stmt to -1 and return name without
29683         any remapping.
29684
29685 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
29686
29687         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
29688         binutils version, and reword target configuration description.
29689
29690 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
29691
29692         * config/avr/avr.h (LINKER_NAME): Remove.
29693
29694 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
29695
29696         PR target/42416
29697         * config/rs6000/rs6000.c (rs6000_override_options): On targets
29698         that support VSX, warn for -mno-altivec if vsx is not disabled,
29699         and disable vsx.
29700
29701 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
29702             Shujing Zhao  <pearly.zhao@oracle.com>
29703
29704         PR translation/42469
29705         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
29706         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
29707         character between option name and help text.
29708         * c.opt (imultilib): Likewise.
29709
29710 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
29711
29712         * lto-streamer-out.c (output_unreferenced_globals): Output static
29713         variables.
29714
29715 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
29716
29717         PR rtl-optimization/42621
29718         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
29719         optimizing for size.
29720         (duplicate_computed_gotos): Remove now-redundant check.
29721
29722 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
29723
29724         PR target/37454
29725         * configure.ac: Save and restore LDFLAGS and LIBS
29726         * configure: Regenerate.
29727
29728 2010-01-10  Richard Guenther  <rguenther@suse.de>
29729
29730         PR middle-end/42667
29731         * builtins.c (fold_builtin_strlen): Add type argument and
29732         convert the resulting length to it.
29733         (fold_builtin_1): Adjust.
29734
29735 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
29736
29737         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
29738         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
29739         1 insn.
29740         (num_insns_constant_wide): Adjust for that change.
29741
29742 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29743
29744         PR debug/42631
29745         * web.c (union_defs): Add used argument, to combine uses of
29746         uninitialized regs.
29747         (entry_register): Adjust type and tests of used argument.
29748         (web_main): Widen used for new use.  Pass it to union_defs.
29749         * df.h (union_defs): Adjust prototype.
29750
29751 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29752
29753         PR debug/42630
29754         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
29755         uses in new incoming argument.  Free body.
29756         (reset_debug_uses_in_loop): New.
29757         (analyze_insn_to_expand_var): Call the latter if the former found
29758         anything.  Fix whitespace.  Reject invalid dest overlaps before
29759         going through all insns in the loop.
29760
29761 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29762
29763         PR debug/42629
29764         * haifa-sched.c (dying_use_p): Debug insns don't count.
29765
29766 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29767
29768         PR middle-end/42363
29769         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
29770         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
29771         (verify_gimple_call): Reject LHS in noreturn calls.
29772
29773 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29774
29775         PR debug/42604
29776         PR debug/42395
29777         * tree-vect-loop-manip.c (adjust_info): New type.
29778         (adjust_vec): New pointer to vector.
29779         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
29780         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
29781         (slpeel_update_phis_for_duplicate_loop): Use them.
29782         (slpeel_update_phi_nodes_for_guard1): Likewise.
29783         (slpeel_update_phi_nodes_for_guard2): Likewise.
29784         (slpeel_tree_peel_loop_to_edge): Likewise.
29785         (vect_update_ivs_after_vectorizer): Likewise.
29786
29787 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29788
29789         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
29790         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
29791
29792 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
29793
29794         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
29795         bogus uninitialized warning.
29796
29797 2010-01-09  Richard Guenther  <rguenther@suse.de>
29798
29799         PR middle-end/42512
29800         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
29801         the evolution is compatible with the initial condition.
29802
29803 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
29804
29805         * gcc.c (process_command): Update copyright notice dates.
29806         * gcov.c (print_version): Likewise.
29807         * gcov-dump.c (print_version): Likewise.
29808         * mips-tfile.c (main): Likewise.
29809         * mips-tdump.c (main): Likewise.
29810
29811 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
29812
29813         PR target/41885
29814         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
29815         (rotlhi3): Delete.
29816         (rotlhi3_8): Delete.
29817         (rotlsi3): Delete.
29818         (rotlsi3_8): Delete.
29819         (rotlsi3_16): Delete.
29820         (rotlsi3_24): Delete.
29821         (rotl<mode>3): New.
29822         (*rotw<mode>3): New.
29823         (*rotb<mode>3): New.
29824         * config/avr/avr.c (avr_rotate_bytes): New function.
29825         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
29826
29827 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
29828
29829         PR target/37454
29830         * configure.ac: Modify -rdynamic check.
29831         * configure: Regenerate.
29832
29833 2010-01-08  DJ Delorie  <dj@redhat.com>
29834
29835         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
29836         register popping order.
29837
29838 2010-01-08  Richard Guenther  <rguenther@suse.de>
29839
29840         PR lto/42528
29841         * c.opt (fsigned-char): Also let LTO handle this option.
29842         (funsigned-char): Likewise.
29843
29844 2010-01-07  Richard Guenther  <rguenther@suse.de>
29845
29846         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
29847         (gimple_op): Likewise.
29848         (gimple_op_ptr): Likewise.
29849         (gimple_assign_set_lhs): Remove gcc_assert.
29850         (gimple_assign_set_rhs1): Likewise.
29851         (gimple_assign_set_rhs2): Likewise.
29852         (gimple_call_set_lhs): Likewise.
29853         (gimple_call_set_fn): Likewise.
29854         (gimple_call_set_fndecl): Likewise.
29855         (gimple_call_fndecl): Likewise.
29856         (gimple_call_return_type): Likewise.
29857         (gimple_call_set_chain): Likewise.
29858         (gimple_call_num_args): Likewise.
29859         (gimple_call_set_arg): Likewise.
29860         (gimple_cond_set_code): Likewise.
29861         (gimple_cond_set_lhs): Likewise.
29862         (gimple_cond_set_rhs): Likewise.
29863         (gimple_cond_set_true_label): Likewise.
29864         (gimple_cond_set_false_label): Likewise.
29865         (gimple_label_set_label): Likewise.
29866         (gimple_goto_set_dest): Likewise.
29867         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
29868         (gimple_debug_bind_get_value): Likewise.
29869         (gimple_debug_bind_get_value_ptr): Likewise.
29870         (gimple_debug_bind_set_var): Likewise.
29871         (gimple_debug_bind_set_value): Likewise.
29872         (gimple_debug_bind_reset_value): Likewise.
29873         (gimple_debug_bind_has_value_p): Likewise.
29874         (gimple_return_retval_ptr): Remove gcc_assert.
29875         (gimple_return_retval): Likewise.
29876         (gimple_return_set_retval): Likewise.
29877         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
29878         (safe_referenced_var_iterator): Remove.
29879         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
29880         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
29881         (fill_referenced_var_vec): Remove.
29882         (first_readonly_imm_use): Remove redundant gcc_assert.
29883         (phi_arg_index_from_use): Combine gcc_asserts.
29884         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
29885         (first_imm_use_stmt): Remove redundant gcc_assert.
29886         * tree-cfg.c (verify_gimple_call): Verify function and chain
29887         operands.  Verify arguments.
29888         (verify_types_in_gimple_stmt): Verify condition code and labels.
29889
29890 2010-01-07  Richard Guenther  <rguenther@suse.de>
29891
29892         PR tree-optimization/42641
29893         * sese.c (rename_map_elt_info): Use the SSA name version, do
29894         not hash pointers.
29895
29896 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
29897
29898         PR tree-optimization/42625
29899         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
29900         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
29901
29902 2010-01-07  Duncan Sands  <baldrick@free.fr>
29903
29904         * Makefile.in (PLUGIN_HEADERS): Add version.h.
29905
29906 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
29907
29908         PR target/42511
29909         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
29910         note itself is not function_invariant_p.
29911
29912 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
29913
29914         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
29915         Do not add the DF_NOTE problem.
29916         * store-motion.c (execute_rtl_store_motion): Likewise.
29917
29918 2010-01-07  Martin Jambor  <mjambor@suse.cz>
29919
29920         PR tree-optimization/42157
29921         * tree-sra.c (compare_access_positions): Stabilize sort if both
29922         accesses have integer types, return zero immediately if they are the
29923         same.
29924
29925 2010-01-06  Richard Henderson  <rth@redhat.com>
29926
29927         PR middle-end/41883
29928         * haifa-sched.c (add_to_note_list): Merge into ...
29929         (concat_note_lists): ... here, and ...
29930         (unlink_other_notes, rm_other_notes): Merge into...
29931         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
29932         NOTE_INSN_EPILOGUE_BEG.
29933
29934 2010-01-06  Richard Guenther  <rguenther@suse.de>
29935
29936         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
29937         not inline regular functions into always-inline functions.
29938
29939 2010-01-06  Nick Clifton  <nickc@redhat.com>
29940
29941         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
29942         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
29943         used together.
29944         (OVERRIDE_OPTIONS): Delete.
29945         (OPTIMIZATION_OPTIONS): Define.
29946         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
29947         * config/rx/rx.c (rx_handle_option): Issue an error message if
29948         -mcpu=rx200 and -fpu are used together.
29949         (rx_set_optimization_options): New function.  Issue an error
29950         message if an optimization attribute attempts to reset the FPU/
29951         math optimization pairing.
29952         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
29953         * config/rx/rx.opt: Set the default to 32-bit doubles.
29954         * config/rx/t-rx: Add multilibs for -nofpu option.
29955         * doc/invoke.texi: Update documentation of RX options.
29956
29957 2010-01-06  Richard Guenther  <rguenther@suse.de>
29958
29959         * tree-ssa-pre.c (name_to_id): New global.
29960         (alloc_expression_id): Simplify SSA name handling.
29961         (lookup_expression_id): Likewise.
29962         (init_pre): Zero name_to_id.
29963         (fini_pre): Free it.
29964
29965 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
29966
29967         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
29968
29969 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
29970
29971         PR target/42542
29972         * config/i386/sse.md (smaxv2di3): New.
29973         (umaxv2di3): Likewise.
29974         (sminv2di3): Likewise.
29975         (uminv2di3): Likewise.
29976
29977 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
29978
29979         PR target/42564
29980         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
29981         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
29982         (legitimize_tls_address): Likewise.
29983         (sparc_tls_referenced_p): Likewise.
29984         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
29985         and adjust calls to legitimize_pic_address.
29986         (legitimate_constant_p) Use sparc_tls_referenced_p.
29987         (legitimate_pic_operand_p): Likewise.
29988         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
29989         (sparc_tls_symbol_ref_1): Delete.
29990         (sparc_tls_referenced_p): Make static, recognize specific patterns.
29991         (legitimize_tls_address): Make static, handle CONST patterns.
29992         (legitimize_pic_address): Make static, remove unused parameter and
29993         adjust recursive calls.
29994         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
29995         and adjust call to legitimize_pic_address.
29996         (sparc_output_mi_thunk): Likewise.
29997
29998 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
29999             H.J. Lu  <hongjiu.lu@intel.com>
30000
30001         PR target/42542
30002         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
30003         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
30004         operands to make them signed.
30005
30006         Revert:
30007         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30008
30009         PR target/42542
30010         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
30011         GTU to GT for V4SI and V2DI.
30012
30013         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
30014         (umin<mode>3): Removed.
30015         (uminv8hi3): New.
30016         (uminv4si3): Likewise.
30017
30018 2010-01-05  Martin Jambor  <mjambor@suse.cz>
30019
30020         PR tree-optimization/42462
30021         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
30022         current_function_decl to helper functions and macros.
30023
30024 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
30025
30026         PR bootstrap/41771
30027         * flags.h: Don't include real.h.
30028         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
30029         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
30030         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
30031         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
30032         * dominance.c: Update copyright.
30033         * gimple.c (walk_gimple_op): Remove inline.
30034         * tree-ssa-reassoc.c: Include real.h.
30035         * Makefile.in (FLAGS_H): Remove $(REAL_H).
30036         (tree-ssa-reassoc.o): Depend on $(REAL_H).
30037
30038 2010-01-05  Nick Clifton  <nickc@redhat.com>
30039
30040         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
30041         register to push into the stack frame when the accumulator has to
30042         be saved during interrupts.
30043
30044 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
30045
30046         * doc/invoke.texi: Remove the documentation about option
30047         -Wunreachable-code.
30048         * common.opt (Wunreachable-code):  Preserved for backward
30049         compatibility.
30050         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
30051         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
30052         the backward compatibility flag section.
30053
30054 2010-01-05  Richard Guenther  <rguenther@suse.de>
30055
30056         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
30057
30058 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
30059
30060         PR other/42611
30061         * cfgexpand.c (expand_one_var): Diagnose too large variables.
30062
30063         PR tree-optimization/42508
30064         * tree-sra.c (convert_callers): Check for recursive call
30065         by comparing cgraph nodes instead of decls.
30066         (modify_function): Call ipa_modify_formal_parameters also
30067         on all same_body aliases.
30068
30069         * cgraphunit.c (cgraph_materialize_all_clones): Compare
30070         cgraph nodes when checking for same_body aliases.
30071
30072 2010-01-05  Richard Guenther  <rguenther@suse.de>
30073
30074         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
30075         allocation and lookup.
30076         (get_or_alloc_expr_for_constant): Likewise.
30077         (phi_translate): Sink allocation.
30078
30079 2010-01-04  Richard Guenther  <rguenther@suse.de>
30080
30081         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
30082         a new entry only if needed.
30083         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
30084         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
30085         hashtable lookup.
30086         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
30087         the result array.
30088         (phi_translate): Handle CONSTANTs early.
30089
30090 2010-01-04  Martin Jambor  <mjambor@suse.cz>
30091
30092         PR tree-optimization/42398
30093         * tree-sra.c (struct access): Removed flag grp_different_types.
30094         (dump_access): Do not dump the removed flag.
30095         (sort_and_splice_var_accesses): Do not set the removed flag.
30096         (sra_modify_expr): Check for type compatibility directly.
30097
30098 2010-01-04  Martin Jambor  <mjambor@suse.cz>
30099
30100         PR tree-optimization/42366
30101         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
30102         edges with variable number of parameters.
30103         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
30104         flag instead of asserting it.
30105         (ipa_read_node_info): Read uses_analysis_done flag.
30106
30107 2010-01-04  Richard Guenther  <rguenther@suse.de>
30108
30109         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
30110         iterative_hash_* as intended.
30111         (vn_reference_compute_hash): Likewise.  Simplify hashing
30112         SSA names.
30113         (vn_reference_lookup_2): Likewise.
30114         (vn_nary_op_compute_hash): Likewise.
30115         (vn_phi_compute_hash): Likewise.
30116         (expressions_equal_p): Remove strange code.
30117         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
30118         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
30119         (bitmap_insert_into_set_1): Take value-id as parameter.
30120         (add_to_value): Pass it.
30121         (bitmap_insert_into_set): Likewise.
30122         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
30123
30124 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
30125
30126         PR driver/42442
30127         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
30128         (do_self_spec): For switches with SWITCH_IGNORE set set also
30129         SWITCH_IGNORE_PERMANENTLY.
30130         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
30131         of SWITCH_IGNORE.
30132
30133 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
30134
30135         * lto-streamer-out.c (output_unreferenced_globals): Output the full
30136         tree of an unreferenced global var.
30137
30138 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30139
30140         PR target/42542
30141         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
30142         GTU to GT for V4SI and V2DI.
30143
30144         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
30145         (umin<mode>3): Removed.
30146         (uminv8hi3): New.
30147         (uminv4si3): Likewise.
30148
30149 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30150
30151         PR lto/42581
30152         * collect2.c (main): Turn on trace in collect2 if -v is passed
30153         to gcc with LTO.
30154
30155 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
30156
30157         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
30158         description of expression operand.
30159
30160 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
30161
30162         * configure.ac: Add install-html to target_list for Make-hooks.
30163         * configure: Regenerate.
30164         * fortran/Make-lang.in (F95_HTMLFILES): New.
30165         (fortran.html): Use it.
30166         (fortran.install-html): New.
30167         * Makefile.in (install-html): Add lang.install-html.
30168         * java/Make-lang.in (JAVA_HTMLFILES): New.
30169         (java.html): Use it.
30170         (java.install-html): New.
30171         * objc/Make-lang.in (objc.install-html): New.
30172         * objcp/Make-lang.in (obj-c++.install-html): New.
30173         * cp/Make-lang.in (c++.install-html): New.
30174         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
30175         * lto/Make-lang.in (lto.install-html): New.
30176
30177 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30178
30179         PR lto/42520
30180         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
30181
30182 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
30183
30184         PR rtl-optimization/41862
30185         * store-motion.c (store_killed_in_insn, compute_store_table,
30186         remove_reachable_equiv_notes, replace_store_insn,
30187         build_store_vectors): Ignore all DEBUG_INSNs.
30188
30189 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30190
30191         PR lto/41564
30192         * common.opt: Add dumpdir.
30193
30194         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
30195         isn't specified.
30196         (option_map): Add --dumpdir.
30197
30198         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
30199
30200         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
30201
30202         * opts.c (decode_options): Try dump_dir_name first if
30203         dump_base_name isn't an absolute path.
30204         (common_handle_option): Handle OPT_dumpdir.
30205
30206         * toplev.c (dump_dir_name): New.
30207         (print_switch_values): Also ignore -dumpdir.
30208
30209         * toplev.h (dump_dir_name): New.
30210
30211 2010-01-03  Richard Guenther  <rguenther@suse.de>
30212
30213         PR tree-optimization/42589
30214         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
30215         double-word expansion of bswap32.
30216
30217 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
30218
30219         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
30220         with BLOCK_FOR_INSN.
30221         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
30222         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
30223         noce_process_if_block): Likewise.
30224         * gcse.c (compute_local_properties, insert_expr_in_table,
30225         insert_set_in_table, canon_list_insert, find_avail_set,
30226         pre_insert_copy_insn): Likewise.
30227
30228         * basic-block.h (BLOCK_NUM): Move from here...
30229         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
30230
30231 2010-01-03  Richard Guenther  <rguenther@suse.de>
30232
30233         PR tree-optimization/42438
30234         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
30235         contains_may_not_return_call flag.
30236         (BB_MAY_NOTRETURN): New.
30237         (valid_in_sets): Trapping nary operations are not valid
30238         in blocks that may not return.
30239         (insert_into_preds_of_block): Remove check for trapping expressions.
30240         (compute_avail): Compute also BB_MAY_NOTRETURN.
30241
30242 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
30243
30244         * doc/invoke.texi: Add 2010 to copyright years.
30245
30246 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
30247
30248         * config/sparc/sparc.c: Fix formatting nits.
30249
30250 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
30251             Alexander Monakov  <amonakov@ispras.ru>
30252
30253         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
30254
30255 2010-01-02  Richard Guenther  <rguenther@suse.de>
30256
30257         PR middle-end/42577
30258         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
30259         (simplify_switch_using_ranges): Mark to be removed edges
30260         as non-executable.
30261
30262 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
30263
30264         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
30265
30266         * collect2.c (scan_libraries): Add missing argument in call to
30267         scan_prog_file.
30268
30269 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
30270
30271         PR target/42448
30272         * config/alpha/predicates.md (aligned_memory_operand): Return false
30273         for CQImode.
30274         (unaligned_memory_operand): Return true for CQImode.
30275         * config/alpha/alpha.c (get_aligned_mem): Assert that location
30276         doesn not cross aligned SImode word boundary.
30277
30278 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
30279
30280         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
30281         Remove.
30282         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
30283         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
30284
30285 2010-01-02  Richard Guenther  <rguenther@suse.de>
30286
30287         PR lto/41597
30288         * toplev.c (compile_file): Emit LTO marker properly.  Change
30289         it to __gnu_lto_v1.
30290         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
30291
30292 2010-01-01  Richard Guenther  <rguenther@suse.de>
30293
30294         PR debug/42455
30295         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
30296
30297 2010-01-01  Richard Guenther  <rguenther@suse.de>
30298
30299         PR c/42570
30300         * c-decl.c (grokdeclarator): For zero-size arrays force
30301         structural equality checks as layout_type does.
30302
30303 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
30304
30305         * builtins.c: Update copyright to 2010.
30306
30307 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
30308
30309         PR lto/42531
30310         * lto-streamer-out.c (produce_asm): Revert the last change.
30311         (copy_function): Likewise.
30312
30313         * lto-streamer.c (lto_get_section_name): Skip any leading
30314         asterisk in name.
30315
30316 2010-01-01  Richard Guenther  <rguenther@suse.de>
30317
30318         PR middle-end/42559
30319         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
30320         for LABEL_DECLs.
30321
30322 \f
30323 Copyright (C) 2010 Free Software Foundation, Inc.
30324
30325 Copying and distribution of this file, with or without modification,
30326 are permitted in any medium without royalty provided the copyright
30327 notice and this notice are preserved.