OSDN Git Service

* config/arm/thumb2.md (thumb2_notsi_shiftsi,
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
2
3         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
4         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
5         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
6         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
7         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
8         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
9         thumb2_iorsi3): Delete.
10         (orsi_notsi_si): No longer a named pattern.
11         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
12         * config/arm/predicates.md (shift_amount_operand): New.
13         (mult_operator): New.
14         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
15         attr enabled): New.
16         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
17         arch matches t2.
18         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
19         (not_shiftsi_compare0): Likewise, renamed from
20         arm_notsi_shiftsi_compare0.
21         (not_shiftsi_compare0_scratch): Likweise, renamed from
22         arm_notsi_shiftsi_compare0_scratch.
23         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
24         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
25         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
26         so that the register alternative is disabled when the shift_operator
27         is MULT.  Use "M" as the constraint for constants.
28         (arith_shiftsi splitter): Enable for TARGET_32BIT.
29         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
30         constraint for constants.
31         (arith_shiftsi_compare0_scratch): Likewise.
32         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
33         Handle Thumb2 alternative.
34
35 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
36
37         * doc/options.texi (NoDriverArg): Document.
38         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
39         -MDX and -MMDX.
40         * opt-functions.awk (switch_flags): Handle NoDriverArg.
41         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
42         marking for CL_NO_DRIVER_ARG options when in the driver.
43         * opts.h (CL_NO_DRIVER_ARG): Define.
44         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
45         CL_COMMON): Update values.
46
47 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
48
49         * common.opt: Add driver options.
50         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
51         * doc/options.texi (Driver, RejectDriver): Document.
52         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
53         print_prog_name, print_multi_directory, print_sysroot,
54         print_multi_os_directory, print_multi_lib,
55         print_sysroot_headers_suffix, report_times, combine_flag,
56         use_pipes, wrapper_string): Remove.
57         (save_switch, driver_unknown_option_callback,
58         driver_wrong_lang_callback, driver_post_handling_callback,
59         driver_handle_option): New.
60         (spec_lang, last_language_n_infiles): Make file-scope static
61         instead of local to process_command.
62         (process_command): Use decode_cmdline_options_to_array and
63         read_cmdline_option for option processing.  Compute have_c in
64         prescan of decoded options.
65         * opt-functions.awk (switch_flags): Handle Driver and
66         RejectDriver.
67         (var_type, var_type_struct): Handle Separate options as generating
68         const char * variables.
69         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
70         CL_TARGET to be passed by caller if required.
71         (decode_cmdline_options_to_array): Update comment.
72         * opts.c (complain_wrong_lang): Handle options only valid for the
73         driver.
74         (decode_options): Update call to decode_cmdline_options_to_array.
75         (print_filtered_help): Ignore driver-only options.
76         (print_specific_help): Ignore CL_DRIVER.
77         (common_handle_option): Don't call print_specific_help for
78         CL_DRIVER.
79         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
80         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
81         Update values.
82
83 2010-08-16  Richard Guenther  <rguenther@suse.de>
84
85         * tree-cfg.c (verify_types_in_gimple_reference): Verify
86         TARGET_MEM_REF a bit.
87         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
88         (create_mem_ref_raw): Always create TMR_OFFSET, store the
89         alias pointer type via it.
90         (copy_mem_ref_info): Adjust.
91         (maybe_fold_tmr): Likewise.
92         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
93         (reference_alias_ptr_type): Likewise.
94         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
95         adjust documentation of TMR_OFFSET operand.
96         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
97         use the alias pointer type.
98         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
99         initialize mem attrs but the TMR itself.
100         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
101         similar to MEM_REF.
102         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
103         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
104         (unshare_and_remove_ssa_names): Likewise.
105         (copy_ref_info): Adjust.
106         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
107         TARGET_MEM_REF case.
108         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
109         at TMR_ORIGINAL.
110         * tree.h (TMR_ORIGINAL): Remove.
111         * gimple.c (get_base_address): For TARGET_MEM_REF with a
112         symbol return that.
113         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
114         with a symbol.
115         (get_addr_base_and_unit_offset): Likewise.
116         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
117         TARGET_MEM_REFs.
118         (indirect_ref_may_alias_decl_p): Likewise.
119         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
120
121 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
122
123         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
124         with GCC version 4.6, the default setting (when not optimizing
125         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
126         been changed to -fomit-frame-pointer.
127
128 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
129
130         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
131         Darwin10.  Do not link libgcc.a for Darwin >= 9.
132
133 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
134
135         * doc/invoke.texi (Warning Options): Fix terminology and markup
136         in the description of how unknown warning options are handled.
137
138 2010-08-15  Ira Rosen  <irar@il.ibm.com>
139
140         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
141         in basic blocks.
142         (vect_supportable_dr_alignment): Check alignment for basic blocks.
143         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
144         data references.
145         (vect_bb_vectorization_profitable_p): New function.
146         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
147         check if it's worthwhile to vectorize the basic block.
148
149 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
150
151         * reload.h (register_move_cost, memory_move_secondary_cost,
152         secondary_reload_class): Adjust prototype.
153         * rtl.h (reg_class_subset_p): Adjust prototype.
154         * reload.c (secondary_reload_class): Change arguments type from
155         enum reg_class to reg_class_t. Change result type to reg_class_t.
156         * reginfo.c (register_move_cost, reg_class_subset_p): Change
157         arguments type from enum reg_class to reg_class_t.
158         (memory_move_secondary_cost): Change arguments type from
159         enum reg_class to reg_class_t. Change type of saved_flags to
160         reg_class_t.
161
162         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
163         Remove macros.
164         (mips_cost): Remove.
165         (struct mips_rtx_cost_data): Moved to mips.c.
166         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
167         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
168         (mips_cost): Make static.
169         (mips_canonicalize_move_class): Change argument type to reg_class_t.
170         Change result type to reg_class_t.
171         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
172         type from enum reg_class to reg_class_t.
173         (mips_register_move_cost): Make static. Change arguments
174         type from enum reg_class to reg_class_t.
175         (mips_memory_move_cost): New function.
176         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
177
178 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
179
180         PR rtl-optimization/43358
181         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
182         of a single hard register, using simplify_subreg_regno to decide
183         what that register should be.
184
185 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
186
187         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
188         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
189         (loongson_pmull<V_suffix>): Rename to...
190         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
191
192 2010-08-13  Jack Howarth <howarth@bromo.med.uc.edu>
193
194         * gcc/configure.ac: Enable -fomit-frame-pointer on darwin
195         which support dwarf2.
196         * config/i386/i386.c (override_options): Same.
197
198 2010-08-13  Jie Zhang  <jie@codesourcery.com>
199
200         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
201
202 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
203
204         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
205         -MMD.
206
207 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
208
209         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
210         up dot_prod pattern searching if a stmt is outside the loop.
211
212 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
213             Uros Bizjak  <ubizjak@gmail.com>
214
215         * config.gcc: Handle --enable-frame-pointer.
216
217         * configure.ac: Add --enable-frame-pointer.
218         * configure: Regenerated.
219
220         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
221         (override_options): If not configured with --enable-frame-pointer,
222         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
223         optimizing for size), -fasynchronous-unwind-tables and
224         -maccumulate-outgoing-args by default.
225
226 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
227
228         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
229
230         PR middle-end/45262
231         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
232         -a overflows.  Normalize the range.
233
234 2010-08-12  Richard Guenther  <rguenther@suse.de>
235
236         PR tree-optimization/45232
237         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
238         for types with undefined overflow.
239         (reassociate_bb): Allow re-associating of bit and min/max
240         operations for types with undefined overflow.
241         * tree-ssa-forwprop.c (associate_plusminus): New function.
242         (tree_ssa_forward_propagate_single_use_vars): Call it.
243
244 2010-08-12  Richard Guenther  <rguenther@suse.de>
245
246         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
247         * tree-ssa-alias.c (get_ptr_info): Move ...
248         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
249         align and misalign fields conservatively.
250         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
251         derive alignment information.
252         (evaluate_stmt): Derive alignment information from memory
253         allocation functions.
254         * tree.h (get_pointer_alignment): Make unsigned.
255         * builtins.c (get_object_alignment): Use alignment information we
256         have computed for pointers.
257         (get_pointer_alignment): Likewise.  Make conservative, return
258         and unsigned value.
259         (expand_builtin_strlen): Adjust.
260         (expand_builtin_memcmp): Likewise.
261         (expand_builtin_strcmp): Likewise.
262         (expand_builtin_strncmp): Likewise.
263         (get_builtin_sync_mem): Use at least mode alignment.
264         (fold_builtin_memset): Adjust.
265         (fold_builtin_memory_op): Likewise.
266         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
267         information also dump pointer alignment knowledge.
268         (dump_gimple_stmt): Likewise.
269
270 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
271
272         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
273         (EMPTY_FIELD_BOUNDARY): Remove.
274         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
275
276 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
277
278         PR debug/45259
279         * caller-save.c (save_call_clobbered_regs): Only swap notes with
280         DEBUG_INSNs if n_regs_saved.
281
282 2010-08-12  Wei Guozhi  <carrot@google.com>
283
284         PR target/44999
285         * config/arm/arm.md (andsi3): Change to zero extension if possible.
286         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
287
288 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
289
290         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
291
292         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
293
294 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
295
296         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
297         the case removed in the previous patch, when the only phi argument
298         is defined in the same loop as the phi node itself.  Handle it
299         separately from the invariant case by both propagating it outside
300         the region and replacing the phi node with an assign.
301
302 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
303
304         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
305         constant phi nodes with one argument are is_gimple_min_invariant
306         and SSA_NAME_IS_DEFAULT_DEF.
307
308 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
309
310         * graphite-cloog-util.c (oppose_constraint):
311         Extend loop counter's value range (CLOOG_ORG).
312         (cloog_matrix_to_ppl_constraint): Same.
313         (new_Constraint_System_from_Cloog_matrix): Same.
314         * graphite-cloog-compat.h (matrix_num_type): New.
315
316 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
317
318         * graphite.c (graphite_initialize): Do not initialize
319         CLooG and initialize the Parma Polyhedra Library
320         manually when using CLOOG_ORG.
321         (graphite_finalize): Do not finalize CLooG and finalize
322         the Parma Polyhedra Library manually when using CLOOG_ORG.
323         * graphite-cloog-compat.h (cloog_initialize): Hide function
324         when using CLOOG_ORG.
325         (cloog_finalize): Same.
326
327 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
328
329         * graphite-clast-to-gimple.c (free_scattering): Change
330         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
331         (CLOOG_ORG).
332         (build_cloog_prog): Same.
333         * graphite-cloog-compat.h (cloog_domain): Removed.
334         (cloog_scattering): New.
335         (cloog_set_domain): Removed.
336         (cloog_set_scattering): New.
337         (cloog_next_domain): Removed.
338         (cloog_next_scattering): New.
339         (cloog_set_next_domain): Removed.
340         (cloog_set_next_scattering): New.
341         (CloogScatteringList): New.
342         (CloogScattering): New.
343         (cloog_scattering_free): New.
344         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
345         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
346         New.
347
348 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
349
350         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
351         CloogState.
352         (set_cloog_options): Same.
353         (print_clast_stmt): Same.
354         (scop_to_clast): Same.
355         (print_generated_program): Same.
356         (gloog): Same.
357         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
358         (scop_to_clast): Extend with CloogState.
359         * graphite-cloog-util.c: Include graphite-cloog-compat.h
360         (new_Cloog_Domain_from_ppl_Polyhedron):
361         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
362         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
363         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
364         * graphite-cloog-util.h (build_cloog_prog): Same.
365         * graphite-cloog-copat.h (build_cloog_prog): New.
366         (CloogState): New.
367         (cloog_state_malloc): New.
368         (cloog_state_free): New.
369         (cloog_loop_malloc): New.
370         (cloog_options_malloc): New.
371         (cloog_statement_alloc): New.
372         (cloog_domain_from_cloog_matrix): New.
373         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
374         (new_Cloog_Domain_from_ppl_Polyhedron): New.
375
376 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
377
378         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
379         type of NAME now depends on used CLooG version.
380         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
381         (gcc_type_for_clast_expr): Same.
382         (print_clast_stmt): Replace pprint with clast_pprint.
383         * graphite-cloog-compat.h: Provide compatibility macros for
384         CLooG Legacy.
385         (clast_name_p): New.
386         (clast_expr_term): New.
387         (clast_expr_red): New.
388         (clast_expr_bin): New.
389         (clast_pprint): New.
390
391 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
392
393         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
394         compatible to newer CLooG releases (CLOOG_ORG).
395         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
396         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
397         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
398         (build_cloog_prog) : New.
399         (cloog_program_extract_scalars): New.
400         (cloog_program_scatter): New.
401
402 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
403
404         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
405         conditionally (CLOOG_ORG).
406         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
407         (cloog_statement_usr): New.
408         (cloog_domain): Same.
409         (cloog_set_domain): Same.
410         (cloog_next_domain): Same.
411         (cloog_set_next_domain): Same.
412         (cloog_program_nb_scattdims): Same.
413         (cloog_program_set_nb_scattdims): Same.
414         (cloog_program_names): Same.
415         (cloog_program_set_names): Same.
416         (cloog_program_set_context): Same.
417         (cloog_program_set_loop): Same.
418         (cloog_program_blocklist): Same.
419         (cloog_program_set_blocklist): Same.
420         (cloog_program_scaldims): Same.
421         (cloog_program_set_scaldims): Same.
422         (cloog_names_nb_parameters): Same.
423         (cloog_names_set_nb_parameters): Same.
424         (cloog_names_parameters): Same.
425         (cloog_names_set_parameters): Same.
426         (cloog_names_set_nb_iterators): Same.
427         (cloog_names_set_iterators): Same.
428         (cloog_names_set_nb_scattering): Same.
429         (cloog_names_set_scattering): Same.
430         (cloog_statement_set_usr): Same.
431         (cloog_loop_set_next): Same.
432         (cloog_loop_set_domain): Same.
433         (cloog_loop_set_block): Same.
434         (cloog_block_list_next): Same.
435         (cloog_block_list_set_next):
436         (cloog_block_list_set_block): Same.
437
438 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
439
440         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
441         a bool.
442         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
443         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
444         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
445         when something has been changed.
446         (rewrite_commutative_reductions_out_of_ssa): Same.
447
448 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
449
450         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
451         handle the case when def is in the sese region.
452         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
453         for invariant expressions.
454         (rewrite_cross_bb_phi_deps): Removed.
455         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
456         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
457         rewrite_cross_bb_phi_deps.
458
459 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
460
461         * graphite-sese-to-poly.c
462         (rewrite_commutative_reductions_out_of_ssa_loop): Call
463         scev_analyzable_p only on is_gimple_reg
464
465 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
466
467         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
468         (rewrite_close_phi_out_of_ssa): Propagate constant values or
469         parametric expressions outside the scop region.
470         (rewrite_cross_bb_scalar_deps): Same.
471         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
472
473 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
474
475         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
476         SSA_NAME_DEF_STMT only on SSA_NAMEs.
477
478 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
479
480         * tree-scalar-evolution.c (instantiate_scev_name): Do not
481         instantiate default definitions.
482
483 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
484             Sebastian Pop  <sebastian.pop@amd.com>
485
486         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
487         (loop_exits_from_bb_p): New.
488         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
489         (loop_exits_from_bb_p): Declared.
490         * graphite-scop-detection.c (scopdet_basic_block_info): Call
491         loop_exits_to_bb_p.
492
493 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
494
495         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
496         extra parameter for the region.  Call scev_analyzable_p.
497         (rewrite_reductions_out_of_ssa): Update call to
498         rewrite_close_phi_out_of_ssa.
499         (rewrite_cross_bb_phi_deps): Same.
500         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
501         parameter for the region.  Call scev_analyzable_p.
502         (rewrite_commutative_reductions_out_of_ssa): Update call to
503         rewrite_commutative_reductions_out_of_ssa_loop.
504
505 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
506
507         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
508
509 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
510
511         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
512         SSA scalar phi nodes that can be scev_analyzable_p.
513
514 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
515
516         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
517         handle SSA_NAME_IS_DEFAULT_DEF.
518
519 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
520
521         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
522
523 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
524
525         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
526         case non close-phi nodes with one argument.
527
528 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
529
530         * sese.h (scev_analyzable_p): Scevs could be expressions without
531         chrecs and still be scev_analyzable_p.
532
533 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
534
535         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
536
537 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
538
539         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
540         * cfgloop.h (struct loop): Remove single_iv field.
541         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
542         (scop_canonicalize_loops): Removed.
543         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
544         over all the loop phi nodes in loop->header.
545         (build_poly_scop): Remove use of scop_canonicalize_loops.
546
547 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
548
549         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
550         handle GIMPLE_CALL.
551
552 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
553
554         * tree-chrec.c (chrec_apply): Should only apply to the specified
555         variable.  Also handle multivariate chains of recurrences that
556         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
557
558 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
559
560         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
561         (debug_clast_name_indexes_1): Removed.
562         (debug_clast_name_indexes): Removed.
563         (pbb_to_depth_to_oldiv): Removed.
564         (build_iv_mapping): Replace the use of rename_map with iv_map.
565         (translate_clast_user): Remove uses of rename_map.  Allocate and
566         free iv_map.
567         (translate_clast_for_loop): Remove uses of rename_map.
568         (translate_clast_for): Same.
569         (translate_clast_guard): Same.
570         (translate_clast): Same.
571         (gloog): Same.
572         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
573         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
574         * sese.c (set_rename): Now static.
575         (rename_variables_in_stmt): Removed.
576         (rename_uses): New.
577         (is_parameter): Removed.
578         (is_iv): Removed.
579         (expand_scalar_variables_call): Removed.
580         (expand_scalar_variables_ssa_name): Removed.
581         (expand_scalar_variables_expr): Removed.
582         (expand_scalar_variables_stmt): Removed.
583         (expand_scalar_variables): Removed.
584         (rename_variables): Removed.
585         (remove_condition): Removed.
586         (get_true_edge_from_guard_bb): Removed.
587         (get_false_edge_from_guard_bb): Removed.
588         (struct igp): Removed.
589         (default_before_guard): Removed.
590         (convert_for_phi_arg): Removed.
591         (add_guard_exit_phis): Removed.
592         (insert_guard_phis): Removed.
593         (graphite_copy_stmts_from_block): Now also uses iv_map and a
594         region.  Do not copy conditions.  Do not copy induction variables.
595         Call rename_uses.
596         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
597         the translated statement.  Use the iv_map for the induction
598         variable renaming.
599         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
600         (set_rename): Removed declaration.
601         (scev_analyzable_p): ...here.
602         * tree-chrec.c (chrec_apply_map): New.
603         * tree-chrec.h (chrec_apply_map): Declared.
604
605 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
606
607         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
608         insert_loop_close_phis.
609         * sese.c (name_defined_in_loop_p): Removed.
610         (expr_defined_in_loop_p): Removed.
611         (alive_after_loop): Removed.
612         (close_phi_not_yet_inserted_p): Removed.
613         (struct alep): Removed.
614         (add_loop_exit_phis): Removed.
615         (insert_loop_close_phis): Removed.
616
617 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
618
619         * graphite-cloog-util.c
620         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
621         * graphite-poly.c
622         (psct_scattering_dim_for_loop_depth): Same.
623
624 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
625
626         * graphite-cloog-util.h: Added cloog.h.
627         * graphite-blocking.c: Removed cloog.h.
628         * graphite-dependences.c: Same.
629         * graphite-interchange.c: Same.
630         * graphite-poly.c: Same.
631         * graphite-ppl.c: Same.
632         * graphite-scop-detection.c: Same.
633         * graphite-sese-to-poly.c:
634         Removed cloog.h.
635         Removed graphite-clast-to-gimple.h.
636         (check_poly_representation): Removed (unused).
637         * graphite-sese-to-poly.h
638         (check_poly_representation): Removed (unused).
639
640 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
641
642         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
643         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
644         (graphite-cloog-util.o): New.
645         (graphite-ppl.o): Added graphite-cloog-util.h.
646         * graphite-clast-to-gimple.c:
647         Added graphite-cloog-util.h to include statements.
648         * graphite-cloog-util.c: New.
649         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
650         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
651         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
652         (new_C_Polyhedron_from_Cloog_Matrix): Same.
653         (insert_constraint_into_matrix): Same.
654         (ppl_Constrain_System_number_of_constraints): Same.
655         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
656         (oppose_constraint): Same.
657         (cloog_matrix_to_ppl_constraint): Same.
658         (new_Constraint_System_from_Cloog_Matrix): Same.
659         * graphite-cloog-util.h: New.
660         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
661         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
662         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
663         (new_C_Polyhedron_from_Cloog_Matrix): Same.
664         (insert_constraint_into_matrix): Same.
665         * graphite-ppl.c:
666         Added graphite-cloog-util.h to include statements.
667         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
668         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
669         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
670         (new_C_Polyhedron_from_Cloog_Matrix): Same.
671         (insert_constraint_into_matrix): Same.
672         (ppl_Constrain_System_number_of_constraints): Same.
673         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
674         (oppose_constraint): Same.
675         (cloog_matrix_to_ppl_constraint): Same.
676         (new_Constraint_System_from_Cloog_Matrix): Same.
677         * graphite-ppl.h:
678         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
679         graphite-cloog-util.h.
680         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
681         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
682         (new_C_Polyhedron_from_Cloog_Matrix): Same.
683         (insert_constraint_into_matrix): Same.
684
685 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
686
687         * graphite-clast-to-gimple.c
688         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
689         (precision_for_interval): Same.
690         (gcc_type_for_interval): Same.
691         (compute_type_for_level): Same.
692         * graphite-interchange.c
693         (lst_interchange_profitable_p): Same.
694         * graphite-poly.c
695         (psct_scattering_dim_for_loop_depth): Same.
696         * graphite-ppl.c
697         (ppl_max_for_le_pointset): Same.
698         (ppl_min_for_le_pointset): Same.
699
700 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
701
702         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
703         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
704
705 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
706
707         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
708         rewrite_close_phi_out_of_ssa.
709
710 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
711
712         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
713
714 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
715
716         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
717         rename_map.
718         * sese.c (debug_rename_map): Same.
719         (get_rename): Same.
720         (set_rename): Same.
721         (rename_variables_in_stmt): Same.
722         (expand_scalar_variables_call): Same.
723         (expand_scalar_variables_ssa_name): Same.
724         (expand_scalar_variables_expr): Same.
725         (expand_scalar_variables_stmt): Same.
726         (expand_scalar_variables): Same.
727         (rename_variables): Same.
728         (graphite_copy_stmts_from_block): Same.
729         (copy_bb_and_scalar_dependences): Same.
730
731 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
732
733         * graphite-clast-to-gimple.c (copy_renames): Removed.
734         (translate_clast_for): Do not call copy_renames.
735         (translate_clast_guard): Same.
736
737 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
738
739         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
740         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
741         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
742         before rewrite_cross_bb_scalar_deps.
743
744 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
745
746         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
747         Early return in when flag_associative_math is not set.
748
749 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
750
751         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
752         of SSA copies on edges except for loop->latch.
753
754 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
755
756         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
757         Split out of rewrite_reductions_out_of_ssa.
758         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
759         Declared.
760         * graphite.c (graphite_transform_loops): Call it.
761
762 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
763
764         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
765
766 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
767
768         * dbgcnt.def (graphite_scop): New counter.
769         * graphite.c: Include dbgcnt.h.
770         (graphite_transform_loops): Use new counter to limit transformations.
771         * Makefile.in (graphite.o): Depend on DBGCNT_H.
772
773 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
774
775         * passes.c (init_optimization_passes): Add pass_graphite.
776         Schedule a pass_copy_prop before pass_graphite_transforms.
777         * timevar.def (TV_GRAPHITE): Declared.
778         * tree-pass.h (pass_graphite): Declared.
779         * tree-ssa-loop.c (pass_graphite): New.
780
781 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
782
783         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
784         Remove calls to rename_nb_iterations and rename_sese_parameters.
785         * graphite-clast-to-gimple.h (gloog): Update declaration.
786         * graphite.c (graphite_transform_loops): Update call to gloog.
787         * sese.c (rename_variables_in_expr): Removed.
788         (rename_nb_iterations): Removed.
789         (rename_sese_parameters): Removed.
790         * sese.h (rename_nb_iterations): Removed.
791         (rename_sese_parameters): Removed.
792
793 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
794
795         * graphite-clast-to-gimple.c (gloog): Remove call to
796         sese_adjust_liveout_phis.
797         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
798         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
799         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
800         rewrite_phi_out_of_ssa.
801         * sese.c (get_vdef_before_sese): Removed.
802         (sese_adjust_vphi): Removed.
803         (sese_adjust_liveout_phis): Removed.
804         * sese.h (sese_adjust_liveout_phis): Removed.
805
806 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
807
808         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
809         argument for the place after which to insert the out of SSA copy.
810         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
811         (rewrite_phi_out_of_ssa): Same.
812         (rewrite_cross_bb_scalar_deps): Same.
813         (insert_copyout): Removed.
814         (insert_copyin): Removed.
815         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
816         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
817         insert_copyin.
818
819 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
820
821         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
822         (rewrite_reductions_out_of_ssa): Same.
823         (rewrite_commutative_reductions_out_of_ssa): Same.
824         (build_poly_scop): Do not call these functions.
825         * graphite-sese-to-poly.h (build_poly_scop): Declared.
826         (rewrite_reductions_out_of_ssa): Declared.
827         (rewrite_commutative_reductions_out_of_ssa): Declared.
828         * graphite.c (graphite_transform_loops): Call on every scop
829         rewrite_commutative_reductions_out_of_ssa before calling
830         rewrite_reductions_out_of_ssa and build_scop_bbs.
831
832 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
833
834         * graphite-dependences.c (dot_deps): Make system call to dotty run
835         in background.
836         (dot_deps_stmt): Same.
837         * graphite-poly.c (dot_lst): Same.
838
839 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
840
841         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
842         phi_arg_in_outermost_loop.
843         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
844         (remove_invariant_phi): Same.
845
846 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
847
848         * target.def (output_addr_const_extra): New hook.
849         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
850         * doc/tm.texi: Regenerate.
851         * targhooks.c (default_asm_output_addr_const_extra): New function.
852         * targhooks.h (default_asm_output_addr_const_extra): Declare.
853         * final.c: (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
854         target hook.
855
856         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
857         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
858         * config/i386/i386.h (output_addr_const_extra): Rename to...
859         (i386_asm_output_addr_const_extra): ...this. Make static.
860         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
861
862 2010-08-11  Richard Henderson  <rth@redhat.com>
863
864         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
865
866 2010-08-11  Nick Clifton  <nickc@redhat.com>
867
868         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
869         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
870         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
871         stormy16-lib2-cmpsi.c.
872
873         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
874         -O2.
875
876 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
877
878         * opts.h (struct cl_option_handler_func): Make handler take
879         cl_decoded_option structure as parameter, not individual elements.
880         (struct cl_option_handlers): Make callbacks take cl_decoded_option
881         structure as parameter, not individual elements.
882         (handle_option): Take cl_decoded_option structure as parameter,
883         not individual elements.
884         (handle_generated_option): Declare.
885         * opts-common.c (handle_option): Take cl_decoded_option structure
886         as parameter, not individual elements.  Update calls to callback
887         and handler functions.
888         (handle_generated_option): New.
889         (read_cmdline_option): Update calls to callback functions and
890         handle_option.
891         * opts.c (common_handle_option, complain_wrong_lang,
892         unknown_option_callback, post_handling_callback,
893         lang_handle_option, target_handle_option): Take cl_decoded_option
894         structure as parameter, not individual elements.
895         (lang_handle_option, target_handle_option, common_handle_option):
896         Assert option has at most one argument.
897         (enable_warning_as_error): Call handle_generated_option instead of
898         handle_option.  Do not pass -Werror argument as argument of
899         generated option.
900
901 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
902
903         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
904         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
905         (SUBWORD_BOOL_CAS): Likewise.
906         (SUBWORD_SYNC_OP): Likewise.
907         (SUBWORD_TEST_AND_SET): Likewise.
908         (FETCH_AND_OP_WORD): Parenthesise INF_OP
909         (SUBWORD_SYNC_OP): Likewise.
910         (OP_AND_FETCH_WORD): Likewise.
911
912 2010-08-10  Xinliang David Li  <davidxl@google.com>
913
914         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
915         compute max/min offset in address.
916
917 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
918
919         * ira-live.c: Include sbitmap.h.
920         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
921         Compress live ranges even more.
922
923 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
924
925         * coverage.c (ctr_labels): Delete.
926
927 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
928
929         PR bootstrap/45177
930         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
931         test here from arm_gen_load_multiple_1.
932         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
933         multiple_operation_profitable_p.
934
935 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
936
937         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
938         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
939
940 2010-08-10  Richard Henderson  <rth@redhat.com>
941
942         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
943         after saving registers.  Assert that SSE registers are only saved
944         with a sufficiently aligned frame.
945         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
946         remove stack_realign_fp handling.
947         (ix86_expand_prologue): Save int registers before stack_realign_fp,
948         and do not mark the stack alignment as frame related.
949         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
950
951         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
952         saves when re-aligning the stack.
953
954 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
955
956         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
957         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
958         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
959
960 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
961
962         * dwarf2out.c (struct die_struct): Move die_tag to the end.
963
964 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
965
966         * config/arm/iterators.md: New file.
967         * config/arm/arm.md: Include iterators.md.
968         (QHSI): Move to new file.
969         (LTUGEU, cnb, optab, ior_xor): Likewise.
970         * config/arm/iwmmxt.md (VMMX): Move to new file.
971         (VSHFT, MMX_char): Likewise.
972         * config/arm/neon.md (VD): Move to new file.
973         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
974         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
975         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
976         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
977         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
978         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
979         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
980         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
981         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
982         (Is_d_reg, V_mode_nunits): Likewise.
983         * config/arm/vec-common.md (VALL): Move to new file.
984         (VALLW, VINT, VINTW): Likewise.
985
986 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
987
988         PR middle-end/45182
989         * combine.c (make_compound_operation): Don't try to convert
990         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
991
992 2010-08-10  Richard Guenther  <rguenther@suse.de>
993
994         * tree.h (get_object_alignment): Adjust prototype.
995         * builtins.c (get_object_alignment): Return unsigned int,
996         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
997         and TARGET_MEM_REF properly.
998         (get_pointer_alignment): Adjust.
999         * emit-rtl.c (get_mem_align_offset): Adjust comment.
1000         (set_mem_attributes_minus_bitpos): Adjust.
1001         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
1002
1003 2010-08-10  Richard Guenther  <rguenther@suse.de>
1004
1005         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
1006         (copy_prop_visit_assignment): Simplify.
1007         (copy_prop_visit_stmt): Also visit assignments from
1008         constants.
1009         (copy_prop_visit_phi_node): Use operand_equal_p.
1010
1011 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1012
1013         * ipa-split.c (find_split_points): Free stack.
1014
1015 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1016
1017         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
1018         * tree.c (tree_node_kind): Delete corresponding entries.
1019
1020 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1021
1022         * alias.c (may_alias_p): Remove unused ret.
1023
1024 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
1025
1026         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
1027         alias_sets_conflict_p.
1028         (walk_mems_1): Moved from alias.c.
1029         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
1030         in alias.c.
1031         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
1032         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
1033         * alias.c (walk_mems_2): Moved to ddg.c.
1034         (walk_mems_1): Ditto.
1035         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
1036         to ddg.c.
1037         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
1038         disambiguation.
1039         *(may_alias_p): New function to check whether two memory expression
1040         may alias or not. Currently used in buidling inter-iteration memory
1041         dependence.
1042         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
1043         (insn_alias_sets_conflict_p): Removed
1044         *rtl.h (may_alias_p): New function prototype.
1045
1046 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1047
1048         * tree.c (nreverse): Assert that we don't have a BLOCK.
1049
1050 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
1051
1052         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
1053         * config/arm/arm.c (arm_get_pcs_model): Likewise.
1054         * config/avr/avr.c (init_cumulative_args): Likewise.
1055         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
1056         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
1057         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
1058         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
1059         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
1060         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
1061         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
1062         * dwarf2out.c (gen_subprogram_die): Likewise.
1063         * function.c (allocate_struct_function): Likewise.
1064         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
1065         (deserves_ellipsis): Delete.
1066
1067 2010-08-09  Richard Guenther  <rguenther@suse.de>
1068
1069         * tree-ssa-copy.c (cached_last_copy_of): Remove.
1070         (valueize_val): New function.
1071         (get_last_copy_of): Remove.
1072         (set_copy_of_val): Simplify.
1073         (dump_copy_of): Likewise.
1074         (copy_prop_visit_cond_stmt): Use valueize_val.
1075         (copy_prop_visit_phi_node): Properly handle unvisited names.
1076         Drop code managing copy-of chains.
1077         (init_copy_prop): Adjust.
1078         (fini_copy_prop): Likewise.
1079         (execute_copy_prop): Remove obsolete comment.
1080
1081 2010-08-09  Richard Guenther  <rguenther@suse.de>
1082
1083         PR middle-end/44632
1084         * function.c (gimplify_parameters): Do not clear addressable
1085         bit of the original parameter.
1086
1087 2010-08-09  Richard Guenther  <rguenther@suse.de>
1088
1089         PR middle-end/45212
1090         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
1091         alignment from MEM_REF offset only if we took it from the
1092         base object.
1093
1094 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
1095
1096         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
1097
1098 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1099
1100         * c-tree.h (build_arg_info): Declare.
1101         * c-decl.c (build_arg_info): Define.
1102         (get_parm_info): Call it.  Delete initialization code.
1103         * c-parser.c (c_parser_parms_declarator): Likewise.
1104         (c_parser_parms_list_declaractor): Likewise.
1105
1106 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1107
1108         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
1109         (struct c_arg_info): Change type of tags field.
1110         * c-decl.c (grokdeclarator): Update for changed type of tags field.
1111         (get_parm_info): Likewise.
1112         (store_parm_decls_newstyle): Likewise.
1113
1114 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
1115
1116         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
1117         (branch_island_list): Delete.
1118         (branch_islands): Declare.
1119         (add_compiler_branch_island): Adjust for branch_islands instead of
1120         branch_island_list.
1121         (macho_branch_islands): Likewise.
1122         (no_previous_def): Likewise.
1123         (get_prev_label): Likewise.
1124
1125 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1126
1127         PR boehm-gc/34544
1128         * gthr-posix.h (__gthread_start): Delete.
1129         (__gthread_active_init): Use pthread_default_stacksize_np instead of
1130         pthread_create to determine if hpux pthreads are active.
1131         * gthr-posix95.h (__gthread_start): Delete.
1132         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
1133
1134 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
1135
1136         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
1137         _WIN64 not expanded.
1138
1139 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
1140             H.J. Lu  <hongjiu.lu@intel.com>
1141
1142         PR target/45213
1143         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
1144         to output 32bit SFmode immediate as 8 byte sign extended value.
1145
1146 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1147
1148         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
1149         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
1150         (SUBWORD_BOOL_CAS): Likewise.
1151         (SUBWORD_SYNC_OP): Likewise.
1152         (SUBWORD_TEST_AND_SET): Likewise.
1153         (FETCH_AND_OP_WORD): Parenthesise INF_OP
1154         (SUBWORD_SYNC_OP): Likewise.
1155         (OP_AND_FETCH_WORD): Likewise.
1156
1157 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1158
1159         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
1160         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
1161         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
1162         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
1163         generic part.
1164         (cortex_a9_sched_adjust_cost): New function.
1165         (xscale_sched_adjust_cost): New function.
1166         * config/arm/arm-protos.h (struct tune_params): New field
1167         sched_adjust_cost.
1168         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
1169
1170 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
1171
1172         PR target/44942
1173         * config/sparc/sparc.c (function_arg_advance): Always take into account
1174         the padding, if any.
1175
1176 2010-08-06  Richard Guenther  <rguenther@suse.de>
1177
1178         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
1179         (dump_lattice_value): Dump it.
1180         (get_default_value): Adjust.
1181         (get_constant_value): Likewise.
1182         (set_value_varying): Likewise.
1183         (set_lattice_value): Make sure to not go up the lattice
1184         with bitwise constant values.
1185         (get_value_for_expr): Handle ADDR_EXPRs.
1186         (value_to_double_int): New function.
1187         (get_value_from_alignment): Likewise.
1188         (do_dbg_cnt): Adjust.
1189         (ccp_lattice_meet): Handle partially constant values.
1190         (bit_value_unop_1): New function.
1191         (bit_value_binop_1): Likewise.
1192         (bit_value_unop): Likewise.
1193         (bit_value_binop): Likewise.
1194         (evaluate_stmt): Track partially constant values if
1195         flag_tree_bit_ccp is set.
1196         (ccp_fold_stmt): Dump if we folded a predicate.
1197         (ccp_visit_stmt): Adjust.
1198         * common.opt (ftree-bit-ccp): New flag.
1199         * doc/invoke.texi (ftree-bit-ccp): Document.
1200         * opts.c (decode_options): Enable bit-CCP at -O1.
1201
1202 2010-08-06  Alan Modra  <amodra@gmail.com>
1203
1204         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
1205         and -mrelocatable-lib description.
1206
1207 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
1208
1209         From Martin Thuresson  <martint@google.com>
1210         * postreload.c (reload_cse_simplify_operands): Use
1211         SET_REGNO_RAW instead of SET_REGNO.
1212         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
1213         SET_REGNO.
1214         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
1215         instead of SET_REGNO.
1216         * rtl.h (SET_REGNO_RAW): New macro.
1217
1218 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
1219
1220         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
1221         computations.  Fix formatting issues.
1222         (num_sign_bit_copies1): Likewise.
1223         (canonicalize_condition): Likewise.
1224
1225 2010-08-05  Richard Henderson  <rth@redhat.com>
1226
1227         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
1228         (floor_log2): Use clz_hwi.
1229         (exact_log2): Use ctz_hwi.
1230         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
1231         * builtins.c (fold_builtin_bitop): Use them.
1232         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
1233         * combine.c (get_pos_from_mask): Use ctz_hwi.
1234         * double-int.c (double_int_ctz): Likewise.
1235         * explow.c (force_reg): Likewise.
1236         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
1237
1238 2010-08-05  Richard Henderson  <rth@redhat.com>
1239
1240         PR target/45189
1241         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
1242         the alignment constant is properly sign-extended.
1243
1244 2010-08-05  Richard Guenther  <rguenther@suse.de>
1245
1246         * expr.c (store_expr): Use emit_block_move only if both
1247         source and target are MEMs.  Use store_bit_field if only
1248         the target is a MEM.
1249
1250 2010-08-05  Richard Henderson  <rth@redhat.com>
1251
1252         PR debug/45188
1253         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
1254         (INCOMING_RETURN_ADDR_RTX): Likewise.
1255         (dwarf2out_do_frame): Remove conditional compilation.
1256         (dwarf2out_frame_init): Likewise.
1257
1258 2010-08-05  Nicolas Setton  <setton@adacore.com>
1259
1260         * gcov.c (flag_display_progress): New static variable.
1261         (main): Display progress info on standard output if requested.
1262         (options): Add -d/--display-progress.
1263         (print_usage): Print them.
1264         (process_args): Handle them.
1265         * doc/gcov.texi: Document them.
1266
1267 2010-08-05  Martin Jambor  <mjambor@suse.cz>
1268
1269         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
1270         (ipcp_insert_stage): Redirect only edges not flagged with
1271         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
1272         discovered constants.
1273
1274 2010-08-05  Martin Jambor  <mjambor@suse.cz>
1275
1276         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
1277         (struct ipa_param_descriptor): New fields types and
1278         cannot_devirtualize.
1279         (ipa_param_cannot_devirtualize_p): New function.
1280         (ipa_param_types_vec_empty): Likewise.
1281         (ipa_make_edge_direct_to_target): Declare.
1282         * ipa-cp.c: Fixed first stage driver name in initial comment,
1283         described devirtualization there too.
1284         (ipcp_analyze_node): Call ipa_analyze_params_uses.
1285         (ipcp_print_all_lattices): Print devirtualization info.
1286         (ipa_set_param_cannot_devirtualize): New function.
1287         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
1288         lattice to BOTTOM.
1289         (ipcp_init_stage): Merged into...
1290         (ipcp_generate_summary): ...its caller.
1291         (ipcp_change_tops_to_bottom): Also process type lists.
1292         (ipcp_add_param_type): New function.
1293         (ipcp_copy_types): Likewise.
1294         (ipcp_propagate_types): Likewise.
1295         (ipcp_propagate_stage): Also propagate types.
1296         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
1297         Also return true if propagated types require it.
1298         (ipcp_update_callgraph): Dump redirection info.
1299         (ipcp_process_devirtualization_opportunities): New function.
1300         (ipcp_const_param_count): Include known type information.
1301         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
1302         on new node.  Fixed formatting.
1303         * ipa-prop.c (make_edge_direct_to_target): Renamed to
1304         ipa_make_edge_direct_to_target and changed all callers.  Made
1305         externally visible.
1306         (ipa_node_duplication_hook): Duplicate types vector.
1307         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
1308         redirect outgoing calls for which we can't get a decl from the
1309         statement.  Check that we can get a decl from the call statement.
1310         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
1311         ipa_analyze_params_uses only when ipa-cp is disabled.
1312         * tree-inline.c (get_indirect_callee_fndecl): Removed.
1313         (expand_call_inline): Do not call get_indirect_callee_fndecl.
1314         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
1315         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
1316
1317 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
1318
1319         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
1320         temporary. Emit move from temporary to accum, so REG_EQUAL note will
1321         be attached to this insn in correct mode.
1322
1323 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
1324
1325         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
1326         using REGNO of base_reg directly.
1327
1328 2010-08-05  Jie Zhang  <jie@codesourcery.com>
1329
1330         PR tree-optimization/45144
1331         * tree-sra.c (type_consists_of_records_p): Return false
1332         if the record contains bit-field.
1333
1334 2010-08-04  Richard Henderson  <rth@redhat.com>
1335
1336         * config/i386/i386.c (struct ix86_frame): Remove padding and
1337         to_allocate members.
1338         (ix86_compute_frame_layout): Don't store them.
1339         (ix86_can_use_return_insn_p): Use a more direct and more obviously
1340         correct condition for the position of the stack pointer.
1341         (ix86_expand_prologue): Compute remaining stack allocation based
1342         on the ultimate stack pointer offset.
1343         (ix86_expand_epilogue): Use more obvious expressions testing for
1344         the stack pointer already pointing to the saved registers.
1345
1346         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
1347         duplication deconstructing the frame pointer.  Simplify
1348         deallocation of the local stack frame.
1349
1350         * reg-notes.def (CFA_EXPRESSION): New.
1351         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
1352         (dwarf2out_frame_debug_cfa_expression): New.
1353         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
1354
1355         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
1356         * config/i386/i386.c (ix86_expand_prologue): Set it.
1357         (ix86_expand_epilogue): Clear it.
1358         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
1359         context, add REG_CFA_EXPRESSION notes.
1360
1361         * config/i386/i386.h (struct machine_frame_state): Rename from
1362         machine_cfa_state.  Add members tracking SP and FP regardless
1363         of the current CFA register.
1364         (ix86_cfa_state): Remove.
1365         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
1366         and sse_reg_save_offset members.
1367         (ix86_compute_frame_layout): Set them.
1368         (gen_push): Increment sp_offset too.
1369         (choose_baseaddr_len, choose_baseaddr): New.
1370         (ix86_emit_save_reg_using_mov): New.
1371         (ix86_emit_save_regs_using_mov): Use it.
1372         (ix86_emit_save_sse_regs_using_mov): Likewise.
1373         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
1374         compare vs the saved red_zone_offset.
1375         (pro_epilogue_adjust_stack): Adjust sp_offset.
1376         (ix86_adjust_stack_and_probe): Likewise.
1377         (ix86_expand_prologue): Set up, use, and validate the new
1378         frame_state_info members.  Use gen_frame_mem.
1379         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
1380         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
1381         new frame_state_info members.
1382         (ix86_emit_leave): Likewise.
1383         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
1384         out-of-range stack pointer offsets here.
1385         (ix86_emit_restore_sse_regs_using_mov): Likewise.
1386         (ix86_expand_epilogue): Use and validate the new frame_state_info
1387         members.  Break up and simplify the logic selecting the
1388         restore_regs_via_mov code path.  Ensure that there will be no
1389         out-of-range stack pointer offsets.
1390
1391         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
1392
1393         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
1394         argument name to reflect the expected tree; fix indentation.
1395         (ix86_asm_output_function_label): Output the entire 32-bit
1396         ms_hook here as bytes ...
1397         (ix86_expand_prologue): ... not here as insns.  Attach the
1398         unwind info for the ms_hook to a blockage insn.
1399         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
1400         (ix86_ms_bitfield_layout_p): Fix indentation.
1401         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
1402
1403         * config/i386/i386.c (ix86_using_red_zone): New.
1404         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
1405         ix86_expand_prologue, ix86_force_to_memory): Use it.
1406
1407         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
1408         saving the int registers.
1409
1410         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
1411         and DWARF2_UNWIND_INFO conditional compilation.
1412
1413 2010-08-04  Richard Henderson  <rth@redhat.com>
1414
1415         PR debug/45171
1416         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
1417         an is_naming_typedef_decl.
1418
1419 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
1420
1421         PR rtl-optimization/45162
1422         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
1423         * dce.c (word_dce_process_block): Likewise.
1424
1425 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
1426
1427         PR target/44583
1428         * config/ia64/constraints.md (Z): New.
1429         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
1430         (xfreg_or_signed_fp01_operand): New.
1431         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
1432         with fr_reg_or_signed_fp01_operand and constraint G with Z.
1433         (subsf3): Ditto.
1434         (*maddsf4): Ditto.
1435         (*msubsf4): Ditto.
1436         (adddf3): Ditto.
1437         (adddf3_trunc): Ditto.
1438         (subdf3): Ditto.
1439         (*subdf3_trunc): Ditto.
1440         (*madddf4): Ditto.
1441         (*madddf4_trunc): Ditto.
1442         (*msubdf4): Ditto.
1443         (*msubdf4_trunc): Ditto.
1444         (addxf3): Replace xfreg_or_fp01_operand with
1445         xfreg_or_signed_fp01_operand and constraint G with Z.
1446         (*addxf3_truncsf): Ditto.
1447         (*addxf3_truncdf): Ditto.
1448         (subxf3): Ditto.
1449         (*subxf3_truncsf): Ditto.
1450         (*subxf3_truncdf): Ditto.
1451         (*maddxf4): Ditto.
1452         (*maddxf4_truncsf): Ditto.
1453         (*maddxf4_truncdf): Ditto.
1454         (*msubxf4): Ditto.
1455         (*msubxf4_truncsf): Ditto.
1456         (*msubxf4_truncdf): Ditto.
1457
1458 2010-08-04  Richard Guenther  <rguenther@suse.de>
1459
1460         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
1461         if either alias-set is zero.
1462
1463 2010-08-04  Richard Guenther  <rguenther@suse.de>
1464
1465         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
1466         * tree-ssa-ccp.c: ... here.
1467         * tree-ssa-copy.c: ... and here.
1468         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
1469         value_range_t): Move ...
1470         * tree-vrp.c: ... here.
1471         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
1472         (substitute_and_fold): Adjust prototype.
1473         * tree-ssa-propagate.c (replace_uses_in): Adjust.
1474         (replace_phi_args_in): Likewise.
1475         (substitute_and_fold): Take callback to query lattice instead
1476         of pointer to lattice.  Replace SSA name defs with lattice
1477         values first.
1478         * tree-ssa-ccp.c (ccp_finalize): Adjust.
1479         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
1480         (get_value): New function.
1481         (fini_copy_prop): Adjust.
1482         * tree-vrp.c (vrp_finalize): Adjust.
1483
1484 2010-08-04  Richard Guenther  <rguenther@suse.de>
1485
1486         PR middle-end/45176
1487         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
1488         points-to set for original MEM_REF.
1489
1490 2010-08-04  Richard Guenther  <rguenther@suse.de>
1491
1492         * tree-ssa-ccp.c (get_constant_value): New function.
1493         (get_rhs_assign_op_for_ccp): Remove.
1494         (valueize_op): New function.
1495         (ccp_fold): Use get_constant_value and valueize_op.
1496         (fold_const_aggregate_ref): Likewise.
1497         (ccp_fold_stmt): Likewise.
1498         (visit_assignment): Simplify.
1499
1500 2010-08-04  Richard Guenther  <rguenther@suse.de>
1501
1502         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
1503         * double-int.h (double_int_ctz): Declare.
1504         * double-int.c (double_int_ctz): New function.
1505
1506 2010-08-04  Hariharan Sandanagobalane <hariharan@picochip.com>
1507
1508         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
1509         Define.
1510         picochip_expand_movmemhi : Expand movmem pattern.
1511         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
1512         Declare.
1513         * config/picochip/picochip.md (movmemhi) : New pattern.
1514
1515 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
1516
1517         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
1518
1519 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
1520
1521         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
1522         NEG as operand of a MULT by merging it with the other operand.
1523         * combine.c (make_compound_operation): Use trunc_int_for_mode when
1524         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
1525         MULT.
1526         * config/arm/constraints.md (M): Examine only 32 bits of a
1527         HOST_WIDE_INT.
1528         * config/arm/predicates.md (power_of_two_operand): Likewise.
1529
1530 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1531
1532         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
1533         non-NOTE insns.
1534
1535 2010-08-03  Jan Hubicka  <jh@suse.cz>
1536
1537         * ipa-split.c (struct split_point): Add split_part_set_retval.
1538         (find_retval): Forward declare.
1539         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
1540         (consider_split): Compute current->split_part_set_retval.
1541         (visit_bb): Do not look into return value.
1542         (split_function): Handle !split_part_set_retval
1543
1544 2010-08-03  Martin Jambor  <mjambor@suse.cz>
1545
1546         * tree-sra.c (completely_scalarize_record): New parameter REF, create
1547         its own access->expr intead of using build_ref_for_offset.
1548
1549 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
1550
1551         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
1552         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
1553         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
1554         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
1555         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
1556         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
1557         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
1558         DEFAULT_SWITCH_TAKES_ARG.
1559         * config/rx/rx.opt (-patch=): Remove option.
1560         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
1561         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
1562         * doc/invoke.texi (RX Options): Remove -patch=.
1563         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
1564         (option_map): Remove --profile-blocks, --quiet and --silent.
1565
1566 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
1567
1568         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
1569         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
1570         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
1571         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
1572         Update calls to ix86_expand_compare and ix86_expand_branch.
1573         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
1574         ix86_expand_compare.
1575         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
1576         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
1577         Make static.
1578         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
1579         and ix86_compare_op1.  Update calls to ix86_expand_compare.
1580         (ix86_expand_int_movcc): Ditto.
1581         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
1582         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
1583         (ix86_expand_setcc): Ditto.
1584         (ix86_expand_compare): Remove prototype.
1585         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
1586         ix86_compare_op0 and ix86_compare_op1.  Update calls
1587         to ix86_expand_branch to directly pass operands[1] and operands[2].
1588         (cbranchxf4): Ditto.
1589         (cbranch<MODEF:mode>4): Ditto.
1590         (cbranchcc4): Ditto.
1591         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
1592         Update calls to ix86_expand_setcc to directly pass operands[2] and
1593         operands[3].
1594         (cstorexf4): Ditto.
1595         (cstore<MODEF:mode>4): Ditto.
1596         (cstorecc4): Ditto.
1597
1598 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
1599
1600         PR target/45063
1601         * caller-save.c (save_call_clobbered_regs): Remove regs from
1602         hard_regs_saved when they are set.
1603
1604 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
1605
1606         PR target/41089
1607         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
1608         as volatile.
1609
1610 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
1611
1612         * common.opt (ftree-loop-distribute-patterns): New.
1613         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
1614         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
1615         at -O3.
1616         * tree-data-ref.c (stores_zero_from_loop): New.
1617         * tree-data-ref.h (stores_zero_from_loop): Declared.
1618         * tree-loop-distribution.c (tree_loop_distribution): Call
1619         stores_zero_from_loop.
1620         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
1621
1622 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
1623
1624         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
1625         into account.
1626
1627         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
1628         * config/arm/arm.c (thumb1_code): New variable.
1629         (arm_override_options): Set it.
1630         (thumb1_final_prescan_insn): Keep track of condition code status.
1631         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
1632         jumps that depend on them.
1633         * config/arm/arm.h (thumb1_code): Declare variable.
1634         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
1635         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
1636         thumb1_cc_mode.
1637         (CC_STATUS_INIT): New macro.
1638         * config/arm/constraints.md (Pd): New constraint.
1639         * config/arm/predicates.md (noov_comparison_operator): New predicate.
1640         * config/arm/arm.md (is_thumb1): New define_attr.
1641         (conds): Set default to "clob" when generating Thumb1 code.
1642         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
1643         code are set.  Use two-operand assembly syntax.
1644         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
1645         pattern.
1646         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
1647         codes are set.  Use two-operand assembly syntax.
1648         (zero_extendhisi splitter): Remove constraints.
1649         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
1650         thumb1_movsf_insn): Set conds attribute as appropriate.
1651         (cbranchsi4_insn): Use condition code status from struct
1652         machine_function to determine whether the comparison can be eliminated.
1653         Discourage the alternative using high registers.
1654         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
1655         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
1656         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
1657         subsi3_cbranch): Delete.
1658         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
1659         one subtract and one cbranch insn.
1660
1661         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
1662         thumb2_movdf_soft_insn): Delete patterns.
1663         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
1664         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
1665         (pool_range, neg_pool_range): Use them to define defaults.
1666         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
1667         and allow for TARGET_32BIT.
1668
1669         PR target/40457
1670         * config/arm/arm.h (arm_regs_in_sequence): Declare.
1671         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
1672         load_multiple_sequence, store_multiple_sequence): Delete
1673         declarations.
1674         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
1675         declarations.
1676         * config/arm/ldmstm.md: New file.
1677         * config/arm/arm.c (arm_regs_in_sequence): New array.
1678         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
1679         CHECK_REGS.  All callers changed.
1680         If SAVED_ORDER is nonnull, copy the computed order into it.
1681         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
1682         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
1683         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
1684         If SAVED_ORDER is nonnull, copy the computed order into it.
1685         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
1686         like REGS.  Handle Thumb mode.
1687         (arm_gen_load_multiple_1): New function, broken out of
1688         arm_gen_load_multiple.
1689         (arm_gen_store_multiple_1): New function, broken out of
1690         arm_gen_store_multiple.
1691         (arm_gen_multiple_op): New function, with code from
1692         arm_gen_load_multiple and arm_gen_store_multiple moved here.
1693         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
1694         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
1695         changed.
1696         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
1697         * config/arm/predicates.md (commutative_binary_operator): New.
1698         (load_multiple_operation, store_multiple_operation): Handle more
1699         variants of these patterns with different starting offsets.  Handle
1700         Thumb-1.
1701         * config/arm/arm.md: Include "ldmstm.md".
1702         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
1703         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
1704         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
1705         peepholes): Delete.
1706         * config/arm/ldmstm.md: New file.
1707         * config/arm/arm-ldmstm.ml: New file.
1708
1709         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
1710         if statement which adds extra costs to frame-related expressions.
1711
1712 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1713
1714         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
1715
1716 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
1717
1718         PR target/45142
1719         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
1720         alternative 2.
1721         (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
1722         split V4SI operands.
1723
1724 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
1725
1726         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
1727         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
1728         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
1729         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
1730
1731 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
1732
1733         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
1734         LOCAL_INCLUDE_DIR.
1735
1736 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
1737
1738         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
1739         used in the call to optab_for_tree_code.  Fix the second
1740         is_widening_mult_p call.  Check that both unwidened operands
1741         have the same sign.
1742
1743 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
1744
1745         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
1746
1747 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
1748
1749         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
1750
1751 2010-07-30  DJ Delorie  <dj@redhat.com>
1752
1753         * config/rx/predicates.md (rx_constshift_operand): New.
1754         * config/rx/rx.md (zs_cond): New.
1755         (cbranchsi4): Remove mode.
1756         (*cbranchsi4_<code>): Likewise.
1757         (*tstbranchsi4_<code>): New.
1758         (*tstbranchsi4r_<code>): New.
1759         (*tstbranchsi4m_eq): New.
1760         (*tstbranchsi4m_ne): New.
1761         (cbranchsf4): Remove mode.
1762         (*cbranchsf4_<code>): Likewise.
1763
1764 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
1765
1766         * rtlanal.c (simplify_subreg_regno): Don't treat
1767         HARD_FRAME_POINTER_REGNUM specially.
1768
1769 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
1770
1771         * common.opt (-G): Don't define option here.
1772         * config/g.opt: New.
1773         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
1774         rs6000/powerpc and score targets.
1775         * opts.c (common_handle_option): Don't handle -G here.
1776         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
1777         * config/frv/frv.c (frv_handle_option): Handle -G.
1778         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
1779         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
1780         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
1781         * config/mips/mips.c (mips_handle_option): Handle -G.
1782         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
1783         * config/score/score.c (score_handle_option): Handle -G.
1784
1785 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
1786
1787         * config/mmix/mmix.c: Include basic-block.h.
1788
1789 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
1790
1791         PR debug/45055
1792         PR rtl-optimization/45137
1793         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
1794         prototypes.
1795         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
1796         New functions.
1797         * combine.c (next_nonnote_nondebug_insn): Removed.
1798         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
1799         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
1800         * sched-deps.c (sched_analyze_insn): Likewise.
1801         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
1802         * rtlanal.c (canonicalize_condition): Likewise.
1803         * postreload.c (reload_combine_recognize_pattern): Likewise.
1804         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
1805
1806 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
1807
1808         * config/i386/i386.md (int_cond): Remove code iterator.
1809         (fp_cond): Ditto.
1810         (cbranch<mode>4): Use ordered_comparison_operator predicate
1811         for operator0.
1812         (cstore<mode>4): Ditto for operator1.
1813         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
1814         (add<mode>cc): ditto.
1815
1816 2010-07-30  Richard Guenther  <rguenther@suse.de>
1817
1818         PR middle-end/45141
1819         * expr.c (expand_expr_real_1): Check for not handled base address.
1820
1821 2010-07-30  Richard Guenther  <rguenther@suse.de>
1822
1823         * ipa-prop.c (ipa_modify_formal_parameters): Use
1824         build_distinct_type_copy.
1825
1826 2010-07-30  Anthony Green  <green@moxielogic.com>
1827
1828         * config/moxie/rtems.h: New file.
1829         * config.gcc: Add moxie-rtems support.
1830
1831 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
1832
1833         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
1834         df flags as in run_fast_df_dce.
1835
1836 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
1837
1838         Revert:
1839         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
1840
1841         * rtl.def (NOTE): Swap operands 4 and 5.
1842         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
1843         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
1844         Adjust accordingly.
1845         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
1846
1847 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
1848
1849         PR debug/45110
1850         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
1851         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
1852         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
1853         formal parameters.
1854         (gen_decl_die): Change return type to dw_die_ref, return what
1855         gen_formal_parameter_die returned.
1856
1857 2010-07-29  Martin Jambor  <mjambor@suse.cz>
1858
1859         * dbgcnt.def (eipa_sra): New counter.
1860         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
1861
1862 2010-07-29  Xinliang David Li  <davidxl@google.com>
1863
1864         PR bootstrap/45119
1865         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
1866         in revision 162652.
1867
1868 2010-07-29  Richard Guenther  <rguenther@suse.de>
1869
1870         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
1871         (TV_TREE_STORE_CCP): Likewise.
1872         (TV_TREE_REDPHI): Likewise.
1873
1874 2010-07-29  Richard Guenther  <rguenther@suse.de>
1875
1876         * double-int.h (double_int_and_not): New function.
1877         * combine.c (try_combine): Use it.
1878         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
1879
1880 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
1881
1882         PR rtl-optimization/42575
1883         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
1884         Argument AU removed.  All callers changed.  Ignore artificial refs.
1885         Use return value of df_word_lr_simulate_defs to decide whether an insn
1886         is necessary.
1887         (fast_dce): Rename arg to WORD_LEVEL.
1888         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
1889         static.
1890         (pass_fast_rtl_byte_dce): Delete.
1891         * dce.h (run_word_dce): Declare.
1892         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
1893         All callers changed.  Simplify code to only deal with two-word regs.
1894         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
1895         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
1896         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
1897         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
1898         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
1899         (df_word_lr_mark_ref): Declare.
1900         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
1901         df_word_lr_simulate_uses): Declare or rename from byte variants.
1902         (df_byte_lr_simulate_artificial_refs_at_top,
1903         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
1904         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
1905         declarations.
1906         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
1907         (enum df_mm): Delete.
1908         * df-byte-scan.c: Delete file.
1909         * df-problems.c (df_word_lr_problem_data): Renamed from
1910         df_byte_lr_problem_data, all members deleted except for
1911         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
1912         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
1913         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
1914         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
1915         df_byte_lr_confluence_0): Delete functions.
1916         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
1917         callers changed.
1918         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
1919         Don't initialize members that were deleted, don't try to discover data
1920         about registers.  Ignore hard regs.
1921         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
1922         (df_word_lr_mark_ref): New function.
1923         (df_word_lr_bb_local_compute): Renamed from
1924         df_byte_bb_lr_local_compute; all callers changed.  Use
1925         df_word_lr_mark_ref.  Assert that artificial refs don't include
1926         pseudos.  Ignore hard registers.
1927         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
1928         Assert that exit block uses don't contain pseudos.
1929         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
1930         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
1931         callers changed.  Ignore hard regs.
1932         (df_word_lr_transfer_function): Renamed from
1933         df_byte_lr_transfer_function; all callers changed.
1934         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
1935         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
1936         changed.
1937         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
1938         callers changed.
1939         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
1940         confluence operator 0 set to NULL.
1941         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
1942         callers changed.
1943         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
1944         Return bool, true if bitmap changed or insn otherwise necessary.
1945         All callers changed.  Simplify using df_word_lr_mark_ref.
1946         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
1947         all callers changed.  Simplify using df_word_lr_mark_ref.
1948         * lower-subreg.c: Include "dce.h"
1949         (decompose_multiword_subregs): Call run_word_dce if df available.
1950         * Makefile.in (lower-subreg.o): Adjust dependencies.
1951         (df-byte-scan.o): Delete.
1952         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
1953
1954 2010-07-29  Richard Guenther  <rguenther@suse.de>
1955
1956         * tree.c (build_vector): Assert that the vector constant
1957         has enough elements.
1958         (build_vector_from_ctor): Pad with trailing zeros.
1959
1960 2010-07-29  Richard Guenther  <rguenther@suse.de>
1961
1962         PR tree-optimization/45120
1963         * tree-ssa-structalias.c (get_constraint_for_component_ref):
1964         Handle offset in DEREFs properly.
1965         (get_constraint_for_1): Handle MEM_REF offset properly.
1966
1967 2010-07-29  Richard Guenther  <rguenther@suse.de>
1968
1969         PR middle-end/45034
1970         * convert.c (convert_to_integer): Always use an unsigned
1971         type for narrowed negate and bitwise not.
1972
1973 2010-07-29  Ira Rosen  <irar@il.ibm.com>
1974
1975         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
1976         to outer loop when creating reduction epilogue for double reduction,
1977         and switch back to the inner loop when updating the phi nodes.
1978         Update uses of outer loop exit phi nodes in double reduction (instead
1979         of uses of reduction).
1980
1981 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
1982
1983         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
1984         popcount on power7 and parity on power6 systems.
1985         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
1986         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
1987         instructions.
1988
1989         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
1990         (UNSPEC_PARITY): Ditto.
1991         (SFDF): New iterator for SF/DF.
1992         (rreg2): New mode attribute for floating register constraint.
1993         (TARGET_FLOAT): New mode attribute for whether single/double float
1994         is supported.
1995         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
1996         pattern.
1997         (parity<mode>2_cmpb): New insn for parity on power6 and newer
1998         machines.
1999         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
2000         pattern.  Add support for fcpsgn instruction added in power6.
2001         (copysignsf3): Delete.
2002         (copysigndf3): Delete.
2003         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
2004         instead of if_then_else in RTL to avoid problems with -0.
2005
2006         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
2007         of if_then_else to mirror scalar code.
2008         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
2009         rs6000.md.
2010
2011         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
2012         instead of if_then_else.
2013
2014 2010-07-28  Xinliang David Li  <davidxl@google.com>
2015
2016         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
2017         (dump_cand): Dump var_before/after.
2018         (htab_inv_expr_eq): New function.
2019         (htab_inv_expr_hash): New function.
2020         (tree_ssa_iv_optimize_init): Support pseudo invariants.
2021         (add_candidate_1): consider base type precision.
2022         (set_use_iv_cost): New parameter.
2023         (adjust_setup_cost): Use profile information.
2024         (get_address_cost): Do not hard code width in computing address
2025         offset limits.
2026         (compare_aff_trees): New function.
2027         (get_loop_invariant_expr_id): New function.
2028         (get_computation_cost_at): New parameter and use profile information.
2029         (get_computation_cost): New parameter.
2030         (determine_use_iv_cost_generic): Pass new parameter.
2031         (determine_use_iv_cost_address): Ditto.
2032         (determine_use_iv_cost_condition): Ditto.
2033         (autoinc_possible_for_pair): Ditto.
2034         (determine_use_iv_costs): More dumps.
2035         (iv_ca_get_num_inv_exprs): New function.
2036         (iv_ca_recount_cost): Consider loop invariants in register pressure
2037         cost.
2038         (iv_ca_add_use): New parameter.
2039         (iv_ca_dump): Better dumping.
2040         (iv_ca_extend): New parameter.
2041         (try_add_cand_for): Attempt to get better partial solution.
2042         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
2043         (create_new-ivs): More dumps.
2044         (rewrite_use_compare): Ditto.
2045         (free_loop_data): More cleanup.
2046         (treee_ssa_iv_optimize_finalize): Ditto.
2047
2048 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
2049
2050         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
2051         * config/i386/i386.c (ix86_profile_before_prologue): New.
2052         (override_options): Add special handling for -mfentry.
2053         (ix86_function_regparm): Likewise.
2054         (ix86_function_sseregparm): Likewise.
2055         (ix86_frame_pointer_required): Likewise.
2056         (ix86_expand_prologue): Check for ms_hook_prologue.
2057         (x86_function_profiler): Adjust mcount output.
2058         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
2059         * config/i386/i386.opt (mfentry): New.
2060         * doc/invoke.texi (mfentry): Add documentation.
2061         * doc/tm.texi: Regenerated..
2062         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
2063         * final.c (final_start_function): Replace macro
2064         PROFILE_BEFORE_PROLOGUE by target hook.
2065         * function.c (thread_prologue_and_epilogue_insns): Likewise.
2066         * target.def (profile_before_prologue): New hook.
2067         * targhooks.c (default_profile_before_prologue): New.
2068         * targhooks.h (default_profile_before_prologue): New.
2069
2070 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
2071
2072         PR debug/45105
2073         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
2074
2075         PR debug/45103
2076         * dwarf2out.c (dwarf2out_var_location): Always consider
2077         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
2078
2079 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2080
2081         PR rtl-optimization/45107
2082         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
2083
2084 2010-07-28  Richard Guenther  <rguenther@suse.de>
2085
2086         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
2087         (set_lattice_value): Do not query an old default value.
2088         (get_value_for_expr): New function.  Properly canonicalize
2089         float values.
2090         (ccp_visit_phi_node): Use it.
2091
2092 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
2093
2094         * config/arm/arm.c (arm_pcs_default): Remove static.
2095         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
2096         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
2097         (arm_pcs_default): Declare.
2098
2099 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
2100
2101         * config/rs6000/rs6000.c (rs6000_override_options):
2102         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
2103         ... to darwin_rs6000_override_options.
2104         (rs6000_return_in_memory): Update preceding comment for darwin
2105         64 bit ABI.  Use TARGET_MACHO inline.
2106         (rs6000_darwin64_struct_check_p): New.
2107         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
2108         (function_arg): Likewise.
2109         (rs6000_arg_partial_bytes): Likewise.
2110         (rs6000_function_value): Likewise.
2111
2112 2010-07-28  Andi Kleen <ak@linux.intel.com>
2113
2114         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
2115
2116 2010-07-28  Richard Guenther  <rguenther@suse.de>
2117
2118         PR middle-end/44903
2119         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
2120         targets try harder to not generate unaligned accesses.
2121
2122 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
2123
2124         PR rtl-optimization/45101
2125         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
2126         for gcse-las.
2127
2128 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
2129
2130         PR tree-optimization/44885
2131         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
2132         with non-aliased component.
2133
2134 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
2135
2136         * config/darwin-driver.c (SWITCH_TAKES_ARG,
2137         WORD_SWITCH_TAKES_ARG): Remove.
2138         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
2139         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
2140         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
2141         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
2142         definitions from gcc.c.
2143         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
2144         defaults.h.
2145         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
2146         Move to defaults.h.
2147         * opts-common.c: Include tm.h.
2148         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
2149         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
2150         Handle more than one argument.  Set canonical_option_num_elements.
2151         (decode_cmdline_options_to_array): Set
2152         canonical_option_num_elements and trailing elements of
2153         canonical_option.
2154         * opts.h (struct cl_decoded_option): Allow four elements in
2155         canonical_option.  Add field canonical_option_num_elements.
2156         * Makefile.in (opts-common.o): Update dependencies.
2157
2158 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
2159
2160         PR middle-end/44790
2161         PR middle-end/44993
2162         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
2163         sure the base has address_mode before adding the offset.
2164
2165 2010-07-27  Xinliang David Li <davidxl@google.com>
2166
2167         * tree-flow.h (create_mem_ref): Add one new parameter.
2168         * tree-ssa-address.c (create_mem_ref): New parameter.
2169         (addr_to_parts): Ditto.
2170         (move_variant_to_index): New function.
2171         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
2172
2173 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
2174
2175         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
2176         4 and 5.
2177         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
2178         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
2179         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
2180         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
2181         CODE_LABELs and NOTEs.
2182         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
2183         * combine.c (try_combine): Likewise.
2184         * ira.c (setup_prohibited_mode_move_regs): Likewise.
2185         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
2186
2187 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
2188
2189         * coretypes.h (struct cl_option_handlers): Declare.
2190         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
2191         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
2192         * langhooks-def.h (lhd_handle_option): Declare.
2193         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
2194         * langhooks.c (lhd_handle_option): New.
2195         * langhooks.h (struct lang_hooks): Update prototype and return
2196         value type of handle_option hook.
2197         * optc-gen.awk: Generate target_flags_explicit definition for the
2198         driver.
2199         * opts-common.c: Include diagnostic.h.
2200         (handle_option): Move from opts.c.  Update prototype and return
2201         value type.  Use handlers structure.
2202         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
2203         handlers structure.
2204         (set_option): Move from opts.c.
2205         * opts.c (common_handle_option): Update prototype and return value
2206         type.  Update calls to handle_option and enable_warning_as_error.
2207         (unknown_option_callback, post_handling_callback,
2208         lang_handle_option, target_handle_option): New.
2209         (handle_option, read_cmdline_option): Move to opts-common.c.
2210         (read_cmdline_options): Update prototype.  Update call to
2211         read_cmdline_option.
2212         (decode_options): Initialize and use handlers structure.
2213         (set_option): Move to opts-common.c.
2214         (enable_warning_as_error): Update prototype.  Update call to
2215         handle_option.
2216         * opts.h (struct cl_option_handler_func, struct
2217         cl_option_handlers): New.
2218         (handle_option, enable_warning_as_error): Update prototypes.
2219         (read_cmdline_option): Declare.
2220         * Makefile.in (opts-common.o): Update dependencies.
2221
2222 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2223
2224         * config/arm/arm.c (params.h): Include.
2225         (arm_override_options): Tune gcse-unrestricted-cost.
2226         * config/arm/t-arm (arm.o): Define dependencies.
2227
2228 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2229
2230         PR target/42495
2231         PR middle-end/42574
2232         * basic-block.h (get_dominated_to_depth): Declare.
2233         * dominance.c (get_dominated_to_depth): New function, use
2234         get_all_dominated_blocks as a base.
2235         (get_all_dominated_blocks): Use get_dominated_to_depth.
2236
2237         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
2238         (hoist_exprs): Remove.
2239         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
2240         (compute_code_hoist_vbeinout): Add debug print outs.
2241         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
2242
2243         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
2244         quadratic behavior.
2245         * params.h (MAX_HOIST_DEPTH): New macro.
2246         * doc/invoke.texi (max-hoist-depth): Document.
2247
2248 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2249
2250         PR rtl-optimization/40956
2251         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
2252         constants.
2253
2254 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2255
2256         PR target/42495
2257         PR middle-end/42574
2258         * config/arm/arm.c (legitimize_pic_address): Use
2259         gen_calculate_pic_address pattern to emit calculation of PIC address.
2260         (will_be_in_index_register): New function.
2261         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
2262         (thumb1_legitimate_address_p): Use it provided !strict_p.
2263         * config/arm/arm.md (calculate_pic_address): New expand and split.
2264
2265 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2266
2267         PR target/42495
2268         PR middle-end/42574
2269         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
2270         * config/arm/arm.md (define_split "J", define_split "K"): Make
2271         IRA/reload friendly.
2272
2273 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2274
2275         * gcse.c (insert_insn_end_basic_block): Update signature, remove
2276         unused checks.
2277         (pre_edge_insert, hoist_code): Update.
2278
2279 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2280
2281         PR target/42495
2282         PR middle-end/42574
2283         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
2284
2285 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2286
2287         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
2288
2289 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2290
2291         PR rtl-optimization/40956
2292         PR target/42495
2293         PR middle-end/42574
2294         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
2295         for hoisting.
2296         (hoist_code): Count occurences in current block too.
2297
2298 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2299
2300         * gcse.c (struct expr:max_distance): New field.
2301         (doing_code_hoisting_p): New static variable.
2302         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
2303         simple expressions, don't change behavior for PRE.  Set max_distance.
2304         (insert_expr_in_table): Set new max_distance field.
2305         (hash_scan_set): Update.
2306         (hoist_expr_reaches_here_p): Stop search after max_distance
2307         instructions.
2308         (find_occr_in_bb): New static function.  Use it in ...
2309         (hoist_code): Calculate sizes of basic block before any changes are
2310         done.  Pass max_distance to hoist_expr_reaches_here_p.
2311         (one_code_hoisting_pass): Set doing_code_hoisting_p.
2312
2313         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
2314         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
2315         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
2316         macros.
2317         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
2318         Document.
2319
2320 2010-07-27  Jeff Law  <law@redhat.com>
2321             Maxim Kuvyrkov  <maxim@codesourcery.com>
2322
2323         * gcse.c (compute_transpout, transpout): Remove, move logic
2324         to prune_expressions.
2325         (compute_pre_data): Move pruning of trapping expressions ...
2326         (prune_expressions): ... here.  New static function.
2327         (compute_code_hoist_data): Use it.
2328         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
2329
2330 2010-07-27  Xinliang David Li  <davidxl@google.com>
2331
2332         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
2333         (rewrite_use_address): Adjust iv update position when needed.
2334
2335 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
2336
2337         * dbgcnt.def (hoist_insn): New debug counter.
2338         * gcse.c (hoist_code): Use it.
2339
2340 2010-07-27  Xinliang David Li  <davidxl@google.com>
2341
2342         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
2343         (niter_for_single_dom_exit): Passes additional parameter.
2344         (iv_period): Fix comments.
2345         (may_eliminate_iv): Handles multiple exit loops properly.
2346         (free_tree_niter_desc): New function.
2347         (free_loop_data): Frees up loop iteration descriptors.
2348
2349 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
2350
2351         PR target/44542
2352         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
2353         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
2354         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
2355         (expand_one_var): Don't consider DECL_ALIGN for variables for
2356         which expand_one_stack_var_at has been already called.
2357
2358         PR testsuite/44701
2359         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
2360         constraints on IA-64.
2361
2362 2010-07-27  Jie Zhang  <jie@codesourcery.com>
2363
2364         PR target/44290
2365         Revert:
2366         2010-07-23  Jie Zhang  <jie@codesourcery.com>
2367
2368         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
2369         false if ! tree_versionable_function_p.
2370
2371 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
2372
2373         * dwarf2out.c (add_data_member_location_attribute): Use
2374         add_AT_unsigned instead of add_AT_int if offset is non-negative.
2375
2376 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
2377
2378         * postreload.c (try_replace_in_use): New static function.
2379         (reload_combine_recognize_const_pattern): Use it here.  Allow
2380         substituting into a final add insn, and substituting into a memory
2381         reference in an insn that sets the reg.
2382
2383 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
2384
2385         * common.opt (o): Add MissingArgError.
2386         * doc/options.texi (MissingArgError): Document.
2387         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
2388         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
2389         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
2390         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
2391         * langhooks.h (struct lang_hooks): Remove missing_argument.
2392         * optc-gen.awk: Handle MissingArgError and output new structure
2393         field initializers.
2394         * opts.c (read_cmdline_option): Use missing_argument_error field
2395         instead of missing_argument langhook.
2396         * opts.h (struct cl_option): Add missing_argument_error field.
2397         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
2398
2399 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
2400
2401         PR target/29090
2402         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
2403         Darwin64 ABI, for zero-sized objects.
2404
2405 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
2406
2407         PR target/35491
2408         PR target/29090
2409
2410         Merge from Apple local 4.2.1.
2411         2005-05-11  Stan Shebs  <shebs@apple.com>
2412         Fix 64-bit varargs for Darwin (Radar 4028089).
2413         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
2414         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
2415         Add argument, add case for 8-byte register half-filled with a float.
2416         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
2417         single-precision floats specially.
2418
2419 2010-07-27  Ira Rosen  <irar@il.ibm.com>
2420
2421         PR tree-optimization/44152
2422         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
2423         complex numbers for further check.
2424         (vect_supported_load_permutation_p): Check nodes with
2425         complex numbers.
2426
2427 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
2428
2429         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
2430         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
2431         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
2432         (LANG_HOOKS_INITIALIZER): Add new hooks.
2433         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
2434         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
2435         and complain_wrong_lang_p.  Update init_options prototype.
2436         * c-objc-common.c (c_initialize_diagnostics): First call
2437         c_common_initialize_diagnostics.
2438         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
2439         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
2440         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
2441         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
2442         (hook_uint_void_0): New.
2443         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
2444         (hook_uint_void_0): New.
2445         * opts-common.c (decode_cmdline_option,
2446         decode_cmdline_options_to_array): Also fill in canonical_option field.
2447         * opts.c (complain_wrong_lang): Use langhook to determine whether
2448         to complain instead of special-casing LTO.
2449         (decode_options): Separate lang_mask determination with
2450         option_lang_mask hook from call of init_options hook.
2451         * opts.h (struct cl_decoded_option): Add canonical_option.
2452
2453 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
2454
2455         PR tree-optimization/45083
2456         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
2457
2458 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
2459
2460         * postreload.c (reload_combine_recognize_const_pattern): Move test
2461         for limiting the insn movement to the right scope.
2462
2463         PR rtl-optimization/45051
2464         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
2465         than reg_mentioned_p.
2466
2467 2010-07-26  Richard Henderson  <rth@redhat.com>
2468
2469         PR target/44132
2470         * tree-emutls.c: New file.
2471         * Makefile.in (OBJS-common): Add it.
2472         * tree-pass.h (pass_ipa_lower_emutls): Declare.
2473         * passes.c (init_optimization_passes): Add it.
2474
2475         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
2476         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
2477         * expr.c (emutls_var_address): Delete.
2478         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
2479         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
2480         (emutls_finish): Delete.
2481         * toplev.c (compile_file): Don't call it.
2482         * tree.h (emutls_decl): Delete.
2483         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
2484         (emutls_finish, emutls_finalize_control_var): Delete.
2485         (emutls_object_type): Move to tree-emutls.c.
2486         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
2487         default_emutls_var_fields, get_emutls_object_type,
2488         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
2489         default_emutls_var_init): Likewise.
2490         (get_variable_section): Don't special case emutls.
2491         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
2492         default_elf_select_section, default_unique_section,
2493         default_encode_section_info): Likewise.
2494         * varpool.c (decide_is_variable_needed): Likewise.
2495         * gimple-iterator.c (update_call_edge_frequencies): New
2496         (gsi_insert_on_edge_immediate): Use it.
2497         (gsi_insert_seq_on_edge_immediate): Likewise.
2498         (gsi_commit_one_edge_insert): Likewise.
2499
2500         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
2501         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
2502         (x86_64_elf_unique_section): Likewise.
2503
2504 2010-07-26  Jan Hubicka  <jh@suse.cz>
2505
2506         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
2507         GTY((skip)).
2508
2509 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
2510
2511         * target.def (output_source_filename): New hook.
2512         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
2513         * doc/tm.texi: Regenerate.
2514         * toplev.c (output_file_directive) Remove function.
2515         * toplev.h (output_file_directive) Remove.
2516         * output.h (default_asm_output_source_filename,
2517         output_file_directive): Declare.
2518         * varasm.h (default_asm_output_source_filename,
2519         output_file_directive): New functions.
2520
2521         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
2522         * config/mips/mips-protos.h (mips_output_filename): Remove.
2523         * config/mips/mips.c (mips_output_filename): Make Static.
2524         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
2525
2526 2010-07-26  Richard Guenther  <rguenther@suse.de>
2527
2528         PR tree-optimization/43784
2529         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
2530         if the destination is used by the call.
2531
2532 2010-07-26  Richard Guenther  <rguenther@suse.de>
2533
2534         PR middle-end/45073
2535         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
2536         SSA updating on being in SSA form.
2537
2538 2010-07-26  Richard Guenther  <rguenther@suse.de>
2539
2540         PR middle-end/45056
2541         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
2542
2543 2010-07-26  Richard Guenther  <rguenther@suse.de>
2544
2545         PR tree-optimization/45071
2546         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
2547         adjust op->opcode.
2548
2549 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2550
2551         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
2552         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
2553         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
2554         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
2555         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
2556         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
2557         save_r31, return_r31, save_interrupt, return_interrupt,
2558         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
2559         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
2560         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
2561         new ABI requirements.
2562         (save_r6_r9, L_callt_save_r6_r9): Remove.
2563         * config/v850/predicates.md (even_reg_operand, disp23_operand,
2564         const_float_1_operand const_float_0_operand): New Predicates.
2565         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
2566         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
2567         * config/v850/t-v850: Update multilibs for new target variants.
2568         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
2569         * config/v850/t-v850e: Likewise.
2570         * config/v850/v850.c (v850_issue_rate): New.
2571         (v850_strict_argument_naming): New.
2572         (function_arg): Modify to generate a different ABI.
2573         (print_operand): Update case 'z' to support float modes.
2574         (output_move_single): Modify to generate appropriate and better
2575         assembly.
2576         (v850_float_z_comparison_operator, v850_select_cc_mode,
2577         v850_float_nz_comparison_operator,  v850_gen_float_compare,
2578         v850_gen_compare): New functions to support comparison of float values.
2579         (ep_memory_offset): Add support for V850E2 targets.
2580         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
2581         (INTERRUPT_REGPARM_NUM): Remove.
2582         (compute_register_save_size): Add extra case to save/restore long call.
2583         (use_prolog_function): New function to support prologue.
2584         (expand_prologue): Add support for V850E2 targets and modified
2585         as per the current ABI requirements.
2586         (expand_epilogue): Likewise.
2587         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
2588         (construct_save_jarl): Likewise.
2589         (construct_dispose_instruction): Update as per the current ABI
2590         requirements.
2591         (construct_prepare_instruction): Likewise.
2592         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
2593         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
2594         (CPP_SPEC): Updated to support v850e2 targets.
2595         (STRICT_ALIGNMENT): Modified.
2596         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
2597         (FIXED_REGISTERS): Likewise.
2598         (CALL_USED_REGISTERS): Likewise.
2599         (CONDITIONAL_REGISTER_USAGE): Updated.
2600         (HARD_REGNO_MODE_OK): Updated.
2601         (reg_class): Updated to add even registers.
2602         (REG_CLASS_NAMES): Likewise.
2603         (REG_CLASS_CONTENTS): Likewise.
2604         (REGNO_REG_CLASS): Updated for CC registers.
2605         (REG_CLASS_FROM_LETTER): Added support for even registers.
2606         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
2607         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
2608         ARG_POINTER_REGNUM): Updated.
2609         (FUNCTION_ARG_ADVANCE): Define.
2610         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
2611         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
2612         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
2613         (GO_IF_LEGITIMATE_ADDRESS): Updated.
2614         (SELECT_CC_MODE): Define.
2615         (REGISTER_NAMES): Updated to add psw and fcc registers.
2616         (ADDITIONAL_REGISTER_NAMES): Updated.
2617         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
2618         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
2619         * config/v850/v850.md (define_constants): Define new constants.
2620         (type): Update store,bit1,macc,div,fpu and single attributes.
2621         (cpu): New attribute.
2622         (cc): Add set_z attribute.
2623         (unsign23byte_load, sign23byte_load, unsign23hword_load,
2624         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
2625         23word_store): New instructions for 23-bit displacement load and store.
2626         (movqi_internal, movhi_internal): Update the attributes.
2627         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
2628         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
2629         the attributes.
2630         (v850_tst1): Modified using CC_REGNUM.
2631         (tstsi): Remove.
2632         (cmpsi): Modified as define_expand from define_insn.
2633         (cmpsi_insn, cmpsf, cmpdf): New instructions.
2634         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
2635         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
2636         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
2637         one_cmplsi2): Clobber the CC_REGNUM register.
2638         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
2639         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
2640         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
2641         (setf_insn, set_z_insn, set_nz_insn): New instructions for
2642         v850e2v3 target.
2643         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
2644         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
2645         targets.
2646         (sasf_1, sasf_2): Remove.
2647         (sasf): New instruction.
2648         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
2649         targets. CC_REGNUM register is clobbered and attributes are
2650         updated.
2651         (branch_z_normal, branch_z_invert, branch_nz_normal,
2652         branch_nz_invert): New branch related instructions.
2653         (jump): Updated the attributes.
2654         (switch): Update to support new targets. CC_REGNUM register is
2655         clobbered and attributes are updated.
2656         (call_internal_short, call_internal_long, call_value_internal_short,
2657         call_value_internal_long): Updated the attributes.
2658         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
2659         clobbered and attributes are updated.
2660         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
2661         Update to support new targets. CC_REGNUM register is clobbered.
2662         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
2663         instructions.
2664         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
2665         are updated.
2666         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
2667         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
2668         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
2669         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
2670         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
2671         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
2672         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
2673         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
2674         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
2675         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
2676         point instructions defined for V850e2v3 target.
2677         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
2678         Add support for V850E2 targets and CC_REGNUM register is clobbered.
2679         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
2680         support for new targets.
2681         * config/v850/v850-modes.def: New file.
2682         * config/v850/v850.opt(mstrict-align): Remove.
2683         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
2684         mv850e2v3): New command line options for V850.
2685         * config.gcc: Update the newly added files.
2686         * doc/invoke.texi: Update the newly added command line options for
2687         V850 target.
2688
2689 2010-07-26  Richard Guenther  <rguenther@suse.de>
2690
2691         PR tree-optimization/45052
2692         * ipa-pure-const.c (check_stmt): Check volatileness.
2693
2694 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
2695
2696         PR target/44707
2697         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
2698         * config/sparc/sparc.c: Include reload.h.
2699         (legitimize_tls_address): Rename into...
2700         (sparc_legitimize_tls_address): ...this.
2701         (legitimize_pic_address): Rename into...
2702         (sparc_legitimize_pic_address): ...this.
2703         (sparc_expand_move): Adjust to above renaming.
2704         (sparc_tls_referenced_p): Likewise.
2705         (sparc_legitimize_tls_address): Likewise.
2706         (sparc_legitimize_pic_address): Likewise.
2707         (sparc_legitimize_address): Likewise.
2708         (sparc_output_mi_thunk): Likewise.
2709         (sparc_legitimize_reload_address): New global function.  Recognize
2710         (lo_sum (high ...) ...) patterns generated by earlier passes.
2711         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
2712
2713 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
2714
2715         PR target/44484
2716         * config/sparc/predicates.md (memory_reg_operand): Delete.
2717         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
2718         (*sync_compare_and_swap): Encode the address form in the pattern.
2719         (*sync_compare_and_swapdi_v8plus): Likewise.
2720
2721 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
2722
2723         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
2724         Streamline paragraph on compatibility with the system compiler.
2725
2726 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
2727
2728         PR middle-end/45035
2729         * alias.c (true_dependence_1): Fix thinko in merge of old
2730         true_dependence and canon_true_dependence.
2731
2732 2010-07-23  Jan Hubicka  <jh@suse.cz>
2733
2734         * lto-streamer-out.c (write_symbol): Fix visibilities of external
2735         references.
2736
2737 2010-07-23  Le-Chun Wu  <lcwu@google.com>
2738
2739         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
2740         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
2741         and an unnecessary assignment.
2742         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
2743         self-assign warning.
2744         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
2745         unnecessary self-init.
2746
2747 2010-07-23  Richard Guenther  <rguenther@suse.de>
2748
2749         PR lto/43071
2750         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
2751         for -flto and -fwhopr.
2752
2753 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
2754
2755         PR target/41943
2756         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
2757         (stmp-int-hdrs): Prefix/postfix headers by include_next.
2758         * config.gcc (user_headers_inc_next_pre): New.
2759         (user_headers_inc_next_post): Likewise.
2760         (*-w64-mingw*): Use for float.h post-fixing, and for
2761         stddef.h/stdarg.h pre-fixing by include_next.
2762         * configure.ac (user_headers_inc_next_post): New.
2763         (user_headers_inc_next_pre): New.
2764         * configure: Regenerated.
2765
2766 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2767
2768         * configure.ac: Don't disable TLS on Solaris 8/9 by default
2769         Set tga_func for Solaris 2/x86 resp. SPARC.
2770         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
2771         (LIB_THREAD_LDFLAGS_SPEC): Define.
2772         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
2773         * configure: Regenerate.
2774         * config.in: Regenerate.
2775         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
2776         -pthread, -threads, LIB_TLS_SPEC with -pthread.
2777         * doc/install.texi (Specific, *-*-solaris2*): Document use of
2778         alternate thread libraries on Solaris 8.
2779         Document TLS patch requirements.
2780         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
2781         Document tls.
2782
2783         PR target/18788
2784         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
2785         -shared.
2786
2787 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
2788
2789         * tree.h (struct tree_base): Add nameless_flag bitfield.
2790         (TYPE_NAMELESS, DECL_NAMELESS): Define.
2791         * omp-low.c (create_omp_child_function, scan_omp_parallel,
2792         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
2793         DECL_ARTIFICIAL where needed.
2794         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
2795         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
2796         has DECL_NAMELESS set.
2797
2798 2010-07-23  Martin Jambor  <mjambor@suse.cz>
2799
2800         PR tree-optimization/44915
2801         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
2802         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
2803         (analyze_function): Likewise.
2804
2805 2010-07-23  Martin Jambor  <mjambor@suse.cz>
2806
2807         PR tree-optimization/44914
2808         * tree-sra.c (sra_modify_function_body): Return true if CFG was
2809         changed, add purging dead eh edges.
2810         (ipa_sra_modify_function_body): Return true if CFG was changed,
2811         simplify purging dead eh edges.
2812         (modify_function): Return true if CFG was changed.
2813         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
2814         was changed.
2815         (ipa_early_sra): Likewise.
2816
2817 2010-07-23  Jie Zhang  <jie@codesourcery.com>
2818
2819         PR target/44290
2820         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
2821         if "naked".
2822         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
2823         false if ! tree_versionable_function_p.
2824
2825 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
2826
2827         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
2828         * ipa-pure-const.c (special_builtlin_state): Remove
2829         BUILT_IN_ARGS_INFO case.
2830         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
2831         * builtins.c (expand_builtin): Likewise.
2832         (expand_builtin_args_info): Remove.
2833         * doc/tm.texi (__builtin_args_info): Remove.
2834         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
2835         * doc/tm.text.in: Likewise.
2836
2837 2010-07-23  Richard Guenther  <rguenther@suse.de>
2838
2839         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
2840         (lto_symtab_merge_decls_2): Likewise.
2841         * tree-ssa.c (useless_type_conversion_p): Likewise.
2842         * lto-streamer-in.c (input_gimple_stmt): Likewise.
2843         * gimple.c (gtc_visited2, gtc_ob2): Remove.
2844         (struct type_pair_d): Make same_p an array indexed by mode.
2845         Update comment.
2846         (lookup_type_pair): Update initialization.
2847         (struct sccs): Adjust same_p type.
2848         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
2849         Adjust.
2850         (print_gimple_types_stats): Likewise.
2851         * gimple.h (enum gtc_mode): New.
2852         (gimple_types_compatible_p): Adjust prototype.
2853
2854 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
2855
2856         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
2857         again after processing insn.
2858
2859 2010-07-23  Jie Zhang  <jie@codesourcery.com>
2860
2861         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
2862         proper words when !tree_versionable_function_p.
2863
2864 2010-07-23  Richard Guenther  <rguenther@suse.de>
2865
2866         PR tree-optimization/45037
2867         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
2868
2869 2010-07-23  Jie Zhang  <jie@codesourcery.com>
2870
2871         * doc/extend.texi: Remove IP2K from the description of naked attribute.
2872         Add MCORE instead.
2873
2874 2010-07-10  Andi Kleen  <ak@linux.intel.com>
2875
2876         PR lto/44992
2877         * lto-opts.c (lto_write_options): Add NULL file_data argument to
2878         lto_get_section_name.
2879         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
2880         * lto-streamer-out.c (produce_asm): Likewise.
2881         (copy_function): Likewise.
2882         (produce_symtab): Likewise.
2883         (produce_asm_for_decls): Likewise.
2884         * lto-streamer.c (lto_get_section_name): Add file_data argument.
2885         Rewrite to add random postfix to LTO sections.
2886         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
2887         (lto_get_section_name): Add file_data argument to prototype.
2888
2889 2010-07-10  Andi Kleen  <ak@linux.intel.com>
2890
2891         * lto-section-in.c (lto_section_name): Synchronize names
2892         with lto_get_section_name.
2893
2894 2010-07-10  Andi Kleen  <ak@linux.intel.com>
2895
2896         * lto-opts.c (lto_read_file_options): Check for missing section.
2897
2898 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
2899
2900         * ira.c (check_allocation): Correctly handle the case where an allocno
2901         with two objects was allocated to a single reg.
2902
2903 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
2904
2905         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
2906         (is_widening_mult_p): Likewise.
2907         (convert_to_widen): Use them.
2908         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
2909         well as integer ones.
2910
2911 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
2912
2913         * alias.c (true_dependence_1): New function, merged version of
2914         true_dependence and canon_true_dependence.
2915         (true_dependence): Simplify.
2916         (canon_true_dependence): Simplify.
2917
2918 2010-07-22  Richard Henderson  <rth@redhat.com>
2919
2920         PR target/45027
2921         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
2922         of V4SFmode for the SSE saves; increase stack alignment if needed.
2923         (ix86_gimplify_va_arg): Don't increase stack alignment here.
2924
2925 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
2926
2927         PR bootstrap/45028
2928         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
2929         call cprop_find_used_regs again via note_uses.
2930
2931 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
2932
2933         * alias.c (get_alias_set): Fix formatting issues.
2934
2935 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
2936
2937         PR middle-end/44878
2938         * stmt.c (expand_value_return):  Call promote_function_mode with
2939         a for_return argument of 2 when returning by reference.
2940
2941 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
2942
2943         PR debug/45024
2944         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
2945         unit DIE if we can find the scope DIE.
2946
2947 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
2948
2949         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
2950         changed.  Initialize OBJECT_SUBWORD.
2951         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
2952         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
2953         all callers changed.
2954         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
2955         (finish_allocno): Likewise.
2956         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
2957         (remove_low_level_allocnos): Likewise.
2958         (update_bad_spill_attribute): Likewise.
2959         (setup_min_max_allocno_live_range_point): Likewise.
2960         (sort_conflict_id_map): Likewise.
2961         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
2962         (ior_hard_reg_conflicts): New function.
2963         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
2964         (compress_conflict_vecs): Iterate over objects, not allocnos.
2965         (ira_add_live_range_to_object): New function.
2966         (object_range_compare_func): Renamed from allocno_range_compare_func.
2967         All callers changed.
2968         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
2969         subobjects, widen the min/max range of the lowest-order object to
2970         potentially include all other such low-order objects.
2971         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
2972         (check_allocation): Likewise.  Use more fine-grained tests for register
2973         conflicts.
2974         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
2975         allocno subobjects.
2976         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
2977         choices about which bits to set in each set.  Don't use
2978         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
2979         using the multiple sets we computed.
2980         (push_allocno_to_stack): Iterate over allocno subobjects.
2981         (all_conflicting_hard_regs_coalesced): New static function.
2982         (setup_allocno_available_regs_num): Use it.
2983         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
2984         subobjects.
2985         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
2986         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
2987         by ALLOCNO_NUM_OBJECTS.
2988         (calculate_spill_cost): Likewise.
2989         (color_pass): Express if statement in a more normal way.
2990         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
2991         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
2992         (setup_slot_coalesced_allocno_live_ranges): Likewise.
2993         (allocno_reload_assign): Likewise.
2994         (ira_reassign_pseudos): Likewise.
2995         (fast_allocation): Likewise.
2996         * ira-conflicts.c (build_conflict_bit_table): Likewise.
2997         (print_allocno_conflicts): Likewise.
2998         (ira_build_conflicts): Likewise.
2999         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
3000         callers changed.  Test subword 0 of each allocno for conflicts.
3001         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
3002         callers changed.  Iterate over allocno subobjects.
3003         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
3004         * ira-int.h (struct ira_allocno): New member: num_objects.
3005         Rename object to objects and change it into an array.
3006         (ALLOCNO_OBJECT): Add new argument N.
3007         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
3008         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
3009         (ior_hard_reg_conflicts): Declare.
3010         (ira_add_live_range_to_object): Declare.
3011         (ira_allocno_object_iterator): New.
3012         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
3013         (FOR_EACH_ALLOCNO_OBJECT): New macro.
3014         * ira-lives.c (objects_live): Renamed from allocnos_live; all
3015         uses changed.
3016         (allocnos_processed): New sparseset.
3017         (make_object_born): Renamed from make_allocno_born; take an
3018         ira_object_t argument.  All callers changed.
3019         (make_object_dead): Renamed from make_allocno_dead; take an
3020         ira_object_t argument.  All callers changed.
3021         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
3022         All callers changed.
3023         (mark_pseudo_regno_live): Iterate over allocno subobjects.
3024         (mark_pseudo_regno_dead): Likewise.
3025         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
3026         functions.
3027         (mark_ref_live): Detect subword accesses and call
3028         mark_pseudo_regno_subword_live as appropriate.
3029         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
3030         (process_bb_nodes_live): Deal with object-related updates first; set
3031         and test bits in allocnos_processed to avoid computing allocno
3032         statistics more than once.
3033         (create_start_finish_chains): Iterate over objects, not allocnos.
3034         (print_object_live_ranges): New function.
3035         (print_allocno_live_ranges): Use it.
3036         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
3037         and objects_live.
3038
3039 2010-07-22  Richard Guenther  <rguenther@suse.de>
3040
3041         PR lto/42451
3042         * gimple.c (gtc_next_dfs_num): New global.
3043         (struct sccs): Make value a union, add integer same_p member.
3044         (gtc_visit): New function.
3045         (gimple_types_compatible_p_1): New function, split out from ...
3046         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
3047         (iterative_hash_gimple_type): Adjust for sccs change.
3048
3049 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3050
3051         PR tree-optimization/44891
3052         * tree-sra.c: Include gimple-pretty-print.h.
3053         (replace_uses_with_default_def_ssa_name): Renamed to
3054         get_repl_default_def_ssa_name, return the new SSA name instead of
3055         replacing the old one.
3056         (sra_modify_assign): Dump a message when removing a load, if the LHS
3057         is an SSA_NAME, do not do any propagation, just set the RHS to a
3058         default definition SSA NAME, type convert if necessary.
3059         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
3060
3061 2010-07-22  Richard Guenther  <rguenther@suse.de>
3062
3063         PR tree-optimization/45017
3064         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
3065         TYPE_PRECISION of integral types in addition to size.
3066
3067 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
3068
3069         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
3070         when no C library is specified.
3071
3072 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3073
3074         * ipa-prop.h (struct ipa_node_params): Updated comment.
3075         (struct ipa_edge_args): Likewise.
3076         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
3077
3078 2010-07-22  Martin Jambor  <mjambor@suse.cz>
3079
3080         * cgraphunit.c (verify_edge_count_and_frequency): New function.
3081         (verify_cgraph_node): Verify frequencies of indirect edges.
3082         * tree-inline.c (tree_function_versioning): Update frequencies of
3083         indirect edges.
3084
3085 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3086
3087         PR target/43698
3088         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
3089         Set *arm_rev to be predicable.
3090
3091 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3092
3093         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
3094         (LINK_COMMAND_SPEC_A): New.
3095         (DSYMUTIL): New.
3096         (DSYMUTIL_SPEC): New.
3097         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
3098         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
3099
3100 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
3101
3102         * calls.c (load_register_parameters): Move check for zero
3103         sized items so that only the call to
3104         mem_overlaps_already_clobbered_arg_p () is protected.
3105
3106 2010-07-22  Jan Hubicka  <jh@suse.cz>
3107
3108         * ipa-pure-const.c (varying_state): Break out from ...
3109         (get_function_state): ... here; always return varying_state
3110         when state would be NULL otherwise.
3111         (remove_node_data): Do not free varying state.
3112
3113 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
3114
3115         PR bootstrap/44970
3116         PR middle-end/45009
3117         * postreload.c: Include "target.h".
3118         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
3119         into account.
3120         (fixup_debug_insns): Don't copy the rtx.
3121         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
3122         Don't copy when replacing.  Call fixup_debug_insns in the case where
3123         we merged one add with another.
3124         (reload_combine_recognize_pattern): Fail if there aren't any uses.
3125         Try harder to determine whether we're picking a valid index register.
3126         Don't set store_ruid for an insn we're going to scan in the
3127         next iteration.
3128         (reload_combine): Remove unused code.
3129         (reload_combine_note_use): When updating use information for
3130         an old insn, ignore a use that occurs after store_ruid.
3131         * Makefile.in (postreload.o): Update dependencies.
3132
3133         * function.c (record_hard_reg_sets): Restrict the previous change
3134         to cases where the incoming nominal mode is the same as the
3135         incoming promoted mode and everything happens in MODE_INT.
3136
3137 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
3138
3139         PR debug/45015
3140         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
3141         ASM_OPERANDS_OUTPUT_IDX.
3142         (adjust_insn): For inline asm with multiple sets ensure first
3143         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
3144         the insn.
3145
3146 2010-07-21  Richard Henderson  <rth@redhat.com>
3147
3148         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
3149         comparison for avoiding xmm register saves.  Emit the xmm register
3150         saves explicitly.
3151         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
3152         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
3153         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
3154         Remove patterns and the associated splitters.
3155
3156 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
3157
3158         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
3159         and imagine parts of a complex, so that they can have the same
3160         base and fall into the same group.
3161
3162 2010-07-21  Richard Guenther  <rguenther@suse.de>
3163
3164         PR lto/45018
3165         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
3166         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
3167         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
3168
3169 2010-07-21  Martin Jambor  <mjambor@suse.cz>
3170
3171         PR tree-optimization/44900
3172         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
3173         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
3174
3175 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
3176
3177         PR middle-end/44738
3178         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
3179
3180 2010-07-21  Richard Guenther  <rguenther@suse.de>
3181
3182         PR middle-end/45013
3183         * tree-ssa.c (useless_type_conversion_p): Dispatch to
3184         gimple_types_compatible_p only when in lto.
3185         * gimple.c (gimple_types_compatible_p): Use canonical types
3186         to speed up comparison.
3187
3188 2010-07-21  Richard Guenther  <rguenther@suse.de>
3189
3190         * tree-flow.h (referenced_var): Move define ...
3191         * tree-flow-inline.h (referenced_var): ... here as an inline
3192         function.  Assert here ...
3193         * tree-dfa.c (referenced_var_lookup): ... instead of here.
3194         * tree-ssa.c (maybe_optimize_var): Check if the variable
3195         is in referenced vars.
3196         (execute_update_addresses_taken): Remove old broken check.
3197         * gimple-pretty-print.c (pp_points_to_solution): Use
3198         referenced_var_lookup.
3199         * tree-into-ssa.c (dump_decl_set): Likewise.
3200
3201 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
3202
3203         PR debug/45003
3204         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
3205         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
3206         ZERO_EXTEND here.
3207
3208 2010-07-20  Richard Henderson  <rth@redhat.com>
3209
3210         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
3211
3212 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
3213
3214         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
3215         computing the sum of the stack pointer and a large constant.
3216         * config/arm/constraints.md (M): Remove superfluous parentheses.
3217         (Pc): New constraint.
3218
3219 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
3220
3221         PR debug/45006
3222         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
3223         operand's type if exp is tcc_unary class tree.
3224
3225 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
3226
3227         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
3228         Reverse sense of if_then_else condition.
3229
3230 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
3231
3232         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
3233         * config/rs6000/rs6000.c (rs6000_override_options): Set
3234         rs6000_block_move_inline_limit appropriately.
3235         (expand_block_move): Use rs6000_block_move_inline_limit.
3236         * doc/invoke.texi (mblock-move-inline-limit): Document.
3237
3238 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
3239
3240         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
3241         FROM and TO.  All callers changed.  Don't look for tracked uses,
3242         just scan the RTL for DEBUG_INSNs and substitute.
3243         (reload_combine_recognize_pattern): Call fixup_debug_insns.
3244         (reload_combine): Ignore DEBUG_INSNs.
3245
3246 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
3247
3248         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
3249         depth to 8 from 5.
3250
3251         PR debug/45003
3252         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
3253         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
3254         instead of the result's type.
3255
3256 2010-07-20  Richard Guenther  <rguenther@suse.de>
3257
3258         PR tree-optimization/44977
3259         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
3260         SSA form.
3261
3262 2010-07-20  Richard Guenther  <rguenther@suse.de>
3263
3264         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
3265         (lto_symtab_merge_decls_2): Likewise.
3266         * gimple.h (gimple_types_compatible_p): Declare.
3267         * gimple.c (gimple_queue_type_fixup): Remove.
3268         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
3269         (gimple_compatible_complete_and_incomplete_type_p): New function.
3270         (gimple_types_compatible_p): Adjust.
3271         (gimple_register_type): Remove type fixup code.
3272         (print_gimple_types_stats): Adjust.
3273         (free_gimple_type_tables): Likewise.
3274         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
3275         * tree-ssa.c (useless_type_conversion_p): Likewise.
3276
3277 2010-07-20  Richard Guenther  <rguenther@suse.de>
3278
3279         PR middle-end/44971
3280         PR middle-end/44988
3281         * tree-ssa.c (maybe_optimize_var): New function split out from ...
3282         (execute_update_addresses_taken): ... here.
3283         (non_rewritable_mem_ref_base): Likewise.
3284         (execute_update_addresses_taken): Do not iterate over all referenced
3285         vars but just all local decls and parms.
3286         Properly check call and asm arguments and rewrite call arguments.
3287
3288 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
3289
3290         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
3291         to top level.
3292         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
3293         definitions ...
3294         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
3295         New macro.
3296         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
3297
3298 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
3299
3300         * gengtype.c (start_root_entry): New function, split out from
3301         write_root.  Check whether V is null and raise an error if so.
3302         (write_field_root): Check for V being null.  Don't raise an error here;
3303         set V to null instead.
3304         (write_root): Update comment above function.  Use start_root_entry.
3305
3306 2010-07-19  Xinliang David Li  <davidxl@google.com>
3307
3308         PR testsuite/44932
3309         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
3310         def edges.
3311         (find_uninit_use): Add dump.
3312         (is_use_properly_guarded): Ditto.
3313         (warn_uninitialized_phi): Ditto.
3314         (execute_late_warn_uninitialized): Ditto.
3315
3316 2010-07-19  Richard Guenther  <rguenther@suse.de>
3317
3318         PR middle-end/44941
3319         * expr.c (emit_block_move_hints): Move zero size check first.
3320         Move asserts to more useful places.
3321         * calls.c (load_register_parameters): Check for zero size.
3322
3323 2010-07-19  Richard Henderson  <rth@redhat.com>
3324
3325         * tree-optimize.c (execute_all_early_local_passes): New.  Change
3326         cgraph_state here ...
3327         (execute_early_local_optimizations): ... not here.  Remove.
3328         (pass_early_local_passes, pass_all_early_optimizations): Update.
3329
3330 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
3331
3332         * postreload.c (reload_combine_closest_single_use): Ignore the
3333         number of uses for DEBUG_INSNs.
3334         (fixup_debug_insns): New static function.
3335         (reload_combine_recognize_const_pattern): Use it.  Don't let the
3336         main loop be affected by DEBUG_INSNs.
3337         Really disallow moving adds past a jump insn.
3338         (reload_combine_recognize_pattern): Don't update use_ruid here.
3339         (reload_combine_note_use): Do it here.
3340         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
3341
3342 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
3343
3344         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
3345         of a loop.
3346         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
3347
3348 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
3349
3350         * config/i386/darwin.h: Define darwin_emit_branch_islands.
3351         (TARGET_MACHO_BRANCH_ISLANDS): New.
3352         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
3353         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
3354         default value.
3355         * config/i386/i386.c (output_pic_addr_const): Do not emit
3356         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
3357         (x86_output_mi_thunk): Adjust symbol creation.
3358         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
3359         Remove out of date comment.
3360         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
3361         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
3362         (DARWIN_GENERATE_ISLANDS): Ditto.
3363         (output_call):  Do not emit branch islands unless
3364         darwin_emit_branch_islands is set.
3365         * config/darwin.c: Declare darwin_emit_branch_islands.
3366         (machopic_indirect_data_reference): Do not emit unless
3367         darwin_emit_branch_islands is set.
3368         (darwin_override_options): Set darwin_emit_branch_islands
3369         where it is needed.
3370         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
3371
3372 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3373
3374         * doc/sourcebuild.texi (Effective-Target Keywords): Document
3375         sse_runtime, sse2_runtime.
3376
3377 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
3378
3379         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
3380         low half of a single-register SCmode return value before ORing
3381         it with the high half.
3382         * config/mips/mips16.S (MERGE_GPRf): Likewise.
3383
3384 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3385
3386         PR target/44805
3387         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
3388         on all targets.
3389
3390 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
3391
3392         PR target/42235
3393         * postreload.c (reload_cse_move2add): Return bool, true if anything.
3394         changed.  All callers changed.
3395         (move2add_use_add2_insn): Likewise.
3396         (move2add_use_add3_insn): Likewise.
3397         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
3398         reload_combine.
3399         (RELOAD_COMBINE_MAX_USES): Bump to 16.
3400         (last_jump_ruid): New static variable.
3401         (struct reg_use): New members CONTAINING_MEM and RUID.
3402         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
3403         (reload_combine_split_one_ruid, reload_combine_split_ruids,
3404         reload_combine_purge_insn_uses, reload_combine_closest_single_use
3405         reload_combine_purge_reg_uses_after_ruid,
3406         reload_combine_recognize_const_pattern): New static functions.
3407         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
3408         is true for our reg and that we have available index regs.
3409         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
3410         callers changed.  Use them to initialize fields in struct reg_use.
3411         (reload_combine): Initialize last_jump_ruid.  Be careful when to
3412         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
3413         Call reload_combine_recognize_const_pattern.
3414         (reload_combine_note_store): Update REAL_STORE_RUID field.
3415
3416 2010-07-16  Jason Merrill  <jason@redhat.com>
3417
3418         * Makefile.in (opts-common.o): Depend on options.h.
3419
3420 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
3421
3422         * tree.c (build_common_builtin_nodes): Use build_function_type_list
3423         instead of build_function_type.
3424         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
3425         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
3426
3427 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
3428
3429         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
3430         do all the work.
3431         (rs6000_emit_int_cmove): Use function pointers for insn generation.
3432         Don't force values into registers unnecessarily.
3433         (output_isel): Assert that we're not given conditions we can't handle.
3434         Delete corresponding code.
3435         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
3436         scc_comparison_operator constraint.  Permit 0 for the consequent
3437         operand.  Permit any GPR for the alternative operand.
3438         (isel_unsigned_<mode>): Likewise.
3439
3440 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
3441
3442         PR target/44942
3443         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
3444         argument to const_tree.
3445         * config/i386/i386.c (function_arg_advance): If padding needs to be
3446         inserted before argument, increment cum->words by number of padding
3447         words as well.
3448         (contains_aligned_value_p): Change argument to const_tree.
3449         (ix86_function_arg_boundary): Change second argument to const_tree.
3450
3451 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
3452
3453         PR target/42235
3454         * function.c (record_hard_reg_sets): New static function.
3455         (assign_parm_setup_reg): If an optab for extending exists and the
3456         generated code clobbbers no hard regs, emit the insn directly and
3457         create a REG_EQUIV note.
3458
3459 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
3460
3461         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
3462         TREE_CHAIN.
3463         * c-typeck.c (push_init_level): Likewise.
3464         (process_init_element): Likewise.
3465
3466 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
3467
3468         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
3469         (integer_three_node): Add.
3470         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
3471         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
3472         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
3473         of call build_int_cst.
3474         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
3475         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
3476         (find_interesting_uses_address): Ditto.
3477         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
3478         * tree-eh.c (lower_eh_constructs_2): Ditto.
3479         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
3480         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
3481         * expmed.c (expand_divmod): Ditto.
3482         * tree-mudflap.c (mx_register_decls): Ditto.
3483         * varasm.c (array_size_for_constructor): Ditto.
3484         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
3485         * c-parser.c (c_parser_postfix_expression): Ditto.
3486
3487 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3488
3489         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
3490         New static variables.
3491         (reload_combine_recognize_pattern): New static function, broken out
3492         of reload_combine.
3493         (reload_combine): Use it.  Only initialize first_index_reg and
3494         last_index_reg once.
3495
3496 2010-07-15  Richard Henderson  <rth@redhat.com>
3497
3498         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
3499         when done.
3500
3501 2010-07-15  Jan Hubicka  <jh@suse.cz>
3502
3503         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
3504         comdats for broken gold.
3505         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
3506
3507 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
3508
3509         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
3510
3511 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
3512
3513         * tree.h (DECL_CHAIN): Define.
3514         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
3515         * c-decl.c: Likewise.
3516         * c-parser.c: Likewise.
3517         * c-typeck.c: Likewise.
3518         * cfgexpand.c: Likewise.
3519         * cgraph.c: Likewise.
3520         * cgraphunit.c: Likewise.
3521         * combine.c: Likewise.
3522         * config/alpha/alpha.c: Likewise.
3523         * config/arm/arm.c: Likewise.
3524         * config/frv/frv.c: Likewise.
3525         * config/i386/i386.c: Likewise.
3526         * config/i386/winnt-cxx.c: Likewise.
3527         * config/ia64/ia64.c: Likewise.
3528         * config/iq2000/iq2000.c: Likewise.
3529         * config/mep/mep.c: Likewise.
3530         * config/mips/mips.c: Likewise.
3531         * config/pa/som.h: Likewise.
3532         * config/rs6000/rs6000.c: Likewise.
3533         * config/s390/s390.c: Likewise.
3534         * config/sh/sh.c: Likewise.
3535         * config/sh/symbian-cxx.c: Likewise.
3536         * config/sparc/sparc.c: Likewise.
3537         * config/spu/spu.c: Likewise.
3538         * config/stormy16/stormy16.c: Likewise.
3539         * config/vxworks.c: Likewise.
3540         * config/xtensa/xtensa.c: Likewise.
3541         * coverage.c: Likewise.
3542         * dbxout.c: Likewise.
3543         * dwarf2out.c: Likewise.
3544         * emit-rtl.c: Likewise.
3545         * expr.c: Likewise.
3546         * function.c: Likewise.
3547         * gimple-low.c: Likewise.
3548         * gimple-pretty-print.c: Likewise.
3549         * gimplify.c: Likewise.
3550         * integrate.c: Likewise.
3551         * ipa-inline.c: Likewise.
3552         * ipa-prop.c: Likewise.
3553         * ipa-split.c: Likewise.
3554         * ipa-struct-reorg.c: Likewise.
3555         * ipa-type-escape.c: Likewise.
3556         * langhooks.c: Likewise.
3557         * lto-cgraph.c: Likewise.
3558         * omp-low.c: Likewise.
3559         * stor-layout.c: Likewise.
3560         * tree-cfg.c: Likewise.
3561         * tree-complex.c: Likewise.
3562         * tree-dfa.c: Likewise.
3563         * tree-dump.c: Likewise.
3564         * tree-inline.c: Likewise.
3565         * tree-mudflap.c: Likewise.
3566         * tree-nested.c: Likewise.
3567         * tree-object-size.c: Likewise.
3568         * tree-pretty-print.c: Likewise.
3569         * tree-sra.c: Likewise.
3570         * tree-ssa-live.c: Likewise.
3571         * tree-ssa-loop-niter.c: Likewise.
3572         * tree-ssa-math-opts.c: Likewise.
3573         * tree-ssa-reassoc.c: Likewise.
3574         * tree-ssa-sccvn.c: Likewise.
3575         * tree-ssa-structalias.c: Likewise.
3576         * tree-tailcall.c: Likewise.
3577         * tree-vrp.c: Likewise.
3578         * tree.c: Likewise.
3579         * var-tracking.c: Likewise.
3580         * varasm.c: Likewise.
3581
3582 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3583
3584         PR target/44877
3585         * config/spu/spu.c (spu_expand_builtin_1): Allow references
3586         (as well as pointers) as argument to mask_for_load builtins.
3587
3588 2010-07-15  Richard Guenther  <rguenther@suse.de>
3589
3590         PR tree-optimization/44946
3591         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
3592         with accessing only padding properly.
3593
3594 2010-07-15  Jan Hubicka  <jh@suse.cz>
3595
3596         * ipa.c (function_and_variable_visibility): Variables marked as used
3597         should not be localized.
3598
3599 2010-07-15  Jan Hubicka  <jh@suse.cz>
3600
3601         * cgraph.c: Include lto-streamer.h
3602         (change_decl_assembler_name): Work when assembler name hash is at place.
3603         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
3604         be sure to rename it to avoid name clash.
3605         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
3606         Localize hidden symbols only when locally defined.
3607
3608 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
3609
3610         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
3611
3612 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
3613             Kevin F. Quinn  <kevquinn@gentoo.org>
3614
3615         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
3616         * common.opt: Add -Wtrampolines.
3617         * doc/invoke.texi: Add -Wtrampolines.
3618
3619 2010-07-15  Jie Zhang  <jie@codesourcery.com>
3620
3621         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
3622         cortex_a8_issue_ls.
3623
3624 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
3625
3626         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
3627         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
3628
3629 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3630
3631         * config/spu/spu.c (reg_names): Remove prototype.
3632         (call_used_regs): Likewise.
3633
3634 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
3635
3636         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
3637         "unused" with attribute "used".
3638         (__JCR_END__): Likewise.
3639         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
3640         "used" attribute.
3641         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
3642
3643 2010-07-14  Richard Guenther  <rguenther@suse.de>
3644
3645         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
3646         (maybe_fixup_decls): Likewise.
3647         (input_gimple_stmt): Do not fixup anything.
3648         * lto-streamer-out.c (output_gimple_stmt): Make sure all
3649         non-automatic variable uses are wrapped inside a MEM_REF.
3650
3651 2010-07-14  Richard Henderson  <rth@redhat.com>
3652
3653         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
3654         for functions.
3655         * varasm.c (assemble_variable): Remove early exit for functions;
3656         assert that we're given a variable.
3657
3658 2010-07-14  Jie Zhang  <jie@codesourcery.com>
3659
3660         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
3661         cortex_a8_default when neon_type is not none.
3662
3663 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
3664
3665         * lower-subreg.c (subreg_context): New static bitmap.
3666         (decompose_multiword_subregs): Allocate and free it.
3667         (find_decomposable_subregs): Set a bit in it for a register that
3668         occurs in a subreg that changes mode but not size.
3669         (can_decompose_p): Test it instead of non_decomposable_context.
3670
3671 2010-07-14  Richard Guenther  <rguenther@suse.de>
3672
3673         PR tree-optimization/44824
3674         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
3675         is_gimple_mem_ref_addr.
3676         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
3677         non-decl_address_invariant_p addresses.
3678
3679 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
3680
3681         * reload.c (find_reloads): Revert code to penalize small register
3682         classes that was brought in with the IRA merge.
3683
3684 2010-07-14  Richard Guenther  <rguenther@suse.de>
3685
3686         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
3687         as base of ARRAY_REFs.
3688
3689 2010-07-14  Richard Guenther  <rguenther@suse.de>
3690
3691         PR middle-end/44930
3692         * tree-pretty-print.c (do_niy): Do not print a newline.
3693
3694 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
3695
3696         * ira-int.h (struct ira_object): New.
3697         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
3698         (struct ira_allocno): Remove members min, max,
3699         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
3700         conflict_allocnos_num and conflict_vec_p.  Add new member object.
3701         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
3702         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
3703         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
3704         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
3705         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
3706         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
3707         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
3708         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
3709         an ira_object_t rather than ira_allocno_t.  All uses changed.
3710         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
3711         contains a vector of ira_object_t; all uses changed.
3712         (ira_objects_num): Declare variable.
3713         (ira_create_allocno_object): Declare function.
3714         (ira_conflict_vector_profitable_p): Adjust prototype.
3715         (ira_allocate_conflict_vec): Renamed from
3716         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
3717         (ira_allocate_object_conflicts): Renamed from
3718         ira_allocate_allocno_conflicts; first arg now ira_object_t.
3719         (struct ira_object_iterator): New.
3720         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
3721         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
3722         to conflict_vec_p.  All uses changed.
3723         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
3724         Changed to take into account that conflicts are now tracked for
3725         objects.
3726         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
3727         Args changed to accept ira_object_t.  All uses changed.
3728         (allocnos_conflict_p): New static function.
3729         (collected_conflict_objects): Renamed from collected_allocno_objects;
3730         now a vector of ira_object_t.  All uses changed.
3731         (build_conflict_bit_table): Changed to take into account that
3732         conflicts are now tracked for objects.
3733         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
3734         (print_allocno_conflicts, ira_build_conflicts): Likewise.
3735         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
3736         setup_allocno_left_conflicts_size, allocno_reload_assign,
3737         fast_allocation): Likewise.
3738         * ira-lives.c (make_hard_regno_born, make_allocno_born)
3739         process_single_reg_class_operands, process_bb_node_lives): Likewise.
3740         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
3741         Likewise.
3742         * ira-build.c (ira_objects_num): New variable.
3743         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
3744         contains a vector of ira_object_t; all uses changed.
3745         (ira_object_id_map_vec): Corresponding change.
3746         (object_pool): New static variable.
3747         (initiate_allocnos): Initialize it.
3748         (finish_allocnos): Free it.
3749         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
3750         New functions.
3751         (ira_create_allocno): Don't set members that were removed.
3752         (ira_set_allocno_cover_class): Don't change conflict hard regs.
3753         (merge_hard_reg_conflicts): Changed to take into account that
3754         conflicts are now tracked for objects.
3755         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
3756         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
3757         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
3758         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
3759         setup_min_max_conflict_allocno_ids, ):  Likewise.
3760         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
3761         to ira_object_t; all callers changed.
3762         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
3763         to ira_object_t, all callers changed.
3764         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
3765         to ira_object_t, all callers changed.
3766         (conflict_check, curr_conflict_check_tick): Renamed from
3767         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
3768         changed.
3769         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
3770         arg changed to ira_object_t, all callers changed.
3771         (create_cap_allocno): Call ira_create_allocno_object.
3772         (finish_allocno): Free the corresponding object.
3773         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
3774         callers changed.  Adjusted for dealing with objects.
3775         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
3776         dealing with objects.
3777         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
3778
3779         * ira-int.h (struct live_range): Rename allocno member to object
3780         and change type to ira_object_t.
3781         (struct ira_object): New member live_ranges.
3782         (struct ira_allocno): Remove member live_ranges.
3783         (ALLOCNO_LIVE_RANGES): Remove.
3784         (OBJECT_LIVE_RANGES): New macro.
3785         (ira_create_live_range, ira_copy_live_range_list,
3786         ira_merge_live_range_list, ira_live_ranges_intersect_p,
3787         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
3788         * ira-build.c (ira_create_object): Initialize live ranges here.
3789         (ira_create_allocno): Not here.
3790         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
3791         changed to ira_object_t, all callers changed.
3792         (copy_live_range): Rename from copy_allocno_live_range, all callers
3793         changed.
3794         (ira_copy_live_range_list): Rename from
3795         ira_copy_allocno_live_range_list, all callers changed.
3796         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
3797         all callers changed.
3798         (ira_live_ranges_intersect_p): Rename from
3799         ira_allocno_live_ranges_intersect_p, all callers changed.
3800         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
3801         callers changed.
3802         (ira_finish_live_range_list): Rename from
3803         ira_finish_allocno_live_range_list, all callers changed.
3804         (change_object_in_range_list): Rename from change_allocno_in_range_list,
3805         last arg changed to ira_object_t, all callers changed.
3806         (finish_allocno): Changed to expect live ranges in the allocno's object.
3807         (move_allocno_live_ranges, copy_allocno_live_ranges,
3808         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
3809         ira_flattening, ira_build): Likewise.
3810         * ira-color.c (allocnos_have_intersected_live_ranges_p,
3811         slot_coalesced_allocno_live_ranges_intersect,
3812         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
3813         * ira-conflicts.c (build_conflict_bit_table): Likewise.
3814         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
3815         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
3816         make_allocno_dead, create_start_finish_chains,
3817         remove_some_program_points_and_update_live_ranges,
3818         ira_debug_live_range_list): Likewise.
3819
3820         * ira-int.h (ira_object_conflict_iterator): Rename from
3821         ira_allocno_conflict_iterator.
3822         (ira_object_conflict_iter_init): Rename from
3823         ira_allocno_conflict_iter_init, second arg changed to
3824         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
3825         FOR_EACH_ALLOCNO_CONFLICT.
3826         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
3827         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
3828         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
3829         * ira-conflicts.c (print_allocno_conflicts): Likewise.
3830
3831 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
3832
3833         PR other/44874
3834         * tree-dump.c (dump_options): Add enumerate_locals entry.
3835         Add TDF_NOID exclusion to all entry.
3836         * tree-dump.h (dump_enumerated_decls): Declare.
3837         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
3838         Don't display type uid.
3839         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
3840         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
3841         * tree-ssa-live.c: Include gimple.h.
3842         (numbered_tree_d): New struct.
3843         (numbered_tree): New typedef.
3844         (DEF_VEC_O (numbered_tree): New.
3845         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
3846         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
3847         (dump_enumerated_decls): Likewise.
3848         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
3849         debug info and flag_dump_final_insns, call dump_enumerated_decls.
3850         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
3851         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
3852
3853 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
3854
3855         * expmed.h (MAX_BITS_PER_WORD): Move to...
3856         * defaults.h (MAX_BITS_PER_WORD): ...here.
3857
3858 2010-07-13  DJ Delorie  <dj@redhat.com>
3859
3860         * config/h8300/h8300.c (h8300_init_once): Default to
3861         -fstrict_volatile_bitfields.
3862
3863         * config/sh/sh.c (sh_override_options): Default to
3864         -fstrict_volatile_bitfields.
3865
3866         * config/rx/rx.c (rx_option_override): New.
3867
3868         * config/m32c/m32c.c (m32c_override_options): Default to
3869         -fstrict_volatile_bitfields.
3870
3871 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
3872
3873         * tree.h (build_function_call_expr): Delete.
3874         (build_call_expr_loc_array): New function.
3875         (build_call_expr_loc_vec): New function.
3876         * tree-flow.h (struct omp_region): Change type of ws_args field
3877         to a VEC.
3878         * builtins.c (build_function_call_expr): Delete.
3879         (build_call_expr_loc_array): New function.
3880         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
3881         (build_call_expr): Likewise.
3882         (build_call_expr_loc_vec): New function.
3883         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
3884         build_function_call_expr.
3885         * expr.c (emutls_var_address): Likewise.
3886         * varasm.c (emutls_common_1): Likewise.
3887         * omp-low.c (expand_omp_atomic_mutex): Likewise.
3888         (expand_omp_taskreg): Adjust for new type of region->ws_args.
3889         (get_ws_args_for): Return a VEC instead of a tree.
3890         (expand_parallel_call): Call build_call_expr_loc_vec instead of
3891         build_function_call_expr.
3892         * stor-layout.c (self_referential_size): Likewise.
3893
3894 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
3895
3896         PR testsuite/44701
3897         * recog.c (constrain_operands): Allow side-effects in memory
3898         operands if either < or > constraint is used, rather than if
3899         both < and > is used.
3900
3901 2010-07-13  Richard Guenther  <rguenther@suse.de>
3902
3903         PR middle-end/44911
3904         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
3905         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
3906         without name.
3907
3908 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
3909
3910         PR target/44761
3911         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
3912         to variable emited.
3913         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
3914         * config/sh/sh.md (symGOT_load): Likewise.
3915         (symDTPOFF2reg): Likewise.
3916         (symTPOFF2reg): Likewise.
3917
3918 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3919
3920         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
3921         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
3922
3923 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3924
3925         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
3926         explanation.
3927         Find ucontext_t * on Solaris 11.
3928         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
3929         Handle new Solaris 11 __sighndlr patterns.
3930
3931 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
3932
3933         PR debug/44901
3934         * vec.h (VEC_block_remove): Fix comment.
3935         * tree-ssa-live.c (remove_unused_locals): Don't use
3936         VEC_unordered_remove on local_decls, instead replace a single
3937         vector element in each iteration if at least one element had
3938         to be removed and VEC_truncate at the end.
3939         * omp-low.c (expand_omp_taskreg): Likewise.
3940
3941 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
3942
3943         * c-decl.c (finish_function): Fix typo in comment.
3944
3945 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
3946
3947         PR bootstrap/44921
3948         * postreload.c (move2add_use_add3_insn): Silence gcc warning
3949         on min_regno.
3950
3951 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
3952
3953         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
3954         (simplify_stmt_using_ranges): Use it.
3955
3956 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3957
3958         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
3959         member.  Do not mark as GTY(()).
3960         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
3961         (spu_builtin_decls): New static variable.
3962         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
3963         (spu_init_builtins): Likewise.
3964         (spu_builtin_mul_widen_even): Likewise.
3965         (spu_builtin_mul_widen_odd): Likewise.
3966         (spu_builtin_mask_for_load): Likewise.
3967         (spu_builtin_vec_perm): Likewise.
3968         * config/spu/spu-c.c: Include "target.h".
3969         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
3970         of using spu_builtins[].fndecl.
3971
3972 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
3973
3974         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
3975         imply -minterlink-mips16.
3976
3977 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
3978
3979         * config/mips/mips.h (mips16_globals): Declare.
3980         (SWITCHABLE_TARGET): Define.
3981         * config/mips/mips.c: Include target-globals.h.
3982         (mips16_globals): New variable.
3983         (mips_set_mips16_mode): Use save_target_globals and
3984         restore_target_globals instead of target_reinit.
3985
3986 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
3987
3988         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
3989         to say that the function can be called more than once.
3990         * target-globals.c (save_target_globals): Call init_reg_sets.
3991
3992 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
3993
3994         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
3995         * bb-reorder.h: New file.
3996         * bb-reorder.c (default_target_bb_reorder): New variable.
3997         (this_target_bb_reorder): New conditional variable.
3998         (uncond_jump_length): Redefine as a macro.
3999         * target-globals.h (this_target_bb_reorder): Declare.
4000         (target_globals): Add a bb_reorder field.
4001         (restore_target_globals): Copy the bb_reorder field to
4002         this_target_bb-reorder.
4003         * target-globals.c: Include bb-reorder.h.
4004         (default_target_globals): Initialize the bb_reorder field.
4005         (save_target_globals): Likewise.
4006
4007 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4008
4009         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
4010         * gcse.h: New file.
4011         * gcse.c: Include gcse.h.
4012         (default_target_gcse): New variable.
4013         (this_target_gcse): New conditional variable.
4014         (can_copy): Redefine as a macro.
4015         (can_copy_init_p): New macro.
4016         (can_copy_p): Remove can_copy_init_p.
4017         * target-globals.h (this_target_gcse): Declare.
4018         (target_globals): Add a gcse field.
4019         (restore_target_globals): Copy the gcse field to this_target_gcse.
4020         * target-globals.c: Include gcse.h.
4021         (default_target_globals): Initialize the gcse field.
4022         (save_target_globals): Likewise.
4023
4024 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4025
4026         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
4027         and x_ira_prohibited_mode_move_regs_initialized_p.
4028         (ira_prohibited_mode_move_regs): Redefine as a macro.
4029         * ira.c (ira_prohibited_mode_move_regs): Delete.
4030         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
4031
4032 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4033
4034         * reload.h (target_reload): Add x_cached_reg_save_code and
4035         x_cached_reg_restore_code.
4036         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
4037         Redefine as macros.
4038
4039 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4040
4041         * Makefile.in (target-globals.o): Depend on builtins.h.
4042         * builtins.h: New file.
4043         * builtins.c: Include builtins.h.
4044         (default_target_builtins): New variable.
4045         (this_target_builtins): New conditional variable.
4046         (apply_args_mode, apply_result_mode): Redefine as macros.
4047         * target-globals.h (this_target_builtins): Declare.
4048         (target_globals): Add a builtins field.
4049         (restore_target_globals): Copy the builtins field to
4050         this_target_builtins.
4051         * target-globals.c: Include builtins.h.
4052         (default_target_globals): Initialize the builtins field.
4053         (save_target_globals): Likewise.
4054
4055 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4056
4057         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
4058         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
4059         from expmed.c.
4060         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
4061         (alg_hash, alg_hash_used_p): New macros.
4062         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
4063         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
4064         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
4065
4066 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4067
4068         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
4069         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
4070         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
4071         (this_op_costs, costs_classes): Redefine as macros.
4072         (record_reg_classes): Don't take op_costs as a parameter.
4073         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
4074         (scan_one_insn): Update call to record_operand_costs.
4075
4076 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4077
4078         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
4079         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
4080         (target_ira_int): New structure.
4081         (default_target_ira_int): Declare.
4082         (this_target_ira_int): Declare as a variable or define as a macro.
4083         (ira_reg_mode_hard_regset, ira_register_move_cost)
4084         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
4085         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
4086         (prohibited_class_mode_regs, ira_important_classes_num)
4087         (ira_important_classes, ira_reg_class_intersect)
4088         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
4089         (ira_reg_class_union): Redefine as macros.
4090         * ira.h (target_ira): New structure.
4091         (default_target_ira): Declare.
4092         (this_target_ira): Declare as a variable or define as a macro.
4093         (ira_available_class_regs, ira_hard_regno_cover_class)
4094         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
4095         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
4096         (ira_class_hard_regs_num): Redefine as macros.
4097         * ira.c (default_target_ira, default_target_ira_int): New variables.
4098         (this_target_ira, this_target_ira_int): New conditional variables.
4099         (ira_reg_mode_hard_regset, ira_memory_move_cost)
4100         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
4101         (ira_class_subset_p): Delete.
4102         (no_unit_alloc_regs): Redefine as a macro.
4103         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
4104         (ira_class_hard_regs_num, ira_class_hard_reg_index)
4105         (ira_available_class_regs): Delete.
4106         (alloc_reg_class_subclasses): Redefine as a macro.
4107         (ira_reg_class_cover_size, ira_reg_class_cover)
4108         (ira_important_classes_num, ira_important_classes)
4109         (ira_important_class_nums, ira_class_translate): Delete.
4110         (cover_class_order): Document the variable's lifetime.
4111         (reorder_important_classes): Don't set ira_important_class_nums.
4112         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
4113         (ira_reg_class_super_classes, ira_reg_class_union)
4114         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
4115         Delete.
4116         (setup_reg_class_nregs): Don't set ira_max_regs.
4117         (prohibited_class_mode_regs): Delete.
4118         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
4119         (target_globals): Add ira and ira_int fields.
4120         (restore_target_globals): Copy the ira field to this_target_ira
4121         and the ira_int field to this_target_ira_int.
4122         * target-globals.c: Include ira-int.h.
4123         (default_target_globals): Initialize the ira and ira_int fields.
4124         (save_target_globals): Likewise.
4125
4126 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4127
4128         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
4129         * cfgloop.h (target_cfgloop): New structure.
4130         (default_target_cfgloop): Declare.
4131         (this_target_cfgloop): Declare as a variable or define as a macro.
4132         (target_avail_regs, target_clobbered_regs, target_res_regs)
4133         (target_reg_cost, target_spill_cost): Redefine as macros.
4134         * cfgloopanal.c (default_target_cfgloop): New variable.
4135         (this_target_cfgloop): New conditional variable.
4136         (target_avail_regs, target_clobbered_regs, target_res_regs)
4137         (target_reg_cost, target_spill_cost): Delete.
4138         * target-globals.h (this_target_cfgloop): Declare.
4139         (target_globals): Add a cfgloop field.
4140         (restore_target_globals): Copy the cfgloop field to
4141         this_target_cfgloop.
4142         * target-globals.c: Include cfgloop.h.
4143         (default_target_globals): Initialize the cfgloop field.
4144         (save_target_globals): Likewise.
4145
4146 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4147
4148         * regs.h (target_regs): Add x_direct_load, x_direct_store and
4149         x_float_extend_from_mem.
4150         (direct_load, direct_store, float_extend_from_mem): New macros.
4151         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
4152
4153 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4154
4155         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
4156         (target-globals.o): Depend on $(LIBFUNCS_H).
4157         * libfuncs.h: Include hashtab.h.
4158         (libfunc_entry): Moved from optabs.c.
4159         (target_libfuncs): New structure.
4160         (default_target_libfuncs): Declare.
4161         (this_target_libfuncs): Declare as a variable or define as a macro.
4162         (libfunc_table): Redefine as a macro.
4163         * optabs.c (default_target_libfuncs): New variable.
4164         (this_target_libfuncs): New conditional variable.
4165         (libfunc_table): Delete.
4166         (libfunc_entry): Moved to optabs.h.
4167         (libfunc_hash): Redefine as a macro.
4168         (hash_libfunc, eq_libfunc): Fix comments.
4169         (init_optabs): Use libfunc_hash to detect cases where the function
4170         has already been called.  Clear the hash table instead of
4171         recreating it.
4172         * target-globals.h (this_target_libfuncs): Declare.
4173         (target_globals): Add a libfuncs field.
4174         (restore_target_globals): Copy the libfuncs field to
4175         this_target_libfuncs.
4176         * target-globals.c: Include libfuncs.h.
4177         (default_target_globals): Initialize the libfuncs field.
4178         (save_target_globals): Likewise.
4179
4180 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4181
4182         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
4183         in all dependency lists.
4184
4185 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4186
4187         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
4188         * optabs.h (target_optabs): New structure.
4189         (default_target_optabs): Declare.
4190         (this_target_optabs): Declare as a variable or define as a macro.
4191         (optab_table, convert_optab_table, direct_optab_table): Redefine
4192         as macros.
4193         * optabs.c (default_target_optabs): New variable.
4194         (this_target_optabs): New conditional variable.
4195         (optab_table, convert_optab_table, direct_optab_table): Delete.
4196         * target-globals.h (this_target_optabs): Declare.
4197         (target_globals): Add a optabs field.
4198         (restore_target_globals): Copy the optabs field to
4199         this_target_optabs.
4200         * target-globals.c: Include expr.h and optabs.h.
4201         (default_target_globals): Initialize the optabs field.
4202         (save_target_globals): Likewise.
4203
4204 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4205
4206         * flags.h (target_flagstate): Add x_flag_excess_precision.
4207         (flag_excess_precision): Redefine as a macro.
4208         * toplev.c (flag_excess_precision): Delete.
4209
4210 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4211
4212         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
4213         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
4214         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
4215         (no_caller_save_reg_set): Redefine as a macro.
4216         * reload.h (target_reload): Add x_caller_save_initialized_p and
4217         x_regno_save_mode.
4218         (caller_save_initialized_p): Redefine as a macro.
4219         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
4220         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
4221         (regno_save_mode): Redefine as a macro.
4222
4223 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4224
4225         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
4226         * expmed.h: New file.
4227         * expmed.c (default_target_costs): New variable.
4228         (this_target_costs): New conditional variable.
4229         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
4230         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
4231         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
4232         * target-globals.h (this_target_expmed): Declare.
4233         (target_globals): Add a expmed field.
4234         (restore_target_globals): Copy the expmed field to
4235         this_target_expmed.
4236         * target-globals.c: Include expmed.h.
4237         (default_target_globals): Initialize the expmed field.
4238         (save_target_globals): Likewise.
4239
4240 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4241
4242         * Makefile.in (target-globals.o): Depend on reload.h.
4243         * reload.h (target_reload): New structure.
4244         (default_target_reload): Declare.
4245         (this_target_reload): Declare as a variable or define as a macro.
4246         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
4247         * reload1.c (default_target_reload): New variable
4248         (this_target_reload): New conditional variable.
4249         (indirect_symref_ok, double_reg_address_ok): Delete.
4250         (spill_indirect_levels): Redefine as a macro.
4251         * target-globals.h (this_target_reload): Declare.
4252         (target_globals): Add a reload field.
4253         (restore_target_globals): Copy the reload field to
4254         this_target_reload.
4255         * target-globals.c: Include hard-reg-set.h.
4256         (default_target_globals): Initialize the reload field.
4257         (save_target_globals): Likewise.
4258
4259 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4260
4261         * rtl.h (target_rtl): Add x_static_reg_base_value.
4262         * alias.c (static_reg_base_value): Redefine as a macro.
4263
4264 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4265
4266         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
4267         (GTFILES): Remove reginfo.c.
4268         * rtl.h (target_rtl): Add x_top_of_stack.
4269         (top_of_stack): New macro.
4270         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
4271         (top_of_stack): Delete.
4272
4273 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4274
4275         * regs.h (target_regs): Add x_hard_regs_of_mode,
4276         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
4277         x_may_move_out_cost and x_last_mode_for_init_move_cost.
4278         (have_regs_of_mode, contains_reg_of_mode, move_cost)
4279         (may_move_in_cost, may_move_out_cost): Redefine as macros.
4280         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
4281         (may_move_in_cost, may_move_out_cost): Delete.
4282         (last_mode_for_init_move_cost): Redefine as a macro.
4283
4284 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4285
4286         * hard-reg-set.h (target_hard_regs): New structure.
4287         (default_target_hard_regs): Declare.
4288         (this_target_hard_regs): Declare as a variable or define as a macro.
4289         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
4290         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
4291         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
4292         (reg_class_size, reg_class_subclasses, reg_class_subunion)
4293         (reg_class_superunion, reg_names): Redefine as macros.
4294         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
4295         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
4296         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
4297         (reg_class_contents, reg_class_size, reg_class_subclasses)
4298         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
4299         (default_target_hard_regs): New variable
4300         (this_target_hard_regs, initial_call_really_used_regs)
4301         (initial_reg_alloc_order): New conditional variables.
4302         (initial_reg_names): New variable.
4303         (init_reg_sets): Assert that initial_call_really_used_regs,
4304         initial_reg_alloc_order and initial_reg_names
4305         are all the same size as their variable counterparts.  Use them to
4306         initialize those counterparts.
4307         * target-globals.h (this_target_hard_regs): Declare.
4308         (target_globals): Add a hard_regs field.
4309         (restore_target_globals): Copy the hard_regs field to
4310         this_target_hard_regs.
4311         * target-globals.c: Include hard-reg-set.h.
4312         (default_target_globals): Initialize the hard_regs field.
4313         (save_target_globals): Likewise.
4314
4315 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4316
4317         * Makefile.in (target-globals.o): Depend on $(RTL_H).
4318         * rtl.h (target_rtl): New structure.
4319         (default_target_rtl): Declare.
4320         (this_target_rtl): Declare as a variable or define as a macro.
4321         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
4322         Redefine as macros.
4323         * emit-rtl.c (default_target_rtl): New variable.
4324         (this_target_rtl): New conditional variable.
4325         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
4326         (return_address_pointer_rtx): Delete.
4327         (initial_regno_reg_rtx): New macro.
4328         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
4329         (init_emit_regs): Likewise.
4330         * target-globals.h (this_target_rtl): Declare.
4331         (target_globals): Add a rtl field.
4332         (restore_target_globals): Copy the rtl field to this_target_rtl.
4333         * target-globals.c: Include rtl.h.
4334         (default_target_globals): Initialize the rtl field.
4335         (save_target_globals): Likewise.
4336
4337 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4338
4339         * Makefile.in (target-globals.o): Depend on $(REGS_H).
4340         * regs.h (target_reg_modes): New structure.
4341         (default_target_reg_modes): Declare.
4342         (this_target_reg_modes): Declare as a variable or define as a macro.
4343         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
4344         * reginfo.c (default_target_reg_modes): New variable.
4345         (this_target_reg_modes): New conditional variable.
4346         (hard_regno_nregs, reg_raw_mode): Delete.
4347         * target-globals.h (this_target_regs): Declare.
4348         (target_globals): Add a regs field.
4349         (restore_target_globals): Copy the regs field to this_target_regs.
4350         * target-globals.c: Include regs.h.
4351         (default_target_globals): Initialize the regs field.
4352         (save_target_globals): Likewise.
4353
4354 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
4355
4356         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
4357         * doc/tm.texi: Regenerate.
4358         * Makefile.in (OBJS-common): Add target-globals.o.
4359         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
4360         and target-globals.h.
4361         (target-globals.o): New rule.
4362         (GTFILES): Include $(srcdir)/target-globals.h.
4363         * defaults.h (SWITCHABLE_TARGET): Define.
4364         * gengtype.c (open_base_files): Add target-globals.h to the
4365         list of includes.
4366         * target-globals.h: New file.
4367         * target-globals.c: Likewise.
4368
4369         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
4370         * flags.h (target_flag_state): New structure.
4371         (default_target_flag_state): Declare.
4372         (this_target_flag_state): Declare as a variable or define as a macro.
4373         (align_loops_log): Redefine as a macro.
4374         (align_loops_max_skip, align_jumps_log): Likewise.
4375         (align_jumps_max_skip, align_labels_log): Likewise.
4376         (align_labels_max_skip, align_functions_log): Likewise.
4377         * toplev.c (default_target_flag_state): New variable.
4378         (this_target_flag_state): New conditional variable.
4379         (align_loops_log): Delete.
4380         (align_loops_max_skip, align_jumps_log): Likewise.
4381         (align_jumps_max_skip, align_labels_log): Likewise.
4382         (align_labels_max_skip, align_functions_log): Likewise.
4383         * target-globals.h (this_target_flag_state): Declare.
4384         (target_globals): Add a flag_state field.
4385         (restore_target_globals): Copy the flag_state field to
4386         this_target_flag_state.
4387         * target-globals.c: Include flags.h.
4388         (default_target_globals): Initialize the flag_state field.
4389         (save_target_globals): Likewise.
4390
4391 2010-07-12  Jie Zhang  <jie@codesourcery.com>
4392
4393         * postreload.c (reg_symbol_ref[]): New.
4394         (move2add_use_add2_insn): New.
4395         (move2add_use_add3_insn): New.
4396         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
4397         (move2add_note_store): Likewise.
4398
4399 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4400
4401         PR rtl-optimization/44752
4402         * genautomata.c (main): Don't emit an empty file even if there
4403         is no automaton.
4404
4405 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4406
4407         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
4408         ix86_solaris_return_in_memory.
4409         * config/i386-protos.h: Reflect this.
4410         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
4411         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
4412         Move ...
4413         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
4414
4415 2010-07-12  Jie Zhang  <jie@codesourcery.com>
4416
4417         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
4418         align the stack when it's going to be saved.
4419
4420 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4421
4422         PR pch/14940
4423         * config/host-solaris.c (mmap_fixed): New function.
4424         (sol_gt_pch_get_address): Use it.
4425         (sol_gt_pch_use_address): Likewise.
4426
4427 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4428
4429         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
4430         pentiumpro on Solaris 8 and 9/x86.
4431         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
4432         Document SSE/SSE2 support.
4433         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
4434
4435 2010-07-12  Andi Kleen  <ak@linux.intel.com>
4436
4437         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
4438         instead of gcc_assert to print better error message for multiple
4439         prevailing defs.
4440
4441 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
4442
4443         * config/i386/i386.c (ix86_asm_output_function_label): Change format
4444         string placeholder from 0x%x to %#x.
4445         (ix86_code_end): Use putc to output '\n'.
4446         (ix86_print_operand) <case ';'>: Use putc to output ';'.
4447
4448 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
4449
4450         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
4451         in directive -export.
4452
4453 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
4454
4455         * reginfo.h (reg_classes_intersect_p): Change arguments type to
4456         reg_class_t.
4457         * rtl.h (reg_classes_intersect_p): Adjust prototype.
4458
4459         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
4460         Remove macros.
4461         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
4462         rs6000_memory_move_cost): Remove
4463         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
4464         TARGET_MEMORY_MOVE_COST): Define.
4465         (rs6000_register_move_cost): Make static. Change arguments type from
4466         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
4467         (rs6000_memory_move_cost): Make static. Change arguments type from
4468         'enum reg_class' to reg_class_t.
4469
4470 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
4471
4472         PR middle-end/42505
4473         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
4474         lookup code into....
4475         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
4476         new functions.
4477         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
4478         * cfgloopanal.c (target_clobbered_regs): Define.
4479         (init_set_costs): Initialize target_clobbered_regs.
4480         (estimate_reg_pressure_cost): Add call_p argument.  When true,
4481         adjust the number of available registers to exclude the
4482         call-clobbered registers.
4483         * cfgloop.h (target_clobbered_regs): Declare.
4484         (estimate_reg_pressure_cost): Adjust declaration.
4485         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
4486         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
4487         (determine_set_costs): Dump target_clobbered_regs.
4488         (loop_body_includes_call): New function.
4489         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
4490         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
4491         call_p flag through.
4492         (best_gain_for_invariant): Likewise.
4493         (find_invariants_to_move): Likewise.
4494         (move_single_loop_invariants): Likewise, using already-computed
4495         has_call field.
4496
4497 2010-07-10  Richard Guenther  <rguenther@suse.de>
4498             Joern Rennecke  <joern.rennecke@embecosm.com>
4499
4500         PR debug/44832
4501         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
4502         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
4503         unless they have DECL_IGNORED_P set.
4504
4505 2010-07-10  Richard Guenther  <rguenther@suse.de>
4506
4507         PR lto/44889
4508         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
4509         helper function.
4510         (gimple_types_compatible_p): Similar to pointed-to
4511         types allow and merge a mix of complete and incomplete aggregate.
4512         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
4513         (iterative_hash_gimple_type): Adjust for that.
4514
4515 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
4516
4517         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
4518
4519 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
4520
4521         PR objc/44140
4522         * config/darwin.c (output_objc_section_asm_op): Save and restore
4523         section when outputting ObjC section list.
4524
4525 2010-07-09  Jan Hubicka  <jh@suse.cz>
4526
4527         * lto-streamer-out.c (produce_symtab): Do not write alias
4528         cgraph/varpool nodes.
4529
4530 2010-07-09  Jan Hubicka  <jh@suse.cz>
4531
4532         * tree-inline.c (declare_return_variable): Fix ICE while
4533         inlining DECL_BY_VALUE function not in SSA form
4534
4535 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
4536
4537         PR tree-optimization/44576
4538         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
4539         New.  Pull out from is_loop_prefetching_profitable to implement
4540         the trip count to ahead ratio heuristic.
4541         (mem_ref_count_reasonable_p): New.  Pull out from
4542         is_loop_prefetching_profitable to implement the instruction to
4543         memory reference ratio heuristic.  Also consider not reasonable if
4544         the memory reference count is above a threshold (to avoid
4545         explosive compilation time.
4546         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
4547         is_loop_prefetching_profitable to implement the instruction to
4548         prefetch ratio heuristic.
4549         (is_loop_prefetching_profitable): Removed.
4550         (loop_prefetch_arrays): Distribute the cost analysis across the
4551         function to allow early exit of the prefetch analysis.
4552         is_loop_prefetching_profitable is splitted into three functions,
4553         with each one called as early as possible.
4554         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
4555         number of memory references in a loop is considered too many.
4556
4557 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
4558
4559         * reload.c (find_reloads): Don't clear badop if we have a winreg
4560         alternative, but not win, and the class only has fixed regs.
4561         * hard-reg-set.h (class_only_fixed_regs): Declare.
4562         * reginfo.c (class_only_fixed_regs): New array.
4563         (init_reg_sets_1): Initialize it.
4564         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
4565         discourage alternatives using the stack pointer.
4566
4567         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
4568
4569         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
4570
4571         * config/arm/arm.md (cbranchqi4): Fix array size.
4572         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
4573         calculating length.
4574
4575 2010-07-09  Richard Guenther  <rguenther@suse.de>
4576
4577         * gimple.c (struct type_fixup_s): New struct and VEC type.
4578         (gimple_register_type_fixups): New static global.
4579         (gimple_queue_type_fixup): New function.
4580         (gimple_types_compatible_p): Queue type fixups instead of
4581         applying them here.
4582         (gimple_register_type): Apply queued fixups for the
4583         canonical type.  Empty the type fixup queue.
4584
4585 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
4586
4587         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
4588         * configure: Regenerate.
4589         * config.in: Ditto.
4590
4591 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
4592             Denys Vlasenko  <dvlasenk@redhat.com>
4593             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4594
4595         PR tree-optimization/28632
4596         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
4597         (extract_range_from_binary_expr): Further optimize
4598         BIT_AND_EXPR and BIT_IOR_EXPR.
4599
4600 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
4601
4602         * tree-if-conv.c (fold_or_predicates): New.
4603         (add_to_predicate_list): Call it.
4604
4605 2010-07-09  Richard Guenther  <rguenther@suse.de>
4606
4607         PR middle-end/44890
4608         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
4609         if base is a pointer.
4610         * tree-cfg.c (verify_expr): Update MEM_REF checking.
4611
4612 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
4613
4614         PR target/44877
4615         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
4616         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
4617         builtin mask for load/store builtins.
4618
4619 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
4620
4621         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
4622         for "lock addl".
4623         * configure: Regenerate.
4624         * config/i386/i386.c (ix86_print_operand) <case ';'>:
4625         Remove TARGET_MACHO.
4626
4627 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
4628
4629         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
4630         default ISA flags.
4631         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
4632
4633 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
4634
4635         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
4636
4637 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
4638
4639         * config/picochip/picochip.md (commsTestPort): Emit more
4640         efficient sequence for tstport instruction.
4641
4642 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
4643
4644         * config/i386/i386.c (ix86_veclib_handler): Make static.
4645
4646 2010-07-09  Richard Guenther  <rguenther@suse.de>
4647
4648         PR tree-optimization/44852
4649         * tree-ssa-alias.c: Include toplev.h for exact_log2.
4650         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
4651         in MEM_REF.
4652         (indirect_refs_may_alias_p): Likewise.
4653         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
4654
4655 2010-07-09  Richard Guenther  <rguenther@suse.de>
4656
4657         PR tree-optimization/44882
4658         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
4659         sets do conflict.
4660         (vectorizable_load): Likewise.
4661
4662 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
4663
4664         PR target/40657
4665         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
4666         All callers changed.
4667         Handle the case when we're called for the epilogue.
4668         (thumb_unexpanded_epilogue): Use it.
4669         (thumb1_expand_epilogue): Likewise.
4670
4671 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
4672
4673         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
4674         both ranges are range_int_cst_p with non-negative minimum,
4675         try harder to derive smaller range.
4676
4677 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4678
4679         * genrecog.c: Include diagnostic-core.h before toplev.h.
4680         * genoutput.c: Likewise.
4681         * genextract.c: Likewise.
4682         * genautomata.c: Likewise.
4683         * genemit.c: Likewise.
4684         * genpeep.c: Likewise.
4685         * genattrtab.c: Likewise.
4686         * genconditions.c: Likewise.
4687         * genpreds.c: Likewise.
4688
4689 2010-07-08  Andi Kleen  <ak@linux.intel.com>
4690
4691         * lto-section-in.c (lto_section_name): Add missing comma.
4692
4693 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
4694
4695         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
4696         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
4697         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
4698         (ia64_override_options): Rename to...
4699         (ia64_option_override): ... this one. Make static.
4700
4701 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
4702
4703         PR middle-end/44843
4704         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
4705         pointed-to type of the offset in a MEM_REF to compute the alignment.
4706
4707 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
4708
4709         * final.c (final_scan_insn): Replace
4710         TARGET_UNWIND_INFO macro check by unwind_emit
4711         hook NULL check.
4712         * targhooks.c (default_unwind_emit): Removed.
4713         * targhooks.h (default_unwind_emit): Likewise.
4714         * target.def (unwind_emit): Set default value to NULL.
4715
4716         * config/i386/i386-protos.h (ix86_asm_output_function_label):
4717         New prototype.
4718         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
4719         for NULL fntype argument and allow 64-bit targets.
4720         (ix86_asm_output_function_label): New function.
4721         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
4722         (ix86_handle_fndecl_attribute): Likewise.
4723         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
4724         * doc/doc/tm.texi: Regenerated.
4725         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
4726         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
4727         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
4728         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
4729         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
4730         * config/elfos.h: Likewise.
4731         * config/i386/cygming.h: Likewise.
4732         * config/netbsd-aout.h: Likewise.
4733         * config/openbsd.h: Likewise.
4734         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
4735         by ix86_asm_output_function_label function call.
4736         * varasm.c (assemble_start_function): Use
4737         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
4738
4739 2010-07-08  Jan Hubicka  <jh@suse.cz>
4740
4741         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
4742         New function.
4743         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
4744         Declare.
4745         * ipa-cp.c (ipcp_estimate_growth): Use it.
4746         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
4747         Likewise.
4748
4749 2010-07-08  Jan Hubicka  <jh@suse.cz>
4750
4751         * tree-inline.c (declare_return_variable): Allocate annotation for new
4752         temporary.
4753
4754 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
4755
4756         PR tree-optimization/44710
4757         * tree-if-conv.c (parse_predicate): New.
4758         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
4759         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
4760
4761 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
4762
4763         * common.opt (ftree-loop-if-convert): New flag.
4764         * doc/invoke.texi (ftree-loop-if-convert): Documented.
4765         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
4766         when flag_tree_loop_if_convert is set.
4767
4768 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
4769
4770         * config/i386/i386.c: Use short syntax for function calls
4771         through function pointers.
4772         * config/i386/i386.md: Ditto.
4773
4774 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
4775
4776         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
4777
4778 2010-07-08  Richard Guenther  <rguenther@suse.de>
4779
4780         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
4781         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
4782
4783 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
4784
4785         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
4786         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
4787         (loc_list_from_tree): Likewise.
4788         (output_loc_operands): Handle outputting DW_OP_const[48]u
4789         with loc->dtprel set.
4790         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
4791
4792 2010-07-08  Jan Hubicka  <jh@suse.cz>
4793
4794         * ipa.c: Include pointer-set.h
4795         (cgraph_externally_visible_p): New attribute ALIASED;
4796         when in LTO, hidden symbols are local unless they are aliased.
4797         (function_and_variable_visibility): Compute aliased nodes;
4798         handle LTO and hidden symbol on functions and vars.
4799         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
4800         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
4801
4802 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
4803
4804         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
4805         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4806         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4807         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4808         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
4809         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
4810         (ix86_gen_probe_stack_range): Likewise.
4811         (override_options): Set them.
4812         (ix86_target_stack_probe): New function.
4813         (ix86_compute_frame_layout): Force use of push instructions to
4814         save registers if stack checking with probes is enabled.
4815         (get_scratch_register_on_entry): New function.
4816         (release_scratch_register_on_entry): Likewise.
4817         (ix86_adjust_stack_and_probe): Likewise.
4818         (output_adjust_stack_and_probe): Likewise.
4819         (ix86_emit_probe_stack_range): Likewise.
4820         (output_probe_stack_range): Likewise.
4821         (ix86_expand_prologue): Emit stack checking code if static built-in
4822         stack checking is enabled.
4823         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
4824         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
4825         (output_adjust_stack_and_probe): Likewise.
4826         (output_probe_stack_range): Likewise.
4827         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
4828         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
4829         TARGET_STACK_PROBE.
4830         (allocate_stack_worker_64): Likewise.
4831         (allocate_stack): Likewise.
4832         (adjust_stack_and_probe): New insn.
4833         (probe_stack_range): Likewise.
4834
4835 2010-07-08  Richard Guenther  <rguenther@suse.de>
4836
4837         PR tree-optimization/44831
4838         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
4839         a MEM_REF preserving TBAA info of the original dereference.
4840         Dereference the original pointer if the address is not invariant.
4841         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
4842         at least one invariant address that we are going to dereference.
4843
4844 2010-07-08  Richard Guenther  <rguenther@suse.de>
4845
4846         PR tree-optimization/44861
4847         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
4848         information when building MEM_REFs.
4849         (vectorizable_load): Likewise.
4850         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
4851
4852 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
4853
4854         * config/sol2-c.c: Do not include diagnostic-core.h.
4855
4856 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4857
4858         PR bootstrap/44768
4859         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
4860         with respect to current_function_decl. Pass decl of the function.
4861         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
4862         * ipa-inline.c (compute_inline_parameters): Pass decl to
4863         estimated_stack_frame_size.
4864
4865 2010-07-08  Richard Guenther  <rguenther@suse.de>
4866
4867         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
4868         New function.
4869         (valueize_refs): Call it.
4870
4871 2010-07-08  Richard Guenther  <rguenther@suse.de>
4872
4873         PR rtl-optimization/44838
4874         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
4875         SSA form do not use pointer equivalence.
4876
4877 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
4878
4879         * dwarf2out.c (AT_linkage_name): Delete.
4880         (add_linkage_attr): New function.
4881         (add_linkage_name): Call it to emit the linkage attribute.
4882         (dwarf2out_finish): Likewise.
4883         (move_linkage_attr): Explicitly accept both attribute variants.
4884
4885 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
4886
4887         * toplev.h: Do not include diagnostic-core.h.
4888         Include diagnostic-core.h in every file that includes toplev.h.
4889         * c-tree.h: Do not include toplev.h.
4890         * pretty-print.h: Update comment.
4891         * Makefile.in: Update dependencies.
4892         * alias.c: Include diagnostic-core.h in every file that includes
4893         toplev.h.
4894         * attribs.c: Likewise.
4895         * auto-inc-dec.c: Likewise.
4896         * bb-reorder.c: Likewise.
4897         * bt-load.c: Likewise.
4898         * caller-save.c: Likewise.
4899         * calls.c: Likewise.
4900         * cfg.c: Likewise.
4901         * cfganal.c: Likewise.
4902         * cfgbuild.c: Likewise.
4903         * cfgcleanup.c: Likewise.
4904         * cfghooks.c: Likewise.
4905         * cfgloop.c: Likewise.
4906         * combine.c: Likewise.
4907         * config/alpha/alpha.c: Likewise.
4908         * config/arc/arc.c: Likewise.
4909         * config/arm/arm.c: Likewise.
4910         * config/arm/pe.c: Likewise.
4911         * config/avr/avr.c: Likewise.
4912         * config/bfin/bfin.c: Likewise.
4913         * config/cris/cris.c: Likewise.
4914         * config/crx/crx.c: Likewise.
4915         * config/darwin-c.c: Likewise.
4916         * config/darwin.c: Likewise.
4917         * config/fr30/fr30.c: Likewise.
4918         * config/frv/frv.c: Likewise.
4919         * config/h8300/h8300.c: Likewise.
4920         * config/host-darwin.c: Likewise.
4921         * config/i386/i386.c: Likewise.
4922         * config/i386/netware.c: Likewise.
4923         * config/i386/nwld.c: Likewise.
4924         * config/i386/winnt-cxx.c: Likewise.
4925         * config/i386/winnt-stubs.c: Likewise.
4926         * config/i386/winnt.c: Likewise.
4927         * config/ia64/ia64-c.c: Likewise.
4928         * config/ia64/ia64.c: Likewise.
4929         * config/iq2000/iq2000.c: Likewise.
4930         * config/lm32/lm32.c: Likewise.
4931         * config/m32c/m32c-pragma.c: Likewise.
4932         * config/m32c/m32c.c: Likewise.
4933         * config/m32r/m32r.c: Likewise.
4934         * config/m68hc11/m68hc11.c: Likewise.
4935         * config/m68k/m68k.c: Likewise.
4936         * config/mcore/mcore.c: Likewise.
4937         * config/mep/mep-pragma.c: Likewise.
4938         * config/mep/mep.c: Likewise.
4939         * config/mmix/mmix.c: Likewise.
4940         * config/mn10300/mn10300.c: Likewise.
4941         * config/moxie/moxie.c: Likewise.
4942         * config/pa/pa.c: Likewise.
4943         * config/pdp11/pdp11.c: Likewise.
4944         * config/picochip/picochip.c: Likewise.
4945         * config/rs6000/rs6000-c.c: Likewise.
4946         * config/rs6000/rs6000.c: Likewise.
4947         * config/rx/rx.c: Likewise.
4948         * config/s390/s390.c: Likewise.
4949         * config/score/score.c: Likewise.
4950         * config/score/score3.c: Likewise.
4951         * config/score/score7.c: Likewise.
4952         * config/sh/sh.c: Likewise.
4953         * config/sh/symbian-base.c: Likewise.
4954         * config/sh/symbian-c.c: Likewise.
4955         * config/sh/symbian-cxx.c: Likewise.
4956         * config/sol2-c.c: Likewise.
4957         * config/sol2.c: Likewise.
4958         * config/sparc/sparc.c: Likewise.
4959         * config/spu/spu.c: Likewise.
4960         * config/stormy16/stormy16.c: Likewise.
4961         * config/v850/v850-c.c: Likewise.
4962         * config/v850/v850.c: Likewise.
4963         * config/vax/vax.c: Likewise.
4964         * config/vxworks.c: Likewise.
4965         * config/xtensa/xtensa.c: Likewise.
4966         * convert.c: Likewise.
4967         * cse.c: Likewise.
4968         * cselib.c: Likewise.
4969         * dbgcnt.c: Likewise.
4970         * dbxout.c: Likewise.
4971         * ddg.c: Likewise.
4972         * dominance.c: Likewise.
4973         * emit-rtl.c: Likewise.
4974         * explow.c: Likewise.
4975         * expmed.c: Likewise.
4976         * fixed-value.c: Likewise.
4977         * fold-const.c: Likewise.
4978         * fwprop.c: Likewise.
4979         * gcse.c: Likewise.
4980         * ggc-common.c: Likewise.
4981         * ggc-page.c: Likewise.
4982         * ggc-zone.c: Likewise.
4983         * gimple-low.c: Likewise.
4984         * gimplify.c: Likewise.
4985         * graph.c: Likewise.
4986         * haifa-sched.c: Likewise.
4987         * ifcvt.c: Likewise.
4988         * implicit-zee.c: Likewise.
4989         * integrate.c: Likewise.
4990         * ira-build.c: Likewise.
4991         * ira-color.c: Likewise.
4992         * ira-conflicts.c: Likewise.
4993         * ira-costs.c: Likewise.
4994         * ira-lives.c: Likewise.
4995         * ira.c: Likewise.
4996         * lists.c: Likewise.
4997         * loop-doloop.c: Likewise.
4998         * loop-iv.c: Likewise.
4999         * lto-opts.c: Likewise.
5000         * lto-symtab.c: Likewise.
5001         * main.c: Likewise.
5002         * modulo-sched.c: Likewise.
5003         * optabs.c: Likewise.
5004         * params.c: Likewise.
5005         * plugin.c: Likewise.
5006         * postreload-gcse.c: Likewise.
5007         * postreload.c: Likewise.
5008         * predict.c: Likewise.
5009         * profile.c: Likewise.
5010         * real.c: Likewise.
5011         * regcprop.c: Likewise.
5012         * reginfo.c: Likewise.
5013         * regmove.c: Likewise.
5014         * reorg.c: Likewise.
5015         * resource.c: Likewise.
5016         * rtl.c: Likewise.
5017         * rtlanal.c: Likewise.
5018         * sched-deps.c: Likewise.
5019         * sched-ebb.c: Likewise.
5020         * sched-rgn.c: Likewise.
5021         * sdbout.c: Likewise.
5022         * sel-sched-dump.c: Likewise.
5023         * sel-sched-ir.c: Likewise.
5024         * simplify-rtx.c: Likewise.
5025         * stmt.c: Likewise.
5026         * stor-layout.c: Likewise.
5027         * store-motion.c: Likewise.
5028         * targhooks.c: Likewise.
5029         * tree-cfg.c: Likewise.
5030         * tree-cfgcleanup.c: Likewise.
5031         * tree-dump.c: Likewise.
5032         * tree-eh.c: Likewise.
5033         * tree-inline.c: Likewise.
5034         * tree-nomudflap.c: Likewise.
5035         * tree-object-size.c: Likewise.
5036         * tree-optimize.c: Likewise.
5037         * tree-outof-ssa.c: Likewise.
5038         * tree-phinodes.c: Likewise.
5039         * tree-profile.c: Likewise.
5040         * tree-ssa-ccp.c: Likewise.
5041         * tree-ssa-coalesce.c: Likewise.
5042         * tree-ssa-live.c: Likewise.
5043         * tree-ssa-loop-niter.c: Likewise.
5044         * tree-ssa-loop-prefetch.c: Likewise.
5045         * tree-ssa-loop.c: Likewise.
5046         * tree-ssa-structalias.c: Likewise.
5047         * tree-ssa-uninit.c: Likewise.
5048         * tree-ssa.c: Likewise.
5049         * tree-vect-data-refs.c: Likewise.
5050         * tree-vect-loop-manip.c: Likewise.
5051         * tree-vect-loop.c: Likewise.
5052         * tree-vect-patterns.c: Likewise.
5053         * tree-vect-stmts.c: Likewise.
5054         * tree-vrp.c: Likewise.
5055         * varasm.c: Likewise.
5056         * vec.c: Likewise.
5057         * web.c: Likewise.
5058         * xcoffout.c: Likewise.
5059
5060 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
5061
5062         * gengtype.c (write_field_root): New function.
5063         (write_root): Use it.
5064
5065 2010-07-07  Wei Guozhi  <carrot@google.com>
5066
5067         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5068         of lowest bits to lshift/compare): Add a missing line.
5069
5070 2010-07-07  Wei Guozhi  <carrot@google.com>
5071
5072         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
5073         of lowest bits to lshift/compare): New.
5074
5075 2010-07-07  Tom Tromey  <tromey@redhat.com>
5076
5077         * doc/tm.texi: Update.
5078         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
5079         Add @hook.
5080         * target.def (want_debug_pub_sections): New hook.
5081         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
5082         * dwarf2out.c (add_pubname_string): Check
5083         targetm.want_debug_pub_sections.
5084         (add_pubname): Likewise.
5085         (add_pubtype): Likewise.
5086
5087 2010-07-07  Jie Zhang  <jie@codesourcery.com>
5088
5089         * genautomata.c (output_automata_list_min_issue_delay_code):
5090         Correctly decompress min_issue_delay.
5091
5092 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
5093
5094         PR rtl-optimization/44404
5095         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
5096         possible, use reg_overlap_mentioned_p instead.
5097
5098 2010-07-07  Duncan Sands  <baldrick@free.fr>
5099
5100         PR middle-end/41355
5101         * tree.c (build_function_type_skip_args): Copy the original type using
5102         build_distinct_type_copy rather than copy_node.
5103
5104 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5105
5106         PR target/44850
5107         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
5108         revision 161876.
5109         (ix86_expand_prologue): Likewise.
5110         (ix86_handle_fndecl_attribute): Likewise.
5111         (ix86_asm_declare_function_name): Likewise.
5112         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5113         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5114         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
5115         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
5116         * doc/extend.texi: Likewise.
5117
5118 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5119
5120         PR target/44844
5121         * config/i386/i386.md (rdrand<mode>): Changed to expand to
5122         retry if the carry flag isn't valid.
5123         (rdrand<mode>_1): New.
5124
5125 2010-07-07  Richard Guenther  <rguenther@suse.de>
5126
5127         PR middle-end/44790
5128         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
5129         for expanding the constant offset for MEM_REFs.
5130
5131 2010-07-07  Richard Guenther  <rguenther@suse.de>
5132
5133         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
5134         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
5135         * gimple.h (is_gimple_operand): Remove.
5136         * gimple.c (is_gimple_operand): Likewise.
5137         (walk_gimple_op): Fix wi->val_only setting for calls.
5138         * tree-cfg.c (verify_gimple_call): Fix argument validation.
5139         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
5140         invalid gimple calls.
5141
5142 2010-07-06  Jan Hubicka  <jh@suse.cz>
5143
5144         * lto-cgraph.c (output_cgraph): Add missing declaration.
5145
5146 2010-07-06  Jan Hubicka  <jh@suse.cz>
5147
5148         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
5149         partition.
5150
5151 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
5152
5153         * doc/gimple.texi (GIMPLE_DEBUG): Document.
5154         * doc/rtl.texi (Debug Information): New node.
5155         (NOTE_INSN_VAR_LOCATION): Document.
5156         (debug_insn): Likewise.
5157         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
5158
5159 2010-07-07  Jan Hubicka  <jh@suse.cz>
5160
5161         With parts by Richard Guenther.
5162
5163         PR middle-end/44813
5164         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
5165         for functions passed by reference.
5166         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
5167         in memory when passed by reference.
5168         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
5169         beggining.
5170         * ipa-split.c (split_function): Cleanup way return value is passed;
5171         handle SSA DECL_BY_REFERENCE retvals.
5172         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
5173         DECL_BY_REFERENCE is set.
5174         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
5175         find_what_p_points_to): Handle RESULT_DECL.
5176         * tree-inline.c (declare_return_variable): Get new entry_block argument;
5177         when passing by reference ensure that RESULT_DECL is gimple_val.
5178         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
5179         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
5180
5181 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
5182
5183         PR rtl-optimization/44787
5184         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
5185         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
5186
5187 2010-07-06  Jan Hubicka  <jh@suse.cz>
5188
5189         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
5190         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
5191         with body can prevail.
5192         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
5193         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
5194         * cgraph.c (cgraph_get_node_or_alias): New function.
5195         * cgraph.h (cgraph_get_node_or_alias): Declare.
5196
5197 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
5198
5199         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
5200         support.
5201         (ix86_expand_prologue): Likewise.
5202         (ix86_handle_fndecl_attribute): Likewise.
5203         (ix86_asm_declare_function_name): New function for
5204         ASM_DECLARE_FUNCTION_NAME.
5205         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
5206         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
5207         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
5208         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
5209         * doc/extend.texi: Adjust documentation about ms_hook_prologue
5210         attribute.
5211
5212 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
5213
5214         * config/i386/i386.md (immediate_operand): New mode attribute.
5215
5216         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
5217         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
5218         using P mode iterator.
5219         (pro_epilogue_adjust_stack_di_2): Rename from
5220         pro_epilogue_adjust_stack_rex64_2.
5221
5222         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
5223
5224 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
5225
5226         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
5227         through gen_mov_insv_1 function pointer.
5228         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
5229         gen_truncxf<mode>2 through gen_truncxf function pointer.
5230         (remainder<mode>3): Ditto.
5231         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
5232         (allocate_stack): Call gen_allocate_stack_worker_64 or
5233         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
5234         function pointer.
5235         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
5236         function pointer.
5237
5238 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
5239
5240         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
5241         operand constraint instead of <r><i>m.
5242
5243 2010-07-06  Richard Guenther  <rguenther@suse.de>
5244
5245         PR middle-end/44828
5246         * convert.c (convert_to_integer): Watch out for overflowing
5247         MULT_EXPR as well.
5248
5249 2010-07-05  Jan Hubicka  <jh@suse.cz>
5250
5251         * lto-streamer.c (write_symbol_vec): Rename to ...
5252         (write_symbol) ... this one; write only symbol given and when
5253         present in cache. Sanity check that what is defined is present
5254         in cgraph/varpool with body/finalized decl.
5255         (write_symbols_of_kind): Remove.
5256         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
5257         pairs to produce symtab.
5258         (produce_asm_for_decls): Update call of produce_symtab; don't do so
5259         when doing WPA streaming.
5260
5261 2010-07-05  Jan Hubicka  <jh@suse.cz>
5262
5263         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
5264         function is still available to fold into.
5265
5266 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
5267
5268         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
5269         * function.h (struct_function): Change type of local_decls field
5270         to a VEC.
5271         (add_local_decl): New function.
5272         (FOR_EACH_LOCAL_DECL): New macro.
5273         * cfgexpand.c (init_vars_expansion): Adjust for new type of
5274         cfun->local_decls.
5275         (estimated_stack_frame_size): Likewise.
5276         (expand_used_vars): Likewise.
5277         * cgraphbuild.c (build_cgraph_edges): Likewise.
5278         * function.c (instantiate_decls_1): Likewise.
5279         * ipa-struct-reorg.c (build_data_structure): Likewise.
5280         * ipa-type-escape.c (analyze_function): Likewise.
5281         * lto-streamer-in.c (input_function): Likewise.
5282         * lto-streamer-out.c (output_function): Likewise.
5283         * tree-ssa-live.c (remove_unused_locals): Likewise.
5284         * tree.c (free_lang_data_in_decl): Likewise.
5285         (find_decls_types_in_node): Likewise.
5286         * omp-low.c (remove_exit_barrier): Likewise.
5287         (expand_omp_taskreg): Likewise.
5288         (list2chain): Rename to...
5289         (vec2chain): ...this.  Adjust.
5290         * cgraphunit.c (assemble_thunk): Call add_local_decl.
5291         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
5292         * gimple-low.c (record_vars_into): Likewise.
5293         * tree-inline.c (remap_decls): Likewise.
5294         (declare_return_variable): Likewise.
5295         (declare_inline_vars): Likewise.
5296         (copy_forbidden): Adjust for new type of cfun->local_decls.
5297         (add_local_variables): New function.
5298         (expand_call_inline): Call it.
5299         (tree_function_versioning): Likewise.
5300
5301 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5302
5303         AVX Programming Reference (June, 2010)
5304         * config/i386/cpuid.h (bit_F16C): New.
5305         (bit_RDRND): Likewise.
5306         (bit_FSGSBASE): Likewise.
5307
5308         * config/i386/i386-builtin-types.def: Add
5309         "DEF_FUNCTION_TYPE (UINT16)", function types for
5310         float16 <-> float conversions and
5311         "DEF_FUNCTION_TYPE (VOID, UINT64)".
5312
5313         * config/i386/i386-c.c (ix86_target_macros_internal): Support
5314         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
5315         OPTION_MASK_ISA_F16C.
5316
5317         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
5318         (OPTION_MASK_ISA_RDRND_SET): Likewise.
5319         (OPTION_MASK_ISA_F16C_SET): Likewise.
5320         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
5321         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
5322         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
5323         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
5324         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
5325         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
5326         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
5327         (override_options): Handle them.
5328         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
5329         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
5330         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
5331         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
5332         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
5333         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
5334         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
5335         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
5336         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
5337         (bdesc_args): Likewise.
5338         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
5339         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
5340         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
5341         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
5342         Handle non-memory store.
5343
5344         * config/i386/i386.h (TARGET_FSGSBASE): New.
5345         (TARGET_RDRND): Likewise.
5346         (TARGET_F12C): Likewise.
5347
5348         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
5349         (UNSPEC_VCVTPS2PH): Likewise.
5350         (UNSPECV_RDFSBASE): Likewise.
5351         (UNSPECV_RDGSBASE): Likewise.
5352         (UNSPECV_WRFSBASE): Likewise.
5353         (UNSPECV_WRGSBASE): Likewise.
5354         (UNSPECV_RDRAND): Likewise.
5355         (rdfsbase<mode>): Likewise.
5356         (rdgsbase<mode>): Likewise.
5357         (wrfsbase<mode>): Likewise.
5358         (wrgsbase<mode>): Likewise.
5359         (rdrand<mode>): Likewise.
5360
5361         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
5362
5363         * config/i386/immintrin.h (_rdrand_u16): New.
5364         (_rdrand_u32): Likewise.
5365         (_readfsbase_u32): Likewise.
5366         (_readfsbase_u64): Likewise.
5367         (_readgsbase_u32): Likewise.
5368         (_readgsbase_u64): Likewise.
5369         (_writefsbase_u32): Likewise.
5370         (_writefsbase_u64): Likewise.
5371         (_writegsbase_u32): Likewise.
5372         (_writegsbase_u64): Likewise.
5373         (_rdrand_u64): Likewise.
5374         (_cvtsh_ss): Likewise.
5375         (_mm_cvtph_ps): Likewise.
5376         (_mm256_cvtph_ps): Likewise.
5377         (_cvtss_sh): Likewise.
5378         (_mm_cvtps_ph): Likewise.
5379         (_mm256_cvtps_ph): Likewise.
5380
5381         * config/i386/sse.md (vcvtph2ps): New.
5382         (*vcvtph2ps_load): Likewise.
5383         (vcvtph2ps256): Likewise.
5384         (vcvtps2ph): Likewise.
5385         (*vcvtps2ph): Likewise.
5386         (*vcvtps2ph_store): Likewise.
5387         (vcvtps2ph256): Likewise.
5388
5389         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
5390
5391         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
5392
5393 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
5394
5395         PR bootstrap/44512
5396         * genenums.c (main): Output include of insn-constants.h
5397         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
5398
5399 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
5400
5401         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
5402         (override_options): Initialize it.
5403         (ix86_expand_prologue): Use it.
5404
5405 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
5406
5407         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
5408
5409 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
5410
5411         * double-int.h (fit_double_type): Remove declaration.
5412         * double-int.c (fit_double_type): Remove function.
5413         * tree.h (int_fits_type_p): Adjust prototype.
5414         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
5415         instead of fit_double_type.
5416         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
5417         instead of fit_double_type and build_int_cst_wide.
5418         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
5419         instead of fit_double_type and build_int_cst_wide.
5420         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
5421         of fit_double_type.
5422
5423 2010-07-05  Jan Hubicka  <jh@suse.cz>
5424
5425         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
5426         in_other_partition.
5427         * lto-cgraph.c (referenced_from_other_partition_p,
5428         reachable_from_other_partition_p): Use in_other_partition flags.
5429         (output_node, output_varpool_node): COMDAT nodes always have private
5430         copies and thus are never used from other partition.
5431
5432 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
5433
5434         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
5435         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
5436         * config/ia64/ia64.c Include reload.h.
5437         (ia64_memory_move_cost): New function.
5438         (TARGET_MEMORY_MOVE_COST): Define.
5439         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
5440         memory_move_cost.
5441
5442 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
5443
5444         PR middle-end/42505
5445         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
5446         comments about cost model.
5447         (try_add_cand_for):  Add second strategy for choosing initial set
5448         based on original IVs, controlled by ORIGINALP argument.
5449         (get_initial_solution): Add ORIGINALP argument.
5450         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
5451         (find_optimal_iv_set): Try two different strategies for choosing
5452         the IV set, and return the one with lower cost.
5453
5454 2010-07-05  Richard Guenther  <rguenther@suse.de>
5455
5456         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
5457
5458 2010-07-05  Richard Guenther  <rguenther@suse.de>
5459
5460         * tree.c (reference_alias_ptr_type): New function.
5461         * tree.h (reference_alias_ptr_type): Declare.
5462         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
5463         allow non-TARGET_MEM_REF new refs.
5464         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
5465         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
5466         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
5467         (create_mem_ref): Get alias pointer type.  Adjust calls to
5468         create_mem_ref_raw.
5469         (maybe_fold_tmr): Likewise.
5470         * tree-flow.h (create_mem_ref): Adjust prototype.
5471
5472 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
5473
5474         PR c++/44808
5475         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
5476         *from_p is VAR_DECL.
5477
5478 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
5479
5480         * tree.h (build_call_list): Remove.
5481         * tree.c (build_call_list): Remove.
5482
5483 2010-07-05  Richard Guenther  <rguenther@suse.de>
5484
5485         * double-int.h (double_int_sub): Declare.
5486         * double-int.c (double_int_sub): New function.
5487         * dwarf2out.c (field_byte_offset): Use it.
5488         * fixed-value.c (do_fixed_add): Likewise.
5489         (do_fixed_multiply): Likewise.
5490         (do_fixed_divide): Likewise.
5491         * tree-predcom.c (add_ref_to_chain): Likewise.
5492         (determine_roots_comp): Likewise.
5493         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
5494
5495 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
5496
5497         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
5498         implementations.
5499
5500 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
5501
5502         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
5503         * arm-modes.def (CC_NOTB): Don't define.
5504         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
5505         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
5506         (LTUGEU): New code_iterator.
5507         (cnb, optab): New corresponding code_attrs.
5508         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
5509         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
5510         using LTUGEU.
5511         (addsi3_carryin_shift_<optab>): Likewise.
5512         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
5513         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
5514         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
5515         (subsi3_compare): Renamed from subsi3_compare0_c.
5516         Change CC_NOTB to CC.
5517         (arm_subsi3_insn): Allow constants for operand 0.
5518         (compare_scc peephole for eq case): New.
5519         (compare_scc splitters): Change CC_NOTB to CC.
5520
5521 2010-07-05  Richard Guenther  <rguenther@suse.de>
5522
5523         * tree-ssa-loop-im.c (for_each_index): Do not handle
5524         ALIGN_INDIRECT_REF.
5525         (gen_lsm_tmp_name): Likewise.
5526         * tree-dump.c (dequeue_and_dump): Likewise.
5527         * tree-pretty-print.c (dump_generic_node): Likewise.
5528         (op_code_prio): Likewise.
5529         (op_symbol_code): Likewise.
5530         * tree.c (staticp): Likewise.
5531         (build1_stat): Likewise.
5532         * tree.h (INDIRECT_REF_P): Likewise.
5533         * fold-const.c (maybe_lvalue_p): Likewise.
5534         (operand_equal_p): Likewise.
5535         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5536         (ao_ref_init_from_vn_reference): Likewise.
5537         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
5538         (find_interesting_uses_address): Likewise.
5539         * dwarf2out.c (loc_list_from_tree): Likewise.
5540         * gimplify.c (gimplify_expr): Likewise.
5541         * tree-eh.c (tree_could_trap_p): Likewise.
5542         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
5543         * cfgexpand.c (expand_debug_expr): Likewise.
5544         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
5545         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
5546         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
5547         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
5548         * tree-ssa-operands.c (get_expr_operands): Likewise.
5549         * expr.c (safe_from_p): Likewise.
5550         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
5551         * tree-vect-data-refs.c (vect_setup_realignment): Build
5552         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
5553         * tree-vect-stmts.c (vectorizable_load): Likewise.
5554         * tree.def (ALIGN_INDIRECT_REF): Remove.
5555
5556 2010-07-05  Richard Guenther  <rguenther@suse.de>
5557
5558         PR tree-optimization/44784
5559         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
5560         for inserted stmts.
5561         (find_or_generate_expression): Fix SCCVN insertion check.
5562
5563 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
5564
5565         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
5566         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
5567         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
5568         directives.
5569
5570 2010-07-05  Ira Rosen  <irar@il.ibm.com>
5571
5572         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
5573         statements that are not vectorized.
5574         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
5575         in INSIDE_COST.
5576
5577 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
5578
5579         PR bootstrap/44820
5580         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
5581
5582 2010-07-05  Richard Guenther  <rguenther@suse.de>
5583
5584         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
5585         RESULT_DECLs properly.
5586
5587 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5588
5589         PR rtl-optimization/44695
5590         * config/i386/i386.md (extract_code): Removed.
5591         (<u>divmodqi4): Likewise.
5592         (divmodqi4): New.
5593         (udivmodqi4): Likewise.
5594         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
5595         (udivmodhiqi3): Likewise.
5596
5597 2010-07-04  Jan Hubicka  <jh@suse.cz>
5598
5599         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
5600
5601 2010-07-04  Jan Hubicka  <jh@suse.cz>
5602
5603         * cgraphunit.c (init_cgraph): Only initialize dump file if it
5604         is not already initialized.
5605
5606 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
5607
5608         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
5609         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
5610         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
5611         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
5612         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
5613         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
5614         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
5615         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
5616         (sync_new_nand_optab): Redefine as macros.
5617         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
5618         Delete.
5619         (direct_optab_index): New enum.
5620         (direct_optab_d): New structure.
5621         (direct_optab): New typedef.
5622         (direct_optab_table): Declare.
5623         (direct_optab_handler, set_direct_optab_handler): New functions.
5624         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
5625         (sync_lock_release_optab): New macros.
5626         * optabs.c (direct_optab_table): New variable.
5627         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
5628         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
5629         cmpstr_optab and cmpstrn_optab.
5630         (emit_conditional_move): Likewise for movcc_optab.
5631         (can_conditionally_move_p): Likewise for movcc_gen_code.
5632         (init_insn_codes): Clear direct_optab_table.
5633         (init_optabs): Don't initialize the new "direct optabs" here.
5634         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
5635         vcond_gen_code.
5636         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
5637         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
5638         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
5639         (expand_sync_operation): Likewise other sync_*_optabs.
5640         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
5641         to sync_compare_and_swap_optab.
5642         (expand_sync_lock_test_and_set): Use direct_optab_handler for
5643         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
5644         to the names of both.
5645         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
5646         cmpstr_optab and cmpstrn_optab.
5647         (expand_builtin_lock_release): Likewise sync_lock_release.
5648         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
5649         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
5650         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
5651         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
5652         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
5653         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
5654         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
5655         (sync_lock_test_and_set, sync_lock_release): Delete.
5656         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
5657         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
5658         * genopinit.c (optabs): Use set_direct_optab_handler for the new
5659         macro optabs.
5660         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
5661         the "optab" local variable.  Use direct_optab_handler for optab and
5662         sync_compare_and_swap_optab.
5663         * reload1.c (reload_in_optab, reload_out_optab): Delete.
5664         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
5665         reload_in_optab and reload_out_optab.
5666         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
5667         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
5668         * config/pa/pa.c (pa_secondary_reload): Likewise.
5669         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
5670         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
5671         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
5672         (VMSupportsCS8_builtin): Likewise.
5673
5674 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
5675
5676         * optabs.h (optab_handlers): Change type of insn_code to int.
5677         (optab_handler, set_optab_handler, convert_optab_handler)
5678         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
5679         CODE_FOR_nothing".
5680         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
5681         (init_insn_codes): Zero both the above arrays.
5682         (init_optabs): Never call init_insn_codes first time around.
5683
5684 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
5685
5686         * optabs.h (optab_handler, convert_optab_handler): Turn into
5687         inline functions that return an insn code.
5688         (set_optab_handler, set_convert_optab_handler): New functions.
5689         * builtins.c: Replace optab_handler(X)->insn_code with
5690         optab_handler or set_optab_handler thoughout.  Likewise
5691         convert_optab_handler(X)->insn_code with convert_optab_handler
5692         and set_convert_optab_handler.
5693         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
5694         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
5695         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
5696         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
5697         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
5698         config/spu/spu.c: Likewise.
5699
5700 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
5701
5702         PR target/44531
5703         * config.gcc (sh*-*-*): Use regular expressions instead of
5704         the 'i' modifier for sed substitutions.
5705
5706 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
5707
5708         * gimple.c (gimple_body): Comments added.
5709
5710 2010-07-04  Richard Guenther  <rguenther@suse.de>
5711
5712         PR middle-end/44809
5713         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
5714         of an INDIRECT_REF.
5715
5716 2010-07-04  Richard Guenther  <rguenther@suse.de>
5717
5718         PR tree-optimization/44479
5719         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
5720         extra SSA name copy statements which preserves points-to
5721         information.
5722         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
5723         Copy points-to information for all pointers.  Properly handle
5724         MEM_REFs.
5725         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
5726         copy statements.
5727         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
5728         dependency.
5729
5730 2010-07-04  Richard Guenther  <rguenther@suse.de>
5731
5732         PR middle-end/44785
5733         * tree-inline.c (initialize_inlined_parameters): Do not
5734         re-use pointer-map slot over remap_type call.
5735
5736 2010-07-04  Richard Guenther  <rguenther@suse.de>
5737
5738         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
5739
5740 2010-07-04  Richard Guenther  <rguenther@suse.de>
5741
5742         PR tree-optimization/44656
5743         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
5744         again after value-replacing in the defintions lhs.
5745
5746 2010-07-04  Ira Rosen  <irar@il.ibm.com>
5747             Revital Eres  <eres@il.ibm.com>
5748
5749         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
5750         Document new arguments.
5751         * doc/tm.texi: Regenerate.
5752         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
5753         Handle unaligned store.
5754         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
5755         * target.def (builtin_vectorization_cost): Add new arguments.
5756         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
5757         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
5758         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
5759         (vect_vfa_segment_size): Fix indentation.
5760         * tree-vectorizer.h (struct _vect_peel_info): New.
5761         (struct _vect_peel_extended_info): New.
5762         (struct _loop_vec_info): Add new field for peeling hash table and a
5763         macro for its access.
5764         (VECT_MAX_COST): Define.
5765         (vect_get_load_cost): Declare.
5766         (vect_get_store_cost, vect_get_known_peeling_cost,
5767         vect_get_single_scalar_iteraion_cost): Likewise.
5768         (vect_supportable_dr_alignment): Add new argument.
5769         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
5770         field.
5771         (destroy_loop_vec_info): Free peeling hash table.
5772         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
5773         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
5774         vect_analyze_slp. Fix indentation.
5775         (vect_get_single_scalar_iteraion_cost): New function.
5776         (vect_get_known_peeling_cost): Likewise.
5777         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
5778         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
5779         statement. Move outside cost calculation inside unknown peeling case.
5780         Call vect_get_known_peeling_cost for known amount of peeling.
5781         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
5782         reference to the print message of forced alignment.
5783         (vect_verify_datarefs_alignment): Update call to
5784         vect_supportable_dr_alignment.
5785         (vect_get_data_access_cost): New function.
5786         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
5787         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
5788         vect_peeling_hash_choose_best_peeling): Likewise.
5789         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
5790         to store all the accesses in the loop and find best possible access to
5791         align using peeling for known alignment case. For unknown alignment
5792         check if stores are preferred or if peeling is worthy.
5793         (vect_find_same_alignment_drs): Analyze pairs of loads too.
5794         (vect_supportable_dr_alignment): Add new argument and check aligned
5795         accesses according to it.
5796         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
5797         (cost_for_stmt): Call vect_get_stmt_cost.
5798         (vect_model_simple_cost): Likewise.
5799         (vect_model_store_cost): Call vect_get_stmt_cost. Call
5800         vect_get_store_cost to calculate the cost of the statement.
5801         (vect_get_store_cost): New function.
5802         (vect_model_load_cost): Call vect_get_stmt_cost. Call
5803         vect_get_load_cost to calculate the cost of the statement.
5804         (vect_get_load_cost): New function.
5805         (vectorizable_store): Update call to vect_supportable_dr_alignment.
5806         (vectorizable_load): Likewise.
5807         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
5808         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
5809         arguments. Handle unaligned store.
5810         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
5811         (rs6000_builtin_support_vector_misalignment): Return true for word and
5812         double word alignments for VSX.
5813         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
5814         vect_supportable_dr_alignment and builtin_vectorization_cost.
5815
5816 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5817
5818         PR target/44597
5819         * config/pa/predicates.md (prefetch_cc_operand): Remove.
5820         (prefetch_nocc_operand): Likewise.
5821         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
5822         (prefetch_20): New insn.
5823         (prefetch_cc): Remove.
5824         (prefetch_nocc): Likewise.
5825
5826 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
5827
5828         * expr.c (vector_mode_valid_p): Move to c-common.c.
5829         * expr.h (vector_mode_valid_p): Do not declare here.
5830         * system.h: Poison GCC_EXPR_H in front-ends.
5831         * Makefile.in: Update dependencies.
5832
5833 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5834
5835         PR target/44705
5836         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
5837
5838 2010-07-03  Jan Hubicka  <jh@suse.cz>
5839
5840         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
5841         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
5842         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
5843         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
5844         Likewise.
5845
5846         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
5847         Update timevars.V
5848         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
5849         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
5850         TV_IPA_LTO_DECL_OUT): New.
5851         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
5852
5853 2010-07-03  Jan Hubicka  <jh@suse.cz>
5854
5855         * ipa-inline.c (update_edge_key): Break out from ...
5856         update_callers_keys): ... here;
5857         (update_callee_keys): Update only the edges from caller to callee.
5858         (update_all_calle_keys): Do what update_calle_keys did.
5859         (decide_inlining_of_small_functions): Avoid recomputing of all
5860         callees when badness increase.
5861
5862 2010-07-03  Jie Zhang  <jie@codesourcery.com>
5863
5864         * config/arm/arm.c (arm_attr_length_move_neon): New.
5865         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
5866         * config/arm/neon.md (define_mode_attr V_slen): Remove.
5867         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
5868         to compute length attribute.
5869
5870 2010-07-03  Jie Zhang  <jie@codesourcery.com>
5871
5872         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
5873         as predicate for operand 1 and remove its constraint.
5874         * config/arm/predicates.md (vfp_register_operand): New.
5875         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
5876         (*push_fp_multi): Likewise.
5877
5878 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
5879
5880         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
5881
5882 2010-07-03  Jan Hubicka  <jh@suse.cz>
5883
5884         * config/i386/i386.c (override_options): Revert accidental commit.
5885
5886 2010-07-02  Le-Chun Wu  <lcwu@google.com>
5887
5888         PR c++/44128
5889         * doc/invoke.texi: Update documentation of -Wshadow.
5890
5891 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
5892             Julian Brown  <julian@codesourcery.com>
5893             Sandra Loosemore <sandra@codesourcery.com>
5894
5895         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
5896         comparisons.  Adjust to take both operands.
5897         (arm_select_cc_mode): Handle DImode comparisons.
5898         (arm_gen_compare_reg): Generate a scratch register for DImode
5899         comparisons which require one.  Use xor for Thumb equality checks.
5900         (arm_const_double_by_immediates): New.
5901         (arm_print_operand): Allow 'Q' and 'R' for constants.
5902         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
5903         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
5904         arm_canonicalize_comparison.
5905         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
5906         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
5907         prototype.
5908         (arm_const_double_by_immediates): Declare.
5909         * config/arm/constraints.md (Di): New constraint.
5910         * config/arm/predicates.md (arm_immediate_di_operand)
5911         (arm_di_operand, cmpdi_operand): New.
5912         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
5913         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
5914         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
5915         (cstoredi4): Handle non-Cirrus also.
5916
5917 2010-07-02  Julian Brown  <julian@codesourcery.com>
5918             Sandra Loosemore <sandra@codesourcery.com>
5919
5920         PR target/43703
5921         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
5922         (smax<mode>3): Disable for NEON float modes when
5923         flag_unsafe_math_optimizations is false.
5924         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
5925         (*mul<mode>3_neon)
5926         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
5927         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
5928         for NEON float modes when flag_unsafe_math_optimizations is false.
5929         (quad_halves_<code>v4sf): Only enable if
5930         flag_unsafe_math_optimizations is true.
5931         * doc/invoke.texi (ARM Options): Add note about floating point
5932         vectorization requiring -funsafe-math-optimizations.
5933
5934 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
5935             Julian Brown  <julian@codesourcery.com>
5936
5937         * config/arm/neon.md (UNSPEC_VABA): Delete.
5938         (UNSPEC_VABAL): Delete.
5939         (UNSPEC_VABS): Delete.
5940         (UNSPEC_VMUL_N): Delete.
5941         (adddi3_neon): New.
5942         (subdi3_neon): New.
5943         (mul<mode>3add<mode>_neon): Make the pattern named.
5944         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
5945         (neon_vadd<mode>): Replace with define_expand, and move the remaining
5946         unspec parts...
5947         (neon_vadd<mode>_unspec): ...to this.
5948         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
5949         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
5950         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
5951         (neon_vaba<mode>): Rewrite in terms of vabd.
5952         (neon_vabal<mode>): Rewrite in terms of vabdl.
5953         (neon_vabs<mode>): Rewrite without unspec.
5954         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
5955         (*arm_subdi3): Likewise.
5956         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
5957         No_op attribute to disable assembly output checks.
5958         * config/arm/arm_neon.h: Regenerated.
5959         * doc/arm-neon-intrinsics.texi: Regenerated.
5960
5961 2010-07-02  Jan Hubicka  <jh@suse.cz>
5962
5963         * ipa-split.c (split_function): For aggregate values, set the return
5964         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
5965         *<retval> = fncall.part ().
5966         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
5967
5968 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
5969
5970         * config/arm/neon.md (UNSPEC_VAND): Delete.
5971         (UNSPEC_VBIC): Delete.
5972         (UNSPEC_VCLZ): Delete.
5973         (UNSPEC_VCNT): Delete.
5974         (UNSPEC_VEOR): Delete.
5975         (UNSPEC_VORN): Delete.
5976         (UNSPEC_VORR): Delete.
5977         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
5978         core registers too.
5979         (anddi3_neon): Likewise.
5980         (orndi3_neon): Likewise.
5981         (bicdi3_neon): Likewise.
5982         (xordi3_neon): Likewise.
5983         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
5984         rid of unspec and handle unused operand.
5985         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
5986         * config/arm/predicates.md (imm_for_neon_logic_operand):
5987         Require TARGET_NEON.
5988         (imm_for_neon_inv_logic_operand): Likewise.
5989         * config/arm/arm.md (define_split for logical_binary_operator):
5990         Disable for NEON registers.
5991         (anddi3): Add new define_expand, and rename the insn.  Disable
5992         this insn for NEON, where anddi3_neon now applies.
5993         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
5994         (iordi3): As for anddi3.
5995         (xordi3): Likewise.
5996         * config/arm/neon.ml (Vand): Split DImode variants and mark them
5997         as No_op to disable testing for exact instruction match.
5998         (Vorr): Likewise.
5999         (Veor): Likewise.
6000         (Vbic): Likewise.
6001         (Vorn): Likewise.
6002         * config/arm/arm_neon.h: Regenerated.
6003         * doc/arm-neon-intrinsics.texi: Regenerated.
6004
6005 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6006
6007         * expr.h (emit_stack_probe): Declare.
6008         * explow.c (emit_stack_probe): Make global.
6009         (anti_adjust_stack_and_probe): Fix comments.
6010         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
6011         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6012         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
6013         * config/sparc/sparc.c: Include except.h.
6014         (sparc_emit_probe_stack_range): New function.
6015         (output_probe_stack_range): Likewise.
6016         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
6017         built-in stack checking is enabled.
6018         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
6019         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
6020         (probe_stack_range): New insn.
6021
6022 2010-07-02  Richard Guenther  <rguenther@suse.de>
6023
6024         PR target/43958
6025         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
6026         for argument alignment.
6027
6028 2010-07-02  Jan Hubicka  <jh@suse.cz>
6029
6030         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
6031         walk backwards from entry_bb to check only those basic block of header
6032         that might lead to execution of split part.
6033         (consider_split) ... here.
6034         (find_return_bb): Allow assignment in return BB.
6035         (find_retval): New.
6036         (split_function): Fix name of cloned function; take care of updating
6037         return value in return_bb containing move.
6038
6039 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
6040
6041         PR target/44771
6042         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
6043         used variable insn.
6044
6045 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
6046
6047         * implicit-zee.c (combine_reaching_defs): Fix long lines.
6048         (is_set_with_extension_DI): Delete.
6049         (struct zero_extend_info): New structure.
6050         (add_removable_zero_extend): New function.
6051         (find_removable_zero_extends): Use note_stores to find SETs.
6052         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
6053
6054 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6055
6056         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
6057         is_miss_rate_acceptable. Pull total_positions computation
6058         out of the loops.  Early return if miss_positions exceeds
6059         the acceptable threshold.
6060         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
6061         is_miss_rate_acceptable after renaming of compute_miss_rate.
6062
6063 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
6064
6065         PR middle-end/44576
6066         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
6067         of 1000) for miss rate if the address diference is greater than or
6068         equal to the cache line size (the two reference will never hit the
6069         same cache line).
6070
6071 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
6072
6073         PR target/42835
6074         * config/arm/arm-modes.def (CC_NOTB): New mode.
6075         * config/arm/arm.c (get_arm_condition_code): Handle it.
6076         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
6077         * config/arm/arm.md (subsi3_compare0_c): New pattern.
6078         (compare_scc): Now a define_and_split.  Add a number of extra
6079         splitters before it.
6080
6081         PR target/42172
6082         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
6083         and ZERO_EXTEND.
6084         (arm_rtx_costs_1): Likewise.
6085         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
6086         * config/arm/arm.md (is_arch6): New attribute.
6087         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
6088         extendqisi2): Tighten the code somewhat, avoiding invalid
6089         RTL to occur in the expander patterns.
6090         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
6091         (thumb1_zero_extendhisi2_v6): Delete.
6092         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
6093         (thumb1_extendhisi2_v6): Delete.
6094         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
6095         (thumb1_extendqisi2_v6): Delete.
6096         (zero_extendhisi2 for register input splitter): New.
6097         (zero_extendqisi2 for register input splitter): New.
6098         (thumb1_extendhisi2 for register input splitter): New.
6099         (extendhisi2 for register input splitter): New.
6100         (extendqisi2 for register input splitter): New.
6101         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
6102         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
6103         and add support for a register alternative requiring a split.
6104         (thumb1_zero_extendqisi2): Likewise.
6105         (arm_zero_extendqisi2): Likewise.
6106         (arm_extendhisi2): Likewise.
6107         (arm_extendqisi2): Likewise.
6108
6109 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6110
6111         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
6112         instead of an unspec.
6113         (neon_expand_vector_init): Likewise.
6114         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
6115         (UNSPEC_VDUP_LANE): Delete.
6116         (UNSPEC VDUP_N): Delete.
6117         (UNSPEC_VGET_HIGH): Delete.
6118         (UNSPEC_VGET_LANE): Delete.
6119         (UNSPEC_VGET_LOW): Delete.
6120         (UNSPEC_VMVN): Delete.
6121         (UNSPEC_VSET_LANE): Delete.
6122         (V_double_vector_mode): New.
6123         (vec_set<mode>_internal): Make code emitted match that for the
6124         corresponding intrinsics.
6125         (vec_setv2di_internal): Likewise.
6126         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
6127         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
6128         (neon_vset_lane<mode>): Combine double and quad patterns and
6129         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
6130         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
6131         (neon_vdup_n<mode>): Rewrite RTL without unspec.
6132         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
6133         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
6134         with neon_vdup_lanev2di, adjusting the pattern from the latter
6135         to be predicable for consistency.
6136         (neon_vdup_lane<mode>_internal): New.
6137         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
6138         to avoid using an unspec.
6139         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
6140         (neon_vdup_lanev2di): Turn into a define_expand.
6141         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
6142         (neon_vget_high<mode>): Replace with....
6143         (neon_vget_highv16qi): New pattern using canonical RTL.
6144         (neon_vget_highv8hi): Likewise.
6145         (neon_vget_highv4si): Likewise.
6146         (neon_vget_highv4sf): Likewise.
6147         (neon_vget_highv2di): Likewise.
6148         (neon_vget_low<mode>): Replace with....
6149         (neon_vget_lowv16qi): New pattern using canonical RTL.
6150         (neon_vget_lowv8hi): Likewise.
6151         (neon_vget_lowv4si): Likewise.
6152         (neon_vget_lowv4sf): Likewise.
6153         (neon_vget_lowv2di): Likewise.
6154
6155         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
6156         test for this emitting vmov.
6157         (Vset_lane): Likewise.
6158         (Vdup_n): Likewise.
6159         (Vmov_n): Likewise.
6160
6161         * doc/arm-neon-intrinsics.texi: Regenerated.
6162
6163 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
6164
6165         * config/arm/neon.md (vec_extractv2di): Correct error in register
6166         numbering to reconcile with neon_vget_lanev2di.
6167
6168 2010-07-02  Richard Guenther  <rguenther@suse.de>
6169
6170         * tree-ssa-structalias.c (pt_solution_set_var): New function.
6171         * tree-ssa-alias.h (pt_solution_set_var): Declare.
6172         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
6173         points-to information.
6174
6175 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
6176
6177         * config/s390/s390.c (override_options): Adopt prefetching
6178         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
6179
6180 2010-07-02  Jan Hubicka  <jh@suse.cz>
6181
6182         * df-problems.c (df_kill_notes): Do not collect dead  notes.
6183         (df_set_note): Just call add_reg_note.
6184         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
6185         df_create_unused_note): Do not deal with lists of old notes.
6186         (df_note_bb_compute): Likewise.
6187
6188 2010-07-02  Richard Guenther  <rguenther@suse.de>
6189
6190         * tree-ssa-structalias.c (find_func_aliases): Handle
6191         pointer alignment via BIT_AND_EXPR.
6192         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
6193
6194 2010-07-02  Richard Guenther  <rguenther@suse.de>
6195
6196         * tree-data-ref.c (initialize_data_dependence_relation): Handle
6197         mismatching number of dimensions properly.
6198
6199 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
6200
6201         PR target/44707
6202         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
6203         (lo_sum (high ...) ...) patterns generated by earlier passes.
6204
6205 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6206
6207         * doc/install.texi (Prerequisites): Document Perl requirement on
6208         Solaris 2.
6209         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
6210
6211 2010-07-02  Richard Guenther  <rguenther@suse.de>
6212
6213         PR middle-end/44777
6214         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
6215
6216 2010-07-02  Jan Hubicka  <jh@suse.cz>
6217
6218         PR middle-end/44706
6219         * predict.c (predict_paths_for_bb): Handle case when control dependence
6220         BB has only abnormal edges.
6221
6222 2010-07-02  Richard Guenther  <rguenther@suse.de>
6223
6224         PR tree-optimization/44748
6225         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
6226         the embedded conversion in MEM_REFs.
6227
6228 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
6229
6230         * reload.c: Include toplev.h.
6231         * recog.c:  Likewise.
6232         * Makefile.in: Adjust dependencies.
6233
6234 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
6235
6236         PR debug/44694
6237         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
6238         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
6239
6240 2010-07-01  Richard Guenther  <rguenther@suse.de>
6241
6242         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
6243         types for offsets.
6244
6245 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
6246
6247         PR target/44732
6248         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
6249         Fix argument types.
6250
6251 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
6252
6253         PR target/44727
6254         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
6255         Make sure operand 0 dies.
6256
6257 2010-07-01  Richard Guenther  <rguenther@suse.de>
6258
6259         PR middle-end/42834
6260         PR middle-end/44468
6261         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
6262         * doc/generic.texi (References to storage): Document MEM_REF.
6263         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
6264         (print_call_name): Likewise.
6265         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
6266         (build_simple_mem_ref_loc): New function.
6267         (mem_ref_offset): Likewise.
6268         * tree.h (build_simple_mem_ref_loc): Declare.
6269         (build_simple_mem_ref): Define.
6270         (mem_ref_offset): Declare.
6271         * fold-const.c: Include tree-flow.h.
6272         (operand_equal_p): Handle MEM_REF.
6273         (build_fold_addr_expr_with_type_loc): Likewise.
6274         (fold_comparison): Likewise.
6275         (fold_unary_loc): Fold
6276         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
6277         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
6278         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
6279         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
6280         (ptr_deref_may_alias_ref_p_1): Likewise.
6281         (ao_ref_base_alias_set): Properly differentiate base object for
6282         offset and TBAA.
6283         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
6284         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
6285         (indirect_refs_may_alias_p): Likewise.
6286         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
6287         chasing code.
6288         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
6289         (call_may_clobber_ref_p_1): Likewise.
6290         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
6291         * expr.c (expand_assignment): Handle MEM_REF.
6292         (store_expr): Handle MEM_REFs from STRING_CSTs.
6293         (store_field): If expanding a MEM_REF of a non-addressable
6294         decl use bitfield operations.
6295         (get_inner_reference): Handle MEM_REF.
6296         (expand_expr_addr_expr_1): Likewise.
6297         (expand_expr_real_1): Likewise.
6298         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
6299         * alias.c (ao_ref_from_mem): Handle MEM_REF.
6300         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
6301         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
6302         (dr_analyze_indices): Likewise.
6303         (dr_analyze_alias): Likewise.
6304         (object_address_invariant_in_loop_p): Likewise.
6305         * gimplify.c (mark_addressable): Handle MEM_REF.
6306         (gimplify_cond_expr): Build MEM_REFs.
6307         (gimplify_modify_expr_to_memcpy): Likewise.
6308         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
6309         (gimple_fold_indirect_ref): Adjust.
6310         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
6311         * tree.def (MEM_REF): New tree code.
6312         * tree-dfa.c: Include toplev.h.
6313         (get_ref_base_and_extent): Handle MEM_REF.
6314         (get_addr_base_and_unit_offset): New function.
6315         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
6316         * gimple-fold.c (may_propagate_address_into_dereference): Handle
6317         MEM_REF.
6318         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
6319         accesses if the array has just one dimension.  Remove always true
6320         parameter.  Do not require type compatibility here.
6321         (maybe_fold_offset_to_component_ref): Remove.
6322         (maybe_fold_stmt_indirect): Remove.
6323         (maybe_fold_reference): Remove INDIRECT_REF handling.
6324         Fold back to non-MEM_REF.
6325         (maybe_fold_offset_to_address): Simplify.  Deal with type
6326         mismatches here.
6327         (maybe_fold_reference): Likewise.
6328         (maybe_fold_stmt_addition): Likewise.  Also handle
6329         &ARRAY + I in addition to &ARRAY[0] + I.
6330         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
6331         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
6332         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
6333         * tree-ssa.c (useless_type_conversion_p): Make most pointer
6334         conversions useless.
6335         (warn_uninitialized_var): Handle MEM_REF.
6336         (maybe_rewrite_mem_ref_base): New function.
6337         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
6338         to SSA form.
6339         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
6340         INDIRECT_REF handling.
6341         (copy_tree_body_r): Handle MEM_REF.
6342         * gimple.c (is_gimple_addressable): Adjust.
6343         (is_gimple_address): Likewise.
6344         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
6345         invariant base are invariant.
6346         (is_gimple_min_lval): Adjust.
6347         (is_gimple_mem_ref_addr): New function.
6348         (get_base_address): Handle MEM_REF.
6349         (count_ptr_derefs): Likewise.
6350         (get_base_loadstore): Likewise.
6351         * gimple.h (is_gimple_mem_ref_addr): Declare.
6352         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
6353         * tree-cfg.c (verify_address): New function, split out from ...
6354         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
6355         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
6356         INDIRECT_REFs.
6357         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
6358         INDIRECT_REF.  Allow conversions.
6359         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
6360         a register does not change its size.
6361         (verify_types_in_gimple_reference): Verify MEM_REF.
6362         (verify_gimple_assign_single): Disallow INDIRECT_REF.
6363         Handle MEM_REF.
6364         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
6365         New.
6366         (mark_address_taken): Handle MEM_REF.
6367         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
6368         (get_asm_expr_operands): Pass opf_not_non_addressable.
6369         (get_expr_operands): Handle opf_[not_]non_addressable.
6370         Handle MEM_REF.  Remove INDIRECT_REF handling.
6371         * tree-vrp.c (check_array_ref): Handle MEM_REF.
6372         (search_for_addr_array): Likewise.
6373         (check_array_bounds): Likewise.
6374         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
6375         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
6376         (ref_always_accessed_p): Likewise.
6377         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
6378         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
6379         Handle MEM_REF.
6380         * cgraphbuild.c (mark_load): Properly check for NULL result
6381         from get_base_address.
6382         (mark_store): Likewise.
6383         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
6384         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
6385         handling for MEM_REF.
6386         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
6387         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
6388         * builtins.c (stabilize_va_list_loc): Use the function ABI
6389         valist type if we couldn't canonicalize the argument type.
6390         Always dereference with the canonical va-list type.
6391         (maybe_emit_free_warning): Handle MEM_REF.
6392         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
6393         memmove to memcpy.
6394         * builtins.c (fold_builtin_memory_op): Use ref-all types
6395         for all memcpy foldings.
6396         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
6397         (build_outer_var_ref): Likewise.
6398         (scan_omp_1_op): Likewise.
6399         (lower_rec_input_clauses): Likewise.
6400         (lower_lastprivate_clauses): Likewise.
6401         (lower_reduction_clauses): Likewise.
6402         (lower_copyprivate_clauses): Likewise.
6403         (expand_omp_atomic_pipeline): Likewise.
6404         (expand_omp_atomic_mutex): Likewise.
6405         (create_task_copyfn): Likewise.
6406         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
6407         Remove old union trick.  Initialize constant offsets.
6408         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
6409         INDIRECT_REF.  Init base_alias_set properly.
6410         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
6411         (vn_reference_fold_indirect): Adjust for MEM_REFs.
6412         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
6413         for ARRAY_REFs.
6414         (may_insert): Remove.
6415         (visit_reference_op_load): Do not test may_insert.
6416         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
6417         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
6418         a field to store the constant offset this op applies.
6419         (run_scc_vn): Adjust prototype.
6420         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
6421         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
6422         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
6423         bother about volatile qualifiers on pointers.
6424         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
6425         * tree-ssa-loop-ivopts.c
6426         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
6427         (strip_offset_1): Likewise.
6428         (find_interesting_uses_address): Replace INDIRECT_REF handling with
6429         MEM_REF handling.
6430         (get_computation_cost_at): Likewise.
6431         * ipa-pure-const.c (check_op): Handle MEM_REF.
6432         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
6433         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
6434         and constants.
6435         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
6436         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
6437         (eliminate_local_variables_1): Likewise.
6438         (create_call_for_reduction_1): Likewise.
6439         (create_loads_for_reductions): Likewise.
6440         (create_loads_and_stores_for_name): Likewise.
6441         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
6442         (ssa_accessed_in_tree): Handle MEM_REF.
6443         (ssa_accessed_in_assign_rhs): Likewise.
6444         (update_type_size): Likewise.
6445         (analyze_accesses_for_call_stmt): Likewise.
6446         (analyze_accesses_for_assign_stmt): Likewise.
6447         (transform_access_sites): Likewise.
6448         (transform_allocation_sites): Likewise.
6449         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
6450         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
6451         not handle INDIRECT_REF.
6452         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
6453         (cond_store_replacement): Likewise.
6454         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
6455         MEM_REF, no not handle INDIRECT_REFs.
6456         (insert_into_preds_of_block): Properly initialize avail.
6457         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
6458         for ARRAY_REFs.  Properly handle reference lookups that
6459         require a bit re-interpretation.
6460         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
6461         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
6462         (build_ref_for_offset_1): Remove.
6463         (build_ref_for_offset): Build MEM_REFs.
6464         (gate_intra_sra): Disable for now.
6465         (sra_ipa_modify_expr): Handle MEM_REF.
6466         (ipa_early_sra_gate): Disable for now.
6467         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
6468         MEM_REF handling.
6469         (disqualify_base_of_expr): Likewise.
6470         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
6471         MEM_REF handling.
6472         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
6473         Use mem_ref_offset.  Remove bogus folding.
6474         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
6475         (make_fancy_name_1): Add support for MEM_REF.
6476         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
6477         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
6478         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
6479         (compute_complex_ancestor_jump_func): Likewise.
6480         (ipa_analyze_virtual_call_uses): Likewise.
6481         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
6482         INDIRECT_REF folding with more generalized MEM_REF folding.
6483         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
6484         (forward_propagate_addr_into_variable_array_index): Also handle
6485         &ARRAY + I in addition to &ARRAY[0] + I.
6486         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
6487         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
6488         creates assignments with overlap.
6489         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
6490         (get_frame_field): Likewise.
6491         (get_nonlocal_debug_decl): Likewise.
6492         (convert_nonlocal_reference_op): Likewise.
6493         (struct nesting_info): Add mem_refs pointer-set.
6494         (create_nesting_tree): Allocate it.
6495         (convert_local_reference_op): Insert to be folded mem-refs.
6496         (fold_mem_refs): New function.
6497         (finalize_nesting_tree_1): Perform defered folding of mem-refs
6498         (free_nesting_tree): Free the pointer-set.
6499         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
6500         (vectorizable_load): Likewise.
6501         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
6502         (propagate_with_phi): Likewise.
6503         * tree-object-size.c (addr_object_size): Handle MEM_REFs
6504         instead of INDIRECT_REFs.
6505         (compute_object_offset): Handle MEM_REF.
6506         (plus_stmt_object_size): Handle MEM_REF.
6507         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
6508         for &MEM_REF.
6509         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
6510         (symbol_marked_for_renaming): Likewise.
6511         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
6512         (fold-const.o): Add $(TREE_FLOW_H).
6513         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
6514         (find_func_clobbers): Likewise.
6515         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
6516         (decompose_access): Likewise.
6517         (replace_field_acc): Likewise.
6518         (replace_field_access_stmt): Likewise.
6519         (insert_new_var_in_stmt): Likewise.
6520         (get_stmt_accesses): Likewise.
6521         (reorg_structs_drive): Disable.
6522         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
6523         (ix86_canonical_va_list_type): Likewise.
6524
6525 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
6526
6527         PR other/44566
6528         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
6529         * target.def (struct gcc_target): Replace enum reg_class with
6530         reg_class_t in hook argument / return types.
6531         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
6532         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
6533         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
6534         * targhooks.h (default_branch_target_register_class): Likewise.
6535         (default_ira_cover_classes, default_secondary_reload): Likewise.
6536         (default_memory_move_cost, default_register_move_cost): Likewise.
6537         * targhooks.c (default_branch_target_register_class): Likewise.
6538         (default_ira_cover_classes, default_secondary_reload): Likewise.
6539         (default_memory_move_cost, default_register_move_cost): Likewise.
6540         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
6541         * bt-load.c (branch_target_load_optimize): Likewise.
6542         * ira.c (setup_cover_and_important_classes): Likewise.
6543         * ira-costs.c (copy_cost): Likewise.
6544         * reload1.c (emit_input_reload_insns): Likewise.
6545         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
6546         * config/frv/frv.c (frv_secondary_reload): Likewise.
6547         * config/s390/s390.c (s390_secondary_reload): Likewise.
6548         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
6549         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
6550         (ix86_register_move_cost): Likewise.
6551         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
6552         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
6553         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
6554         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
6555         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
6556         (rs6000_ira_cover_classes): Likewise.
6557         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
6558         * config/picochip/picochip-protos.h (picochip_secondary_reload):
6559         Likewise.
6560         * config/pa/pa.c (pa_secondary_reload): Likewise.
6561         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
6562         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
6563         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
6564         * doc/tm.texi: Regenerate.
6565
6566 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
6567
6568         PR bootstrrap/44726
6569         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
6570         use.
6571         (build_alias_set_optimal_p): Likewise.
6572         (build_base_obj_set_for_drs): Likewise.
6573
6574 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
6575
6576         * target.def: Remove comment about licensing problems of function
6577         declarations.
6578
6579         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
6580         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
6581         * doc/tm.texi: Regenerate.
6582
6583         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
6584         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
6585
6586         * target.def (enum_va_list_p): Use DEFHOOK.
6587         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
6588         Rename ptype to ptree.
6589         * doc/tm.texi: Regenerate.
6590
6591         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
6592         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
6593         * doc/tm.texi: Regenerate.
6594
6595         * target.def (memory_move_cost): Use DEFHOOK.
6596         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
6597         Rename regclass AKA class to rclass.
6598         * doc/tm.texi: Regenerate.
6599
6600         * target.def (pragma_parse): Use DEFHOOK.
6601         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
6602         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
6603         * doc/tm.texi: Regenerate.
6604
6605         * target.def (pass_by_reference): Use DEFHOOK.
6606         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
6607         * doc/tm.texi: Regenerate.
6608
6609         * target.def (resolve_overloaded_builtin): Rename params to arglist.
6610         Use DEFHOOK.
6611         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
6612         * doc/tm.texi: Regenerate.
6613
6614         * target.def (return_pops_args): Use DEFHOOK.
6615         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
6616         Rename stack-size to size.
6617         * doc/tm.texi: Regenerate.
6618
6619         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
6620         last-sched_cycle to last_clock, cur_cycle to clock.
6621         * doc/tm.texi.in: Use @hook.
6622         * doc/tm.texi: Regenerate.
6623
6624         * target.def (print_operand, print_operand_address): Update comment.
6625         (print_operand_punct_valid_p): Likewise.
6626
6627 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6628
6629         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
6630         to rtl.h.
6631         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
6632         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
6633         * rtl-error.h: New.
6634         * regrename.c: Do not include toplev.h. Include rtl-error.h.
6635         * rtl-error.c: Likewise.
6636         * reload.c: Likewise.
6637         * recog.c:  Likewise.
6638         * sel-sched.c: Likewise.
6639         * function.c: Likewise.
6640         * reg-stack.c: Likewise.
6641         * cfgrtl.c: Likewise.
6642         * reload1.c: Likewise.
6643         * final.c: Include rtl-error.
6644         * Makefile.in: Adjust dependencies.
6645
6646 2010-06-30  Jan Hubicka  <jh@suse.cz>
6647
6648         PR middle-end/PR44706
6649         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
6650         to return the value.
6651
6652 2010-06-30  Michael Matz  <matz@suse.de>
6653
6654         PR bootstrap/44699
6655         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
6656         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
6657         a gimple reg, attach the original VDEF to the last store in the
6658         sequence.
6659
6660 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
6661
6662         PR other/44034
6663         * config/darwin.c (darwin_override_options): Use renamed
6664         targetm.asm_out.emit_unwind_label.
6665
6666 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
6667
6668         PR tree-optimization/39799
6669         * tree-inline.c (remap_ssa_name): Initialize variable only if
6670         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
6671
6672 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
6673
6674         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
6675
6676 2010-06-30  Richard Guenther  <rguenther@suse.de>
6677
6678         PR target/44722
6679         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
6680         against oscillation with reverse peephole2.
6681
6682 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
6683
6684         PR target/44721
6685         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
6686         Fix last commit.
6687
6688 2010-06-30  Nick Clifton  <nickc@redhat.com>
6689
6690         * config/rx/rx-modes.def: New file.
6691         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
6692         (CC_REGNUM): Define.
6693         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
6694         register.
6695         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
6696         (SELECT_CC_MODE): Define.
6697         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
6698         (reg:CC CC_REG) instead of (cc0).
6699         (attr "cc"): Delete.
6700         (cbranchsi4): Do not split compare and branch here. Instead move
6701         it to...
6702         (cbranchsi4_<code>): ... here.  New patterns.
6703         (cmpsi): Call rx-compare_redundant to find out if it is necessary
6704         to emit the compare instruction.
6705         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
6706         cc_status flags.
6707         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
6708         FIRST_PSEUDO_REGNUM.
6709         (rx_expand_prologue, rx_expand_epilogue): Likewise.
6710         (rx_notice_update_cc): Delete.
6711         (rx_cc_modes_compatible): New function.
6712         (flags_needed_for_conditional): New function.
6713         (flags_from_mode): New function.
6714         (rx_compare_redundant): New function - scans backwards through
6715         insn list to find out if condition flags are already set correctly.
6716         (TARGET_CC_MODES_COMPATIBLE): Define.
6717         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
6718
6719         * config/rx/rx.h (BRANCH_COST): Define.
6720         (REGISTER_MOVE_COST): Define.
6721         * config/rx/predicates (rx_source_operand): Allow all constant types.
6722         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
6723         (tstsi4): New pattern.
6724         * config/rx/rx.c (rx_memory_move_cost): Define.
6725         (TARGET_MEMORY_MOVE_COST): Define.
6726
6727 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
6728
6729         * tree.h (block_may_fallthru): Declare here.
6730         * tree-flow.h (block_may_fallthru): Do not declare here.
6731         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
6732         bitmap.h
6733         * Makefile.in (c-typeck.o): Update dependencies.
6734
6735 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
6736
6737         PR debug/44694
6738         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
6739         * cselib.c (cfa_base_preserved_regno): New static variable.
6740         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
6741         of REGNO (cfa_base_preserved_val->locs->loc).
6742         (cselib_preserve_cfa_base_value): Add regno argument, set
6743         cfa_base_preserved_regno to it.
6744         (cselib_invalidate_regno): Allow removal of registers other than
6745         cfa_base_preserved_regno from cfa_base_preserved_val.
6746         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
6747         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
6748         of MEM addresses, if not on LHS.
6749         (reverse_op): Don't add reverse ops for cfa_base_rtx.
6750         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
6751
6752 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
6753
6754         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
6755         static variables.
6756         (peep2_buf_position): New static function.
6757         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
6758         peephole2_optimize): Use it.
6759         (peep2_attempt, peep2_update_life): New static functions, broken out
6760         of peephole2_optimize.
6761         (peep2_fill_buffer): New static function.
6762         (peephole2_optimize): Change the main loop to try to fill the buffer
6763         with the maximum number of insns before matching them against
6764         peepholes.  Use a forward scan.  Remove special case for targets with
6765         conditional execution.
6766         * genrecog.c (change_state): Delete dead code.
6767         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
6768         Rewrite so as not to expect the second insn to have had a peephole
6769         applied yet.
6770
6771 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
6772
6773         * genhooks.c (emit_findices): Cast field precision to int.
6774         (emit_documentation): Likewise.
6775
6776 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
6777
6778         PR tree-optimization/43801
6779         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
6780         if old_decl was DECL_ONE_ONLY.
6781
6782         PR debug/44668
6783         * dwarf2out.c (add_accessibility_attribute): New function.
6784         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
6785         instead of adding DW_AT_accessibility manually.
6786         (gen_enumeration_type_die, gen_struct_or_union_type_die,
6787         gen_typedef_die): Use it.
6788
6789 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
6790
6791         * vmsdbgout.c (full_name): Just output the file name if not native.
6792
6793 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
6794
6795         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
6796         (funcnam_table): New static table.
6797         (funcnum_table): New static table.
6798         (write_rtnbeg): Write value saved in funcnum_table.
6799         (write_rtnend): Write value saved in funcnum_table.
6800         (vmsdbgout_begin_function): Save current function info in
6801         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
6802         (vmsdbgout_finish): Iterate over funcnum_table.
6803
6804 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
6805
6806         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
6807         (vmsdbgout_type_decl): Declare
6808         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
6809         (FUNC_EPILOGUE_LABEL): New macro
6810         (vmsdbgout_begin_epilogue): New function.
6811         (vmsdbgout_type_decl): New function.
6812
6813 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
6814
6815         * vmsdbg.h: Update copyright.
6816
6817 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
6818
6819         * vmsdbg.h (DST_K_TBG): New DST constant.
6820         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
6821         (write_modbeg): Cast module_language to avoid warning.
6822         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
6823
6824 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
6825
6826         PR other/44034
6827         * target.def, doc/tm.texi.in, genhooks.c: New files.
6828         * target.h: Instead of defining individual hook members,
6829         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
6830         include target.def.
6831         * target-def.h: Instead of defining individual hook initializers,
6832         include target-hooks-def.h.
6833         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
6834         targetm.live_on_entry -> targetm.extra_live_on_entry
6835         targetm.sched.md_finish ->targetm.sched.finish
6836         targetm.sched.md_init -> targetm.sched.init
6837         targetm.sched.md_init_global -> targetm.sched.init_global
6838         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
6839         targetm.asm_out.except_table_label ->
6840           targetm.asm_out.emit_except_table_label
6841         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
6842         targetm.target_help -> targetm.help
6843         targetm.vectorize.builtin_support_vector_misalignment ->
6844           targetm.vectorize.support_vector_misalignment
6845         targetm.file_start_app_off -> targetm.asm_file_start_app_off
6846         targetm.file_start_file_directive ->
6847          targetm.asm_file_start_file_directive
6848         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
6849         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
6850         * gcc/config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
6851         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
6852           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
6853         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
6854           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
6855         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
6856         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
6857         * Makefile.in (TARGET_H): Depend on target.def.
6858         (TARGET_DEF_H): Depend on target-hooks-def.h.
6859         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
6860         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
6861         * doc/tm.texi: Regenerate.
6862
6863         * Makefile.in (s-tm-texi): Remove stray tab / rule.
6864
6865         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
6866         (targetm.sched.init): Likewise.
6867
6868 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
6869
6870         PR bootstrap/44713
6871         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
6872         (function_arg_advance_32): Const-ify TYPE parameter.
6873         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
6874         (ix86_function_arg_advance): Change type of NAMED to bool.
6875         (function_arg_32): Const-ify CUM and TYPE parameters.
6876         (function_arg_64): Likewise.  Change type of NAMED to bool.
6877         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
6878         to bool.
6879         (ix86_function_arg): Change type of NAMED to bool.
6880         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
6881         last argument as a bool.
6882
6883 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
6884
6885         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
6886         (OVERRIDE_OPTIONS): Add note of obsolescence.
6887         Replace references with references to TARGET_OPTION_OVERRIDE.
6888         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
6889          the macro).
6890         * targhooks.c (default_target_option_override): New function.
6891         * targhooks.h (default_target_option_override): Declare.
6892         * target.h (struct gcc_target): Add override member to
6893         target_option member.
6894         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
6895         targetm.target_option.override call.
6896         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
6897         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
6898
6899 2010-06-29  Jan Hubicka  <jh@suse.cz>
6900
6901         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
6902
6903 2010-06-29  Jan Hubicka  <jh@suse.cz>
6904
6905         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
6906         unreachable.
6907         (rebuild_frequencies): New function.
6908         * predict.h (rebuild_frequencies): Declare.
6909         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
6910         entry block and edge reaching new_entry.
6911         (tree_function_versioning): When doing partial cloning, rebuild
6912         frequencies when done.
6913         * passes.c (execute_function_todo): Use rebild_frequencies.
6914
6915 2010-06-29  Richard Guenther  <rguenther@suse.de>
6916
6917         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
6918         * tree-flow.h (enum noalias_state): Remove.
6919         (struct var_ann_d): Remove noalias_state member.
6920
6921 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
6922
6923         PR target/43902
6924         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
6925         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
6926         (maddhidi4): Likewise.
6927
6928         Revert parts of the change for PR25130.
6929         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
6930         MEM_ALIAS_SET.
6931
6932 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
6933
6934         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
6935         targetm.calls.function_incoming_arg, and
6936         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
6937         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
6938         * target.h (struct gcc_target): Add function_arg_advance,
6939         function_arg, and function_incoming_arg fields.
6940         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
6941         (TARGET_FUNCTION_INCOMING_ARG): Define.
6942         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
6943         and TARGET_FUNCTION_INCOMING_ARG.
6944         * targhooks.h (default_function_arg_advance): Declare.
6945         (default_function_arg, default_function_incoming_arg): Declare.
6946         * targhooks.c (default_function_arg_advance): New function.
6947         (default_function_arg, default_function_incoming_arg): New function.
6948         * config/i386/i386.c (function_arg_advance): Rename to...
6949         (ix86_function_arg_advance): ...this.  Make static.
6950         (function_arg): Rename to...
6951         (ix86_function_arg): ...this.  Make static.
6952         (TARGET_FUNCTION_ARG_ADVANCE): Define.
6953         (TARGET_FUNCTION_ARG): Define.
6954         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
6955         (FUNCTION_ARG): Delete.
6956         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
6957         (function_arg): Delete prototype.
6958
6959 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
6960
6961         * reginfo.c (init_reg_sets_1): Adjust comments.
6962         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
6963         * calls.c (prepare_call_address): Likewise.
6964         (emit_call_1): Use targetm.calls.return_pops_args.
6965         (expand_call): Likewise.
6966         * function.c (assign_parms): Likewise.
6967         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
6968         * target.h (struct gcc_target) [struct calls]: Add
6969         return_pops_args field.
6970         * targhooks.h (default_return_pops_args): Declare.
6971         * targhooks.c (default_return_pops_args): Define.
6972         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
6973         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
6974         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
6975         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
6976         documentation.
6977         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
6978         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
6979         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
6980         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
6981         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
6982         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
6983         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
6984         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
6985         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
6986         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
6987         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
6988         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
6989         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
6990         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
6991         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
6992         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
6993         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
6994         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
6995         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
6996         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
6997         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
6998         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
6999         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
7000         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
7001         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
7002         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
7003         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
7004         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
7005         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
7006         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
7007         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
7008         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
7009         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
7010         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
7011         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
7012         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
7013         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
7014         * config/i386/i386.c (ix86_return_pops_args): Make static.
7015         Constify arguments.
7016         (TARGET_RETURN_POPS_ARGS): Define.
7017         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
7018         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
7019         (TARGET_RETURN_POPS_ARGS): Define.
7020         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
7021         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
7022         (TARGET_RETURN_POPS_ARGS): Define.
7023
7024 2010-06-29  Richard Guenther  <rguenther@suse.de>
7025
7026         PR middle-end/44667
7027         * tree-inline.c (initialize_inlined_parameters): Make sure
7028         to remap the inlined parameter variable substitutions types.
7029
7030 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7031
7032         PR rtl-optimization/44659
7033         * combine.c (make_compound_operation) <SUBREG>: Do not return the
7034         result of force_to_mode if it partially re-expanded the compound.
7035
7036 2010-06-28  Jan Hubicka  <jh@suse.cz>
7037
7038         PR middle-end/44671
7039         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
7040         RESULT_DECL.
7041
7042 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
7043
7044         * double-int.h (force_fit_type_double): Remove declaration.
7045         * double-int.c (force_fit_type_double): Move to tree.c.
7046         * tree.h (force_fit_type_double): Declare.
7047         * tree.h (force_fit_type_double): Moved from double-int.c. Use
7048         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
7049         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
7050         * convert.c (convert_to_pointer): Adjust call to
7051         force_fit_type_double.
7052         * tree-vrp.c (extract_range_from_assert,
7053         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
7054         * fold-const.c: Update comment.
7055         (int_const_binop, fold_convert_const_int_from_int,
7056         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
7057         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
7058         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
7059         round_up_loc): Adjust call to force_fit_type_double.
7060
7061 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7062
7063         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
7064
7065 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7066
7067         * tree-sra.c (convert_callers): New parameter, change fndecls of
7068         recursive calls.
7069         (modify_function): Pass the old decl to convert_callers.
7070
7071 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7072
7073         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
7074         ipa_check_create_node_params and ipa_initialize_node_params with
7075         checking asserts they are not necessary.
7076
7077 2010-06-28  Jan Hubicka  <jh@suse.cz>
7078
7079         PR tree-optimization/44687
7080         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
7081
7082 2010-06-28  Martin Jambor  <mjambor@suse.cz>
7083
7084         PR c++/44535
7085         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
7086         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
7087         instead of BINFO_BASE_BINFO.
7088
7089 2010-06-28  Michael Matz  <matz@suse.de>
7090
7091         PR middle-end/44592
7092         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
7093         proper VDEF chain for intermediate stores in the sequence.
7094
7095 2010-06-28  Jan Hubicka  <jh@suse.cz>
7096
7097         PR tree-optimization/44357
7098         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
7099         uninlinable functions.
7100
7101 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
7102
7103         * config.gcc (powerpc*-*-*): Handle titan.
7104         * config/rs6000/rs6000.c (titan_cost): New costs.
7105         (rs6000_override_options): Add "titan" to processor_target_table.
7106         Add Titan to branch alignment logic.
7107         Correctly set rs6000_cost for titan.
7108         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
7109         * config/rs6000/titan.md: New file.
7110         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
7111
7112 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7113
7114         * tree-browser.c (TB_history_stack): Convert to a VEC.
7115         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
7116         (TB_history_prev): Likewise.
7117
7118 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
7119
7120         * vec.h (vec_heap_free): Add parentheses around free.
7121
7122 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
7123
7124         * system.h: Poison GCC_EXCEPT_H for front-end files.
7125
7126         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
7127         langhook.
7128         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
7129         Define to NULL by default.
7130         * except.h: Define GCC_EXCEPT_H.
7131         (doing_eh): Remove prototype.
7132         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
7133         (lang_protect_cleanup_actions): Remove.
7134         * except.c (lang_protect_cleanup_actions): Remove.
7135         (doing_eh): Remove.
7136         (gen_eh_region): Don't check doing_eh here.
7137         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
7138         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
7139         instead of lang_protect_cleanup_actions.
7140         * omp-low.c (maybe_catch_exception): Likewise.
7141         * Makefile.in: Update dependencies.
7142
7143 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
7144
7145         * cgraph.h (struct varpool_node): new used_from_object_file flag.
7146         (struct cgraph_local_info): new used_from_object_file flag.
7147         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
7148         (cgraph_clone_node): initialize used_from_object_file.
7149         (cgraph_create_virtual_clone): initialize used_from_object_file.
7150         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
7151         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
7152         when compiling with -fwhole-program.
7153         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
7154         internal resolver.
7155         * ipa.c (function_and_variable_visibility): Set externally_visible
7156         flag of varpool_node if used_from_object_file flag is set.
7157         (cgraph_externally_visible_p): check used_from_object_file flag.
7158         * doc/invoke.texi (-fwhole-program option): Change description of
7159         externally_visible attribute accordingly.
7160         * doc/extend.texi (externally_visible): Ditto.
7161
7162 2010-06-27  Jan Hubicka  <jh@suse.cz>
7163
7164         * params.def (max-inline-insns-auto): Default to 40.
7165         * doc/invoke.texi (max-inline-insns-auto): Document the change.
7166
7167 2010-06-27  Jan Hubicka  <jh@suse.cz>
7168
7169         PR middle-end/44671
7170         PR middle-end/44686
7171         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
7172         signature change.
7173         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
7174         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
7175
7176 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
7177
7178         * target.h (struct gcc_target): Add register_move_cost field.
7179         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
7180         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
7181         * targhooks.c (default_register_move_cost): New function.
7182         * targhooks.h (default_register_move_cost): Declare function.
7183         * defaults.h (REGISTER_MOVE_COST): Delete.
7184         * ira-int.h (ira_register_move_cost): Update comment.
7185         * ira.c (ira_register_move_cost): Update comment.
7186         * reload.h (register_move_cost): Declare.
7187         * reginfo.c (register_move_cost): New function.
7188         (move_cost): Update comment.
7189         (init_move_cost, memory_move_secondary_cost): Replace
7190         REGISTER_MOVE_COST with register_move_cost.
7191         * postreload.c (reload_cse_simplify_set): (Ditto.).
7192         * reload.c (find_valid_class, find_reloads): (Ditto.).
7193         * reload1.c (choose_reload_regs): (Ditto.).
7194         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
7195         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
7196         * doc/md.texi (can_create_pseudo_p): Update documentation.
7197
7198         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
7199         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
7200         * config/i386/i386.h (ix86_memory_move_cost): Make static.
7201         (TARGET_MEMORY_MOVE_COST): Define.
7202
7203         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
7204         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
7205         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
7206         (TARGET_MEMORY_MOVE_COST): Define.
7207
7208 2010-06-27  Richard Guenther  <rguenther@suse.de>
7209
7210         PR tree-optimization/44683
7211         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
7212         false edge from the inverted condition.
7213
7214 2010-06-27  Richard Guenther  <rguenther@suse.de>
7215
7216         PR middle-end/44684
7217         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
7218         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
7219         for register LHS.  Or non-store assignments.
7220
7221 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
7222
7223         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
7224         (sparc_emit_set_const64): Likewise.  Remove disabled code.
7225         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
7226         (sparc_emit_set_const64): Likewise.
7227
7228 2010-06-26  Catherine Moore  <clm@codesourcery.com>
7229
7230         * config/mips/mips.md (alu_type): New attribute.
7231         (type): Infer type from alu_type.
7232         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
7233         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
7234         *subsi3_extended, negsi2, negdi2, *low<mode>,
7235         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
7236         xor<mode>3, *nor<mode>3,
7237         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
7238         *zero_extendhi_truncqi):  Set alu_type instead of type.
7239
7240 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
7241
7242         * config/alpha/alpha.c (alpha_need_linkage): Adjust
7243         splay_tree_new_ggc call.
7244         (alpha_use_linkage): Likewise.
7245
7246 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
7247
7248         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
7249         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
7250         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
7251         (static_specs): Remove switches_need_spaces.
7252         (process_command, do_self_spec): Hardcode handling "-o" instead of
7253         checking switches_need_spaces.
7254         * system.h (SWITCHES_NEED_SPACES): Poison.
7255
7256 2010-06-26  Richard Guenther  <rguenther@suse.de>
7257
7258         PR tree-optimization/44393
7259         * tree-loop-distribution.c (generate_loops_for_partition): Fix
7260         stmt removal and VOP renaming.
7261         (generate_memset_zero): Remove redundant stmt updating.
7262         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
7263         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
7264
7265 2010-06-26  Jan Hubicka  <jh@suse.cz>
7266
7267         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
7268         edges comming from header are equivalent.
7269         (visit_bb): Handle PHIs correctly.
7270         * tree-inline.c (copy_phis_for_bb): Be able to copy
7271         PHI from entry edge.
7272         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
7273
7274 2010-06-26  Richard Guenther  <rguenther@suse.de>
7275
7276         PR middle-end/44674
7277         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
7278         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
7279
7280 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
7281
7282         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
7283         add_infile, alloc_switch): New.
7284         (process_command): Remove variable lang_n_infiles.  Process
7285         options in a single pass.  Use new functions for allocating
7286         infiles and switches arrays.  Properly skip operands of
7287         -Xpreprocessor and -Xassembler.
7288
7289 2010-06-26  Jan Hubicka  <jh@suse.cz>
7290
7291         PR middle-end/44671
7292         * cgraphunit.c (cgraph_function_versioning): Remove wrong
7293         cgraph_make_decl_local call; fix typo copying RTL data.
7294
7295 2010-06-25  DJ Delorie  <dj@redhat.com>
7296
7297         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
7298         (m32c_output_aligned_common): Likewise.
7299         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
7300         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
7301         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
7302         (m32c_register_pragmas): Register it.
7303         * config/m32c/m32c.c (m32c_get_pragma_address): New.
7304         (m32c_insert_attributes): Set #pragma address decls volatile.
7305         (pragma_entry_eq): New.
7306         (pragma_entry_hash): New.
7307         (m32c_note_pragma_address): New.
7308         (m32c_get_pragma_address): New.
7309         (m32c_output_aligned_common): New.
7310         * doc/extend.texi: Document the new pragma.
7311
7312         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
7313         also.
7314         * config/m32c/predicates.md (m32c_any_operand): Check the code
7315         instead of memory_operand so as to allow matching volatile MEMs.
7316         (m32c_nonimmediate_operand): Likewise.
7317         (mra_operand): Allow volatiles.
7318
7319 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
7320
7321         PR debug/44610
7322         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
7323         address if the offset is unknown.
7324
7325 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
7326
7327         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
7328         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
7329         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
7330         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
7331         to ia64_start_function. Invoke it.
7332         * config/ia64/ia64.c (ia64_start_function): Call new function
7333         dwarf2out_vms_debug_main_pointer.
7334
7335 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
7336
7337         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
7338         statements computing the true predicate.
7339
7340 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
7341
7342         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
7343         to boolean_true_node.
7344         (reset_bb_predicate): New.
7345         (predicate_bbs): Call reset_bb_predicate.
7346
7347 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
7348
7349         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
7350         (tree_if_conversion): Returns true when something has been changed.
7351         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
7352         changed something.
7353
7354 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
7355
7356         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
7357         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
7358         * tree-if-conv.c: Include dbgcnt.h.
7359         (tree_if_conversion): Use if_conversion_tree to count the number of
7360         if-convertible loops.
7361
7362 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
7363
7364         * common.opt (fprefetch-loop-arrays): Re-define
7365         -fprefetch-loop-arrays as a tri-state option with the initial
7366         value of -1.
7367         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
7368         pass only when flag_prefetch_loop_arrays > 0.
7369         * toplev.c (process_options): Note that, with tri-states,
7370         flag_prefetch_loop_arrays>0 means prefetching is enabled.
7371         * config/i386/i386.c (override_options): Enable prefetching at -O3
7372         for a set of CPUs that sw prefetching is helpful.
7373         (software_prefetching_beneficial_p): New.  Return TRUE if software
7374         prefetching is beneficial for the given CPU.
7375
7376 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
7377
7378         PR rtl-optimization/44326
7379         * implicit-zee.c (find_removable_zero_extends): Replace
7380         INSN_P with NONDEBUG_INSN_P.
7381
7382 2010-06-25  Martin Jambor  <mjambor@suse.cz>
7383
7384         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
7385         (struct ipa_node_params): Removed the modification_analysis_done flag.
7386         (ipa_is_param_modified): Removed.
7387         (ipa_analyze_node): Declare.
7388         (ipa_compute_jump_functions): Remove declaration.
7389         (ipa_count_arguments): Likewise.
7390         (ipa_detect_param_modifications): Likewise.
7391         (ipa_analyze_params_uses): Likewise.
7392         * ipa-prop.c (struct param_analysis_info): New type.
7393         (visit_store_addr_for_mod_analysis): Removed.
7394         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
7395         moved down in the file.
7396         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
7397         (ipa_count_arguments): Made static.
7398         (mark_modified): New function.
7399         (is_parm_modified_before_call): New function.
7400         (compute_pass_through_member_ptrs): New parameter parms_info, call
7401         is_parm_modified_before_call instead of ipa_is_param_modified.
7402         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
7403         it to compute_pass_through_member_ptrs.
7404         (ipa_compute_jump_functions): New parameter parms_info, pass it to
7405         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
7406         on the callee if it is analyzed.  Made static.
7407         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
7408         is_parm_modified_before_call instead of ipa_is_param_modified.
7409         (ipa_analyze_call_uses): New parameter parms_info, pass it to
7410         ipa_analyze_indirect_call_uses.
7411         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
7412         ipa_analyze_call_uses.
7413         (ipa_analyze_params_uses): New parameter parms_info, pass it to
7414         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
7415         (ipa_analyze_node): New function.
7416         (ipa_print_node_params): Do not dump the modified flag.
7417         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
7418         it.  Do not stream the modified parameter flag.
7419         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
7420         it.  Do not stream the modified parameter flag.
7421         * ipa-cp.c (ipcp_analyze_node): Removed.
7422         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
7423         with only a call to ipa_analyze_node.
7424         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
7425         node with only a call to ipa_analyze_node.
7426
7427 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7428
7429         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
7430
7431 2010-06-25  Jan Hubicka  <jh@suse.cz>
7432
7433         * tree-pass.h (pass_split_functions): Declare.
7434         * opts.c (decode_options): Enable function splitting at -O2
7435         * timevar.def (TV_IPA_FNSPLIT): New macro.
7436         * ipa-split.c: New file.
7437         * common.opt (-fpartial-inlining): New flag.
7438         * Makefile.in (ipa-split.o): New object file.
7439         * passes.c (init_optimization_passes): Add ipa-split.
7440         * params.def (partial-inlining-entry-probability): New parameters.
7441         * doc/invoke.texi (-fpartial-inlining): New.
7442
7443 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
7444
7445         PR 44665
7446         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
7447         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
7448         (gimplify_expr): Likewise.
7449
7450 2010-06-25  Martin Jambor  <mjambor@suse.cz>
7451
7452         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
7453         statements instead of bailing out on them.
7454         (ipa_analyze_indirect_call_uses): Do not require that loads from the
7455         parameter are in the same BB as the condition.  Update comments.
7456
7457 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
7458
7459         PR middle-end/43866
7460         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
7461         true or always false, return NULL_TREE.
7462         (tree_unswitch_single_loop): Optimize conditions even when reaching
7463         max-unswitch-level parameter.  If num > 0, optimize first all conditions
7464         using entry checks, then do still reachable block discovery and consider
7465         only conditions in still reachable basic blocks in the loop.
7466
7467         PR tree-optimization/44539
7468         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
7469         the call doesn't have LHS, but has VDEF.
7470
7471 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
7472
7473         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
7474         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
7475         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
7476         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
7477         * system.h (MODIFY_TARGET_NAME): Poison.
7478
7479 2010-06-25  Alan Modra  <amodra@gmail.com>
7480
7481         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
7482         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
7483         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
7484         CMODEL_LARGE as default.
7485         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
7486         (offsettable_ok_by_alignment): Delete.
7487         (rs6000_emit_move): Remove mcmodel=medium optimization.
7488
7489 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
7490
7491         With large parts from Jim Wilson:
7492         PR target/43902
7493         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
7494         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
7495         * optabs.c (optab_for_tree_code): Likewise.
7496         (expand_widen_pattern_expr): Likewise.
7497         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
7498         out of execute_optimize_widening_mul.
7499         (convert_plusminus_to_widen): New function.
7500         (execute_optimize_widening_mul): Use the two new functions.
7501         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
7502         Remove code to generate widening multiply-accumulate.  Add support
7503         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
7504         * gimple-pretty-print.c (dump_ternary_rhs): New function.
7505         (dump_gimple_assign): Call it when appropriate.
7506         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
7507         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
7508         (expand_gimple_stmt_1): Likewise.
7509         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
7510         WIDEN_MULT_MINUS_EXPR.
7511         * tree-ssa-operands.c (get_expr_operands): Likewise.
7512         * tree-inline.c (estimate_operator_cost): Likewise.
7513         * gimple.c (extract_ops_from_tree_1): Renamed from
7514         extract_ops_from_tree.  Add new arg for a third operand; fill it.
7515         (gimple_build_assign_stat): Support operations with three operands.
7516         (gimple_build_assign_with_ops_stat): Likewise.
7517         (gimple_assign_set_rhs_from_tree): Likewise.
7518         (gimple_assign_set_rhs_with_ops_1): Renamed from
7519         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
7520         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
7521         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
7522         WIDEN_MULT_MINUS_EXPR.
7523         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
7524         (extract_ops_from_tree_1): Adjust declaration.
7525         (gimple_assign_set_rhs_with_ops_1): Likewise.
7526         (gimple_build_assign_with_ops): Pass NULL for last operand.
7527         (gimple_build_assign_with_ops3): New macro.
7528         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
7529         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
7530         functions.
7531         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
7532         (verify_gimple_assign): Call it.
7533         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
7534         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
7535         functions for dealing with three-operand statements.
7536         * tree.c (commutative_ternary_tree_code): New function.
7537         * tree.h (commutative_ternary_tree_code): Declare it.
7538         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
7539         ternary statements.
7540         (gimple_assign_nonzero_warnv_p): Likewise.
7541         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
7542         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
7543         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
7544         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
7545         (struct hashtable_expr): New member ternary in the union.
7546         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
7547         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
7548         (iterative_hash_hashable_expr): Likewise.
7549         (print_expr_hash_elt): Handle EXPR_TERNARY.
7550         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
7551         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
7552         statements.  Handle GIMPLE_TERNARY_RHS.
7553
7554 2010-06-25  Jan Hubicka  <jh@suse.cz>
7555
7556         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
7557
7558 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
7559
7560         PR c/44517
7561         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
7562         parameters are not good.
7563         (c_parser_parameter_declaration): Error unknown type name if the type
7564         name can't start declaration specifiers.
7565
7566 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
7567
7568         * gcc.c (translate_options): Don't mention +e in comment.
7569         (process_command): Don't handle +e specially.
7570
7571 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
7572
7573         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
7574
7575         * ira-build.c (merge_hard_reg_conflicts): New function.
7576         (create_cap_allocno, copy_info_to_removed_store_destinations,
7577         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
7578         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
7579         (remove_unnecessary_allocnos, remove_low_level_allocnos)
7580         copy_nifo_to_removed_store_destination): Use them.
7581         * ira-lives.c (make_hard_regno_born): New function, split out of
7582         make_regno_born.
7583         (make_allocno_born): Likewise.
7584         (make_hard_regno_dead): New function, split out of make_regno_dead.
7585         (make_allocno_dead): Likewise.
7586         (inc_register_pressure): New function, split out of set_allocno_live.
7587         (dec_register_pressure): New function, split out of clear_allocno_live.
7588         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
7589         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
7590         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
7591         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
7592         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
7593         mark_pseudo_regno_live.
7594         (process_bb_node_lives): Use mark_pseudo_regno_live,
7595         make_hard_regno_born and make_allocno_dead.
7596         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
7597         set_allocno_live, clear_allocno_live): Delete functions.
7598
7599         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
7600         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
7601         functions.
7602         (ira_flattening): Use ira_parent_allocno.
7603         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
7604         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
7605
7606         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
7607         statement.
7608
7609         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
7610         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
7611         minmax_set_iter_cond, minmax_set_iter_next,
7612         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
7613         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
7614         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
7615         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
7616         uses changed.
7617
7618         * ira-int.h (struct live_range, live_range_t): Renamed from struct
7619         ira_allocno_live_range and allocno_live_range_t; all uses changed.
7620         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
7621         All uses changed.
7622
7623 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
7624
7625         * thumb2.md (thumb2_tlobits_cbranch): Delete.
7626         (peephole2 to convert zero_extract/compare of single bit to
7627          lshift/compare): New.
7628
7629 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
7630
7631         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
7632         recursive call and call to 'int_const_binop'.
7633         (build_range_check, fold_cond_expr_with_comparison, unextend,
7634         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
7635         multiple_of_p): Adjust call to const_binop.
7636
7637 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
7638
7639         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
7640         determine size of XFmode operand.
7641         (XFmode extended DFmode push splitter): Ditto.
7642         (XFmode extended SFmode push splitter): Ditto.
7643
7644 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
7645
7646         PR target/44588
7647         * config/i386/i386.md (extract_code): New.
7648         (<u>divmodqi4): Likewise.
7649         (divmodhiqi3): Likewise.
7650         (udivmodhiqi3): Likewise.
7651         (<u>divqi3): Remvoved.
7652
7653 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
7654
7655         PR middle-end/44492
7656         * recog.h (struct recog_data): Add is_asm field.
7657         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
7658         present in constraints of inline-asm operand and memory operand
7659         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
7660         (extract_insn): Initialize recog_data.is_asm.
7661         * doc/md.texi (Constraints): Document operand side-effect rules.
7662
7663 2010-06-24  Andi Kleen  <ak@linux.intel.com>
7664
7665         * c-parser.c (c_parser_conditional_expression): Call
7666         warn_for_omitted_condop.
7667         * doc/invoke.texi: Document omitted condop warning.
7668
7669 2010-06-24  Nick Clifton<nickc@redhat.com>
7670
7671         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
7672         insn in the sequence is a jump insn before setting its label.
7673
7674 2010-06-24  Alan Modra  <amodra@gmail.com>
7675
7676         * collect2.c (main): Match exactly --version and --help.
7677
7678 2010-06-24  DJ Delorie  <dj@redhat.com>
7679
7680         * config/m32c/m32c-pragma.c: Don't include rtl.h.
7681
7682 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
7683
7684         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
7685         using X87MODEF mode iterator.
7686         (pushsf splitter): Macroize splitter using P mode iterator.
7687         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
7688         mode iterator.
7689
7690         (*movxf_internal): Rename from *movxf_integer.
7691         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
7692         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
7693         (*movdf_internal): Rename from *movdf_integer.
7694         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
7695         (*movsf_internal): Rename from *movdf_1.
7696
7697 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
7698
7699         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
7700         (const_gimple_seq_node): Removed typedefs.
7701
7702         * gimple.h (gimple_seq_node_d, gimple_seq_node)
7703         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
7704
7705 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
7706
7707         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
7708         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
7709         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
7710         and CODE_FOR_vec_extract_lo_v4df.
7711
7712         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
7713         Changed to define_insn_and_split.
7714         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
7715         (vec_extract_lo_v16hi): Likewise.
7716         (vec_extract_lo_v32qi): Likewise.
7717         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
7718         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
7719
7720 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
7721
7722         PR target/44640
7723         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
7724         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
7725         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
7726         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
7727         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
7728
7729         PR target/44640
7730         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
7731
7732         PR other/44644
7733         * df-core.c (struct df): Rename to df_d.
7734         * df.h (struct df): Likewise.
7735         * dse.h (struct df): Remove forward declaration.
7736         * recog.h (struct insn_data): Rename to:
7737         (struct_insn_data_d).  Adjusted all users.
7738
7739 2010-06-23  Arnaud Charlet  <charlet@adacore.com
7740
7741         PR ada/22220
7742         * doc/install.texi: Update requirements to build GNAT.
7743
7744 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
7745
7746         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
7747         enum type.
7748         (m68k_sched_attr_opx_type): Remove unreachable return.
7749         (m68k_sched_attr_opy_type): Likewise.
7750         (m68k_sched_attr_size): Likewise.
7751         (sched_get_opxy_mem_type): Likewise.
7752         (m68k_sched_attr_op_mem): Likewise.
7753
7754 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
7755
7756         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
7757         new statement and adjust VDEF only if necessary.  Remove superfluous
7758         call to maybe_clean_or_replace_eh_stmt.
7759         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
7760         copy the flags.
7761         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
7762         * tree-inline.c (copy_bb): ...and not there.
7763
7764 2010-06-22  Cary Coutant  <ccoutant@google.com>
7765
7766         * dwarf2out.c (is_nested_in_subprogram): New function.
7767         (should_move_die_to_comdat): Use it.
7768         (copy_ancestor_tree): Don't mark DIEs here.
7769         (copy_decls_walk): Start walk from root of newly-added tree;
7770         mark DIEs here instead.
7771
7772 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
7773
7774         * config/i386/i386.md (unit): Also check sseishft1.
7775
7776 2010-06-22  Jan Hubicka  <jh@suse.cz>
7777
7778         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
7779         enabled.
7780
7781 2010-06-22  Jan Hubicka  <jh@suse.cz>
7782
7783         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
7784         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
7785         Return true if something changed.
7786         * df.h (df_confluence_function_n): Return bool.
7787         * df-core.c (df_worklist_propagate_forward,
7788         df_worklist_propagate_backward): Track changes and ages.
7789         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
7790         track ages.
7791         * dse.c (dse_confluence_n): Return always true.
7792
7793 2010-06-22  Jan Hubicka  <jh@suse.cz>
7794
7795         * bitmap.c (bitmap_clear_bit): Micro optimize.
7796
7797 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
7798
7799         * config/i386/i386.md (SWI1248x): New mode iterator.
7800         (SWI48x): Ditto.
7801         (SWI12): Ditto.
7802         (SWI24): Ditto.
7803
7804         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
7805         SWI1248x mode iterator.
7806         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
7807         using SWI124 mode iterator.
7808         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
7809         mode iterator.
7810         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
7811         *pushdi2_prologue_rex64 using P mode iterator.
7812         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
7813         using SWI48 mode iterator.
7814         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
7815         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
7816         using SWI1248x mode iterator.
7817         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
7818         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
7819         SWI48 mode iterator.
7820         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
7821         iterator.
7822         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
7823         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
7824         SWI12 mode iterator.
7825         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
7826         SWI12 mode iterator.
7827         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
7828         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
7829         SWI24 mode iterator.
7830         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
7831         SWI48 mode iterator.
7832         (mov<mode>_insn_1): New expander.
7833         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
7834         using SWI48x mode iterator.
7835
7836         (*movoi_internal_avx): Rename from *movoi_internal.
7837         (*movti_internal_rex64): Rename from *movti_rex64.
7838         (*movti_internal_sse): Rename from *movti_sse.
7839         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
7840         (*movdi_internal): Rename from *movdi_2.
7841         (*movsi_internal): Rename from *movsi_1.
7842         (*movhi_internal): Rename from *movhi_1.
7843         (*movqi_internal): Rename from *movqi_1.
7844
7845         (insv): Update the call to gen_movsi_insv_1 for rename.
7846         * config/i386/i386.c (promote_duplicated_reg): Ditto.
7847
7848 2010-06-22  Jan Hubicka  <jh@suse.cz>
7849
7850         * passes.c (execute_function_todo): Move call of statistics_fini_pass
7851         to ...
7852         (execute_todo) ... this one.
7853
7854 2010-06-22  Alan Modra  <amodra@gmail.com>
7855
7856         PR target/44364
7857         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
7858         * caller-save.c (insert_restore, insert_save): Use non-validate
7859         form of adjust_address.
7860
7861 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7862
7863         PR target/39690
7864         * config/pa/pa.c (override_options): Disable
7865         -freorder-blocks-and-partition.
7866
7867 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
7868
7869         PR target/44615
7870         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
7871
7872         * config/i386/i386.md (type): Add sseishft1
7873
7874         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
7875         (ppro_insn_load): Likewise.
7876         (ppro_insn_store): Likewise.
7877         (ppro_insn_both): Likewise.
7878
7879         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
7880         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
7881         for type.
7882         (*vec_extractv2di_1_avx): Likewise.
7883         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
7884         type.  Remove atom_unit.
7885         (*vec_extractv2di_1_sse2): Likewise.
7886
7887 2010-06-21  DJ Delorie  <dj@redhat.com>
7888
7889         * diagnostic.h (diagnostic_classification_change_t): New.
7890         (diagnostic_context): Add history and push/pop list.
7891         (diagnostic_push_diagnostics): Declare.
7892         (diagnostic_pop_diagnostics): Declare.
7893         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
7894         from pragmas in a history chain instead of the global table.
7895         (diagnostic_push_diagnostics): New.
7896         (diagnostic_pop_diagnostics): New.
7897         (diagnostic_report_diagnostic): Scan history chain to find state
7898         of diagnostics as of the diagnostic location.
7899         * opts.c (set_option): Pass UNKNOWN_LOCATION to
7900         diagnostic_classify_diagnostic.
7901         (enable_warning_as_error): Likewise.
7902         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
7903         use in the history chain.
7904         * doc/extend.texi: Document pragma GCC diagnostic changes.
7905
7906 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
7907
7908         * dwarf2out.c (add_linkage_name): New function.  Don't add
7909         anything to DW_TAG_member DIEs.
7910         (add_name_and_src_coords_attributes): Use it.
7911         (gen_variable_die): Call it for C++ static data members if
7912         specification is DW_TAG_member.
7913
7914         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
7915         C++ char16_t and char32_t.
7916
7917         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
7918         * genattrtab.c: Include vecprim.h.
7919         (cached_attrs, cached_attr_count, attrs_seen_once,
7920         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
7921         attrs_cached_after): New variables.
7922         (find_attrs_to_cache): New function.
7923         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
7924         (write_test_expr): Add attrs_cached argument, return it too,
7925         attempt to cache non-const attributes used more than once in
7926         a single case handling.
7927         (write_attr_get): Use find_attrs_to_cache, for caching candidates
7928         emit cached_* variables.  Adjust write_attr_set callers.
7929         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
7930         to find attributes that should be cached in this block.  Adjust
7931         write_test_expr callers.
7932         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
7933         callers.
7934         (make_automaton_attrs): Adjust write_test_expr caller.
7935
7936         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
7937         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
7938         (make_automaton_attrs): If find_tune_attr returns non-NULL,
7939         write separate internal_dfa_insn_code_* and insn_default_latency_*
7940         functions for each attribute's value and emit init_sched_attrs
7941         function and function pointers.
7942         * genattr.c (const_attrs, reservations): New variables.
7943         (gen_attr): Add const attributes to const_attrs vector.
7944         (check_tune_attr, find_tune_attr): New functions.
7945         (main): Add reservations to reservations vector.  If find_tune_attr
7946         returns true, add prototype for init_sched_attrs and make
7947         internal_dfa_insn_code and insn_default_latency function pointers,
7948         otherwise define init_sched_attrs as dummy macro.
7949         * cfgexpand.c: Include insn-attr.h.
7950         (gimple_expand_cfg): Call init_sched_attrs.
7951
7952         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
7953
7954         PR target/44575
7955         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
7956         va_arg from a set of register save slots into a temporary,
7957         if the container is bigger than type size, do the copying
7958         using smaller mode or using memcpy.
7959
7960         PR bootstrap/44426
7961         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
7962         prototype.
7963         (sel_print_to_dot): Remove macro.
7964         (sel_print): Likewise.  New prototype.
7965         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
7966         (sel_print): New function.
7967
7968 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7969
7970         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
7971         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
7972
7973 2010-06-21  Nick Clifton  <nickc@redhat.com>
7974
7975         * config/rx/rx.h (PTRDIFF_TYPE): Define.
7976         (SMALL_REGISTER_CLASS): Define (to zero).
7977         (PRINT_OPERAND): Delete.
7978         (PRINT_OPERAND_ADDRESS): Delete.
7979         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
7980         (rx_print_operand_address): Delete prototype.
7981         * config/rx/rx.c (rx_print_operand): Make static.
7982         Allow %H and %L to handle CONST_DOUBLEs.
7983         (rx_print_operand_address): Make static.
7984         (rx_gen_move_template): Rename local variable 'template' to
7985         out_template.
7986         (rx_function_arg): Do not pass unknown sized objects in registers.
7987         (TARGET_PRINT_OPERAND): Define.
7988         (TARGET_PRINT_OPERAND_ADDRESS): Define.
7989
7990 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7991
7992         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
7993
7994 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
7995
7996         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
7997         stack-alignment for simple leaf-functions.
7998
7999 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8000
8001         * doc/install.texi: Document bootstrap-lto.
8002
8003 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
8004
8005         PR debug/44248
8006         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
8007         (input_function): Drop them here, if VTA is disabled.
8008
8009 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
8010
8011         PR target/44546
8012         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
8013         New predicate.
8014         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
8015         ix86_swapped_fp_comparsion_operator instead of
8016         ix86_fp_comparison_operator.
8017
8018         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
8019         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
8020         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
8021         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
8022         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
8023         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
8024
8025 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
8026
8027         PR other/32998
8028         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
8029         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
8030         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
8031         (decode_cmdline_option): Update for this return value.  Set
8032         orig_option_with_args_text field.  Set arg field for unknown
8033         options.  Make static.
8034         (decode_cmdline_options_to_array): New.
8035         (prune_options): Update handling of find_opt return value.
8036         * opts.c (read_cmdline_option): Take decoded option.  Return void.
8037         (read_cmdline_options): Take decoded options.
8038         (decode_options): Add parameters for decoded options.  Use
8039         decode_cmdline_options_to_array.  Use decoded options for -O
8040         scan.  Use integral_argument for -O parameters.  Update call to
8041         read_cmdline_options.
8042         (enable_warning_as_error): Update handling of find_opt return value.
8043         * opts.h: Update comment on unknown options.
8044         (struct cl_decoded_option): Update comments on opt_index and arg.
8045         Add orig_option_with_args_text.
8046         (decode_cmdline_option): Remove.
8047         (decode_cmdline_options_to_array): Declare.
8048         (decode_options): Update prototype.
8049         * toplev.c (save_argv): Remove.
8050         (save_decoded_options, save_decoded_options_count): New.
8051         (read_integral_parameter): Remove.
8052         (print_switch_values): Use decoded options.
8053         (toplev_main): Don't set save_argv.  Update call to decode_options.
8054         * toplev.h (read_integral_parameter): Remove.
8055         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
8056
8057 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
8058
8059         PR target/44072
8060         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
8061         immediate.
8062         * constraints.md (Pw, Px): New constraints.
8063         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
8064
8065 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8066
8067         * config/i386/sse.md (fma4modesuffixf4): Removed.
8068         (ssemodesuffixf2s): Likewise.
8069         (ssemodesuffixf4): Likewise.
8070         (ssemodesuffixf2c): Likewise.
8071         (ssescalarmodesuffix2s): Likewise.
8072         (avxmodesuffixf2c): Likewise.
8073         (ssemodesuffix): New.
8074         (ssescalarmodesuffix): Likewise.
8075         Update patterns with ssemodesuffix and ssescalarmodesuffix.
8076
8077 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
8078
8079         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
8080
8081 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
8082
8083         * stor-layout.c (debug_rli): Remove unused local variables.
8084
8085 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
8086
8087         PR rtl-optimization/40900
8088         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
8089         original expression for later reuse.
8090         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
8091         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
8092
8093 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
8094
8095         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
8096         double_int_fits_in_uhwi_p): Implement as static inline.
8097         (double_int_xor): New inline function.
8098         (double_int_lrotate, double_int_rrotate, double_int_max,
8099         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8100         double_int_smin): Declare.
8101         (lrotate_double, rrotate_double): Remove declaration.
8102         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
8103         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
8104         (double_int_lrotate, double_int_rrotate, double_int_max,
8105         double_int_umax, double_int_smax, double_int_min, double_int_umin,
8106         double_int_smin): New function.
8107         * fold-const.c (int_const_binop): Clean up, use double_int_*
8108         functions.
8109         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
8110         double_int_* and immed_double_int_const functions.
8111
8112 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8113
8114         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
8115         * function.c (types_used_by_cur_var_decl): Likewise.
8116         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
8117
8118 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
8119
8120         * tree.h (record_layout_info): Change type of pending_statics field
8121         to a VEC.
8122         * stor-layout.c (start_record_layout): Store NULL into
8123         pending_statics.
8124         (debug_rli): Call debug_vec_tree instead of debug_tree.
8125         (place_field): Likewise.
8126         (finish_record_layout): Likewise.
8127
8128 2010-06-18  Alan Modra  <amodra@gmail.com>
8129
8130         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
8131
8132 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8133
8134         PR target/43740
8135         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
8136         for SET source operand from SET destination operand.
8137
8138 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
8139
8140         PR rtl-optimization/39871
8141         * reload1.c (init_eliminable_invariants): For flag_pic, disable
8142         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
8143         (function_invariant_p): Rule out a plus of frame or arg pointer with
8144         a SYMBOL_REF.
8145         * ira.c (find_reg_equiv_invariant_const): Likewise.
8146
8147 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
8148
8149         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
8150         print_operand_address and puts to output the operand for CONST.
8151
8152 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
8153
8154         PR debug/44572
8155         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
8156         hook.
8157
8158 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8159
8160         * v850-protos.h (print_operand): Delete.
8161         (print_operand_address): Delete.
8162         * v850.h (PRINT_OPERAND): Delete.
8163         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8164         (PRINT_OPERAND_ADDRESS): Delete.
8165         * v850.c (print_operand_address): Rename to...
8166         (v850_print_operand_address): ...this.  Make static. Call
8167         v850_print_operand.
8168         (print_operand): Rename to...
8169         (v850_print_operand): ...this.  Make static.  Call
8170         v850_print_operand_address.
8171         (v850_print_operand_punct_valid_p): New function.
8172         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
8173         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8174
8175 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8176
8177         * config/sh/sh-protos.h (print_operand): Delete.
8178         (print_operand_address): Delete.
8179         * config/sh/sh.h (PRINT_OPERAND): Delete.
8180         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8181         (PRINT_OPERAND_ADDRESS): Delete.
8182         * config/sh/sh.c (sh_print_operand_address): Make static.
8183         (sh_print_operand): Make static.  Call sh_print_operand_address
8184         and sh_print_operand.
8185         (sh_print_operand_punct_valid_p): New function.
8186         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
8187         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8188
8189 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8190
8191         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
8192         (mcore_print_operand_address): Delete.
8193         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
8194         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8195         (PRINT_OPERAND_ADDRESS): Delete.
8196         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
8197         (mcore_print_operand): Make static.
8198         (mcore_print_operand_punct_valid_p): New function.
8199         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
8200         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
8201
8202 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8203
8204         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
8205         (print_operand_address): Delete.
8206         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
8207         (PRINT_OPERAND_ADDRESS): Delete.
8208         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
8209         static.
8210         (m68hc11_print_operand): Make static.
8211         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
8212
8213 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8214
8215         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
8216         (m32r_print_operand_address): Delete.
8217         * config/m32r/m32r.h (m32r_punct_chars): Delete.
8218         (PRINT_OPERAND): Delete.
8219         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8220         (PRINT_OPERAND_ADDRESS): Delete.
8221         * config/m32r/m32r.c (m32r_punct_chars): Make static.
8222         (m32r_print_operand_address): Make static.
8223         (m32r_print_operand): Make static.
8224         (m32r_print_operand_punct_valid_p): New function.
8225         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8226         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8227
8228 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8229
8230         * config/iq2000/iq2000-protos.h (print_operand): Delete.
8231         (print_operand_address): Delete.
8232         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
8233         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8234         (PRINT_OPERAND_ADDRESS): Delete.
8235         (iq2000_print_operand_punct): Delete.
8236         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
8237         (iq2000_print_operand_address): Make static.
8238         (iq2000_print_operand): Make static.
8239         (iq2000_print_operand_punct_valid_p): New function.
8240         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8241         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8242
8243 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8244
8245         * config/frv/frv-protos.h (frv_print_operand): Delete.
8246         (frv_print_operand_address): Delete.
8247         * config/frv/frv.h (PRINT_OPERAND): Delete.
8248         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8249         (PRINT_OPERAND_ADDRESS): Delete.
8250         * config/frv/frv.c (frv_print_operand_address): Make static.
8251         (frv_print_operand): Make static.
8252         (frv_print_operand_punct_valid_p): New function.
8253         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8254         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8255
8256 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
8257
8258         * tree.h (vec_member): Declare.
8259         * tree.c (vec_member): Define.
8260
8261 2010-06-17  Richard Guenther  <rguenther@suse.de>
8262
8263         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
8264         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
8265
8266 2010-06-17  Richard Guenther  <rguenther@suse.de>
8267
8268         * tree-inline.c (declare_return_variable): Remove bogus code.
8269
8270 2010-06-17  Richard Guenther  <rguenther@suse.de>
8271
8272         * gimplify.c (gimplify_bind_expr): Always promote complex
8273         and vector variables to registers if possible.
8274
8275 2010-06-17  Richard Guenther  <rguenther@suse.de>
8276
8277         * expr.c (get_inner_reference): Use double_int for bit_offset
8278         calculation.
8279
8280 2010-06-16  DJ Delorie  <dj@redhat.com>
8281
8282         * common.opt (-fstrict-volatile-bitfields): new.
8283         * doc/invoke.texi: Document it.
8284         * fold-const.c (optimize_bit_field_compare): For volatile
8285         bitfields, use the field's type to determine the mode, not the
8286         field's size.
8287         * expr.c (expand_assignment): Likewise.
8288         (get_inner_reference): Likewise.
8289         (expand_expr_real_1): Likewise.
8290         * expmed.c (store_fixed_bit_field): Likewise.
8291         (extract_bit_field_1): Likewise.
8292         (extract_fixed_bit_field): Likewise.
8293
8294 2010-06-16  Richard Guenther  <rguenther@suse.de>
8295
8296         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
8297
8298 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
8299
8300         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
8301         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
8302         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
8303         * debug.c: Likewise.
8304         * sdbout.c: Likewise.
8305         * vmsdbgout.c: Likewise.
8306         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
8307         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
8308         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
8309         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
8310         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
8311         * dwarf2out.c (dw_fde_struct): New fields
8312         dw_fde_vms_{end,begin}_prologue.
8313         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
8314         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
8315         (dwarf2out_vms_end_prologue): New function.
8316         (dwarf2out_vms_begin_epilogue): New function.
8317         (dw_val_struct): New value dw_val_class_vms_delta.
8318         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
8319         begin_epilogue for VMS.
8320         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
8321         new static functions.
8322         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
8323         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
8324         static functions.
8325         (print_die): New case dw_val_class_vms_delta.
8326         (attr_checksum): Likewise.
8327         (same_dw_val_p: Likewise.
8328         (size_of_die): Likewise.
8329         (value_format): Likewise.
8330         (output_die): Likewise.
8331         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
8332         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
8333         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
8334         dwarf2out_cfi_begin_epilogue
8335         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
8336
8337 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
8338
8339         * config/cris/cris-protos.h (cris_print_operand): Delete.
8340         (cris_print_operand_address): Delete.
8341         * config/cris/cris.h (PRINT_OPERAND): Delete.
8342         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8343         (PRINT_OPERAND_ADDRESS): Delete.
8344         * config/cris/cris.c (cris_print_operand_address): Make static.
8345         (cris_print_operand): Make static.
8346         (cris_print_operand_punct_valid_p): New function.
8347         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8348         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8349
8350 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
8351
8352         * config/arm/arm-protos.h (arm_print_operand): Delete.
8353         (arm_print_operand_address): Delete.
8354         * config/arm/arm.h (PRINT_OPERAND): Delete.
8355         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
8356         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
8357         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
8358         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
8359         (arm_print_operand): Make static.
8360         (arm_print_operand_punct_valid_p): New function.
8361         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
8362         (TARGET_PRINT_OPERAND_ADDRESS): Define.
8363
8364 2010-06-16  Nick Clifton  <nickc@redhat.com>
8365
8366         * config/rx/constraints.md (NEGint4): New constraint.
8367         * config/rx/rx.md (attr cc): Add set_zsc.
8368         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
8369         initialised.
8370         (cmpsf): Likewise.
8371         (call_internal): Clobber the cc0 register.
8372         (call_value_internal): Likewise.
8373         (cstoresi4): Likewise.
8374         (movsieq): Likewise.
8375         (movsine): Likewise.
8376         (addsi3): Add alternative to handle small negative constants.
8377         (sunsi3): Likewise.
8378         (addsi3): Do not set the O bit in the cc0 register.
8379         (adddi3): Likewise.
8380         (subsi3): Likewise.
8381         (subdi3): Likewise.
8382         (andsi3): Reorder alternatives to prefer shorter forms.
8383         (mulsi3): Likewise.
8384         (iorsi3): Likewise.
8385         (negsi2): Note that the cc0 flags are set.
8386         (rotlsi3): Note that only the Z and S bits are set in cc0.
8387         (lshrsi3): Likewise.
8388         (ashlsi3): Likewise.
8389         (subsf3): Use %Q for the MEM operand.
8390         (fix_truncsfsi2): Likewise.
8391         (floatsisf2): Likewise.
8392         (bitset): Remove early clobber from destination.
8393         (bitset_in_memory): Likewise.
8394         (lrintsf2): Clobber the cc0 register.
8395         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
8396         (rx_print_operand): Handle %N.
8397
8398 2010-06-16  Jan Hubicka  <jh@suse.cz>
8399
8400         * df-core.c (df_compact_blocks): Free problem_temps vector.
8401
8402 2010-06-16  Martin Jambor  <mjambor@suse.cz>
8403
8404         PR tree-optimization/43905
8405         * tree-sra.c: Include tree-inline.h.
8406         (create_abstract_origin): Removed.
8407         (modify_function): Version the call graph node instead of creating
8408         abstract origins and dealing with same_body aliases.
8409         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
8410         function is versionable.
8411         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
8412
8413 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
8414
8415         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
8416         (CHOOSE_DYNAMIC_LINKER): Update.
8417
8418 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
8419
8420         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
8421         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
8422         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
8423         *prefetch_3dnow_rex.
8424
8425 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
8426
8427         * target.h (struct asm_out):Add declare_constant_name field.
8428         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
8429         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
8430         * output.h (default_asm_declare_constant_name): Declare.
8431         (assemble_label): Update prototype.
8432         * varasm.c (assemble_constant_contents): Use
8433         targetm.asm_out.declare_constant_name target hook.
8434         (assemble_label): Add 'file' argument.
8435         (default_asm_declare_constant_name): New function.
8436         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
8437         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
8438         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
8439
8440         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
8441         * config/darwin.c (darwin_asm_declare_constant_name): New function.
8442         (machopic_output_indirection): Update assemble_label argument list.
8443         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
8444         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
8445
8446 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
8447
8448         PR middle-end/44391
8449         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
8450         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
8451
8452 2010-06-15  Richard Guenther  <rguenther@suse.de>
8453
8454         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
8455
8456 2010-06-15  Paul Brook  <paul@codesourcery.com>
8457
8458         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
8459         hard-float ABI.
8460
8461 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
8462
8463         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
8464         don't get a vector type for output.
8465
8466 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
8467
8468         PR fortran/44536
8469         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
8470         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
8471         (LANG_HOOKS_DECLS): Add it.
8472         * gimplify.c (omp_notice_variable): Call
8473         lang_hooks.decls.omp_report_decl.
8474
8475 2010-06-15  Martin Jambor  <mjambor@suse.cz>
8476
8477         PR lto/44464
8478         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
8479         on the newly dead SSA name.
8480
8481 2010-06-15  Alan Modra  <amodra@gmail.com>
8482
8483         * doc/invoke.texi: Add mcmodel to powerpc options.
8484         * configure.ac: Add HAVE_LD_LARGE_TOC test.
8485         * configure: Regenerate.
8486         * config.in: Regenerate.
8487         * config/rs6000/linux64.opt (mcmodel): New.
8488         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
8489         (TARGET_CMODEL, SET_CMODEL): Define.
8490         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
8491         select CMODEL_MEDIUM default.
8492         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
8493         (TARGET_CMODEL): Define default.
8494         * config/rs6000/rs6000.c (cmodel): New variable.
8495         (rs6000_explicit_options): Add cmodel field.
8496         (rs6000_handle_option): Handle -mcmodel.
8497         (create_TOC_reference): Add largetoc_reg param.  Generate high,
8498         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
8499         (rs6000_delegitimize_address): Recognise new toc reference rtl
8500         and minimal-toc rtl.
8501         (rs6000_legitimize_reload_address): Handle new toc references.
8502         (print_operand_address): Handle legitimate_constant_pool_address_p
8503         match before lo_sum.
8504         (rs6000_eliminate_indexed_memrefs): Tidy.
8505         (rs6000_emit_move): Tweak threshold for inlining constants.
8506         Keep rs6000_emit_allocate_stack large stack frame offsets
8507         loaded into r0 inline.
8508         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
8509         (tocrel_base, tocrel_offset): New variables.
8510         (toc_relative_expr_p): Set them here.
8511         (print_operand_address): Skip over any offset on constant pool address.
8512         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
8513         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
8514         (offsettable_ok_by_alignment): New function.
8515         (rs6000_emit_move): Address suitably aligned local symbol_refs
8516         relative to the toc pointer for -mcmodel=medium.
8517         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
8518         strict param.  Allow lo_sum version of addressing.  Verify reg
8519         used for -mminimal-toc and -mcmodel != small.  Update all callers.
8520         * config/rs6000/constraints.md: Update for above change.
8521         * config/rs6000/predicates.md: Likewise.
8522         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
8523         code.
8524         (tls_gd): Split for -mcmodel=medium/large.
8525         (tls_gd_high, tls_gd_low): New.
8526         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
8527         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
8528         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
8529         (largetoc_high, largetoc_low): New.
8530         (cmptf_internal2): Add clobber.
8531         * config/rs6000/rs6000-protos.h: Update.
8532
8533 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
8534
8535         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
8536         true if no prefetch is going to be generated for a given group.
8537         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
8538         estimate the prefetch_count.
8539         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
8540         prefetch count by considering the unroll_factor and prefetch_mod
8541         for is_loop_prefetching_profitable.
8542
8543 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8544
8545         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
8546         anything if the argument is not a MEM.
8547
8548 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
8549
8550         PR debug/43650
8551         PR debug/44181
8552         PR debug/44247
8553         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
8554         debug stmts.
8555         (canonicalize_loop_ivs): Likewise.
8556
8557 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
8558
8559         PR debug/43656
8560         * haifa-sched.c (setup_insn_reg_pressure_info,
8561         update_register_pressure): Reject debug insns.
8562         (ready_sort): Don't setup reg pressure for debug insns.
8563         (schedule_insn): Don't update reg pressure for debug insns.
8564
8565 2010-06-14  Richard Guenther  <rguenther@suse.de>
8566
8567         * lto-streamer.c (cached_bp): Remove.
8568         (bitpack_delete): Likewise.
8569         (bitpack_create): Likewise.
8570         (bp_get_next_word): Likewise.
8571         (bp_pack_value, bp_unpack_value): Move ...
8572         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
8573         Re-implement.
8574         (struct bitpack_d): Likewise.
8575         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
8576         New inline functions.
8577         * lto-streamer-out.c (lto_output_bitpack): Remove.
8578         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
8579         (pack_value_fields): Adjust.
8580         (lto_write_tree): Likewise.
8581         (output_gimple_stmt): Likewise.
8582         (output_function): Likewise.
8583         * lto-streamer-in.c (input_gimple_stmt): Adjust.
8584         (input_function): Likewise.
8585         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
8586         (lto_input_bitpack): Remove.
8587         (lto_materialize_tree): Adjust.
8588         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
8589         * lto-cgraph.c (lto_output_edge): Adjust.
8590         (lto_output_node): Likewise.
8591         (lto_output_varpool_node): Likewise.
8592         (lto_output_ref): Likewise.
8593         (input_node): Likewise.
8594         (input_varpool_node): Likewise.
8595         (input_ref): Likewise.
8596         (input_edge): Likewise.
8597         (output_node_opt_summary): Likewise.
8598         (input_node_opt_summary): Likewise.
8599         * ipa-pure-const.c (pure_const_write_summary): Likewise.
8600         (pure_const_read_summary): Likewise.
8601         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
8602         (ipa_read_indirect_edge_info): Likewise.
8603         (ipa_write_node_info): Likewise.
8604         (ipa_read_node_info): Likewise.
8605
8606 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8607
8608         PR target/44534
8609         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
8610         (vec_extract_lo_v16hi): Likewise.
8611         (vec_extract_lo_v32qi): Likewise.
8612
8613 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
8614
8615         PR bootstrap/44426
8616         * tree.h (build_call_expr): Don't define as vararg macro, instead
8617         add a prototype.
8618         * builtins.c (build_call_nofold): Remove.
8619         (expand_builtin_int_roundingfn, expand_builtin_pow,
8620         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
8621         expand_builtin_memset_args, expand_builtin_strcmp,
8622         expand_builtin_strncmp, expand_builtin_memory_chk): Use
8623         build_call_nofold_loc instead of build_call_nofold.
8624         (build_call_expr): New function.
8625
8626         PR tree-optimization/44508
8627         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
8628         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
8629         don't eliminate trivially dead stmts.
8630         * tree-vrp.c (vrp_finalize): Pass false as last argument
8631         to substitute_and_fold.
8632         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
8633         to substitute_and_fold.
8634         * tree-ssa-ccp.c (ccp_finalize): Likewise.
8635
8636         PR bootstrap/44509
8637         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
8638
8639 2010-06-14  Ira Rosen  <irar@il.ibm.com>
8640
8641         PR tree-optimization/44507
8642         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
8643         to build initial vector for BIT_AND_EXPR.
8644         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
8645
8646 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
8647
8648         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
8649         adjust z10prop set_attr.
8650
8651 2010-06-13  Jan Hubicka  <jh@suse.cz>
8652
8653         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
8654         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
8655         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
8656         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
8657         datastructure checks into checking asserts.
8658         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
8659         * tree-ssa-sccvn.c (VN_INFO): Likewise.
8660         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
8661         df_ref_create_structure): Likewise.
8662         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
8663         pool_free): Use gcc_checking_assert.
8664         * alias.c (get_alias_set): Likewise.
8665         * var-tracking.c (variable_htab_free, shared_hash_copy,
8666         canonicalize_values_mark, variable_merge_over_cur): Likewise.
8667         * lto-streamer.c (bp_unpack_value): Likewise.
8668
8669 2010-06-13  Richard Guenther  <rguenther@suse.de>
8670
8671         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
8672         Do not stream but initialize TYPE_CANONICAL to NULL.
8673         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
8674         * gimple.c (gimple_types_compatible_p): Disregard
8675         TYPE_STRUCTURAL_EQUALITY_P.
8676         (gimple_register_type): Use TYPE_CANONICAL as cache.
8677         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
8678         before registering common types.
8679         * config/i386/i386.c (ix86_function_arg_boundary): Do not
8680         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
8681         * tree.h (TYPE_CANONICAL): Clarify documentation.
8682
8683 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
8684
8685         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
8686         LIBCALL_VALUE): Remove macros.
8687         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
8688         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
8689         TARGET_FUNCTION_VALUE_REGNO_P): Define.
8690         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
8691         (ia64_function_value): Make static. Handle receiving the function
8692         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
8693
8694 2010-06-12  Jan Hubicka  <jh@suse.cz>
8695
8696         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
8697         at correct place.
8698
8699 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
8700
8701         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
8702
8703 2010-06-12  Jan Hubicka  <jh@suse.cz>
8704
8705         * df-core.c (df_clear_bb_info): New function.
8706         (df_set_blocks): bb_info is always allocated.
8707         (df_get_bb_info): Use block_info_elt_size.
8708         (df_set_bb_info): Likewise.
8709         (df_compact_blocks): Update for new block_info.
8710         (grow_bb_info): New function.
8711         * df-problems.c (df_grow_bb_info): Move to df-core.c
8712         (df_rd_set_bb_info): Remove.
8713         (df_rd_free_bb_info): Do not free block pool.
8714         (df_rd_alloc): Do not create pool, use check for
8715         obstack presence instead of NULL pointer for new blocks.
8716         (df_rd_free): DO not free alloc pool; clear block_info.
8717         (problem_RD): Add size of block info structure.
8718         (df_lr_set_bb_info): Remove.
8719         (df_lr_free_bb_info): Do not free block pool.
8720         (df_lr_alloc): Do not create pool, use check for
8721         obstack presence instead of NULL pointer for new blocks.
8722         (df_lr_free): DO not free alloc pool; clear block_info.
8723         (problem_LR): Add size of block info structure.
8724         (df_live_set_bb_info): Remove.
8725         (df_live_free_bb_info): Do not free block pool.
8726         (df_live_alloc): Do not create pool, use check for
8727         obstack presence instead of NULL pointer for new blocks.
8728         (df_live_free): DO not free alloc pool; clear block_info.
8729         (problem_LIVE): Add size of block info structure.
8730         (problem_CHAIN): Add size of block info structure.
8731         (df_byte_lr_set_bb_info): Remove.
8732         (df_byte_lr_free_bb_info): Do not free block pool.
8733         (df_byte_lr_alloc): Do not create pool, use check for
8734         obstack presence instead of NULL pointer for new blocks.
8735         (df_byte_lr_free): DO not free alloc pool; clear block_info.
8736         (problem_BYTE_LR): Add size of block info structure.
8737         (problem_NOTE): Add size of block info structure.
8738         (df_byte_MD_set_bb_info): Remove.
8739         (df_byte_MD_free_bb_info): Do not free block pool.
8740         (df_byte_MD_alloc): Do not create pool, use check for
8741         obstack presence instead of NULL pointer for new blocks.
8742         (df_byte_MD_free): DO not free alloc pool; clear block_info.
8743         (problem_BD): Add size of block info structure.
8744         * df-scan.c (df_scan_free_internal): Free block pool.
8745         (df_scan_set_bb_info): Remove.
8746         (df_scan_free_bb_info): Check for artificial_defs instead
8747         of bb_info being non-NULL.
8748         (df_scan_alloc): DO not create df_scan_block pool.
8749         (problem_SCAN): Set size of block info.
8750         (df_bb_refs_record): Do not allocate bb_info.
8751         * df.h (df_problem): Add block_info_elt_size.
8752         (struct dataflow): Change block_info to void *.
8753         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
8754         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
8755         in-line structures.
8756
8757 2010-06-12  Jan Hubicka  <jh@suse.cz>
8758
8759         PR tree-optimize/44485
8760         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
8761         containing use of return value of noreturn function.
8762
8763 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
8764
8765         * targhooks.c (default_function_value): Don't use
8766         FUNCTION_OUTGOING_VALUE.
8767         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
8768         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
8769
8770 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
8771
8772         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
8773         Add crtfastmath.o to extra_parts.
8774         * config/mips/crtfastmath.c: New.
8775         * config/mips/linux.h (ENDFILE_SPEC): New.
8776
8777 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
8778
8779         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
8780         old_type in parameter.
8781         (gcc_type_for_value): Update call to gcc_type_for_interval.
8782         (compute_type_for_level_1): Renamed compute_type_for_level.
8783         Update call to gcc_type_for_interval.
8784
8785 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
8786
8787         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
8788         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
8789
8790 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
8791
8792         * opts-common.c: Include options.h.
8793         (integral_argument): Move from opts.c.
8794         (decode_cmdline_option): New.  Based on read_cmdline_option.
8795         * opts.c (integral_argument): Move to opts-common.c.
8796         (read_cmdline_option): Move most contents to
8797         decode_cmdline_option.  Use %qs in diagnostics.
8798         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
8799         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
8800         decode_cmdline_option): New.
8801
8802 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
8803
8804         PR target/44481
8805         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
8806         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
8807         (partiysi2_cmp): Ditto.
8808         (*partiyhi2_cmp): Ditto.
8809         (*parityqi2_cmp): Remove.
8810
8811 2010-06-11  Jan Hubicka  <jh@suse.cz>
8812
8813         * bitmap.h (bmp_iter_next_bit): New.
8814         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
8815
8816 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
8817             Eric Botcazou  <ebotcazou@adacore.com>
8818
8819         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
8820         computed cost.
8821
8822 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
8823
8824         * config/i386/i386.md (unspec): New define_c_enum.
8825         (unspecv): Ditto.
8826
8827 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
8828
8829         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
8830
8831 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
8832
8833         PR middle-end/44483
8834         * tree-if-conv.c (bb_predicate_s): New struct.
8835         (bb_predicate_p): New.
8836         (bb_has_predicate): New.
8837         (bb_predicate): New.
8838         (set_bb_predicate): New.
8839         (bb_predicate_gimplified_stmts): New.
8840         (set_bb_predicate_gimplified_stmts): New.
8841         (add_bb_predicate_gimplified_stmts): New.
8842         (init_bb_predicate): New.
8843         (free_bb_predicate): New.
8844         (is_predicated): Use bb_predicate.
8845         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
8846         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
8847         before processing their successors.
8848         (clean_predicate_lists): Removed.
8849         (find_phi_replacement_condition): Use bb_predicate.
8850         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
8851         computations.
8852         (insert_gimplified_predicates): New.
8853         (combine_blocks): Call insert_gimplified_predicates.
8854         (tree_if_conversion): Call free_bb_predicate instead of
8855         clean_predicate_lists.
8856
8857 2010-10-11  Paul Brook  <paul@codesourcery.com>
8858
8859         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
8860         * config/arm/arm.c (all_architectures): Change v7e-m default to
8861         cortexm4.
8862         * config/arm/arm-cores.def: Add cortex-m4.
8863         * config/arm/arm-tune.md: Regenerate.
8864
8865 2010-06-11  Jan Hubicka  <jh@suse.cz>
8866
8867         * ipa-pure-const.c (special_builtlin_state): New function.
8868         (check_call): Use it instead of special casign BUILT_IN_RETURN.
8869         (propagate_pure_const): Use it.
8870
8871 2010-06-11  Jan Hubicka  <jh@suse.cz>
8872
8873         * df-problems.c (df_live_scratch): Convert to bitmap_head.
8874         (df_live_alloc): Initialize df_live_scratch when initializing
8875         problem_data.
8876         (df_live_transfer_function): Update uses of df_live_scratch.
8877         (df_live_free): Free problem_data; clear df_live_scratch before
8878         releasing the obstack.
8879         (df_md_free): Free problem data.
8880
8881 2010-06-11  Jan Hubicka  <jh@suse.cz>
8882
8883         * doc/invoke.texi (Wsuggest-attribute): Document.
8884         (Wmissing-noreturn): Remove.
8885         * ipa-pure-const.c (warn_function_noreturn): New function.
8886         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
8887         warn_missing_noreturn.
8888         * common.opt (Wsuggest-attribute=noreturn): New.
8889         * tree-flow.h (warn_function_noreturn): Declare.
8890         * tree-cfg.c (execute_warn_function_noreturn): Use
8891         warn_function_noreturn.
8892         (gate_warn_function_noreturn): New.
8893         (pass_warn_function_noreturn): Update.
8894
8895 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8896
8897         * c-typeck.c (handle_warn_cast_qual): Add loc
8898         parameter. Improve warning message.
8899         (build_c_cast): Pass location to handle_warn_cast_qual.
8900
8901 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
8902
8903         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
8904         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
8905         insn mnemonic.
8906         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
8907
8908 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
8909
8910         Fix bootstap on mips
8911         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
8912         be naming typedefs.
8913
8914 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
8915
8916         * system.h (helper_const_non_const_cast): New inline for
8917         gcc version <= 4.0.
8918         (CONST_CAST2): For gcc version <= 4.0 use
8919         new helper to do const/non-const casting.
8920
8921 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
8922
8923         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
8924         * Makefile.in (OBJS-common): Include insn-enums.o.
8925         (insn-enums.o): New rule.
8926         (simple_generated_c): Add insn-enums.c.
8927         (build/genenums.o): New rule.
8928         (genprogmd): Add "enums".
8929         * genconstants.c (print_enum_type): Declare a C string array
8930         for each enum.
8931         * genenums.c: New file.
8932         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
8933         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
8934         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
8935
8936 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
8937
8938         * doc/md.texi (define_enum_attr): Document.
8939         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
8940         * read-md.h (lookup_enum_type): Declare.
8941         * read-md.c (lookup_enum_type): New function.
8942         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
8943         * genattrtab.c (attr_desc): Add an enum_name field.
8944         (evaluate_eq_attr): Take the associated attribute as argument.
8945         Get the enum prefix from the enum_name field, if defined.
8946         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
8947         (simplify_test_exp): Pass attr to evaluate_eq_attr.
8948         (add_attr_value): New function, split out from...
8949         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
8950         (write_test_expr): Pass attr to evaluate_eq_attr.
8951         (write_attr_get): Use the enum_name as the enum tag, if defined.
8952         (write_attr_valueq): Use the enum_name as a prefix, if defined.
8953         (find_attr): Initialize enum_name.
8954         (main): Handle DEFINE_ENUM_ATTR.
8955         * gensupport.c (process_rtx): Likewise.
8956         * config/mips/mips.h (mips_tune_attr): Delete.
8957         * config/mips/mips.md (cpu): Use define_attr_enum.
8958
8959 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
8960
8961         * doc/md.texi (define_c_enum, define_enum): Document.
8962         * read-md.h (md_constant): Add a parent_enum field.
8963         (enum_value, enum_type): New structures.
8964         (upcase_string, traverse_enum_types): Declare.
8965         * read-md.c (enum_types): New variable.
8966         (upcase_string, add_constant): New functions.
8967         (handle_constants): Don't create the hash table here.
8968         Use add_constant.
8969         (traverse_md_constants): Don't check for a null md_constants.
8970         (decimal_string, handle_enum, traverse_enum_types): New functions.
8971         (read_md_files): Initialize md_constants and md_enums.
8972         * genconstants.c (print_md_constant): Ignore info argument.
8973         Only print constants that belong to no enum.
8974         (print_enum_type): New function.
8975         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
8976         for each defined enum type.
8977         * config/mips/mips.md (processor): New define_enum.
8978         (unspec): New define_c_enum.
8979         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
8980         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
8981         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
8982         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
8983         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
8984         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
8985         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
8986         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
8987         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
8988         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
8989         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
8990         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
8991         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
8992         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
8993         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
8994         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
8995         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
8996         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
8997         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
8998         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
8999         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
9000         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
9001         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9002         (UNSPEC_RDDSP): Move to mips-dsp.md.
9003         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
9004         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
9005         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
9006         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
9007         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
9008         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
9009         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
9010         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
9011         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
9012         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
9013         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
9014         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
9015         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
9016         Moved to mips-dspr2.md.
9017         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
9018         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
9019         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
9020         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
9021         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
9022         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
9023         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9024         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9025         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9026         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9027         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9028         UNSPEC_LOONGSON_PSADBH)
9029         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9030         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9031         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
9032         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9033         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9034         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9035         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
9036         (cpu): Update comment.
9037         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
9038         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
9039         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
9040         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
9041         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
9042         UNSPEC_LOONGSON_PCMPEQ)
9043         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
9044         UNSPEC_LOONGSON_PINSR_0)
9045         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
9046         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
9047         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
9048         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
9049         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
9050         UNSPEC_LOONGSON_PSADBH)
9051         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
9052         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
9053         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
9054         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
9055         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
9056         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
9057         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
9058         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
9059         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
9060         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
9061         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
9062         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
9063         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
9064         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
9065         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
9066         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
9067         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
9068         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
9069         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
9070         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
9071         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
9072         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
9073         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
9074         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
9075         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
9076         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
9077         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
9078         (UNSPEC_RDDSP): Moved from mips.md.
9079         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
9080         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
9081         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
9082         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
9083         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
9084         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
9085         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
9086         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
9087         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
9088         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
9089         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
9090         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
9091         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
9092         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
9093         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
9094         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
9095         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
9096         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
9097         (UNSPEC_SCC): Moved from mips.md.
9098         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
9099         "processor_type" to "processor".
9100         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
9101         * config/mips/mips.h (processor_type): Delete.
9102         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
9103         "processor_type" to "processor".
9104
9105 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9106
9107         * configure.ac (tm_include_list): Add insn-constants.h.
9108         * configure: Regenerate.
9109         * Makefile.in (GTM_H): Move insn-constants.h here from...
9110         (TM_H): ...here.
9111         * mkconfig.sh: Remove special handling for insn-constants.h.
9112
9113 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9114
9115         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
9116         (BUILD_MD): ...this new variable.
9117         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
9118         that include the old contents of simple_generated_h and
9119         simple_generated_c.
9120         (simple_generated_h, simple_generated_c): Include them.  Add
9121         insn-constants.h.
9122         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
9123         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
9124         Remove these dependencies from the main rule and include
9125         insn-conditions.md in the command line only if it appears
9126         in the dependency list.
9127         (insn-constants.h, s-constants): Delete.
9128         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
9129         or gensupport.h.
9130         (build/genmddeps.o): Likewise.
9131         (genprogrtl): New variable that contains everything from genprogmd
9132         except mddeps and constants.
9133         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
9134         depend on $(BUILD_MD)
9135         (genprog): New variable.  Make these programs depend on
9136         $(BUILD_ERRORS).
9137         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
9138         (main): Use read_md_files instead of init_rtx_reader_args.
9139         * genconstants.c: As for genmddeps.c.
9140         * read-md.h (read_skip_construct): Declare.
9141         * read-md.c (read_skip_construct): New function.
9142         (handle_file): Allow a null handle_directive, skipping the
9143         construct if so.
9144         (parse_include): Update the comment accordingly.
9145
9146 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9147
9148         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
9149         * genmddeps.c: Include read-md.h.
9150         (main): Call init_rtx_reader_args instead of init_md_reader_args.
9151         * genattr.c (main): Likewise.
9152         * genattrtab.c (main): Likewise.
9153         * genautomata.c (main): Likewise.
9154         * gencodes.c (main): Likewise.
9155         * genconditions.c (main): Likewise.
9156         * genconfig.c (main): Likewise.
9157         * genconstants.c (main): Likewise.
9158         * genemit.c (main): Likewise.
9159         * genextract.c (main): Likewise.
9160         * genflags.c (main): Likewise.
9161         * genopinit.c (main): Likewise.
9162         * genoutput.c (main): Likewise.
9163         * genpeep.c (main): Likewise.
9164         * genrecog.c (main): Likewise.
9165         * genpreds.c (main): Likewise.
9166         * gensupport.h (in_fname): Move to read-md.h.
9167         (init_md_reader_args_cb): Rename to...
9168         (init_rtx_reader_args_cb): ...this and return a bool.
9169         (init_md_reader_args): Rename to...
9170         (init_rtx_reader_args): ...this and return a bool.
9171         (include_callback): Move to read-md.h.
9172         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
9173         (file_name_list, first_dir_md_include): Move to read-md.c
9174         (first_bracket_include): Delete unused variable.
9175         (last_dir_md_include): Move to read-md.c.
9176         (process_include): Delete, moving code to read-md.c:handle_include.
9177         (process_rtx): Don't handle INCLUDE.
9178         (save_string): Delete.
9179         (rtx_handle_directive): New function.
9180         (init_md_reader_args_cb): Rename to...
9181         (init_rtx_reader_args_cb): ...this and return a boolean success value.
9182         Use read_md_args.
9183         (init_md_reader_args): Rename to...
9184         (init_rtx_reader_args): ...this and return a boolean success value.
9185         * rtl.def (INCLUDE): Delete.
9186         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
9187         argument.
9188         * read-rtl.c (read_conditions): Don't gobble ')' here.
9189         (read_mapping): Likewise.
9190         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
9191         Handle top-level non-rtx constructs here rather than in read_rtx_1.
9192         Store the whole queue in *X.  Remove call to init_md_reader.
9193         (read_rtx_1): Rename to...
9194         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
9195         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
9196         here.
9197         (read_nested_rtx): New function.  Handle (nil) here rather than
9198         in read_rtx_code.
9199         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
9200         gobble ')' here.
9201         * read-md.h (directive_handler_t): New type.
9202         (in_fname, include_callback): Moved from read-md.h.
9203         (read_constants, init_md_reader): Delete.
9204         (read_md_files): Declare.
9205         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
9206         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
9207         from gensupport.c.
9208         (read_constants): Rename to...
9209         (handle_constants): ...this.  Don't gobble ')' here.
9210         (handle_include, handle_file, handle_toplevel_file)
9211         (parse_include): New functions, mostly taken from gensupport.c.
9212         (init_md_reader): Subsume into...
9213         (read_md_files): ...this new function.
9214
9215 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9216
9217         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
9218         (unread_char): Decrement read_md_lineno after putting back '\n'.
9219         * read-md.c (fatal_with_file_and_line): Push back any characters
9220         that we decide not to add to the context.
9221         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
9222         fatal_expected_char in cases where '/' ends a line (for example).
9223         (read_name): Don't increment read_md_lineno here.
9224         (read_escape): Likewise.
9225         (read_quoted_string): Likewise.
9226         (read_braced_string): Likewise.
9227
9228 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9229
9230         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
9231         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
9232         * genconstants.c: Include read-md.h.
9233         * read-rtl.c (md_constants): Move to read-md.c.
9234         (md_name): Move to read-md.h.
9235         (initialize_iterators): Use leading_string_hash instead of def_hash
9236         and leading_string_eq_p instead of def_name_eq_p.
9237         (read_name): Move to read-md.c.
9238         (def_hash, def_name_eq_p): Delete.
9239         (read_constants, traverse_md_constants): Move to read-md.c.
9240         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
9241         * read-md.h: Include hashtab.h.
9242         (md_name): Moved from read-rtl.c.
9243         (md_constant): Moved from read-md.h.
9244         (leading_string_hash, leading_string_eq_p, read_name)
9245         (read_constants, traverse_md_constants): Declare.
9246         * read-md.c (md_constants): Moved from read-rtl.c.
9247         (leading_string_hash, leading_string_eq_p): New functions.
9248         (read_name, read_constants, traverse_md_constants): Moved from
9249         read-rtl.c.
9250
9251 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9252
9253         * read-rtl.c (md_name): New structure.
9254         (read_name): Take an md_name instead of a buffer pointer.
9255         Use the "string" field instead of strcpy when expanding constants.
9256         (read_constants): Remove the tmp_char argument.  Update the calls
9257         to read_name, using two local name buffers instead of the tmp_char
9258         argument.  Merge the constant-creation code.
9259         (read_conditions): Remove the tmp_char argument.  Update the calls
9260         to read_name, using a local name buffer instead of the tmp_char
9261         argument.
9262         (read_mapping): Replace tmp_char variable with a local name buffer.
9263         Update the calls to read_name.
9264         (read_rtx_1): Likewise.  Update the calls to read_constants and
9265         read_conditions.
9266
9267 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9268
9269         * Makefile.in (build/read-md.o): Depend on errors.h.
9270         * read-md.h (error_with_line): Declare.
9271         * read-md.c: Include errors.h.
9272         (message_with_line_1): New function, extracted from...
9273         (message_with_line): ...here.
9274         (error_with_line): New function.
9275         * genattrtab.c: If a call to message_with_line is followed by
9276         "have_error = 1;", replace both statements with a call to
9277         error_with_line.
9278         * genoutput.c: Likewise.
9279         * genpreds.c: Likewise.
9280         * genrecog.c: If a call to message_with_line is followed by
9281         "error_count++;", replace both statements with a call to
9282         error_with_line.
9283         (errorcount): Delete.
9284         (main): Don't check it.
9285         * gensupport.c: If a call to message_with_line is followed by
9286         "errors = 1;", replace both statements with a call to error_with_line.
9287         (errors): Delete.
9288         (process_define_cond_exec): Check have_error instead of errors.
9289         (init_md_reader_args_cb): Likewise.  Don't set errors.
9290
9291 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9292
9293         * read-md.h (read_md_file): Declare.
9294         (read_char, unread_char): New functions.
9295         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
9296         (read_quoted_string, read_string): Remove FILE * argument.
9297         * read-md.c (read_md_file): New variable.
9298         (read_md_filename, read_md_lineno): Update comments and remove
9299         unnecessary initialization.
9300         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
9301         (read_escape, read_quoted_string, read_braced_string, read_string):
9302         Remove FILE * argument.  Update calls accordingly, using read_char
9303         and unread_char instead of getc and ungetc.
9304         * rtl.h (read_rtx): Remove FILE * argument.
9305         * read-rtl.c (iterator_group): Remove FILE * argument from
9306         "find_builtin".
9307         (iterator_traverse_data): Remove "infile" field.
9308         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
9309         (add_mapping, read_name, read_constants, read_conditions)
9310         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
9311         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
9312         Remove file arguments from all calls, using read_char and unread_char
9313         instead of getc and ungetc.
9314         * gensupport.c (process_include): Preserve read_md_file around
9315         the include.  Set read_md_file to the handle of the included file.
9316         Update call to read_rtx.
9317         (init_md_reader_args_cb): Set read_md_file to the handle of the file
9318         and remove local FILE *.  Update calls to read_rtx.
9319
9320 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9321
9322         * read-md.h (read_rtx_lineno): Rename to...
9323         (read_md_lineno): ...this.
9324         (read_rtx_filename): Rename to...
9325         (read_md_filename): ...this.
9326         (copy_rtx_ptr_loc): Rename to...
9327         (copy_md_ptr_loc): ...this.
9328         (print_rtx_ptr_loc): Rename to...
9329         (print_md_ptr_loc): ...this.
9330         * read-md.c: Likewise.  Update references after renaming.
9331         (string_obstack): Replace RTL with MD in comment.
9332         (set_rtx_ptr_loc): Rename to...
9333         (set_md_ptr_loc): ...this.
9334         (get_rtx_ptr_loc): Rename to...
9335         (get_md_ptr_loc): ...this.
9336         * genconditions.c: Update references after renaming.
9337         * genemit.c: Likewise.
9338         * genoutput.c: Likewise.
9339         * genpreds.c: Likewise.
9340         * gensupport.c: Likewise.
9341         * read-rtl.c: Likewise.
9342
9343 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
9344
9345         * Makefile.in (READ_MD_H): New variable.
9346         (BUILD_RTL): Add build/read-md.o.
9347         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
9348         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
9349         (build/genattrtab.o, build/genconditions.o build/genemit.o)
9350         (build/genextract.o, build/genflags.o, build/genoutput.o)
9351         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
9352         (build/read-md.o): New rule.
9353         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
9354         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
9355         * coretypes.h: ...here.
9356         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
9357         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
9358         * genattr.c: Include read-md.h.
9359         * genattrtab.c: Likewise.
9360         * genconditions.c: Likewise.
9361         * genemit.c: Likewise.
9362         * genextract.c: Likewise.
9363         * genflags.c: Likewise.
9364         * genoutput.c: Likewise.
9365         * genpreds.c: Likewise.
9366         * genrecog.c: Likewise.
9367         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
9368         (join_c_conditions, print_c_condition, read_rtx_filename)
9369         (read_rtx_lineno): Move to read-md.h.
9370         * read-rtl.c: Include read-md.h.
9371         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
9372         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
9373         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
9374         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
9375         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
9376         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
9377         (read_braced_string, read_string): Move to read-md.c.
9378         (read_rtx): Move some initialization to init_md_reader and call
9379         init_md_reader here.
9380         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
9381         Move to read-md.h.
9382         * gensupport.c: Include read-md.h.
9383         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
9384         * read-md.h, read-md.c: New files.
9385
9386 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
9387
9388         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
9389         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
9390         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
9391         * config/moxie/moxie.c (moxie_function_value): Make static.
9392         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
9393         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
9394
9395 2010-06-10  Martin Jambor  <mjambor@suse.cz>
9396
9397         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
9398         * dbgcnt.def (tree_sra): New counter.
9399         * tree-sra.c: Include dbgcnt.h.
9400         (gate_intra_sra): Check tree_sra debug counter.
9401
9402 2010-06-10  Martin Jambor  <mjambor@suse.cz>
9403
9404         PR tree-optimization/44258
9405         * tree-sra.c (build_access_subtree): Return false iff there is a
9406         partial overlap.
9407         (build_access_trees): Likewise.
9408         (analyze_all_variable_accesses): Disqualify candidates if
9409         build_access_trees returns true for them.
9410
9411 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
9412
9413         PR debug/41371
9414         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
9415         tail-recurse into canonical node.  Fast-forward over
9416         non-canonical VALUEs.
9417
9418 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
9419
9420         PR boostrap/44470
9421         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
9422         (*addsi_1_zext) <TYPE_LEA>: Likewise.
9423         (add lea splitter): Likewise.
9424         (add_zext lea splitter): Likewise.
9425
9426 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
9427
9428         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
9429
9430 2010-06-10  Jan Hubicka  <jh@suse.cz>
9431
9432         * df-problems.c (df_live_problem_data): Add live_bitmaps.
9433         (df_live_alloc): Initialize problem data and live_osbtacks.
9434         (df_live_finalize): Remove obstack, problem data; do not
9435         clear all bitmaps.
9436         (df_live_top_dump, df_live_bottom_dump): Do not dump old
9437         data when not allocated.
9438         (df_live_verify_solution_start): Do not allocate problem data.
9439         (df_live_verify_solution_end): Check if out is allocated.
9440         (struct df_md_problem_data): New structure.
9441         (df_md_alloc): Allocate problem data.
9442         (df_md_free): Free problem data; do not clear bitmaps.
9443
9444 2010-06-10  Jan Beulich  <jbeulich@novell.com>
9445
9446         PR bootstrap/37304
9447         * configure.ac: Replace $() with ${} when intending to expand
9448         variables rather than invoking commands.
9449         * configure: Re-generate.
9450
9451 2010-06-10  Jan Hubicka  <jh@suse.cz>
9452
9453         PR rtl-optimization/44460
9454         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
9455         TYPE_NEEDS_CONSTRUCTING sanity check.
9456
9457 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
9458
9459         * doc/include/fdl.texi: Move to GFDL version 1.3.
9460
9461         * doc/cpp.texi: Move to GFDL version 1.3.
9462         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
9463         * doc/gccint.texi: Move to GFDL version 1.3.
9464         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
9465         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
9466         * doc/invoke.texi: Move to GFDL version 1.3.
9467
9468 2010-06-09  Jan Hubicka  <jh@suse.cz>
9469
9470         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
9471         Break out from ...
9472         (propagate) ... here; swap the order.
9473
9474 2010-06-09  Jan Hubicka  <jh@suse.cz>
9475
9476         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
9477         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
9478         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
9479         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
9480
9481 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
9482
9483         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
9484         Do not the gather memory reference in the outer loop if the step
9485         is not a constant.
9486
9487 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
9488
9489         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
9490         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
9491         8 to 4.  Minor change of the related comments.
9492
9493 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
9494
9495         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
9496         the scev analysis when the variable is not used outside the loop
9497         in a close phi node: call compute_overall_effect_of_inner_loop.
9498
9499 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
9500
9501         * graphite-sese-to-poly.c (single_pred_cond): Renamed
9502         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
9503         (build_sese_conditions_before): Renamed call to single_pred_cond.
9504         (build_sese_conditions_after): Same.
9505
9506 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
9507
9508         * graphite-poly.h: Fix comments and indentation.
9509         * graphite-sese-to-poly.c: Same.
9510         (build_sese_conditions_before): Compute stmt and gbb only when needed.
9511         * tree-chrec.c: Fix comments and indentation.
9512         (tree-ssa-loop-niter.c): Same.
9513
9514 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
9515
9516         PR rtl-optimization/42461
9517         * dce.c (deletable_insn_p): Return true for const or pure calls again.
9518         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
9519
9520 2010-06-09  Jan Hubicka  <jh@suse.cz>
9521
9522         * bitmap.c (bitmap_and): Walk array forward.
9523         (bitmap_and_compl_into): Likewise.
9524         (bitmap_xor): Likewise.
9525         (bitmap_xor_into):  Likewise.
9526         (bitmap_equal_p): Likewise.
9527         (bitmap_intersect_p): Likewise.
9528         (bitmap_intersect_compl_p): Likewise.
9529         (bitmap_ior_and_into): Likewise.
9530         (bitmap_elt_copy): Likewise.
9531         (bitmap_and_compl): Likewise.
9532         (bitmap_elt_ior): Likewise.
9533
9534 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
9535
9536         * opts-common.c (prune_options): Ensure replacement argv array
9537         is correctly terminated by a NULL entry.
9538
9539 2010-06-09  Jan Hubicka  <jh@suse.cz>
9540
9541         * cgraph.h (varpool_first_static_initializer,
9542         varpool_next_static_initializer): Make checking only when
9543         checking enabled.
9544         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
9545         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
9546         gcc_assert to gcc_checking_assert.
9547         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
9548         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
9549         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
9550         op_iter_init_phiuse, op_iter_init_phidef,
9551         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
9552         gcc_checking_assert.
9553         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
9554         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
9555         partition_is_global, live_on_entry, live_on_exit,
9556         live_merge_and_clear): Likewise.
9557         * system.h (gcc_checking_assert): New macro.
9558         * gimple.h (set_bb_seq): Use gcc_checking_assert.
9559
9560 2010-06-09  Jason Merrill  <jason@redhat.com>
9561
9562         * Makefile.in (TAGS): Collect tags info from c-family.
9563
9564 2010-06-09  Jan Hubicka  <jh@suse.cz>
9565
9566         * gimple.h (gcc_gimple_checking_assert): New macro.
9567         (gimple_set_def_ops, gimple_set_use_ops,
9568         gimple_set_vuse, gimple_set_vdef,
9569         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
9570         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
9571         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
9572         gimple_asm_output_op, gimple_asm_output_op_ptr,
9573         gimple_asm_set_output_op, gimple_asm_clobber_op,
9574         gimple_asm_set_clobber_op, gimple_asm_label_op,
9575         gimple_asm_set_label_op, gimple_try_set_kind,
9576         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
9577         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
9578         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
9579         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
9580         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
9581         gimple_omp_for_set_initial, gimple_omp_for_final,
9582         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
9583         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
9584         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
9585         conditional with ENABLE_GIMPLE_CHECKING.
9586         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
9587
9588 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
9589
9590         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
9591         (get_computation_cost_at): Use it.
9592         (determine_use_iv_cost_condition): Likewise.
9593         (determine_iv_cost): Likewise.
9594
9595 2010-06-09  Richard Guenther  <rguenther@suse.de>
9596
9597         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
9598         replace constants.
9599
9600 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
9601
9602         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
9603
9604 2010-06-09  Martin Jambor  <mjambor@suse.cz>
9605
9606         PR tree-optimization/44423
9607         * tree-sra.c (dump_access): Dump also grp_assignment_read.
9608         (analyze_access_subtree): Pass negative allow_replacements to children
9609         if the current type is scalar.
9610
9611 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
9612
9613         PR testsuite/42843
9614         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
9615         * doc/plugins.texi (Plugin license check): Update information
9616         on type of plugin_is_GPL_compatible.
9617         * Makefile.in (PLUGINCC): Define as $(COMPILER).
9618         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
9619
9620 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
9621
9622         * config/arm/arm.c (thumb2_reorg): New function.
9623         (arm_reorg): Call it.
9624         * config/arm/thumb2.md (define_peephole2 for flag clobbering
9625         arithmetic operations): Delete.
9626
9627 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
9628
9629         PR target/44067
9630         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
9631         e500v2 target.
9632
9633 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
9634
9635         PR plugins/44459
9636         * gcc-plugin.h: Encapsulate all declarations in extern "C".
9637
9638 2010-06-08  Jan Hubicka  <jh@suse.cz>
9639
9640         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
9641         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
9642
9643 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
9644
9645         PR tree-optimization/39874
9646         PR middle-end/28685
9647         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
9648         Declare.
9649         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
9650         same_bool_result_p): New.
9651         (and_var_with_comparison, and_var_with_comparison_1,
9652         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
9653         (or_var_with_comparison, or_var_with_comparison_1,
9654         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
9655         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
9656         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
9657         of combine_comparisons.
9658         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
9659
9660 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
9661
9662         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
9663         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
9664         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
9665         pdp11_function_value_regno_p): New functions.
9666         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
9667         TARGET_FUNCTION_VALUE_REGNO_P): Define.
9668
9669 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
9670
9671         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
9672         Thumb-2 in the MINUS case.
9673
9674 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
9675
9676         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
9677
9678         * doc/gty.texi (GTY Options): Document typed GC allocation and
9679         variable_size GTY option.
9680
9681         * ggc-internal.h: New.
9682
9683         * ggc.h: Update copyright year.
9684         (digit_string): Move to stringpool.c.
9685         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
9686         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
9687         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
9688         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
9689         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
9690         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
9691         (ggc_force_collect, ggc_get_size, ggc_statistics)
9692         (ggc_print_common_statistics): Move to ggc-internal.h.
9693         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
9694         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
9695         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
9696         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
9697         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
9698         (ggc_alloc_zone_pass_stat): Remove.
9699         (ggc_internal_alloc_stat, ggc_internal_alloc)
9700         (ggc_internal_cleared_alloc_stat): New.
9701         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
9702         (ggc_internal_vec_alloc_stat)
9703         (ggc_internal_cleared_vec_alloc_stat)
9704         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
9705         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
9706         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
9707         (ggc_cleared_alloc_ptr_array_two_args): New.
9708         (htab_create_ggc, splay_tree_new_ggc): Redefine.
9709         (ggc_splay_alloc): Change the type of the first argument to
9710         enum gt_types_enum.
9711         (ggc_alloc_string): Make macro.
9712         (ggc_alloc_string_stat): New.
9713         (ggc_strdup): Redefine.
9714         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
9715         (ggc_alloc_rtvec_sized): New.
9716         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
9717         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
9718         (ggc_internal_cleared_alloc_zone_stat)
9719         (ggc_internal_zone_alloc_stat)
9720         (ggc_internal_zone_cleared_alloc_stat)
9721         (ggc_internal_zone_vec_alloc_stat)
9722         (ggc_alloc_zone_rtx_def_stat)
9723         (ggc_alloc_zone_tree_node_stat)
9724         (ggc_alloc_zone_cleared_tree_node_stat)
9725         (ggc_alloc_cleared_gimple_statement_d_stat): New.
9726
9727         * ggc-common.c: Include ggc-internal.h.
9728         (ggc_internal_cleared_alloc_stat): Rename from
9729         ggc_alloc_cleared_stat.
9730         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
9731         (ggc_calloc): Remove.
9732         (ggc_cleared_alloc_htab_ignore_args): New.
9733         (ggc_cleared_alloc_ptr_array_two_args): New.
9734         (ggc_splay_alloc): Add obj_type parameter.
9735         (init_ggc_heuristics): Formatting fixes.
9736
9737         * ggc-none.c: Update copyright year.
9738         (ggc_alloc_stat): Rename to ggc_alloc_stat.
9739         (ggc_alloc_cleared_stat): Rename to
9740         ggc_internal_cleared_alloc_stat.
9741         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
9742
9743         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
9744         Remove references to ggc_alloc in comments.
9745         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
9746         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
9747         (new_ggc_zone, destroy_ggc_zone): Remove.
9748         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
9749
9750         * ggc-zone.c: Include ggc-internal.h.  Remove references to
9751         ggc_alloc in comments.
9752         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
9753         (ggc_internal_alloc_zone_pass_stat): New.
9754         (ggc_internal_cleared_alloc_zone_stat): New.
9755         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
9756         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
9757         (new_ggc_zone, destroy_ggc_zone): Remove.
9758
9759         * stringpool.c: Update copyright year.  Include ggc-internal.h
9760         (digit_vector): Make static.
9761         (digit_string): Moved from ggc.h.
9762         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
9763         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
9764
9765         * Makefile.in (GGC_INTERNAL_H): New.
9766         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
9767         $(GGC_INTERNAL_H) to dependencies.
9768
9769         * gentype.c: Update copyright year.
9770         (walk_type): Accept variable_size GTY option.
9771         (USED_BY_TYPED_GC_P): New macro.
9772         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
9773         whitespace at the end of strings.
9774         (get_type_specifier, variable_size_p): New functions.
9775         (alloc_quantity, alloc_zone): New enums.
9776         (write_typed_alloc_def): New function.
9777         (write_typed_struct_alloc_def): Likewise.
9778         (write_typed_typed_typedef_alloc_def): Likewise.
9779         (write_typed_alloc_defns): Likewise.
9780         (output_typename, write_splay_tree_allocator_def): Likewise.
9781         (write_splay_tree_allocators): Likewise.
9782         (main): Call write_typed_alloc_defns and
9783         write_splay_tree_allocators.
9784
9785         * lto-streamer.h (lto_file_decl_data_ptr): New.
9786
9787         * passes.c (order): Define using cgraph_node_ptr.
9788
9789         * strinpool.c (struct string_pool_data): Declare nested_ptr using
9790         ht_identifier_ptr.
9791
9792         * gimple.h (union gimple_statement_d): Likewise.
9793
9794         * rtl.h (struct rtx_def): Likewise.
9795         (struct rtvec_def): Likewise.
9796
9797         * tree.h (union tree_node): Likewise.
9798
9799         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
9800
9801         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
9802
9803         * tree-scalar-evolution.c (scev_initialize): Likewise.
9804
9805         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
9806
9807         * dwarf2asm.c (dw2_force_const_mem): Likewise.
9808
9809         * omp-low.c (lower_omp_critical): Likewise.
9810
9811         * bitmap.h (struct bitmap_head_def): Update comment to not
9812         reference ggc_alloc.
9813
9814         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
9815
9816         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
9817
9818         * ipa-prop.c (duplicate_ggc_array): Rename to
9819         duplicate_ipa_jump_func_array.  Use typed GC allocation.
9820         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
9821
9822         * gimple.c (gimple_alloc_stat): Use
9823         ggc_alloc_cleared_gimple_statement_d_stat.
9824
9825         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
9826
9827         * tree.c (make_node_stat): Use
9828         ggc_alloc_zone_cleared_tree_node_stat.
9829         (make_tree_vec_stat): Likewise.
9830         (build_vl_exp_stat): Likewise.
9831         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
9832         (make_tree_binfo_stat): Likewise.
9833         (tree_cons_stat): Likewise.
9834
9835         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
9836         (shallow_copy_rtx_stat): Likewise.
9837         (make_node_stat): Likewise.
9838
9839         * lto-symtab.c: Fix comment.
9840
9841         * tree-cfg.c (create_bb): Update comment to not reference
9842         ggc_alloc_cleared.
9843         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
9844
9845         * varpool.c (varpool_node): Use typed GC allocation.
9846         (varpool_extra_name_alias): Likewise.
9847
9848         * varasm.c (emutls_decl): Likewise.
9849         (get_unnamed_section): Likewise.
9850         (get_noswitch_section): Likewise.
9851         (get_section): Likewise.
9852         (get_block_for_section): Likewise.
9853         (build_constant_desc): Likewise.
9854         (create_constant_pool): Likewise.
9855         (force_const_mem): Likewise.
9856
9857         * tree.c (build_vl_exp_stat): Likewise.
9858         (build_real): Likewise.
9859         (build_string): Likewise.
9860         (decl_debug_expr_insert): Likewise.
9861         (decl_value_expr_insert): Likewise.
9862         (type_hash_add): Likewise.
9863         (build_omp_clause): Likewise.
9864
9865         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
9866
9867         * tree-ssa.c (init_tree_ssa): Likewise.
9868
9869         * tree-ssa-structalias.c (heapvar_insert): Likewise.
9870
9871         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
9872
9873         * tree-ssa-loop-niter.c (record_estimate): Likewise.
9874
9875         * tree-ssa-alias.c (get_ptr_info): Likewise.
9876
9877         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
9878
9879         * tree-phinodes.c (allocate_phi_node): Likewise.
9880
9881         * tree-iterator.c (tsi_link_before): Likewise.
9882         (tsi_link_after): Likewise.
9883
9884         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
9885
9886         * tree-dfa.c (create_var_ann): Likewise.
9887
9888         * tree-cfg.c (create_bb): Likewise.
9889
9890         * toplev.c (alloc_for_identifier_to_locale): Likewise.
9891         (general_init): Likewise.
9892
9893         * stringpool.c (stringpool_ggc_alloc): Likewise.
9894         (gt_pch_save_stringpool): Likewise.
9895
9896         * sese.c (if_region_set_false_region): Likewise.
9897
9898         * passes.c (do_per_function_toporder): Likewise.
9899
9900         * optabs.c (set_optab_libfunc): Likewise.
9901         (set_conv_libfunc): Likewise.
9902
9903         * lto-symtab.c (lto_symtab_register_decl): Likewise.
9904
9905         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
9906         (input_eh_region): Likewise.
9907         (input_eh_lp): Likewise.
9908         (make_new_block): Likewise.
9909         (unpack_ts_real_cst_value_fields): Likewise.
9910
9911         * lto-section-in.c (lto_new_in_decl_state): Likewise.
9912
9913         * lto-cgraph.c (input_node_opt_summary): Likewise.
9914
9915         * loop-init.c (loop_optimizer_init): Likewise.
9916
9917         * lambda.h (lambda_vector_new): Likewise.
9918
9919         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
9920
9921         * ira.c (update_equiv_regs): Likewise.
9922
9923         * ipa.c (cgraph_node_set_new): Likewise.
9924         (cgraph_node_set_add): Likewise.
9925         (varpool_node_set_new): Likewise.
9926         (varpool_node_set_add): Likewise.
9927
9928         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
9929         (duplicate_ipa_jump_func_array): Likewise.
9930         (ipa_read_node_info): Likewise.
9931
9932         * ipa-cp.c (ipcp_create_replace_map): Likewise.
9933
9934         * integrate.c (get_hard_reg_initial_val): Likewise.
9935
9936         * gimple.c (gimple_alloc_stat): Likewise.
9937         (gimple_build_omp_for): Likewise.
9938         (gimple_seq_alloc): Likewise.
9939         (gimple_copy): Likewise.
9940
9941         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
9942         (gsi_insert_after_without_update): Likewise.
9943
9944         * function.c (add_frame_space): Likewise.
9945         (insert_temp_slot_address): Likewise.
9946         (assign_stack_temp_for_type): Likewise.
9947         (allocate_struct_function): Likewise.
9948         (types_used_by_var_decl_insert): Likewise.
9949
9950         * except.c (init_eh_for_function): Likewise.
9951         (gen_eh_region): Likewise.
9952         (gen_eh_region_catch): Likewise.
9953         (gen_eh_landing_pad): Likewise.
9954         (add_call_site): Likewise.
9955
9956         * emit-rtl.c (get_mem_attrs): Likewise.
9957         (get_reg_attrs): Likewise.
9958         (start_sequence): Likewise.
9959         (init_emit): Likewise.
9960
9961         * dwarf2out.c (new_cfi): Likewise.
9962         (queue_reg_save): Likewise.
9963         (dwarf2out_frame_init): Likewise.
9964         (new_loc_descr): Likewise.
9965         (find_AT_string): Likewise.
9966         (new_die): Likewise.
9967         (add_var_loc_to_decl): Likewise.
9968         (clone_die): Likewise.
9969         (clone_as_declaration): Likewise.
9970         (break_out_comdat_types): Likewise.
9971         (new_loc_list): Likewise.
9972         (loc_descriptor): Likewise.
9973         (add_loc_descr_to_each): Likewise.
9974         (add_const_value_attribute): Likewise.
9975         (tree_add_const_value_attribute): Likewise.
9976         (add_comp_dir_attribute): Likewise.
9977         (add_name_and_src_coords_attributes): Likewise.
9978         (lookup_filename): Likewise.
9979         (store_vcall_insn): Likewise.
9980         (dwarf2out_init): Likewise.
9981
9982         * dbxout.c (dbxout_init): Likewise.
9983
9984         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
9985
9986         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
9987
9988         * config/score/score7.c (score7_output_external): Likewise.
9989
9990         * config/score/score3.c (score3_output_external): Likewise.
9991
9992         * config/s390/s390.c (s390_init_machine_status): Likewise.
9993
9994         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
9995         (rs6000_init_machine_status): Likewise.
9996         (output_toc): Likewise.
9997
9998         * config/pa/pa.c (pa_init_machine_status): Likewise.
9999         (get_deferred_plabel): Likewise.
10000
10001         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
10002
10003         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
10004
10005         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
10006
10007         * config/mep/mep.c (mep_init_machine_status): Likewise.
10008         (mep_note_pragma_flag): Likewise.
10009
10010         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
10011
10012         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
10013
10014         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
10015
10016         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
10017         (i386_pe_maybe_record_exported_symbol): Likewise.
10018
10019         * config/i386/i386.c (get_dllimport_decl): Likewise.
10020         (ix86_init_machine_status): Likewise.
10021         (assign_386_stack_local): Likewise.
10022
10023         * config/frv/frv.c (frv_init_machine_status): Likewise.
10024
10025         * config/darwin.c (machopic_indirection_name): Likewise.
10026
10027         * config/cris/cris.c (cris_init_machine_status): Likewise.
10028
10029         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
10030
10031         * config/avr/avr.c (avr_init_machine_status): Likewise.
10032
10033         * config/arm/arm.c (arm_init_machine_status): Likewise.
10034
10035         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
10036         (alpha_need_linkage): Likewise.
10037         (alpha_use_linkage): Likewise.
10038
10039         * cgraph.c (cgraph_allocate_node): Likewise.
10040         (cgraph_create_edge_1): Likewise.
10041         (cgraph_create_indirect_edge): Likewise.
10042         (cgraph_add_asm_node): Likewise.
10043
10044         * cfgrtl.c (init_rtl_bb_info): Likewise.
10045
10046         * cfgloop.c (alloc_loop): Likewise.
10047         (rescan_loop_exit): Likewise.
10048
10049         * cfg.c (init_flow): Likewise.
10050         (alloc_block): Likewise.
10051         (unchecked_make_edge): Likewise.
10052
10053         * c-parser.c (c_parse_init): Likewise.
10054         (c_parse_file): Likewise.
10055
10056         * c-decl.c (bind): Likewise.
10057         (record_inline_static): Likewise.
10058         (push_scope): Likewise.
10059         (make_label): Likewise.
10060         (lookup_label_for_goto): Likewise.
10061         (finish_struct): Likewise.
10062         (finish_enum): Likewise.
10063         (c_push_function_context): Likewise.
10064
10065         * bitmap.c (bitmap_element_allocate): Likewise.
10066         (bitmap_gc_alloc_stat): Likewise.
10067
10068         * alias.c (record_alias_subset): Likewise.
10069         (init_alias_analysis): Likewise.
10070
10071 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
10072
10073         * fold-const.c (fold_comparison): Remove redundant parenthesis.
10074         * tree-inline.c (expand_call_inline): Pass translated return value of
10075         cgraph_inline_failed_string to diagnostic function.
10076
10077 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
10078             Shujing Zhao  <pearly.zhao@oracle.com>
10079
10080         PR c/37724
10081         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
10082         implicit bad conversions is initialization.
10083         (error_init): Use gmsgid instead of msgid for argument name and change
10084         the call for error.
10085         (pedwarn_init): Use gmsgid instead of msgid for argument name and
10086         change the call for pedwarn.
10087         (warning_init): Use gmsgid instead of msgid for argument name and
10088         change the call for warning.
10089
10090 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
10091
10092         * config/mips/mips-protos.h (mips_print_operand): Delete.
10093         (mips_print_operand_address): Delete.
10094         * config/mips/mips.h (mips_print_operand_punct): Delete.
10095         (PRINT_OPERAND): Delete.
10096         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10097         (PRINT_OPERAND_ADDRESS): Delete.
10098         * config/mips/mips.c (mips_print_operand_punct): Make static.
10099         (mips_print_operand_address): Make static.
10100         (mips_print_operand): Make static.  Call
10101         mips_print_operand_punct_valid_p.
10102         (mips_print_operand_punct_valid_p): New function.
10103         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
10104         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10105
10106 2010-06-07  Jan Hubicka  <jh@suse.cz>
10107
10108         PR middle-end/44454
10109         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
10110         are allocated.
10111
10112 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
10113
10114         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
10115         name of RECORD.
10116
10117 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10118
10119         * doc/sourcebuild.texi (Effective-Target Keywords, Other
10120         attributes): Document gas.
10121
10122 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
10123
10124         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
10125         <TYPE_LEA>: Split instruction.
10126         <default>: Remove alternative 2 handling.
10127         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
10128         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
10129         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
10130
10131         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
10132         (ashift_zext lea splitter): Use DImode for multiplication.
10133
10134         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
10135         to generate addition.
10136
10137 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
10138
10139         * common.opt (fira-verbose): Use Var.
10140         (fpcc-struct-return): Use Init instead of VarExists.
10141         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
10142         toplev.c.
10143         * flags.h (flag_signed_char, flag_short_enums,
10144         flag_pcc_struct_return, flag_ira_verbose,
10145         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
10146         * toplev.c (flag_detailed_statistics, flag_signed_char,
10147         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
10148         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
10149         * toplev.h (flag_crossjumping, flag_if_conversion,
10150         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
10151         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
10152         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
10153         flag_cprop_registers, time_report, flag_ira_loop_pressure,
10154         flag_ira_coalesce, flag_ira_move_spills,
10155         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
10156
10157 2010-06-07  Jan Hubicka  <jh@suse.cz>
10158
10159         * df-core.c (df_analyze_problem): Do verification after allocation.
10160
10161         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
10162         (df_lr_alloc): Initialize problem data; move bitmaps to
10163         lr_bitmaps obstack.
10164         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
10165         (df_lr_verify_solution_start): Do not initialize problem data;
10166         allocate bitmaps in lr_bitmaps.
10167         (df_lr_verify_solution_end): Do not free problem data.
10168
10169 2010-06-07  Jan Hubicka  <jh@suse.cz>
10170
10171         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
10172         if caller is noreturn.
10173         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
10174         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
10175         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
10176         * ipa-pure-const.c (check_decl): Add IPA parameter.
10177         (state_from_flags): New function.
10178         (better_state, worse_state): New functions.
10179         (check_call): When in IPA mode, do not care about callees.
10180         (check_load, check_store): Update.
10181         (check_ipa_load, check_ipa_store): New.
10182         (check_stmt): When in IPA mode, use IPA checkers.
10183         (analyze_function): Use state_from_flags.
10184         (propagate): Check indirect edges and references.
10185
10186 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
10187
10188         PR rtl-optimization/44404
10189         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
10190         of count_occurrences to see if it's safe to modify mem_insn.
10191
10192 2010-06-07  Richard Guenther  <rguenther@suse.de>
10193
10194         * gimplify.c (gimplify_cleanup_point_expr): For empty body
10195         and EH-only cleanup drop the cleanup instead of inserting it
10196         unconditionally.
10197
10198 2010-06-07  Ira Rosen  <irar@il.ibm.com>
10199
10200         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
10201         documentation.
10202         * targhooks.c (default_builtin_vectorization_cost): New function.
10203         * targhooks.h (default_builtin_vectorization_cost): Declare.
10204         * target.h (enum vect_cost_for_stmt): Define.
10205         (builtin_vectorization_cost): Change argument and comment.
10206         * tree-vectorizer.h: Remove cost model macros.
10207         * tree-vect-loop.c: Include target.h.
10208         (vect_get_cost): New function.
10209         (vect_estimate_min_profitable_iters): Replace cost model macros with
10210         calls to vect_get_cost.
10211         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
10212         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
10213         default implementation.
10214         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
10215         calls to target hook builtin_vectorization_cost.
10216         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
10217         Likewise.
10218         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
10219         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
10220         implementation to return costs.
10221         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
10222         * config/spu/spu.h: Remove vectorizer cost model macros.
10223         * config/i386/i386.h: Likewise.
10224         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
10225         a call to target hook builtin_vectorization_cost.
10226
10227 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
10228
10229         PR target/44319
10230         * config/i386/i386.c (override_options): Turn zee pass on for level 2
10231         and above and defer till target is known.
10232         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
10233         turn off otherwise.
10234
10235 2010-05-25  Jan Hubicka  <jh@suse.cz>
10236
10237         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
10238         (df_compact_blocks): Likewise.
10239         * df.h (struct df): Turn hardware_regs_used,
10240         regular_block_artificial_uses, eh_block_artificial_uses,
10241         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
10242         bitmap_head.
10243         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
10244         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
10245         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
10246         df_scan_blocks, df_insn_delete, df_insn_rescan,
10247         df_insn_rescan_debug_internal, df_insn_rescan_all,
10248         df_process_deferred_rescans, df_process_deferred_rescans,
10249         df_notes_rescan, df_get_call_refs, df_get_call_refs,
10250         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
10251         df_record_entry_block_defs, df_record_exit_block_uses,
10252         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
10253         df_scan_verify): Update.
10254
10255 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
10256
10257         PR c++/44188
10258         * c-common.c (is_typedef_decl): Move this definition ...
10259         * tree.c (is_typedef_decl): ... here.
10260         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
10261         * c-common.h (is_typedef_decl): Move this declaration ...
10262         * tree.h (is_typedef_decl): ... here.
10263         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
10264         * dwarf2out.c (is_naming_typedef_decl): New function.
10265         (gen_tagged_type_die): Split out of ...
10266         (gen_type_die_with_usage): ... this function. When an anonymous
10267         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
10268         is emitted for the typedef.
10269         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
10270         anonymous tagged types.
10271
10272 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10273
10274         PR c/20000
10275         * c-decl.c (grokdeclarator): Delete warning.
10276
10277 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
10278
10279         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
10280         newly built CALL_EXPR.
10281         * tree-profile.c (tree_profiling): Don't profile functions produced
10282         for built-in stuff.
10283
10284 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
10285
10286         PR bootstrap/44427
10287         PR bootstrap/44428
10288         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
10289         endianness-independent.
10290
10291 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
10292
10293         * c-common.c: Move to c-family/.
10294         * c-common.def: Likewise.
10295         * c-common.h: Likewise.
10296         * c-cppbuiltin.c: Likewise.
10297         * c-dump.c: Likewise.
10298         * c-format.c: Likewise.
10299         * c-format.h : Likewise.
10300         * c-gimplify.c: Likewise.
10301         * c-lex.c: Likewise.
10302         * c-omp.c: Likewise.
10303         * c.opt: Likewise.
10304         * c-opts.c: Likewise.
10305         * c-pch.c: Likewise.
10306         * c-ppoutput.c: Likewise.
10307         * c-pragma.c: Likewise.
10308         * c-pragma.h: Likewise.
10309         * c-pretty-print.c: Likewise.
10310         * c-pretty-print.h: Likewise.
10311         * c-semantics.c: Likewise.
10312         * stub-objc.c: Likewise.
10313
10314         * gengtype.c (get_file_langdir): Special-case files in c-family/.
10315         (get_output_file_with_visibility): Fix name for c-common.h.
10316         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
10317
10318         * c-tree.h: Update include path for moved files.
10319         * c-lang.c: Likewise.
10320         * c-lang.h: Likewise.
10321         * c-parser.c: Likewise.
10322         * c-convert.c: Likewise.
10323         * c-decl.c: Likewise.
10324         * c-objc-common.c: Likewise.
10325         * configure.ac: Make sure c-family/ exists in the build directory.
10326         * configure: Regenerate.
10327         * Makefile.in: Update paths for moved files.  Regroup files per
10328         location and update dependencies.  Move generated_files down after
10329         ALL_GTFILES_H.
10330
10331         * config/spu/spu-c.c: Update paths for moved files.
10332         * config/mep/mep-pragma.c: Likewise.
10333         * config/darwin-c.c: Likewise.
10334         * config/i386/msformat-c.c: Likewise.
10335         * config/i386/i386-c.c: Likewise.
10336         * config/avr/avr-c.c: Likewise.
10337         * config/sol2-c.c: Likewise.
10338         * config/ia64/ia64-c.c: Likewise.
10339         * config/rs6000/rs6000-c.c: Likewise.
10340         * config/arm/arm.c: Likewise.
10341         * config/arm/arm-c.c: Likewise.
10342         * config/h8300/h8300.c: Likewise.
10343         * config/v850/v850-c.c: Likewise.
10344
10345         * config/t-darwin: Fix dependencies for moved files.
10346         * config/t-sol2: Fix dependencies for moved files.
10347         * config/mep/t-mep: Fix dependencies for moved files.
10348         * config/ia64/t-ia64: Fix dependencies for moved files.
10349         * config/rs6000/t-rs6000: Fix dependencies for moved files.
10350         * config/v850/t-v850: Fix dependencies for moved files.
10351         * config/v850/t-v850e: Fix dependencies for moved files.
10352
10353         * config/m32c/m32c-pragma.c
10354
10355         * po/exgettext: Look in c-family/ also.
10356
10357 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
10358
10359         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
10360         (mark_control_dependent_edges_necessary): Call it instead of marking
10361         the last statement manually.
10362         (propagate_necessity): Likewise.
10363
10364 2010-06-05  Jan Hubicka  <jh@suse.cz>
10365
10366         * basic-block.h (compute_dominance_frontiers): Updated.
10367         (compute_idf): Likewise.
10368
10369         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
10370         for dominance frontiers.
10371         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
10372         (insert_updated_phi_nodes_for): Likewise.
10373         (update_ssa): Likewise.
10374         * cfganal.c (compute_dominance_frontiers_1): Likewise.
10375         (compute_dominance_frontiers): Likewise.
10376         (compute_idf): Likewise.
10377         * df-problems.c (df_md_local_compute): Likewise.
10378
10379 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
10380
10381         * target.h (struct gcc_target): Add memory_move_cost field.
10382         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
10383         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
10384         * targhooks.c (default_memory_move_cost): New function.
10385         * targhooks.h (default_memory_move_cost): Declare function.
10386         * reload.h (memory_move_cost): Declare.
10387         (memory_move_secondary_cost): Change type of 'in' argument to bool.
10388         * reginfo.c (memory_move_cost): New function.
10389         (memory_move_secondary_cost): Change type of 'in' argument to bool.
10390         * ira.h (ira_memory_move_cost): Update comment.
10391         * ira.c (ira_memory_move_cost): Update comment.
10392         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
10393         with memory_move_cost.
10394         * postreload.c (reload_cse_simplify_set): (Ditto.).
10395         * reload1.c (choose_reload_regs): (Ditto.).
10396         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
10397         (MEMORY_MOVE_COST):  Revise documentation.
10398
10399         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
10400         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
10401         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
10402         type of 'in' argument to bool.
10403         (TARGET_MEMORY_MOVE_COST): Define.
10404
10405 2010-06-05  Jan Hubicka  <jh@suse.cz>
10406
10407         * ipa-pure-const.c (propagate): Fix typo in handling of functions
10408         that cannot return.  Be more careful when merging the results with
10409         previously known ones.
10410
10411 2010-06-05  Matthias Klose  <doko@ubuntu.com>
10412
10413         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
10414         function to add the -iplugindir option.
10415         (find_plugindir_spec_function): Add new declaration and function.
10416         (static_spec_func): Use it for "find-plugindir".
10417
10418 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
10419
10420         PR c++/44361
10421         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
10422         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
10423         statement expression.
10424
10425 2010-06-05  Jan Hubicka  <jh@suse.cz>
10426
10427         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
10428         (df_rd_problem_data): Convert sparse_invalidated_by_call,
10429         dense_invalidated_by_call to bitmap head.
10430         (df_rd_alloc, df_rd_bb_local_compute_process_def,
10431         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
10432         df_rd_start_dump, df_lr_verify_transfer_functions,
10433         df_live_verify_transfer_functions, df_chain_create_bb,
10434         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
10435         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
10436         df_simulate_one_insn_forwards, df_md_alloc,
10437         df_md_bb_local_compute_process_def,
10438         df_md_bb_local_compute_process_def, df_md_local_compute,
10439         df_md_transfer_function df_md_free): Update.
10440
10441 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
10442
10443         PR c/44322
10444         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
10445         target type for ADDR_EXPR; require no changes to qualifiers except
10446         for function types.
10447         * c-tree.h (c_build_type_variant): Remove.
10448
10449 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
10450
10451         * genautomata.c (get_excl_set): Do work per element, not per char.
10452         (check_presence_pattern_sets): Similar.
10453         (check_absence_pattern_sets): Similar.
10454
10455 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
10456
10457         * genautomata.c (curr_state_pass_num): Delete.
10458         (min_issue_delay_pass_states): Delete.
10459         (min_issue_delay): Delete.
10460         (initiate_min_issue_delay_pass_states): Delete.
10461         (output_min_issue_delay_table): Compute min_issue_delay_vect
10462         using a breadth-first search variant.
10463         (output_tables): Don't call initiate_min_issue_delay_pass_states.
10464
10465 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
10466
10467         PR boostrap/44421
10468         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
10469         (df_byte_lr_bb_local_compute): Likewise.
10470
10471 2010-06-03  Jason Merrill  <jason@redhat.com>
10472
10473         Implement noexcept operator (5.3.7)
10474         * c-common.c (c_common_reswords): Add noexcept.
10475         * c-common.h (enum rid): Add RID_NOEXCEPT.
10476
10477 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
10478
10479         * config/darwin-driver.c (darwin_default_min_version): Use
10480         GCC-specific formats in diagnostics.
10481         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
10482         diagnostics.
10483         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
10484         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
10485         eval_spec_function, handle_braces, process_brace_body, main,
10486         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
10487         getenv_spec_function, compare_version_strings,
10488         version_compare_spec_function): Use GCC-specific formats in
10489         diagnostics.
10490
10491 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
10492
10493         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
10494         that operand 0 and operand 1 are equal.
10495         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
10496         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
10497         and operand 1 are equal.
10498         <default>: Ditto.  Remove ??? comment.
10499         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
10500         and operand 1 are equal.
10501         <default>: Ditto.  Remove ??? comment.
10502         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
10503         are equal.
10504         (*add<mode>_4) <default>: Ditto.
10505         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
10506
10507 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
10508
10509         * config/i386/i386-protos.h (ix86_print_operand): Declare.
10510         * config/i386/i386.c (ix86_print_operand): Make non-static.
10511         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
10512         * output.h (output_operand): Declare.
10513         * final.c (output_operand): Make non-static.
10514
10515 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
10516
10517         PR rtl-optimization/44013
10518         * sched-deps.c (add_dependence_list_and_free): Don't free lists
10519         when processing debug insns.
10520
10521         PR debug/41371
10522         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
10523         recursing.  Check that recursion is bounded.  Rename inner var
10524         to avoid hiding incoming argument.
10525
10526 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
10527
10528         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
10529         operands[2] == 255.
10530         (*addqi_3): Ditto.
10531         (*addqi_4): Ditto.
10532         (*addqi_5): Ditto.
10533         (*addqi_ext_1_rex64): Ditto.
10534         (*addqi_ext_1): Ditto.
10535
10536         (*addqi_4): Check for incdec_operand in QImode.
10537
10538         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
10539         using SWI mode iterator.
10540         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
10541         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
10542         mode iterator.
10543         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
10544         using SWI mode iterator.
10545
10546 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10547
10548         PR c/25880
10549         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
10550         * c-format.c (gcc_diag_flag_specs): Add hash.
10551         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
10552         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
10553         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
10554         pp_c_cv_qualifiers. Handle qualifiers spelling here.
10555         (pp_c_type_qualifier_list): Call the function above.
10556         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
10557         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
10558         (WARN_FOR_QUALIFIERS): New macro.
10559         (convert_for_assignment): Use it.
10560
10561 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
10562
10563         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
10564
10565 2010-06-04  Jan Hubicka  <jh@suse.cz>
10566
10567         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
10568         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
10569         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
10570         DF_BYTE_LR_OUT): Update for embedded bitmaps.
10571         * fwprop.c (single_def_use_enter_block): Likewise.
10572         * ddg.c (create_ddg_dep_from_intra_loop_link,
10573         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
10574         * loop-iv.c (latch_dominating_def): Likewise.
10575         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
10576         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
10577         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
10578         df_rd_transfer_function, df_rd_top_dump,
10579         df_rd_bottom_dump): Update.
10580         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
10581         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
10582         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
10583         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
10584         df_lr_verify_solution_start, df_lr_verify_solution_end,
10585         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
10586         df_live_free_bb_info, df_live_alloc, df_live_reset,
10587         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
10588         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
10589         df_live_verify_solution_start, df_live_verify_solution_end,
10590         df_live_verify_transfer_functions, df_chain_create_bb,
10591         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
10592         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
10593         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
10594         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
10595         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
10596         df_byte_lr_transfer_function, df_byte_lr_top_dump,
10597         df_byte_lr_bottom_dump, df_create_unused_note,
10598         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
10599         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
10600         df_md_transfer_function, df_md_init, df_md_confluence_0,
10601         df_md_confluence_n,
10602         df_md_top_dump, df_md_bottom_dump): Update.
10603         (struct df_lr_problem_data): Embedd bitmap headers.
10604
10605 2010-06-04  Jan Hubicka  <jh@suse.cz>
10606
10607         * dce.c (dce_process_block): Do not re-scan already marked
10608         instructions.
10609
10610 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
10611
10612         PR rtl-optimization/39871
10613         PR rtl-optimization/40615
10614         PR rtl-optimization/42500
10615         PR rtl-optimization/42502
10616         * ira.c (init_reg_equiv_memory_loc: New function.
10617         (ira): Call it twice.
10618         * reload.h (calculate_elim_costs_all_insns): Declare.
10619         * ira-costs.c: Include "reload.h".
10620         (regno_equiv_gains): New static variable.
10621         (init_costs): Allocate it.
10622         (finish_costs): Free it.
10623         (ira_costs): Call calculate_elim_costs_all_insns.
10624         (find_costs_and_classes): Take estimated elimination costs
10625         into account.
10626         (ira_adjust_equiv_reg_cost): New function.
10627         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
10628         * reload1.c (init_eliminable_invariants, free_reg_equiv,
10629         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
10630         (elim_bb): New static variable.
10631         (reload): Move code out of here into init_eliminable_invariants and
10632         free_reg_equiv.  Call them.
10633         (calculate_elim_costs_all_insns): New function.
10634         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
10635         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
10636         but call note_reg_elim_costly if we turned a valid memory address
10637         into an invalid one.
10638         * Makefile.in (ira-costs.o): Depend on reload.h.
10639
10640 2010-06-04  Julian Brown  <julian@codesourcery.com>
10641
10642         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
10643         for pool ranges.
10644
10645 2010-06-04  Richard Guenther  <rguenther@suse.de>
10646
10647         PR lto/41584
10648         * cgraph.h (struct varpool_node): Add lto_file_data field.
10649         * lto-cgraph.c (input_varpool_node): Initialize it.
10650
10651 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
10652
10653         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
10654         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
10655         predicate in "type" attribute calculation.
10656         (*addsi_1_zext): Ditto.
10657         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
10658         (*addsi_2_zext): Ditto.
10659         (*add<mode>_3): Ditto.
10660         (*addsi_3_zext): Ditto.
10661         (*add<mode>_5): Ditto.
10662
10663 2010-06-03  Jan Hubicka  <jh@suse.cz>
10664
10665         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
10666         of bitmap_bit_p.
10667         * cfganal.c (compute_dominance_frontiers_1): Likewise.
10668
10669 2010-06-03  Jan Hubicka  <jh@suse.cz>
10670
10671         * df-problems.c (df_create_unused_note, df_note_bb_compute):
10672         micro-optimize the checks when to add new note.
10673
10674 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
10675
10676         * final.c (output_asm_insn): Call
10677         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
10678         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
10679         (output_address): Call targetm.asm_out.print_operand_address.
10680         Update comments.
10681         * target.h (struct gcc_target): Add print_operand,
10682         print_operand_address, and print_operand_punct_valid_p fields.
10683         * targhooks.h (default_print_operand): Declare.
10684         (default_print_operand_address): Declare.
10685         (default_print_operand_punct_valid_p): Declare.
10686         * targhooks.c (default_print_operand): Define.
10687         (default_print_operand_address): Define.
10688         (default_print_operand_punct_valid_p): Define.
10689         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
10690         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
10691         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
10692         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
10693         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
10694         * vmsdbgout.c (addr_const_to_string): Update comment.
10695         * config/i386/i386.c (print_operand): Rename to...
10696         (ix86_print_operand): ...this.  Make static.
10697         (print_operand_address): Rename to...
10698         (ix86_print_operand_address): ...this.  Make static.  Call
10699         ix86_print_operand instead of PRINT_OPERAND.
10700         (ix86_print_operand_punct_valid_p): New function.
10701         (TARGET_PRINT_OPERAND): Define.
10702         (TARGET_PRINT_OPERAND_ADDRESS): Define.
10703         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
10704         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
10705         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
10706         (PRINT_OPERAND): Delete.
10707         (PRINT_OPERAND_ADDRESS): Delete.
10708         * config/i386/i386-protos.h (print_operand): Delete prototype.
10709         (print_operand_address): Delete prototype.
10710
10711 2010-06-03  Richard Guenther  <rguenther@suse.de>
10712
10713         PR tree-optimization/44403
10714         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
10715         Preserve pointer qualifiers.
10716         (vect_create_data_ref_ptr): Likewise.
10717
10718 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
10719
10720         PR c++/44294
10721         * defaults.h (MAX_FIXED_MODE_SIZE): New.
10722
10723         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
10724
10725 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
10726
10727         PR debug/44375
10728         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
10729         return false if merging the bbs would lead to goto_locus
10730         location being lost from the IL.
10731
10732 2010-06-03  Jan Hubicka  <jh@suse.cz>
10733             Jakub Jelinek  <jakub@redhat.com>
10734
10735         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
10736         set->regs[i] is NULL or has just one entry.
10737
10738 2010-06-03  Jan Hubicka  <jh@suse.cz>
10739
10740         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
10741         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
10742
10743 2010-06-03  Paul Brook  <paul@codesourcery.com>
10744
10745         * config/arm/arm.c (FL_TUNE): Define.
10746         (arm_default_cpu, arm_cpu_select): Remove.
10747         (all_cores): Populate core field.
10748         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
10749         (arm_find_cpu): New function.
10750         (arm_handle_option): Lookup cpu/architecture names.
10751         (arm_override_options): Cleanup mcpu/march/mtune handling.
10752         (arm_file_start): Ditto.
10753
10754 2010-06-03  Alan Modra  <amodra@gmail.com>
10755
10756         PR target/44169
10757         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
10758         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
10759         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
10760         (rs6000_emit_load_toc_table): Likewise.
10761
10762 2010-06-02  Jan Hubicka  <jh@suse.cz>
10763
10764         * passes.c (init_optimization_passes): Put ipa reference
10765         after ipa pure-const.
10766
10767 2010-06-02  Jan Hubicka  <jh@suse.cz>
10768
10769         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
10770         calls_read_all and calls_write_all.
10771         (get_reference_optimization_summary): Fix formatting.
10772         (is_proper_for_analysis): Check that decl is not readonly.
10773         (propagate_bits): Check CONST/PURE/noreturn flags.
10774         (ipa_init): Move all_module_statics to optimization_summary_obstack.
10775         (analyze_function): Ignore indirect edges.
10776         (copy_global_bitmap): For all module statics, do nothing.
10777         (generate_summary): Do not print calls_read_all/calls_write_all.
10778         (read_write_all_from_decl): Take node as argument; check
10779         cgraph_node_cannot_return.
10780         (propagate): Reorganize read_all/write_all computation;
10781         check indirect edges; check ecf flags; use all_module_statics
10782         in the results; do not free all_module_statics.
10783         (stream_out_bitmap): Handle all_module_statics.
10784         (ipa_reference_write_optimization_summary): Likewise; use
10785         varpool/cgraph encoders to get boundaries.
10786         (ipa_reference_read_optimization_summary): Read in all_module_statics;
10787         use it when possible.
10788
10789 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
10790
10791         PR target/44218
10792         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
10793         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
10794
10795         * doc/extend.texi (powerpc builtins): Document vec_recip,
10796         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
10797
10798         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
10799         (rs6000_emit_swrsqrt): Ditto.
10800         (rs6000_emit_swdivsf): Delete.
10801         (rs6000_emit_swdivdf): Ditto.
10802         (rs6000_emit_swrsqrtsf): Ditto.
10803
10804         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
10805         describe the reciprocal estimate support for each type.
10806         (recip_options): Map -mrecip=<opt> into option bits.
10807         (gen_2arg_fn_t): New typedef for binary rtx gen function.
10808         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
10809         reciprocal estimate instructions.
10810         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
10811         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
10812         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
10813         cost information if -mdebug=cost or -mdebug=reg.
10814         (rs6000_override_options): Set -mrecip-precision for power6, and
10815         power7 machines.  If -mvsx or -mdfp, enable various options that
10816         came in previous instruction set ISAs, unless the option was
10817         explicitly disabled by the command line option.  Parse
10818         -mrecip=<opt> options.
10819         (rs6000_builtin_vectorized_function): Add support for vectorizing
10820         the reciprocal estimate builtins and expansions.
10821         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
10822         (bdesc_2arg): Add reciprocal estimate builtins.
10823         (bdesc_1arg): Add reciprocal square root estimate builtins.
10824         (rs6000_expand_builtin): Rewrite to use a switch statement,
10825         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
10826         (rs6000_init_builtins): Create declarations for reciprocal
10827         estimate builtins.
10828         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
10829         sized, prefer traditional floating point registers, if integer
10830         vector types, prefer altivec registers.  Don't actually look at
10831         the memory address any more.
10832         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
10833         builtins.
10834         (rs6000_load_constant_and_splat): New helper function to load up
10835         the constant for reciprocal estimate instructions.
10836         (rs6000_emit_madd): New helper function for generating
10837         multiply/add type instructions, based on the current switches.
10838         (rs6000_emit_msub): Ditto.
10839         (rs6000_emit_mnsub): Ditto.
10840         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
10841         replace a divide with a reciprocal estimate and fixup, adding
10842         support for machines with high precision and vectors.
10843         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
10844         low precision machines.
10845         (rs6000_emit_swdiv): New common function to be called to replace a
10846         division with reciprocal estimate and fixup.
10847         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
10848         for double and vector types.  Add support for high precision machines.
10849
10850         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
10851         the reciprocal estimate instructions can be generated.
10852         (TARGET_FRE): Ditto.
10853         (TARGET_FRSQRTES): Ditto.
10854         (TARGET_FRSQRTE): Ditto.
10855         (RS6000_RECIP_*): New macros for reciprocal estimate support.
10856
10857         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
10858         square root estimate on vectors.
10859         (re<mode>2): New insn for reciprocal division estimate on vectors.
10860
10861         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
10862         New builtin.
10863         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
10864         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
10865         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
10866         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
10867         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
10868         (RS6000_BUILTIN_RSQRT): Ditto.
10869         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
10870         floating point builtin.
10871
10872         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
10873         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
10874         __RECIP_PRECISION__ based on the command line switches.
10875         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
10876
10877         * config/rs6000/rs6000.opt (-mrecip): Document add support for
10878         replacing division instructions with reciprocal estimate and fixup.
10879         (-mrecip=<opt>): New option.
10880         (-mrecip-precision): Ditto.
10881
10882         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
10883         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
10884         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
10885         precision scalar.
10886
10887         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
10888         (UNSPEC_VREFP): Ditto.
10889         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
10890         conterparts with regard to support of -mno-fused-madd and -ffast-math.
10891         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
10892         reciprocal estimate instructions to be generated.
10893         (altivec_vrefp): Ditto.
10894
10895         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
10896         estimate support.
10897         (rreg): New mode attribute for reciprocal estimate support.
10898         (recip<mode>3): New insn for division using reciprocal estimate
10899         and fixup builtins.
10900         (divide define_split): New define_split to convert floating point
10901         division to use reciprocal estimate if the user used the
10902         appropriate options and the split is run when we can add new
10903         pseudo registers for the fixup.
10904         (rsqrt<mode>2): New insn for reciprocal square root support.
10905         (recipsf3): Move into recip<mode>3.
10906         (recipdf3): Ditto.
10907         (fres): Use TARGET_FRES.
10908         (rsqrtsf2): Move into rsqrt<mode>2.
10909         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
10910         (copysignsf3): Add support for VSX.
10911         (fred): Use TARGET_FRE.
10912         (fred_fpr): Ditto.
10913         (rsqrtdf_internal1): New function for frsqrte instruciton.
10914
10915         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
10916         (vec_rsqrt): Ditto.
10917
10918 2010-06-03  Richard Guenther  <rguenther@suse.de>
10919
10920         PR middle-end/44291
10921         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
10922         (set_user_assembler_libfunc): Likewise.
10923
10924 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
10925
10926         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
10927         defaults.h.
10928         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
10929         to defaults.h
10930         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
10931         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
10932         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
10933         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
10934         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
10935         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
10936         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
10937         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
10938         * defaults.h: Updated for above mentioned changes.
10939
10940 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
10941
10942         * c-common.c: Remove header include of tm_p.h.
10943         * Makefile.in (c-common.o): Remove TM_P_H dependency.
10944
10945 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
10946
10947         * tree.h (struct tree_decl_map): New type.
10948         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
10949         (tree_decl_map_hash): New prototype.
10950         (debug_expr_for_decl, value_expr_for_decl): Change into
10951         tree_decl_map hashtab from tree_map.
10952         (init_ttree): Adjust initialization.
10953         (tree_decl_map_hash): New function.
10954         (decl_debug_expr_lookup, decl_debug_expr_insert,
10955         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
10956
10957 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10958
10959         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
10960         linker emulations.
10961         * configure: Regenerate.
10962         * config.in: Regenerate.
10963
10964         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
10965         (X86_64_EMULATION): Define.
10966         (TARGET_LD_EMULATION): Use them.
10967
10968         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
10969         (SPARC64_EMULATION): Define.
10970         (LINK_ARCH_SPEC): Use them.
10971
10972 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
10973
10974         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
10975         smallest_mode_for_size for computing the precision types of new
10976         graphite IVs.  Do not call lang_hooks.types.type_for_size.
10977
10978 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
10979
10980         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
10981         information.
10982         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
10983
10984 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
10985
10986         PR middle-end/44363
10987         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
10988         return false instead.
10989
10990 2010-06-02  Jan Hubicka  <jh@suse.cz>
10991
10992         PR middle-end/44295
10993         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
10994         create new cgraph node to check callee.
10995
10996 2010-06-02  Richard Guenther  <rguenther@suse.de>
10997
10998         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
10999
11000 2010-06-02  Richard Guenther  <rguenther@suse.de>
11001
11002         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
11003         (lto_wrapper_cleanup): ... this.  Do not exit.
11004         (fatal): Adjust.  Exit here.
11005         (fatal_perror): Likewise.
11006         (fatal_signal): New function.
11007         (main): Set up signal handlers to cleanup temporary files.
11008         * Makefile.in (lto-wrapper.o): Adjust dependencies.
11009
11010 2010-06-02  Richard Guenther  <rguenther@suse.de>
11011
11012         PR tree-optimization/44377
11013         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
11014
11015 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11016
11017         * config/s390/2097.md (z10_fhex): Remove insn reservation.
11018         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
11019         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
11020         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
11021         instruction.
11022         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
11023
11024 2010-06-02  Jan Hubicka  <jh@suse.cz>
11025
11026         * bitmap.c (bitmap_descriptor): Add search_iter.
11027         (bitmap_find_bit): Increment it.
11028         (print_statistics): Print it.
11029
11030 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
11031
11032         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
11033         instead of gimple_build_call_vec.  Delete unnecessary local variable.
11034
11035 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11036
11037         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
11038         change from yesterday.
11039
11040 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
11041
11042         * c-ada-spec.c: Clean up redundant includes.
11043
11044 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
11045
11046         * gimplify.c: Do not include except.h and optabs.h.
11047         (gimplify_body): Do not initialize RTL profiling.
11048         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
11049         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
11050         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
11051         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
11052         langhooks.h.
11053
11054         * tree-pretty-print.h: Include pretty-print.h.
11055         * gimple-pretty-print.h: Include pretty-print.h.
11056
11057         * tree-pretty-print.c: Do not include diagnostic.h.
11058         * tree-vrp.c: Likewise.
11059         * tree-tailcall.c: Likewise
11060         * tree-scalar-evolution.c: Likewise
11061         * tree-ssa-dse.c: Likewise
11062         * tree-chrec.c: Likewise
11063         * tree-ssa-sccvn.c: Likewise
11064         * tree-ssa-copyrename.c: Likewise
11065         * tree-nomudflap.c: Likewise
11066         * tree-call-cdce.c: Likewise
11067         * tree-stdarg.c: Likewise
11068         * tree-ssa-math-opts.c: Likewise
11069         * tree-nrv.c: Likewise
11070         * tree-ssa-sink.c: Likewise
11071         * tree-browser.c: Likewise
11072         * tree-ssa-loop-ivcanon.c: Likewise
11073         * tree-ssa-loop.c: Likewise
11074         * tree-parloops.c: Likewise
11075         * tree-ssa-address.c: Likewise
11076         * tree-ssa-ifcombine.c: Likewise
11077         * tree-if-conv.c: Likewise
11078         * tree-data-ref.c: Likewise
11079         * tree-affine.c: Likewise
11080         * tree-ssa-phiopt.c: Likewise
11081         * tree-ssa-coalesce.c: Likewise
11082         * tree-ssa-pre.c: Likewise
11083         * tree-ssa-live.c: Likewise
11084         * tree-predcom.c: Likewise
11085         * tree-ssa-forwprop.c: Likewise
11086         * tree-ssa-dce.c: Likewise
11087         * tree-ssa-ter.c: Likewise
11088         * tree-ssa-loop-prefetch.c: Likewise
11089         * tree-optimize.c: Likewise
11090         * tree-ssa-phiprop.c: Likewise
11091         * tree-object-size.c: Likewise
11092         * tree-outof-ssa.c: Likewise
11093         * tree-ssa-structalias.c: Likewise
11094         * tree-switch-conversion.c: Likewise
11095         * tree-ssa-reassoc.c: Likewise
11096         * tree-ssa-operands.c: Likewise
11097         * tree-vectorizer.c: Likewise
11098         * tree-vect-data-refs.c: Likewise
11099         * tree-vect-generic.c: Likewise
11100         * tree-vect-stmts.c: Likewise
11101         * tree-vect-patterns.c: Likewise
11102         * tree-vect-slp.c: Likewise
11103         * tree-vect-loop.c: Likewise
11104         * tree-ssa-loop-ivopts.c: Likewise
11105         * tree-ssa-loop-im.c: Likewise
11106         * tree-ssa-loop-niter.c: Likewise
11107         * tree-ssa-loop-unswitch.c: Likewise
11108         * tree-ssa-loop-manip.c: Likewise
11109         * tree-ssa-loop-ch.c: Likewise
11110         * tree-dump.c: Likewise
11111         * tree-complex.c: Likewise
11112
11113         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
11114         * tree-ssa-uninit.c: Likewise
11115         * tree-ssa-threadupdate.c: Likewise
11116         * tree-ssa-uncprop.c: Likewise
11117         * tree-ssa-ccp.c: Likewise
11118         * tree-ssa-dom.c: Likewise
11119         * tree-ssa-propagate.c: Likewise
11120         * tree-ssa-alias.c: Likewise
11121         * tree-dfa.c: Likewise
11122         * tree-cfgcleanup.c: Likewise
11123         * tree-sra.c: Likewise
11124         * tree-ssa-copy.c: Likewise
11125         * tree-ssa.c: Likewise
11126         * tree-profile.c: Likewise
11127         * tree-cfg.c: Likewise
11128         * tree-ssa-threadedge.c: Likewise
11129         * tree-vect-loop-manip.c: Likewise
11130
11131         * tree-inline.c: Do not include diagnostic.h and expr.h.
11132         Include rtl.h.
11133         (copy_decl_for_dup_finish): Do not use NULL_RTX.
11134
11135         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
11136         * tree-loop-distribution.c: Likewise.
11137
11138 2010-06-01  Jan Hubicka  <jh@suse.cz>
11139
11140         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
11141
11142 2010-06-01  Jan Hubicka  <jh@suse.cz>
11143
11144         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
11145         remove return value.
11146         (split_bbs_on_noreturn_calls) .... here.
11147         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
11148         * tree-flow.h (fixup_noreturn_call): New.
11149
11150 2010-06-01  Jan Hubicka  <jh@suse.cz>
11151
11152         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
11153
11154 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
11155
11156         * tree.h (build_nt_call_list): Delete.
11157         * tree.c (build_nt_call_list): Delete.
11158
11159 2010-06-01  Jan Hubicka  <jh@suse.cz>
11160
11161         * fwprop.c: Make emit-rtl.h include last.
11162         * rtlanal.c: Include emit-rtl.h.
11163         * genautomata.c: Output emit-rtl include into insn-automata.c
11164         * df-scan.c: Include emit-rtl.h.
11165         * haifa-sched.c: Indlude emit-rtl.h.
11166         * mode-switching.c: Indlude emit-rtl.h.
11167         * graph.c: Indlude emit-rtl.h.
11168         * sel-sched.c: Include emit-rtl.h.
11169         * sel-sched-ir.c: Include emit-rtl.h.
11170         * ira-build.c: Include emit-rtl.h.
11171         * emit-rtl.c (first_insn, last_insn): Remove defines.
11172         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
11173         Move to emit-rtl.h.
11174         (set_new_first_and_last_insn, get_last_insn_anywhere,
11175         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
11176         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
11177         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
11178         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
11179         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
11180         Use accessor functions.
11181         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
11182          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
11183         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
11184         mem_expr_equal_p): Move here from rtl.h.
11185         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
11186         Move here from emit-rtl.c; make inline.
11187         * cfglayout.h: Include emit-rtl.h.
11188         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
11189          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
11190         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
11191         mem_expr_equal_p, get_insns, set_first-insn,
11192         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
11193         * reg-stack.c: Include emit-rtl.h.
11194         * dce.c: Likewise.
11195
11196 2010-06-01  Jan Hubicka  <jh@suse.cz>
11197
11198         * cgraph.h (tree_function_versioning): Update prototype.
11199         (cgraph_function_versioning): Update prototype.
11200         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
11201         bitmap.
11202         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
11203         (cgraph_materialize_clone, save_inline_function_body): Update use of
11204         tree_function_versioning.
11205         * tree-inline.c (copy_bb): Look for previous copied block to link
11206         after; fix debug output.
11207         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
11208         (copy_body): Likewise.
11209         (expand_call_inline): Update use of copy_body.
11210         (tree_function_versioning): Update use of copy body; accept
11211         blocks_to_copy and new_entry.
11212
11213 2010-06-01  Jan Hubicka  <jh@suse.cz>
11214
11215         * gegenrtl.c: Remove unnecesary prototypes.
11216         (gendecl): Remove.
11217         (gendef): Produce static inline.
11218         (gencode): Remove.
11219         (main): Do not decode parameters; generate header only.
11220         * Makefile.in (genrtl.c): Remove.
11221
11222 2010-06-01  Jan Hubicka  <jh@suse.cz>
11223
11224         * tree-switch-conversion.c (build_one_array): Make it readonly.
11225
11226 2010-06-01  Richard Guenther  <rguenther@suse.de>
11227
11228         * optabs.c (init_optabs): Guard all accesses to reinit.
11229         * ipa-pure-const.c (propagate): Fix another typo.
11230         * opts.c (common_handle_option): Split assignment to bool.
11231         * c-opts.c (c_common_handle_option): Likewise.
11232
11233 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
11234             Matthew Gingell  <gingell@adacore.com>
11235
11236         * doc/invoke.texi: Mention -fdump-ada-spec.
11237         * tree-dump.c (dump_files): Add ada-spec.
11238         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
11239         * tree-pass.h (tree_dump_index): Add TDI_ada.
11240         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
11241         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
11242         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
11243         * c-decl.c: Include c-ada-spec.h.
11244         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
11245         functions.
11246         (c_write_global_declarations): Add handling of -fdump-ada-spec.
11247         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
11248         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
11249         * c-ada-spec.h, c-ada-spec.c: New files.
11250
11251 2010-06-01  Richard Guenther  <rguenther@suse.de>
11252
11253         PR lto/43853
11254         * ipa-pure-const.c (get_function_state): Hand back varying state
11255         if we do not have one.
11256         (has_function_state): New function.
11257         (duplicate_node_data): Adjust.
11258         (remove_node_data): Likewise.
11259         (pure_const_write_summary): Likewise.
11260         (propagate): Likewise.  Fix typo.
11261
11262 2010-06-01  Jan Hubicka  <jh@suse.cz>
11263
11264         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
11265         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
11266         (execute_all_ipa_transforms): Do not play with the states.
11267
11268 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
11269
11270         * config/arm/t-linux-androideabi: New.
11271         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
11272
11273 2010-06-01  Jan Hubicka  <jh@suse.cz>
11274
11275         * tree-inline.c (estimate_num_insns): For stdarg functions look
11276         into call statement to count cost of argument passing.
11277
11278 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
11279
11280         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
11281         argument for fprintf.
11282         (ix86_output_addr_diff_elt): Likewise.
11283         (x86_function_profiler): Likewise.
11284         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
11285         (LPREFIX): Likewise.
11286         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11287
11288 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
11289
11290         PR target/44338
11291         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
11292         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
11293         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
11294         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
11295         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
11296         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
11297         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
11298         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
11299         TARGET_FUSED_MADD.
11300
11301 2010-05-31  Jan Hubicka  <jh@suse.cz>
11302
11303         * tree.h (tree_range_check_failed): Declare noreturn.
11304
11305 2010-05-31  Jan Hubicka  <jh@suse.cz>
11306
11307         * gimple.c (gimple_call_builtin_p): New function.
11308         * gimple.h (gimple_call_builtin_p): Declare.
11309         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
11310         to exit.
11311         (execute_warn_function_return): BUILT_IN_RETURN is return.
11312         (split_critical_edges): Return edges are not critical.
11313         (is_ctrl_altering_stmt): Builtin_in_return is altering.
11314         (gimple_verify_flow_info): Handle built_in_return.
11315         (execute_warn_function_return): Handle built_in_return.
11316         * ipa-pure-const.c (check_call): Ignore builtin_return.
11317
11318 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
11319
11320         PR middle-end/44337
11321         * expr.c (expand_assignment): Don't store anything for out-of-bounds
11322         array accesses with non-MEM.
11323
11324         PR tree-optimization/44182
11325         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
11326         newly needs to end a bb is followed by debug stmts, instead return
11327         true from the function at the end.
11328         (maybe_move_debug_stmts_to_successors): New function.
11329         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
11330
11331 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
11332
11333         PR target/44161
11334         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
11335
11336 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
11337
11338         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
11339         for nested functions in non-optimized compilation.
11340
11341 2010-05-31  Richard Guenther  <rguenther@suse.de>
11342
11343         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
11344
11345 2010-05-30  Jan Hubicka  <jh@suse.cz>
11346
11347         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
11348
11349 2010-05-30  Richard Guenther  <rguenther@suse.de>
11350
11351         PR lto/42975
11352         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
11353         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
11354         no longer needed.
11355
11356 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
11357
11358         * config/darwin.c (output_objc_section_asm_op): Add comment.
11359         (name_needs_quotes): Add '_' to list of valid comment chars.
11360         (machopic_output_function_base_name): Remove unneeded quotes.
11361         (darwin_encode_section_info): Adjust asm whitespace.
11362         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
11363         (ASM_OUTPUT_LOCAL): Ditto.
11364         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
11365         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
11366         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
11367
11368 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
11369
11370         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
11371         RS6000_OUTPUT_BASENAME unconditionally.
11372         (rs6000_output_function_epilogue): Likewise.
11373
11374 2010-05-30  Jan Hubicka  <jh@suse.cz>
11375
11376         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
11377         nodes.
11378
11379 2010-05-30  Richard Guenther  <rguenther@suse.de>
11380
11381         * tree-cfg.c (verify_gimple_assign_single): Implement
11382         verification for COND_EXPR rhs.
11383
11384 2010-05-30  Jan Hubicka  <jh@suse.cz>
11385
11386         * cgraph.h (cgraph_dump_file): Declare.
11387         * cgraphunit.c (cgraph_dump_file): Export.
11388         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
11389
11390 2010-05-30  Jan Hubicka  <jh@suse.cz>
11391
11392         * dwarf2out.c (reference_to_unused,
11393         premark_types_used_by_global_vars_helper): Avoid creation of new
11394         varpool nodes.
11395
11396 2010-05-30  Jan Hubicka  <jh@suse.cz>
11397
11398         * cgraph.h (cgraph_node_cannot_return,
11399         cgraph_edge_cannot_lead_to_return): New functions.
11400         * cgraph.c (cgraph_node_cannot_return,
11401         cgraph_edge_cannot_lead_to_return): Use them.
11402         * ipa-pure-const.c (pure_const_names): New static var.
11403         (check_call): Handle calls not leading to return.
11404         (pure_const_read_summary): Dump info read.
11405         (propagate): Dump info about propagation process; ignore side effects
11406         of functions not leading to exit; fix handling of pure functions.
11407
11408 2010-05-30  Jan Hubicka  <jh@suse.cz>
11409
11410         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
11411         for tail call epilogues.
11412
11413 2010-05-30  Jan Hubicka  <jh@suse.cz>
11414
11415         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
11416         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
11417         dump files.
11418
11419 2010-05-29  Jan Hubicka  <jh@suse.cz>
11420
11421         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
11422         node; remove references in node we no longer keep in cgrpah but need
11423         body of.
11424
11425 2010-05-29  Jan Hubicka  <jh@suse.cz>
11426
11427         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
11428
11429 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11430
11431         PR target/44165
11432         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
11433
11434 2010-05-29  Jan Hubicka  <jh@suse.cz>
11435
11436         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
11437         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
11438         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
11439         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
11440         debug_names_replaced_by, debug_update_ssa): Likewise.
11441         * sbitmap.c (debug_sbitmap): Likewise.
11442         * genrecog.c (debug_decision, debug_decision_list): Likewise.
11443         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
11444         debug_tree_chain): Likewise.
11445         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
11446         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
11447         * optabs.c (debug_optab_libfuncs): Likewise.
11448         (verify_loop_closed_ssa): Likewise.
11449         * value-prof.c (verify_histograms): Likewise.
11450         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
11451         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
11452         * cfghooks.c (verify_flow_info): Likewise.
11453         * fold-const.c (debug_fold_checksum): Likewise.
11454         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
11455         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
11456         Likewise.
11457         * omega.c (debug_omega_problem): Likewise.
11458         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
11459         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
11460         * dominance.c (verify_dominators, debug_dominance_info,
11461         debug_dominance_tree): Likewise.
11462         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
11463         * df_regno_debug, df_ref_debug,
11464         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
11465         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
11466         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
11467         * sel-sched.c (debug_state): Likewise.
11468         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
11469         Likewise.
11470         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
11471         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
11472         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
11473         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
11474         Likewise.
11475         * c-pretty-print.c (debug_c_tree): Likewise.
11476         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
11477         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
11478         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
11479         * ebitmap.c (debug_ebitmap): Likewise.
11480         * function.c (debug_find_var_in_block_tree): Likewise.
11481         * print-rtl.c (debug_rtx): Likewise.
11482         (debug_rtx_count): Likewise.
11483         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
11484         * stor-layout.c (debug_rli): Likewise.
11485         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
11486         * tree-data-ref.c (debug_data_references,
11487         debug_data_dependence_relations, debug_data_reference,
11488         debug_data_dependence_relation, debug_rdg_vertex,
11489         debug_rdg_component, debug_rdg): Likewise.
11490         * tree-affine.c (debug_aff): Likewise.
11491         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
11492         Likewise.
11493         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
11494         * emit-rtl.c (verify_rtl_sharing): Likewise.
11495         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
11496         debug_value_expressions): Likewise.
11497         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
11498         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
11499         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
11500         * cfglayout.c (verify_insn_chain): Likewise.
11501         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
11502         debug_clast_stmt, debug_generated_program): Likewise.
11503         * ggc-page.c (debug_print_page_list): Likewise.
11504         * tree-ssa-ter.c (debug_ter): Likewise.
11505         * graphite-dependences.c (debug_pddr): Likewise.
11506         * sched-deps.c (debug_ds): Likewise.
11507         * tree-ssa.c (verify_ssa): Likewise.
11508         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
11509         debug_scattering_functions, debug_iteration_domains, debug_pdr,
11510         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
11511         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
11512         * tree-inline.c (debug_find_tree): Likewise.
11513         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
11514         debug_ppl_powerset_matrix): Likewise.
11515         * var-tracking.c (debug_dv): Likewise.
11516         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
11517         * cfgloop.c (verify_loop_structure): Likewise.
11518         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
11519         * c-common.c (verify_sequence_points): Likewise.
11520         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
11521         debug_candidates, debug_rgn_dependencies): Likewise.
11522         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
11523         * debug_constraint_graph, debug_solution_for_var,
11524         debug_sa_points_to_info): Likewise.
11525         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
11526         Likewie.
11527         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
11528         debug_loops, debug_loop, debug_loop_num): Likewise.
11529         * passes.c (debug_pass): Likewise.
11530         (dump_properties): Likewise; add cfglayout property.
11531         (debug_properties): Likewise.
11532         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
11533         * varpool.c (debug_varpool): Likewise.
11534         * regcprop.c (debug_value_data): Likewise.
11535         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
11536         debug_immediate_uses_for): Likewise.
11537
11538 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
11539
11540         PR bootstrap/44315
11541         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
11542         Filter out insn-flags.h.
11543
11544 2010-05-29  Jan Hubicka  <jh@suse.cz>
11545
11546         * cgraph.h (struct varpool_node_set_def,
11547         struct cgraph_node_set_def): Remove unused AUX pointer.
11548         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
11549         VEC_empty macro.
11550
11551 2010-05-29  Jan Hubicka  <jh@suse.cz>
11552
11553         PR middle-end/44324
11554         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
11555
11556 2010-05-29  Richard Guenther  <rguenther@suse.de>
11557
11558         * lto-streamer.c (cached_bp): New global variable.
11559         (bitpack_create): Return the cached bitpack, if available.
11560         (bitpack_delete): Clear and cache the bitpack, if appropriate.
11561         (bp_pack_value): Remove redundant asserts.
11562
11563 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
11564
11565         PR middle-end/44306
11566         * tree-if-conv.c (is_true_predicate): New.
11567         (is_predicated): Use is_true_predicate.
11568         (add_to_predicate_list): Same.  Do not use unshare_expr.
11569         (add_to_dst_predicate_list): Same.
11570
11571 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
11572
11573         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
11574         field on edges.
11575         (predicate_bbs): Same.
11576         (clean_predicate_lists): Same.
11577         (find_phi_replacement_condition): Do not AND the predicate from
11578         edge->aux.
11579
11580 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
11581
11582         PR bootstrap/44315
11583         * Makefile.in (build/gencondmd.o): Add a missing `\'.
11584
11585 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11586
11587         PR target/44261
11588         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
11589         (negdf2): Adjust expander pattern and use negdf2_slow.
11590         (negsf2): Likewise.
11591
11592 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
11593
11594         * basic-block.h (struct control_flow_graph): Move last_label_uid field
11595         up.
11596         * df.h (struct df_base_ref): Move regno field up.
11597         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
11598         * expr.h (struct separate_ops): Move location field up.
11599         * optabs.h (struct optab_d): Move libcall_basename field down.
11600         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
11601         * config/i386/i386.h (struct machine_function): Convert call_abi field
11602         into a bitfield.  Move cfa field to the end of the structure.
11603
11604 2010-05-29  Jan Hubicka  <jh@suse.cz>
11605
11606         * varpool.c (varpool_get_node): Fix lookup.
11607
11608 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
11609
11610         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
11611         RTL specific prototypes with #ifdef RTX_CODE.
11612         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
11613         * config/spu/t-spu-elf: Fix dependencies.
11614
11615         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
11616
11617 2010-05-29  Mike Stump  <mikestump@comcast.net>
11618
11619         PR bootstrap/44315
11620         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
11621         TM_H when building to avoid dependency loops.
11622
11623 2010-05-29  Jan Hubicka  <jh@suse.cz>
11624
11625         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
11626         refs and body; not the whole node for masters of materialized clones.
11627
11628 2010-05-29  Mike Stump  <mikestump@comcast.net>
11629
11630         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
11631
11632 2010-05-29  Jan Hubicka  <jh@suse.cz>
11633
11634         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
11635         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
11636         use of clone_function_name.
11637         * cgraph.h (cgraph_create_virtual_clone,
11638         cgraph_function_versioning): update prototypes.
11639         (clone_function_name): Declare.
11640         * ipa-cp.c (ipcp_insert_stage): Update call of
11641         cgraph_create_virtual_clone.
11642         * omp-low.c (create_omp_child_function_name): Use
11643         cgraph_create_virtual_clone.
11644         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
11645         (cgraph_function_versioning): Take SUFFIX argument; produce new name
11646         and make decl local.
11647
11648 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
11649
11650         * vec.h: Include statistics.h
11651         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
11652         with VEC_H.
11653
11654 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
11655
11656         * c-lex.c: Do not include c-tree.h.
11657         * c-pretty-print.c: Likewise.
11658         * c-opts.c: Likewise.
11659         * c-gimplify.c: Likewise.
11660         * c-common.c: Likewise.
11661         * c-dump.c: Likewise.  Include c-common.h.
11662
11663 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
11664
11665         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
11666         before including diagnostic-core.h.
11667         (c_cpp_error): New prototype moved from c-tree.h.
11668         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
11669         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
11670         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
11671         (c_cpp_error): Prototype moved to c-common.h.
11672         * Makefile.in: Update dependency for C_COMMON_H.
11673
11674 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
11675
11676         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
11677         * c-common.c (c_register_addr_space): Remove here.
11678         * c-decl.c (c_register_addr_space): Re-add here.
11679
11680 2010-05-28  Mike Stump  <mikestump@comcast.net>
11681
11682         * config/darwin-c.c: Remove c-tree.h include.
11683
11684 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
11685
11686         * gcc.c: Include diagnostic.h.
11687         (error_count): Remove.  All users changed to use errorcount.
11688         (programname): Remove.  All users changed to use progname.
11689         (fancy_abort, internal_error, fatal_error, error, warning, inform,
11690         fnotice): Remove.
11691         (execute): Don't include "Internal error" and bug reporting
11692         information in argument of internal_error call.
11693         (process_command): Don't increment error_count after calling
11694         perror_with_name.
11695         (input_filename): Rename to gcc_input_filename.  All users
11696         changed.
11697         (main): Call diagnostic_initialize.  Register delete_temp_files
11698         with atexit.  Use seen_error to test for errors.
11699         * gcc.h: Include diagnostic-core.h.
11700         (fatal_error, error, warning): Remove.
11701         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
11702         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
11703         (gcc.o): Update dependencies.
11704
11705 2010-05-28  Jeff Law  <law@redhat.com>
11706
11707         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
11708         functions.
11709         * ira.h (ira_bad_reload_regno): Declare
11710         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
11711
11712         * ira-color.c (update_curr_costs): Free updated hard reg costs.
11713         (ira_reassign_conflict_allocnos): Remove bogus asserts.
11714         (allocno_reload_assign): Likewise.
11715
11716 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
11717
11718         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
11719         build1_stat.
11720
11721 2010-05-28  Richard Guenther  <rguenther@suse.de>
11722
11723         PR lto/44312
11724         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
11725         Stream fixed-point constants mode.
11726         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
11727         and TYPE_PRECISION.
11728         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
11729         Stream fixed-point constants mode.
11730         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
11731         and TYPE_PRECISION.
11732
11733 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
11734
11735         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
11736         only place it was called from.
11737         (number_of_latch_executions): Do not return chrec_dont_know when the
11738         may_be_zero is a runtime condition: instead, return a COND_EXPR
11739         including the may_be_zero condition.
11740         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
11741         of nb_iterations.
11742         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
11743         COND_EXPRs.
11744
11745 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
11746
11747         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
11748         generate COND_EXPRs for degenerate_phi_result.
11749
11750 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
11751
11752         PR middle-end/44293
11753         * tree-if-conv.c (if_convertible_loop_p): Check the
11754         if-convertibility of phi nodes in non predicated BBs.
11755
11756 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
11757
11758         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
11759
11760 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
11761
11762         PR driver/15303
11763         * gcc.c (inform, warning, inform): New functions.
11764         (fatal_ice): Rename to internal_error; change cmsgid parameter to
11765         gmsgid.  All callers changed.
11766         (notice): Rename to fnotice; add parameter fp.  All callers changed.
11767         (fatal_error): Rename to fatal_signal.  All users changed.
11768         (fatal): Rename to fatal_error; change cmsgid parameter to
11769         gmsgid.  All callers changed.
11770         (process_command): Use warning instead of error for warnings.
11771         (end_going_arg): Don't use _() around argument of error.
11772         (do_spec_1): Use inform for message from %n specs.  Use warning
11773         instead of error for warnings.
11774         (main): Use inform for comparison messages.  Use warning for
11775         message about unused linker input.
11776         (error): Increment error_count.  Print "error: ".
11777         * gcc.h (fatal): Change to fatal_error.
11778         (warning): Declare.
11779         * config/darwin-driver.c (darwin_default_min_version): Use warning
11780         instead of fprintf for warnings.
11781         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
11782
11783 2010-05-28  Julian Brown  <julian@codesourcery.com>
11784
11785         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
11786         (*thumb2_addsi3_compare0_scratch): New.
11787         * config/arm/constraints.md (Pv): New.
11788         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
11789         for ARM mode only.
11790         (*addsi3_compare0_scratch): Likewise.
11791
11792 2010-05-28  Jan Hubicka  <jh@suse.cz>
11793
11794         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
11795         check.
11796         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
11797         only on local statics.
11798
11799 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
11800
11801         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
11802
11803 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
11804
11805         PR bootstrap/44314
11806         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
11807         (OPTION_GLIBC): Define.
11808
11809 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
11810
11811         PR debug/41048
11812         * dwarf2out.c (double_int_type_size_in_bits): New function.
11813         (round_up_to_align): Change first argument and return value to
11814         double_int.
11815         (field_byte_offset): Work internally on double_ints.
11816
11817         PR target/43636
11818         * builtins.c (expand_movstr): Use a temporary pseudo instead
11819         of target even when target is not NULL and not const0_rtx, but
11820         fails movstr predicate.
11821         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
11822
11823 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
11824
11825         * final.c (rest_of_clean_state): Use %m in errors instead of
11826         strerror (errno).
11827         * gengtype.c (read_input_list, close_output_files): Use xstrerror
11828         instead of strerror.
11829         * toplev.c (process_options): Use %m in errors instead of strerror
11830         (errno).
11831         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
11832         (errno).
11833
11834 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
11835
11836         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
11837         (ix86_canonical_va_list_type): Make static.  Add declaration.
11838         (ix86_enum_va_list): Make static.  Reindent.
11839         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
11840         (ix86_canonical_va_list_type): Ditto.
11841         (ix86_enum_va_list): Ditto.
11842
11843 2010-05-28  Richard Guenther  <rguenther@suse.de>
11844
11845         * lto-wrapper.c (run_gcc): With -save-temps generate a
11846         user-visible ltrans filename.  Fixup ltrans unit numbering.
11847
11848 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
11849
11850         * c-common.c (c_common_nodes_and_builtins): Replace use
11851         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
11852         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
11853         to ix86_enum_va_list.
11854         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
11855         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
11856         (TARGET_ENUM_VA_LIST_P): Add hook description.
11857         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
11858         * target.h (gcc_target): Add enum_va_list hook.
11859
11860         PR bootstrap/44299
11861         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
11862         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
11863         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
11864
11865 2010-05-28  Alan Modra  <amodra@gmail.com>
11866
11867         PR target/44266
11868         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
11869         emit_library_call machinery to set up __tls_get_addr calls.
11870
11871 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11872
11873         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
11874
11875 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
11876
11877         Revert fix for PR c++/44188
11878         * c-common.c (is_typedef_decl): Revert the moving of  this
11879         definition ...
11880         * tree.c (is_typedef_decl): ... here.
11881         (typdef_variant_p): Revert the moving of this  definition
11882         here from gcc/cp/tree.c.
11883         * c-common.h (is_typedef_decl): Revert the moving of this
11884         declaration ...
11885         * tree.h (is_typedef_decl): ... here.
11886         (typedef_variant_p): Revert the moving of this  declaration here
11887         from gcc/cp/cp-tree.h
11888         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
11889         (gen_tagged_type_die): Revert the splitting out of ...
11890         (gen_type_die_with_usage): ... this function. Revert the anonymous
11891         tagged type handling.
11892         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
11893         typedefs naming anonymous tagged types.
11894
11895 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
11896
11897         * config/rs6000/rs6000-modes.def (PSImode): Delete.
11898
11899 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
11900
11901         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
11902         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
11903         throughout.
11904         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
11905         "xer" to "ca".
11906         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
11907         XER_REGS to CA_REGS throughout.
11908         * config/rs6000/rs6000.h: Same.
11909         (ADDITIONAL_REGISTER_NAMES): Add "xer".
11910         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
11911         that mode_iterator "P" is the size for arithmetic carries as well.
11912         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
11913
11914 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
11915
11916         PR bootstrap/44255
11917         * combine.c (struct rtx_subst_pair): Define unconditionally.
11918         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
11919         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
11920         Call make_compound_operation on pair->to.
11921         (propagate_for_debug): Don't call make_compound_operation here.
11922         Always use simplify_replace_fn_rtx.
11923
11924 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
11925
11926         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
11927         * config/xtensa/xtensa.c (override_options): Check
11928           TARGET_FORCE_NO_PIC and set flag_pic.
11929         * config/xtensa/xtensa.opt: Document -mforce-no-pic
11930
11931 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
11932
11933         PR bootstrap/44299
11934         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
11935         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
11936
11937 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
11938
11939         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
11940         toplev.h.
11941         * diagnostic.c: Don't include toplev.h.
11942         (progname): Define.  Moved from toplev.c.
11943         (seen_error): New function.
11944         * diagnostic.h: Include diagnostic-core.h.
11945         (diagnostic_t, emit_diagnostic): Don't declare here.
11946         * toplev.c (progname): Move to toplev.c.
11947         (emit_debug_global_declarations, compile_file, finalize,
11948         do_compile, toplev_main): Use seen_error.
11949         * toplev.h: Include diagnostic-core.h.
11950         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
11951         internal_error, warning, warning_at, error, error_n, error_at,
11952         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
11953         verbatim, fnotice, progname): Move to diagnostic-core.h.
11954         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
11955         (expand_builtin_expect): Use seen_error.
11956         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
11957         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
11958         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
11959         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
11960         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
11961         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
11962         errorcount for errors.
11963         * c-opts.c (c_common_finish): Use seen_error.
11964         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
11965         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
11966         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
11967         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
11968         (get_coverage_counts): Use seen_error.
11969         * dwarf2out.c (dwarf2out_finish): Use seen_error.
11970         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
11971         gimplify_body): Use seen_error.
11972         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
11973         * ipa-pure-const.c (gate_pure_const): Use seen_error.
11974         * ipa-reference.c (gate_reference): Use seen_error.
11975         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
11976         * lambda-code.c: Include diagnostic-core.h instead of
11977         diagnostic.h.
11978         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
11979         * lto-compress.c: Include diagnostic-core.h instead of
11980         diagnostic.h.
11981         * lto-section-in.c: Include diagnostic-core.h instead of
11982         diagnostic.h.
11983         * lto-streamer-out.c: Include diagnostic-core.h instead of
11984         diagnostic.h.
11985         * lto-streamer.c: Include diagnostic-core.h instead of
11986         diagnostic.h.
11987         (gate_lto_out): Use seen_error.
11988         * matrix-reorg.c: Include diagnostic-core.h instead of
11989         diagnostic.h.
11990         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
11991         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
11992         (gate_expand_omp, lower_omp_1): Use seen_error.
11993         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
11994         (rest_of_decl_compilation, rest_of_type_compilation,
11995         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
11996         * tree-cfg.c (label_to_block_fn): Use seen_error.
11997         * tree-inline.c (optimize_inline_calls): Use seen_error.
11998         * tree-mudflap.c (mudflap_finish_file): Use
11999         seen_error.
12000         * tree-optimize.c (gate_all_optimizations,
12001         gate_all_early_local_passes, gate_all_early_optimizations): Use
12002         seen_error.
12003         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
12004         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
12005         (varpool_remove_unreferenced_decls,
12006         varpool_assemble_pending_decls): Use seen_error.
12007         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
12008         (TOPLEV_H, DIAGNOSTIC_H): Update.
12009         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
12010         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
12011         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
12012         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
12013         coverage.o, lambda-code.o): Update dependencies.
12014
12015 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
12016
12017         PR c++/44188
12018         * c-common.c (is_typedef_decl): Move this definition ...
12019         * tree.c (is_typedef_decl): ... here.
12020         (typdef_variant_p): Move definition here from gcc/cp/tree.c.
12021         * c-common.h (is_typedef_decl): Move this declaration ...
12022         * tree.h (is_typedef_decl): ... here.
12023         (typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
12024         * dwarf2out.c (is_naming_typedef_decl): New function.
12025         (gen_tagged_type_die): Split out of ...
12026         (gen_type_die_with_usage): ... this function. When an anonymous
12027         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
12028         is emitted for the typedef.
12029         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
12030         anonymous tagged types.
12031
12032 2010-05-27  Jason Merrill  <jason@redhat.com>
12033
12034         * print-tree.c (debug_vec_tree): New fn.
12035         (print_vec_tree): New fn.
12036         * tree.h: Declare them.
12037         * gdbinit.in (pvt): New command.
12038
12039         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
12040
12041         * gdbinit.in (pdd): New command.
12042
12043 2010-05-27  Jan Hubicka  <jh@suse.cz>
12044
12045         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
12046         (update_caller_keys): Return early if there are no callers;
12047         only update fibheap when decresing the key.
12048         (update_callee_keys): Avoid recursion.
12049         (decide_inlining_of_small_functions): When badness does not match;
12050         re-insert into fibheap.
12051
12052 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
12053
12054         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
12055         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
12056         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
12057         (ALL_HOST_OBJS): Now a union of the above two.
12058         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
12059         all files in ALL_HOST_FRONTEND_OBJS.
12060         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
12061
12062         * c-common.c: Pretend to be a backend file by undefining
12063         IN_GCC_FRONTEND (still need rtl.h here).
12064
12065 2010-05-27  Jan Hubicka  <jh@suse.cz>
12066
12067         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
12068         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
12069
12070 2010-05-27  Jan Hubicka  <jh@suse.cz>
12071
12072         * sched-ebb.c: Rename struct deps to struct deps_desc.
12073         * ddg.c: Likewise.
12074         * sel-sched-ir.c: Likewise.
12075         * sched-deps.c: Likewise.
12076         * sched-int.h: Likewise.
12077         * sched-rgn.c: Likewise.
12078
12079 2010-05-27  Jon Beniston  <jon@beniston.com>
12080
12081         PR 43726
12082         * config/lm32/lm32.h: Remove definition of
12083         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
12084
12085 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
12086
12087         PR lto/44230
12088         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
12089
12090 2010-05-27  Richard Guenther  <rguenther@suse.de>
12091
12092         PR tree-optimization/44284
12093         * tree-vect-stmts.c (vectorizable_assignment): Handle
12094         sign-changing conversions as simple copy.
12095
12096 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12097
12098         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
12099         Bionic C library.
12100         (__gthread_active_p): Check for pthread_create if compiling against
12101         Bionic C library.
12102
12103 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12104
12105         Support compilation for Android platform.  Reimplement -mandroid.
12106
12107         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
12108         (*android*): Set ANDROID_DEFAULT.
12109         (arm*-*-linux*): Include linux-android.h.
12110         (arm*-*-eabi*): Don't include previous -mandroid implementation.
12111         * config/arm/eabi.h: Remove, move Android-specific parts ...
12112         * config/linux-android.h: ... here.  New file.
12113         * config/arm/eabi.opt: Rename to ...
12114         * config/linux-android.opt: ... this.
12115         (mandroid): Allow -mno-android option.  Initialize based on
12116         ANDROID_DEFAULT.
12117         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
12118         Move logic to corresponding LINUX_TARGET_* macros.
12119         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
12120         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
12121         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
12122         Android definitions.
12123         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
12124         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
12125         Document.
12126
12127 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
12128
12129         Add support for Bionic C library
12130
12131         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
12132         macro.
12133         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
12134         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
12135
12136         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
12137         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
12138         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
12139         to support multiple C libraries.  Handle Bionic.
12140         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
12141         (BIONIC_DYNAMIC_LINKER64): Define.
12142         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
12143         Update.
12144         (TARGET_HAS_SINCOS): Enable for Bionic.
12145
12146         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
12147         the last option specified on command line take effect.
12148         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
12149         (mbionic): New.
12150         (mglibc, muclibc): Update.
12151
12152         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
12153         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
12154         DEFAULT_LIBC.
12155
12156         * doc/invoke.texi (-mglibc, -muclibc): Update.
12157         (-mbionic): Document.
12158
12159 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12160
12161         * c-common.h (c_register_addr_space): Add prototype.
12162         (ADDR_SPACE_KEYWORD): Remove.
12163         * c-common.c (c_register_addr_space): New function.
12164         (c_addr_space_name): Reimplement.
12165         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
12166
12167         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
12168         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
12169
12170         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
12171         Remove TARGET_ADDR_SPACE_KEYWORDS.
12172
12173 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
12174
12175         * input.c: New file.
12176         * input.h (main_input_filename): Move declaration to toplev.h.
12177         * toplev.c (input_location, line_table): Move to input.c
12178         * toplev.h (main_input_filename): Move declaration from input.h.
12179         * tree.c (expand_location): Move to input.c.
12180         * Makefile.in (OBJS-common): Add input.o.
12181         (input.o): Add dependencies.
12182
12183 2010-05-27  Richard Guenther  <rguenther@suse.de>
12184
12185         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
12186         for non-existant files.
12187         (fork_execute): Mark args_name file as deleted.
12188
12189 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
12190
12191         PR bootstrp/44287
12192         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
12193         (narrow_signed_type): Likewise.
12194
12195 2010-05-26  Jan Hubicka  <jh@suse.cz>
12196
12197         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
12198         edge only when checking is enabled; check using former_clone_of;
12199         check inline clones too.
12200         (cgraph_materialize_clone): Record former_clone_of pointer.
12201         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
12202         combining redirections; dump args_to_skip bitmap
12203         (cgraph_materialize_all_clones): Do no redirection here.
12204         * ipa-inline.c (inline_transform): Do redirection here.
12205         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
12206         cheking only).
12207
12208 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
12209
12210         * config/avr/avr-c.c: Do not include regs.h.
12211         Include cpplib.h for cpp_define and tree.h for c-common.h.
12212         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
12213         * config/avr/t-avr: Fix dependencies for avr-c.o.
12214
12215 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
12216
12217         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
12218         string instead of SYMBOL_REF rtx.
12219         * rtl.h (set_stack_check_libfunc): Move prototype from here...
12220         * libfuncs.h: ...to here.  Adjust for explow.c change.
12221
12222 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
12223
12224         * pretty-print.c: Don't include ggc.h.
12225         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
12226         (identifier_to_locale): Use them for allocation.
12227         * pretty-print.h (identifier_to_locale_alloc,
12228         identifier_to_locale_free): Declare.
12229         * toplev.c (alloc_for_identifier_to_locale): New.
12230         (general_init): Set identifier_to_locale_alloc and
12231         identifier_to_locale_free.
12232         * Makefile.in (pretty-print.o): Update dependencies.
12233
12234 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
12235
12236         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
12237         pointer types if they have different alignment or mode.
12238
12239 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
12240
12241         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
12242         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
12243         * config/sparc/sparc-protos.h (function_value): Remove declaration.
12244         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
12245         sparc_function_value_regno_p): New functions.
12246         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12247         TARGET_FUNCTION_VALUE_REGNO_P): Define.
12248         (function_value): Rename to...
12249         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
12250         argument to 'outgoing'.
12251         (function_arg_record_value, function_arg_union_value,
12252         function_arg_vector_value): Update comment.
12253
12254 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
12255
12256         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
12257         (fde_needed_for_eh_p): New predicate.
12258         (output_call_frame_info): Use it throughout to decide whether FDEs
12259         are needed for EH purpose.
12260         (dwarf2out_begin_prologue): Reorder assignments.
12261
12262 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12263
12264         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
12265         special case loop->header.
12266         (is_predicated): New.
12267         (if_convertible_loop_p): Call it.
12268
12269 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12270
12271         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
12272         iterator in parameter.  Do not generate code during the analysis.
12273         (tree_if_convert_cond_stmt): Removed.
12274         (tree_if_convert_stmt): Removed.
12275         (predicate_bbs): New.
12276         (if_convertible_loop_p): Call predicate_bbs.
12277         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
12278         now contains all the analysis part.
12279
12280 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12281
12282         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
12283         statements in the analysis part.
12284         (tree_if_convert_stmt): Update comment.
12285         (remove_conditions_and_labels): New.
12286         (combine_blocks): Call remove_conditions_and_labels.
12287         (tree_if_conversion): Update comment.
12288
12289 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12290
12291         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
12292         than 2 predecessors or more than 2 successors.
12293
12294 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12295
12296         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
12297         of loops in which the data dependence analysis fails.
12298
12299 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12300
12301         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
12302         CDI_POST_DOMINATORS.
12303         (tree_if_conversion): Same.
12304
12305 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12306
12307         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
12308
12309 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
12310
12311         * tree-if-conv.c: Update copyright years.  Fix comments.
12312         Fix indentation.
12313
12314 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
12315
12316         * builtin-types.def (BT_INT128): New primitive type.
12317         (BT_UINT128): Likewise.
12318         * c-common.c (c_common_r): Add __int128 keyword.
12319         (c_common_type_for_size): Handle __int128.
12320         (c_common_type_for_mode): Likewise.
12321         (c_common_signed_or_unsigned_type): Likewise.
12322         (c_common_nodes_and_builtins): Add builtin type
12323         if target supports 128-bit integer scalar.
12324         * c-common.h (enum rid): Add RID_INT128.
12325         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
12326         if target supports 128-bit integer scalar.
12327         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
12328         (finish_declspecs): Likewise.
12329         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
12330         (c_token_starts_declspecs): Likewise.
12331         (c_parser_declspecs): Likewise.
12332         (c_parser_attributes): Likewise.
12333         (c_parser_objc_selector): Likewise.
12334         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
12335         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
12336         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
12337         * tree.c (make_or_reuse_type): Likewise.
12338         (make_unsigned_type): Likewise.
12339         (build_common_tree_nodes_2): Likewise.
12340         * tree.h (enum integer_type_kind): Add itk_int128 and
12341         itk_unsigned_int128.
12342         (int128_integer_type_node): New define.
12343         (int128_unsigned_type_node): New define.
12344         * doc/extend.texi: Add documentation about __int128 type.
12345
12346 2010-05-26  Richard Guenther  <rguenther@suse.de>
12347
12348         * tree-ssa-sccvn.c (copy_nary): Adjust.
12349         (copy_phis): Rename to ...
12350         (copy_phi): ... this.  Adjust.
12351         (copy_references): Rename to ...
12352         (copy_reference): ... this.  Adjust.
12353         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
12354         result into the valid table.
12355
12356 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
12357
12358         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
12359         insn-config.h, insn-codes.h, recog.h, and optabs.h.
12360
12361 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
12362
12363         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
12364
12365 2010-05-26  Richard Guenther  <rguenther@suse.de>
12366
12367         * opts.c (common_handle_option): Handle OPT_Ofast.
12368
12369 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
12370
12371         * diagnostic.c: Don't include opts.h.
12372         (permissive_error_option): Define.
12373         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
12374         for classify_diagnostic.  Don't use memset for
12375         classify_diagnostic.  Initialize new and recently added fields.
12376         (diagnostic_classify_diagnostic): Use context->n_opts instead of
12377         N_OPTS.
12378         (diagnostic_report_diagnostic): Pass context parameter to
12379         diagnostic_report_warnings_p.  Use option_enabled and option_name
12380         hooks from context.
12381         (emit_diagnostic): Use permissive_error_option.
12382         (permerror): Likewise.
12383         * diagnostic.h: Don't include options.h.
12384         (struct diagnostic_context): Add n_opts, opt_permissive,
12385         inhibit_warnings, warn_system_headers, option_enabled and
12386         option_name fields.  Change classify_diagnostic to a pointer.
12387         * opts-diagnostic.h: New file.
12388         * opts.c: Include opts-diagnostic.h.
12389         (common_handle_option): Set global_dc fields for -Wfatal-errors,
12390         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
12391         (option_name): New function.
12392         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
12393         (c_common_handle_option): Set global_dc->permissive for
12394         -fpermissive.
12395         * c-common.c (c_cpp_error): Save and restore
12396         global_dc->warn_system_headers, not variable warn_system_headers.
12397         * toplev.c: Include opts-diagnostic.h.
12398         (general_init): Update call to diagnostic_initialize.  Set
12399         global_dc->show_column, global_dc->option_enabled and
12400         global_dc->option_name.
12401         (process_options): Don't set global_dc fields here.
12402         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
12403         (diagnostic.o, opts.o, toplev.o): Update dependencies.
12404
12405 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
12406
12407         * config/picochip/picochip.md (movsi): Split a movsi from a
12408         const after reload.
12409
12410 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
12411
12412         * ggc-zone.c: Update copyright year.
12413         (poison_region): Mark memory for Valgrind as undefined before
12414         memset () call and inaccessible afterwards.
12415         (ggc_pch_total_size): Change type of i to int.
12416
12417 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
12418
12419         * ggc-common.c (ggc_free_overhead): Allow empty slot.
12420
12421 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
12422
12423         * ggc-common.c: Update copyright year.
12424         (ggc_rlimit_bound): Remove prototype.  Compile only if
12425         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
12426         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
12427         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
12428         (ggc_min_heapsize_heuristic): Likewise.
12429
12430 2010-05-26  Richard Guenther  <rguenther@suse.de>
12431
12432         PR rtl-optimization/44164
12433         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
12434         no-common access-path disambiguation.
12435         (indirect_ref_may_alias_decl_p): Adjust.
12436         (indirect_refs_may_alias_p): Likewise.
12437         (refs_may_alias_p_1): Likewise.
12438
12439 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
12440
12441         * c-typeck.c: Do not include expr.h.
12442
12443 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
12444
12445         * rtl.h (decl_default_tls_model): Move prototype from here...
12446         * output.h: ...to here.
12447         * c-decl.c: Do not include rtl.h.
12448         * c-pragma.c: Likewise.
12449         * c-parser.c: Likewise.
12450         * c-gimplify.c: Likewise.  And also not hard-reg-set.
12451         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
12452         FIXME note for it.  Add a FIXME note for expr.h.
12453         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
12454         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
12455         defined.
12456
12457 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
12458
12459         PR target/44199
12460         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
12461         or total_size is larger than red zone size for non-V4 ABI, emit a
12462         stack_tie resp. frame_tie insn before stack pointer restore.
12463         * config/rs6000/rs6000.md (frame_tie): New insn.
12464
12465 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
12466
12467         * function.h (struct function): Add can_throw_non_call_exceptions bit.
12468         * lto-streamer-in.c (input_function): Stream it in.
12469         * lto-streamer-out.c (output_function): Stream it out.
12470         * function.c (allocate_struct_function): Set it.
12471         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
12472         for flag_non_call_exceptions.
12473         * cfgbuild.c (control_flow_insn_p): Likewise.
12474         (make_edges): Likewise.
12475         * cfgexpand.c (expand_stack_alignment): Likewise.
12476         * combine.c (distribute_notes): Likewise.
12477         * cse.c (cse_extended_basic_block): Likewise.
12478         * except.c (insn_could_throw_p): Likewise.
12479         * gcse.c (simple_mem): Likewise.
12480         * ipa-pure-const.c (check_call): Likewise.
12481         (check_stmt ): Likewise.
12482         * lower-subreg.c (lower-subreg.c): Likewise.
12483         * optabs.c (emit_libcall_block): Likewise.
12484         (prepare_cmp_insn): Likewise.
12485         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
12486         * postreload.c (rest_of_handle_postreload): Likewise.
12487         * reload1.c (reload_as_needed): Likewise.
12488         (emit_input_reload_insns): Likewise.
12489         (emit_output_reload_insns): Likewise.
12490         (fixup_abnormal_edges): Likewise.
12491         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
12492         * store-motion.c (find_moveable_store): Likewise.
12493         * tree-eh.c (stmt_could_throw_p): Likewise.
12494         (tree_could_throw_p): Likewise.
12495         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
12496         * config/arm/arm.c (arm_expand_prologue): Likewise.
12497         (thumb1_expand_prologue): Likewise.
12498         * config/rx/rx.md (cbranchsf4): Likewise.
12499         (cmpsf): Likewise.
12500         * config/s390/s390.c (s390_emit_prologue): Likewise.
12501         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
12502         (inline_forbidden_into_p): New predicate.
12503         (expand_call_inline): Use it to forbid inlining.
12504         (tree_can_inline_p): Likewise.
12505
12506 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
12507
12508         * config/i386/i386-c.c: Do not include rtl.h.
12509         * config/i386/t-i386: Update dependencies.
12510
12511 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
12512
12513         * attribs.c: Do not include rtl.h.
12514         * Makefile.in: Update dependencies.
12515
12516 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
12517
12518         * double-int.h (double_int_and): New.
12519         * combine.c (try_combine): Clean up, use double_int_* and
12520         immed_double_int_const functions.
12521
12522 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12523
12524         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
12525         stderr to /dev/null instead of grep -q.
12526         * configure: Regenerate.
12527
12528 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
12529
12530         * Makefile.in (EXCEPT_H): Fix typo.
12531
12532 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
12533
12534         * ira-build.c (update_conflict_hard_reg_costs): New.
12535         (ira_build): Call update_conflict_hard_reg_costs.
12536
12537 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
12538
12539         PR debug/41371
12540         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
12541         ENABLE_CHECKING.
12542         (intersect_loc_chains): Walk the s2var's loc_chain together
12543         with s1node chain as long as the locations are equal, don't
12544         call find_loc_in_1pdv in that case.
12545
12546         PR debug/42801
12547         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
12548         (copy_bind_expr): ... instead of here.
12549         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
12550         if the block hasn't been remapped.
12551         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
12552         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
12553
12554 2010-05-25  Richard Guenther  <rguenther@suse.de>
12555
12556         PR middle-end/44069
12557         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
12558         out-of-bounds array accesses.
12559
12560 2010-05-25  Richard Guenther  <rguenther@suse.de>
12561
12562         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
12563         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
12564         (run_gcc): Re-organize to make cleanup easier.
12565
12566 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12567
12568         * config/s390/s390.c (optimization_options): Fix and move the
12569         flag_prefetch_loop_arrays override ...
12570         (override_options): ... here.
12571
12572 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
12573
12574         * diagnostic.c: Don't include plugin.h.
12575         (diagnostic_report_diagnostic): Don't handle plugins specially
12576         here.  Pass context to internal_error callback.
12577         * diagnostic.h (struct diagnostic_context): Add context parameter
12578         to internal_error callback.
12579         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
12580         * plugin.h (struct diagnostic_context): Declare.
12581         (warn_if_plugins, plugins_internal_error_function): Declare.
12582         * toplev.c (general_init): Set global_dc->internal_error.
12583         * Makefile.in (diagnostic.o): Update dependencies.
12584
12585 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
12586
12587         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
12588         * config/rs6000/t-darwin64: New.
12589         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
12590         build crt2.
12591
12592 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
12593
12594         PR 44203
12595         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
12596         match the original (and intended) behaviour before r159557.  This
12597         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
12598         in two ways.
12599
12600 2010-05-25  Richard Guenther  <rguenther@suse.de>
12601
12602         * doc/invoke.texi: Document -Ofast.
12603         * target.h (struct gcc_target): Add handle_ofast.
12604         * target-def.h (TARGET_HANDLE_OFAST): Add.
12605         (TARGET_INITIALIZER): Adjust.
12606         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
12607         * common.opt (Ofast): Add.
12608
12609 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
12610
12611         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
12612         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
12613
12614 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
12615
12616         PR target/43610
12617         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
12618         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
12619         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
12620         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
12621
12622 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
12623
12624         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
12625         DW_OP_minus with negated offset instead of DW_OP_plus.
12626         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
12627
12628 2010-05-25  Wei Guozhi  <carrot@google.com>
12629
12630         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
12631         tst instruction and a new alternative.
12632         * config/arm/constraints.md (Pu): New constraint.
12633
12634 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
12635
12636         * function.c (assign_stack_local_1): Initialize variable
12637         to avoid warning when bootstrapping at -O3.
12638
12639 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
12640
12641         * configure.ac (all_lang_makefiles): Remove everything related to it.
12642         * configure: Regenerate.
12643         * Makefile.in: Fix reference to ada Make-lang.in.
12644         Remove support for LANG_MAKEFILES.
12645
12646 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
12647             Sandra Loosemore  <sandra@codesourcery.com>
12648
12649         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
12650         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
12651         description.  Add arm_neon_fp16_ok.
12652         (Add Options): Add arm_neon and arm_neon_fp16.
12653
12654 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
12655
12656         * diagnostic.c: Don't include flags.h.
12657         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
12658         context parameters.  Check flags in the context passed as a parameter.
12659         (diagnostic_build_prefix): Add context parameter.  Check
12660         show_column flag in context.
12661         (diagnostic_action_after_output): Check fatal_errors flag in context.
12662         (diagnostic_report_current_module): Check show_column flag in context.
12663         (default_diagnostic_starter): Update call to
12664         diagnostic_build_prefix.
12665         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
12666         (emit_diagnostic): Pass context to permissive_error_kind.
12667         (permerror): Pass context to permissive_error_kind.
12668         * diagnostic.h (struct diagnostic_context): Add show_column,
12669         pedantic_errors, permissive and fatal_errors fields.
12670         (diagnostic_build_prefix): Update prototype.
12671         * langhooks.c
12672         * toplev.c (process_options): Set flags in global_dc from
12673         flag_show_column, flag_pedantic_errors, flag_permissive,
12674         flag_fatal_errors.
12675         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
12676         to diagnostic_build_prefix.
12677         * Makefile.in (diagnostic.o): Update dependencies.
12678
12679 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
12680
12681         * config/i386/ia32intrin.h (__crc32q): Define only if
12682         __SSE4_2__ is defined.
12683
12684 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
12685
12686         PR target/44132
12687         PR middle-end/43602
12688         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
12689         DECL_VISIBILITY_SPECIFIED.
12690         (emutls_decl): Set DECL_PRESERVE_P and copy
12691         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
12692         (emutls_finalize_control_var): New callback.
12693         (emutls_finish): Finalize emutls control variables.
12694         * toplev.c (compile_file): Move the call to emutls_finish ()
12695         before varpool_assemble_pending_decls ().
12696
12697 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
12698
12699         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
12700         added to the preprocessor condition.
12701
12702 2010-05-24  Paul Brook  <paul@codesourcery.com>
12703
12704         * gengtype-lex.l: Add HARD_REG_SET.
12705         * expr.c (expand_expr_real_1): Record writes to hard registers.
12706         * function.c (rtl_data): Add asm_clobbers.
12707         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
12708         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
12709         Use crtl->asm_clobbers.
12710
12711 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12712
12713         * doc/makefile.texi (Makefile): Mention stages 'profile'
12714         and 'feedback' for profiledbootstrap.
12715
12716 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
12717
12718         PR target/44245
12719         * config/i386/i386.c (def_builtin): Properly check
12720         OPTION_MASK_ISA_64BIT.
12721
12722 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
12723
12724         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
12725         typedefs with different but compatible types.  Allow duplicate
12726         typedefs with the same type except for pedantic non-C1X, but give
12727         warning for variably modified types.
12728         * c-typeck.c (tagged_types_tu_compatible_p,
12729         function_types_compatible_p, type_lists_compatible_p,
12730         comptypes_internal): Add parameter different_types_p; set
12731         *different_types_p for different but compatible types.  All
12732         callers changed.
12733         (comptypes_check_different_types): New.
12734         * c-tree.h (comptypes_check_different_types): Declare.
12735
12736 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
12737
12738         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
12739         * jump.c: Include basic-block.h.
12740         * profile.c: Likewise.
12741         * tree-profile.c: Likewise.
12742         * coverage.c: Likewise.
12743         * basic-block.h (optimize_function_for_size_p): Move to function.h.
12744         (optimize_function_for_speed_p): Likewise.
12745         * function.h (optimize_function_for_size_p,
12746         optimize_function_for_speed_p): Moved here from basic-block.h.
12747         * Makefile.in: Update dependencies.
12748
12749 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12750
12751         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
12752         before calling make; allow override through $MAKE.
12753         * doc/invoke.texi (Optimize Options): Document override.
12754
12755 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
12756
12757         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
12758         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
12759         (rs6000_mode_dependent_address_ptr): Make static.
12760         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
12761         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
12762         Remove.
12763
12764 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
12765
12766         PR target/43869
12767         * config/i386/i386.c: Make sure that the correct regparm is passed.
12768
12769 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
12770
12771         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
12772         * sbitmap.c: ...to here to internalize sbitmap element access.
12773         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
12774         Explain why basic-block.h is included.
12775         * function.h: Include tm.h for CUMULATIVE_ARGS.
12776         * Makefile.in: Update dependencies.
12777
12778 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
12779
12780         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
12781         New core types.
12782         * sbitmap.h (struct sbitmap_def): Do not typedef here.
12783         * sbitmap.c: Include sbitmap.h.
12784         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
12785         hard-reg-set.h.  Split everything related to regsets out from here...
12786         * regset.h: ...to here.  New file.
12787         * df.h: Include regset.h and sbitmap.h.
12788         * tree-flow.h: Likewise.
12789         * cfgloop.h: Likewise.
12790         * except.h: Do not include sbitmap.h.  Include hashtab.h.
12791         * cgraph.h: Include vec.h and function.h.
12792         * reload.h (struct insn_chain): Change types of live_throughout
12793         and dead_or_set from regset_head to bitmap_head.
12794         (compute_use_by_pseudos): Be defined also if regset.h is not included.
12795         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
12796         spilled_regs from regset_head to bitmap_head to avoid dependency
12797         in regset.h.
12798         * sel-sched-ir.h: Include regset.h.
12799         * reload.c: Include df.h before reload.h.
12800         * caller-save.c: Likewise.
12801         * reload1.c: Likewise.
12802         * ira.c: Likewise.
12803         (mark_elimination): Update type of r to bitmap, consistent with
12804         DF_LR_IN.
12805         * dominance.c: Include bitmap.h.
12806         * modulo-sched.c: Include df.h.
12807         * cfganal.c: Include bitmap.h and sbitmap.h.
12808         * cfgbuild.c: Include sbitmap.h.
12809         * lcm.c: Include sbitmap.h.
12810         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
12811         * domwalk.c: Include sbitmap.h, exclude ggc.h.
12812         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
12813         * cselib.c: Include bitmap.h.
12814         * tree-optimize.c: Include regset.h.
12815         * stmt.c: Include bitmap.h.
12816         * Makefile.in: Update dependencies.
12817
12818 2010-05-22  Jan Hubicka  <jh@suse.cz>
12819
12820         * cgraph.h (struct varpool_node): Add same_comdat_group.
12821         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
12822         pointer.
12823         (output_varpool): Update call of lto_output_varpool_node.
12824         (input_varpool): Read same_comdat_group pointer.
12825         (input_varpool_1): Fixup same_comdat_group pointer.
12826         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
12827         group is needed, all are.
12828         * varpool.c (varpool_remove_node): Remove node from same comdat group
12829         linklist too.
12830         (varpool_analyze_pending_decls): Walk same comdat groups.
12831
12832 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
12833
12834         * rtl.h (union rtunion_def): Remove rt_bit member.
12835         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
12836         * print-rtl (print_rtx): Do not print the member.
12837         * gengtype.c (adjust_field_rtx_def): Do not handle it.
12838         * gengenrtl.c (type_from_format): Likewise.
12839         (accessor_from_format): Likewise.
12840
12841 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
12842
12843         * dbgcnt.c: Include toplev.h instead of errors.h.
12844         * ira-emit.c: Don't include errors.h.
12845         * ira.c: Include toplev.h instead of errors.h.
12846         * lto-compress.c: Include toplev.h instead of errors.h.
12847         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
12848         ira.o, dbgcnt.o): Update dependencies.
12849
12850 2010-05-22  Richard Guenther  <rguenther@suse.de>
12851
12852         * gimple.c (gimple_types_compatible_p): Check type qualifications
12853         before merging pointer to complete and pointer to incomplete type.
12854         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
12855         we use our own resolution algorithm.  The gold linker plugin
12856         doesn't do the job we want it to do here.
12857
12858 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
12859
12860         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
12861         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
12862         (sparc_mode_dependent_address_p): New function.
12863
12864 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
12865
12866         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
12867
12868         * timevar.c: Do not include any core headers.
12869         (timevar_print): De-i18n-ize.
12870         (print_time): Likewise.
12871         * timevar.h (timevar_push, timevar_pop): Make inline functions.
12872
12873 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
12874
12875         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
12876         langhooks-def.h.
12877         (diagnostic_initialize): Initialize x_data not last_function.
12878         (diagnostic_report_current_function): Move to tree-diagnostic.c.
12879         (default_diagnostic_starter): Call
12880         diagnostic_report_current_module not
12881         diagnostic_report_current_function.
12882         (diagnostic_report_diagnostic): Initialize x_data not
12883         abstract_origin.
12884         (verbatim): Likewise.
12885         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
12886         x_data.
12887         (struct diagnostic_context): Change last_function to x_data.
12888         (diagnostic_auxiliary_data): Replace with
12889         diagnostic_context_auxiliary_data and
12890         diagnostic_info_auxiliary_data.
12891         (diagnostic_last_function_changed, diagnostic_set_last_function,
12892         diagnostic_report_current_function): Move to tree-diagnostic.h.
12893         (print_declaration, dump_generic_node, print_generic_stmt,
12894         print_generic_stmt_indented, print_generic_expr,
12895         print_generic_decl, debug_c_tree, dump_omp_clauses,
12896         print_call_name, debug_generic_expr, debug_generic_stmt,
12897         debug_tree_chain, default_tree_printer): Move to
12898         tree-pretty-print.h.
12899         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
12900         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
12901         gimple-pretty-print.h.
12902         * pretty-print.c: Don't include tree.h
12903         (pp_base_format): Don't handle %K here.
12904         (pp_base_tree_identifier): Move to tree-pretty-print.c.
12905         * pretty-print.h (text_info): Change abstract_origin to x_data.
12906         (pp_tree_identifier, pp_unsupported_tree,
12907         pp_base_tree_identifier): Move to tree-pretty-print.h.
12908         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
12909         tree-pretty-print.h: New files.
12910         * tree-pretty-print.c: Include tree-pretty-print.h.
12911         (percent_K_format): New.  Moved from pretty-print.c.
12912         (pp_base_tree_identifier): Move from pretty-print.c.
12913         * c-objc-common.c: Include tree-pretty-print.h.
12914         (c_tree_printer): Handle %K here.
12915         * langhooks.c: Include tree-diagnostic.h.
12916         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
12917         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
12918         (default_tree_printer): Handle %K using percent_K_format.
12919         (general_init): Use default_tree_diagnostic_starter.
12920         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
12921         (free_lang_data): Use default_tree_diagnostic_starter.
12922         * c-pretty-print.c: Include tree-pretty-print.h.
12923         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12924         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12925         * dwarf2out.c: Include tree-pretty-print.h.
12926         * except.c: Include tree-pretty-print.h.
12927         * gimple-pretty-print.c: Include tree-pretty-print.h and
12928         gimple-pretty-print.h.
12929         * gimplify.c: Include tree-pretty-print.h.
12930         * graphite-poly.c: Include tree-pretty-print.h and
12931         gimple-pretty-print.h.
12932         * ipa-cp.c: Include tree-pretty-print.h.
12933         * ipa-inline.c: Include gimple-pretty-print.h.
12934         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12935         * ipa-pure-const.c: Include gimple-pretty-print.h.
12936         * ipa-struct-reorg.c: Include tree-pretty-print.h and
12937         gimple-pretty-print.h.
12938         * ipa-type-escape.c: Include tree-pretty-print.h.
12939         * print-rtl.c: Include tree-pretty-print.h.
12940         * print-tree.c: Include gimple-pretty-print.h.
12941         * sese.c: Include tree-pretty-print.h.
12942         * tree-affine.c: Include tree-pretty-print.h.
12943         * tree-browser.c: Include tree-pretty-print.h.
12944         * tree-call-cdce.c: Include gimple-pretty-print.h.
12945         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
12946         * tree-chrec.c: Include tree-pretty-print.h.
12947         * tree-data-ref.c: Include tree-pretty-print.h and
12948         gimple-pretty-print.h.
12949         * tree-dfa.c: Include tree-pretty-print.h.
12950         * tree-if-conv.c: Include tree-pretty-print.h and
12951         gimple-pretty-print.h.
12952         * tree-inline.c: Include tree-pretty-print.h.
12953         * tree-into-ssa.c: Include tree-pretty-print.h and
12954         gimple-pretty-print.h.
12955         * tree-nrv.c: Include tree-pretty-print.h.
12956         * tree-object-size.c: Include tree-pretty-print.h and
12957         gimple-pretty-print.h.
12958         * tree-outof-ssa.c: Include tree-pretty-print.h and
12959         gimple-pretty-print.h.
12960         * tree-parloops.c: Include tree-pretty-print.h and
12961         gimple-pretty-print.h.
12962         * tree-predcom.c: Include tree-pretty-print.h and
12963         gimple-pretty-print.h.
12964         * tree-scalar-evolution.c: Include tree-pretty-print.h and
12965         gimple-pretty-print.h.
12966         * tree-sra.c: Include tree-pretty-print.h.
12967         * tree-ssa-address.c: Include tree-pretty-print.h.
12968         * tree-ssa-alias.c: Include tree-pretty-print.h.
12969         * tree-ssa-ccp.c: Include tree-pretty-print.h and
12970         gimple-pretty-print.h.
12971         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
12972         * tree-ssa-copy.c: Include tree-pretty-print.h and
12973         gimple-pretty-print.h.
12974         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
12975         * tree-ssa-dce.c: Include tree-pretty-print.h and
12976         gimple-pretty-print.h.
12977         * tree-ssa-dom.c: Include tree-pretty-print.h and
12978         gimple-pretty-print.h.
12979         * tree-ssa-dse.c: Include gimple-pretty-print.h.
12980         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
12981         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
12982         * tree-ssa-live.c: Include tree-pretty-print.h and
12983         gimple-pretty-print.h.
12984         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
12985         gimple-pretty-print.h.
12986         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
12987         gimple-pretty-print.h.
12988         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
12989         gimple-pretty-print.h.
12990         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
12991         gimple-pretty-print.h.
12992         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
12993         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
12994         * tree-ssa-operands.c: Include tree-pretty-print.h and
12995         gimple-pretty-print.h.
12996         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
12997         gimple-pretty-print.h.
12998         * tree-ssa-pre.c: Include tree-pretty-print.h and
12999         gimple-pretty-print.h.
13000         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
13001         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
13002         gimple-pretty-print.h.
13003         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
13004         gimple-pretty-print.h.
13005         * tree-ssa-sink.c: Include gimple-pretty-print.h.
13006         * tree-ssa-ter.c: Include tree-pretty-print.h and
13007         gimple-pretty-print.h.
13008         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
13009         * tree-ssa.c: Include tree-pretty-print.h and
13010         gimple-pretty-print.h.
13011         * tree-stdarg.c: Include gimple-pretty-print.h.
13012         * tree-switch-conversion.c: Include gimple-pretty-print.h.
13013         * tree-tailcall.c: Include tree-pretty-print.h and
13014         gimple-pretty-print.h.
13015         * tree-vect-data-refs.c: Include tree-pretty-print.h and
13016         gimple-pretty-print.h.
13017         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
13018         gimple-pretty-print.h.
13019         * tree-vect-loop.c: Include tree-pretty-print.h and
13020         gimple-pretty-print.h.
13021         * tree-vect-patterns.c: Include gimple-pretty-print.h.
13022         * tree-vect-slp.c: Include tree-pretty-print.h and
13023         gimple-pretty-print.h.
13024         * tree-vect-stmts.c: Include tree-pretty-print.h and
13025         gimple-pretty-print.h.
13026         * tree-vectorizer.c: Include tree-pretty-print.h.
13027         * tree-vrp.c: Include tree-pretty-print.h and
13028         gimple-pretty-print.h.
13029         * value-prof.c: Include tree-pretty-print.h and
13030         gimple-pretty-print.h.
13031         * var-tracking.c: Include tree-pretty-print.h.
13032         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
13033         (tree-diagnostic.o): New dependencies.
13034         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
13035         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
13036         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
13037         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
13038         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
13039         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
13040         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
13041         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
13042         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
13043         tree-ssa-address.o, tree-ssa-loop-niter.o,
13044         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
13045         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
13046         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
13047         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
13048         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
13049         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
13050         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
13051         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
13052         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
13053         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
13054         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
13055         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
13056         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
13057         tree-switch-conversion.o, var-tracking.o, value-prof.o,
13058         cfgexpand.o, pretty-print.o): Update dependencies.
13059
13060 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
13061
13062         * tree-ssa-structalias.c: Remove tm_p.h from include.
13063
13064 2010-05-21  Jeff Law  <law@redhat.com>
13065
13066         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
13067
13068 2010-05-21  Jason Merrill  <jason@redhat.com>
13069
13070         * tree-eh.c (cleanup_is_dead_in): New.
13071         (lower_try_finally): Don't generate a dead cleanup region.
13072         (lower_cleanup): Likewise.
13073
13074 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
13075
13076         PR debug/44223
13077         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
13078         unchain each use from the cyclic next_regno_use chain first.
13079
13080 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13081
13082         * real: Do not include gmp.h, mpfr.h, and mpc.h.
13083         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
13084         (real_value_negate, real_value_abs): New prototypes.
13085         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
13086         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
13087         new include file for interface between MPFR and REAL_VALUE_TYPE.
13088         * real.c: Include realmpfr.h.
13089         (real_arithmetic2): Remove legacy function.
13090         (real_value_negate): New.
13091         (real_value_abs): New.
13092         (mfpr_from_real, real_from_mpfr): Move from here...
13093         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
13094         * builtins.c: Include realmpfr.h.
13095         * fold-const.c: Include realmpfr.h.
13096         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
13097         (fold_negate_const): Likewise.
13098         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
13099         * toplev.c: Include realmpfr.h.
13100         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
13101         and real_value_negate.
13102         * fixed-value.c (check_real_for_fixed_mode): Likewise.
13103         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
13104         (vfp3_const_double_index): Likewise.
13105         (arm_print_operand): Likewise.
13106         * Makefile.in: Update dependencies.
13107
13108 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13109
13110         * config/s390/s390.c (override_options): Increase the default
13111         of max-completely-peel-times.
13112
13113 2010-05-21  Julian Brown  <julian@codesourcery.com>
13114             Mark Mitchell  <mark@codesourcery.com>
13115
13116         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
13117         sibling calls for Thumb-1.
13118         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
13119         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
13120         Thumb-2.
13121         (*call_insn, *call_value_insn): Don't use for Thumb-2.
13122         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
13123         for Thumb-2.
13124         (return): New expander.
13125         (*arm_return): New name for ARM return insn.
13126         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
13127
13128 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
13129
13130         * config.gcc (sparc64-*-rtems*): New target.
13131
13132 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
13133
13134         * tree.c (build_function_decl_skip_args): Fix grammar.
13135         (build_function_type_list_1): Fix typos, adjust formatting.
13136
13137 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
13138
13139         * tree.h: Include real.h and fixed-value.h as basic datatypes.
13140         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
13141         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
13142         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
13143         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
13144         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
13145         tree-pretty-print.c, tree-loop-distribution.c,
13146         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
13147         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
13148         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
13149         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
13150         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
13151         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
13152         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
13153         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
13154         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
13155         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
13156         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
13157         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
13158         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
13159         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
13160         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
13161         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
13162         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
13163         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
13164         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
13165         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
13166         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
13167         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
13168         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
13169         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
13170         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
13171         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
13172         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
13173         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
13174         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
13175         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
13176         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
13177         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
13178         config/score/score7.c, config/score/score.c, config/arm/arm.c,
13179         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
13180         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
13181         config/bfin/bfin.c: Clean up redundant includes.
13182         * Makefile.in: Update accordingly.
13183
13184 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
13185
13186         PR middle-end/44204
13187         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
13188         statement has no arguments.
13189
13190 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
13191
13192         PR/44139
13193         * varasm.c (emutls_decl): Merge attributes to new decl.
13194
13195 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
13196
13197         PR middle-end/44101
13198         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
13199         around the uniquized constructor if its type requires a conversion.
13200
13201 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
13202
13203         PR debug/44205
13204         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
13205         at -O0 goto_locus of any of the incoming edges differs from
13206         goto_locus of outgoing edge, or gimple_location of any of the
13207         labels differs.
13208
13209 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
13210
13211         * ira.c (ira_non_ordered_class_hard_regs): Define.
13212         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
13213         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
13214         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
13215         cost of unaligned hard regs when allocating multi-reg pseudos.
13216
13217 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
13218
13219         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
13220         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
13221         for TARGET_NO_FLOAT.
13222         * config/mips/mips.c (mips_file_start): Expand conditional expression
13223         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
13224         (mips_override_options): Move -mno-float override -msoft-float and
13225         -mhard-float.
13226         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
13227         Condition(TARGET_SUPPORTS_NO_FLOAT).
13228         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
13229         __mips_no_float here.
13230         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
13231         (TARGET_SUPPORTS_NO_FLOAT): Define.
13232         * config/mips/sdemtk.opt: Delete.
13233
13234 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
13235
13236         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
13237
13238 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
13239
13240         PR target/43733
13241         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
13242         * configure: Regenerate.
13243         * config.in: Regenerate.
13244         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
13245         instead of sahf only for 64bit targets.
13246
13247 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
13248
13249         PR debug/44178
13250         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
13251         setup_ref_regs for DEBUG_INSNs.
13252
13253 2010-05-20  Jan Hubicka  <jh@suse.cz>
13254
13255         PR middle-end/44197
13256         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
13257
13258 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
13259
13260         PR bootstrap/43870
13261         * df-scan.c (df_ref_compare): Stabilize sort.
13262
13263 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
13264
13265         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
13266         argument.  Don't use DW_OP_piece if offset is non-zero,
13267         put offset into second DW_OP_bit_piece argument.
13268         (dw_sra_loc_expr): Adjust callers.  For memory expressions
13269         compute offset.
13270
13271 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
13272
13273         PR target/44202
13274         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
13275         settings for 16-bit-constant "addo" alternative.
13276
13277 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
13278
13279         * config/mips/mips-dsp.md (add<DSPV:mode>3,
13280         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
13281
13282         PR target/43764
13283         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
13284         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
13285         Use it.
13286
13287 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
13288
13289         * diagnostic.c (FLOAT, FFS): Don't undefine.
13290         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
13291         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
13292         include ordering.
13293
13294 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
13295
13296         * combine.c (propagate_for_debug): Call make_compound_operation
13297         on the source value.
13298         (try_combine): When implementing a split chosen by find_split_point,
13299         either copy i2src or set it to null.  Assert that i2src is not null
13300         before substituting into CALL_INSN_FUNCTION_USAGE.
13301
13302 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
13303
13304         * double-int.h (double_int_ior): New function.
13305         * tree.h (build_int_cst_wide_type): Remove.
13306         * tree.c (build_int_cst_wide_type): Remove.
13307         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
13308         of build_int_cst_wide_type.
13309         * stor-layout.c (set_sizetype): (Ditto.).
13310         * dojump.c (do_jump): Use build_int_cstu instead of
13311         build_int_cst_wide_type.
13312
13313 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
13314
13315         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
13316         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
13317         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
13318         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
13319         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
13320         propagate the 'data' argument to copy_tree_r.
13321         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
13322         Propagate 'data' argument to walk_tree.
13323         (copy_if_shared): New function.
13324         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
13325         (unmark_visited): New function.
13326         (unshare_body): Call copy_if_shared instead of doing it manually.
13327         (unvisit_body): Call unmark_visited instead of doing it manually.
13328
13329 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
13330
13331         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
13332         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
13333         * hooks.c: Likewise.
13334         * target-def.h (TARGET_FOLD_BUILTIN): Define to
13335         hook_tree_tree_int_treep_bool_null.
13336         * target.h (struct gcc_target): Update signature of fold_builtin
13337         field.
13338         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
13339         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
13340         instead of the call expression.
13341         (fold_builtin_call_array): Pass n and argarray directly.
13342         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
13343         consing a list.
13344         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
13345         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
13346         `i' and use it in place of `arity'.
13347         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
13348         Dereference `args' directly.
13349         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
13350
13351 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13352
13353         * doc/sourcebuild.texi (Effective-Target Keywords): Document
13354         3dnow, sse3, sse2.
13355         (Directives): Document optional dg-require-effective-target
13356         selector.
13357
13358 2010-05-19  Richard Guenther  <rguenther@suse.de>
13359
13360         PR lto/44196
13361         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
13362
13363 2010-05-19  Richard Guenther  <rguenther@suse.de>
13364
13365         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
13366         * common.opt (fwhopr=): New.
13367         * opts.c (common_handle_option): Handle OPT_fwhopr.
13368         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
13369         * collect2.c (main): Match -fwhopr*.
13370         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
13371         Execute ltrans stage in parallel when jobs is bigger than 1.
13372
13373 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13374
13375         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
13376         pentiumpro on Solaris 8/x86 with Sun as.
13377         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
13378         hidden alias bug.
13379         (gcc_cv_as_ix86_quad): Check for .quad directive.
13380         * configure: Regenerate.
13381         * config.in: Regenerate.
13382         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
13383
13384 2010-05-19  Martin Jambor  <mjambor@suse.cz>
13385
13386         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
13387         also for indirect edges.  Actual printing moved...
13388         (ipa_print_node_jump_functions_for_edge): ...here.
13389         (ipa_compute_jump_functions): Renamed to
13390         ipa_compute_jump_functions_for_edge and made static.
13391         (ipa_compute_jump_functions): New function.
13392         (make_edge_direct_to_target): Check if the number of arguments on
13393         the newly direct edge is the same as the number of parametrs of
13394         the callee.
13395         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
13396         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
13397         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
13398         analysis functions unconditionally, call the new
13399         ipa_analyze_params_uses on the node instead of every edge.
13400
13401 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
13402
13403         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
13404         to tree.
13405         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
13406         also checks for a constant int vs.  non-constant but
13407         loop-invariant steps.
13408         (find_or_create_group): Change the sort algorithm to only consider
13409         steps that are constant ints.
13410         (idx_analyze_ref): Adopt code to handle a tree instead of a
13411         HOST_WIDE_INT for step.
13412         (gather_memory_references_ref): Handle tree instead of int and be
13413         prepared to see a NULL_TREE.
13414         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
13415         prefetches if the step cannot be calculated at compile time.
13416         (issue_prefetch_ref): Issue prefetches for non-constant but
13417         loop-invariant steps.
13418
13419 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
13420
13421         Revert:
13422         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
13423
13424         * tree.h (build_call_list): Remove.
13425         * tree.c (build_call_list): Remove.
13426
13427 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
13428
13429         * tree.h (build_call_list): Remove.
13430         * tree.c (build_call_list): Remove.
13431
13432 2010-05-18  Jan Hubicka  <jh@suse.cz>
13433
13434         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
13435
13436 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
13437
13438         PR rtl-optimization/43332
13439         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
13440
13441 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
13442
13443         * tree.h (build_int_cstu): Implement as static inline.
13444         * tree.c (build_int_cstu): Remove function.
13445         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
13446         sign extended.
13447
13448 2010-05-18  Richard Guenther  <rguenther@suse.de>
13449
13450         PR lto/44143
13451         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
13452         (debug): Initialize from -save-temps.
13453         (collect_execute): Print command-line when verbose.
13454         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
13455         for ltrans invocation.  Produce -dumpbase flag again.
13456         (process_args): Remove.
13457         (main): Simplify.
13458         * collect2.c (maybe_run_lto_and_relink): Only pass object
13459         files to lto-wrapper.
13460         * gcc.c (LINK_COMMAND_SPEC): Likewise.
13461
13462 2010-05-18  Jan Hubicka  <jh@suse.cz>
13463
13464         * opts.c (decode_options): Do not disable whopr at ipa_cp.
13465         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
13466
13467 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
13468
13469         PR lto/44184
13470         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
13471         in a GIMPLE_ASM.
13472         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
13473         in a GIMPLE_ASM.
13474
13475 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
13476
13477         PR debug/41371
13478         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
13479         rtx_equal_p inline.
13480
13481 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
13482
13483         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
13484         lto-macho as lto_binary_reader.
13485
13486         * darwin.c (darwin_asm_named_section): Do not add assembler comment
13487         after .section directive; just print it before the directive instead.
13488
13489 2010-05-17  Jan Hubicka  <jh@suse.cz>
13490
13491         * cgraph.c (cgraph_create_virtual_clone): Only check
13492         versionable_function_p when not in wpa and checking is enabled.
13493         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
13494         there are no more functions to materialize.
13495
13496 2010-05-17  Jan Hubicka  <jh@suse.cz>
13497
13498         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
13499         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
13500         New functions.
13501         (output_cgraph): Call output_cgraph_opt_summary.
13502         (input_cgrpah): Call input_cgraph_opt_summary.
13503         (output_cgraph_opt_summary_p, output_node_opt_summary,
13504         input_node_opt_summary, input_cgraph_opt_section): New functions.
13505         * lto-section-in.c (lto_section_name): Add cgraphopt.
13506         * tree-inline.c (tree_function_versioning): Handle parm_num.
13507         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
13508         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
13509
13510 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
13511
13512         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
13513         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
13514         the insn to prefetch ratio heuristic to loops with known trip count.
13515
13516 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
13517
13518         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
13519         (schedule_prefetches): Do not generate a prefetch if the unroll factor
13520         is far from what is required by the prefetch.
13521
13522 2010-05-17  Jan Hubicka  <jh@suse.cz>
13523
13524         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
13525         (ipcp_estimate_growth): Likewise.
13526         (ipcp_const_param_count): Likewise.
13527         (ipcp_insert_stage): Likewise.
13528         * ipa-prop.c (visit_load_for_mod_analysis): New function.
13529         (visit_store_addr_for_mod_analysis): Set used flag.
13530         (ipa_detect_param_modifications): Set used flag for SSE params;
13531         update use of walk_stmt_load_store_addr_ops.
13532         (ipa_print_node_params): Print used flag.
13533         (ipa_write_node_info): Stream used flag.
13534         (ipa_read_node_info): Likewise.
13535         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
13536         (ipa_is_param_used): New function.
13537         (lto_ipa_fixup_call_notes): Remove unused declaration.
13538
13539 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13540
13541         PR target/44074
13542         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
13543         * configure: Regenerate.
13544         * config.in: Regenerate.
13545         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
13546         !HAVE_AS_IX86_REP_LOCK_PREFIX.
13547         Don't emit whitespace.
13548         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
13549         (*rep_movsi): Likewise.
13550         (*rep_movsi_rex64): Likewise.
13551         (*rep_movqi): Likewise.
13552         (*rep_movqi_rex64): Likewise.
13553         (*rep_stosdi_rex64): Likewise.
13554         (*rep_stossi): Likewise.
13555         (*rep_stossi_rex64): Likewise.
13556         (*rep_stosqi): Likewise.
13557         (*rep_stosqi_rex64): Likewise.
13558         (*cmpstrnqi_nz_1): Use {%;} after repz.
13559         (*cmpstrnqi_nz_rex_1): Likewise.
13560         (*cmpstrnqi_1): Likewise.
13561         (*cmpstrnqi_rex_1): Likewise.
13562         (*strlenqi_1): Use {%;} after repnz.
13563         (*strlenqi_rex_1): Likewise.
13564         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
13565         (*sync_compare_and_swap<mode>): Likewise.
13566         (sync_double_compare_and_swap<mode>): Likewise.
13567         (*sync_double_compare_and_swapdi_pic): Likewise.
13568         (sync_old_add<mode>): Likewise.
13569         (sync_add<mode>): Likewise.
13570         (sync_sub<mode>): Likewise.
13571         (sync_<code><mode>): Likewise.
13572
13573 2010-05-17  Martin Jambor  <mjambor@suse.cz>
13574
13575         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
13576         otr_token and polymorphic.
13577         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
13578         (cgraph_clone_edge): Copy the above fields.
13579         * tree.c (get_binfo_at_offset): New function.
13580         * tree.h (get_binfo_at_offset): Declare.
13581         * ipa-prop.h (enum jump_func_type): Added known_type jump function
13582         type, reordered items, updated comments.
13583         (union jump_func_value): Added base_type field, reordered fields.
13584         (enum ipa_lattice_type): Moved down in the file.
13585         (struct ipa_param_descriptor): New field polymorphic.
13586         (ipa_is_param_polymorphic): New function.
13587         * ipa-prop.c: Include gimple.h and gimple-fold.h.
13588         (ipa_print_node_jump_functions): Print known type jump functions.
13589         (compute_complex_pass_through): Renamed to...
13590         (compute_complex_assign_jump_func): this.
13591         (compute_complex_ancestor_jump_func): New function.
13592         (compute_known_type_jump_func): Likewise.
13593         (compute_scalar_jump_functions): Create known type and complex ancestor
13594         jump functions.
13595         (ipa_note_param_call): New parameter polymorphic, set the corresponding
13596         flag in the call note accordingly.
13597         (ipa_analyze_call_uses): Renamed to...
13598         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
13599         variable var only in the block where it is used.
13600         (ipa_analyze_virtual_call_uses): New function.
13601         (ipa_analyze_call_uses): Likewise.
13602         (combine_known_type_and_ancestor_jfs): Likewise.
13603         (update_jump_functions_after_inlining): Implemented handling of a
13604         number of new jump function types combination.
13605         (print_edge_addition_message): Removed.
13606         (make_edge_direct_to_target): New function.
13607         (try_make_edge_direct_simple_call): Likewise.
13608         (try_make_edge_direct_virtual_call): Likewise.
13609         (update_call_notes_after_inlining): Renamed to...
13610         (update_indirect_edges_after_inlining): this.  Moved edge creation for
13611         indirect calls to try_make_edge_direct_simple_call, also calls
13612         try_make_edge_direct_virtual_call for virtual calls.
13613         (ipa_print_node_params): Changed the header message.
13614         (ipa_write_jump_function): Stream also known type jump functions.
13615         (ipa_read_jump_function): Likewise.
13616         (ipa_write_indirect_edge_info): Stream new fields in
13617         cgraph_indirect_call_info.
13618         (ipa_read_indirect_edge_info): Likewise.
13619         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
13620         GIMPLE_FOLD_H.
13621
13622 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13623
13624         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
13625
13626 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
13627
13628         * tree.h (CALL_EXPR_ARGS): Delete.
13629         (call_expr_arglist): Delete.
13630         * tree.c (call_expr_arglist): Delete.
13631         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
13632         targetm.fold_builtin.
13633         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
13634         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
13635         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
13636         arglist parameter.  Use CALL_EXPR_ARG.
13637         (picochip_expand_builtin_3op): Likewise.
13638         (picochip_expand_builtin_2opvoid): Likewise.
13639         (picochip_expand_array_get): Likewise.
13640         (picochip_expand_array_put): Likewise.
13641         (picochip_expand_array_testport): Likewise.
13642         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
13643         rather than arglist.
13644         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
13645         CALL_EXPR_ARGS.
13646         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
13647         than TREE_VALUE and TREE_CHAIN.
13648         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
13649         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
13650         the arglist.
13651
13652 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
13653
13654         PR bootstrap/42347
13655         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
13656         to have no fallthru edge.
13657
13658         PR middle-end/44102
13659         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
13660         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
13661         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
13662         add BARRIER after previous bb if needed.
13663
13664 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
13665
13666         * tree.c (build_function_type_list_1): Remove bogus assert condition.
13667
13668 2010-05-17  Alan Modra  <amodra@gmail.com>
13669
13670         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
13671         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
13672         with copy_reg rtx param.
13673         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
13674         Correct cases where code for ABI_V4 did not initialise the reg
13675         used to access frame.  Also leave frame_reg_rtx as sp for large
13676         frames that save no regs.
13677
13678 2010-05-17  Martin Jambor  <mjambor@suse.cz>
13679
13680         PR middle-end/44133
13681         * tree-sra.c (create_access_replacement): New parameter rename, mark
13682         the replaement for renaming only when it is true.
13683         (get_access_replacement): Pass true in the rename parameter of
13684         create_access_replacement.
13685         (get_unrenamed_access_replacement): New function.
13686         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
13687         replacement declaration from it.
13688
13689 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
13690
13691         * function.c (try_fit_stack_local, add_frame_space): New static
13692         functions.
13693         (assign_stack_local_1): Use them.  Look for opportunities to use
13694         space previously wasted on alignment.
13695         * function.h (struct frame_space): New.
13696         (struct rtl_data): Add FRAME_SPACE_LIST member.
13697         * reload1.c (something_was_spilled): New static variable.
13698         (alter_reg): Set it.
13699         (reload): Test it in addition to testing if the frame size changed.
13700
13701 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
13702
13703         * config/s390/s390.c: Define sane prefetch settings and activate
13704         flag_prefetch_loop_arrays on -O3.
13705         * config/s390/s390.h: Declare that read can use write prefetch.
13706
13707 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
13708
13709         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
13710         build.
13711
13712 2010-05-16  Jan Hubicka  <jh@suse.cz>
13713
13714         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
13715         function body; do not check stdarg field of struct function.
13716
13717 2010-05-16  Jan Hubicka  <jh@suse.cz>
13718
13719         * cgraph.c (dump_cgraph_node): Dump versionable flag.
13720         * cgraph.h (cgraph_local_info): Add versionable flag.
13721         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
13722         (ipcp_versionable_function_p): Use it.
13723         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
13724         versionable flag.
13725
13726 2010-05-16  Jan Hubicka  <jh@suse.cz>
13727
13728         * cgraph.c (cgraph_clone_node): Take decl argument and insert
13729         clone into hash when it is different from orig.
13730         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
13731         * cgraph.h (cgraph_clone_node): Update prototype.
13732         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
13733         (lto_cgraph_encoder_delete): Delete body map.
13734         (lto_cgraph_encoder_size): Move to header.
13735         (lto_cgraph_encoder_encode_body_p,
13736         lto_set_cgraph_encoder_encode_body): New.
13737         (lto_output_node): Do not take written_decls argument; output clone_of
13738         pointer.
13739         (add_node_to): Add include_body_argument; call
13740         lto_set_cgraph_encoder_encode_body on master of the clone.
13741         (add_references): Update use of add_node_to.
13742         (compute_ltrans_boundary): Likewise.
13743         (output_cgraph): Do not create written_decls bitmap.
13744         (input_node): Take nodes argument; stream in clone_of correctly.
13745         (input_cgraph_1): Update use of input_node.
13746         * lto-streamer-out.c (lto_output): Use encoder info to decide
13747         what bodies to output.
13748         * ipa-inline.c (cgraph_clone_inlined_nodes,
13749         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
13750         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
13751         (lto_cgraph_encoder_size): Define here.
13752         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
13753         Declare.
13754
13755 2010-05-16  Richard Guenther  <rguenther@suse.de>
13756
13757         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
13758         -fipa-type-escape.
13759         * ipa-type-escape.c (gate_type_escape_vars): Run when
13760         -fipa-struct-reorg runs.
13761         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
13762         * common.opt (fipa-type-escape): Remove.
13763
13764 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
13765
13766         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
13767         (decode_options): Likewise.
13768         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
13769
13770 2010-05-16  Jan Hubicka  <jh@suse.cz>
13771
13772         * ipa.c (function_and_variable_visibility): Also bring local all
13773         aliases.
13774
13775 2010-05-16  Richard Guenther  <rguenther@suse.de>
13776
13777         * alias.c (nonoverlapping_memrefs_p): Remove use of
13778         IPA type-escape information.
13779
13780 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
13781
13782         * c-common.c (c_common_reswords): Add _Static_assert for C.
13783         * c-parser.c (c_token_starts_declaration,
13784         c_parser_next_token_starts_declaration,
13785         c_parser_static_assert_declaration_no_semi,
13786         c_parser_static_assert_declaration): New.
13787         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
13788         Handle static assertions if static_assert_ok.
13789         (c_parser_external_declaration, c_parser_declaration_or_fndef,
13790         c_parser_compound_statement_nostart, c_parser_label,
13791         c_parser_for_statement, c_parser_objc_methodprotolist,
13792         c_parser_omp_for_loop): All callers of
13793         c_parser_declaration_or_fndef changed.
13794         (c_parser_struct_declaration): Handle static assertions.
13795         (c_parser_compound_statement_nostart): Use
13796         c_parser_next_token_starts_declaration and
13797         c_token_starts_declaration to detect start of declarations.
13798         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
13799         Likewise.
13800
13801 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
13802
13803         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13804         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13805         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13806         TARGET_FUNCTION_VALUE_REGNO_P): Define.
13807         (mmix_function_outgoing_value): Rename to...
13808         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
13809         (mmix_function_value_regno_p): Make static.
13810         (mmix_libcall_value): New function.
13811         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
13812         mmix_function_value_regno_p): Remove declaration.
13813
13814 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
13815
13816         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
13817         BUILT_IN_ALLOCA if stack checking is enabled.
13818
13819 2010-05-16  Richard Guenther  <rguenther@suse.de>
13820
13821         * var-tracking.c (vars_copy_1): Inline ...
13822         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
13823         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
13824         (variable_merge_over_cur): Adjust.  Merge asserts.
13825         (variable_merge_over_src): Likewise.
13826         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
13827         (variable_post_merge_new_vals): Merge asserts.
13828         (variable_post_merge_perm_vals): Likewise.
13829         (find_mem_expr_in_1pdv): Likewise.
13830         (dataflow_set_different_value): Remove.
13831         (onepart_variable_different_p): Merge asserts.
13832         (variable_different_p): Likewise.
13833         (dataflow_set_different_1): Inline ...
13834         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
13835         (emit_notes_for_differences_1): Merge asserts.
13836
13837 2010-05-16  Richard Guenther  <rguenther@suse.de>
13838
13839         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
13840         * optabs.c (libfunc_decl_hash): Likewise.
13841         * varasm.c (emutls_decl): Likewise.
13842
13843 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
13844
13845         * c-decl.c: Don't include gimple.h.
13846         (merge_decls): Do not copy gimple_body.
13847
13848 2010-05-15  Jason Merrill  <jason@redhat.com>
13849
13850         * c.opt: Add -fnothrow-opt.
13851
13852 2010-05-15  Jan Hubicka  <jh@suse.cz>
13853
13854         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
13855         analyzed.
13856         * passes.c (ipa_write_summaries): Write all analyzed nodes.
13857
13858 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
13859
13860         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
13861         * Makefile.in: Add it.
13862         Fix all other Makefile dependencies for changes below.
13863         * tree.h: Include it instead of defining VEC primitives here.
13864         * gimple.h: Likewise.
13865         * rtl.h: Likewise.
13866         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
13867         * except.h: Include vecir.h, break dependence on tree.h.
13868
13869         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
13870         Move from here...
13871         * tree-iterator.c: ...to here.
13872         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
13873
13874         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
13875         tm_p.h.
13876         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
13877         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
13878         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
13879         tree-mudflap.h, and target.h.
13880         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
13881         predict.h, tree-inline.h, gimple.h, and langhooks.h.
13882         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
13883         Add FIXME for why gimple.h is still included (should be unnecessary
13884         since GCC 4.5 gimplification unit-at-a-time).
13885         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
13886         * c-pragma.c: Add FIXME for why function.h needs to be included just
13887         for cfun, at front-end level.
13888         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
13889         Do not include ggc.h, but include vecprim.h for VEC(char).
13890         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
13891         Explain why target.h is included.
13892         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
13893         Explain why gimple.h is included.
13894         * c-ppoutput.c: Do not include tm.h.
13895         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
13896         * c-parses.c: Explain why rtl.h is included, and that this (and only
13897         this) is also why tm.h must be included.
13898         Do not include except.h.
13899         * c-lang.c: Do not include ggc.h.
13900
13901 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
13902
13903         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
13904
13905 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
13906
13907         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
13908         unions by default if those structs and unions have no tags.  Do
13909         not condition anonymous struct and unions handling on flag_iso.
13910         Allow anonymous structs and unions for C1X.
13911         (finish_struct): Do not diagnose lack of named fields when
13912         anonymous structs and unions present for C1X.  Accept flexible
13913         array members in structure with anonymous structs or unions but no
13914         directly named fields.
13915         * doc/extend.texi (Unnamed Fields): Update.
13916
13917 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
13918
13919         * gimple.h (compare_field_offset): Rename into...
13920         (gimple_compare_field_offset): ...this.
13921         * gimple.c (compare_field_offset): Rename into...
13922         (gimple_compare_field_offset): ...this.  Compare the full access if
13923         the offset is self-referential.
13924         (gimple_types_compatible_p): Adjust for above renaming.
13925         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
13926         DECL_NONADDRESSABLE_P flag of fields before merging them.
13927
13928 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
13929
13930         * tree.h (ctor_to_list): Delete.
13931         * tree.c (ctor_to_list): Delete.
13932
13933 2010-05-15  Jan Hubicka  <jh@suse.cz>
13934
13935         * ipa-reference.c: Include toplev.h
13936         (is_proper_for_analysis): Only add to all_module_statics
13937         if it is allocated.
13938         (write_node_summary_p, stream_out_bitmap,
13939         ipa_reference_write_optimization_summary,
13940         ipa_reference_read_optimization_summary): New.
13941         (struct ipa_opt_pass_d pass_ipa_reference): Add
13942         optimization summary streaming.
13943         * lto-cgraph.c (referenced_from_this_partition_p,
13944         reachable_from_this_partition_p): New functions.
13945         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
13946         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
13947         * opts.c (decode_options): Enable ipa_reference.
13948         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
13949         * lto-streamer.h (referenced_from_this_partition_p,
13950         reachable_from_this_partition_p): Declare.
13951
13952 2010-05-15  Richard Guenther  <rguenther@suse.de>
13953
13954         PR tree-optimization/44038
13955         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
13956         taking the address of a V_C_E of a constant.
13957
13958 2010-05-14  Jan Hubicka  <jh@suse.cz>
13959
13960         * tree.h (memory_identifier_string): Remove.
13961         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
13962         (ipa_reference_global_vars_info_d): Remove statics_not_read and
13963         statics_not_written.
13964         (ipa_reference_optimization_summary_d): New structure.
13965         (ipa_reference_optimization_summary_t): New type and vector.
13966         (ipa_reference_vars_info_d): Embedd structures instead of using
13967         pointers.
13968         (reference_vars_to_consider): Remove out of GGC space.
13969         (module_statics_escape): Remove.
13970         (global_info_obstack): Rename to ...
13971         (optimization_summary_obstack): ... this one.
13972         (initialization_status_t): Remove.
13973         (memory_identifier_string): Remove.
13974         (get_reference_vars_info): Fix indenting.
13975         (set_reference_vars_info): Likewise.
13976         (get_reference_optimization_summary): New.
13977         (set_reference_optimization_summary): New.
13978         (get_global_reference_vars_info): Remove.
13979         (ipa_reference_get_read_global): Remove.
13980         (ipa_reference_get_written_global): Remove.
13981         (ipa_reference_get_not_read_global): Update.
13982         (ipa_reference_get_not_written_global): Update.
13983         (is_proper_for_analysis): Outlaw addressable.
13984         (propagate_bits): Update for new datastructures.
13985         (analyze_variable): Remove.
13986         (init_function_info): Update for new datastructures.
13987         (clean_function_local_data): Remove.
13988         (clean_function): Remove.
13989         (copy_global_bitmap): Use optimizations_summary_obstack.
13990         (duplicate_node_data): Duplicate optimization summary only.
13991         (remove_node_data): Remove optimization summary only.
13992         (generate_summary): Do not analyze variables; do not compute
13993         module_statics_escape; do not prune solutions by it.
13994         (read_write_all_from_decl): Fix typos in comments.
13995         (propagate): Doscover readonly and nonaddressable first;
13996         update for new datastructures; share global bitmaps.
13997         * ipa-reference.h (ipa_reference_get_read_global,
13998         ipa_reference_get_written_global): Remove.
13999         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
14000         * Makefile.in: Remove ipa-refereference from GT files.
14001
14002 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14003
14004         PR debug/44112
14005         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
14006         for all SYMBOL_REF_DECLs.
14007
14008 2010-05-14  Jan Hubicka  <jh@suse.cz>
14009
14010         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
14011         (varpool_all_refs_explicit_p): New inline function.
14012         * ipa-reference.c: Update comment.
14013         (module_statics_written): Remove.
14014         (get_static_decl): Remove.
14015         (ipa_init): Do not initialize module_statics_written.
14016         (analyze_function): Likewise.
14017         (generate_summary): Likewise; do not compute module_statics_readonly
14018         and do not update variable flags.
14019         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
14020         * ipa.c: Inlucde flags.h
14021         (cgraph_local_node_p): New.
14022         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
14023         promote functions to local.
14024         (ipa_discover_readonly_nonaddressable_vars): New function.
14025         (function_and_variable_visibility): Use cgraph_local_node_p.
14026         * varpool.c (varpool_finalize_decl): Set force_output for
14027         DECL_PRESERVE_P vars.
14028
14029 2010-05-14  Jan Hubicka  <jh@suse.cz>
14030
14031         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
14032
14033 2010-05-14  Richard Guenther  <rguenther@suse.de>
14034
14035         PR tree-optimization/44119
14036         * tree-ssa-pre.c (eliminate): Properly mark replacement of
14037         a PHI node necessary.
14038
14039 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
14040
14041         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
14042
14043 2010-05-14  Jason Merrill  <jason@redhat.com>
14044
14045         PR c++/44127
14046         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
14047         (gimple_call_set_nothrow): New.
14048         * gimple.c (gimple_build_call_from_tree): Call it.
14049         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
14050
14051         PR c++/44127
14052         * gimplify.c (gimplify_seq_add_stmt): No longer static.
14053         * gimple.h: Declare it.
14054         * gimple.c (gimple_build_eh_filter): No ops.
14055
14056 2010-05-14  Jan Hubicka  <jh@suse.cz>
14057
14058         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
14059         nodes already in queue.
14060         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
14061         re-enqueueing node.
14062
14063 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
14064
14065         PR debug/44136
14066         * cfgexpand.c (expand_debug_expr): If non-memory op0
14067         has BLKmode, return NULL.
14068
14069 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
14070
14071         * config.gcc: Add support for --with-cpu option for bdver1.
14072         * config/i386/i386.h (TARGET_BDVER1): New macro.
14073         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
14074         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14075         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
14076         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
14077         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
14078         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
14079         (processor_type): Add PROCESSOR_BDVER1.
14080         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
14081         processor_type in config/i386/i386.h.
14082         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
14083         movaps <reg, reg> instead of movapd <reg, reg> when replacing
14084         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
14085         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
14086         to emit packed xor instead of packed double/packed integer
14087         xor for SSE and AVX when moving a zero value.
14088         * config/i386/sse.md: Add check for
14089         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
14090         movapd/movdqa for SSE and AVX.
14091         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
14092         single logical operations i.e and, or and xor instead of packed double
14093         logical operations for SSE and AVX.
14094         * config/i386/i386-c.c (ix86_target_macros_internal):
14095         Add PROCESSOR_BDVER1.
14096         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
14097         (has_fma4, has_xop): New.
14098         * config/i386/i386.c (bdver1_cost): New variable.
14099         (m_BDVER1): New macro.
14100         (m_AMD_MULTIPLE): Add m_BDVER1.
14101         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
14102         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
14103         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
14104         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
14105         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
14106         x86_tune_sse_partial_reg_dependency,
14107         x86_tune_sse_unaligned_load_optimal,
14108         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
14109         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
14110         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
14111         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
14112         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
14113         Enable/disable for bdver1.
14114         (processor_target_table): Add bdver1_cost.
14115         (cpu_names): Add bdver1.
14116         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
14117          processor_alias_table.
14118         (ix86_expand_vector_move_misalign): Change.
14119         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
14120         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
14121         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
14122         of movupd/movdqu for SSE and AVX.
14123         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
14124         (ix86_tune_adjust_cost): Add code for bdver1.
14125         (standard_sse_constant_opcode): Add check for
14126         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
14127         of packed double xor for SSE and AVX.
14128
14129 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
14130
14131         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
14132         result to unsigned.
14133
14134 2010-05-14  Tristan Gingold  <gingold@adacore.com>
14135
14136         * toplev.c (default_debug_hooks): Remove this variable.
14137         (process_options): Remove assignments to default_debug_hooks.
14138
14139 2010-05-14  Martin Jambor  <mjambor@suse.cz>
14140
14141         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
14142         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
14143         * langhooks.h (struct lang_hooks_for_decls): Removed field
14144         fold_obj_type_ref.
14145         * tree.c (free_lang_data): Remove assignment to
14146         lang_hooks.fold_obj_type_ref.
14147         * tree.def (OBJ_TYPE_REF): Update comment.
14148
14149 2010-05-14  Richard Guenther  <rguenther@suse.de>
14150
14151         PR tree-optimization/44124
14152         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
14153
14154 2010-05-14  Alan Modra  <amodra@gmail.com>
14155
14156         PR target/44075
14157         * config/rs6000/rs6000.c (struct machine_function): Reorder
14158         fields for better packing.  Add lr_save_state.
14159         (rs6000_ra_ever_killed): Return lr_save_state if set.
14160         (rs6000_emit_eh_reg_restore): Set lr_save_state.
14161
14162 2010-05-13  Jan Hubicka  <jh@suse.cz>
14163
14164         * varpool.c (decide_is_variable_needed): Drop code checking
14165         TREE_SYMBOL_REFERENCED.
14166
14167 2010-05-13  Jan Hubicka  <jh@suse.cz>
14168
14169         * final.c (output_addr_const): Do not call mark_decl_referenced.
14170         * cgraphunit.c (process_function_and_variable_attributes): Use
14171         mark_needed_node dirrectly.
14172         (assemble_thunk): Do not call mark_decl_referenced.
14173
14174 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
14175
14176         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
14177
14178 2010-05-13  Jeff Law  <law@redhat.com>
14179
14180         * ira-conflicts.c (print_allocno_conflicts): New function broken out
14181         from...
14182         (print_conflicts): Call print_allocno_conflicts.
14183
14184 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
14185
14186         PR debug/44104
14187         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
14188         if it is NULL.
14189
14190 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
14191
14192         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
14193         t-mingw-w64 or t-mingw-w32 for multilib configuration.
14194         * config/i386/t-mingw-w32: New.
14195         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
14196
14197 2010-05-13  Martin Jambor  <mjambor@suse.cz>
14198
14199         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
14200         gimple-fold.c).
14201         * gimple-fold.c (get_base_binfo_for_type): New function.
14202         (gimple_get_relevant_ref_binfo): Likewise.
14203         (gimple_fold_obj_type_ref_known_binfo): Likewise.
14204         (gimple_fold_obj_type_ref): Likewise.
14205         (fold_gimple_call): Simplify condition for folding virtual calls
14206         and call gimple_fold_obj_type_ref.
14207         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
14208         (gimple_fold_obj_type_ref_known_binfo): Likewise.
14209
14210 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
14211
14212         * config/rs6000/rs6000-protos.h
14213         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
14214         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
14215         (rs6000_debug_mode_dependent_address)
14216         (rs6000_mode_dependent_address_ptr): Likewise.
14217
14218 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
14219
14220         PR debug/43983
14221         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
14222         by SRA.
14223         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
14224         * tree-sra.c (create_access_replacement): Call unshare_expr before
14225         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
14226         * dwarf2out.c: Include tree-flow.h.
14227         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
14228         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
14229         Handle DW_OP_bit_piece.
14230         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
14231         construct_piece_list, adjust_piece_list): New functions.
14232         (add_var_loc_to_decl): Handle SRA optimized variables.
14233         Adjust for var_loc_note to loc field renaming.
14234         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
14235         in VAR_LOCATION note.
14236         (new_loc_descr_op_bit_piece): New function.
14237         (dw_sra_loc_expr): New function.
14238         (dw_loc_list): Use it.  Don't handle the last range after the
14239         loop, handle it inside of the loop.  Adjust for var_loc_note
14240         to loc field renaming.
14241         (add_location_or_const_value_attribute): Only special case
14242         single entry loc lists if loc is NOTE_P.  Adjust for
14243         var_loc_note to loc field renaming.
14244         (dwarf2out_var_location): Don't set newloc->var_loc_note
14245         and newloc->next here.
14246
14247 2010-05-12  Jan Hubicka  <jh@suse.cz>
14248
14249         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
14250         flag.
14251         * cgraph.h (cgraph_only_called_directly_p,
14252         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
14253         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
14254         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
14255         (assemble
14256         * ipa.c (cgraph_remove_unreachable_nodes): Use
14257         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
14258         flags.
14259         * tree-inline.c (copy_bb): Check address_taken flag.
14260         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
14261         externally_visible flag.
14262
14263 2010-05-12  Jason Merrill  <jason@redhat.com>
14264
14265         PR bootstrap/44048
14266         PR target/44099
14267         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
14268         * sdbout.c (plain_type_1): Likewise.
14269         * dwarf2out.c (is_base_type): Likewise.
14270         (gen_type_die_with_usage): Likewise.  Generate
14271         DW_TAG_unspecified_type for any LANG_TYPE.
14272
14273 2010-05-12  Jan Hubicka  <jh@suse.cz>
14274
14275         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
14276         indrect edges too.
14277         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
14278         (cgraph_clone_edge): Update.
14279         (cgraph_node_remove_callees): Remove indirect calls too.
14280         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
14281         (cgraph_create_indirect_edge): Update prototype.
14282         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
14283         is_proper_for_analysis.
14284         (add_new_function, visited_nodes, function_insertion_hook_holder,
14285         get_local_reference_vars_info, mark_address_taken, mark_address,
14286         mark_load, mark_store, check_asm_memory_clobber, check_call,
14287         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
14288         (ipa_init): Do not initialize visited_nodes;
14289         function_insertion_hook_holder.
14290         (analyze_variable): Rewrite.
14291         (analyze_function): Rewrite.
14292         (copy_local_bitmap): Remove.
14293         (duplicate_node_dat): Do not duplicate local info.
14294         (generate_summary): Simplify to only walk cgraph.
14295         (write_node_summary_p, ipa_reference_write_summary,
14296         ipa_reference_read_summary): Remove.
14297         (propagate): Do not remove function insertion;
14298         generate summary.
14299         (pass_ipa_reference): NULLify summary handling fields.
14300         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
14301         (input_edge): Input ecf_flags.
14302         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
14303         (update_indirect_edges_after_inlining): Ignore edges with unknown
14304         param.
14305
14306 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
14307
14308         * implicit-zee.c: New file.
14309         * tree-pass.h (pass_implicit_zee): Declare.
14310         * passes.c (init_optimization_passes): Add zee pass.
14311         * common.opt (fzee): New flag.
14312         * timevar.def (TV_ZEE): Define.
14313         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
14314         and beyond.
14315         * Makefile.in (implicit-zee.o): Add new build file.
14316
14317 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
14318             Nathan Froyd  <froydnj@codesourcery.com>
14319
14320         * c-common.c (sync_resolve_params): Remove write-only variable.
14321
14322 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
14323
14324         * target.h (struct gcc_target): Add mode_dependent_address_p field.
14325         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
14326         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
14327         * targhooks.c (default_mode_dependent_address_p): New function.
14328         * targhooks.h (default_mode_dependent_address_p): Declare function.
14329         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
14330         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
14331         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
14332         target hook. Change return type to bool.
14333         * recog.h (mode_dependent_address_p): Change return type to bool.
14334
14335 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
14336             Nathan Froyd  <froydnj@codesourcery.com>
14337
14338         * tree-mudflap.c (build_function_type_0, build_function_type_1,
14339         build_function_type_2, build_function_type_3): Remove.
14340         (mudflap_init): Use build_function_type_list.
14341
14342 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
14343             Nathan Froyd  <froydnj@codesourcery.com>
14344
14345         * coverage.c (build_fn_info_value): Call build_constructor instead of
14346         build_constructor_from_list.
14347         (build_ctr_info_value): Likewise.
14348         (build_gcov_info): Likewise.
14349
14350 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
14351
14352         * tree.c (build_constructor): Compute TREE_CONSTANT for the
14353         resultant constructor.
14354         (build_constructor_single): Don't set TREE_CONSTANT.
14355         (build_constructor_from_list): Don't compute TREE_CONSTANT.
14356
14357 2010-05-12  Jan Hubicka  <jh@suse.cz>
14358
14359         * cgraph.h (struct varpool_node): Add aux.
14360         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
14361         * varpool.c (varpool_remove_node): Do not remove initializer.
14362         (varpool_reset_queue): Export.
14363         (varpool_finalize_decl): Volatile vars are forced to be output.
14364         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
14365         replaced decl.
14366         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
14367         process_references, varpool_can_remove_if_no_refs): New functions.
14368         (cgraph_remove_unreachable_nodes): Handle variables too.
14369
14370 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
14371
14372         PR target/44088
14373         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
14374
14375 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
14376
14377         PR middle-end/44085
14378         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
14379         change value of ORT_TASK.
14380         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
14381         (omp_notice_threadprivate_variable): New function.
14382         (omp_notice_variable): Call it for threadprivate variables.
14383         If enclosing ctx is a task, print enclosing task rather than
14384         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
14385         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
14386         if task has untied clause.
14387
14388         PR debug/42278
14389         * dwarf2out.c (base_type_die): Don't add name attribute here.
14390         (modified_type_die): Instead of sizetype use
14391         its underlying original type.  If a DW_TAG_base_type doesn't
14392         have name added, add __unknown__.
14393         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
14394         always call force_type_die instead.
14395
14396 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
14397
14398         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
14399         for __stack_chk_guard.
14400
14401 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
14402
14403         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
14404         don't call start_source_file debug hook here...
14405         (finish_options): ... but here, after outputting predefined and
14406         command line defines and undefs.
14407
14408         PR middle-end/44071
14409         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
14410         no fallthru edge.
14411         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
14412         optimizing away empty bb with no successors, move over its
14413         footer chain to fallthru predecessor.
14414         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
14415         (rtl_split_edge): For asm goto call patch_jump_insn even if
14416         splitting fallthru edge.
14417
14418         PR c++/44059
14419         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
14420         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
14421         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
14422         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
14423         on DW.ref.* decls.
14424
14425         PR c++/44062
14426         * c-parser.c (c_parser_expression): Mark LHS of a comma
14427         expression as read if it is a decl, handled component or
14428         COMPOUND_EXPR with that on the RHS.
14429         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
14430         if it is a decl or handled component.
14431
14432 2010-05-11  Jan Hubicka  <jh@suse.cz>
14433
14434         * lto-symtab.c (lto_symtab_free): New function.
14435         * lto-streamer.h (lto_symtab_free): Declare.
14436
14437 2010-05-11  Jan Hubicka  <jh@suse.cz>
14438
14439         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
14440         that if function is needed it is reachable.
14441         (lto_output_node): See if it the function is reachable or referenced.
14442         (output_cgraph): Update call of lto_output_node.
14443         * lto-streamer.h (reachable_from_other_partition_p): Declare.
14444
14445 2010-05-11  Jan Hubicka  <jh@suse.cz>
14446
14447         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
14448         Mark as used.
14449
14450 2010-05-11  Jan Hubicka  <jh@suse.cz>
14451
14452         PR tree-optimize/44063
14453         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
14454         queue.
14455         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
14456         limits.
14457         (estimate_function_body_sizes): Compute sizes even when disregarding.
14458
14459 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
14460
14461         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
14462
14463 2010-05-11  Jan Hubicka  <jh@suse.cz>
14464
14465         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
14466         into every boundary.
14467
14468 2010-05-11  Jan Hubicka  <jh@suse.cz>
14469
14470         * matrix-reorg.c (matrix_reorg): Rebuild edges.
14471
14472 2010-05-11  Jan Hubicka  <jh@suse.cz>
14473
14474         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
14475         lto_streamer_cache_delete): Put nodes into heap.
14476         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
14477         heap.
14478
14479 2010-05-11  Jan Hubicka  <jh@suse.cz>
14480
14481         * cgraphbuild.c (cgraph_rebuild_references): New.
14482         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
14483         out extern inlines.
14484         * cgraph.h (cgraph_rebuild_references): Declare.
14485         * tree-inline.c (tree_function_versioning): Use it.
14486         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
14487
14488 2010-05-11  Jan Hubicka  <jh@suse.cz>
14489
14490         * cgraph.c: Include ipa-utils.h
14491         (cgraph_create_virtual_clone): Update references.
14492         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
14493
14494 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
14495
14496         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
14497         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
14498         cache size.
14499
14500 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
14501
14502         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
14503
14504 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
14505
14506         * gcc.c (execute): For -### don't quote arguments that
14507         contain just alphanumerics and _/-. characters.
14508         * doc/invoke.texi: Document that change for -###.
14509
14510         PR debug/44023
14511         * df-problems.c (struct dead_debug): Add to_rescan field.
14512         (dead_debug_init): Clear to_rescan field.
14513         (dead_debug_finish): Rescan all debug insns in to_rescan
14514         bitmap and free the bitmap.
14515         (dead_debug_insert_before): Instead of rescanning debug insns
14516         immediately queue their rescanning until dead_debug_finish.
14517         (df_note_bb_compute): After dead_debug_add do continue instead
14518         of break.
14519
14520 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
14521
14522         PR debug/44028
14523         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
14524         clear also INSN_REG_USE_LIST.
14525
14526 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14527
14528         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
14529
14530 2010-05-10  Jan Hubicka  <jh@suse.cz>
14531
14532         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
14533         commited change.
14534
14535 2010-05-10  Jan Hubicka  <jh@suse.cz>
14536
14537         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
14538         Allocate encoders.
14539         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
14540         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
14541         (lto_streamer_cache_create): Init alloc pool.
14542         (lto_streamer_cache_delete): Free alloc pool.
14543         * lto-streamer.h: Include alloc pool.
14544         (lto_streamer_cache_d): Use alloc pool.
14545         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
14546
14547 2010-05-10  Jan Hubicka  <jh@suse.cz>
14548
14549         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
14550         * cgraphbuild.c: Include except.h
14551         (record_type_list, record_eh_tables): New function.
14552         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
14553
14554 2010-05-10  Jan Hubicka  <jh@suse.cz>
14555
14556         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
14557         __frame_dummy_init_array_entry, force_to_data): Attribute as used
14558         rather than unused.
14559
14560 2010-05-10  Michael Matz  <matz@suse.de>
14561
14562         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
14563         (can_reassociate_p): Use FLOAT_TYPE_P.
14564         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
14565         (vect_force_simple_reduction): ... this.
14566         * tree-parloops.c (gather_scalar_reductions): Use
14567         vect_force_simple_reduction.
14568         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
14569         vect_is_simple_reduction, add modify argument, if true rewrite
14570         "a-b" into "a+(-b)".
14571         (vect_is_simple_reduction, vect_force_simple_reduction): New
14572         functions.
14573         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
14574
14575 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
14576             Vladimir Makarov  <vmakarov@redhat.com>
14577
14578         PR rtl-optimization/44012
14579         * ira-build.c (remove_unnecessary_allocnos): Nullify
14580         regno_allocno_map of the removed allocno.
14581
14582 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14583
14584         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
14585         to /dev/null.
14586         * configure: Regenerate.
14587
14588 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14589
14590         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
14591         unused.
14592         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
14593         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
14594         support in Sun ld.
14595         * configure: Regenerate.
14596
14597 2010-05-10  Richard Guenther  <rguenther@suse.de>
14598
14599         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
14600         marked if the entry identifier is marked.
14601
14602 2010-05-10  Richard Guenther  <rguenther@suse.de>
14603
14604         * c-common.c (struct c_common_attributes): Add fnspec attribute.
14605         (handle_fnspec_attribute): New function.
14606         * gimple.h (gimple_call_return_flags): Declare.
14607         (gimple_call_arg_flags): Likewise.
14608         * gimple.c (gimple_call_arg_flags): New function.
14609         (gimple_call_return_flags): Likewise.
14610         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
14611         New argument flags.
14612         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
14613         return value flags.
14614         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
14615         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
14616         main work to ...
14617         (make_heapvar_for): ... this new function.
14618         (handle_rhs_call): Handle fnspec attribute argument specifiers.
14619         (handle_lhs_call): Likewise.
14620         (find_func_aliases): Adjust.
14621
14622 2010-05-10  Richard Guenther  <rguenther@suse.de>
14623
14624         PR tree-optimization/44050
14625         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
14626
14627 2010-05-10  Wei Guozhi  <carrot@google.com>
14628
14629         PR target/42879
14630         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
14631
14632 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
14633
14634         PR c/10676
14635         * c-typeck.c (lookup_field): Take a type directly.  Update
14636         recursive calls.
14637         (build_component_ref): Update call to lookup_field.
14638         (set_init_label): Use lookup_field to find initialized field.
14639         Handle returned list of fields like a sequence of designators.
14640
14641 2010-05-09  Richard Guenther  <rguenther@suse.de>
14642
14643         PR middle-end/44024
14644         * fold-const.c (tree_single_nonzero_warnv_p): Properly
14645         handle &FUNCTION_DECL.
14646
14647 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
14648
14649         PR c/4784
14650         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
14651         structures and unions recursively.
14652         (detect_field_duplicates): Move duplicate detection with a hash to
14653         detect_field_duplicates_hash.  Always use a hash if anonymous
14654         structures or unions are present.
14655         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
14656         give errors.
14657
14658 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
14659
14660         PR target/44046
14661         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
14662         detect Atom, Core 2 and Core i7.
14663
14664 2010-05-09  Richard Guenther  <rguenther@suse.de>
14665
14666         * gcc.c (store_arg): Handle temporary file deletion for
14667         joined arguments.
14668
14669 2010-05-09  Richard Guenther  <rguenther@suse.de>
14670
14671         PR middle-end/44043
14672         * ipa-inline.c (estimate_function_body_sizes): Return after
14673         disregarding inline limits.
14674
14675 2010-05-09  Richard Guenther  <rguenther@suse.de>
14676
14677         * gcc.c (store_arg): Revert last change.
14678
14679 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
14680
14681         PR middle-end/28685
14682         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
14683         (optimize_ops_list): Call it.
14684
14685 2010-05-08  Richard Guenther  <rguenther@suse.de>
14686
14687         PR tree-optimization/44030
14688         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
14689         NECESSARY flag if we propagate from a inserted expression.
14690
14691 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
14692
14693         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
14694         domain types as equal if they are both PLACEHOLDER_EXPRs.
14695
14696 2010-05-08  Richard Guenther  <rguenther@suse.de>
14697
14698         * lto-wrapper.c (run_gcc): Remove linker output from
14699         command line for LTRANS invocation.
14700
14701 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
14702
14703         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
14704         lto-macho as lto_binary_reader.
14705         * target.h (struct gcc_target): New hooks lto_start and lto_end.
14706         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
14707         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
14708         in lto_start and lto_end calls.
14709         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
14710         magic numbers.
14711         (scan_prog_file): Update is_elf_or_coff call.
14712         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
14713
14714         * collect2.c (main): Fix enum comparison.
14715
14716         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
14717         Add prototypes.
14718         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
14719         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
14720         and TARGET_ASM_LTO_END.
14721         * darwin.c: Include obstack.h and lto-streamer.h.
14722         (lto_section_names_offset, lto_section_names_obstack,
14723         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
14724         global variables.
14725         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
14726         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
14727         to a temporary file.
14728         (darwin_asm_lto_end): New function.  Restore asm_out_file.
14729         (darwin_asm_named_section): For LTO sections, replace the name with
14730         the offset of the section name in a string table, and build this
14731         table.
14732         (darwin_file_start): Initialize global vars for LTO support.
14733         (darwin_file_end): If output to asm_out_file was redirected, append it
14734         to the proper asm_out_file here.  Add the section names section.
14735
14736 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
14737
14738         * c-pragma.c (pending_weak_d, pending_weak): New.
14739         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
14740         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
14741         handle_pragma_weak): Update the uses of pending_weaks.
14742
14743 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14744
14745         PR documentation/44016
14746         * doc/standards.texi (Standards): Link to unversioned
14747         cxx0x_status.html page.
14748
14749 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
14750
14751         PR target/43708
14752         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
14753         in addition to TREE_USED, to avoid "set but unused" warnings.
14754
14755 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
14756
14757         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
14758         (is_loop_prefetching_profitable): Do not insert prefetches
14759         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
14760         times the prefetch ahead distance.
14761
14762 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
14763
14764         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
14765         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
14766         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
14767         the unroll_factor.
14768
14769 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
14770
14771         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
14772         a diagnostic info when the insn-to-mem ratio is too small.
14773
14774 2010-05-07  Richard Guenther  <rguenther@suse.de>
14775
14776         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
14777         the linker plugin.
14778         (store_arg): Queue temp_filename for deletion instead of
14779         the whole argument.
14780
14781 2010-05-07  Richard Guenther  <rguenther@suse.de>
14782
14783         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
14784         (run_gcc): Handle LTRANS phase invocation.
14785         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
14786
14787 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
14788
14789         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
14790         this is also meaningful on PARM_DECLs and RESULT_DECLs.
14791
14792 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14793
14794         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
14795
14796 2010-05-07  Richard Guenther  <rguenther@suse.de>
14797
14798         PR tree-optimization/44020
14799         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
14800         code when PRE is not yet initialized.
14801
14802 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14803
14804         * config/mips/dbxmdebug.h: Remove.
14805         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
14806
14807 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
14808
14809         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
14810         with null pointer and also warn about ordered comparison of zero with
14811         pointer if -Wextra.
14812
14813 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
14814
14815         * graphite-blocking.c
14816         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
14817         * graphite-clast-to-gimple.c
14818         (clast_to_gcc_expression): Same.
14819         (precision_for_value): Same.
14820         (precision_for_interval): Same.
14821         (gcc_type_for_interval): Same.
14822         (graphite_create_new_guard): Same.
14823         (compute_bounds_for_level): Same.
14824         (graphite_create_new_loop_guard): Same.
14825         * graphite-interchange.c
14826         (build_linearized_memory_access): Same.
14827         (pdr_stride_in_loop): Same.
14828         (memory_strides_in_loop_1): Same.
14829         (memory_strides_in_loop): Same.
14830         (extend_scattering): Same.
14831         (psct_scattering_dim_for_loop_depth): Same.
14832         (pbb_number_of_iterations): Same.
14833         * graphite-poly.h
14834         (debug_iteration_domains): Same.
14835         * graphite-ppl.c
14836         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
14837         (ppl_set_inhomogeneous_gmp): Same.
14838         (ppl_strip_loop): Same.
14839         (ppl_lexico_compare_linear_expressions): Same.
14840         (ppl_read_polyhedron_matrix): Same.
14841         (ppl_max_for_le_pointset): Same.
14842         * graphite-ppl.h
14843         (ppl_read_polyhedron_matrix): Same.
14844         (tree_int_to_gmp): Same.
14845         (gmp_cst_to_tree): Same.
14846         (ppl_set_inhomogeneous): Same.
14847         (ppl_set_inhomogeneous_tree): Same.
14848         (ppl_set_coef): Same.
14849         (ppl_set_coef_tree): Same.
14850         * graphite-sese-to-poly.c
14851         (build_pbb_scattering_polyhedrons): Same.
14852         (build_scop_scattering): Same.
14853         (scan_tree_for_params_right_scev): Same.
14854         (scan_tree_for_params): Same.
14855         (find_params_in_bb): Same.
14856         (find_scop_parameters): Same.
14857         (add_upper_bounds_from_estimated_nit): Same.
14858         (build_loop_iteration_domains): Same.
14859         (add_condition_to_domain): Same.
14860         (pdr_add_memory_accesses): Same.
14861
14862 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
14863
14864         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
14865         CLooG's value_* macros to their respective mpz_* counterparts.
14866         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
14867         (graphite_create_new_loop_guard): Same.
14868         * graphite-interchange.c (build_linearized_memory_access): Same.
14869         (pdr_stride_in_loop): Same.
14870         (memory_strides_in_loop_1): Same.
14871         (1st_interchange_profitable_p): Same.
14872         * graphite-poly.c (extend_scattering): Same.
14873         (psct_scattering_dim_for_loop_depth): Same.
14874         (pbb_number_of_iterations): Same.
14875         (pbb_number_of_iterations_at_time): Same.
14876         * graphite-poly.h (new_1st_loop): Same.
14877         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
14878         (oppose_constraint): Same.
14879         (insert_constraint_into_matrix): Same.
14880         (ppl_set_inhomogeneous_gmp): Same.
14881         (ppl_set_coef_gmp): Same.
14882         (ppl_strip_loop): Same.
14883         (ppl_lexico_compare_linear_expressions): Same.
14884         (ppl_max_for_le_pointset): Same.
14885         (ppl_min_for_le_pointset): Same.
14886         (ppl_build_realtion): Same.
14887         * graphite-ppl.h (gmp_cst_to_tree): Same.
14888         (ppl_set_inhomogeneous): Same.
14889         (ppl_set_inhomogeneous_tree): Same.
14890         (ppl_set_coef): Same.
14891         (ppl_set_coef_tree): Same.
14892         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
14893         (build_scop_scattering): Same.
14894         (add_value_to_dim): Same.
14895         (scan_tree_for_params_right_scev): Same.
14896         (scan_tree_for_params_int): Same.
14897         (scan_tree_for_params): Same.
14898         (find_params_in_bb): Same.
14899         (find_scop_parameters): Same.
14900         (add_upper_bounds_from_estimated_nit): Same.
14901         (build_loop_iteration_domains): Same.
14902         (create_linear_expr_from_tree): Same.
14903         (add_condition_to_domain): Same.
14904         (pdr_add_memory_accesses): Same.
14905
14906 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
14907             Jason Merrill  <jason@redhat.com>
14908
14909         * c-common.c (c_common_reswords): Add nullptr.
14910         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
14911         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
14912         (gen_type_die_with_usage): Likewise.
14913         * dbxout.c (dbxout_type): Likewise.
14914         * sdbout.c (plain_type_1): Likewise.
14915
14916 2010-05-06  Jason Merrill  <jason@redhat.com>
14917
14918         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
14919         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
14920         ret appropriately.
14921         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
14922
14923         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
14924         stripping WITH_SIZE_EXPR.
14925         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
14926         change.
14927
14928 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14929
14930         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
14931         list of obsolete configurations.
14932         Disabled check for obsolete configurations.
14933         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
14934         Removed support for previous versions.
14935         * config/mips/iris.h: Removed.
14936         * config/mips/iris5.h: Removed.
14937         * config/mips/iris6.h: Merged old iris.h contents.
14938         (TARGET_IRIX): Removed.
14939         (DRIVER_SELF_SPECS): Removed mabi=32.
14940         (IDENT_ASM_OP): Removed undef.
14941         (STARTFILE_SPEC): Removed mabi=32.
14942         (ENDFILE_SPEC): Likewise.
14943         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
14944         (MACHINE_TYPE): Update for IRIX 6.5.
14945         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
14946         TARGET_IRIX by TARGET_IRIX6.
14947         (mips_file_start): Likewise.
14948         (mips_output_external): Remove IRIX 5/6 O32 support.
14949         (mips_output_function_prologue): Likewise.
14950         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
14951         TARGET_IRIX6.
14952         (TARGET_CPU_CPP_BUILTINS): Likewise.
14953         (TARGET_IRIX): Removed.
14954         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
14955         (MULTILIB_DIRNAMES): Removed 32.
14956         (MULTILIB_OSDIRNAMES): Removed ../lib.
14957         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
14958         (Specific, mips-sgi-irix5): Document removal.
14959         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
14960         Remove references to older IRIX 6 releases and the O32 ABI.
14961
14962 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
14963
14964         PR bootstrap/43994
14965         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
14966         instead of DF_REF_REAL_REG.
14967
14968 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
14969
14970         PR target/43888
14971         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
14972         handling to still return true for x64 targets.
14973
14974 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
14975
14976         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
14977
14978 2010-05-06  Jan Hubicka  <jh@suse.cz>
14979
14980         PR tree-optimization/43791
14981         * ipa-inline.c (update_caller_keys): Remove bogus
14982         disregard_inline_limits check.
14983
14984 2010-05-06  Michael Matz  <matz@suse.de>
14985
14986         PR tree-optimization/43984
14987         * tree-ssa-pre.c (inserted_phi_names): Remove.
14988         (inserted_exprs): Change to bitmap.
14989         (create_expression_by_pieces): Set bits, don't append to vector.
14990         (insert_into_preds_of_block): Don't handle inserted_phi_names.
14991         (eliminate): Don't look at inserted_phi_names, remove deleted
14992         insns from inserted_exprs.
14993         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
14994         (init_pre, fini_pre): Allocate and free bitmaps.
14995         (execute_pre): Insert insns on edges before elimination.
14996
14997 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
14998
14999         * tree.c (initializer_zerop): Handle STRING_CST.
15000
15001 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15002
15003         PR 40989
15004         * doc/invoke.texi (Wimplicit): Document as C only.
15005         * opts.c (common_handle_option): Add argument kind.
15006         (handle_option): Rename as read_cmdline_option. Factor out code to...
15007         (handle_option): ... here. New.
15008         (handle_options): Rename as read_cmdline_options.
15009         (decode_options): Update call.
15010         (set_option): Use option index instead of option pointer. Classify
15011         diagnostics correctly.
15012         (enable_warning_as_error): Call handle_option.
15013         * opts.h (set_option): Update declaration.
15014         (handle_option): Declare.
15015         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
15016         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
15017         * c-opts.c (set_Wimplicit): Delete.
15018         (c_family_lang_mask): New static constant.
15019         (c_common_handle_option): Add argument kind. Use handle_option
15020         instead of set_Wimplicit.
15021         (c_common_post_options): warn_implicit and warn_implicit_int
15022         are disabled by default.
15023         * c-common.c (warn_implicit): Do not define here.
15024         * c-common.h (warn_implicit): Do not declare here.
15025         (c_common_handle_option): Update declaration.
15026         * lto-opts.c (lto_reissue_options): Update call to set_option.
15027
15028 2010-05-06  Richard Guenther  <rguenther@suse.de>
15029
15030         PR tree-optimization/43571
15031         * domwalk.c (walk_dominator_tree): Walk the dominator
15032         sons in more optimal order.
15033
15034 2010-05-06  Richard Guenther  <rguenther@suse.de>
15035
15036         PR tree-optimization/43934
15037         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
15038         (stmt_cost): Likewise.
15039         (extract_true_false_args_from_phi): New helper.
15040         (determine_max_movement): For PHI nodes verify we can hoist them
15041         and compute their cost.
15042         (determine_invariantness_stmt): Handle PHI nodes.
15043         (move_computations_stmt): Likewise.  Hoist PHI nodes in
15044         if-converted form using COND_EXPRs.
15045         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
15046         (tree_ssa_lim): Likewise.
15047         * tree-flow.h (tree_ssa_lim): Adjust prototype.
15048         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
15049
15050 2010-05-06  Richard Guenther  <rguenther@suse.de>
15051
15052         PR tree-optimization/43987
15053         * tree-ssa-structalias.c (could_have_pointers): For possibly
15054         address-taken variables force pointers to be recorded.
15055         (create_variable_info_for_1): Likewise.
15056         (push_fields_onto_fieldstack): Pass in wheter all fields
15057         must have pointers.
15058         (find_func_aliases): Query types instead of vars whether
15059         they contain pointers where appropriate.
15060
15061 2010-05-06  Jan Hubicka  <jh@suse.cz>
15062
15063         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
15064         (record_reference, mark_address, mark_load, mark_store): Record
15065         references.
15066         (record_references_in_initializer): Update call of record_references.
15067         (rebuild_cgraph_edges): Remove all references before rebuiding.
15068         * cgraph.c (cgraph_create_node): Clear ref list.
15069         (cgraph_remove_node): Remove references.
15070         (dump_cgraph_node): Dump references.
15071         (cgraph_clone_node): Clone references.
15072         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
15073         (struct cgraph_node, varpool_node): Add ref_lst.
15074         * ipa-ref.c: New file.
15075         * ipa-ref.h: New file.
15076         * ipa-ref-inline.h: New file.
15077         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
15078         (referenced_from_other_partition_p): New function.
15079         (lto_output_varpool_node): Take set arugment; call
15080         referenced_from_other_partition.
15081         (lto_output_ref): New.
15082         (add_references): New.
15083         (output_refs): New.
15084         (output_cgraph): Compute boundary based on references; output refs.
15085         (output_varpool): Accept cgraph_node_set argument.
15086         (input_ref): New.
15087         (input_refs): New.
15088         (input_cgraph): Call input_refs.
15089         * lto-section-in.c (lto_section_name): Add refs.
15090         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
15091         (ipa-ref.o): New file.
15092         * varpool.c (varpool_node): Clear ipa ref list.
15093         (varpool_remove_node): Remove references.
15094         (dump_varpool_node): Dump references.
15095         (varpool_assemble_decl): Only compile finalized ones.
15096         (varpool_extra_name_alias): Initialize ref list.
15097         * lto-streamer.c (lto-get_section_name): Add .refs section.
15098         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
15099         (referenced_from_other_partition_p): Declared.
15100
15101 2010-05-06  Ira Rosen  <irar@il.ibm.com>
15102
15103         PR tree-optimization/43901
15104         * tree-vect-stmts.c (vectorizable_call): Assert that vector
15105         type is not NULL if it's transformation phase, and return
15106         FALSE if it's analysis.
15107         (vectorizable_conversion, vectorizable_operation,
15108         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
15109
15110 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
15111
15112         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15113         Delete.
15114         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
15115         New define.
15116         * config/mips/mips-protos.h
15117         (mips_small_register_classes_for_mode_p): Delete prototype.
15118
15119 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
15120
15121         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
15122         * config/arm/arm.c (multiple_operation_profitable_p,
15123         compute_offset_order): New static functions.
15124         (load_multiple_sequence, store_multiple_sequence): Use them.
15125         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
15126         memory offsets, not register numbers.
15127         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
15128
15129 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
15130
15131         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
15132         (get_pending_sizes, put_pending_size, put_pending_sizes):
15133         Update the uses of pending_sizes.
15134         * c-decl.c (store_parm_decls): Likewise.
15135         * c-tree.h (struct c_arg_info): Likewise.
15136         * tree.h: Update the prototype for get_pending_sizes and
15137         put_pending_sizes.
15138
15139 2010-05-05  Jason Merrill  <jason@redhat.com>
15140
15141         PR debug/43370
15142         * c-common.c (handle_aligned_attribute): Respect
15143         ATTR_FLAG_TYPE_IN_PLACE.
15144
15145         PR testsuite/43758
15146         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
15147         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
15148         (TARGET_INITIALIZER): Use it.
15149         * c-common.c (attribute_takes_identifier_p): Call it.
15150         * c-common.h: Update prototype.
15151         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
15152         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
15153
15154 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
15155
15156         PR debug/43950
15157         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
15158         DW_ID_down_case for Fortran compilation units.
15159
15160 2010-05-05  Jan Hubicka  <jh@suse.cz>
15161
15162         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
15163         handle aliases.
15164
15165 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
15166
15167         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
15168         a variable-sized RESULT_DECL.
15169
15170 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
15171
15172         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
15173
15174 2010-05-05  Jason Merrill  <jason@redhat.com>
15175
15176         PR c++/43787
15177         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
15178         returns GS_OK.
15179         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
15180
15181 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
15182             Jakub Jelinek  <jakub@redhat.com>
15183
15184         PR debug/43478
15185         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
15186         (dead_debug_init, dead_debug_finish): New functions.
15187         (dead_debug_add, dead_debug_insert_before): Likewise.
15188         (df_note_bb_compute): Initialize a dead_debug object, add dead
15189         debug uses to it, insert debug bind insns before death insns,
15190         reset debug insns that refer to pending uses at the end.
15191         * rtl.h (make_debug_expr_from_rtl): New prototype.
15192         * varasm.c (make_debug_expr_from_rtl): New function.
15193
15194 2010-05-05  Jan Hubicka  <jh@suse.cz>
15195
15196         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
15197         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
15198         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
15199         lto_varpool_encoder_deref, lto_varpool_encoder_size,
15200         lto_varpool_encoder_encode_initializer_p,
15201         lto_set_varpool_encoder_encode_initializer): New functions.
15202         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
15203         call output_varpool.
15204         (input_varpool_node): Do not always set analyzed.
15205         (input_cgraph_1): Return vector of cgraph nodes.
15206         (input_varpool_1): Return vector of varpools.
15207         (input_cgraph): Free the vectors.
15208         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
15209         output only initializers needed.
15210         (lto_output): Only call output_cgraph.
15211         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
15212         * lto-section-out.c (lto_new_out_decl_state): Initialize
15213         state->varpool_node_encoder.
15214         * lto-streamer.h (lto_varpool_encoder_d): New.
15215         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
15216         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
15217         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
15218         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
15219         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
15220         Declare.
15221         (output_varpool, input_varpool): Remove declarations.
15222
15223 2010-05-05  Jan Hubicka  <jh@suse.cz>
15224
15225         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
15226         with body can prevail.
15227
15228 2010-05-05  Jan Hubicka  <jh@suse.cz>
15229
15230         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
15231         size.
15232
15233 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
15234
15235         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
15236
15237         * gengtype.h (erro_at_line): Constify pos argument.
15238
15239         * gengtype.c: Include hashtab.h.
15240         (enum gc_used): Document GC_MAYBE_POINTED_TO.
15241         (error_at_line): Constify pos argument.
15242         (do_typedef): Initialize p->opt field.
15243         (get_file_gtfilename): Fix comment typo.
15244         (struct walk_type_data): Constify line field.
15245         (get_output_file_for_structure): New function.
15246         (write_local_func_for_structure): Constify orig_s argument.
15247         Use get_output_file_for_structure.
15248         (write_func_for_structure): Use get_output_file_for_structure.
15249         (INDENT): New define.
15250         (dump_pair, dump_type, dump_type_list, dump_typekind)
15251         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
15252         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
15253         functions.
15254         (seen_types): New variable.
15255         (main): New variable do_dump.  Process "-d" command line option.
15256         Call dump_everything if dump requested.
15257
15258 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
15259
15260         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
15261         in a temporary instead of invoking the macro multiple times.
15262         (track_expr_p): Likewise.
15263
15264 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
15265
15266         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
15267         per new semantics.
15268         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
15269         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
15270         conditions for printing notes.
15271         * common.opt (-Wcoverage-mismatch): Allow negative, default to
15272         true, update documentation.
15273         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
15274
15275 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
15276
15277         PR c/43981
15278         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
15279         on dimen.
15280
15281 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
15282
15283         PR target/43799
15284         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
15285         (*sse_prologue_save_insn1): Likewise.
15286         (SSE prologue save splitter): Likewise.
15287
15288 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
15289
15290         * tree.c (free_lang_data_in_one_sizepos): New inline function.
15291         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
15292         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
15293         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
15294         all decls.  Call it on DECL_FIELD_OFFSET of fields.
15295         (find_decls_types_r): Follow DECL_VALUE_EXPR.
15296         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
15297
15298 2010-05-04  Martin Jambor  <mjambor@suse.cz>
15299
15300         * tree-sra.c (build_access_from_expr_1): The first parameter type
15301         changed to simple tree.
15302         (build_access_from_expr): Likewise, gsi parameter was eliminated.
15303         (scan_assign_result): Renamed to assignment_mod_result, enum elements
15304         renamed as well.
15305         (build_accesses_from_assign): Removed all parameters except for a
15306         simple gimple statement.  Now returns a simple bool.
15307         (scan_function): All non-analysis parts moved to separate functions
15308         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
15309         parameters and updated both callers.
15310         (sra_modify_expr): Removed parameter data.
15311         (sra_modify_function_body): New function.
15312         (perform_intra_sra): Call sra_modify_function_body to modify the
15313         function body.
15314         (replace_removed_params_ssa_names): Parameter data changed into
15315         adjustments vector.
15316         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
15317         changed the parameter dont_convert to convert with the opposite
15318         meaning.
15319         (sra_ipa_modify_assign): Parameter data changed into adjustments
15320         vector, return value changed to bool.
15321         (ipa_sra_modify_function_body): New function.
15322         (sra_ipa_reset_debug_stmts): Updated a comment.
15323         (modify_function): Use ipa_sra_modify_function_body to modify function
15324         body.
15325
15326 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
15327
15328         PR middle-end/43671
15329         * alias.c (true_dependence): Handle the same VALUE in x and mem.
15330         (canon_true_dependence): Likewise.
15331         (write_dependence_p): Likewise.
15332
15333 2010-05-04  Jan Hubicka  <jh@suse.cz>
15334
15335         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
15336         * cgraphbuild.c: Include ipa-utils.h
15337         (record_reference_ctx): New struct.
15338         (record_reference): Simplify to work on initializers; not statements.
15339         (mark_address, mark_load, mark_store): New.
15340         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
15341         walk PHI nodes too.
15342         (record_references_in_initializer): Update use of record_reference.
15343         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
15344         walk PHI nodes too.
15345
15346 2010-05-04  Jan Hubicka  <jh@suse.cz>
15347
15348         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
15349         node will be removed anyway.
15350         (lto_varpool_replace_node): Allow also unanalyzed nodes;
15351         relink aliases of node into prevailing node.
15352         * varpool.c (varpool_remove_node): Remove aliases properly;
15353         when removing node, remove all its aliases too; remove DECL_INITIAL
15354         of removed node; ggc_free the varpool node.
15355
15356 2010-05-04  Richard Guenther  <rguenther@suse.de>
15357
15358         PR tree-optimization/43879
15359         * tree-ssa-structalias.c (alias_get_name): Use
15360         DECL_ASSEMBLER_NAME if available.
15361         (create_function_info_for): Return the varinfo node.
15362         (ipa_pta_execute): Associate same-body aliases and extra names
15363         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
15364
15365 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
15366
15367         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
15368
15369 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
15370
15371         PR bootstrap/43964
15372         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
15373         only if HONOR_REG_ALLOC_ORDER is not defined.
15374
15375 2010-05-04  Richard Guenther  <rguenther@suse.de>
15376
15377         PR tree-optimization/43949
15378         * tree-vrp.c (extract_range_from_binary_expr): Only handle
15379         TRUNC_MOD_EXPR.
15380
15381 2010-04-26  Jason Merrill  <jason@redhat.com>
15382
15383         * c.opt (-fstrict-enums): New.
15384         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
15385
15386 2010-05-03  David Ung  <davidu@mips.com>
15387             James E. Wilson  <wilson@codesourcery.com>
15388
15389         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
15390         emit the trap instruction before the divide for TUNE_74K.
15391
15392 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
15393
15394         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
15395         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
15396         based on the above, for new target hook.
15397
15398         * hooks.c (hook_bool_mode_true): New generic hook.
15399         * hooks.h (hook_bool_mode_true): Add prototype.
15400
15401         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
15402         target hook.
15403         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
15404         target hook, set to hook_bool_mode_false.
15405         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
15406         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
15407         with targetm.small_register_classes_for_mode_p.
15408         (find_reusable_reload): Likewise.
15409         (combine_reloads): Likewise.
15410         * reload1.c (reload_as_needed): Likewise.
15411         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
15412         * ifcvt.c (noce_process_if_block, check_cond_move_block,
15413         dead_or_predicable): Likewise.
15414         * regmove.c (optimize_reg_copy_1): Likewise.
15415         * calls.c (prepare_call_address): Likewise.
15416         (precompute_register_parameters): Likewise.
15417
15418         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
15419         hook definition.
15420         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
15421         implementation of the hook that considers all register classes
15422         small except for SH64.
15423         (sh_override_options): Use the new hook.
15424         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
15425         Add prototype.
15426
15427         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
15428         hook definition.
15429         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
15430         implementation of the hook that considers all register classes
15431         small for THUMB1.
15432         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
15433         Add prototype.
15434
15435         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
15436         hook definition.
15437         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
15438         implementation of the hook that considers all register classes
15439         small for MIPS16.
15440         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
15441         Add prototype.
15442
15443         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
15444         hook definition.
15445         * config/m32c/m32c.h: Likewise.
15446         * config/pdp11/pdp11.h: Likewise.
15447         * config/avr/avr.h: Likewise.
15448         * config/xtensa/xtensa.h: Likewise.
15449         * config/m68hc11/m68hc11.h: Likewise.
15450         * config/mn10300/mn10300.h: Likewise.
15451         * config/mcore/mcore.h: Likewise.
15452         * config/h8300/h8300.h: Likewise.
15453         * config/bfin/bfin.h: Likewise.
15454
15455         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
15456         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
15457
15458 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
15459
15460         * double-int.h (tree_to_double_int): Remove macro.
15461         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
15462         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
15463         (tree_to_double_int): New function.
15464         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
15465         Move ...
15466         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
15467
15468 2010-05-03  Richard Guenther  <rguenther@suse.de>
15469
15470         PR tree-optimization/43971
15471         * tree-ssa-structalias.c (get_constraint_for_1): Fix
15472         constraints in the !flag_delete_null_pointer_checks case.
15473
15474 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
15475
15476         PR debug/43972
15477         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
15478         result mode matches original rtl mode.
15479
15480 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
15481
15482         PR target/43888
15483         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
15484
15485 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
15486
15487         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
15488         when processing flag options.
15489
15490 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
15491
15492         * gcov-iov.c (main): Change format string placeholder
15493         from %#08x to 0x%08x.
15494         * genchecksum.c (dosum): Change format string placeholder
15495         from %#02x to 0x%02x.
15496
15497 2010-05-02  Richard Guenther  <rguenther@suse.de>
15498
15499         PR tree-optimization/43879
15500         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
15501
15502 2010-05-02  Bruno Haible  <bruno@clisp.org>
15503
15504         * doc/extend.texi (Function Attributes): Fix a typo.
15505
15506 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
15507
15508         Revert:
15509         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
15510         placeholder from 0x%x to %#x.
15511         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
15512         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
15513         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
15514         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
15515         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
15516         * config/i386/i386.c (ix86_target_string): Ditto.
15517         * config/i386/i386.c (output_pic_addr_const): Ditto.
15518         (print_operand): Ditto.
15519
15520 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
15521
15522         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
15523         placeholder from 0x%x to %#x.
15524         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
15525         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
15526         (ASM_OUTPUT_DEBUG_DATA): Ditto.
15527         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
15528         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
15529         * optc-gen.awk: Ditto.
15530         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
15531         (HOST_WIDE_INT_PRINT_HEX): Ditto.
15532         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
15533         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
15534
15535 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
15536
15537         * target.h (struct calls): Add function_value_regno_p field.
15538         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
15539         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
15540         * targhooks.c (default_function_value_regno_p): New function.
15541         * targhooks.h (default_function_value_regno_p): Declare function.
15542         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
15543         * builtins.c. (apply_result_size): (Ditto.).
15544         * combine.c. (likely_spilled_retval_p): (Ditto.).
15545         * mode-switching.c. Include 'target.h'.
15546         (create_pre_exit): Use function_value_regno_p hook.
15547         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
15548         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
15549         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
15550
15551         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
15552         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
15553         (ix86_function_value_regno_p): Declare as static, change argument
15554         type to const unsigned int.
15555         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
15556
15557 2010-05-01  Richard Guenther  <rguenther@suse.de>
15558
15559         PR tree-optimization/43949
15560         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
15561         types.
15562         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
15563
15564 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
15565
15566         * rtl.h (CONST_DOUBLE_P): Define.
15567         (rtx_to_double_int): Declare.
15568         * emit-rtl.c (rtx_to_double_int): New function.
15569         * dwarf2out.c (insert_double): New function.
15570         (loc_descriptor, add_const_value_attribute): Clean up, use
15571         rtx_to_double_int and insert_double functions.
15572
15573 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
15574
15575         * doc/extend.texi (Inline): Add missing return keyword to examples.
15576         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
15577         "command-line".
15578
15579 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
15580
15581         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
15582         the variable part of the offset as well.  Use highest_pow2_factor for
15583         all alignment checks.
15584
15585 2010-04-30  Richard Guenther  <rguenther@suse.de>
15586
15587         PR tree-optimization/43879
15588         * tree-ssa-structalias.c (type_could_have_pointers): Functions
15589         can have pointers.
15590
15591 2010-04-30  Jan Hubicka  <jh@suse.cz>
15592
15593         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
15594         varpool.
15595         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
15596
15597 2010-04-30  Jan Hubicka  <jh@suse.cz>
15598
15599         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
15600         New.
15601         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
15602         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
15603         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
15604         cgraph_node_set_needs_ltrans_p): Remove.
15605
15606 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
15607
15608         * sdbout.c: Include vec.h, do not include varray.h.
15609         (deferred_global_decls, sdbout_global_decl,
15610         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
15611         * toplev.c: Do not include varray.h.
15612         (dump_memory_report): Do not dump VARRAY statistics.
15613         * gengtype.c (open_base_file): Ignore varray.h.
15614         * Makefile.in: Update for abovementioned changes.
15615         Remove all traces of varray.c and varray.h.
15616         * varray.c: Remove file.
15617         * varray.h: Remove file.
15618
15619 2010-04-30  Jan Hubicka  <jh@suse.cz>
15620
15621         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
15622         references.
15623
15624 2010-04-30  Jan Hubicka  <jh@suse.cz>
15625
15626         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
15627         needed.
15628
15629 2010-04-30  Richard Guenther  <rguenther@suse.de>
15630
15631         * tree-ssa-structalias.c (get_constraint_for_1): Generate
15632         constraints for CONSTRUCTOR.
15633
15634 2010-04-30  Richard Guenther  <rguenther@suse.de>
15635
15636         PR lto/43946
15637         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
15638         first after all lowering passes.
15639
15640 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
15641
15642         * toplev.c: Include varray.h for statistics dumping.
15643         * tree.h: Do not declare varray_head_tag.
15644         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
15645         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
15646         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
15647         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
15648         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
15649         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
15650         c-common.c, c-common.h, reg-stack.c, basic-block.h,
15651         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
15652         include varray.h.
15653         * Makefile.in: Update for abovementioned changes.
15654
15655 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
15656
15657         PR debug/43942
15658         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
15659
15660 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
15661
15662         * config/picochip/picochip.c (picochip_legitimize_address): Define.
15663         Use this function to do machine-specific conversion.
15664         (picochip_legitimize_reload_address): Likewise.
15665         (picochip_legitimate_address_p): Check valid base register only if
15666         strict.
15667         (picochip_check_conditional_copy): Check for modw only if opnd is
15668         register.
15669         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
15670         to call the function in c.
15671         * config/picochip/picochip-protos.h
15672         (picochip_legitimize_reload_address): Define.
15673         * config/picochip/picochip.md (supported_compare1): Define.
15674
15675 2010-04-30  Jan Hubicka  <jh@suse.cz>
15676
15677         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
15678         (cgraph_global_info): Remove inlined.
15679         (LTO_cgraph_tag_names): Remove.
15680         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
15681         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
15682         simplify cgraph tags and document.
15683         (lto_output_node): Use only LTO_cgraph_unavail_node and
15684         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
15685         for_functions_valid, global info, process and output flags.
15686         (input_overwrite_node): Initialize estimated stack size and
15687         estimated growth.  Do not read flags we no longer store.
15688         (input_node): Likewise do not read info no longer stored.
15689         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
15690         flag.
15691
15692 2010-04-30  Richard Guenther  <rguenther@suse.de>
15693
15694         PR tree-optimization/43879
15695         * tree-ssa-structalias.c (get_constraint_for_1): Properly
15696         handle non-zero initializers.
15697
15698 2010-04-30  Richard Guenther  <rguenther@suse.de>
15699
15700         * builtins.c (fold_builtin_1): Delete free (0).
15701
15702 2010-04-29  Jan Hubicka  <jh@suse.cz>
15703
15704         * gengtype.c (open_base_files): Add lto-streamer.h
15705         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
15706         (pass_ipa_cp): GGC collect.
15707         * toplev. (compile_file): Do not output symbols.
15708         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
15709         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
15710         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
15711         * lto-section-in.c: Include ggc.h
15712         (lto_new_in_decl_state): Alloc in GGC.
15713         (lto_delete_in_decl_state): Likewise.
15714         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
15715         Collect.
15716
15717 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
15718
15719         PR target/42895
15720         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
15721         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
15722         (HONOR_REG_ALLOC_ORDER): Describe new macro.
15723         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
15724         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
15725         account only if HONOR_REG_ALLOC_ORDER is not defined.
15726         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
15727         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
15728
15729 2010-04-29  Jon Grant  <04@jguk.org>
15730
15731         * collect2.c (vflag): Change type from int to bool.
15732         (debug): Likewise.
15733         (helpflag): New global bool.
15734         (main): Set vflag and debug with boolean, not integer truth values.
15735         Accept new "--help" option and output usage text if found.
15736         * collect2.h (vflag): Update prototype.
15737         (debug): Likewise.
15738
15739 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
15740
15741         PR bootstrap/43936
15742         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
15743
15744 2010-04-29  Richard Guenther  <rguenther@suse.de>
15745
15746         PR bootstrap/43935
15747         * plugin.h (invoke_plugin_callbacks): Annotate arguments
15748         with ATTRIBUTE_UNUSED.
15749
15750 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
15751
15752         PR target/43921
15753         * config/i386/i386.c (get_some_local_dynamic_name): Replace
15754         INSN_P with NONDEBUG_INSN_P.
15755         (distance_non_agu_define): Likewise.
15756         (distance_agu_use): Likewise.
15757
15758 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
15759
15760         From Dominique d'Humieres  <dominiq@lps.ens.fr>
15761         PR bootstrap/43858
15762         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
15763         test_set.
15764
15765 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
15766
15767         * plugin.h (invoke_plugin_callbacks): New inline function.
15768         * plugin.c (flag_plugin_added): New global flag.
15769         (add_new_plugin): Initialize above flag.
15770         (invoke_plugin_callbacks): Rename to ...
15771         (invoke_plugin_callbacks_full): ... this.
15772
15773 2010-04-28  Jan Hubicka  <jh@suse.cz>
15774
15775         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
15776         (lto_varpool_replace_node): New.
15777         (lto_symtab_resolve_symbols): Resolve varpool nodes.
15778         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
15779         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
15780         * cgraph.h (varpool_node_ptr): New type.
15781         (varpool_node_ptr): New vector.
15782         (varpool_node_set_def): New structure.
15783         (varpool_node_set): New type.
15784         (varpool_node_set): New vector.
15785         (varpool_node_set_element_def): New structure.
15786         (varpool_node_set_element, const_varpool_node_set_element): New types.
15787         (varpool_node_set_iterator): New type.
15788         (varpool_node): Add prev pointers, add used_from_other_partition,
15789         in_other_partition.
15790         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
15791         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
15792         varpool_get_node, varpool_remove_node): Declare.
15793         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
15794         varpool_node_set_size): New inlines.
15795         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
15796         * tree-pass.h (varpool_node_set_def): Forward declare.
15797         (ipa_opt_pass_d): Summary writting takes vnode sets too.
15798         (ipa_write_optimization_summaries): Update prototype.
15799         * ipa-cp.c (ipcp_write_summary): Update.
15800         * ipa-reference.c (ipa_reference_write_summary): Update.
15801         * lto-cgraph.c (lto_output_varpool_node): New static function.
15802         (output_varpool): New function.
15803         (input_varpool_node): New static function.
15804         (input_varpool_1): New function.
15805         (input_cgraph): Input varpool.
15806         * ipa-pure-const.c (pure_const_write_summary): Update.
15807         * lto-streamer-out.c (lto_output): Update, output varpool too.
15808         (write_global_stream): Kill WPA hack.
15809         (produce_asm_for_decls): Update.
15810         (output_alias_pair_p): Handle variables.
15811         (output_unreferenced_globals): Output only needed partition of varpool.
15812         * ipa-inline.c (inline_write_summary): Update.
15813         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
15814         cgraph.
15815         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
15816         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
15817         varpool_node_set_new, varpool_node_set_add,
15818         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
15819         debug_varpool_node_set): New functions.
15820         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
15821         (execute_one_pass): Process new decls too.
15822         (ipa_write_summaries_2): Pass around vsets.
15823         (ipa_write_summaries_1): Likewise.
15824         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
15825         to add.
15826         (ipa_write_optimization_summaries_1): Pass around vsets.
15827         (ipa_write_optimization_summaries): Likewise.
15828         * varpool.c (varpool_get_node): New.
15829         (varpool_node): Update doubly linked lists.
15830         (varpool_remove_node): New.
15831         (dump_varpool_node): More dumping.
15832         (varpool_enqueue_needed_node): Update doubly linked lists.
15833         (decide_is_variable_needed): Kill ltrans hack.
15834         (varpool_finalize_decl): Kill lto hack.
15835         (varpool_assemble_decl): Skip decls in other partitions.
15836         (varpool_assemble_pending_decls): Update doubly linkes lists.
15837         (varpool_empty_needed_queue): Likewise.
15838         (varpool_extra_name_alias): Likewise.
15839         * lto-streamer.c (lto_get_section_name): Add vars section.
15840         * lto-streamer.h (lto_section_type): Update.
15841         (output_varpool, input_varpool): Declare.
15842
15843 2010-04-28  Mike Stump  <mikestump@comcast.net>
15844
15845         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
15846
15847 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
15848
15849         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
15850         record or union type with RECORD_OR_UNION_TYPE_P predicate.
15851         (lto_input_ts_type_tree_pointers): Likewise.
15852         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
15853         (lto_output_ts_type_tree_pointers): Likewise.
15854
15855 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
15856
15857         Uniquization of constants at the Tree level
15858         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
15859         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
15860         bit to the end.
15861         (tree_output_constant_def): Declare.
15862         * gimplify.c (gimplify_init_constructor): When using block copy, first
15863         uniquize the constant constructor on the RHS.
15864         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
15865         DECL_IN_CONSTANT_POOL flag.
15866         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
15867         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
15868         constant pool.
15869         (assemble_variable): Deal with symbols belonging to the tree constant
15870         pool.
15871         (get_constant_section): Add ALIGN parameter and simplify.
15872         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
15873         (assemble_constant_contents): Use the expression of the VAR_DECL.
15874         (output_constant_def_contents): Use the alignment of the VAR_DECL.
15875         (tree_output_constant_def): New global function.
15876         (mark_constant): Use the expression of the VAR_DECL.
15877         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
15878         its expression.
15879         (output_object_block): Likewise and assemble the expression.
15880
15881 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
15882
15883         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
15884         hash_tree, eq_tree): New tree hash table.
15885         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
15886         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
15887         lto_orig_address_remove): Reimplement.
15888
15889 2010-04-28  Xinliang David Li  <davidxl@google.com>
15890
15891         PR c/42643
15892         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
15893         (compute_uninit_opnds_pos): New function.
15894         (is_non_loop_exit_postdominating): New function.
15895         (compute_control_dep_chain): New function.
15896         (find_pdom): New function.
15897         (convert_control_dep_chain_into_preds): New function.
15898         (find_predicates): New function.
15899         (find_control_equiv_block): New function.
15900         (collect_phi_def_edges): New function.
15901         (find_def_preds): New function.
15902         (find_dom): New function.
15903         (dump_predicates): New function.
15904         (get_cmp_code): New function.
15905         (is_value_included_in): New function.
15906         (find_matching_predicate_in_rest_chains): New function.
15907         (use_pred_not_overlap_with_undef_path_pred): New function.
15908         (is_use_properly_guarded): New function.
15909         (normalize_cond_1): New function.
15910         (is_and_or_or): New function.
15911         (normalize_cond): New function.
15912         (is_gcond_subset_of): New function.
15913         (is_subset_of_any): New function.
15914         (is_or_set_subset_of): New function.
15915         (is_and_set_subset_of): New function.
15916         (is_norm_cond_subset_of): New function.
15917         (is_pred_expr_subset_of): New function.
15918         (is_pred_chain_subset_of): New function.
15919         (is_included_in): New function.
15920         (is_superset_of): New function.
15921         (find_uninit_use): New function.
15922         (warn_uninitialized_phi): New function.
15923         (compute_possibly_undefined_names): New function.
15924         (ssa_undefined_value_p): New function.
15925         (execute_late_warn_uninitialized): New function.
15926         * tree-ssa.c (ssa_undefined_value_p): Removed.
15927         (warn_uninit): Changed to extern.
15928         (warn_uninitialized_phi): Removed.
15929         (warn_uninitialized_vars): Changed to extern.
15930         (execute_late_warn_uninitialized): Removed
15931         * tree-flow.h: Add new prototypes.
15932         * timevar.def: Add new time variable.
15933         * Makefile.in: Add new build file.
15934
15935 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
15936
15937         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
15938         type if available.
15939
15940 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15941
15942         PR target/22224
15943         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
15944
15945 2010-04-28  Martin Jambor  <mjambor@suse.cz>
15946
15947         * cgraph.h (struct cgraph_node): New field indirect_calls.
15948         (struct cgraph_indirect_call_info): New type.
15949         (struct cgraph_edge): Removed field indirect_call. New fields
15950         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
15951         (cgraph_create_indirect_edge): Declare.
15952         (cgraph_make_edge_direct): Likewise.
15953         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
15954         * ipa-prop.h (struct ipa_param_call_note): Removed.
15955         (struct ipa_node_params): Removed field param_calls.
15956         (ipa_create_all_structures_for_iinln): Declare.
15957         * cgraph.c: Described indirect edges and uids in initial comment.
15958         (cgraph_add_edge_to_call_site_hash): New function.
15959         (cgraph_edge): Search also among the indirect edges, use
15960         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
15961         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
15962         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
15963         site hash.
15964         (initialize_inline_failed): Assign a reason to indirect edges.
15965         (cgraph_create_edge_1): New function.
15966         (cgraph_create_edge): Moved some functionality to
15967         cgraph_create_edge_1.
15968         (cgraph_create_indirect_edge): New function.
15969         (cgraph_edge_remove_callee): Add an assert checking for
15970         non-indirectness.
15971         (cgraph_edge_remove_caller): Special-case indirect edges.
15972         (cgraph_remove_edge): Likewise.
15973         (cgraph_set_edge_callee): New function.
15974         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
15975         (cgraph_make_edge_direct): New function.
15976         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
15977         the declaration of the call statement matches.
15978         (cgraph_node_remove_callees): Special-case indirect edges.
15979         (cgraph_clone_edge): Likewise.
15980         (cgraph_clone_node): Clone also the indirect edges.
15981         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
15982         indirect_call, dump count of indirect_calls edges.
15983         * ipa-prop.c (iinlining_processed_edges): New variable.
15984         (ipa_note_param_call): Create indirect edges instead of
15985         creating notes.  New parameter node.
15986         (ipa_analyze_call_uses): New parameter node, pass it on to
15987         ipa_note_param_call.
15988         (ipa_analyze_stmt_uses): Likewise.
15989         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
15990         (print_edge_addition_message): Work on edges rather than on notes.
15991         (update_call_notes_after_inlining): Likewise, renamed to
15992         update_indirect_edges_after_inlining.
15993         (ipa_create_all_structures_for_iinln): New function.
15994         (ipa_free_node_params_substructures): Do not free notes.
15995         (ipa_edge_duplication_hook): Propagate bits within
15996         iinlining_processed_edges bitmap.
15997         (ipa_node_duplication_hook): Do not duplicate notes.
15998         (free_all_ipa_structures_after_ipa_cp): Renamed to
15999         ipa_free_all_structures_after_ipa_cp.
16000         (free_all_ipa_structures_after_iinln): Renamed to
16001         ipa_free_all_structures_after_iinln.
16002         (ipa_write_param_call_note): Removed.
16003         (ipa_read_param_call_note): Removed.
16004         (ipa_write_indirect_edge_info): New function.
16005         (ipa_read_indirect_edge_info): Likewise.
16006         (ipa_write_node_info): Do not stream notes, do stream information
16007         in indirect edges.
16008         (ipa_read_node_info): Likewise.
16009         (lto_ipa_fixup_call_notes): Removed.
16010         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
16011         * ipa-inline.c (pass_ipa_inline): Likewise.
16012         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
16013         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
16014         * tree-inline.c (copy_bb): Removed an unnecessary double check for
16015         is_gimple_call.
16016         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
16017         edges.
16018         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
16019         (output_cgraph): Stream also indirect edges.
16020         (lto_output_edge): Added capability to stream indirect edges.
16021         (input_edge): Likewise.
16022         (input_cgraph_1): Likewise.
16023         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
16024         of indirect edges.
16025
16026 2010-04-28  Richard Guenther  <rguenther@suse.de>
16027
16028         PR tree-optimization/43879
16029         PR tree-optimization/43909
16030         * tree-ssa-structalias.c (struct variable_info): Add
16031         only_restrict_pointers flag.
16032         (new_var_info): Initialize it.  Increment stats.total_vars here.
16033         (create_function_info_for): Do not increment stats.total_vars here.
16034         (get_function_part_constraint): Fix build with C++.
16035         (insert_into_field_list): Remove.
16036         (push_fields_onto_fieldstack): Properly merge fields.
16037         (create_variable_info_for): Split and simplify.
16038         (create_variable_info_for_1): New piece.
16039         (intra_create_variable_infos): Properly make restrict constraints
16040         from parameters.
16041
16042 2010-04-28  Richard Guenther  <rguenther@suse.de>
16043
16044         PR c++/43880
16045         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
16046
16047 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16048             Jan Hubicka  <hubicka@ucw.cz>
16049
16050         * doc/invoke.texi (-Wsuggest-attribute=const,
16051         -Wsuggest-attribute=pure): Document.
16052         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
16053         (function_always_visible_to_compiler_p,
16054         suggest_attribute, warn_function_pure, warn_function_const):
16055         New functions.
16056         (check_call): Improve debug info.
16057         (analyze_function): Do not check availability.
16058         (add_new_function): Check availability.
16059         (propagate): Output warnings.
16060         (skip_function_for_local_pure_const): New function.
16061         (local_pure_const): Use it; output warnings.
16062         * common.opt (Wsuggest-attribute=const,
16063         Wsuggest-attribute=pure): New.
16064
16065 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
16066
16067         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
16068         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
16069         or DW_CFA_def_cfa_offset{,_sf}.
16070
16071 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
16072
16073         * tree.h: Fix truncated long macros.
16074
16075 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
16076
16077         * collect2.c (TARGET_64BIT): Redefine to target's default.
16078         * tlink.c: Likewise.
16079         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
16080         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
16081         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
16082         for underscoring __USER_LABEL_PREFIX__.
16083         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
16084         (SUB_LINK_ENTRY32): New.
16085         (SUB_LINK_ENTRY64): New.
16086         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
16087         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
16088         (SUB_LINK_ENTRY64): New.
16089         (SUB_LINK_ENTRY): New.
16090         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
16091         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
16092         x64 target is choosen.
16093         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
16094         * configure: Regenerated.
16095         * configure.ac (leading-mingw64-underscores): Option added.
16096
16097 2010-04-27  Jan Hubicka  <jh@suse.cz>
16098
16099         * doc/invoke.texi (-fipa-profile): Document.
16100         * opts.c (decode_options): Enable ipa-profile at -O1.
16101         * timevar.def (TV_IPA_PROFILE): Define.
16102         * common.opt (fipa-profile): Add.
16103         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
16104         flag for clones.
16105         (cgraph_propagate_frequency): Handle only local ones.
16106         * tree-pass.h (pass_ipa_profile): Declare.
16107         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
16108         (pass_ipa_profile): Use TV_IPA_PROFILE.
16109         * ipa.c (ipa_profile): New function.
16110         (gate_ipa_profile): Likewise.
16111         (pass_ipa_profile): New global variable.
16112         * passes.c (pass_ipa_profile): New.
16113
16114 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
16115
16116         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
16117
16118 2010-04-27  Martin Jambor  <mjambor@suse.cz>
16119
16120         PR middle-end/43812
16121         * ipa.c (dissolve_same_comdat_group_list): New function.
16122         (function_and_variable_visibility): Call
16123         dissolve_same_comdat_group_list when comdat group contains external or
16124         newly local nodes.
16125         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
16126         lists are circular and that they contain only DECL_ONE_ONLY nodes.
16127
16128 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
16129
16130         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
16131         (const_hash_1) <VECTOR_CST>: New case.
16132         (compare_constant) <VECTOR_CST>: Likewise.
16133         <ADDR_EXPR>: Deal with LABEL_REFs.
16134         (copy_constant) <VECTOR_CST>: New case.
16135
16136 2010-04-27  Jan Hubicka  <jh@suse.cz>
16137
16138         * cgraph.c (cgraph_propagate_frequency): New function.
16139         * cgraph.h (cgraph_propagate_frequency): Declare.
16140         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
16141         cgraph_propagate_frequency.
16142
16143 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
16144
16145         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
16146
16147 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
16148
16149         PR target/40657
16150         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
16151         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
16152         here to determine which regs to push and how much stack to reserve.
16153
16154 2010-04-27  Jie Zhang  <jie@codesourcery.com>
16155
16156         * doc/gimple.texi (gimple_statement_with_ops): Remove
16157         addresses_taken field.
16158         (gimple_statement_with_memory_ops): Likewise.
16159
16160 2010-04-27  Jan Hubicka  <jh@suse.cz>
16161
16162         * tree-inline.c (eni_inlining_weights): Remove.
16163         (estimate_num_insns): Special case more builtins.
16164
16165 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
16166
16167         PR c/32207
16168         * c-typeck.c (build_binary_op): Move forward check for comparison
16169         pointer with null pointer constant and adjust the diagnostic message.
16170
16171 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
16172
16173         PR lto/42776
16174         * configure.ac (gcc_cv_as_section_has_align): Set if installed
16175         binutils supports extended .section directive needed by LTO, or
16176         warn if older binutils found.
16177         (LTO_BINARY_READER): New AC_SUBST'd variable.
16178         (LTO_USE_LIBELF): Likewise.
16179         * gcc/config.gcc (lto_binary_reader): New target-specific configure
16180         variable.
16181         * gcc/Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
16182         (LTO_USE_LIBELF): Likewise.
16183         * configure: Regenerate.
16184
16185         * collect2.c (is_elf): Rename from this ...
16186         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
16187          object files in addition to ELF-formatted ones.
16188         (scan_prog_file): Caller updated.  Also allow for LTO info marker
16189         symbol to be prefixed or not by an extra underscore.
16190
16191         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
16192         * config/i386/winnt.c: Also #include lto-streamer.h
16193         (i386_pe_asm_named_section): Specify 1-byte section alignment for
16194         LTO named sections.
16195         (i386_pe_asm_output_aligned_decl_common): Add comment.
16196         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
16197
16198 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
16199
16200         PR target/43889
16201         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
16202         Add missing earlyclobber for second alternative.
16203
16204 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
16205
16206         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
16207         bits for artificial defs at the top of the block.
16208         * fwprop.c (single_def_use_enter_block): Don't call it.
16209
16210 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
16211
16212         PR 43715
16213         * gcc/configure.ac: Use "$gcc_cv_nm -g" on darwin
16214         instead of "$gcc_cv_objdump -T".
16215         Use "-undefined dynamic_lookup" on darwin.
16216         * gcc/configure: Regenerate.
16217
16218 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
16219
16220         PR c/43893
16221         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
16222
16223 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
16224
16225         * c-parser.c (struct c_token): Move location field up.
16226         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
16227         (struct c_declspecs): Convert typespec_word, storage_class, and
16228         default_int_p into bitfields.
16229         (struct c_declarator): Move loc field up.
16230
16231 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
16232
16233         * cfgloop.h (struct loop): Move can_be_parallel field up.
16234         * ipa-prop.h (struct ip_node_params): Move bitfields up.
16235         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
16236         down.
16237         (struct iv_cand): Convert pos field into a bitfield.
16238         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
16239         field up.
16240         (struct _stmt_vec_info): Shuffle fields for better packing.
16241
16242 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
16243
16244         * varasm.c (IN_NAMED_SECTION): Remove guard.
16245         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
16246         (IN_NAMED_SECTION_P): ...this.
16247         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
16248         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
16249
16250 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
16251
16252         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
16253         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
16254         of shadowing it.  Fix comments.
16255
16256 2010-04-26  Jan Hubicka  <jh@suse.cz>
16257
16258         * cgraph.c (cgraph_create_node): Set node frequency to normal.
16259         (cgraph_clone_node): Copy function frequency.
16260         * cgraph.h (node_frequency): New enum
16261         (struct cgraph_node): Add.
16262         * final.c (rest_of_clean_state): Update.
16263         * lto-cgraph.c (lto_output_node): Output node frequency.
16264         (input_overwrite_node): Input node frequency.
16265         * tre-ssa-loop-ivopts (computation_cost): Update.
16266         * lto-streamer-out.c (output_function): Do not output function
16267         frequency.
16268         * predict.c (maybe_hot_frequency_p): Update and handle functions
16269         executed once.
16270         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
16271         attribute lookup.
16272         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
16273         (compute_function_frequency): Set noreturn functions to be executed
16274         once.
16275         (choose_function_section): Update.
16276         * lto-streamer-in.c (input_function): Do not input function frequency.
16277         * function.c (allocate_struct_function): Do not initialize function
16278         frequency.
16279         * function.h (function_frequency): Remove.
16280         (struct function): Remove function frequency.
16281         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
16282         (try_update): Update.
16283         * tree-inline.c (initialize_cfun): Do not update function frequency.
16284         * passes.c (pass_init_dump_file): Update.
16285         * i386.c (ix86_compute_frame_layout): Update.
16286         (ix86_pad_returns): Update.
16287
16288 2010-04-26  Jie Zhang  <jie@codesourcery.com>
16289
16290         PR tree-optimization/43833
16291         * tree-vrp.c (range_int_cst_p): New.
16292         (range_int_cst_singleton_p): New.
16293         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
16294         when both operands are constants.  Use range_int_cst_p in
16295         BIT_IOR_EXPR case.
16296
16297 2010-04-26  Jan Hubicka  <jh@suse.cz>
16298
16299         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
16300
16301 2010-04-26  Richard Guenther  <rguenther@suse.de>
16302
16303         PR lto/43080
16304         * gimple.c (gimple_decl_printable_name): Deal gracefully
16305         with a NULL DECL_NAME.
16306
16307 2010-04-26  Richard Guenther  <rguenther@suse.de>
16308
16309         PR lto/42425
16310         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
16311         if emitting debug information and it is either a function
16312         or a namespace decl.
16313
16314 2010-04-26  Ira Rosen  <irar@il.ibm.com>
16315
16316         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
16317         determine if the statement is vectorizable, and a macro to access it.
16318         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
16319         Skip statements that can't be vectorized. If the analysis fails,
16320         mark the statement as unvectorizable if vectorizing basic block.
16321         (vect_compute_data_refs_alignment): Likewise.
16322         (vect_verify_datarefs_alignment): Skip statements marked as
16323         unvectorizable. Add print.
16324         (vect_analyze_group_access): Skip statements that can't be
16325         vectorized. If the analysis fails, mark the statement as
16326         unvectorizable if vectorizing basic block.
16327         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
16328         * tree-vect-stmts.c (vectorizable_store): Fix the number of
16329         generated stmts for SLP.
16330         (new_stmt_vec_info): Initialize the new field.
16331         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
16332         statements marked as unvectorizable.
16333
16334 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
16335
16336         * c-common.c (flag_isoc1x): New.
16337         (flag_isoc99): Update comment.
16338         * c-common.h (flag_isoc1x): New.
16339         (flag_isoc99): Update comment.
16340         * c-cppbuiltin.c (builtin_define_float_constants): Also define
16341         __<type>_DECIMAL_DIG__.
16342         * c-opts.c (set_std_c1x): New.
16343         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
16344         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
16345         * c.opt (-std=c1x, -std=gnu1x): New options.
16346         * doc/cpp.texi: Mention -std=c1x.
16347         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
16348         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
16349         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
16350         * doc/standards.texi: Mention C1X.
16351         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
16352         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
16353         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
16354         Define for C1X.
16355
16356 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
16357
16358         * config/i386/gmon-sol2.c (_mcleanup): Change format string
16359         placeholder from 0x%x to %#x.
16360         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
16361         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
16362         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
16363         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
16364         * config/i386/i386.c (ix86_target_string): Ditto.
16365         (output_pic_addr_const): Ditto.
16366         (print_operand): Ditto.
16367
16368 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
16369
16370         * combine.c (find_split_point): Add third argument.  Use it
16371         to find nested multiply-accumulate instructions.  Adjust calls.
16372         (try_combine): Adjust call to find_split_point.
16373
16374 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
16375
16376         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
16377
16378 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
16379
16380         PR tree-optimization/41442
16381         * fold-const.c (merge_truthop_with_opposite_arm): New function.
16382         (fold_binary_loc): Call it.
16383
16384 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16385
16386         * toplev.c (general_init): Set default for fdiagnostics-show-option.
16387         * opts.c (common_handle_option): Allow disabling it.
16388         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
16389
16390 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
16391
16392         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
16393         between modes if both types are integral.
16394
16395 2010-04-23  Richard Guenther  <rguenther@suse.de>
16396
16397         PR tree-optimization/43572
16398         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
16399
16400 2010-04-23  Richard Guenther  <rguenther@suse.de>
16401
16402         PR lto/43455
16403         * tree-inline.c (tree_can_inline_p): Also check compatibility
16404         of return types.
16405
16406 2010-04-23  Martin Jambor  <mjambor@suse.cz>
16407
16408         PR tree-optimization/43846
16409         * tree-sra.c (struct access): New flag grp_assignment_read.
16410         (build_accesses_from_assign): Set grp_assignment_read.
16411         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
16412         (enum mark_read_status): New type.
16413         (analyze_access_subtree): Propagate grp_assignment_read, create
16414         accesses also if both direct_read and root->grp_assignment_read.
16415
16416 2010-04-23  Martin Jambor  <mjambor@suse.cz>
16417
16418         PR middle-end/43835
16419         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
16420         function does not have type attributes.
16421
16422 2010-04-23  Richard Guenther  <rguenther@suse.de>
16423
16424         PR lto/42653
16425         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
16426         of FUNCTION_DECLs.
16427
16428 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16429
16430         * sese.h (create_if_region_on_edge): Remove.
16431
16432         * sese.c (create_if_region_on_edge): Make static.
16433
16434         * tree-inline.c: Do not include ggc.h.
16435
16436         * expr.c: Do not include ggc.h.
16437
16438         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
16439         dependencies.
16440
16441 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
16442
16443         PR target/43744
16444         * config/sh/sh.c (find_barrier): Don't emit a constant pool
16445         in the middle of insns for casesi_worker_2.
16446
16447 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
16448
16449         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
16450
16451 2010-04-22  Ira Rosen  <irar@il.ibm.com>
16452
16453         PR tree-optimization/43842
16454         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
16455         loop unrolling in update of exit phis. Fix comment.
16456         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
16457         least two reduction statements in the loop before starting SLP
16458         analysis.
16459
16460 2010-04-22  Nick Clifton  <nickc@redhat.com>
16461
16462         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
16463
16464 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
16465
16466         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
16467         to simplify a + ~a.
16468
16469 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16470
16471         * tree-parloops.c (loop_parallel_p): New argument
16472         parloop_obstack.  Pass it down.
16473         (parallelize_loops): New variable parloop_obstack.  Initialize it,
16474         pass it down, free it.
16475
16476         * tree-loop-linear.c (linear_transform_loops): Pass down
16477         lambda_obstack.
16478
16479         * tree-data-ref.h (lambda_compute_access_matrices): New argument
16480         of type struct obstack *.
16481
16482         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
16483         scratch_obstack.  Initialize it, pass down, free it.
16484
16485         * lambda.h (lambda_loop_new): Remove.
16486         (lambda_matrix_new, lambda_matrix_inverse)
16487         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
16488         argument of type struct obstack *.
16489
16490         * lambda-trans.c (lambda_trans_matrix_new): New argument
16491         lambda_obstack.  Pass it down, use obstack allocation for ret.
16492         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
16493         it down.
16494
16495         * lambda-mat.c (lambda_matrix_get_column)
16496         (lambda_matrix_project_to_null): Remove.
16497         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
16498         allocation for mat.
16499         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
16500         lambda_obstack.
16501
16502         * lambda-code.c (lambda_loop_new): New function.
16503         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
16504         (lambda_compute_auxillary_space, lambda_compute_target_space)
16505         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
16506         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
16507         (build_access_matrix): New argument lambda_obstack.  Use obstack
16508         allocation for am.
16509         (lambda_compute_step_signs, lambda_compute_access_matrices): New
16510         argument lambda_obstack.  Pass it down.
16511
16512 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
16513
16514         * optabs.h (expand_widening_mult): Declare.
16515
16516 2010-04-22  Richard Guenther  <rguenther@suse.de>
16517
16518         PR tree-optimization/43845
16519         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
16520         lookup the CALL_EXPR function and arguments.
16521
16522 2010-04-22  Nick Clifton  <nickc@redhat.com>
16523
16524         * config/stormy16/stormy16.c
16525         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
16526         * config/stormy16/stormy16.h: Tidy up formatting.
16527         (DONT_USE_BUILTIN_SETJMP): Remove definition.
16528         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
16529         (ineqbranchsi): Delete pattern.
16530         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
16531         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
16532         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
16533         stormy16-lib2-ucmpsi2.c.
16534
16535 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
16536
16537         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
16538         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
16539         extra set merge_set_noclobber, and use it to relax the final test
16540         slightly.
16541         * df.h (df_simulate_find_noclobber_defs): Declare.
16542         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
16543         conditional defs.
16544         (df_simulate_find_noclobber_defs): New function.
16545
16546 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
16547
16548         * config/i386/i386.md: Use {} around multi-line preparation statements.
16549
16550 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
16551
16552         * c-tree.h (push_init_level, pop_init_level, set_init_index)
16553         (process_init_element): New argument of type struct obstack *.
16554
16555         * c-typeck.c (push_init_level, pop_init_level, set_designator)
16556         (set_init_index, set_init_label, set_nonincremental_init)
16557         (set_nonincremental_init_from_string, find_init_member)
16558         (output_init_element, output_pending_init_elements)
16559         (process_init_element): New argument braced_init_obstack.  Pass it
16560         down.
16561         (push_range_stack, add_pending_init): New argument
16562         braced_init_obstack.  Use obstack allocation.
16563
16564         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
16565         braced_init_obstack.  Pass it down.
16566         (c_parser_braced_init): New variables ret, braced_init_obstack.
16567         Initialize obstack, pass it down and finally free it.
16568
16569 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
16570
16571         PR middle-end/29274
16572         * tree-pass.h (pass_optimize_widening_mul): Declare.
16573         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
16574         gate_optimize_widening_mul): New static functions.
16575         (pass_optimize_widening_mul): New.
16576         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
16577         <case MULT_EXPR>: Remove support for widening multiplies.
16578         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
16579         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
16580         simplify_gen_unary rather than directly building extensions.
16581         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
16582         WIDEN_MULT_EXPR.
16583         * expmed.c (expand_widening_mult): New function.
16584         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
16585
16586 2010-04-21  Jan Hubicka  <jh@suse.cz>
16587
16588         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
16589         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
16590         * lto-wpa-fixup.c: Remove.
16591         * Makefile.in (lto-wpa-fixup.o): Remove.
16592         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
16593         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
16594         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
16595
16596 2010-04-21  Jan Hubicka  <jh@suse.cz>
16597
16598         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
16599         add write_optimization_summary, read_optimization_summary.
16600         (ipa_write_summaries_of_cgraph_node_set): Remove.
16601         (ipa_write_optimization_summaries): Declare.
16602         (ipa_read_optimization_summaries): Declare.
16603         * ipa-cp.c (pass_ipa_cp): Update.
16604         * ipa-reference.c (pass_ipa_reference): Update.
16605         * ipa-pure-const.c (pass_ipa_pure_const): Update.
16606         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
16607         Update.
16608         * ipa-inline.c (pass_ipa_inline): Update.
16609         * ipa.c (pass_ipa_whole_program): Update.
16610         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
16611         * passes.c (ipa_write_summaries_1): Do not test wpa.
16612         (ipa_write_optimization_summaries_1): New.
16613         (ipa_write_optimization_summaries): New.
16614         (ipa_read_summaries): Do not test ltrans.
16615         (ipa_read_optimization_summaries_1): New.
16616         (ipa_read_optimization_summaries): New.
16617
16618 2010-04-21  Jan Hubicka  <jh@suse.cz>
16619
16620         * lto-cgraph.c (lto_output_node): Do not output comdat groups
16621         for boundary nodes.
16622         (output_cgraph): Do not arrange comdat groups for boundary nodes.
16623
16624 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
16625
16626         PR debug/40040
16627         * dwarf2out.c (add_name_and_src_coords_attributes): Add
16628         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
16629
16630 2010-04-21  Jan Hubicka  <jh@suse.cz>
16631
16632         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
16633
16634 2010-04-21  Jan Hubicka  <jh@suse.cz>
16635
16636         * varpool.c (decide_is_variable_needed): Variable is always needed
16637         during ltrans.
16638
16639 2010-04-21  Jan Hubicka  <jh@suse.cz>
16640
16641         * opts.c (decode_options): Enable pure-const pass for whopr.
16642
16643 2010-04-21  Jan Hubicka  <jh@suse.cz>
16644
16645         * cgraph.c (dump_cgraph_node): Dump also assembler name.
16646         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
16647         at WPA dumping.
16648         (cgraph_decide_inlining): Do not expect callee to be removed in all
16649         cases.
16650
16651 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
16652
16653         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
16654
16655 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
16656
16657         * config/i386/i386.md (x86_shrd): Add athlon_decode and
16658         amdfam10_decode attributes.
16659
16660 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
16661
16662         PR middle-end/43570
16663         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
16664         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
16665         (lower_copyprivate_clauses): Use private var in outer
16666         context instead of original var.  Make sure the types
16667         are correct for VLAs.
16668
16669 2010-04-21  Richard Guenther  <rguenther@suse.de>
16670
16671         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
16672         to non-pointer objects.
16673
16674 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
16675
16676         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
16677         last chain entry if it starts with the still current label.
16678         (add_location_or_const_value_attribute): Check that
16679         loc_list->first->next is NULL instead of comparing ->first with ->last.
16680         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
16681         to add_var_loc_to_decl.
16682
16683         * dwarf2out.c (output_call_frame_info): For dw_cie_version
16684         >= 4 add also address size and segment size fields into CIE header.
16685
16686         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
16687         long as address size is the same as sizeof (void *) and
16688         segment size is 0.
16689         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
16690         address size or segment size is unexpected, return DW_EH_PE_omit.
16691         (classify_object_over_fdes): If get_cie_encoding returned
16692         DW_EH_PE_omit, return -1.
16693         (init_object): If classify_object_over_fdes returned -1,
16694         pretend there were no FDEs at all.
16695
16696 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
16697
16698         * config/i386/i386.md (bswap<mode>2): Macroize expander from
16699         bswap{si,di}2 using SWI48 mode iterator.
16700         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
16701         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
16702         set modrm attribute of bswap insn to 0 and remove length attribute.
16703         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
16704         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
16705         set mode attribute to <MODE> and remove length attribute.
16706
16707 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
16708
16709         PR rtl-optimization/43520
16710         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
16711         zero available registers.
16712
16713 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16714
16715         * builtins.c (fold_builtin_cproj): Fold more cases.
16716
16717 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16718
16719         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
16720         (fold_builtin_1): Fold builtin cproj.
16721         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
16722         Use ATTR_CONST_NOTHROW_LIST.
16723
16724 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
16725
16726         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
16727         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
16728         ffsi2_no_cmove for !TARGET_CMOVE.
16729         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
16730         (ffssi2): Remove expander.
16731         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
16732         mode iterator.
16733         (ctz<mode>2): Ditto from ctz{si,di}2.
16734         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
16735         mode iterator.
16736         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
16737         mode iterator.
16738
16739 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
16740
16741         * dwarf2out.c (AT_linkage_name): Define.
16742         (clone_as_declaration): Handle DW_AT_linkage_name.
16743         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
16744         of DW_AT_MIPS_linkage_name.
16745         (move_linkage_attr): Likewise.
16746         (dwarf2out_finish): Likewise.
16747
16748 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
16749
16750         PR middle-end/41952
16751         * fold-const.c (fold_comparison): New folding rule.
16752
16753 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
16754
16755         * double-int.h (double_int_setbit): Declare.
16756         * double-int.c (double_int_setbit): New function.
16757         * rtl.h (immed_double_int_const): Declare.
16758         * emit-rtl.c (immed_double_int_const): New function.
16759         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
16760         and immed_double_int_const functions.
16761         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
16762         expand_copysign_bit): (Ditto.).
16763         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
16764         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
16765         * dojump.c (prefer_and_bit_test): (Ditto.).
16766         * expr.c (convert_modes, reduce_to_bit_field_precision,
16767         const_vector_from_tree): (Ditto.).
16768         * expmed.c (mask_rtx, lshift_value): (Ditto.).
16769
16770 2010-04-20  Jan Hubicka  <jh@suse.cz>
16771
16772         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
16773         (dump_cgraph_node): Dump new flags.
16774         * cgraph.h (struct cgraph_node): Add flags
16775         reachable_from_other_partition and in_other_partition.
16776         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
16777         other partition can not be removed.
16778         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
16779         the other partition must be output; silence sanity checking on
16780         leaking functions bodies from other paritition.
16781         * lto-cgraph.c (reachable_from_other_partition_p): New function.
16782         (lto_output_node): Output new flags; do not sanity check that inline
16783         clones are output; drop lto_forced_extern_inline_p code; do not mock
16784         visibility flags at partition boundaries.
16785         (add_node_to): New function.
16786         (output_cgraph): Use it to sort functions so masters appear before
16787         clones.
16788         (input_overwrite_node): Input new flags.
16789         * passes.c (ipa_write_summaries): Do not call
16790         lto_new_extern_inline_states.
16791         * lto-section-out.c (forced_extern_inline,
16792         lto_new_extern_inline_states lto_delete_extern_inline_states,
16793         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
16794         * lto-streamer.h (lto_new_extern_inline_states,
16795         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
16796         lto_forced_extern_inline_p): Kill.
16797
16798 2010-04-20  Richard Guenther  <rguenther@suse.de>
16799
16800         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
16801         from vars that can have pointers.
16802         (process_constraint): Dump useless constraints.
16803
16804 2010-04-20  Richard Guenther  <rguenther@suse.de>
16805
16806         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
16807         (dump_sa_points_to_info): Remove asserts.
16808         (init_base_vars): nothing_id isn't an escape point nor does it
16809         have pointers.
16810
16811 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
16812
16813         * tree.h (TYPE_REF_IS_RVALUE): Define.
16814         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
16815         should_move_die_to_comdat, prune_unused_types_walk): Handle
16816         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
16817         (modified_type_die, gen_reference_type_die): Emit
16818         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
16819         if TYPE_REF_IS_RVALUE and -gdwarf-4.
16820
16821 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16822
16823         PR target/43635
16824         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
16825         calls for -fpic -m31 if they have been sibcall optimized.
16826
16827 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
16828
16829         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
16830         ar.lc fixed and call-used.
16831
16832         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
16833
16834 2010-04-19  Jan Hubicka  <jh@suse.cz>
16835
16836         * opts.c (decode_options): Disable whpr incompatible passes.
16837         * lto/lto.c (lto_1_to_1_map): Skip clones.
16838         (read_cgraph_and_symbols): Do not mark everything as needed.
16839         (do_whole_program_analysis): Do map only after optimizing;
16840         set proper cgraph_state; use passmanager.
16841
16842 2010-04-19  DJ Delorie  <dj@redhat.com>
16843
16844         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
16845         POINTER_PLUS_EXPR and fix them.
16846
16847 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
16848
16849         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
16850         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
16851         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
16852         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
16853         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
16854         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
16855         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
16856         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
16857         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
16858         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
16859         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
16860
16861 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
16862
16863         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
16864         (check_cond_move_block): Likewise.
16865         (cond_move_process_if_block): Likewise.
16866         (noce_find_if_block): Improve formatting.
16867         (find_if_header): Pass 0 to memset and tweak conditions.
16868         (cond_exec_find_if_block): Fix long lines and tweak conditions.
16869
16870 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
16871
16872         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
16873         for -gdwarf-4.
16874
16875         PR middle-end/43337
16876         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
16877         with non-local decl doesn't need chain.
16878
16879 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
16880
16881         * ira-color.c (allocno_reload_assign): Avoid accumulating
16882         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
16883
16884 2010-04-19  Martin Jambor  <mjambor@suse.cz>
16885
16886         * gimple.h (create_tmp_reg): Declare.
16887         * gimplify.c (create_tmp_reg): New function.
16888         (gimplify_return_expr): Use create_tmp_reg.
16889         (gimplify_omp_atomic): Likewise.
16890         (gimple_regimplify_operands): Likewise.
16891         * tree-dfa.c (make_rename_temp): Likewise.
16892         * tree-predcom.c (predcom_tmp_var): Likewise.
16893         (reassociate_to_the_same_stmt): Likewise.
16894         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
16895         (get_replaced_param_substitute): Likewise.
16896         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
16897         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
16898         * tree-ssa-pre.c (get_representative_for): Likewise.
16899         (create_expression_by_pieces): Likewise.
16900         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
16901         (create_tailcall_accumulator): Likewise.
16902
16903 2010-04-19  Martin Jambor  <mjambor@suse.cz>
16904
16905         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
16906         new_stmt.
16907         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
16908
16909 2010-04-19  Richard Guenther  <rguenther@suse.de>
16910
16911         PR tree-optimization/43796
16912         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
16913         from SCEV in the lattice.
16914         (vrp_visit_phi_node): Dump change.
16915
16916 2010-04-19  Richard Guenther  <rguenther@suse.de>
16917
16918         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
16919         * configure: Re-generated.
16920
16921 2010-04-19  Richard Guenther  <rguenther@suse.de>
16922
16923         PR tree-optimization/43783
16924         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
16925         constant ARRAY_REF operands two and three if possible.
16926
16927 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
16928
16929         PR target/43766
16930         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
16931
16932 2010-04-19  Jie Zhang  <jie@codesourcery.com>
16933
16934         PR target/43662
16935         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
16936
16937 2010-04-19  Ira Rosen  <irar@il.ibm.com>
16938
16939         PR tree-optimization/37027
16940         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
16941         and macro to access it.
16942         (vectorizable_reduction): Add argument.
16943         (vect_get_slp_defs): Likewise.
16944         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
16945         statements for possible use in SLP.
16946         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
16947         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
16948         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
16949         add new argument.
16950         (vectorizable_reduction): Likewise.
16951         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
16952         vect_get_slp_defs.
16953         (vectorizable_type_demotion, vectorizable_type_promotion,
16954         vectorizable_store): Likewise.
16955         (vect_analyze_stmt): Update call to vectorizable_reduction.
16956         (vect_transform_stmt): Likewise.
16957         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
16958         (vect_build_slp_tree): Fix indentation. Check that there are no loads
16959         from different interleaving chains in same node.
16960         (vect_slp_rearrange_stmts): New function.
16961         (vect_supported_load_permutation_p): Allow load permutations for
16962         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
16963         inside SLP nodes if necessary.
16964         (vect_analyze_slp_instance): Handle reductions.
16965         (vect_analyze_slp): Try to build SLP instances originating from groups
16966         of reductions.
16967         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
16968         (vect_get_constant_vectors): Create initial vectors for reductions
16969         according to reduction code. Add new argument.
16970         (vect_get_slp_defs): Add new argument, pass it to
16971         vect_get_constant_vectors.
16972         (vect_schedule_slp_instance): Remove SLP tree root statements.
16973
16974 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
16975
16976         * tree.h (ENUM_IS_SCOPED): Define.
16977         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
16978         for ENUM_IS_SCOPED enums.
16979
16980 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
16981
16982         * fold-const.c (fold_comparison): Use ssizetype.
16983         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
16984         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
16985         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
16986         * tree-object-size.c (compute_object_sizes): Use size_type_node.
16987
16988         * tree.h (initialize_sizetypes): Remove parameter.
16989         (build_common_tree_nodes): Remove second parameter.
16990         * stor-layout.c (initialize_sizetypes): Remove parameter.
16991         Always create an unsigned type.
16992         (set_sizetype): Assert that the passed type is unsigned and simplify.
16993         * tree.c (build_common_tree_nodes): Remove second parameter.
16994         Adjust call to initialize_sizetypes.
16995         * c-decl.c (c_init_decl_processing): Remove second argument in call to
16996         build_common_tree_nodes.
16997
16998 2010-04-18  Matthias Klose  <doko@ubuntu.com>
16999
17000         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
17001
17002 2010-04-18  Ira Rosen  <irar@il.ibm.com>
17003
17004         PR tree-optimization/43771
17005         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
17006         load permutation doesn't have gaps.
17007
17008 2010-04-18  Jan Hubicka  <jh@suse.cz>
17009
17010         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
17011         (sse_prologue_save_insn expander): Use new pattern.
17012         (sse_prologue_save_insn1): New pattern and splitter.
17013         (sse_prologue_save_insn): Update to deal also with 64bit aligned
17014         blocks.
17015         * i386.c (setup_incoming_varargs_64): Do not compute jump
17016         destination here.
17017         (ix86_gimplify_va_arg): Update alignment needed.
17018         (ix86_local_alignment): Do not align all local arrays to 128bit.
17019
17020 2010-04-17  Jan Hubicka  <jh@suse.cz>
17021
17022         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
17023
17024 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17025
17026         * arm.md (negdi2): Remove redundant code to force values into a
17027         register.
17028
17029 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17030
17031         * arm/bpabi.S: Add EABI alignment attributes to objects.
17032         * arm/bpabi-v6m.S: Likewise.
17033         * arm/crti.asm: Likewise.
17034         * arm/crtn.asm: Likewise.
17035         * arm/lib1funcs.asm: Likewise.
17036         * arm/libunwind.S: Likewise.
17037
17038 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
17039
17040         * arm-protos.h (tune_params): New structure.
17041         * arm.c (current_tune): New variable.
17042         (arm_constant_limit): Delete.
17043         (struct processors): Add pointer to the tune parameters.
17044         (arm_slowmul_tune): New tuning option.
17045         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
17046         (all_cores): Adjust to pick up the tuning model.
17047         (arm_constant_limit): New function.
17048         (arm_override_options): Select the appropriate tuning model.  Delete
17049         initialization of arm_const_limit.
17050         (arm_split_constant): Use the new constant-limit model.
17051         (arm_rtx_costs): Pick up the current tuning model.
17052         * arm.md (is_strongarm, is_xscale): Delete.
17053         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
17054         for Xscale variant architectures.
17055         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
17056
17057 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17058
17059         * config/arm/arm.c (arm_gen_constant): Remove unused variable
17060         can_shift.
17061         (arm_rtx_costs_1): Remove unused variable extra_cost.
17062         (arm_unwind_emit_set): Use variable offset.
17063         (thumb1_output_casesi): Remove unused variable flags.
17064
17065 2010-04-16  Jeff Law  <law@redhat.com>
17066
17067         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
17068         needing assignment rather than doing a two-phase assignment.  Remove
17069         unused variable 'm'.
17070
17071 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17072
17073         PR bootstrap/43767
17074         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
17075
17076 2010-04-16  Doug Kwan  <dougkwan@google.com>
17077
17078         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
17079         (next_operand_entry_id): New static variable.
17080         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
17081         (add_to_ops_vec): Assigned unique ID to operand entry.
17082         (struct oecount_s): New field ID.
17083         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
17084         (undistribute_ops_list): Assign unique IDs to oecounts.
17085         (init_reassoc): reset next_operand_entry_id.
17086
17087 2010-04-16  Doug Kwan  <dougkwan@google.com>
17088
17089         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
17090         missing left parenthesis.
17091
17092 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
17093
17094         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
17095         *btdi_rex64 using SWI48 mode iterator.
17096         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
17097         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
17098         *jcc_btdi_mask_rex64.
17099
17100 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
17101
17102         * double-int.h (tree_to_double_int): Convert to macro.
17103         * double-int.c (tree_to_double_int): Remove.
17104
17105 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17106
17107         PR debug/43762
17108         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
17109         with want_address 2 and in case a single element list might be
17110         possible, call it again with want_address 0.
17111
17112 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
17113
17114         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
17115         case 'W' print operands for HI mode.
17116         * config/h8300/h8300.h (Y0, Y2) : New constraints.
17117         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
17118         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
17119         * config/h8300/predicate.md (bit_register_indirect_operand): New.
17120
17121         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
17122
17123         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
17124         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
17125         #xx:3 and #xx:4 mode.
17126
17127         * config/h8300/h8300.md (inverted load with HImode dest): Add
17128         support for H8300SX.
17129
17130         * config/h8300/predicate.md (bit_operand): Allow immediate values that
17131         satisfy 'U' constraint.
17132
17133 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17134
17135         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
17136         * configure: Regenerate.
17137         * config.in: Regenerate.
17138         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
17139         works.
17140
17141 2010-04-16  Richard Guenther  <rguenther@suse.de>
17142
17143         * tree.h (struct tree_decl_minimal): Move pt_uid ...
17144         (struct tree_decl_common): ... here.
17145         (DECL_PT_UID): Adjust.
17146         (SET_DECL_PT_UID): Likewise.
17147         (DECL_PT_UID_SET_P): Likewise.
17148
17149 2010-04-16  Richard Guenther  <rguenther@suse.de>
17150
17151         PR tree-optimization/43572
17152         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
17153         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
17154         * tree-flow.h (is_call_clobbered): Remove.
17155         * tree-flow-inline.h (is_call_clobbered): Likewise.
17156         * tree-dfa.c (dump_variable): Do not dump call clobber state.
17157         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
17158         (execute_return_slot_opt): Adjust.
17159         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
17160         check for call clobbered vars here.
17161         (find_tail_calls): Move tailcall verification to the
17162         proper place.
17163
17164 2010-04-16  Diego Novillo  <dnovillo@google.com>
17165
17166         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
17167
17168 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
17169
17170         PR target/40603
17171         * config/arm/arm.md (cbranchqi4): New pattern.
17172         * config/arm/predicates.md (const0_operand,
17173         cbranchqi4_comparison_operator): New predicates.
17174
17175 2010-04-16  Richard Guenther  <rguenther@suse.de>
17176
17177         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
17178         (dump_gimple_stmt): Likewise.
17179
17180 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
17181
17182         * recog.h (struct recog_data): New field is_operator.
17183         (struct insn_operand_data): New field is_operator.
17184         * recog.c (extract_insn): Set recog_data.is_operator.
17185         * genoutput.c (output_operand_data): Emit code to set the
17186         is_operator field.
17187         * reload.c (find_reloads): Use it rather than testing for an
17188         empty constraint string.
17189
17190         PR target/41514
17191         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
17192         If the previous insn is a cbranchsi4_insn with the same arguments,
17193         omit the compare instruction.
17194
17195         * config/arm/arm.md (addsi3_cbranch): If destination is a high
17196         register, inputs must be low registers and we need a low register
17197         scratch.  Handle alternative 2 like alternative 3.
17198
17199 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
17200
17201         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
17202         don't call get_addr on both.  If one expression is a VALUE and
17203         the other a REG, check VALUE's locs if the REG isn't among them.
17204
17205 2010-04-16  Christian Bruel  <christian.bruel@st.com>
17206
17207         * config/sh/sh.h (sh_frame_pointer_required): New function.
17208         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
17209         (flag_omit_frame_pointer) Set.
17210         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
17211         (rounded_frame_size): Adjust size with outgoing_args_size.
17212         (sh_set_return_address): Must return from stack pointer.
17213         * gcc/config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
17214         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
17215         (ACCUMULATE_OUTGOING_ARGS): Define.
17216         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
17217         * gcc/config/sh/sh.opt (maccumulate-outgoing-args): New option.
17218
17219 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
17220
17221         PR target/43471
17222         * config/sh/sh.c (sh_legitimize_reload_address): Use
17223         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
17224         Remove a unneeded check for offset_base.
17225
17226 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
17227
17228         * configure: Regenerated.
17229
17230 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17231
17232         * config/s390/s390.c (s390_call_save_register_used): Switch back
17233         to HARD_REGNO_NREGS.
17234
17235 2010-04-15  Richard Guenther  <rguenther@suse.de>
17236
17237         * alias.c (alias_set_subset_of): Handle alias-set zero
17238         child properly.
17239
17240 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
17241             Julian Brown  <julian@codesourcery.com>
17242
17243         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
17244         alternatives according to use of high and low regs.
17245         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
17246         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
17247         optimizing for size on Thumb-2.
17248
17249 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
17250
17251         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
17252
17253 2010-04-15  Richard Guenther  <rguenther@suse.de>
17254
17255         * tree-ssa-structalias.c (struct variable_info): Add
17256         is_fn_info flag.
17257         (new_var_info): Initialize it.
17258         (dump_constraints): Support printing last added constraints.
17259         (debug_constraints): Adjust.
17260         (dump_constraint_graph): Likewise.
17261         (make_heapvar_for): Check for NULL cfun.
17262         (get_function_part_constraint): New function.
17263         (get_fi_for_callee): Likewise.
17264         (find_func_aliases): Properly implement IPA PTA constraints.
17265         (process_ipa_clobber): New function.
17266         (find_func_clobbers): Likewise.
17267         (insert_into_field_list_sorted): Remove.
17268         (create_function_info_for): Properly allocate vars for IPA mode.
17269         Do not use insert_into_field_list_sorted.
17270         (create_variable_info_for): Properly generate constraints for
17271         global vars in IPA mode.
17272         (dump_solution_for_var): Always dump the solution.
17273         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
17274         (find_what_var_points_to): Adjust.
17275         (pt_solution_set): Change.
17276         (pt_solution_ior_into): New function.
17277         (pt_solution_empty_p): Export.
17278         (pt_solution_includes_global): Adjust.
17279         (pt_solution_includes_1): Likewise.
17280         (pt_solutions_intersect_1): Likewise.
17281         (dump_sa_points_to_info): Check some invariants.
17282         (solve_constraints): Move constraint dumping ...
17283         (compute_points_to_sets): ... here.
17284         (ipa_pta_execute): ... and here.
17285         (compute_may_aliases): Do not re-compute points-to info
17286         locally if IPA info is available.
17287         (ipa_escaped_pt): New global var.
17288         (ipa_pta_execute): Properly implement IPA PTA.
17289         * tree-into-ssa.c (dump_decl_set): Support dumping
17290         decls not in referenced-vars.
17291         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
17292         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
17293         (dump_points_to_solution): Likewise.
17294         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
17295         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
17296         (remap_gimple_stmt): Reset call clobber/use information if necessary.
17297         (copy_decl_to_var): Copy DECL_PT_UID.
17298         (copy_result_decl_to_var): Likewise.
17299         * tree.c (make_node_stat): Initialize DECL_PT_UID.
17300         (copy_node_stat): Copy it.
17301         * tree.h (DECL_PT_UID): New macro.
17302         (SET_DECL_PT_UID): Likewise.
17303         (DECL_PT_UID_SET_P): Likewise.
17304         (struct tree_decl_minimal): Add pt_uid member.
17305         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
17306         (pt_solution_empty_p): Declare.
17307         (pt_solution_set): Adjust.
17308         (ipa_escaped_pt): Declare.
17309         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
17310         * gimple-pretty-print.c (pp_points_to_solution): New function.
17311         (dump_gimple_call): Dump call clobber/use information.
17312         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
17313         * tree-pass.h (TDF_ALIAS): New dump option.
17314         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
17315         * doc/invoke.texi (-fipa-pta): Update documentation.
17316
17317 2010-04-15  Richard Guenther  <rguenther@suse.de>
17318
17319         * Makefile.in (OBJS-common): Add gimple-fold.o.
17320         (gimple-fold.o): New rule.
17321         * tree.h (maybe_fold_offset_to_reference,
17322         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
17323         prototypes ...
17324         * gimple.h: ... here.
17325         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
17326         may_propagate_address_into_dereference): Move prototypes ...
17327         * gimple.h: ... here.
17328         * tree-ssa-ccp.c (get_symbol_constant_value,
17329         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
17330         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
17331         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
17332         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
17333         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
17334         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
17335         gimplify_and_update_call_from_tree): Move ...
17336         * gimple-fold.c: ... here.  New file.
17337         (ccp_fold_builtin): Rename to ...
17338         (gimple_fold_builtin): ... this.
17339         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
17340
17341 2010-04-15  Richard Guenther  <rguenther@suse.de>
17342
17343         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
17344         fit_double_type, force_fit_type_double, add_double_with_sign,
17345         neg_double, mul_double_with_sign, lshift_double, rshift_double,
17346         lrotate_double, rrotate_double, div_and_round_double): Move ...
17347         * double-int.c: ... here.
17348         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
17349         add_double, neg_double, mul_double_with_sign, mul_double,
17350         lshift_double, rshift_double, lrotate_double, rrotate_double,
17351         div_and_round_double): Move prototypes ...
17352         * double-int.h: ... here.
17353
17354 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
17355
17356         PR target/43742
17357         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
17358         matching constraints to ensure inputs match the output.
17359
17360 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
17361
17362         PR target/43742
17363         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
17364         in an input-only operand.
17365
17366 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
17367
17368         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
17369         (double_int_not, double_int_lshift, double_int_rshift): Declare.
17370         (double_int_negative_p): Convert to static inline function.
17371         * double-int.c (double_int_lshift, double_int_lshift): New functions.
17372         (double_int_negative_p): Remove.
17373         * tree.h (lshift_double, rshift_double):
17374         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
17375         * fold-const.c (fold_convert_const_int_from_real,
17376         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
17377         (lshift_double): Change type of arith argument to bool.
17378         (rshift_double): Change type of arith argument to bool. Correct
17379         comment.
17380         * expmed.c (mask_rtx, lshift_value): (Ditto.).
17381
17382 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
17383
17384         PR target/21803
17385         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
17386         at the start and end of the then/else blocks, and omit them from the
17387         conversion.
17388         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
17389         argument; all callers changed.  Pass zero to old_insns_match_p instead.
17390         (flow_find_head_matching_sequence): New function.
17391         (old_insns_match_p): Check REG_EH_REGION notes for calls.
17392         * basic-block.h (flow_find_cross_jump,
17393         flow_find_head_matching_sequence): Declare functions.
17394
17395 2010-04-14  Jason Merrill  <jason@redhat.com>
17396
17397         PR c++/36625
17398         * c-common.c (attribute_takes_identifier_p): New fn.
17399         * c-common.h: Declare it.
17400
17401 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17402
17403         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
17404         splitter condition.
17405         (*udivmod<mode>4): Ditto.
17406
17407 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17408
17409         * config/i386/i386.md (maxmin_int): Rename code attribute from
17410         maxminiprefix and update all users.
17411         (maxmin_float): Ditto from maxminfprefix.
17412         (logic): Ditto from logicprefix.
17413         (absneg_mnemonic): Ditto from absnegprefix.
17414         * config/i386/mmx.md: Update all users of maxminiprefix,
17415         maxminfprefix and logicprefix for rename.
17416         * config/i386/sse.md: Ditto.
17417         * config/i386/sync.md (sync_<code><mode>): Update for
17418         logicprefix rename.
17419
17420 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17421
17422         PR 42966
17423         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
17424         warnings converted to errors.
17425
17426 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17427
17428         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
17429         used insn_type variable.
17430         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
17431         to avoid set-but-not-used warning.
17432
17433 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17434
17435         * df-core.c (df_ref_debug): Change format string placeholder
17436         from 0x%x to %#x.
17437         * dwarf2asm.c (dw2_asm_output_data_raw,
17438         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
17439         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
17440         * dwarf2out.c (output_cfi, output_cfi_directive,
17441         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
17442         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
17443         Ditto.
17444         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
17445         * print-rtl.c (print_rtx): Ditto.
17446
17447 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17448
17449         PR middle-end/42694
17450         * builtins.c (expand_builtin_pow_root): New function to expand pow
17451         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
17452         series of sqrt and cbrt calls under -ffast-math.
17453         (expand_builtin_pow): Call it.
17454
17455 2010-04-14  Michael Matz  <matz@suse.de>
17456
17457         PR tree-optimization/42963
17458         * tree-cfg.c (touched_switch_bbs): New static variable.
17459         (group_case_labels_stmt): New function broken out from ...
17460         (group_case_labels): ... here, use the above.
17461         (start_recording_case_labels): Allocate touched_switch_bbs.
17462         (end_recording_case_labels): Deallocate it, call
17463         group_case_labels_stmt.
17464         (gimple_redirect_edge_and_branch): Remember index of affected BB.
17465
17466 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17467
17468         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
17469         from insn template.
17470
17471 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
17472
17473         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
17474
17475 2010-04-13  Jan Hubicka  <jh@suse.cz>
17476
17477         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
17478         of optimized out static functions.
17479         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
17480         cost computation.  Also sanity check for overflows.
17481         (update_caller_keys): Update cgraph_edge_badness call; properly
17482         update fibheap and sanity check that it is up to date.
17483         (add_new_edges_to_heap): Update cgraph_edge_badness.
17484         (cgraph_decide_inlining_of_small_function): Likewise;
17485         add sanity checking that badness in heap is up to date;
17486         improve dumping of reason; Update badness of calls to the
17487         offline copy of function currently inlined; dump badness
17488         of functions not inlined because of unit growth limits.
17489
17490 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
17491
17492         PR middle-end/32628
17493         * c-common.c (pointer_int_sum): Disregard overflow that occured only
17494         because of sign-extension change when converting to sizetype here...
17495         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
17496
17497         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
17498         the folding to constants.  Remove redundant final conversion.
17499         (fold_binary) <associate>: Do not associate if the re-association of
17500         constants alone overflows.
17501         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
17502         to the end of the list.
17503         (multiple_of_p) <COND_EXPR>: New case.
17504
17505 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
17506
17507         * opt-functions.awk (opt_sanitized_name): New.
17508         (opt_enum): New.
17509         * optc-gen.awk: Use it
17510         * opth-gen.awk: Use it.
17511
17512 2010-04-13  Martin Jambor  <mjambor@suse.cz>
17513
17514         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
17515         (sra_modify_assign): Delete stmts loading dead data even if racc has no
17516         children.  Call replace_uses_with_default_def_ssa_name to handle
17517         SSA_NAES on lhs.
17518
17519 2010-04-13  Michael Matz  <matz@suse.de>
17520
17521         PR middle-end/43730
17522         * builtins.c (expand_builtin_interclass_mathfn): Also create
17523         a register if the predicate doesn't match.
17524
17525 2010-04-13  Diego Novillo  <dnovillo@google.com>
17526
17527         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
17528         * c-pch.c: Include timevar.h.
17529         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
17530         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
17531         * ggc-common.c: Include timevar.h.
17532         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
17533         * timevar.def (TV_PCH_SAVE): Define.
17534         (TV_PCH_CPP_SAVE): Define.
17535         (TV_PCH_PTR_REALLOC): Define.
17536         (TV_PCH_PTR_SORT): Define.
17537         (TV_PCH_RESTORE): Define.
17538         (TV_PCH_CPP_RESTORE): Define.
17539
17540 2010-04-13  Michael Matz  <matz@suse.de>
17541
17542         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
17543         into MINUS_EXPRs.
17544         (can_reassociate_p): New function.
17545         (break_up_subtract_bb, reassociate_bb): Use it.
17546
17547 2010-04-13  Richard Guenther  <rguenther@suse.de>
17548
17549         PR bootstrap/43737
17550         * builtins.c (c_readstr): Fix assert.
17551
17552 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
17553
17554         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
17555         when generating cltd insn.
17556
17557         (*ashl<mode>3_1): Remove special handling for register operand 2.
17558         (*ashlsi3_1_zext): Ditto.
17559         (*ashlhi3_1): Ditto.
17560         (*ashlhi3_1_lea): Ditto.
17561         (*ashlqi3_1): Ditto.
17562         (*ashlqi3_1_lea): Ditto.
17563         (*<shiftrt_insn><mode>3_1): Ditto.
17564         (*<shiftrt_insn>si3_1_zext): Ditto.
17565         (*<shiftrt_insn>qi3_1_slp): Ditto.
17566         (*<rotate_insn><mode>3_1): Ditto.
17567         (*<rotate_insn>si3_1_zext): Ditto.
17568         (*<rotate_insn>qi3_1_slp): Ditto.
17569
17570 2010-04-13  Richard Guenther  <rguenther@suse.de>
17571
17572         * tree-ssa-structalias.c (callused_id): Remove.
17573         (call_stmt_vars): New.
17574         (get_call_vi): Likewise.
17575         (lookup_call_use_vi): Likewise.
17576         (lookup_call_clobber_vi): Likewise.
17577         (get_call_use_vi): Likewise.
17578         (get_call_clobber_vi): Likewise.
17579         (make_transitive_closure_constraints): Likewise.
17580         (handle_const_call): Adjust to do per-call call-used handling.
17581         (handle_pure_call): Likewise.
17582         (find_what_var_points_to): Remove general callused handling.
17583         (init_base_vars): Likewise.
17584         (init_alias_vars): Initialize call_stmt_vars.
17585         (compute_points_to_sets): Process call-used and call-clobbered
17586         vars for call statements.
17587         (delete_points_to_sets): Free call_stmt_vars.
17588
17589 2010-04-13  Richard Guenther  <rguenther@suse.de>
17590
17591         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
17592         Only add RW dependence for dependence distance zero.
17593         Adjust maximal vectorization factor according to dependences.
17594         Move alignment handling ...
17595         (vect_find_same_alignment_drs): ... here.  New function.
17596         (vect_analyze_data_ref_dependences): Adjust.
17597         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
17598         (vect_analyze_data_refs): Adjust minimal vectorization factor
17599         according to data references.
17600         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
17601         dependences before determining the vectorization factor.
17602         Analyze alignment after determining the vectorization factor.
17603         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
17604         dependences before alignment.
17605         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
17606         Adjust prototype.
17607         (vect_analyze_data_refs): Likewise.
17608         (MAX_VECTORIZATION_FACTOR): New define.
17609
17610 2010-04-13  Duncan Sands  <baldrick@free.fr>
17611
17612         * except.h (lang_eh_type_covers): Remove.
17613         * except.c (lang_eh_type_covers): Likewise.
17614
17615 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17616             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17617
17618         * gcc/config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
17619         * gcc/config/s390/s390.c: Replace UNTIS_PER_WORD with
17620         UNITS_PER_LONG where it is ABI relevant.
17621         (s390_return_addr_rtx): Likewise.
17622         (s390_back_chain_rtx): Likewise.
17623         (s390_frame_area): Likewise.
17624         (s390_frame_info): Likewise.
17625         (s390_initial_elimination_offset): Likewise.
17626         (save_gprs): Likewise.
17627         (s390_emit_prologue): Likewise.
17628         (s390_emit_epilogue): Likewise.
17629         (s390_function_arg_advance): Likewise.
17630         (s390_function_arg): Likewise.
17631         (s390_va_start): Likewise.
17632         (s390_gimplify_va_arg): Likewise.
17633         (s390_function_profiler): Likewise.
17634         (s390_optimize_prologue): Likewise.
17635         (s390_rtx_costs): Likewise.
17636         (s390_secondary_reload): Likewise.
17637         (s390_promote_function_mode): Likewise.
17638         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
17639         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
17640         registers available.
17641         (s390_unwind_word_mode): New function.
17642         (s390_function_value): Split 64 bit values into register pair if
17643         used as return value.
17644         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
17645         function call parameters.  Handle parallels.
17646         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
17647         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
17648         (DWARF_CIE_DATA_ALIGNMENT): New macro.
17649         (s390_expand_setmem): Remove unused variable src_addr.
17650         * gcc/longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
17651         deal with 64 bit registers.
17652         * gcc/config/s390/s390.h: Define __zarch__ predefined macro.
17653         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
17654         (UNITS_PER_LONG): New macro.
17655         * libjava/include/s390-signal.h: Define extended ucontext
17656         structure containing the upper halfs of the 64 bit registers.
17657
17658 2010-04-13  Simon Baldwin  <simonb@google.com>
17659
17660         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
17661
17662 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
17663
17664         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
17665         rvalue on the RHS if the LHS is of a non-renamable type.
17666         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
17667
17668 2010-04-13  Matthias Klose  <doko@ubuntu.com>
17669
17670         * gcc.c (cc1_options): Handle -iplugindir before processing
17671         the cc1 spec. Only add -iplugindir once.
17672         (cpp_unique_options): Add -iplugindir option if -fplugin* options
17673         found.
17674         * common.opt (iplugindir): Remove `Separate' property, initialize.
17675         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
17676         option.
17677         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
17678         (distclean): Remove plugin dir.
17679         * doc/invoke.texi: Document -iplugindir.
17680
17681 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
17682
17683         * doc/plugins.texi (Loading Plugins): Document short
17684         -fplugin=foo option.
17685         (Plugin API): Mention default_plugin_dir_name function.
17686
17687         * gcc.c (find_file_spec_function): Add new declaration.
17688         (static_spec_func): Use it for "find-file".
17689         (find_file_spec_function): Add new function.
17690         (cc1_options): Add -iplugindir option if -fplugin* options found.
17691
17692         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
17693
17694         * plugin.c (add_new_plugin): Updated comment, and handle short
17695         plugin name.
17696         (default_plugin_dir_name): Added new function.
17697
17698         * common.opt (iplugindir): New option to set the plugin directory.
17699
17700 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
17701
17702         * config/i386/i386.md (any_rotate): New code iterator.
17703         (rotate_insn): New code attribute.
17704         (rotate): Ditto.
17705         (SWIM124): New mode iterator.
17706         (<rotate_insn>ti3): New expander.
17707         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
17708         any_rotate code iterator.
17709         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
17710         using any_rotate code iterator and SWIM124 mode iterator.
17711         (ix86_rotlti3): New insn_and_split pattern.
17712         (ix86_rotrti3): Ditto.
17713         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
17714         ix86_rotl{di,ti}3 patterns.
17715         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
17716         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
17717         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
17718         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
17719         code iterator and SWI mode iterator.
17720         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
17721         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
17722         code iterator.
17723         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
17724         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
17725         (bswap rotatert splitter): Add splitter.
17726         (bswap splitter): Macroize splitter using any_rotate code iterator.
17727         Add insn predicate to split only for TARGET_USE_XCHGB or when
17728         optimizing function for size.
17729
17730 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
17731
17732         * config/pa/pa.c (emit_move_sequence): Remove use of
17733         deleted variable flag_argument_noalias.
17734
17735 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17736
17737         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
17738         configurations.
17739         Add to unsupported targets list.
17740         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
17741         sparc*-sun-solaris2.[567]* from target lists.
17742         * configure: Regenerate.
17743         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
17744         removal.
17745         Remove Solaris 7 patch references.
17746         (Specific, sparc-sun-solaris2.7): Removed.
17747         (sparc-sun-solaris2*): Update Solaris 7 example.
17748         (sparc64-*-solaris2*): Likewise.
17749
17750 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17751
17752         * config.build (alpha*-dec-osf4*): Remove.
17753         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
17754         of obsolete configurations.
17755         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
17756         support.
17757         * config/alpha/t-osf4: Renamed to ...
17758         * config/alpha/t-osf5: ... this.
17759         * config/alpha/osf.h: Renamed to ...
17760         * config/alpha/osf5.h: ... this.
17761         Merged old osf5.h contents.
17762         Update comments.
17763         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
17764         (EXTRA_SPECS): Removed.
17765         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
17766         reflect removal of Tru64 UNIX V4.0/V5.0 support.
17767         Document that.
17768
17769 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17770
17771         * doc/contrib.texi (Contributors, Rainer Orth): Update.
17772
17773 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
17774
17775         PR/43702
17776         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
17777         __thiscall convention.
17778
17779 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
17780
17781         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
17782         orig_base.
17783         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
17784
17785 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
17786
17787         * function.c (assign_parms_initialize_all): Add unused attribute
17788         to fntype.
17789
17790 2010-04-12  Richard Guenther  <rguenther@suse.de>
17791
17792         * gsstruct.def (GSS_CALL): New.
17793         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
17794         * gimple.h: Include tree-ssa-alias.h.
17795         (struct gimple_statement_call): New.
17796         (union gimple_statement_struct_d): Add gimple_call member.
17797         (gimple_call_reset_alias_info): Declare.
17798         (gimple_call_use_set): New function.
17799         (gimple_call_clobber_set): Likewise.
17800         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
17801         * gimple.c (gimple_call_reset_alias_info): New function.
17802         (gimple_build_call_1): Call it.
17803         * lto-streamer-in.c (input_gimple_stmt): Likewise.
17804         * tree-inline.c (remap_gimple_stmt): Likewise.
17805         (expand_call_inline): Remove callused handling.
17806         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
17807         * tree-dfa.c (dump_variable): Likewise.
17808         * tree-parloops.c (parallelize_loops): Likewise.
17809         * tree-ssa.c (init_tree_ssa): Likewise.
17810         (delete_tree_ssa): Likewise.
17811         * tree-flow-inline.h (is_call_used): Remove.
17812         * tree-flow.h (struct gimple_df): Remove callused member.
17813         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
17814         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
17815         (ref_maybe_used_by_call_p_1): Simplify.
17816         (call_may_clobber_ref_p_1): Likewise.
17817         * tree-ssa-structalias.c (compute_points_to_sets): Set
17818         the call stmt used and clobbered sets.
17819         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
17820         (find_tail_calls): Verify the tail call.
17821
17822 2010-04-12  Richard Guenther  <rguenther@suse.de>
17823
17824         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
17825         single-iteration always-inline inlining.
17826         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
17827         (cgraph_decide_inlining): Do not handle always-inline specially.
17828         (try_inline): Remove always-inline cycle detection special case.
17829         Do not recurse on always-inlines.
17830         (cgraph_early_inlining): Do not iterate if not optimizing.
17831         (cgraph_gate_early_inlining): remove.
17832         (pass_early_inline): Run unconditionally.
17833         (gate_cgraph_decide_inlining): New function.
17834         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
17835         not inlining or optimizing.
17836         (cgraph_decide_inlining_of_small_functions): Also consider
17837         always-inline functions.
17838         (cgraph_default_inline_p): Return true for nodes which should
17839         disregard inline limits.
17840         (estimate_function_body_sizes): Assume zero size and time for
17841         nodes which are marked as disregarding inline limits.
17842         (cgraph_decide_recursive_inlining): Do not perform recursive
17843         inlining on always-inline nodes.
17844
17845 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
17846
17847         PR bootstrap/43699
17848         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
17849         for exprs satisfying handled_component_p.
17850
17851 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
17852
17853         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
17854         non-constant aggregate elements.
17855
17856         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
17857         is a real initialization.
17858
17859 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
17860
17861         PR c/36774
17862         * c-decl.c (start_function): Move forward check for nested function.
17863
17864 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
17865
17866         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
17867         * config/sh/sh.c: Include reload.h.
17868         (sh_legitimize_reload_address): New.
17869         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
17870         sh_legitimize_reload_address.
17871
17872 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
17873
17874         * config/sh/sh.md (*movqi_pop): New insn pattern.
17875         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
17876
17877 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
17878
17879         * config/i386/i386.md (any_shiftrt): New code iterator.
17880         (shiftrt_insn): New code attribute.
17881         (shiftrt): Ditto.
17882         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
17883         using any_shiftrt code iterator.
17884         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
17885         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
17886         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
17887         pattern from corresponding peephole2 patterns.
17888         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
17889         using any_shiftrt code iterator.
17890         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
17891         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
17892         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
17893         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
17894         *{ashr,lshr}<mode>3_cmp_zext.
17895         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
17896
17897 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
17898
17899         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
17900         scratch register.
17901         (*lshr<mode>3_cconly): Ditto.
17902
17903 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
17904
17905         * config/i386/i386.md (lshr<mode>3): Macroize expander from
17906         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
17907         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
17908         pattern from *lshr{di,ti}3_1 and corresponding splitters using
17909         DWI mode iterator.
17910         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
17911         from corresponding peephole2 patterns.
17912         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
17913         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
17914         and *lshrdi3_1_rex64 using SWI mode iterator.
17915         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
17916         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
17917         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
17918         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
17919         and *lshrdi3_cmp_rex64 using SWI mode iterator.
17920         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
17921         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
17922         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
17923         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
17924         SWI mode iterator.
17925
17926 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
17927
17928         * config/i386/i386.md (ashr<mode>3): Macroize expander from
17929         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
17930         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
17931         pattern from *ashr{di,ti}3_1 and corresponding splitters using
17932         DWI mode iterator.
17933         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
17934         from corresponding peephole2 patterns.
17935         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
17936         (ashrsi3_cvt): Rename from ashrsi3_31.
17937         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
17938         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
17939         and x86_64_shift_adj_3 using SWI48 mode iterator.
17940         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
17941         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
17942         and *ashrdi3_1_rex64 using SWI mode iterator.
17943         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
17944         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
17945         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
17946         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
17947         and *ashrdi3_cmp_rex64 using SWI mode iterator.
17948         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
17949         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
17950         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
17951         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
17952         SWI mode iterator.
17953         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
17954         * config/i386/i386.c (ix86_split_ashr): Update for renamed
17955         x86_shift<mode>_adj_3 expanders.
17956
17957 2010-04-10  Wei Guozhi  <carrot@google.com>
17958
17959         PR target/42601
17960         * config/arm/arm.c (arm_pic_static_addr): New function.
17961         (legitimize_pic_address): Call arm_pic_static_addr when it detects
17962         a static symbol.
17963         (arm_output_addr_const_extra): Output expression for new pattern.
17964         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
17965
17966 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
17967
17968         * ira-costs.c (record_reg_classes): Ignore alternatives that are
17969         not enabled.
17970
17971         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
17972         * web.c: Include "insn-config.h" and "recog.h".
17973         (union_match_dups): New function.
17974         (web_main): Call it.
17975         (union_defs): Don't try to recognize match_dups.
17976
17977         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
17978         if doing so would replace the entire pattern.
17979
17980 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
17981
17982         PR target/43707
17983         PR target/43709
17984         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
17985         and splitter pattern.  Change splitter operand 1 predicate to
17986         nonmemory_operand.
17987
17988 2010-04-09  Martin Jambor  <mjambor@suse.cz>
17989
17990         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
17991         lattices are addresses of CONST_DECLs with the same initial value.
17992         (ipcp_print_all_lattices): Print values of CONST_DECLs.
17993         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
17994
17995 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
17996             Bernd Schmidt  <bernds@codesourcery.com>
17997
17998         * loop-invariant.c (replace_uses): New static function.
17999         (move_invariant_reg): Use it to ensure we can replace the uses.
18000
18001 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
18002
18003         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
18004         function template.
18005         (picochip_override_options): Enable section anchors only above -O1.
18006         (picochip_reorg): Fixed a couple of build warnings.
18007
18008 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18009
18010         * configure.ac (plugin -rdynamic test): Log result.
18011         * configure: Regenerate.
18012         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
18013         (RDYNAMIC_SPEC): Define.
18014         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
18015
18016 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18017
18018         * configure.ac: Determine Sun ld version numbers.
18019         (comdat_group): Restrict GNU ld version checks to gld.
18020         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
18021         (enable_comdat): Support --enable-comdat.
18022         * configure: Regenerate.
18023         * doc/install.texi (Configuration): Document --enable-comdat.
18024
18025 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18026
18027         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
18028         * config/sol2-gld.h: ... here.
18029         * config.gcc (sparc*-*-solaris2*): Reflect this.
18030         (i[34567]86-*-solaris2*): Use it.
18031
18032 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
18033
18034         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
18035         setup_clocks_p.
18036         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
18037
18038 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18039
18040         PR 42965
18041         * diagnostic.c (diagnostic_initialize): Initialize
18042         some_warnings_are_errors.
18043         (diagnostic_finish): New.
18044         (diagnostic_action_after_output): Call it before exiting.
18045         (diagnostic_report_diagnostic): Do not print message here. Set
18046         some_warnings_are_errors.
18047         * diagnostic.h (diagnostic_context): Delete
18048         issue_warnings_are_errors_message. Add some_warnings_are_errors.
18049         (diagnostic_finish): Declare.
18050         * toplev.c (toplev_main): Call it before exit.
18051
18052 2010-04-09  Jason Merrill  <jason@redhat.com>
18053
18054         PR c++/42623
18055         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
18056         for incomplete type.
18057
18058         PR c++/41788
18059         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
18060         based on a warning flag.
18061
18062 2010-04-09  Richard Guenther  <rguenther@suse.de>
18063
18064         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
18065
18066 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
18067
18068         PR bootstrap/43684
18069         * varasm.c (default_assemble_visibility): Wrap vars that are
18070         set, but unused, by targets without GAS.
18071         * config/rs6000/rs6000.c (paired_emit_vector_compare):
18072         Remove set, but unused, vars.
18073         (rs6000_legitimize_tls_address): Likewise.
18074         (altivec_expand_dst_builtin): Likewise.
18075         * config/darwin.c (machopic_classify_symbol): Likewise.
18076         (machopic_indirection_name): Likewise.
18077
18078 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
18079
18080         * config/i386/i386.md (DWI): New mode iterator.
18081         (S): New mode attribute.
18082         (shift_operand): Ditto.
18083         (shift_immediate_operand): Ditto.
18084         (ashl_input_operand): Ditto.
18085         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
18086         using SDWIM mode iterator.
18087         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
18088         pattern from *ashl{di,ti}3_1 and corresponding splitters using
18089         DWI mode iterator.
18090         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
18091         from corresponding peephole2 patterns.
18092         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
18093         and x86_64_shift_adj_1 using SWI48 mode iterator.
18094         (x86_shift<mode>_adj_2): Ditto.
18095         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
18096         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
18097         using SWI48 mode iterator.
18098         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
18099         *ashldi3_cmp_rex64 using SWI mode iterator.
18100         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
18101         *ashldi3_cconly_rex64 using SWI mode iterator.
18102         * config/i386/i386.c (ix86_split_ashl): Update for renamed
18103         x86_shift<mode>_adj_{1,2}.
18104         (ix86_split_ashr): Ditto.
18105         (ix86_split_lshr): Ditto.
18106
18107 2010-04-09  Richard Guenther  <rguenther@suse.de>
18108
18109         * target.h (builtin_conversion): Pass in input and output types.
18110         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
18111         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
18112         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
18113         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
18114
18115         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
18116         Handle AVX modes.
18117         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
18118
18119 2010-04-09  Richard Guenther  <rguenther@suse.de>
18120
18121         PR target/43152
18122         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
18123
18124 2010-04-09  Richard Guenther  <rguenther@suse.de>
18125
18126         * tree-vectorizer.h (struct _stmt_vec_info): Document
18127         that vectype is the type of the LHS.
18128         (supportable_widening_operation, supportable_narrowing_operation):
18129         Get both input and output vector types as arguments.
18130         (vect_is_simple_use_1): Declare.
18131         (get_same_sized_vectype): Likewise.
18132         * tree-vect-loop.c (vect_determine_vectorization_factor):
18133         Set STMT_VINFO_VECTYPE to the vector type of the def.
18134         (vectorizable_reduction): Adjust.
18135         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
18136         Adjust.  Specify the output vector type.
18137         (vect_pattern_recog_1): Adjust.
18138         * tree-vect-stmts.c (get_same_sized_vectype): New function.
18139         (vectorizable_call): Adjust.
18140         (vectorizable_conversion): Likewise.
18141         (vectorizable_operation): Likewise.
18142         (vectorizable_type_demotion): Likewise.
18143         (vectorizable_type_promotion): Likewise.
18144         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
18145         the def.
18146         (vect_is_simple_use_1): New function.
18147         (supportable_widening_operation): Get both input and output
18148         vector types.
18149         (supportable_narrowing_operation): Likewise.
18150         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
18151
18152 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
18153
18154         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
18155         __thiscall and _thiscall as predefined macros.
18156         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
18157         thiscall attribute handling.
18158         (ix86_comp_type_attributes): Likewise.
18159         (ix86_function_regparm): Likewise.
18160         (ix86_return_pops_args): Likewise.
18161         (init_cumulative_args): Likewise.
18162         (find_drap_reg): Likewise.
18163         (ix86_static_chain): Likewise.
18164         (x86_this_parameter): Likewise.
18165         (x86_output_mi_thunk): Likewise.
18166         (ix86_attribute_table): Add description for thiscall attribute.
18167         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
18168         * doc/extend.texi: Add documentation for thiscall.
18169
18170 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18171
18172         PR c++/28584
18173         * c.opt (Wint-to-pointer-cast): Available in C++.
18174         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
18175
18176 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
18177
18178         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
18179         * calls.c (expand_call): Pass the function type to aggregate_value_p.
18180         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
18181         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
18182         function type instead.  Reorder and simplify checks.
18183
18184         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
18185
18186 2010-04-08  Jing Yu  <jingyu@google.com>
18187             Zdenek Dvorak  <ook@ucw.cz>
18188
18189         PR tree-optimization/42720
18190         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
18191         loop unswitch conditions here from ...
18192         (tree_unswitch_single_loop): ... here.
18193
18194 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
18195
18196         * tree-if-conv.c: Fix comments and simplify logic.
18197
18198 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
18199
18200         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
18201         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
18202         (main_tree_if_conversion): Update call to tree_if_conversion.
18203
18204 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
18205
18206         PR 42485
18207         * doc/invoke.texi (-b,-V): Delete.
18208         * doc/tm.texi: Do not mention -b.
18209         * gcc.c (display_help): Delete -b and -V.
18210         (process_command): Delete -b and -V.
18211         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
18212
18213 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
18214             Wolfgang Gellerich  <gellerich@de.ibm.com>
18215
18216         Implement target hook for loop unrolling
18217         * target.h (loop_unroll_adjust): Add a new target hook function.
18218         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
18219         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
18220         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
18221         (s390_loop_unroll_adjust): Implement the new target hook for s390.
18222         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
18223         target hook.
18224         (decide_unroll_stupid): Likewise.
18225
18226 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18227
18228         PR target/43643
18229         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
18230
18231 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18232
18233         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
18234         (Specific, *-*-solaris2*): Likewise.
18235         Don't prefer Sun as over GNU as.
18236
18237 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
18238
18239         * config/s390/s390.c (override_options): Adjust the z10 defaults
18240         for max-unroll-times, max-completely-peeled-insns
18241         and max-completely-peel-times.
18242
18243 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18244
18245         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
18246         instructions for z10.
18247         (s390_expand_setmem): Likewise.
18248         (s390_expand_cmpmem): Likewise.
18249
18250 2010-04-08  Richard Guenther  <rguenther@suse.de>
18251
18252         PR tree-optimization/43679
18253         * tree-ssa-pre.c (eliminate): Only propagate copies.
18254
18255 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
18256
18257         PR bootstrap/43681
18258         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
18259         set but not used variable warning.
18260
18261 2010-04-08  Wei Guozhi  <carrot@google.com>
18262
18263         PR target/41653
18264         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
18265         (arm_size_rtx_costs): Call the new function when optimized for size.
18266
18267 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
18268
18269         PR debug/43670
18270         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
18271         op0 is not a MEM, just return NULL instead of assertion
18272         failure.
18273         (discover_nonconstant_array_refs): Don't walk debug stmts.
18274
18275 2010-04-08  Doug Kwan  <dougkwan@google.com>
18276
18277         * configure.ac: Recognize gold and do not use its version number
18278         to test ld features.
18279         * configure: Regenerate.
18280
18281 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
18282
18283         PR middle-end/40815
18284         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
18285         (negate_value): Move code to push elements to broken_up_substracts ...
18286         (eliminate_plus_minus_pair): ... here.  Push operands that have no
18287         negative pair to plus_negates.
18288         (repropagate_negates, init_reassoc, fini_reassoc): Update.
18289
18290 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18291
18292         * doc/install.texi (Configuration): Move description of
18293         --enable-lto, --with-libelf*, --enable-gold from Java section to
18294         general section.
18295
18296         * doc/generic.texi (Working with declarations)
18297         (Function Properties, C and C++ Trees): Fix typos.
18298         * doc/sourcebuild.texi (Top Level): Likewise.
18299
18300 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
18301
18302         PR c/18624
18303         * tree.h (DECL_READ_P): Define.
18304         (struct tree_decl_common): Add decl_read_flag.
18305         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
18306         a set but not used warning.
18307         (merge_decls): Merge DECL_READ_P flag.
18308         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
18309         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
18310         * c-common.c (handle_used_attribute, handle_unused_attribute):
18311         Likewise.
18312         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
18313         New prototypes.
18314         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
18315         New functions.
18316         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
18317         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
18318         c_parser_binary_expression, c_parser_cast_expression,
18319         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
18320         Call default_function_array_read_conversion instead of
18321         default_function_array_conversion where needed.
18322         (c_parser_unary_expression, c_parser_conditional_expression,
18323         c_parser_postfix_expression_after_primary, c_parser_initelt):
18324         Likewise.  Call mark_exp_read where needed.
18325         (c_parser_statement_after_labels, c_parser_asm_operands,
18326         c_parser_typeof_specifier, c_parser_sizeof_expression,
18327         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
18328         where needed.
18329         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
18330         New.
18331         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
18332         (warn_unused_but_set_parameter): Default to warn_unused
18333         && extra_warnings.
18334         * doc/invoke.texi: Document -Wunused-but-set-variable and
18335         -Wunused-but-set-parameter.
18336
18337         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
18338         used count variable.
18339         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
18340         when operandN variables aren't used in the body of the expander
18341         or splitter.
18342         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
18343         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
18344         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
18345         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
18346         FOR_EACH_IMM_USE_ON_STMT): Likewise.
18347         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
18348         * tree.c (PROCESS_ARG): Likewise.
18349
18350 2010-04-07  Simon Baldwin  <simonb@google.com>
18351
18352         * diagnostic.h (diagnostic_override_option_index): New macro to
18353         set a diagnostic's option_index.
18354         * c-tree.h (c_cpp_error): Add warning reason argument.
18355         * opts.c (_warning_as_error_callback): New.
18356         (register_warning_as_error_callback): Store callback for
18357         warnings enabled via enable_warning_as_error.
18358         (enable_warning_as_error): Call callback, minor code tidy.
18359         * opts.h (register_warning_as_error_callback): Declare.
18360         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
18361         response to -Werror=.
18362         (c_common_init_options): Register warning_as_error_callback in opts.c.
18363         * common.opt: Add -Wno-cpp option.
18364         * c-common.c (struct reason_option_codes_t): Map cpp warning
18365         reason codes to gcc option indexes.
18366         * (c_option_controlling_cpp_error): New function, lookup the gcc
18367         option index for a cpp warning reason code.
18368         * (c_cpp_error): Add warning reason argument, call
18369         c_option_controlling_cpp_error for diagnostic_override_option_index.
18370         * doc/invoke.texi: Document -Wno-cpp.
18371
18372 2010-04-07  Richard Guenther  <rguenther@suse.de>
18373
18374         * ipa-reference.c (mark_load): Use get_base_address.
18375         (mark_store): Likewise.
18376
18377         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
18378         inserting GIMPLE_NOPs into the IL.
18379         * tree-ssa-structalias.c (get_constraint_for_component_ref):
18380         Explicitly strip handled components and indirect references.
18381
18382         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
18383         folding address expressions.
18384         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
18385         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
18386         operand_equal_p to compare decls.
18387         (ptr_deref_may_alias_decl_p): Likewise.
18388         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
18389         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
18390         Handle reversed comparison ops.
18391         * tree-sra.c (asm_visit_addr): Use get_base_address.
18392         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
18393         * ipa-reference.c (mark_address): Use get_base_address.
18394
18395 2010-04-07  Richard Guenther  <rguenther@suse.de>
18396
18397         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
18398         Propagate constants everywhere.
18399
18400 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
18401
18402         PR debug/43516
18403         * tree.c (MAX_INT_CACHED_PREC): Define.
18404         (nonstandard_integer_type_cache): New array.
18405         (build_nonstandard_integer_type): Cache results for precision
18406         <= MAX_INT_CACHED_PREC.
18407
18408 2010-04-07  Richard Guenther  <rguenther@suse.de>
18409
18410         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
18411         -fargument-noalias-global, -fargument-noalias-anything): Remove.
18412         * common.opt: Likewise.
18413         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
18414         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
18415         (nonoverlapping_memrefs_p): Likewise.
18416         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
18417         * opts.c (common_handle_option): Handle OPT_fargument_alias,
18418         OPT_fargument_noalias, OPT_fargument_noalias_anything and
18419         OPT_fargument_noalias_global for backward compatibility.
18420
18421 2010-04-07  Richard Guenther  <rguenther@suse.de>
18422
18423         PR tree-optimization/43270
18424         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
18425         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
18426         * tree-ssa-pre.c (phi_translate_1): Adjust.
18427         (fully_constant_expression): Split out vn_reference handling to ...
18428         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
18429         Fold reads from constant strings.
18430         (vn_reference_lookup): Handle fully constant references.
18431         (vn_reference_lookup_pieces): Likewise.
18432         * Makefile.in (expmed.o-warn): Add -Wno-error.
18433
18434 2010-04-07  Martin Jambor  <mjambor@suse.cz>
18435
18436         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
18437
18438 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
18439
18440         PR driver/41594
18441         * gcc.c: Add -static-libstdc++ to list of recognized options.
18442
18443 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18444
18445         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
18446
18447 2010-04-07  Richard Guenther  <rguenther@suse.de>
18448
18449         PR middle-end/42617
18450         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
18451         bases build simple mem attributes to retain points-to information.
18452
18453 2010-04-07  Richard Guenther  <rguenther@suse.de>
18454
18455         PR middle-end/42617
18456         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
18457         preserve points-to related information.
18458
18459 2010-04-07  Richard Guenther  <rguenther@suse.de>
18460
18461         PR middle-end/42617
18462         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
18463         discard plain indirect references.
18464         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
18465         * tree.c (tree_nop_conversion): Likewise.
18466
18467 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
18468
18469         PR debug/43628
18470         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
18471
18472 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
18473
18474         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
18475         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
18476
18477 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
18478
18479         * tree-if-conv.c: Fix indentation and comments.
18480
18481 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
18482
18483         * tree-if-conv.c: Sort static functions in topological order.
18484
18485 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
18486
18487         * tree-if-conv.c: Fix indentation and comments.
18488
18489 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18490
18491         PR middle-end/43519
18492         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
18493         lang_hooks.types.type_for_size instead of
18494         build_nonstandard_integer_type.
18495         When converting an unsigned type to signed, double its precision.
18496         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
18497         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
18498         (graphite_create_new_loop_guard): When ub + 1 wraps around,
18499         use lb <= ub.
18500
18501 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18502
18503         PR middle-end/43519
18504         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
18505         POINTER_PLUS_EXPR for pointer types.
18506
18507 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18508
18509         PR middle-end/43519
18510         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
18511         * graphite-clast-to-gimple.c: Include langhooks.h.
18512         (max_signed_precision_type): New.
18513         (max_precision_type): Takes two types as arguments.
18514         (precision_for_value): New.
18515         (precision_for_interval): New.
18516         (gcc_type_for_interval): New.
18517         (gcc_type_for_value): New.
18518         (gcc_type_for_clast_term): New.
18519         (gcc_type_for_clast_red): New.
18520         (gcc_type_for_clast_bin): New.
18521         (gcc_type_for_clast_expr): Split up into several functions.
18522         (gcc_type_for_clast_eq): Rewritten.
18523         (compute_bounds_for_level): New.
18524         (compute_type_for_level_1): New.
18525         (compute_type_for_level): New.
18526         (gcc_type_for_cloog_iv): Removed.
18527         (gcc_type_for_iv_of_clast_loop): Rewritten.
18528         (graphite_create_new_loop): Compute the lower and upper bound types
18529         with gcc_type_for_clast_expr.
18530         (graphite_create_new_loop_guard): Same.
18531         (find_cloog_iv_in_expr): Removed.
18532         (compute_cloog_iv_types_1): Removed.
18533         (compute_cloog_iv_types): Removed.
18534         (gloog): Do not call compute_cloog_iv_types.
18535         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
18536         GBB_CLOOG_IV_TYPES.
18537         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
18538         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
18539         (GBB_CLOOG_IV_TYPES): Removed.
18540
18541 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18542
18543         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
18544         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
18545         (detect_commutative_reduction): Same.
18546
18547 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18548
18549         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
18550         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
18551         argument.
18552         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
18553         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
18554         (rewrite_commutative_reductions_out_of_ssa): Same.
18555         * passes.c (execute_function_todo): Call verify_ssa for every pass
18556         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
18557         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
18558         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
18559         with an extra argument.
18560         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
18561         verify_ssa only when the extra argument is true.
18562         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
18563         with an extra argument.
18564         (tree_transform_and_unroll_loop): Same.
18565
18566 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
18567
18568         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
18569         for all the passes of the LNO having LOOP_CLOSED_SSA.
18570         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
18571         * tree-loop-distribution.c (pass_loop_distribution): Same.
18572         * tree-pass.h (TODO_verify_loops): Removed.
18573         * tree-ssa-loop.c (pass_tree_loop_init): Same.
18574         (pass_lim): Same.
18575         (pass_tree_unswitch): Same.
18576         (pass_predcom): Same.
18577         (pass_vectorize): Same.
18578         (pass_linear_transform): Same.
18579         (pass_graphite_transforms): Same.
18580         (pass_iv_canon): Same.
18581         (pass_complete_unroll): Same.
18582         (pass_complete_unrolli): Same.
18583         (pass_parallelize_loops): Same.
18584         (pass_loop_prefetch): Same.
18585         (pass_iv_optimize): Same.
18586
18587 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
18588
18589         PR middle-end/32824
18590         * passes.c (init_optimization_passes): Move pass_lim before
18591         pass_copy_prop and pass_dce_loop.
18592
18593 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
18594
18595         PR target/43667
18596         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
18597         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
18598         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
18599         MULTI_* defines for 4 argument vpermil2p* builtins.
18600
18601 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
18602
18603         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
18604         * config/i386/i386.c (x86_maybe_negate_const_int): New.
18605         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
18606         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
18607         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
18608         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
18609         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
18610         Use x86_maybe_negate_const_int to output insn mnemonic.
18611         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
18612         check from instruction predicate.  Update comments.
18613         * config/i386/sync.md (sync_add<mode>): Use
18614         x86_maybe_negate_const_int to output insn mnemonic.
18615
18616 2010-04-06  Jan Hubicka  <jh@suse.cz>
18617
18618         PR tree-optimization/42906
18619         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
18620         IGNORE_SELF argument.  Set visited_control_parents for fully
18621         processed BBs.
18622         (find_obviously_necessary_stmts): Update call of
18623         mark_control_dependent_edges_necessary.
18624         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
18625
18626 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
18627
18628         * config/i386/i386.md: Remove comment about 'e' and 'E'
18629         operand modifier.
18630
18631 2010-04-06  Richard Guenther  <rguenther@suse.de>
18632
18633         PR tree-optimization/43627
18634         * tree-vrp.c (extract_range_from_unary_expr): Widenings
18635         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
18636         not varying.
18637
18638 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
18639
18640         * BASE-VER: Change to 4.6.0.
18641
18642         PR target/43638
18643         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
18644         handling.
18645
18646 2010-04-06  Richard Guenther  <rguenther@suse.de>
18647
18648         PR middle-end/43661
18649         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
18650
18651 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18652
18653         * doc/invoke.texi (Optimize Options): Document that LTO
18654         won't remove object access purely due to incompatible
18655         declarations.
18656
18657 2010-04-04  Matthias Klose  <doko@ubuntu.com>
18658
18659         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
18660         Initialize variable.
18661
18662 2010-04-03  Richard Guenther  <rguenther@suse.de>
18663
18664         PR middle-end/42509
18665         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
18666         require a non-NULL MEM_OFFSET.
18667
18668 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
18669
18670         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
18671         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
18672         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
18673         config/alpha/predicates.md, config/arm/arm.md,
18674         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
18675         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
18676         config/darwin9.h, config/darwin.c, config/darwin.h,
18677         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
18678         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
18679         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
18680         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
18681         config/mips/mips.md, config/mn10300/mn10300.c,
18682         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
18683         config/rs6000/aix.h, config/rs6000/dfp.md,
18684         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
18685         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
18686         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
18687         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
18688         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
18689         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
18690         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
18691         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
18692         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
18693         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
18694         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
18695         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
18696         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
18697         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
18698         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
18699         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
18700         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
18701         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
18702         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
18703         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
18704         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
18705         opt-functions.awk, opth-gen.awk, params.def, passes.c,
18706         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
18707         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
18708         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
18709         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
18710         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
18711         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
18712         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
18713         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
18714         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
18715         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
18716         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
18717         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
18718         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
18719         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
18720
18721 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18722
18723         PR other/43620
18724         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
18725         * aclocal.m4: Regenerate.
18726
18727 2010-04-02  Richard Guenther  <rguenther@suse.de>
18728
18729         PR tree-optimization/43629
18730         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
18731         if we have seen a constant value.
18732
18733 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
18734
18735         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
18736
18737 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
18738
18739         PR target/43469
18740         * arm.c (legitimize_tls_address): Adjust call to
18741         gen_tls_load_dot_plus_four.
18742         (arm_note_pic_base): New function.
18743         (arm_cannot_copy_insn_p): Use it.
18744         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
18745         constraint.
18746
18747 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18748
18749         PR bootstrap/43531
18750
18751         Revert:
18752         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18753
18754         * Makefile.in ($(out_object_file)): Depend on
18755         gt-$(basename $(notdir $(out_file))).h.
18756
18757 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
18758
18759         * config.gcc (lm32-*-rtems*): Add t-lm32.
18760
18761 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
18762
18763         * config.gcc: Add lm32-*-rtems*.
18764         * config/lm32/rtems.h: New file.
18765
18766 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
18767
18768         PR target/42609
18769         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
18770
18771 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
18772
18773         * dwarf2out.c (output_compilation_unit_header): For
18774         -gdwarf-4 use version 4 instead of version 3.
18775         (output_line_info): For version 4 and above emit additional
18776         maximum ops per insn header field.
18777         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
18778
18779         * dwarf2out.c (is_c_family, is_java): Remove.
18780         (lower_bound_default): New function.
18781         (add_bound_info, gen_descr_array_type_die): Use it.
18782
18783 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
18784
18785         PR debug/43325
18786         * dwarf2out.c (gen_variable_die): Allow debug info for variable
18787         re-declaration when it happens in a function.
18788
18789 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
18790
18791         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
18792         (cgraph_remove_function_insertion_hook): Same.
18793         (cgraph_call_function_insertion_hooks): Same.
18794
18795 2010-04-01  Richard Guenther  <rguenther@suse.de>
18796
18797         PR middle-end/43614
18798         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
18799         and TREE_THIS_VOLATILE.
18800         (copy_ref_info): Likewise.
18801         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
18802         * tree.c (build6_stat): Ignore side-effects of all but arg5
18803         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
18804         TARGET_MEM_REF.
18805
18806 2010-04-01  Richard Guenther  <rguenther@suse.de>
18807
18808         PR tree-optimization/43607
18809         * ipa-type-escape.c (check_call): Do not access non-existing
18810         arguments.
18811
18812 2010-04-01  Richard Guenther  <rguenther@suse.de>
18813
18814         PR middle-end/43602
18815         Revert
18816         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
18817                     Jack Howarth  <howarth@bromo.med.uc.edu>
18818
18819         * tree-profile.c (tree_init_ic_make_global_vars): Make static
18820         variables TLS.
18821
18822 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18823
18824         * doc/install.texi (Prerequisites): Document libelf usability on
18825         IRIX 5/6 and Solaris 2.
18826         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
18827         Update GNU as, GNU ld requirements.
18828         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
18829         Document Sun Studio compiler download.
18830         Update and simplify as, ld recommendations.
18831         (Specific, *-*-solaris2.7): Note obsoletion, removal.
18832
18833 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18834
18835         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
18836         with_tune_32 to pentium4.
18837
18838 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
18839
18840         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
18841
18842 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18843
18844         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
18845         obsoletion, removal.
18846         Update IDO URL.
18847         Document GNU as requirement.
18848         Update configure requirements.
18849         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
18850         Recomment IRIX 6.5.18+.
18851         Document IDF/IDL requirement.
18852         Document GNU as requirement.
18853         Document GNU ld bootstrap failure.
18854         Remove freeware.sgi.com reference.
18855
18856 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18857
18858         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
18859         UNIX V4.0, V5.0 obsoletion, removal.
18860         Remove --with-gc=simple reference.
18861         Update VM requirements during bootstrap.
18862         Remove -oldas bootstrap description.
18863         Update binutils reference.
18864         Remove comparison failure note.
18865
18866 2010-03-31  Richard Guenther  <rguenther@suse.de>
18867             Zdenek Dvorak  <ook@ucw.cz>
18868             Sebastian Pop  <sebastian.pop@amd.com>
18869
18870         PR middle-end/43464
18871         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
18872         with multiple arguments.
18873         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
18874
18875 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
18876
18877         * graphite-dependences.c (print_pddr): Call print_pdr with an
18878         extra argument.
18879         * graphite-poly.c (debug_pdr): Add an extra argument for the
18880         verbosity level.
18881         (print_pdr): Same.
18882         (print_pbb_domain): Same.
18883         (print_pbb): Same.
18884         (print_scop_context): Same.
18885         (print_scop): Same.
18886         (print_cloog): Same.
18887         (debug_pbb_domain): Same.
18888         (debug_pbb): Same.
18889         (print_pdrs): Same.
18890         (debug_pdrs): Same.
18891         (debug_scop_context): Same.
18892         (debug_scop): Same.
18893         (debug_cloog): Same.
18894         (print_scop_params): Same.
18895         (debug_scop_params): Same.
18896         (print_iteration_domain): Same.
18897         (print_iteration_domains): Same.
18898         (debug_iteration_domain): Same.
18899         (debug_iteration_domains): Same.
18900         (print_scattering_function): Same.
18901         (print_scattering_functions): Same.
18902         (debug_scattering_function): Same.
18903         (debug_scattering_functions): Same.
18904         * graphite-poly.h (debug_pdr): Update declaration.
18905         (print_pdr): Same.
18906         (print_pbb_domain): Same.
18907         (print_pbb): Same.
18908         (print_scop_context): Same.
18909         (print_scop): Same.
18910         (print_cloog): Same.
18911         (debug_pbb_domain): Same.
18912         (debug_pbb): Same.
18913         (print_pdrs): Same.
18914         (debug_pdrs): Same.
18915         (debug_scop_context): Same.
18916         (debug_scop): Same.
18917         (debug_cloog): Same.
18918         (print_scop_params): Same.
18919         (debug_scop_params): Same.
18920         (print_iteration_domain): Same.
18921         (print_iteration_domains): Same.
18922         (debug_iteration_domain): Same.
18923         (debug_iteration_domains): Same.
18924         (print_scattering_function): Same.
18925         (print_scattering_functions): Same.
18926         (debug_scattering_function): Same.
18927         (debug_scattering_functions): Same.
18928
18929 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
18930
18931         * graphite-poly.c (print_scattering_function_1): New.
18932         (print_scattering_function): Call it.
18933         (print_scop_params): Remove spaces at the end of lines.
18934         (print_cloog): New.
18935         (debug_cloog): New.
18936         * graphite-poly.h (print_cloog): Declared.
18937         (debug_cloog): Declared.
18938
18939 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
18940
18941         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
18942         in loop->header.
18943         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
18944         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
18945         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
18946         to switch between adding the IV bump in loop->latch or in loop->header.
18947
18948 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
18949
18950         * graphite-poly.c (print_scattering_function): Pretty print following
18951         the scoplib format.
18952         (print_pdr): Same.
18953         (print_pbb_domain): Same.
18954         (dump_gbb_cases): Same.
18955         (dump_gbb_conditions): Same.
18956         (print_pdrs): Same.
18957         (print_pbb): Same.
18958         (print_scop_params): Same.
18959         (print_scop_context): Same.
18960         (print_scop): Same.
18961         (print_pbb_body): New.
18962         (lst_indent_to): New.
18963         (print_lst): Start new lines with a #.
18964         * graphite-poly.h (pbb_bb): New.
18965         (pbb_index): Use pbb_bb.
18966         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
18967         disjuncts.
18968         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
18969
18970 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
18971
18972         * dwarf2out.c (size_of_die): For -gdwarf-4 use
18973         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
18974         and 0 instead of 1 for dw_val_class_flag.
18975         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
18976         dw_val_class_range_list, dw_val_class_loc_list,
18977         dw_val_class_lineptr and dw_val_class_macptr, use
18978         DW_FORM_flag_present for dw_val_class_flag and
18979         DW_FORM_exprloc for dw_val_class_loc.
18980         (output_die): For -gdwarf-4 print dw_val_class_loc
18981         size as uleb128 instead of 1 or 2 bytes and don't print
18982         anything for dw_val_class_flag.
18983
18984         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
18985         instead of cselib_lookup following by tweaking locs->setting_insn.
18986
18987         PR bootstrap/43596
18988         * cselib.c (cselib_process_insn): Clear cselib_current_insn
18989         even before returning from label, setjmp call or volatile asm
18990         handling.
18991
18992 2010-03-31  Richard Guenther  <rguenther@suse.de>
18993
18994         PR middle-end/43600
18995         * cgraphunit.c (cgraph_output_in_order): Do not allocate
18996         temporary data on stack.
18997
18998 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18999
19000         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
19001         (PUSHSECTION_ASM_OP): Remove.
19002         (POPSECTION_ASM_OP): Remove.
19003         (PUSHSECTION_FORMAT): Remove.
19004         * config/sol2.h (PUSHSECTION_FORMAT): Define.
19005         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
19006         * config/sol2.c (solaris_output_init_fini): Use it.
19007
19008 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19009
19010         PR 43574
19011         * opt-functions.awk (var_type_struct): Use signed char type
19012         for simple variables.
19013
19014 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19015
19016         * config/sol2.c: Include output.h.
19017         (solaris_assemble_visibility): New function.
19018         * config/t-sol2 (sol2.o): Add output.h dependency.
19019         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
19020         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
19021         Redefine.
19022
19023 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
19024
19025         PR target/43580
19026         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
19027         V2SImode or XFmode on PRE_DEC.
19028
19029         PR debug/43557
19030         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
19031         BLKmode.
19032
19033 2010-03-31  Jie Zhang  <jie@codesourcery.com>
19034
19035         PR 43562
19036         * reload.h (caller_save_initialized_p): Declare.
19037         * toplev.c (backend_init_target): Don't call
19038         init_caller_save but set caller_save_initialized_p to false.
19039         * caller-save.c (caller_save_initialized_p): Define.
19040         (init_caller_save): Check caller_save_initialized_p.
19041         * ira.c (ira): Call init_caller_save if flag_caller_saves.
19042
19043 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19044
19045         PR target/39048
19046         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
19047         and soft-fp/t-softfp to tmake_file.
19048         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
19049         (LIBGCC2_TF_CEXT): Define.
19050         (TF_SIZE): Define.
19051
19052 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
19053
19054         PR debug/42977
19055         * cselib.c (n_useless_values): Document handling of debug locs.
19056         (n_useless_debug_values, n_debug_values): New variables.
19057         (new_elt_loc_list): Don't add to debug values, keep count.
19058         (promote_debug_loc): New.
19059         (cselib_reset_table): Zero new variables.
19060         (entry_and_rtx_equal_p): Promote debug locs.
19061         (discard_useless_locs): Increment n_useless_debug_values for
19062         debug values.
19063         (remove_useless_values): Adjust n_useless_values and n_debug_values
19064         with n_useless_debug_values.
19065         (add_mem_for_addr): Promote debug locs.
19066         (cselib_lookup_mem): Likewise.
19067         (cselib_lookup_addr): Renamed to...
19068         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
19069         (cselib_log_lookup): ... this.  Turn into...
19070         (cselib_lookup_addr): ... new wrapper.
19071         (cselib_lookup_from_insn): New.
19072         (cselib_invalidate_regno): Increment n_useless_debug_values for
19073         debug values.
19074         (cselib_invalidate_mem): Likewise.
19075         (cselib_process_insn): Take n_deleted and n_debug_values into
19076         account to guard remove_useless_value call.
19077         (cselib_finish): Zero n_useless_debug_values.
19078         * cselib.h (cselib_lookup_from_insn): Declare.
19079         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
19080         (sched_analyze_2): Likewise.
19081
19082 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
19083
19084         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
19085         functions.
19086         (adjust_mems): Replace narrowing SUBREG of expression containing
19087         just PLUS, MINUS, MULT and ASHIFT of registers and constants
19088         with operations in the narrower mode.
19089
19090         PR debug/43593
19091         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
19092         regs_invalidated_by_call instead all call_used_reg_set registers.
19093
19094 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
19095
19096         PR middle-end/43430
19097         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
19098         pointer comparisons with types_compatible_p.
19099         * tree-vect-stmts.c (vectorizable_call): Same.
19100         (vectorizable_condition): Same.
19101
19102 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19103
19104         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
19105         stack check if the mask would be zero.
19106
19107 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
19108             Jack Howarth  <howarth@bromo.med.uc.edu>
19109
19110         * tree-profile.c (tree_init_ic_make_global_vars): Make static
19111         variables TLS.
19112
19113 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
19114
19115         PR other/25232
19116         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
19117         and __unordtf2.
19118         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
19119         Include ___unordxf2 and ___unordtf2.
19120         * config/i386/libgcc-glibc.ver: Do not define inheritance from
19121         GCC_4.4.0 here.
19122
19123 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
19124
19125         * config/lm32/t-lm32: New file.
19126         * config.gcc: Use the above file when targetting lm32.
19127
19128 2010-03-28  Duncan Sands  <baldrick@free.fr>
19129
19130         * Makefile.in (PLUGIN_HEADERS): Add except.h.
19131
19132 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
19133
19134         PR middle-end/43431
19135         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
19136         Improve vectorization cost model diagnostic.
19137
19138 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
19139
19140         PR middle-end/43436
19141         * tree-vect-data-refs.c (vect_analyze_data_refs): When
19142         compute_data_dependences_for_loop returns false, early exit
19143         and output an extra diagnostic for the failed data reference
19144         analysis.
19145
19146 2010-03-29  Richard Guenther  <rguenther@suse.de>
19147
19148         PR tree-optimization/43560
19149         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
19150         (can_sm_ref_p): Treat stores to readonly locations as trapping.
19151
19152 2010-03-29  Jie Zhang  <jie@codesourcery.com>
19153
19154         PR 43564
19155         * toplev.c (process_options): Set optimization_default_node
19156         and optimization_current_node.
19157         * opts.c (decode_options): Don't set optimization_default_node
19158         and optimization_current_node.
19159
19160 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
19161
19162         * config/rtems.h: Abandon -qrtems_debug.
19163
19164 2010-03-28  Jan Hubicka  <jh@suse.cz>
19165
19166         PR tree-optimization/43505
19167         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
19168         map should not be copied.
19169
19170 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19171
19172         PR middle-end/41674
19173         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
19174         cdtors, set DECL_PRESERVE_P.
19175         * ipa.c (cgraph_externally_visible_p): Return true if declaration
19176         should be preseved.
19177
19178 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
19179
19180         PR tree-optimization/43528
19181         * stor-layout.c (place_field): Check that constant fits into
19182         unsigned HWI when skipping calculation of MS bitfield layout.
19183
19184 2010-03-27  Jan Hubicka  <jh@suse.cz>
19185
19186         PR middle-end/43391
19187         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
19188         notice_global_symbol work.
19189
19190 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
19191
19192         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
19193         instead of dwarf2out_decl.
19194         (struct var_loc_node): Remove section_label field.
19195         (dwarf2out_function_decl): New function.
19196         (dwarf2out_var_location): Don't set section_label field.
19197         (dwarf2out_begin_function): Don't empty decl_loc_table here.
19198
19199 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
19200
19201         PR tree-optimization/43544
19202         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
19203         First argument for builtin vectorized function hook is now a
19204         tree to be able to distinguish between machine specific and
19205         standard builtins.
19206         * targhooks.c (default_builtin_vectorized_function): Ditto.
19207         * targhooks.h (default_builtin_vectorized_function): Ditto.
19208         * target.h (struct gcc_target): Ditto.
19209         * tree-vect-stmts.c (vectorizable_function): Ditto.
19210         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
19211         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
19212         Ditto.
19213
19214 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
19215
19216         PR c/43381
19217         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
19218         nested binding iff it is a FUNCTION_DECL.
19219         (store_parm_decls_newstyle): Pass nested=true to bind for
19220         FUNCTION_DECLs amongst parameters.
19221
19222 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
19223
19224         * var-tracking.c (vt_expand_loc_callback): Don't run
19225         cselib_expand_value_rtx_cb in dummy mode if
19226         cselib_dummy_expand_value_rtx_cb returned false.
19227
19228         * var-tracking.c (emit_note_insn_var_location): For one part
19229         notes with offset 0, don't add EXPR_LIST around the location.
19230         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
19231         add_location_or_const_value_attribute): Adjust for that change.
19232
19233         PR debug/43540
19234         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
19235         into first operand and location into second.
19236         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
19237         dw_cfi_oprnd_loc for DW_CFA_expression.
19238         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
19239         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
19240         assume first argument is regnum and second argument is location.
19241
19242 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
19243
19244         PR target/42113
19245         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
19246         of scratch register to DImode.  Split to DImode comparison operator.
19247         Use SImode subreg of scratch register in the multiplication.
19248         (*cmp_sadd_sidi): Ditto.
19249         (*cmp_ssub_si): Ditto.
19250         (*cmp_ssub_sidi): Ditto.
19251
19252 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
19253
19254         PR target/43524
19255         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
19256         Remove invalid assert and wrong comment.
19257
19258 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
19259
19260         PR debug/43516
19261         * flags.h (final_insns_dump_p): New extern.
19262         * final.c (final_insns_dump_p): New variable.
19263         (rest_of_clean_state): Set it before -fdump-final-insns=
19264         dumping, clear afterwards.
19265         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
19266         MEM_ALIAS_SET on MEMs.
19267
19268 2010-03-26  David S. Miller  <davem@davemloft.net>
19269
19270         * configure.ac: Fix sparc GOTDATA_OP bug check.
19271         * configure: Rebuild.
19272
19273 2010-03-26  Alan Modra  <amodra@gmail.com>
19274
19275         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
19276
19277 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19278
19279         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
19280         TLS_SECTION_ASM_FLAG.
19281
19282 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
19283
19284         PR bootstrap/43511
19285         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
19286         Clear first_function_block_is_cold.
19287
19288         PR c/43385
19289         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
19290         argument if the argument is truth_value_p.
19291
19292 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
19293
19294         * config/rs6000/constraints.md: Update copyright year for my changes.
19295
19296         PR target/43484
19297         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
19298         used in reg+reg addressing, swap registers.
19299
19300 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
19301
19302         PR debug/43293
19303         * target.h (struct gcc_target): Add code_end hook.
19304         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
19305         if not yet defined.
19306         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
19307         * toplev.c (compile_file): Call targetm.asm_out.code_end
19308         hook before unwind info/debug info output.
19309         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
19310         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
19311         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
19312         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
19313         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
19314         * config/i386/i386.c (ix86_file_end): Renamed to...
19315         (ix86_code_end): ... this.  Make static.  Don't call
19316         file_end_indicate_exec_stack.  Emit unwind info using
19317         final_start_function/final_end_function.
19318         (darwin_x86_file_end): Remove.
19319         (TARGET_ASM_CODE_END): Define.
19320         * config/i386/i386.h (TARGET_ASM_FILE_END,
19321         NEED_INDICATE_EXEC_STACK): Don't define.
19322         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
19323         (TARGET_ASM_FILE_END): Define to darwin_file_end.
19324         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
19325         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
19326
19327         PR target/43498
19328         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
19329         at the beginning and final_end_function at the end.
19330         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
19331
19332 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19333
19334         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
19335         and Sun as TLS syntax.
19336         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
19337         * configure: Regenerate.
19338         * config.in: Regenerate.
19339         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
19340         (default_elf_asm_named_section): Use it.
19341         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
19342         (i386_output_dwarf_dtprel): Likewise.
19343         (output_addr_const_extra): Likewise.
19344         (output_pic_addr_const): Lowercase @GOTTPOFF.
19345         (output_addr_const_extra): Likewise.
19346         (output_pic_addr_const): Lowercase @GOTNTPOFF.
19347         (output_addr_const_extra): Likewise.
19348         (output_pic_addr_const): Lowercase @INDNTPOFF.
19349         (output_addr_const_extra): Likewise.
19350         (output_pic_addr_const): Lowercase @NTPOFF.
19351         (output_addr_const_extra): Likewise.
19352         (output_pic_addr_const): Lowercase @TPOFF.
19353         (output_addr_const_extra): Likewise.
19354         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
19355         (*tls_global_dynamic_64): Likewise.
19356         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
19357         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
19358
19359         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
19360         (ASM_OUTPUT_TLS_COMMON): Use it.
19361         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
19362
19363         PR target/38118
19364         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
19365         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
19366         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
19367         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
19368         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
19369         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
19370
19371 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19372
19373         * config/i386/i386.c (override_options): Don't accept
19374         -mtls-dialect=sun any longer.
19375         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
19376         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
19377         (*tls_local_dynamic_base_32_sun): Likewise.
19378         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
19379
19380 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
19381
19382         PR debug/43508
19383         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
19384         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
19385
19386         PR debug/43479
19387         * ira.c (adjust_cleared_regs): New function.
19388         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
19389
19390         PR debug/19192
19391         PR debug/43479
19392         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
19393         from gimple_block.
19394         * expr.c (expand_expr_real): Restore previous
19395         curr_insn_source_location and curr_insn_block after
19396         expand_expr_real_1 call.
19397         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
19398         instead of expand_expr_real_1.
19399
19400 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
19401
19402         PR rtl-optimization/43413
19403         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
19404         hard regs too.
19405
19406 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
19407
19408         PR target/43348
19409         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
19410         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
19411
19412 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
19413
19414         * config/i386/i386.c (ix86_target_string): Add -mfma.
19415         Fix a typo in comment.
19416
19417 2010-03-22  Mike Stump  <mikestump@comcast.net>
19418
19419         PR target/23071
19420         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
19421         Don't overly align based upon packed packed fields.
19422
19423 2010-03-22  Jason Merrill  <jason@redhat.com>
19424
19425         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
19426         Use () rather than [], and move before the element type.
19427
19428 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19429
19430         * doc/configfiles.texi (Configuration Files): Removed
19431         fixinc/Makefile*, intl/Makefile.*.
19432         * doc/makefile.texi: Fixed markup. Abstract from version
19433         control system used.
19434         (Makefile): Removed obsolete gcc/java/parse.y example.
19435         * doc/sourcebuild.texi: Likewise.
19436         (Top Level): Added config, gnattools, libdecnumber, libgcc,
19437         libgomp, libssp.  Removed fastjar.
19438         (Miscellaneous Docs): Clarify location.
19439         Added COPYING3, COPYING3.LIB.
19440         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
19441
19442 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19443
19444         PR target/38085
19445         * config/i386/i386.c (x86_function_profiler)
19446         [!NO_PROFILE_COUNTERS]: Fix typo.
19447         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
19448         instead of callq.
19449
19450 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
19451             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19452
19453         * doc/sourcebuild.texi (Test Directives): Split into six
19454         subsections, with most of the current text in new subsections
19455         Directives, Selectors, and Final Actions.
19456         (Directives): Split list of test directives into multiple
19457         subsubsections.
19458         (Selectors): Describe use and syntax of selectors.
19459         (Effective-Target Keywords): Describe all existing keywords.
19460         (Add Options): Describe features for dg-add-options.
19461         (Require Support): Describe variants of dg-require-support.
19462         (Final Actions): Describe commands to use in dg-final.
19463
19464 2010-03-22  Michael Matz  <matz@suse.de>
19465
19466         PR middle-end/43475
19467         * recog.c (validate_replace_rtx_group): Replace also in
19468         REG_EQUAL and REG_EQUIV notes.
19469
19470 2010-03-22  Richard Guenther  <rguenther@suse.de>
19471
19472         PR tree-optimization/43390
19473         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
19474         sure vector extracts are type correct.
19475
19476 2010-03-22  Richard Guenther  <rguenther@suse.de>
19477
19478         PR middle-end/40106
19479         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
19480         x * sqrt (x) even when optimizing for size if the target
19481         has native support for sqrt.
19482
19483 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
19484
19485         * varasm.c (make_decl_rtl_for_debug): Also clear
19486         flag_mudflap for the duration of make_decl_rtl call.
19487
19488         PR debug/43443
19489         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
19490         locs from preserved VALUEs.
19491
19492 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19493
19494         PR middle-end/42718
19495         * pa.md (movmemsi): Set align to one if zero.
19496         (movmemdi): Likewise.
19497
19498 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
19499
19500         PR target/42321
19501         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
19502         with their corresponding prologue pushes.
19503
19504 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
19505
19506         PR target/43156
19507         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
19508         at the begining or end.
19509         (spu_expand_epilogue): Likewise.
19510
19511 2010-03-20  Richard Guenther  <rguenther@suse.de>
19512
19513         PR rtl-optimization/43438
19514         * combine.c (make_extraction): Properly zero-/sign-extend an
19515         extraction of the low part of a CONST_INT.  Also handle
19516         CONST_DOUBLE.
19517
19518 2010-03-19  Mike Stump  <mikestump@comcast.net>
19519
19520         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
19521         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
19522         (override_options): Use SUBTARGET32_DEFAULT_CPU.
19523
19524 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
19525
19526         PR c/43211
19527         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
19528         an error.
19529
19530 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
19531
19532         PR rtl-optimization/42258
19533         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
19534         use that may match DEF.
19535
19536         PR target/40697
19537         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
19538         the cost of loading the constant rather than assuming
19539         COSTS_N_INSNS (1).
19540         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
19541         outer code is AND, do the same tests as the andsi3 expander and
19542         return COSTS_N_INSNS (1) if and is cheap.
19543
19544         * optabs.c (avoid_expensive_constant): Fix formatting.
19545
19546 2010-03-19  Michael Matz  <matz@suse.de>
19547
19548         PR c++/43116
19549         * attribs.c (decl_attributes): When rebuilding a function pointer
19550         type use the same qualifiers as the original pointer type.
19551
19552 2010-03-19  Martin Jambor  <mjambor@suse.cz>
19553
19554         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
19555         and is_gimple_ip_invariant_address.
19556
19557 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19558
19559         Revert
19560         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19561
19562         * config/arm/arm.c (arm_override_options): Turn off
19563         flag_dwarf2_cfi_asm for AAPCS variants.
19564
19565 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
19566
19567         PR target/43399
19568         * config/arm/arm.c (emit_multi_reg_push): Update comments.
19569         Use PRE_MODIFY instead of PRE_DEC.
19570         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
19571         (vfp_emit_fstmd): Likewise.
19572
19573 2010-03-19  Michael Matz  <matz@suse.de>
19574
19575         PR target/43305
19576         * builtins.c (expand_builtin_interclass_mathfn,
19577         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
19578         if that fails.
19579
19580 2010-03-19  Richard Guenther  <rguenther@suse.de>
19581
19582         PR tree-optimization/43415
19583         * tree-ssa-pre.c (phi_translate): Split out worker to ...
19584         (phi_translate_1): ... this.
19585         (phi_translate): Move all caching here.  Cache all NARY
19586         and REFERENCE translations.
19587
19588 2010-03-19  David S. Miller  <davem@davemloft.net>
19589
19590         With help from Eric Botcazou.
19591         * config/sparc/sparc.c: Include dwarf2out.h.
19592         (emit_pic_helper): Delete.
19593         (pic_helper_symbol_name): Delete.
19594         (pic_helper_emitted_p): Delete.
19595         (pic_helper_needed): New.
19596         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
19597         (get_pc_thunk_name): New.
19598         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
19599         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
19600         Set pic_helper_needed to true.  Don't call emit_pic_helper.
19601         (sparc_expand_prologue): Update load_pic_register call.
19602         (sparc_output_mi_thunk): Likewise.
19603         (sparc_file_end): Emit a hidden comdat symbol for the PIC
19604         thunk if possible.  Output CFI information as needed.
19605
19606 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
19607             Jack Howarth  <howarth@bromo.med.uc.edu>
19608
19609         PR target/36399
19610         * config/i386/i386.h: Fix ABI on darwin x86-32.
19611
19612 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
19613
19614         * tree.h: Declare make_decl_rtl_for_debug.
19615         * varasm.c (make_decl_rtl_for_debug): New.
19616         * dwarf2out.c (rtl_for_decl_location): Call it.
19617         * cfgexpand.c (expand_debug_expr): Call it.
19618
19619 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
19620
19621         PR bootstrap/43399
19622         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
19623         mem_mode.
19624
19625         PR bootstrap/43403
19626         * var-tracking.c (vt_init_cfa_base): Do nothing if
19627         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
19628
19629 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
19630
19631         PR debug/42873
19632         * var-tracking.c (canonicalize_vars_star): New.
19633         (dataflow_post_merge_adjust): Use it.
19634
19635 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
19636
19637         PR debug/43058
19638         * var-tracking.c (non_suitable_const): New function.
19639         (add_uses): For DEBUG_INSNs with constants, don't record any
19640         value, instead just the constant value itself.
19641         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
19642         is not VAR_LOC_UNKNOWN_P, set var to the constant.
19643         (emit_notes_in_bb): Likewise.
19644         (emit_note_insn_var_location): For onepart variables if
19645         cur_loc is a VOIDmode constant, use DECL_MODE.
19646
19647 2010-03-18  Martin Jambor  <mjambor@suse.cz>
19648
19649         PR middle-end/42450
19650         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
19651         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
19652         all non-clones.  Moved call redirection...
19653         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
19654         (cgraph_materialize_all_clones): Dispose of all
19655         combined_args_to_skip bitmaps.
19656         (verify_cgraph_node): Do not check for edges pointing to wrong
19657         nodes in inline clones.
19658         * tree-inline.c (copy_bb): Call
19659         cgraph_redirect_edge_call_stmt_to_callee.
19660         * ipa.c (cgraph_remove_unreachable_nodes): Call
19661         cgraph_node_remove_callees even when there are used clones.
19662
19663 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
19664
19665         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
19666
19667 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
19668
19669         PR target/43383
19670         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
19671         for 32bit.
19672
19673 2010-03-18  Michael Matz  <matz@suse.de>
19674
19675         PR middle-end/43419
19676         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
19677         into sqrt(x) if we need to preserve signed zeros.
19678
19679 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
19680             Eric Botcazou  <ebotcazou@adacore.com>
19681
19682         PR rtl-optimization/43360
19683         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
19684         note if we don't know its invariant status.
19685
19686 2010-03-18  Michael Matz  <matz@suse.de>
19687
19688         PR tree-optimization/43402
19689         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
19690         PHI chains of ssa names registered for update.
19691
19692 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
19693
19694         PR target/42427
19695         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
19696         non-offsettable and pre_modify update addressing.
19697         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
19698         and "2" alternatives "#".
19699         (*movdd_softfloat32): Make all alternatives "#";
19700         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
19701         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
19702         (*movdf_softfloat32): Make all alternatives "#";
19703         (movdi): Use the new DIFD mode iterator to create a common splitter
19704         for movdi, movdf and movdd patterns.
19705
19706 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
19707
19708         * common.opt (dumpdir): Remove redundant tab.
19709
19710 2010-03-17  Martin Jambor  <mjambor@suse.cz>
19711
19712         PR tree-optimization/43347
19713         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
19714         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
19715
19716 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
19717
19718         PR rtl-optimization/42216
19719         * regrename.c (create_new_chain): New function, broken out from...
19720         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
19721         appending a use to an empty chain.
19722         (build_def_use): Remove previous changes that convert OP_INOUT to
19723         OP_OUT operands; instead detect the case where an OP_INOUT operand
19724         uses a previously untracked register and create an empty chain for it.
19725
19726 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19727
19728         * doc/extend.texi (Function Attributes): Rewrite unfinished
19729         sentence in ms_abi documentation.
19730
19731 2010-03-17  Alan Modra  <amodra@gmail.com>
19732
19733         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
19734         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
19735         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
19736         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
19737
19738 2010-03-16  Richard Henderson  <rth@redhat.com>
19739
19740         PR middle-end/43365
19741         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
19742         (lower_try_finally): Save and restore eh_seq around the expansion
19743         of the try-finally.
19744
19745 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
19746
19747         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
19748         statements before splitting block.
19749
19750 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19751
19752         * doc/sourcebuild.texi (Testsuites): Fix markup.
19753         Use pathnames relative to gcc/testsuite.
19754         (Test Directives): Move description of how timeout is determined.
19755         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
19756         (C Tests): Correct gcc.misc-tests directory.
19757         Framework tests now live in gcc.test-framework.
19758
19759 2010-03-16  Richard Guenther  <rguenther@suse.de>
19760
19761         PR middle-end/43379
19762         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
19763         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
19764
19765 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
19766             Alexandre Oliva  <aoliva@redhat.com>
19767
19768         PR tree-optimization/42917
19769         * lambda-code.c (remove_iv): Skip debug statements.
19770         (lambda_loopnest_to_gcc_loopnest): Likewise.
19771         (not_interesting_stmt): Debug statements are not interesting.
19772
19773 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
19774
19775         PR debug/43051
19776         PR debug/43092
19777         * cselib.c (cselib_preserve_constants,
19778         cfa_base_preserved_val): New static variables.
19779         (preserve_only_constants): New function.
19780         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
19781         clear its REG_VALUES.  If cselib_preserve_constants, don't
19782         empty the whole hash table, but preserve there VALUEs with constants,
19783         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
19784         (cselib_preserve_cfa_base_value): New function.
19785         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
19786         (cselib_init): Change argument to int bitfield.  Set
19787         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
19788         is in it.
19789         (cselib_finish): Clear cselib_preserve_constants and
19790         cfa_base_preserved_val.
19791         * cselib.h (enum cselib_record_what): New enum.
19792         (cselib_init): Change argument to int.
19793         (cselib_preserve_cfa_base_value): New prototype.
19794         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
19795         * dse.c (dse_step1): Likewise.
19796         * cfgcleanup.c (thread_jump): Likewise.
19797         * sched-deps.c (sched_analyze): Likewise.
19798         * gcse.c (local_cprop_pass): Likewise.
19799         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
19800         If FN is non-NULL, call the callback always and whenever it returns
19801         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
19802         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
19803         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
19804         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
19805         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
19806         * var-tracking.c: Include recog.h.
19807         (bb_stack_adjust_offset): Remove.
19808         (vt_stack_adjustments): Don't call it, instead just gather the
19809         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
19810         (adjust_stack_reference): Remove.
19811         (compute_cfa_pointer): New function.
19812         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
19813         (struct adjust_mem_data): New type.
19814         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
19815         functions.
19816         (get_address_mode): New function.
19817         (replace_expr_with_values): Use it.
19818         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
19819         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
19820         (adjust_sets): Remove.
19821         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
19822         Use get_address_mode.
19823         (get_adjusted_src): Remove.
19824         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
19825         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
19826         (add_with_sets): Don't call adjust_sets.
19827         (fp_setter, vt_init_cfa_base): New functions.
19828         (vt_initialize): Change return type to bool.  Move most of pool etc.
19829         initialization to the beginning of the function from end.  Pass
19830         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
19831         If !frame_pointer_needed, call vt_stack_adjustment before mos
19832         vector is filled, call vt_init_cfa_base if argp/framep has been
19833         eliminated to sp.  If frame_pointer_needed and argp/framep has
19834         been eliminated to hard frame pointer, set
19835         hard_frame_pointer_adjustment and call vt_init_cfa_base after
19836         encountering fp setter in the prologue.  For MO_ADJUST, call
19837         log_op_type before pusing the op into mos vector, not afterwards.
19838         Call adjust_insn before cselib_process_insn/add_with_sets,
19839         call cancel_changes (0) afterwards.
19840         (variable_tracking_main_1): Adjust for vt_initialize calling
19841         vt_stack_adjustments and returning whether it succeeded or not.
19842
19843 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
19844
19845         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
19846         debug statements.
19847
19848 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
19849
19850         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
19851         has been set.
19852         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
19853         drap_reg has not been set.
19854
19855 2010-03-15  Michael Matz  <matz@suse.de>
19856
19857         PR middle-end/43300
19858         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
19859         use it to expand block copies.
19860         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
19861         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
19862         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
19863
19864 2010-03-15  Richard Guenther  <rguenther@suse.de>
19865
19866         PR tree-optimization/43367
19867         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
19868         elimination check.
19869
19870 2010-03-15  Richard Guenther  <rguenther@suse.de>
19871
19872         PR tree-optimization/43317
19873         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
19874
19875 2010-03-15  Martin Jambor  <mjambor@suse.cz>
19876
19877         PR tree-optimization/43141
19878         * tree-sra.c (create_abstract_origin): New function.
19879         (modify_function): Call create_abstract_origin.
19880
19881 2010-03-15  Chris Demetriou  <cgd@google.com>
19882
19883         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
19884         wasn't copied.
19885
19886 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19887
19888         PR middle-end/43354
19889         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
19890         call insert_out_of_ssa_copy for default definitions.
19891
19892 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19893
19894         * graphite-clast-to-gimple.c (my_long_long): Defined.
19895         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
19896         * graphite-sese-to-poly.c (my_long_long): Defined.
19897         (scop_ivs_can_be_represented): Use it.
19898
19899 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19900
19901         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
19902         graphite-max-bbs-per-function, and loop-block-tile-size.
19903         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
19904         with "maximum".
19905         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
19906
19907 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19908
19909         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
19910         forward declaration.
19911         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
19912         (add_upper_bounds_from_estimated_nit): New.
19913         (build_loop_iteration_domains): Use it.
19914
19915 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19916
19917         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
19918
19919 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19920
19921         PR middle-end/43306
19922         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
19923         should be an INTEGER_CST.  Also handle CASE_CONVERT.
19924
19925 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19926
19927         * graphite.c (graphite_initialize): To bound the number of bbs per
19928         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
19929         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
19930         * doc/invoke.texi: Document it.
19931
19932 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19933
19934         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
19935         * graphite-sese-to-poly.h (build_poly_scop): Same.
19936
19937 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
19938
19939         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
19940         the number of parameters in the scop.  Use as an upper bound
19941         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
19942         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
19943         * doc/invoke.texi: Document it.
19944
19945 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
19946
19947         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
19948         * doc/c-tree.texi: Remove.
19949         * doc/generic.texi: Merge c-tree.texi here.
19950         * doc/gccint.texi (Trees): Remove menu entry.
19951         (c-tree.texi): Remove @include.
19952         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
19953         * doc/languages.texi (Reading RTL): Ditto.
19954
19955 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
19956
19957         PR target/42869
19958         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
19959
19960 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
19961
19962         PR middle-end/42431
19963         * gcc/config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
19964         code added to work around reload clobbering CONST insns.
19965
19966 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
19967
19968         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
19969         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
19970         (cselib_preserve_only_values): Remove retain argument, don't
19971         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
19972         * cselib.h (cselib_preserve_only_values): Remove retain argument.
19973         * var-tracking.c (micro_operation): Move insn field before union.
19974         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
19975         (struct variable_tracking_info_def): Remove n_mos field, change
19976         mos into a vector of micro_operations.
19977         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
19978         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
19979         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
19980         changing into a vector.
19981         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
19982         come before all other uops generated by add_stores.
19983         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
19984         argument removal.
19985         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
19986         a vector.  Run just one pass over the bbs instead of separate counting
19987         and computation phase.
19988         (vt_finalize): Free VTI (bb)->mos vector instead of array.
19989
19990         PR debug/43329
19991         * tree-inline.c (remap_decls): Put old_var rather than origin_var
19992         into *nonlocalized_list vector.
19993         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
19994         even if origin is non-NULL.
19995         (gen_variable_die): Likewise.
19996         (process_scope_var): Don't change origin.
19997         (gen_decl_die): Likewise.
19998         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
19999         before adding new edges instead of after it, fix moving over
20000         debug stmts.
20001
20002 2010-03-11  David S. Miller  <davem@davemloft.net>
20003
20004         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
20005         of four.
20006         * configure: Rebuild.
20007
20008 2010-03-11  Martin Jambor  <mjambor@suse.cz>
20009
20010         PR tree-optimization/43257
20011         * tree.c (assign_assembler_name_if_neeeded): New function.
20012         (free_lang_data_in_cgraph): Assembler name assignment moved to the
20013         above new function.
20014         * tree.h (assign_assembler_name_if_neeeded): Declare.
20015         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
20016         the function if needed.
20017
20018 2010-03-11  Chris Demetriou  <cgd@google.com>
20019
20020         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
20021         include/stdint-gcc.h, and include/stdint.h world-readable.
20022
20023 2010-03-11  Richard Guenther  <rguenther@suse.de>
20024
20025         PR tree-optimization/43255
20026         * tree-vrp.c (process_assert_insertions_for): Do not insert
20027         asserts for trivial conditions.
20028
20029 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20030
20031         PR tree-optimization/43280
20032         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
20033         generation.  Move calculation of size out of the if branch.
20034         (find_bswap): Modify compare number generation.
20035
20036 2010-03-11  Richard Guenther  <rguenther@suse.de>
20037
20038         PR lto/43200
20039         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
20040         (input_gimple_stmt): Fixup handled component types during
20041         operand read.  Also fix up decls in ADDR_EXPRs.
20042
20043 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
20044
20045         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
20046         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
20047
20048 2010-03-10  Jan Hubicka  <jh@suse.cz>
20049
20050         PR c/43288
20051         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
20052         * varasm.c (get_variable_section): Don't do that here...
20053         (make_decl_rtl): ... and here.
20054         (do_assemble_alias): Produce decl RTL.
20055         (assemble_alias): Likewise.
20056
20057 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20058
20059         PR debug/43290
20060         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
20061         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
20062         of fde->vdrap_reg.
20063         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
20064         (based_loc_descr): Only express drap or vdrap regno based expressions
20065         using DW_OP_fbreg when not optimizing.
20066         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
20067         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
20068         REG_CFA_SET_VDRAP note.
20069
20070 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
20071
20072         PR tree-optimization/43236
20073         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
20074         error in calculation of base address in reverse iteration case.
20075         (generate_builtin): Take number of latch executions if the statement
20076         is in the latch.
20077
20078 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
20079
20080         PR middle-end/42859
20081         * tree-eh.c: Include pointer-set.h.
20082         (lower_eh_dispatch): Filter out duplicate case labels and
20083         remove the unneeded edge when the label is unused.  Return
20084         true when some edges are removed.
20085         (execute_lower_eh_dispatch): When any lowering resulted in
20086         removing an edge, also delete unreachable blocks.
20087
20088 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
20089
20090         PR bootstrap/43287
20091         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
20092         UNSPEC_MACHOPIC_OFFSET.
20093
20094 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
20095
20096         PR target/43294
20097         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
20098         (m68k_delegitimize_address): New function.
20099
20100 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
20101
20102         PR debug/43299
20103         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
20104
20105         PR debug/43299
20106         * var-tracking.c (adjust_sets): New function.
20107         (count_with_sets, add_with_sets): Use it.
20108         (get_adjusted_src): New inline function.
20109         (add_stores): Use it.
20110
20111         PR debug/43304
20112         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
20113         call cselib_dummy_expand_value_rtx_cb instead of
20114         cselib_expand_value_rtx_cb.
20115
20116         PR debug/43293
20117         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
20118         * config/i386/i386.c: Include debug.h and dwarf2out.h.
20119         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
20120         and .cfi_endproc around the pic thunks.
20121         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
20122         all queued unwind info register saves are saved before the call.
20123         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
20124         considered as sp-=4 for unwind info and the pop as sp+=4 which
20125         also clobbers dest, but doesn't actually restore it.
20126
20127         PR debug/43290
20128         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
20129         RTX_FRAME_RELATED_P.
20130
20131 2010-03-09  Jie Zhang  <jie@codesourcery.com>
20132
20133         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
20134         whitespaces in output template.
20135
20136 2010-03-09  Jie Zhang  <jie@codesourcery.com>
20137
20138         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
20139         out array boundary.
20140
20141 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
20142
20143         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
20144         builtins.exp in a separate job.
20145
20146 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20147
20148         * graphite-sese-to-poly.c (add_param_constraints): Use
20149         lower_bound_in_type and upper_bound_in_type.
20150
20151 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20152
20153         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
20154         instead of unsigned_type_node.
20155
20156 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20157             Reza Yazdani  <reza.yazdani@amd.com>
20158
20159         PR middle-end/43065
20160         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
20161         on pointer type parameters.
20162
20163 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
20164
20165         PR middle-end/42644
20166         PR middle-end/42130
20167         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
20168         handle conversions from pointer to integers.
20169         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
20170         induction variable, to be able to work with code generated by CLooG.
20171         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
20172         (build_poly_scop): Bail out if we cannot codegen a loop.
20173
20174 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
20175
20176         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
20177         code generation with gloog_error.
20178
20179 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20180
20181         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
20182         Call fold_convert on all the returned values.
20183         (expand_scalar_variables_expr): Pass to
20184         expand_scalar_variables_ssa_name the type of the resulting expression.
20185
20186 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20187
20188         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
20189         ppl_min_for_le_pointset.
20190         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
20191         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
20192
20193 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20194
20195         * graphite-dependences.c (map_into_dep_poly): Removed.
20196         (dependence_polyhedron_1): Use combine_context_id_scat.
20197
20198 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20199
20200         * graphite-poly.h (struct poly_scattering): Add layout documentation.
20201         (struct poly_bb): Same.
20202         (combine_context_id_scat): New.
20203
20204 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20205
20206         PR middle-end/42326
20207         * sese.c (name_defined_in_loop_p): Return false for default
20208         definitions.
20209
20210 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20211
20212         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
20213         and clean up the logic.
20214
20215 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
20216
20217         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
20218         early return.
20219
20220 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
20221
20222         * var-tracking.c (remove_cselib_value_chains): Define only for
20223         ENABLE_CHECKING.
20224         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
20225         delete_slot_part, emit_notes_for_differences_1): Don't call
20226         remove_cselib_value_chains here.
20227         (set_slot_part, emit_notes_for_differences_2): Don't call
20228         add_cselib_value_chains here.
20229         (preserved_values): New vector.
20230         (preserve_value): New function.
20231         (add_uses, add_stores, vt_add_function_parameters): Use it
20232         instead of cselib_preserve_value.
20233         (changed_values_stack): New vector.
20234         (check_changed_vars_0): New function.
20235         (check_changed_vars_1, check_changed_vars_2): Use it.
20236         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
20237         changed_values_stack VALUEs.
20238         (vt_emit_notes): For all preserved_values call
20239         add_cselib_value_chains.  If ENABLE_CHECKING call
20240         remove_cselib_value_chains before verifying value_chains is empty.
20241         Initialize and free changed_values_stack.
20242         (vt_initialize): Initialize preserved_values.
20243         (vt_finalize): Free preserved_values.
20244
20245 2010-03-08  Richard Guenther  <rguenther@suse.de>
20246
20247         PR tree-optimization/43269
20248         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
20249         region detection.
20250
20251 2010-03-08  Martin Jambor  <mjambor@suse.cz>
20252
20253         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
20254         (ipa_is_param_called): Removed.
20255         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
20256         (ipa_print_node_params): Do not print the called flag.
20257         (ipa_write_node_info): Do not stream the called flag.
20258         (ipa_read_node_info): Likewise.
20259
20260 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
20261
20262         PR debug/43176
20263         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
20264         * cselib.c (struct expand_value_data): Add dummy field.
20265         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
20266         dummy to false.
20267         (cselib_dummy_expand_value_rtx_cb): New function.
20268         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
20269         any rtl.
20270         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
20271         * var-tracking.c: Include pointer-set.h.
20272         (variable): Change n_var_parts to char from int.  Add
20273         cur_loc_changed and in_changed_variables fields.
20274         (variable_canonicalize): Remove.
20275         (shared_var_p): New inline function.
20276         (unshare_variable): Maintain cur_loc_changed and
20277         in_changed_variables fields.  If var was in changed_variables,
20278         replace it there with new_var.  Just copy cur_loc instead of
20279         resetting it to something else.
20280         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
20281         (dataflow_set_union): Don't call variable_canonicalize.
20282         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
20283         of their DEBUG_EXPR_TREE_DECLs.
20284         (canonicalize_loc_order_check): Verify that cur_loc is NULL
20285         and in_changed_variables and cur_loc_changed is false.
20286         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
20287         and cur_loc_changed.  Don't update cur_loc here.
20288         (variable_merge_over_src): Don't call variable_canonicalize.
20289         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
20290         removing loc that is equal to cur_loc, clear cur_loc,
20291         set cur_loc_changed and ensure variable_was_changed is called.
20292         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
20293         compare pointers in cur_loc check, if it is equal to loc,
20294         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
20295         (variable_different_p): Remove compare_current_location argument,
20296         don't compare cur_loc.
20297         (dataflow_set_different_1): Adjust variable_different_p caller.
20298         (variable_was_changed): If dv had some var in changed_variables
20299         already, reset in_changed_variables flag for it and propagate
20300         cur_loc_changed over to the new variable.  On empty var
20301         always set cur_loc_changed.  Set in_changed_variables on whatever
20302         var is added to changed_variables.
20303         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
20304         Use shared_var_p.  When removing loc that is equal to cur_loc,
20305         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
20306         end, don't set it to something else, just call variable_was_changed.
20307         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
20308         loc being removed, clear cur_loc and set cur_loc_changed.
20309         Set cur_loc_changed if all locations have been removed.
20310         (struct expand_loc_callback_data): New type.
20311         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
20312         allocated.  Always create SUBREGs if simplify_subreg failed.
20313         Prefer to use cur_loc, when that fails and still in
20314         changed_variables (and seen first time) recompute it.  Set
20315         cur_loc_changed of variables which had to change cur_loc and
20316         compute elcd->cur_loc_changed if any of the subexpressions used
20317         had to change cur_loc.
20318         (vt_expand_loc): Adjust to pass arguments in
20319         expand_loc_callback_data structure.
20320         (vt_expand_loc_dummy): New function.
20321         (emitted_notes): New variable.
20322         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
20323         that weren't used for any other decl in current
20324         emit_notes_for_changes call call vt_expand_loc_dummy to update
20325         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
20326         first loc_chain location if NULL before.  Always use just
20327         cur_loc instead of first loc_chain location.  When cur_loc_changed
20328         is false, when not --enable-checking=rtl just don't emit any note.
20329         When rtl checking, compute the note and assert it is the same
20330         as previous note.  Clear cur_loc_changed and in_changed_variables
20331         at the end before removing from changed_variables.
20332         (check_changed_vars_3): New function.
20333         (emit_notes_for_changes): Traverse changed_vars to call
20334         check_changed_vars_3 on each changed var.
20335         (emit_notes_for_differences_1): Clear cur_loc_changed and
20336         in_changed_variables.  Recompute cur_loc of new_var.
20337         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
20338         (vt_emit_notes): Initialize and destroy emitted_notes.
20339
20340 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
20341
20342         PR rtl-optimization/42220
20343         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
20344         Use verify_reg_tracked to determine if we should use OP_OUT rather
20345         than OP_INOUT.
20346         (build_def_use): If we see an in-out operand for a register that we
20347         know nothing about, treat is an output if possible, fail the block if
20348         not.
20349
20350 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
20351
20352         PR debug/42897
20353         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
20354         permanently.
20355
20356 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
20357
20358         PR debug/42897
20359         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
20360         uses of relevant DEFs that are dead outside the loop too.
20361
20362 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
20363
20364         * var-tracking.c (dataflow_set_merge): Swap src and src2.
20365         Reverted:
20366         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
20367         PR debug/41371
20368         * var-tracking.c (values_to_unmark): New variable.
20369         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
20370         values_to_unmark vector.  Moved body to...
20371         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
20372         instead queue it into values_to_unmark vector.
20373         (vt_find_locations): Free values_to_unmark vector.
20374
20375 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
20376
20377         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
20378         (site.exp): Export them when plugins are enabled.
20379
20380 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
20381
20382         PR middle-end/42326
20383         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
20384         that contain scevs.
20385         (chrec_fold_multiply): Same.
20386
20387 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
20388
20389         PR c/43248
20390         * c-decl.c (build_compound_literal): Return early if init is
20391         an error_mark_node.
20392
20393 2010-03-04  Martin Jambor  <mjambor@suse.cz>
20394
20395         PR tree-optimization/43164
20396         PR tree-optimization/43191
20397         * tree-sra.c (type_consists_of_records_p): Reject records with
20398         zero-size bit-fields at the end.
20399
20400 2010-03-04  Mike Stump  <mikestump@comcast.net>
20401
20402         * Makefile.in (TAGS): Remove *.y.
20403
20404 2010-03-04  Richard Guenther  <rguenther@suse.de>
20405
20406         PR tree-optimization/40761
20407         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
20408         in reverse order.
20409         (my_rev_post_order_compute): New function.
20410         (init_pre): Call it.
20411
20412 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
20413
20414         PR middle-end/43209
20415         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
20416         decrease the cost of an IV candidate when the cost is infinite.
20417
20418 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20419
20420         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
20421         Use '3DNow!' for the extension of that name, ensure normal space
20422         after the string.
20423         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
20424
20425 2010-03-03  Jeff Law  <law@redhat.com>
20426
20427         * PR middle-end/32693
20428         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
20429         than gen_rtx_SUBREG.
20430         (extract_bit_field_1): Likewise.
20431
20432 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
20433
20434         * doc/sourcebuild.texi (Test directives): Document that arguments
20435         include-opts and exclude-opts are now optional for dg-skip-if,
20436         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
20437
20438 2010-03-03  Jason Merrill  <jason@redhat.com>
20439
20440         PR c++/12909
20441         * cgraph.h (varpool_node): Add extra_name field.
20442         * varpool.c (varpool_extra_name_alias): New.
20443         (varpool_assemble_decl): Emit extra name aliases.
20444         (varpool_mark_needed_node): Look past an extra name alias.
20445         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
20446         * lto-streamer-in.c (lto_input_tree): Read it.
20447         * lto-streamer-out.c (output_unreferenced_globals): Write it.
20448
20449 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
20450
20451         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
20452         (sparc*-*-solaris2*): ...this.
20453
20454 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
20455
20456         PR debug/43229
20457         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
20458         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
20459         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
20460         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
20461
20462         PR debug/43237
20463         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
20464         fallthrough to default handling, just with want_address 0 instead of 2.
20465         For single element lists, add_AT_loc directly, otherwise create an
20466         artificial variable DIE and stick location list to it.
20467
20468         PR debug/43177
20469         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
20470         (VAL_EXPR_HAS_REVERSE): Define.
20471         (reverse_op): New function.
20472         (add_stores): For reversible operations add an extra MO_VAL_USE.
20473
20474 2010-03-02  Jason Merrill  <jason@redhat.com>
20475
20476         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
20477
20478 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
20479
20480         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
20481         (sparc64-*-linux*): Likewise.
20482         (sparc64-*-solaris2*): Include assembler files before linker ones.
20483         (sparc-*-solaris2*): Simplify and reorder to match previous case.
20484         * config/sparc/gas.h: Delete.
20485         * config/sparc/sol2-64.h: Add copyright notice.
20486         * config/sparc/sol2-gas-bi.h: Likewise.
20487         * config/sparc/sol2-gld.h: Likewise.
20488         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
20489         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
20490         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
20491         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
20492         (sparc_elf_asm_named_section): Rename into...
20493         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
20494
20495 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
20496
20497         * config/alpha/alpha.c (override_options): Fix -mtune error message.
20498
20499 2010-03-02  Jeff Law  <law@redhat.com>
20500
20501         PR middle-end/42431
20502         * reload1.c (rtx_p, substitute_stack): Declare.
20503         (substitute): Record addresses of changed rtxs.
20504         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
20505         Restore the original rtx when complete.
20506         (reload): Free subsitute_stack when complete.
20507
20508 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
20509
20510         * doc/gccint.texi (menu): Add Testsuites as a chapter.
20511         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
20512         new chapter.
20513         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
20514         LTO Testing, gcov Testing, profopt Testing, compat Testing,
20515         Torture Tests): Change from subsection to section.
20516
20517 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
20518             Steven Bosscher  <steven@gcc.gnu.org>
20519
20520         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
20521         instead of bb.
20522
20523 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
20524
20525         PR middle-end/42640
20526         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
20527         the assignment from the new induction variable to the assignment
20528         of the value from the original loop PHI function.
20529
20530 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
20531             Daniel Jacobowitz  <dan@codesourcery.com>
20532
20533         * doc/sourcebuild.texi (Test directives): Clarify options to
20534         dg-skip-if.
20535
20536 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20537
20538         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
20539         Disable cfi directives unless GCC and gas agree on using read-only
20540         .eh_frame sections for 64-bit.
20541         * configure: Regenerate.
20542
20543 2010-03-01  Richard Guenther  <rguenther@suse.de>
20544
20545         PR tree-optimization/43220
20546         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
20547         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
20548
20549 2010-03-01  Richard Guenther  <rguenther@suse.de>
20550             Martin Jambor  <mjambor@suse.cz>
20551
20552         PR middle-end/41250
20553         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
20554         gimplified parameters.
20555
20556 2010-03-01  Christian Bruel  <christian.bruel@st.com>
20557
20558         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
20559
20560 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
20561
20562         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
20563
20564 2010-03-01  Richard Guenther  <rguenther@suse.de>
20565
20566         PR middle-end/43213
20567         * expr.c (expand_assignment): Use the alias-oracle to tell
20568         if the rhs aliases the result decl.
20569
20570 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20571
20572         PR pch/14940
20573         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
20574         to sol_gt_pch_get_address.
20575         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
20576         64-bit, SPARC and x86.
20577         (sol_gt_pch_get_address): New function.
20578
20579 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
20580
20581         * toplev.h (inform_n, error_n): Declare.
20582         * diagnostic.c (inform_n, error_n): New function.
20583
20584 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
20585
20586         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
20587         has no rtl yet when processing local_decls, queue it and recheck
20588         if deferred stack allocation hasn't assigned it rtl.
20589
20590 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
20591
20592         * config/sh/sh.c (unspec_bbr_uid): New.
20593         (gen_block_redirect): Use it instead of INSN_UID.
20594         (gen_far_branch): Likewise.
20595
20596 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
20597
20598         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
20599         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
20600
20601 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20602
20603         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
20604         (Warning Options): -Wno-conversion-null is valid for
20605         Objective-C++ as well.
20606         * doc/tm.texi (Named Address Spaces): Likewise.
20607         * doc/plugins.texi (Plugins): Replace TABs with spaces.
20608         * doc/tree-ssa.texi (Tree SSA): Likewise.
20609
20610 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
20611
20612         PR bootstrap/43202
20613         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
20614         by default.  Don't set the default arch for
20615         i[34567]86-*-darwin*|x86_64-*-darwin*.
20616
20617 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
20618
20619         PR bootstrap/43202
20620         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
20621         default.  Set the default 32bit/64bit archs with $with_arch
20622         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
20623
20624 2010-02-27  Richard Guenther  <rguenther@suse.de>
20625
20626         PR tree-optimization/43186
20627         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
20628         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
20629         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
20630         unroller iterations.
20631
20632 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
20633
20634         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
20635         required and i[34567]86-*-* targets don't support 64bit ISA.
20636
20637 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
20638
20639         PR ada/43096
20640         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
20641         the same alias set.
20642
20643 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
20644
20645         * config.gcc: Set the default arch at least to Prescott for
20646         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
20647         if SSE math is enabled.
20648
20649 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20650
20651         * diagnostic.c (diagnostic_initialize): Update.
20652         (diagnostic_report_diagnostic): Test inhibit_notes_p for
20653         informative notes.
20654         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
20655         (diagnostic_inhibit_notes): New.
20656         * toplev.c (process_options): inhibit notes with -fcompare-debug.
20657
20658 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20659
20660         PR c/20631
20661         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
20662         * doc/standards.texi: Likewise.
20663         * doc/extend.texi: Likewise.
20664         * doc/trouble.texi: Likewise.
20665         * doc/cppopts.texi: Likewise.
20666         * doc/install.texi: Likewise.
20667         * c.opt (std=c90,std=gnu90): New options.
20668         * c-opts.c (c_common_handle_option): Handle them.
20669
20670 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20671
20672         PR c/24577
20673         * c-decl.c (undeclared_variable): Use an informative note.
20674
20675 2010-02-26  Richard Guenther  <rguenther@suse.de>
20676
20677         PR tree-optimization/43186
20678         * gimple.h (gimple_fold): Remove.
20679         * gimple.c (gimple_fold): Remove.  Inline into single user ...
20680         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
20681         Try harder for conditions.
20682
20683 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
20684
20685         PR debug/43190
20686         * function.c (used_types_insert): Don't skip through named pointer
20687         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
20688         and it is different from the main variant's type.
20689
20690 2010-02-26  Nick Clifton  <nickc@redhat.com>
20691
20692         * config/rx/rx.md (sminsi3): Remove bogus alternative.
20693
20694 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
20695
20696         * config.gcc: Support --with-fpmath=sse for x86.
20697
20698         * config/i386/ssemath.h: New.
20699
20700         * doc/install.texi (--with-fpmath=sse): Documented.
20701
20702 2010-02-26  Richard Guenther  <rguenther@suse.de>
20703
20704         PR tree-optimization/43188
20705         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
20706         vector types of over-aligned element type.
20707
20708 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
20709
20710         PR target/43175
20711         * config/i386/i386.c (expand_vec_perm_blend): Use correct
20712         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
20713
20714 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
20715
20716         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
20717
20718 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
20719
20720         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
20721         * var-tracking.c: Include diagnostic.h.
20722         (debug_dv): New function.
20723         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
20724
20725         PR debug/43160
20726         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
20727         (add_value_chain, add_value_chains, remove_value_chain,
20728         remove_value_chains): Handle DEBUG_EXPRs.
20729         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
20730
20731         PR debug/43161
20732         * regcprop.c (struct queued_debug_insn_change): New type.
20733         (struct value_data_entry): Add debug_insn_changes field.
20734         (struct value_data): Add n_debug_insn_changes field.
20735         (debug_insn_changes_pool): New variable.
20736         (free_debug_insn_changes, apply_debug_insn_changes,
20737         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
20738         (kill_value_one_regno): Call free_debug_insn_changes if needed.
20739         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
20740         fields.
20741         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
20742         changes for them.
20743         (copyprop_hardreg_forward_1): Don't call apply_change_group for
20744         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
20745         changes, call cprop_find_used_regs via note_stores.
20746         (copyprop_hardreg_forward): When copying vd from predecessor
20747         which has any queued DEBUG_INSN changes, make sure the pointers are
20748         cleared.  At the end call df_analyze and then if there are any
20749         DEBUG_INSN changes queued at the end of some basic block for still
20750         live registers, apply them.
20751         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
20752
20753 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
20754
20755         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
20756         (arm*-*-*): Ditto.
20757
20758 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
20759
20760         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
20761         targets.  Set the default with_cpu/with_arch from arch/cpu.
20762         Allow x86-64 and native for with_cpu/with_arch.
20763
20764 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
20765
20766         * ebitmap.c: Change calls to verify_popcount with calls to
20767         sbitmap_verify_popcount.
20768         (ebitmap_clear_bit): Fixed map->cacheindex test and
20769         map>cache update when bit clearing results in an empty
20770         element.
20771
20772 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
20773
20774         PR target/43154
20775         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
20776         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
20777         and support both V2DF and V2DI modes.
20778         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
20779         support both V2DF and V2DI modes.
20780         (general): Delete trailing whitespace from a few patterns.
20781
20782         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20783         V2DF/V2DI interleave high/low builtins.
20784
20785         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
20786         new VSX builtins.
20787
20788         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
20789         interleave high/low functions.
20790
20791 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
20792
20793         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
20794         #pragma extern_prefix.
20795
20796 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
20797
20798         PR debug/43166
20799         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
20800         BLKmode, assert op0 is a MEM and just adjust its mode.
20801
20802         PR debug/43165
20803         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
20804         if bitpos isn't multiple of mode's bitsize.
20805
20806 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20807
20808         * c.opt (-ftemplate-depth=): New.
20809         (-ftemplate-depth-): Deprecate.
20810         * optc-gen.awk: Handle -ftemplate-depth=.
20811         * opth-gen.awk: Likewise.
20812         * c-opts.c (c_common_handle_option): Likewise.
20813         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
20814
20815 2010-02-24  Jason Merrill  <jason@redhat.com>
20816
20817         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
20818
20819 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20820
20821         * cfg.c (alloc_aux_for_block): Remove inline.
20822         (alloc_aux_for_edge): Likewise.
20823
20824 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20825
20826         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
20827
20828 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20829
20830         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
20831         * config/i386/sol2-gas.h: New file.
20832         * config.gcc (i[34567]86-*-solaris2*): Use it.
20833
20834 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20835
20836         PR c/43128
20837         * c-typeck.c (ep_convert_and_check): New.
20838         (build_conditional_expr): Use it.
20839         (build_binary_op): Likewise.
20840
20841 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
20842
20843         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
20844
20845         PR debug/43150
20846         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
20847         bounds even for -O+.
20848         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
20849         expr needs to have DECL_NAME set.
20850
20851 2010-02-24  Nick Clifton  <nickc@redhat.com>
20852
20853         * config/mep/mep.c: Include gimple.h.
20854         (mep_function_uses_sp): Delete unused function.
20855         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
20856         parameters.  Use unsigned integers to count args.  Return a
20857         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
20858
20859 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
20860
20861         PR target/43107
20862         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
20863         greater or equal to nelt instead of 2 * nelt.
20864         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
20865         with nelt - 1.
20866
20867 2010-02-23  Jason Merrill  <jason@redhat.com>
20868
20869         PR debug/42800
20870         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
20871         in cfun->local_decls even if they have register types.
20872
20873         PR c++/42837
20874         * stor-layout.c (place_field): Don't warn about unnecessary
20875         DECL_PACKED if the type is packed.
20876
20877 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
20878
20879         PR target/43139
20880         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
20881         GOTOFF relocs, even when the base reg isn't pic pointer.
20882
20883 2010-02-23  Michael Matz  <matz@suse.de>
20884
20885         PR debug/43077
20886         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
20887         (expand_gimple_basic_block): Generate and use debug temps if there
20888         are debug uses left after the last real use of TERed ssa names.
20889         Unlink debug immediate uses when they are expanded.
20890
20891 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20892
20893         PR 43123
20894         * config/i386/i386.c (override_options): Reorganise to provide
20895         better error messages.
20896
20897 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
20898
20899         PR middle-end/43083
20900         * graphite-scop-detection.c (create_single_exit_edge): Move
20901         the call to find_single_exit_edge to....
20902         (create_sese_edges): ...here.  Don't handle multiple edges
20903         exiting the function.
20904         (build_graphite_scops): Don't handle multiple edges
20905         exiting the function.
20906
20907 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
20908
20909         PR middle-end/43097
20910         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
20911         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
20912
20913 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
20914
20915         PR middle-end/43026
20916         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
20917
20918 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20919
20920         PR c++/43126
20921         * c-typeck.c (convert_arguments): Print declaration location.
20922         * c-common.c (validate_nargs): Rename as
20923         builtin_function_validate_nargs.
20924         (check_builtin_function_arguments): Update.
20925
20926 2010-02-22  Richard Guenther  <rguenther@suse.de>
20927
20928         PR lto/43045
20929         * tree-inline.c (declare_return_variable): Use the type of
20930         the call stmt lhs if available.
20931
20932 2010-02-22  Duncan Sands  <baldrick@free.fr>
20933
20934         * passes.c (register_pass): Always consider all pass lists when
20935         ref_pass_instance_number is zero.
20936
20937 2010-02-22  Richard Guenther  <rguenther@suse.de>
20938
20939         PR tree-optimization/42749
20940         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
20941         parameter.  Do arithmetic in the original type.
20942         (update_accumulator_with_ops): Likewise.
20943         (adjust_accumulator_values): Adjust.
20944
20945 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20946
20947         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
20948         (QI to BLKmode splitter): New splitter.
20949
20950 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
20951
20952         * config/i386/i386.c (initial_ix86_tune_features): Turn on
20953         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
20954
20955 2010-02-22  Richard Guenther  <rguenther@suse.de>
20956
20957         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
20958
20959 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
20960
20961         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
20962         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
20963         ($(T)crti.o, $(T)crtn.o): Remove rules.
20964
20965 2010-02-21  Tobias Burnus  <burnus@net-b.de>
20966
20967         PR fortran/35259
20968         * doc/invoke.texi (-fassociative-math): Document that this
20969         option is automatically enabled for Fortran.
20970
20971 2010-02-20  David S. Miller  <davem@davemloft.net>
20972
20973         * configure.ac: Test if linker and assembler properly support
20974         GOTDATA_OP relocations.
20975         * configure: Rebuild.
20976         * config.in: Likewise.
20977         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
20978         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
20979         (movsi_high_pic): Likewise.
20980         (movdi_lo_sum_pic): Likewise.
20981         (movdi_high_pic): Likewise.
20982         (movsi_pic_gotdata_op): New pattern.
20983         (movdi_pic_gotdata_op): Likewise.
20984         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
20985         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
20986
20987 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
20988
20989         PR target/43067
20990         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
20991         attribute to ssemul.
20992         (xop_mulv2div2di3_high): Ditto.
20993
20994 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20995
20996         PR c++/35669
20997         * c.opt (Wconversion-null): New option.
20998         * doc/invoke.texi (Wconversion-null): Document.
20999
21000 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21001
21002         * common.opt (Wlarger-than-): Add Undocumented.
21003
21004 2010-02-19  Mike Stump  <mikestump@comcast.net>
21005
21006         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
21007
21008 2010-02-19  Jason Merrill  <jason@redhat.com>
21009
21010         PR target/40332
21011         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
21012         * configure: Likewise.
21013
21014 2010-02-20  Alan Modra  <amodra@gmail.com>
21015
21016         PR middle-end/42344
21017         * cgraph.h (cgraph_make_decl_local): Declare.
21018         * cgraph.c (cgraph_make_decl_local): New function.
21019         (cgraph_make_node_local): Use it.
21020         * cgraphunit.c (cgraph_function_versioning): Likewise.
21021         * ipa.c (function_and_variable_visibility): Likewise.
21022
21023 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21024
21025         PR bootstrap/43121
21026         * except.c (sjlj_emit_function_enter): Don't call
21027         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
21028         directly.
21029         * rtl.h (add_reg_br_prob_note): Remove prototype.
21030
21031 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21032
21033         PR 41779
21034         * c-common.c (conversion_warning): Remove widening conversions
21035         before checking the conversion of integers to reals.
21036
21037 2010-02-19  Mike Stump  <mikestump@comcast.net>
21038
21039         PR middle-end/43125
21040         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
21041
21042         PR objc/43061
21043         * cgraphunit.c (process_function_and_variable_attributes): Check
21044         DECL_PRESERVE_P instead of looking up attribute "used".
21045         * ipa-pure-const.c (check_decl): Likewise.
21046         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
21047         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
21048         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
21049         instead of attribute "used".
21050         * config/sol2-c.c (solaris_pragma_init): Likewise.
21051         (solaris_pragma_fini): Likewise.
21052
21053 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21054
21055         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
21056         Use XCNEW instead of xcalloc.
21057         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
21058         XNEW instead of xmalloc.
21059         (get_fields): Use XNEWVEC instead of xmalloc.
21060
21061         PR debug/43084
21062         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
21063         populate vars array.
21064         (create_new_general_access): For debug stmts just reset value.
21065         (get_stmt_accesses): For accesses within debug stmts just record them
21066         using add_access_to_acc_sites instead of preventing the peeling or
21067         counting them as accesses.
21068
21069         PR middle-end/42233
21070         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
21071
21072 2010-02-19  Richard Guenther  <rguenther@suse.de>
21073
21074         PR tree-optimization/42916
21075         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
21076         instructions.
21077
21078 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
21079
21080         * configure.ac: Replace all uses of changequote in macro arguments
21081         with proper quoting.
21082
21083 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21084
21085         PR middle-end/42233
21086         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
21087
21088 2010-02-19  Richard Guenther  <rguenther@suse.de>
21089
21090         PR tree-optimization/42944
21091         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
21092         test for aliasing with errno.
21093
21094 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
21095
21096         PR middle-end/42233
21097         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
21098         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
21099         * dojump.c: Include output.h.
21100         (inv): New inline function.
21101         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
21102         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
21103         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
21104         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
21105         argument, pass it down to other calls.
21106         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
21107         add REG_BR_PROB note to the conditional jump.
21108         * cfgexpand.c (add_reg_br_prob_note): Removed.
21109         (expand_gimple_cond): Don't call it, add the probability
21110         as last argument to jumpif_1/jumpifnot_1.
21111         * Makefile.in (dojump.o): Depend on output.h.
21112         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
21113         callers.
21114         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
21115         * stmt.c (do_jump_if_equal): Likewise.
21116         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
21117         * loop-unswitch.c (compare_and_jump_seq): Likewise.
21118         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
21119         Likewise.
21120         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
21121         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
21122         jumpifnot_1 callers.
21123         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
21124         callers.
21125         (store_expr): Adjust jumpifnot caller.
21126         (store_constructor): Adjust jumpif caller.
21127
21128         PR middle-end/42233
21129         * gimplify.c (gimple_boolify): For __builtin_expect call
21130         gimple_boolify also on its first argument.
21131
21132 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
21133
21134         * configure.ac (gnu-unique-object): Wrap regexps using [] in
21135         changequote block.
21136         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
21137         * configure: Regenerated.
21138
21139 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21140
21141         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
21142         lang_hooks.types_compatible_p instead of comptypes.
21143
21144 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
21145
21146         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
21147         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
21148         if __prefer_thumb__ is defined.
21149
21150 2010-02-18  Martin Jambor  <mjambor@suse.cz>
21151
21152         PR tree-optimization/43066
21153         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
21154         array with zero-sized element type.
21155
21156 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
21157
21158         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
21159         rtx, allocate struct var_loc_node here and return it to the
21160         caller, and only if it is actually needed.
21161         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
21162         move it earlier and return immediately if it returns NULL.
21163
21164 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
21165
21166         * config/sparc/gas.h: New file.  Restore
21167         TARGET_ASM_NAMED_SECTION to its ELF default.
21168         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
21169         check !HAVE_GNU_AS.
21170         * config/sparc/sparc.c (sparc_elf_asm_named_section):
21171         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
21172         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
21173         after sparc/sysv4.h.
21174
21175 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
21176
21177         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
21178
21179 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
21180
21181         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
21182         patterns from predicated pattern.
21183
21184 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
21185
21186         PR target/43103
21187         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
21188         for insn mnemonic suffix.
21189
21190 2010-02-17  Richard Guenther  <rguenther@suse.de>
21191
21192         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
21193         to loop PHI nodes.
21194
21195 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
21196
21197         PR debug/42918
21198         * caller-save.c (save_call_clobbered_regs): If BB ends with
21199         a DEBUG_INSN, move any notes in between last real insn and the last
21200         DEBUG_INSN after the last DEBUG_INSN.
21201
21202 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
21203
21204         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
21205         Fix return type.  Fix argument type.  Explain meaning of return value.
21206
21207 2010-02-16  Richard Guenther  <rguenther@suse.de>
21208
21209         PR tree-optimization/41043
21210         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
21211         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
21212         statements ...
21213         (vrp_visit_phi_node): ... but only for loop PHI nodes.
21214
21215 2010-02-16  Ira Rosen  <irar@il.ibm.com>
21216
21217         PR tree-optimization/43074
21218         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
21219         * tree-vect-loop.c (vect_analyze_loop_operations): Add
21220         vectorizable cycles in hybrid SLP check.
21221         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
21222
21223 2010-02-16  Richard Guenther  <rguenther@suse.de>
21224
21225         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
21226         (true_dependence): If memrefs_conflict_p computes must-alias
21227         trust it.  Move TBAA check after offset-based disambiguation.
21228         (canon_true_dependence): Likewise.
21229
21230 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
21231
21232         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
21233         * doc/invoke.texi: Document it.
21234         * var-tracking.c: Include toplev.h and params.h.
21235         (vt_find_locations): Return bool indicating success.  Compute
21236         hash sizes unconditionally.  Check new parameter, report.
21237         (variable_tracking_main_1): Check vt_find_locations results and
21238         retry.  Renamed from...
21239         (variable_tracking_main): ... this.  New wrapper to preserve
21240         flag_var_tracking_assignments.
21241         * Makefile.in (var-tracking.o): Adjust dependencies.
21242
21243 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
21244             Jakub Jelinek  <jakub@redhat.com>
21245
21246         PR target/42854
21247         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
21248         if weak_import attribute is present.
21249         * config/darwin.c (machopic_select_section): Likewise.
21250
21251 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
21252
21253         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
21254         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
21255         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
21256         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
21257
21258         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
21259         types.
21260
21261         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
21262         Fix argument types.
21263
21264         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
21265         Rewrite text to refer to the names.
21266
21267 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
21268
21269         * config/i386/i386-builtin-types.def
21270         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
21271         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
21272         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
21273         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
21274         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
21275         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
21276         IX86_BUILTIN_VPERMIL2PS256.
21277         (MULTI_ARG_4_DF2_DI_I): Defined.
21278         (MULTI_ARG_4_DF2_DI_I1): Defined.
21279         (MULTI_ARG_4_SF2_SI_I): Defined.
21280         (MULTI_ARG_4_SF2_SI_I1): Defined.
21281         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
21282         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
21283         __builtin_ia32_vpermil2ps256.
21284         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
21285         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
21286         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
21287         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
21288         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
21289         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
21290         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
21291         CODE_FOR_xop_vpermil2v8sf3.
21292         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
21293         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
21294         * config/i386/xopintrin.h (_mm_permute2_pd): New.
21295         (_mm256_permute2_pd): New.
21296         (_mm_permute2_ps): New.
21297         (_mm256_permute2_ps): New.
21298
21299 2010-02-15  Nick Clifton  <nickc@redhat.com>
21300
21301         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
21302         boolean parameters.  Use emit_jump_insn when emitting a pop
21303         instruction containing a return insn.
21304         (push): Use 'true' rather than '1' as second parameter to F.
21305         (h8300_expand_prologue): Likewise.
21306         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
21307         (h8300_expand_epilogue): Likewise.
21308
21309 2010-02-15  Richard Guenther  <rguenther@suse.de>
21310
21311         PR middle-end/43068
21312         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
21313         if that is zero.
21314
21315 2010-02-15  Nick Clifton  <nickc@redhat.com>
21316
21317         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
21318         delta.
21319
21320 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
21321
21322         * intl.c (fake_ngettext): New function.
21323         * intl.h (fake_ngettext): Declare.
21324         (ngettext): Define macro.
21325         * collect2.c (notice_translated): New function.
21326         (main): Use notice_translated and ngettext.
21327         * collect2.h (notice_translated): Declare.
21328
21329 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
21330
21331         * reorg.c (delete_computation): Comment fixes.
21332         * caller-save.c (setup_save_areas): Idem.
21333         * sel-sched-dump.c (dump_lv_set): Idem.
21334         * rtl.def: Idem.
21335
21336 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21337
21338         * config/s390/s390.c (s390_sched_init): New function.
21339         (TARGET_SCHED_INIT): Target hook defined.
21340
21341 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
21342             Jack Howarth  <howarth@bromo.med.uc.edu>
21343             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
21344
21345         PR target/42982
21346         Partial revert of unintended change in fix for PR41605.
21347         * config/darwin.h: Fix typo.
21348         * config/darwin9.h: Same.
21349
21350 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
21351
21352         * c-pch.c (pch_init): Clear v.
21353
21354 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
21355
21356         PR middle-end/42930
21357         * graphite-scop-detection.c (graphite_can_represent_scev): Call
21358         graphite_can_represent_init for MULT_EXPR.
21359
21360 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
21361
21362         PR middle-end/42914
21363         PR middle-end/42530
21364         * graphite-sese-to-poly.c (remove_phi): New.
21365         (translate_scalar_reduction_to_array): Call remove_phi.
21366
21367 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
21368
21369         PR middle-end/42771
21370         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
21371         * graphite-clast-to-gimple.h (gloog): Update declaration.
21372         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
21373         * graphite-poly.h (struct poly_bb): Add missing comments.
21374         (struct scop): Add poly_scop_p field.
21375         (POLY_SCOP_P): New.
21376         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
21377         * graphite.c (graphite_transform_loops): Build the polyhedral
21378         representation for each scop before code generation.
21379         * sese.c (rename_variables_in_operand): Removed.
21380         (rename_variables_in_expr): Return the renamed expression.
21381         (rename_sese_parameters): New.
21382         * sese.h (rename_sese_parameters): Declared.
21383
21384 2010-02-11  Richard Guenther  <rguenther@suse.de>
21385
21386         PR tree-optimization/42998
21387         * tree-ssa-pre.c (create_expression_by_pieces): Treat
21388         POINTER_PLUS_EXPR properly.
21389
21390 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
21391             Changpeng Fang  <changpeng.fang@amd.com>
21392
21393         PR middle-end/40886
21394         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
21395         the cost of an IV candidate when the IV is used in a test against zero.
21396
21397         * gcc.dg/tree-ssa/ivopts-3.c: New.
21398
21399 2010-02-11  Richard Guenther  <rguenther@suse.de>
21400
21401         PR lto/41664
21402         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
21403         pointer-vs-decl case by swapping refs.  Handle some cases
21404         of pointer-vs-decl disambiguations more conservatively.
21405         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
21406         to false after expanding.
21407
21408 2010-02-11  Richard Guenther  <rguenther@suse.de>
21409
21410         PR driver/43021
21411         * gcc.c (process_command): Handle LTO file@offset case more
21412         appropriately.
21413
21414 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
21415
21416         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
21417         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
21418         of DEBUG_INSNs.
21419         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
21420
21421         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
21422         if MEM's mode size isn't DWARF2_ADDR_SIZE.
21423         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
21424         Optimize eq/ne comparisons when both arguments are known to be
21425         zero-extended.
21426         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
21427         Don't mask operands unnecessarily if they are known to be already
21428         zero-extended.
21429
21430 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
21431
21432         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
21433         instead of loop.
21434
21435 2010-02-10  Richard Guenther  <rguenther@suse.de>
21436
21437         PR tree-optimization/43017
21438         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
21439         for wrapping signed arithmetic.
21440
21441 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
21442
21443         PR debug/43010
21444         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
21445         if no debug info should be emitted for it.
21446
21447 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
21448
21449         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
21450         note when flag_exceptions is set.
21451
21452 2010-02-10  Duncan Sands  <baldrick@free.fr>
21453
21454         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
21455
21456 2010-02-10  Richard Guenther  <rguenther@suse.de>
21457
21458         PR c/43007
21459         * tree.c (get_unwidened): Handle constants.
21460         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
21461
21462 2010-02-10  Martin Jambor  <mjambor@suse.cz>
21463
21464         PR lto/42985
21465         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
21466         check for variable argument counts independently.
21467
21468 2010-02-10  Christian Bruel  <christian.bruel@st.com>
21469
21470         PR target/42841
21471         * config/sh/sh.c (find_barrier): Increase length for non delayed
21472         conditional branches.
21473
21474 2010-02-10  Christian Bruel  <christian.bruel@st.com>
21475
21476         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
21477
21478 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
21479
21480         * builtins.c (set_builtin_user_assembler_name): Also handle
21481         ffs if int is smaller than word.
21482
21483 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
21484
21485         PR middle-end/42973
21486         * ira-conflicts.c (get_dup): Remove.
21487         (process_reg_shuffles): Add new parameter.  Use it as an
21488         additional guard for copy generation.
21489         (add_insn_allocno_copies): Rewrite.
21490
21491 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
21492
21493         * common.opt (fsched2-use-traces): Preserved for backward
21494         compatibility.
21495         * doc/invoke.texi: Remove the documentation about option
21496         -fsched2-use-traces.
21497         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
21498         flag_sched2_use_traces.
21499         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
21500         the backward compatibility flag section.
21501
21502 2010-02-09  Richard Guenther  <rguenther@suse.de>
21503
21504         PR tree-optimization/43008
21505         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
21506         make HEAP variables initialized from global memory if they
21507         are not known builtin functions.
21508         (find_func_aliases): Adjust.
21509
21510 2010-02-09  Richard Guenther  <rguenther@suse.de>
21511
21512         PR tree-optimization/43000
21513         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
21514         arithmetic manually.
21515
21516 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
21517
21518         PR tree-optimization/42931
21519         * tree-loop-linear.c (try_interchange_loops): Don't call
21520         double_int_mul if estimated_loop_iterations failed.
21521
21522 2010-02-08  Martin Jambor  <mjambor@suse.cz>
21523
21524         PR middle-end/42898
21525         * tree-sra.c (build_accesses_from_assign): Do not mark in
21526         should_scalarize_away_bitmap if stmt has volatile ops.
21527         (sra_modify_assign): Do not process assigns piecemeal if if stmt
21528         has volatile ops.
21529
21530 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
21531
21532         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
21533
21534 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
21535
21536         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
21537         before the pattern.
21538
21539 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
21540
21541         PR middle-end/42946
21542         * df-core.c (df_finish_pass): Change type of saved_flags to int.
21543
21544 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
21545
21546         PR middle-end/42988
21547         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
21548         to unknown_dependence.
21549         (graphite_legal_transform_dr): Handle the unknown_dependence.
21550         (graphite_carried_dependence_level_k): Same.
21551
21552 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
21553
21554         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
21555
21556 2010-02-07  Richard Guenther  <rguenther@suse.de>
21557
21558         PR middle-end/42991
21559         * expr.c (get_inner_reference): Always initialize *pbitsize.
21560
21561 2010-02-07  Richard Guenther  <rguenther@suse.de>
21562
21563         PR middle-end/42956
21564         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
21565         new ARRAY_REFs on variable size element or minimal index arrays.
21566         Complete.
21567         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
21568         gimple_fold_indirect_ref.
21569
21570 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
21571
21572         PR target/42957
21573         * arm.c (arm_override_options): Just return if the user has specified
21574         an invalid fpu name.
21575
21576 2010-02-03  Jason Merrill  <jason@redhat.com>
21577
21578         PR c++/42870
21579         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
21580         i386_pe_maybe_record_exported_symbol.
21581
21582 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
21583
21584         PR target/42924
21585         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
21586         (pa_delegitimize_address): New function.
21587
21588 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
21589
21590         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
21591         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
21592
21593 2010-02-05  Richard Guenther  <rguenther@suse.de>
21594
21595         PR lto/42762
21596         * lto-streamer-in.c (get_resolution): Deal with references
21597         to undefined functions.
21598
21599 2010-02-05  Richard Guenther  <rguenther@suse.de>
21600
21601         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
21602         (fold_const_aggregate_ref): Likewise.
21603         (ccp_fold_stmt): Substitute loads.
21604         (maybe_fold_reference): Verify types before substituting.
21605         Unshare properly.
21606         (fold_gimple_assign): Unshare properly.
21607         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
21608
21609 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
21610
21611         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
21612         for rs6000_gen_cell_microcode.
21613
21614 2010-02-04  Richard Guenther  <rguenther@suse.de>
21615
21616         PR rtl-optimization/42952
21617         * dse.c (const_or_frame_p): Remove MEM handling.
21618
21619 2010-02-04  Nick Clifton  <nickc@redhat.com>
21620
21621         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
21622         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
21623         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
21624         (mn10300_asm_output_mi_thunk): New function.
21625         (mn10300_can_output_mu_thunk): New function.
21626         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
21627         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
21628         (FUNCTION_ARG): Delete incorrect comment.
21629
21630 2010-02-03  Jason Merrill  <jason@redhat.com>
21631
21632         PR c++/40138
21633         * fold-const.c (operand_equal_p): Handle erroneous types.
21634
21635 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
21636
21637         * config/h8300/h8300.md (can_delay): Fix attibute condition.
21638
21639 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
21640
21641         PR rtl-optimization/42941
21642         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
21643         of xmalloc.
21644
21645 2010-02-03  Jason Merrill  <jason@redhat.com>
21646
21647         PR c++/35652
21648         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
21649
21650 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
21651
21652         PR debug/42896
21653         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
21654         (cselib_reset_table): Renamed from...
21655         (cselib_reset_table_with_next_value): ... this.
21656         (cselib_get_next_uid): Renamed from...
21657         (cselib_get_next_unknown_value): ... this.
21658         * cselib.c (next_uid): Renamed from...
21659         (next_unknown_value): ... this.
21660         (cselib_clear_table): Adjust.
21661         (cselib_reset_table): Adjust.  Renamed from...
21662         (cselib_reset_table_with_next_value): ... this.
21663         (cselib_get_next_uid): Adjust.  Renamed from...
21664         (cselib_get_next_unknown_value): ... this.
21665         (get_value_hash): Use hash.
21666         (cselib_hash_rtx): Likewise.
21667         (new_cselib_val): Adjust.  Set and dump uid.
21668         (cselib_lookup_mem): Pass next_uid as hash.
21669         (cselib_subst_to_values): Likewise.
21670         (cselib_log_lookup): Dump uid.
21671         (cselib_lookup): Pass next_uid as hash.  Adjust.
21672         (cselib_process_insn): Adjust.
21673         (cselib_init): Initialize next_uid.
21674         (cselib_finish): Adjust.
21675         (dump_cselib_table): Likewise.
21676         * dse.c (canon_address): Dump value uid.
21677         * print-rtl.c (print_rtx): Print value uid.
21678         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
21679         (dvuid): New type.
21680         (dv_uid): New function, sort of renamed from...
21681         (dv_htab_hash): ... this, reimplemented in terms of it and...
21682         (dv_uid2hash): ... this.  New.
21683         (variable_htab_eq): Drop excess assertions.
21684         (tie_break_pointers): Removed.
21685         (canon_value_cmp): Compare uids.
21686         (variable_post_merge_New_vals): Print uids.
21687         (vt_add_function_parameters): Adjust.
21688         (vt_initialize): Reset table.  Adjust.
21689
21690 2010-02-03  Richard Guenther  <rguenther@suse.de>
21691
21692         PR tree-optimization/42944
21693         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
21694         (call_may_clobber_ref_p_1): Likewise.  Properly handle
21695         malloc and calloc clobbering errno.
21696
21697 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
21698
21699         * doc/invoke.texi: Fix name of sched1 dump.
21700
21701         * opts.c (decode_options): Set flag_tree_switch_conversion
21702         only conditionally on optimize >= 2.
21703
21704         * gcse.c: Assorted comment fixes in pass description.
21705
21706 2010-02-03  Anthony Green  <green@moxielogic.com>
21707
21708         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
21709         nop padding in order to maintain alignment of storage location of
21710         target function address.
21711         (moxie_trampoline_init): Store target function address at newly
21712         aligned location.
21713         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
21714         to 32.
21715         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
21716
21717 2010-02-03  Richard Guenther  <rguenther@suse.de>
21718
21719         PR middle-end/42927
21720         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
21721
21722 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21723
21724         * config.gcc: Reenable check for obsolete targets.
21725         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
21726         mips-sgi-irix6.[0-4]*.
21727
21728 2010-02-02  Nick Clifton  <nickc@redhat.com>
21729
21730         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
21731         constant size of 4 as being the same as 0.
21732         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
21733         can take values in the range 0..4.
21734
21735 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
21736
21737         PR java/41991
21738         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
21739         as _darwin10_Unwind_FindEnclosingFunction().
21740         * libgcc-libsystem.ver: New.
21741
21742 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
21743
21744         PR target/41399
21745         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
21746         implicitly set registers.
21747
21748 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
21749
21750         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
21751         (arm_override_options): Allow automatic selection of the thread
21752         pointer register if thumb2.
21753         (legitimize_pic_address): Improve code sequences for Thumb2.
21754         (arm_call_tls_get_addr): Likewise.
21755         (legitimize_tls_address): Likewise.
21756         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
21757         (pic_load_addr_32bit): ... this.  New named pattern.
21758         * thumb2.md (pic_load_addr_thumb2): Delete.
21759         (pic_load_dot_plus_four): Delete.
21760         (tls_load_dot_plus_four): New named pattern.
21761
21762 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21763
21764         PR libgomp/29986
21765         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
21766         Document fix for TLS bug.
21767
21768 2010-01-31  Richard Guenther  <rguenther@suse.de>
21769
21770         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
21771         conservatively correct.
21772
21773 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21774
21775         PR target/42850
21776         Revert:
21777         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
21778
21779         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
21780
21781 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21782
21783         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
21784
21785 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
21786
21787         * config.gcc: Adjust order of makefile fragments for mingw targets.
21788
21789 2010-01-31  Richard Guenther  <rguenther@suse.de>
21790
21791         PR middle-end/42898
21792         * gimplify.c (gimplify_init_constructor): For volatile LHS
21793         initialize a temporary.
21794
21795 2010-01-31  Matthias Klose  <doko@ubuntu.com>
21796
21797         * configure.ac: Fix __stack_chk_fail check for cross builds configured
21798         --with-headers
21799         * configure: Regenerate.
21800
21801 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
21802
21803         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
21804         the same alias set and their sizes different constantness.
21805         (aliasing_component_refs_p): Revert 2009-10-24 change.
21806
21807 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21808
21809         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
21810         unused.
21811
21812 2010-01-29  Richard Guenther  <rguenther@suse.de>
21813
21814         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
21815         Assert we successfully updated the call.
21816
21817 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
21818
21819         PR rtl-optimization/42889
21820         * df.h (df_set_bb_dirty_nonlr): New prototype.
21821         * df-core.c (df_set_bb_dirty_nonlr): New function.
21822         * df-scan.c (df_insn_rescan): Call it instead of
21823         df_set_bb_dirty for DEBUG_INSNs.
21824
21825 2010-01-29  Richard Guenther  <rguenther@suse.de>
21826
21827         PR middle-end/37448
21828         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
21829         quadratic behavior in most cases.
21830
21831 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
21832
21833         PR target/42891
21834         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
21835         in the call to gen_x86_movsicc_0_m1.
21836
21837 2010-01-28  Richard Guenther  <rguenther@suse.de>
21838
21839         PR tree-optimization/42871
21840         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
21841
21842 2010-01-28  Richard Guenther  <rguenther@suse.de>
21843
21844         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
21845         into call arguments.
21846
21847 2010-01-28  Richard Guenther  <rguenther@suse.de>
21848
21849         PR middle-end/42883
21850         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
21851         the forwarder if the destination is an EH landing pad.
21852
21853 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
21854
21855         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
21856         block list passed to gimple_duplicate_sese_tail.
21857         (parallelize_loops): Avoid parallelization when the function
21858         has_nonlocal_label.
21859         Avoid parallelization when the preheader is IRREDUCIBLE.
21860         Try to optimize when estimated_loop_iterations_int is unresolved.
21861         Add the loop's location to the dump file.
21862         * tree-cfg.c (add_phi_args_after_redirect): Remove.
21863         (gimple_duplicate_sese_tail): Remove the check for the latch.
21864         Redirect nexits to the exit block.
21865         Remove handling of the incoming edges to the latch.
21866         Redirect the backedge from the copied latch to the exit bb.
21867
21868 2010-01-28  Michael Matz  <matz@suse.de>
21869
21870         PR target/42881
21871         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
21872         Wrap force_reg into a sequence, emit it before user.
21873
21874 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
21875
21876         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
21877         (arm_rev): New.
21878         (arm_legacy_rev): Likewise.
21879         (thumb_legacy_rev): Likewise.
21880
21881 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
21882
21883         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
21884         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
21885         on MEM's address failed, try avoid_constant_pool_reference and
21886         recurse if it returned something different.
21887         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
21888         address, try avoid_constant_pool_reference and recurse if it
21889         returned something different.
21890         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
21891         address and avoid_constant_pool_reference returned something
21892         different, don't set have_address.
21893
21894 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
21895
21896         PR debug/42861
21897         * var-tracking.c (val_store): Add modified argument, obey it.
21898         Adjust callers.
21899         (count_uses): Move down logging of main.
21900         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
21901         don't need resolution.
21902         (emit_notes_in_bb): Likewise.
21903
21904 2010-01-27  Richard Guenther  <rguenther@suse.de>
21905
21906         PR middle-end/42878
21907         * tree-inline.c (remap_decl): Delay remapping of SSA name
21908         default definitions until we need them.
21909
21910 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
21911
21912         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
21913         (rs6000_delegitimize_address): New function.
21914
21915         * config/s390/s390.c (s390_delegitimize_address): Call
21916         delegitimize_mem_from_attrs.
21917
21918         PR middle-end/42874
21919         * tree-inline.c (cannot_copy_type_1): Removed.
21920         (copy_forbidden): Don't forbid copying of functions containing
21921         records/unions with variable length fields.
21922
21923 2010-01-27  Christian Bruel  <christian.bruel@st.com>
21924
21925         Revert:
21926         PR target/42841
21927         * config/sh/sh.c (find_barrier): Increase length for non delayed
21928         conditional branches.
21929
21930 2010-01-27  Matthias Klose  <doko@ubuntu.com>
21931
21932         * configure.ac (gnu-unique-object): Fix ldd version check.
21933         * configure: Regenerate.
21934
21935 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21936
21937         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
21938         HAVE_GNU_AS value.
21939         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
21940         Test for HAVE_GNU_AS value.
21941
21942 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21943
21944         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
21945         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
21946         INT64_TYPE): Define.
21947         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
21948         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
21949         INT_LEAST64_TYPE): Define.
21950         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
21951         UINT_LEAST64_TYPE): Define.
21952         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
21953         INT_FAST64_TYPE): Define.
21954         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
21955         UINT_FAST64_TYPE): Define.
21956         (INTMAX_TYPE, UINTMAX_TYPE): Define.
21957         (INTPTR_TYPE, UINTPTR_TYPE): Define.
21958         (SIG_ATOMIC_TYPE): Define.
21959
21960 2010-01-26  Richard Guenther  <rguenther@suse.de>
21961
21962         * df-scan.c (df_scan_set_bb_info): Remove assert.
21963         (df_insn_rescan_debug_internal): Merge asserts.
21964         (df_install_ref): Likewise.
21965         (df_mark_reg): Use bitmap_set_range.
21966         (df_hard_reg_used_p): Remove assert.
21967         (df_hard_reg_used_count): Likewise.
21968
21969 2010-01-26  Richard Guenther  <rguenther@suse.de>
21970
21971         PR rtl-optimization/42685
21972         * web.c (web_main): Ignore DEBUG_INSNs.
21973
21974 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
21975
21976         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
21977
21978         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
21979         Fix types of fndecl and arglist parameters.
21980
21981 2010-01-26  Richard Guenther  <rguenther@suse.de>
21982
21983         PR middle-end/42806
21984         * tree-eh.c (unsplit_eh): Skip debug insns.
21985
21986 2010-01-26  Richard Guenther  <rguenther@suse.de>
21987
21988         PR tree-optimization/42250
21989         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
21990
21991 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
21992
21993         PR fortran/42866
21994         * omp-low.c (expand_omp_sections): Only use single_pred if
21995         l2_bb is single_pred_p.
21996
21997 2010-01-25  Christian Bruel  <christian.bruel@st.com>
21998
21999         PR target/42841
22000         * config/sh/sh.c (find_barrier): Increase length for non delayed
22001         conditional branches.
22002         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
22003
22004 2010-01-24  David S. Miller  <davem@davemloft.net>
22005
22006         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
22007         define if not using GAS.
22008         * config/sparc/sparc.c (sparc_elf_asm_named_section):
22009         Likewise.  Delete SECTION_MERGE code, which is only applicable
22010         when using GAS.
22011
22012 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
22013
22014         PR c++/42748
22015         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
22016         mangling of va_list in system headers.
22017
22018 2010-01-23  Toon Moene  <toon@moene.org>
22019
22020         * tree-predcom.c (combine_chains): Return NULL, not false.
22021
22022 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
22023
22024         * tree-loop-distribution.c (distribute_loop): Fix declaration and
22025         initialization of variable res to agree with return type.
22026
22027 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
22028
22029         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
22030         * tree-sra.c: Add include of expr.h.
22031
22032 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
22033
22034         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
22035         insert the debug stmt on the single non-EH edge from the stmt.
22036
22037 2010-01-22  Richard Henderson  <rth@redhat.com>
22038
22039         PR tree-opt/42833
22040         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
22041         the RHS until after generate_subtree_copies has insertted its
22042         code before the current statement.
22043
22044 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
22045
22046         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
22047
22048         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
22049
22050 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22051
22052         PR tree-optimization/42585
22053         * tree-sra.c (struct access): New field grp_total_scalarization.
22054         (dump_access): Dump the new field.
22055         (should_scalarize_away_bitmap): New variable.
22056         (cannot_scalarize_away_bitmap): Likewise.
22057         (sra_initialize): Allocate new bitmaps.
22058         (sra_deinitialize): Free new bitmaps.
22059         (create_access_1): New function.
22060         (create_access): Parts moved to create_access_1.
22061         (type_consists_of_records_p): New function.
22062         (completely_scalarize_record): Likewise.
22063         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
22064         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
22065         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
22066         access.
22067         (analyze_all_variable_accesses): Completely scalarize small eligible
22068         records.
22069
22070 2010-01-21  Martin Jambor  <mjambor@suse.cz>
22071
22072         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
22073
22074 2010-01-21  Andrew Haley  <aph@redhat.com>
22075
22076         * gcc.c (process_command): Move lang_specific_driver before
22077         setting cc_libexec_prefix.
22078
22079 2010-01-21  Richard Guenther  <rguenther@suse.de>
22080
22081         PR middle-end/19988
22082         * fold-const.c (negate_expr_p): Pretend only negative
22083         real constants are easily negatable.
22084
22085 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
22086             Jason Merrill  <jason@redhat.com>
22087
22088         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
22089         (TYPE_TRANSPARENT_AGGR): this, for union and record.
22090         * calls.c (initialize argument_information): Handle it.
22091         * c-common.c (handle_transparent_union_attribute): Use new name.
22092         * c-decl.c (finish_struct): Ditto.
22093         * c-typeck.c (type_lists_compatible_p): Ditto.
22094         (convert_for_assignment): Use new name and also handle record.
22095         * function.c (aggregate_value_p): Handle it.
22096         (pass_by_reference): Ditto.
22097         (assign_parm_data_types): Ditto.
22098         * print-tree.c (print_node): Ditto.
22099         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
22100         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
22101         * tree.c (first_field): New fn.
22102
22103 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
22104
22105         PR target/42818
22106         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
22107         even when linking statically, for now.
22108
22109 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22110
22111         PR debug/42715
22112         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
22113         without a cselib val.
22114         (count_uses): Accept MO_VAL_SET with no val on stores.
22115         (add_stores): Likewise.
22116
22117 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22118
22119         * var-tracking.c (check_value_val): Add a compile time assertion.
22120         (dv_is_decl_p): Simplify.
22121         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
22122         gcc_assert if ENABLE_CHECKING.
22123
22124 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
22125
22126         PR debug/42782
22127         * var-tracking.c: Include tree-flow.h.
22128         (mem_dies_at_call): New.
22129         (dataflow_set_preserve_mem_locs): Use it.
22130         (dataflow_set_remove_mem_locs): Likewise.
22131         (dump_var): Renamed from dump_variable.  Adjust all callers.
22132         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
22133         * Makefile.in (var-tracking.o): Adjust deps.
22134
22135 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
22136
22137         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
22138
22139 2010-01-20  Richard Guenther  <rguenther@suse.de>
22140
22141         PR tree-optimization/42717
22142         * tree-ssa-dce.c (get_live_post_dom): Remove.
22143         (forward_edge_to_pdom): Take an arbitrary edge to copy
22144         degenerate PHI args from.
22145         (remove_dead_stmt): Use the first post-dominator even if it
22146         does not contain live statements as redirection destination.
22147
22148 2010-01-20  Richard Guenther  <rguenther@suse.de>
22149
22150         * tree-inline.c (estimate_num_insns): Handle EH builtins.
22151
22152 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22153
22154         * sel-sched.c (create_speculation_check): Remove set but not used
22155         variable twin.
22156         (try_transformation_cache): Remove set but not used variable ds.
22157         (calculate_privileged_insns): Remove set but not used variables
22158         cur_insn and min_spec_insn.
22159         (find_best_expr): Remove set but not used variable avail_n.
22160         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
22161         variable e.
22162         * cgraphunit.c (assemble_thunk): Remove set but not used variable
22163         false_label.
22164         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
22165         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
22166         new_scop_exit_edge.
22167
22168 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
22169
22170         PR bootstrap/42786
22171         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
22172         cpu types.  Add support for *-sse3 cpu types.
22173         (x86_64-*-*): Ditto.
22174
22175 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22176
22177         PR middle-end/42803
22178         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
22179         argument, call initializer_constant_valid_p_1 instead of
22180         initializer_constant_valid_p, pass CACHE to it, return NULL
22181         immediately if first call returns NULL.
22182         (initializer_constant_valid_p_1): New function.
22183         (initializer_constant_valid_p): Use it.
22184
22185 2010-01-20  Thomas Quinot  <quinot@adacore.com>
22186
22187         * tree.def (PLACEHOLDER_EXPR): Fix comment.
22188
22189 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
22190
22191         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
22192         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
22193         (loc_list_from_tree): Don't handle unsigned division.  Handle
22194         signed modulo using DW_OP_{over,over,div,mul,minus}.
22195         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
22196         modulo instead of signed.
22197
22198 2010-01-20  DJ Delorie  <dj@redhat.com>
22199
22200         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
22201         (Fpa): Pass it
22202         (h8300_emit_stack_adjustment): Propogate it.
22203         (push): Pass it.
22204         (h8300_expand_prologue): Likewise.
22205         (h8300_expand_epilogue): Likewise.
22206
22207 2010-01-19  Michael Matz  <matz@suse.de>
22208
22209         PR tree-optimization/41783
22210         * tree-data-ref.c (toplevel): Include flags.h.
22211         (dump_data_dependence_relation):  Also dump the inputs if the
22212         result will be unknown.
22213         (split_constant_offset_1): Look through some conversions.
22214         * tree-predcom.c (determine_roots_comp): Restart a new chain if
22215         the offset from last element is too large.
22216         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
22217         (reassociate_to_the_same_stmt): Handle vector registers.
22218         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
22219         (e.g. conversions).
22220         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
22221         wide_prolog_niters argument, emit widening instructions.
22222         (vect_do_peeling_for_alignment): Adjust caller, use widened
22223         variant of the iteration cound.
22224         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
22225
22226 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22227
22228         PR target/38697
22229         * config/arm/neon-testgen.m (emit_automatics): New parameter
22230         features. Adjust for Fixed_return_reg feature.
22231         (test_intrinsic): Call emit_automatics with new feature.
22232         * config/arm/neon.ml: Update copyright years.
22233         (features): New Fixed_return_reg feature.
22234         (ops): Update feature for Vget_low.
22235
22236 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
22237
22238         PR tree-optimization/42719
22239         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
22240         stmt uses.
22241
22242         PR debug/42728
22243         * fwprop.c (all_uses_available_at): Return false if def_set dest
22244         is a REG that is used in def_insn.
22245
22246 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
22247
22248         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
22249
22250         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
22251         Add argument names.
22252
22253         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
22254
22255         * target.h (struct gcc_target) <secondary_reload>: Change type
22256         of last argument to secondary_reload_info *.
22257
22258 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
22259
22260         PR target/42774
22261         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
22262         memory references with unaligned offsets.  Remove CQImode handling.
22263         (unaligned_memory_operand): Return 1 for memory references with
22264         unaligned offsets.  Remove CQImode handling.
22265
22266 2010-01-18  Richard Guenther  <rguenther@suse.de>
22267
22268         PR middle-end/39954
22269         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
22270         builtin calls.
22271
22272 2010-01-18  Richard Guenther  <rguenther@suse.de>
22273
22274         PR tree-optimization/42781
22275         * tree-ssa-structalias.c (find_what_var_points_to): Skip
22276         restrict processing only if the original variable was artificial.
22277
22278 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
22279
22280         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
22281         find number of popped argument bytes.
22282
22283         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
22284         Fix the text that describes the return value for invalid insns.
22285
22286         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
22287
22288         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
22289         Clarify what 'cost of the -dependence' is.  Fix quoting.
22290
22291         * toplev.c (default_get_pch_validity): Rename argument to "sz".
22292         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
22293
22294 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
22295
22296         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
22297         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
22298
22299 2010-01-17  Richard Guenther  <rguenther@suse.de>
22300
22301         PR middle-end/42248
22302         * function.c (split_complex_args): Take a VEC to modify.
22303         (assign_parms_augmented_arg_list): Build a VEC instead of
22304         a chain of PARM_DECLs.
22305         (assign_parms_unsplit_complex): Take a VEC of arguments.
22306         Do not fixup unmodified parms.
22307         (assign_parms): Deal with the VEC.
22308         (gimplify_parameters): Likewise.
22309
22310 2010-01-17  Richard Guenther  <rguenther@suse.de>
22311
22312         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
22313         node existence check.
22314         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
22315         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
22316         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
22317         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
22318         (gimple_execute_on_growing_pred): Likewise.
22319
22320 2010-01-17  Richard Guenther  <rguenther@suse.de>
22321
22322         PR tree-optimization/42773
22323         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
22324         (compute_antic_aux): Likewise.
22325         (compute_partial_antic_aux): Likewise.
22326
22327 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
22328
22329         PR debug/42767
22330         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
22331         and US_TRUNCATE.
22332
22333 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
22334
22335         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
22336         appearance.
22337
22338         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
22339         Fix markup for strict argument.
22340
22341         (TARGET_SCHED_REORDER2): Fix argument types.
22342
22343         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
22344         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
22345
22346         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
22347         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
22348
22349         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
22350         Add argument name.
22351
22352         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
22353         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
22354         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
22355         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
22356         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
22357
22358         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
22359
22360         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
22361
22362         (TARGET_ASM_RELOC_RW_MASK): Add return type.
22363         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
22364
22365         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
22366
22367         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
22368         Use prototype.
22369
22370         (TARGET_ASM_NAMED_SECTION): Fix argument list.
22371
22372         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
22373         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
22374
22375         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
22376
22377         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
22378
22379         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
22380         referring to it.  Fix language.
22381
22382         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
22383
22384         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
22385
22386         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
22387
22388         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
22389
22390         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
22391         '@var{stream}.  Remove stray 'and'.
22392
22393         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
22394
22395         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
22396
22397         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
22398
22399         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
22400         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
22401
22402         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
22403         Fix description of return value.
22404         Rename argument "sz" to "len."
22405
22406         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
22407         Clarify meaning of 'true' return value.
22408
22409         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
22410
22411         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
22412         rep_mode versus mode_rep.
22413
22414         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
22415
22416         (TARGET_BUILTIN_DECL): Fix name.
22417
22418         (TARGET_COMMUTATIVE_P): Fix type of first argument.
22419
22420         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
22421
22422         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
22423
22424         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
22425
22426         (TARGET_RELAXED_ORDERING): Use @deftypevr.
22427
22428         (TARGET_GET_DRAP_RTX): Note that this is a hook.
22429         Clarify language.
22430
22431         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
22432         Rename argument tm_fn to md_fn.
22433
22434         (TARGET_OPTION_PRINT): Fix argument list.
22435
22436 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
22437
22438         PR target/42664
22439         * config/i386/i386.c (ix86_fixup_binary_operands):
22440         Revert FMA4 fixup of operands.
22441
22442 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22443
22444         PR gcc/42525
22445         * Makefile.in (write_entries_to_file, install-plugin):
22446         Use \012 instead of \n with tr.
22447
22448 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
22449
22450         * configure.ac (HAVE_AS_REF): New C macro.
22451         * configure: Regenerate.
22452         * config.in: Likewise.
22453         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
22454         if HAVE_AS_REF.
22455         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
22456         if HAVE_AS_REF.
22457
22458 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
22459
22460         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
22461
22462         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
22463
22464         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
22465
22466         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
22467
22468         (TARGET_IN_SMALL_DATA_P): Fix argument type.
22469
22470         (TARGET_BINDS_LOCAL_P): Fix argument type.
22471
22472         (TARGET_ASM_FILE_END): Use prototype.
22473
22474         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
22475
22476         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
22477
22478         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
22479
22480         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
22481
22482         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
22483         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
22484
22485         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
22486         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
22487
22488         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
22489         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
22490         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
22491         (TARGET_ADDR_SPACE_CONVERT): Likewise.
22492
22493         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
22494
22495         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
22496
22497         (TARGET_INIT_BUILTINS): Use prototype.
22498
22499         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
22500         Put 'const char *' in braces.  Fix parameter types.
22501         (TARGET_INVALID_CONVERSION): Fix parameter types.
22502         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
22503         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
22504
22505         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
22506         Fix argument type.
22507
22508         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
22509
22510         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
22511
22512 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
22513
22514         * doc/tm.texi (TARGET_HELP): Fix return type.
22515
22516         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
22517         in braces.  Fix argument types.
22518
22519         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
22520
22521         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
22522
22523         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
22524
22525         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
22526         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
22527
22528         (TARGET_MANGLE_TYPE): Fix argument types.
22529
22530         (TARGET_IRA_COVER_CLASSES): Use prototype.
22531
22532         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
22533
22534         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
22535
22536         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
22537
22538         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
22539
22540         (TARGET_CALLEE_COPIES): Fix argument types.
22541
22542         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
22543
22544         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
22545
22546         (TARGET_FUNCTION_VALUE): Fix argument types.
22547
22548         (TARGET_RETURN_IN_MSB): Fix argument type.
22549
22550         (TARGET_RETURN_IN_MEMORY): Fix argument types.
22551
22552         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
22553
22554         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
22555
22556         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
22557         agree with return type.
22558
22559         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
22560
22561 2010-01-15  Jing Yu  <jingyu@google.com>
22562
22563         PR rtl-optimization/42691
22564         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
22565         a pseudo to a constant and are merged, and adjust comments.
22566
22567 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
22568
22569         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
22570
22571 2010-01-15  Richard Guenther  <rguenther@suse.de>
22572
22573         PR middle-end/42739
22574         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
22575         labels of computed or non-local gotos to the destination.
22576         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
22577         landing pad label is the first label.
22578
22579 2010-01-15  Richard Guenther  <rguenther@suse.de>
22580
22581         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
22582
22583 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
22584
22585         PR target/42747
22586         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
22587         to allow generation of the xssqrtdp instruction on power7.
22588         (sqrtdf2_fpr): Ditto.
22589
22590 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
22591
22592         PR middle-end/42674
22593         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
22594         functions with noreturn attribute.
22595
22596         PR c++/42608
22597         * varasm.c (declare_weak): Add weak attribute to decl if it
22598         doesn't have one already.
22599         (assemble_external): Only add decls to weak_decls if they also
22600         have weak attribute.
22601
22602 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
22603
22604         * var-tracking.c (var_reg_delete): Don't delete the association
22605         between REGs and values or one-part variables if the register
22606         isn't clobbered.
22607
22608 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
22609
22610         PR debug/42657
22611         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
22612         because its first operand is a non-localized variable.
22613
22614 2010-01-14  Martin Jambor  <mjambor@suse.cz>
22615
22616         PR tree-optimization/42706
22617         * tree-sra.c (encountered_recursive_call): New variable.
22618         (encountered_unchangable_recursive_call): Likewise.
22619         (sra_initialize): Initialize both new variables.
22620         (callsite_has_enough_arguments_p): New function.
22621         (scan_function): Call decl and flags check only for IPA-SRA, check
22622         whether there is a recursive call and whether it has enough arguments.
22623         (all_callers_have_enough_arguments_p): New function.
22624         (convert_callers): Look for recursive calls only when
22625         encountered_recursive_call is set.
22626         (ipa_early_sra): Bail out either if
22627         !all_callers_have_enough_arguments_p or
22628         encountered_unchangable_recursive_call.
22629
22630 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22631
22632         * sel-sched.c: Add 2010 to copyright years.
22633         * sel-sched-ir.c: Likewise.
22634         * sel-sched-ir.h: Likewise.
22635
22636 2010-01-14  Martin Jambor  <mjambor@suse.cz>
22637
22638         PR tree-optimization/42714
22639         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
22640         constructors specially.
22641
22642 2010-01-14  Andi Kleen  <ak@linux.intel.com>
22643
22644         * config/i386/drivers-i386.c (detect_caches_intel):
22645         Add l2sizekb parameter and fill in.
22646         (host_detect_local_cpu): Add l2sizekb, fill in.
22647         Add Atom small cache heuristic.
22648
22649 2010-01-14  Andi Kleen  <ak@linux.intel.com>
22650
22651         * config/i386/drivers-i386.c (detect_caches_cpuid4):
22652         Add level3 parameter and fill in.
22653         (detect_caches_intel): Handle level3 cache.
22654
22655 2010-01-14  Andi Kleen  <ak@linux.intel.com>
22656
22657         * config/i386/drivers-i386.c (host_detect_local_cpu):
22658         Fix core duo detection.
22659
22660 2010-01-14  Andi Kleen  <ak@linux.intel.com>
22661
22662         * config/i386/drivers-i386.c (host_detect_local_cpu):
22663         Fix Atom detection.
22664
22665 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22666
22667         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
22668         (rs6000_variable_issue_1): this.  Use...
22669         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
22670
22671 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22672
22673         * sel-sched-ir.c (sel_restore_other_notes): Rename to
22674         sel_restore_notes.  Update all callers.  Call reemit_notes
22675         for all insns.
22676
22677 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22678
22679         PR rtl-optimization/42246
22680         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
22681         loops.
22682
22683 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22684
22685         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
22686         all successors is the same as number of successors in current region.
22687
22688 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22689
22690         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
22691         to rename is not separable.  Otherwise check that its LHS is not NULL.
22692
22693 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22694
22695         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
22696
22697 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22698
22699         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
22700         available registers when failed to discover LHS register class.
22701         Fix indentation.  Update comment.
22702
22703 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22704             Alexander Monakov  <amonakov@ispras.ru>
22705
22706         PR rtl-optimization/42389
22707         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
22708         to can_issue_more.
22709         (advance_state_on_fence): Likewise.
22710         (sel_target_adjust_priority): Print debug output only when
22711         sched_verbose >= 4, not 2.
22712         (get_expr_cost): Do not issue all unique insns on the next cycle.
22713         (fill_insns): Initialize can_issue_more from the value saved
22714         with the fence.
22715         * sel-sched-ir.c (flist_add): New parameter issue_more.
22716         Init FENCE_ISSUE_MORE with it.
22717         (merge_fences): Likewise.
22718         (init_fences): Update call to flist_add.
22719         (add_to_fences, add_clean_fence_to_fences)
22720         (add_dirty_fence_to_fences): Likewise.
22721         (move_fence_to_fences): Update call to merge_fences.
22722         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
22723         sched groups.
22724         * sel-sched-ir.h (struct _fence): New field issue_more.
22725         (FENCE_ISSUE_MORE): New accessor macro.
22726
22727 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22728
22729         PR rtl-optimization/42388
22730         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
22731         that have no predecessors nor successors.  Do not call move_bb_info
22732         for empty blocks outside of current region.
22733
22734 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22735
22736         PR rtl-optimization/42294
22737         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
22738         * sel-sched.c (move_exprs_to_boundary): Transitively add all
22739         originators' originators.
22740
22741 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
22742
22743         PR rtl-optimization/39453
22744         PR rtl-optimization/42246
22745         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
22746         for pipelining_p.
22747         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
22748
22749 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22750             Alexander Monakov  <amonakov@ispras.ru>
22751
22752         PR middle-end/42245
22753         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
22754         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
22755         argument.  Update all callers.
22756         (tidy_control_flow): ... and here.  Recompute topological order
22757         of basic blocks in region if necessary.
22758         (sel_redirect_edge_and_branch): Change return type.  Return true
22759         if topological order might have been invalidated.
22760         (purge_empty_blocks): Export and move from...
22761         * sel-sched.c (purge_empty_blocks): ... here.
22762         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
22763         (maybe_tidy_empty_bb): Delete prototype.
22764         (purge_empty_blocks): Declare.
22765
22766 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
22767
22768         PR rtl-optimization/42249
22769         * sel-sched.c (try_replace_dest_reg): When chosen register
22770         and original register is the same, do not bail out early, but
22771         still check all original insns for validity of replacing destination
22772         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
22773         in this case.
22774
22775 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
22776
22777         PR c/42721
22778         Port from no-undefined-overflow branch:
22779         2009-03-09  Richard Guenther  <rguenther@suse.de>
22780
22781         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
22782
22783 2010-01-14  Richard Guenther  <rguenther@suse.de>
22784
22785         PR lto/42665
22786         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
22787
22788 2010-01-14  Ira Rosen  <irar@il.ibm.com>
22789
22790         PR tree-optimization/42709
22791         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
22792         as scalar type in creation of constant vector operand.
22793
22794 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22795
22796         PR testsuite/42414
22797         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
22798         (check-parallel-%): Match `testsuite' directory component only
22799         at the end.
22800
22801 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
22802
22803         PR translation/39521
22804         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
22805         strings with _().
22806
22807 2010-01-13  Richard Guenther  <rguenther@suse.de>
22808
22809         PR tree-optimization/42730
22810         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
22811         offset zero.
22812
22813 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
22814
22815         PR target/pr42542
22816         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
22817         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
22818         them signed.
22819
22820 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
22821
22822         * config/bfin/libgcc-bfin.ver: Regenerate based on current
22823         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
22824         ___umulsi3_highpart.
22825
22826         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
22827         rather than schedule_insns if the pass is enabled.
22828
22829 2010-01-13  Martin Jambor  <mjambor@suse.cz>
22830
22831         PR tree-optimization/42704
22832         * tree-sra.c (sra_modify_assign): Do not delete assignments to
22833         SSA_NAMEs.
22834
22835 2010-01-13  Martin Jambor  <mjambor@suse.cz>
22836
22837         PR tree-optimization/42703
22838         * tree-sra.c (analyze_access_subtree): Check that we can build a
22839         reference to the original data within the aggregate.
22840
22841 2010-01-13  Richard Guenther  <rguenther@suse.de>
22842
22843         PR tree-optimization/42705
22844         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
22845
22846 2010-01-13  Richard Guenther  <rguenther@suse.de>
22847
22848         PR middle-end/42716
22849         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
22850
22851 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
22852
22853         PR debug/41371
22854         * var-tracking.c (values_to_unmark): New variable.
22855         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
22856         values_to_unmark vector.  Moved body to...
22857         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
22858         instead queue it into values_to_unmark vector.
22859         (vt_find_locations): Free values_to_unmark vector.
22860
22861 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
22862
22863         * config/s390/s390.c (override_options): Set
22864         default of max-pending-list-length to 256
22865
22866 2010-01-13  Richard Guenther  <rguenther@suse.de>
22867
22868         PR lto/42678
22869         * tree-pass.h (PROP_gimple_lcx): New.
22870         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
22871         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
22872         before the final cleanup_eh.
22873         (dump_properties): Dump PROP_gimple_lcx.
22874         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
22875         (tree_lower_complex_O0): Remove.
22876         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
22877         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
22878         tree_lower_complex, schedule TODO_update_ssa.
22879         * lto-streamer-out.c (output_function): Stream the functions
22880         properties.
22881         * lto-streamer-in.c (input_function): Likewise.
22882         (lto_read_body): Do not override them here.
22883
22884 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
22885
22886         PR c/42708
22887         * c-typeck.c (build_c_cast): Fold value cast to union type before
22888         wrapping it in a CONSTRUCTOR.
22889
22890 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
22891
22892         PR rtl-optimization/42699
22893         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
22894         involved.
22895
22896 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22897
22898         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
22899         SUBTARGET_WARN_UNUSED_SPEC): Move ...
22900         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
22901         SUBTARGET_WARN_UNUSED_SPEC): ... here
22902         * config/mips/iris5.h (LIBGCC_SPEC): Define.
22903
22904 2010-01-12  Julian Brown  <julian@codesourcery.com>
22905
22906         * config/arm/neon-schedgen.ml (Utils): Don't try to
22907         open missing module.
22908         (find_with_result): New.
22909
22910 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
22911
22912         PR debug/42662
22913         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
22914         sharing when canonicalizing ({lt,ge}u (plus a b) b).
22915
22916         PR tree-optimization/42645
22917         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
22918         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
22919         decl_map, set processing_debug_stmt to -1 and return name without
22920         any remapping.
22921
22922 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
22923
22924         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
22925         binutils version, and reword target configuration description.
22926
22927 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
22928
22929         * config/avr/avr.h (LINKER_NAME): Remove.
22930
22931 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
22932
22933         PR target/42416
22934         * config/rs6000/rs6000.c (rs6000_override_options): On targets
22935         that support VSX, warn for -mno-altivec if vsx is not disabled,
22936         and disable vsx.
22937
22938 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
22939             Shujing Zhao  <pearly.zhao@oracle.com>
22940
22941         PR translation/42469
22942         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
22943         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
22944         character between option name and help text.
22945         * c.opt (imultilib): Likewise.
22946
22947 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
22948
22949         * lto-streamer-out.c (output_unreferenced_globals): Output static
22950         variables.
22951
22952 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
22953
22954         PR rtl-optimization/42621
22955         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
22956         optimizing for size.
22957         (duplicate_computed_gotos): Remove now-redundant check.
22958
22959 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
22960
22961         PR target/37454
22962         * configure.ac: Save and restore LDFLAGS and LIBS
22963         * configure: Regenerate.
22964
22965 2010-01-10  Richard Guenther  <rguenther@suse.de>
22966
22967         PR middle-end/42667
22968         * builtins.c (fold_builtin_strlen): Add type argument and
22969         convert the resulting length to it.
22970         (fold_builtin_1): Adjust.
22971
22972 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
22973
22974         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
22975         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
22976         1 insn.
22977         (num_insns_constant_wide): Adjust for that change.
22978
22979 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
22980
22981         PR debug/42631
22982         * web.c (union_defs): Add used argument, to combine uses of
22983         uninitialized regs.
22984         (entry_register): Adjust type and tests of used argument.
22985         (web_main): Widen used for new use.  Pass it to union_defs.
22986         * df.h (union_defs): Adjust prototype.
22987
22988 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
22989
22990         PR debug/42630
22991         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
22992         uses in new incoming argument.  Free body.
22993         (reset_debug_uses_in_loop): New.
22994         (analyze_insn_to_expand_var): Call the latter if the former found
22995         anything.  Fix whitespace.  Reject invalid dest overlaps before
22996         going through all insns in the loop.
22997
22998 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
22999
23000         PR debug/42629
23001         * haifa-sched.c (dying_use_p): Debug insns don't count.
23002
23003 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23004
23005         PR middle-end/42363
23006         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
23007         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
23008         (verify_gimple_call): Reject LHS in noreturn calls.
23009
23010 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23011
23012         PR debug/42604
23013         PR debug/42395
23014         * tree-vect-loop-manip.c (adjust_info): New type.
23015         (adjust_vec): New pointer to vector.
23016         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
23017         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
23018         (slpeel_update_phis_for_duplicate_loop): Use them.
23019         (slpeel_update_phi_nodes_for_guard1): Likewise.
23020         (slpeel_update_phi_nodes_for_guard2): Likewise.
23021         (slpeel_tree_peel_loop_to_edge): Likewise.
23022         (vect_update_ivs_after_vectorizer): Likewise.
23023
23024 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23025
23026         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
23027         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
23028
23029 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
23030
23031         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
23032         bogus uninitialized warning.
23033
23034 2010-01-09  Richard Guenther  <rguenther@suse.de>
23035
23036         PR middle-end/42512
23037         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
23038         the evolution is compatible with the initial condition.
23039
23040 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
23041
23042         * gcc.c (process_command): Update copyright notice dates.
23043         * gcov.c (print_version): Likewise.
23044         * gcov-dump.c (print_version): Likewise.
23045         * mips-tfile.c (main): Likewise.
23046         * mips-tdump.c (main): Likewise.
23047
23048 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
23049
23050         PR target/41885
23051         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
23052         (rotlhi3): Delete.
23053         (rotlhi3_8): Delete.
23054         (rotlsi3): Delete.
23055         (rotlsi3_8): Delete.
23056         (rotlsi3_16): Delete.
23057         (rotlsi3_24): Delete.
23058         (rotl<mode>3): New.
23059         (*rotw<mode>3): New.
23060         (*rotb<mode>3): New.
23061         * config/avr/avr.c (avr_rotate_bytes): New function.
23062         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
23063
23064 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
23065
23066         PR target/37454
23067         * configure.ac: Modify -rdynamic check.
23068         * configure: Regenerate.
23069
23070 2010-01-08  DJ Delorie  <dj@redhat.com>
23071
23072         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
23073         register popping order.
23074
23075 2010-01-08  Richard Guenther  <rguenther@suse.de>
23076
23077         PR lto/42528
23078         * c.opt (fsigned-char): Also let LTO handle this option.
23079         (funsigned-char): Likewise.
23080
23081 2010-01-07  Richard Guenther  <rguenther@suse.de>
23082
23083         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
23084         (gimple_op): Likewise.
23085         (gimple_op_ptr): Likewise.
23086         (gimple_assign_set_lhs): Remove gcc_assert.
23087         (gimple_assign_set_rhs1): Likewise.
23088         (gimple_assign_set_rhs2): Likewise.
23089         (gimple_call_set_lhs): Likewise.
23090         (gimple_call_set_fn): Likewise.
23091         (gimple_call_set_fndecl): Likewise.
23092         (gimple_call_fndecl): Likewise.
23093         (gimple_call_return_type): Likewise.
23094         (gimple_call_set_chain): Likewise.
23095         (gimple_call_num_args): Likewise.
23096         (gimple_call_set_arg): Likewise.
23097         (gimple_cond_set_code): Likewise.
23098         (gimple_cond_set_lhs): Likewise.
23099         (gimple_cond_set_rhs): Likewise.
23100         (gimple_cond_set_true_label): Likewise.
23101         (gimple_cond_set_false_label): Likewise.
23102         (gimple_label_set_label): Likewise.
23103         (gimple_goto_set_dest): Likewise.
23104         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
23105         (gimple_debug_bind_get_value): Likewise.
23106         (gimple_debug_bind_get_value_ptr): Likewise.
23107         (gimple_debug_bind_set_var): Likewise.
23108         (gimple_debug_bind_set_value): Likewise.
23109         (gimple_debug_bind_reset_value): Likewise.
23110         (gimple_debug_bind_has_value_p): Likewise.
23111         (gimple_return_retval_ptr): Remove gcc_assert.
23112         (gimple_return_retval): Likewise.
23113         (gimple_return_set_retval): Likewise.
23114         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
23115         (safe_referenced_var_iterator): Remove.
23116         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
23117         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
23118         (fill_referenced_var_vec): Remove.
23119         (first_readonly_imm_use): Remove redundant gcc_assert.
23120         (phi_arg_index_from_use): Combine gcc_asserts.
23121         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
23122         (first_imm_use_stmt): Remove redundant gcc_assert.
23123         * tree-cfg.c (verify_gimple_call): Verify function and chain
23124         operands.  Verify arguments.
23125         (verify_types_in_gimple_stmt): Verify condition code and labels.
23126
23127 2010-01-07  Richard Guenther  <rguenther@suse.de>
23128
23129         PR tree-optimization/42641
23130         * sese.c (rename_map_elt_info): Use the SSA name version, do
23131         not hash pointers.
23132
23133 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
23134
23135         PR tree-optimization/42625
23136         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
23137         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
23138
23139 2010-01-07  Duncan Sands  <baldrick@free.fr>
23140
23141         * Makefile.in (PLUGIN_HEADERS): Add version.h.
23142
23143 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
23144
23145         PR target/42511
23146         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
23147         note itself is not function_invariant_p.
23148
23149 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
23150
23151         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
23152         Do not add the DF_NOTE problem.
23153         * store-motion.c (execute_rtl_store_motion): Likewise.
23154
23155 2010-01-07  Martin Jambor  <mjambor@suse.cz>
23156
23157         PR tree-optimization/42157
23158         * tree-sra.c (compare_access_positions): Stabilize sort if both
23159         accesses have integer types, return zero immediately if they are the
23160         same.
23161
23162 2010-01-06  Richard Henderson  <rth@redhat.com>
23163
23164         PR middle-end/41883
23165         * haifa-sched.c (add_to_note_list): Merge into ...
23166         (concat_note_lists): ... here, and ...
23167         (unlink_other_notes, rm_other_notes): Merge into...
23168         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
23169         NOTE_INSN_EPILOGUE_BEG.
23170
23171 2010-01-06  Richard Guenther  <rguenther@suse.de>
23172
23173         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
23174         not inline regular functions into always-inline functions.
23175
23176 2010-01-06  Nick Clifton  <nickc@redhat.com>
23177
23178         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
23179         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
23180         used together.
23181         (OVERRIDE_OPTIONS): Delete.
23182         (OPTIMIZATION_OPTIONS): Define.
23183         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
23184         * config/rx/rx.c (rx_handle_option): Issue an error message if
23185         -mcpu=rx200 and -fpu are used together.
23186         (rx_set_optimization_options): New function.  Issue an error
23187         message if an optimization attribute attempts to reset the FPU/
23188         math optimization pairing.
23189         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
23190         * config/rx/rx.opt: Set the default to 32-bit doubles.
23191         * config/rx/t-rx: Add multilibs for -nofpu option.
23192         * doc/invoke.texi: Update documentation of RX options.
23193
23194 2010-01-06  Richard Guenther  <rguenther@suse.de>
23195
23196         * tree-ssa-pre.c (name_to_id): New global.
23197         (alloc_expression_id): Simplify SSA name handling.
23198         (lookup_expression_id): Likewise.
23199         (init_pre): Zero name_to_id.
23200         (fini_pre): Free it.
23201
23202 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
23203
23204         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
23205
23206 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
23207
23208         PR target/42542
23209         * config/i386/sse.md (smaxv2di3): New.
23210         (umaxv2di3): Likewise.
23211         (sminv2di3): Likewise.
23212         (uminv2di3): Likewise.
23213
23214 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
23215
23216         PR target/42564
23217         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
23218         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
23219         (legitimize_tls_address): Likewise.
23220         (sparc_tls_referenced_p): Likewise.
23221         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
23222         and adjust calls to legitimize_pic_address.
23223         (legitimate_constant_p) Use sparc_tls_referenced_p.
23224         (legitimate_pic_operand_p): Likewise.
23225         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
23226         (sparc_tls_symbol_ref_1): Delete.
23227         (sparc_tls_referenced_p): Make static, recognize specific patterns.
23228         (legitimize_tls_address): Make static, handle CONST patterns.
23229         (legitimize_pic_address): Make static, remove unused parameter and
23230         adjust recursive calls.
23231         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
23232         and adjust call to legitimize_pic_address.
23233         (sparc_output_mi_thunk): Likewise.
23234
23235 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
23236             H.J. Lu  <hongjiu.lu@intel.com>
23237
23238         PR target/42542
23239         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
23240         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
23241         operands to make them signed.
23242
23243         Revert:
23244         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
23245
23246         PR target/42542
23247         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
23248         GTU to GT for V4SI and V2DI.
23249
23250         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
23251         (umin<mode>3): Removed.
23252         (uminv8hi3): New.
23253         (uminv4si3): Likewise.
23254
23255 2010-01-05  Martin Jambor  <mjambor@suse.cz>
23256
23257         PR tree-optimization/42462
23258         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
23259         current_function_decl to helper functions and macros.
23260
23261 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23262
23263         PR bootstrap/41771
23264         * flags.h: Don't include real.h.
23265         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
23266         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
23267         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
23268         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
23269         * dominance.c: Update copyright.
23270         * gimple.c (walk_gimple_op): Remove inline.
23271         * tree-ssa-reassoc.c: Include real.h.
23272         * Makefile.in (FLAGS_H): Remove $(REAL_H).
23273         (tree-ssa-reassoc.o): Depend on $(REAL_H).
23274
23275 2010-01-05  Nick Clifton  <nickc@redhat.com>
23276
23277         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
23278         register to push into the stack frame when the accumulator has to
23279         be saved during interrupts.
23280
23281 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
23282
23283         * doc/invoke.texi: Remove the documentation about option
23284         -Wunreachable-code.
23285         * common.opt (Wunreachable-code):  Preserved for backward
23286         compatibility.
23287         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
23288         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
23289         the backward compatibility flag section.
23290
23291 2010-01-05  Richard Guenther  <rguenther@suse.de>
23292
23293         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
23294
23295 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
23296
23297         PR other/42611
23298         * cfgexpand.c (expand_one_var): Diagnose too large variables.
23299
23300         PR tree-optimization/42508
23301         * tree-sra.c (convert_callers): Check for recursive call
23302         by comparing cgraph nodes instead of decls.
23303         (modify_function): Call ipa_modify_formal_parameters also
23304         on all same_body aliases.
23305
23306         * cgraphunit.c (cgraph_materialize_all_clones): Compare
23307         cgraph nodes when checking for same_body aliases.
23308
23309 2010-01-05  Richard Guenther  <rguenther@suse.de>
23310
23311         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
23312         allocation and lookup.
23313         (get_or_alloc_expr_for_constant): Likewise.
23314         (phi_translate): Sink allocation.
23315
23316 2010-01-04  Richard Guenther  <rguenther@suse.de>
23317
23318         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
23319         a new entry only if needed.
23320         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
23321         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
23322         hashtable lookup.
23323         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
23324         the result array.
23325         (phi_translate): Handle CONSTANTs early.
23326
23327 2010-01-04  Martin Jambor  <mjambor@suse.cz>
23328
23329         PR tree-optimization/42398
23330         * tree-sra.c (struct access): Removed flag grp_different_types.
23331         (dump_access): Do not dump the removed flag.
23332         (sort_and_splice_var_accesses): Do not set the removed flag.
23333         (sra_modify_expr): Check for type compatibility directly.
23334
23335 2010-01-04  Martin Jambor  <mjambor@suse.cz>
23336
23337         PR tree-optimization/42366
23338         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
23339         edges with variable number of parameters.
23340         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
23341         flag instead of asserting it.
23342         (ipa_read_node_info): Read uses_analysis_done flag.
23343
23344 2010-01-04  Richard Guenther  <rguenther@suse.de>
23345
23346         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
23347         iterative_hash_* as intended.
23348         (vn_reference_compute_hash): Likewise.  Simplify hashing
23349         SSA names.
23350         (vn_reference_lookup_2): Likewise.
23351         (vn_nary_op_compute_hash): Likewise.
23352         (vn_phi_compute_hash): Likewise.
23353         (expressions_equal_p): Remove strange code.
23354         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
23355         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
23356         (bitmap_insert_into_set_1): Take value-id as parameter.
23357         (add_to_value): Pass it.
23358         (bitmap_insert_into_set): Likewise.
23359         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
23360
23361 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
23362
23363         PR driver/42442
23364         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
23365         (do_self_spec): For switches with SWITCH_IGNORE set set also
23366         SWITCH_IGNORE_PERMANENTLY.
23367         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
23368         of SWITCH_IGNORE.
23369
23370 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
23371
23372         * lto-streamer-out.c (output_unreferenced_globals): Output the full
23373         tree of an unreferenced global var.
23374
23375 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
23376
23377         PR target/42542
23378         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
23379         GTU to GT for V4SI and V2DI.
23380
23381         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
23382         (umin<mode>3): Removed.
23383         (uminv8hi3): New.
23384         (uminv4si3): Likewise.
23385
23386 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
23387
23388         PR lto/42581
23389         * collect2.c (main): Turn on trace in collect2 if -v is passed
23390         to gcc with LTO.
23391
23392 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
23393
23394         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
23395         description of expression operand.
23396
23397 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
23398
23399         * configure.ac: Add install-html to target_list for Make-hooks.
23400         * configure: Regenerate.
23401         * fortran/Make-lang.in (F95_HTMLFILES): New.
23402         (fortran.html): Use it.
23403         (fortran.install-html): New.
23404         * Makefile.in (install-html): Add lang.install-html.
23405         * java/Make-lang.in (JAVA_HTMLFILES): New.
23406         (java.html): Use it.
23407         (java.install-html): New.
23408         * objc/Make-lang.in (objc.install-html): New.
23409         * objcp/Make-lang.in (obj-c++.install-html): New.
23410         * cp/Make-lang.in (c++.install-html): New.
23411         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
23412         * lto/Make-lang.in (lto.install-html): New.
23413
23414 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
23415
23416         PR lto/42520
23417         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
23418
23419 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
23420
23421         PR rtl-optimization/41862
23422         * store-motion.c (store_killed_in_insn, compute_store_table,
23423         remove_reachable_equiv_notes, replace_store_insn,
23424         build_store_vectors): Ignore all DEBUG_INSNs.
23425
23426 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
23427
23428         PR lto/41564
23429         * common.opt: Add dumpdir.
23430
23431         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
23432         isn't specified.
23433         (option_map): Add --dumpdir.
23434
23435         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
23436
23437         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
23438
23439         * opts.c (decode_options): Try dump_dir_name first if
23440         dump_base_name isn't an absolute path.
23441         (common_handle_option): Handle OPT_dumpdir.
23442
23443         * toplev.c (dump_dir_name): New.
23444         (print_switch_values): Also ignore -dumpdir.
23445
23446         * toplev.h (dump_dir_name): New.
23447
23448 2010-01-03  Richard Guenther  <rguenther@suse.de>
23449
23450         PR tree-optimization/42589
23451         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
23452         double-word expansion of bswap32.
23453
23454 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
23455
23456         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
23457         with BLOCK_FOR_INSN.
23458         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
23459         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
23460         noce_process_if_block): Likewise.
23461         * gcse.c (compute_local_properties, insert_expr_in_table,
23462         insert_set_in_table, canon_list_insert, find_avail_set,
23463         pre_insert_copy_insn): Likewise.
23464
23465         * basic-block.h (BLOCK_NUM): Move from here...
23466         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
23467
23468 2010-01-03  Richard Guenther  <rguenther@suse.de>
23469
23470         PR tree-optimization/42438
23471         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
23472         contains_may_not_return_call flag.
23473         (BB_MAY_NOTRETURN): New.
23474         (valid_in_sets): Trapping nary operations are not valid
23475         in blocks that may not return.
23476         (insert_into_preds_of_block): Remove check for trapping expressions.
23477         (compute_avail): Compute also BB_MAY_NOTRETURN.
23478
23479 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
23480
23481         * doc/invoke.texi: Add 2010 to copyright years.
23482
23483 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
23484
23485         * config/sparc/sparc.c: Fix formatting nits.
23486
23487 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
23488             Alexander Monakov  <amonakov@ispras.ru>
23489
23490         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
23491
23492 2010-01-02  Richard Guenther  <rguenther@suse.de>
23493
23494         PR middle-end/42577
23495         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
23496         (simplify_switch_using_ranges): Mark to be removed edges
23497         as non-executable.
23498
23499 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
23500
23501         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
23502
23503         * collect2.c (scan_libraries): Add missing argument in call to
23504         scan_prog_file.
23505
23506 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
23507
23508         PR target/42448
23509         * config/alpha/predicates.md (aligned_memory_operand): Return false
23510         for CQImode.
23511         (unaligned_memory_operand): Return true for CQImode.
23512         * config/alpha/alpha.c (get_aligned_mem): Assert that location
23513         doesn not cross aligned SImode word boundary.
23514
23515 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
23516
23517         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
23518         Remove.
23519         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
23520         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
23521
23522 2010-01-02  Richard Guenther  <rguenther@suse.de>
23523
23524         PR lto/41597
23525         * toplev.c (compile_file): Emit LTO marker properly.  Change
23526         it to __gnu_lto_v1.
23527         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
23528
23529 2010-01-01  Richard Guenther  <rguenther@suse.de>
23530
23531         PR debug/42455
23532         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
23533
23534 2010-01-01  Richard Guenther  <rguenther@suse.de>
23535
23536         PR c/42570
23537         * c-decl.c (grokdeclarator): For zero-size arrays force
23538         structural equality checks as layout_type does.
23539
23540 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
23541
23542         * builtins.c: Update copyright to 2010.
23543
23544 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
23545
23546         PR lto/42531
23547         * lto-streamer-out.c (produce_asm): Revert the last change.
23548         (copy_function): Likewise.
23549
23550         * lto-streamer.c (lto_get_section_name): Skip any leading
23551         asterisk in name.
23552
23553 2010-01-01  Richard Guenther  <rguenther@suse.de>
23554
23555         PR middle-end/42559
23556         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
23557         for LABEL_DECLs.
23558
23559 \f
23560 Copyright (C) 2010 Free Software Foundation, Inc.
23561
23562 Copying and distribution of this file, with or without modification,
23563 are permitted in any medium without royalty provided the copyright
23564 notice and this notice are preserved.