lto-cgraph.c (input_cgraph): Check for missing sections.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2010-10-03  Andi Kleen <ak@linux.intel.com>
2
3         * lto-cgraph.c (input_cgraph): Check for missing sections.
4
5 2010-10-03  Uros Bizjak  <ubizjak@gmail.com>
6
7         * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 preticate
8         to nonimmediate_operand.  Force operand 2 to register when allowed.
9         (*<shiftrt_insn><mode>3_mask): Ditto.
10         (*<rotate_insn><mode>3_mask): Ditto.
11
12 2010-10-02  H.J. Lu  <hongjiu.lu@intel.com>
13
14         PR tree-optimization/45720
15         PR tree-optimization/45764
16         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
17         Don't accept backwards consecutive accesses.
18         (vect_create_data_ref_ptr): Disallow negative steps.
19
20         * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
21         (perm_mask_for_reverse): Removed.
22         (reverse_vec_elements): Likewise.
23         (vectorizable_load): Don't handle negative steps.
24
25 2010-10-02  Jan Hubicka  <jh@suse.cz>
26
27         * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
28         call destination is known.
29
30 2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
31
32         PR target/45820
33         * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
34         earlier.
35
36 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37
38         * doc/install.texi (Configuration): Document build_configargs,
39         host_configargs, target_configargs.
40
41 2010-10-01  Uros Bizjak  <ubizjak@gmail.com>
42
43         * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
44         (*<shiftrt_insn><mode>3_mask): Ditto.
45         (*<rotate_insn><mode>3_mask): Ditto.
46
47 2010-10-01  Steve Ellcey  <sje@cup.hp.com>
48
49         PR tree-optimization/44716
50         * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
51         (HOT_TEXT_SECTION_NAME): Define.
52
53 2010-10-01  Nick Clifton  <nickc@redhat.com>
54
55         * common.opt: Add -fcombine-stack-adjustments.
56         * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
57         * combine-stack-adj.c (gate_handle_stack_adjustments): Check
58         flag_combine_stack_adjustments.
59         * doc/invoke.texi: Document the new option.
60
61 2010-10-01  Richard Guenther  <rguenther@suse.de>
62
63         PR tree-optimization/45854
64         * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
65
66 2010-10-01  Anthony Green  <green@moxielogic.com>
67
68         * config.gcc: Fix moxie-*-rtems* configuration.
69
70 2010-10-01  Richard Guenther  <rguenther@suse.de>
71
72         * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
73         (gen_decl_die): Likewise.
74
75 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
76
77         * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
78         to the function code for SPU MD builtins.
79         (spu_expand_builtin): Update.
80         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
81
82 2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
83
84         * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
85         sjlj_except_unwind_info.
86
87 2010-10-01  Tristan Gingold  <gingold@adacore.com>
88
89         * configure.ac: Define the nop insn for avr*-*-*
90         * configure: Regenerate.
91
92 2010-10-01  Alan Modra  <amodra@gmail.com>
93
94         PR target/45807
95         * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
96         extend toc_restore_insn.
97
98 2010-09-30  Richard Guenther  <rguenther@suse.de>
99
100         PR tree-optimization/43959
101         * function.c (gimplify_parameters): Use create_tmp_reg instead of
102         create_tmp_var.
103
104 2010-09-30  Kaz Kojima  <kkojima@gcc.gnu.org>
105
106         * config/sh/sh.c (sh_expand_prologue): Set
107         current_function_static_stack_size.
108
109 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
110
111         * configure.ac: Check for Solaris 8 ld with .hidden support.
112         * configure: Regenerate.
113
114 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
115
116         PR middle-end/45758
117         * graphite.c (graphite_initialize): Call scev_reset.
118
119 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
120
121         * sese.h (scev_analyzable_p): Return false for real or floating
122         point.  Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
123
124 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
125
126         * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
127         and ps.
128         * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
129         domain.
130         * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
131         Do not allocate ub_expr, it is passed in initialized.
132
133 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
134
135         * graphite-clast-to-gimple.c (init_cloog_input_file): New.
136         (build_cloog_prog): Dump CLooG input file when
137         flag_graphite_dump_cloog is set.  This is disabled on trunk.
138         * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
139
140 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
141
142         * graphite-clast-to-gimple.c (graphite_verify): Remove call to
143         verify_dominators for CDI_POST_DOMINATORS.
144         * sese.h: Remove comment about CDI_POST_DOMINATORS.
145         (recompute_all_dominators): Remove call to free_dominance_info
146         for CDI_POST_DOMINATORS.  Remove call to calculate_dominance_info
147         for CDI_POST_DOMINATORS.
148
149 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
150
151         * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
152         over pbb_dim_iter_domain.
153
154 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
155
156         * graphite-flattening.c: Fix comments.
157
158 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
159
160         * Makefile.in (OBJS-common): Add graphite-flattening.o.
161         (graphite-flattening.o): New rule.
162         * common.opt (floop-flatten): New flag.
163         * doc/invoke.texi (-floop-flatten): Documented.
164         * graphite-flattening.c: New.
165         * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
166         * graphite-poly.h (flatten_all_loops): Declared.
167         (lst_remove_loop_and_inline_stmts_in_loop_father): New.
168         * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
169         is set, also set flag_graphite.
170
171 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
172
173         * graphite-poly.c (cloog_checksum): New.
174         * graphite-poly.h (cloog_checksum): Declared.
175
176 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
177
178         * graphite-poly.c (pbb_number_of_iterations): Removed.
179         (pbb_number_of_iterations_at_time): Correctly compute the number
180         of iterations in the transformed loop.
181         * graphite-poly.h (pbb_number_of_iterations): Removed.
182
183 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
184
185         * graphite-poly.h (lst_update_scattering_seq): Removed.
186         (lst_update_scattering): Correctly handle outermost loop dewey
187         renumbering.
188
189 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
190
191         * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
192         lst_strip_mine_profitable_p.  Call lst_niter_for_loop.
193         * graphite-poly.h (lst_niter_for_loop): New.
194
195 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
196
197         * graphite-poly.c (apply_poly_transforms): Do not abort when the
198         transform read from disk is not legal.  Call fatal_error instead.
199
200 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
201
202         * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
203         (print_scop_header): Removed.  Inlined in the only call place...
204         (print_scop): ... here.
205
206 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
207
208         * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
209
210 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
211
212         * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
213
214 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
215
216         * graphite-dependences.c (dot_deps): Avoid set but not used warning.
217         (dot_deps_stmt): Same.
218         * graphite-poly.c (dot_lst): Same.
219
220 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
221
222         * graphite-blocking.c (scop_do_strip_mine): Do not call
223         graphite_legal_transform.
224         (scop_do_block): Same.
225
226 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
227
228         * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
229         description.
230
231 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
232
233         * tree-scalar-evolution.c (instantiate_array_ref): New.
234         (instantiate_scev_r): Also handle ARRAY_REFs.
235
236 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
237
238         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
239         Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
240         RESULT_DECL, and FIELD_DECL.  Return false for an
241         SSA_NAME_IS_DEFAULT_DEF.
242         (compute_scalar_evolution_in_loop): Do not further analyze the
243         scalar evolution when no_evolution_in_loop_p returns true.
244
245 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
246
247         * tree-chrec.h (evolution_function_is_affine_p): Do not check
248         whether CHREC_LEFT is invariant.  A function is affine when
249         CHREC_RIGHT is invariant.
250
251 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
252
253         * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
254         is_gimple_reg.
255         (rewrite_degenerate_phi): Same.
256         (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
257
258 2010-09-30  Vladimir Kargov  <kargov@gmail.com>
259
260         * graphite-scop-detection.c (graphite_can_represent_scev,
261         graphite_can_represent_expr, stmt_has_simple_data_refs_p,
262         graphite_can_represent_loop): Remove outermost_loop.
263
264 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
265
266         PR middle-end/45229
267         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
268         handle GIMPLE_CALLs with no LHS.
269
270 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
271
272         * graphite-poly.c (init_graphite_out_file): New.
273         (init_graphite_in_file): New.
274         (apply_poly_transforms): Updated to enable reading and writing of
275         multiple scop files.
276
277 2010-09-30  Tobias Grosser  <grosser@fim.uni-passau.de>
278
279         * graphite-scop-detection.c (graphite_can_represent_scev): Remove
280         redundant checks.
281
282 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
283
284         * graphite-clast-to-gimple.c (precision_for_value): Adjust
285         computation of precision by 1.
286
287 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
288
289         * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
290         (openscop_read_polyhedron_matrix): New.
291         * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
292         (openscop_read_N_int): Same.
293         * graphite-poly.c (openscop_read_N_int): New.
294         (openscop_read_one_int): New.
295         (openscop_read_N_string): New.
296         (openscop_read_one_string): New.
297         (openscop_read_powerset_matrix): New.
298         (graphite_read_transforms): Remove.
299         (graphite_read_scatt): New.
300         (graphite_read_scop_file): New.
301         (apply_poly_transforms): Updated to call graphite_read_scop_file.
302
303 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
304
305         * graphite-poly.c: Change include order.
306
307 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
308
309         * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
310         (cloog_matrix_nrows): New.
311
312 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
313
314         * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
315         from matrix lines.
316         * graphite-poly.c (openscop_print_scattering_function_1): Same.
317         (print_scattering_function_1): Same.
318         (openscop_print_pbb_domain): Same.
319         (openscop_print_scop_context): Same.
320         (print_scop_context): Same.
321
322 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
323
324         * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
325         (openscop_print_pdr_polyhedron): Print pph.
326
327 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
328
329         * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
330         priority signed types.
331
332 2010-09-30  Sebastian Pop  <sebastian.pop@amd.com>
333
334         * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
335         the call to lang_hooks.types.type_for_size.  Call
336         build_nonstandard_integer_type.
337
338 2010-09-30  Riyadh Baghdadi <baghdadi.mr@gmail.com>
339
340         * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
341         (openscop_print_polyhedron_matrix): New.
342         * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
343         * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
344         (openscop_print_pdr_powerset): New.
345         (openscop_print_powerset_matrix): New.
346         (openscop_print_scattering_function_1): New.
347         (print_scattering_function): Add support for scattering names and
348         OpenScop format.
349         (graphite_write_transforms): Remove.
350         (print_pdr_access_layout): Updated to support OpenScop format.
351         (print_pdr): Same.
352         (openscop_print_pbb_domain): New.
353         (print_pbb_body): Added a parameter to allow indicating that pbb_body
354         is not provided.
355         (print_pbb): Updated to call the new print_pbb_body.
356         (openscop_print_scop_context): New.
357         (print_scop_header): New.
358         (print_scop): Updated to call print_scop_header.
359         * graphite-poly.h: Document OpenScop format.
360
361 2010-09-30  Anatoly Sokolov  <aesok@post.ru>
362
363         * config/cris/m32c.c (cris_memory_move_cost): New.
364         (cris_register_move_cost): Make static. Change arguments type from
365         enum reg_class to reg_class_t.
366         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
367         * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
368         * config/cris/cris-protos.h (cris_register_move_cost): Remove.
369
370 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
371
372         PR target/45843
373         * config/i386/i386.c (ix86_gimplify_va_arg): Use
374         INTVAL (XEXP (slot, 1)) as prev_size.
375
376 2010-09-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
377
378         PR target/45837
379         * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
380         * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
381         defined.
382         * config/rs6000/option-defaults.h (toplevel): Change #if
383         TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
384         global option changes.
385
386 2010-09-30  Jakub Jelinek  <jakub@redhat.com>
387
388         * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
389
390         PR tree-optimization/31261
391         * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
392         for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
393
394 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
395
396         PR bootstrap/45796
397         * Makefile.in (build/gen%$(build_exeext)): Move rule after all
398         special-casing for generators and turn into ...
399         ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
400         rule, for better error messages in case of toplevel dependency errors.
401         (genprog): Add hooks, rename to ...
402         (genprogerr): ... this, and let genprog also contain check,
403         checksum, condmd.
404         ((genprog:%=build/gen%$(build_exeext))): Rename to ...
405         ((genprogerr:%=build/gen%$(build_exeext))): ... this.
406         (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
407
408 2010-09-30  Jonathan Wakely  <jwakely.gcc@gmail.com>
409             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
410
411         * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
412         for GMP, MPFR and MPC.
413
414 2010-09-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
415
416         * config/sparc/sparc.opt (mimpure-text): Move ...
417         * config/sol2.opt: ... here.  Correct description.
418         * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
419         * doc/invoke.texi (Option Summary, SPARC Options): Move
420         -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
421         (Option Summary, Solaris 2 Options): ... here.
422         (Submodel Options, Solaris 2 Options): New menu entry.
423         (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
424         (Solaris 2 Options): ... here.
425
426 2010-09-30  Michael Eager  <eager@eagercon.com>
427
428         * extend.texi (interrupt_handler): Add MicroBlaze to list.
429         (save_volatiles): Describe option for MicroBlaze.
430         * invoke.texi: Add MicroBlaze Options.
431         * contrib.texi: Add acknowledgment. 
432         * md.texi: Add MicroBlaze d and z constraints.
433         * install.texi: Add microblaze-*-elf.
434         * configure.ac: Add microblaze-*-* to target list.
435         * configure: Regenerate.
436         * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
437         * config/microblaze/microblaze-protos.h: New.
438         * config/microblaze/crti.s: New.
439         * config/microblaze/predicates.md: New.
440         * config/microblaze/linux.h: New.
441         * config/microblaze/microblaze.md: New.
442         * config/microblaze/constraints.md: New.
443         * config/microblaze/crtn.s: New.
444         * config/microblaze/microblaze.opt: New.
445         * config/microblaze/microblaze-c.c: New.
446         * config/microblaze/t-microblaze: New.
447         * config/microblaze/microblaze.c: New.
448         * config/microblaze/microblaze.h: New.
449
450 2010-09-30  Iain Sandoe  <iains@gcc.gnu.org>
451
452         * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
453         parse @optional/@required and set the flags as appropriate.
454
455 2010-09-30  Nathan Froyd  <froydnj@codesourcery.com>
456
457         * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
458
459 2010-09-30  Joseph Myers  <joseph@codesourcery.com>
460
461         * opt-functions.awk (static_var): Update comment.
462         (var_ref): Return offsetof expression or -1, not variable address.
463         * optc-gen.awk: Generate structure field initializers instead of
464         static variables.  Expect -1 for missing variables instead of null
465         pointer.  Add gcc_options parameters to generated functions.
466         * opth-gen.awk: Generate structure fields for static variables.
467         Add gcc_options parameters to generated functions.
468         * common.opt (optimize, optimize_size): Add variables.
469         * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
470         &global_options to cl_target_option_restore.
471         * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
472         &global_options to cl_optimization_restore, cl_target_option_save
473         and cl_target_option_restore.
474         (ix86_set_current_function): Pass &global_options to
475         cl_target_option_restore.
476         * config/pdp11/pdp11.h (optimize): Remove.
477         * config/rs6000/rs6000.h (optimize): Remove.
478         * config/sh/sh.h (optimize): Remove.
479         * config/xtensa/xtensa.h (optimize): Remove.
480         * coretypes.h (struct gcc_options): Declare.
481         * diagnostic.c (diagnostic_initialize): Initialize
482         context->option_state.
483         (diagnostic_report_diagnostic): Pass option_state to
484         option_enabled hook.
485         * diagnostic.h (diagnostic_context.option_enabled): Add void *
486         parameter.
487         (diagnostic_context.option_state): New field.
488         * final.c (final_start_function, final, final_scan_insn): Rename
489         optimize parameter to optimize_p.
490         * flags.h (optimize, optimize_size): Remove.
491         * function.c (invoke_set_current_function_hook): Pass
492         &global_options to cl_optimization_restore.
493         * gcc.c (driver_handle_option): Take gcc_options parameter.
494         Assert that it is &global_options.
495         (process_command): Pass &global_options to read_cmdline_option.
496         * ipa-pure-const.c (suggest_attribute): Pass &global_options to
497         option_enabled.
498         * lto-opts.c (lto_reissue_options): Use option_flag_var.  Pass
499         &global_options to set_option.
500         * opts-common.c (handle_option, handle_generated_option,
501         read_cmdline_option, set_option): Take explicit gcc_options
502         parameters.  Use option_flag_var.
503         (option_flag_var): New.
504         * opts.c (common_handle_option, lang_handle_option,
505         target_handle_option): Take gcc_options parameter.  Assert that it
506         is &global_options.
507         (read_cmdline_options): Pass &global_options to read_cmdline_option.
508         (print_filtered_help): Use option_flag_var.  Pass &global_options
509         to option_enabled.
510         (common_handle_option): Use option_flag_var.
511         (option_enabled): Take opts parameter.  Use option_flag_var.
512         (get_option_state): Take gcc_options parameter.  Use
513         option_flag_var.  Pass gcc_options parameter to option_enabled.
514         (enable_warning_as_error): Pass &global_options to
515         handle_generated_option.
516         * opts.h (struct cl_option): Change flag_var to flag_var_offset.
517         (cl_option_handler_func.handler): Take gcc_options parameter.
518         (option_enabled, get_option_state, set_option, handle_option,
519         handle_generated_option, read_cmdline_option): Take gcc_options
520         parameters.
521         * toplev.c (optimize, optimize_size): Remove.
522         (print_switch_values): Pass &global_options to option_enabled.
523         (option_affects_pch_p): Use option_flag_var.  Pass &global_options
524         to get_option_state.
525         (general_init): Initialize global_dc->option_state.
526         * tree.c (build_optimization_node): Pass &global_options to
527         cl_optimization_save.
528         (build_target_option_node): Pass &global_options to
529         cl_target_option_save.
530
531 2010-09-30  Martin Jambor  <mjambor@suse.cz>
532
533         * tree-sra.c (type_consists_of_records_p): Do not check for trailing
534         zero sized bit-fields.
535
536 2010-09-30  Nicola Pero  <nicola.pero@meta-innovation.com>
537
538         * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
539         Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
540         (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
541         (c_parser_objc_class_declaration): Same change.
542         (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
543         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
544         (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
545         instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
546         and RID_AT_PUBLIC instead of RID_PUBLIC.
547         (c_parser_statement_after_labels): Use RID_AT_TRY instead of
548         RID_TRY and RID_AT_CATCH instead of RID_CATCH.
549         
550 2010-09-30  Tom G. Christensen <tgc@jupiterrise.com>
551
552         * doc/install.texi (Binaries): Update link to HP-UX porting centre.
553         Add links to current providers of packages for Solaris and IRIX.
554
555 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
556
557         Merge from 'apple/trunk' branch on FSF servers.
558         * c-parser.c: Applied change originally in c-parse.in.
559         
560         2005-10-04  Fariborz Jahanian <fjahanian@apple.com>
561
562         Radar 4281748
563         * c-decl.c (start_decl): Check for redeclaration of class name.
564         * c-parse.in (after_type_declarator): Recognize CLASSNAME.
565
566 2010-09-29  Steve Ellcey  <sje@cup.hp.com>
567
568         * config/ia64/ia64.c (ia64_builtin_decl): New.
569         (TARGET_BUILTIN_DECL): Define.
570         (ia64_builtins): New.
571         (ia64_init_builtins): Save decls in ia64_builtins.
572
573 2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
574
575         PR target/40457
576         * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
577         (move2add_use_add3_insn): Likewise.
578         (reload_cse_move2add): Likewise.
579         * rtlanal.c (get_full_rtx_cost): New function.
580         * rtl.h (struct full_rtx_costs): New.
581         (init_costs_to_max, init_costs_to_zero, costs_lt_p,
582         costs_add_n_insns): New inline functions.
583         (get_full_rtx_cost): Declare.
584
585         PR c/45054
586         * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
587         invariants.  Check for reg_equiv_invariant.
588         (reload): Assert that spilled_pseudos is empty when returning.
589
590 2010-09-29  Kai Tietz  <kai.tietz@onevision.com>
591
592         * config/i386/mingw32.h (TARGET_64BIT): replaced by
593         TARGET_64BIT_DEFAULT in #if check.
594
595 2010-09-29  Jack Howarth <howarth@bromo.med.uc.edu>
596
597         * varasm.c (assemble_alias): Add error message for unsupported ifunc.
598
599 2010-09-29  Mike Stump  <mikestump@comcast.net>
600
601         * config/darwin.h (flag_mkernel): Remove.
602         (flag_apple_kext): Likewise.
603
604 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
605             Jack Howarth <howarth@bromo.med.uc.edu>
606
607         * config/darwin.opt (undefined): Add.
608
609 2010-09-29  Nathan Sidwell  <nathan@codesourcery.com>
610
611         PR testsuite/45664
612         * configure.ac: Add --enable-indirect-function option.
613         * config.gcc: Add default_gnu_indirect_function.
614         * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
615         (HAVE_GNU_INDIRECT_FUNCTION): ... this.
616         * varasm.c (do_assemble_alias): Adjust for macro name change.
617         * configure: Rebuilt.
618         * doc/install.texi: Document --enable-indirect-function.
619
620 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
621
622         * doc/options.texi (Variable, Var, Init): Update documentation
623         without reference to VarExists.
624         (VarExists): Remove.
625         * common.opt, config/i386/i386.opt, config/linux.opt,
626         config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
627         Don't use VarExists.
628
629 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
630
631         * optc-gen.awk: Generate global_options initializer instead of
632         individual variables.  Add x_ prefix to names of structure members.
633         * opth-gen.awk: Generate gcc_options structure.  Add x_ prefix to
634         names of structure members.
635         * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
636         HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
637         * doc/tm.texi: Regenerate.
638         * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
639         * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
640         * c-parser.c (disable_extension_diagnostics,
641         restore_extension_diagnostics): Update names of cpp_options members.
642         * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
643         * common.opt (fcompare-debug-second): Don't use Var.
644         * config/alpha/alpha.h (target_flags): Remove.
645         * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
646         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
647         * config/bfin/bfin.h (target_flags): Remove.
648         * config/cris/cris.h (target_flags): Remove.
649         * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
650         cl_target_option members.
651         * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
652         (ix86_function_specific_print, ix86_valid_target_attribute_tree,
653         ix86_can_inline_p): Update names of cl_target_option members.
654         * config/i386/i386.h (ix86_isa_flags): Remove.
655         * config/lm32/lm32.h (target_flags): Remove.
656         * config/mcore/mcore.h (mcore_stack_increment): Remove.
657         * config/mcore/mcore.md (addsi3): Remove extern declaration of
658         flag_omit_frame_pointer.
659         * config/mep/mep.h (target_flags): Remove.
660         * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
661         HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
662         * config/mmix/mmix.h (target_flags): Remove.
663         * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
664         flag_expensive_optimizations): Remove.
665         * config/s390/s390.h (flag_pic): Remove.
666         * config/score/score-conv.h (target_flags): Remove.
667         * config/sh/sh.h (sh_fixed_range_str): Remove.
668         * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
669         * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
670         * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
671         * diagnostic.c (diagnostic_initialize): Update names of
672         diagnostic_context members.
673         * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
674         warn_system_headers.
675         (diagnostic_report_warnings_p): Update for new names.
676         * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
677         * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
678         HARD_FRAME_POINTER_IS_ARG_POINTER.
679         * flags.h (flag_compare_debug): Declare.
680         * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
681         * opts.c (flag_compare_debug): Define.
682         (common_handle_option): Update names of diagnostic_context
683         members.  Handle -fcompare-debug-second.
684         (fast_math_flags_struct_set_p): Update names of cl_optimization
685         members.
686         * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
687         * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
688         * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
689         * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
690         * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
691         * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
692         HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
693         * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
694         * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
695
696 2010-09-29  Hariharan Sandanagobalane <hariharan@picochip.com>
697
698         * config/picochip/picochip.c (picochip_output_internal_label):
699         This function can now be called for debug CFI labels, which can come
700         in the middle of a vliw instruction.  Postpone until end of vliw.
701
702 2010-09-29  Richard Guenther  <rguenther@suse.de>
703
704         * tree.h (SCOPE_FILE_SCOPE_P): New macro.
705         (DECL_FILE_SCOPE_P): Use it.
706         (TYPE_FILE_SCOPE_P): New macro.
707
708 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
709
710         * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
711         a CPP_NAME which is a reserved word, clearly separate cases for
712         OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
713
714 2010-09-29  Nicola Pero  <nicola.pero@meta-innovation.com>
715
716         * c-parser.c (c_lex_one_token): In Objective-C, do not replace
717         token->value with the canonical spelling.  Do exactly like C and
718         C++ and leave it as it is.
719
720 2010-09-28  Richard Henderson  <rth@redhat.com>
721
722         * config/alpha/alpha.c (alpha_builtins): New.
723         (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
724         (alpha_builtin_function): New.
725         (alpha_add_builtins, alpha_init_builtins): Use it.
726
727 2010-09-28  Nicola Pero  <nicola.pero@meta-innovation.com>
728
729         * doc/standards.texi (Standards): Expanded the section on
730         Objective-C and Objective-C++.
731
732 2010-09-28  DJ Delorie  <dj@redhat.com>
733
734         PR target/45800
735         * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
736         volatile MEMs.
737
738 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
739
740         * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
741         attributes on methods.
742          (c_parser_objc_method_definition): Handle attributes.
743         (c_parser_objc_methodproto): Likewise.
744         (c_parser_objc_maybe_method_attributes): New.
745         (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
746         missing definition, similar to that in ObjC++.
747
748 2010-09-28  Richard Henderson  <rth@redhat.com>
749
750         * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
751         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
752         (CONFIG_SJLJ_EXCEPTIONS): Remove.
753         (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
754         (STACK_CHECK_PROTECT): Likewise.
755         * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
756         (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
757         (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
758         (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
759         (dwarf2out_assembly_start): Likewise.
760         * except.c (init_eh): Use targetm.except_unwind_info.
761         (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
762         (output_one_function_exception_table): Likewise.
763         * final.c: Unconditionally include dwarf2out.h.
764         (final_start_function): Unconditionally call dwarf2out routines.
765         (final_end_function, final_scan_insn): Likewise.
766         * function.c (expand_function_end): Use targetm.except_unwind_info.
767         * opts.c (decode_options): Use targetm.except_unwind_info.
768         * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
769         * target.def (debug_unwind_info, except_unwind_info): New.
770         * target.h (enum unwind_info_type): New.
771         * targhooks.c (default_debug_unwind_info): New.
772         (default_except_unwind_info): New.
773         (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
774         * targhooks.h: Declare them.
775         * tree-tailcall.c: Include "target.h"
776         (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
777         * Makefile.in (tree-tailcall.o): Update.
778         * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
779         (lhd_gcc_personality): Likewise.
780
781         * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
782         (TARGET_EXCEPT_UNWIND_INFO): New.
783         (DWARF2_UNWIND_INFO): Update.
784         (TARGET_DEBUG_UNWIND_INFO): New.
785         * doc/tm.texi: Rebuild.
786
787         * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
788         targetm.except_unwind_info.
789
790         * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
791         (arm_except_unwind_info): New.
792         (arm_compute_func_type): Use it.
793         (arm_expand_prologue, thumb_pushpop): Likewise.
794         (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
795         (arm_unwind_emit, arm_output_fn_unwind): Likewise.
796         * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
797         * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
798         (DWARF2_UNWIND_INFO): Remove.
799         (MUST_USE_SJLJ_EXCEPTIONS): Remove.
800         (ARM_EABI_UNWIND_TABLES): Remove.
801
802         * config/ia64/ia64.c (ia64_debug_unwind_info): New.
803         (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
804         (ia64_except_unwind_info): New.
805         (ia64_output_function_prologue): Use it.
806         (ia64_add_bundle_selector_before): Likewise.
807         (ia64_reorg, ia64_asm_unwind_emit): Likewise.
808         * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
809         (TARGET_UNWIND_INFO): Remove.
810
811         * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
812
813 2010-09-28  Iain Sandoe  <iains@gcc.gnu.org>
814
815         * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
816         (c_parser_objc_protocol_definition): Likewise.
817         (c_parser_external_declaration): Provide dummy attribute arguments.
818         (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
819         (c_parser_objc_class_definition): Handle attributes.
820         (c_parser_objc_protocol_definition): Likewise.
821
822 2010-09-28  Tobias Burnus  <burnus@net-b.de>
823
824         PR fortran/40569
825         PR fortran/40568
826         * toplev.h (save_decoded_options, save_decoded_options_count):
827         New global variables.
828         * toplev.c (save_decoded_options, save_decoded_options_count):
829         Export variables.
830
831 2010-09-28  Ian Lance Taylor  <iant@google.com>
832
833         * config/i386/i386.c (ix86_supports_split_stack): Test
834         HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
835
836 2010-09-28  Ian Lance Taylor  <iant@google.com>
837
838         PR target/45815
839         * opts.c (decode_options): Don't test whether the target supports
840         split stack if flag_split_stack == 0.
841
842 2010-09-28  Jan Hubicka  <jh@suse.cz>
843
844         * builtin-attrs.def (ATTR_LEAF): New attribute.
845         (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
846         ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
847         ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
848         ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
849         ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
850         ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
851         ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
852         * sync-builtins.def: Annotate all builtins by leaf.
853         * omp-builtins.def: Annotate all builtins by leaf.
854         * builtins.def: Annotate relevant builtins with leaf attribute.
855         (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
856         ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
857         leaf.
858
859 2010-09-28  Jan Hubicka  <jh@suse.cz>
860
861         * tree-ssa-ccp.c (fold_ctor_reference): New function.
862         (fold_const_aggregate_ref): Use it.
863         * fold-const.c (canonicalize_constructor_val): Check that we don't fold
864         into external static.
865
866 2010-09-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
867
868         PR target/44452
869         * config/i386/i386.opt (mvect8-ret-in-mem): Define.
870         * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
871         (ix86_solaris_return_in_memory): Remove.
872         * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
873         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
874         (TARGET_SUBTARGET_DEFAULT): Redefine.
875         * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
876         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
877         (TARGET_SUBTARGET_DEFAULT): Redefine.
878         * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
879         -mvect8-ret-in-mem.
880         (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
881
882 2010-09-29  Alan Modra  <amodra@gmail.com>
883
884         PR target/45807
885         * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
886         * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
887         * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
888         Delete.
889         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
890         (rs6000_emit_prologue): Don't just create frame save info for r2,
891         actually save r2.
892
893 2010-09-28  Richard Henderson  <rth@redhat.com>
894
895         * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
896         when 8 bytes are requested.
897
898 2010-09-28  Tristan Gingold  <gingold@adacore.com>
899
900         * config/avr/avr.c (expand_prologue): Set
901         current_function_static_stack_size.
902
903 2010-09-28  Tristan Gingold  <gingold@adacore.com>
904
905         * config/alpha/alpha.md: Change the initial condition of the
906         probing loop.
907
908 2010-09-28  Uros Bizjak  <ubizjak@gmail.com>
909
910         * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
911         Split from *avx_<maxmin:code><mode>3.
912         (*avx_<smaxmin:code><mode>3): Ditto.
913         * config/i386/i386.md (maxmin): Remove code iterator.
914
915 2010-09-27  Ian Lance Taylor  <iant@google.com>
916
917         * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
918         requires assembler support for CFI directives.
919
920 2010-09-27  Richard Henderson  <rth@redhat.com>
921
922         * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
923
924 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
925
926         * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
927         that AFTER is not in the range FROM..TO, inclusive.
928
929 2010-09-27  Hans-Peter Nilsson  <hp@axis.com>
930             Bernd Schmidt  <bernds@codesourcery.com>
931
932         PR rtl-optimization/45792
933         * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
934         If not all insns are to be merged, for each edge, stash the
935         next candidate after the to-be-merged insns before doing the
936         merge, and use them for the retry at the new insertion point.
937         Handle CC0 targets when retrying.
938
939 2010-09-27  Ian Lance Taylor  <iant@google.com>
940
941         * common.opt (fsplit-stack): New option.
942         * opts.c (decode_options): Set flag_split_stack to final value.
943         * target.def (supports_split_stack): New hook.
944         * gcc.c (STACK_SPLIT_SPEC): Define.
945         (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
946         * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
947         (Code Gen Options): Document -fsplit-stack.
948         * doc/extend.texi (Function Attributes): Mention no_split_stack.
949         (Function Attributes): Document no_split_stack.
950         * doc/tm.texi.in (Stack Smashing Protection): Add @hook
951         TARGET_SUPPORTS_SPLIT_STACK.
952         * doc/tm.texi: Rebuild.
953         * function.c (thread_prologue_and_epilogue_insns): If
954         flag_split_stack, add split stack prologue.
955         * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
956         * varasm.c (saw_no_split_stack): New static variable.
957         (assemble_start_function): Set saw_no_split_stack if the function
958         has the no_split_stack attribute.
959         (file_end_indicate_split_stack): New function.
960         * output.h (file_end_indicate_split_stack): Declare.
961         * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
962         and function.
963         * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
964         routines.
965         * config/i386/i386.c (ix86_option_override_internal): Don't set
966         expand_builtin_va_start to NULL if -fsplit-stack.
967         (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
968         -fsplit-stack.
969         (ix86_va_start): If -fsplit-stack, get overflow pointer from
970         scratch register set by prologue.
971         (ix86_code_end): If -fsplit-stack, call
972         file_end_indicate_split_stack.
973         (ix86_supports_split_stack): New static function.
974         (SPLIT_STACK_AVAILABLE): Define.
975         (split_stack_prologue_scratch_regno): New static function.
976         (split_stack_fn): New static variable.
977         (ix86_expand_split_stack_prologue): New function.
978         (ix86_live_on_entry): New static function.
979         (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
980         (output_pic_addr_const): Likewise.
981         (i386_asm_output_addr_const_extra): Likewise.
982         (ix86_expand_call): Change return type to rtx.  Return the new
983         call instruction.
984         (TARGET_SUPPORTS_SPLIT_STACK): Define.
985         (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
986         * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
987         (split_stack_prologue, split_stack_return): New insns.
988         (split_stack_space_check): New insn.
989         * config/i386/i386.h (struct machine_function): Add
990         split_stack_varargs_pointer field.
991         * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
992         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
993         * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
994         (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
995         * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
996         Declare.
997         (ix86_expand_call): Update declaration.
998
999 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
1000
1001         * doc/objc.texi (Type encoding): Added the new 'long double' (D)
1002         code.  Added byref, which was missing in the list of codes.
1003         Explain that enumeration values are encoded as the integer type
1004         that the compiler uses to store them.  Explain and make examples
1005         of how 'const' interacts with pointers, and the complication of
1006         the encoding of 'const char *'.
1007         (Legacy type encoding): New subsection, explaining that GCC emits
1008         incorrect type encodings for the NeXT runtime for compatibility
1009         reasons.
1010         (@@encode): New subsection, explaining @encode and particularly
1011         that protocol qualifiers are not recognized inside an @encode()
1012         expression.
1013         (Method signatures): New subsection, explaining how method
1014         signatures are encoded.
1015
1016 2010-09-27  Nicola Pero  <nicola.pero@meta-innovation.com>
1017
1018         Merge from 'apple/trunk' branch on FSF servers.  Removed small
1019         change in build_conditional_expr that had been added when fixing
1020         PR objc/27377 and which did the same check in a less complete way.
1021
1022         2005-12-15  Fariborz Jahanian <fjahanian@apple.com>
1023
1024         Radar 4229905
1025         * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
1026         looking for objective-c common pointer types.
1027
1028         2005-06-22  Ziemowit Laski  <zlaski@apple.com>
1029
1030         Radar 4154928
1031         * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
1032         use their ObjC common type.
1033
1034 2010-09-27  Richard Guenther  <rguenther@suse.de>
1035
1036         * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
1037
1038 2010-09-27  Jie Zhang  <jie@codesourcery.com>
1039
1040         * print-tree.c (print_node): Print in-constant-pool.
1041
1042 2010-09-27  Uros Bizjak  <ubizjak@gmail.com>
1043
1044         * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
1045         (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
1046         (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
1047         (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
1048
1049 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
1050
1051         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
1052         from pro_epilogue_adjust_stack_<mode>_{1,2}.
1053         (pro_epilogue_adjust_stack_<mode>_add): Rename from
1054         pro_epilogue_adjust_stack_<mode>_3.
1055         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
1056         renamed pro_epilogue_adjust_stack_{si,di}_add.
1057         (ix86_expand_prologue): Use indirect functions.  Update for renamed
1058         pro_epilogue_adjust_stack_{si,di}_sub.
1059
1060 2010-09-26  Uros Bizjak  <ubizjak@gmail.com>
1061
1062         * config/i386/i386.md (movmsk_df): New insn.
1063         (signbitdf): Split out of signbit<mode>2.  Generate movmsk_df
1064         sequence for TARGET_SSE_MATH.
1065
1066 2010-09-26  Richard Sandiford  <rdsandiford@googlemail.com>
1067
1068         * config/mips/mips.c (mips_builtin_decls): Declare.
1069         (mips_init_builtins): Store function declarations in
1070         mips_builtin_decls.
1071         (mips_builtin_decl): New function.
1072         (TARGET_BUILTIN_DECL): Define.
1073
1074 2010-09-25  Kai Tietz  <kai.tietz@onevision.com>
1075             Richard Henderson  <rth@redhat.com>
1076
1077         * config/i386/cygwin.asm: Include auto-host.h.
1078         (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
1079         cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
1080         (__chkstk, __alloca): Annotate for dwarf2 unwind info.  Drop
1081         alignment code from the 64-bit path.  Use gas local labels.
1082         * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
1083         from _di_2.  Remove the useless constant integer argument.
1084         (pro_epilogue_adjust_stack_<mode>_3): New.
1085         (allocate_stack_worker_probe_<mode>): Macroize from
1086         allocate_stack_worker_{32,64}.  Use __chkstk_ms.  Update all users.
1087         * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
1088         use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
1089         (__chkstk_ms): New function.
1090         * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
1091         * gcc/config/i386/t-interix: Likewise.
1092         * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
1093         (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
1094         (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
1095         * configure, config.in: Rebuild.
1096
1097 2010-09-25  Eric Botcazou  <ebotcazou@adacore.com>
1098
1099         * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
1100         statements because of the return slot optimization.
1101
1102 2010-09-25  Anatoly Sokolov  <aesok@post.ru>
1103
1104         * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
1105         * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
1106         * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1107         (class_likely_spilled_p): Rename to...
1108         (avr_class_likely_spilled_p): ...this. Make static. Change argument
1109         type to reg_class_t.
1110
1111 2010-09-24  Jan Hubicka  <jh@suse.cz>
1112
1113         * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
1114         (lto_symtab_resolve_symbols): Set it.
1115         (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
1116         store resolution field in cgraph/varpool.
1117         * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
1118         (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
1119         (cgraph_dump_node): Drop used_from_object_file.
1120         (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
1121         (cgraph_function_body_availability): Use decl_replaceable_p.
1122         (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
1123         (cgraph_can_remove_if_no_direct_calls_and_refs): Use
1124         cgraph_used_from_object_file_p.
1125         (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
1126         cgraph_used_from_object_file_p.
1127         (resolution_used_from_other_file_p): New functoin.
1128         (cgraph_used_from_object_file_p): New predicate.
1129         * cgraph.h: Include plugin-api.h
1130         (struct cgraph_local_info): Remove used_from_object_file.
1131         (struct cgraph_node): Add resolution field.
1132         (struct varpool_node): Likewise; remove used_from_object_file;
1133         reove const_value_known.
1134         (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
1135         cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
1136         (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
1137         varpool_used_from_object_file_p): Declare.
1138         (varpool_get_node, varpool_extra_name_alias): Update prototype.
1139         * tree.h (DECL_REPLACEABLE_P): Remove.
1140         (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
1141         * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
1142         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
1143         input_overwrite_node, input_node, input_varpool_node): Stream
1144         resolution.
1145         * expr.c (expand_expr_real_1): Use const_value_known_p
1146         * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
1147         const_value_known.
1148         (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
1149         (function_and_variable_visibility): Set resolution for local vars
1150         and functions; use varpool_used_from_object_file_p.
1151         * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
1152         static functions.
1153         (default_binds_local_p_1): Use resolutoin info.
1154         (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
1155         * varpool.c (varpool_get_node): Constify.
1156         (const_value_known_p): Do not use vnode->const_value_known;
1157         use decl_replaceable_p.
1158         (varpool_finalize_decl): Do not set const_value_known.
1159         (cgraph_variable_initializer_availability): Use decl_replaceable_p
1160         (varpool_extra_name_alias): Return new node.
1161         (varpool_used_from_object_file_p): New function.
1162
1163 2010-09-24  Richard Henderson  <rth@redhat.com>
1164
1165         * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
1166         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
1167         (do_spill): Use REG_CFA_OFFSET.
1168         (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
1169         as appropriate.
1170         (ia64_expand_epilogue): Likewise.
1171         (process_set): Split into ...
1172         (process_cfa_adjust_cfa): this,
1173         (process_cfa_register): this,
1174         (process_cfa_offset): and this new function.
1175         (ia64_asm_unwind_emit): Use them.  Expect REG_CFA_* notes
1176         instead of REG_FRAME_RELATED_EXPR.
1177
1178 2010-09-24  Olivier Hainque  <hainque@adacore.com>
1179
1180         * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
1181
1182 2010-09-24  Jan Hubicka  <jh@suse.cz>
1183
1184         * doc/extend.texi: (attribute leaf): Document.
1185         * tree.c (local_define_builtin): Handle ECF_LEAF.
1186         (build_common_builtin_nodes): Set ECF_LEAF where needed.
1187         * tree.h (ECF_LEAF): New.
1188         * ipa-reference.c (propagate_bits): For leaf calls propagate ever
1189         overwrittable and unavailable functions.
1190         (ipa_init): Put all_module_statics into optimization_summary_obstack.
1191         (copy_global_bitmap): Do not copy all_module_statics.
1192         (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
1193         (propagate): Handle overwritable and unavailable leaf functions;
1194         initialize global info for overwritable and unavailable leaf functions;
1195         do not free all module statics.
1196         (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
1197         local statics.
1198         * calls.c (flags_from_decl_or_type): Handle leaf.
1199         * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
1200         abnormal gotos.
1201
1202 2010-09-24  Basile Starynkevitch  <basile@starynkevitch.net>
1203
1204         * gengtype.c: Reindented.
1205         * gengtype.h: Reindented.
1206         * gengtype-parse.c: Reindented.
1207
1208 2010-09-24  Jan Hubicka  <jh@suse.cz>
1209
1210         PR tree-optimization/45738
1211         PR tree-optimization/45741
1212         * expr.c (string_constant): Allow CONST_DECL too;
1213         check that DECL_INITIAL is set.
1214         * varpool.c (const_value_known_p): Only look into VAR_DECL
1215         and CONST_DECL.
1216
1217 2010-09-24  Joseph Myers  <joseph@codesourcery.com>
1218
1219         * common.opt (undef): New.
1220
1221 2010-09-24  Jakub Jelinek  <jakub@redhat.com>
1222
1223         PR middle-end/45234
1224         * rtl.h (enum global_rtl_index): Add
1225         GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
1226         (LAST_VIRTUAL_POINTER_REGISTER): Define.
1227         (virtual_preferred_stack_boundary_rtx,
1228         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
1229         (LAST_VIRTUAL_REGISTER): Increase by one.
1230         (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
1231         instead of LAST_VIRTUAL_REGISTER.
1232         * function.c (instantiate_new_reg): Handle
1233         virtual_preferred_stack_boundary_rtx.
1234         * emit-rtl.c (init_virtual_regs): Handle
1235         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
1236         (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
1237         * explow.c (round_push): If crtl->preferred_stack_boundary
1238         is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
1239         virtual_preferred_stack_boundary_rtx alignment instead of
1240         crtl->preferred_stack_boundary alignment.
1241         (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
1242         macros.  Never decrease crtl->preferred_stack_boundary,
1243         use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
1244         instead of PREFERRED_STACK_BOUNDARY.  Don't modify
1245         stack_pointer_delta in dynamic allocation, even when size
1246         is constant.
1247         (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
1248         macro.
1249         * print-rtl.c (print_rtx): Handle
1250         VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
1251         * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
1252         LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
1253         * config/frv/frv.c (frv_emit_movsi): Likewise.
1254         * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
1255         * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
1256         Likewise.
1257
1258         Revert:
1259         2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1260
1261         PR middle-end/45234
1262         * calls.c (expand_call): Make sure that all variable sized
1263         adjustments are multiple of preferred stack boundary after
1264         stack alignment.
1265
1266 2010-09-24  Iain Sandoe  <iains@gcc.gnu.org>
1267             Dominique Dhumieres  <dominiq@lps.ens.fr>
1268
1269         PR bootstrap/45751
1270         * gcc/config/darwin-driver.c (darwin_default_min_version):
1271         Adjust size passed to memcpy in two places.
1272
1273 2010-09-24  Richard Guenther  <rguenther@suse.de>
1274
1275         * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
1276         Make sure to not call set_type_context with error_mark_node.
1277         * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
1278
1279 2010-09-24  Richard Guenther  <rguenther@suse.de>
1280
1281         * Makefile.in (OBJS-onestep): Remove.
1282         (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
1283         (libbackend.a): Remove onestep support.
1284         (libbackend.o): Remove.
1285         * configure.ac (--enable-intermodule): Remove.
1286         * configure: Regenerate.
1287
1288 2010-09-24  Bernd Schmidt  <bernds@codesourcery.com>
1289
1290         * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
1291         reaching the end of a block if it occurs at a DEBUG_INSN.
1292
1293 2010-09-09  Tristan Gingold  <gingold@adacore.com>
1294
1295         PR target/44242
1296         * config/vms/vms-crt0-64.c: Removed.
1297         * config/vms/vms-crt0.c: Removed.
1298         * config/vms/vms-psxcrt0-64.c: Removed.
1299         * config/vms/vms-psxcrt0.c: Removed.
1300         * config/vms/vms-ucrt0.c: New file.
1301         * config/vms/t-vms64: Removed.
1302         * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it.  Remove DECC.
1303         Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
1304         * config.gcc (alpha-dec-vms): Use t-vms.
1305
1306 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
1307
1308         * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
1309         underfull hbox in DVI output.
1310         (-fobjc-class-cxx-cdtors): Same change.
1311         (-fobjc-exceptions): Tidied up documentation.  Explain what the
1312         option does, but moved the (lenghty) description of the exception
1313         syntax into objc.texi.
1314         (-fobjc-gc): Explain that the option is not useful with the GNU
1315         runtime.
1316         (-fzero-link): Explain that the GNU runtime always works in
1317         "zero-link" mode.
1318         * doc/objc.texi: All sections: simplified @node declarations
1319         removing specification of next, previous, up node.
1320         (Objective-C): Updated introduction.
1321         (Garbage Collection): Updated.  The bohem-gc library is now
1322         included in gcc itself.  Mention that this section only applies to
1323         the GNU Objective-C runtime.
1324         (compatibility_alias): Small tidy up.
1325         (Exceptions): New section mostly containing text previously in the
1326         description of the -fobjc-exception command-line option.
1327         (Synchronization): Same.
1328
1329 2010-09-24  Uros Bizjak  <ubizjak@gmail.com>
1330
1331         * config/i386/i386.md (ix86_code_end): Move the initialization of
1332         xops array near the consumer.  Use AX_REG and SP_REG instead of
1333         numerical constants.
1334
1335 2010-09-24  Nicola Pero  <nicola.pero@meta-innovation.com>
1336
1337         * c-typeck.c (convert_arguments): Use warning 'too many arguments to
1338         method [methodname]' for an Objective-C method instead of the less
1339         satisfactory 'too many arguments to function' (with no method name).
1340
1341 2010-09-23  Eric Botcazou  <ebotcazou@adacore.com>
1342
1343         * tree-flow.h (execute_update_addresses_taken): Remove parameter.
1344         * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
1345         (execute_update_addresses_taken): Remove parameter.  Execute the
1346         optimization unconditionally.
1347         * passes.c (execute_function_todo): Call execute_update_addresses_taken
1348         unconditionally if TODO_rebuild_alias is set, else only when optimizing
1349         if TODO_update_address_taken is set.
1350
1351 >>>>>>> .r164755
1352 2010-09-23  Anatoly Sokolov  <aesok@post.ru>
1353
1354         * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
1355         * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
1356         * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1357         (arm_output_addr_const_extra): Make static.
1358
1359 2010-09-23  Uros Bizjak  <ubizjak@gmail.com>
1360
1361         * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
1362         define as unspec_volatile.
1363         ("nops"): Define as unspec_volatile. Use fputs to write to
1364         asm_out_file directly.  Output NOPs on separate lines using while loop.
1365         * config/i386/i386.c (ix86_code_end): Use fputs to write to
1366         asm_out_file directly.  Output NOPs on separate lines using while loop.
1367
1368 2010-09-23  Richard Guenther  <rguenther@suse.de>
1369
1370         PR tree-optimization/45565
1371         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
1372         Make sure to adjust the fndecl before replacing the stmt.
1373
1374 2010-09-23  Richard Guenther  <rguenther@suse.de>
1375
1376         PR middle-end/45750
1377         * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
1378         gimplifying MEM_REF.
1379
1380 2010-09-23  Alan Modra  <amodra@gmail.com>
1381
1382         * config/rs6000/rs6000.c (toc_relative_ok): Delete.
1383         (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
1384
1385 2010-09-23  Bernd Schmidt  <bernds@codesourcery.com>
1386
1387         PR rtl-optimization/44374
1388         * basic-block.h (enum bb_flags): Add BB_MODIFIED.
1389         * df-core.c (df_set_bb_dirty): Set it.
1390         * ifcvt.c (find_memory): Remove function.
1391         (dead_or_predicable): Use can_move_insns_across.
1392         * df.h (can_move_insns_across): Declare function.
1393         * cfgcleanup.c (block_was_dirty): New static variable.
1394         (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
1395         than df_get_bb_dirty.
1396         (try_head_merge_bb): New static function.
1397         (try_optimize_cfg): Call it.  Call df_analyze if block_was_dirty
1398         is set.
1399         * df-problems.c: Include "target.h"
1400         (df_simulate_find_uses): New static function.
1401         (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
1402         (find_memory, find_memory_store): New static functions.
1403         (can_move_insns_across): New function.
1404         * Makefile.in (df-problems.o): Update dependencies.
1405
1406 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
1407
1408         PR java/44095
1409         * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
1410         is specified and the suffix of the file isn't ".c".
1411         * config/sparc/linux64.h (ASM_SPEC): Likewise.
1412
1413 2010-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414
1415         * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
1416         * doc/cppopts.texi: Fix markup of index entry.
1417         * doc/extend.texi (Constructing Calls): Fix markup of
1418         __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
1419         (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
1420         (Vague Linkage, C++ Attributes): Fix markup of index entries and
1421         keywords.
1422         * doc/invoke.texi (Option Summary): Fix spacing.  Rewrap to
1423         avoid long lines.
1424         (C Dialect Options, C++ Dialect Options, Warning Options)
1425         (Debugging Options, Spec Files, Darwin Options)
1426         (i386 and x86-64 Options, MIPS Options)
1427         (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
1428         index entries, avoid abbreviations, allow URLs to wrap, avoid
1429         long lines, avoid overlong pages from long @itemx lists.
1430         * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
1431         * doc/standards.texi (Standards): Likewise.
1432         * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
1433
1434 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
1435
1436         * opts-common.c (prune_options): Make static.  Work with decoded
1437         options.
1438         (decode_cmdline_options_to_array): Call prune_options.  Don't
1439         resize option array here.
1440         * opts.h (prune_options): Remove prototype.
1441         * gcc.c (process_command): Take decoded options; don't call
1442         decode_cmdline_options_to_array here.  Use decoded options for argv[0].
1443         (main): Call decode_cmdline_options_to_array here instead of
1444         prune_options.  Update call to process_command.
1445         * config/darwin-driver.c: Include opts.h.
1446         (darwin_default_min_version): Work with decoded options.  Don't
1447         handle -b or -V here.
1448         * config/darwin.h (darwin_default_min_version): Update prototype.
1449         (GCC_DRIVER_HOST_INITIALIZATION): Update call to
1450         darwin_default_min_version.
1451         * config/i386/cygwin.h (mingw_scan): Update prototype.
1452         (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
1453         * config/i386/cygwin1.c: Include opts.h.
1454         (mingw_scan): Work with decoded options.
1455         * config/i386/t-cygwin (cygwin1.o): Update dependencies.
1456         * config/t-darwin (darwin-driver.o): Update dependencies.
1457
1458 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
1459
1460         * common.opt (-assemble, -compile, -coverage, -debug, -dump,
1461         -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
1462         -for-assembler, -for-assembler=, -for-linker, -for-linker=,
1463         -force-link, -force-link=, -language, -language=,
1464         -library-directory, -library-directory=, -no-canonical-prefixes,
1465         -no-standard-libraries, -no-warnings, -optimize, -output,
1466         -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
1467         -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
1468         -print-file-name=, -print-libgcc-file-name,
1469         -print-multi-directory, -print-multi-lib,
1470         -print-multi-os-directory, -print-prog-name, -print-prog-name=,
1471         -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
1472         -profile, -save-temps, -shared, -specs, -specs=, -static,
1473         -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
1474         symbolic): New.
1475         (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
1476         * gcc.c (A Short Introduction to Adding a Command-Line Option):
1477         Remove comment.
1478         (cc1_options): Correct specs for passing down --help,
1479         --target-help and --help=*.  Add spec for passing down --version.
1480         (struct option_map, option_map, target_option_translations,
1481         translate_options): Remove.
1482         (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
1483         and OPT__target_help instead of OPT_fversion, OPT_fhelp,
1484         OPT_fhelp_ and OPT_ftarget_help.
1485         (process_command): Don't call translate_options.  Call
1486         decode_cmdline_options_to_array before checking for
1487         -no-canonical-prefixes using decoded options.
1488         * opts-common.c (tm.h): Update comment on #include.
1489         (find_opt): Allow abbreviations of long options.
1490         (struct option_map, option_map): New.
1491         (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
1492         and -mno handling.
1493         (target_option_translations): New.
1494         (decode_cmdline_options_to_array): Handle
1495         TARGET_OPTION_TRANSLATE_TABLE in driver.
1496         * opts.c (common_handle_option): Don't handle OPT_fhelp,
1497         OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
1498
1499 2010-09-22  Richard Guenther  <rguenther@suse.de>
1500
1501         * tree-inline.c (optimize_inline_calls): Schedule cleanups
1502         only if we inlined something.  Block compaction and conditional
1503         folding are done by cfg cleanup.  Schedule update-address-taken.
1504         (tree_function_versioning): Remove redundant call to number_blocks.
1505         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
1506         folding is done by cfg cleanup.
1507         * passes.c (init_optimization_passes): Remove update-address-taken
1508         pass after IPA inlining.
1509
1510 2010-09-22  Chung-Lin Tang  <cltang@codesourcery.com>
1511
1512         * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
1513         to update conditions. Fix reg_mode[] check.
1514
1515 2010-09-22  Hariharan Sandanagobalane  <hariharan@picochip.com>
1516
1517         * config/picochip/picochip.md (movhicc): Use expand to check whether
1518         movhicc is available and split it after reload.
1519
1520 2010-09-22  Richard Guenther  <rguenther@suse.de>
1521
1522         * tree-ssanames.c (release_dead_ssa_names): Do not remove
1523         callee edges here.
1524         * passes.c (init_optimization_passes): Remove early CFG cleanup.
1525         * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
1526         (pass_cleanup_cfg): Likewise.
1527         (execute_fixup_cfg): Cleanup.
1528         * tree-pass.h (pass_cleanup_cfg): Remove.
1529
1530 2010-09-22  Martin Jambor  <mjambor@suse.cz>
1531
1532         * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
1533         builtins if it is true.
1534         (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
1535         parameter.
1536
1537 2010-09-22  Martin Jambor  <mjambor@suse.cz>
1538
1539         * tree-sra.c (struct access): New field grp_no_warning.
1540         (create_access_replacement): Set TREE_NO_WARNING according to
1541          grp_no_warning.
1542         (create_artificial_child_access): Use build_ref_for_model and set
1543         grp_no_warning if build_user_friendly_ref_for_offset fails.
1544         (propagate_subaccesses_across_link): Likewise.
1545
1546 2010-09-22  Eric Botcazou  <ebotcazou@adacore.com>
1547
1548         PR target/35664
1549         * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
1550         ('f'): Likewise.
1551
1552 2010-09-22  Tristan Gingold  <gingold@adacore.com>
1553
1554         * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
1555
1556 2010-09-22  Uros Bizjak  <ubizjak@gmail.com>
1557
1558         * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
1559         * config/i386/i386.c (decide_alg): Update for rename.
1560
1561 2010-09-22  Jakub Jelinek  <jakub@redhat.com>
1562
1563         PR rtl-optimization/45739
1564         * simplify-rtx.c (simplify_binary_operation_1): Optimize even
1565         vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
1566
1567 2010-09-21  Anatoly Sokolov  <aesok@post.ru>
1568
1569         * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
1570         * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
1571         Remove.
1572         * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
1573         (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
1574
1575 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
1576
1577         PR objc/23710
1578         * c-parser.c (c_parser_objc_method_definition): Check the return
1579         value of objc_start_method_definition and if false is returned,
1580         parse the method definition but emit no code.
1581
1582 2010-09-21  Nicola Pero  <nicola.pero@meta-innovation.com>
1583
1584         PR objc/25965
1585         * c-decl.c (detect_field_duplicates): If compiling Objective-C,
1586         call objc_get_interface_ivars ().
1587
1588 2010-09-21  Kai Tietz  <kai.tietz@onevision.com>
1589
1590         PR target/45694
1591         * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
1592         static chain-register is used for 64-bit.
1593
1594 2010-09-21  Richard Guenther  <rguenther@suse.de>
1595
1596         * dwarf2out.c (is_cu_die): New function.
1597         (add_pubtype): Use it.
1598         (gen_subprogram_die): Likewise.
1599         (gen_struct_or_union_type_die): Likewise.
1600         (dwarf2out_finish): Likewise.
1601         (comp_unit_die): Rename to ...
1602         (single_comp_unit_die): ... this.
1603         (comp_unit_die): New function lazily constructing and
1604         returning single_comp_unit_die.
1605         (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
1606         base_type_die, subrange_type_die, modified_type_die,
1607         lower_bound_default, add_bound_info, add_prototyped_attribute,
1608         dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
1609         dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
1610         force_decl_die, gen_namespace_die, dwarf2out_decl,
1611         dwarf2out_start_source_file, dwarf2out_end_source_file,
1612         prune_unused_types, dwarf2out_finish): Use it.
1613         (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
1614         the global list of translation-unit decls.
1615         (dwarf2out_init): Do not create single_comp_unit_die here.
1616         (force_decl_die): Handle TRANSLATION_UNIT_DECL.
1617
1618 2010-09-21  Richard Guenther  <rguenther@suse.de>
1619
1620         * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
1621         for bool for C++.
1622
1623 2010-09-21  Bernd Schmidt  <bernds@codesourcery.com>
1624
1625         * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
1626         (qhs_extenddi_cstr): Likewise.
1627         * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
1628         them for the source operand.
1629
1630 2010-09-21  Uros Bizjak  <ubizjak@gmail.com>
1631
1632         * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
1633         to half_width.  Use GET_MODE_BITSIZE to calculate mode size.
1634         (ix86_split_ashr): Ditto.
1635         (ix86_split_lshr): Ditto.
1636
1637 2010-09-21  Richard Guenther  <rguenther@suse.de>
1638
1639         PR tree-optimization/45580
1640         * tree-ssa-propagate.c (substitute_and_fold): Always replace
1641         regular uses.
1642         * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
1643         virtuals fold the call into a regular indirect one.
1644
1645 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
1646
1647         PR rtl-optimization/42775
1648         * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
1649         scheduling is enabled.
1650
1651 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
1652
1653         PR rtl-optimization/45728
1654         * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
1655         gen_lowpart_common first and if that fails, force_reg first
1656         before calling gen_lowpart.
1657
1658         PR middle-end/45678
1659         * cfgexpand.c (expand_one_stack_var_at): Use
1660         crtl->max_used_stack_slot_alignment as max_align, instead
1661         of maximum of that and PREFERRED_STACK_BOUNDARY.
1662         Don't call update_stack_alignment.
1663
1664 2010-09-20  Eric Botcazou  <ebotcazou@adacore.com>
1665
1666         * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
1667         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
1668         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
1669         * system.h (LANG_HOOKS_HASH_TYPES): Poison.
1670         * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
1671         (build_nonstandard_integer_type): Likewise.
1672         (build_range_type_1): New function, built from...
1673         (build_range_type): ...this.  Call build_range_type_1.
1674         (build_nonshared_range_type): New function.
1675         (build_array_type_1): New function, built from...
1676         (build_array_type: ...this.  Call build_array_type_1.
1677         (build_nonshared_array_type): New function.
1678         * tree.h (build_nonshared_range_type): Declare.
1679         (build_nonshared_array_type): Likewise.
1680
1681 2010-09-20  Anatoly Sokolov  <aesok@post.ru>
1682
1683         * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
1684         * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1685         (arm_class_likely_spilled_p): New function.
1686
1687 2010-09-20  Uros Bizjak  <ubizjak@gmail.com>
1688
1689         * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
1690         indirect functions.
1691         (ix86_split_ashl): Ditto.
1692         (ix86_split_ashr): Ditto.
1693         (ix86_split_lshr): Ditto.
1694         (ix86_adjust_counter): Ditto.
1695
1696 2010-09-20  Nicola Pero  <nicola.pero@meta-innovation.com>
1697
1698         * c-family/c-common.h (constant_string_class): Documented with
1699         comment identical to the one already in c-common.c.
1700
1701 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
1702
1703         * dwarf2out.c (any_cfis_emitted): New static variable.
1704         (add_fde_cfi): Set it.
1705         (dwarf2out_frame_debug): Clear it before processing,
1706         if it is set afterwards, flush any queued reg saves.
1707
1708         PR debug/45124
1709         * dwarf2out.c (add_accessibility_attribute): Assume
1710         DW_ACCESS_private as the default for dwarf_version > 2
1711         and DW_TAG_class_type parent.
1712         (gen_inheritance_die): Assume DW_ACCESS_public as the default
1713         for dwarf_version > 2 and parent other than DW_TAG_class_type.
1714
1715 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
1716
1717         PR target/45726
1718         * arm.md (arm_movt): Only enable on machines with MOVT.
1719
1720 2010-09-20  Jie Zhang  <jie@codesourcery.com>
1721
1722         * config/arm/arm.c (arm_address_offset_is_imm): New.
1723         (arm_early_store_addr_dep): New.
1724         (arm_early_load_addr_dep): New.
1725         * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
1726         (arm_early_load_addr_dep): Declare.
1727         (arm_address_offset_is_imm): Declare.
1728         * config/arm/cortex-m4.md: New file.
1729         * config/arm/cortex-m4-fpu.md: New file.
1730         * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
1731         (attr generic_sched): Exclude cortexm4.
1732         (attr generic_vfp): Exclude cortexm4.
1733
1734 2010-09-20  Richard Guenther  <rguenther@suse.de>
1735
1736         PR middle-end/45704
1737         * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
1738
1739 2010-09-20  Jan Hubicka  <jh@suse.cz>
1740
1741         PR tree-optimize/45605
1742         * cgraph.h (const_value_known_p): Declare.
1743         (varpool_decide_const_value_known): Remove.
1744         * tree-ssa-ccp.c (get_base_constructor): Use it.
1745         * lto-cgraph.c (compute_ltrans_boundary): Likewise.
1746         * expr.c (string_constant): Likewise.
1747         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
1748         * ipa.c (ipa_discover_readonly_nonaddressable_var,
1749         function_and_variable_visibility): Likewise.
1750         * gimplify.c (gimplify_call_expr): Likewise.
1751         * gimple-fold.c (get_symbol_constant_value): Likewise.
1752         * varpool.c (varpool_decide_const_value_known): Replace by...
1753         (const_value_known_p): ... this one; handle other kinds of DECLs
1754         too and work for automatic vars.
1755         (varpool_finalize_decl): Use const_value_known_p.
1756
1757 2010-09-20  Rafael Carre  <rafael.carre@gmail.com>
1758
1759         PR target/45726
1760         * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
1761
1762 2010-09-20  Richard Guenther  <rguenther@suse.de>
1763
1764         PR tree-optimization/45705
1765         * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
1766
1767 2010-09-20  Jakub Jelinek  <jakub@redhat.com>
1768
1769         PR rtl-optimization/45695
1770         * combine.c (try_combine): When splitting a two set pattern,
1771         make sure the pattern which will be put into i2 doesn't use REGs
1772         or MEMs set by insns in between i2 and i3.
1773
1774 2010-09-19  Jan Hubicka  <jh@suse.cz>
1775
1776         PR lto/44246
1777         * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
1778         processing same node twice.
1779
1780 2010-09-19  Anatoly Sokolov  <aesok@post.ru>
1781
1782         * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
1783         * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1784         (bfin_class_likely_spilled_p): New function
1785
1786 2010-09-19  Ira Rosen  <irar@il.ibm.com>
1787
1788         PR tree-optimization/45714
1789         * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
1790         created in vectorizable_call instead of the original statement in
1791         def stmt updates.
1792
1793 2010-09-19  Uros Bizjak  <ubizjak@gmail.com>
1794
1795         * config/i386/i386-protos.h (split_double_mode): New prototype.
1796         (split_di, split_ti): Remove prototypes.
1797         * config/i386/i386.c (split_double_mode): New function.
1798         (split_di, split_ti): Remove.
1799         (ix86_expand_branch): Use split_double_mode.
1800         (ix86_split_to_parts): Ditto.
1801         (ix86_split_ashl): Ditto.
1802         (ix86_split_ashr): Ditto.
1803         (ix86_split_lshr): Ditto.
1804         (ix86_force_to_memory): Ditto.
1805         * config/i386/i386.md: Use split_double_mode in double-mode splitters.
1806
1807 2010-09-18  Jan Hubicka  <jh@suse.cz>
1808
1809         PR tree-optimization/45453
1810         * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
1811         virtual functions are reachable.
1812         * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
1813         * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
1814         * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
1815         when modifying function.
1816
1817 2010-09-18  Jan Hubicka  <jh@suse.cz>
1818
1819         PR tree-optimization/45605
1820         * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
1821         * gimple-fold.c (static_object_in_other_unit_p): New function.
1822         (canonicalize_constructor_val): Use it.
1823         (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
1824         returning NULL.
1825         (gimple_fold_obj_type_ref_known_binfo): Use
1826         static_object_in_other_unit_p.
1827
1828 2010-09-18  Richard Guenther  <rguenther@suse.de>
1829
1830         PR tree-optimization/45709
1831         * tree-inline.c (copy_phis_for_bb): Delay commit of edge
1832         insertions until after all PHI nodes of the block are processed.
1833
1834 2010-09-18  Tijl Coosemans  <tijl@coosemans.org>
1835
1836         * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
1837
1838 2010-09-18  Kai Tietz  <kai.tietz@onevision.com>
1839
1840         * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
1841
1842 2010-09-18  Richard Guenther  <rguenther@suse.de>
1843
1844         PR tree-optimization/45709
1845         * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
1846
1847 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1848
1849         * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
1850         (dot_deps_stmt): Same.
1851         * graphite-poly.c (dot_lst): Same.
1852         * graphite-scop-detection.c (dot_all_scops): Same.
1853         (dot_scop): Same.
1854
1855 2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
1856
1857         Revert:
1858         2009-12-16  Ben Elliston  <bje@au.ibm.com>
1859
1860         * tree-data-ref.c (dot_rdg_1): Added back.
1861         (dot_rdg): Same.  Added "#if 0" around system call.
1862
1863 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1864             Richard Henderson  <rth@redhat.com>
1865
1866         * config/i386/i386.c (initial_ix86_tune_features): Add
1867         X86_TUNE_PAD_SHORT_FUNCTION.
1868         (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
1869         (ix86_count_insn): New.
1870         (ix86_pad_short_function): Likewise.
1871         (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
1872
1873         * config/i386/i386.h (ix86_tune_indices): Add
1874         X86_TUNE_PAD_SHORT_FUNCTION.
1875         (TARGET_PAD_SHORT_FUNCTION): New.
1876
1877         * config/i386/i386.md (UNSPEC_NOPS): New.
1878         (nops): Likewise.
1879
1880 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1881
1882         PR middle-end/45234
1883         * calls.c (expand_call): Make sure that all variable sized
1884         adjustments are multiple of preferred stack boundary after
1885         stack alignment.
1886
1887 2010-09-17  DJ Delorie  <dj@redhat.com>
1888
1889         * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
1890         passed an invalid value, print an error instead of ICEing.
1891         (valid_psw_flag): New.
1892         (rx_expand_builtin): Call it for setpsw/clrpsw.
1893         (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
1894
1895         * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
1896         (bitclr_in_memory): Likewise.
1897         (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
1898
1899 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
1900
1901         PR middle-end/45678
1902         * cfgexpand.c (update_stack_alignment): New.
1903         (get_decl_align_unit): Use it.
1904         (expand_one_stack_var_at): Call update_stack_alignment.
1905
1906 2010-09-17  Richard Guenther  <rguenther@suse.de>
1907
1908         * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
1909         Properly copy the read string.
1910
1911 2010-09-17  Joseph Myers  <joseph@codesourcery.com>
1912
1913         * doc/options.texi (Variable): Document.
1914         * optc-gen.awk, opth-gen.awk: Handle Variable records.  Don't
1915         generate target_flags declarations explicitly.  Don't define
1916         VarExists variables for the driver.
1917         * common.opt (target_flags): New Variable record.
1918         (flag_dump_unnumbered, flag_dump_unnumbered_links,
1919         flag_var_tracking, flag_var_tracking_assignments,
1920         flag_var_tracking_assignments_toggle): Don't mark variables with
1921         VarExists.
1922         * config/i386/i386.c (ix86_isa_flags): Don't define here.
1923         * config/i386/i386.opt (ix86_isa_flags): Define here.
1924         * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
1925         * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
1926         VarExists.
1927         * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
1928         * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
1929         Only define for generator programs.
1930         * rtlanal.c (target_flags): Remove.
1931         * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
1932         flag_var_tracking_assignments_toggle): Remove.
1933
1934 2010-09-17  Michael Matz  <matz@suse.de>
1935
1936         PR tree-optimization/43432
1937         * tree-vect-data-refs.c (vect_analyze_data_ref_access):
1938         Accept backwards consecutive accesses.
1939         (vect_create_data_ref_ptr): If step is negative generate
1940         decreasing IVs.
1941         * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
1942         (perm_mask_for_reverse, reverse_vec_elements): New functions.
1943         (vectorizable_load): Handle loads with negative steps when easily
1944         possible.
1945
1946 2010-09-03  Jan Hubicka  <jh@suse.cz>
1947
1948         * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
1949
1950 2010-09-03  Naveen H.S  <naveen.S@kpitcummins.com>
1951
1952         * config/v850/v850.c (v850_function_value_regno_p): Make static.
1953         Adjust comments. Declare.
1954         (TARGET_FUNCTION_VALUE_REGNO_P): Define.
1955         * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
1956
1957 2010-09-17  Richard Guenther  <rguenther@suse.de>
1958
1959         * common.opt (combine): Remove.
1960         * gcc.c (default_compilers): Remove specs testing combine.
1961         The C compilers no longer can combine.
1962         (option_map): Remove -combine.
1963         (display_help): Remove -combine.
1964         (driver_handle_option): Remove OPT_combine handling.
1965         (compile_input_file_p): Remove.
1966         (do_spec): Remove code concerning combine.
1967         (main): Likewise.
1968         * doc/invoke.texi: Remove traces of -combine.
1969         * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
1970
1971 2010-09-17  Richard Guenther  <rguenther@suse.de>
1972
1973         PR middle-end/45678
1974         * builtins.c (fold_builtin_memory_op): Always properly adjust
1975         alignment of memory accesses.
1976
1977 2010-09-16  Jan Hubicka  <jh@suse.cz>
1978
1979         * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
1980         processing clone.
1981
1982 2010-09-16  H.J. Lu  <hongjiu.lu@intel.com>
1983
1984         * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
1985
1986         * config/i386/i386.c (predict_jump): Add prototype.
1987         (flag_opts): Add -m8bit-idiv.
1988         (ix86_split_idivmod): New.
1989
1990         * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
1991         Add 2 splitters for SI/DI mode divide.
1992         (divmod<mode>4_1): New pattern.
1993         (udivmod<mode>4_1): Likewise.
1994         (testdi_ccno_1): Likewise.
1995
1996         * config/i386/i386.opt (m8bit-idiv): New.
1997
1998         * doc/invoke.texi: Document -m8bit-idiv.
1999
2000 2010-09-16  Reza Yazdani  <reza.yazdani@amd.com>
2001
2002         PR bootstrap/45680
2003         * config/i386/i386.c (min_insn_size): Moved out of the
2004         ASM_OUTPUT_MAX_SKIP_PAD ifdef.
2005
2006 2010-09-16  Jan Hubicka  <jh@suse.cz>
2007
2008         * lto-cgraph.c (lto_output_node): Fix handling of clones.
2009         * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
2010         unreachable clones with reachable clones.
2011         * tree-inline.c (copy_bb): Fix sanity checking when producing
2012         unreachable clone.
2013
2014 2010-09-16  Anatoly Sokolov  <aesok@post.ru>
2015
2016         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
2017         (TARGET_MEMORY_MOVE_COST): Define.
2018         (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
2019
2020 2010-09-16  Alexander Monakov  <amonakov@ispras.ru>
2021
2022         * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
2023         maybe_tidy_empty_bb.
2024
2025         Revert:
2026         2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
2027         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
2028
2029 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
2030
2031         * target.def (target_option.optimization): New hook.
2032         * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
2033         TARGET_OPTION_OPTIMIZATION hook.
2034         * doc/tm.texi: Regenerate.
2035         * hooks.c (hook_void_int_int): New.
2036         * hooks.h (hook_void_int_int): Declare.
2037         * opts.c: Don't include tm_p.h.
2038         (decode_options): Use targetm.target_option.optimization instead
2039         of OPTIMIZATION_OPTIONS.
2040         * system.h (OPTIMIZATION_OPTIONS): Poison.
2041         * config/arm/arm-protos.h (arm_optimization_options): Remove.
2042         * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
2043         (arm_optimization_options): Rename to arm_option_optimization.
2044         Make static.
2045         * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
2046         * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
2047         (cris_option_optimization): New.
2048         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
2049         * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
2050         (crx_option_optimization): New.
2051         * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
2052         * config/frv/frv-protos.h (frv_optimization_options): Remove.
2053         * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
2054         (frv_optimization_options): Rename to frv_option_optimization.
2055         Make static.
2056         * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
2057         * config/h8300/h8300.c (h8300_option_optimization): New.
2058         (TARGET_OPTION_OPTIMIZATION): Define.
2059         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
2060         * config/i386/i386-protos.h (optimization_options): Remove.
2061         * config/i386/i386.c (optimization_options): Rename to
2062         ix86_option_optimization.  Make static.
2063         (TARGET_OPTION_OPTIMIZATION): Define.
2064         * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
2065         * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
2066         * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
2067         (ia64_optimization_options): Rename to ia64_option_optimization.
2068         Make static.  Call SUBTARGET_OPTIMIZATION_OPTIONS.
2069         * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove.  Remove
2070         commented-out definition.
2071         * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
2072         instead of OPTIMIZATION_OPTIONS.
2073         * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
2074         (m32r_option_optimization): New.
2075         * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
2076         * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
2077         Remove.
2078         * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
2079         (mcore_option_optimization): New.
2080         * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
2081         * config/mep/mep-protos.h (mep_optimization_options): Remove.
2082         * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
2083         (mep_optimization_options): Rename to mep_option_optimization.
2084         Make static.  Take unused level and size parameters.
2085         * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
2086         * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
2087         (mmix_option_optimization): New.
2088         * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
2089         * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
2090         (pdp11_option_optimization): New.
2091         * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
2092         * config/rs6000/rs6000-protos.h (optimization_options): Remove.
2093         * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
2094         (optimization_options): Rename to rs6000_option_optimization.
2095         Make static.
2096         * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
2097         * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
2098         * config/rx/rx.c (rx_set_optimization_options): Rename to
2099         rx_option_optimization.  Make static.  Take unused level and size
2100         parameters.
2101         (TARGET_OPTION_OPTIMIZATION): Define.
2102         * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
2103         * config/s390/s390-protos.h (optimization_options): Remove.
2104         * config/s390/s390.c (optimization_options): Rename to
2105         s390_option_optimization.  Make static.  Don't mark size parameter
2106         unused.
2107         (TARGET_OPTION_OPTIMIZATION): Define.
2108         * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
2109         * config/sh/sh-protos.h (sh_optimization_options): Remove.
2110         * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
2111         (sh_optimization_options): Rename to sh_option_optimization.  Make
2112         static.  Don't mark parameters unused.
2113         * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
2114         * config/spu/spu-protos.h (spu_optimization_options): Remove.
2115         * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
2116         (spu_optimization_options): Rename to spu_option_optimization.
2117         Make static.
2118         * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
2119         * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
2120         (v850_option_optimization): New.
2121         * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
2122         * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
2123         (xtensa_option_optimization): New.
2124         * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
2125
2126 2010-09-16  Joseph Myers  <joseph@codesourcery.com>
2127
2128         * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
2129         (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
2130         * doc/tm.texi: Regenerate.
2131         * system.h (OVERRIDE_OPTIONS): Poison.
2132         * target.def (override): Default to hook_void_void.
2133         * targhooks.c (default_target_option_override): Remove.
2134         * genmodes.c, machmode.def: Update comments mentioning
2135         OVERRIDE_OPTIONS.
2136         * config/alpha/alpha-modes.def: Update comment mentioning
2137         alpha_override_options.
2138         * config/alpha/alpha-protos.h (override_options): Remove.
2139         * config/alpha/alpha.c (override_options): Rename to
2140         alpha_option_override.  Call SUBTARGET_OVERRIDE_OPTIONS.  Make static.
2141         (TARGET_OPTION_OVERRIDE): Define.
2142         * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
2143         * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
2144         of OVERRIDE_OPTIONS.
2145         * config/arc/arc-protos.h (arc_init): Remove.
2146         * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
2147         (arc_init): Rename to arc_option_override.  Make static.
2148         * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
2149         (OVERRIDE_OPTIONS): Remove.
2150         * config/arm/arm-protos.h (arm_override_options): Remove.
2151         * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
2152         (arm_override_options): Rename to arm_option_override.  Make
2153         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
2154         * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
2155         * config/arm/arm.md: Update comment referring to arm_override_options.
2156         * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
2157         instead of OVERRIDE_OPTIONS.
2158         * config/avr/avr-protos.h (avr_override_options): Remove.
2159         * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
2160         (avr_override_options): Rename to avr_option_override.  Make static.
2161         * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
2162         * config/bfin/bfin-protos.h (override_options): Remove (twice).
2163         * config/bfin/bfin.c (override_options): Rename to
2164         bfin_option_override.  Make static.
2165         (TARGET_OPTION_OVERRIDE): Define.
2166         * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
2167         * config/cris/cris-protos.h (cris_override_options): Remove.
2168         * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
2169         (cris_override_options): Rename to cris_option_override.  Make static.
2170         * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
2171         * config/frv/frv-protos.h (frv_override_options): Remove.
2172         * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
2173         (frv_override_options): Rename to frv_option_override.  Make static.
2174         * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
2175         * config/h8300/h8300-protos.h (h8300_init_once): Remove.
2176         * config/h8300/h8300.c (h8300_init_once): Rename to
2177         h8300_option_override.  Make static.
2178         (TARGET_OPTION_OVERRIDE): Define.
2179         * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
2180         * config/i386/i386-protos.h (override_options): Remove.
2181         * config/i386/i386.c (override_options): Rename to
2182         ix86_option_override_internal.  Make static.  Comments referring
2183         to this function and callers changed.
2184         (ix86_option_override): New.
2185         (TARGET_OPTION_OVERRIDE): Define.
2186         * config/i386/i386.h (OVERRIDE_OPTION): Remove.
2187         * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
2188         * config/ia64/ia64.c (ia64_file_start): Update comment referring
2189         to ia64_override_options.
2190         * config/iq2000/iq2000-protos.h (override_options): Remove.
2191         * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
2192         (override_options): Rename to iq2000_option_override.  Make static.
2193         * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
2194         * config/lm32/lm32-protos.h (lm32_override_options): Remove.
2195         * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
2196         (lm32_override_options): Rename to lm32_option_override.  Make static.
2197         * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
2198         * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
2199         (m32r_option_override): New.
2200         (m32r_init): Update comment.
2201         * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
2202         * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
2203         * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
2204         (m68hc11_override_options): Rename to m68hc11_option_override.
2205         Make static.  Return void.
2206         * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
2207         * config/m68k/m68k-protos.h (override_options): Remove.
2208         * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
2209         (override_options): Rename to m68k_option_override.  Make static.
2210         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
2211         * config/mcore/mcore-protos.h (mcore_override_options): Remove.
2212         * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
2213         (mcore_override_options): Rename to mcore_option_override.  Make
2214         static.
2215         * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
2216         * config/mep/mep-protos.h (mep_override_options): Remove.
2217         * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
2218         (mep_override_options): Rename to mep_option_override.  Make static.
2219         * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
2220         * config/mmix/mmix-protos.h (mmix_override_options): Remove.
2221         * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
2222         (mmix_override_options): Rename to mmix_option_override.  Make static.
2223         * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
2224         * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
2225         * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
2226         (mn10300_override_options): Rename to mn10300_option_override.
2227         Make static.
2228         * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
2229         * config/moxie/moxie-protos.h (moxie_override_options): Remove.
2230         * config/moxie/moxie.c (moxie_override_options): Rename to
2231         moxie_option_override.  Make static.
2232         (TARGET_OPTION_OVERRIDE): Define.
2233         * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
2234         * config/picochip/picochip-protos.h (picochip_override_options):
2235         Remove.  Update comment referring to picochip_override_options.
2236         * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
2237         (picochip_override_options): Rename to picochip_option_override.
2238         Make static.  Update comment and definition of
2239         TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
2240         * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
2241         * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2242         * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2243         * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2244         * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2245         * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2246         * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
2247         instead of OVERRIDE_OPTIONS.
2248         * config/rs6000/rs6000-modes.def: Update comment referring to
2249         rs6000_override_options.
2250         * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
2251         * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
2252         (rs6000_override_options): Rename to
2253         rs6000_option_override_internal.  Make static.  Commented
2254         referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
2255         (rs6000_option_override): New.
2256         * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
2257         instead of OVERRIDE_OPTIONS.
2258         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
2259         * config/s390/s390-protos.h (override_options): Remove.
2260         * config/s390/s390.c (override_options): Rename to
2261         s390_option_override.  Make static.
2262         (TARGET_OPTION_OVERRIDE): Define.
2263         * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
2264         * config/score/score-protos.h (score_override_options): Remove.
2265         * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
2266         (score_override_options): Rename to score_option_override.  Make
2267         static.
2268         * config/score/score.h (OVERRIDE_OPTIONS): Remove.
2269         Update comment referring to override_options.
2270         * config/score/score3.c (score3_override_options): Rename to
2271         score3_option_override.
2272         * config/score/score3.h (score3_override_options): Rename to
2273         score3_option_override.
2274         * config/score/score7.c (score7_override_options): Rename to
2275         score7_option_override.
2276         * config/score/score7.h (score7_override_options): Rename to
2277         score7_option_override.
2278         * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
2279         * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
2280         (sparc_override_options): Rename to sparc_option_override.  Make
2281         static.  Call SUBTARGET_OVERRIDE_OPTIONS.
2282         * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
2283         * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
2284         instead of OVERRIDE_OPTIONS.
2285         * config/spu/spu-protos.h (spu_override_options): Remove.
2286         * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
2287         (spu_override_options): Rename to spu_option_override.  Make
2288         static.
2289         * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
2290         * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
2291         OVERRIDE_OPTIONS.
2292         * config/vax/vax-protos.h (override_options): Remove.
2293         * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
2294         (override_options): Rename to vax_option_override.  Make static.
2295         Call SUBTARGET_OVERRIDE_OPTIONS.
2296         * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
2297         * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
2298         * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
2299         * config/xtensa/xtensa-protos.h (override_options): Remove.
2300         * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
2301         (override_options): Rename to xtensa_option_override.  Make static.
2302         * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
2303
2304 2010-09-16  Richard Guenther  <rguenther@suse.de>
2305
2306         PR tree-optimization/45623
2307         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
2308         (get_constraint_for_component_ref): If computing a constraint
2309         for the rhs handle type punning through unions.
2310         (get_constraint_for_address_of): Adjust.
2311         (get_constraint_for_1): Likewise.
2312         (get_constraint_for): Likewise.
2313         (get_constraint_for_rhs): New function.
2314         (do_structure_copy): Adjust.
2315         (make_constraint_to): Likewise.
2316         (handle_const_call): Likewise.
2317         (find_func_aliases): Likewise.
2318         (process_ipa_clobber): Likewise.
2319         (create_variable_info_for): Likewise.
2320
2321 2010-09-16  Ira Rosen  <irar@il.ibm.com>
2322
2323         * tree-vectorizer.c: Fix documentation.
2324         * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
2325         (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
2326         is_pattern_stmt_p, is_loop_header_bb_p,
2327         stmt_vinfo_set_inside_of_loop_cost,
2328         stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
2329         known_alignment_for_access_p): Likewise.
2330         * tree-vect-loop.c: Fix documentation.
2331         (vect_get_cost): Start function name from new line.
2332         * tree-vect-data-refs.c: Fix documentation.
2333         * tree-vect_stmts.c: Likewise.
2334         (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
2335         (vectorizable_store): Free vec_oprnds if allocated.
2336         (vectorizable_condition): Initialize several variables to avoid
2337         warnings.
2338         * tree-vect-slp.c: Fix documentation.
2339
2340 2010-09-16  Richard Guenther  <rguenther@suse.de>
2341
2342         * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
2343         is TS_TRANSLATION_UNIT_DECL.
2344         (initialize_tree_contains_struct): Adjust.
2345         (all_translation_units): New global vector.
2346         (build_translation_unit_decl): New function.
2347         * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
2348         (struct tree_translation_unit_decl): New.
2349         (all_translation_units): Declare.
2350         (union tree_node): Add translation_unit_decl member.
2351         (build_translation_unit_decl): Declare.
2352         * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
2353         * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
2354         New function.
2355         (pack_value_fields): Call it.
2356         (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
2357         (lto_output_ts_translation_unit_decl_tree_pointers): New function.
2358         (lto_output_tree_pointers): Call it.
2359         * lto-streamer-in.c (lto_input_tree_ref): Handle references
2360         to TRANSLATION_UNIT_DECL.
2361         (unpack_ts_translation_unit_decl_value_fields): New function.
2362         (unpack_value_fields): Call it.
2363         (lto_input_ts_translation_unit_decl_tree_pointers): New function.
2364         (lto_input_tree_pointers): Call it.
2365         * lto-streamer.c (check_handled_ts_structures): Adjust.
2366         * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
2367         * c-decl.c (all_translation_units): Remove.
2368         (pop_scope): Use build_translation_unit_decl.
2369         (collect_all_refs): Adjust.
2370         (for_each_global_decl): Likewise.
2371         (c_write_global_declarations): Likewise.
2372
2373 2010-09-16  Jakub Jelinek  <jakub@redhat.com>
2374
2375         PR bootstrap/45686
2376         * fold-const.c (fold_checksum_tree): Change slot from const void **
2377         to void **, use CONST_CAST_TREE to store into *slot.
2378
2379 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
2380
2381         * config/i386/i386.md: Remove unneeded empty conditions and
2382         preparation statements from expanders.
2383         * config/i386/mmx.md: Ditto.
2384         * config/i386/sse.md: Ditto.
2385
2386 2010-09-16  Uros Bizjak  <ubizjak@gmail.com>
2387
2388         * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
2389
2390 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
2391
2392         PR rtl-optimization/45593
2393         * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
2394         insns that were in delay slots as stand-alone insns.
2395
2396 2010-09-15  Ian Lance Taylor  <iant@google.com>
2397
2398         * incpath.c (remove_duplicates): If name is not a directory, issue
2399         a warning rather than an error.
2400
2401 2010-09-15  Martin Jambor  <mjambor@suse.cz>
2402
2403         PR middle-end/45644
2404         * tree-sra.c (create_access): Check for bit-fields directly.
2405
2406 2010-09-15  Jakub Jelinek  <jakub@redhat.com>
2407
2408         PR tree-optimization/45633
2409         * tree-cfg.c (verify_gimple_assign_binary): Allow
2410         MINUS_EXPR with lhs and rhs1 pointer vector and
2411         rhs2 sizetype vector.
2412         * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
2413         or vector pointer use TER to optimize pointer subtraction.
2414
2415 2010-09-15  Jie Zhang  <jie@codesourcery.com>
2416
2417         * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
2418         fcmpd to fcmps.
2419
2420 2010-09-15  Ian Lance Taylor  <iant@google.com>
2421
2422         * config/i386/i386.md (truncxf<mode>2): Fix indentation.
2423
2424 2010-09-15  Ian Lance Taylor  <iant@google.com>
2425
2426         * function.c (get_arg_pointer_save_area): Set
2427         arg_pointer_save_area_init to true.
2428
2429 2010-09-15  Martin Jambor  <mjambor@suse.cz>
2430
2431         * tree-sra.c (generate_subtree_copies): Updated comment.
2432         (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
2433         obtained from the statement iterator instead.
2434         (load_assign_lhs_subreplacements): Removed parameters lhs and
2435         right_offset, which is obtained from top_racc instead.  Parameter lacc
2436         is now expected to be the root of the processed tree rather than root's
2437         first child.  Updated all callers.
2438
2439 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
2440
2441         * config/pdp11/pdp11.c (register_move_cost): Rename to
2442         pdp11_register_move_cost.
2443         * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
2444         pdp11_register_move_cost.
2445         * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
2446         pdp11_register_move_cost instead of register_move_cost.
2447
2448 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2449
2450         * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
2451         pattern for vmovn. Expansion in case of non
2452         -mvectorize-with-neon-quad.
2453         (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
2454         non- -mvectorize-with-neon-quad case.
2455         (move_lo_quad_<mode>): New expansion to vmov into low part.
2456         (move_hi_quad_<mode>): New expansion to vmov into high part.
2457         (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
2458         (move_lo_quad_v4sf): Likewise.
2459         (move_lo_quad_v8hi): Likewise.
2460         (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
2461         low part.
2462         (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
2463         high part.
2464         * config/arm/iterators.md (ANY128): New mode iterator.
2465         (V_narrow_pack): New mode attribute.
2466         (V_HALF): Add attribute.
2467         (V_DOUBLE): Add attribute.
2468         (V_mode_nunits): Add attribute.
2469
2470 2010-09-15  Eric Botcazou  <ebotcazou@adacore.com>
2471
2472         * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
2473         is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
2474
2475 2010-09-15  Olivier Hainque  <hainque@adacore.com>
2476             Jose Ruiz  <ruiz@adacore.com>
2477
2478         * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
2479         * config/alpha/osf5-unwind.h: New file.
2480
2481 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2482
2483         PR bootstrap/45672
2484         * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
2485         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
2486         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
2487
2488 2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2489
2490         * c-lang.h (struct lang_type): Add variable_size GTY option.
2491
2492 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2493
2494         PR bootstrap/45672
2495         * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
2496
2497 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2498
2499         * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
2500         result isn't used in memory address.
2501
2502 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2503
2504         * defaults.h (UNITS_PER_SIMD_WORD): Removed.
2505         * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
2506         * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
2507         * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
2508         * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
2509         * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
2510
2511         * target.def: Add units_per_simd_word to vectorize.
2512
2513         * targhooks.c (default_units_per_simd_word): New.
2514         * targhooks.h (default_units_per_simd_word): Likewise.
2515         * config/arm/arm.c (arm_units_per_simd_word): Likewise.
2516         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
2517         * config/mips/mips.c (mips_units_per_simd_word): Likewise.
2518         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
2519         * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
2520         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
2521         * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
2522         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
2523
2524         * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
2525         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
2526
2527         * tree-vect-stmts.c: Don't include "tm_p.h".
2528         (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
2529         with targetm.vectorize.units_per_simd_word.
2530
2531         * system.h (UNITS_PER_SIMD_WORD): Poisoned.
2532
2533         * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
2534
2535         * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
2536         (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
2537
2538         * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD.  Add
2539         TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
2540
2541         * doc/tm.texi: Regenerated.
2542
2543 2010-09-14  H.J. Lu  <hongjiu.lu@intel.com>
2544
2545         * tree-vect-stmts.c: Include "tm_p.h".
2546
2547         * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
2548         out of RTX_CODE.
2549
2550 2010-09-14  Martin Jambor  <mjambor@suse.cz>
2551
2552         * tree-sra.c (build_ref_for_offset): Loc made a parameter.  Set the
2553         location of generated statement.  Changed all callers.
2554         (build_ref_for_model): New parameter loc which used to set location of
2555         all generated expressions.  Changed all callers.
2556         (generate_subtree_copies): Likewise.
2557         (init_subtree_with_zero): Likewise.
2558         (sra_modify_expr): Set locations of all generated statements and
2559         expressions to the location the original statement.
2560         (handle_unscalarized_data_in_subtree): Likewise.
2561         (load_assign_lhs_subreplacements): Likewise.
2562         (sra_modify_constructor_assign): Likewise.
2563         (sra_modify_assign): Likewise.
2564
2565 2010-09-14  Eric Botcazou  <ebotcazou@adacore.com>
2566
2567         PR target/45277
2568         PR target/45363
2569         PR target/45407
2570         * doc/install.texi (sparc*-*-*): New section.
2571         (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
2572
2573 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
2574
2575         PR middle-end/45567
2576         * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
2577         expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
2578         (expand_builtin): Adjust caller.
2579         (expand_builtin_unop): Only use subtarget if it has the right mode.
2580
2581 2010-09-14  Tristan Gingold  <gingold@adacore.com>
2582
2583         * configure.ac (plugins): Fix typos.
2584         * configure: Regenerate.
2585
2586 2010-09-14  Jakub Jelinek  <jakub@redhat.com>
2587
2588         PR debug/45660
2589         * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
2590         gen_type_die for function/method return type.
2591
2592 2010-09-14  Ira Rosen  <irar@il.ibm.com>
2593
2594         PR tree-optimization/45470
2595         * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
2596         can throw an exception.
2597         * tree-vect-stmts.c (vectorizable_call): Likewise.
2598
2599 2010-09-14  DJ Delorie  <dj@redhat.com>
2600
2601         PR target/44749
2602         * config/mep/mep-protos.h (mep_save_register_info,
2603         mep_reinit_regs, mep_init_regs): Declare.
2604
2605         * config/mep/mep.c: Move all target definitions to the end of the
2606         file to avoid the need for duplicate declarations.
2607         (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
2608         (mep_reorg_erepeat): Remove unused variables.
2609         (mep_expand_builtin): Likewise.
2610
2611         * config/mep/mep-pragma.c: Don't include rtl.h.
2612         (INVALID_REGNUM): New.
2613         (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
2614         functions.
2615         (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
2616         Avoid enum/integer math.
2617
2618 2010-09-13  Joseph Myers  <joseph@codesourcery.com>
2619
2620         PR target/44749
2621         * config/mep/t-mep (GTM_H): Add insn-constants.h.
2622         * config/mep/mep.c (mep_conditional_register_usage): Take no
2623         parameters.
2624         * config/mep/mep-protos.h (mep_conditional_register_usage): Update
2625         prototype.
2626         * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
2627         call to mep_conditional_register_usage.
2628
2629 2010-09-13  Eric Botcazou  <ebotcazou@adacore.com>
2630
2631         PR debug/43937
2632         * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
2633         the DECL as well.
2634
2635 2010-09-13  Jakub Jelinek  <jakub@redhat.com>
2636
2637         PR rtl-optimization/45617
2638         * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
2639         even if low N bits of X aren't known to be zero.
2640
2641 2010-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2642
2643         * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
2644
2645         * config/i386/i386.c (initial_ix86_tune_features): Add
2646         X86_TUNE_VECTORIZE_DOUBLE.
2647         (ix86_units_per_simd_word): New.
2648
2649         * config/i386/i386.h (ix86_tune_indices): Add
2650         X86_TUNE_VECTORIZE_DOUBLE.
2651         (TARGET_VECTORIZE_DOUBLE): New.
2652         (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
2653
2654 2010-09-13  Pat Haugen  <pthaugen@us.ibm.com>
2655
2656         * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
2657         (new_temp_expr_table): Allocate call_cnt vector.
2658         (free_temp_expr_table): Free it.
2659         (process_replaceable): Add call_cnt parm and set in vector.
2660         (find_replaceable_in_bb): Skip replacement if def/use span a call.
2661         (debug_ter): Dump call_cnt value, remove stderr uses.
2662
2663 2010-09-13  Jan Hubicka  <jh@suse.cz>
2664
2665         * tree.c (build_zero_cst): New.
2666         * tree.h (build_zero_cst): Declare.
2667         * tree-ssa-ccp.c (get_constant_value): Accept general operands.
2668         (get_base_constructor): Break out from ...
2669         (fold_const_aggregate_ref): Here; handle empty constructors.
2670
2671 2010-09-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2672
2673         * config/arm/arm.md: (define_attr "conds"): Update comment.
2674         * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
2675         conds attribute to clob.
2676         (arm_sync_compare_and_swapsi): Likewise.
2677         (arm_sync_compare_and_swap<mode>): Likewise.
2678         (arm_sync_lock_test_and_setsi): Likewise.
2679         (arm_sync_lock_test_and_set<mode>): Likewise.
2680         (arm_sync_new_<sync_optab>si): Likewise.
2681         (arm_sync_new_nandsi): Likewise.
2682         (arm_sync_new_<sync_optab><mode>): Likewise.
2683         (arm_sync_new_nand<mode>): Likewise.
2684         (arm_sync_old_<sync_optab>si): Likewise.
2685         (arm_sync_old_nandsi): Likewise.
2686         (arm_sync_old_<sync_optab><mode>): Likewise.
2687         (arm_sync_old_nand<mode>): Likewise.
2688
2689 2010-09-13  Olivier Hainque  <hainque@adacore.com>
2690
2691         * fwprop.c (forward_propagate_and_simplify): Only attach a
2692         REG_EQUAL note to an insn if the destination is a register.
2693         * gcse.c (try_replace_reg): Likewise.
2694
2695 2010-09-13  Richard Guenther  <rguenther@suse.de>
2696
2697         PR tree-optimization/45611
2698         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
2699         (copy_ref_info): Likewise.
2700
2701 2010-09-13  Alexandre Oliva  <aoliva@redhat.com>
2702
2703         PR debug/45604
2704         PR debug/45419
2705         PR debug/45408
2706         * tree-pretty-print.c (dump_generic_node): Disregard top-level
2707         types of MEM_REF pointer types to the same type.
2708
2709 2010-09-13  Hans-Peter Nilsson  <hp@axis.com>
2710
2711         PR rtl-optimization/41087
2712         * ifcvt.c (noce_get_condition): Don't allow conditions with
2713         side-effects.
2714
2715 2010-09-12  Anatoly Sokolov  <aesok@post.ru>
2716
2717         * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
2718         * config/frv/frv-protos.h (frv_register_move_cost): Remove.
2719         * config/frv/frv.c (frv_register_move_cost): Make static. Change
2720         arguments type to reg_class_t. Add mode argument.
2721         (frv_memory_move_cost): New.
2722         (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
2723
2724 2010-09-12  Bernd Schmidt  <bernds@codesourcery.com>
2725
2726         * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
2727         arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
2728
2729 2010-09-10  Jan Hubicka  <jh@suse.cz>
2730
2731         * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
2732
2733 2010-09-10  Richard Guenther  <rguenther@suse.de>
2734
2735         * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
2736         * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
2737         * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
2738         not stream TYPE_DEBUG_REPRESENTATION_TYPE.
2739         * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
2740
2741 2010-09-10  Richard Guenther  <rguenther@suse.de>
2742
2743         * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
2744         for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
2745         * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
2746         using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
2747
2748 2010-09-10  H.J. Lu  <hongjiu.lu@intel.com>
2749
2750         PR middle-end/45634
2751         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
2752         of string folding is of integral type.
2753
2754 2010-09-10  Ryan Mansfield  <rmansfield@qnx.com>
2755
2756         * doc/invoke.texi (-x): Fix typo.
2757
2758 2010-09-10  Richard Guenther  <rguenther@suse.de>
2759
2760         PR debug/44115
2761         * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
2762         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
2763         Output DECL_DEBUG_EXPR.
2764         * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
2765         Input DECL_DEBUG_EXPR.
2766
2767 2010-09-10  Richard Guenther  <rguenther@suse.de>
2768
2769         * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
2770         (build_index_type): Implement in terms of build_range_type.
2771         (build_range_type): Do not allow NULL_TREE type, improve
2772         hashing to cover more cases.  Set TYPE_STRUCTURAL_EQUALITY_P
2773         if we didn't hash.
2774         * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
2775         create a distinct copy of the type.
2776
2777 2010-09-10  Kai Tietz  <kai.tietz@onevision.com>
2778
2779         * configure: Regenerated.
2780         * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
2781
2782 2010-09-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2783
2784         * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
2785         * config/arm/cortex-a9-neon.md: New and partially generated.
2786         * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
2787
2788 2010-09-10  Richard Guenther  <rguenther@suse.de>
2789
2790         * tree.h (build_index_2_type): Remove.
2791         * tree.c (build_index_2_type): Remove.
2792
2793 2010-09-10  Jakub Jelinek  <jakub@redhat.com>
2794
2795         PR bootstrap/45630
2796         * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
2797         HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
2798         (implicit_ptr_descriptor): Return NULL if dwarf_strict.
2799
2800 2010-09-10  Martin Jambor  <mjambor@suse.cz>
2801
2802         PR tree-optimization/44972
2803         * tree-sra.c: Include toplev.h.
2804         (build_ref_for_offset): Entirely reimplemented.
2805         (build_ref_for_model): New function.
2806         (build_user_friendly_ref_for_offset): New function.
2807         (analyze_access_subtree): Removed build_ref_for_offset check.
2808         (propagate_subaccesses_across_link): Likewise.
2809         (create_artificial_child_access): Use
2810         build_user_friendly_ref_for_offset.
2811         (propagate_subaccesses_across_link): Likewise.
2812         (ref_expr_for_all_replacements_p): Removed.
2813         (generate_subtree_copies): Updated comment.  Use build_ref_for_model.
2814         (sra_modify_expr): Use build_ref_for_model.
2815         (load_assign_lhs_subreplacements): Likewise.
2816         (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
2817         checks for return values of build_ref_for_offset.
2818         * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
2819         build_ref_for_offset.
2820         * ipa-prop.h: Include gimple.h
2821         * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
2822         (ipa_analyze_indirect_call_uses): Update comment.
2823         * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
2824         (IPA_PROP_H): Likewise.
2825
2826 2010-09-10  Martin Jambor  <mjambor@suse.cz>
2827
2828         PR tree-optimization/44972
2829         * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
2830         calling build_ref_for_offset.
2831
2832 2010-09-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2833
2834         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
2835         * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
2836         * config/arm/arm-tune.md: Regenerate.
2837         * doc/invoke.texi (ARM Options): Document it.
2838
2839 2010-09-09  Reza Yazdani  <reza.yazdani@amd.com>
2840
2841         * config/i386/i386.c: Include sched-int.h.
2842         (TARGET_SCHED_DISPATCH): Defined.
2843         (TARGET_SCHED_DISPATCH_DO): Defined.
2844         (DISPATCH_WINDOW_SIZE): Defined.
2845         (MAX_DISPATCH_WINDOWS): Defined.
2846         (MAX_INSN): Defined.
2847         (MAX_IMM): Defined.
2848         (MAX_IMM_SIZE): Defined.
2849         (MAX_IMM_32): Defined.
2850         (MAX_IMM_64): Defined.
2851         (MAX_LOAD): Defined.
2852         (MAX_STORE): Defined.
2853         (BIG): Defined.
2854         (dispatch_group): New.
2855         (num_allowable_groups): New.
2856         (group_name): New.
2857         (sched_insn_info_s): New.
2858         (dispatch_windows_s): New.
2859         (imm_info_s): New.
2860         (dispatch_window_list): New.
2861         (dispatch_window_list1): New.
2862         (get_mem_group): New.
2863         (is_cmp): New.
2864         (dispatch_violation): New.
2865         (is_branch): New.
2866         (is_prefetch): New.
2867         (init_window): New.
2868         (allocate_window): New.
2869         (init_dispatch_sched): New.
2870         (is_end_basic_block): New.
2871         (process_end_window): New.
2872         (allocate_next_window): New.
2873         (find_constant_1): New.
2874         (find_constant): New.
2875         (get_num_immediates): New.
2876         (has_immediate): New.
2877         (get_insn_path): New.
2878         (get_insn_group): New.
2879         (count_num_restricted): New.
2880         (fits_dispatch_window): New.
2881         (add_insn_window): New.
2882         (add_to_dispatch_window): New.
2883         (debug_dispatch_window_file): New.
2884         (debug_dispatch_window): New.
2885         (debug_insn_dispatch_info_file): New.
2886         (debug_ready_dispatch): New.
2887         (do_dispatch): New.
2888         (has_dispatch): New.
2889         * config/i386/i386.h (debug_ready_dispatch): Declared.
2890         (debug_dispatch_window): Declared.
2891         * config/i386/i386.opt (mdispatch-scheduler): New flag.
2892         * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
2893         (TARGET_SCHED_DISPATCH_DO): New.
2894         * doc/tm.texi: Regererated.
2895         * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
2896         ready_remove_first_dispatch
2897         (schedule_block): Call targetm.sched.dispatch and
2898         targetm.sched.dispatch_do.
2899         (sched_init): Call targetm.sched.dispatch and
2900         targetm.sched.dispatch_do.
2901         (ready_remove_first_dispatch): New.
2902         (number_in_ready): New.
2903         (get_ready_element): New.
2904         * hooks.c (hook_bool_rtx_int_false): New.
2905         (hook_void_rtx_int): New.
2906         * hooks.h (hook_bool_rtx_int_false): Declared.
2907         (hook_void_rtx_int): Declared.
2908         * sched-int.h (IS_DISPATCH_ON): Defined.
2909         (IS_CMP): Defined.
2910         (DISPATCH_VIOLATION): Defined.
2911         (FITS_DISPATCH_WINDOW): Defined.
2912         (DISPATCH_INIT): Defined.
2913         (ADD_TO_DISPATCH_WINDOW): Defined.
2914         (get_ready_element): Declared.
2915         (number_in_ready): Declared.
2916         * target.def (dispatch): Defined.
2917         (dispatch_do): Defined.
2918
2919 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2920
2921         PR middle-end/45312
2922         * reload1.c (merge_assigned_reloads): Remove.
2923         (reload_as_needed): Don't call it.
2924
2925 2010-09-09  Anatoly Sokolov  <aesok@post.ru>
2926
2927         * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
2928         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
2929         * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
2930
2931 2010-09-09  Matthias Klose  <doko@ubuntu.com>
2932
2933         PR bootstrap/43847
2934         * configure.ac (--enable-plugin): Enhance for cross builds.
2935         * configure: Regenerate.
2936
2937 2010-09-09  Jan Hubicka  <jh@suse.cz>
2938
2939         PR tree-optimization/45598
2940         * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
2941         string folding is of integral type.
2942
2943 2010-09-09  Nathan Sidwell  <nathan@codesourcery.com>
2944
2945         * configure.ac (gnu_indirect_function): New test.
2946         * configure: Rebuilt.
2947         * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
2948         * defaults.h (IFUNC_ASM_TYPE): Provide default.
2949
2950         * doc/extend.texi (Function Attributes): Document ifunc.
2951         * varasm.c (do_assemble_alias): Deal with ifuncs too.
2952
2953 2010-09-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
2954
2955         * config/picochip/picochip.c (picochip_reorg): Check for note_p for
2956         epilogue instruction move.
2957
2958 2010-09-09  Jan Hubicka  <jh@suse.cz>
2959
2960         * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
2961         command line to allow more partitions than input files.
2962
2963 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2964
2965         PR middle-end/44554
2966         * ira.c (ira): Switch off sharing spill slots if setjmp is called.
2967
2968 2010-09-09  Vladimir Makarov  <vmakarov@redhat.com>
2969
2970         PR middle-end/40386
2971         * ira.c (pseudo_for_reload_consideration_p): Don't use
2972         flag_ira_share_spill_slots.
2973
2974 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2975
2976         * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
2977         point zero operands that fit into a single GPR.
2978         (s390_preferred_reload_class): Ensure we only return general-purpose
2979         register classes.
2980         * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
2981         floating-point zero operands into GPRs.
2982         ("*mov<mode>_64"): Likewise.
2983         ("mov<mode>"): Likewise using lhi.
2984
2985 2010-09-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2986
2987         * config/s390/s390.c (s390_symref_operand_p): Return false for
2988         literal pool references.
2989         (s390_check_qrst_address): Update caller.
2990
2991 2010-09-09  Uros Bizjak  <ubizjak@gmail.com>
2992
2993         * config/i386/predicates.md (ext_register_operand): Check that
2994         SUBREG_REG is really a register before looking for REGNO.
2995         (reg_not_xmm0_operand): Handle SUBREGs correctly.
2996         (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
2997
2998 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
2999
3000         * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
3001         * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
3002         * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
3003         * print-rtl.c (print_rtx): Likewise.
3004         * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
3005         * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
3006         for ADDR_EXPR with non-addressable object.
3007         * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
3008         (struct dw_val_struct): Add v.val_decl_ref.
3009         (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
3010         Handle DW_OP_GNU_implicit_pointer.
3011         (size_of_loc_descr): Likewise.  Fix up DW_OP_call_ref size.
3012         (get_ref_die_offset_label): New function.
3013         (implicit_ptr_descriptor): New function.
3014         (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
3015         (loc_descriptor): Likewise.
3016         (gen_variable_die): Put even definitions into decl_die_table.
3017         (resolve_addr_in_expr): Resolve still unresolved
3018         DW_OP_GNU_implicit_pointer operands, if it can't be resolved
3019         return false.
3020         (dwarf2out_finish): Call output_location_lists after outputting
3021         .debug_info and .debug_abbrev instead of before.
3022
3023 2010-09-09  Roland McGrath  <roland@redhat.com>
3024
3025         * dwarf2out.c (DWARF_REF_SIZE): Define.
3026         (size_of_loc_descr): Use it for DW_OP_call_ref.
3027
3028 2010-09-09  Alan Modra  <amodra@gmail.com>
3029
3030         * doc/invoke.text: Reinstate mcmodel=medium.
3031         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
3032         CMODEL_MEDIUM as default.
3033         * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
3034         * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
3035         (toc_relative_ok, offsettable_ok_by_alignment): New functions.
3036         (rs6000_emit_move): Reinstate mcmodel=medium optimization.
3037
3038 2010-09-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3039
3040         PR target/45250
3041         * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
3042         hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
3043         (builtin_longjmp): Likewise.
3044         (allocate_stack): Use hard_frame_pointer_rtx instead of
3045         frame_pointer_rtx.
3046         * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
3047         * config/pa/pa.c (pa_internal_arg_pointer): Declare.
3048         (pa_can_eliminate): Likewise.
3049         (TARGET_INTERNAL_ARG_POINTER): Define.
3050         (TARGET_CAN_ELIMINATE): Define.
3051         (hppa_expand_prologue): Use hard frame pointer instead of soft frame
3052         pointer.
3053         (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
3054         (pa_internal_arg_pointer, pa_can_eliminate,
3055         pa_initial_elimination_offset): New.
3056         * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
3057         (HARD_FRAME_POINTER_REGNUM): Set to register three.
3058         (INITIAL_FRAME_POINTER_OFFSET): Delete.
3059         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
3060         Define.
3061         (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
3062         REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
3063         * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
3064         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
3065         REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
3066         new soft frame pointer.
3067         * config/pa/pa64-regs.h: Likewise.
3068
3069 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
3070
3071         * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
3072         numerical constant.
3073         (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
3074
3075 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
3076
3077         PR debug/45531
3078         * cfglayout.c (fixup_reorder_chain): Skip debug insns.
3079
3080 2010-09-08  Alexandre Oliva  <aoliva@redhat.com>
3081
3082         PR debug/45419
3083         PR debug/45408
3084         * tree-pretty-print.c (dump_generic_node): Disregard top-level
3085         qualifiers in otherwise equal MEM_REF pointer types.
3086         * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
3087         * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
3088
3089 2010-09-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3090
3091         PR target/44392
3092         * config/arm/arm.md (bswapsi2): Handle condition correctly
3093         for armv6 and optimize_size.
3094
3095 2010-09-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3096
3097         PR other/18555
3098         * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
3099
3100 2010-09-08  Uros Bizjak  <ubizjak@gmail.com>
3101
3102         * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
3103         symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
3104         ix86_expand_strlen, legitimate_pic_address_disp_p,
3105         ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
3106         ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
3107         ix86_check_movabs, ix86_secondary_memory_needed): Change function
3108         prototype to bool.
3109         * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
3110         return_in_memory_ms_64, ix86_check_movabs,
3111         symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
3112         legitimate_pic_address_disp_p, ix86_binary_operator_ok,
3113         ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
3114         ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
3115         ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
3116         ix86_secondary_memory_needed): Change to bool.  Return
3117         "true" and "false" values.
3118         * config/i386/i386.md: Return "true" and "false" values.
3119
3120 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3121
3122         * doc/sourcebuild.texi (Effective-Target Keywords): Document
3123         run_expensive_tests.
3124
3125 2010-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3126
3127         * toplev.c (output_stack_usage): Use lbasename instead of basename.
3128
3129 2010-09-08  Martin Jambor  <mjambor@suse.cz>
3130
3131         PR other/45443
3132         * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
3133         at -O3.
3134
3135 2010-09-08  Richard Guenther  <rguenther@suse.de>
3136
3137         * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
3138         (visit): Adjust.
3139         (iterative_hash_gimple_type): Likewise.
3140         (gimple_type_hash): Likewise.
3141         (gimple_register_type): Likewise.
3142         (print_gimple_types_stats): Likewise.
3143         (free_gimple_type_tables): Likewise.
3144
3145 2010-09-08  Michael Matz  <matz@suse.de>
3146
3147         PR tree-optimization/43430
3148         * tree-vect-stmts.c (vectorizable_condition): Support multiple
3149         copies for conditional statements if it's not part of a reduction.
3150
3151 2010-09-08  Michael Matz  <matz@suse.de>
3152
3153         PR tree-optimization/33244
3154         * tree-ssa-sink.c (statement_sink_location): Don't sink into
3155         empty loop latches.
3156
3157 2010-09-08  Richard Guenther  <rguenther@suse.de>
3158
3159         PR tree-optimization/45578
3160         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
3161         Be more careful when transfering alignment information to
3162         the new induction variable.
3163         (copy_ref_info): Likewise.
3164
3165 2010-09-08  Richard Guenther  <rguenther@suse.de>
3166
3167         * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
3168         * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
3169
3170 2010-09-08  Arnaud Charlet  <charlet@adacore.com>
3171
3172         * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
3173         * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
3174
3175 2010-09-08  Kenneth Zadeck  <zadeck@naturalbridge.com>
3176
3177         PR doc/45587
3178         * doc/md.texi: Fixed modes on several standard pattern names.
3179
3180 2010-09-08  Mingjie Xing  <mingjie.xing@gmail.com>
3181
3182         * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
3183         (ashl<mode>3): ...this.
3184         (loongson_psra<V_suffix>): Rename to...
3185         (ashr<mode>3): ...this.
3186         (loongson_psrl<V_suffix>): Rename to...
3187         (lshr<mode>3): ...this.
3188         * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
3189         (CODE_FOR_loongson_psllw): Define.
3190         (CODE_FOR_loongson_psrlh): Define.
3191         (CODE_FOR_loongson_psrlw): Define.
3192         (CODE_FOR_loongson_psrah): Define.
3193         (CODE_FOR_loongson_psraw): Define.
3194
3195 2010-09-07  Richard Henderson  <rth@redhat.com>
3196
3197         * tree-vect-data-refs.c: Include tm_p.h.
3198         * Makefile.in (tree-vect-data-refs.o): Update deps.
3199         * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
3200         Move delarations outside #ifdef RTX_CODE.
3201
3202 2010-09-07  Richard Henderson  <rth@redhat.com>
3203
3204         * final.c (rest_of_handle_final): Unconditionally do
3205         output_function_exception_table before assemble_end_function.
3206
3207 2010-09-07  Jan Hubicka  <jh@suse.cz>
3208
3209         * tree-inline.c (tree_inlinable_function_p): Do not test
3210         DECL_REPLACEABLE_P.
3211         * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
3212         update_callee_keys, cgraph_decide_inlining): Test function availability.
3213         * cif-code.def (OVERWRITABLE): New code.
3214
3215 2010-09-07  H.J. Lu  <hjl.tools@gmail.com>
3216             Jack Howarth  <howarth@bromo.med.uc.edu>
3217
3218         PR target/36502
3219         PR target/42313
3220         PR target/44651
3221         * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
3222         profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
3223         (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
3224         MAX macro.
3225
3226 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
3227
3228         * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
3229         Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
3230
3231 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
3232
3233         * config.gcc: Don't append t-android for Android targets.
3234
3235         * config/t-android: Removed.
3236
3237 2010-09-07  Richard Henderson  <rth@redhat.com>
3238
3239         * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
3240         * doc/tm.texi.in: Add doc marker.
3241         * doc/tm.texi: Rebuild.
3242         * except.c (switch_to_exception_section): Always build.
3243         (output_one_function_exception_table): Move section switch,
3244         personality output, and label output ...
3245         (output_function_exception_table): ... here.  Use the new
3246         personality hook.
3247
3248         * config/ia64/ia64.c (ia64_asm_emit_except_personality,
3249         ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
3250         TARGET_ASM_INIT_SECTIONS): New.
3251         (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
3252         make static.
3253         (TARGET_ASM_UNWIND_EMIT): Update to match.
3254         * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
3255
3256         * config/arm/arm.c (arm_asm_emit_except_personality): New.
3257         (arm_asm_init_sections): New.
3258         (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
3259
3260 2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3261
3262         * config/arm/arm.md: Remove unused variable.
3263
3264 2010-09-07  Anatoly Sokolov  <aesok@post.ru>
3265
3266         * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
3267         * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
3268         (m32r_memory_move_cost): New function.
3269
3270 2010-09-07  H.J. Lu  <hongjiu.lu@intel.com>
3271
3272         * config.gcc: Append t-android for Android targets.
3273
3274         * config/t-android: New.
3275
3276 2010-09-07  Richard Henderson  <rth@redhat.com>
3277
3278         * target.def (unwind_emit_before_insn): New hook.
3279         * doc/tm.texi.in: Add @hook marker for it.
3280         * doc/tm.texi: Rebuild.
3281         * final.c (final_scan_insn): Respect unwind_emit_before_insn.
3282
3283 2010-09-07  Martin Jambor  <mjambor@suse.cz>
3284
3285         PR fortran/43665
3286         * ipa-cp.c (ipcp_versionable_function_p): Return false if there
3287         are any type attributes.
3288
3289 2010-09-07  Jan Hubicka  <jh@suse.cz>
3290
3291         * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
3292         array_ref_low_bound in string access folding.
3293
3294 2010-09-07  Uros Bizjak  <ubizjak@gmail.com>
3295
3296         PR target/45206
3297         * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
3298         eh_return fixup sequence.
3299
3300 2010-09-07  Jan Hubicka  <jh@suse.cz>
3301
3302         * gimple-fold.c (maybe_fold_reference): Verify that operand is
3303         gimple_min_invariant.
3304
3305 2010-09-07  Richard Guenther  <rguenther@suse.de>
3306
3307         PR middle-end/45569
3308         * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
3309         nor CONSTRUCTOR can trap.
3310         * tree-complex.c (update_complex_assignment): Update EH info.
3311
3312 2010-09-07  Richard Guenther  <rguenther@suse.de>
3313
3314         PR middle-end/45569
3315         * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
3316         * passes.c (execute_function_todo): Do not verify anything if
3317         we saw errors.
3318
3319 2010-09-07  Richard Guenther  <rguenther@suse.de>
3320
3321         * tree-pretty-print.c (dump_generic_node): Dump void types as void.
3322
3323 2010-09-07  Bernd Schmidt  <bernds@codesourcery.com>
3324
3325         PR target/43137
3326         * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
3327         New define_mode_attrs.
3328         * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
3329         arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
3330         (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
3331         (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
3332         Remove pool_range attribute.
3333         (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
3334         arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
3335         pool_range and neg_pool_range attributes.
3336         * config/arm/thumb2.md (thumb2_zero_extendsidi2,
3337         thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
3338         thumb2_extendhidi2, thumb2_extendqidi2): Delete.
3339
3340 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3341
3342         * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
3343         check glibc.
3344
3345 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
3346
3347         PR target/22152
3348         * config/i386/mmx.md (*mov<mode>_internal_rex64,
3349         *mov<mode>_internal_avx, *mov<mode>_internal,
3350         *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
3351         *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
3352
3353 2010-09-06  Mark Mitchell  <mark@codesourcery.com>
3354
3355         * c-typeck.c (do_warn_double_promotion): Remove.
3356         * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
3357         Objective-C++ too.
3358
3359 2010-09-06  Anatoly Sokolov  <aesok@post.ru>
3360
3361         * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
3362         * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
3363         * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
3364         argument type to reg_class_t. Change result type to bool.
3365         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3366
3367 2010-09-06  Nicola Pero  <nicola.pero@meta-innovation.com>
3368
3369         PR libobjc/19850
3370         * gthr-posix.h (__gthread_objc_thread_detach): Use
3371         _objc_thread_attribs when detaching a thread.
3372         * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
3373
3374 2010-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3375
3376         PR target/45524
3377         * configure.ac (enable_decimal_float): Set to $default_decimal_float.
3378         * configure: Regenerated.
3379
3380 2010-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3381
3382         * combine.c (try_combine): Set subst_low_luid to i0.
3383
3384 2010-09-06  Richard Guenther  <rguenther@suse.de>
3385
3386         * tree.def (MISALIGNED_INDIRECT_REF): Remove.
3387         * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
3388         (build_aligned_type): Declare.
3389         * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
3390         (check_aligned_type): New function.
3391         (build_aligned_type): Likewise.
3392         * expr.c (expand_assignment): Handle misaligned stores via
3393         TARGET_MEM_REF and MEM_REF using movmisalign_optab.
3394         (expand_expr_real_1): Likewise.
3395         (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
3396         * tree-vect-stmts.c (vectorizable_store): Do not build
3397         MISALIGNED_INDIRECT_REF but initialize alignment information.
3398         (vectorizable_load): Likewise.
3399         * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
3400         handling.
3401         * cfgexpand.c (expand_debug_expr): Likewise.
3402         * dwarf2out.c (loc_list_from_tree): Likewise.
3403         * fold-const.c (maybe_lvalue_p): Likewise.
3404         (operand_equal_p): Likewise.
3405         (build_fold_addr_expr_with_type_loc): Likewise.
3406         * gimplify.c (gimplify_addr_expr): Likewise.
3407         (gimplify_expr): Likewise.
3408         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
3409         (verify_gimple_assign_single): Likewise.
3410         * tree-dump.c (dequeue_and_dump): Likewise.
3411         (tree_could_trap_p): Likewise.
3412         * tree-predcom.c (ref_at_iteration): Likewise.
3413         * tree-pretty-print.c (dump_generic_node): Likewise.
3414         (op_code_prio): Likewise.
3415         (op_symbol_code): Likewise.
3416         * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
3417         * tree-ssa-loop-im.c (for_each_index): Likewise.
3418         (gen_lsm_tmp_name): Likewise.
3419         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
3420         (find_interesting_uses_address): Likewise.
3421         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
3422         * tree-ssa-operands.c (get_expr_operands): Likewise.
3423         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
3424         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
3425         (ao_ref_init_from_vn_reference): Likewise.
3426         * tree.c (staticp): Likewise.
3427         (build1_stat): Likewise.
3428         (reference_alias_ptr_type): Likewise.
3429         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
3430         * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
3431         MISALIGNED_INDIRECT_REF handling.
3432
3433 2010-09-06  Richard Guenther  <rguenther@suse.de>
3434
3435         PR tree-optimization/45534
3436         * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
3437         (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
3438         on the target.
3439         (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
3440         valid on the target.
3441
3442 2010-09-06  Andreas Schwab  <schwab@redhat.com>
3443
3444         * configure.ac: Quote argument of AC_MSG_WARN.
3445         * configure: Regenerate.
3446
3447 2010-09-06  Alexander Monakov  <amonakov@ispras.ru>
3448
3449         * sel-sched.c (move_cond_jump): Correct arguments to
3450         maybe_tidy_empty_bb.
3451         * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
3452
3453 2010-09-06  Andrey Belevantsev  <abel@ispras.ru>
3454
3455         PR rtl-optimization/44919
3456         * sel-sched.c (move_cond_jump): Remove assert, check that
3457         the several blocks case can only happen with mutually exclusive
3458         insns instead.  Rewrite the movement code to support moving through
3459         several basic blocks.
3460
3461 2010-09-06  Uros Bizjak  <ubizjak@gmail.com>
3462
3463         * config/i386/i386.md (iptrsize): New mode attribute.
3464         (tp_seg): Ditto.
3465         (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
3466         mode iterator.
3467         (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
3468         (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
3469         (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
3470         (stack_tls_protect_set_<mode>): Ditto from
3471         stack_tls_protect_set_{si,di}.  Use %@ to output segment register
3472         of thread base pointer load.
3473         (stack_tls_protect_test_<mode>): Ditto from
3474         stack_tls_protect_test_{si,di}.  Use %@ to output segment register
3475         of thread base pointer load.
3476         (stack_protect_set): Rewrite using indirect functions.
3477         (stack_protect_test): Ditto.
3478         * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
3479         (ix86_print_operand): Handle '@'.
3480
3481 2010-09-05  Giuseppe Scrivano  <gscrivano@gnu.org>
3482
3483         * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
3484         MINUS_EXPR.
3485
3486 2010-09-05  Mark Mitchell  <mark@codesourcery.com>
3487
3488         * doc/invoke.texi: Document -Wdouble-promotion.
3489         * c-typeck.c (convert_arguments): Check for implicit conversions
3490         from float to double.
3491         (do_warn_double_promotion): New function.
3492         (build_conditional_expr): Use it.
3493         (build_binary_op): Likewise.
3494
3495 2010-09-05  Richard Guenther  <rguenther@suse.de>
3496
3497         PR tree-optimization/45535
3498         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
3499         handle TMR_INDEX2.  Make sure TMR_INDEX is not NULL before
3500         dereferencing it.
3501         (indirect_refs_may_alias_p): Likewise.
3502
3503 2010-09-05  Naveen H.S  <naveen.S@kpitcummins.com>
3504
3505         * config/sh/sh.c (sh_option_override): Make static.
3506         Adjust comments.  Declare.
3507         (sh_function_value_regno_p): Likewise.
3508         (sh_register_move_cost): Modify the arguments, make static.
3509         Adjust comments.  Declare.
3510         (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
3511         TARGET_FUNCTION_VALUE_REGNO_P): Define.
3512         * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
3513         REGISTER_MOVE_COST): Delete.
3514         * config/sh/sh-protos.h (sh_override_options): Delete.
3515         (sh_register_move_cost): Delete.
3516         (sh_function_value_regno_p): Delete.
3517
3518 2010-09-04  Anatoly Sokolov  <aesok@post.ru>
3519
3520         * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
3521         m32r_function_value_regno_p): New functions.
3522         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
3523         TARGET_FUNCTION_VALUE_REGNO_P): Declare.
3524         * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
3525         FUNCTION_VALUE_REGNO_P): Remove.
3526
3527 2010-09-04  Jan Hubicka  <jh@suse.cz>
3528
3529         * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
3530         * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
3531         fold_read_from_constant_string.
3532
3533         * gimple.h (canonicalize_constructor_val): Declare.
3534         * gimple-fold.c (canonicalize_constructor_val): New function.
3535         (get_symbol_constant_value):Use it.
3536         * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
3537
3538 2010-09-04  Jan Hubicka  <jh@suse.cz>
3539
3540         * tree-switch-conversion.c (build_one_array): Set constructor to be
3541         static.
3542         * varpool.c (varpool_finalize_decl): Compute const_value_known.
3543
3544 2010-09-04  Richard Guenther  <rguenther@suse.de>
3545
3546         PR bootstrap/45519
3547         * tree-flow.h (force_gimple_operand_1): Declare.
3548         (force_gimple_operand_gsi_1): Likewise.
3549         * gimplify.c (force_gimple_operand_1): New worker taking a
3550         gimple predicate for ...
3551         (force_gimple_operand): ... which now wraps it.
3552         (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
3553         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
3554         last change.
3555         * tree-ssa-address.c (gimplify_mem_ref_parts): Use
3556         force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
3557         (create_mem_ref): Likewise.
3558
3559 2010-09-04  Uros Bizjak  <ubizjak@gmail.com>
3560
3561         * config/i386/predicates.md (sse_reg_operand): New predicate.
3562         * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
3563         predicate for operand 1.
3564         (XFmode push splitter): Use fp_register_operand predicate
3565         for operand 1.
3566         (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
3567         (SF-DF float_extend push splitter): Add reload_completed insn
3568         predicate.
3569         ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
3570         MODEF mode macro.  Add reload_completed insn predicate.
3571
3572 2010-09-04  Paolo Bonzini  <bonzini@gnu.org>
3573
3574         * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
3575         (struct df_extract_ref): Remove.
3576         (union df_ref_d): Remove extract_ref member.
3577         (df_ref_create): Remove last three arguments.
3578         (DF_REF_LOC): Remove DF_REF_EXTRACT case.
3579         * df-scan.c (df_ref_record): Remove last three arguments, do not
3580         pass them to df_ref_create_structure.
3581         (df_uses_record): Remove first and last three arguments.  Replace
3582         first argument with DF_REF_REGULAR, adjust calls to remove the
3583         width, offset and mode.  Always call recursively on the second
3584         and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
3585         (df_ref_create_structure): Remove first argument.
3586         (struct df_scan_problem_data): Remove ref_extract_pool.
3587         (df_scan_free_internal): Do not free it.
3588         (df_scan_alloc): Do not allocate it.
3589         (df_ref_create): Remove last three arguments, do not pass them to
3590         df_ref_create_structure.
3591         (df_free_ref): Remove DF_REF_EXTRACT case.
3592         (df_notes_rescan): Adjust call to df_uses_record.
3593         (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
3594         Remove DF_REF_EXTRACT case.
3595         (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
3596         Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
3597         and SUBREG definitions.
3598         (df_get_conditional_uses): Remove references to width/offset/mode,
3599         adjust call to df_ref_create_structure.
3600         (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
3601         df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
3602         calls to df_uses_record and df_ref_record.
3603         * fwprop.c (update_df): Remove references to width/offset/mode,
3604         adjust call to df_ref_create.
3605
3606 2010-09-03  Jan Hubicka  <jh@suse.cz>
3607
3608         * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
3609         (build_cdtor_fns): Update use of build_cdtor.
3610
3611 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
3612
3613         * doc/options.texi (SeparateAlias): Document.
3614         * opt-functions.awk (switch_flags): Handle SeparateAlias.
3615         * opth-gen.awk: Generate enumeration names for options marked
3616         SeparateAlias, but not for those marked Ignore.
3617         * opts-common.c (generate_canonical_option): Don't output separate
3618         argument for options marked CL_SEPARATE_ALIAS.
3619         (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
3620         * opts.h (CL_SEPARATE_ALIAS): New.
3621         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
3622         CL_COMMON): Adjust definitions.
3623         * config/i386/darwin.opt, config/mips/sde.opt: New.
3624         * common.opt (fdump-final-insns): New.
3625         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
3626         i386/darwin.opt.
3627         (mips*-sde-elf*): Add mips/sde.opt.
3628         * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
3629         -mno-data-in-code and -mcode-xonly here.
3630         * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
3631         * gcc.c (option_map): Add "j" to --dump entry.
3632         (translate_options): Don't translate -d to -foutput-class-dir= here.
3633
3634 2010-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3635
3636         * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
3637         DR_IS_WRITE.
3638         (compute_all_dependences): Same.
3639         (create_rdg_edge_for_ddr): Same.
3640         * tree-data-ref.h (DR_IS_WRITE): New.
3641         (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
3642         * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
3643         (write_memrefs_written_at_least_once): Same.
3644         * tree-predcom.c (suitable_component_p): Same.
3645         (determine_roots_comp): Same.
3646         (execute_load_motion): Same.
3647         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
3648         (vect_enhance_data_refs_alignment): Same.
3649         (vect_analyze_group_access): Same.
3650
3651 2010-09-03  Joern Rennecke  <joern.rennecke@embecosm.com>
3652
3653         PR testsuite/42843
3654         * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
3655         (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
3656
3657 2010-09-03  Marcin Baczynski  <marbacz@gmail.com>
3658
3659         * dwarf2out.c (file scope): Remove #if0'd code.
3660         (gen_subprogram_die): Same.
3661
3662 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
3663
3664         PR middle-end/45484
3665         * dwarf2out.c (flush_queued_reg_saves): Rename to...
3666         (dwarf2out_flush_queued_reg_saves): ... this.  No longer static.
3667         (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
3668         * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
3669         * config/i386/i386.c (output_set_got): Call it.
3670
3671 2010-09-03  Michael Matz  <matz@suse.de>
3672
3673         PR middle-end/45415
3674         * tree-sra.c (sra_modify_assign): If we modify the statement,
3675         say so.
3676
3677         * tree-ssa.c (verify_ssa): Check number of operands and links
3678         per statement to agree.
3679
3680 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
3681             Iain Sandoe  <iains@gcc.gnu.org>
3682
3683         PR target/45476
3684         * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
3685         * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
3686         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
3687
3688 2010-09-03  Richard Guenther  <rguenther@suse.de>
3689
3690         * lto-streamer-out.c (output_function): Output function
3691         start and end loci.
3692         * lto-streamer-in.c (input_function): Input function start
3693         and end loci.
3694
3695 2010-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3696
3697         * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
3698         * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
3699         * configure: Regenerate.
3700         * aclocal.m4: Regenerate.
3701
3702 2010-09-03  Jan Hubicka  <jh@suse.cz>
3703
3704         PR lto/44812
3705         * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
3706         on functions/variables in other partition.
3707
3708 2010-09-03  Jan Hubicka  <jh@suse.cz>
3709
3710         * cgraph.h (struct varpool_node): Add const_value_known.
3711         (varpool_decide_const_value_known): Declare.
3712         * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
3713         * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
3714         (input_varpool_node): Restore const_value_known.
3715         * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
3716         initializer folding.
3717         * ipa.c (ipa_discover_readonly_nonaddressable_var,
3718         function_and_variable_visibility): Compute const_value_known.
3719         * gimple-fold.c (get_symbol_constant_value): Use varpool for
3720         initializer folding.
3721         * varpool.c (varpool_decide_const_value_known): New function.
3722
3723 2010-09-03  Uros Bizjak  <ubizjak@gmail.com>
3724
3725         * config/i386/i386.md: Remove empty preparation statements
3726         from splitters.
3727
3728 2010-09-03  Jan Hubicka  <jh@suse.cz>
3729
3730         * passes.c (rest_of_decl_compilation): Do not add local vars into
3731         varpool.
3732         * varpool.c (varpool_get_node, varpool_node): Sanity check that only
3733         static or extern vars are in varpool.
3734         (varpool_finalize_decl): Sanity check that only static vars are
3735         finalized.
3736
3737 2010-09-03  Jakub Jelinek  <jakub@redhat.com>
3738
3739         PR debug/45500
3740         * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
3741         not just generic vectors with BLKmode.
3742
3743 2010-09-03  Richard Guenther  <rguenther@suse.de>
3744
3745         * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
3746         Move TMR_OFFSET to second operand.  Add TMR_INDEX2.
3747         * tree.h (TMR_SYMBOL): Remove.
3748         (TMR_BASE, TMR_OFFSET): Adjust.
3749         (TMR_INDEX2): New.
3750         * alias.c (ao_ref_from_mem): Use TMR_BASE.
3751         * builtins.c (get_object_alignment): Merge TMR_BASE and
3752         TMR_SYMBOL handling.
3753         * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
3754         * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
3755         handling.  Also allow TARGET_MEM_REF as base address.
3756         (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
3757         * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
3758         base.  Gimplify TMR_INDEX2.
3759         * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
3760         * tree-dfa.c (get_ref_base_and_extent): Likewise.
3761         (get_addr_base_and_unit_offset): Likewise.
3762         * tree-eh.c (tree_could_trap_p): Likewise.
3763         * tree-pretty-print.c (dump_generic_node): Likewise.
3764         * tree-ssa-address.c (tree_mem_ref_addr): Simplify.  Handle TMR_INDEX2.
3765         (create_mem_ref_raw): Merge symbol and base.  Move 2ndary
3766         base to index2.
3767         (get_address_description): Reconstruct addres description
3768         from merged TMR_BASE and TMR_INDEX2.
3769         (maybe_fold_tmr): Fold propagated addresses.
3770         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
3771         MEM_REF and TARGET_MEM_REF paths.
3772         (indirect_refs_may_alias_p): Likewise.
3773         * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
3774         instead of TMR_SYMBOL.
3775         * tree-ssa-operands.c (get_tmr_operands): Simplify.
3776         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
3777         according to changes ...
3778         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
3779         Split TARGET_MEM_REF into two fields plus the base.
3780         * tree.c (mem_ref_offset): Simplify.
3781         * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
3782         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
3783         Strip NOPs when folding MEM_REF addresses.
3784         * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
3785         * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
3786         (fold_gimple_assign): ... not here.
3787
3788 2010-09-03  Mingjie Xing  <mingjie.xing@gmail.com>
3789
3790         * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
3791         * config/mips/mips.c (mips_shift_truncation_mask): New function.
3792         (TARGET_SHIFT_TRUNCATION_MASK): Define.
3793
3794 2010-09-02  Richard Henderson  <rth@redhat.com>
3795
3796         * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
3797         instead of readelf in the test.
3798         (gcc_cv_as_cfi_sections_directive): Check for correct relocation
3799         in the .debug_frame section for coff targets.
3800         * configure: Rebuild.
3801
3802 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
3803
3804         * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
3805         * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
3806         * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3807         (m32c_class_likely_spilled_p): Make static. Change argument type to
3808         reg_class_t. Change result type to bool.
3809
3810 2010-09-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
3811
3812         * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
3813         to convert (double)(long) into a single FRIZ instruction or not
3814         when -ffast-math is used.
3815
3816         * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
3817         (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
3818         or FRIZ instruction if -ffast-math.
3819         * config/rs6000/rs6000.md (friz): Ditto.
3820
3821         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
3822
3823 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3824
3825         * opth-gen.awk (quote, comma): Remove unused variables.
3826
3827 2010-09-02  Ryan Mansfield  <rmansfield@qnx.com>
3828
3829         * arm.c (arm_override_options): Correct fall-back code to use
3830         SUBTARGET_CPU_DEFAULT.
3831
3832 2010-09-02  Julian Brown  <julian@codesourcery.com>
3833
3834         * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
3835         unspecs.
3836         (vcond<mode>, vcondu<mode>): New expanders.
3837         (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
3838         comparisons with zero.
3839         (neon_vcle<mode>, neon_vclt<mode>): New patterns.
3840         * config/arm/constraints.md (Dz): New constraint.
3841
3842 2010-09-02  Anatoly Sokolov  <aesok@post.ru>
3843
3844         * target.def (class_likely_spilled_p): New hook.
3845         * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
3846         * doc/tm.texi: Regenerate.
3847         * targhooks.c (default_class_likely_spilled_p): New function.
3848         * targhooks.h (default_class_likely_spilled_p): Declare.
3849         * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
3850         * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
3851         TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
3852         Use fixed_reg_set instead of fixed_regs.
3853         * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3854         * calls.c (avoid_likely_spilled_reg): Ditto.
3855         * ira-conflicts.c (ira_build_conflicts): Ditto.
3856         * ira.c (update_equiv_regs): Ditto.
3857         * mode-switching.c (create_pre_exit): Ditto.
3858         * regmove.c (find_matches): Ditto.
3859         (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
3860         * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
3861         (small_register_class_p): New inline function.
3862         (push_secondary_reload, find_reusable_reload, find_reloads): Use
3863         small_register_class_p instead of SMALL_REGISTER_CLASS_P.
3864
3865         * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
3866         * config/i386/i386.c (ix86_class_likely_spilled_p): New.
3867         (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3868
3869 2010-09-02  Richard Guenther  <rguenther@suse.de>
3870
3871         PR tree-optimization/44937
3872         PR tree-optimization/45412
3873         * ipa-split.c (split_function): Properly remove PHI nodes.
3874
3875 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3876
3877         * opts.h (struct cl_option): Add warn_message field.
3878         (struct cl_decoded_option): Add warn_message field.
3879         * doc/options.texi (Ignore, Warn): Document.
3880         * opt-functions.awk (needs_state_p): Don't consider aliases or
3881         ignored options to need state saved.
3882         * optc-gen.awk: Handle Warn and Ignore.
3883         * opth-gen.awk: Output OPT_SPECIAL_ignore.
3884         * opts-common.c (decode_cmdline_option): Set warn_message field.
3885         Handle ignored options.
3886         (decode_cmdline_options_to_array, generate_option,
3887         generate_option_input_file): Set warn_message field.
3888         (read_cmdline_option): Generate warnings from warn_message field.
3889         Handle ignored options.
3890         * common.opt (Wunreachable-code, fargument-alias,
3891         fargument-noalias, fargument-noalias-global,
3892         fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
3893         floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
3894         fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
3895         ftree-salias): Mark Ignore.
3896         * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
3897         -mintel-syntax and -mno-intel-syntax here.
3898         * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
3899         using Warn.
3900         * opts.c (common_handle_option): Don't handle options marked as
3901         ignored.
3902         (enable_warning_as_error): Handle ignored options.
3903
3904 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
3905
3906         PR driver/44076
3907         * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
3908         alias_target fields.
3909         * opt-functions.awk (opt_sanitized_name): Don't handle
3910         finline-limit=, Wlarger-than= and ftemplate-depth= specially.
3911         * optc-gen.awk: Generate alias fields.
3912         * opth-gen.awk: Explicitly give values for OPT_* enum constants.
3913         Don't generate such constants for aliases.
3914         * opts-common.c (generate_canonical_option): New.
3915         (decode_cmdline_option): Handle aliases.  Use
3916         generate_canonical_option for known options instead of copying the
3917         input option text.
3918         * doc/options.texi (Alias): Document.
3919         * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
3920         fstack-check, specs): Mark as aliases.
3921         * gcc.c (driver_handle_option): Canonicalize -L options to joined
3922         arguments.
3923         (driver_handle_option): Don't handle OPT_specs.
3924         * opts.c (common_handle_option): Don't handle options marked as
3925         aliases.
3926         (enable_warning_as_error): Handle aliases.
3927         * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
3928         OPT_Wlarger_than_eq.
3929         * tree-optimize.c (tree_rest_of_compilation): Use
3930         OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
3931
3932 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3933
3934         * config/i386/i386.md (nonmemory_operand): New mode attribute.
3935         (push memory peephole2): Macroize peepholes using SWI mode iterator.
3936         (move immediate to memory peephole2): Macroize peepholes using
3937         SWI124 mode iterator.
3938         (non-pairable NOT peephole2): Macroize peepholes using SWI124
3939         mode iterator.
3940         (simple lea add peephole2): Macroize peepholes using SWI48
3941         mode iterator.
3942         (simple lea mult peephole2): Ditto.
3943         (imul by 3,5,9 to lea peephole2): Ditto.
3944         (mov $-1, reg peephole2): Macroize peepholes using SWI248
3945         mode iterator.
3946         (imul $32bit_imm,mem,reg peephole2): Ditto.
3947         (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
3948
3949 2010-09-02  Ian Bolton  <ian.bolton@arm.com>
3950
3951         * tree-ssa-loop-prefetch.c: Fix comment at head of file.
3952
3953 2010-09-02  Olivier Hainque  <hainque@adacore.com>
3954
3955         PR middle-end/44763
3956         * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
3957         (allocno_priority_compare_func): Use it instead of a straight
3958         difference computation over priorities.
3959
3960 2010-09-02  Andi Kleen  <ak@linux.intel.com>
3961
3962         * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
3963
3964 2010-09-02  Ira Rosen  <irar@il.ibm.com>
3965
3966         * tree-vectorizer.h (get_later_stmt): New function.
3967         (vect_analyze_data_ref_dependences): Add argument.
3968         * tree-vect-loop.c (vect_analyze_loop): Update call to
3969         vect_analyze_data_ref_dependences.
3970         * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
3971         New function.
3972         (vect_analyze_data_ref_dependence): Add argument for basic block
3973         dependencies. Check dependencies in basic block vectorization.
3974         (vect_analyze_data_ref_dependences): Add argument and update call to
3975         vect_analyze_data_ref_dependences.
3976         * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
3977         (vect_bb_vectorizable_with_dependencies): New.
3978         (vect_slp_analyze_bb): Check dependencies in basic block.
3979         (vect_schedule_slp_instance): Insert stores before the last store in
3980         SLP instance.
3981
3982 2010-09-02  Uros Bizjak  <ubizjak@gmail.com>
3983
3984         PR target/45476
3985         * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
3986         LIBGCC2_TF_CEXT, TF_SIZE): New defines.
3987
3988 2010-09-01  Jakub Jelinek  <jakub@redhat.com>
3989
3990         PR middle-end/45458
3991         * bb-reorder.c (add_labels_and_missing_jumps): Treat
3992         bbs ending with throwing insns like blocks ending with a call.
3993         (fix_up_fall_thru_edges): Likewise.
3994
3995 2010-09-01  Nathan Froyd  <froydnj@codesourcery.com>
3996
3997         * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
3998         (m32c_function_arg_advance): Delete.
3999         * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4000         * config/m32c/m32c.c (m32c_function_arg): Make static.  Adjust
4001         comments.  Take a const_tree and a bool.  Declare.
4002         (m32c_function_arg_advance): Likewise.
4003         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4004
4005 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
4006
4007         PR target/45476
4008         * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
4009         LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
4010         * config/i386/mingw32.h: ... here.
4011
4012 2010-09-01  Andi Kleen  <ak@linux.intel.com>
4013
4014         PR lto/45475
4015         * lto-streamer-in.c (lto_input_ts_target_option): Add.
4016         (lto_input_tree_pointers): Call lto_input_ts_target_option.
4017         * lto-streamer-out (lto_output_ts_target_option): Add.
4018         (lto_output_tree_pointers): Call lto_output_ts_target_option.
4019
4020 2010-09-01  Kai Tietz  <kai.tietz@onevision.com>
4021
4022         PR/target 45452
4023         * config/i386/cygwin.h: Change order of specified import libraries.
4024         * config/i386/mingw32.h: Likewise.
4025         * config/i386/t-cygwin: Likewise.
4026         * config/i386/t-mingw32: Likewise.
4027         * config/i386/t-mingw-w32: Likewise.
4028         * config/i386/t-mingw-w64: Likewise.
4029
4030 2010-09-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4031
4032         * config/arm/neon-schedgen.ml (core): New type.
4033         (allCores): List of supported cores.
4034         (availability_table): Add supported cores.
4035         (collate_bypasses): Accept core as a parameter.
4036         (worst_case_latencies_and_bypasses): Accept core as a parameter.
4037         (emit_insn_reservations): Accept core as a parameter.  Use tuneStr
4038         and coreStr to get tune attribute and prefix for functional units.
4039         (emit_bypasses): Accept core name and use it.
4040         (calculate_per_core_availability_table): New.
4041         (filter_core): New.
4042         (calculate_core_availability_table): New.
4043         (main): Use calculate_core_availablity_table.
4044         * config/arm/cortex-a8-neon.md: Update copyright year.
4045         Regenerated from ml file and merged in.
4046         (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
4047         cortex_a8_neon_mrc.
4048
4049 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4050
4051         * Makefile.in (tree-switch-conversion.o): Update dependencies.
4052
4053 2010-09-01  Richard Guenther  <rguenther@suse.de>
4054
4055         * alias.c (ao_ref_from_mem): Adjust.
4056         * builtins.c (get_object_alignment): Likewise.
4057         * cfgexpand.c (expand_debug_expr): Likewise.
4058         * gimple.c (get_base_address): Likewise.
4059         * tree-dfa.c (get_ref_base_and_extent): Likewise.
4060         (get_addr_base_and_unit_offset): Likewise.  Fix for
4061         both TMR_SYMBOL and TMR_BASE being set.
4062         * tree-eh.c (tree_could_trap_p): Likewise.
4063         * gimplify.c (gimplify_expr): Do not attempt to gimplify
4064         TMR_SYMBOL.  Always gimplify TMR_BASE.
4065         * tree-cfg.c (verify_types_in_gimple_reference): Verify
4066         TMR_BASE if there is a TMR_SYMBOL.
4067         * tree-pretty-print.c (dump_generic_node): Adjust.
4068         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
4069         (tree_mem_ref_addr): Likewise.
4070         (create_mem_ref_raw): Likewise.
4071         (move_fixed_address_to_symbol): Likewise.
4072         (create_mem_ref): Likewise.
4073         (dump_mem_address): Likewise.
4074         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
4075         Fix for both TMR_SYMBOL and TMR_BASE being set.
4076         (indirect_refs_may_alias_p): Likewise.
4077         * tree-ssa-operands.c (get_tmr_operands): Adjust.
4078         * tree.def (TARGET_MEM_REF): Adjust documentation.
4079
4080 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
4081
4082         * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
4083         Rename from X86_TUNE_ADD_ESP_4.
4084         <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
4085         <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
4086         <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
4087         (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
4088         (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
4089         (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
4090         (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
4091         * config/i386/i386.c (initial_ix86_tune_features)
4092         <X86_TUNE_SINGLE_POP>: Invert members.
4093         <X86_TUNE_DOUBLE_POP>: Ditto.
4094         <X86_TUNE_SINGLE_PUSH>: Ditto.
4095         <X86_TUNE_DOUBLE_PUSH>: Ditto.
4096         * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
4097         No longer exported.
4098         (push peephole2 patterns): Macroize peepholes using P mode iterator.
4099         Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
4100         (pop peephole2 patterns): Macroize peepholes using P mode iterator.
4101         Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
4102
4103 2010-09-01  Eric Botcazou  <ebotcazou@adacore.com>
4104
4105         * gimplify.c (gimplify_init_constructor): Do not create a temporary for
4106         a volatile LHS if the constructor has only one element.
4107
4108 2010-09-01  Mikael Pettersson  <mikpe@it.uu.se>
4109
4110         PR bootstrap/45321
4111         * tree.c (stdarg_p): Make fntype parameter const.
4112         * tree.h (stdarg_p): Likewise.
4113         (function_args_iterator): Remove unused fntype field.
4114         (function_args_iter_init): Do not initialize fntype
4115         field.  Make fntype parameter const.
4116
4117 2010-09-01  Richard Guenther  <rguenther@suse.de>
4118
4119         * tree-vrp.c (adjust_range_with_scev): Use number of iteration
4120         estimate.
4121         (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
4122         (execute_vrp): Compute number of iteration estimates.
4123         * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
4124         * tree-flow.h (estimate_numbers_of_iterations): Likewise.
4125         * tree-data-ref.c (estimated_loop_iterations): Adjust.
4126         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
4127         Infer loop bounds from undefined behavior based on a new parameter.
4128         (estimate_numbers_of_iterations): Likewise.
4129         (scev_probably_wraps_p): Adjust.
4130         * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
4131
4132 2010-09-01  Nick Clifton  <nickc@redhat.com>
4133
4134         * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
4135         where appropriate.
4136         (xstormy16_legitimate_address_p): Use true and false instead of 1
4137         and 0.
4138         (xstormy16_expand_prologue): Delete unused local variable 'insn'.
4139         (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
4140         magic constant 2.
4141         (xstormy16_expand_call): Fix comment at start of function.
4142
4143 2010-09-01  Nick Clifton  <nickc@redhat.com>
4144
4145         * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
4146         when pushing accumulator register.
4147         (rx_get_stack_layout): Always save call clobbered registers inside
4148         interrupt handlers.
4149         * config/rx/rx-modes.def: Fix descriptive comment at start of file.
4150
4151 2010-09-01  Uros Bizjak  <ubizjak@gmail.com>
4152
4153         * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
4154         i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
4155
4156         * libgcc-std.ver (GCC_4.6.0): Define version.
4157
4158 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
4159
4160         * tree-nested.c (convert_all_function_calls): Iterate until after the
4161         sum of static chains in the nest doesn't change.
4162
4163 2010-08-31  Anatoly Sokolov  <aesok@post.ru>
4164
4165         * config/m32c/m32c.c (classes_intersect): Remove.
4166         (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
4167         reg_classes_intersect_p instead of classes_intersect.
4168         (class_can_hold_mode): Change arguments type from enum reg_class to
4169         reg_class_t.  Use reg_class_contents instead of class_contents.
4170         (m32c_register_move_cost): Make static. Change arguments type from
4171         enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
4172         classes_intersect. Use reg_class_contents instead of class_contents.
4173         (m32c_memory_move_cost): Make static. Change arguments type from
4174         enum reg_class to reg_class_t.
4175         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
4176         * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
4177         * config/m32c/m32c-protos.h (m32c_register_move_cost,
4178         m32c_memory_move_cost): Remove.
4179
4180 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
4181
4182         * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
4183         (arm_function_arg): Delete.
4184         (arm_needs_doubleword_align): Take a const_tree.
4185         * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4186         * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
4187         (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
4188         (arm_function_arg): Make static.  Take a const_tree and a bool.
4189         (arm_function_arg_advance): Likewise.
4190         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4191
4192 2010-08-31  Andi Kleen  <ak@linux.intel.com>
4193
4194         * common.opt (fwhopr=): Update for -fwhopr=jobserver
4195         * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
4196         * lto-wrapper.c (run_gcc): Add jobserver mode.
4197         * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
4198         argument.
4199
4200 2010-08-31  Uros Bizjak  <ubizjak@gmail.com>
4201
4202         * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
4203         (popsi1): Ditto.
4204         (*popdi1_epilogue): Ditto.
4205         (*popsi1_epilogue): Ditto.
4206         (popsi, popdi peephole2 patterns): Update peepholes for changed
4207         pop{si,di}1 and *pop{si,di}1_epilogue patterns.
4208
4209         (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
4210         (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
4211
4212         * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
4213         (override_options): Do not initialize removed ix86_gen_pop1.
4214         (gen_pop): New static function.
4215         (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
4216         (release_scratch_register_on_entry): Ditto.
4217         (ix86_restore_reg_using_pop): Ditto.
4218         (ix86_expand_epilogue): Ditto.
4219
4220 2010-08-31  Jakub Jelinek  <jakub@redhat.com>
4221
4222         PR middle-end/45461
4223         * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
4224
4225 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
4226
4227         * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
4228         semicolons.
4229
4230 2010-08-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4231
4232         * doc/extend.texi: Fix documentation of the return value of
4233         __builtin_choose_expr.
4234
4235 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
4236
4237         * config/v850/v850-protos.h (function_arg): Delete.
4238         * config/v850/v850.h (FUNCTION_ARG): Delete.
4239         (FUNCTION_ARG_ADVANCE): Move code to...
4240         * config/v850/v850.c (v850_function_arg_advance): ...here.
4241         (v850_function_arg): Make static.  Take a const_tree and a bool.
4242         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4243
4244 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
4245
4246         * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
4247         these...
4248         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
4249         ...and these...
4250         * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
4251         ..to here..
4252         (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
4253         ...and here.
4254         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4255
4256 2010-08-31  Nathan Froyd  <froydnj@codesourcery.com>
4257
4258         * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
4259         Delete.
4260         * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4261         * config/rx/rx.c (rx_function_arg_size): Make static.
4262         (rx_function_arg): Likewise.
4263         (rx_function_arg_advance): New function.
4264         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4265
4266 2010-08-31  John Tytgat  <John.Tytgat@aaug.net>
4267
4268         * config/arm/arm.c (arm_override_options): Remove superfluous test.
4269         Fix indentation.
4270
4271 2010-08-31  Eric Botcazou  <ebotcazou@adacore.com>
4272
4273         * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
4274         (dwarf2out_decl) <CONST_DECL>: Likewise.
4275
4276 2010-08-30  Eric Botcazou  <ebotcazou@adacore.com>
4277
4278         Stack usage support
4279         * common.opt (-fstack-usage): New option.
4280         * doc/invoke.texi (Debugging options): Document it.
4281         * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
4282         allocate_dynamic_stack_space.
4283         (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
4284         and propagate it to allocate_dynamic_stack_space.
4285         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
4286         * calls.c (initialize_argument_information): Pass TRUE as 4th
4287         argument to allocate_dynamic_stack_space.
4288         (expand_call): Set current_function_has_unbounded_dynamic_stack_size
4289         to 1 when pushing a variable-sized argument onto the stack.  Pass
4290         TRUE as 4th argument to allocate_dynamic_stack_space.
4291         Update current_function_pushed_stack_size.
4292         (emit_library_call_value_1): Likewise.
4293         * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
4294         CANNOT_ACCUMULATE.  If flag_stack_usage, look into the size and
4295         attempt to find an upper bound.  Remove redundant code for the
4296         SETJMP_VIA_SAVE_AREA case.
4297         * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
4298         * function.h (struct stack_usage): New structure.
4299         (current_function_static_stack_size): New macro.
4300         (current_function_dynamic_stack_size): Likewise.
4301         (current_function_pushed_stack_size): Likewise.
4302         (current_function_dynamic_alloc_count): Likewise.
4303         (current_function_has_unbounded_dynamic_stack_size): Likewise.
4304         (current_function_allocates_dynamic_stack_space): Likewise.
4305         (struct function): Add new field 'su'.
4306         * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
4307         add the value of the dynamic offset to the dynamic stack usage.
4308         (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
4309         for variable-sized objects.
4310         (prepare_function_start): Allocate cfun->su if flag_stack_usage.
4311         (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
4312         * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
4313         BUILT_IN_ALLOCA for variable-sized objects.
4314         * output.h (output_stack_usage): Declare.
4315         * toplev.c (stack_usage_file): New file pointer.
4316         (output_stack_usage): New function.
4317         (open_auxiliary_file): Likewise.
4318         (lang_dependent_init): Open file if flag_stack_usage is set.
4319         (finalize): Close file if stack_usage_file is not null.
4320         * tree.h (ALLOCA_FOR_VAR_P): New macro.
4321         * config/alpha/alpha.c (compute_frame_size): New function.
4322         (alpha_expand_prologue): Use it.
4323         (alpha_start_function): Likewise.
4324         (alpha_expand_epilogue): Likewise.  Set stack usage info.
4325         * config/i386/i386.c (ix86_expand_prologue): Likewise.
4326         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
4327         * config/mips/mips.c (mips_expand_prologue): Likewise.
4328         * config/pa/pa.c (hppa_expand_prologue): Likewise.
4329         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
4330         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
4331
4332 2010-08-30  Zdenek Dvorak  <ook@ucw.cz>
4333
4334         PR tree-optimization/45427
4335         * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
4336         Handle the case that the exit is never taken correctly.
4337         (number_of_iterations_ne): Pass exit_must_be_taken to
4338         number_of_iterations_ne_max.
4339
4340 2010-08-30  Catherine Moore  <clm@codesourcery.com>
4341
4342         * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
4343         Infer -mdspr2 for the the 74K.
4344
4345 2010-08-30  Jakub Jelinek  <jakub@redhat.com>
4346
4347         PR debug/45419
4348         * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
4349
4350         PR middle-end/45423
4351         * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
4352         and TRUTH_{AND,OR,XOR}_EXPR.
4353         * c-parser.c (c_parser_omp_atomic): Handle boolean
4354         {PRE,POST}_{INC,DEC}REMENT.
4355
4356 2010-08-30  Nathan Froyd  <froydnj@codesourcery.com>
4357
4358         * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
4359         (function_arg): Delete.
4360         * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4361         (FUNCTION_INCOMING_ARG): Delete.
4362         * config/xtensa/xtensa.c (function_arg_advance): Rename to...
4363         (xtensa_function_arg_advance): ...this.  Make static. Take a const_tree
4364         and a bool.
4365         (function_arg): Rename to...
4366         (xtensa_function_arg_1): ...this.  Make static.  Take a const_tree and
4367         a bool.
4368         (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
4369         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4370         (TARGET_FUNCTION_INCOMING_ARG): Define.
4371
4372 2010-08-30  Richard Guenther  <rguenther@suse.de>
4373
4374         PR tree-optimization/21602
4375         * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
4376         using points-to information.
4377
4378 2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>
4379
4380         * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
4381
4382 2010-08-30  Richard Guenther  <rguenther@suse.de>
4383
4384         PR tree-optimization/45449
4385         * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
4386         variables.
4387
4388 2010-08-30  Joseph Myers  <joseph@codesourcery.com>
4389
4390         * opts.h (CL_ERR_NEGATIVE): Define.
4391         * opts.c (unknown_option_callback): Don't postpone warnings for
4392         options marked with CL_ERR_NEGATIVE.
4393         * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
4394         for negative versions of CL_REJECT_NEGATIVE options.
4395
4396 2010-08-30  Uros Bizjak  <ubizjak@gmail.com>
4397
4398         * config/i386/i386.md (zero_extendsidi2_1): Rename from
4399         zero_extendsidi2_32.
4400         (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
4401         using SWI12 mode iterator.
4402         (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
4403         to define_insn_and_split pattern.
4404         (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
4405         using SWI24 mode iterator.
4406         (*zero_extendqi<mode>2_and): Macroize insn from
4407         *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
4408         (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
4409         *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
4410         SWI24 mode iterator.
4411         (*zero_extendqi<mode>2_movzbl): Ditto from
4412         *zero_extendqi{hi,si}2_movzbl.
4413         (extendsidi2_1): Rename from extendsidi2_32.
4414         (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
4415         SWI12 mode iterator.
4416
4417 2010-08-29  Eric Botcazou  <ebotcazou@adacore.com>
4418
4419         * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
4420         general purpose registers.
4421         (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
4422         * config/ia64/ia64.md (*movcci): Change to named pattern.  Deal
4423         with general purpose registers and memory operands.  Add associated
4424         CCImode post-reload splitter.
4425         * config/ia64/div.md: Change BImode to CCImode throughout.
4426
4427 2010-08-28  Eric Botcazou  <ebotcazou@adacore.com>
4428
4429         * config/ia64/ia64.md (cstorebi4): Fix thinko.
4430
4431 2010-08-28  Hariharan Sandanagobalane  <hariharan@picochip.com>
4432
4433         * config/picochip/picochip.c (reorder_var_tracking_notes): This
4434         function was dropping debug insns which caused PR45299.
4435
4436 2010-08-28  Uros Bizjak  <ubizjak@gmail.com>
4437
4438         * config/i386/sse.md (extsuffix): New code attribute.
4439         (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
4440         and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
4441         (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
4442         and sse4_1_zero_extendv4qiv4si2.
4443         (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
4444         and sse4_1_zero_extendv2qiv2di2.
4445         (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
4446         and sse4_1_zero_extendv4hiv4si2.
4447         (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
4448         and sse4_1_zero_extendv2hiv2di2.
4449         (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
4450         and sse4_1_zero_extendv2siv2di2
4451
4452         (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
4453         using any_extend code iterator.
4454         (*avx_<s>mulv8hi3_highpart): Macroize insn from
4455         *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
4456         (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
4457
4458         * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
4459         gen_sse4_1_sign_extend* functions.
4460         (struct builtin_description bdesc_args): Ditto.
4461
4462 2010-08-27  Xinliang David Li  <davidxl@google.com>
4463
4464         PR/45422
4465         * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
4466         (iv_ca_set_no_cp): Update used inv expr count.
4467         (iv_ca_set_cp): Ditto.
4468         (iv_ca_new): Initialize new member.
4469         (iv_ca_free): Free memory.
4470
4471 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
4472
4473         * config/sh/sh-protos.h (sh_function_arg): Delete.
4474         (sh_function_arg_advance): Delete.
4475         * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4476         (PASS_IN_REG_P): Eliminate cast.
4477         * config/sh/sh.c (sh_function_arg_advance): Make static.  Take a
4478         const_tree and a bool.
4479         (sh_function_arg): Likewise.
4480         (sh_output_mi_thunk): Call sh_function_arg_advance) and
4481         sh_function_arg.
4482         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4483
4484 2010-08-27  Naveen H.S  <naveen.S@kpitcummins.com>
4485             Kaz Kojima  <kkojima@gcc.gnu.org>
4486
4487         * config/sh/sh.c (push_regs): Emit movml for interrupt handler
4488         when possible.
4489         (sh_expand_epilogue): Likewise.
4490         * config/sh/sh.md (movml_push_banked): New insn.
4491         (movml_pop_banked): Likewise.
4492
4493 2010-08-28  Bernd Schmidt  <bernds@codesourcery.com>
4494
4495         * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
4496         gen_regexp_oneof, gen_regexp_sequence): Use the string found
4497         in vector element 0 rather than the original string when there's
4498         only one element.
4499         (gen_regexp): Remove extra semicolon.
4500
4501         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
4502         thumb2_movsf_vfp): Set attribute "insn".
4503         * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
4504         not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
4505         thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
4506         arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
4507         arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
4508         thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
4509         thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
4510         movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
4511         if_not_move, if_shift_move, if_move_shift, if_shift_shift,
4512         if_not_arith, if_arith_not, cond_move_not): Likewise.
4513
4514 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4515
4516         * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
4517         New declaration.
4518         (rs6000_allocate_stack_temp): Ditto.
4519         (rs6000_expand_convert_si_to_sfdf): Ditto.
4520
4521         * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
4522         line.  Update the options set if power6 or power7 server/embedded
4523         type options are used.  If we give a warning for no vsx under
4524         -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
4525         (rs6000_allocate_stack_temp): New function to allocate a stack
4526         tempoary and adjust the address so it meets either REG+OFFSET or
4527         REG+REG addressing requirements.
4528         (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
4529         that they can be used with the LFIWAX/LFIWZX instrucitons.
4530         (rs6000_expand_convert_si_to_sfdf): New helper funciton for
4531         converting signed/unsigned SImode to either SFmode/DFmode.
4532
4533         * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
4534         whether certain instructions can be generated.
4535         (TARGET_FCTIDZ): Ditto.
4536         (TARGET_STFIWX): Ditto.
4537         (TARGET_LFIWAX): Ditto.
4538         (TARGET_LFIWZX): Ditto.
4539         (TARGET_FCFIDS): Ditto.
4540         (TARGET_FCFIDU): Ditto.
4541         (TARGET_FCFIDUS): Ditto.
4542         (TARGET_FCTIDUZ): Ditto.
4543         (TARGET_FCTIWUZ): Ditto.
4544
4545         * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
4546         (UNSPEC_FCTID): Ditto.
4547         (UNSPEC_LFIWAX): Ditto.
4548         (UNSPEC_LFIWZX): Ditto.
4549         (UNSPEC_FCTIWUZ): Ditto.
4550         (rreg): Use correct constraints.
4551         (SI_CONVERT_FP): New mode attribute for floating point conversion
4552         tests.
4553         (E500_CONVERT): Ditto.
4554         (lfiwax): New insns for converting from integer to floating point
4555         utilizing newer instructions.  Attempt to optimize conversions
4556         that come from memory so that we don't load the value into a GPR,
4557         spill it to the stack and reload it into a FPR.
4558         (floatsi<mode>2_lfiwax): Ditto.
4559         (floatsi<mode>2_lfiwax_mem): Ditto.
4560         (floatsi<mode>2_lfiwax_mem2): Ditto.
4561         (lfiwzx): Ditto.
4562         (floatunssi<mode>2_lfiwzx): Ditto.
4563         (floatunssi<mode>2_lfiwzx_mem): Ditto.
4564         (floatunssi<mode>2_lfiwzx_mem2): Ditto.
4565         (floatdidf2_mem): Ditto.
4566         (floatunsdidf2_fcfidu): Ditto.
4567         (floatunsdidf2_mem): Ditto.
4568         (floatunsdisf2): Ditto.
4569         (floatunsdisf2_fcfidus): Ditto.
4570         (floatunsdisf2_mem): Ditto.
4571         (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
4572         Use FCFID on 32-bit hosts that support it.
4573         (floatsidf2_internal): Ditto.
4574         (floatunssisf2): Ditto.
4575         (floatunssidf2): Ditto.
4576         (floatunssidf2_internal): Ditto.
4577         (floatsisf2): Ditto.
4578         (floatdidf2): Ditto.
4579         (floatdidf2_fpr): Ditto.
4580         (floatunsdidf2): Ditto.
4581         (floatdisf2): Ditto.
4582         (floatdisf2_fcfids): Ditto.
4583         (floatdisf2_internal1): Ditto.
4584         (fixuns_truncsfsi2): Delete, merge into common pattern for both
4585         SF/DF.  Add power7 support.
4586         (fix_truncsfsi2): Ditto.
4587         (fixuns_truncdfsi2): Ditto.
4588         (fixuns_truncdfdi2): Ditto.
4589         (fix_truncdfsi2): Ditto.
4590         (fix_truncdfsi2_internal): Ditto.
4591         (fix_truncdfsi2_internal_gfxopt): Ditto.
4592         (fix_truncdfsi2_mfpgpr): Ditto.
4593         (fctiwz): Ditto.
4594         (btruncdf2): Ditto.
4595         (btruncdf2_fpr): Ditto.
4596         (btructsf2): Ditto.
4597         (ceildf2): Ditto.
4598         (ceildf2_fpr): Ditto.
4599         (ceilsf2): Ditto.
4600         (floordf2): Ditto.
4601         (floordf2_fpr): Ditto.
4602         (floorsf2): Ditto.
4603         (rounddf2): Ditto.
4604         (rounddf2_fpr): Ditto.
4605         (roundsf2): Ditto.
4606         (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
4607         (fix_trunc<mode>di2): Ditto.
4608         (fixuns_trunc<mode>si2): Ditto.
4609         (fixuns_trunc<mode>di2): Ditto.
4610         (fctiwz_<mode>): Ditto.
4611         (btrunc<mode>2): Ditto.
4612         (btrunc<mode>2_fpr): Ditto.
4613         (ceil<mode>2): Ditto.
4614         (ceil<mode>2_fpr): Ditto.
4615         (floor<mode>2): Ditto.
4616         (float<mode>2_fpr): Ditto.
4617         (round<mode>2): Ditto.
4618         (round<mode>2_fpr): Ditto.
4619         (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
4620         (fixuns_trunc<mode>si2_stfiwx): Ditto.
4621         (fix_truncdfsi2_internal): Ditto.
4622         (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
4623         converted value on stack, loaded into GPR, and then stored into
4624         the final destination.
4625         (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
4626         FCTIDZ.
4627         (lrint<mode>di2): New insn, provide the lrint builtin functions.
4628         (ftruncdf2): Delete, unused.
4629         (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
4630
4631         * config/rs6000/vsx.md (toplevel): Update copyright year.
4632         (VSr2): Use "ws" contraint for DFmode, not "!r#r".
4633         (VSr3): Ditto.
4634
4635 2010-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
4636             Jeremie Salvucci  <jeremie.salvucci@free.fr>
4637
4638         * gengtype.c (output_type_enum): Test the right union member.
4639
4640 2010-08-27  Uros Bizjak  <ubizjak@gmail.com>
4641
4642         PR target/41484
4643         * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
4644         operands for operand 1.
4645         (sse4_1_extendv4qiv4si2): Ditto.
4646         (sse4_1_extendv2qiv2di2): Ditto.
4647         (sse4_1_extendv4hiv4si2): Ditto.
4648         (sse4_1_extendv2hiv2di2): Ditto.
4649         (sse4_1_extendv2siv2di2): Ditto.
4650         (sse4_1_zero_extendv8qiv8hi2): Ditto.
4651         (sse4_1_zero_extendv4qiv4si2): Ditto.
4652         (sse4_1_zero_extendv2qiv2di2): Ditto.
4653         (sse4_1_zero_extendv4hiv4si2): Ditto.
4654         (sse4_1_zero_extendv2hiv2di2): Ditto.
4655         (sse4_1_zero_extendv2siv2di2): Ditto.
4656         (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
4657         (*sse4_1_extendv4qiv4si2): Ditto.
4658         (*sse4_1_extendv2qiv2di2): Ditto.
4659         (*sse4_1_extendv4hiv4si2): Ditto.
4660         (*sse4_1_extendv2hiv2di2): Ditto.
4661         (*sse4_1_extendv2siv2di2): Ditto.
4662         (*sse4_1_zero_extendv8qiv8hi2): Ditto.
4663         (*sse4_1_zero_extendv4qiv4si2): Ditto.
4664         (*sse4_1_zero_extendv2qiv2di2): Ditto.
4665         (*sse4_1_zero_extendv4hiv4si2): Ditto.
4666         (*sse4_1_zero_extendv2hiv2di2): Ditto.
4667         (*sse4_1_zero_extendv2siv2di2): Ditto.
4668
4669 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
4670
4671         * config/mips/mips-protos.h (mips_function_arg_advance): Delete
4672         (mips_function_arg): Delete.
4673         (mips_function_arg_boundary): Take a const_tree.
4674         * config/mips/mips.c (mips_function_arg_boundary): Likewise.
4675         (mips_arg_info): Likewise.
4676         (mips_setup_incoming_varargs): Call mips_function_arg_advance
4677         instead of FUNCTION_ARG_ADVANCE.
4678         (mips_function_arg_advance): Adjust prototype.  Make static.
4679         (mips_function_arg): Likewise.
4680         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4681         * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
4682
4683 2010-08-27  Nathan Froyd  <froydnj@codesourcery.com>
4684
4685         * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
4686         * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
4687         (function_arg): Delete.
4688         (function_arg_boundary): Take a const_tree.
4689         * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
4690         (rs6000_spe_function_arg): Likewise.
4691         (rs6000_parm_start): Likewise.
4692         (rs6000_arg_size): Likewise.
4693         (rs6000_darwin64_record_arg_advance_recurse): Likewise.
4694         (rs6000_darwin64_record_arg): Likewise.  Take a bool instead of an int.
4695         (rs6000_mixed_function_arg): Likewise.
4696         (function_arg): Rename to...
4697         (rs6000_function_arg): ...this.
4698         (function_arg_advance): Rename to...
4699         (rs6000_function_arg_advance_1): ...this
4700         (rs6000_function_arg_advance): New function.  Call it.
4701         (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
4702         (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
4703         (rs6000_function_value): Likewise.
4704         (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
4705
4706 2010-08-27  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4707
4708         * config/arm/arm.md (enabled): Test the value of arch_enabled
4709         rather than just using it.
4710
4711 2010-08-27  Olivier Hainque  <hainque@adacore.com>
4712             Eric Botcazou  <ebotcazou@adacore.com>
4713
4714         * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
4715         cover all the possible offsets from this base.
4716         (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
4717
4718 2010-08-26  Jakub Jelinek  <jakub@redhat.com>
4719
4720         PR tree-optimization/44485
4721         * calls.c (flags_from_decl_or_type): For const or pure
4722         noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
4723         together with ECF_CONST resp. ECF_PURE.
4724         * builtins.c (expand_builtin): Use flags_from_decl_or_type
4725         instead of querying flags directly.
4726         * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
4727         * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
4728
4729 2010-08-26  Richard Guenther  <rguenther@suse.de>
4730
4731         PR tree-optimization/45255
4732         * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
4733         and externals are also invariant.
4734
4735 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
4736
4737         PR rtl-optimization/44858
4738         * combine.c (try_combine): If recog_for_combine added CLOBBERs to
4739         newi2pat, make sure they don't affect newpat.
4740
4741         PR rtl-optimization/45400
4742         * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
4743         SUBREG_REG if both modes are of MODE_INT class.
4744
4745 2010-08-25  Julian Brown  <julian@codesourcery.com>
4746
4747         * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
4748         * config/arm/arm.md (generic_sched): No for Cortex-A5.
4749         (generic_vfp): Likewise.
4750         (cortex-a5.md): Include.
4751         * config/arm/cortex-a5.md: New.
4752
4753 2010-08-25  Richard Guenther  <rguenther@suse.de>
4754
4755         * alias.c (get_alias_set): Assign a single alias-set to all pointers.
4756         * gimple.c (gimple_get_alias_set): Remove special handling
4757         for pointers.
4758
4759 2010-08-25  Bernd Schmidt  <bernds@codesourcery.com>
4760
4761         PR middle-end/45355
4762         * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
4763         dead_or_set_p when computing i0_feeds_i2_n.
4764
4765         * combine.c (find_split_point): Undo canonicalization of multiply-add
4766         to (minus x (mult)) when it seems likely that this will increase the
4767         chances of a split.
4768
4769 2010-08-25  Richard Guenther  <rguenther@suse.de>
4770
4771         PR lto/44562
4772         * lto-streamer.c (lto_record_common_node): Do not mess with
4773         TYPE_CANONICAL when not in lto.
4774         * gimple.c (gimple_register_type): Likewise.
4775
4776 2010-08-25  Richard Guenther  <rguenther@suse.de>
4777
4778         PR tree-optimization/45316
4779         * tree-ssa-pre.c (eliminate): Properly clean EH info.
4780
4781 2010-08-25  Richard Guenther  <rguenther@suse.de>
4782
4783         PR tree-optimization/45393
4784         * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
4785         and clean EH info.  Avoid SSA update.
4786         (execute_cse_sincos): Cleanup the CFG if it has changed.
4787
4788 2010-08-25  Richard Guenther  <rguenther@suse.de>
4789
4790         PR middle-end/45379
4791         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
4792         TARGET_MEM_REF in alignment computation.
4793
4794 2010-08-25  Jakub Jelinek  <jakub@redhat.com>
4795
4796         PR tree-optimization/45059
4797         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
4798         type conversions from newop{1,2}.  Assert t is a comparison and
4799         newop{1,2} after the stripping are gimple vals.
4800
4801 2010-08-25  Tejas Belagod  <tejas.belagod@arm.com>
4802
4803         * config/arm/iterators.md (VU, SE, V_widen_l): New.
4804         (V_unpack, US): New.
4805         * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
4806         (vec_unpack<US>_lo_<mode>): Likewise.
4807         (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
4808         (neon_vec_unpack<US>_lo_<mode>): Likewise.
4809         (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
4810         (vec_widen_<US>mult_hi_<mode>): Likewise.
4811         (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
4812         (neon_vec_<US>mult_hi_<mode>"): Likewise.
4813         (neon_unpack<US>_<mode>): Widening move intermediate step for
4814         vectorizing without -mvectorize-with-neon-quad.
4815         (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
4816         for vectorizing without -mvectorize-with-neon-quad.
4817         * config/arm/predicates.md (vect_par_constant_high): Check for
4818         high-half lanes of a vector.
4819         (vect_par_constant_low): Check for low-half lanes of a vector.
4820
4821 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4822
4823         * tree-if-conv.c (struct ifc_dr): New.
4824         (IFC_DR): New.
4825         (DR_WRITTEN_AT_LEAST_ONCE): New.
4826         (DR_RW_UNCONDITIONALLY): New.
4827         (memref_read_or_written_unconditionally): Use the cached values
4828         when possible.
4829         (write_memref_written_at_least_once): Same.
4830         (if_convertible_loop_p): Initialize and free DR->aux fields.
4831
4832 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4833
4834         * gimple.c (gimple_could_trap_p_1): Not static anymore.
4835         Pass an extra bool parameter include_mem.
4836         (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
4837         (gimple_assign_rhs_could_trap_p): Same.
4838         * gimple.h (gimple_could_trap_p_1): Declared.
4839         * tree-data-ref.h (same_data_refs_base_objects): New.
4840         (same_data_refs): New.
4841         * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
4842         (write_memrefs_written_at_least_once): New.
4843         (ifcvt_memrefs_wont_trap): New.
4844         (operations_could_trap): New.
4845         (ifcvt_could_trap_p): New.
4846         (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
4847         Gets a vector of data refs.
4848         (if_convertible_stmt_p): Same.
4849         (if_convertible_loop_p_1): New.
4850         (if_convertible_loop_p): Call if_convertible_loop_p_1.
4851
4852 2010-08-24  Sebastian Pop  <sebastian.pop@amd.com>
4853
4854         * common.opt (ftree-loop-if-convert-stores): New flag.
4855         * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
4856         * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI.  Insert
4857         the created statement before GSI.
4858         (if_convertible_phi_p): Allow virtual phi nodes when
4859         flag_loop_if_convert_stores is set.
4860         (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
4861         Do not handle types that do not match is_gimple_reg_type.
4862         Remove loop and bb parameters.  Call gimple_could_trap_p instead of
4863         when flag_loop_if_convert_stores is set, as LHS can contain
4864         memory refs.
4865         (if_convertible_stmt_p): Remove loop and bb parameters.  Update calls
4866         to if_convertible_gimple_assign_stmt_p.
4867         (if_convertible_loop_p): Update call to if_convertible_stmt_p.
4868         (replace_phi_with_cond_gimple_assign_stmt): Renamed
4869         predicate_scalar_phi.  Do not handle virtual phi nodes.
4870         (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
4871         Call predicate_scalar_phi.
4872         (insert_gimplified_predicates): Insert the gimplified predicate of a BB
4873         just after the labels for flag_loop_if_convert_stores, otherwise
4874         insert the predicate in the end of the BB.
4875         (predicate_mem_writes): New.
4876         (combine_blocks): Call predicate_all_scalar_phis.  When
4877         flag_loop_if_convert_stores is set, call predicate_mem_writes.
4878         (tree_if_conversion): Call mark_sym_for_renaming when
4879         flag_loop_if_convert_stores is set.
4880         (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
4881         flag_loop_if_convert_stores is set.
4882
4883 2010-08-24  Anatoly Sokolov  <aesok@post.ru>
4884
4885         * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
4886         pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
4887         (pa_function_value): Make static.
4888         (override_options): Rename to...
4889         (pa_option_override): ...this. Make static.
4890         (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
4891         TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
4892         TARGET_OPTION_OVERRIDE): Define.
4893         * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
4894         LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
4895         Remove.
4896         * config/pa/pa-protos.h (override_options): Remove.
4897
4898 2010-08-24  Richard Guenther  <rguenther@suse.de>
4899
4900         PR middle-end/45379
4901         * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
4902         if addr->index is NULL or zero.
4903         * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
4904         TARGET_MEM_REF more properly.
4905         (indirect_ref_may_alias_decl_p): Likewise.
4906         * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
4907         * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
4908
4909 2010-08-23  Anatoly Sokolov  <aesok@post.ru>
4910
4911         * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
4912         (m32c_override_options): Rename to...
4913         (m32c_option_override): ...this. Make static.
4914         (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
4915         * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
4916         Remove.
4917         * config/m32c/m32c-protos.h (m32c_override_options,
4918         m32c_function_value_regno_p): Remove.
4919
4920 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4921
4922         * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
4923         Fix a typo in a previous commit.
4924
4925 2010-08-23  Kai Tietz  <kai.tietz@onevision.com>
4926
4927         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
4928         Pre-initialize innerloop_iters to one.
4929
4930 2010-08-23  Changpeng Fang  <changpeng.fang@amd.com>
4931
4932         * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
4933         existing static function global.
4934
4935         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
4936         is changed to global.
4937
4938         * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
4939         may_be_nonaddressable_p on base, and don't collect this reference
4940         if the address of the base could not be taken.
4941
4942 2010-08-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4943
4944         * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
4945         enable the compiler to autovectorize mathmetical functions for
4946         power7 using the Mathematical Acceleration Subsystem library.
4947
4948         * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
4949         handle which vector math library we have.
4950         (rs6000_override_options): Add -mveclibabi=mass support.
4951         (rs6000_builtin_vectorized_libmass): New function to handle auto
4952         vectorizing math functions that are in the MASS library.
4953         (rs6000_builtin_vectorized_function): Call it.
4954
4955         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
4956         -mveclibabi=mass.
4957
4958 2010-08-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4959
4960         PR boehm-gc/34544
4961         * gthr-posix.h (__gthread_active_init): Delete.
4962         (__gthread_active_p): Do activity check here.
4963         Don't include errno.h on hppa-hpux.  Update comment.
4964         * gthr-posix95.h (__gthread_active_init): Delete.
4965         (__gthread_active_p): Do activity check here.
4966         Don't include errno.h on hppa-hpux.  Update comment.
4967         * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
4968         * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
4969         add -lpthread when -mt or -pthread is specified.
4970         * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
4971         (LINK_GCC_C_SEQUENCE_SPEC): Define.
4972         * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
4973         (stublib.c, pthread_default_stacksize_np-stub.o,
4974         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
4975         $(T)libgcc_stub.a): Add methods.
4976         * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
4977         (stublib.c, pthread_default_stacksize_np-stub.o,
4978         pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
4979         * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
4980         pthread_mutex_unlock): New stubs.
4981
4982 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
4983
4984         * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
4985         * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
4986         options.
4987         * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
4988         * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
4989         * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
4990         * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
4991         * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
4992         "-l".
4993         * cppspec.c: Include opts.h.
4994         (lang_specific_driver): Use cl_decoded_option structures.
4995         * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
4996         * doc/tm.texi: Regenerate.
4997         * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
4998         (driver_handle_option): Allow driver options needing no special
4999         processing.
5000         (process_command): Decode options before call to
5001         lang_specific_driver.  Pass decoded options to
5002         lang_specific_driver.
5003         * gcc.h (lang_specific_driver): Update prototype.
5004         * gccspec.c: Include opts.h.
5005         (lang_specific_driver): Use cl_decoded_option structures.
5006         * opts-common.c (option_ok_for_language, generate_option,
5007         generate_option_input_file): New.
5008         (decode_cmdline_option): Use option_ok_for_language.
5009         (decode_cmdline_options_to_array): Use generate_option_input_file.
5010         (handle_generated_option): Use generate_option.
5011         * opts.h (generate_option, generate_option_input_file): Declare.
5012
5013 2010-08-22  Anatoly Sokolov  <aesok@post.ru>
5014
5015         * config/mips/mips.c (mips_override_options): Rename to...
5016         (mips_option_override): ...this. Make static.
5017         (TARGET_OPTION_OVERRIDE): Define.
5018         (mips_in_small_data_p): Update comment.
5019         * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
5020         (FIXED_REGISTERS): Update comment.
5021         * config/mips/mips-protos.h (mips_override_options): Remove.
5022
5023 2010-08-21  Olivier Hainque  <hainque@adacore.com>
5024
5025         * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
5026
5027 2010-08-21  Olivier Hainque  <hainque@adacore.com>
5028
5029         * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
5030         ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
5031
5032 2010-08-20  Jan Hubicka  <jh@suse.cz>
5033
5034         * tree-pass.h (pass_ipa_cdtor_merge): New function.
5035         * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
5036         heap allocated.
5037         (record_cdtor_fn): Move to ipa.c; do not test for
5038         have_ctors_dtors.
5039         (build_cdtor): Move to ipa.c; add code avoiding construction
5040         when target have ctors/dtors and there is only one ctor/dtor at given
5041         priority.
5042         (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
5043         sort; reverse order of constructors.
5044         (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
5045         (cgraph_finalize_function): Do not call record_cdtor_fn.
5046         (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
5047         (cgraph_build_static_cdtor): Move to ipa.c.
5048         * ipa.c: Include target.h and tree-iterator.h.
5049         (cgraph_build_static_cdtor, static_ctors, static_dtors,
5050         record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
5051         build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
5052         pass_ipa_cdtor_merge): New.
5053         * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
5054         * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
5055         bounds access.
5056
5057 2010-08-20  Jan Hubicka  <jh@suse.cz>
5058
5059         PR c++/45307
5060         PR c++/17736
5061         * cgraph.h (cgraph_only_called_directly_p,
5062         cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
5063         static cdtors.
5064         * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
5065         are not needed.
5066         (cgraph_finalize_function): Static cdtors are reachable.
5067         (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
5068
5069 2010-08-20  Jan Hubicka  <jh@suse.cz>
5070
5071         * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
5072         flag_wpa.
5073         * lto-streamer-out.c (lto_output): Likewise.
5074         * passes.c (ipa_write_optimization_summaries): Initialize statement
5075         uids.
5076
5077 2010-08-20  Olivier Hainque  <hainque@adacore.com>
5078
5079         * tree.h (alias_diag_flags): New enum.
5080         (alias_pair): Add an 'emitted_diags' field.
5081         * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
5082         (assemble_alias): Initialize emitted_diags of new pairs.
5083
5084 2010-08-20  Eric Botcazou  <ebotcazou@adacore.com>
5085
5086         * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
5087         * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5088         * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
5089         (STACK_CHECK_PROTECT): Define.
5090         * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
5091         (output_probe_stack_range): Likewise.
5092         (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
5093         builtin stack checking is enabled.
5094         * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
5095         * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
5096         (probe_stack_range): New insn.
5097
5098 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
5099
5100         PR target/45336
5101         * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
5102         short first.
5103
5104         * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
5105         char first.
5106
5107 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
5108
5109         PR target/45336
5110         * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
5111         to cover zero extension into 64-bit register.
5112         (*sse2_pextrw): Likewise.
5113         (*sse4_1_pextrd_zext): New insn.
5114
5115 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
5116
5117         revert r163410, partially revert r163267.
5118         * config/rs6000/darwin.h (LIB_SPEC): Remove.
5119         * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
5120         Darwin versions.
5121
5122 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
5123
5124         PR middle-end/44974
5125         * builtins.c (expand_builtin): Don't optimize away
5126         calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
5127
5128 2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
5129
5130         * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
5131         (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
5132         alternative 1 of operand 2.
5133
5134 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
5135             Paolo Bonzini  <bonzini@gnu.org>
5136
5137         * simplify-rtx.c (simplify_unary_operation_1): Optimize
5138         (sign_extend (zero_extend (...)) and
5139         ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
5140
5141 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
5142
5143         PR rtl-optimization/45353
5144         * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
5145         after bb_note is a BARRIER.
5146
5147 2010-08-20  Iain Sandoe  <iains@gcc.gnu.org>
5148
5149         * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
5150         linking libgcc.a.
5151
5152 2010-08-20  Jakub Jelinek  <jakub@redhat.com>
5153             Michael Matz  <matz@suse.de>
5154
5155         * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
5156
5157 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
5158
5159         * ggc-common.c (ggc_mark_root_tab): New function, split out from...
5160         (ggc_mark_roots): ...here.
5161
5162 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
5163
5164         * vec.h (FOR_EACH_VEC_ELT): Define.
5165         * c-decl.c: Use it.
5166         * cfgloop.c: Likewise.
5167         * cfgloopmanip.c: Likewise.
5168         * cgraph.c: Likewise.
5169         * cgraphunit.c: Likewise.
5170         * combine.c: Likewise.
5171         * config/bfin/bfin.c: Likewise.
5172         * config/mips/mips.c: Likewise.
5173         * config/rs6000/rs6000.c: Likewise.
5174         * dbxout.c: Likewise.
5175         * df-scan.c: Likewise.
5176         * dominance.c: Likewise.
5177         * dse.c: Likewise.
5178         * dwarf2out.c: Likewise.
5179         * except.c: Likewise.
5180         * expr.c: Likewise.
5181         * function.c: Likewise.
5182         * gcse.c: Likewise.
5183         * genattr.c: Likewise.
5184         * ggc-common.c: Likewise.
5185         * gimplify.c: Likewise.
5186         * graphite-blocking.c: Likewise.
5187         * graphite-clast-to-gimple.c: Likewise.
5188         * graphite-dependences.c: Likewise.
5189         * graphite-interchange.c: Likewise.
5190         * graphite-poly.c: Likewise.
5191         * graphite-scop-detection.c: Likewise.
5192         * graphite-sese-to-poly.c: Likewise.
5193         * graphite.c: Likewise.
5194         * haifa-sched.c: Likewise.
5195         * ifcvt.c: Likewise.
5196         * implicit-zee.c: Likewise.
5197         * ipa-prop.c: Likewise.
5198         * ipa-struct-reorg.c: Likewise.
5199         * ipa.c: Likewise.
5200         * ira-build.c: Likewise.
5201         * ira-color.c: Likewise.
5202         * ira-emit.c: Likewise.
5203         * lambda-code.c: Likewise.
5204         * loop-invariant.c: Likewise.
5205         * loop-unroll.c: Likewise.
5206         * lower-subreg.c: Likewise.
5207         * lto-cgraph.c: Likewise.
5208         * lto-opts.c: Likewise.
5209         * lto-streamer-in.c: Likewise.
5210         * lto-streamer-out.c: Likewise.
5211         * lto-streamer.c: Likewise.
5212         * lto-symtab.c: Likewise.
5213         * matrix-reorg.c: Likewise.
5214         * opts.c: Likewise.
5215         * predict.c: Likewise.
5216         * print-tree.c: Likewise.
5217         * sdbout.c: Likewise.
5218         * sel-sched-dump.c: Likewise.
5219         * sel-sched-ir.c: Likewise.
5220         * sel-sched.c: Likewise.
5221         * sese.c: Likewise.
5222         * stor-layout.c: Likewise.
5223         * tree-cfg.c: Likewise.
5224         * tree-cfgcleanup.c: Likewise.
5225         * tree-chrec.c: Likewise.
5226         * tree-data-ref.c: Likewise.
5227         * tree-emutls.c: Likewise.
5228         * tree-inline.c: Likewise.
5229         * tree-into-ssa.c: Likewise.
5230         * tree-loop-distribution.c: Likewise.
5231         * tree-loop-linear.c: Likewise.
5232         * tree-mudflap.c: Likewise.
5233         * tree-outof-ssa.c: Likewise.
5234         * tree-parloops.c: Likewise.
5235         * tree-predcom.c: Likewise.
5236         * tree-pretty-print.c: Likewise.
5237         * tree-scalar-evolution.c: Likewise.
5238         * tree-ssa-live.c: Likewise.
5239         * tree-ssa-loop-im.c: Likewise.
5240         * tree-ssa-loop-ivcanon.c: Likewise.
5241         * tree-ssa-loop-ivopts.c: Likewise.
5242         * tree-ssa-loop-manip.c: Likewise.
5243         * tree-ssa-loop-niter.c: Likewise.
5244         * tree-ssa-loop-prefetch.c: Likewise.
5245         * tree-ssa-phiprop.c: Likewise.
5246         * tree-ssa-pre.c: Likewise.
5247         * tree-ssa-reassoc.c: Likewise.
5248         * tree-ssa-sccvn.c: Likewise.
5249         * tree-ssa-structalias.c: Likewise.
5250         * tree-ssa.c: Likewise.
5251         * tree-vect-data-refs.c: Likewise.
5252         * tree-vect-loop-manip.c: Likewise.
5253         * tree-vect-loop.c: Likewise.
5254         * tree-vect-patterns.c: Likewise.
5255         * tree-vect-slp.c: Likewise.
5256         * tree-vect-stmts.c: Likewise.
5257         * tree-vrp.c: Likewise.
5258         * tree.c: Likewise.
5259         * value-prof.c: Likewise.
5260         * var-tracking.c: Likewise.
5261         * varasm.c: Likewise.
5262         * vmsdbgout.c: Likewise.
5263
5264 2010-08-19  Nathan Sidwell  <nathan@codesourcery.com>
5265             Richard Guenther  <richard.guenther@gmail.com>
5266
5267         * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
5268         copy the src value and return a copy.
5269         * doc/extend.texi (Volatiles): Move from C++ to C and expand.
5270         (C++ Volatiles): Adjust to describe C++ semantics only.
5271
5272 2010-08-20  Joseph Myers  <joseph@codesourcery.com>
5273
5274         * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
5275         be zero or nonzero.
5276         * doc/tm.texi: Regenerate.
5277         * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
5278         * df-scan.c (df_get_exit_block_use_set), reginfo.c
5279         (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
5280         Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
5281         * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
5282         to 1.
5283
5284 2010-08-20  Olivier Hainque  <hainque@adacore.com>
5285
5286         * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
5287         an extra nop past a sibling call at the very end.
5288
5289 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
5290
5291         PR bootstrap/45350
5292         * combine.c (try_combine): Initialize i1_is_used and i2_is_used.  Fix
5293         a comment.
5294
5295 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
5296
5297         * target.def (function_arg, function_incoming_arg): Remove const
5298         qualifier on CUMULATIVE_ARGS parameter.
5299         * targhooks.h (default_function_arg, default_function_incoming_arg):
5300         Likewise.
5301         * targhooks.c (default_function_arg, default_function_incoming_arg):
5302         Likewise.
5303         * config/i386/i386.c (ix86_function_arg): Likewise.
5304
5305 2010-08-19  Jakub Jelinek  <jakub@redhat.com>
5306
5307         PR target/45336
5308         * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
5309         SIGN_EXTENDs or ZERO_EXTENDs.
5310
5311 2010-08-19  Bernd Schmidt  <bernds@codesourcery.com>
5312
5313         PR target/42172
5314         * combine.c (combine_validate_cost): New arg I0.  All callers changed.
5315         Take its cost into account if nonnull.
5316         (insn_a_feeds_b): New static function.
5317         (combine_instructions): Look for four-insn combinations.
5318         (can_combine_p): New args PRED2, SUCC2.  All callers changed.  Take
5319         them into account when computing all_adjacent and looking for other
5320         uses.
5321         (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC.  All callers
5322         changed.  Treat them like I1DEST and I1_NOT_IN_SRC.
5323         (try_combine): New arg I0.  Handle four-insn combinations.
5324         (distribute_notes): New arg ELIM_I0.  All callers changed.  Treat it
5325         like ELIM_I1.
5326
5327 2010-08-19  Jason Merrill  <jason@redhat.com>
5328
5329         PR c++/45307
5330         * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
5331         if ctor is empty.
5332         (gimplify_modify_expr_rhs): Adjust.
5333
5334 2010-08-19  Nathan Froyd  <froydnj@codesourcery.com>
5335
5336         * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
5337         bitmap_bit_p.
5338         * config/bfin/bifn.c (bfin_discover_loop): Likewise.
5339         * dominance.c (iterate_fix_dominators): Likewise.
5340         * dse.c (set_usage_bits): Likewise.
5341         (set_position_unneeded, record_store): Likewise.
5342         * gimple-fold.c (get_maxval_strlen): Likewise.
5343         * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
5344         * ipa-inline.c (update_caller_keys): Likewise.
5345         * ipa-split.c (verify_non_ssa_vars): Likewise.
5346         * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
5347         (close_type_exposed_parameter, close_type_full_escape): Likewise.
5348         (close_addressof_down): Likewise.
5349         * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
5350         (setup_allocno_left_conflicts_size): Likewise.
5351         (ira_reassign_conflict_allocnos): Likewise.
5352         (ira_reassign_pseudos): Likewise.
5353         * ira-emit.c (change_loop): Likewise.
5354         * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
5355         * lto-streamer-out.c (write_symbol): Likewise.
5356         * predict.c (expr_expected_value_1): Likewise.
5357         * regstat.c (regstat_bb_compute_ri): Likewise.
5358         * sel-sched.c (create_block_for_bookkeeping): Likewise.
5359         (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
5360         * stmt.c (expand_case): Likewise.
5361         * tree-eh.c (emit_eh_dispatch): Likewise.
5362         * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
5363         * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
5364         Likewise.
5365         (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
5366         (rdg_build_components): Likewise.
5367         * tree-object-size.c (collect_object_sizes_for): Likewise.
5368         * tree-sra.c (convert_callers): Likewise.
5369         * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
5370         * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
5371         * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
5372
5373 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
5374
5375         * config/i386/i386.md (*lea_1): Use P mode iterator.
5376         (lea add splitter): Also handle DImode operands.
5377         (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
5378         predicate.  Do not use ix86_lea_for_add_ok.
5379         (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
5380         (lea ashift splitter): Also handle DImode operands.
5381         (DImode lea ashift splitter): Remove splitter.
5382
5383 2010-08-19  Uros Bizjak  <ubizjak@gmail.com>
5384
5385         * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
5386         ix86_binary_operator_ok.
5387
5388 2010-08-19  Andrey Belevantsev  <abel@ispras.ru>
5389
5390         PR rtl-optimization/44691
5391         * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
5392         is not a register.
5393
5394 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
5395
5396         PR target/45070
5397         * config/arm/arm.c (arm_output_epilogue): Ensure that return
5398          value of size 1-3 is handled correctly.
5399
5400 2010-08-19  Ian Bolton  <ian.bolton@arm.com>
5401
5402         * tree-switch-conversion.c (gen_inbound_check): Ensure that the
5403         type for the conditional has wide enough range.
5404
5405 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
5406
5407         PR target/45327
5408         * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
5409         ix86_binary_operator_ok.
5410
5411 2010-08-18  Uros Bizjak  <ubizjak@gmail.com>
5412
5413         * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
5414         <default>:  Swap operands 1 and 2 for alternative 2 to use existing
5415         code to output insn mnemonic.  Fix comment.
5416         (*addsi_1_zext): Add r-r-0 alternative 1.
5417         <TYPE_LEA>: Split insn to lea.
5418         <default>: Handle alternative 1.
5419         (*addhi_1_lea): Add r-r-0 alternative 2.  Use cond RTX instead of
5420         multi-level if_then_else RTX to set "type" attribute.
5421         <default>: Handle alternative 2.
5422         (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
5423         Use cond RTX instead of multi-level if_then_else RTX to set
5424         "type" attribute.
5425         <default>: Handle alternatives 2 and 4.
5426         (lea splitters): Update calls to ix86_lea_for_add_ok.
5427
5428         * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
5429         argument.
5430         * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
5431
5432 2010-08-18  Richard Guenther  <rguenther@suse.de>
5433
5434         * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
5435         use operand helpers.
5436
5437 2010-08-18  Paolo Bonzini  <bonzini@gnu.org>
5438
5439         PR middle-end/45292
5440         * optabs.c (expand_bool_compare_and_swap): Expand pending
5441         pops before trying the optab.
5442
5443 2010-08-18  Yao Qi  <yao@codesourcery.com>
5444
5445         PR target/45094
5446         * config/arm/arm.c (output_move_double): Fix typo generating
5447         instructions ('ldr'->'str').
5448
5449 2010-08-18  Maxim Kuvyrkov  <maxim@codesourcery.com>
5450
5451         PR rtl-optimization/42575
5452         * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
5453         live ranges.
5454
5455 2010-08-18  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5456
5457         * config/arm/arm-protos.h (arm_expand_sync): New.
5458         (arm_output_memory_barrier, arm_output_sync_insn): New.
5459         (arm_sync_loop_insns): New.
5460         * config/arm/arm.c (FL_ARCH7): New.
5461         (FL_FOR_ARCH7): Include FL_ARCH7.
5462         (arm_arch7): New.
5463         (arm_print_operand): Support %C markup.
5464         (arm_legitimize_sync_memory): New.
5465         (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
5466         (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
5467         (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
5468         (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
5469         (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
5470         (arm_process_output_sync_insn, arm_output_sync_insn): New.
5471         (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
5472         * config/arm/arm.h (struct arm_sync_generator): New.
5473         (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
5474         (TARGET_HAVE_MEMORY_BARRIER): New.
5475         (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
5476         * config/arm/arm.md: Include sync.md.
5477         (UNSPEC_MEMORY_BARRIER): New.
5478         (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
5479         (VUNSPEC_SYNC_OP):New.
5480         (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
5481         (sync_result, sync_memory, sync_required_value): New attributes.
5482         (sync_new_value, sync_t1, sync_t2): Likewise.
5483         (sync_release_barrier, sync_op): Likewise.
5484         (length): Add logic to length attribute defintion to call
5485         arm_sync_loop_insns when appropriate.
5486         * config/arm/sync.md: New file.
5487
5488 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
5489
5490         * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
5491         ENABLE_TREE_CHECKING.
5492         (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
5493         and GCC >= 4.3.
5494
5495 2010-08-17  H.J. Lu  <hongjiu.lu@intel.com>
5496
5497         * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
5498         or optimizing for size, always avoid lea if possible.
5499
5500         * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
5501
5502 2010-08-17  Iain Sandoe  <iains@gcc.gnu.org>
5503
5504         * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
5505         Dunmmy function with NULL return unless the target is
5506         OSX >= 10.6 (Darwin10).
5507
5508 2010-08-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5509
5510         * gcc.c (spec_function): Add remove-outfile.
5511         (remove_outfile_spec_function): New function.
5512         * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
5513         * invoke.texi (replace-outfile): Document.
5514
5515 2010-08-17  Uros Bizjak  <ubizjak@gmail.com>
5516
5517         PR target/45296
5518         * reginfo.c (globalize_reg): Reject stack registers.
5519
5520 2010-08-17  Richard Guenther  <rguenther@suse.de>
5521
5522         * tree-ssa-dom.c (struct edge_info): Use a VEC for the
5523         list of conditional equivalences.
5524         (free_all_edge_infos): Adjust.
5525         (record_equivalences_from_incoming_edge): Likewise.
5526         (record_cond): Likewise.
5527         (build_and_record_new_cond): Likewise.
5528         (record_conditions): Likewise.
5529         (dom_opt_leave_block): Likewise.
5530
5531 2010-08-17  Kai Tietz  <kai.tietz@onevision.com>
5532
5533         * doc/invoke.texi (ms-extension): Add documentation.
5534
5535 2010-08-17  Richard Guenther  <rguenther@suse.de>
5536
5537         * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
5538
5539 2010-08-17  Shujing Zhao  <pearly.zhao@oracle.com>
5540
5541         PR c/40563
5542         * c-decl.c (diagnose_uninitialized_cst_member): New function.
5543         (finish_decl): Use it to issue a -Wc++-compat warning about
5544         uninitialized const field in struct or union.
5545
5546         (finish_struct): Use strip_array_types.
5547
5548 2010-08-17  Jakub Jelinek  <jakub@redhat.com>
5549
5550         * function.c (block_fragments_nreverse, blocks_nreverse_all): New
5551         functions.
5552         (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
5553         (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL.  Don't
5554         call block_nreverse here.
5555         (blocks_nreverse): Rename decl temporary to block.
5556
5557 2010-08-16  Bernd Schmidt  <bernds@codesourcery.com>
5558
5559         * config/arm/thumb2.md (thumb2_notsi_shiftsi,
5560         thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
5561         thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
5562         thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
5563         thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
5564         thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
5565         thumb2_iorsi3): Delete.
5566         (orsi_notsi_si): No longer a named pattern.
5567         (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
5568         * config/arm/predicates.md (shift_amount_operand): New.
5569         (mult_operator): New.
5570         * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
5571         attr enabled): New.
5572         (iorsi3_insn): Renamed from arm_iorsi3.  Handle a new alternative if
5573         arch matches t2.
5574         (not_shiftsi): Renamed from arm_notsi_shiftsi.  Handle Thumb2 variant.
5575         (not_shiftsi_compare0): Likewise, renamed from
5576         arm_notsi_shiftsi_compare0.
5577         (not_shiftsi_compare0_scratch): Likweise, renamed from
5578         arm_notsi_shiftsi_compare0_scratch.
5579         (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
5580         (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
5581         (arith_shiftsi): Handle Thumb2 variant.  Set insn_enabled attribute
5582         so that the register alternative is disabled when the shift_operator
5583         is MULT.  Use "M" as the constraint for constants.
5584         (arith_shiftsi splitter): Enable for TARGET_32BIT.
5585         (arith_shiftsi_compare0): Handle Thumb2 variant.  Use "M" as the
5586         constraint for constants.
5587         (arith_shiftsi_compare0_scratch): Likewise.
5588         (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
5589         Handle Thumb2 alternative.
5590
5591 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
5592
5593         * doc/options.texi (NoDriverArg): Document.
5594         * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
5595         -MDX and -MMDX.
5596         * opt-functions.awk (switch_flags): Handle NoDriverArg.
5597         * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
5598         marking for CL_NO_DRIVER_ARG options when in the driver.
5599         * opts.h (CL_NO_DRIVER_ARG): Define.
5600         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
5601         CL_COMMON): Update values.
5602
5603 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
5604
5605         * common.opt: Add driver options.
5606         (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
5607         * doc/options.texi (Driver, RejectDriver): Document.
5608         * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
5609         print_prog_name, print_multi_directory, print_sysroot,
5610         print_multi_os_directory, print_multi_lib,
5611         print_sysroot_headers_suffix, report_times, combine_flag,
5612         use_pipes, wrapper_string): Remove.
5613         (save_switch, driver_unknown_option_callback,
5614         driver_wrong_lang_callback, driver_post_handling_callback,
5615         driver_handle_option): New.
5616         (spec_lang, last_language_n_infiles): Make file-scope static
5617         instead of local to process_command.
5618         (process_command): Use decode_cmdline_options_to_array and
5619         read_cmdline_option for option processing.  Compute have_c in
5620         prescan of decoded options.
5621         * opt-functions.awk (switch_flags): Handle Driver and
5622         RejectDriver.
5623         (var_type, var_type_struct): Handle Separate options as generating
5624         const char * variables.
5625         * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
5626         CL_TARGET to be passed by caller if required.
5627         (decode_cmdline_options_to_array): Update comment.
5628         * opts.c (complain_wrong_lang): Handle options only valid for the
5629         driver.
5630         (decode_options): Update call to decode_cmdline_options_to_array.
5631         (print_filtered_help): Ignore driver-only options.
5632         (print_specific_help): Ignore CL_DRIVER.
5633         (common_handle_option): Don't call print_specific_help for CL_DRIVER.
5634         * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
5635         (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
5636         Update values.
5637
5638 2010-08-16  Richard Guenther  <rguenther@suse.de>
5639
5640         * tree-cfg.c (verify_types_in_gimple_reference): Verify
5641         TARGET_MEM_REF a bit.
5642         * tree-ssa-address.c (addr_for_mem_ref): Adjust.
5643         (create_mem_ref_raw): Always create TMR_OFFSET, store the
5644         alias pointer type via it.
5645         (copy_mem_ref_info): Adjust.
5646         (maybe_fold_tmr): Likewise.
5647         * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
5648         (reference_alias_ptr_type): Likewise.
5649         * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
5650         adjust documentation of TMR_OFFSET operand.
5651         * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
5652         use the alias pointer type.
5653         * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
5654         initialize mem attrs but the TMR itself.
5655         * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
5656         similar to MEM_REF.
5657         * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
5658         * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
5659         (unshare_and_remove_ssa_names): Likewise.
5660         (copy_ref_info): Adjust.
5661         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
5662         TARGET_MEM_REF case.
5663         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
5664         at TMR_ORIGINAL.
5665         * tree.h (TMR_ORIGINAL): Remove.
5666         * gimple.c (get_base_address): For TARGET_MEM_REF with a
5667         symbol return that.
5668         * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
5669         with a symbol.
5670         (get_addr_base_and_unit_offset): Likewise.
5671         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
5672         TARGET_MEM_REFs.
5673         (indirect_ref_may_alias_decl_p): Likewise.
5674         (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
5675
5676 2010-08-15  Uros Bizjak  <ubizjak@gmail.com>
5677
5678         * doc/invoke.texi (-fomit-frame-pointer): Document that starting
5679         with GCC version 4.6, the default setting (when not optimizing
5680         for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
5681         been changed to -fomit-frame-pointer.
5682
5683 2010-08-15  Iain Sandoe  <iains@gcc.gnu.org>
5684
5685         * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
5686         Darwin10.  Do not link libgcc.a for Darwin >= 9.
5687
5688 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
5689
5690         * doc/invoke.texi (Warning Options): Fix terminology and markup
5691         in the description of how unknown warning options are handled.
5692
5693 2010-08-15  Ira Rosen  <irar@il.ibm.com>
5694
5695         * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
5696         in basic blocks.
5697         (vect_supportable_dr_alignment): Check alignment for basic blocks.
5698         * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
5699         data references.
5700         (vect_bb_vectorization_profitable_p): New function.
5701         (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
5702         check if it's worthwhile to vectorize the basic block.
5703
5704 2010-08-14  Anatoly Sokolov  <aesok@post.ru>
5705
5706         * reload.h (register_move_cost, memory_move_secondary_cost,
5707         secondary_reload_class): Adjust prototype.
5708         * rtl.h (reg_class_subset_p): Adjust prototype.
5709         * reload.c (secondary_reload_class): Change arguments type from
5710         enum reg_class to reg_class_t. Change result type to reg_class_t.
5711         * reginfo.c (register_move_cost, reg_class_subset_p): Change
5712         arguments type from enum reg_class to reg_class_t.
5713         (memory_move_secondary_cost): Change arguments type from
5714         enum reg_class to reg_class_t. Change type of saved_flags to
5715         reg_class_t.
5716
5717         * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
5718         Remove macros.
5719         (mips_cost): Remove.
5720         (struct mips_rtx_cost_data): Moved to mips.c.
5721         * config/mips/mips-protos.h (mips_register_move_cost): Remove.
5722         * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
5723         (mips_cost): Make static.
5724         (mips_canonicalize_move_class): Change argument type to reg_class_t.
5725         Change result type to reg_class_t.
5726         (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
5727         type from enum reg_class to reg_class_t.
5728         (mips_register_move_cost): Make static. Change arguments
5729         type from enum reg_class to reg_class_t.
5730         (mips_memory_move_cost): New function.
5731         (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
5732
5733 2010-08-14  Richard Sandiford  <rdsandiford@googlemail.com>
5734
5735         PR rtl-optimization/43358
5736         * ira-lives.c (process_single_reg_class_operands): Adjust the costs
5737         of a single hard register, using simplify_subreg_regno to decide
5738         what that register should be.
5739
5740 2010-08-14  Mingjie Xing  <mingjie.xing@gmail.com>
5741
5742         * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
5743         * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
5744         (loongson_pmull<V_suffix>): Rename to...
5745         (mul<mode>3): ...this and use MULT instead of an UNSPEC.
5746
5747 2010-08-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5748
5749         * configure.ac: Enable -fomit-frame-pointer on darwin
5750         which support dwarf2.
5751         * config/i386/i386.c (override_options): Same.
5752
5753 2010-08-13  Jie Zhang  <jie@codesourcery.com>
5754
5755         * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
5756
5757 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
5758
5759         * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
5760         -MMD.
5761
5762 2010-08-12  Changpeng Fang  <changpeng.fang@amd.com>
5763
5764         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
5765         up dot_prod pattern searching if a stmt is outside the loop.
5766
5767 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
5768             Uros Bizjak  <ubizjak@gmail.com>
5769
5770         * config.gcc: Handle --enable-frame-pointer.
5771
5772         * configure.ac: Add --enable-frame-pointer.
5773         * configure: Regenerated.
5774
5775         * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
5776         (override_options): If not configured with --enable-frame-pointer,
5777         enable -fomit-frame-pointer (but not for TARGET_MACHO or when
5778         optimizing for size), -fasynchronous-unwind-tables and
5779         -maccumulate-outgoing-args by default.
5780
5781 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
5782
5783         * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
5784
5785         PR middle-end/45262
5786         * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
5787         -a overflows.  Normalize the range.
5788
5789 2010-08-12  Richard Guenther  <rguenther@suse.de>
5790
5791         PR tree-optimization/45232
5792         * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
5793         for types with undefined overflow.
5794         (reassociate_bb): Allow re-associating of bit and min/max
5795         operations for types with undefined overflow.
5796         * tree-ssa-forwprop.c (associate_plusminus): New function.
5797         (tree_ssa_forward_propagate_single_use_vars): Call it.
5798
5799 2010-08-12  Richard Guenther  <rguenther@suse.de>
5800
5801         * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
5802         * tree-ssa-alias.c (get_ptr_info): Move ...
5803         * tree-ssanames.c (get_ptr_info): ... here.  Initialize
5804         align and misalign fields conservatively.
5805         * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
5806         derive alignment information.
5807         (evaluate_stmt): Derive alignment information from memory
5808         allocation functions.
5809         * tree.h (get_pointer_alignment): Make unsigned.
5810         * builtins.c (get_object_alignment): Use alignment information we
5811         have computed for pointers.
5812         (get_pointer_alignment): Likewise.  Make conservative, return
5813         and unsigned value.
5814         (expand_builtin_strlen): Adjust.
5815         (expand_builtin_memcmp): Likewise.
5816         (expand_builtin_strcmp): Likewise.
5817         (expand_builtin_strncmp): Likewise.
5818         (get_builtin_sync_mem): Use at least mode alignment.
5819         (fold_builtin_memset): Adjust.
5820         (fold_builtin_memory_op): Likewise.
5821         * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
5822         information also dump pointer alignment knowledge.
5823         (dump_gimple_stmt): Likewise.
5824
5825 2010-08-12  Uros Bizjak  <ubizjak@gmail.com>
5826
5827         * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
5828         (EMPTY_FIELD_BOUNDARY): Remove.
5829         * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
5830
5831 2010-08-12  Jakub Jelinek  <jakub@redhat.com>
5832
5833         PR debug/45259
5834         * caller-save.c (save_call_clobbered_regs): Only swap notes with
5835         DEBUG_INSNs if n_regs_saved.
5836
5837 2010-08-12  Wei Guozhi  <carrot@google.com>
5838
5839         PR target/44999
5840         * config/arm/arm.md (andsi3): Change to zero extension if possible.
5841         * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
5842
5843 2010-08-11  Vladimir Makarov  <vmakarov@redhat.com>
5844
5845         * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
5846
5847         * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
5848
5849 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5850
5851         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
5852         the case removed in the previous patch, when the only phi argument
5853         is defined in the same loop as the phi node itself.  Handle it
5854         separately from the invariant case by both propagating it outside
5855         the region and replacing the phi node with an assign.
5856
5857 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5858
5859         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
5860         constant phi nodes with one argument are is_gimple_min_invariant
5861         and SSA_NAME_IS_DEFAULT_DEF.
5862
5863 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5864
5865         * graphite-cloog-util.c (oppose_constraint):
5866         Extend loop counter's value range (CLOOG_ORG).
5867         (cloog_matrix_to_ppl_constraint): Same.
5868         (new_Constraint_System_from_Cloog_matrix): Same.
5869         * graphite-cloog-compat.h (matrix_num_type): New.
5870
5871 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5872
5873         * graphite.c (graphite_initialize): Do not initialize
5874         CLooG and initialize the Parma Polyhedra Library
5875         manually when using CLOOG_ORG.
5876         (graphite_finalize): Do not finalize CLooG and finalize
5877         the Parma Polyhedra Library manually when using CLOOG_ORG.
5878         * graphite-cloog-compat.h (cloog_initialize): Hide function
5879         when using CLOOG_ORG.
5880         (cloog_finalize): Same.
5881
5882 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5883
5884         * graphite-clast-to-gimple.c (free_scattering): Change
5885         CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
5886         (CLOOG_ORG).
5887         (build_cloog_prog): Same.
5888         * graphite-cloog-compat.h (cloog_domain): Removed.
5889         (cloog_scattering): New.
5890         (cloog_set_domain): Removed.
5891         (cloog_set_scattering): New.
5892         (cloog_next_domain): Removed.
5893         (cloog_next_scattering): New.
5894         (cloog_set_next_domain): Removed.
5895         (cloog_set_next_scattering): New.
5896         (CloogScatteringList): New.
5897         (CloogScattering): New.
5898         (cloog_scattering_free): New.
5899         (new_Cloog_Scattering_from_ppl_Polyhedron): New.
5900         * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
5901         New.
5902
5903 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5904
5905         * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
5906         CloogState.
5907         (set_cloog_options): Same.
5908         (print_clast_stmt): Same.
5909         (scop_to_clast): Same.
5910         (print_generated_program): Same.
5911         (gloog): Same.
5912         * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
5913         (scop_to_clast): Extend with CloogState.
5914         * graphite-cloog-util.c: Include graphite-cloog-compat.h
5915         (new_Cloog_Domain_from_ppl_Polyhedron):
5916         Extend with CloogState.  Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
5917         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
5918         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
5919         * graphite-cloog-util.h (build_cloog_prog): Same.
5920         * graphite-cloog-copat.h (build_cloog_prog): New.
5921         (CloogState): New.
5922         (cloog_state_malloc): New.
5923         (cloog_state_free): New.
5924         (cloog_loop_malloc): New.
5925         (cloog_options_malloc): New.
5926         (cloog_statement_alloc): New.
5927         (cloog_domain_from_cloog_matrix): New.
5928         (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
5929         (new_Cloog_Domain_from_ppl_Polyhedron): New.
5930
5931 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5932
5933         * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
5934         type of NAME now depends on used CLooG version.
5935         (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
5936         (gcc_type_for_clast_expr): Same.
5937         (print_clast_stmt): Replace pprint with clast_pprint.
5938         * graphite-cloog-compat.h: Provide compatibility macros for
5939         CLooG Legacy.
5940         (clast_name_p): New.
5941         (clast_expr_term): New.
5942         (clast_expr_red): New.
5943         (clast_expr_bin): New.
5944         (clast_pprint): New.
5945
5946 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5947
5948         * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
5949         compatible to newer CLooG releases (CLOOG_ORG).
5950         (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
5951         (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
5952         * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
5953         (build_cloog_prog) : New.
5954         (cloog_program_extract_scalars): New.
5955         (cloog_program_scatter): New.
5956
5957 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5958
5959         * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
5960         conditionally (CLOOG_ORG).
5961         * graphite-cloog-compat.h: New.  Include graphite-cloog-compat.h.
5962         (cloog_statement_usr): New.
5963         (cloog_domain): Same.
5964         (cloog_set_domain): Same.
5965         (cloog_next_domain): Same.
5966         (cloog_set_next_domain): Same.
5967         (cloog_program_nb_scattdims): Same.
5968         (cloog_program_set_nb_scattdims): Same.
5969         (cloog_program_names): Same.
5970         (cloog_program_set_names): Same.
5971         (cloog_program_set_context): Same.
5972         (cloog_program_set_loop): Same.
5973         (cloog_program_blocklist): Same.
5974         (cloog_program_set_blocklist): Same.
5975         (cloog_program_scaldims): Same.
5976         (cloog_program_set_scaldims): Same.
5977         (cloog_names_nb_parameters): Same.
5978         (cloog_names_set_nb_parameters): Same.
5979         (cloog_names_parameters): Same.
5980         (cloog_names_set_parameters): Same.
5981         (cloog_names_set_nb_iterators): Same.
5982         (cloog_names_set_iterators): Same.
5983         (cloog_names_set_nb_scattering): Same.
5984         (cloog_names_set_scattering): Same.
5985         (cloog_statement_set_usr): Same.
5986         (cloog_loop_set_next): Same.
5987         (cloog_loop_set_domain): Same.
5988         (cloog_loop_set_block): Same.
5989         (cloog_block_list_next): Same.
5990         (cloog_block_list_set_next):
5991         (cloog_block_list_set_block): Same.
5992
5993 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
5994
5995         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
5996         a bool.
5997         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
5998         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
5999         (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
6000         when something has been changed.
6001         (rewrite_commutative_reductions_out_of_ssa): Same.
6002
6003 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6004
6005         * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
6006         handle the case when def is in the sese region.
6007         (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
6008         for invariant expressions.
6009         (rewrite_cross_bb_phi_deps): Removed.
6010         (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
6011         (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
6012         rewrite_cross_bb_phi_deps.
6013
6014 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6015
6016         * graphite-sese-to-poly.c
6017         (rewrite_commutative_reductions_out_of_ssa_loop): Call
6018         scev_analyzable_p only on is_gimple_reg
6019
6020 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6021
6022         * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
6023         (rewrite_close_phi_out_of_ssa): Propagate constant values or
6024         parametric expressions outside the scop region.
6025         (rewrite_cross_bb_scalar_deps): Same.
6026         * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
6027
6028 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6029
6030         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
6031         SSA_NAME_DEF_STMT only on SSA_NAMEs.
6032
6033 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6034
6035         * tree-scalar-evolution.c (instantiate_scev_name): Do not
6036         instantiate default definitions.
6037
6038 2010-08-11  Vladimir Kargov  <kargov@gmail.com>
6039             Sebastian Pop  <sebastian.pop@amd.com>
6040
6041         * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
6042         (loop_exits_from_bb_p): New.
6043         * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
6044         (loop_exits_from_bb_p): Declared.
6045         * graphite-scop-detection.c (scopdet_basic_block_info): Call
6046         loop_exits_to_bb_p.
6047
6048 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6049
6050         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
6051         extra parameter for the region.  Call scev_analyzable_p.
6052         (rewrite_reductions_out_of_ssa): Update call to
6053         rewrite_close_phi_out_of_ssa.
6054         (rewrite_cross_bb_phi_deps): Same.
6055         (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
6056         parameter for the region.  Call scev_analyzable_p.
6057         (rewrite_commutative_reductions_out_of_ssa): Update call to
6058         rewrite_commutative_reductions_out_of_ssa_loop.
6059
6060 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6061
6062         * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
6063
6064 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6065
6066         * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
6067         SSA scalar phi nodes that can be scev_analyzable_p.
6068
6069 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6070
6071         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
6072         handle SSA_NAME_IS_DEFAULT_DEF.
6073
6074 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6075
6076         * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
6077
6078 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6079
6080         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
6081         case non close-phi nodes with one argument.
6082
6083 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6084
6085         * sese.h (scev_analyzable_p): Scevs could be expressions without
6086         chrecs and still be scev_analyzable_p.
6087
6088 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6089
6090         * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
6091
6092 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6093
6094         * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
6095         * cfgloop.h (struct loop): Remove single_iv field.
6096         * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
6097         (scop_canonicalize_loops): Removed.
6098         (scop_ivs_can_be_represented): Do not use loop->single_iv.  Iterate
6099         over all the loop phi nodes in loop->header.
6100         (build_poly_scop): Remove use of scop_canonicalize_loops.
6101
6102 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6103
6104         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
6105         handle GIMPLE_CALL.
6106
6107 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6108
6109         * tree-chrec.c (chrec_apply): Should only apply to the specified
6110         variable.  Also handle multivariate chains of recurrences that
6111         satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.
6112
6113 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6114
6115         * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
6116         (debug_clast_name_indexes_1): Removed.
6117         (debug_clast_name_indexes): Removed.
6118         (pbb_to_depth_to_oldiv): Removed.
6119         (build_iv_mapping): Replace the use of rename_map with iv_map.
6120         (translate_clast_user): Remove uses of rename_map.  Allocate and
6121         free iv_map.
6122         (translate_clast_for_loop): Remove uses of rename_map.
6123         (translate_clast_for): Same.
6124         (translate_clast_guard): Same.
6125         (translate_clast): Same.
6126         (gloog): Same.
6127         * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
6128         * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
6129         * sese.c (set_rename): Now static.
6130         (rename_variables_in_stmt): Removed.
6131         (rename_uses): New.
6132         (is_parameter): Removed.
6133         (is_iv): Removed.
6134         (expand_scalar_variables_call): Removed.
6135         (expand_scalar_variables_ssa_name): Removed.
6136         (expand_scalar_variables_expr): Removed.
6137         (expand_scalar_variables_stmt): Removed.
6138         (expand_scalar_variables): Removed.
6139         (rename_variables): Removed.
6140         (remove_condition): Removed.
6141         (get_true_edge_from_guard_bb): Removed.
6142         (get_false_edge_from_guard_bb): Removed.
6143         (struct igp): Removed.
6144         (default_before_guard): Removed.
6145         (convert_for_phi_arg): Removed.
6146         (add_guard_exit_phis): Removed.
6147         (insert_guard_phis): Removed.
6148         (graphite_copy_stmts_from_block): Now also uses iv_map and a
6149         region.  Do not copy conditions.  Do not copy induction variables.
6150         Call rename_uses.
6151         (copy_bb_and_scalar_dependences): Allocate a local rename_map for
6152         the translated statement.  Use the iv_map for the induction
6153         variable renaming.
6154         * sese.h (copy_bb_and_scalar_dependences): Update declaration.
6155         (set_rename): Removed declaration.
6156         (scev_analyzable_p): ...here.
6157         * tree-chrec.c (chrec_apply_map): New.
6158         * tree-chrec.h (chrec_apply_map): Declared.
6159
6160 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6161
6162         * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
6163         insert_loop_close_phis.
6164         * sese.c (name_defined_in_loop_p): Removed.
6165         (expr_defined_in_loop_p): Removed.
6166         (alive_after_loop): Removed.
6167         (close_phi_not_yet_inserted_p): Removed.
6168         (struct alep): Removed.
6169         (add_loop_exit_phis): Removed.
6170         (insert_loop_close_phis): Removed.
6171
6172 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6173
6174         * graphite-cloog-util.c
6175         (cloog_matrix_to_ppl_constraint): Fix flipped condition.
6176         * graphite-poly.c
6177         (psct_scattering_dim_for_loop_depth): Same.
6178
6179 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6180
6181         * graphite-cloog-util.h: Added cloog.h.
6182         * graphite-blocking.c: Removed cloog.h.
6183         * graphite-dependences.c: Same.
6184         * graphite-interchange.c: Same.
6185         * graphite-poly.c: Same.
6186         * graphite-ppl.c: Same.
6187         * graphite-scop-detection.c: Same.
6188         * graphite-sese-to-poly.c:
6189         Removed cloog.h.
6190         Removed graphite-clast-to-gimple.h.
6191         (check_poly_representation): Removed (unused).
6192         * graphite-sese-to-poly.h
6193         (check_poly_representation): Removed (unused).
6194
6195 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6196
6197         * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
6198         (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
6199         (graphite-cloog-util.o): New.
6200         (graphite-ppl.o): Added graphite-cloog-util.h.
6201         * graphite-clast-to-gimple.c:
6202         Added graphite-cloog-util.h to include statements.
6203         * graphite-cloog-util.c: New.
6204         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
6205         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
6206         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
6207         (new_C_Polyhedron_from_Cloog_Matrix): Same.
6208         (insert_constraint_into_matrix): Same.
6209         (ppl_Constrain_System_number_of_constraints): Same.
6210         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
6211         (oppose_constraint): Same.
6212         (cloog_matrix_to_ppl_constraint): Same.
6213         (new_Constraint_System_from_Cloog_Matrix): Same.
6214         * graphite-cloog-util.h: New.
6215         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
6216         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
6217         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
6218         (new_C_Polyhedron_from_Cloog_Matrix): Same.
6219         (insert_constraint_into_matrix): Same.
6220         * graphite-ppl.c:
6221         Added graphite-cloog-util.h to include statements.
6222         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
6223         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
6224         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
6225         (new_C_Polyhedron_from_Cloog_Matrix): Same.
6226         (insert_constraint_into_matrix): Same.
6227         (ppl_Constrain_System_number_of_constraints): Same.
6228         (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
6229         (oppose_constraint): Same.
6230         (cloog_matrix_to_ppl_constraint): Same.
6231         (new_Constraint_System_from_Cloog_Matrix): Same.
6232         * graphite-ppl.h:
6233         (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
6234         graphite-cloog-util.h.
6235         (new_Cloog_Domain_from_ppl_Polyhedron): Same.
6236         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
6237         (new_C_Polyhedron_from_Cloog_Matrix): Same.
6238         (insert_constraint_into_matrix): Same.
6239
6240 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
6241
6242         * graphite-clast-to-gimple.c
6243         (precision_for_value): Resolve value_* calls to matching mpz_* calls.
6244         (precision_for_interval): Same.
6245         (gcc_type_for_interval): Same.
6246         (compute_type_for_level): Same.
6247         * graphite-interchange.c
6248         (lst_interchange_profitable_p): Same.
6249         * graphite-poly.c
6250         (psct_scattering_dim_for_loop_depth): Same.
6251         * graphite-ppl.c
6252         (ppl_max_for_le_pointset): Same.
6253         (ppl_min_for_le_pointset): Same.
6254
6255 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6256
6257         * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
6258         (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
6259
6260 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6261
6262         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
6263         rewrite_close_phi_out_of_ssa.
6264
6265 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6266
6267         * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
6268
6269 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6270
6271         * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
6272         rename_map.
6273         * sese.c (debug_rename_map): Same.
6274         (get_rename): Same.
6275         (set_rename): Same.
6276         (rename_variables_in_stmt): Same.
6277         (expand_scalar_variables_call): Same.
6278         (expand_scalar_variables_ssa_name): Same.
6279         (expand_scalar_variables_expr): Same.
6280         (expand_scalar_variables_stmt): Same.
6281         (expand_scalar_variables): Same.
6282         (rename_variables): Same.
6283         (graphite_copy_stmts_from_block): Same.
6284         (copy_bb_and_scalar_dependences): Same.
6285
6286 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6287
6288         * graphite-clast-to-gimple.c (copy_renames): Removed.
6289         (translate_clast_for): Do not call copy_renames.
6290         (translate_clast_guard): Same.
6291
6292 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6293
6294         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
6295         (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
6296         (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
6297         before rewrite_cross_bb_scalar_deps.
6298
6299 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6300
6301         * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
6302         Early return in when flag_associative_math is not set.
6303
6304 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6305
6306         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
6307         of SSA copies on edges except for loop->latch.
6308
6309 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6310
6311         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
6312         Split out of rewrite_reductions_out_of_ssa.
6313         * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
6314         Declared.
6315         * graphite.c (graphite_transform_loops): Call it.
6316
6317 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6318
6319         * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
6320
6321 2010-08-11  Alexander Monakov  <amonakov@ispras.ru>
6322
6323         * dbgcnt.def (graphite_scop): New counter.
6324         * graphite.c: Include dbgcnt.h.
6325         (graphite_transform_loops): Use new counter to limit transformations.
6326         * Makefile.in (graphite.o): Depend on DBGCNT_H.
6327
6328 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6329
6330         * passes.c (init_optimization_passes): Add pass_graphite.
6331         Schedule a pass_copy_prop before pass_graphite_transforms.
6332         * timevar.def (TV_GRAPHITE): Declared.
6333         * tree-pass.h (pass_graphite): Declared.
6334         * tree-ssa-loop.c (pass_graphite): New.
6335
6336 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6337
6338         * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
6339         Remove calls to rename_nb_iterations and rename_sese_parameters.
6340         * graphite-clast-to-gimple.h (gloog): Update declaration.
6341         * graphite.c (graphite_transform_loops): Update call to gloog.
6342         * sese.c (rename_variables_in_expr): Removed.
6343         (rename_nb_iterations): Removed.
6344         (rename_sese_parameters): Removed.
6345         * sese.h (rename_nb_iterations): Removed.
6346         (rename_sese_parameters): Removed.
6347
6348 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6349
6350         * graphite-clast-to-gimple.c (gloog): Remove call to
6351         sese_adjust_liveout_phis.
6352         * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
6353         SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
6354         (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
6355         rewrite_phi_out_of_ssa.
6356         * sese.c (get_vdef_before_sese): Removed.
6357         (sese_adjust_vphi): Removed.
6358         (sese_adjust_liveout_phis): Removed.
6359         * sese.h (sese_adjust_liveout_phis): Removed.
6360
6361 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6362
6363         * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
6364         argument for the place after which to insert the out of SSA copy.
6365         (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
6366         (rewrite_phi_out_of_ssa): Same.
6367         (rewrite_cross_bb_scalar_deps): Same.
6368         (insert_copyout): Removed.
6369         (insert_copyin): Removed.
6370         (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
6371         insert_out_of_ssa_copy_on_edge instead of insert_copyout and
6372         insert_copyin.
6373
6374 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6375
6376         * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
6377         (rewrite_reductions_out_of_ssa): Same.
6378         (rewrite_commutative_reductions_out_of_ssa): Same.
6379         (build_poly_scop): Do not call these functions.
6380         * graphite-sese-to-poly.h (build_poly_scop): Declared.
6381         (rewrite_reductions_out_of_ssa): Declared.
6382         (rewrite_commutative_reductions_out_of_ssa): Declared.
6383         * graphite.c (graphite_transform_loops): Call on every scop
6384         rewrite_commutative_reductions_out_of_ssa before calling
6385         rewrite_reductions_out_of_ssa and build_scop_bbs.
6386
6387 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6388
6389         * graphite-dependences.c (dot_deps): Make system call to dotty run
6390         in background.
6391         (dot_deps_stmt): Same.
6392         * graphite-poly.c (dot_lst): Same.
6393
6394 2010-08-11  Sebastian Pop  <sebastian.pop@amd.com>
6395
6396         * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
6397         phi_arg_in_outermost_loop.
6398         (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
6399         (remove_invariant_phi): Same.
6400
6401 2010-08-11  Anatoly Sokolov  <aesok@post.ru>
6402
6403         * target.def (output_addr_const_extra): New hook.
6404         * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
6405         * doc/tm.texi: Regenerate.
6406         * targhooks.c (default_asm_output_addr_const_extra): New function.
6407         * targhooks.h (default_asm_output_addr_const_extra): Declare.
6408         * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
6409         target hook.
6410
6411         * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
6412         * config/i386/i386-protos.h (output_addr_const_extra): Remove.
6413         * config/i386/i386.h (output_addr_const_extra): Rename to...
6414         (i386_asm_output_addr_const_extra): ...this. Make static.
6415         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
6416
6417 2010-08-11  Richard Henderson  <rth@redhat.com>
6418
6419         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
6420
6421 2010-08-11  Nick Clifton  <nickc@redhat.com>
6422
6423         * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
6424         * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
6425         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
6426         stormy16-lib2-cmpsi.c.
6427
6428         * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
6429         -O2.
6430
6431 2010-08-11  Joseph Myers  <joseph@codesourcery.com>
6432
6433         * opts.h (struct cl_option_handler_func): Make handler take
6434         cl_decoded_option structure as parameter, not individual elements.
6435         (struct cl_option_handlers): Make callbacks take cl_decoded_option
6436         structure as parameter, not individual elements.
6437         (handle_option): Take cl_decoded_option structure as parameter,
6438         not individual elements.
6439         (handle_generated_option): Declare.
6440         * opts-common.c (handle_option): Take cl_decoded_option structure
6441         as parameter, not individual elements.  Update calls to callback
6442         and handler functions.
6443         (handle_generated_option): New.
6444         (read_cmdline_option): Update calls to callback functions and
6445         handle_option.
6446         * opts.c (common_handle_option, complain_wrong_lang,
6447         unknown_option_callback, post_handling_callback,
6448         lang_handle_option, target_handle_option): Take cl_decoded_option
6449         structure as parameter, not individual elements.
6450         (lang_handle_option, target_handle_option, common_handle_option):
6451         Assert option has at most one argument.
6452         (enable_warning_as_error): Call handle_generated_option instead of
6453         handle_option.  Do not pass -Werror argument as argument of
6454         generated option.
6455
6456 2010-08-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6457
6458         * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
6459         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
6460         (SUBWORD_BOOL_CAS): Likewise.
6461         (SUBWORD_SYNC_OP): Likewise.
6462         (SUBWORD_TEST_AND_SET): Likewise.
6463         (FETCH_AND_OP_WORD): Parenthesise INF_OP
6464         (SUBWORD_SYNC_OP): Likewise.
6465         (OP_AND_FETCH_WORD): Likewise.
6466
6467 2010-08-10  Xinliang David Li  <davidxl@google.com>
6468
6469         * tree-ssa-loop-ivopts.c (get_address_cost): Properly
6470         compute max/min offset in address.
6471
6472 2010-08-10  Vladimir Makarov  <vmakarov@redhat.com>
6473
6474         * ira-live.c: Include sbitmap.h.
6475         (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
6476         Compress live ranges even more.
6477
6478 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
6479
6480         * coverage.c (ctr_labels): Delete.
6481
6482 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
6483
6484         PR bootstrap/45177
6485         * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
6486         test here from arm_gen_load_multiple_1.
6487         (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
6488         multiple_operation_profitable_p.
6489
6490 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
6491
6492         * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
6493         (fini_pre): Call free_aux_for_blocks.  Delete unused bb variable.
6494
6495 2010-08-10  Richard Henderson  <rth@redhat.com>
6496
6497         * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
6498         after saving registers.  Assert that SSE registers are only saved
6499         with a sufficiently aligned frame.
6500         (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
6501         remove stack_realign_fp handling.
6502         (ix86_expand_prologue): Save int registers before stack_realign_fp,
6503         and do not mark the stack alignment as frame related.
6504         (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
6505
6506         * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
6507         saves when re-aligning the stack.
6508
6509 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
6510
6511         * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
6512         * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
6513         (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
6514
6515 2010-08-10  Nathan Froyd  <froydnj@codesourcery.com>
6516
6517         * dwarf2out.c (struct die_struct): Move die_tag to the end.
6518
6519 2010-08-09  Sofiane Naci  <sofiane.naci@arm.com>
6520
6521         * config/arm/iterators.md: New file.
6522         * config/arm/arm.md: Include iterators.md.
6523         (QHSI): Move to new file.
6524         (LTUGEU, cnb, optab, ior_xor): Likewise.
6525         * config/arm/iwmmxt.md (VMMX): Move to new file.
6526         (VSHFT, MMX_char): Likewise.
6527         * config/arm/neon.md (VD): Move to new file.
6528         (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
6529         (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
6530         (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
6531         (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
6532         (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
6533         (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
6534         (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
6535         (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
6536         (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
6537         (Is_d_reg, V_mode_nunits): Likewise.
6538         * config/arm/vec-common.md (VALL): Move to new file.
6539         (VALLW, VINT, VINTW): Likewise.
6540
6541 2010-08-10  Bernd Schmidt  <bernds@codesourcery.com>
6542
6543         PR middle-end/45182
6544         * combine.c (make_compound_operation): Don't try to convert
6545         shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
6546
6547 2010-08-10  Richard Guenther  <rguenther@suse.de>
6548
6549         * tree.h (get_object_alignment): Adjust prototype.
6550         * builtins.c (get_object_alignment): Return unsigned int,
6551         drop the align parameter.  Handle MEM_REF, MISALIGNED_INDIRECT_REF
6552         and TARGET_MEM_REF properly.
6553         (get_pointer_alignment): Adjust.
6554         * emit-rtl.c (get_mem_align_offset): Adjust comment.
6555         (set_mem_attributes_minus_bitpos): Adjust.
6556         * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
6557
6558 2010-08-10  Richard Guenther  <rguenther@suse.de>
6559
6560         * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
6561         (copy_prop_visit_assignment): Simplify.
6562         (copy_prop_visit_stmt): Also visit assignments from
6563         constants.
6564         (copy_prop_visit_phi_node): Use operand_equal_p.
6565
6566 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
6567
6568         * ipa-split.c (find_split_points): Free stack.
6569
6570 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
6571
6572         * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
6573         * tree.c (tree_node_kind): Delete corresponding entries.
6574
6575 2010-08-09  H.J. Lu  <hongjiu.lu@intel.com>
6576
6577         * alias.c (may_alias_p): Remove unused ret.
6578
6579 2010-08-09  Bingfeng Mei  <bmei@broadcom.com>
6580
6581         * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
6582         alias_sets_conflict_p.
6583         (walk_mems_1): Moved from alias.c.
6584         (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
6585         in alias.c.
6586         (add_inter_loop_mem_dep): Use insns_may_alias_p now.
6587         * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
6588         * alias.c (walk_mems_2): Moved to ddg.c.
6589         (walk_mems_1): Ditto.
6590         (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
6591         to ddg.c.
6592         (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
6593         disambiguation.
6594         *(may_alias_p): New function to check whether two memory expression
6595         may alias or not. Currently used in buidling inter-iteration memory
6596         dependence.
6597         *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
6598         (insn_alias_sets_conflict_p): Removed
6599         *rtl.h (may_alias_p): New function prototype.
6600
6601 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
6602
6603         * tree.c (nreverse): Assert that we don't have a BLOCK.
6604
6605 2010-08-09  Nathan Froyd  <froydnj@codesourcery.com>
6606
6607         * builtins.c (fold_builtin_next_arg): Use stdarg_p.
6608         * config/arm/arm.c (arm_get_pcs_model): Likewise.
6609         * config/avr/avr.c (init_cumulative_args): Likewise.
6610         * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
6611         * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
6612         * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
6613         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
6614         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
6615         * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
6616         * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
6617         * dwarf2out.c (gen_subprogram_die): Likewise.
6618         * function.c (allocate_struct_function): Likewise.
6619         * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
6620         (deserves_ellipsis): Delete.
6621
6622 2010-08-09  Richard Guenther  <rguenther@suse.de>
6623
6624         * tree-ssa-copy.c (cached_last_copy_of): Remove.
6625         (valueize_val): New function.
6626         (get_last_copy_of): Remove.
6627         (set_copy_of_val): Simplify.
6628         (dump_copy_of): Likewise.
6629         (copy_prop_visit_cond_stmt): Use valueize_val.
6630         (copy_prop_visit_phi_node): Properly handle unvisited names.
6631         Drop code managing copy-of chains.
6632         (init_copy_prop): Adjust.
6633         (fini_copy_prop): Likewise.
6634         (execute_copy_prop): Remove obsolete comment.
6635
6636 2010-08-09  Richard Guenther  <rguenther@suse.de>
6637
6638         PR middle-end/44632
6639         * function.c (gimplify_parameters): Do not clear addressable
6640         bit of the original parameter.
6641
6642 2010-08-09  Richard Guenther  <rguenther@suse.de>
6643
6644         PR middle-end/45212
6645         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
6646         alignment from MEM_REF offset only if we took it from the
6647         base object.
6648
6649 2010-08-09  Eric Fisher  <joefoxreal@gmail.com>
6650
6651         * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
6652
6653 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
6654
6655         * c-tree.h (build_arg_info): Declare.
6656         * c-decl.c (build_arg_info): Define.
6657         (get_parm_info): Call it.  Delete initialization code.
6658         * c-parser.c (c_parser_parms_declarator): Likewise.
6659         (c_parser_parms_list_declaractor): Likewise.
6660
6661 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
6662
6663         * c-tree.h (c_arg_tag): Define.  Define a VEC containing it.
6664         (struct c_arg_info): Change type of tags field.
6665         * c-decl.c (grokdeclarator): Update for changed type of tags field.
6666         (get_parm_info): Likewise.
6667         (store_parm_decls_newstyle): Likewise.
6668
6669 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
6670
6671         * config/rs6000/rs6000.c (branch_island): Define.  Define a VEC of it.
6672         (branch_island_list): Delete.
6673         (branch_islands): Declare.
6674         (add_compiler_branch_island): Adjust for branch_islands instead of
6675         branch_island_list.
6676         (macho_branch_islands): Likewise.
6677         (no_previous_def): Likewise.
6678         (get_prev_label): Likewise.
6679
6680 2010-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6681
6682         PR boehm-gc/34544
6683         * gthr-posix.h (__gthread_start): Delete.
6684         (__gthread_active_init): Use pthread_default_stacksize_np instead of
6685         pthread_create to determine if hpux pthreads are active.
6686         * gthr-posix95.h (__gthread_start): Delete.
6687         (__gthread_active_init): Likewise use pthread_default_stacksize_np.
6688
6689 2010-08-08  Kai Tietz  <kai.tietz@onevision.com>
6690
6691         * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
6692         _WIN64 not expanded.
6693
6694 2010-08-07  Uros Bizjak  <ubizjak@gmail.com>
6695             H.J. Lu  <hongjiu.lu@intel.com>
6696
6697         PR target/45213
6698         * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
6699         to output 32bit SFmode immediate as 8 byte sign extended value.
6700
6701 2010-08-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6702
6703         * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
6704         'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
6705         (SUBWORD_BOOL_CAS): Likewise.
6706         (SUBWORD_SYNC_OP): Likewise.
6707         (SUBWORD_TEST_AND_SET): Likewise.
6708         (FETCH_AND_OP_WORD): Parenthesise INF_OP
6709         (SUBWORD_SYNC_OP): Likewise.
6710         (OP_AND_FETCH_WORD): Likewise.
6711
6712 2010-08-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6713
6714         * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
6715         * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
6716         (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
6717         (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
6718         generic part.
6719         (cortex_a9_sched_adjust_cost): New function.
6720         (xscale_sched_adjust_cost): New function.
6721         * config/arm/arm-protos.h (struct tune_params): New field
6722         sched_adjust_cost.
6723         * config/arm/arm-cores.def: Adjust costs for cortex-a9.
6724
6725 2010-08-06  Eric Botcazou  <ebotcazou@adacore.com>
6726
6727         PR target/44942
6728         * config/sparc/sparc.c (function_arg_advance): Always take into account
6729         the padding, if any.
6730
6731 2010-08-06  Richard Guenther  <rguenther@suse.de>
6732
6733         * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
6734         (dump_lattice_value): Dump it.
6735         (get_default_value): Adjust.
6736         (get_constant_value): Likewise.
6737         (set_value_varying): Likewise.
6738         (set_lattice_value): Make sure to not go up the lattice
6739         with bitwise constant values.
6740         (get_value_for_expr): Handle ADDR_EXPRs.
6741         (value_to_double_int): New function.
6742         (get_value_from_alignment): Likewise.
6743         (do_dbg_cnt): Adjust.
6744         (ccp_lattice_meet): Handle partially constant values.
6745         (bit_value_unop_1): New function.
6746         (bit_value_binop_1): Likewise.
6747         (bit_value_unop): Likewise.
6748         (bit_value_binop): Likewise.
6749         (evaluate_stmt): Track partially constant values if
6750         flag_tree_bit_ccp is set.
6751         (ccp_fold_stmt): Dump if we folded a predicate.
6752         (ccp_visit_stmt): Adjust.
6753         * common.opt (ftree-bit-ccp): New flag.
6754         * doc/invoke.texi (ftree-bit-ccp): Document.
6755         * opts.c (decode_options): Enable bit-CCP at -O1.
6756
6757 2010-08-06  Alan Modra  <amodra@gmail.com>
6758
6759         * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
6760         and -mrelocatable-lib description.
6761
6762 2010-08-05  Bernd Schmidt  <bernds@codesourcery.com>
6763
6764         From Martin Thuresson  <martint@google.com>
6765         * postreload.c (reload_cse_simplify_operands): Use
6766         SET_REGNO_RAW instead of SET_REGNO.
6767         * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
6768         SET_REGNO.
6769         * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
6770         instead of SET_REGNO.
6771         * rtl.h (SET_REGNO_RAW): New macro.
6772
6773 2010-08-05  Eric Botcazou  <ebotcazou@adacore.com>
6774
6775         * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
6776         computations.  Fix formatting issues.
6777         (num_sign_bit_copies1): Likewise.
6778         (canonicalize_condition): Likewise.
6779
6780 2010-08-05  Richard Henderson  <rth@redhat.com>
6781
6782         * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
6783         (floor_log2): Use clz_hwi.
6784         (exact_log2): Use ctz_hwi.
6785         * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
6786         * builtins.c (fold_builtin_bitop): Use them.
6787         * simplify-rtx.c (simplify_const_unary_operation): Likewise.
6788         * combine.c (get_pos_from_mask): Use ctz_hwi.
6789         * double-int.c (double_int_ctz): Likewise.
6790         * explow.c (force_reg): Likewise.
6791         * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
6792
6793 2010-08-05  Richard Henderson  <rth@redhat.com>
6794
6795         PR target/45189
6796         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
6797         the alignment constant is properly sign-extended.
6798
6799 2010-08-05  Richard Guenther  <rguenther@suse.de>
6800
6801         * expr.c (store_expr): Use emit_block_move only if both
6802         source and target are MEMs.  Use store_bit_field if only
6803         the target is a MEM.
6804
6805 2010-08-05  Richard Henderson  <rth@redhat.com>
6806
6807         PR debug/45188
6808         * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
6809         (INCOMING_RETURN_ADDR_RTX): Likewise.
6810         (dwarf2out_do_frame): Remove conditional compilation.
6811         (dwarf2out_frame_init): Likewise.
6812
6813 2010-08-05  Nicolas Setton  <setton@adacore.com>
6814
6815         * gcov.c (flag_display_progress): New static variable.
6816         (main): Display progress info on standard output if requested.
6817         (options): Add -d/--display-progress.
6818         (print_usage): Print them.
6819         (process_args): Handle them.
6820         * doc/gcov.texi: Document them.
6821
6822 2010-08-05  Martin Jambor  <mjambor@suse.cz>
6823
6824         * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
6825         (ipcp_insert_stage): Redirect only edges not flagged with
6826         indirect_inlining_edge.  Call ipcp_discover_new_direct_edges for all
6827         discovered constants.
6828
6829 2010-08-05  Martin Jambor  <mjambor@suse.cz>
6830
6831         * ipa-prop.h (enum ipa_lattice_type): Changed comments.
6832         (struct ipa_param_descriptor): New fields types and
6833         cannot_devirtualize.
6834         (ipa_param_cannot_devirtualize_p): New function.
6835         (ipa_param_types_vec_empty): Likewise.
6836         (ipa_make_edge_direct_to_target): Declare.
6837         * ipa-cp.c: Fixed first stage driver name in initial comment,
6838         described devirtualization there too.
6839         (ipcp_analyze_node): Call ipa_analyze_params_uses.
6840         (ipcp_print_all_lattices): Print devirtualization info.
6841         (ipa_set_param_cannot_devirtualize): New function.
6842         (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
6843         lattice to BOTTOM.
6844         (ipcp_init_stage): Merged into...
6845         (ipcp_generate_summary): ...its caller.
6846         (ipcp_change_tops_to_bottom): Also process type lists.
6847         (ipcp_add_param_type): New function.
6848         (ipcp_copy_types): Likewise.
6849         (ipcp_propagate_types): Likewise.
6850         (ipcp_propagate_stage): Also propagate types.
6851         (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
6852         Also return true if propagated types require it.
6853         (ipcp_update_callgraph): Dump redirection info.
6854         (ipcp_process_devirtualization_opportunities): New function.
6855         (ipcp_const_param_count): Include known type information.
6856         (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
6857         on new node.  Fixed formatting.
6858         * ipa-prop.c (make_edge_direct_to_target): Renamed to
6859         ipa_make_edge_direct_to_target and changed all callers.  Made
6860         externally visible.
6861         (ipa_node_duplication_hook): Duplicate types vector.
6862         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
6863         redirect outgoing calls for which we can't get a decl from the
6864         statement.  Check that we can get a decl from the call statement.
6865         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
6866         ipa_analyze_params_uses only when ipa-cp is disabled.
6867         * tree-inline.c (get_indirect_callee_fndecl): Removed.
6868         (expand_call_inline): Do not call get_indirect_callee_fndecl.
6869         * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
6870         * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
6871
6872 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6873
6874         * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
6875         temporary. Emit move from temporary to accum, so REG_EQUAL note will
6876         be attached to this insn in correct mode.
6877
6878 2010-08-05  Uros Bizjak  <ubizjak@gmail.com>
6879
6880         * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
6881         using REGNO of base_reg directly.
6882
6883 2010-08-05  Jie Zhang  <jie@codesourcery.com>
6884
6885         PR tree-optimization/45144
6886         * tree-sra.c (type_consists_of_records_p): Return false
6887         if the record contains bit-field.
6888
6889 2010-08-04  Richard Henderson  <rth@redhat.com>
6890
6891         * config/i386/i386.c (struct ix86_frame): Remove padding and
6892         to_allocate members.
6893         (ix86_compute_frame_layout): Don't store them.
6894         (ix86_can_use_return_insn_p): Use a more direct and more obviously
6895         correct condition for the position of the stack pointer.
6896         (ix86_expand_prologue): Compute remaining stack allocation based
6897         on the ultimate stack pointer offset.
6898         (ix86_expand_epilogue): Use more obvious expressions testing for
6899         the stack pointer already pointing to the saved registers.
6900
6901         * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
6902         duplication deconstructing the frame pointer.  Simplify
6903         deallocation of the local stack frame.
6904
6905         * reg-notes.def (CFA_EXPRESSION): New.
6906         * dwarf2out.c (dwarf2out_frame_debug): Handle it.
6907         (dwarf2out_frame_debug_cfa_expression): New.
6908         (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
6909
6910         * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
6911         * config/i386/i386.c (ix86_expand_prologue): Set it.
6912         (ix86_expand_epilogue): Clear it.
6913         (ix86_emit_save_reg_using_mov): For registers saved in a realigned
6914         context, add REG_CFA_EXPRESSION notes.
6915
6916         * config/i386/i386.h (struct machine_frame_state): Rename from
6917         machine_cfa_state.  Add members tracking SP and FP regardless
6918         of the current CFA register.
6919         (ix86_cfa_state): Remove.
6920         * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
6921         and sse_reg_save_offset members.
6922         (ix86_compute_frame_layout): Set them.
6923         (gen_push): Increment sp_offset too.
6924         (choose_baseaddr_len, choose_baseaddr): New.
6925         (ix86_emit_save_reg_using_mov): New.
6926         (ix86_emit_save_regs_using_mov): Use it.
6927         (ix86_emit_save_sse_regs_using_mov): Likewise.
6928         (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
6929         compare vs the saved red_zone_offset.
6930         (pro_epilogue_adjust_stack): Adjust sp_offset.
6931         (ix86_adjust_stack_and_probe): Likewise.
6932         (ix86_expand_prologue): Set up, use, and validate the new
6933         frame_state_info members.  Use gen_frame_mem.
6934         (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
6935         (ix86_emit_restore_reg_using_pop): Likewise.  Use and update the
6936         new frame_state_info members.
6937         (ix86_emit_leave): Likewise.
6938         (ix86_emit_restore_regs_using_mov): Likewise.  Don't check for
6939         out-of-range stack pointer offsets here.
6940         (ix86_emit_restore_sse_regs_using_mov): Likewise.
6941         (ix86_expand_epilogue): Use and validate the new frame_state_info
6942         members.  Break up and simplify the logic selecting the
6943         restore_regs_via_mov code path.  Ensure that there will be no
6944         out-of-range stack pointer offsets.
6945
6946         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
6947
6948         * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
6949         argument name to reflect the expected tree; fix indentation.
6950         (ix86_asm_output_function_label): Output the entire 32-bit
6951         ms_hook here as bytes ...
6952         (ix86_expand_prologue): ... not here as insns.  Attach the
6953         unwind info for the ms_hook to a blockage insn.
6954         (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
6955         (ix86_ms_bitfield_layout_p): Fix indentation.
6956         * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
6957
6958         * config/i386/i386.c (ix86_using_red_zone): New.
6959         (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
6960         ix86_expand_prologue, ix86_force_to_memory): Use it.
6961
6962         * config/i386/i386.c (ix86_expand_prologue): Simplify logic
6963         saving the int registers.
6964
6965         * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
6966         and DWARF2_UNWIND_INFO conditional compilation.
6967
6968 2010-08-04  Richard Henderson  <rth@redhat.com>
6969
6970         PR debug/45171
6971         * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
6972         an is_naming_typedef_decl.
6973
6974 2010-08-04  Bernd Schmidt  <bernds@codesourcery.com>
6975
6976         PR rtl-optimization/45162
6977         * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
6978         * dce.c (word_dce_process_block): Likewise.
6979
6980 2010-08-04  Steve Ellcey  <sje@cup.hp.com>
6981
6982         PR target/44583
6983         * config/ia64/constraints.md (Z): New.
6984         * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
6985         (xfreg_or_signed_fp01_operand): New.
6986         * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
6987         with fr_reg_or_signed_fp01_operand and constraint G with Z.
6988         (subsf3): Ditto.
6989         (*maddsf4): Ditto.
6990         (*msubsf4): Ditto.
6991         (adddf3): Ditto.
6992         (adddf3_trunc): Ditto.
6993         (subdf3): Ditto.
6994         (*subdf3_trunc): Ditto.
6995         (*madddf4): Ditto.
6996         (*madddf4_trunc): Ditto.
6997         (*msubdf4): Ditto.
6998         (*msubdf4_trunc): Ditto.
6999         (addxf3): Replace xfreg_or_fp01_operand with
7000         xfreg_or_signed_fp01_operand and constraint G with Z.
7001         (*addxf3_truncsf): Ditto.
7002         (*addxf3_truncdf): Ditto.
7003         (subxf3): Ditto.
7004         (*subxf3_truncsf): Ditto.
7005         (*subxf3_truncdf): Ditto.
7006         (*maddxf4): Ditto.
7007         (*maddxf4_truncsf): Ditto.
7008         (*maddxf4_truncdf): Ditto.
7009         (*msubxf4): Ditto.
7010         (*msubxf4_truncsf): Ditto.
7011         (*msubxf4_truncdf): Ditto.
7012
7013 2010-08-04  Richard Guenther  <rguenther@suse.de>
7014
7015         * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
7016         if either alias-set is zero.
7017
7018 2010-08-04  Richard Guenther  <rguenther@suse.de>
7019
7020         * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
7021         * tree-ssa-ccp.c: ... here.
7022         * tree-ssa-copy.c: ... and here.
7023         * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
7024         value_range_t): Move ...
7025         * tree-vrp.c: ... here.
7026         * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
7027         (substitute_and_fold): Adjust prototype.
7028         * tree-ssa-propagate.c (replace_uses_in): Adjust.
7029         (replace_phi_args_in): Likewise.
7030         (substitute_and_fold): Take callback to query lattice instead
7031         of pointer to lattice.  Replace SSA name defs with lattice
7032         values first.
7033         * tree-ssa-ccp.c (ccp_finalize): Adjust.
7034         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
7035         (get_value): New function.
7036         (fini_copy_prop): Adjust.
7037         * tree-vrp.c (vrp_finalize): Adjust.
7038
7039 2010-08-04  Richard Guenther  <rguenther@suse.de>
7040
7041         PR middle-end/45176
7042         * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
7043         points-to set for original MEM_REF.
7044
7045 2010-08-04  Richard Guenther  <rguenther@suse.de>
7046
7047         * tree-ssa-ccp.c (get_constant_value): New function.
7048         (get_rhs_assign_op_for_ccp): Remove.
7049         (valueize_op): New function.
7050         (ccp_fold): Use get_constant_value and valueize_op.
7051         (fold_const_aggregate_ref): Likewise.
7052         (ccp_fold_stmt): Likewise.
7053         (visit_assignment): Simplify.
7054
7055 2010-08-04  Richard Guenther  <rguenther@suse.de>
7056
7057         * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
7058         * double-int.h (double_int_ctz): Declare.
7059         * double-int.c (double_int_ctz): New function.
7060
7061 2010-08-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
7062
7063         * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
7064         Define.
7065         picochip_expand_movmemhi : Expand movmem pattern.
7066         * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
7067         Declare.
7068         * config/picochip/picochip.md (movmemhi) : New pattern.
7069
7070 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
7071
7072         * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
7073
7074 2010-08-03  Bernd Schmidt  <bernds@codesourcery.com>
7075
7076         * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
7077         NEG as operand of a MULT by merging it with the other operand.
7078         * combine.c (make_compound_operation): Use trunc_int_for_mode when
7079         generating a MULT with constant.  Canonicalize PLUS and MINUS involving
7080         MULT.
7081         * config/arm/constraints.md (M): Examine only 32 bits of a
7082         HOST_WIDE_INT.
7083         * config/arm/predicates.md (power_of_two_operand): Likewise.
7084
7085 2010-08-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
7086
7087         * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
7088         non-NOTE insns.
7089
7090 2010-08-03  Jan Hubicka  <jh@suse.cz>
7091
7092         * ipa-split.c (struct split_point): Add split_part_set_retval.
7093         (find_retval): Forward declare.
7094         (test_nonssa_use, mark_nonssa_use): Special case return by reference.
7095         (consider_split): Compute current->split_part_set_retval.
7096         (visit_bb): Do not look into return value.
7097         (split_function): Handle !split_part_set_retval
7098
7099 2010-08-03  Martin Jambor  <mjambor@suse.cz>
7100
7101         * tree-sra.c (completely_scalarize_record): New parameter REF, create
7102         its own access->expr intead of using build_ref_for_offset.
7103
7104 2010-08-03  Joseph Myers  <joseph@codesourcery.com>
7105
7106         * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
7107         * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
7108         * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
7109         * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
7110         * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
7111         * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
7112         * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
7113         DEFAULT_SWITCH_TAKES_ARG.
7114         * config/rx/rx.opt (-patch=): Remove option.
7115         * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
7116         * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
7117         * doc/invoke.texi (RX Options): Remove -patch=.
7118         * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
7119         (option_map): Remove --profile-blocks, --quiet and --silent.
7120
7121 2010-08-03  Uros Bizjak  <ubizjak@gmail.com>
7122
7123         * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
7124         * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
7125         (ix86_expand_branch): Add op0 and op1 arguments.  Do not access
7126         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
7127         Update calls to ix86_expand_compare and ix86_expand_branch.
7128         (ix86_expand_setcc): Add op0 and op1 arguments.  Update calls to
7129         ix86_expand_compare.
7130         (ix86_expand_compare): Add op0 and op1 arguments.  Do not access
7131         ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
7132         Make static.
7133         (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
7134         and ix86_compare_op1.  Update calls to ix86_expand_compare.
7135         (ix86_expand_int_movcc): Ditto.
7136         (ix86_expand_fp_movcc): Ditto.  Update calls to ix86_expand_setcc.
7137         * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
7138         (ix86_expand_setcc): Ditto.
7139         (ix86_expand_compare): Remove prototype.
7140         * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
7141         ix86_compare_op0 and ix86_compare_op1.  Update calls
7142         to ix86_expand_branch to directly pass operands[1] and operands[2].
7143         (cbranchxf4): Ditto.
7144         (cbranch<MODEF:mode>4): Ditto.
7145         (cbranchcc4): Ditto.
7146         (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
7147         Update calls to ix86_expand_setcc to directly pass operands[2] and
7148         operands[3].
7149         (cstorexf4): Ditto.
7150         (cstore<MODEF:mode>4): Ditto.
7151         (cstorecc4): Ditto.
7152
7153 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
7154
7155         PR target/45063
7156         * caller-save.c (save_call_clobbered_regs): Remove regs from
7157         hard_regs_saved when they are set.
7158
7159 2010-08-02  Uros Bizjak  <ubizjak@gmail.com>
7160
7161         PR target/41089
7162         * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
7163         as volatile.
7164
7165 2010-08-02  Sebastian Pop  <sebastian.pop@amd.com>
7166
7167         * common.opt (ftree-loop-distribute-patterns): New.
7168         * invoke.texi (-ftree-loop-distribute-patterns): Documented.
7169         * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
7170         at -O3.
7171         * tree-data-ref.c (stores_zero_from_loop): New.
7172         * tree-data-ref.h (stores_zero_from_loop): Declared.
7173         * tree-loop-distribution.c (tree_loop_distribution): Call
7174         stores_zero_from_loop.
7175         (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
7176
7177 2010-08-02  Bernd Schmidt  <bernds@codesourcery.com>
7178
7179         * postreload.c (reload_cse_simplify_operands): Take attribute enabled
7180         into account.
7181
7182         * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
7183         * config/arm/arm.c (thumb1_code): New variable.
7184         (arm_override_options): Set it.
7185         (thumb1_final_prescan_insn): Keep track of condition code status.
7186         (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
7187         jumps that depend on them.
7188         * config/arm/arm.h (thumb1_code): Declare variable.
7189         (struct machine_function): Guard with #ifndef GENERATOR_FILE.  Add
7190         members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
7191         thumb1_cc_mode.
7192         (CC_STATUS_INIT): New macro.
7193         * config/arm/constraints.md (Pd): New constraint.
7194         * config/arm/predicates.md (noov_comparison_operator): New predicate.
7195         * config/arm/arm.md (is_thumb1): New define_attr.
7196         (conds): Set default to "clob" when generating Thumb1 code.
7197         (thumb1_bicsi3): Renamed from bicsi3.  All uses changed.  Condition
7198         code are set.  Use two-operand assembly syntax.
7199         (thumb1_subsi3_insn): Condition codes are set.  Now a properly named
7200         pattern.
7201         (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
7202         codes are set.  Use two-operand assembly syntax.
7203         (zero_extendhisi splitter): Remove constraints.
7204         (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
7205         thumb1_movsf_insn): Set conds attribute as appropriate.
7206         (cbranchsi4_insn): Use condition code status from struct
7207         machine_function to determine whether the comparison can be eliminated.
7208         Discourage the alternative using high registers.
7209         (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
7210         orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
7211         bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
7212         subsi3_cbranch): Delete.
7213         (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
7214         one subtract and one cbranch insn.
7215
7216         * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
7217         thumb2_movdf_soft_insn): Delete patterns.
7218         * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
7219         arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
7220         (pool_range, neg_pool_range): Use them to define defaults.
7221         (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
7222         and allow for TARGET_32BIT.
7223
7224         PR target/40457
7225         * config/arm/arm.h (arm_regs_in_sequence): Declare.
7226         * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
7227         load_multiple_sequence, store_multiple_sequence): Delete
7228         declarations.
7229         (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
7230         declarations.
7231         * config/arm/ldmstm.md: New file.
7232         * config/arm/arm.c (arm_regs_in_sequence): New array.
7233         (load_multiple_sequence): Now static.  New args SAVED_ORDER,
7234         CHECK_REGS.  All callers changed.
7235         If SAVED_ORDER is nonnull, copy the computed order into it.
7236         If CHECK_REGS is false, don't sort REGS.  Handle Thumb mode.
7237         (store_multiple_sequence): Now static.  New args NOPS_TOTAL,
7238         SAVED_ORDER, REG_RTXS and CHECK_REGS.  All callers changed.
7239         If SAVED_ORDER is nonnull, copy the computed order into it.
7240         If CHECK_REGS is false, don't sort REGS.  Set up REG_RTXS just
7241         like REGS.  Handle Thumb mode.
7242         (arm_gen_load_multiple_1): New function, broken out of
7243         arm_gen_load_multiple.
7244         (arm_gen_store_multiple_1): New function, broken out of
7245         arm_gen_store_multiple.
7246         (arm_gen_multiple_op): New function, with code from
7247         arm_gen_load_multiple and arm_gen_store_multiple moved here.
7248         (arm_gen_load_multiple, arm_gen_store_multiple): Now just
7249         wrappers around arm_gen_multiple_op.  Remove argument UP, all callers
7250         changed.
7251         (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
7252         * config/arm/predicates.md (commutative_binary_operator): New.
7253         (load_multiple_operation, store_multiple_operation): Handle more
7254         variants of these patterns with different starting offsets.  Handle
7255         Thumb-1.
7256         * config/arm/arm.md: Include "ldmstm.md".
7257         (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
7258         ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
7259         stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
7260         peepholes): Delete.
7261         * config/arm/ldmstm.md: New file.
7262         * config/arm/arm-ldmstm.ml: New file.
7263
7264         * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
7265         if statement which adds extra costs to frame-related expressions.
7266
7267 2010-08-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7268
7269         * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
7270
7271 2010-08-01  Uros Bizjak  <ubizjak@gmail.com>
7272
7273         PR target/45142
7274         * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
7275         alternative 2.
7276         (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
7277         split V4SI operands.
7278
7279 2010-08-01  Anatoly Sokolov  <aesok@post.ru>
7280
7281         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
7282         * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
7283         * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
7284         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
7285
7286 2010-07-31  Kai Tietz  <kai.tietz@onevision.com>
7287
7288         * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
7289         LOCAL_INCLUDE_DIR.
7290
7291 2010-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
7292
7293         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
7294         used in the call to optab_for_tree_code.  Fix the second
7295         is_widening_mult_p call.  Check that both unwidened operands
7296         have the same sign.
7297
7298 2010-07-31  John Tytgat  <John.Tytgat@aaug.net>
7299
7300         * config/arm/arm.c (arm_function_arg): Remove superfluous test.
7301
7302 2010-07-31  Anatoly Sokolov  <aesok@post.ru>
7303
7304         * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
7305
7306 2010-07-30  DJ Delorie  <dj@redhat.com>
7307
7308         * config/rx/predicates.md (rx_constshift_operand): New.
7309         * config/rx/rx.md (zs_cond): New.
7310         (cbranchsi4): Remove mode.
7311         (*cbranchsi4_<code>): Likewise.
7312         (*tstbranchsi4_<code>): New.
7313         (*tstbranchsi4r_<code>): New.
7314         (*tstbranchsi4m_eq): New.
7315         (*tstbranchsi4m_ne): New.
7316         (cbranchsf4): Remove mode.
7317         (*cbranchsf4_<code>): Likewise.
7318
7319 2010-07-30  Bernd Schmidt  <bernds@codesourcery.com>
7320
7321         * rtlanal.c (simplify_subreg_regno): Don't treat
7322         HARD_FRAME_POINTER_REGNUM specially.
7323
7324 2010-07-30  Joseph Myers  <joseph@codesourcery.com>
7325
7326         * common.opt (-G): Don't define option here.
7327         * config/g.opt: New.
7328         * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
7329         rs6000/powerpc and score targets.
7330         * opts.c (common_handle_option): Don't handle -G here.
7331         * config/alpha/alpha.c (alpha_handle_option): Handle -G.
7332         * config/frv/frv.c (frv_handle_option): Handle -G.
7333         * config/ia64/ia64.c (ia64_handle_option): Handle -G.
7334         * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
7335         * config/m32r/m32r.c (m32r_handle_option): Handle -G.
7336         * config/mips/mips.c (mips_handle_option): Handle -G.
7337         * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
7338         * config/score/score.c (score_handle_option): Handle -G.
7339
7340 2010-07-30  Anatoly Sokolov  <aesok@post.ru>
7341
7342         * config/mmix/mmix.c: Include basic-block.h.
7343
7344 2010-07-30  Jakub Jelinek  <jakub@redhat.com>
7345
7346         PR debug/45055
7347         PR rtl-optimization/45137
7348         * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
7349         prototypes.
7350         * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
7351         New functions.
7352         * combine.c (next_nonnote_nondebug_insn): Removed.
7353         * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
7354         * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
7355         * sched-deps.c (sched_analyze_insn): Likewise.
7356         (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
7357         * rtlanal.c (canonicalize_condition): Likewise.
7358         * postreload.c (reload_combine_recognize_pattern): Likewise.
7359         (reload_cse_move2add): Use next_nonnote_nondebug_insn.
7360
7361 2010-07-29  Uros Bizjak  <ubizjak@gmail.com>
7362
7363         * config/i386/i386.md (int_cond): Remove code iterator.
7364         (fp_cond): Ditto.
7365         (cbranch<mode>4): Use ordered_comparison_operator predicate
7366         for operator0.
7367         (cstore<mode>4): Ditto for operator1.
7368         (mov<SWIM:mode>cc and corresponding splitter): Ditto.
7369         (add<mode>cc): ditto.
7370
7371 2010-07-30  Richard Guenther  <rguenther@suse.de>
7372
7373         PR middle-end/45141
7374         * expr.c (expand_expr_real_1): Check for not handled base address.
7375
7376 2010-07-30  Richard Guenther  <rguenther@suse.de>
7377
7378         * ipa-prop.c (ipa_modify_formal_parameters): Use
7379         build_distinct_type_copy.
7380
7381 2010-07-30  Anthony Green  <green@moxielogic.com>
7382
7383         * config/moxie/rtems.h: New file.
7384         * config.gcc: Add moxie-rtems support.
7385
7386 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
7387
7388         * dce.c (run_word_dce): Take flag_dce into account.  Clear and restore
7389         df flags as in run_fast_df_dce.
7390
7391 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
7392
7393         Revert:
7394         2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7395
7396         * rtl.def (NOTE): Swap operands 4 and 5.
7397         * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
7398         NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
7399         Adjust accordingly.
7400         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
7401
7402 2010-07-29  Jakub Jelinek  <jakub@redhat.com>
7403
7404         PR debug/45110
7405         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
7406         (gen_formal_types_die): Add DW_AT_object_pointer in methods.
7407         (gen_subprogram_die): Likewise.  Remove it when removing declaration's
7408         formal parameters.
7409         (gen_decl_die): Change return type to dw_die_ref, return what
7410         gen_formal_parameter_die returned.
7411
7412 2010-07-29  Martin Jambor  <mjambor@suse.cz>
7413
7414         * dbgcnt.def (eipa_sra): New counter.
7415         * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
7416
7417 2010-07-29  Xinliang David Li  <davidxl@google.com>
7418
7419         PR bootstrap/45119
7420         * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
7421         in revision 162652.
7422
7423 2010-07-29  Richard Guenther  <rguenther@suse.de>
7424
7425         * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
7426         (TV_TREE_STORE_CCP): Likewise.
7427         (TV_TREE_REDPHI): Likewise.
7428
7429 2010-07-29  Richard Guenther  <rguenther@suse.de>
7430
7431         * double-int.h (double_int_and_not): New function.
7432         * combine.c (try_combine): Use it.
7433         * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
7434
7435 2010-07-29  Bernd Schmidt  <bernds@codesourcery.com>
7436
7437         PR rtl-optimization/42575
7438         * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
7439         Argument AU removed.  All callers changed.  Ignore artificial refs.
7440         Use return value of df_word_lr_simulate_defs to decide whether an insn
7441         is necessary.
7442         (fast_dce): Rename arg to WORD_LEVEL.
7443         (run_word_dce): Renamed from rest_of_handle_fast_byte_dce.  No longer
7444         static.
7445         (pass_fast_rtl_byte_dce): Delete.
7446         * dce.h (run_word_dce): Declare.
7447         * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
7448         All callers changed.  Simplify code to only deal with two-word regs.
7449         * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
7450         (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
7451         (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
7452         (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
7453         (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
7454         (df_word_lr_mark_ref): Declare.
7455         (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
7456         df_word_lr_simulate_uses): Declare or rename from byte variants.
7457         (df_byte_lr_simulate_artificial_refs_at_top,
7458         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
7459         df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
7460         declarations.
7461         (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
7462         (enum df_mm): Delete.
7463         * df-byte-scan.c: Delete file.
7464         * df-problems.c (df_word_lr_problem_data): Renamed from
7465         df_byte_lr_problem_data, all members deleted except for
7466         WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS.  Uses changed.
7467         (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
7468         df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
7469         df_byte_lr_get_regno_len, df_byte_lr_check_regs,
7470         df_byte_lr_confluence_0): Delete functions.
7471         (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
7472         callers changed.
7473         (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
7474         Don't initialize members that were deleted, don't try to discover data
7475         about registers.  Ignore hard regs.
7476         (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
7477         (df_word_lr_mark_ref): New function.
7478         (df_word_lr_bb_local_compute): Renamed from
7479         df_byte_bb_lr_local_compute; all callers changed.  Use
7480         df_word_lr_mark_ref.  Assert that artificial refs don't include
7481         pseudos.  Ignore hard registers.
7482         (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
7483         Assert that exit block uses don't contain pseudos.
7484         (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
7485         (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
7486         callers changed.  Ignore hard regs.
7487         (df_word_lr_transfer_function): Renamed from
7488         df_byte_lr_transfer_function; all callers changed.
7489         (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
7490         (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
7491         changed.
7492         (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
7493         callers changed.
7494         (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
7495         confluence operator 0 set to NULL.
7496         (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
7497         callers changed.
7498         (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
7499         Return bool, true if bitmap changed or insn otherwise necessary.
7500         All callers changed.  Simplify using df_word_lr_mark_ref.
7501         (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
7502         all callers changed.  Simplify using df_word_lr_mark_ref.
7503         * lower-subreg.c: Include "dce.h"
7504         (decompose_multiword_subregs): Call run_word_dce if df available.
7505         * Makefile.in (lower-subreg.o): Adjust dependencies.
7506         (df-byte-scan.o): Delete.
7507         * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
7508
7509 2010-07-29  Richard Guenther  <rguenther@suse.de>
7510
7511         * tree.c (build_vector): Assert that the vector constant
7512         has enough elements.
7513         (build_vector_from_ctor): Pad with trailing zeros.
7514
7515 2010-07-29  Richard Guenther  <rguenther@suse.de>
7516
7517         PR tree-optimization/45120
7518         * tree-ssa-structalias.c (get_constraint_for_component_ref):
7519         Handle offset in DEREFs properly.
7520         (get_constraint_for_1): Handle MEM_REF offset properly.
7521
7522 2010-07-29  Richard Guenther  <rguenther@suse.de>
7523
7524         PR middle-end/45034
7525         * convert.c (convert_to_integer): Always use an unsigned
7526         type for narrowed negate and bitwise not.
7527
7528 2010-07-29  Ira Rosen  <irar@il.ibm.com>
7529
7530         * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
7531         to outer loop when creating reduction epilogue for double reduction,
7532         and switch back to the inner loop when updating the phi nodes.
7533         Update uses of outer loop exit phi nodes in double reduction (instead
7534         of uses of reduction).
7535
7536 2010-07-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
7537
7538         * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
7539         popcount on power7 and parity on power6 systems.
7540         (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
7541         (rs6000_emit_parity): Add support for power6 prtyd/prtyw
7542         instructions.
7543
7544         * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
7545         (UNSPEC_PARITY): Ditto.
7546         (SFDF): New iterator for SF/DF.
7547         (rreg2): New mode attribute for floating register constraint.
7548         (TARGET_FLOAT): New mode attribute for whether single/double float
7549         is supported.
7550         (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
7551         pattern.
7552         (parity<mode>2_cmpb): New insn for parity on power6 and newer
7553         machines.
7554         (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
7555         pattern.  Add support for fcpsgn instruction added in power6.
7556         (copysignsf3): Delete.
7557         (copysigndf3): Delete.
7558         (copysign<mode>3_fcpsgn): New insn to generate fcpsgn.  Use UNSPEC
7559         instead of if_then_else in RTL to avoid problems with -0.
7560
7561         * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
7562         of if_then_else to mirror scalar code.
7563         (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
7564         rs6000.md.
7565
7566         * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
7567         instead of if_then_else.
7568
7569 2010-07-28  Xinliang David Li  <davidxl@google.com>
7570
7571         * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
7572         (dump_cand): Dump var_before/after.
7573         (htab_inv_expr_eq): New function.
7574         (htab_inv_expr_hash): New function.
7575         (tree_ssa_iv_optimize_init): Support pseudo invariants.
7576         (add_candidate_1): consider base type precision.
7577         (set_use_iv_cost): New parameter.
7578         (adjust_setup_cost): Use profile information.
7579         (get_address_cost): Do not hard code width in computing address
7580         offset limits.
7581         (compare_aff_trees): New function.
7582         (get_loop_invariant_expr_id): New function.
7583         (get_computation_cost_at): New parameter and use profile information.
7584         (get_computation_cost): New parameter.
7585         (determine_use_iv_cost_generic): Pass new parameter.
7586         (determine_use_iv_cost_address): Ditto.
7587         (determine_use_iv_cost_condition): Ditto.
7588         (autoinc_possible_for_pair): Ditto.
7589         (determine_use_iv_costs): More dumps.
7590         (iv_ca_get_num_inv_exprs): New function.
7591         (iv_ca_recount_cost): Consider loop invariants in register pressure
7592         cost.
7593         (iv_ca_add_use): New parameter.
7594         (iv_ca_dump): Better dumping.
7595         (iv_ca_extend): New parameter.
7596         (try_add_cand_for): Attempt to get better partial solution.
7597         (try_improve_iv_set): Pass new parameter to iv_ca_extend.
7598         (create_new-ivs): More dumps.
7599         (rewrite_use_compare): Ditto.
7600         (free_loop_data): More cleanup.
7601         (treee_ssa_iv_optimize_finalize): Ditto.
7602
7603 2010-07-28  Kai Tietz  <kai.tietz@onevision.com>
7604
7605         * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
7606         * config/i386/i386.c (ix86_profile_before_prologue): New.
7607         (override_options): Add special handling for -mfentry.
7608         (ix86_function_regparm): Likewise.
7609         (ix86_function_sseregparm): Likewise.
7610         (ix86_frame_pointer_required): Likewise.
7611         (ix86_expand_prologue): Check for ms_hook_prologue.
7612         (x86_function_profiler): Adjust mcount output.
7613         (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
7614         * config/i386/i386.opt (mfentry): New.
7615         * doc/invoke.texi (mfentry): Add documentation.
7616         * doc/tm.texi: Regenerated..
7617         * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
7618         * final.c (final_start_function): Replace macro
7619         PROFILE_BEFORE_PROLOGUE by target hook.
7620         * function.c (thread_prologue_and_epilogue_insns): Likewise.
7621         * target.def (profile_before_prologue): New hook.
7622         * targhooks.c (default_profile_before_prologue): New.
7623         * targhooks.h (default_profile_before_prologue): New.
7624
7625 2010-07-28  Jakub Jelinek  <jakub@redhat.com>
7626
7627         PR debug/45105
7628         * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
7629
7630         PR debug/45103
7631         * dwarf2out.c (dwarf2out_var_location): Always consider
7632         NOTE_DURING_CALL_P notes, even when not followed by real instructions.
7633
7634 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
7635
7636         PR rtl-optimization/45107
7637         * gcse.c (hash_scan_set): Use max_distance for gcse-las.
7638
7639 2010-07-28  Richard Guenther  <rguenther@suse.de>
7640
7641         * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
7642         (set_lattice_value): Do not query an old default value.
7643         (get_value_for_expr): New function.  Properly canonicalize
7644         float values.
7645         (ccp_visit_phi_node): Use it.
7646
7647 2010-07-28  Chung-Lin Tang  <cltang@codesourcery.com>
7648
7649         * config/arm/arm.c (arm_pcs_default): Remove static.
7650         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
7651         __ARM_PCS_VFP to indicate soft/hard-float calling convention.
7652         (arm_pcs_default): Declare.
7653
7654 2010-07-28  Iain Sandoe  <iains@gcc.gnu.org>
7655
7656         * config/rs6000/rs6000.c (rs6000_override_options):
7657         Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
7658         ... to darwin_rs6000_override_options.
7659         (rs6000_return_in_memory): Update preceding comment for darwin
7660         64 bit ABI.  Use TARGET_MACHO inline.
7661         (rs6000_darwin64_struct_check_p): New.
7662         (function_arg_advance): Use rs6000_darwin64_struct_check_p.
7663         (function_arg): Likewise.
7664         (rs6000_arg_partial_bytes): Likewise.
7665         (rs6000_function_value): Likewise.
7666
7667 2010-07-28  Andi Kleen  <ak@linux.intel.com>
7668
7669         * lto-opts.c (lto_file_read_options): Add loop over all inputs.
7670
7671 2010-07-28  Richard Guenther  <rguenther@suse.de>
7672
7673         PR middle-end/44903
7674         * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
7675         targets try harder to not generate unaligned accesses.
7676
7677 2010-07-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
7678
7679         PR rtl-optimization/45101
7680         * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
7681         for gcse-las.
7682
7683 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
7684
7685         PR tree-optimization/44885
7686         * tree-sra.c (find_param_candidates): Skip pointer types to arrays
7687         with non-aliased component.
7688
7689 2010-07-28  Joseph Myers  <joseph@codesourcery.com>
7690
7691         * config/darwin-driver.c (SWITCH_TAKES_ARG,
7692         WORD_SWITCH_TAKES_ARG): Remove.
7693         * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
7694         * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
7695         DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
7696         (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
7697         definitions from gcc.c.
7698         * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
7699         defaults.h.
7700         * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
7701         Move to defaults.h.
7702         * opts-common.c: Include tm.h.
7703         (decode_cmdline_option): Use SWITCH_TAKES_ARG and
7704         WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
7705         Handle more than one argument.  Set canonical_option_num_elements.
7706         (decode_cmdline_options_to_array): Set
7707         canonical_option_num_elements and trailing elements of
7708         canonical_option.
7709         * opts.h (struct cl_decoded_option): Allow four elements in
7710         canonical_option.  Add field canonical_option_num_elements.
7711         * Makefile.in (opts-common.o): Update dependencies.
7712
7713 2010-07-28  Eric Botcazou  <ebotcazou@adacore.com>
7714
7715         PR middle-end/44790
7716         PR middle-end/44993
7717         * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change.  Make
7718         sure the base has address_mode before adding the offset.
7719
7720 2010-07-27  Xinliang David Li  <davidxl@google.com>
7721
7722         * tree-flow.h (create_mem_ref): Add one new parameter.
7723         * tree-ssa-address.c (create_mem_ref): New parameter.
7724         (addr_to_parts): Ditto.
7725         (move_variant_to_index): New function.
7726         * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
7727
7728 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7729
7730         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
7731         4 and 5.
7732         * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
7733         NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
7734         NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
7735         * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
7736         CODE_LABELs and NOTEs.
7737         * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
7738         * combine.c (try_combine): Likewise.
7739         * ira.c (setup_prohibited_mode_move_regs): Likewise.
7740         * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
7741
7742 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7743
7744         * coretypes.h (struct cl_option_handlers): Declare.
7745         * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
7746         * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
7747         * langhooks-def.h (lhd_handle_option): Declare.
7748         (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
7749         * langhooks.c (lhd_handle_option): New.
7750         * langhooks.h (struct lang_hooks): Update prototype and return
7751         value type of handle_option hook.
7752         * optc-gen.awk: Generate target_flags_explicit definition for the
7753         driver.
7754         * opts-common.c: Include diagnostic.h.
7755         (handle_option): Move from opts.c.  Update prototype and return
7756         value type.  Use handlers structure.
7757         (read_cmdline_option): Move from opts.c.  Update prototype.  Use
7758         handlers structure.
7759         (set_option): Move from opts.c.
7760         * opts.c (common_handle_option): Update prototype and return value
7761         type.  Update calls to handle_option and enable_warning_as_error.
7762         (unknown_option_callback, post_handling_callback,
7763         lang_handle_option, target_handle_option): New.
7764         (handle_option, read_cmdline_option): Move to opts-common.c.
7765         (read_cmdline_options): Update prototype.  Update call to
7766         read_cmdline_option.
7767         (decode_options): Initialize and use handlers structure.
7768         (set_option): Move to opts-common.c.
7769         (enable_warning_as_error): Update prototype.  Update call to
7770         handle_option.
7771         * opts.h (struct cl_option_handler_func, struct
7772         cl_option_handlers): New.
7773         (handle_option, enable_warning_as_error): Update prototypes.
7774         (read_cmdline_option): Declare.
7775         * Makefile.in (opts-common.o): Update dependencies.
7776
7777 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7778
7779         * config/arm/arm.c (params.h): Include.
7780         (arm_override_options): Tune gcse-unrestricted-cost.
7781         * config/arm/t-arm (arm.o): Define dependencies.
7782
7783 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7784
7785         PR target/42495
7786         PR middle-end/42574
7787         * basic-block.h (get_dominated_to_depth): Declare.
7788         * dominance.c (get_dominated_to_depth): New function, use
7789         get_all_dominated_blocks as a base.
7790         (get_all_dominated_blocks): Use get_dominated_to_depth.
7791
7792         * gcse.c (occr_t, VEC (occr_t, heap)): Define.
7793         (hoist_exprs): Remove.
7794         (alloc_code_hoist_mem, free_code_hoist_mem): Update.
7795         (compute_code_hoist_vbeinout): Add debug print outs.
7796         (hoist_code): Partially rewrite, simplify.  Use get_dominated_to_depth.
7797
7798         * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
7799         quadratic behavior.
7800         * params.h (MAX_HOIST_DEPTH): New macro.
7801         * doc/invoke.texi (max-hoist-depth): Document.
7802
7803 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7804
7805         PR rtl-optimization/40956
7806         * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
7807         constants.
7808
7809 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7810
7811         PR target/42495
7812         PR middle-end/42574
7813         * config/arm/arm.c (legitimize_pic_address): Use
7814         gen_calculate_pic_address pattern to emit calculation of PIC address.
7815         (will_be_in_index_register): New function.
7816         (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
7817         (thumb1_legitimate_address_p): Use it provided !strict_p.
7818         * config/arm/arm.md (calculate_pic_address): New expand and split.
7819
7820 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7821
7822         PR target/42495
7823         PR middle-end/42574
7824         * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
7825         * config/arm/arm.md (define_split "J", define_split "K"): Make
7826         IRA/reload friendly.
7827
7828 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7829
7830         * gcse.c (insert_insn_end_basic_block): Update signature, remove
7831         unused checks.
7832         (pre_edge_insert, hoist_code): Update.
7833
7834 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7835
7836         PR target/42495
7837         PR middle-end/42574
7838         * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
7839
7840 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7841
7842         * gcse.c (hoist_code): Generate new pseudo for every new set insn.
7843
7844 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7845
7846         PR rtl-optimization/40956
7847         PR target/42495
7848         PR middle-end/42574
7849         * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
7850         for hoisting.
7851         (hoist_code): Count occurences in current block too.
7852
7853 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7854
7855         * gcse.c (struct expr:max_distance): New field.
7856         (doing_code_hoisting_p): New static variable.
7857         (want_to_gcse_p): Change signature.  Allow constrained hoisting of
7858         simple expressions, don't change behavior for PRE.  Set max_distance.
7859         (insert_expr_in_table): Set new max_distance field.
7860         (hash_scan_set): Update.
7861         (hoist_expr_reaches_here_p): Stop search after max_distance
7862         instructions.
7863         (find_occr_in_bb): New static function.  Use it in ...
7864         (hoist_code): Calculate sizes of basic block before any changes are
7865         done.  Pass max_distance to hoist_expr_reaches_here_p.
7866         (one_code_hoisting_pass): Set doing_code_hoisting_p.
7867
7868         * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
7869         (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
7870         * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
7871         macros.
7872         * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
7873         Document.
7874
7875 2010-07-27  Jeff Law  <law@redhat.com>
7876             Maxim Kuvyrkov  <maxim@codesourcery.com>
7877
7878         * gcse.c (compute_transpout, transpout): Remove, move logic
7879         to prune_expressions.
7880         (compute_pre_data): Move pruning of trapping expressions ...
7881         (prune_expressions): ... here.  New static function.
7882         (compute_code_hoist_data): Use it.
7883         (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
7884
7885 2010-07-27  Xinliang David Li  <davidxl@google.com>
7886
7887         * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
7888         (rewrite_use_address): Adjust iv update position when needed.
7889
7890 2010-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
7891
7892         * dbgcnt.def (hoist_insn): New debug counter.
7893         * gcse.c (hoist_code): Use it.
7894
7895 2010-07-27  Xinliang David Li  <davidxl@google.com>
7896
7897         * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
7898         (niter_for_single_dom_exit): Passes additional parameter.
7899         (iv_period): Fix comments.
7900         (may_eliminate_iv): Handles multiple exit loops properly.
7901         (free_tree_niter_desc): New function.
7902         (free_loop_data): Frees up loop iteration descriptors.
7903
7904 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7905
7906         PR target/44542
7907         * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
7908         of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
7909         instead of MAX_SUPPORTED_STACK_ALIGNMENT.
7910         (expand_one_var): Don't consider DECL_ALIGN for variables for
7911         which expand_one_stack_var_at has been already called.
7912
7913         PR testsuite/44701
7914         * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
7915         constraints on IA-64.
7916
7917 2010-07-27  Jie Zhang  <jie@codesourcery.com>
7918
7919         PR target/44290
7920         Revert:
7921         2010-07-23  Jie Zhang  <jie@codesourcery.com>
7922
7923         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
7924         false if ! tree_versionable_function_p.
7925
7926 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
7927
7928         * dwarf2out.c (add_data_member_location_attribute): Use
7929         add_AT_unsigned instead of add_AT_int if offset is non-negative.
7930
7931 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
7932
7933         * postreload.c (try_replace_in_use): New static function.
7934         (reload_combine_recognize_const_pattern): Use it here.  Allow
7935         substituting into a final add insn, and substituting into a memory
7936         reference in an insn that sets the reg.
7937
7938 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7939
7940         * common.opt (o): Add MissingArgError.
7941         * doc/options.texi (MissingArgError): Document.
7942         * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
7943         * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
7944         * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
7945         (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
7946         * langhooks.h (struct lang_hooks): Remove missing_argument.
7947         * optc-gen.awk: Handle MissingArgError and output new structure
7948         field initializers.
7949         * opts.c (read_cmdline_option): Use missing_argument_error field
7950         instead of missing_argument langhook.
7951         * opts.h (struct cl_option): Add missing_argument_error field.
7952         * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
7953
7954 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7955
7956         PR target/29090
7957         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
7958         Darwin64 ABI, for zero-sized objects.
7959
7960 2010-07-27  Iain Sandoe  <iains@gcc.gnu.org>
7961
7962         PR target/35491
7963         PR target/29090
7964
7965         Merge from Apple local 4.2.1.
7966         2005-05-11  Stan Shebs  <shebs@apple.com>
7967         Fix 64-bit varargs for Darwin (Radar 4028089).
7968         * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
7969         * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
7970         Add argument, add case for 8-byte register half-filled with a float.
7971         (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
7972         single-precision floats specially.
7973
7974 2010-07-27  Ira Rosen  <irar@il.ibm.com>
7975
7976         PR tree-optimization/44152
7977         * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
7978         complex numbers for further check.
7979         (vect_supported_load_permutation_p): Check nodes with
7980         complex numbers.
7981
7982 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
7983
7984         * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
7985         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
7986         (LANG_HOOKS_INIT_OPTIONS): Update default definition.
7987         (LANG_HOOKS_INITIALIZER): Add new hooks.
7988         * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
7989         * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
7990         and complain_wrong_lang_p.  Update init_options prototype.
7991         * c-objc-common.c (c_initialize_diagnostics): First call
7992         c_common_initialize_diagnostics.
7993         * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
7994         LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
7995         * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
7996         * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
7997         (hook_uint_void_0): New.
7998         * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
7999         (hook_uint_void_0): New.
8000         * opts-common.c (decode_cmdline_option,
8001         decode_cmdline_options_to_array): Also fill in canonical_option field.
8002         * opts.c (complain_wrong_lang): Use langhook to determine whether
8003         to complain instead of special-casing LTO.
8004         (decode_options): Separate lang_mask determination with
8005         option_lang_mask hook from call of init_options hook.
8006         * opts.h (struct cl_decoded_option): Add canonical_option.
8007
8008 2010-07-27  Jakub Jelinek  <jakub@redhat.com>
8009
8010         PR tree-optimization/45083
8011         * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
8012
8013 2010-07-27  Bernd Schmidt  <bernds@codesourcery.com>
8014
8015         * postreload.c (reload_combine_recognize_const_pattern): Move test
8016         for limiting the insn movement to the right scope.
8017
8018         PR rtl-optimization/45051
8019         * reload1.c (delete_output_reload): Use refers_to_regno_p rather
8020         than reg_mentioned_p.
8021
8022 2010-07-26  Richard Henderson  <rth@redhat.com>
8023
8024         PR target/44132
8025         * tree-emutls.c: New file.
8026         * Makefile.in (OBJS-common): Add it.
8027         * tree-pass.h (pass_ipa_lower_emutls): Declare.
8028         * passes.c (init_optimization_passes): Add it.
8029
8030         * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
8031         pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
8032         * expr.c (emutls_var_address): Delete.
8033         (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
8034         * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
8035         (emutls_finish): Delete.
8036         * toplev.c (compile_file): Don't call it.
8037         * tree.h (emutls_decl): Delete.
8038         * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
8039         (emutls_finish, emutls_finalize_control_var): Delete.
8040         (emutls_object_type): Move to tree-emutls.c.
8041         (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
8042         default_emutls_var_fields, get_emutls_object_type,
8043         get_emutls_init_templ_addr, emutls_decl, emutls_common_1
8044         default_emutls_var_init): Likewise.
8045         (get_variable_section): Don't special case emutls.
8046         (assemble_variable, do_assemble_alias, categorize_decl_for_section,
8047         default_elf_select_section, default_unique_section,
8048         default_encode_section_info): Likewise.
8049         * varpool.c (decide_is_variable_needed): Likewise.
8050         * gimple-iterator.c (update_call_edge_frequencies): New
8051         (gsi_insert_on_edge_immediate): Use it.
8052         (gsi_insert_seq_on_edge_immediate): Likewise.
8053         (gsi_commit_one_edge_insert): Likewise.
8054
8055         * config/i386/i386.c (x86_64_elf_select_section): Don't handle
8056         SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
8057         (x86_64_elf_unique_section): Likewise.
8058
8059 2010-07-26  Jan Hubicka  <jh@suse.cz>
8060
8061         * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
8062         GTY((skip)).
8063
8064 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
8065
8066         * target.def (output_source_filename): New hook.
8067         * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
8068         * doc/tm.texi: Regenerate.
8069         * toplev.c (output_file_directive) Remove function.
8070         * toplev.h (output_file_directive) Remove.
8071         * output.h (default_asm_output_source_filename,
8072         output_file_directive): Declare.
8073         * varasm.h (default_asm_output_source_filename,
8074         output_file_directive): New functions.
8075
8076         * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
8077         * config/mips/mips-protos.h (mips_output_filename): Remove.
8078         * config/mips/mips.c (mips_output_filename): Make Static.
8079         (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
8080
8081 2010-07-26  Richard Guenther  <rguenther@suse.de>
8082
8083         PR tree-optimization/43784
8084         * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
8085         if the destination is used by the call.
8086
8087 2010-07-26  Richard Guenther  <rguenther@suse.de>
8088
8089         PR middle-end/45073
8090         * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
8091         SSA updating on being in SSA form.
8092
8093 2010-07-26  Richard Guenther  <rguenther@suse.de>
8094
8095         PR middle-end/45056
8096         * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
8097
8098 2010-07-26  Richard Guenther  <rguenther@suse.de>
8099
8100         PR tree-optimization/45071
8101         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
8102         adjust op->opcode.
8103
8104 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
8105
8106         * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
8107         save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
8108         save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
8109         save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
8110         save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
8111         save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
8112         save_r31, return_r31, save_interrupt, return_interrupt,
8113         save_all_interrupt, return_all_interrupt, L_save_r2_r31,
8114         L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
8115         L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
8116         new ABI requirements.
8117         (save_r6_r9, L_callt_save_r6_r9): Remove.
8118         * config/v850/predicates.md (even_reg_operand, disp23_operand,
8119         const_float_1_operand const_float_0_operand): New Predicates.
8120         (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
8121         pattern_is_ok_for_epilogue): Update as per the ABI requirements.
8122         * config/v850/t-v850: Update multilibs for new target variants.
8123         (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
8124         * config/v850/t-v850e: Likewise.
8125         * config/v850/v850.c (v850_issue_rate): New.
8126         (v850_strict_argument_naming): New.
8127         (function_arg): Modify to generate a different ABI.
8128         (print_operand): Update case 'z' to support float modes.
8129         (output_move_single): Modify to generate appropriate and better
8130         assembly.
8131         (v850_float_z_comparison_operator, v850_select_cc_mode,
8132         v850_float_nz_comparison_operator,  v850_gen_float_compare,
8133         v850_gen_compare): New functions to support comparison of float values.
8134         (ep_memory_offset): Add support for V850E2 targets.
8135         (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
8136         (INTERRUPT_REGPARM_NUM): Remove.
8137         (compute_register_save_size): Add extra case to save/restore long call.
8138         (use_prolog_function): New function to support prologue.
8139         (expand_prologue): Add support for V850E2 targets and modified
8140         as per the current ABI requirements.
8141         (expand_epilogue): Likewise.
8142         (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
8143         (construct_save_jarl): Likewise.
8144         (construct_dispose_instruction): Update as per the current ABI
8145         requirements.
8146         (construct_prepare_instruction): Likewise.
8147         * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
8148         (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
8149         (CPP_SPEC): Updated to support v850e2 targets.
8150         (STRICT_ALIGNMENT): Modified.
8151         (FIRST_PSEUDO_REGISTER): Updated to add even registers.
8152         (FIXED_REGISTERS): Likewise.
8153         (CALL_USED_REGISTERS): Likewise.
8154         (CONDITIONAL_REGISTER_USAGE): Updated.
8155         (HARD_REGNO_MODE_OK): Updated.
8156         (reg_class): Updated to add even registers.
8157         (REG_CLASS_NAMES): Likewise.
8158         (REG_CLASS_CONTENTS): Likewise.
8159         (REGNO_REG_CLASS): Updated for CC registers.
8160         (REG_CLASS_FROM_LETTER): Added support for even registers.
8161         (REGNO_OK_FOR_BASE_P): Updated for CC registers.
8162         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
8163         ARG_POINTER_REGNUM): Updated.
8164         (FUNCTION_ARG_ADVANCE): Define.
8165         (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
8166         (OUTGOING_REG_PARM_STACK_SPACE): Remove.
8167         (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
8168         (GO_IF_LEGITIMATE_ADDRESS): Updated.
8169         (SELECT_CC_MODE): Define.
8170         (REGISTER_NAMES): Updated to add psw and fcc registers.
8171         (ADDITIONAL_REGISTER_NAMES): Updated.
8172         (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
8173         (JUMP_TABLES_IN_TEXT_SECTION): Updated.
8174         * config/v850/v850.md (define_constants): Define new constants.
8175         (type): Update store,bit1,macc,div,fpu and single attributes.
8176         (cpu): New attribute.
8177         (cc): Add set_z attribute.
8178         (unsign23byte_load, sign23byte_load, unsign23hword_load,
8179         sign23hword_load, 23word_load, 23byte_store, 23hword_store,
8180         23word_store): New instructions for 23-bit displacement load and store.
8181         (movqi_internal, movhi_internal): Update the attributes.
8182         (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
8183         (movsi_internal_v850e, movsi_internal, movsf_internal): Update
8184         the attributes.
8185         (v850_tst1): Modified using CC_REGNUM.
8186         (tstsi): Remove.
8187         (cmpsi): Modified as define_expand from define_insn.
8188         (cmpsi_insn, cmpsf, cmpdf): New instructions.
8189         (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
8190         udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
8191         v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
8192         one_cmplsi2): Clobber the CC_REGNUM register.
8193         (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
8194         v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
8195         v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
8196         (setf_insn, set_z_insn, set_nz_insn): New instructions for
8197         v850e2v3 target.
8198         (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
8199         (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
8200         targets.
8201         (sasf_1, sasf_2): Remove.
8202         (sasf): New instruction.
8203         (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
8204         targets. CC_REGNUM register is clobbered and attributes are
8205         updated.
8206         (branch_z_normal, branch_z_invert, branch_nz_normal,
8207         branch_nz_invert): New branch related instructions.
8208         (jump): Updated the attributes.
8209         (switch): Update to support new targets. CC_REGNUM register is
8210         clobbered and attributes are updated.
8211         (call_internal_short, call_internal_long, call_value_internal_short,
8212         call_value_internal_long): Updated the attributes.
8213         (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
8214         clobbered and attributes are updated.
8215         (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
8216         Update to support new targets. CC_REGNUM register is clobbered.
8217         (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
8218         instructions.
8219         (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
8220         are updated.
8221         (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
8222         divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
8223         negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
8224         floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
8225         rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
8226         cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
8227         cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
8228         cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
8229         movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
8230         movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
8231         point instructions defined for V850e2v3 target.
8232         (callt_save_interrupt, callt_return_interrupt, return_interrupt):
8233         Add support for V850E2 targets and CC_REGNUM register is clobbered.
8234         (callt_save_all_interrupt, callt_restore_all_interrupt): Add
8235         support for new targets.
8236         * config/v850/v850-modes.def: New file.
8237         * config/v850/v850.opt(mstrict-align): Remove.
8238         (mno-strict-align, mjump-tables-in-data-section, mv850e2,
8239         mv850e2v3): New command line options for V850.
8240         * config.gcc: Update the newly added files.
8241         * doc/invoke.texi: Update the newly added command line options for
8242         V850 target.
8243
8244 2010-07-26  Richard Guenther  <rguenther@suse.de>
8245
8246         PR tree-optimization/45052
8247         * ipa-pure-const.c (check_stmt): Check volatileness.
8248
8249 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
8250
8251         PR target/44707
8252         * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
8253         * config/sparc/sparc.c: Include reload.h.
8254         (legitimize_tls_address): Rename into...
8255         (sparc_legitimize_tls_address): ...this.
8256         (legitimize_pic_address): Rename into...
8257         (sparc_legitimize_pic_address): ...this.
8258         (sparc_expand_move): Adjust to above renaming.
8259         (sparc_tls_referenced_p): Likewise.
8260         (sparc_legitimize_tls_address): Likewise.
8261         (sparc_legitimize_pic_address): Likewise.
8262         (sparc_legitimize_address): Likewise.
8263         (sparc_output_mi_thunk): Likewise.
8264         (sparc_legitimize_reload_address): New global function.  Recognize
8265         (lo_sum (high ...) ...) patterns generated by earlier passes.
8266         * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
8267
8268 2010-07-25  Eric Botcazou  <ebotcazou@adacore.com>
8269
8270         PR target/44484
8271         * config/sparc/predicates.md (memory_reg_operand): Delete.
8272         * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
8273         (*sync_compare_and_swap): Encode the address form in the pattern.
8274         (*sync_compare_and_swapdi_v8plus): Likewise.
8275
8276 2010-07-24  Gerald Pfeifer  <gerald@pfeifer.com>
8277
8278         * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
8279         Streamline paragraph on compatibility with the system compiler.
8280
8281 2010-07-24  Steven Bosscher  <steven@gcc.gnu.org>
8282
8283         PR middle-end/45035
8284         * alias.c (true_dependence_1): Fix thinko in merge of old
8285         true_dependence and canon_true_dependence.
8286
8287 2010-07-23  Jan Hubicka  <jh@suse.cz>
8288
8289         * lto-streamer-out.c (write_symbol): Fix visibilities of external
8290         references.
8291
8292 2010-07-23  Le-Chun Wu  <lcwu@google.com>
8293
8294         * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
8295         * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
8296         and an unnecessary assignment.
8297         * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
8298         self-assign warning.
8299         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
8300         unnecessary self-init.
8301
8302 2010-07-23  Richard Guenther  <rguenther@suse.de>
8303
8304         PR lto/43071
8305         * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
8306         for -flto and -fwhopr.
8307
8308 2010-07-23  Kai Tietz  <kai.tietz@onevision.com>
8309
8310         PR target/41943
8311         * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
8312         (stmp-int-hdrs): Prefix/postfix headers by include_next.
8313         * config.gcc (user_headers_inc_next_pre): New.
8314         (user_headers_inc_next_post): Likewise.
8315         (*-w64-mingw*): Use for float.h post-fixing, and for
8316         stddef.h/stdarg.h pre-fixing by include_next.
8317         * configure.ac (user_headers_inc_next_post): New.
8318         (user_headers_inc_next_pre): New.
8319         * configure: Regenerated.
8320
8321 2010-07-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8322
8323         * configure.ac: Don't disable TLS on Solaris 8/9 by default
8324         Set tga_func for Solaris 2/x86 resp. SPARC.
8325         Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
8326         (LIB_THREAD_LDFLAGS_SPEC): Define.
8327         (LIB_TLS_SPEC): Define.  Check for required Sun ld version.
8328         * configure: Regenerate.
8329         * config.in: Regenerate.
8330         * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
8331         -pthread, -threads, LIB_TLS_SPEC with -pthread.
8332         * doc/install.texi (Specific, *-*-solaris2*): Document use of
8333         alternate thread libraries on Solaris 8.
8334         Document TLS patch requirements.
8335         * doc/sourcebuild.texi (Add Options): Sort alphabetically.
8336         Document tls.
8337
8338         PR target/18788
8339         * config/sol2.h (LIB_SPEC): Link with thread libraries even with
8340         -shared.
8341
8342 2010-07-23  Jakub Jelinek  <jakub@redhat.com>
8343
8344         * tree.h (struct tree_base): Add nameless_flag bitfield.
8345         (TYPE_NAMELESS, DECL_NAMELESS): Define.
8346         * omp-low.c (create_omp_child_function, scan_omp_parallel,
8347         scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
8348         DECL_ARTIFICIAL where needed.
8349         * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
8350         (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
8351         has DECL_NAMELESS set.
8352
8353 2010-07-23  Martin Jambor  <mjambor@suse.cz>
8354
8355         PR tree-optimization/44915
8356         * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
8357         * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
8358         (analyze_function): Likewise.
8359
8360 2010-07-23  Martin Jambor  <mjambor@suse.cz>
8361
8362         PR tree-optimization/44914
8363         * tree-sra.c (sra_modify_function_body): Return true if CFG was
8364         changed, add purging dead eh edges.
8365         (ipa_sra_modify_function_body): Return true if CFG was changed,
8366         simplify purging dead eh edges.
8367         (modify_function): Return true if CFG was changed.
8368         (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
8369         was changed.
8370         (ipa_early_sra): Likewise.
8371
8372 2010-07-23  Jie Zhang  <jie@codesourcery.com>
8373
8374         PR target/44290
8375         * attribs.c (decl_attributes): Insert "noinline" and "noclone"
8376         if "naked".
8377         * tree-sra.c (ipa_sra_preliminary_function_checks): Return
8378         false if ! tree_versionable_function_p.
8379
8380 2010-07-23  Nathan Froyd  <froydnj@codesourcery.com>
8381
8382         * builtins.def (BUILT_IN_ARGS_INFO): Remove.
8383         * ipa-pure-const.c (special_builtlin_state): Remove
8384         BUILT_IN_ARGS_INFO case.
8385         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
8386         * builtins.c (expand_builtin): Likewise.
8387         (expand_builtin_args_info): Remove.
8388         * doc/tm.texi (__builtin_args_info): Remove.
8389         (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
8390         * doc/tm.text.in: Likewise.
8391
8392 2010-07-23  Richard Guenther  <rguenther@suse.de>
8393
8394         * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
8395         (lto_symtab_merge_decls_2): Likewise.
8396         * tree-ssa.c (useless_type_conversion_p): Likewise.
8397         * lto-streamer-in.c (input_gimple_stmt): Likewise.
8398         * gimple.c (gtc_visited2, gtc_ob2): Remove.
8399         (struct type_pair_d): Make same_p an array indexed by mode.
8400         Update comment.
8401         (lookup_type_pair): Update initialization.
8402         (struct sccs): Adjust same_p type.
8403         (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
8404         Adjust.
8405         (print_gimple_types_stats): Likewise.
8406         * gimple.h (enum gtc_mode): New.
8407         (gimple_types_compatible_p): Adjust prototype.
8408
8409 2010-07-23  Daniel Jacobowitz  <dan@codesourcery.com>
8410
8411         * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
8412         again after processing insn.
8413
8414 2010-07-23  Jie Zhang  <jie@codesourcery.com>
8415
8416         * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
8417         proper words when !tree_versionable_function_p.
8418
8419 2010-07-23  Richard Guenther  <rguenther@suse.de>
8420
8421         PR tree-optimization/45037
8422         * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
8423
8424 2010-07-23  Jie Zhang  <jie@codesourcery.com>
8425
8426         * doc/extend.texi: Remove IP2K from the description of naked attribute.
8427         Add MCORE instead.
8428
8429 2010-07-10  Andi Kleen  <ak@linux.intel.com>
8430
8431         PR lto/44992
8432         * lto-opts.c (lto_write_options): Add NULL file_data argument to
8433         lto_get_section_name.
8434         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
8435         * lto-streamer-out.c (produce_asm): Likewise.
8436         (copy_function): Likewise.
8437         (produce_symtab): Likewise.
8438         (produce_asm_for_decls): Likewise.
8439         * lto-streamer.c (lto_get_section_name): Add file_data argument.
8440         Rewrite to add random postfix to LTO sections.
8441         * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
8442         (lto_get_section_name): Add file_data argument to prototype.
8443
8444 2010-07-10  Andi Kleen  <ak@linux.intel.com>
8445
8446         * lto-section-in.c (lto_section_name): Synchronize names
8447         with lto_get_section_name.
8448
8449 2010-07-10  Andi Kleen  <ak@linux.intel.com>
8450
8451         * lto-opts.c (lto_read_file_options): Check for missing section.
8452
8453 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
8454
8455         * ira.c (check_allocation): Correctly handle the case where an allocno
8456         with two objects was allocated to a single reg.
8457
8458 2010-07-22  Richard Sandiford  <rdsandiford@googlemail.com>
8459
8460         * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
8461         (is_widening_mult_p): Likewise.
8462         (convert_to_widen): Use them.
8463         (convert_plusminus_to_widen): Likewise.  Handle fixed-point types as
8464         well as integer ones.
8465
8466 2010-07-22  Steven Bosscher  <steven@gcc.gnu.org>
8467
8468         * alias.c (true_dependence_1): New function, merged version of
8469         true_dependence and canon_true_dependence.
8470         (true_dependence): Simplify.
8471         (canon_true_dependence): Simplify.
8472
8473 2010-07-22  Richard Henderson  <rth@redhat.com>
8474
8475         PR target/45027
8476         * config/i386/i386.c (setup_incoming_varargs_64): Force the use
8477         of V4SFmode for the SSE saves; increase stack alignment if needed.
8478         (ix86_gimplify_va_arg): Don't increase stack alignment here.
8479
8480 2010-07-22  Jakub Jelinek  <jakub@redhat.com>
8481
8482         PR bootstrap/45028
8483         * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
8484         call cprop_find_used_regs again via note_uses.
8485
8486 2010-07-22  Eric Botcazou  <ebotcazou@adacore.com>
8487
8488         * alias.c (get_alias_set): Fix formatting issues.
8489
8490 2010-07-22  Steve Ellcey  <sje@cup.hp.com>
8491
8492         PR middle-end/44878
8493         * stmt.c (expand_value_return):  Call promote_function_mode with
8494         a for_return argument of 2 when returning by reference.
8495
8496 2010-07-22  Dodji Seketeli  <dodji@redhat.com>
8497
8498         PR debug/45024
8499         * dwarf2out.c (scope_die_for): Don't fall back to the compilation
8500         unit DIE if we can find the scope DIE.
8501
8502 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
8503
8504         * ira-build.c (ira_create_object): New arg SUBWORD; all callers
8505         changed.  Initialize OBJECT_SUBWORD.
8506         (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
8507         (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
8508         all callers changed.
8509         (merge_hard_reg_conflicts): Iterate over allocno subobjects.
8510         (finish_allocno): Likewise.
8511         (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
8512         (remove_low_level_allocnos): Likewise.
8513         (update_bad_spill_attribute): Likewise.
8514         (setup_min_max_allocno_live_range_point): Likewise.
8515         (sort_conflict_id_map): Likewise.
8516         (ira_flattening): Likewise.  Use ior_hard_reg_conflicts.
8517         (ior_hard_reg_conflicts): New function.
8518         (ior_allocate_object_conflicts): Renamed first argument to OBJ.
8519         (compress_conflict_vecs): Iterate over objects, not allocnos.
8520         (ira_add_live_range_to_object): New function.
8521         (object_range_compare_func): Renamed from allocno_range_compare_func.
8522         All callers changed.
8523         (setup_min_max_conflict_allocno_ids): For allocnos with multiple
8524         subobjects, widen the min/max range of the lowest-order object to
8525         potentially include all other such low-order objects.
8526         * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
8527         (check_allocation): Likewise.  Use more fine-grained tests for register
8528         conflicts.
8529         * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
8530         allocno subobjects.
8531         (assign_hard_reg): Keep multiple sets of conflicts.  Make finer-grained
8532         choices about which bits to set in each set.  Don't use
8533         ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
8534         using the multiple sets we computed.
8535         (push_allocno_to_stack): Iterate over allocno subobjects.
8536         (all_conflicting_hard_regs_coalesced): New static function.
8537         (setup_allocno_available_regs_num): Use it.
8538         (setup_allocno_left_conflicts_size): Likewise.  Iterate over allocno
8539         subobjects.
8540         (coalesced_allocno_conflict): Test subobject 0 in each allocno.
8541         (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
8542         by ALLOCNO_NUM_OBJECTS.
8543         (calculate_spill_cost): Likewise.
8544         (color_pass): Express if statement in a more normal way.
8545         (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
8546         (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
8547         (setup_slot_coalesced_allocno_live_ranges): Likewise.
8548         (allocno_reload_assign): Likewise.
8549         (ira_reassign_pseudos): Likewise.
8550         (fast_allocation): Likewise.
8551         * ira-conflicts.c (build_conflict_bit_table): Likewise.
8552         (print_allocno_conflicts): Likewise.
8553         (ira_build_conflicts): Likewise.
8554         (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p.  All
8555         callers changed.  Test subword 0 of each allocno for conflicts.
8556         (build_object_conflicts): Renamed from build_allocno_conflicts.  All
8557         callers changed.  Iterate over allocno subobjects.
8558         * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
8559         * ira-int.h (struct ira_allocno): New member: num_objects.
8560         Rename object to objects and change it into an array.
8561         (ALLOCNO_OBJECT): Add new argument N.
8562         (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
8563         (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
8564         (ior_hard_reg_conflicts): Declare.
8565         (ira_add_live_range_to_object): Declare.
8566         (ira_allocno_object_iterator): New.
8567         (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
8568         (FOR_EACH_ALLOCNO_OBJECT): New macro.
8569         * ira-lives.c (objects_live): Renamed from allocnos_live; all
8570         uses changed.
8571         (allocnos_processed): New sparseset.
8572         (make_object_born): Renamed from make_allocno_born; take an
8573         ira_object_t argument.  All callers changed.
8574         (make_object_dead): Renamed from make_allocno_dead; take an
8575         ira_object_t argument.  All callers changed.
8576         (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
8577         All callers changed.
8578         (mark_pseudo_regno_live): Iterate over allocno subobjects.
8579         (mark_pseudo_regno_dead): Likewise.
8580         (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
8581         functions.
8582         (mark_ref_live): Detect subword accesses and call
8583         mark_pseudo_regno_subword_live as appropriate.
8584         (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
8585         (process_bb_nodes_live): Deal with object-related updates first; set
8586         and test bits in allocnos_processed to avoid computing allocno
8587         statistics more than once.
8588         (create_start_finish_chains): Iterate over objects, not allocnos.
8589         (print_object_live_ranges): New function.
8590         (print_allocno_live_ranges): Use it.
8591         (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
8592         and objects_live.
8593
8594 2010-07-22  Richard Guenther  <rguenther@suse.de>
8595
8596         PR lto/42451
8597         * gimple.c (gtc_next_dfs_num): New global.
8598         (struct sccs): Make value a union, add integer same_p member.
8599         (gtc_visit): New function.
8600         (gimple_types_compatible_p_1): New function, split out from ...
8601         (gimple_types_compatible_p): ... here.  Start a DFS walk here.
8602         (iterative_hash_gimple_type): Adjust for sccs change.
8603
8604 2010-07-22  Martin Jambor  <mjambor@suse.cz>
8605
8606         PR tree-optimization/44891
8607         * tree-sra.c: Include gimple-pretty-print.h.
8608         (replace_uses_with_default_def_ssa_name): Renamed to
8609         get_repl_default_def_ssa_name, return the new SSA name instead of
8610         replacing the old one.
8611         (sra_modify_assign): Dump a message when removing a load, if the LHS
8612         is an SSA_NAME, do not do any propagation, just set the RHS to a
8613         default definition SSA NAME, type convert if necessary.
8614         * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
8615
8616 2010-07-22  Richard Guenther  <rguenther@suse.de>
8617
8618         PR tree-optimization/45017
8619         * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
8620         TYPE_PRECISION of integral types in addition to size.
8621
8622 2010-07-22  Maxim Kuvyrkov  <maxim@codesourcery.com>
8623
8624         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
8625         when no C library is specified.
8626
8627 2010-07-22  Martin Jambor  <mjambor@suse.cz>
8628
8629         * ipa-prop.h (struct ipa_node_params): Updated comment.
8630         (struct ipa_edge_args): Likewise.
8631         * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
8632
8633 2010-07-22  Martin Jambor  <mjambor@suse.cz>
8634
8635         * cgraphunit.c (verify_edge_count_and_frequency): New function.
8636         (verify_cgraph_node): Verify frequencies of indirect edges.
8637         * tree-inline.c (tree_function_versioning): Update frequencies of
8638         indirect edges.
8639
8640 2010-07-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8641
8642         PR target/43698
8643         * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
8644         Set *arm_rev to be predicable.
8645
8646 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
8647
8648         * config/darwin.h (LINK_COMMAND_SPEC): Split into...
8649         (LINK_COMMAND_SPEC_A): New.
8650         (DSYMUTIL): New.
8651         (DSYMUTIL_SPEC): New.
8652         * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
8653         (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
8654
8655 2010-07-22  Iain Sandoe  <iains@gcc.gnu.org>
8656
8657         * calls.c (load_register_parameters): Move check for zero
8658         sized items so that only the call to
8659         mem_overlaps_already_clobbered_arg_p () is protected.
8660
8661 2010-07-22  Jan Hubicka  <jh@suse.cz>
8662
8663         * ipa-pure-const.c (varying_state): Break out from ...
8664         (get_function_state): ... here; always return varying_state
8665         when state would be NULL otherwise.
8666         (remove_node_data): Do not free varying state.
8667
8668 2010-07-22  Bernd Schmidt  <bernds@codesourcery.com>
8669
8670         PR bootstrap/44970
8671         PR middle-end/45009
8672         * postreload.c: Include "target.h".
8673         (reload_combine_closest_single_use): Don't take DEBUG_INSNs
8674         into account.
8675         (fixup_debug_insns): Don't copy the rtx.
8676         (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
8677         Don't copy when replacing.  Call fixup_debug_insns in the case where
8678         we merged one add with another.
8679         (reload_combine_recognize_pattern): Fail if there aren't any uses.
8680         Try harder to determine whether we're picking a valid index register.
8681         Don't set store_ruid for an insn we're going to scan in the
8682         next iteration.
8683         (reload_combine): Remove unused code.
8684         (reload_combine_note_use): When updating use information for
8685         an old insn, ignore a use that occurs after store_ruid.
8686         * Makefile.in (postreload.o): Update dependencies.
8687
8688         * function.c (record_hard_reg_sets): Restrict the previous change
8689         to cases where the incoming nominal mode is the same as the
8690         incoming promoted mode and everything happens in MODE_INT.
8691
8692 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
8693
8694         PR debug/45015
8695         * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
8696         ASM_OPERANDS_OUTPUT_IDX.
8697         (adjust_insn): For inline asm with multiple sets ensure first
8698         ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
8699         the insn.
8700
8701 2010-07-21  Richard Henderson  <rth@redhat.com>
8702
8703         * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
8704         comparison for avoiding xmm register saves.  Emit the xmm register
8705         saves explicitly.
8706         * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
8707         (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
8708         (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
8709         Remove patterns and the associated splitters.
8710
8711 2010-07-21  Changpeng Fang  <changpeng.fang@amd.com>
8712
8713         * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
8714         and imagine parts of a complex, so that they can have the same
8715         base and fall into the same group.
8716
8717 2010-07-21  Richard Guenther  <rguenther@suse.de>
8718
8719         PR lto/45018
8720         * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
8721         of TYPE_DECLs.  Do not follow TYPE_NEXT_VARIANT,
8722         TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
8723
8724 2010-07-21  Martin Jambor  <mjambor@suse.cz>
8725
8726         PR tree-optimization/44900
8727         * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
8728         (sra_modify_assign): Move gsi to the next statmenent unconditionally.
8729
8730 2010-07-21  Bernd Schmidt  <bernds@codesourcery.com>
8731
8732         PR middle-end/44738
8733         * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
8734
8735 2010-07-21  Richard Guenther  <rguenther@suse.de>
8736
8737         PR middle-end/45013
8738         * tree-ssa.c (useless_type_conversion_p): Dispatch to
8739         gimple_types_compatible_p only when in lto.
8740         * gimple.c (gimple_types_compatible_p): Use canonical types
8741         to speed up comparison.
8742
8743 2010-07-21  Richard Guenther  <rguenther@suse.de>
8744
8745         * tree-flow.h (referenced_var): Move define ...
8746         * tree-flow-inline.h (referenced_var): ... here as an inline
8747         function.  Assert here ...
8748         * tree-dfa.c (referenced_var_lookup): ... instead of here.
8749         * tree-ssa.c (maybe_optimize_var): Check if the variable
8750         is in referenced vars.
8751         (execute_update_addresses_taken): Remove old broken check.
8752         * gimple-pretty-print.c (pp_points_to_solution): Use
8753         referenced_var_lookup.
8754         * tree-into-ssa.c (dump_decl_set): Likewise.
8755
8756 2010-07-21  Jakub Jelinek  <jakub@redhat.com>
8757
8758         PR debug/45003
8759         * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
8760         * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
8761         ZERO_EXTEND here.
8762
8763 2010-07-20  Richard Henderson  <rth@redhat.com>
8764
8765         * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
8766
8767 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
8768
8769         * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
8770         computing the sum of the stack pointer and a large constant.
8771         * config/arm/constraints.md (M): Remove superfluous parentheses.
8772         (Pc): New constraint.
8773
8774 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
8775
8776         PR debug/45006
8777         * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
8778         operand's type if exp is tcc_unary class tree.
8779
8780 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
8781
8782         * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
8783         Reverse sense of if_then_else condition.
8784
8785 2010-07-20  Nathan Froyd  <froydnj@codesourcery.com>
8786
8787         * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
8788         * config/rs6000/rs6000.c (rs6000_override_options): Set
8789         rs6000_block_move_inline_limit appropriately.
8790         (expand_block_move): Use rs6000_block_move_inline_limit.
8791         * doc/invoke.texi (mblock-move-inline-limit): Document.
8792
8793 2010-07-20  Bernd Schmidt  <bernds@codesourcery.com>
8794
8795         * postreload.c (fixup_debug_insns): Remove arg REGNO.  New args
8796         FROM and TO.  All callers changed.  Don't look for tracked uses,
8797         just scan the RTL for DEBUG_INSNs and substitute.
8798         (reload_combine_recognize_pattern): Call fixup_debug_insns.
8799         (reload_combine): Ignore DEBUG_INSNs.
8800
8801 2010-07-20  Jakub Jelinek  <jakub@redhat.com>
8802
8803         * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
8804         depth to 8 from 5.
8805
8806         PR debug/45003
8807         * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
8808         or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
8809         instead of the result's type.
8810
8811 2010-07-20  Richard Guenther  <rguenther@suse.de>
8812
8813         PR tree-optimization/44977
8814         * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
8815         SSA form.
8816
8817 2010-07-20  Richard Guenther  <rguenther@suse.de>
8818
8819         * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
8820         (lto_symtab_merge_decls_2): Likewise.
8821         * gimple.h (gimple_types_compatible_p): Declare.
8822         * gimple.c (gimple_queue_type_fixup): Remove.
8823         (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
8824         (gimple_compatible_complete_and_incomplete_type_p): New function.
8825         (gimple_types_compatible_p): Adjust.
8826         (gimple_register_type): Remove type fixup code.
8827         (print_gimple_types_stats): Adjust.
8828         (free_gimple_type_tables): Likewise.
8829         * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
8830         * tree-ssa.c (useless_type_conversion_p): Likewise.
8831
8832 2010-07-20  Richard Guenther  <rguenther@suse.de>
8833
8834         PR middle-end/44971
8835         PR middle-end/44988
8836         * tree-ssa.c (maybe_optimize_var): New function split out from ...
8837         (execute_update_addresses_taken): ... here.
8838         (non_rewritable_mem_ref_base): Likewise.
8839         (execute_update_addresses_taken): Do not iterate over all referenced
8840         vars but just all local decls and parms.
8841         Properly check call and asm arguments and rewrite call arguments.
8842
8843 2010-07-20  Maxim Kuvyrkov  <maxim@codesourcery.com>
8844
8845         * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
8846         to top level.
8847         * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
8848         definitions ...
8849         * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
8850         New macro.
8851         * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
8852
8853 2010-07-19  Richard Sandiford  <rdsandiford@googlemail.com>
8854
8855         * gengtype.c (start_root_entry): New function, split out from
8856         write_root.  Check whether V is null and raise an error if so.
8857         (write_field_root): Check for V being null.  Don't raise an error here;
8858         set V to null instead.
8859         (write_root): Update comment above function.  Use start_root_entry.
8860
8861 2010-07-19  Xinliang David Li  <davidxl@google.com>
8862
8863         PR testsuite/44932
8864         * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
8865         def edges.
8866         (find_uninit_use): Add dump.
8867         (is_use_properly_guarded): Ditto.
8868         (warn_uninitialized_phi): Ditto.
8869         (execute_late_warn_uninitialized): Ditto.
8870
8871 2010-07-19  Richard Guenther  <rguenther@suse.de>
8872
8873         PR middle-end/44941
8874         * expr.c (emit_block_move_hints): Move zero size check first.
8875         Move asserts to more useful places.
8876         * calls.c (load_register_parameters): Check for zero size.
8877
8878 2010-07-19  Richard Henderson  <rth@redhat.com>
8879
8880         * tree-optimize.c (execute_all_early_local_passes): New.  Change
8881         cgraph_state here ...
8882         (execute_early_local_optimizations): ... not here.  Remove.
8883         (pass_early_local_passes, pass_all_early_optimizations): Update.
8884
8885 2010-07-19  Bernd Schmidt  <bernds@codesourcery.com>
8886
8887         * postreload.c (reload_combine_closest_single_use): Ignore the
8888         number of uses for DEBUG_INSNs.
8889         (fixup_debug_insns): New static function.
8890         (reload_combine_recognize_const_pattern): Use it.  Don't let the
8891         main loop be affected by DEBUG_INSNs.
8892         Really disallow moving adds past a jump insn.
8893         (reload_combine_recognize_pattern): Don't update use_ruid here.
8894         (reload_combine_note_use): Do it here.
8895         (reload_combine): Use control_flow_insn_p rather than JUMP_P.
8896
8897 2010-07-19  Bingfeng Mei  <bmei@broadcom.com>
8898
8899         * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
8900         of a loop.
8901         * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
8902
8903 2010-07-19  Iain Sandoe  <iains@gcc.gnu.org>
8904
8905         * config/i386/darwin.h: Define darwin_emit_branch_islands.
8906         (TARGET_MACHO_BRANCH_ISLANDS): New.
8907         (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
8908         * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
8909         default value.
8910         * config/i386/i386.c (output_pic_addr_const): Do not emit
8911         branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
8912         (x86_output_mi_thunk): Adjust symbol creation.
8913         * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
8914         Remove out of date comment.
8915         * config/rs6000/rs6000.c (print_operand): Adjust symbol.
8916         (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8917         (DARWIN_GENERATE_ISLANDS): Ditto.
8918         (output_call):  Do not emit branch islands unless
8919         darwin_emit_branch_islands is set.
8920         * config/darwin.c: Declare darwin_emit_branch_islands.
8921         (machopic_indirect_data_reference): Do not emit unless
8922         darwin_emit_branch_islands is set.
8923         (darwin_override_options): Set darwin_emit_branch_islands
8924         where it is needed.
8925         * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
8926
8927 2010-07-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8928
8929         * doc/sourcebuild.texi (Effective-Target Keywords): Document
8930         sse_runtime, sse2_runtime.
8931
8932 2010-07-18  Richard Sandiford  <rdsandiford@googlemail.com>
8933
8934         * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
8935         low half of a single-register SCmode return value before ORing
8936         it with the high half.
8937         * config/mips/mips16.S (MERGE_GPRf): Likewise.
8938
8939 2010-07-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8940
8941         PR target/44805
8942         * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
8943         on all targets.
8944
8945 2010-07-17  Bernd Schmidt  <bernds@codesourcery.com>
8946
8947         PR target/42235
8948         * postreload.c (reload_cse_move2add): Return bool, true if anything.
8949         changed.  All callers changed.
8950         (move2add_use_add2_insn): Likewise.
8951         (move2add_use_add3_insn): Likewise.
8952         (reload_cse_regs): If reload_cse_move2add changed anything, rerun
8953         reload_combine.
8954         (RELOAD_COMBINE_MAX_USES): Bump to 16.
8955         (last_jump_ruid): New static variable.
8956         (struct reg_use): New members CONTAINING_MEM and RUID.
8957         (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
8958         (reload_combine_split_one_ruid, reload_combine_split_ruids,
8959         reload_combine_purge_insn_uses, reload_combine_closest_single_use
8960         reload_combine_purge_reg_uses_after_ruid,
8961         reload_combine_recognize_const_pattern): New static functions.
8962         (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
8963         is true for our reg and that we have available index regs.
8964         (reload_combine_note_use): New args RUID and CONTAINING_MEM.  All
8965         callers changed.  Use them to initialize fields in struct reg_use.
8966         (reload_combine): Initialize last_jump_ruid.  Be careful when to
8967         take PREV_INSN of the scanned insn.  Update REAL_STORE_RUID fields.
8968         Call reload_combine_recognize_const_pattern.
8969         (reload_combine_note_store): Update REAL_STORE_RUID field.
8970
8971 2010-07-16  Jason Merrill  <jason@redhat.com>
8972
8973         * Makefile.in (opts-common.o): Depend on options.h.
8974
8975 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8976
8977         * tree.c (build_common_builtin_nodes): Use build_function_type_list
8978         instead of build_function_type.
8979         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
8980         * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
8981
8982 2010-07-16  Nathan Froyd  <froydnj@codesourcery.com>
8983
8984         * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
8985         do all the work.
8986         (rs6000_emit_int_cmove): Use function pointers for insn generation.
8987         Don't force values into registers unnecessarily.
8988         (output_isel): Assert that we're not given conditions we can't handle.
8989         Delete corresponding code.
8990         * config/rs6000/rs6000.md (isel_signed_<mode>): Use
8991         scc_comparison_operator constraint.  Permit 0 for the consequent
8992         operand.  Permit any GPR for the alternative operand.
8993         (isel_unsigned_<mode>): Likewise.
8994
8995 2010-07-16  Jakub Jelinek  <jakub@redhat.com>
8996
8997         PR target/44942
8998         * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
8999         argument to const_tree.
9000         * config/i386/i386.c (function_arg_advance): If padding needs to be
9001         inserted before argument, increment cum->words by number of padding
9002         words as well.
9003         (contains_aligned_value_p): Change argument to const_tree.
9004         (ix86_function_arg_boundary): Change second argument to const_tree.
9005
9006 2010-07-16  Bernd Schmidt  <bernds@codesourcery.com>
9007
9008         PR target/42235
9009         * function.c (record_hard_reg_sets): New static function.
9010         (assign_parm_setup_reg): If an optab for extending exists and the
9011         generated code clobbbers no hard regs, emit the insn directly and
9012         create a REG_EQUIV note.
9013
9014 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
9015
9016         * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
9017         TREE_CHAIN.
9018         * c-typeck.c (push_init_level): Likewise.
9019         (process_init_element): Likewise.
9020
9021 2010-07-15  Anatoly Sokolov  <aesok@post.ru>
9022
9023         * tree.h (enum tree_index): Add TI_INTEGER_THREE.
9024         (integer_three_node): Add.
9025         * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
9026         NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
9027         * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
9028         of call build_int_cst.
9029         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
9030         * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
9031         (find_interesting_uses_address): Ditto.
9032         * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
9033         * tree-eh.c (lower_eh_constructs_2): Ditto.
9034         * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
9035         * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
9036         * expmed.c (expand_divmod): Ditto.
9037         * tree-mudflap.c (mx_register_decls): Ditto.
9038         * varasm.c (array_size_for_constructor): Ditto.
9039         * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
9040         * c-parser.c (c_parser_postfix_expression): Ditto.
9041
9042 2010-07-15  Bernd Schmidt  <bernds@codesourcery.com>
9043
9044         * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
9045         New static variables.
9046         (reload_combine_recognize_pattern): New static function, broken out
9047         of reload_combine.
9048         (reload_combine): Use it.  Only initialize first_index_reg and
9049         last_index_reg once.
9050
9051 2010-07-15  Richard Henderson  <rth@redhat.com>
9052
9053         * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
9054         when done.
9055
9056 2010-07-15  Jan Hubicka  <jh@suse.cz>
9057
9058         * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
9059         comdats for broken gold.
9060         (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
9061
9062 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
9063
9064         * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
9065
9066 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
9067
9068         * tree.h (DECL_CHAIN): Define.
9069         * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
9070         * c-decl.c: Likewise.
9071         * c-parser.c: Likewise.
9072         * c-typeck.c: Likewise.
9073         * cfgexpand.c: Likewise.
9074         * cgraph.c: Likewise.
9075         * cgraphunit.c: Likewise.
9076         * combine.c: Likewise.
9077         * config/alpha/alpha.c: Likewise.
9078         * config/arm/arm.c: Likewise.
9079         * config/frv/frv.c: Likewise.
9080         * config/i386/i386.c: Likewise.
9081         * config/i386/winnt-cxx.c: Likewise.
9082         * config/ia64/ia64.c: Likewise.
9083         * config/iq2000/iq2000.c: Likewise.
9084         * config/mep/mep.c: Likewise.
9085         * config/mips/mips.c: Likewise.
9086         * config/pa/som.h: Likewise.
9087         * config/rs6000/rs6000.c: Likewise.
9088         * config/s390/s390.c: Likewise.
9089         * config/sh/sh.c: Likewise.
9090         * config/sh/symbian-cxx.c: Likewise.
9091         * config/sparc/sparc.c: Likewise.
9092         * config/spu/spu.c: Likewise.
9093         * config/stormy16/stormy16.c: Likewise.
9094         * config/vxworks.c: Likewise.
9095         * config/xtensa/xtensa.c: Likewise.
9096         * coverage.c: Likewise.
9097         * dbxout.c: Likewise.
9098         * dwarf2out.c: Likewise.
9099         * emit-rtl.c: Likewise.
9100         * expr.c: Likewise.
9101         * function.c: Likewise.
9102         * gimple-low.c: Likewise.
9103         * gimple-pretty-print.c: Likewise.
9104         * gimplify.c: Likewise.
9105         * integrate.c: Likewise.
9106         * ipa-inline.c: Likewise.
9107         * ipa-prop.c: Likewise.
9108         * ipa-split.c: Likewise.
9109         * ipa-struct-reorg.c: Likewise.
9110         * ipa-type-escape.c: Likewise.
9111         * langhooks.c: Likewise.
9112         * lto-cgraph.c: Likewise.
9113         * omp-low.c: Likewise.
9114         * stor-layout.c: Likewise.
9115         * tree-cfg.c: Likewise.
9116         * tree-complex.c: Likewise.
9117         * tree-dfa.c: Likewise.
9118         * tree-dump.c: Likewise.
9119         * tree-inline.c: Likewise.
9120         * tree-mudflap.c: Likewise.
9121         * tree-nested.c: Likewise.
9122         * tree-object-size.c: Likewise.
9123         * tree-pretty-print.c: Likewise.
9124         * tree-sra.c: Likewise.
9125         * tree-ssa-live.c: Likewise.
9126         * tree-ssa-loop-niter.c: Likewise.
9127         * tree-ssa-math-opts.c: Likewise.
9128         * tree-ssa-reassoc.c: Likewise.
9129         * tree-ssa-sccvn.c: Likewise.
9130         * tree-ssa-structalias.c: Likewise.
9131         * tree-tailcall.c: Likewise.
9132         * tree-vrp.c: Likewise.
9133         * tree.c: Likewise.
9134         * var-tracking.c: Likewise.
9135         * varasm.c: Likewise.
9136
9137 2010-07-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9138
9139         PR target/44877
9140         * config/spu/spu.c (spu_expand_builtin_1): Allow references
9141         (as well as pointers) as argument to mask_for_load builtins.
9142
9143 2010-07-15  Richard Guenther  <rguenther@suse.de>
9144
9145         PR tree-optimization/44946
9146         * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
9147         with accessing only padding properly.
9148
9149 2010-07-15  Jan Hubicka  <jh@suse.cz>
9150
9151         * ipa.c (function_and_variable_visibility): Variables marked as used
9152         should not be localized.
9153
9154 2010-07-15  Jan Hubicka  <jh@suse.cz>
9155
9156         * cgraph.c: Include lto-streamer.h
9157         (change_decl_assembler_name): Work when assembler name hash is at place.
9158         (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
9159         be sure to rename it to avoid name clash.
9160         * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
9161         Localize hidden symbols only when locally defined.
9162
9163 2010-07-15  Uros Bizjak  <ubizjak@gmail.com>
9164
9165         * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
9166
9167 2010-07-15  Magnus Granberg  <zorry@gentoo.org>
9168             Kevin F. Quinn  <kevquinn@gentoo.org>
9169
9170         * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
9171         * common.opt: Add -Wtrampolines.
9172         * doc/invoke.texi: Add -Wtrampolines.
9173
9174 2010-07-15  Jie Zhang  <jie@codesourcery.com>
9175
9176         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
9177         cortex_a8_issue_ls.
9178
9179 2010-07-15  Dave Korn  <dave.korn.cygwin@gmail.com>
9180
9181         * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
9182         * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
9183
9184 2010-07-14  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9185
9186         * config/spu/spu.c (reg_names): Remove prototype.
9187         (call_used_regs): Likewise.
9188
9189 2010-07-14  Dave Korn  <dave.korn.cygwin@gmail.com>
9190
9191         * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
9192         "unused" with attribute "used".
9193         (__JCR_END__): Likewise.
9194         * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
9195         "used" attribute.
9196         (__JCR_LIST__): Replace attribute "unused" with attribute "used".
9197
9198 2010-07-14  Richard Guenther  <rguenther@suse.de>
9199
9200         * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
9201         (maybe_fixup_decls): Likewise.
9202         (input_gimple_stmt): Do not fixup anything.
9203         * lto-streamer-out.c (output_gimple_stmt): Make sure all
9204         non-automatic variable uses are wrapped inside a MEM_REF.
9205
9206 2010-07-14  Richard Henderson  <rth@redhat.com>
9207
9208         * passes.c (rest_of_decl_compilation): Do not call assemble_variable
9209         for functions.
9210         * varasm.c (assemble_variable): Remove early exit for functions;
9211         assert that we're given a variable.
9212
9213 2010-07-14  Jie Zhang  <jie@codesourcery.com>
9214
9215         * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
9216         cortex_a8_default when neon_type is not none.
9217
9218 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9219
9220         * lower-subreg.c (subreg_context): New static bitmap.
9221         (decompose_multiword_subregs): Allocate and free it.
9222         (find_decomposable_subregs): Set a bit in it for a register that
9223         occurs in a subreg that changes mode but not size.
9224         (can_decompose_p): Test it instead of non_decomposable_context.
9225
9226 2010-07-14  Richard Guenther  <rguenther@suse.de>
9227
9228         PR tree-optimization/44824
9229         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
9230         is_gimple_mem_ref_addr.
9231         (tree_ssa_forward_propagate_single_use_vars): Do not propagate
9232         non-decl_address_invariant_p addresses.
9233
9234 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9235
9236         * reload.c (find_reloads): Revert code to penalize small register
9237         classes that was brought in with the IRA merge.
9238
9239 2010-07-14  Richard Guenther  <rguenther@suse.de>
9240
9241         * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
9242         as base of ARRAY_REFs.
9243
9244 2010-07-14  Richard Guenther  <rguenther@suse.de>
9245
9246         PR middle-end/44930
9247         * tree-pretty-print.c (do_niy): Do not print a newline.
9248
9249 2010-07-14  Bernd Schmidt  <bernds@codesourcery.com>
9250
9251         * ira-int.h (struct ira_object): New.
9252         (ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
9253         (struct ira_allocno): Remove members min, max,
9254         conflict_allocno_array, conflict_id, conflict_allocno_array_size,
9255         conflict_allocnos_num and conflict_vec_p.  Add new member object.
9256         (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
9257         OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
9258         OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
9259         OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
9260         ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
9261         ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
9262         ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
9263         ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
9264         an ira_object_t rather than ira_allocno_t.  All uses changed.
9265         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
9266         contains a vector of ira_object_t; all uses changed.
9267         (ira_objects_num): Declare variable.
9268         (ira_create_allocno_object): Declare function.
9269         (ira_conflict_vector_profitable_p): Adjust prototype.
9270         (ira_allocate_conflict_vec): Renamed from
9271         ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
9272         (ira_allocate_object_conflicts): Renamed from
9273         ira_allocate_allocno_conflicts; first arg now ira_object_t.
9274         (struct ira_object_iterator): New.
9275         (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
9276         (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
9277         to conflict_vec_p.  All uses changed.
9278         (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
9279         Changed to take into account that conflicts are now tracked for
9280         objects.
9281         * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
9282         Args changed to accept ira_object_t.  All uses changed.
9283         (allocnos_conflict_p): New static function.
9284         (collected_conflict_objects): Renamed from collected_allocno_objects;
9285         now a vector of ira_object_t.  All uses changed.
9286         (build_conflict_bit_table): Changed to take into account that
9287         conflicts are now tracked for objects.
9288         (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
9289         (print_allocno_conflicts, ira_build_conflicts): Likewise.
9290         * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
9291         setup_allocno_left_conflicts_size, allocno_reload_assign,
9292         fast_allocation): Likewise.
9293         * ira-lives.c (make_hard_regno_born, make_allocno_born)
9294         process_single_reg_class_operands, process_bb_node_lives): Likewise.
9295         * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
9296         Likewise.
9297         * ira-build.c (ira_objects_num): New variable.
9298         (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
9299         contains a vector of ira_object_t; all uses changed.
9300         (ira_object_id_map_vec): Corresponding change.
9301         (object_pool): New static variable.
9302         (initiate_allocnos): Initialize it.
9303         (finish_allocnos): Free it.
9304         (ira_create_object, ira_create_allocno_object, create_allocno_objects):
9305         New functions.
9306         (ira_create_allocno): Don't set members that were removed.
9307         (ira_set_allocno_cover_class): Don't change conflict hard regs.
9308         (merge_hard_reg_conflicts): Changed to take into account that
9309         conflicts are now tracked for objects.
9310         (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
9311         allocate_conflict_bit_vec, ira_allocate_object_conflicts,
9312         compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
9313         setup_min_max_allocno_live_range_point, allocno_range_compare_func,
9314         setup_min_max_conflict_allocno_ids, ):  Likewise.
9315         (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
9316         to ira_object_t; all callers changed.
9317         (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
9318         to ira_object_t, all callers changed.
9319         (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
9320         to ira_object_t, all callers changed.
9321         (conflict_check, curr_conflict_check_tick): Renamed from
9322         allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
9323         changed.
9324         (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
9325         arg changed to ira_object_t, all callers changed.
9326         (create_cap_allocno): Call ira_create_allocno_object.
9327         (finish_allocno): Free the corresponding object.
9328         (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
9329         callers changed.  Adjusted for dealing with objects.
9330         (ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
9331         dealing with objects.
9332         * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
9333
9334         * ira-int.h (struct live_range): Rename allocno member to object
9335         and change type to ira_object_t.
9336         (struct ira_object): New member live_ranges.
9337         (struct ira_allocno): Remove member live_ranges.
9338         (ALLOCNO_LIVE_RANGES): Remove.
9339         (OBJECT_LIVE_RANGES): New macro.
9340         (ira_create_live_range, ira_copy_live_range_list,
9341         ira_merge_live_range_list, ira_live_ranges_intersect_p,
9342         ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
9343         * ira-build.c (ira_create_object): Initialize live ranges here.
9344         (ira_create_allocno): Not here.
9345         (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
9346         changed to ira_object_t, all callers changed.
9347         (copy_live_range): Rename from copy_allocno_live_range, all callers
9348         changed.
9349         (ira_copy_live_range_list): Rename from
9350         ira_copy_allocno_live_range_list, all callers changed.
9351         (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
9352         all callers changed.
9353         (ira_live_ranges_intersect_p): Rename from
9354         ira_allocno_live_ranges_intersect_p, all callers changed.
9355         (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
9356         callers changed.
9357         (ira_finish_live_range_list): Rename from
9358         ira_finish_allocno_live_range_list, all callers changed.
9359         (change_object_in_range_list): Rename from change_allocno_in_range_list,
9360         last arg changed to ira_object_t, all callers changed.
9361         (finish_allocno): Changed to expect live ranges in the allocno's object.
9362         (move_allocno_live_ranges, copy_allocno_live_ranges,
9363         update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
9364         ira_flattening, ira_build): Likewise.
9365         * ira-color.c (allocnos_have_intersected_live_ranges_p,
9366         slot_coalesced_allocno_live_ranges_intersect,
9367         setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
9368         * ira-conflicts.c (build_conflict_bit_table): Likewise.
9369         * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
9370         * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
9371         make_allocno_dead, create_start_finish_chains,
9372         remove_some_program_points_and_update_live_ranges,
9373         ira_debug_live_range_list): Likewise.
9374
9375         * ira-int.h (ira_object_conflict_iterator): Rename from
9376         ira_allocno_conflict_iterator.
9377         (ira_object_conflict_iter_init): Rename from
9378         ira_allocno_conflict_iter_init, second arg changed to
9379         * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
9380         FOR_EACH_ALLOCNO_CONFLICT.
9381         * ira-color.c (assign_hard_reg, push_allocno_to_stack)
9382         setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
9383         ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
9384         * ira-conflicts.c (print_allocno_conflicts): Likewise.
9385
9386 2010-07-13  Joern Rennecke  <joern.rennecke@embecosm.com>
9387
9388         PR other/44874
9389         * tree-dump.c (dump_options): Add enumerate_locals entry.
9390         Add TDF_NOID exclusion to all entry.
9391         * tree-dump.h (dump_enumerated_decls): Declare.
9392         * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
9393         Don't display type uid.
9394         (print_declaration): Don't crash on TREE_TYPE (t) == 0.
9395         * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
9396         * tree-ssa-live.c: Include gimple.h.
9397         (numbered_tree_d): New struct.
9398         (numbered_tree): New typedef.
9399         (DEF_VEC_O (numbered_tree): New.
9400         (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
9401         (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
9402         (dump_enumerated_decls): Likewise.
9403         * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
9404         debug info and flag_dump_final_insns, call dump_enumerated_decls.
9405         * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
9406         * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
9407
9408 2010-07-13  Richard Sandiford  <rdsandiford@googlemail.com>
9409
9410         * expmed.h (MAX_BITS_PER_WORD): Move to...
9411         * defaults.h (MAX_BITS_PER_WORD): ...here.
9412
9413 2010-07-13  DJ Delorie  <dj@redhat.com>
9414
9415         * config/h8300/h8300.c (h8300_init_once): Default to
9416         -fstrict_volatile_bitfields.
9417
9418         * config/sh/sh.c (sh_override_options): Default to
9419         -fstrict_volatile_bitfields.
9420
9421         * config/rx/rx.c (rx_option_override): New.
9422
9423         * config/m32c/m32c.c (m32c_override_options): Default to
9424         -fstrict_volatile_bitfields.
9425
9426 2010-07-13  Nathan Froyd  <froydnj@codesourcery.com>
9427
9428         * tree.h (build_function_call_expr): Delete.
9429         (build_call_expr_loc_array): New function.
9430         (build_call_expr_loc_vec): New function.
9431         * tree-flow.h (struct omp_region): Change type of ws_args field
9432         to a VEC.
9433         * builtins.c (build_function_call_expr): Delete.
9434         (build_call_expr_loc_array): New function.
9435         (build_call_expr_loc): Call it.  Use XALLOCAVEC.
9436         (build_call_expr): Likewise.
9437         (build_call_expr_loc_vec): New function.
9438         * cgraphunit.c (build_cdtor): Call build_call_expr instead of
9439         build_function_call_expr.
9440         * expr.c (emutls_var_address): Likewise.
9441         * varasm.c (emutls_common_1): Likewise.
9442         * omp-low.c (expand_omp_atomic_mutex): Likewise.
9443         (expand_omp_taskreg): Adjust for new type of region->ws_args.
9444         (get_ws_args_for): Return a VEC instead of a tree.
9445         (expand_parallel_call): Call build_call_expr_loc_vec instead of
9446         build_function_call_expr.
9447         * stor-layout.c (self_referential_size): Likewise.
9448
9449 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
9450
9451         PR testsuite/44701
9452         * recog.c (constrain_operands): Allow side-effects in memory
9453         operands if either < or > constraint is used, rather than if
9454         both < and > is used.
9455
9456 2010-07-13  Richard Guenther  <rguenther@suse.de>
9457
9458         PR middle-end/44911
9459         * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
9460         MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
9461         without name.
9462
9463 2010-07-13  Kaz Kojima  <kkojima@gcc.gnu.org>
9464
9465         PR target/44761
9466         * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
9467         to variable emited.
9468         * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
9469         * config/sh/sh.md (symGOT_load): Likewise.
9470         (symDTPOFF2reg): Likewise.
9471         (symTPOFF2reg): Likewise.
9472
9473 2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9474
9475         * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
9476         * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
9477
9478 2010-07-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9479
9480         * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
9481         explanation.
9482         Find ucontext_t * on Solaris 11.
9483         (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
9484         Handle new Solaris 11 __sighndlr patterns.
9485
9486 2010-07-13  Jakub Jelinek  <jakub@redhat.com>
9487
9488         PR debug/44901
9489         * vec.h (VEC_block_remove): Fix comment.
9490         * tree-ssa-live.c (remove_unused_locals): Don't use
9491         VEC_unordered_remove on local_decls, instead replace a single
9492         vector element in each iteration if at least one element had
9493         to be removed and VEC_truncate at the end.
9494         * omp-low.c (expand_omp_taskreg): Likewise.
9495
9496 2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
9497
9498         * c-decl.c (finish_function): Fix typo in comment.
9499
9500 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
9501
9502         PR bootstrap/44921
9503         * postreload.c (move2add_use_add3_insn): Silence gcc warning
9504         on min_regno.
9505
9506 2010-07-12  Jakub Jelinek  <jakub@redhat.com>
9507
9508         * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
9509         (simplify_stmt_using_ranges): Use it.
9510
9511 2010-07-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
9512
9513         * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
9514         member.  Do not mark as GTY(()).
9515         * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
9516         (spu_builtin_decls): New static variable.
9517         (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
9518         (spu_init_builtins): Likewise.
9519         (spu_builtin_mul_widen_even): Likewise.
9520         (spu_builtin_mul_widen_odd): Likewise.
9521         (spu_builtin_mask_for_load): Likewise.
9522         (spu_builtin_vec_perm): Likewise.
9523         * config/spu/spu-c.c: Include "target.h".
9524         (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
9525         of using spu_builtins[].fndecl.
9526
9527 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9528
9529         * config/mips/mips.c (mips_override_options): Make -mflip-mips16
9530         imply -minterlink-mips16.
9531
9532 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9533
9534         * config/mips/mips.h (mips16_globals): Declare.
9535         (SWITCHABLE_TARGET): Define.
9536         * config/mips/mips.c: Include target-globals.h.
9537         (mips16_globals): New variable.
9538         (mips_set_mips16_mode): Use save_target_globals and
9539         restore_target_globals instead of target_reinit.
9540
9541 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9542
9543         * reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
9544         to say that the function can be called more than once.
9545         * target-globals.c (save_target_globals): Call init_reg_sets.
9546
9547 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9548
9549         * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
9550         * bb-reorder.h: New file.
9551         * bb-reorder.c (default_target_bb_reorder): New variable.
9552         (this_target_bb_reorder): New conditional variable.
9553         (uncond_jump_length): Redefine as a macro.
9554         * target-globals.h (this_target_bb_reorder): Declare.
9555         (target_globals): Add a bb_reorder field.
9556         (restore_target_globals): Copy the bb_reorder field to
9557         this_target_bb-reorder.
9558         * target-globals.c: Include bb-reorder.h.
9559         (default_target_globals): Initialize the bb_reorder field.
9560         (save_target_globals): Likewise.
9561
9562 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9563
9564         * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
9565         * gcse.h: New file.
9566         * gcse.c: Include gcse.h.
9567         (default_target_gcse): New variable.
9568         (this_target_gcse): New conditional variable.
9569         (can_copy): Redefine as a macro.
9570         (can_copy_init_p): New macro.
9571         (can_copy_p): Remove can_copy_init_p.
9572         * target-globals.h (this_target_gcse): Declare.
9573         (target_globals): Add a gcse field.
9574         (restore_target_globals): Copy the gcse field to this_target_gcse.
9575         * target-globals.c: Include gcse.h.
9576         (default_target_globals): Initialize the gcse field.
9577         (save_target_globals): Likewise.
9578
9579 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9580
9581         * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
9582         and x_ira_prohibited_mode_move_regs_initialized_p.
9583         (ira_prohibited_mode_move_regs): Redefine as a macro.
9584         * ira.c (ira_prohibited_mode_move_regs): Delete.
9585         (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
9586
9587 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9588
9589         * reload.h (target_reload): Add x_cached_reg_save_code and
9590         x_cached_reg_restore_code.
9591         * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
9592         Redefine as macros.
9593
9594 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9595
9596         * Makefile.in (target-globals.o): Depend on builtins.h.
9597         * builtins.h: New file.
9598         * builtins.c: Include builtins.h.
9599         (default_target_builtins): New variable.
9600         (this_target_builtins): New conditional variable.
9601         (apply_args_mode, apply_result_mode): Redefine as macros.
9602         * target-globals.h (this_target_builtins): Declare.
9603         (target_globals): Add a builtins field.
9604         (restore_target_globals): Copy the builtins field to
9605         this_target_builtins.
9606         * target-globals.c: Include builtins.h.
9607         (default_target_globals): Initialize the builtins field.
9608         (save_target_globals): Likewise.
9609
9610 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9611
9612         * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
9613         (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
9614         from expmed.c.
9615         (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
9616         (alg_hash, alg_hash_used_p): New macros.
9617         * expmed.c (init_expmed): Clear alg_hash if reinitializing.
9618         (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
9619         (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
9620
9621 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9622
9623         * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
9624         x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
9625         * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
9626         (this_op_costs, costs_classes): Redefine as macros.
9627         (record_reg_classes): Don't take op_costs as a parameter.
9628         (record_operand_costs): Likewise.  Update calls to record_reg_classes.
9629         (scan_one_insn): Update call to record_operand_costs.
9630
9631 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9632
9633         * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
9634         * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
9635         (target_ira_int): New structure.
9636         (default_target_ira_int): Declare.
9637         (this_target_ira_int): Declare as a variable or define as a macro.
9638         (ira_reg_mode_hard_regset, ira_register_move_cost)
9639         (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
9640         (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
9641         (prohibited_class_mode_regs, ira_important_classes_num)
9642         (ira_important_classes, ira_reg_class_intersect)
9643         (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
9644         (ira_reg_class_union): Redefine as macros.
9645         * ira.h (target_ira): New structure.
9646         (default_target_ira): Declare.
9647         (this_target_ira): Declare as a variable or define as a macro.
9648         (ira_available_class_regs, ira_hard_regno_cover_class)
9649         (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
9650         (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
9651         (ira_class_hard_regs_num): Redefine as macros.
9652         * ira.c (default_target_ira, default_target_ira_int): New variables.
9653         (this_target_ira, this_target_ira_int): New conditional variables.
9654         (ira_reg_mode_hard_regset, ira_memory_move_cost)
9655         (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
9656         (ira_class_subset_p): Delete.
9657         (no_unit_alloc_regs): Redefine as a macro.
9658         (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
9659         (ira_class_hard_regs_num, ira_class_hard_reg_index)
9660         (ira_available_class_regs): Delete.
9661         (alloc_reg_class_subclasses): Redefine as a macro.
9662         (ira_reg_class_cover_size, ira_reg_class_cover)
9663         (ira_important_classes_num, ira_important_classes)
9664         (ira_important_class_nums, ira_class_translate): Delete.
9665         (cover_class_order): Document the variable's lifetime.
9666         (reorder_important_classes): Don't set ira_important_class_nums.
9667         (ira_reg_class_intersect, ira_reg_classes_intersect_p)
9668         (ira_reg_class_super_classes, ira_reg_class_union)
9669         (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
9670         Delete.
9671         (setup_reg_class_nregs): Don't set ira_max_regs.
9672         (prohibited_class_mode_regs): Delete.
9673         * target-globals.h (this_target_ira, this_target_ira_int): Declare.
9674         (target_globals): Add ira and ira_int fields.
9675         (restore_target_globals): Copy the ira field to this_target_ira
9676         and the ira_int field to this_target_ira_int.
9677         * target-globals.c: Include ira-int.h.
9678         (default_target_globals): Initialize the ira and ira_int fields.
9679         (save_target_globals): Likewise.
9680
9681 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9682
9683         * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
9684         * cfgloop.h (target_cfgloop): New structure.
9685         (default_target_cfgloop): Declare.
9686         (this_target_cfgloop): Declare as a variable or define as a macro.
9687         (target_avail_regs, target_clobbered_regs, target_res_regs)
9688         (target_reg_cost, target_spill_cost): Redefine as macros.
9689         * cfgloopanal.c (default_target_cfgloop): New variable.
9690         (this_target_cfgloop): New conditional variable.
9691         (target_avail_regs, target_clobbered_regs, target_res_regs)
9692         (target_reg_cost, target_spill_cost): Delete.
9693         * target-globals.h (this_target_cfgloop): Declare.
9694         (target_globals): Add a cfgloop field.
9695         (restore_target_globals): Copy the cfgloop field to
9696         this_target_cfgloop.
9697         * target-globals.c: Include cfgloop.h.
9698         (default_target_globals): Initialize the cfgloop field.
9699         (save_target_globals): Likewise.
9700
9701 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9702
9703         * regs.h (target_regs): Add x_direct_load, x_direct_store and
9704         x_float_extend_from_mem.
9705         (direct_load, direct_store, float_extend_from_mem): New macros.
9706         * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
9707
9708 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9709
9710         * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
9711         (target-globals.o): Depend on $(LIBFUNCS_H).
9712         * libfuncs.h: Include hashtab.h.
9713         (libfunc_entry): Moved from optabs.c.
9714         (target_libfuncs): New structure.
9715         (default_target_libfuncs): Declare.
9716         (this_target_libfuncs): Declare as a variable or define as a macro.
9717         (libfunc_table): Redefine as a macro.
9718         * optabs.c (default_target_libfuncs): New variable.
9719         (this_target_libfuncs): New conditional variable.
9720         (libfunc_table): Delete.
9721         (libfunc_entry): Moved to optabs.h.
9722         (libfunc_hash): Redefine as a macro.
9723         (hash_libfunc, eq_libfunc): Fix comments.
9724         (init_optabs): Use libfunc_hash to detect cases where the function
9725         has already been called.  Clear the hash table instead of
9726         recreating it.
9727         * target-globals.h (this_target_libfuncs): Declare.
9728         (target_globals): Add a libfuncs field.
9729         (restore_target_globals): Copy the libfuncs field to
9730         this_target_libfuncs.
9731         * target-globals.c: Include libfuncs.h.
9732         (default_target_globals): Initialize the libfuncs field.
9733         (save_target_globals): Likewise.
9734
9735 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9736
9737         * Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
9738         in all dependency lists.
9739
9740 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9741
9742         * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
9743         * optabs.h (target_optabs): New structure.
9744         (default_target_optabs): Declare.
9745         (this_target_optabs): Declare as a variable or define as a macro.
9746         (optab_table, convert_optab_table, direct_optab_table): Redefine
9747         as macros.
9748         * optabs.c (default_target_optabs): New variable.
9749         (this_target_optabs): New conditional variable.
9750         (optab_table, convert_optab_table, direct_optab_table): Delete.
9751         * target-globals.h (this_target_optabs): Declare.
9752         (target_globals): Add a optabs field.
9753         (restore_target_globals): Copy the optabs field to
9754         this_target_optabs.
9755         * target-globals.c: Include expr.h and optabs.h.
9756         (default_target_globals): Initialize the optabs field.
9757         (save_target_globals): Likewise.
9758
9759 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9760
9761         * flags.h (target_flagstate): Add x_flag_excess_precision.
9762         (flag_excess_precision): Redefine as a macro.
9763         * toplev.c (flag_excess_precision): Delete.
9764
9765 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9766
9767         * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
9768         * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
9769         * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
9770         (no_caller_save_reg_set): Redefine as a macro.
9771         * reload.h (target_reload): Add x_caller_save_initialized_p and
9772         x_regno_save_mode.
9773         (caller_save_initialized_p): Redefine as a macro.
9774         * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
9775         (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
9776         (regno_save_mode): Redefine as a macro.
9777
9778 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9779
9780         * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
9781         * expmed.h: New file.
9782         * expmed.c (default_target_costs): New variable.
9783         (this_target_costs): New conditional variable.
9784         (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
9785         (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
9786         (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
9787         * target-globals.h (this_target_expmed): Declare.
9788         (target_globals): Add a expmed field.
9789         (restore_target_globals): Copy the expmed field to
9790         this_target_expmed.
9791         * target-globals.c: Include expmed.h.
9792         (default_target_globals): Initialize the expmed field.
9793         (save_target_globals): Likewise.
9794
9795 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9796
9797         * Makefile.in (target-globals.o): Depend on reload.h.
9798         * reload.h (target_reload): New structure.
9799         (default_target_reload): Declare.
9800         (this_target_reload): Declare as a variable or define as a macro.
9801         (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
9802         * reload1.c (default_target_reload): New variable
9803         (this_target_reload): New conditional variable.
9804         (indirect_symref_ok, double_reg_address_ok): Delete.
9805         (spill_indirect_levels): Redefine as a macro.
9806         * target-globals.h (this_target_reload): Declare.
9807         (target_globals): Add a reload field.
9808         (restore_target_globals): Copy the reload field to
9809         this_target_reload.
9810         * target-globals.c: Include hard-reg-set.h.
9811         (default_target_globals): Initialize the reload field.
9812         (save_target_globals): Likewise.
9813
9814 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9815
9816         * rtl.h (target_rtl): Add x_static_reg_base_value.
9817         * alias.c (static_reg_base_value): Redefine as a macro.
9818
9819 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9820
9821         * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
9822         (GTFILES): Remove reginfo.c.
9823         * rtl.h (target_rtl): Add x_top_of_stack.
9824         (top_of_stack): New macro.
9825         * reginfo.c: Don't include ggc.h or gt-reginfo.h.
9826         (top_of_stack): Delete.
9827
9828 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9829
9830         * regs.h (target_regs): Add x_hard_regs_of_mode,
9831         x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
9832         x_may_move_out_cost and x_last_mode_for_init_move_cost.
9833         (have_regs_of_mode, contains_reg_of_mode, move_cost)
9834         (may_move_in_cost, may_move_out_cost): Redefine as macros.
9835         * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
9836         (may_move_in_cost, may_move_out_cost): Delete.
9837         (last_mode_for_init_move_cost): Redefine as a macro.
9838
9839 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9840
9841         * hard-reg-set.h (target_hard_regs): New structure.
9842         (default_target_hard_regs): Declare.
9843         (this_target_hard_regs): Declare as a variable or define as a macro.
9844         (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
9845         (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
9846         (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
9847         (reg_class_size, reg_class_subclasses, reg_class_subunion)
9848         (reg_class_superunion, reg_names): Redefine as macros.
9849         * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
9850         (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
9851         (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
9852         (reg_class_contents, reg_class_size, reg_class_subclasses)
9853         (reg_class_subunion, reg_class_superunion, reg_names): Delete.
9854         (default_target_hard_regs): New variable
9855         (this_target_hard_regs, initial_call_really_used_regs)
9856         (initial_reg_alloc_order): New conditional variables.
9857         (initial_reg_names): New variable.
9858         (init_reg_sets): Assert that initial_call_really_used_regs,
9859         initial_reg_alloc_order and initial_reg_names
9860         are all the same size as their variable counterparts.  Use them to
9861         initialize those counterparts.
9862         * target-globals.h (this_target_hard_regs): Declare.
9863         (target_globals): Add a hard_regs field.
9864         (restore_target_globals): Copy the hard_regs field to
9865         this_target_hard_regs.
9866         * target-globals.c: Include hard-reg-set.h.
9867         (default_target_globals): Initialize the hard_regs field.
9868         (save_target_globals): Likewise.
9869
9870 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9871
9872         * Makefile.in (target-globals.o): Depend on $(RTL_H).
9873         * rtl.h (target_rtl): New structure.
9874         (default_target_rtl): Declare.
9875         (this_target_rtl): Declare as a variable or define as a macro.
9876         (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
9877         Redefine as macros.
9878         * emit-rtl.c (default_target_rtl): New variable.
9879         (this_target_rtl): New conditional variable.
9880         (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
9881         (return_address_pointer_rtx): Delete.
9882         (initial_regno_reg_rtx): New macro.
9883         (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
9884         (init_emit_regs): Likewise.
9885         * target-globals.h (this_target_rtl): Declare.
9886         (target_globals): Add a rtl field.
9887         (restore_target_globals): Copy the rtl field to this_target_rtl.
9888         * target-globals.c: Include rtl.h.
9889         (default_target_globals): Initialize the rtl field.
9890         (save_target_globals): Likewise.
9891
9892 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9893
9894         * Makefile.in (target-globals.o): Depend on $(REGS_H).
9895         * regs.h (target_reg_modes): New structure.
9896         (default_target_reg_modes): Declare.
9897         (this_target_reg_modes): Declare as a variable or define as a macro.
9898         (hard_regno_nregs, reg_raw_mode): Redefine as macros.
9899         * reginfo.c (default_target_reg_modes): New variable.
9900         (this_target_reg_modes): New conditional variable.
9901         (hard_regno_nregs, reg_raw_mode): Delete.
9902         * target-globals.h (this_target_regs): Declare.
9903         (target_globals): Add a regs field.
9904         (restore_target_globals): Copy the regs field to this_target_regs.
9905         * target-globals.c: Include regs.h.
9906         (default_target_globals): Initialize the regs field.
9907         (save_target_globals): Likewise.
9908
9909 2010-07-12  Richard Sandiford  <rdsandiford@googlemail.com>
9910
9911         * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
9912         * doc/tm.texi: Regenerate.
9913         * Makefile.in (OBJS-common): Add target-globals.o.
9914         (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
9915         and target-globals.h.
9916         (target-globals.o): New rule.
9917         (GTFILES): Include $(srcdir)/target-globals.h.
9918         * defaults.h (SWITCHABLE_TARGET): Define.
9919         * gengtype.c (open_base_files): Add target-globals.h to the
9920         list of includes.
9921         * target-globals.h: New file.
9922         * target-globals.c: Likewise.
9923
9924         * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
9925         * flags.h (target_flag_state): New structure.
9926         (default_target_flag_state): Declare.
9927         (this_target_flag_state): Declare as a variable or define as a macro.
9928         (align_loops_log): Redefine as a macro.
9929         (align_loops_max_skip, align_jumps_log): Likewise.
9930         (align_jumps_max_skip, align_labels_log): Likewise.
9931         (align_labels_max_skip, align_functions_log): Likewise.
9932         * toplev.c (default_target_flag_state): New variable.
9933         (this_target_flag_state): New conditional variable.
9934         (align_loops_log): Delete.
9935         (align_loops_max_skip, align_jumps_log): Likewise.
9936         (align_jumps_max_skip, align_labels_log): Likewise.
9937         (align_labels_max_skip, align_functions_log): Likewise.
9938         * target-globals.h (this_target_flag_state): Declare.
9939         (target_globals): Add a flag_state field.
9940         (restore_target_globals): Copy the flag_state field to
9941         this_target_flag_state.
9942         * target-globals.c: Include flags.h.
9943         (default_target_globals): Initialize the flag_state field.
9944         (save_target_globals): Likewise.
9945
9946 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9947
9948         * postreload.c (reg_symbol_ref[]): New.
9949         (move2add_use_add2_insn): New.
9950         (move2add_use_add3_insn): New.
9951         (reload_cse_move2add): Handle SYMBOL + OFFSET case.
9952         (move2add_note_store): Likewise.
9953
9954 2010-07-12  Joern Rennecke  <joern.rennecke@embecosm.com>
9955
9956         PR rtl-optimization/44752
9957         * genautomata.c (main): Don't emit an empty file even if there
9958         is no automaton.
9959
9960 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9961
9962         * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
9963         ix86_solaris_return_in_memory.
9964         * config/i386-protos.h: Reflect this.
9965         * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9966         * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
9967         Move ...
9968         * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
9969
9970 2010-07-12  Jie Zhang  <jie@codesourcery.com>
9971
9972         * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
9973         align the stack when it's going to be saved.
9974
9975 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9976
9977         PR pch/14940
9978         * config/host-solaris.c (mmap_fixed): New function.
9979         (sol_gt_pch_get_address): Use it.
9980         (sol_gt_pch_use_address): Likewise.
9981
9982 2010-07-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9983
9984         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
9985         pentiumpro on Solaris 8 and 9/x86.
9986         * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
9987         Document SSE/SSE2 support.
9988         * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
9989
9990 2010-07-12  Andi Kleen  <ak@linux.intel.com>
9991
9992         * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
9993         instead of gcc_assert to print better error message for multiple
9994         prevailing defs.
9995
9996 2010-07-12  Uros Bizjak  <ubizjak@gmail.com>
9997
9998         * config/i386/i386.c (ix86_asm_output_function_label): Change format
9999         string placeholder from 0x%x to %#x.
10000         (ix86_code_end): Use putc to output '\n'.
10001         (ix86_print_operand) <case ';'>: Use putc to output ';'.
10002
10003 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
10004
10005         * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
10006         in directive -export.
10007
10008 2010-07-10  Anatoly Sokolov  <aesok@post.ru>
10009
10010         * reginfo.h (reg_classes_intersect_p): Change arguments type to
10011         reg_class_t.
10012         * rtl.h (reg_classes_intersect_p): Adjust prototype.
10013
10014         * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
10015         Remove macros.
10016         * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
10017         rs6000_memory_move_cost): Remove
10018         * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
10019         TARGET_MEMORY_MOVE_COST): Define.
10020         (rs6000_register_move_cost): Make static. Change arguments type from
10021         enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
10022         (rs6000_memory_move_cost): Make static. Change arguments type from
10023         'enum reg_class' to reg_class_t.
10024
10025 2010-07-10  Sandra Loosemore  <sandra@codesourcery.com>
10026
10027         PR middle-end/42505
10028         * tree-inline.c (estimate_num_insns): Refactor builtin complexity
10029         lookup code into....
10030         * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
10031         new functions.
10032         * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
10033         * cfgloopanal.c (target_clobbered_regs): Define.
10034         (init_set_costs): Initialize target_clobbered_regs.
10035         (estimate_reg_pressure_cost): Add call_p argument.  When true,
10036         adjust the number of available registers to exclude the
10037         call-clobbered registers.
10038         * cfgloop.h (target_clobbered_regs): Declare.
10039         (estimate_reg_pressure_cost): Adjust declaration.
10040         * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
10041         (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
10042         (determine_set_costs): Dump target_clobbered_regs.
10043         (loop_body_includes_call): New function.
10044         (tree_ssa_iv_optimize_loop): Use it to initialize new field.
10045         * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
10046         call_p flag through.
10047         (best_gain_for_invariant): Likewise.
10048         (find_invariants_to_move): Likewise.
10049         (move_single_loop_invariants): Likewise, using already-computed
10050         has_call field.
10051
10052 2010-07-10  Richard Guenther  <rguenther@suse.de>
10053             Joern Rennecke  <joern.rennecke@embecosm.com>
10054
10055         PR debug/44832
10056         * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
10057         (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
10058         unless they have DECL_IGNORED_P set.
10059
10060 2010-07-10  Richard Guenther  <rguenther@suse.de>
10061
10062         PR lto/44889
10063         * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
10064         helper function.
10065         (gimple_types_compatible_p): Similar to pointed-to
10066         types allow and merge a mix of complete and incomplete aggregate.
10067         Use gimple_fixup_complete_and_incomplete_subtype_p for that.
10068         (iterative_hash_gimple_type): Adjust for that.
10069
10070 2010-07-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
10071
10072         * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
10073
10074 2010-07-10  Iain Sandoe  <iains@gcc.gnu.org>
10075
10076         PR objc/44140
10077         * config/darwin.c (output_objc_section_asm_op): Save and restore
10078         section when outputting ObjC section list.
10079
10080 2010-07-09  Jan Hubicka  <jh@suse.cz>
10081
10082         * lto-streamer-out.c (produce_symtab): Do not write alias
10083         cgraph/varpool nodes.
10084
10085 2010-07-09  Jan Hubicka  <jh@suse.cz>
10086
10087         * tree-inline.c (declare_return_variable): Fix ICE while
10088         inlining DECL_BY_VALUE function not in SSA form
10089
10090 2010-07-09  Changpeng Fang  <changpeng.fang@amd.com>
10091
10092         PR tree-optimization/44576
10093         * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
10094         New.  Pull out from is_loop_prefetching_profitable to implement
10095         the trip count to ahead ratio heuristic.
10096         (mem_ref_count_reasonable_p): New.  Pull out from
10097         is_loop_prefetching_profitable to implement the instruction to
10098         memory reference ratio heuristic.  Also consider not reasonable if
10099         the memory reference count is above a threshold (to avoid
10100         explosive compilation time.
10101         (insn_to_prefetch_ratio_too_small_p): New.  Pull out from
10102         is_loop_prefetching_profitable to implement the instruction to
10103         prefetch ratio heuristic.
10104         (is_loop_prefetching_profitable): Removed.
10105         (loop_prefetch_arrays): Distribute the cost analysis across the
10106         function to allow early exit of the prefetch analysis.
10107         is_loop_prefetching_profitable is splitted into three functions,
10108         with each one called as early as possible.
10109         (PREFETCH_MAX_MEM_REFS_PER_LOOP): New.  Threshold above which the
10110         number of memory references in a loop is considered too many.
10111
10112 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
10113
10114         * reload.c (find_reloads): Don't clear badop if we have a winreg
10115         alternative, but not win, and the class only has fixed regs.
10116         * hard-reg-set.h (class_only_fixed_regs): Declare.
10117         * reginfo.c (class_only_fixed_regs): New array.
10118         (init_reg_sets_1): Initialize it.
10119         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
10120         discourage alternatives using the stack pointer.
10121
10122         * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
10123
10124         * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
10125
10126         * config/arm/arm.md (cbranchqi4): Fix array size.
10127         (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
10128         calculating length.
10129
10130 2010-07-09  Richard Guenther  <rguenther@suse.de>
10131
10132         * gimple.c (struct type_fixup_s): New struct and VEC type.
10133         (gimple_register_type_fixups): New static global.
10134         (gimple_queue_type_fixup): New function.
10135         (gimple_types_compatible_p): Queue type fixups instead of
10136         applying them here.
10137         (gimple_register_type): Apply queued fixups for the
10138         canonical type.  Empty the type fixup queue.
10139
10140 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
10141
10142         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
10143         * configure: Regenerate.
10144         * config.in: Ditto.
10145
10146 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
10147             Denys Vlasenko  <dvlasenk@redhat.com>
10148             Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
10149
10150         PR tree-optimization/28632
10151         * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
10152         (extract_range_from_binary_expr): Further optimize
10153         BIT_AND_EXPR and BIT_IOR_EXPR.
10154
10155 2010-07-09  Sebastian Pop  <sebastian.pop@amd.com>
10156
10157         * tree-if-conv.c (fold_or_predicates): New.
10158         (add_to_predicate_list): Call it.
10159
10160 2010-07-09  Richard Guenther  <rguenther@suse.de>
10161
10162         PR middle-end/44890
10163         * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
10164         if base is a pointer.
10165         * tree-cfg.c (verify_expr): Update MEM_REF checking.
10166
10167 2010-07-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
10168
10169         PR target/44877
10170         * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
10171         POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
10172         builtin mask for load/store builtins.
10173
10174 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
10175
10176         * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
10177         for "lock addl".
10178         * configure: Regenerate.
10179         * config/i386/i386.c (ix86_print_operand) <case ';'>:
10180         Remove TARGET_MACHO.
10181
10182 2010-07-09  Peter Bergner  <bergner@vnet.ibm.com>
10183
10184         * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
10185         default ISA flags.
10186         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
10187
10188 2010-07-09  Tom de Vries  <tjvries@xs4all.nl>
10189
10190         * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
10191
10192 2010-07-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
10193
10194         * config/picochip/picochip.md (commsTestPort): Emit more
10195         efficient sequence for tstport instruction.
10196
10197 2010-07-09  Uros Bizjak  <ubizjak@gmail.com>
10198
10199         * config/i386/i386.c (ix86_veclib_handler): Make static.
10200
10201 2010-07-09  Richard Guenther  <rguenther@suse.de>
10202
10203         PR tree-optimization/44852
10204         * tree-ssa-alias.c: Include toplev.h for exact_log2.
10205         (indirect_ref_may_alias_decl_p): Properly handle negative offsets
10206         in MEM_REF.
10207         (indirect_refs_may_alias_p): Likewise.
10208         * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
10209
10210 2010-07-09  Richard Guenther  <rguenther@suse.de>
10211
10212         PR tree-optimization/44882
10213         * tree-vect-stmts.c (vectorizable_store): Do not assert alias
10214         sets do conflict.
10215         (vectorizable_load): Likewise.
10216
10217 2010-07-09  Bernd Schmidt  <bernds@codesourcery.com>
10218
10219         PR target/40657
10220         * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
10221         All callers changed.
10222         Handle the case when we're called for the epilogue.
10223         (thumb_unexpanded_epilogue): Use it.
10224         (thumb1_expand_epilogue): Likewise.
10225
10226 2010-07-09  Jakub Jelinek  <jakub@redhat.com>
10227
10228         * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
10229         both ranges are range_int_cst_p with non-negative minimum,
10230         try harder to derive smaller range.
10231
10232 2010-07-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10233
10234         * genrecog.c: Include diagnostic-core.h before toplev.h.
10235         * genoutput.c: Likewise.
10236         * genextract.c: Likewise.
10237         * genautomata.c: Likewise.
10238         * genemit.c: Likewise.
10239         * genpeep.c: Likewise.
10240         * genattrtab.c: Likewise.
10241         * genconditions.c: Likewise.
10242         * genpreds.c: Likewise.
10243
10244 2010-07-08  Andi Kleen  <ak@linux.intel.com>
10245
10246         * lto-section-in.c (lto_section_name): Add missing comma.
10247
10248 2010-07-08  Anatoly Sokolov  <aesok@post.ru>
10249
10250         * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
10251         * config/ia64/ia64-protos.h (ia64_override_options): Remove.
10252         * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
10253         (ia64_override_options): Rename to...
10254         (ia64_option_override): ... this one. Make static.
10255
10256 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
10257
10258         PR middle-end/44843
10259         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
10260         pointed-to type of the offset in a MEM_REF to compute the alignment.
10261
10262 2010-07-08  Kai Tietz  <kai.tietz@onevision.com>
10263
10264         * final.c (final_scan_insn): Replace
10265         TARGET_UNWIND_INFO macro check by unwind_emit
10266         hook NULL check.
10267         * targhooks.c (default_unwind_emit): Removed.
10268         * targhooks.h (default_unwind_emit): Likewise.
10269         * target.def (unwind_emit): Set default value to NULL.
10270
10271         * config/i386/i386-protos.h (ix86_asm_output_function_label):
10272         New prototype.
10273         * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
10274         for NULL fntype argument and allow 64-bit targets.
10275         (ix86_asm_output_function_label): New function.
10276         (ix86_expand_prologue): Handle 64-bit ms hook prologue.
10277         (ix86_handle_fndecl_attribute): Likewise.
10278         * doc/extend.texi (ms_hook_prologue): Adjust documentation.
10279         * doc/doc/tm.texi: Regenerated.
10280         * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
10281         (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
10282         * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
10283         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
10284         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
10285         * config/elfos.h: Likewise.
10286         * config/i386/cygming.h: Likewise.
10287         * config/netbsd-aout.h: Likewise.
10288         * config/openbsd.h: Likewise.
10289         * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
10290         by ix86_asm_output_function_label function call.
10291         * varasm.c (assemble_start_function): Use
10292         ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
10293
10294 2010-07-08  Jan Hubicka  <jh@suse.cz>
10295
10296         * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
10297         New function.
10298         * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
10299         Declare.
10300         * ipa-cp.c (ipcp_estimate_growth): Use it.
10301         * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
10302         Likewise.
10303
10304 2010-07-08  Jan Hubicka  <jh@suse.cz>
10305
10306         * tree-inline.c (declare_return_variable): Allocate annotation for new
10307         temporary.
10308
10309 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
10310
10311         PR tree-optimization/44710
10312         * tree-if-conv.c (parse_predicate): New.
10313         (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
10314         Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
10315
10316 2010-07-08  Sebastian Pop  <sebastian.pop@amd.com>
10317
10318         * common.opt (ftree-loop-if-convert): New flag.
10319         * doc/invoke.texi (ftree-loop-if-convert): Documented.
10320         * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
10321         when flag_tree_loop_if_convert is set.
10322
10323 2010-07-08  Uros Bizjak  <ubizjak@gmail.com>
10324
10325         * config/i386/i386.c: Use short syntax for function calls
10326         through function pointers.
10327         * config/i386/i386.md: Ditto.
10328
10329 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
10330
10331         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
10332
10333 2010-07-08  Richard Guenther  <rguenther@suse.de>
10334
10335         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
10336         stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
10337
10338 2010-07-08  Jakub Jelinek  <jakub@redhat.com>
10339
10340         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
10341         instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
10342         (loc_list_from_tree): Likewise.
10343         (output_loc_operands): Handle outputting DW_OP_const[48]u
10344         with loc->dtprel set.
10345         (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
10346
10347 2010-07-08  Jan Hubicka  <jh@suse.cz>
10348
10349         * ipa.c: Include pointer-set.h
10350         (cgraph_externally_visible_p): New attribute ALIASED;
10351         when in LTO, hidden symbols are local unless they are aliased.
10352         (function_and_variable_visibility): Compute aliased nodes;
10353         handle LTO and hidden symbol on functions and vars.
10354         * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
10355         for COMDAT symbols; handle COMDAT_GROUPS also at vars.
10356
10357 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
10358
10359         * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
10360         * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10361         * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10362         * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10363         * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
10364         * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
10365         (ix86_gen_probe_stack_range): Likewise.
10366         (override_options): Set them.
10367         (ix86_target_stack_probe): New function.
10368         (ix86_compute_frame_layout): Force use of push instructions to
10369         save registers if stack checking with probes is enabled.
10370         (get_scratch_register_on_entry): New function.
10371         (release_scratch_register_on_entry): Likewise.
10372         (ix86_adjust_stack_and_probe): Likewise.
10373         (output_adjust_stack_and_probe): Likewise.
10374         (ix86_emit_probe_stack_range): Likewise.
10375         (output_probe_stack_range): Likewise.
10376         (ix86_expand_prologue): Emit stack checking code if static built-in
10377         stack checking is enabled.
10378         Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
10379         * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
10380         (output_adjust_stack_and_probe): Likewise.
10381         (output_probe_stack_range): Likewise.
10382         * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
10383         (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
10384         TARGET_STACK_PROBE.
10385         (allocate_stack_worker_64): Likewise.
10386         (allocate_stack): Likewise.
10387         (adjust_stack_and_probe): New insn.
10388         (probe_stack_range): Likewise.
10389
10390 2010-07-08  Richard Guenther  <rguenther@suse.de>
10391
10392         PR tree-optimization/44831
10393         * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
10394         a MEM_REF preserving TBAA info of the original dereference.
10395         Dereference the original pointer if the address is not invariant.
10396         (propagate_with_phi): Fixup type checks wrt MEM_REFs.  Require
10397         at least one invariant address that we are going to dereference.
10398
10399 2010-07-08  Richard Guenther  <rguenther@suse.de>
10400
10401         PR tree-optimization/44861
10402         * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
10403         information when building MEM_REFs.
10404         (vectorizable_load): Likewise.
10405         * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
10406
10407 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
10408
10409         * config/sol2-c.c: Do not include diagnostic-core.h.
10410
10411 2010-07-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10412
10413         PR bootstrap/44768
10414         * cfgexpand.c (estimated_stack_frame_size): Make self-contained
10415         with respect to current_function_decl. Pass decl of the function.
10416         * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
10417         * ipa-inline.c (compute_inline_parameters): Pass decl to
10418         estimated_stack_frame_size.
10419
10420 2010-07-08  Richard Guenther  <rguenther@suse.de>
10421
10422         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
10423         New function.
10424         (valueize_refs): Call it.
10425
10426 2010-07-08  Richard Guenther  <rguenther@suse.de>
10427
10428         PR rtl-optimization/44838
10429         * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
10430         SSA form do not use pointer equivalence.
10431
10432 2010-07-08  Eric Botcazou  <ebotcazou@adacore.com>
10433
10434         * dwarf2out.c (AT_linkage_name): Delete.
10435         (add_linkage_attr): New function.
10436         (add_linkage_name): Call it to emit the linkage attribute.
10437         (dwarf2out_finish): Likewise.
10438         (move_linkage_attr): Explicitly accept both attribute variants.
10439
10440 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10441
10442         * toplev.h: Do not include diagnostic-core.h.
10443         Include diagnostic-core.h in every file that includes toplev.h.
10444         * c-tree.h: Do not include toplev.h.
10445         * pretty-print.h: Update comment.
10446         * Makefile.in: Update dependencies.
10447         * alias.c: Include diagnostic-core.h in every file that includes
10448         toplev.h.
10449         * attribs.c: Likewise.
10450         * auto-inc-dec.c: Likewise.
10451         * bb-reorder.c: Likewise.
10452         * bt-load.c: Likewise.
10453         * caller-save.c: Likewise.
10454         * calls.c: Likewise.
10455         * cfg.c: Likewise.
10456         * cfganal.c: Likewise.
10457         * cfgbuild.c: Likewise.
10458         * cfgcleanup.c: Likewise.
10459         * cfghooks.c: Likewise.
10460         * cfgloop.c: Likewise.
10461         * combine.c: Likewise.
10462         * config/alpha/alpha.c: Likewise.
10463         * config/arc/arc.c: Likewise.
10464         * config/arm/arm.c: Likewise.
10465         * config/arm/pe.c: Likewise.
10466         * config/avr/avr.c: Likewise.
10467         * config/bfin/bfin.c: Likewise.
10468         * config/cris/cris.c: Likewise.
10469         * config/crx/crx.c: Likewise.
10470         * config/darwin-c.c: Likewise.
10471         * config/darwin.c: Likewise.
10472         * config/fr30/fr30.c: Likewise.
10473         * config/frv/frv.c: Likewise.
10474         * config/h8300/h8300.c: Likewise.
10475         * config/host-darwin.c: Likewise.
10476         * config/i386/i386.c: Likewise.
10477         * config/i386/netware.c: Likewise.
10478         * config/i386/nwld.c: Likewise.
10479         * config/i386/winnt-cxx.c: Likewise.
10480         * config/i386/winnt-stubs.c: Likewise.
10481         * config/i386/winnt.c: Likewise.
10482         * config/ia64/ia64-c.c: Likewise.
10483         * config/ia64/ia64.c: Likewise.
10484         * config/iq2000/iq2000.c: Likewise.
10485         * config/lm32/lm32.c: Likewise.
10486         * config/m32c/m32c-pragma.c: Likewise.
10487         * config/m32c/m32c.c: Likewise.
10488         * config/m32r/m32r.c: Likewise.
10489         * config/m68hc11/m68hc11.c: Likewise.
10490         * config/m68k/m68k.c: Likewise.
10491         * config/mcore/mcore.c: Likewise.
10492         * config/mep/mep-pragma.c: Likewise.
10493         * config/mep/mep.c: Likewise.
10494         * config/mmix/mmix.c: Likewise.
10495         * config/mn10300/mn10300.c: Likewise.
10496         * config/moxie/moxie.c: Likewise.
10497         * config/pa/pa.c: Likewise.
10498         * config/pdp11/pdp11.c: Likewise.
10499         * config/picochip/picochip.c: Likewise.
10500         * config/rs6000/rs6000-c.c: Likewise.
10501         * config/rs6000/rs6000.c: Likewise.
10502         * config/rx/rx.c: Likewise.
10503         * config/s390/s390.c: Likewise.
10504         * config/score/score.c: Likewise.
10505         * config/score/score3.c: Likewise.
10506         * config/score/score7.c: Likewise.
10507         * config/sh/sh.c: Likewise.
10508         * config/sh/symbian-base.c: Likewise.
10509         * config/sh/symbian-c.c: Likewise.
10510         * config/sh/symbian-cxx.c: Likewise.
10511         * config/sol2-c.c: Likewise.
10512         * config/sol2.c: Likewise.
10513         * config/sparc/sparc.c: Likewise.
10514         * config/spu/spu.c: Likewise.
10515         * config/stormy16/stormy16.c: Likewise.
10516         * config/v850/v850-c.c: Likewise.
10517         * config/v850/v850.c: Likewise.
10518         * config/vax/vax.c: Likewise.
10519         * config/vxworks.c: Likewise.
10520         * config/xtensa/xtensa.c: Likewise.
10521         * convert.c: Likewise.
10522         * cse.c: Likewise.
10523         * cselib.c: Likewise.
10524         * dbgcnt.c: Likewise.
10525         * dbxout.c: Likewise.
10526         * ddg.c: Likewise.
10527         * dominance.c: Likewise.
10528         * emit-rtl.c: Likewise.
10529         * explow.c: Likewise.
10530         * expmed.c: Likewise.
10531         * fixed-value.c: Likewise.
10532         * fold-const.c: Likewise.
10533         * fwprop.c: Likewise.
10534         * gcse.c: Likewise.
10535         * ggc-common.c: Likewise.
10536         * ggc-page.c: Likewise.
10537         * ggc-zone.c: Likewise.
10538         * gimple-low.c: Likewise.
10539         * gimplify.c: Likewise.
10540         * graph.c: Likewise.
10541         * haifa-sched.c: Likewise.
10542         * ifcvt.c: Likewise.
10543         * implicit-zee.c: Likewise.
10544         * integrate.c: Likewise.
10545         * ira-build.c: Likewise.
10546         * ira-color.c: Likewise.
10547         * ira-conflicts.c: Likewise.
10548         * ira-costs.c: Likewise.
10549         * ira-lives.c: Likewise.
10550         * ira.c: Likewise.
10551         * lists.c: Likewise.
10552         * loop-doloop.c: Likewise.
10553         * loop-iv.c: Likewise.
10554         * lto-opts.c: Likewise.
10555         * lto-symtab.c: Likewise.
10556         * main.c: Likewise.
10557         * modulo-sched.c: Likewise.
10558         * optabs.c: Likewise.
10559         * params.c: Likewise.
10560         * plugin.c: Likewise.
10561         * postreload-gcse.c: Likewise.
10562         * postreload.c: Likewise.
10563         * predict.c: Likewise.
10564         * profile.c: Likewise.
10565         * real.c: Likewise.
10566         * regcprop.c: Likewise.
10567         * reginfo.c: Likewise.
10568         * regmove.c: Likewise.
10569         * reorg.c: Likewise.
10570         * resource.c: Likewise.
10571         * rtl.c: Likewise.
10572         * rtlanal.c: Likewise.
10573         * sched-deps.c: Likewise.
10574         * sched-ebb.c: Likewise.
10575         * sched-rgn.c: Likewise.
10576         * sdbout.c: Likewise.
10577         * sel-sched-dump.c: Likewise.
10578         * sel-sched-ir.c: Likewise.
10579         * simplify-rtx.c: Likewise.
10580         * stmt.c: Likewise.
10581         * stor-layout.c: Likewise.
10582         * store-motion.c: Likewise.
10583         * targhooks.c: Likewise.
10584         * tree-cfg.c: Likewise.
10585         * tree-cfgcleanup.c: Likewise.
10586         * tree-dump.c: Likewise.
10587         * tree-eh.c: Likewise.
10588         * tree-inline.c: Likewise.
10589         * tree-nomudflap.c: Likewise.
10590         * tree-object-size.c: Likewise.
10591         * tree-optimize.c: Likewise.
10592         * tree-outof-ssa.c: Likewise.
10593         * tree-phinodes.c: Likewise.
10594         * tree-profile.c: Likewise.
10595         * tree-ssa-ccp.c: Likewise.
10596         * tree-ssa-coalesce.c: Likewise.
10597         * tree-ssa-live.c: Likewise.
10598         * tree-ssa-loop-niter.c: Likewise.
10599         * tree-ssa-loop-prefetch.c: Likewise.
10600         * tree-ssa-loop.c: Likewise.
10601         * tree-ssa-structalias.c: Likewise.
10602         * tree-ssa-uninit.c: Likewise.
10603         * tree-ssa.c: Likewise.
10604         * tree-vect-data-refs.c: Likewise.
10605         * tree-vect-loop-manip.c: Likewise.
10606         * tree-vect-loop.c: Likewise.
10607         * tree-vect-patterns.c: Likewise.
10608         * tree-vect-stmts.c: Likewise.
10609         * tree-vrp.c: Likewise.
10610         * varasm.c: Likewise.
10611         * vec.c: Likewise.
10612         * web.c: Likewise.
10613         * xcoffout.c: Likewise.
10614
10615 2010-07-07  Richard Sandiford  <rdsandiford@googlemail.com>
10616
10617         * gengtype.c (write_field_root): New function.
10618         (write_root): Use it.
10619
10620 2010-07-07  Wei Guozhi  <carrot@google.com>
10621
10622         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
10623         of lowest bits to lshift/compare): Add a missing line.
10624
10625 2010-07-07  Wei Guozhi  <carrot@google.com>
10626
10627         * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
10628         of lowest bits to lshift/compare): New.
10629
10630 2010-07-07  Tom Tromey  <tromey@redhat.com>
10631
10632         * doc/tm.texi: Update.
10633         * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
10634         Add @hook.
10635         * target.def (want_debug_pub_sections): New hook.
10636         * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
10637         * dwarf2out.c (add_pubname_string): Check
10638         targetm.want_debug_pub_sections.
10639         (add_pubname): Likewise.
10640         (add_pubtype): Likewise.
10641
10642 2010-07-07  Jie Zhang  <jie@codesourcery.com>
10643
10644         * genautomata.c (output_automata_list_min_issue_delay_code):
10645         Correctly decompress min_issue_delay.
10646
10647 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10648
10649         PR rtl-optimization/44404
10650         * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
10651         possible, use reg_overlap_mentioned_p instead.
10652
10653 2010-07-07  Duncan Sands  <baldrick@free.fr>
10654
10655         PR middle-end/41355
10656         * tree.c (build_function_type_skip_args): Copy the original type using
10657         build_distinct_type_copy rather than copy_node.
10658
10659 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10660
10661         PR target/44850
10662         * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
10663         revision 161876.
10664         (ix86_expand_prologue): Likewise.
10665         (ix86_handle_fndecl_attribute): Likewise.
10666         (ix86_asm_declare_function_name): Likewise.
10667         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
10668         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
10669         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
10670         * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
10671         * doc/extend.texi: Likewise.
10672
10673 2010-07-07  H.J. Lu  <hongjiu.lu@intel.com>
10674
10675         PR target/44844
10676         * config/i386/i386.md (rdrand<mode>): Changed to expand to
10677         retry if the carry flag isn't valid.
10678         (rdrand<mode>_1): New.
10679
10680 2010-07-07  Richard Guenther  <rguenther@suse.de>
10681
10682         PR middle-end/44790
10683         * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
10684         for expanding the constant offset for MEM_REFs.
10685
10686 2010-07-07  Richard Guenther  <rguenther@suse.de>
10687
10688         * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
10689         * tree-ssa-propagate.c (valid_gimple_call_p): Make static.  Fix.
10690         * gimple.h (is_gimple_operand): Remove.
10691         * gimple.c (is_gimple_operand): Likewise.
10692         (walk_gimple_op): Fix wi->val_only setting for calls.
10693         * tree-cfg.c (verify_gimple_call): Fix argument validation.
10694         * tree-profile.c (tree_gen_ic_func_profiler): Do not create
10695         invalid gimple calls.
10696
10697 2010-07-06  Jan Hubicka  <jh@suse.cz>
10698
10699         * lto-cgraph.c (output_cgraph): Add missing declaration.
10700
10701 2010-07-06  Jan Hubicka  <jh@suse.cz>
10702
10703         * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
10704         partition.
10705
10706 2010-07-06  Alexandre Oliva  <aoliva@redhat.com>
10707
10708         * doc/gimple.texi (GIMPLE_DEBUG): Document.
10709         * doc/rtl.texi (Debug Information): New node.
10710         (NOTE_INSN_VAR_LOCATION): Document.
10711         (debug_insn): Likewise.
10712         * doc/generic.texi (DEBUG_EXPR_DECL): Document.
10713
10714 2010-07-07  Jan Hubicka  <jh@suse.cz>
10715
10716         With parts by Richard Guenther.
10717
10718         PR middle-end/44813
10719         * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
10720         for functions passed by reference.
10721         * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
10722         in memory when passed by reference.
10723         * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
10724         beggining.
10725         * ipa-split.c (split_function): Cleanup way return value is passed;
10726         handle SSA DECL_BY_REFERENCE retvals.
10727         * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
10728         DECL_BY_REFERENCE is set.
10729         * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
10730         find_what_p_points_to): Handle RESULT_DECL.
10731         * tree-inline.c (declare_return_variable): Get new entry_block argument;
10732         when passing by reference ensure that RESULT_DECL is gimple_val.
10733         (remap_gimple_op_r): Remap RESULT_DECL ssa name.
10734         (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
10735
10736 2010-07-07  Bernd Schmidt  <bernds@codesourcery.com>
10737
10738         PR rtl-optimization/44787
10739         * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
10740         * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
10741
10742 2010-07-06  Jan Hubicka  <jh@suse.cz>
10743
10744         * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
10745         (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
10746         with body can prevail.
10747         (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
10748         (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
10749         * cgraph.c (cgraph_get_node_or_alias): New function.
10750         * cgraph.h (cgraph_get_node_or_alias): Declare.
10751
10752 2010-07-06  Kai Tietz  <kai.tietz@onevision.com>
10753
10754         * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
10755         support.
10756         (ix86_expand_prologue): Likewise.
10757         (ix86_handle_fndecl_attribute): Likewise.
10758         (ix86_asm_declare_function_name): New function for
10759         ASM_DECLARE_FUNCTION_NAME.
10760         * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
10761         * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
10762         (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
10763         * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
10764         * doc/extend.texi: Adjust documentation about ms_hook_prologue
10765         attribute.
10766
10767 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10768
10769         * config/i386/i386.md (immediate_operand): New mode attribute.
10770
10771         (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
10772         pro_epilogue_adjust_stack  and pro_epilogue_adjust_stack_rex64
10773         using P mode iterator.
10774         (pro_epilogue_adjust_stack_di_2): Rename from
10775         pro_epilogue_adjust_stack_rex64_2.
10776
10777         * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
10778
10779 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10780
10781         * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
10782         through gen_mov_insv_1 function pointer.
10783         (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
10784         gen_truncxf<mode>2 through gen_truncxf function pointer.
10785         (remainder<mode>3): Ditto.
10786         (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
10787         (allocate_stack): Call gen_allocate_stack_worker_64 or
10788         gen_allocate_stack_worker_32 through gen_allocate_stack_worker
10789         function pointer.
10790         (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
10791         function pointer.
10792
10793 2010-07-06  Uros Bizjak  <ubizjak@gmail.com>
10794
10795         * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
10796         operand constraint instead of <r><i>m.
10797
10798 2010-07-06  Richard Guenther  <rguenther@suse.de>
10799
10800         PR middle-end/44828
10801         * convert.c (convert_to_integer): Watch out for overflowing
10802         MULT_EXPR as well.
10803
10804 2010-07-05  Jan Hubicka  <jh@suse.cz>
10805
10806         * lto-streamer.c (write_symbol_vec): Rename to ...
10807         (write_symbol) ... this one; write only symbol given and when
10808         present in cache. Sanity check that what is defined is present
10809         in cgraph/varpool with body/finalized decl.
10810         (write_symbols_of_kind): Remove.
10811         (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
10812         pairs to produce symtab.
10813         (produce_asm_for_decls): Update call of produce_symtab; don't do so
10814         when doing WPA streaming.
10815
10816 2010-07-05  Jan Hubicka  <jh@suse.cz>
10817
10818         * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
10819         function is still available to fold into.
10820
10821 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
10822
10823         * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
10824         * function.h (struct_function): Change type of local_decls field
10825         to a VEC.
10826         (add_local_decl): New function.
10827         (FOR_EACH_LOCAL_DECL): New macro.
10828         * cfgexpand.c (init_vars_expansion): Adjust for new type of
10829         cfun->local_decls.
10830         (estimated_stack_frame_size): Likewise.
10831         (expand_used_vars): Likewise.
10832         * cgraphbuild.c (build_cgraph_edges): Likewise.
10833         * function.c (instantiate_decls_1): Likewise.
10834         * ipa-struct-reorg.c (build_data_structure): Likewise.
10835         * ipa-type-escape.c (analyze_function): Likewise.
10836         * lto-streamer-in.c (input_function): Likewise.
10837         * lto-streamer-out.c (output_function): Likewise.
10838         * tree-ssa-live.c (remove_unused_locals): Likewise.
10839         * tree.c (free_lang_data_in_decl): Likewise.
10840         (find_decls_types_in_node): Likewise.
10841         * omp-low.c (remove_exit_barrier): Likewise.
10842         (expand_omp_taskreg): Likewise.
10843         (list2chain): Rename to...
10844         (vec2chain): ...this.  Adjust.
10845         * cgraphunit.c (assemble_thunk): Call add_local_decl.
10846         * tree-cfg.c (replace_by_duplicate_decl): Likewise.
10847         * gimple-low.c (record_vars_into): Likewise.
10848         * tree-inline.c (remap_decls): Likewise.
10849         (declare_return_variable): Likewise.
10850         (declare_inline_vars): Likewise.
10851         (copy_forbidden): Adjust for new type of cfun->local_decls.
10852         (add_local_variables): New function.
10853         (expand_call_inline): Call it.
10854         (tree_function_versioning): Likewise.
10855
10856 2010-07-05  H.J. Lu  <hongjiu.lu@intel.com>
10857
10858         AVX Programming Reference (June, 2010)
10859         * config/i386/cpuid.h (bit_F16C): New.
10860         (bit_RDRND): Likewise.
10861         (bit_FSGSBASE): Likewise.
10862
10863         * config/i386/i386-builtin-types.def: Add
10864         "DEF_FUNCTION_TYPE (UINT16)", function types for
10865         float16 <-> float conversions and
10866         "DEF_FUNCTION_TYPE (VOID, UINT64)".
10867
10868         * config/i386/i386-c.c (ix86_target_macros_internal): Support
10869         OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
10870         OPTION_MASK_ISA_F16C.
10871
10872         * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
10873         (OPTION_MASK_ISA_RDRND_SET): Likewise.
10874         (OPTION_MASK_ISA_F16C_SET): Likewise.
10875         (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
10876         (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
10877         (OPTION_MASK_ISA_F16C_UNSET): Likewise.
10878         (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
10879         (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
10880         (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
10881         (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
10882         (override_options): Handle them.
10883         (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
10884         (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
10885         IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
10886         IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
10887         IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
10888         IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
10889         IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
10890         IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
10891         IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
10892         (bdesc_args): Likewise.
10893         (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
10894         V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
10895         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
10896         VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
10897         Handle non-memory store.
10898
10899         * config/i386/i386.h (TARGET_FSGSBASE): New.
10900         (TARGET_RDRND): Likewise.
10901         (TARGET_F12C): Likewise.
10902
10903         * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
10904         (UNSPEC_VCVTPS2PH): Likewise.
10905         (UNSPECV_RDFSBASE): Likewise.
10906         (UNSPECV_RDGSBASE): Likewise.
10907         (UNSPECV_WRFSBASE): Likewise.
10908         (UNSPECV_WRGSBASE): Likewise.
10909         (UNSPECV_RDRAND): Likewise.
10910         (rdfsbase<mode>): Likewise.
10911         (rdgsbase<mode>): Likewise.
10912         (wrfsbase<mode>): Likewise.
10913         (wrgsbase<mode>): Likewise.
10914         (rdrand<mode>): Likewise.
10915
10916         * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
10917
10918         * config/i386/immintrin.h (_rdrand_u16): New.
10919         (_rdrand_u32): Likewise.
10920         (_readfsbase_u32): Likewise.
10921         (_readfsbase_u64): Likewise.
10922         (_readgsbase_u32): Likewise.
10923         (_readgsbase_u64): Likewise.
10924         (_writefsbase_u32): Likewise.
10925         (_writefsbase_u64): Likewise.
10926         (_writegsbase_u32): Likewise.
10927         (_writegsbase_u64): Likewise.
10928         (_rdrand_u64): Likewise.
10929         (_cvtsh_ss): Likewise.
10930         (_mm_cvtph_ps): Likewise.
10931         (_mm256_cvtph_ps): Likewise.
10932         (_cvtss_sh): Likewise.
10933         (_mm_cvtps_ph): Likewise.
10934         (_mm256_cvtps_ph): Likewise.
10935
10936         * config/i386/sse.md (vcvtph2ps): New.
10937         (*vcvtph2ps_load): Likewise.
10938         (vcvtph2ps256): Likewise.
10939         (vcvtps2ph): Likewise.
10940         (*vcvtps2ph): Likewise.
10941         (*vcvtps2ph_store): Likewise.
10942         (vcvtps2ph256): Likewise.
10943
10944         * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
10945
10946         * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
10947
10948 2010-07-05  Joern Rennecke  <joern.rennecke@embecosm.com>
10949
10950         PR bootstrap/44512
10951         * genenums.c (main): Output include of insn-constants.h
10952         * Makefile.in (insn-enums.o): Depend on insn-constants.h.
10953
10954 2010-07-05  Uros Bizjak  <ubizjak@gmail.com>
10955
10956         * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
10957         (override_options): Initialize it.
10958         (ix86_expand_prologue): Use it.
10959
10960 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
10961
10962         * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
10963
10964 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10965
10966         * double-int.h (fit_double_type): Remove declaration.
10967         * double-int.c (fit_double_type): Remove function.
10968         * tree.h (int_fits_type_p): Adjust prototype.
10969         * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
10970         instead of fit_double_type.
10971         (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
10972         instead of fit_double_type and build_int_cst_wide.
10973         * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
10974         instead of fit_double_type and build_int_cst_wide.
10975         (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
10976         of fit_double_type.
10977
10978 2010-07-05  Jan Hubicka  <jh@suse.cz>
10979
10980         * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
10981         in_other_partition.
10982         * lto-cgraph.c (referenced_from_other_partition_p,
10983         reachable_from_other_partition_p): Use in_other_partition flags.
10984         (output_node, output_varpool_node): COMDAT nodes always have private
10985         copies and thus are never used from other partition.
10986
10987 2010-07-05  Anatoly Sokolov  <aesok@post.ru>
10988
10989         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
10990         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
10991         * config/ia64/ia64.c Include reload.h.
10992         (ia64_memory_move_cost): New function.
10993         (TARGET_MEMORY_MOVE_COST): Define.
10994         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
10995         memory_move_cost.
10996
10997 2010-07-05  Sandra Loosemore  <sandra@codesourcery.com>
10998
10999         PR middle-end/42505
11000         * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
11001         comments about cost model.
11002         (try_add_cand_for):  Add second strategy for choosing initial set
11003         based on original IVs, controlled by ORIGINALP argument.
11004         (get_initial_solution): Add ORIGINALP argument.
11005         (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
11006         (find_optimal_iv_set): Try two different strategies for choosing
11007         the IV set, and return the one with lower cost.
11008
11009 2010-07-05  Richard Guenther  <rguenther@suse.de>
11010
11011         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
11012
11013 2010-07-05  Richard Guenther  <rguenther@suse.de>
11014
11015         * tree.c (reference_alias_ptr_type): New function.
11016         * tree.h (reference_alias_ptr_type): Declare.
11017         * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
11018         allow non-TARGET_MEM_REF new refs.
11019         (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
11020         * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
11021         Build a MEM_REF instead of a TARGET_MEM_REF if possible.
11022         (create_mem_ref): Get alias pointer type.  Adjust calls to
11023         create_mem_ref_raw.
11024         (maybe_fold_tmr): Likewise.
11025         * tree-flow.h (create_mem_ref): Adjust prototype.
11026
11027 2010-07-05  Jakub Jelinek  <jakub@redhat.com>
11028
11029         PR c++/44808
11030         * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
11031         *from_p is VAR_DECL.
11032
11033 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
11034
11035         * tree.h (build_call_list): Remove.
11036         * tree.c (build_call_list): Remove.
11037
11038 2010-07-05  Richard Guenther  <rguenther@suse.de>
11039
11040         * double-int.h (double_int_sub): Declare.
11041         * double-int.c (double_int_sub): New function.
11042         * dwarf2out.c (field_byte_offset): Use it.
11043         * fixed-value.c (do_fixed_add): Likewise.
11044         (do_fixed_multiply): Likewise.
11045         (do_fixed_divide): Likewise.
11046         * tree-predcom.c (add_ref_to_chain): Likewise.
11047         (determine_roots_comp): Likewise.
11048         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
11049
11050 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
11051
11052         * vec.h (VEC_splice, VEC_safe_splice): New macros.  Add function
11053         implementations.
11054
11055 2010-07-05  Bernd Schmidt  <bernds@codesourcery.com>
11056
11057         * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
11058         * arm-modes.def (CC_NOTB): Don't define.
11059         * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
11060         (adddi_sesidi_di, adddi_zesidi_di): Likewise.
11061         (LTUGEU): New code_iterator.
11062         (cnb, optab): New corresponding code_attrs.
11063         (addsi3_carryin_<optab>): Renamed from addsi3_carryin.  Change pattern
11064         to canonical form.  Operands 1 and 2 are commutative.  Parametrize
11065         using LTUGEU.
11066         (addsi3_carryin_shift_<optab>): Likewise.
11067         (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
11068         Operands 1 and 2 are commutative.  Parametrize using LTUGEU.
11069         (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
11070         (subsi3_compare): Renamed from subsi3_compare0_c.
11071         Change CC_NOTB to CC.
11072         (arm_subsi3_insn): Allow constants for operand 0.
11073         (compare_scc peephole for eq case): New.
11074         (compare_scc splitters): Change CC_NOTB to CC.
11075
11076 2010-07-05  Richard Guenther  <rguenther@suse.de>
11077
11078         * tree-ssa-loop-im.c (for_each_index): Do not handle
11079         ALIGN_INDIRECT_REF.
11080         (gen_lsm_tmp_name): Likewise.
11081         * tree-dump.c (dequeue_and_dump): Likewise.
11082         * tree-pretty-print.c (dump_generic_node): Likewise.
11083         (op_code_prio): Likewise.
11084         (op_symbol_code): Likewise.
11085         * tree.c (staticp): Likewise.
11086         (build1_stat): Likewise.
11087         * tree.h (INDIRECT_REF_P): Likewise.
11088         * fold-const.c (maybe_lvalue_p): Likewise.
11089         (operand_equal_p): Likewise.
11090         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
11091         (ao_ref_init_from_vn_reference): Likewise.
11092         * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
11093         (find_interesting_uses_address): Likewise.
11094         * dwarf2out.c (loc_list_from_tree): Likewise.
11095         * gimplify.c (gimplify_expr): Likewise.
11096         * tree-eh.c (tree_could_trap_p): Likewise.
11097         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
11098         * cfgexpand.c (expand_debug_expr): Likewise.
11099         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
11100         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
11101         * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
11102         * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
11103         * tree-ssa-operands.c (get_expr_operands): Likewise.
11104         * expr.c (safe_from_p): Likewise.
11105         (expand_expr_real_1): Likewise.  TER BIT_AND_EXPRs into MEM_REFs.
11106         * tree-vect-data-refs.c (vect_setup_realignment): Build
11107         BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
11108         * tree-vect-stmts.c (vectorizable_load): Likewise.
11109         * tree.def (ALIGN_INDIRECT_REF): Remove.
11110
11111 2010-07-05  Richard Guenther  <rguenther@suse.de>
11112
11113         PR tree-optimization/44784
11114         * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
11115         for inserted stmts.
11116         (find_or_generate_expression): Fix SCCVN insertion check.
11117
11118 2010-07-05  Nathan Sidwell  <nathan@codesourcery.com>
11119
11120         * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
11121         * config/rs6000/e500crtsav64gprctr.asm: Likewise.
11122         * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
11123         directives.
11124
11125 2010-07-05  Ira Rosen  <irar@il.ibm.com>
11126
11127         * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
11128         statements that are not vectorized.
11129         * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
11130         in INSIDE_COST.
11131
11132 2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>
11133
11134         PR bootstrap/44820
11135         * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
11136
11137 2010-07-05  Richard Guenther  <rguenther@suse.de>
11138
11139         * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
11140         RESULT_DECLs properly.
11141
11142 2010-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11143
11144         PR rtl-optimization/44695
11145         * config/i386/i386.md (extract_code): Removed.
11146         (<u>divmodqi4): Likewise.
11147         (divmodqi4): New.
11148         (udivmodqi4): Likewise.
11149         (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
11150         (udivmodhiqi3): Likewise.
11151
11152 2010-07-04  Jan Hubicka  <jh@suse.cz>
11153
11154         * lto-cgraph.c (input_edge): Do not care about resolution decisions.
11155
11156 2010-07-04  Jan Hubicka  <jh@suse.cz>
11157
11158         * cgraphunit.c (init_cgraph): Only initialize dump file if it
11159         is not already initialized.
11160
11161 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
11162
11163         * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
11164         (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
11165         (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
11166         (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
11167         (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
11168         (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
11169         (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
11170         (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
11171         (sync_new_nand_optab): Redefine as macros.
11172         (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
11173         Delete.
11174         (direct_optab_index): New enum.
11175         (direct_optab_d): New structure.
11176         (direct_optab): New typedef.
11177         (direct_optab_table): Declare.
11178         (direct_optab_handler, set_direct_optab_handler): New functions.
11179         (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
11180         (sync_lock_release_optab): New macros.
11181         * optabs.c (direct_optab_table): New variable.
11182         (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
11183         (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
11184         cmpstr_optab and cmpstrn_optab.
11185         (emit_conditional_move): Likewise for movcc_optab.
11186         (can_conditionally_move_p): Likewise for movcc_gen_code.
11187         (init_insn_codes): Clear direct_optab_table.
11188         (init_optabs): Don't initialize the new "direct optabs" here.
11189         (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
11190         vcond_gen_code.
11191         (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
11192         (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
11193         (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
11194         (expand_sync_operation): Likewise other sync_*_optabs.
11195         (expand_sync_fetch_operation): Likewise.  Rename sync_compare_and_swap
11196         to sync_compare_and_swap_optab.
11197         (expand_sync_lock_test_and_set): Use direct_optab_handler for
11198         sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
11199         to the names of both.
11200         * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
11201         cmpstr_optab and cmpstrn_optab.
11202         (expand_builtin_lock_release): Likewise sync_lock_release.
11203         * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
11204         (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
11205         (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
11206         (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
11207         (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
11208         (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
11209         (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
11210         (sync_lock_test_and_set, sync_lock_release): Delete.
11211         (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
11212         (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
11213         * genopinit.c (optabs): Use set_direct_optab_handler for the new
11214         macro optabs.
11215         * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
11216         the "optab" local variable.  Use direct_optab_handler for optab and
11217         sync_compare_and_swap_optab.
11218         * reload1.c (reload_in_optab, reload_out_optab): Delete.
11219         * targhooks.c (default_secondary_reload): Use direct_optab_handler for
11220         reload_in_optab and reload_out_optab.
11221         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
11222         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
11223         * config/pa/pa.c (pa_secondary_reload): Likewise.
11224         * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
11225         for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
11226         (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
11227         (VMSupportsCS8_builtin): Likewise.
11228
11229 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
11230
11231         * optabs.h (optab_handlers): Change type of insn_code to int.
11232         (optab_handler, set_optab_handler, convert_optab_handler)
11233         (set_convert_optab_handler): Treat the insn_code field as "insn_code -
11234         CODE_FOR_nothing".
11235         * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
11236         (init_insn_codes): Zero both the above arrays.
11237         (init_optabs): Never call init_insn_codes first time around.
11238
11239 2010-07-04  Richard Sandiford  <rdsandiford@googlemail.com>
11240
11241         * optabs.h (optab_handler, convert_optab_handler): Turn into
11242         inline functions that return an insn code.
11243         (set_optab_handler, set_convert_optab_handler): New functions.
11244         * builtins.c: Replace optab_handler(X)->insn_code with
11245         optab_handler or set_optab_handler thoughout.  Likewise
11246         convert_optab_handler(X)->insn_code with convert_optab_handler
11247         and set_convert_optab_handler.
11248         * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
11249         reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
11250         tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
11251         tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
11252         tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
11253         config/spu/spu.c: Likewise.
11254
11255 2010-07-04  Kaz Kojima  <kkojima@gcc.gnu.org>
11256
11257         PR target/44531
11258         * config.gcc (sh*-*-*): Use regular expressions instead of
11259         the 'i' modifier for sed substitutions.
11260
11261 2010-07-04  Jeremie Salvucci  <jeremie.salvucci@free.fr>
11262
11263         * gimple.c (gimple_body): Comments added.
11264
11265 2010-07-04  Richard Guenther  <rguenther@suse.de>
11266
11267         PR middle-end/44809
11268         * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
11269         of an INDIRECT_REF.
11270
11271 2010-07-04  Richard Guenther  <rguenther@suse.de>
11272
11273         PR tree-optimization/44479
11274         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
11275         extra SSA name copy statements which preserves points-to
11276         information.
11277         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
11278         Copy points-to information for all pointers.  Properly handle
11279         MEM_REFs.
11280         (vect_create_data_ref_ptr): Likewise.  Avoid extra SSA name
11281         copy statements.
11282         * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
11283         dependency.
11284
11285 2010-07-04  Richard Guenther  <rguenther@suse.de>
11286
11287         PR middle-end/44785
11288         * tree-inline.c (initialize_inlined_parameters): Do not
11289         re-use pointer-map slot over remap_type call.
11290
11291 2010-07-04  Richard Guenther  <rguenther@suse.de>
11292
11293         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
11294
11295 2010-07-04  Richard Guenther  <rguenther@suse.de>
11296
11297         PR tree-optimization/44656
11298         * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
11299         again after value-replacing in the defintions lhs.
11300
11301 2010-07-04  Ira Rosen  <irar@il.ibm.com>
11302             Revital Eres  <eres@il.ibm.com>
11303
11304         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
11305         Document new arguments.
11306         * doc/tm.texi: Regenerate.
11307         * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
11308         Handle unaligned store.
11309         * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
11310         * target.def (builtin_vectorization_cost): Add new arguments.
11311         * target.h (enum vect_cost_for_stmt): Add unaligned_store.
11312         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
11313         of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
11314         (vect_vfa_segment_size): Fix indentation.
11315         * tree-vectorizer.h (struct _vect_peel_info): New.
11316         (struct _vect_peel_extended_info): New.
11317         (struct _loop_vec_info): Add new field for peeling hash table and a
11318         macro for its access.
11319         (VECT_MAX_COST): Define.
11320         (vect_get_load_cost): Declare.
11321         (vect_get_store_cost, vect_get_known_peeling_cost,
11322         vect_get_single_scalar_iteraion_cost): Likewise.
11323         (vect_supportable_dr_alignment): Add new argument.
11324         * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
11325         field.
11326         (destroy_loop_vec_info): Free peeling hash table.
11327         (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
11328         (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
11329         vect_analyze_slp. Fix indentation.
11330         (vect_get_single_scalar_iteraion_cost): New function.
11331         (vect_get_known_peeling_cost): Likewise.
11332         (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
11333         Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
11334         statement. Move outside cost calculation inside unknown peeling case.
11335         Call vect_get_known_peeling_cost for known amount of peeling.
11336         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
11337         reference to the print message of forced alignment.
11338         (vect_verify_datarefs_alignment): Update call to
11339         vect_supportable_dr_alignment.
11340         (vect_get_data_access_cost): New function.
11341         (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
11342         vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
11343         vect_peeling_hash_choose_best_peeling): Likewise.
11344         (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
11345         to store all the accesses in the loop and find best possible access to
11346         align using peeling for known alignment case. For unknown alignment
11347         check if stores are preferred or if peeling is worthy.
11348         (vect_find_same_alignment_drs): Analyze pairs of loads too.
11349         (vect_supportable_dr_alignment): Add new argument and check aligned
11350         accesses according to it.
11351         * tree-vect-stmts.c (vect_get_stmt_cost): New function.
11352         (cost_for_stmt): Call vect_get_stmt_cost.
11353         (vect_model_simple_cost): Likewise.
11354         (vect_model_store_cost): Call vect_get_stmt_cost. Call
11355         vect_get_store_cost to calculate the cost of the statement.
11356         (vect_get_store_cost): New function.
11357         (vect_model_load_cost): Call vect_get_stmt_cost. Call
11358         vect_get_load_cost to calculate the cost of the statement.
11359         (vect_get_load_cost): New function.
11360         (vectorizable_store): Update call to vect_supportable_dr_alignment.
11361         (vectorizable_load): Likewise.
11362         * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
11363         * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
11364         arguments. Handle unaligned store.
11365         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
11366         (rs6000_builtin_support_vector_misalignment): Return true for word and
11367         double word alignments for VSX.
11368         * tree-vect-slp.c (vect_build_slp_tree): Update calls to
11369         vect_supportable_dr_alignment and builtin_vectorization_cost.
11370
11371 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11372
11373         PR target/44597
11374         * config/pa/predicates.md (prefetch_cc_operand): Remove.
11375         (prefetch_nocc_operand): Likewise.
11376         * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
11377         (prefetch_20): New insn.
11378         (prefetch_cc): Remove.
11379         (prefetch_nocc): Likewise.
11380
11381 2010-07-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>
11382
11383         * expr.c (vector_mode_valid_p): Move to c-common.c.
11384         * expr.h (vector_mode_valid_p): Do not declare here.
11385         * system.h: Poison GCC_EXPR_H in front-ends.
11386         * Makefile.in: Update dependencies.
11387
11388 2010-07-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11389
11390         PR target/44705
11391         * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
11392
11393 2010-07-03  Jan Hubicka  <jh@suse.cz>
11394
11395         * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
11396         TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
11397         * cfgexpand.c (gimple_expand_cfg): Use new timevars.
11398         * var-tracking.c (vt_find_locations, variable_tracking_main_1):
11399         Likewise.
11400
11401         * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
11402         Update timevars.V
11403         * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
11404         (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
11405         TV_IPA_LTO_DECL_OUT): New.
11406         * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
11407
11408 2010-07-03  Jan Hubicka  <jh@suse.cz>
11409
11410         * ipa-inline.c (update_edge_key): Break out from ...
11411         update_callers_keys): ... here;
11412         (update_callee_keys): Update only the edges from caller to callee.
11413         (update_all_calle_keys): Do what update_calle_keys did.
11414         (decide_inlining_of_small_functions): Avoid recomputing of all
11415         callees when badness increase.
11416
11417 2010-07-03  Jie Zhang  <jie@codesourcery.com>
11418
11419         * config/arm/arm.c (arm_attr_length_move_neon): New.
11420         * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
11421         * config/arm/neon.md (define_mode_attr V_slen): Remove.
11422         (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
11423         to compute length attribute.
11424
11425 2010-07-03  Jie Zhang  <jie@codesourcery.com>
11426
11427         * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
11428         as predicate for operand 1 and remove its constraint.
11429         * config/arm/predicates.md (vfp_register_operand): New.
11430         * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
11431         (*push_fp_multi): Likewise.
11432
11433 2010-07-03  Eric Botcazou  <ebotcazou@adacore.com>
11434
11435         * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
11436
11437 2010-07-03  Jan Hubicka  <jh@suse.cz>
11438
11439         * config/i386/i386.c (override_options): Revert accidental commit.
11440
11441 2010-07-02  Le-Chun Wu  <lcwu@google.com>
11442
11443         PR c++/44128
11444         * doc/invoke.texi: Update documentation of -Wshadow.
11445
11446 2010-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
11447             Julian Brown  <julian@codesourcery.com>
11448             Sandra Loosemore  <sandra@codesourcery.com>
11449
11450         * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
11451         comparisons.  Adjust to take both operands.
11452         (arm_select_cc_mode): Handle DImode comparisons.
11453         (arm_gen_compare_reg): Generate a scratch register for DImode
11454         comparisons which require one.  Use xor for Thumb equality checks.
11455         (arm_const_double_by_immediates): New.
11456         (arm_print_operand): Allow 'Q' and 'R' for constants.
11457         (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
11458         * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
11459         arm_canonicalize_comparison.
11460         * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
11461         * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
11462         prototype.
11463         (arm_const_double_by_immediates): Declare.
11464         * config/arm/constraints.md (Di): New constraint.
11465         * config/arm/predicates.md (arm_immediate_di_operand)
11466         (arm_di_operand, cmpdi_operand): New.
11467         * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
11468         (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
11469         (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
11470         (cstoredi4): Handle non-Cirrus also.
11471
11472 2010-07-02  Julian Brown  <julian@codesourcery.com>
11473             Sandra Loosemore  <sandra@codesourcery.com>
11474
11475         PR target/43703
11476         * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
11477         (smax<mode>3): Disable for NEON float modes when
11478         flag_unsafe_math_optimizations is false.
11479         * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
11480         (*mul<mode>3_neon)
11481         (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
11482         (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
11483         for NEON float modes when flag_unsafe_math_optimizations is false.
11484         (quad_halves_<code>v4sf): Only enable if
11485         flag_unsafe_math_optimizations is true.
11486         * doc/invoke.texi (ARM Options): Add note about floating point
11487         vectorization requiring -funsafe-math-optimizations.
11488
11489 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
11490             Julian Brown  <julian@codesourcery.com>
11491
11492         * config/arm/neon.md (UNSPEC_VABA): Delete.
11493         (UNSPEC_VABAL): Delete.
11494         (UNSPEC_VABS): Delete.
11495         (UNSPEC_VMUL_N): Delete.
11496         (adddi3_neon): New.
11497         (subdi3_neon): New.
11498         (mul<mode>3add<mode>_neon): Make the pattern named.
11499         (mul<mode>3neg<mode>add<mode>_neon): Likewise.
11500         (neon_vadd<mode>): Replace with define_expand, and move the remaining
11501         unspec parts...
11502         (neon_vadd<mode>_unspec): ...to this.
11503         (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
11504         (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
11505         (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
11506         (neon_vaba<mode>): Rewrite in terms of vabd.
11507         (neon_vabal<mode>): Rewrite in terms of vabdl.
11508         (neon_vabs<mode>): Rewrite without unspec.
11509         * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
11510         (*arm_subdi3): Likewise.
11511         * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
11512         No_op attribute to disable assembly output checks.
11513         * config/arm/arm_neon.h: Regenerated.
11514         * doc/arm-neon-intrinsics.texi: Regenerated.
11515
11516 2010-07-02  Jan Hubicka  <jh@suse.cz>
11517
11518         * ipa-split.c (split_function): For aggregate values, set the return
11519         slot optimization bit.  When passing DECL_BY_REFERENCE, produce
11520         *<retval> = fncall.part ().
11521         (execute_split_functions): Do not care about DECL_BY_REFERENCE.
11522
11523 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
11524
11525         * config/arm/neon.md (UNSPEC_VAND): Delete.
11526         (UNSPEC_VBIC): Delete.
11527         (UNSPEC_VCLZ): Delete.
11528         (UNSPEC_VCNT): Delete.
11529         (UNSPEC_VEOR): Delete.
11530         (UNSPEC_VORN): Delete.
11531         (UNSPEC_VORR): Delete.
11532         (iordi3_neon): Rewrite RTL without unspec.  Add alternatives to handle
11533         core registers too.
11534         (anddi3_neon): Likewise.
11535         (orndi3_neon): Likewise.
11536         (bicdi3_neon): Likewise.
11537         (xordi3_neon): Likewise.
11538         (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
11539         rid of unspec and handle unused operand.
11540         (neon_vcnt<mode>): Similarly, with popcount<mode>2.
11541         * config/arm/predicates.md (imm_for_neon_logic_operand):
11542         Require TARGET_NEON.
11543         (imm_for_neon_inv_logic_operand): Likewise.
11544         * config/arm/arm.md (define_split for logical_binary_operator):
11545         Disable for NEON registers.
11546         (anddi3): Add new define_expand, and rename the insn.  Disable
11547         this insn for NEON, where anddi3_neon now applies.
11548         (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
11549         (iordi3): As for anddi3.
11550         (xordi3): Likewise.
11551         * config/arm/neon.ml (Vand): Split DImode variants and mark them
11552         as No_op to disable testing for exact instruction match.
11553         (Vorr): Likewise.
11554         (Veor): Likewise.
11555         (Vbic): Likewise.
11556         (Vorn): Likewise.
11557         * config/arm/arm_neon.h: Regenerated.
11558         * doc/arm-neon-intrinsics.texi: Regenerated.
11559
11560 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
11561
11562         * expr.h (emit_stack_probe): Declare.
11563         * explow.c (emit_stack_probe): Make global.
11564         (anti_adjust_stack_and_probe): Fix comments.
11565         * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
11566         * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11567         * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11568         * config/sparc/sparc.c: Include except.h.
11569         (sparc_emit_probe_stack_range): New function.
11570         (output_probe_stack_range): Likewise.
11571         (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
11572         built-in stack checking is enabled.
11573         * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
11574         * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
11575         (probe_stack_range): New insn.
11576
11577 2010-07-02  Richard Guenther  <rguenther@suse.de>
11578
11579         PR target/43958
11580         * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
11581         for argument alignment.
11582
11583 2010-07-02  Jan Hubicka  <jh@suse.cz>
11584
11585         * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
11586         walk backwards from entry_bb to check only those basic block of header
11587         that might lead to execution of split part.
11588         (consider_split) ... here.
11589         (find_return_bb): Allow assignment in return BB.
11590         (find_retval): New.
11591         (split_function): Fix name of cloned function; take care of updating
11592         return value in return_bb containing move.
11593
11594 2010-07-02  Andreas Schwab  <schwab@linux-m68k.org>
11595
11596         PR target/44771
11597         * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
11598         used variable insn.
11599
11600 2010-07-02  Eric Botcazou  <ebotcazou@adacore.com>
11601
11602         * implicit-zee.c (combine_reaching_defs): Fix long lines.
11603         (is_set_with_extension_DI): Delete.
11604         (struct zero_extend_info): New structure.
11605         (add_removable_zero_extend): New function.
11606         (find_removable_zero_extends): Use note_stores to find SETs.
11607         (find_and_remove_ze): Fix long line, remove superfluous parentheses.
11608
11609 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
11610
11611         * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
11612         is_miss_rate_acceptable. Pull total_positions computation
11613         out of the loops.  Early return if miss_positions exceeds
11614         the acceptable threshold.
11615         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
11616         is_miss_rate_acceptable after renaming of compute_miss_rate.
11617
11618 2010-07-02  Changpeng Fang  <changpeng.fang@amd.com>
11619
11620         PR middle-end/44576
11621         * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
11622         of 1000) for miss rate if the address diference is greater than or
11623         equal to the cache line size (the two reference will never hit the
11624         same cache line).
11625
11626 2010-07-02  Bernd Schmidt  <bernds@codesourcery.com>
11627
11628         PR target/42835
11629         * config/arm/arm-modes.def (CC_NOTB): New mode.
11630         * config/arm/arm.c (get_arm_condition_code): Handle it.
11631         * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
11632         * config/arm/arm.md (subsi3_compare0_c): New pattern.
11633         (compare_scc): Now a define_and_split.  Add a number of extra
11634         splitters before it.
11635
11636         PR target/42172
11637         * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
11638         and ZERO_EXTEND.
11639         (arm_rtx_costs_1): Likewise.
11640         (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
11641         * config/arm/arm.md (is_arch6): New attribute.
11642         (zero_extendhisi2, zero_extendqisi2, extendhisi2,
11643         extendqisi2): Tighten the code somewhat, avoiding invalid
11644         RTL to occur in the expander patterns.
11645         (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
11646         (thumb1_zero_extendhisi2_v6): Delete.
11647         (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
11648         (thumb1_extendhisi2_v6): Delete.
11649         (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
11650         (thumb1_extendqisi2_v6): Delete.
11651         (zero_extendhisi2 for register input splitter): New.
11652         (zero_extendqisi2 for register input splitter): New.
11653         (thumb1_extendhisi2 for register input splitter): New.
11654         (extendhisi2 for register input splitter): New.
11655         (extendqisi2 for register input splitter): New.
11656         (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
11657         (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
11658         and add support for a register alternative requiring a split.
11659         (thumb1_zero_extendqisi2): Likewise.
11660         (arm_zero_extendqisi2): Likewise.
11661         (arm_extendhisi2): Likewise.
11662         (arm_extendqisi2): Likewise.
11663
11664 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
11665
11666         * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
11667         instead of an unspec.
11668         (neon_expand_vector_init): Likewise.
11669         * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
11670         (UNSPEC_VDUP_LANE): Delete.
11671         (UNSPEC VDUP_N): Delete.
11672         (UNSPEC_VGET_HIGH): Delete.
11673         (UNSPEC_VGET_LANE): Delete.
11674         (UNSPEC_VGET_LOW): Delete.
11675         (UNSPEC_VMVN): Delete.
11676         (UNSPEC_VSET_LANE): Delete.
11677         (V_double_vector_mode): New.
11678         (vec_set<mode>_internal): Make code emitted match that for the
11679         corresponding intrinsics.
11680         (vec_setv2di_internal): Likewise.
11681         (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
11682         (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
11683         (neon_vset_lane<mode>): Combine double and quad patterns and
11684         expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
11685         (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
11686         (neon_vdup_n<mode>): Rewrite RTL without unspec.
11687         (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
11688         (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
11689         with neon_vdup_lanev2di, adjusting the pattern from the latter
11690         to be predicable for consistency.
11691         (neon_vdup_lane<mode>_internal): New.
11692         (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
11693         to avoid using an unspec.
11694         (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
11695         (neon_vdup_lanev2di): Turn into a define_expand.
11696         (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
11697         (neon_vget_high<mode>): Replace with....
11698         (neon_vget_highv16qi): New pattern using canonical RTL.
11699         (neon_vget_highv8hi): Likewise.
11700         (neon_vget_highv4si): Likewise.
11701         (neon_vget_highv4sf): Likewise.
11702         (neon_vget_highv2di): Likewise.
11703         (neon_vget_low<mode>): Replace with....
11704         (neon_vget_lowv16qi): New pattern using canonical RTL.
11705         (neon_vget_lowv8hi): Likewise.
11706         (neon_vget_lowv4si): Likewise.
11707         (neon_vget_lowv4sf): Likewise.
11708         (neon_vget_lowv2di): Likewise.
11709
11710         * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
11711         test for this emitting vmov.
11712         (Vset_lane): Likewise.
11713         (Vdup_n): Likewise.
11714         (Vmov_n): Likewise.
11715
11716         * doc/arm-neon-intrinsics.texi: Regenerated.
11717
11718 2010-07-02  Sandra Loosemore  <sandra@codesourcery.com>
11719
11720         * config/arm/neon.md (vec_extractv2di): Correct error in register
11721         numbering to reconcile with neon_vget_lanev2di.
11722
11723 2010-07-02  Richard Guenther  <rguenther@suse.de>
11724
11725         * tree-ssa-structalias.c (pt_solution_set_var): New function.
11726         * tree-ssa-alias.h (pt_solution_set_var): Declare.
11727         * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
11728         points-to information.
11729
11730 2010-07-02  Christian Borntraeger  <borntraeger@de.ibm.com>
11731
11732         * config/s390/s390.c (override_options): Adopt prefetching
11733         at -O3 to handle flag_prefetch_loop_arrays as a tristate.
11734
11735 2010-07-02  Jan Hubicka  <jh@suse.cz>
11736
11737         * df-problems.c (df_kill_notes): Do not collect dead  notes.
11738         (df_set_note): Just call add_reg_note.
11739         (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
11740         df_create_unused_note): Do not deal with lists of old notes.
11741         (df_note_bb_compute): Likewise.
11742
11743 2010-07-02  Richard Guenther  <rguenther@suse.de>
11744
11745         * tree-ssa-structalias.c (find_func_aliases): Handle
11746         pointer alignment via BIT_AND_EXPR.
11747         * tree-vrp.c (extract_range_from_binary_expr): Likewise.
11748
11749 2010-07-02  Richard Guenther  <rguenther@suse.de>
11750
11751         * tree-data-ref.c (initialize_data_dependence_relation): Handle
11752         mismatching number of dimensions properly.
11753
11754 2010-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11755
11756         PR target/44707
11757         * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
11758         (lo_sum (high ...) ...) patterns generated by earlier passes.
11759
11760 2010-07-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11761
11762         * doc/install.texi (Prerequisites): Document Perl requirement on
11763         Solaris 2.
11764         (Specific, *-*-solaris2*): Document GNU c++filt requirement.
11765
11766 2010-07-02  Richard Guenther  <rguenther@suse.de>
11767
11768         PR middle-end/44777
11769         * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
11770
11771 2010-07-02  Jan Hubicka  <jh@suse.cz>
11772
11773         PR middle-end/44706
11774         * predict.c (predict_paths_for_bb): Handle case when control dependence
11775         BB has only abnormal edges.
11776
11777 2010-07-02  Richard Guenther  <rguenther@suse.de>
11778
11779         PR tree-optimization/44748
11780         * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
11781         the embedded conversion in MEM_REFs.
11782
11783 2010-07-01  López-Ibáñez  <manu@gcc.gnu.org>
11784
11785         * reload.c: Include toplev.h.
11786         * recog.c:  Likewise.
11787         * Makefile.in: Adjust dependencies.
11788
11789 2010-07-01  Jakub Jelinek  <jakub@redhat.com>
11790
11791         PR debug/44694
11792         * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
11793         or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
11794
11795 2010-07-01  Richard Guenther  <rguenther@suse.de>
11796
11797         * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
11798         types for offsets.
11799
11800 2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>
11801
11802         PR target/44732
11803         * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
11804         Fix argument types.
11805
11806 2010-07-01  Bernd Schmidt  <bernds@codesourcery.com>
11807
11808         PR target/44727
11809         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
11810         Make sure operand 0 dies.
11811
11812 2010-07-01  Richard Guenther  <rguenther@suse.de>
11813
11814         PR middle-end/42834
11815         PR middle-end/44468
11816         * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
11817         * doc/generic.texi (References to storage): Document MEM_REF.
11818         * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
11819         (print_call_name): Likewise.
11820         * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
11821         (build_simple_mem_ref_loc): New function.
11822         (mem_ref_offset): Likewise.
11823         * tree.h (build_simple_mem_ref_loc): Declare.
11824         (build_simple_mem_ref): Define.
11825         (mem_ref_offset): Declare.
11826         * fold-const.c: Include tree-flow.h.
11827         (operand_equal_p): Handle MEM_REF.
11828         (build_fold_addr_expr_with_type_loc): Likewise.
11829         (fold_comparison): Likewise.
11830         (fold_unary_loc): Fold
11831         VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
11832         (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
11833         fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
11834         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
11835         (ptr_deref_may_alias_ref_p_1): Likewise.
11836         (ao_ref_base_alias_set): Properly differentiate base object for
11837         offset and TBAA.
11838         (ao_ref_init_from_ptr_and_size): Use MEM_REF.
11839         (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
11840         (indirect_refs_may_alias_p): Likewise.
11841         (refs_may_alias_p_1): Likewise.  Remove pointer SSA name def
11842         chasing code.
11843         (ref_maybe_used_by_call_p_1): Handle MEM_REF.
11844         (call_may_clobber_ref_p_1): Likewise.
11845         * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
11846         * expr.c (expand_assignment): Handle MEM_REF.
11847         (store_expr): Handle MEM_REFs from STRING_CSTs.
11848         (store_field): If expanding a MEM_REF of a non-addressable
11849         decl use bitfield operations.
11850         (get_inner_reference): Handle MEM_REF.
11851         (expand_expr_addr_expr_1): Likewise.
11852         (expand_expr_real_1): Likewise.
11853         * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
11854         * alias.c (ao_ref_from_mem): Handle MEM_REF.
11855         (get_alias_set): Likewise.  Properly handle VIEW_CONVERT_EXPRs.
11856         * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
11857         (dr_analyze_indices): Likewise.
11858         (dr_analyze_alias): Likewise.
11859         (object_address_invariant_in_loop_p): Likewise.
11860         * gimplify.c (mark_addressable): Handle MEM_REF.
11861         (gimplify_cond_expr): Build MEM_REFs.
11862         (gimplify_modify_expr_to_memcpy): Likewise.
11863         (gimplify_init_ctor_preeval_1): Handle MEM_REF.
11864         (gimple_fold_indirect_ref): Adjust.
11865         (gimplify_expr): Handle MEM_REF.  Gimplify INDIRECT_REF to MEM_REF.
11866         * tree.def (MEM_REF): New tree code.
11867         * tree-dfa.c: Include toplev.h.
11868         (get_ref_base_and_extent): Handle MEM_REF.
11869         (get_addr_base_and_unit_offset): New function.
11870         * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
11871         * gimple-fold.c (may_propagate_address_into_dereference): Handle
11872         MEM_REF.
11873         (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
11874         accesses if the array has just one dimension.  Remove always true
11875         parameter.  Do not require type compatibility here.
11876         (maybe_fold_offset_to_component_ref): Remove.
11877         (maybe_fold_stmt_indirect): Remove.
11878         (maybe_fold_reference): Remove INDIRECT_REF handling.
11879         Fold back to non-MEM_REF.
11880         (maybe_fold_offset_to_address): Simplify.  Deal with type
11881         mismatches here.
11882         (maybe_fold_reference): Likewise.
11883         (maybe_fold_stmt_addition): Likewise.  Also handle
11884         &ARRAY + I in addition to &ARRAY[0] + I.
11885         (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
11886         (gimple_get_relevant_ref_binfo): Handle MEM_REF.
11887         * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
11888         * tree-ssa.c (useless_type_conversion_p): Make most pointer
11889         conversions useless.
11890         (warn_uninitialized_var): Handle MEM_REF.
11891         (maybe_rewrite_mem_ref_base): New function.
11892         (execute_update_addresses_taken): Implement re-writing of MEM_REFs
11893         to SSA form.
11894         * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
11895         INDIRECT_REF handling.
11896         (copy_tree_body_r): Handle MEM_REF.
11897         * gimple.c (is_gimple_addressable): Adjust.
11898         (is_gimple_address): Likewise.
11899         (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
11900         invariant base are invariant.
11901         (is_gimple_min_lval): Adjust.
11902         (is_gimple_mem_ref_addr): New function.
11903         (get_base_address): Handle MEM_REF.
11904         (count_ptr_derefs): Likewise.
11905         (get_base_loadstore): Likewise.
11906         * gimple.h (is_gimple_mem_ref_addr): Declare.
11907         (gimple_call_fndecl): Handle invariant MEM_REF addresses.
11908         * tree-cfg.c (verify_address): New function, split out from ...
11909         (verify_expr): ... here.  Use for verifying ADDR_EXPRs and
11910         the address operand of MEM_REFs.  Verify MEM_REFs.  Reject
11911         INDIRECT_REFs.
11912         (verify_types_in_gimple_min_lval): Handle MEM_REF.  Disallow
11913         INDIRECT_REF.  Allow conversions.
11914         (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
11915         a register does not change its size.
11916         (verify_types_in_gimple_reference): Verify MEM_REF.
11917         (verify_gimple_assign_single): Disallow INDIRECT_REF.
11918         Handle MEM_REF.
11919         * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
11920         New.
11921         (mark_address_taken): Handle MEM_REF.
11922         (get_indirect_ref_operands): Pass through opf_not_non_addressable.
11923         (get_asm_expr_operands): Pass opf_not_non_addressable.
11924         (get_expr_operands): Handle opf_[not_]non_addressable.
11925         Handle MEM_REF.  Remove INDIRECT_REF handling.
11926         * tree-vrp.c (check_array_ref): Handle MEM_REF.
11927         (search_for_addr_array): Likewise.
11928         (check_array_bounds): Likewise.
11929         (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
11930         * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
11931         (ref_always_accessed_p): Likewise.
11932         (gen_lsm_tmp_name): Likewise.  Handle ADDR_EXPR.
11933         * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
11934         Handle MEM_REF.
11935         * cgraphbuild.c (mark_load): Properly check for NULL result
11936         from get_base_address.
11937         (mark_store): Likewise.
11938         * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
11939         * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
11940         handling for MEM_REF.
11941         * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
11942         &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
11943         * builtins.c (stabilize_va_list_loc): Use the function ABI
11944         valist type if we couldn't canonicalize the argument type.
11945         Always dereference with the canonical va-list type.
11946         (maybe_emit_free_warning): Handle MEM_REF.
11947         (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
11948         memmove to memcpy.
11949         * builtins.c (fold_builtin_memory_op): Use ref-all types
11950         for all memcpy foldings.
11951         * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
11952         (build_outer_var_ref): Likewise.
11953         (scan_omp_1_op): Likewise.
11954         (lower_rec_input_clauses): Likewise.
11955         (lower_lastprivate_clauses): Likewise.
11956         (lower_reduction_clauses): Likewise.
11957         (lower_copyprivate_clauses): Likewise.
11958         (expand_omp_atomic_pipeline): Likewise.
11959         (expand_omp_atomic_mutex): Likewise.
11960         (create_task_copyfn): Likewise.
11961         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
11962         Remove old union trick.  Initialize constant offsets.
11963         (ao_ref_init_from_vn_reference): Likewise.  Do not handle
11964         INDIRECT_REF.  Init base_alias_set properly.
11965         (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
11966         (vn_reference_fold_indirect): Adjust for MEM_REFs.
11967         (valueize_refs): Fold MEM_REFs.  Re-evaluate constant offset
11968         for ARRAY_REFs.
11969         (may_insert): Remove.
11970         (visit_reference_op_load): Do not test may_insert.
11971         (run_scc_vn): Remove parameter, do not fiddle with may_insert.
11972         * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
11973         a field to store the constant offset this op applies.
11974         (run_scc_vn): Adjust prototype.
11975         * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
11976         * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
11977         MEM_REF.  Propagate &foo + CST as &MEM[&foo, CST].  Do not
11978         bother about volatile qualifiers on pointers.
11979         (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
11980         * tree-ssa-loop-ivopts.c
11981         * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
11982         (strip_offset_1): Likewise.
11983         (find_interesting_uses_address): Replace INDIRECT_REF handling with
11984         MEM_REF handling.
11985         (get_computation_cost_at): Likewise.
11986         * ipa-pure-const.c (check_op): Handle MEM_REF.
11987         * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
11988         * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
11989         and constants.
11990         * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
11991         * tree-parloops.c (take_address_of): Adjust for MEM_REF.
11992         (eliminate_local_variables_1): Likewise.
11993         (create_call_for_reduction_1): Likewise.
11994         (create_loads_for_reductions): Likewise.
11995         (create_loads_and_stores_for_name): Likewise.
11996         * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
11997         (ssa_accessed_in_tree): Handle MEM_REF.
11998         (ssa_accessed_in_assign_rhs): Likewise.
11999         (update_type_size): Likewise.
12000         (analyze_accesses_for_call_stmt): Likewise.
12001         (analyze_accesses_for_assign_stmt): Likewise.
12002         (transform_access_sites): Likewise.
12003         (transform_allocation_sites): Likewise.
12004         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
12005         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
12006         not handle INDIRECT_REF.
12007         * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
12008         (cond_store_replacement): Likewise.
12009         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
12010         MEM_REF, no not handle INDIRECT_REFs.
12011         (insert_into_preds_of_block): Properly initialize avail.
12012         (phi_translate_1): Fold MEM_REFs.  Re-evaluate constant offset
12013         for ARRAY_REFs.  Properly handle reference lookups that
12014         require a bit re-interpretation.
12015         (can_PRE_operation): Do not handle INDIRECT_REF.  Handle MEM_REF.
12016         * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
12017         (build_ref_for_offset_1): Remove.
12018         (build_ref_for_offset): Build MEM_REFs.
12019         (gate_intra_sra): Disable for now.
12020         (sra_ipa_modify_expr): Handle MEM_REF.
12021         (ipa_early_sra_gate): Disable for now.
12022         * tree-sra.c (create_access): Swap INDIRECT_REF handling for
12023         MEM_REF handling.
12024         (disqualify_base_of_expr): Likewise.
12025         (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
12026         MEM_REF handling.
12027         (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
12028         Use mem_ref_offset.  Remove bogus folding.
12029         (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
12030         (make_fancy_name_1): Add support for MEM_REF.
12031         * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
12032         * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
12033         * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
12034         (compute_complex_ancestor_jump_func): Likewise.
12035         (ipa_analyze_virtual_call_uses): Likewise.
12036         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
12037         INDIRECT_REF folding with more generalized MEM_REF folding.
12038         (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
12039         (forward_propagate_addr_into_variable_array_index): Also handle
12040         &ARRAY + I in addition to &ARRAY[0] + I.
12041         * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
12042         * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
12043         creates assignments with overlap.
12044         * tree-nested.c (get_static_chain): Adjust for MEM_REF.
12045         (get_frame_field): Likewise.
12046         (get_nonlocal_debug_decl): Likewise.
12047         (convert_nonlocal_reference_op): Likewise.
12048         (struct nesting_info): Add mem_refs pointer-set.
12049         (create_nesting_tree): Allocate it.
12050         (convert_local_reference_op): Insert to be folded mem-refs.
12051         (fold_mem_refs): New function.
12052         (finalize_nesting_tree_1): Perform defered folding of mem-refs
12053         (free_nesting_tree): Free the pointer-set.
12054         * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
12055         (vectorizable_load): Likewise.
12056         * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
12057         (propagate_with_phi): Likewise.
12058         * tree-object-size.c (addr_object_size): Handle MEM_REFs
12059         instead of INDIRECT_REFs.
12060         (compute_object_offset): Handle MEM_REF.
12061         (plus_stmt_object_size): Handle MEM_REF.
12062         (collect_object_sizes_for): Dispatch to plus_stmt_object_size
12063         for &MEM_REF.
12064         * tree-flow.h (get_addr_base_and_unit_offset): Declare.
12065         (symbol_marked_for_renaming): Likewise.
12066         * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
12067         (fold-const.o): Add $(TREE_FLOW_H).
12068         * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
12069         (find_func_clobbers): Likewise.
12070         * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
12071         (decompose_access): Likewise.
12072         (replace_field_acc): Likewise.
12073         (replace_field_access_stmt): Likewise.
12074         (insert_new_var_in_stmt): Likewise.
12075         (get_stmt_accesses): Likewise.
12076         (reorg_structs_drive): Disable.
12077         * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
12078         (ix86_canonical_va_list_type): Likewise.
12079
12080 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
12081
12082         PR other/44566
12083         * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
12084         * target.def (struct gcc_target): Replace enum reg_class with
12085         reg_class_t in hook argument / return types.
12086         * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
12087         (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
12088         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
12089         * targhooks.h (default_branch_target_register_class): Likewise.
12090         (default_ira_cover_classes, default_secondary_reload): Likewise.
12091         (default_memory_move_cost, default_register_move_cost): Likewise.
12092         * targhooks.c (default_branch_target_register_class): Likewise.
12093         (default_ira_cover_classes, default_secondary_reload): Likewise.
12094         (default_memory_move_cost, default_register_move_cost): Likewise.
12095         * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
12096         * bt-load.c (branch_target_load_optimize): Likewise.
12097         * ira.c (setup_cover_and_important_classes): Likewise.
12098         * ira-costs.c (copy_cost): Likewise.
12099         * reload1.c (emit_input_reload_insns): Likewise.
12100         * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
12101         * config/frv/frv.c (frv_secondary_reload): Likewise.
12102         * config/s390/s390.c (s390_secondary_reload): Likewise.
12103         * config/i386/i386.c (i386_ira_cover_classes): Likewise.
12104         (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
12105         (ix86_register_move_cost): Likewise.
12106         * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
12107         * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
12108         * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
12109         * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
12110         * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
12111         (rs6000_ira_cover_classes): Likewise.
12112         * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
12113         * config/picochip/picochip-protos.h (picochip_secondary_reload):
12114         Likewise.
12115         * config/pa/pa.c (pa_secondary_reload): Likewise.
12116         * config/mips/mips.c (mips_ira_cover_classes): Likewise.
12117         * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
12118         * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
12119         * doc/tm.texi: Regenerate.
12120
12121 2010-06-30  Sebastian Pop  <sebastian.pop@amd.com>
12122
12123         PR bootstrrap/44726
12124         * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
12125         use.
12126         (build_alias_set_optimal_p): Likewise.
12127         (build_base_obj_set_for_drs): Likewise.
12128
12129 2010-06-30  Joern Rennecke  <joern.rennecke@embecosm.com>
12130
12131         * target.def: Remove comment about licensing problems of function
12132         declarations.
12133
12134         * target.def (declare_constant_name): Change exp to expr.  Use DEFHOOK.
12135         * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
12136         * doc/tm.texi: Regenerate.
12137
12138         * target.def (builtin_reciprocal): Change tm_fn to md_fn.  Use DEFHOOK.
12139         * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
12140
12141         * target.def (enum_va_list_p): Use DEFHOOK.
12142         * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
12143         Rename ptype to ptree.
12144         * doc/tm.texi: Regenerate.
12145
12146         * target.def (fold_builtin): Rename nargs to n_args.  Use DEFHOOK.
12147         * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
12148         * doc/tm.texi: Regenerate.
12149
12150         * target.def (memory_move_cost): Use DEFHOOK.
12151         * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
12152         Rename regclass AKA class to rclass.
12153         * doc/tm.texi: Regenerate.
12154
12155         * target.def (pragma_parse): Use DEFHOOK.
12156         * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
12157         s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
12158         * doc/tm.texi: Regenerate.
12159
12160         * target.def (pass_by_reference): Use DEFHOOK.
12161         * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
12162         * doc/tm.texi: Regenerate.
12163
12164         * target.def (resolve_overloaded_builtin): Rename params to arglist.
12165         Use DEFHOOK.
12166         * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
12167         * doc/tm.texi: Regenerate.
12168
12169         * target.def (return_pops_args): Use DEFHOOK.
12170         * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
12171         Rename stack-size to size.
12172         * doc/tm.texi: Regenerate.
12173
12174         * target.def (dfa_new_cycle): Use DEFHOOK.  Rename dump_file to dump,
12175         last-sched_cycle to last_clock, cur_cycle to clock.
12176         * doc/tm.texi.in: Use @hook.
12177         * doc/tm.texi: Regenerate.
12178
12179         * target.def (print_operand, print_operand_address): Update comment.
12180         (print_operand_punct_valid_p): Likewise.
12181
12182 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12183
12184         * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
12185         to rtl.h.
12186         (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
12187         * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
12188         * rtl-error.h: New.
12189         * regrename.c: Do not include toplev.h. Include rtl-error.h.
12190         * rtl-error.c: Likewise.
12191         * reload.c: Likewise.
12192         * recog.c:  Likewise.
12193         * sel-sched.c: Likewise.
12194         * function.c: Likewise.
12195         * reg-stack.c: Likewise.
12196         * cfgrtl.c: Likewise.
12197         * reload1.c: Likewise.
12198         * final.c: Include rtl-error.
12199         * Makefile.in: Adjust dependencies.
12200
12201 2010-06-30  Jan Hubicka  <jh@suse.cz>
12202
12203         PR middle-end/PR44706
12204         * ipa-split (split_function): Refine conditions when to use DECL_RESULT
12205         to return the value.
12206
12207 2010-06-30  Michael Matz  <matz@suse.de>
12208
12209         PR bootstrap/44699
12210         * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
12211         * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
12212         a gimple reg, attach the original VDEF to the last store in the
12213         sequence.
12214
12215 2010-06-30  Iain Sandoe  <iains@gcc.gnu.org>
12216
12217         PR other/44034
12218         * config/darwin.c (darwin_override_options): Use renamed
12219         targetm.asm_out.emit_unwind_label.
12220
12221 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
12222
12223         PR tree-optimization/39799
12224         * tree-inline.c (remap_ssa_name): Initialize variable only if
12225         SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
12226
12227 2010-06-30  Nathan Froyd  <froydnj@codesourcery.com>
12228
12229         * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
12230
12231 2010-06-30  Richard Guenther  <rguenther@suse.de>
12232
12233         PR target/44722
12234         * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
12235         against oscillation with reverse peephole2.
12236
12237 2010-06-30  H.J. Lu  <hongjiu.lu@intel.com>
12238
12239         PR target/44721
12240         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
12241         Fix last commit.
12242
12243 2010-06-30  Nick Clifton  <nickc@redhat.com>
12244
12245         * config/rx/rx-modes.def: New file.
12246         * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
12247         (CC_REGNUM): Define.
12248         (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
12249         register.
12250         (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
12251         (SELECT_CC_MODE): Define.
12252         * config/rx/rx.md (CC_REG): Define.  Update all patterns to use
12253         (reg:CC CC_REG) instead of (cc0).
12254         (attr "cc"): Delete.
12255         (cbranchsi4): Do not split compare and branch here. Instead move
12256         it to...
12257         (cbranchsi4_<code>): ... here.  New patterns.
12258         (cmpsi): Call rx-compare_redundant to find out if it is necessary
12259         to emit the compare instruction.
12260         * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
12261         cc_status flags.
12262         (rx_get_stack_layout): Iterate up to before CC_REGNUM not
12263         FIRST_PSEUDO_REGNUM.
12264         (rx_expand_prologue, rx_expand_epilogue): Likewise.
12265         (rx_notice_update_cc): Delete.
12266         (rx_cc_modes_compatible): New function.
12267         (flags_needed_for_conditional): New function.
12268         (flags_from_mode): New function.
12269         (rx_compare_redundant): New function - scans backwards through
12270         insn list to find out if condition flags are already set correctly.
12271         (TARGET_CC_MODES_COMPATIBLE): Define.
12272         * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
12273
12274         * config/rx/rx.h (BRANCH_COST): Define.
12275         (REGISTER_MOVE_COST): Define.
12276         * config/rx/predicates (rx_source_operand): Allow all constant types.
12277         * config/rx/rx.md (addsi3): Add alternative for swapped operands.
12278         (tstsi4): New pattern.
12279         * config/rx/rx.c (rx_memory_move_cost): Define.
12280         (TARGET_MEMORY_MOVE_COST): Define.
12281
12282 2010-06-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12283
12284         * tree.h (block_may_fallthru): Declare here.
12285         * tree-flow.h (block_may_fallthru): Do not declare here.
12286         * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
12287         bitmap.h
12288         * Makefile.in (c-typeck.o): Update dependencies.
12289
12290 2010-06-30  Jakub Jelinek  <jakub@redhat.com>
12291
12292         PR debug/44694
12293         * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
12294         * cselib.c (cfa_base_preserved_regno): New static variable.
12295         (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
12296         of REGNO (cfa_base_preserved_val->locs->loc).
12297         (cselib_preserve_cfa_base_value): Add regno argument, set
12298         cfa_base_preserved_regno to it.
12299         (cselib_invalidate_regno): Allow removal of registers other than
12300         cfa_base_preserved_regno from cfa_base_preserved_val.
12301         (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
12302         * var-tracking.c (adjust_mems): Replace sp or hfp even outside
12303         of MEM addresses, if not on LHS.
12304         (reverse_op): Don't add reverse ops for cfa_base_rtx.
12305         (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
12306
12307 2010-06-30  Bernd Schmidt  <bernds@codesourcery.com>
12308
12309         * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
12310         static variables.
12311         (peep2_buf_position): New static function.
12312         (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
12313         peephole2_optimize): Use it.
12314         (peep2_attempt, peep2_update_life): New static functions, broken out
12315         of peephole2_optimize.
12316         (peep2_fill_buffer): New static function.
12317         (peephole2_optimize): Change the main loop to try to fill the buffer
12318         with the maximum number of insns before matching them against
12319         peepholes.  Use a forward scan.  Remove special case for targets with
12320         conditional execution.
12321         * genrecog.c (change_state): Delete dead code.
12322         * config/i386/i386.md (peephole2 for arithmetic ops with memory):
12323         Rewrite so as not to expect the second insn to have had a peephole
12324         applied yet.
12325
12326 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
12327
12328         * genhooks.c (emit_findices): Cast field precision to int.
12329         (emit_documentation): Likewise.
12330
12331 2010-06-29  Jakub Jelinek  <jakub@redhat.com>
12332
12333         PR tree-optimization/43801
12334         * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
12335         if old_decl was DECL_ONE_ONLY.
12336
12337         PR debug/44668
12338         * dwarf2out.c (add_accessibility_attribute): New function.
12339         (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
12340         instead of adding DW_AT_accessibility manually.
12341         (gen_enumeration_type_die, gen_struct_or_union_type_die,
12342         gen_typedef_die): Use it.
12343
12344 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
12345
12346         * vmsdbgout.c (full_name): Just output the file name if not native.
12347
12348 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
12349
12350         * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
12351         (funcnam_table): New static table.
12352         (funcnum_table): New static table.
12353         (write_rtnbeg): Write value saved in funcnum_table.
12354         (write_rtnend): Write value saved in funcnum_table.
12355         (vmsdbgout_begin_function): Save current function info in
12356         (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
12357         (vmsdbgout_finish): Iterate over funcnum_table.
12358
12359 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
12360
12361         * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
12362         (vmsdbgout_type_decl): Declare
12363         (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
12364         (FUNC_EPILOGUE_LABEL): New macro
12365         (vmsdbgout_begin_epilogue): New function.
12366         (vmsdbgout_type_decl): New function.
12367
12368 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
12369
12370         * vmsdbg.h: Update copyright.
12371
12372 2010-06-29  Douglas B Rupp  <rupp@gnat.com>
12373
12374         * vmsdbg.h (DST_K_TBG): New DST constant.
12375         * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
12376         (write_modbeg): Cast module_language to avoid warning.
12377         (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
12378
12379 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
12380
12381         PR other/44034
12382         * target.def, doc/tm.texi.in, genhooks.c: New files.
12383         * target.h: Instead of defining individual hook members,
12384         define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
12385         include target.def.
12386         * target-def.h: Instead of defining individual hook initializers,
12387         include target-hooks-def.h.
12388         * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
12389         targetm.live_on_entry -> targetm.extra_live_on_entry
12390         targetm.sched.md_finish ->targetm.sched.finish
12391         targetm.sched.md_init -> targetm.sched.init
12392         targetm.sched.md_init_global -> targetm.sched.init_global
12393         targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
12394         targetm.asm_out.except_table_label ->
12395           targetm.asm_out.emit_except_table_label
12396         targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
12397         targetm.target_help -> targetm.help
12398         targetm.vectorize.builtin_support_vector_misalignment ->
12399           targetm.vectorize.support_vector_misalignment
12400         targetm.file_start_app_off -> targetm.asm_file_start_app_off
12401         targetm.file_start_file_directive ->
12402          targetm.asm_file_start_file_directive
12403         * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
12404         * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
12405         * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
12406         TARGET_VECTOR_ALIGNMENT_REACHABLE ->
12407           TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
12408         TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
12409           TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
12410         TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
12411         * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
12412         * Makefile.in (TARGET_H): Depend on target.def.
12413         (TARGET_DEF_H): Depend on target-hooks-def.h.
12414         (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
12415         (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
12416         * doc/tm.texi: Regenerate.
12417
12418         * Makefile.in (s-tm-texi): Remove stray tab / rule.
12419
12420         * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
12421         (targetm.sched.init): Likewise.
12422
12423 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
12424
12425         PR bootstrap/44713
12426         * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
12427         (function_arg_advance_32): Const-ify TYPE parameter.
12428         (function_arg_advance_64): Likewise.  Change type of NAMED to bool.
12429         (ix86_function_arg_advance): Change type of NAMED to bool.
12430         (function_arg_32): Const-ify CUM and TYPE parameters.
12431         (function_arg_64): Likewise.  Change type of NAMED to bool.
12432         (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
12433         to bool.
12434         (ix86_function_arg): Change type of NAMED to bool.
12435         (ix86_setup_incoming_varargs): Call ix86_function_arg_advance.  Pass
12436         last argument as a bool.
12437
12438 2010-06-29  Joern Rennecke  <joern.rennecke@embecosm.com>
12439
12440         * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
12441         (OVERRIDE_OPTIONS): Add note of obsolescence.
12442         Replace references with references to TARGET_OPTION_OVERRIDE.
12443         (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
12444          the macro).
12445         * targhooks.c (default_target_option_override): New function.
12446         * targhooks.h (default_target_option_override): Declare.
12447         * target.h (struct gcc_target): Add override member to
12448         target_option member.
12449         * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
12450         targetm.target_option.override call.
12451         * target-def.h (TARGET_OPTION_OVERRIDE): Define.
12452         (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
12453
12454 2010-06-29  Jan Hubicka  <jh@suse.cz>
12455
12456         * tree-inline.c: Replace incomming by incomin and clonning by cloning.
12457
12458 2010-06-29  Jan Hubicka  <jh@suse.cz>
12459
12460         * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
12461         unreachable.
12462         (rebuild_frequencies): New function.
12463         * predict.h (rebuild_frequencies): Declare.
12464         * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
12465         entry block and edge reaching new_entry.
12466         (tree_function_versioning): When doing partial cloning, rebuild
12467         frequencies when done.
12468         * passes.c (execute_function_todo): Use rebild_frequencies.
12469
12470 2010-06-29  Richard Guenther  <rguenther@suse.de>
12471
12472         * tree-dfa.c (dump_variable): Remove noalias_state dumping.
12473         * tree-flow.h (enum noalias_state): Remove.
12474         (struct var_ann_d): Remove noalias_state member.
12475
12476 2010-06-29  Bernd Schmidt  <bernds@codesourcery.com>
12477
12478         PR target/43902
12479         * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
12480         (maddhisi4): Renamed from mulhisi3addsi.  Operands renumbered.
12481         (maddhidi4): Likewise.
12482
12483         Revert parts of the change for PR25130.
12484         * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
12485         MEM_ALIAS_SET.
12486
12487 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
12488
12489         * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
12490         targetm.calls.function_incoming_arg, and
12491         targetm.calls.function_arg_advance instead of FUNCTION_ARG,
12492         FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
12493         * target.h (struct gcc_target): Add function_arg_advance,
12494         function_arg, and function_incoming_arg fields.
12495         * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
12496         (TARGET_FUNCTION_INCOMING_ARG): Define.
12497         (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
12498         and TARGET_FUNCTION_INCOMING_ARG.
12499         * targhooks.h (default_function_arg_advance): Declare.
12500         (default_function_arg, default_function_incoming_arg): Declare.
12501         * targhooks.c (default_function_arg_advance): New function.
12502         (default_function_arg, default_function_incoming_arg): New function.
12503         * config/i386/i386.c (function_arg_advance): Rename to...
12504         (ix86_function_arg_advance): ...this.  Make static.
12505         (function_arg): Rename to...
12506         (ix86_function_arg): ...this.  Make static.
12507         (TARGET_FUNCTION_ARG_ADVANCE): Define.
12508         (TARGET_FUNCTION_ARG): Define.
12509         * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
12510         (FUNCTION_ARG): Delete.
12511         * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
12512         (function_arg): Delete prototype.
12513
12514 2010-06-29  Nathan Froyd  <froydnj@codesourcery.com>
12515
12516         * reginfo.c (init_reg_sets_1): Adjust comments.
12517         * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
12518         * calls.c (prepare_call_address): Likewise.
12519         (emit_call_1): Use targetm.calls.return_pops_args.
12520         (expand_call): Likewise.
12521         * function.c (assign_parms): Likewise.
12522         * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
12523         * target.h (struct gcc_target) [struct calls]: Add
12524         return_pops_args field.
12525         * targhooks.h (default_return_pops_args): Declare.
12526         * targhooks.c (default_return_pops_args): Define.
12527         * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
12528         (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
12529         * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
12530         (TARGET_RETURN_POPS_ARGS): ...this.  Use deftypefn.  Adjust
12531         documentation.
12532         * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
12533         * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
12534         * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
12535         * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
12536         * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
12537         * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
12538         * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
12539         * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
12540         * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
12541         * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
12542         * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
12543         * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
12544         * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
12545         * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
12546         * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
12547         * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
12548         * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
12549         * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
12550         * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
12551         * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
12552         * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
12553         * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
12554         * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
12555         * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
12556         * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
12557         * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
12558         * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
12559         * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
12560         * config/score/score.h (RETURN_POPS_ARGS): Likewise.
12561         * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
12562         * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
12563         * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
12564         * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
12565         * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
12566         * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
12567         * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
12568         * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
12569         * config/i386/i386.c (ix86_return_pops_args): Make static.
12570         Constify arguments.
12571         (TARGET_RETURN_POPS_ARGS): Define.
12572         * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
12573         * config/m68k/m68k.c (m68k_return_pops_args): ...here.  New function.
12574         (TARGET_RETURN_POPS_ARGS): Define.
12575         * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
12576         * config/vax/vax.c (vax_return_pops_args): ...here.  New function.
12577         (TARGET_RETURN_POPS_ARGS): Define.
12578
12579 2010-06-29  Richard Guenther  <rguenther@suse.de>
12580
12581         PR middle-end/44667
12582         * tree-inline.c (initialize_inlined_parameters): Make sure
12583         to remap the inlined parameter variable substitutions types.
12584
12585 2010-06-29  Eric Botcazou  <ebotcazou@adacore.com>
12586
12587         PR rtl-optimization/44659
12588         * combine.c (make_compound_operation) <SUBREG>: Do not return the
12589         result of force_to_mode if it partially re-expanded the compound.
12590
12591 2010-06-28  Jan Hubicka  <jh@suse.cz>
12592
12593         PR middle-end/44671
12594         * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
12595         RESULT_DECL.
12596
12597 2010-06-28  Anatoly Sokolov  <aesok@post.ru>
12598
12599         * double-int.h (force_fit_type_double): Remove declaration.
12600         * double-int.c (force_fit_type_double): Move to tree.c.
12601         * tree.h (force_fit_type_double): Declare.
12602         * tree.h (force_fit_type_double): Moved from double-int.c. Use
12603         double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
12604         double_int_to_tree instead of fit_double_type and build_int_cst_wide.
12605         * convert.c (convert_to_pointer): Adjust call to
12606         force_fit_type_double.
12607         * tree-vrp.c (extract_range_from_assert,
12608         extract_range_from_unary_expr): Adjust call to force_fit_type_double.
12609         * fold-const.c: Update comment.
12610         (int_const_binop, fold_convert_const_int_from_int,
12611         fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
12612         extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
12613         fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
12614         round_up_loc): Adjust call to force_fit_type_double.
12615
12616 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
12617
12618         * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
12619
12620 2010-06-28  Martin Jambor  <mjambor@suse.cz>
12621
12622         * tree-sra.c (convert_callers): New parameter, change fndecls of
12623         recursive calls.
12624         (modify_function): Pass the old decl to convert_callers.
12625
12626 2010-06-28  Martin Jambor  <mjambor@suse.cz>
12627
12628         * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
12629         ipa_check_create_node_params and ipa_initialize_node_params with
12630         checking asserts they are not necessary.
12631
12632 2010-06-28  Jan Hubicka  <jh@suse.cz>
12633
12634         PR tree-optimization/44687
12635         * ipa-split.c (split_function): Use DECL_RESULT to store return value.
12636
12637 2010-06-28  Martin Jambor  <mjambor@suse.cz>
12638
12639         PR c++/44535
12640         * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
12641         (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
12642         instead of BINFO_BASE_BINFO.
12643
12644 2010-06-28  Michael Matz  <matz@suse.de>
12645
12646         PR middle-end/44592
12647         * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
12648         proper VDEF chain for intermediate stores in the sequence.
12649
12650 2010-06-28  Jan Hubicka  <jh@suse.cz>
12651
12652         PR tree-optimization/44357
12653         * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
12654         uninlinable functions.
12655
12656 2010-06-28  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
12657
12658         * config.gcc (powerpc*-*-*): Handle titan.
12659         * config/rs6000/rs6000.c (titan_cost): New costs.
12660         (rs6000_override_options): Add "titan" to processor_target_table.
12661         Add Titan to branch alignment logic.
12662         Correctly set rs6000_cost for titan.
12663         * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
12664         * config/rs6000/titan.md: New file.
12665         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
12666
12667 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
12668
12669         * tree-browser.c (TB_history_stack): Convert to a VEC.
12670         (TB_SET_HEAD): Adjust for new type of TB_history_stack.
12671         (TB_history_prev): Likewise.
12672
12673 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
12674
12675         * vec.h (vec_heap_free): Add parentheses around free.
12676
12677 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
12678
12679         * system.h: Poison GCC_EXCEPT_H for front-end files.
12680
12681         * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
12682         langhook.
12683         * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
12684         Define to NULL by default.
12685         * except.h: Define GCC_EXCEPT_H.
12686         (doing_eh): Remove prototype.
12687         (init_eh, init_eh_for_function): Move prototypes to toplev.h.
12688         (lang_protect_cleanup_actions): Remove.
12689         * except.c (lang_protect_cleanup_actions): Remove.
12690         (doing_eh): Remove.
12691         (gen_eh_region): Don't check doing_eh here.
12692         * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
12693         * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
12694         instead of lang_protect_cleanup_actions.
12695         * omp-low.c (maybe_catch_exception): Likewise.
12696         * Makefile.in: Update dependencies.
12697
12698 2010-06-28  Bingfeng Mei  <bmei@broadcom.com>
12699
12700         * cgraph.h (struct varpool_node): new used_from_object_file flag.
12701         (struct cgraph_local_info): new used_from_object_file flag.
12702         * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
12703         (cgraph_clone_node): initialize used_from_object_file.
12704         (cgraph_create_virtual_clone): initialize used_from_object_file.
12705         * lto-symbtab.c (lto_symtab_merge_decls_1): Set
12706         used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
12707         when compiling with -fwhole-program.
12708         (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
12709         internal resolver.
12710         * ipa.c (function_and_variable_visibility): Set externally_visible
12711         flag of varpool_node if used_from_object_file flag is set.
12712         (cgraph_externally_visible_p): check used_from_object_file flag.
12713         * doc/invoke.texi (-fwhole-program option): Change description of
12714         externally_visible attribute accordingly.
12715         * doc/extend.texi (externally_visible): Ditto.
12716
12717 2010-06-27  Jan Hubicka  <jh@suse.cz>
12718
12719         * params.def (max-inline-insns-auto): Default to 40.
12720         * doc/invoke.texi (max-inline-insns-auto): Document the change.
12721
12722 2010-06-27  Jan Hubicka  <jh@suse.cz>
12723
12724         PR middle-end/44671
12725         PR middle-end/44686
12726         * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
12727         signature change.
12728         * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
12729         * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
12730
12731 2010-06-27  Anatoly Sokolov  <aesok@post.ru>
12732
12733         * target.h (struct gcc_target): Add register_move_cost field.
12734         * target-def.h (TARGET_REGISTER_MOVE_COST): New.
12735         (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
12736         * targhooks.c (default_register_move_cost): New function.
12737         * targhooks.h (default_register_move_cost): Declare function.
12738         * defaults.h (REGISTER_MOVE_COST): Delete.
12739         * ira-int.h (ira_register_move_cost): Update comment.
12740         * ira.c (ira_register_move_cost): Update comment.
12741         * reload.h (register_move_cost): Declare.
12742         * reginfo.c (register_move_cost): New function.
12743         (move_cost): Update comment.
12744         (init_move_cost, memory_move_secondary_cost): Replace
12745         REGISTER_MOVE_COST with register_move_cost.
12746         * postreload.c (reload_cse_simplify_set): (Ditto.).
12747         * reload.c (find_valid_class, find_reloads): (Ditto.).
12748         * reload1.c (choose_reload_regs): (Ditto.).
12749         * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
12750         (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
12751         * doc/md.texi (can_create_pseudo_p): Update documentation.
12752
12753         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
12754         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
12755         * config/i386/i386.h (ix86_memory_move_cost): Make static.
12756         (TARGET_MEMORY_MOVE_COST): Define.
12757
12758         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
12759         * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
12760         * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
12761         (TARGET_MEMORY_MOVE_COST): Define.
12762
12763 2010-06-27  Richard Guenther  <rguenther@suse.de>
12764
12765         PR tree-optimization/44683
12766         * tree-ssa-dom.c (record_edge_info): Record equivalences for the
12767         false edge from the inverted condition.
12768
12769 2010-06-27  Richard Guenther  <rguenther@suse.de>
12770
12771         PR middle-end/44684
12772         * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
12773         (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
12774         for register LHS.  Or non-store assignments.
12775
12776 2010-06-26  Eric Botcazou  <ebotcazou@adacore.com>
12777
12778         * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
12779         (sparc_emit_set_const64): Likewise.  Remove disabled code.
12780         * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
12781         (sparc_emit_set_const64): Likewise.
12782
12783 2010-06-26  Catherine Moore  <clm@codesourcery.com>
12784
12785         * config/mips/mips.md (alu_type): New attribute.
12786         (type): Infer type from alu_type.
12787         (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
12788         *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
12789         *subsi3_extended, negsi2, negdi2, *low<mode>,
12790         *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
12791         xor<mode>3, *nor<mode>3,
12792         *zero_extend<GPR:mode>_trunc<SHORT:mode>,
12793         *zero_extendhi_truncqi):  Set alu_type instead of type.
12794
12795 2010-06-26  Douglas B Rupp  <rupp@gnat.com>
12796
12797         * config/alpha/alpha.c (alpha_need_linkage): Adjust
12798         splay_tree_new_ggc call.
12799         (alpha_use_linkage): Likewise.
12800
12801 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
12802
12803         * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
12804         * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
12805         * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
12806         (static_specs): Remove switches_need_spaces.
12807         (process_command, do_self_spec): Hardcode handling "-o" instead of
12808         checking switches_need_spaces.
12809         * system.h (SWITCHES_NEED_SPACES): Poison.
12810
12811 2010-06-26  Richard Guenther  <rguenther@suse.de>
12812
12813         PR tree-optimization/44393
12814         * tree-loop-distribution.c (generate_loops_for_partition): Fix
12815         stmt removal and VOP renaming.
12816         (generate_memset_zero): Remove redundant stmt updating.
12817         * tree-flow.h (mark_virtual_ops_in_bb): Remove.
12818         * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
12819
12820 2010-06-26  Jan Hubicka  <jh@suse.cz>
12821
12822         * ipa-split.c (consider_split): PHI in entry block is OK as long as all
12823         edges comming from header are equivalent.
12824         (visit_bb): Handle PHIs correctly.
12825         * tree-inline.c (copy_phis_for_bb): Be able to copy
12826         PHI from entry edge.
12827         (copy_cfg_body): Produce edge from entry BB before copying PHIs.
12828
12829 2010-06-26  Richard Guenther  <rguenther@suse.de>
12830
12831         PR middle-end/44674
12832         * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
12833         decls.  Handle LABEL_DECLs like FUNCTION_DECLs.
12834
12835 2010-06-26  Joseph Myers  <joseph@codesourcery.com>
12836
12837         * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
12838         add_infile, alloc_switch): New.
12839         (process_command): Remove variable lang_n_infiles.  Process
12840         options in a single pass.  Use new functions for allocating
12841         infiles and switches arrays.  Properly skip operands of
12842         -Xpreprocessor and -Xassembler.
12843
12844 2010-06-26  Jan Hubicka  <jh@suse.cz>
12845
12846         PR middle-end/44671
12847         * cgraphunit.c (cgraph_function_versioning): Remove wrong
12848         cgraph_make_decl_local call; fix typo copying RTL data.
12849
12850 2010-06-25  DJ Delorie  <dj@redhat.com>
12851
12852         * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
12853         (m32c_output_aligned_common): Likewise.
12854         * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
12855         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
12856         * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
12857         (m32c_register_pragmas): Register it.
12858         * config/m32c/m32c.c (m32c_get_pragma_address): New.
12859         (m32c_insert_attributes): Set #pragma address decls volatile.
12860         (pragma_entry_eq): New.
12861         (pragma_entry_hash): New.
12862         (m32c_note_pragma_address): New.
12863         (m32c_get_pragma_address): New.
12864         (m32c_output_aligned_common): New.
12865         * doc/extend.texi: Document the new pragma.
12866
12867         * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
12868         also.
12869         * config/m32c/predicates.md (m32c_any_operand): Check the code
12870         instead of memory_operand so as to allow matching volatile MEMs.
12871         (m32c_nonimmediate_operand): Likewise.
12872         (mra_operand): Allow volatiles.
12873
12874 2010-06-25  Alexandre Oliva  <aoliva@redhat.com>
12875
12876         PR debug/44610
12877         * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
12878         address if the offset is unknown.
12879
12880 2010-06-25  Douglas B Rupp  <rupp@gnat.com>
12881
12882         * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
12883         * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
12884         * config/ia64/ia64-protos.h (ia64_start_function): Declare.
12885         * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
12886         to ia64_start_function. Invoke it.
12887         * config/ia64/ia64.c (ia64_start_function): Call new function
12888         dwarf2out_vms_debug_main_pointer.
12889
12890 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12891
12892         * tree-if-conv.c (insert_gimplified_predicates): Do not insert
12893         statements computing the true predicate.
12894
12895 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12896
12897         * tree-if-conv.c (init_bb_predicate): Initialize the predicate
12898         to boolean_true_node.
12899         (reset_bb_predicate): New.
12900         (predicate_bbs): Call reset_bb_predicate.
12901
12902 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12903
12904         * tree-if-conv.c (combine_blocks): Remove FIXME comment.
12905         (tree_if_conversion): Returns true when something has been changed.
12906         (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
12907         changed something.
12908
12909 2010-06-25  Sebastian Pop  <sebastian.pop@amd.com>
12910
12911         * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
12912         * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
12913         * tree-if-conv.c: Include dbgcnt.h.
12914         (tree_if_conversion): Use if_conversion_tree to count the number of
12915         if-convertible loops.
12916
12917 2010-06-25  Changpeng Fang  <changpeng.fang@amd.com>
12918
12919         * common.opt (fprefetch-loop-arrays): Re-define
12920         -fprefetch-loop-arrays as a tri-state option with the initial
12921         value of -1.
12922         * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
12923         pass only when flag_prefetch_loop_arrays > 0.
12924         * toplev.c (process_options): Note that, with tri-states,
12925         flag_prefetch_loop_arrays>0 means prefetching is enabled.
12926         * config/i386/i386.c (override_options): Enable prefetching at -O3
12927         for a set of CPUs that sw prefetching is helpful.
12928         (software_prefetching_beneficial_p): New.  Return TRUE if software
12929         prefetching is beneficial for the given CPU.
12930
12931 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
12932
12933         PR rtl-optimization/44326
12934         * implicit-zee.c (find_removable_zero_extends): Replace
12935         INSN_P with NONDEBUG_INSN_P.
12936
12937 2010-06-25  Martin Jambor  <mjambor@suse.cz>
12938
12939         * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
12940         (struct ipa_node_params): Removed the modification_analysis_done flag.
12941         (ipa_is_param_modified): Removed.
12942         (ipa_analyze_node): Declare.
12943         (ipa_compute_jump_functions): Remove declaration.
12944         (ipa_count_arguments): Likewise.
12945         (ipa_detect_param_modifications): Likewise.
12946         (ipa_analyze_params_uses): Likewise.
12947         * ipa-prop.c (struct param_analysis_info): New type.
12948         (visit_store_addr_for_mod_analysis): Removed.
12949         (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
12950         moved down in the file.
12951         (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
12952         (ipa_count_arguments): Made static.
12953         (mark_modified): New function.
12954         (is_parm_modified_before_call): New function.
12955         (compute_pass_through_member_ptrs): New parameter parms_info, call
12956         is_parm_modified_before_call instead of ipa_is_param_modified.
12957         (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
12958         it to compute_pass_through_member_ptrs.
12959         (ipa_compute_jump_functions): New parameter parms_info, pass it to
12960         ipa_compute_jump_functions_for_edge.  Call ipa_initialize_node_params
12961         on the callee if it is analyzed.  Made static.
12962         (ipa_analyze_indirect_call_uses): New parameter parms_info, call
12963         is_parm_modified_before_call instead of ipa_is_param_modified.
12964         (ipa_analyze_call_uses): New parameter parms_info, pass it to
12965         ipa_analyze_indirect_call_uses.
12966         (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
12967         ipa_analyze_call_uses.
12968         (ipa_analyze_params_uses): New parameter parms_info, pass it to
12969         ipa_analyze_stmt_uses.  Also perform the used analysis.  Made static.
12970         (ipa_analyze_node): New function.
12971         (ipa_print_node_params): Do not dump the modified flag.
12972         (ipa_write_node_info): Assert uses_analysis_done rather than streaming
12973         it.  Do not stream the modified parameter flag.
12974         (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
12975         it.  Do not stream the modified parameter flag.
12976         * ipa-cp.c (ipcp_analyze_node): Removed.
12977         (ipcp_init_stage): Iterate only once over the nodes, analyze each one
12978         with only a call to ipa_analyze_node.
12979         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
12980         node with only a call to ipa_analyze_node.
12981
12982 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12983
12984         * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
12985
12986 2010-06-25  Jan Hubicka  <jh@suse.cz>
12987
12988         * tree-pass.h (pass_split_functions): Declare.
12989         * opts.c (decode_options): Enable function splitting at -O2
12990         * timevar.def (TV_IPA_FNSPLIT): New macro.
12991         * ipa-split.c: New file.
12992         * common.opt (-fpartial-inlining): New flag.
12993         * Makefile.in (ipa-split.o): New object file.
12994         * passes.c (init_optimization_passes): Add ipa-split.
12995         * params.def (partial-inlining-entry-probability): New parameters.
12996         * doc/invoke.texi (-fpartial-inlining): New.
12997
12998 2010-06-25  Manuel López-Ibáñez  <manu@gcc.gnu.org>
12999
13000         PR 44665
13001         * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
13002         * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
13003         (gimplify_expr): Likewise.
13004
13005 2010-06-25  Martin Jambor  <mjambor@suse.cz>
13006
13007         * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
13008         statements instead of bailing out on them.
13009         (ipa_analyze_indirect_call_uses): Do not require that loads from the
13010         parameter are in the same BB as the condition.  Update comments.
13011
13012 2010-06-25  Jakub Jelinek  <jakub@redhat.com>
13013
13014         PR middle-end/43866
13015         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
13016         true or always false, return NULL_TREE.
13017         (tree_unswitch_single_loop): Optimize conditions even when reaching
13018         max-unswitch-level parameter.  If num > 0, optimize first all conditions
13019         using entry checks, then do still reachable block discovery and consider
13020         only conditions in still reachable basic blocks in the loop.
13021
13022         PR tree-optimization/44539
13023         * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
13024         the call doesn't have LHS, but has VDEF.
13025
13026 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
13027
13028         * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
13029         * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
13030         * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
13031         (process_command): Remove code conditional on MODIFY_TARGET_NAME.
13032         * system.h (MODIFY_TARGET_NAME): Poison.
13033
13034 2010-06-25  Alan Modra  <amodra@gmail.com>
13035
13036         * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
13037         * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
13038         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13039         CMODEL_LARGE as default.
13040         * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
13041         (offsettable_ok_by_alignment): Delete.
13042         (rs6000_emit_move): Remove mcmodel=medium optimization.
13043
13044 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
13045
13046         With large parts from Jim Wilson:
13047         PR target/43902
13048         * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
13049         WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
13050         * optabs.c (optab_for_tree_code): Likewise.
13051         (expand_widen_pattern_expr): Likewise.
13052         * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
13053         out of execute_optimize_widening_mul.
13054         (convert_plusminus_to_widen): New function.
13055         (execute_optimize_widening_mul): Use the two new functions.
13056         * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
13057         Remove code to generate widening multiply-accumulate.  Add support
13058         for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
13059         * gimple-pretty-print.c (dump_ternary_rhs): New function.
13060         (dump_gimple_assign): Call it when appropriate.
13061         * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
13062         * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
13063         (expand_gimple_stmt_1): Likewise.
13064         (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
13065         WIDEN_MULT_MINUS_EXPR.
13066         * tree-ssa-operands.c (get_expr_operands): Likewise.
13067         * tree-inline.c (estimate_operator_cost): Likewise.
13068         * gimple.c (extract_ops_from_tree_1): Renamed from
13069         extract_ops_from_tree.  Add new arg for a third operand; fill it.
13070         (gimple_build_assign_stat): Support operations with three operands.
13071         (gimple_build_assign_with_ops_stat): Likewise.
13072         (gimple_assign_set_rhs_from_tree): Likewise.
13073         (gimple_assign_set_rhs_with_ops_1): Renamed from
13074         gimple_assign_set_rhs_with_ops.  Add new arg for a third operand.
13075         (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
13076         (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
13077         WIDEN_MULT_MINUS_EXPR.
13078         * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
13079         (extract_ops_from_tree_1): Adjust declaration.
13080         (gimple_assign_set_rhs_with_ops_1): Likewise.
13081         (gimple_build_assign_with_ops): Pass NULL for last operand.
13082         (gimple_build_assign_with_ops3): New macro.
13083         (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
13084         gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
13085         functions.
13086         * tree-cfg.c (verify_gimple_assign_ternary): New static function.
13087         (verify_gimple_assign): Call it.
13088         * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
13089         (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
13090         functions for dealing with three-operand statements.
13091         * tree.c (commutative_ternary_tree_code): New function.
13092         * tree.h (commutative_ternary_tree_code): Declare it.
13093         * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
13094         ternary statements.
13095         (gimple_assign_nonzero_warnv_p): Likewise.
13096         * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
13097         * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
13098         (ccp_fold): Use it.  Handle GIMPLE_TERNARY_RHS.
13099         * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
13100         (struct hashtable_expr): New member ternary in the union.
13101         (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
13102         (hashable_expr_equal_p): Fix indentation.  Handle EXPR_TERNARY.
13103         (iterative_hash_hashable_expr): Likewise.
13104         (print_expr_hash_elt): Handle EXPR_TERNARY.
13105         * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
13106         * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
13107         statements.  Handle GIMPLE_TERNARY_RHS.
13108
13109 2010-06-25  Jan Hubicka  <jh@suse.cz>
13110
13111         * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
13112
13113 2010-06-25  Shujing Zhao  <pearly.zhao@oracle.com>
13114
13115         PR c/44517
13116         * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
13117         parameters are not good.
13118         (c_parser_parameter_declaration): Error unknown type name if the type
13119         name can't start declaration specifiers.
13120
13121 2010-06-25  Joseph Myers  <joseph@codesourcery.com>
13122
13123         * gcc.c (translate_options): Don't mention +e in comment.
13124         (process_command): Don't handle +e specially.
13125
13126 2010-06-25  Bernd Schmidt  <bernds@codesourcery.com>
13127
13128         * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
13129
13130         * ira-build.c (merge_hard_reg_conflicts): New function.
13131         (create_cap_allocno, copy_info_to_removed_store_destinations,
13132         propagate_some_info_from_allocno, propagate_allocno_info): Use it.
13133         (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
13134         (remove_unnecessary_allocnos, remove_low_level_allocnos)
13135         copy_nifo_to_removed_store_destination): Use them.
13136         * ira-lives.c (make_hard_regno_born): New function, split out of
13137         make_regno_born.
13138         (make_allocno_born): Likewise.
13139         (make_hard_regno_dead): New function, split out of make_regno_dead.
13140         (make_allocno_dead): Likewise.
13141         (inc_register_pressure): New function, split out of set_allocno_live.
13142         (dec_register_pressure): New function, split out of clear_allocno_live.
13143         (mark_pseudo_regno_live): New function, split out of mark_reg_live.
13144         (mark_hard_reg_live): Likewise.  Use inc_register_pressure.
13145         (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
13146         (mark_hard_reg_dead): Likewise.  Use dec_register_pressure.
13147         (make_pseudo_conflict): Use mark_pseudo_regno_dead and
13148         mark_pseudo_regno_live.
13149         (process_bb_node_lives): Use mark_pseudo_regno_live,
13150         make_hard_regno_born and make_allocno_dead.
13151         (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
13152         set_allocno_live, clear_allocno_live): Delete functions.
13153
13154         * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
13155         * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
13156         functions.
13157         (ira_flattening): Use ira_parent_allocno.
13158         * ira-conflicts.c (process_regs_for_copy, propagate_copies)
13159         build_allocno_conflicts): Use ira_parent_or_cap_allocno.
13160
13161         * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
13162         statement.
13163
13164         * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
13165         TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
13166         minmax_set_iter_cond, minmax_set_iter_next,
13167         FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
13168         CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
13169         ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
13170         ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET.  All
13171         uses changed.
13172
13173         * ira-int.h (struct live_range, live_range_t): Renamed from struct
13174         ira_allocno_live_range and allocno_live_range_t; all uses changed.
13175         * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
13176         All uses changed.
13177
13178 2010-06-24  Richard Earnshaw  <rearnsha@arm.com>
13179
13180         * thumb2.md (thumb2_tlobits_cbranch): Delete.
13181         (peephole2 to convert zero_extract/compare of single bit to
13182          lshift/compare): New.
13183
13184 2010-06-24  Anatoly Sokolov  <aesok@post.ru>
13185
13186         * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
13187         recursive call and call to 'int_const_binop'.
13188         (build_range_check, fold_cond_expr_with_comparison, unextend,
13189         fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
13190         multiple_of_p): Adjust call to const_binop.
13191
13192 2010-06-24  Uros Bizjak  <ubizjak@gmail.com>
13193
13194         * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
13195         determine size of XFmode operand.
13196         (XFmode extended DFmode push splitter): Ditto.
13197         (XFmode extended SFmode push splitter): Ditto.
13198
13199 2010-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13200
13201         PR target/44588
13202         * config/i386/i386.md (extract_code): New.
13203         (<u>divmodqi4): Likewise.
13204         (divmodhiqi3): Likewise.
13205         (udivmodhiqi3): Likewise.
13206         (<u>divqi3): Remvoved.
13207
13208 2010-06-24  Jakub Jelinek  <jakub@redhat.com>
13209
13210         PR middle-end/44492
13211         * recog.h (struct recog_data): Add is_asm field.
13212         * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
13213         present in constraints of inline-asm operand and memory operand
13214         contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
13215         (extract_insn): Initialize recog_data.is_asm.
13216         * doc/md.texi (Constraints): Document operand side-effect rules.
13217
13218 2010-06-24  Andi Kleen  <ak@linux.intel.com>
13219
13220         * c-parser.c (c_parser_conditional_expression): Call
13221         warn_for_omitted_condop.
13222         * doc/invoke.texi: Document omitted condop warning.
13223
13224 2010-06-24  Nick Clifton<nickc@redhat.com>
13225
13226         * loop-unswitch.c (compare_and_jump_seq): Assert that the last
13227         insn in the sequence is a jump insn before setting its label.
13228
13229 2010-06-24  Alan Modra  <amodra@gmail.com>
13230
13231         * collect2.c (main): Match exactly --version and --help.
13232
13233 2010-06-24  DJ Delorie  <dj@redhat.com>
13234
13235         * config/m32c/m32c-pragma.c: Don't include rtl.h.
13236
13237 2010-06-23  Uros Bizjak  <ubizjak@gmail.com>
13238
13239         * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
13240         using X87MODEF mode iterator.
13241         (pushsf splitter): Macroize splitter using P mode iterator.
13242         (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
13243         mode iterator.
13244
13245         (*movxf_internal): Rename from *movxf_integer.
13246         (*movxf_internal_nointeger): Rename from *movxf_nointeger.
13247         (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
13248         (*movdf_internal): Rename from *movdf_integer.
13249         (*movdf_internal_nointeger): Rename from *movdf_nointeger.
13250         (*movsf_internal): Rename from *movdf_1.
13251
13252 2010-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
13253
13254         * coretypes.h (gimple_seq_node_d, gimple_seq_node)
13255         (const_gimple_seq_node): Removed typedefs.
13256
13257         * gimple.h (gimple_seq_node_d, gimple_seq_node)
13258         (const_gimple_seq_node): Added typedefs moved from coretypes.h.
13259
13260 2010-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13261
13262         * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
13263         CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
13264         CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
13265         and CODE_FOR_vec_extract_lo_v4df.
13266
13267         * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
13268         Changed to define_insn_and_split.
13269         (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
13270         (vec_extract_lo_v16hi): Likewise.
13271         (vec_extract_lo_v32qi): Likewise.
13272         (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
13273         (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
13274
13275 2010-06-23  Joern Rennecke  <joern.rennecke@embecosm.com>
13276
13277         PR target/44640
13278         * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
13279         * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
13280         (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
13281         (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
13282         (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
13283
13284         PR target/44640
13285         * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
13286
13287         PR other/44644
13288         * df-core.c (struct df): Rename to df_d.
13289         * df.h (struct df): Likewise.
13290         * dse.h (struct df): Remove forward declaration.
13291         * recog.h (struct insn_data): Rename to:
13292         (struct_insn_data_d).  Adjusted all users.
13293
13294 2010-06-23  Arnaud Charlet  <charlet@adacore.com
13295
13296         PR ada/22220
13297         * doc/install.texi: Update requirements to build GNAT.
13298
13299 2010-06-22  Andreas Schwab  <schwab@linux-m68k.org>
13300
13301         * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
13302         enum type.
13303         (m68k_sched_attr_opx_type): Remove unreachable return.
13304         (m68k_sched_attr_opy_type): Likewise.
13305         (m68k_sched_attr_size): Likewise.
13306         (sched_get_opxy_mem_type): Likewise.
13307         (m68k_sched_attr_op_mem): Likewise.
13308
13309 2010-06-22  Eric Botcazou  <ebotcazou@adacore.com>
13310
13311         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
13312         new statement and adjust VDEF only if necessary.  Remove superfluous
13313         call to maybe_clean_or_replace_eh_stmt.
13314         * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
13315         copy the flags.
13316         * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
13317         * tree-inline.c (copy_bb): ...and not there.
13318
13319 2010-06-22  Cary Coutant  <ccoutant@google.com>
13320
13321         * dwarf2out.c (is_nested_in_subprogram): New function.
13322         (should_move_die_to_comdat): Use it.
13323         (copy_ancestor_tree): Don't mark DIEs here.
13324         (copy_decls_walk): Start walk from root of newly-added tree;
13325         mark DIEs here instead.
13326
13327 2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13328
13329         * config/i386/i386.md (unit): Also check sseishft1.
13330
13331 2010-06-22  Jan Hubicka  <jh@suse.cz>
13332
13333         * gimple.h (gimple_expr_code): Do checking on when gimple checking is
13334         enabled.
13335
13336 2010-06-22  Jan Hubicka  <jh@suse.cz>
13337
13338         * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
13339         df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
13340         Return true if something changed.
13341         * df.h (df_confluence_function_n): Return bool.
13342         * df-core.c (df_worklist_propagate_forward,
13343         df_worklist_propagate_backward): Track changes and ages.
13344         (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
13345         track ages.
13346         * dse.c (dse_confluence_n): Return always true.
13347
13348 2010-06-22  Jan Hubicka  <jh@suse.cz>
13349
13350         * bitmap.c (bitmap_clear_bit): Micro optimize.
13351
13352 2010-06-22  Uros Bizjak  <ubizjak@gmail.com>
13353
13354         * config/i386/i386.md (SWI1248x): New mode iterator.
13355         (SWI48x): Ditto.
13356         (SWI12): Ditto.
13357         (SWI24): Ditto.
13358
13359         (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
13360         SWI1248x mode iterator.
13361         (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
13362         using SWI124 mode iterator.
13363         (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
13364         mode iterator.
13365         (*push<mode>2_prologue): Macroize insn from  *pushsi2_prologue and
13366         *pushdi2_prologue_rex64 using P mode iterator.
13367         (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
13368         using SWI48 mode iterator.
13369         (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
13370         (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
13371         using SWI1248x mode iterator.
13372         (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
13373         (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
13374         SWI48 mode iterator.
13375         (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
13376         iterator.
13377         (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
13378         (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
13379         SWI12 mode iterator.
13380         (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
13381         SWI12 mode iterator.
13382         (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
13383         (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
13384         SWI24 mode iterator.
13385         (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
13386         SWI48 mode iterator.
13387         (mov<mode>_insn_1): New expander.
13388         (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
13389         using SWI48x mode iterator.
13390
13391         (*movoi_internal_avx): Rename from *movoi_internal.
13392         (*movti_internal_rex64): Rename from *movti_rex64.
13393         (*movti_internal_sse): Rename from *movti_sse.
13394         (*movdi_internal_rex64): Rename from *movdi_1_rex64.
13395         (*movdi_internal): Rename from *movdi_2.
13396         (*movsi_internal): Rename from *movsi_1.
13397         (*movhi_internal): Rename from *movhi_1.
13398         (*movqi_internal): Rename from *movqi_1.
13399
13400         (insv): Update the call to gen_movsi_insv_1 for rename.
13401         * config/i386/i386.c (promote_duplicated_reg): Ditto.
13402
13403 2010-06-22  Jan Hubicka  <jh@suse.cz>
13404
13405         * passes.c (execute_function_todo): Move call of statistics_fini_pass
13406         to ...
13407         (execute_todo) ... this one.
13408
13409 2010-06-22  Alan Modra  <amodra@gmail.com>
13410
13411         PR target/44364
13412         * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
13413         * caller-save.c (insert_restore, insert_save): Use non-validate
13414         form of adjust_address.
13415
13416 2010-06-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13417
13418         PR target/39690
13419         * config/pa/pa.c (override_options): Disable
13420         -freorder-blocks-and-partition.
13421
13422 2010-06-21  H.J. Lu  <hongjiu.lu@intel.com>
13423
13424         PR target/44615
13425         * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
13426
13427         * config/i386/i386.md (type): Add sseishft1
13428
13429         * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
13430         (ppro_insn_load): Likewise.
13431         (ppro_insn_store): Likewise.
13432         (ppro_insn_both): Likewise.
13433
13434         * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
13435         (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
13436         for type.
13437         (*vec_extractv2di_1_avx): Likewise.
13438         (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
13439         type.  Remove atom_unit.
13440         (*vec_extractv2di_1_sse2): Likewise.
13441
13442 2010-06-21  DJ Delorie  <dj@redhat.com>
13443
13444         * diagnostic.h (diagnostic_classification_change_t): New.
13445         (diagnostic_context): Add history and push/pop list.
13446         (diagnostic_push_diagnostics): Declare.
13447         (diagnostic_pop_diagnostics): Declare.
13448         * diagnostic.c (diagnostic_classify_diagnostic): Store changes
13449         from pragmas in a history chain instead of the global table.
13450         (diagnostic_push_diagnostics): New.
13451         (diagnostic_pop_diagnostics): New.
13452         (diagnostic_report_diagnostic): Scan history chain to find state
13453         of diagnostics as of the diagnostic location.
13454         * opts.c (set_option): Pass UNKNOWN_LOCATION to
13455         diagnostic_classify_diagnostic.
13456         (enable_warning_as_error): Likewise.
13457         * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
13458         use in the history chain.
13459         * doc/extend.texi: Document pragma GCC diagnostic changes.
13460
13461 2010-06-21  Jakub Jelinek  <jakub@redhat.com>
13462
13463         * dwarf2out.c (add_linkage_name): New function.  Don't add
13464         anything to DW_TAG_member DIEs.
13465         (add_name_and_src_coords_attributes): Use it.
13466         (gen_variable_die): Call it for C++ static data members if
13467         specification is DW_TAG_member.
13468
13469         * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
13470         C++ char16_t and char32_t.
13471
13472         * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
13473         * genattrtab.c: Include vecprim.h.
13474         (cached_attrs, cached_attr_count, attrs_seen_once,
13475         attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
13476         attrs_cached_after): New variables.
13477         (find_attrs_to_cache): New function.
13478         (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
13479         (write_test_expr): Add attrs_cached argument, return it too,
13480         attempt to cache non-const attributes used more than once in
13481         a single case handling.
13482         (write_attr_get): Use find_attrs_to_cache, for caching candidates
13483         emit cached_* variables.  Adjust write_attr_set callers.
13484         (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
13485         to find attributes that should be cached in this block.  Adjust
13486         write_test_expr callers.
13487         (write_attr_case): Clear attrs_to_cache.  Adjust write_attr_set
13488         callers.
13489         (make_automaton_attrs): Adjust write_test_expr caller.
13490
13491         * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
13492         * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
13493         (make_automaton_attrs): If find_tune_attr returns non-NULL,
13494         write separate internal_dfa_insn_code_* and insn_default_latency_*
13495         functions for each attribute's value and emit init_sched_attrs
13496         function and function pointers.
13497         * genattr.c (const_attrs, reservations): New variables.
13498         (gen_attr): Add const attributes to const_attrs vector.
13499         (check_tune_attr, find_tune_attr): New functions.
13500         (main): Add reservations to reservations vector.  If find_tune_attr
13501         returns true, add prototype for init_sched_attrs and make
13502         internal_dfa_insn_code and insn_default_latency function pointers,
13503         otherwise define init_sched_attrs as dummy macro.
13504         * cfgexpand.c: Include insn-attr.h.
13505         (gimple_expand_cfg): Call init_sched_attrs.
13506
13507         * stmt.c (resolve_asm_operand_names): Fix handling of %%.
13508
13509         PR target/44575
13510         * config/i386/i386.c (ix86_gimplify_va_arg): When copying
13511         va_arg from a set of register save slots into a temporary,
13512         if the container is bigger than type size, do the copying
13513         using smaller mode or using memcpy.
13514
13515         PR bootstrap/44426
13516         * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
13517         prototype.
13518         (sel_print_to_dot): Remove macro.
13519         (sel_print): Likewise.  New prototype.
13520         * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
13521         (sel_print): New function.
13522
13523 2010-06-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13524
13525         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
13526         __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
13527
13528 2010-06-21  Nick Clifton  <nickc@redhat.com>
13529
13530         * config/rx/rx.h (PTRDIFF_TYPE): Define.
13531         (SMALL_REGISTER_CLASS): Define (to zero).
13532         (PRINT_OPERAND): Delete.
13533         (PRINT_OPERAND_ADDRESS): Delete.
13534         * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
13535         (rx_print_operand_address): Delete prototype.
13536         * config/rx/rx.c (rx_print_operand): Make static.
13537         Allow %H and %L to handle CONST_DOUBLEs.
13538         (rx_print_operand_address): Make static.
13539         (rx_gen_move_template): Rename local variable 'template' to
13540         out_template.
13541         (rx_function_arg): Do not pass unknown sized objects in registers.
13542         (TARGET_PRINT_OPERAND): Define.
13543         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13544
13545 2010-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13546
13547         * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
13548
13549 2010-06-21  Kai Tietz  <kai.tietz@onevision.com>
13550
13551         * config/i386/i386.c (ix86_compute_frame_layout): Avoid
13552         stack-alignment for simple leaf-functions.
13553
13554 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
13555
13556         * doc/install.texi: Document bootstrap-lto.
13557
13558 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>
13559
13560         PR debug/44248
13561         * lto-streamer-in.c (input_bb): Leave debug stmts alone.
13562         (input_function): Drop them here, if VTA is disabled.
13563
13564 2010-06-20  Uros Bizjak  <ubizjak@gmail.com>
13565
13566         PR target/44546
13567         * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
13568         New predicate.
13569         * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
13570         ix86_swapped_fp_comparsion_operator instead of
13571         ix86_fp_comparison_operator.
13572
13573         (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
13574         (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
13575         (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
13576         (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
13577         (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
13578         (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
13579
13580 2010-06-20  Joseph Myers  <joseph@codesourcery.com>
13581
13582         PR other/32998
13583         * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
13584         OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
13585         * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
13586         (decode_cmdline_option): Update for this return value.  Set
13587         orig_option_with_args_text field.  Set arg field for unknown
13588         options.  Make static.
13589         (decode_cmdline_options_to_array): New.
13590         (prune_options): Update handling of find_opt return value.
13591         * opts.c (read_cmdline_option): Take decoded option.  Return void.
13592         (read_cmdline_options): Take decoded options.
13593         (decode_options): Add parameters for decoded options.  Use
13594         decode_cmdline_options_to_array.  Use decoded options for -O
13595         scan.  Use integral_argument for -O parameters.  Update call to
13596         read_cmdline_options.
13597         (enable_warning_as_error): Update handling of find_opt return value.
13598         * opts.h: Update comment on unknown options.
13599         (struct cl_decoded_option): Update comments on opt_index and arg.
13600         Add orig_option_with_args_text.
13601         (decode_cmdline_option): Remove.
13602         (decode_cmdline_options_to_array): Declare.
13603         (decode_options): Update prototype.
13604         * toplev.c (save_argv): Remove.
13605         (save_decoded_options, save_decoded_options_count): New.
13606         (read_integral_parameter): Remove.
13607         (print_switch_values): Use decoded options.
13608         (toplev_main): Don't set save_argv.  Update call to decode_options.
13609         * toplev.h (read_integral_parameter): Remove.
13610         * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
13611
13612 2010-06-19  Richard Earnshaw  <rearnsha@arm.com>
13613
13614         PR target/44072
13615         * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
13616         immediate.
13617         * constraints.md (Pw, Px): New constraints.
13618         * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
13619
13620 2010-06-19  H.J. Lu  <hongjiu.lu@intel.com>
13621
13622         * config/i386/sse.md (fma4modesuffixf4): Removed.
13623         (ssemodesuffixf2s): Likewise.
13624         (ssemodesuffixf4): Likewise.
13625         (ssemodesuffixf2c): Likewise.
13626         (ssescalarmodesuffix2s): Likewise.
13627         (avxmodesuffixf2c): Likewise.
13628         (ssemodesuffix): New.
13629         (ssescalarmodesuffix): Likewise.
13630         Update patterns with ssemodesuffix and ssescalarmodesuffix.
13631
13632 2010-06-19  Philip Herron  <herron.philip@googlemail.com>
13633
13634         * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
13635
13636 2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>
13637
13638         * stor-layout.c (debug_rli): Remove unused local variables.
13639
13640 2010-06-18  Eric Botcazou  <ebotcazou@adacore.com>
13641
13642         PR rtl-optimization/40900
13643         * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line.  Save the
13644         original expression for later reuse.
13645         <expand_decl_rtl>: Use promote_function_mode to compute the signedness
13646         of the promoted RTL for a SSA_NAME on the LHS of a call statement.
13647
13648 2010-06-18  Anatoly Sokolov  <aesok@post.ru>
13649
13650         * double-int.h (double_int_to_shwi, double_int_to_uhwi,
13651         double_int_fits_in_uhwi_p): Implement as static inline.
13652         (double_int_xor): New inline function.
13653         (double_int_lrotate, double_int_rrotate, double_int_max,
13654         double_int_umax, double_int_smax, double_int_min, double_int_umin,
13655         double_int_smin): Declare.
13656         (lrotate_double, rrotate_double): Remove declaration.
13657         * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
13658         double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
13659         (double_int_lrotate, double_int_rrotate, double_int_max,
13660         double_int_umax, double_int_smax, double_int_min, double_int_umin,
13661         double_int_smin): New function.
13662         * fold-const.c (int_const_binop): Clean up, use double_int_*
13663         functions.
13664         * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
13665         double_int_* and immed_double_int_const functions.
13666
13667 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
13668
13669         * function.h (types_used_by_cur_var_decl): Change type to a VEC.
13670         * function.c (types_used_by_cur_var_decl): Likewise.
13671         (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
13672
13673 2010-06-18  Nathan Froyd  <froydnj@codesourcery.com>
13674
13675         * tree.h (record_layout_info): Change type of pending_statics field
13676         to a VEC.
13677         * stor-layout.c (start_record_layout): Store NULL into
13678         pending_statics.
13679         (debug_rli): Call debug_vec_tree instead of debug_tree.
13680         (place_field): Likewise.
13681         (finish_record_layout): Likewise.
13682
13683 2010-06-18  Alan Modra  <amodra@gmail.com>
13684
13685         * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
13686
13687 2010-06-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13688
13689         PR target/43740
13690         * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
13691         for SET source operand from SET destination operand.
13692
13693 2010-06-17  Bernd Schmidt  <bernds@codesourcery.com>
13694
13695         PR rtl-optimization/39871
13696         * reload1.c (init_eliminable_invariants): For flag_pic, disable
13697         equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
13698         (function_invariant_p): Rule out a plus of frame or arg pointer with
13699         a SYMBOL_REF.
13700         * ira.c (find_reg_equiv_invariant_const): Likewise.
13701
13702 2010-06-17  Gunther Nikl  <gnikl@users.sourceforge.net>
13703
13704         * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
13705         print_operand_address and puts to output the operand for CONST.
13706
13707 2010-06-17  Jakub Jelinek  <jakub@redhat.com>
13708
13709         PR debug/44572
13710         * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
13711         hook.
13712
13713 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13714
13715         * v850-protos.h (print_operand): Delete.
13716         (print_operand_address): Delete.
13717         * v850.h (PRINT_OPERAND): Delete.
13718         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13719         (PRINT_OPERAND_ADDRESS): Delete.
13720         * v850.c (print_operand_address): Rename to...
13721         (v850_print_operand_address): ...this.  Make static. Call
13722         v850_print_operand.
13723         (print_operand): Rename to...
13724         (v850_print_operand): ...this.  Make static.  Call
13725         v850_print_operand_address.
13726         (v850_print_operand_punct_valid_p): New function.
13727         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13728         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13729
13730 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13731
13732         * config/sh/sh-protos.h (print_operand): Delete.
13733         (print_operand_address): Delete.
13734         * config/sh/sh.h (PRINT_OPERAND): Delete.
13735         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13736         (PRINT_OPERAND_ADDRESS): Delete.
13737         * config/sh/sh.c (sh_print_operand_address): Make static.
13738         (sh_print_operand): Make static.  Call sh_print_operand_address
13739         and sh_print_operand.
13740         (sh_print_operand_punct_valid_p): New function.
13741         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13742         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13743
13744 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13745
13746         * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
13747         (mcore_print_operand_address): Delete.
13748         * config/mcore/mcore.h (PRINT_OPERAND): Delete.
13749         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13750         (PRINT_OPERAND_ADDRESS): Delete.
13751         * config/mcore/mcore.c (mcore_print_operand_address): Make static.
13752         (mcore_print_operand): Make static.
13753         (mcore_print_operand_punct_valid_p): New function.
13754         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
13755         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13756
13757 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13758
13759         * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
13760         (print_operand_address): Delete.
13761         * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
13762         (PRINT_OPERAND_ADDRESS): Delete.
13763         * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
13764         static.
13765         (m68hc11_print_operand): Make static.
13766         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13767
13768 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13769
13770         * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
13771         (m32r_print_operand_address): Delete.
13772         * config/m32r/m32r.h (m32r_punct_chars): Delete.
13773         (PRINT_OPERAND): Delete.
13774         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13775         (PRINT_OPERAND_ADDRESS): Delete.
13776         * config/m32r/m32r.c (m32r_punct_chars): Make static.
13777         (m32r_print_operand_address): Make static.
13778         (m32r_print_operand): Make static.
13779         (m32r_print_operand_punct_valid_p): New function.
13780         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13781         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13782
13783 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13784
13785         * config/iq2000/iq2000-protos.h (print_operand): Delete.
13786         (print_operand_address): Delete.
13787         * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
13788         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13789         (PRINT_OPERAND_ADDRESS): Delete.
13790         (iq2000_print_operand_punct): Delete.
13791         * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
13792         (iq2000_print_operand_address): Make static.
13793         (iq2000_print_operand): Make static.
13794         (iq2000_print_operand_punct_valid_p): New function.
13795         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13796         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13797
13798 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13799
13800         * config/frv/frv-protos.h (frv_print_operand): Delete.
13801         (frv_print_operand_address): Delete.
13802         * config/frv/frv.h (PRINT_OPERAND): Delete.
13803         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13804         (PRINT_OPERAND_ADDRESS): Delete.
13805         * config/frv/frv.c (frv_print_operand_address): Make static.
13806         (frv_print_operand): Make static.
13807         (frv_print_operand_punct_valid_p): New function.
13808         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13809         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13810
13811 2010-06-17  Nathan Froyd  <froydnj@codesourcery.com>
13812
13813         * tree.h (vec_member): Declare.
13814         * tree.c (vec_member): Define.
13815
13816 2010-06-17  Richard Guenther  <rguenther@suse.de>
13817
13818         * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
13819         * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
13820
13821 2010-06-17  Richard Guenther  <rguenther@suse.de>
13822
13823         * tree-inline.c (declare_return_variable): Remove bogus code.
13824
13825 2010-06-17  Richard Guenther  <rguenther@suse.de>
13826
13827         * gimplify.c (gimplify_bind_expr): Always promote complex
13828         and vector variables to registers if possible.
13829
13830 2010-06-17  Richard Guenther  <rguenther@suse.de>
13831
13832         * expr.c (get_inner_reference): Use double_int for bit_offset
13833         calculation.
13834
13835 2010-06-16  DJ Delorie  <dj@redhat.com>
13836
13837         * common.opt (-fstrict-volatile-bitfields): new.
13838         * doc/invoke.texi: Document it.
13839         * fold-const.c (optimize_bit_field_compare): For volatile
13840         bitfields, use the field's type to determine the mode, not the
13841         field's size.
13842         * expr.c (expand_assignment): Likewise.
13843         (get_inner_reference): Likewise.
13844         (expand_expr_real_1): Likewise.
13845         * expmed.c (store_fixed_bit_field): Likewise.
13846         (extract_bit_field_1): Likewise.
13847         (extract_fixed_bit_field): Likewise.
13848
13849 2010-06-16  Richard Guenther  <rguenther@suse.de>
13850
13851         * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
13852
13853 2010-06-16  Douglas B Rupp  <rupp@gnat.com>
13854
13855         * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
13856         (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
13857         * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
13858         * debug.c: Likewise.
13859         * sdbout.c: Likewise.
13860         * vmsdbgout.c: Likewise.
13861         * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
13862         * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
13863         * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
13864         (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
13865         * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
13866         * dwarf2out.c (dw_fde_struct): New fields
13867         dw_fde_vms_{end,begin}_prologue.
13868         (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
13869         (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
13870         (dwarf2out_vms_end_prologue): New function.
13871         (dwarf2out_vms_begin_epilogue): New function.
13872         (dw_val_struct): New value dw_val_class_vms_delta.
13873         (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
13874         begin_epilogue for VMS.
13875         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
13876         new static functions.
13877         (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
13878         (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
13879         static functions.
13880         (print_die): New case dw_val_class_vms_delta.
13881         (attr_checksum): Likewise.
13882         (same_dw_val_p: Likewise.
13883         (size_of_die): Likewise.
13884         (value_format): Likewise.
13885         (output_die): Likewise.
13886         (gen_subprogram_die): Call add_AT_vms_delta on VMS.
13887         (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
13888         * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
13889         dwarf2out_cfi_begin_epilogue
13890         * final.c (final_scan_insn): Likewise. Call begin_epilogue.
13891
13892 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13893
13894         * config/cris/cris-protos.h (cris_print_operand): Delete.
13895         (cris_print_operand_address): Delete.
13896         * config/cris/cris.h (PRINT_OPERAND): Delete.
13897         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13898         (PRINT_OPERAND_ADDRESS): Delete.
13899         * config/cris/cris.c (cris_print_operand_address): Make static.
13900         (cris_print_operand): Make static.
13901         (cris_print_operand_punct_valid_p): New function.
13902         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13903         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13904
13905 2010-06-16  Nathan Froyd  <froydnj@codesourcery.com>
13906
13907         * config/arm/arm-protos.h (arm_print_operand): Delete.
13908         (arm_print_operand_address): Delete.
13909         * config/arm/arm.h (PRINT_OPERAND): Delete.
13910         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13911         (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
13912         (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
13913         * config/arm/arm.c (arm_print_operand_address): ...here.  New function.
13914         (arm_print_operand): Make static.
13915         (arm_print_operand_punct_valid_p): New function.
13916         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
13917         (TARGET_PRINT_OPERAND_ADDRESS): Define.
13918
13919 2010-06-16  Nick Clifton  <nickc@redhat.com>
13920
13921         * config/rx/constraints.md (NEGint4): New constraint.
13922         * config/rx/rx.md (attr cc): Add set_zsc.
13923         (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
13924         initialised.
13925         (cmpsf): Likewise.
13926         (call_internal): Clobber the cc0 register.
13927         (call_value_internal): Likewise.
13928         (cstoresi4): Likewise.
13929         (movsieq): Likewise.
13930         (movsine): Likewise.
13931         (addsi3): Add alternative to handle small negative constants.
13932         (sunsi3): Likewise.
13933         (addsi3): Do not set the O bit in the cc0 register.
13934         (adddi3): Likewise.
13935         (subsi3): Likewise.
13936         (subdi3): Likewise.
13937         (andsi3): Reorder alternatives to prefer shorter forms.
13938         (mulsi3): Likewise.
13939         (iorsi3): Likewise.
13940         (negsi2): Note that the cc0 flags are set.
13941         (rotlsi3): Note that only the Z and S bits are set in cc0.
13942         (lshrsi3): Likewise.
13943         (ashlsi3): Likewise.
13944         (subsf3): Use %Q for the MEM operand.
13945         (fix_truncsfsi2): Likewise.
13946         (floatsisf2): Likewise.
13947         (bitset): Remove early clobber from destination.
13948         (bitset_in_memory): Likewise.
13949         (lrintsf2): Clobber the cc0 register.
13950         * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
13951         (rx_print_operand): Handle %N.
13952
13953 2010-06-16  Jan Hubicka  <jh@suse.cz>
13954
13955         * df-core.c (df_compact_blocks): Free problem_temps vector.
13956
13957 2010-06-16  Martin Jambor  <mjambor@suse.cz>
13958
13959         PR tree-optimization/43905
13960         * tree-sra.c: Include tree-inline.h.
13961         (create_abstract_origin): Removed.
13962         (modify_function): Version the call graph node instead of creating
13963         abstract origins and dealing with same_body aliases.
13964         * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
13965         function is versionable.
13966         * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
13967
13968 2010-06-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
13969
13970         * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
13971         (CHOOSE_DYNAMIC_LINKER): Update.
13972
13973 2010-06-15  Uros Bizjak  <ubizjak@gmail.com>
13974
13975         * config/i386/i386.c (*prefetch_sse_<mode>):  Macroize insn from
13976         *prefetch_sse and *prefetch_sse_rex using P mode iterator.
13977         (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
13978         *prefetch_3dnow_rex.
13979
13980 2010-06-15  Anatoly Sokolov  <aesok@post.ru>
13981
13982         * target.h (struct asm_out):Add declare_constant_name field.
13983         * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
13984         (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
13985         * output.h (default_asm_declare_constant_name): Declare.
13986         (assemble_label): Update prototype.
13987         * varasm.c (assemble_constant_contents): Use
13988         targetm.asm_out.declare_constant_name target hook.
13989         (assemble_label): Add 'file' argument.
13990         (default_asm_declare_constant_name): New function.
13991         * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
13992         * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
13993         (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
13994
13995         * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
13996         * config/darwin.c (darwin_asm_declare_constant_name): New function.
13997         (machopic_output_indirection): Update assemble_label argument list.
13998         * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
13999         (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
14000
14001 2010-06-15  Sebastian Pop  <sebastian.pop@amd.com>
14002
14003         PR middle-end/44391
14004         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
14005         size_one_node for pointer types.  Do not call gmp_cst_to_tree.
14006
14007 2010-06-15  Richard Guenther  <rguenther@suse.de>
14008
14009         * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
14010
14011 2010-06-15  Paul Brook  <paul@codesourcery.com>
14012
14013         * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
14014         hard-float ABI.
14015
14016 2010-06-15  Alexandre Oliva  <aoliva@redhat.com>
14017
14018         * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
14019         don't get a vector type for output.
14020
14021 2010-06-15  Jakub Jelinek  <jakub@redhat.com>
14022
14023         PR fortran/44536
14024         * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
14025         * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
14026         (LANG_HOOKS_DECLS): Add it.
14027         * gimplify.c (omp_notice_variable): Call
14028         lang_hooks.decls.omp_report_decl.
14029
14030 2010-06-15  Martin Jambor  <mjambor@suse.cz>
14031
14032         PR lto/44464
14033         * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
14034         on the newly dead SSA name.
14035
14036 2010-06-15  Alan Modra  <amodra@gmail.com>
14037
14038         * doc/invoke.texi: Add mcmodel to powerpc options.
14039         * configure.ac: Add HAVE_LD_LARGE_TOC test.
14040         * configure: Regenerate.
14041         * config.in: Regenerate.
14042         * config/rs6000/linux64.opt (mcmodel): New.
14043         * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
14044         (TARGET_CMODEL, SET_CMODEL): Define.
14045         (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
14046         select CMODEL_MEDIUM default.
14047         * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
14048         (TARGET_CMODEL): Define default.
14049         * config/rs6000/rs6000.c (cmodel): New variable.
14050         (rs6000_explicit_options): Add cmodel field.
14051         (rs6000_handle_option): Handle -mcmodel.
14052         (create_TOC_reference): Add largetoc_reg param.  Generate high,
14053         lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE.  Update all callers.
14054         (rs6000_delegitimize_address): Recognise new toc reference rtl
14055         and minimal-toc rtl.
14056         (rs6000_legitimize_reload_address): Handle new toc references.
14057         (print_operand_address): Handle legitimate_constant_pool_address_p
14058         match before lo_sum.
14059         (rs6000_eliminate_indexed_memrefs): Tidy.
14060         (rs6000_emit_move): Tweak threshold for inlining constants.
14061         Keep rs6000_emit_allocate_stack large stack frame offsets
14062         loaded into r0 inline.
14063         (rs6000_generate_compare <cmptf_internal2>): One more clobber.
14064         (tocrel_base, tocrel_offset): New variables.
14065         (toc_relative_expr_p): Set them here.
14066         (print_operand_address): Skip over any offset on constant pool address.
14067         (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
14068         (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
14069         (offsettable_ok_by_alignment): New function.
14070         (rs6000_emit_move): Address suitably aligned local symbol_refs
14071         relative to the toc pointer for -mcmodel=medium.
14072         (legitimate_constant_pool_address_p): Make param const_rtx.  Add
14073         strict param.  Allow lo_sum version of addressing.  Verify reg
14074         used for -mminimal-toc and -mcmodel != small.  Update all callers.
14075         * config/rs6000/constraints.md: Update for above change.
14076         * config/rs6000/predicates.md: Likewise.
14077         * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
14078         code.
14079         (tls_gd): Split for -mcmodel=medium/large.
14080         (tls_gd_high, tls_gd_low): New.
14081         (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
14082         (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
14083         (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
14084         (largetoc_high, largetoc_low): New.
14085         (cmptf_internal2): Add clobber.
14086         * config/rs6000/rs6000-protos.h: Update.
14087
14088 2010-06-14  Changpeng Fang  <changpeng.fang@amd.com>
14089
14090         * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New.  Return
14091         true if no prefetch is going to be generated for a given group.
14092         (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
14093         estimate the prefetch_count.
14094         (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
14095         prefetch count by considering the unroll_factor and prefetch_mod
14096         for is_loop_prefetching_profitable.
14097
14098 2010-06-14  Andreas Schwab  <schwab@linux-m68k.org>
14099
14100         * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
14101         anything if the argument is not a MEM.
14102
14103 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
14104
14105         PR debug/43650
14106         PR debug/44181
14107         PR debug/44247
14108         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
14109         debug stmts.
14110         (canonicalize_loop_ivs): Likewise.
14111
14112 2010-06-14  Alexandre Oliva  <aoliva@redhat.com>
14113
14114         PR debug/43656
14115         * haifa-sched.c (setup_insn_reg_pressure_info,
14116         update_register_pressure): Reject debug insns.
14117         (ready_sort): Don't setup reg pressure for debug insns.
14118         (schedule_insn): Don't update reg pressure for debug insns.
14119
14120 2010-06-14  Richard Guenther  <rguenther@suse.de>
14121
14122         * lto-streamer.c (cached_bp): Remove.
14123         (bitpack_delete): Likewise.
14124         (bitpack_create): Likewise.
14125         (bp_get_next_word): Likewise.
14126         (bp_pack_value, bp_unpack_value): Move ...
14127         * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
14128         Re-implement.
14129         (struct bitpack_d): Likewise.
14130         (bitpack_create, lto_output_bitpack, lto_input_bitpack):
14131         New inline functions.
14132         * lto-streamer-out.c (lto_output_bitpack): Remove.
14133         (pack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
14134         (pack_value_fields): Adjust.
14135         (lto_write_tree): Likewise.
14136         (output_gimple_stmt): Likewise.
14137         (output_function): Likewise.
14138         * lto-streamer-in.c (input_gimple_stmt): Adjust.
14139         (input_function): Likewise.
14140         (unpack_ts_base_value_fields): Adjust.  Avoid conditional bitpacking.
14141         (lto_input_bitpack): Remove.
14142         (lto_materialize_tree): Adjust.
14143         * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
14144         * lto-cgraph.c (lto_output_edge): Adjust.
14145         (lto_output_node): Likewise.
14146         (lto_output_varpool_node): Likewise.
14147         (lto_output_ref): Likewise.
14148         (input_node): Likewise.
14149         (input_varpool_node): Likewise.
14150         (input_ref): Likewise.
14151         (input_edge): Likewise.
14152         (output_node_opt_summary): Likewise.
14153         (input_node_opt_summary): Likewise.
14154         * ipa-pure-const.c (pure_const_write_summary): Likewise.
14155         (pure_const_read_summary): Likewise.
14156         * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
14157         (ipa_read_indirect_edge_info): Likewise.
14158         (ipa_write_node_info): Likewise.
14159         (ipa_read_node_info): Likewise.
14160
14161 2010-06-14  H.J. Lu  <hongjiu.lu@intel.com>
14162
14163         PR target/44534
14164         * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
14165         (vec_extract_lo_v16hi): Likewise.
14166         (vec_extract_lo_v32qi): Likewise.
14167
14168 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
14169
14170         PR bootstrap/44426
14171         * tree.h (build_call_expr): Don't define as vararg macro, instead
14172         add a prototype.
14173         * builtins.c (build_call_nofold): Remove.
14174         (expand_builtin_int_roundingfn, expand_builtin_pow,
14175         expand_builtin_mempcpy_args, expand_builtin_stpcpy,
14176         expand_builtin_memset_args, expand_builtin_strcmp,
14177         expand_builtin_strncmp, expand_builtin_memory_chk): Use
14178         build_call_nofold_loc instead of build_call_nofold.
14179         (build_call_expr): New function.
14180
14181         PR tree-optimization/44508
14182         * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
14183         * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
14184         don't eliminate trivially dead stmts.
14185         * tree-vrp.c (vrp_finalize): Pass false as last argument
14186         to substitute_and_fold.
14187         * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
14188         to substitute_and_fold.
14189         * tree-ssa-ccp.c (ccp_finalize): Likewise.
14190
14191         PR bootstrap/44509
14192         * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
14193
14194 2010-06-14  Ira Rosen  <irar@il.ibm.com>
14195
14196         PR tree-optimization/44507
14197         * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
14198         to build initial vector for BIT_AND_EXPR.
14199         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
14200
14201 2010-06-14  Jakub Jelinek  <jakub@redhat.com>
14202
14203         * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
14204         adjust z10prop set_attr.
14205
14206 2010-06-13  Jan Hubicka  <jh@suse.cz>
14207
14208         * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
14209         bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
14210         bitmap_ior_into, bitmap_xor, bitmap_xor_into,
14211         bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
14212         datastructure checks into checking asserts.
14213         * rtlanal.c (find_reg_note): Use gcc_checking_assert.
14214         * tree-ssa-sccvn.c (VN_INFO): Likewise.
14215         * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
14216         df_ref_create_structure): Likewise.
14217         * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
14218         pool_free): Use gcc_checking_assert.
14219         * alias.c (get_alias_set): Likewise.
14220         * var-tracking.c (variable_htab_free, shared_hash_copy,
14221         canonicalize_values_mark, variable_merge_over_cur): Likewise.
14222         * lto-streamer.c (bp_unpack_value): Likewise.
14223
14224 2010-06-13  Richard Guenther  <rguenther@suse.de>
14225
14226         * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
14227         Do not stream but initialize TYPE_CANONICAL to NULL.
14228         (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
14229         * gimple.c (gimple_types_compatible_p): Disregard
14230         TYPE_STRUCTURAL_EQUALITY_P.
14231         (gimple_register_type): Use TYPE_CANONICAL as cache.
14232         * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
14233         before registering common types.
14234         * config/i386/i386.c (ix86_function_arg_boundary): Do not
14235         use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
14236         * tree.h (TYPE_CANONICAL): Clarify documentation.
14237
14238 2010-06-13  Anatoly Sokolov  <aesok@post.ru>
14239
14240         * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
14241         LIBCALL_VALUE): Remove macros.
14242         * config/ia64/ia64-protos.h (ia64_function_value): Remove.
14243         * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
14244         TARGET_FUNCTION_VALUE_REGNO_P): Define.
14245         (ia64_libcall_value, ia64_function_value_regno_p): New functions.
14246         (ia64_function_value): Make static. Handle receiving the function
14247         type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
14248
14249 2010-06-12  Jan Hubicka  <jh@suse.cz>
14250
14251         * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
14252         at correct place.
14253
14254 2010-06-12  Bernd Schmidt  <bernds@codesourcery.com>
14255
14256         * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
14257
14258 2010-06-12  Jan Hubicka  <jh@suse.cz>
14259
14260         * df-core.c (df_clear_bb_info): New function.
14261         (df_set_blocks): bb_info is always allocated.
14262         (df_get_bb_info): Use block_info_elt_size.
14263         (df_set_bb_info): Likewise.
14264         (df_compact_blocks): Update for new block_info.
14265         (grow_bb_info): New function.
14266         * df-problems.c (df_grow_bb_info): Move to df-core.c
14267         (df_rd_set_bb_info): Remove.
14268         (df_rd_free_bb_info): Do not free block pool.
14269         (df_rd_alloc): Do not create pool, use check for
14270         obstack presence instead of NULL pointer for new blocks.
14271         (df_rd_free): DO not free alloc pool; clear block_info.
14272         (problem_RD): Add size of block info structure.
14273         (df_lr_set_bb_info): Remove.
14274         (df_lr_free_bb_info): Do not free block pool.
14275         (df_lr_alloc): Do not create pool, use check for
14276         obstack presence instead of NULL pointer for new blocks.
14277         (df_lr_free): DO not free alloc pool; clear block_info.
14278         (problem_LR): Add size of block info structure.
14279         (df_live_set_bb_info): Remove.
14280         (df_live_free_bb_info): Do not free block pool.
14281         (df_live_alloc): Do not create pool, use check for
14282         obstack presence instead of NULL pointer for new blocks.
14283         (df_live_free): DO not free alloc pool; clear block_info.
14284         (problem_LIVE): Add size of block info structure.
14285         (problem_CHAIN): Add size of block info structure.
14286         (df_byte_lr_set_bb_info): Remove.
14287         (df_byte_lr_free_bb_info): Do not free block pool.
14288         (df_byte_lr_alloc): Do not create pool, use check for
14289         obstack presence instead of NULL pointer for new blocks.
14290         (df_byte_lr_free): DO not free alloc pool; clear block_info.
14291         (problem_BYTE_LR): Add size of block info structure.
14292         (problem_NOTE): Add size of block info structure.
14293         (df_byte_MD_set_bb_info): Remove.
14294         (df_byte_MD_free_bb_info): Do not free block pool.
14295         (df_byte_MD_alloc): Do not create pool, use check for
14296         obstack presence instead of NULL pointer for new blocks.
14297         (df_byte_MD_free): DO not free alloc pool; clear block_info.
14298         (problem_BD): Add size of block info structure.
14299         * df-scan.c (df_scan_free_internal): Free block pool.
14300         (df_scan_set_bb_info): Remove.
14301         (df_scan_free_bb_info): Check for artificial_defs instead
14302         of bb_info being non-NULL.
14303         (df_scan_alloc): DO not create df_scan_block pool.
14304         (problem_SCAN): Set size of block info.
14305         (df_bb_refs_record): Do not allocate bb_info.
14306         * df.h (df_problem): Add block_info_elt_size.
14307         (struct dataflow): Change block_info to void *.
14308         (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
14309         df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
14310         in-line structures.
14311
14312 2010-06-12  Jan Hubicka  <jh@suse.cz>
14313
14314         PR tree-optimize/44485
14315         * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
14316         containing use of return value of noreturn function.
14317
14318 2010-06-12  Anatoly Sokolov  <aesok@post.ru>
14319
14320         * targhooks.c (default_function_value): Don't use
14321         FUNCTION_OUTGOING_VALUE.
14322         * system.h (FUNCTION_OUTGOING_VALUE): Poison.
14323         * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
14324
14325 2010-06-12  Kazu Hirata  <kazu@codesourcery.com>
14326
14327         * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
14328         Add crtfastmath.o to extra_parts.
14329         * config/mips/crtfastmath.c: New.
14330         * config/mips/linux.h (ENDFILE_SPEC): New.
14331
14332 2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>
14333
14334         * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
14335         old_type in parameter.
14336         (gcc_type_for_value): Update call to gcc_type_for_interval.
14337         (compute_type_for_level_1): Renamed compute_type_for_level.
14338         Update call to gcc_type_for_interval.
14339
14340 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
14341
14342         * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
14343         flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
14344
14345 2010-06-11  Joseph Myers  <joseph@codesourcery.com>
14346
14347         * opts-common.c: Include options.h.
14348         (integral_argument): Move from opts.c.
14349         (decode_cmdline_option): New.  Based on read_cmdline_option.
14350         * opts.c (integral_argument): Move to opts-common.c.
14351         (read_cmdline_option): Move most contents to
14352         decode_cmdline_option.  Use %qs in diagnostics.
14353         * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
14354         CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
14355         decode_cmdline_option): New.
14356
14357 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
14358
14359         PR target/44481
14360         * config/i386/i386.md (UNSPEC_PARITY): New unspec.
14361         (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
14362         (partiysi2_cmp): Ditto.
14363         (*partiyhi2_cmp): Ditto.
14364         (*parityqi2_cmp): Remove.
14365
14366 2010-06-11  Jan Hubicka  <jh@suse.cz>
14367
14368         * bitmap.h (bmp_iter_next_bit): New.
14369         (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
14370
14371 2010-06-11  Sandra Loosemore  <sandra@codesourcery.com>
14372             Eric Botcazou  <ebotcazou@adacore.com>
14373
14374         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
14375         computed cost.
14376
14377 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
14378
14379         * config/i386/i386.md (unspec): New define_c_enum.
14380         (unspecv): Ditto.
14381
14382 2010-06-10  Jakub Jelinek  <jakub@redhat.com>
14383
14384         * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
14385
14386 2010-06-11  Sebastian Pop  <sebastian.pop@amd.com>
14387
14388         PR middle-end/44483
14389         * tree-if-conv.c (bb_predicate_s): New struct.
14390         (bb_predicate_p): New.
14391         (bb_has_predicate): New.
14392         (bb_predicate): New.
14393         (set_bb_predicate): New.
14394         (bb_predicate_gimplified_stmts): New.
14395         (set_bb_predicate_gimplified_stmts): New.
14396         (add_bb_predicate_gimplified_stmts): New.
14397         (init_bb_predicate): New.
14398         (free_bb_predicate): New.
14399         (is_predicated): Use bb_predicate.
14400         (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
14401         (predicate_bbs): Same.  Gimplify the condition of the basic blocks
14402         before processing their successors.
14403         (clean_predicate_lists): Removed.
14404         (find_phi_replacement_condition): Use bb_predicate.
14405         (process_phi_nodes): Renamed ifconvert_phi_nodes.  Avoid useless
14406         computations.
14407         (insert_gimplified_predicates): New.
14408         (combine_blocks): Call insert_gimplified_predicates.
14409         (tree_if_conversion): Call free_bb_predicate instead of
14410         clean_predicate_lists.
14411
14412 2010-10-11  Paul Brook  <paul@codesourcery.com>
14413
14414         * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
14415         * config/arm/arm.c (all_architectures): Change v7e-m default to
14416         cortexm4.
14417         * config/arm/arm-cores.def: Add cortex-m4.
14418         * config/arm/arm-tune.md: Regenerate.
14419
14420 2010-06-11  Jan Hubicka  <jh@suse.cz>
14421
14422         * ipa-pure-const.c (special_builtlin_state): New function.
14423         (check_call): Use it instead of special casign BUILT_IN_RETURN.
14424         (propagate_pure_const): Use it.
14425
14426 2010-06-11  Jan Hubicka  <jh@suse.cz>
14427
14428         * df-problems.c (df_live_scratch): Convert to bitmap_head.
14429         (df_live_alloc): Initialize df_live_scratch when initializing
14430         problem_data.
14431         (df_live_transfer_function): Update uses of df_live_scratch.
14432         (df_live_free): Free problem_data; clear df_live_scratch before
14433         releasing the obstack.
14434         (df_md_free): Free problem data.
14435
14436 2010-06-11  Jan Hubicka  <jh@suse.cz>
14437
14438         * doc/invoke.texi (Wsuggest-attribute): Document.
14439         (Wmissing-noreturn): Remove.
14440         * ipa-pure-const.c (warn_function_noreturn): New function.
14441         * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
14442         warn_missing_noreturn.
14443         * common.opt (Wsuggest-attribute=noreturn): New.
14444         * tree-flow.h (warn_function_noreturn): Declare.
14445         * tree-cfg.c (execute_warn_function_noreturn): Use
14446         warn_function_noreturn.
14447         (gate_warn_function_noreturn): New.
14448         (pass_warn_function_noreturn): Update.
14449
14450 2010-06-11  Manuel López-Ibáñez  <manu@gcc.gnu.org>
14451
14452         * c-typeck.c (handle_warn_cast_qual): Add loc
14453         parameter. Improve warning message.
14454         (build_c_cast): Pass location to handle_warn_cast_qual.
14455
14456 2010-06-11  Uros Bizjak  <ubizjak@gmail.com>
14457
14458         * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
14459         that operand 0 == operand 1.  Use x86_maybe_negate_const_int to output
14460         insn mnemonic.
14461         (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
14462
14463 2010-06-10  Dodji Seketeli  <dodji@redhat.com>
14464
14465         Fix bootstap on mips
14466         * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
14467         be naming typedefs.
14468
14469 2010-06-11  Kai Tietz  <kai.tietz@onevision.com>
14470
14471         * system.h (helper_const_non_const_cast): New inline for
14472         gcc version <= 4.0.
14473         (CONST_CAST2): For gcc version <= 4.0 use
14474         new helper to do const/non-const casting.
14475
14476 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14477
14478         * doc/md.texi: Document the "unspec" and "unspecv" enum names.
14479         * Makefile.in (OBJS-common): Include insn-enums.o.
14480         (insn-enums.o): New rule.
14481         (simple_generated_c): Add insn-enums.c.
14482         (build/genenums.o): New rule.
14483         (genprogmd): Add "enums".
14484         * genconstants.c (print_enum_type): Declare a C string array
14485         for each enum.
14486         * genenums.c: New file.
14487         * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
14488         for UNSPEC_VOLATILE.  If defined, use the "unspec" enum for both
14489         UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
14490
14491 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14492
14493         * doc/md.texi (define_enum_attr): Document.
14494         * rtl.def (DEFINE_ENUM_ATTR): New rtx.
14495         * read-md.h (lookup_enum_type): Declare.
14496         * read-md.c (lookup_enum_type): New function.
14497         * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
14498         * genattrtab.c (attr_desc): Add an enum_name field.
14499         (evaluate_eq_attr): Take the associated attribute as argument.
14500         Get the enum prefix from the enum_name field, if defined.
14501         Use ACONCAT rather than a fixed-length buffer.  Update recursive calls.
14502         (simplify_test_exp): Pass attr to evaluate_eq_attr.
14503         (add_attr_value): New function, split out from...
14504         (gen_attr): ...here.  Handle DEFINE_ENUM_ATTR.
14505         (write_test_expr): Pass attr to evaluate_eq_attr.
14506         (write_attr_get): Use the enum_name as the enum tag, if defined.
14507         (write_attr_valueq): Use the enum_name as a prefix, if defined.
14508         (find_attr): Initialize enum_name.
14509         (main): Handle DEFINE_ENUM_ATTR.
14510         * gensupport.c (process_rtx): Likewise.
14511         * config/mips/mips.h (mips_tune_attr): Delete.
14512         * config/mips/mips.md (cpu): Use define_attr_enum.
14513
14514 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14515
14516         * doc/md.texi (define_c_enum, define_enum): Document.
14517         * read-md.h (md_constant): Add a parent_enum field.
14518         (enum_value, enum_type): New structures.
14519         (upcase_string, traverse_enum_types): Declare.
14520         * read-md.c (enum_types): New variable.
14521         (upcase_string, add_constant): New functions.
14522         (handle_constants): Don't create the hash table here.
14523         Use add_constant.
14524         (traverse_md_constants): Don't check for a null md_constants.
14525         (decimal_string, handle_enum, traverse_enum_types): New functions.
14526         (read_md_files): Initialize md_constants and md_enums.
14527         * genconstants.c (print_md_constant): Ignore info argument.
14528         Only print constants that belong to no enum.
14529         (print_enum_type): New function.
14530         (main): Don't pass stdout to print_md_constant.  Call print_enum_type
14531         for each defined enum type.
14532         * config/mips/mips.md (processor): New define_enum.
14533         (unspec): New define_c_enum.
14534         (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
14535         (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
14536         (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
14537         (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
14538         (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
14539         (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
14540         (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
14541         (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
14542         (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
14543         (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
14544         (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
14545         (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
14546         (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
14547         (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
14548         (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
14549         (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
14550         (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
14551         (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
14552         (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
14553         (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
14554         (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
14555         (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
14556         (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
14557         (UNSPEC_RDDSP): Move to mips-dsp.md.
14558         (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
14559         (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
14560         (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
14561         (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
14562         (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
14563         (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
14564         (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
14565         (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
14566         (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
14567         (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
14568         (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
14569         (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
14570         (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
14571         Moved to mips-dspr2.md.
14572         (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
14573         (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
14574         (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
14575         (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
14576         (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
14577         (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
14578         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
14579         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
14580         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
14581         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
14582         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
14583         UNSPEC_LOONGSON_PSADBH)
14584         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
14585         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
14586         (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
14587         (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
14588         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
14589         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
14590         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
14591         (cpu): Update comment.
14592         * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
14593         (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
14594         (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
14595         (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
14596         * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
14597         UNSPEC_LOONGSON_PCMPEQ)
14598         (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
14599         UNSPEC_LOONGSON_PINSR_0)
14600         (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
14601         (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
14602         (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
14603         (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
14604         (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
14605         UNSPEC_LOONGSON_PSADBH)
14606         (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
14607         (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
14608         (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
14609         * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
14610         (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
14611         (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
14612         (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
14613         * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
14614         (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
14615         (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
14616         (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
14617         (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
14618         (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
14619         (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
14620         (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
14621         (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
14622         (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
14623         (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
14624         (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
14625         (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
14626         (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
14627         (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
14628         (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
14629         (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
14630         (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
14631         (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
14632         (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
14633         (UNSPEC_RDDSP): Moved from mips.md.
14634         * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
14635         (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
14636         (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
14637         (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
14638         (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
14639         (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
14640         (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
14641         (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
14642         (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
14643         (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
14644         (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
14645         (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
14646         (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
14647         (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
14648         * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
14649         (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
14650         (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
14651         (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
14652         (UNSPEC_SCC): Moved from mips.md.
14653         * config/mips/mips.c (mips_arch, mips_tune): Change enum from
14654         "processor_type" to "processor".
14655         (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
14656         * config/mips/mips.h (processor_type): Delete.
14657         (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
14658         "processor_type" to "processor".
14659
14660 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14661
14662         * configure.ac (tm_include_list): Add insn-constants.h.
14663         * configure: Regenerate.
14664         * Makefile.in (GTM_H): Move insn-constants.h here from...
14665         (TM_H): ...here.
14666         * mkconfig.sh: Remove special handling for insn-constants.h.
14667
14668 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14669
14670         * Makefile.in (BUILD_RTL): Move build/read-md.o to...
14671         (BUILD_MD): ...this new variable.
14672         (simple_generated_rtl_h, simple_generated_rtl_c): New variables
14673         that include the old contents of simple_generated_h and
14674         simple_generated_c.
14675         (simple_generated_h, simple_generated_c): Include them.  Add
14676         insn-constants.h.
14677         (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
14678         and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
14679         Remove these dependencies from the main rule and include
14680         insn-conditions.md in the command line only if it appears
14681         in the dependency list.
14682         (insn-constants.h, s-constants): Delete.
14683         (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
14684         or gensupport.h.
14685         (build/genmddeps.o): Likewise.
14686         (genprogrtl): New variable that contains everything from genprogmd
14687         except mddeps and constants.
14688         (genprogmd): Redefine in terms of genprogrtl.  Make these programs
14689         depend on $(BUILD_MD)
14690         (genprog): New variable.  Make these programs depend on
14691         $(BUILD_ERRORS).
14692         * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
14693         (main): Use read_md_files instead of init_rtx_reader_args.
14694         * genconstants.c: As for genmddeps.c.
14695         * read-md.h (read_skip_construct): Declare.
14696         * read-md.c (read_skip_construct): New function.
14697         (handle_file): Allow a null handle_directive, skipping the
14698         construct if so.
14699         (parse_include): Update the comment accordingly.
14700
14701 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14702
14703         * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
14704         * genmddeps.c: Include read-md.h.
14705         (main): Call init_rtx_reader_args instead of init_md_reader_args.
14706         * genattr.c (main): Likewise.
14707         * genattrtab.c (main): Likewise.
14708         * genautomata.c (main): Likewise.
14709         * gencodes.c (main): Likewise.
14710         * genconditions.c (main): Likewise.
14711         * genconfig.c (main): Likewise.
14712         * genconstants.c (main): Likewise.
14713         * genemit.c (main): Likewise.
14714         * genextract.c (main): Likewise.
14715         * genflags.c (main): Likewise.
14716         * genopinit.c (main): Likewise.
14717         * genoutput.c (main): Likewise.
14718         * genpeep.c (main): Likewise.
14719         * genrecog.c (main): Likewise.
14720         * genpreds.c (main): Likewise.
14721         * gensupport.h (in_fname): Move to read-md.h.
14722         (init_md_reader_args_cb): Rename to...
14723         (init_rtx_reader_args_cb): ...this and return a bool.
14724         (init_md_reader_args): Rename to...
14725         (init_rtx_reader_args): ...this and return a bool.
14726         (include_callback): Move to read-md.h.
14727         * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
14728         (file_name_list, first_dir_md_include): Move to read-md.c
14729         (first_bracket_include): Delete unused variable.
14730         (last_dir_md_include): Move to read-md.c.
14731         (process_include): Delete, moving code to read-md.c:handle_include.
14732         (process_rtx): Don't handle INCLUDE.
14733         (save_string): Delete.
14734         (rtx_handle_directive): New function.
14735         (init_md_reader_args_cb): Rename to...
14736         (init_rtx_reader_args_cb): ...this and return a boolean success value.
14737         Use read_md_args.
14738         (init_md_reader_args): Rename to...
14739         (init_rtx_reader_args): ...this and return a boolean success value.
14740         * rtl.def (INCLUDE): Delete.
14741         * rtl.h (read_rtx): Remove "int *" argument.  Add "const char *"
14742         argument.
14743         * read-rtl.c (read_conditions): Don't gobble ')' here.
14744         (read_mapping): Likewise.
14745         (read_rtx): Remove LINENO argument.  Add RTX_NAME argument.
14746         Handle top-level non-rtx constructs here rather than in read_rtx_1.
14747         Store the whole queue in *X.  Remove call to init_md_reader.
14748         (read_rtx_1): Rename to...
14749         (read_rtx_code): ...this.  Call read_nested_rtx to read subrtxes.
14750         Don't handle top-level non-rtx constructs here.  Don't handle (nil)
14751         here.
14752         (read_nested_rtx): New function.  Handle (nil) here rather than
14753         in read_rtx_code.
14754         (read_rtx_variadic): Call read_nested_rtx to read subrtxes.  Don't
14755         gobble ')' here.
14756         * read-md.h (directive_handler_t): New type.
14757         (in_fname, include_callback): Moved from read-md.h.
14758         (read_constants, init_md_reader): Delete.
14759         (read_md_files): Declare.
14760         * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
14761         (last_dir_md_include_ptr, include_callback, max_include_len): Moved
14762         from gensupport.c.
14763         (read_constants): Rename to...
14764         (handle_constants): ...this.  Don't gobble ')' here.
14765         (handle_include, handle_file, handle_toplevel_file)
14766         (parse_include): New functions, mostly taken from gensupport.c.
14767         (init_md_reader): Subsume into...
14768         (read_md_files): ...this new function.
14769
14770 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14771
14772         * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
14773         (unread_char): Decrement read_md_lineno after putting back '\n'.
14774         * read-md.c (fatal_with_file_and_line): Push back any characters
14775         that we decide not to add to the context.
14776         (read_skip_spaces): Don't increment read_md_lineno here.  Avoid using
14777         fatal_expected_char in cases where '/' ends a line (for example).
14778         (read_name): Don't increment read_md_lineno here.
14779         (read_escape): Likewise.
14780         (read_quoted_string): Likewise.
14781         (read_braced_string): Likewise.
14782
14783 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14784
14785         * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
14786         (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
14787         * genconstants.c: Include read-md.h.
14788         * read-rtl.c (md_constants): Move to read-md.c.
14789         (md_name): Move to read-md.h.
14790         (initialize_iterators): Use leading_string_hash instead of def_hash
14791         and leading_string_eq_p instead of def_name_eq_p.
14792         (read_name): Move to read-md.c.
14793         (def_hash, def_name_eq_p): Delete.
14794         (read_constants, traverse_md_constants): Move to read-md.c.
14795         * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
14796         * read-md.h: Include hashtab.h.
14797         (md_name): Moved from read-rtl.c.
14798         (md_constant): Moved from read-md.h.
14799         (leading_string_hash, leading_string_eq_p, read_name)
14800         (read_constants, traverse_md_constants): Declare.
14801         * read-md.c (md_constants): Moved from read-rtl.c.
14802         (leading_string_hash, leading_string_eq_p): New functions.
14803         (read_name, read_constants, traverse_md_constants): Moved from
14804         read-rtl.c.
14805
14806 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14807
14808         * read-rtl.c (md_name): New structure.
14809         (read_name): Take an md_name instead of a buffer pointer.
14810         Use the "string" field instead of strcpy when expanding constants.
14811         (read_constants): Remove the tmp_char argument.  Update the calls
14812         to read_name, using two local name buffers instead of the tmp_char
14813         argument.  Merge the constant-creation code.
14814         (read_conditions): Remove the tmp_char argument.  Update the calls
14815         to read_name, using a local name buffer instead of the tmp_char
14816         argument.
14817         (read_mapping): Replace tmp_char variable with a local name buffer.
14818         Update the calls to read_name.
14819         (read_rtx_1): Likewise.  Update the calls to read_constants and
14820         read_conditions.
14821
14822 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14823
14824         * Makefile.in (build/read-md.o): Depend on errors.h.
14825         * read-md.h (error_with_line): Declare.
14826         * read-md.c: Include errors.h.
14827         (message_with_line_1): New function, extracted from...
14828         (message_with_line): ...here.
14829         (error_with_line): New function.
14830         * genattrtab.c: If a call to message_with_line is followed by
14831         "have_error = 1;", replace both statements with a call to
14832         error_with_line.
14833         * genoutput.c: Likewise.
14834         * genpreds.c: Likewise.
14835         * genrecog.c: If a call to message_with_line is followed by
14836         "error_count++;", replace both statements with a call to
14837         error_with_line.
14838         (errorcount): Delete.
14839         (main): Don't check it.
14840         * gensupport.c: If a call to message_with_line is followed by
14841         "errors = 1;", replace both statements with a call to error_with_line.
14842         (errors): Delete.
14843         (process_define_cond_exec): Check have_error instead of errors.
14844         (init_md_reader_args_cb): Likewise.  Don't set errors.
14845
14846 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14847
14848         * read-md.h (read_md_file): Declare.
14849         (read_char, unread_char): New functions.
14850         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14851         (read_quoted_string, read_string): Remove FILE * argument.
14852         * read-md.c (read_md_file): New variable.
14853         (read_md_filename, read_md_lineno): Update comments and remove
14854         unnecessary initialization.
14855         (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
14856         (read_escape, read_quoted_string, read_braced_string, read_string):
14857         Remove FILE * argument.  Update calls accordingly, using read_char
14858         and unread_char instead of getc and ungetc.
14859         * rtl.h (read_rtx): Remove FILE * argument.
14860         * read-rtl.c (iterator_group): Remove FILE * argument from
14861         "find_builtin".
14862         (iterator_traverse_data): Remove "infile" field.
14863         (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
14864         (add_mapping, read_name, read_constants, read_conditions)
14865         (validate_const_int, find_iterator, read_mapping, check_code_iterator)
14866         (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
14867         Remove file arguments from all calls, using read_char and unread_char
14868         instead of getc and ungetc.
14869         * gensupport.c (process_include): Preserve read_md_file around
14870         the include.  Set read_md_file to the handle of the included file.
14871         Update call to read_rtx.
14872         (init_md_reader_args_cb): Set read_md_file to the handle of the file
14873         and remove local FILE *.  Update calls to read_rtx.
14874
14875 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14876
14877         * read-md.h (read_rtx_lineno): Rename to...
14878         (read_md_lineno): ...this.
14879         (read_rtx_filename): Rename to...
14880         (read_md_filename): ...this.
14881         (copy_rtx_ptr_loc): Rename to...
14882         (copy_md_ptr_loc): ...this.
14883         (print_rtx_ptr_loc): Rename to...
14884         (print_md_ptr_loc): ...this.
14885         * read-md.c: Likewise.  Update references after renaming.
14886         (string_obstack): Replace RTL with MD in comment.
14887         (set_rtx_ptr_loc): Rename to...
14888         (set_md_ptr_loc): ...this.
14889         (get_rtx_ptr_loc): Rename to...
14890         (get_md_ptr_loc): ...this.
14891         * genconditions.c: Update references after renaming.
14892         * genemit.c: Likewise.
14893         * genoutput.c: Likewise.
14894         * genpreds.c: Likewise.
14895         * gensupport.c: Likewise.
14896         * read-rtl.c: Likewise.
14897
14898 2010-06-10  Richard Sandiford  <rdsandiford@googlemail.com>
14899
14900         * Makefile.in (READ_MD_H): New variable.
14901         (BUILD_RTL): Add build/read-md.o.
14902         (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
14903         (build/gensupport.o, build/read-rtl.o, build/genattr.o)
14904         (build/genattrtab.o, build/genconditions.o build/genemit.o)
14905         (build/genextract.o, build/genflags.o, build/genoutput.o)
14906         (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
14907         (build/read-md.o): New rule.
14908         * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
14909         (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
14910         * coretypes.h: ...here.
14911         * lto-wrapper.c: Include coretypes.h instead of defaults.h.
14912         * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
14913         * genattr.c: Include read-md.h.
14914         * genattrtab.c: Likewise.
14915         * genconditions.c: Likewise.
14916         * genemit.c: Likewise.
14917         * genextract.c: Likewise.
14918         * genflags.c: Likewise.
14919         * genoutput.c: Likewise.
14920         * genpreds.c: Likewise.
14921         * genrecog.c: Likewise.
14922         * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
14923         (join_c_conditions, print_c_condition, read_rtx_filename)
14924         (read_rtx_lineno): Move to read-md.h.
14925         * read-rtl.c: Include read-md.h.
14926         (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
14927         (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
14928         (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
14929         (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
14930         (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
14931         (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
14932         (read_braced_string, read_string): Move to read-md.c.
14933         (read_rtx): Move some initialization to init_md_reader and call
14934         init_md_reader here.
14935         * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
14936         Move to read-md.h.
14937         * gensupport.c: Include read-md.h.
14938         (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
14939         * read-md.h, read-md.c: New files.
14940
14941 2010-06-10  Anatoly Sokolov  <aesok@post.ru>
14942
14943         * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
14944         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
14945         * config/moxie/moxie-protos.h (moxie_function_value): Remove.
14946         * config/moxie/moxie.c (moxie_function_value): Make static.
14947         (moxie_libcall_value, moxie_function_value_regno_p): New functions.
14948         (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
14949
14950 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14951
14952         * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
14953         * dbgcnt.def (tree_sra): New counter.
14954         * tree-sra.c: Include dbgcnt.h.
14955         (gate_intra_sra): Check tree_sra debug counter.
14956
14957 2010-06-10  Martin Jambor  <mjambor@suse.cz>
14958
14959         PR tree-optimization/44258
14960         * tree-sra.c (build_access_subtree): Return false iff there is a
14961         partial overlap.
14962         (build_access_trees): Likewise.
14963         (analyze_all_variable_accesses): Disqualify candidates if
14964         build_access_trees returns true for them.
14965
14966 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
14967
14968         PR debug/41371
14969         * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
14970         tail-recurse into canonical node.  Fast-forward over
14971         non-canonical VALUEs.
14972
14973 2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
14974
14975         PR boostrap/44470
14976         * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
14977         (*addsi_1_zext) <TYPE_LEA>: Likewise.
14978         (add lea splitter): Likewise.
14979         (add_zext lea splitter): Likewise.
14980
14981 2010-06-10  Joseph Myers  <joseph@codesourcery.com>
14982
14983         * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
14984
14985 2010-06-10  Jan Hubicka  <jh@suse.cz>
14986
14987         * df-problems.c (df_live_problem_data): Add live_bitmaps.
14988         (df_live_alloc): Initialize problem data and live_osbtacks.
14989         (df_live_finalize): Remove obstack, problem data; do not
14990         clear all bitmaps.
14991         (df_live_top_dump, df_live_bottom_dump): Do not dump old
14992         data when not allocated.
14993         (df_live_verify_solution_start): Do not allocate problem data.
14994         (df_live_verify_solution_end): Check if out is allocated.
14995         (struct df_md_problem_data): New structure.
14996         (df_md_alloc): Allocate problem data.
14997         (df_md_free): Free problem data; do not clear bitmaps.
14998
14999 2010-06-10  Jan Beulich  <jbeulich@novell.com>
15000
15001         PR bootstrap/37304
15002         * configure.ac: Replace $() with ${} when intending to expand
15003         variables rather than invoking commands.
15004         * configure: Re-generate.
15005
15006 2010-06-10  Jan Hubicka  <jh@suse.cz>
15007
15008         PR rtl-optimization/44460
15009         * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
15010         TYPE_NEEDS_CONSTRUCTING sanity check.
15011
15012 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
15013
15014         * doc/include/fdl.texi: Move to GFDL version 1.3.
15015
15016         * doc/cpp.texi: Move to GFDL version 1.3.
15017         * doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
15018         * doc/gccint.texi: Move to GFDL version 1.3.
15019         * doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
15020         * doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
15021         * doc/invoke.texi: Move to GFDL version 1.3.
15022
15023 2010-06-09  Jan Hubicka  <jh@suse.cz>
15024
15025         * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
15026         Break out from ...
15027         (propagate) ... here; swap the order.
15028
15029 2010-06-09  Jan Hubicka  <jh@suse.cz>
15030
15031         * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
15032         bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
15033         bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
15034         bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
15035
15036 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
15037
15038         * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
15039         Do not the gather memory reference in the outer loop if the step
15040         is not a constant.
15041
15042 2010-06-09  Changpeng Fang  <changpeng.fang@amd.com>
15043
15044         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
15045         Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
15046         8 to 4.  Minor change of the related comments.
15047
15048 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
15049
15050         * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
15051         the scev analysis when the variable is not used outside the loop
15052         in a close phi node: call compute_overall_effect_of_inner_loop.
15053
15054 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
15055
15056         * graphite-sese-to-poly.c (single_pred_cond): Renamed
15057         single_pred_cond_non_loop_exit.  Return NULL for loop exit edges.
15058         (build_sese_conditions_before): Renamed call to single_pred_cond.
15059         (build_sese_conditions_after): Same.
15060
15061 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
15062
15063         * graphite-poly.h: Fix comments and indentation.
15064         * graphite-sese-to-poly.c: Same.
15065         (build_sese_conditions_before): Compute stmt and gbb only when needed.
15066         * tree-chrec.c: Fix comments and indentation.
15067         (tree-ssa-loop-niter.c): Same.
15068
15069 2010-06-09  Eric Botcazou  <ebotcazou@adacore.com>
15070
15071         PR rtl-optimization/42461
15072         * dce.c (deletable_insn_p): Return true for const or pure calls again.
15073         * except.c (insn_could_throw_p): Return false if !flag_exceptions.
15074
15075 2010-06-09  Jan Hubicka  <jh@suse.cz>
15076
15077         * bitmap.c (bitmap_and): Walk array forward.
15078         (bitmap_and_compl_into): Likewise.
15079         (bitmap_xor): Likewise.
15080         (bitmap_xor_into):  Likewise.
15081         (bitmap_equal_p): Likewise.
15082         (bitmap_intersect_p): Likewise.
15083         (bitmap_intersect_compl_p): Likewise.
15084         (bitmap_ior_and_into): Likewise.
15085         (bitmap_elt_copy): Likewise.
15086         (bitmap_and_compl): Likewise.
15087         (bitmap_elt_ior): Likewise.
15088
15089 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
15090
15091         * opts-common.c (prune_options): Ensure replacement argv array
15092         is correctly terminated by a NULL entry.
15093
15094 2010-06-09  Jan Hubicka  <jh@suse.cz>
15095
15096         * cgraph.h (varpool_first_static_initializer,
15097         varpool_next_static_initializer): Make checking only when
15098         checking enabled.
15099         * tree-vectorizer.h (vinfo_for_stmt): Remove check.
15100         (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
15101         gcc_assert to gcc_checking_assert.
15102         * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
15103         phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
15104         op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
15105         op_iter_init_phiuse, op_iter_init_phidef,
15106         array_ref_contains_indirect_ref, ref_contains_array_ref): Use
15107         gcc_checking_assert.
15108         * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
15109         * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
15110         partition_is_global, live_on_entry, live_on_exit,
15111         live_merge_and_clear): Likewise.
15112         * system.h (gcc_checking_assert): New macro.
15113         * gimple.h (set_bb_seq): Use gcc_checking_assert.
15114
15115 2010-06-09  Jason Merrill  <jason@redhat.com>
15116
15117         * Makefile.in (TAGS): Collect tags info from c-family.
15118
15119 2010-06-09  Jan Hubicka  <jh@suse.cz>
15120
15121         * gimple.h (gcc_gimple_checking_assert): New macro.
15122         (gimple_set_def_ops, gimple_set_use_ops,
15123         gimple_set_vuse, gimple_set_vdef,
15124         gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
15125         gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
15126         gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
15127         gimple_asm_output_op, gimple_asm_output_op_ptr,
15128         gimple_asm_set_output_op, gimple_asm_clobber_op,
15129         gimple_asm_set_clobber_op, gimple_asm_label_op,
15130         gimple_asm_set_label_op, gimple_try_set_kind,
15131         gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
15132         gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
15133         gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
15134         gimple_omp_for_index_ptr, gimple_omp_for_set_index,
15135         gimple_omp_for_initial, gimple_omp_for_initial_ptr,
15136         gimple_omp_for_set_initial, gimple_omp_for_final,
15137         gimple_omp_for_final_ptr, gimple_omp_for_set_final,
15138         gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
15139         gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
15140         conditional with ENABLE_GIMPLE_CHECKING.
15141         (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
15142
15143 2010-06-09  Sandra Loosemore  <sandra@codesourcery.com>
15144
15145         * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
15146         (get_computation_cost_at): Use it.
15147         (determine_use_iv_cost_condition): Likewise.
15148         (determine_iv_cost): Likewise.
15149
15150 2010-06-09  Richard Guenther  <rguenther@suse.de>
15151
15152         * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
15153         replace constants.
15154
15155 2010-06-09  Kai Tietz  <kai.tietz@onevision.com>
15156
15157         * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
15158
15159 2010-06-09  Martin Jambor  <mjambor@suse.cz>
15160
15161         PR tree-optimization/44423
15162         * tree-sra.c (dump_access): Dump also grp_assignment_read.
15163         (analyze_access_subtree): Pass negative allow_replacements to children
15164         if the current type is scalar.
15165
15166 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
15167
15168         PR testsuite/42843
15169         * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
15170         * doc/plugins.texi (Plugin license check): Update information
15171         on type of plugin_is_GPL_compatible.
15172         * Makefile.in (PLUGINCC): Define as $(COMPILER).
15173         (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
15174
15175 2010-06-09  Bernd Schmidt  <bernds@codesourcery.com>
15176
15177         * config/arm/arm.c (thumb2_reorg): New function.
15178         (arm_reorg): Call it.
15179         * config/arm/thumb2.md (define_peephole2 for flag clobbering
15180         arithmetic operations): Delete.
15181
15182 2010-06-09  Edmar Wienskoski  <edmar@freescale.com>
15183
15184         PR target/44067
15185         * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
15186         e500v2 target.
15187
15188 2010-06-09  Joern Rennecke  <joern.rennecke@embecosm.com>
15189
15190         PR plugins/44459
15191         * gcc-plugin.h: Encapsulate all declarations in extern "C".
15192
15193 2010-06-08  Jan Hubicka  <jh@suse.cz>
15194
15195         * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
15196         ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
15197
15198 2010-06-08  Sandra Loosemore  <sandra@codesourcery.com>
15199
15200         PR tree-optimization/39874
15201         PR middle-end/28685
15202         * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
15203         Declare.
15204         * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
15205         same_bool_result_p): New.
15206         (and_var_with_comparison, and_var_with_comparison_1,
15207         and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
15208         (or_var_with_comparison, or_var_with_comparison_1,
15209         or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
15210         * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
15211         maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
15212         of combine_comparisons.
15213         * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
15214
15215 2010-06-08  Anatoly Sokolov  <aesok@post.ru>
15216
15217         * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
15218         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
15219         * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
15220         pdp11_function_value_regno_p): New functions.
15221         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15222         TARGET_FUNCTION_VALUE_REGNO_P): Define.
15223
15224 2010-06-08  Kazu Hirata  <kazu@codesourcery.com>
15225
15226         * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
15227         Thumb-2 in the MINUS case.
15228
15229 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
15230
15231         * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
15232
15233         * doc/gty.texi (GTY Options): Document typed GC allocation and
15234         variable_size GTY option.
15235
15236         * ggc-internal.h: New.
15237
15238         * ggc.h: Update copyright year.
15239         (digit_string): Move to stringpool.c.
15240         (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
15241         (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
15242         (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
15243         (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
15244         (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
15245         (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
15246         (ggc_force_collect, ggc_get_size, ggc_statistics)
15247         (ggc_print_common_statistics): Move to ggc-internal.h.
15248         (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
15249         (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
15250         (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
15251         (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
15252         (ggc_min_heapsize_heuristic, ggc_alloc_zone)
15253         (ggc_alloc_zone_pass_stat): Remove.
15254         (ggc_internal_alloc_stat, ggc_internal_alloc)
15255         (ggc_internal_cleared_alloc_stat): New.
15256         (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
15257         (ggc_internal_vec_alloc_stat)
15258         (ggc_internal_cleared_vec_alloc_stat)
15259         (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
15260         (ggc_alloc_atomic_stat, ggc_alloc_atomic)
15261         (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
15262         (ggc_cleared_alloc_ptr_array_two_args): New.
15263         (htab_create_ggc, splay_tree_new_ggc): Redefine.
15264         (ggc_splay_alloc): Change the type of the first argument to
15265         enum gt_types_enum.
15266         (ggc_alloc_string): Make macro.
15267         (ggc_alloc_string_stat): New.
15268         (ggc_strdup): Redefine.
15269         (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
15270         (ggc_alloc_rtvec_sized): New.
15271         (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
15272         (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
15273         (ggc_internal_cleared_alloc_zone_stat)
15274         (ggc_internal_zone_alloc_stat)
15275         (ggc_internal_zone_cleared_alloc_stat)
15276         (ggc_internal_zone_vec_alloc_stat)
15277         (ggc_alloc_zone_rtx_def_stat)
15278         (ggc_alloc_zone_tree_node_stat)
15279         (ggc_alloc_zone_cleared_tree_node_stat)
15280         (ggc_alloc_cleared_gimple_statement_d_stat): New.
15281
15282         * ggc-common.c: Include ggc-internal.h.
15283         (ggc_internal_cleared_alloc_stat): Rename from
15284         ggc_alloc_cleared_stat.
15285         (ggc_realloc_stat): Use ggc_internal_alloc_stat.
15286         (ggc_calloc): Remove.
15287         (ggc_cleared_alloc_htab_ignore_args): New.
15288         (ggc_cleared_alloc_ptr_array_two_args): New.
15289         (ggc_splay_alloc): Add obj_type parameter.
15290         (init_ggc_heuristics): Formatting fixes.
15291
15292         * ggc-none.c: Update copyright year.
15293         (ggc_alloc_stat): Rename to ggc_alloc_stat.
15294         (ggc_alloc_cleared_stat): Rename to
15295         ggc_internal_cleared_alloc_stat.
15296         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
15297
15298         * ggc-page.c: Update copyright year.  Include ggc-internal.h.
15299         Remove references to ggc_alloc in comments.
15300         (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
15301         (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
15302         (new_ggc_zone, destroy_ggc_zone): Remove.
15303         (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
15304
15305         * ggc-zone.c: Include ggc-internal.h.  Remove references to
15306         ggc_alloc in comments.
15307         (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
15308         (ggc_internal_alloc_zone_pass_stat): New.
15309         (ggc_internal_cleared_alloc_zone_stat): New.
15310         (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
15311         (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
15312         (new_ggc_zone, destroy_ggc_zone): Remove.
15313
15314         * stringpool.c: Update copyright year.  Include ggc-internal.h
15315         (digit_vector): Make static.
15316         (digit_string): Moved from ggc.h.
15317         (stringpool_ggc_alloc): Use ggc_alloc_atomic.
15318         (ggc_alloc_string): Rename to ggc_alloc_string_stat.
15319
15320         * Makefile.in (GGC_INTERNAL_H): New.
15321         (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
15322         $(GGC_INTERNAL_H) to dependencies.
15323
15324         * gentype.c: Update copyright year.
15325         (walk_type): Accept variable_size GTY option.
15326         (USED_BY_TYPED_GC_P): New macro.
15327         (write_enum_defn): Use USED_BY_TYPED_GC_P.  Do not output
15328         whitespace at the end of strings.
15329         (get_type_specifier, variable_size_p): New functions.
15330         (alloc_quantity, alloc_zone): New enums.
15331         (write_typed_alloc_def): New function.
15332         (write_typed_struct_alloc_def): Likewise.
15333         (write_typed_typed_typedef_alloc_def): Likewise.
15334         (write_typed_alloc_defns): Likewise.
15335         (output_typename, write_splay_tree_allocator_def): Likewise.
15336         (write_splay_tree_allocators): Likewise.
15337         (main): Call write_typed_alloc_defns and
15338         write_splay_tree_allocators.
15339
15340         * lto-streamer.h (lto_file_decl_data_ptr): New.
15341
15342         * passes.c (order): Define using cgraph_node_ptr.
15343
15344         * strinpool.c (struct string_pool_data): Declare nested_ptr using
15345         ht_identifier_ptr.
15346
15347         * gimple.h (union gimple_statement_d): Likewise.
15348
15349         * rtl.h (struct rtx_def): Likewise.
15350         (struct rtvec_def): Likewise.
15351
15352         * tree.h (union tree_node): Likewise.
15353
15354         * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
15355
15356         * cfgloop.c (record_loop_exits): Use htab_create_ggc.
15357
15358         * tree-scalar-evolution.c (scev_initialize): Likewise.
15359
15360         * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
15361
15362         * dwarf2asm.c (dw2_force_const_mem): Likewise.
15363
15364         * omp-low.c (lower_omp_critical): Likewise.
15365
15366         * bitmap.h (struct bitmap_head_def): Update comment to not
15367         reference ggc_alloc.
15368
15369         * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
15370
15371         * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
15372
15373         * ipa-prop.c (duplicate_ggc_array): Rename to
15374         duplicate_ipa_jump_func_array.  Use typed GC allocation.
15375         (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
15376
15377         * gimple.c (gimple_alloc_stat): Use
15378         ggc_alloc_cleared_gimple_statement_d_stat.
15379
15380         * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
15381
15382         * tree.c (make_node_stat): Use
15383         ggc_alloc_zone_cleared_tree_node_stat.
15384         (make_tree_vec_stat): Likewise.
15385         (build_vl_exp_stat): Likewise.
15386         (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
15387         (make_tree_binfo_stat): Likewise.
15388         (tree_cons_stat): Likewise.
15389
15390         * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
15391         (shallow_copy_rtx_stat): Likewise.
15392         (make_node_stat): Likewise.
15393
15394         * lto-symtab.c: Fix comment.
15395
15396         * tree-cfg.c (create_bb): Update comment to not reference
15397         ggc_alloc_cleared.
15398         * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
15399
15400         * varpool.c (varpool_node): Use typed GC allocation.
15401         (varpool_extra_name_alias): Likewise.
15402
15403         * varasm.c (emutls_decl): Likewise.
15404         (get_unnamed_section): Likewise.
15405         (get_noswitch_section): Likewise.
15406         (get_section): Likewise.
15407         (get_block_for_section): Likewise.
15408         (build_constant_desc): Likewise.
15409         (create_constant_pool): Likewise.
15410         (force_const_mem): Likewise.
15411
15412         * tree.c (build_vl_exp_stat): Likewise.
15413         (build_real): Likewise.
15414         (build_string): Likewise.
15415         (decl_debug_expr_insert): Likewise.
15416         (decl_value_expr_insert): Likewise.
15417         (type_hash_add): Likewise.
15418         (build_omp_clause): Likewise.
15419
15420         * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
15421
15422         * tree-ssa.c (init_tree_ssa): Likewise.
15423
15424         * tree-ssa-structalias.c (heapvar_insert): Likewise.
15425
15426         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
15427
15428         * tree-ssa-loop-niter.c (record_estimate): Likewise.
15429
15430         * tree-ssa-alias.c (get_ptr_info): Likewise.
15431
15432         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
15433
15434         * tree-phinodes.c (allocate_phi_node): Likewise.
15435
15436         * tree-iterator.c (tsi_link_before): Likewise.
15437         (tsi_link_after): Likewise.
15438
15439         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
15440
15441         * tree-dfa.c (create_var_ann): Likewise.
15442
15443         * tree-cfg.c (create_bb): Likewise.
15444
15445         * toplev.c (alloc_for_identifier_to_locale): Likewise.
15446         (general_init): Likewise.
15447
15448         * stringpool.c (stringpool_ggc_alloc): Likewise.
15449         (gt_pch_save_stringpool): Likewise.
15450
15451         * sese.c (if_region_set_false_region): Likewise.
15452
15453         * passes.c (do_per_function_toporder): Likewise.
15454
15455         * optabs.c (set_optab_libfunc): Likewise.
15456         (set_conv_libfunc): Likewise.
15457
15458         * lto-symtab.c (lto_symtab_register_decl): Likewise.
15459
15460         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
15461         (input_eh_region): Likewise.
15462         (input_eh_lp): Likewise.
15463         (make_new_block): Likewise.
15464         (unpack_ts_real_cst_value_fields): Likewise.
15465
15466         * lto-section-in.c (lto_new_in_decl_state): Likewise.
15467
15468         * lto-cgraph.c (input_node_opt_summary): Likewise.
15469
15470         * loop-init.c (loop_optimizer_init): Likewise.
15471
15472         * lambda.h (lambda_vector_new): Likewise.
15473
15474         * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
15475
15476         * ira.c (update_equiv_regs): Likewise.
15477
15478         * ipa.c (cgraph_node_set_new): Likewise.
15479         (cgraph_node_set_add): Likewise.
15480         (varpool_node_set_new): Likewise.
15481         (varpool_node_set_add): Likewise.
15482
15483         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
15484         (duplicate_ipa_jump_func_array): Likewise.
15485         (ipa_read_node_info): Likewise.
15486
15487         * ipa-cp.c (ipcp_create_replace_map): Likewise.
15488
15489         * integrate.c (get_hard_reg_initial_val): Likewise.
15490
15491         * gimple.c (gimple_alloc_stat): Likewise.
15492         (gimple_build_omp_for): Likewise.
15493         (gimple_seq_alloc): Likewise.
15494         (gimple_copy): Likewise.
15495
15496         * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
15497         (gsi_insert_after_without_update): Likewise.
15498
15499         * function.c (add_frame_space): Likewise.
15500         (insert_temp_slot_address): Likewise.
15501         (assign_stack_temp_for_type): Likewise.
15502         (allocate_struct_function): Likewise.
15503         (types_used_by_var_decl_insert): Likewise.
15504
15505         * except.c (init_eh_for_function): Likewise.
15506         (gen_eh_region): Likewise.
15507         (gen_eh_region_catch): Likewise.
15508         (gen_eh_landing_pad): Likewise.
15509         (add_call_site): Likewise.
15510
15511         * emit-rtl.c (get_mem_attrs): Likewise.
15512         (get_reg_attrs): Likewise.
15513         (start_sequence): Likewise.
15514         (init_emit): Likewise.
15515
15516         * dwarf2out.c (new_cfi): Likewise.
15517         (queue_reg_save): Likewise.
15518         (dwarf2out_frame_init): Likewise.
15519         (new_loc_descr): Likewise.
15520         (find_AT_string): Likewise.
15521         (new_die): Likewise.
15522         (add_var_loc_to_decl): Likewise.
15523         (clone_die): Likewise.
15524         (clone_as_declaration): Likewise.
15525         (break_out_comdat_types): Likewise.
15526         (new_loc_list): Likewise.
15527         (loc_descriptor): Likewise.
15528         (add_loc_descr_to_each): Likewise.
15529         (add_const_value_attribute): Likewise.
15530         (tree_add_const_value_attribute): Likewise.
15531         (add_comp_dir_attribute): Likewise.
15532         (add_name_and_src_coords_attributes): Likewise.
15533         (lookup_filename): Likewise.
15534         (store_vcall_insn): Likewise.
15535         (dwarf2out_init): Likewise.
15536
15537         * dbxout.c (dbxout_init): Likewise.
15538
15539         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
15540
15541         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
15542
15543         * config/score/score7.c (score7_output_external): Likewise.
15544
15545         * config/score/score3.c (score3_output_external): Likewise.
15546
15547         * config/s390/s390.c (s390_init_machine_status): Likewise.
15548
15549         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
15550         (rs6000_init_machine_status): Likewise.
15551         (output_toc): Likewise.
15552
15553         * config/pa/pa.c (pa_init_machine_status): Likewise.
15554         (get_deferred_plabel): Likewise.
15555
15556         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
15557
15558         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
15559
15560         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
15561
15562         * config/mep/mep.c (mep_init_machine_status): Likewise.
15563         (mep_note_pragma_flag): Likewise.
15564
15565         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
15566
15567         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
15568
15569         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
15570
15571         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
15572         (i386_pe_maybe_record_exported_symbol): Likewise.
15573
15574         * config/i386/i386.c (get_dllimport_decl): Likewise.
15575         (ix86_init_machine_status): Likewise.
15576         (assign_386_stack_local): Likewise.
15577
15578         * config/frv/frv.c (frv_init_machine_status): Likewise.
15579
15580         * config/darwin.c (machopic_indirection_name): Likewise.
15581
15582         * config/cris/cris.c (cris_init_machine_status): Likewise.
15583
15584         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
15585
15586         * config/avr/avr.c (avr_init_machine_status): Likewise.
15587
15588         * config/arm/arm.c (arm_init_machine_status): Likewise.
15589
15590         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
15591         (alpha_need_linkage): Likewise.
15592         (alpha_use_linkage): Likewise.
15593
15594         * cgraph.c (cgraph_allocate_node): Likewise.
15595         (cgraph_create_edge_1): Likewise.
15596         (cgraph_create_indirect_edge): Likewise.
15597         (cgraph_add_asm_node): Likewise.
15598
15599         * cfgrtl.c (init_rtl_bb_info): Likewise.
15600
15601         * cfgloop.c (alloc_loop): Likewise.
15602         (rescan_loop_exit): Likewise.
15603
15604         * cfg.c (init_flow): Likewise.
15605         (alloc_block): Likewise.
15606         (unchecked_make_edge): Likewise.
15607
15608         * c-parser.c (c_parse_init): Likewise.
15609         (c_parse_file): Likewise.
15610
15611         * c-decl.c (bind): Likewise.
15612         (record_inline_static): Likewise.
15613         (push_scope): Likewise.
15614         (make_label): Likewise.
15615         (lookup_label_for_goto): Likewise.
15616         (finish_struct): Likewise.
15617         (finish_enum): Likewise.
15618         (c_push_function_context): Likewise.
15619
15620         * bitmap.c (bitmap_element_allocate): Likewise.
15621         (bitmap_gc_alloc_stat): Likewise.
15622
15623         * alias.c (record_alias_subset): Likewise.
15624         (init_alias_analysis): Likewise.
15625
15626 2010-06-08  Shujing Zhao  <pearly.zhao@oracle.com>
15627
15628         * fold-const.c (fold_comparison): Remove redundant parenthesis.
15629         * tree-inline.c (expand_call_inline): Pass translated return value of
15630         cgraph_inline_failed_string to diagnostic function.
15631
15632 2010-06-08  Andrew Pinski  <pinskia@gmail.com>
15633             Shujing Zhao  <pearly.zhao@oracle.com>
15634
15635         PR c/37724
15636         * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
15637         implicit bad conversions is initialization.
15638         (error_init): Use gmsgid instead of msgid for argument name and change
15639         the call for error.
15640         (pedwarn_init): Use gmsgid instead of msgid for argument name and
15641         change the call for pedwarn.
15642         (warning_init): Use gmsgid instead of msgid for argument name and
15643         change the call for warning.
15644
15645 2010-06-07  Nathan Froyd  <froydnj@codesourcery.com>
15646
15647         * config/mips/mips-protos.h (mips_print_operand): Delete.
15648         (mips_print_operand_address): Delete.
15649         * config/mips/mips.h (mips_print_operand_punct): Delete.
15650         (PRINT_OPERAND): Delete.
15651         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
15652         (PRINT_OPERAND_ADDRESS): Delete.
15653         * config/mips/mips.c (mips_print_operand_punct): Make static.
15654         (mips_print_operand_address): Make static.
15655         (mips_print_operand): Make static.  Call
15656         mips_print_operand_punct_valid_p.
15657         (mips_print_operand_punct_valid_p): New function.
15658         (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
15659         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
15660
15661 2010-06-07  Jan Hubicka  <jh@suse.cz>
15662
15663         PR middle-end/44454
15664         (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
15665         are allocated.
15666
15667 2010-06-07  Kaz Kojima  <kkojima@gcc.gnu.org>
15668
15669         * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
15670         name of RECORD.
15671
15672 2010-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15673
15674         * doc/sourcebuild.texi (Effective-Target Keywords, Other
15675         attributes): Document gas.
15676
15677 2010-06-07  Uros Bizjak  <ubizjak@gmail.com>
15678
15679         * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
15680         <TYPE_LEA>: Split instruction.
15681         <default>: Remove alternative 2 handling.
15682         (*addsi_1_zext) <TYPE_LEA>: Split instruction.
15683         (add lea splitter): Generate SImode lea for mode sizes <= SImode.
15684         (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
15685
15686         (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
15687         (ashift_zext lea splitter): Use DImode for multiplication.
15688
15689         * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
15690         to generate addition.
15691
15692 2010-06-07  Joseph Myers  <joseph@codesourcery.com>
15693
15694         * common.opt (fira-verbose): Use Var.
15695         (fpcc-struct-return): Use Init instead of VarExists.
15696         * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
15697         toplev.c.
15698         * flags.h (flag_signed_char, flag_short_enums,
15699         flag_pcc_struct_return, flag_ira_verbose,
15700         flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
15701         * toplev.c (flag_detailed_statistics, flag_signed_char,
15702         flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
15703         (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
15704         * toplev.h (flag_crossjumping, flag_if_conversion,
15705         flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
15706         flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
15707         flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
15708         flag_cprop_registers, time_report, flag_ira_loop_pressure,
15709         flag_ira_coalesce, flag_ira_move_spills,
15710         flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
15711
15712 2010-06-07  Jan Hubicka  <jh@suse.cz>
15713
15714         * df-core.c (df_analyze_problem): Do verification after allocation.
15715
15716         * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
15717         (df_lr_alloc): Initialize problem data; move bitmaps to
15718         lr_bitmaps obstack.
15719         (df_lr_finalize): Free problem data; do not bother to free bitmaps.
15720         (df_lr_verify_solution_start): Do not initialize problem data;
15721         allocate bitmaps in lr_bitmaps.
15722         (df_lr_verify_solution_end): Do not free problem data.
15723
15724 2010-06-07  Jan Hubicka  <jh@suse.cz>
15725
15726         * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
15727         if caller is noreturn.
15728         * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
15729         * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
15730         * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
15731         * ipa-pure-const.c (check_decl): Add IPA parameter.
15732         (state_from_flags): New function.
15733         (better_state, worse_state): New functions.
15734         (check_call): When in IPA mode, do not care about callees.
15735         (check_load, check_store): Update.
15736         (check_ipa_load, check_ipa_store): New.
15737         (check_stmt): When in IPA mode, use IPA checkers.
15738         (analyze_function): Use state_from_flags.
15739         (propagate): Check indirect edges and references.
15740
15741 2010-06-07  Kazu Hirata  <kazu@codesourcery.com>
15742
15743         PR rtl-optimization/44404
15744         * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
15745         of count_occurrences to see if it's safe to modify mem_insn.
15746
15747 2010-06-07  Richard Guenther  <rguenther@suse.de>
15748
15749         * gimplify.c (gimplify_cleanup_point_expr): For empty body
15750         and EH-only cleanup drop the cleanup instead of inserting it
15751         unconditionally.
15752
15753 2010-06-07  Ira Rosen  <irar@il.ibm.com>
15754
15755         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
15756         documentation.
15757         * targhooks.c (default_builtin_vectorization_cost): New function.
15758         * targhooks.h (default_builtin_vectorization_cost): Declare.
15759         * target.h (enum vect_cost_for_stmt): Define.
15760         (builtin_vectorization_cost): Change argument and comment.
15761         * tree-vectorizer.h: Remove cost model macros.
15762         * tree-vect-loop.c: Include target.h.
15763         (vect_get_cost): New function.
15764         (vect_estimate_min_profitable_iters): Replace cost model macros with
15765         calls to vect_get_cost.
15766         (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
15767         * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
15768         default implementation.
15769         * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
15770         calls to target hook builtin_vectorization_cost.
15771         (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
15772         Likewise.
15773         * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
15774         * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
15775         implementation to return costs.
15776         * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
15777         * config/spu/spu.h: Remove vectorizer cost model macros.
15778         * config/i386/i386.h: Likewise.
15779         * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
15780         a call to target hook builtin_vectorization_cost.
15781
15782 2010-06-06  Sriraman Tallam  <tmsriram@google.com>
15783
15784         PR target/44319
15785         * config/i386/i386.c (override_options): Turn zee pass on for level 2
15786         and above and defer till target is known.
15787         (optimization_options): Turn on zee pass if TARGET_64BIT is set and
15788         turn off otherwise.
15789
15790 2010-05-25  Jan Hubicka  <jh@suse.cz>
15791
15792         * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
15793         (df_compact_blocks): Likewise.
15794         * df.h (struct df): Turn hardware_regs_used,
15795         regular_block_artificial_uses, eh_block_artificial_uses,
15796         insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
15797         bitmap_head.
15798         * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
15799         df_byte_lr_alloc, df_simulate_fixup_sets): Update.
15800         * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
15801         df_scan_blocks, df_insn_delete, df_insn_rescan,
15802         df_insn_rescan_debug_internal, df_insn_rescan_all,
15803         df_process_deferred_rescans, df_process_deferred_rescans,
15804         df_notes_rescan, df_get_call_refs, df_get_call_refs,
15805         regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
15806         df_record_entry_block_defs, df_record_exit_block_uses,
15807         df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
15808         df_scan_verify): Update.
15809
15810 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
15811
15812         PR c++/44188
15813         * c-common.c (is_typedef_decl): Move this definition ...
15814         * tree.c (is_typedef_decl): ... here.
15815         (typdef_variant_p): Move definition here from cp/tree.c.
15816         * c-common.h (is_typedef_decl): Move this declaration ...
15817         * tree.h (is_typedef_decl): ... here.
15818         (typedef_variant_p): Move declaration here from cp/cp-tree.h
15819         * dwarf2out.c (is_naming_typedef_decl): New function.
15820         (gen_tagged_type_die): Split out of ...
15821         (gen_type_die_with_usage): ... this function. When an anonymous
15822         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
15823         is emitted for the typedef.
15824         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
15825         anonymous tagged types.
15826
15827 2010-06-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
15828
15829         PR c/20000
15830         * c-decl.c (grokdeclarator): Delete warning.
15831
15832 2010-06-06  Eric Botcazou  <ebotcazou@adacore.com>
15833
15834         * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
15835         newly built CALL_EXPR.
15836         * tree-profile.c (tree_profiling): Don't profile functions produced
15837         for built-in stuff.
15838
15839 2010-06-06  Segher Boessenkool  <segher@kernel.crashing.org>
15840
15841         PR bootstrap/44427
15842         PR bootstrap/44428
15843         * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
15844         endianness-independent.
15845
15846 2010-06-05  Steven Bosscher  <steven@gcc.gnu.org>
15847
15848         * c-common.c: Move to c-family/.
15849         * c-common.def: Likewise.
15850         * c-common.h: Likewise.
15851         * c-cppbuiltin.c: Likewise.
15852         * c-dump.c: Likewise.
15853         * c-format.c: Likewise.
15854         * c-format.h : Likewise.
15855         * c-gimplify.c: Likewise.
15856         * c-lex.c: Likewise.
15857         * c-omp.c: Likewise.
15858         * c.opt: Likewise.
15859         * c-opts.c: Likewise.
15860         * c-pch.c: Likewise.
15861         * c-ppoutput.c: Likewise.
15862         * c-pragma.c: Likewise.
15863         * c-pragma.h: Likewise.
15864         * c-pretty-print.c: Likewise.
15865         * c-pretty-print.h: Likewise.
15866         * c-semantics.c: Likewise.
15867         * stub-objc.c: Likewise.
15868
15869         * gengtype.c (get_file_langdir): Special-case files in c-family/.
15870         (get_output_file_with_visibility): Fix name for c-common.h.
15871         * c-config-lang.in: Update paths in gtfiles for files in c-family/.
15872
15873         * c-tree.h: Update include path for moved files.
15874         * c-lang.c: Likewise.
15875         * c-lang.h: Likewise.
15876         * c-parser.c: Likewise.
15877         * c-convert.c: Likewise.
15878         * c-decl.c: Likewise.
15879         * c-objc-common.c: Likewise.
15880         * configure.ac: Make sure c-family/ exists in the build directory.
15881         * configure: Regenerate.
15882         * Makefile.in: Update paths for moved files.  Regroup files per
15883         location and update dependencies.  Move generated_files down after
15884         ALL_GTFILES_H.
15885
15886         * config/spu/spu-c.c: Update paths for moved files.
15887         * config/mep/mep-pragma.c: Likewise.
15888         * config/darwin-c.c: Likewise.
15889         * config/i386/msformat-c.c: Likewise.
15890         * config/i386/i386-c.c: Likewise.
15891         * config/avr/avr-c.c: Likewise.
15892         * config/sol2-c.c: Likewise.
15893         * config/ia64/ia64-c.c: Likewise.
15894         * config/rs6000/rs6000-c.c: Likewise.
15895         * config/arm/arm.c: Likewise.
15896         * config/arm/arm-c.c: Likewise.
15897         * config/h8300/h8300.c: Likewise.
15898         * config/v850/v850-c.c: Likewise.
15899
15900         * config/t-darwin: Fix dependencies for moved files.
15901         * config/t-sol2: Fix dependencies for moved files.
15902         * config/mep/t-mep: Fix dependencies for moved files.
15903         * config/ia64/t-ia64: Fix dependencies for moved files.
15904         * config/rs6000/t-rs6000: Fix dependencies for moved files.
15905         * config/v850/t-v850: Fix dependencies for moved files.
15906         * config/v850/t-v850e: Fix dependencies for moved files.
15907
15908         * config/m32c/m32c-pragma.c
15909
15910         * po/exgettext: Look in c-family/ also.
15911
15912 2010-06-05  Eric Botcazou  <ebotcazou@adacore.com>
15913
15914         * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
15915         (mark_control_dependent_edges_necessary): Call it instead of marking
15916         the last statement manually.
15917         (propagate_necessity): Likewise.
15918
15919 2010-06-05  Jan Hubicka  <jh@suse.cz>
15920
15921         * basic-block.h (compute_dominance_frontiers): Updated.
15922         (compute_idf): Likewise.
15923
15924         * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
15925         for dominance frontiers.
15926         (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
15927         (insert_updated_phi_nodes_for): Likewise.
15928         (update_ssa): Likewise.
15929         * cfganal.c (compute_dominance_frontiers_1): Likewise.
15930         (compute_dominance_frontiers): Likewise.
15931         (compute_idf): Likewise.
15932         * df-problems.c (df_md_local_compute): Likewise.
15933
15934 2010-06-05  Anatoly Sokolov  <aesok@post.ru>
15935
15936         * target.h (struct gcc_target): Add memory_move_cost field.
15937         * target-def.h (TARGET_MEMORY_MOVE_COST): New.
15938         (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
15939         * targhooks.c (default_memory_move_cost): New function.
15940         * targhooks.h (default_memory_move_cost): Declare function.
15941         * reload.h (memory_move_cost): Declare.
15942         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15943         * reginfo.c (memory_move_cost): New function.
15944         (memory_move_secondary_cost): Change type of 'in' argument to bool.
15945         * ira.h (ira_memory_move_cost): Update comment.
15946         * ira.c (ira_memory_move_cost): Update comment.
15947         (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
15948         with memory_move_cost.
15949         * postreload.c (reload_cse_simplify_set): (Ditto.).
15950         * reload1.c (choose_reload_regs): (Ditto.).
15951         * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
15952         (MEMORY_MOVE_COST):  Revise documentation.
15953
15954         * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
15955         * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
15956         * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
15957         type of 'in' argument to bool.
15958         (TARGET_MEMORY_MOVE_COST): Define.
15959
15960 2010-06-05  Jan Hubicka  <jh@suse.cz>
15961
15962         * ipa-pure-const.c (propagate): Fix typo in handling of functions
15963         that cannot return.  Be more careful when merging the results with
15964         previously known ones.
15965
15966 2010-06-05  Matthias Klose  <doko@ubuntu.com>
15967
15968         * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
15969         function to add the -iplugindir option.
15970         (find_plugindir_spec_function): Add new declaration and function.
15971         (static_spec_func): Use it for "find-plugindir".
15972
15973 2010-06-05  Jakub Jelinek  <jakub@redhat.com>
15974
15975         PR c++/44361
15976         * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
15977         * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
15978         statement expression.
15979
15980 2010-06-05  Jan Hubicka  <jh@suse.cz>
15981
15982         * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
15983         (df_rd_problem_data): Convert sparse_invalidated_by_call,
15984         dense_invalidated_by_call to bitmap head.
15985         (df_rd_alloc, df_rd_bb_local_compute_process_def,
15986         df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
15987         df_rd_start_dump, df_lr_verify_transfer_functions,
15988         df_live_verify_transfer_functions, df_chain_create_bb,
15989         df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
15990         df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
15991         df_simulate_one_insn_forwards, df_md_alloc,
15992         df_md_bb_local_compute_process_def,
15993         df_md_bb_local_compute_process_def, df_md_local_compute,
15994         df_md_transfer_function df_md_free): Update.
15995
15996 2010-06-05  Joseph Myers  <joseph@codesourcery.com>
15997
15998         PR c/44322
15999         * c-typeck.c (build_unary_op): Merge qualifiers into pointer
16000         target type for ADDR_EXPR; require no changes to qualifiers except
16001         for function types.
16002         * c-tree.h (c_build_type_variant): Remove.
16003
16004 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
16005
16006         * genautomata.c (get_excl_set): Do work per element, not per char.
16007         (check_presence_pattern_sets): Similar.
16008         (check_absence_pattern_sets): Similar.
16009
16010 2010-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
16011
16012         * genautomata.c (curr_state_pass_num): Delete.
16013         (min_issue_delay_pass_states): Delete.
16014         (min_issue_delay): Delete.
16015         (initiate_min_issue_delay_pass_states): Delete.
16016         (output_min_issue_delay_table): Compute min_issue_delay_vect
16017         using a breadth-first search variant.
16018         (output_tables): Don't call initiate_min_issue_delay_pass_states.
16019
16020 2010-06-04  H.J. Lu  <hongjiu.lu@intel.com>
16021
16022         PR boostrap/44421
16023         * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
16024         (df_byte_lr_bb_local_compute): Likewise.
16025
16026 2010-06-03  Jason Merrill  <jason@redhat.com>
16027
16028         Implement noexcept operator (5.3.7)
16029         * c-common.c (c_common_reswords): Add noexcept.
16030         * c-common.h (enum rid): Add RID_NOEXCEPT.
16031
16032 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
16033
16034         * config/darwin-driver.c (darwin_default_min_version): Use
16035         GCC-specific formats in diagnostics.
16036         * cppspec.c (lang_specific_driver): Use GCC-specific formats in
16037         diagnostics.
16038         * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
16039         execute, process_command, end_going_arg, do_self_spec, do_spec_1,
16040         eval_spec_function, handle_braces, process_brace_body, main,
16041         perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
16042         getenv_spec_function, compare_version_strings,
16043         version_compare_spec_function): Use GCC-specific formats in
16044         diagnostics.
16045
16046 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
16047
16048         * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
16049         that operand 0 and operand 1 are equal.
16050         (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
16051         (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
16052         and operand 1 are equal.
16053         <default>: Ditto.  Remove ??? comment.
16054         (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
16055         and operand 1 are equal.
16056         <default>: Ditto.  Remove ??? comment.
16057         (*adddi_4) <default>: Remove assert that operand 0 and operand 1
16058         are equal.
16059         (*add<mode>_4) <default>: Ditto.
16060         (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
16061
16062 2010-06-04  Nathan Froyd  <froydnj@codesourcery.com>
16063
16064         * config/i386/i386-protos.h (ix86_print_operand): Declare.
16065         * config/i386/i386.c (ix86_print_operand): Make non-static.
16066         * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
16067         * output.h (output_operand): Declare.
16068         * final.c (output_operand): Make non-static.
16069
16070 2010-06-04  Alexandre Oliva  <aoliva@redhat.com>
16071
16072         PR rtl-optimization/44013
16073         * sched-deps.c (add_dependence_list_and_free): Don't free lists
16074         when processing debug insns.
16075
16076         PR debug/41371
16077         * var-tracking.c (find_loc_in_1pdv): Mark initial value before
16078         recursing.  Check that recursion is bounded.  Rename inner var
16079         to avoid hiding incoming argument.
16080
16081 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
16082
16083         * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
16084         operands[2] == 255.
16085         (*addqi_3): Ditto.
16086         (*addqi_4): Ditto.
16087         (*addqi_5): Ditto.
16088         (*addqi_ext_1_rex64): Ditto.
16089         (*addqi_ext_1): Ditto.
16090
16091         (*addqi_4): Check for incdec_operand in QImode.
16092
16093         (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
16094         using SWI mode iterator.
16095         (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
16096         (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
16097         mode iterator.
16098         (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
16099         using SWI mode iterator.
16100
16101 2010-06-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
16102
16103         PR c/25880
16104         * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
16105         * c-format.c (gcc_diag_flag_specs): Add hash.
16106         (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
16107         (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
16108         * c-pretty-print.c (pp_c_cv_qualifier): Rename as
16109         pp_c_cv_qualifiers. Handle qualifiers spelling here.
16110         (pp_c_type_qualifier_list): Call the function above.
16111         * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
16112         * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
16113         (WARN_FOR_QUALIFIERS): New macro.
16114         (convert_for_assignment): Use it.
16115
16116 2010-06-04  Kai Tietz  <kai.tietz@onevision.com>
16117
16118         * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
16119
16120 2010-06-04  Jan Hubicka  <jh@suse.cz>
16121
16122         * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
16123         df_byte_lr_bb_info): Embedd bitmap_head into the structure.
16124         (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
16125         DF_BYTE_LR_OUT): Update for embedded bitmaps.
16126         * fwprop.c (single_def_use_enter_block): Likewise.
16127         * ddg.c (create_ddg_dep_from_intra_loop_link,
16128         add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
16129         * loop-iv.c (latch_dominating_def): Likewise.
16130         * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
16131         df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
16132         df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
16133         df_rd_transfer_function, df_rd_top_dump,
16134         df_rd_bottom_dump): Update.
16135         (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
16136         df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
16137         df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
16138         df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
16139         df_lr_verify_solution_start, df_lr_verify_solution_end,
16140         df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
16141         df_live_free_bb_info, df_live_alloc, df_live_reset,
16142         df_live_bb_local_compute, df_live_init, df_live_transfer_function,
16143         df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
16144         df_live_verify_solution_start, df_live_verify_solution_end,
16145         df_live_verify_transfer_functions, df_chain_create_bb,
16146         df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
16147         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
16148         df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
16149         df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
16150         df_byte_lr_confluence_0, df_byte_lr_confluence_n,
16151         df_byte_lr_transfer_function, df_byte_lr_top_dump,
16152         df_byte_lr_bottom_dump, df_create_unused_note,
16153         df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
16154         df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
16155         df_md_transfer_function, df_md_init, df_md_confluence_0,
16156         df_md_confluence_n,
16157         df_md_top_dump, df_md_bottom_dump): Update.
16158         (struct df_lr_problem_data): Embedd bitmap headers.
16159
16160 2010-06-04  Jan Hubicka  <jh@suse.cz>
16161
16162         * dce.c (dce_process_block): Do not re-scan already marked
16163         instructions.
16164
16165 2010-06-04  Bernd Schmidt  <bernds@codesourcery.com>
16166
16167         PR rtl-optimization/39871
16168         PR rtl-optimization/40615
16169         PR rtl-optimization/42500
16170         PR rtl-optimization/42502
16171         * ira.c (init_reg_equiv_memory_loc: New function.
16172         (ira): Call it twice.
16173         * reload.h (calculate_elim_costs_all_insns): Declare.
16174         * ira-costs.c: Include "reload.h".
16175         (regno_equiv_gains): New static variable.
16176         (init_costs): Allocate it.
16177         (finish_costs): Free it.
16178         (ira_costs): Call calculate_elim_costs_all_insns.
16179         (find_costs_and_classes): Take estimated elimination costs
16180         into account.
16181         (ira_adjust_equiv_reg_cost): New function.
16182         * ira.h (ira_adjust_equiv_reg_cost): Declare it.
16183         * reload1.c (init_eliminable_invariants, free_reg_equiv,
16184         elimination_costs_in_insn, note_reg_elim_costly): New static functions.
16185         (elim_bb): New static variable.
16186         (reload): Move code out of here into init_eliminable_invariants and
16187         free_reg_equiv.  Call them.
16188         (calculate_elim_costs_all_insns): New function.
16189         (eliminate_regs_1): Declare.  Add extra arg FOR_COSTS;
16190         all callers changed.  If FOR_COSTS is true, don't call alter_reg,
16191         but call note_reg_elim_costly if we turned a valid memory address
16192         into an invalid one.
16193         * Makefile.in (ira-costs.o): Depend on reload.h.
16194
16195 2010-06-04  Julian Brown  <julian@codesourcery.com>
16196
16197         * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
16198         for pool ranges.
16199
16200 2010-06-04  Richard Guenther  <rguenther@suse.de>
16201
16202         PR lto/41584
16203         * cgraph.h (struct varpool_node): Add lto_file_data field.
16204         * lto-cgraph.c (input_varpool_node): Initialize it.
16205
16206 2010-06-04  Uros Bizjak  <ubizjak@gmail.com>
16207
16208         * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
16209         * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
16210         predicate in "type" attribute calculation.
16211         (*addsi_1_zext): Ditto.
16212         (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
16213         (*addsi_2_zext): Ditto.
16214         (*add<mode>_3): Ditto.
16215         (*addsi_3_zext): Ditto.
16216         (*add<mode>_5): Ditto.
16217
16218 2010-06-03  Jan Hubicka  <jh@suse.cz>
16219
16220         * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
16221         of bitmap_bit_p.
16222         * cfganal.c (compute_dominance_frontiers_1): Likewise.
16223
16224 2010-06-03  Jan Hubicka  <jh@suse.cz>
16225
16226         * df-problems.c (df_create_unused_note, df_note_bb_compute):
16227         micro-optimize the checks when to add new note.
16228
16229 2010-06-03  Nathan Froyd  <froydnj@codesourcery.com>
16230
16231         * final.c (output_asm_insn): Call
16232         targetm.asm_out.print_operand_punct_valid_p.  Update comments.
16233         (output_operand): Call targetm.asm_out.print_operand.  Update comments.
16234         (output_address): Call targetm.asm_out.print_operand_address.
16235         Update comments.
16236         * target.h (struct gcc_target): Add print_operand,
16237         print_operand_address, and print_operand_punct_valid_p fields.
16238         * targhooks.h (default_print_operand): Declare.
16239         (default_print_operand_address): Declare.
16240         (default_print_operand_punct_valid_p): Declare.
16241         * targhooks.c (default_print_operand): Define.
16242         (default_print_operand_address): Define.
16243         (default_print_operand_punct_valid_p): Define.
16244         * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
16245         (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
16246         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
16247         (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
16248         TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
16249         * vmsdbgout.c (addr_const_to_string): Update comment.
16250         * config/i386/i386.c (print_operand): Rename to...
16251         (ix86_print_operand): ...this.  Make static.
16252         (print_operand_address): Rename to...
16253         (ix86_print_operand_address): ...this.  Make static.  Call
16254         ix86_print_operand instead of PRINT_OPERAND.
16255         (ix86_print_operand_punct_valid_p): New function.
16256         (TARGET_PRINT_OPERAND): Define.
16257         (TARGET_PRINT_OPERAND_ADDRESS): Define.
16258         (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
16259         * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
16260         (PRINT_OPERAND_PUNCT_VALID_P): Delete.
16261         (PRINT_OPERAND): Delete.
16262         (PRINT_OPERAND_ADDRESS): Delete.
16263         * config/i386/i386-protos.h (print_operand): Delete prototype.
16264         (print_operand_address): Delete prototype.
16265
16266 2010-06-03  Richard Guenther  <rguenther@suse.de>
16267
16268         PR tree-optimization/44403
16269         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
16270         Preserve pointer qualifiers.
16271         (vect_create_data_ref_ptr): Likewise.
16272
16273 2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>
16274
16275         PR c++/44294
16276         * defaults.h (MAX_FIXED_MODE_SIZE): New.
16277
16278         * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
16279
16280 2010-06-03  Jakub Jelinek  <jakub@redhat.com>
16281
16282         PR debug/44375
16283         * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
16284         return false if merging the bbs would lead to goto_locus
16285         location being lost from the IL.
16286
16287 2010-06-03  Jan Hubicka  <jh@suse.cz>
16288             Jakub Jelinek  <jakub@redhat.com>
16289
16290         * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
16291         set->regs[i] is NULL or has just one entry.
16292
16293 2010-06-03  Jan Hubicka  <jh@suse.cz>
16294
16295         * lto-cgraph.c (lto_varpool_encoder_size): Remove.
16296         * lto-streamer.h (lto_varpool_encoder_size): New inline function.
16297
16298 2010-06-03  Paul Brook  <paul@codesourcery.com>
16299
16300         * config/arm/arm.c (FL_TUNE): Define.
16301         (arm_default_cpu, arm_cpu_select): Remove.
16302         (all_cores): Populate core field.
16303         (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
16304         (arm_find_cpu): New function.
16305         (arm_handle_option): Lookup cpu/architecture names.
16306         (arm_override_options): Cleanup mcpu/march/mtune handling.
16307         (arm_file_start): Ditto.
16308
16309 2010-06-03  Alan Modra  <amodra@gmail.com>
16310
16311         PR target/44169
16312         * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
16313         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
16314         rtx to gen_load_toc_v4_PIC_1b.  Tidy.
16315         (rs6000_emit_load_toc_table): Likewise.
16316
16317 2010-06-02  Jan Hubicka  <jh@suse.cz>
16318
16319         * passes.c (init_optimization_passes): Put ipa reference
16320         after ipa pure-const.
16321
16322 2010-06-02  Jan Hubicka  <jh@suse.cz>
16323
16324         * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
16325         calls_read_all and calls_write_all.
16326         (get_reference_optimization_summary): Fix formatting.
16327         (is_proper_for_analysis): Check that decl is not readonly.
16328         (propagate_bits): Check CONST/PURE/noreturn flags.
16329         (ipa_init): Move all_module_statics to optimization_summary_obstack.
16330         (analyze_function): Ignore indirect edges.
16331         (copy_global_bitmap): For all module statics, do nothing.
16332         (generate_summary): Do not print calls_read_all/calls_write_all.
16333         (read_write_all_from_decl): Take node as argument; check
16334         cgraph_node_cannot_return.
16335         (propagate): Reorganize read_all/write_all computation;
16336         check indirect edges; check ecf flags; use all_module_statics
16337         in the results; do not free all_module_statics.
16338         (stream_out_bitmap): Handle all_module_statics.
16339         (ipa_reference_write_optimization_summary): Likewise; use
16340         varpool/cgraph encoders to get boundaries.
16341         (ipa_reference_read_optimization_summary): Read in all_module_statics;
16342         use it when possible.
16343
16344 2010-06-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
16345
16346         PR target/44218
16347         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
16348         -mswdiv option.  Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
16349
16350         * doc/extend.texi (powerpc builtins): Document vec_recip,
16351         vec_rsqrt, vec_rsqrte altivec/vsx builtins.
16352
16353         * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
16354         (rs6000_emit_swrsqrt): Ditto.
16355         (rs6000_emit_swdivsf): Delete.
16356         (rs6000_emit_swdivdf): Ditto.
16357         (rs6000_emit_swrsqrtsf): Ditto.
16358
16359         * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
16360         describe the reciprocal estimate support for each type.
16361         (recip_options): Map -mrecip=<opt> into option bits.
16362         (gen_2arg_fn_t): New typedef for binary rtx gen function.
16363         (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
16364         reciprocal estimate instructions.
16365         (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
16366         debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
16367         Set up rs6000_recip_bits based on the -mrecip* options.  Print the
16368         cost information if -mdebug=cost or -mdebug=reg.
16369         (rs6000_override_options): Set -mrecip-precision for power6, and
16370         power7 machines.  If -mvsx or -mdfp, enable various options that
16371         came in previous instruction set ISAs, unless the option was
16372         explicitly disabled by the command line option.  Parse
16373         -mrecip=<opt> options.
16374         (rs6000_builtin_vectorized_function): Add support for vectorizing
16375         the reciprocal estimate builtins and expansions.
16376         (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
16377         (bdesc_2arg): Add reciprocal estimate builtins.
16378         (bdesc_1arg): Add reciprocal square root estimate builtins.
16379         (rs6000_expand_builtin): Rewrite to use a switch statement,
16380         instead of multiple if/then/elses.  Add reciprocal estimate builtins.
16381         (rs6000_init_builtins): Create declarations for reciprocal
16382         estimate builtins.
16383         (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
16384         sized, prefer traditional floating point registers, if integer
16385         vector types, prefer altivec registers.  Don't actually look at
16386         the memory address any more.
16387         (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
16388         builtins.
16389         (rs6000_load_constant_and_splat): New helper function to load up
16390         the constant for reciprocal estimate instructions.
16391         (rs6000_emit_madd): New helper function for generating
16392         multiply/add type instructions, based on the current switches.
16393         (rs6000_emit_msub): Ditto.
16394         (rs6000_emit_mnsub): Ditto.
16395         (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
16396         replace a divide with a reciprocal estimate and fixup, adding
16397         support for machines with high precision and vectors.
16398         (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
16399         low precision machines.
16400         (rs6000_emit_swdiv): New common function to be called to replace a
16401         division with reciprocal estimate and fixup.
16402         (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf.  Add support
16403         for double and vector types.  Add support for high precision machines.
16404
16405         * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
16406         the reciprocal estimate instructions can be generated.
16407         (TARGET_FRE): Ditto.
16408         (TARGET_FRSQRTES): Ditto.
16409         (TARGET_FRSQRTE): Ditto.
16410         (RS6000_RECIP_*): New macros for reciprocal estimate support.
16411
16412         * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
16413         square root estimate on vectors.
16414         (re<mode>2): New insn for reciprocal division estimate on vectors.
16415
16416         * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
16417         New builtin.
16418         (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
16419         (ALTIVEC_BUITLIN_VEC_RE): Ditto.
16420         (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
16421         (VSX_BUILTIN_RSQRT_V4SF): Ditto.
16422         (VSX_BUITLIN_RSQRT_V2DF): Ditto.
16423         (RS6000_BUILTIN_RSQRT): Ditto.
16424         (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
16425         floating point builtin.
16426
16427         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
16428         macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
16429         __RECIP_PRECISION__ based on the command line switches.
16430         (altivec_overloaded_builtins): Add reciprocal estimate builtins.
16431
16432         * config/rs6000/rs6000.opt (-mrecip): Document add support for
16433         replacing division instructions with reciprocal estimate and fixup.
16434         (-mrecip=<opt>): New option.
16435         (-mrecip-precision): Ditto.
16436
16437         * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
16438         (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
16439         (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
16440         precision scalar.
16441
16442         * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
16443         (UNSPEC_VREFP): Ditto.
16444         (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
16445         conterparts with regard to support of -mno-fused-madd and -ffast-math.
16446         (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
16447         reciprocal estimate instructions to be generated.
16448         (altivec_vrefp): Ditto.
16449
16450         * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
16451         estimate support.
16452         (rreg): New mode attribute for reciprocal estimate support.
16453         (recip<mode>3): New insn for division using reciprocal estimate
16454         and fixup builtins.
16455         (divide define_split): New define_split to convert floating point
16456         division to use reciprocal estimate if the user used the
16457         appropriate options and the split is run when we can add new
16458         pseudo registers for the fixup.
16459         (rsqrt<mode>2): New insn for reciprocal square root support.
16460         (recipsf3): Move into recip<mode>3.
16461         (recipdf3): Ditto.
16462         (fres): Use TARGET_FRES.
16463         (rsqrtsf2): Move into rsqrt<mode>2.
16464         (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
16465         (copysignsf3): Add support for VSX.
16466         (fred): Use TARGET_FRE.
16467         (fred_fpr): Ditto.
16468         (rsqrtdf_internal1): New function for frsqrte instruciton.
16469
16470         * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
16471         (vec_rsqrt): Ditto.
16472
16473 2010-06-03  Richard Guenther  <rguenther@suse.de>
16474
16475         PR middle-end/44291
16476         * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
16477         (set_user_assembler_libfunc): Likewise.
16478
16479 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
16480
16481         * mkconfig.sh: Include insn-flags.h and insn-constants.h before
16482         defaults.h.
16483         * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
16484         to defaults.h
16485         * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
16486         DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
16487         FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
16488         STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
16489         STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
16490         STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
16491         STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
16492         STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
16493         * defaults.h: Updated for above mentioned changes.
16494
16495 2010-06-02  Kai Tietz  <kai.tietz@onevision.com>
16496
16497         * c-common.c: Remove header include of tm_p.h.
16498         * Makefile.in (c-common.o): Remove TM_P_H dependency.
16499
16500 2010-06-02  Jakub Jelinek  <jakub@redhat.com>
16501
16502         * tree.h (struct tree_decl_map): New type.
16503         (tree_decl_map_eq, tree_decl_map_marked_p): Define.
16504         (tree_decl_map_hash): New prototype.
16505         (debug_expr_for_decl, value_expr_for_decl): Change into
16506         tree_decl_map hashtab from tree_map.
16507         (init_ttree): Adjust initialization.
16508         (tree_decl_map_hash): New function.
16509         (decl_debug_expr_lookup, decl_debug_expr_insert,
16510         decl_value_expr_lookup, decl_value_expr_insert): Adjust.
16511
16512 2010-06-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16513
16514         * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
16515         linker emulations.
16516         * configure: Regenerate.
16517         * config.in: Regenerate.
16518
16519         * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
16520         (X86_64_EMULATION): Define.
16521         (TARGET_LD_EMULATION): Use them.
16522
16523         * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
16524         (SPARC64_EMULATION): Define.
16525         (LINK_ARCH_SPEC): Use them.
16526
16527 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
16528
16529         * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
16530         smallest_mode_for_size for computing the precision types of new
16531         graphite IVs.  Do not call lang_hooks.types.type_for_size.
16532
16533 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
16534
16535         * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
16536         information.
16537         (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
16538
16539 2010-06-02  Sebastian Pop  <sebastian.pop@amd.com>
16540
16541         PR middle-end/44363
16542         * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
16543         return false instead.
16544
16545 2010-06-02  Jan Hubicka  <jh@suse.cz>
16546
16547         PR middle-end/44295
16548         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
16549         create new cgraph node to check callee.
16550
16551 2010-06-02  Richard Guenther  <rguenther@suse.de>
16552
16553         * lto-streamer-in.c (input_gimple_stmt): Fix typo.
16554
16555 2010-06-02  Richard Guenther  <rguenther@suse.de>
16556
16557         * lto-wrapper.c (lto_wrapper_exit): Rename to ...
16558         (lto_wrapper_cleanup): ... this.  Do not exit.
16559         (fatal): Adjust.  Exit here.
16560         (fatal_perror): Likewise.
16561         (fatal_signal): New function.
16562         (main): Set up signal handlers to cleanup temporary files.
16563         * Makefile.in (lto-wrapper.o): Adjust dependencies.
16564
16565 2010-06-02  Richard Guenther  <rguenther@suse.de>
16566
16567         PR tree-optimization/44377
16568         * tree-ssa-structalias.c (find_func_aliases): Fix typo.
16569
16570 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16571
16572         * config/s390/2097.md (z10_fhex): Remove insn reservation.
16573         * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
16574         (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
16575         *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
16576         instruction.
16577         * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
16578
16579 2010-06-02  Jan Hubicka  <jh@suse.cz>
16580
16581         * bitmap.c (bitmap_descriptor): Add search_iter.
16582         (bitmap_find_bit): Increment it.
16583         (print_statistics): Print it.
16584
16585 2010-06-02  Nathan Froyd  <froydnj@codesourcery.com>
16586
16587         * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
16588         instead of gimple_build_call_vec.  Delete unnecessary local variable.
16589
16590 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
16591
16592         * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
16593         change from yesterday.
16594
16595 2010-06-02  Steven Bosscher  <steven@gcc.gnu.org>
16596
16597         * c-ada-spec.c: Clean up redundant includes.
16598
16599 2010-06-01  Steven Bosscher  <steven@gcc.gnu.org>
16600
16601         * gimplify.c: Do not include except.h and optabs.h.
16602         (gimplify_body): Do not initialize RTL profiling.
16603         * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
16604         langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
16605         * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
16606         output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
16607         langhooks.h.
16608
16609         * tree-pretty-print.h: Include pretty-print.h.
16610         * gimple-pretty-print.h: Include pretty-print.h.
16611
16612         * tree-pretty-print.c: Do not include diagnostic.h.
16613         * tree-vrp.c: Likewise.
16614         * tree-tailcall.c: Likewise
16615         * tree-scalar-evolution.c: Likewise
16616         * tree-ssa-dse.c: Likewise
16617         * tree-chrec.c: Likewise
16618         * tree-ssa-sccvn.c: Likewise
16619         * tree-ssa-copyrename.c: Likewise
16620         * tree-nomudflap.c: Likewise
16621         * tree-call-cdce.c: Likewise
16622         * tree-stdarg.c: Likewise
16623         * tree-ssa-math-opts.c: Likewise
16624         * tree-nrv.c: Likewise
16625         * tree-ssa-sink.c: Likewise
16626         * tree-browser.c: Likewise
16627         * tree-ssa-loop-ivcanon.c: Likewise
16628         * tree-ssa-loop.c: Likewise
16629         * tree-parloops.c: Likewise
16630         * tree-ssa-address.c: Likewise
16631         * tree-ssa-ifcombine.c: Likewise
16632         * tree-if-conv.c: Likewise
16633         * tree-data-ref.c: Likewise
16634         * tree-affine.c: Likewise
16635         * tree-ssa-phiopt.c: Likewise
16636         * tree-ssa-coalesce.c: Likewise
16637         * tree-ssa-pre.c: Likewise
16638         * tree-ssa-live.c: Likewise
16639         * tree-predcom.c: Likewise
16640         * tree-ssa-forwprop.c: Likewise
16641         * tree-ssa-dce.c: Likewise
16642         * tree-ssa-ter.c: Likewise
16643         * tree-ssa-loop-prefetch.c: Likewise
16644         * tree-optimize.c: Likewise
16645         * tree-ssa-phiprop.c: Likewise
16646         * tree-object-size.c: Likewise
16647         * tree-outof-ssa.c: Likewise
16648         * tree-ssa-structalias.c: Likewise
16649         * tree-switch-conversion.c: Likewise
16650         * tree-ssa-reassoc.c: Likewise
16651         * tree-ssa-operands.c: Likewise
16652         * tree-vectorizer.c: Likewise
16653         * tree-vect-data-refs.c: Likewise
16654         * tree-vect-generic.c: Likewise
16655         * tree-vect-stmts.c: Likewise
16656         * tree-vect-patterns.c: Likewise
16657         * tree-vect-slp.c: Likewise
16658         * tree-vect-loop.c: Likewise
16659         * tree-ssa-loop-ivopts.c: Likewise
16660         * tree-ssa-loop-im.c: Likewise
16661         * tree-ssa-loop-niter.c: Likewise
16662         * tree-ssa-loop-unswitch.c: Likewise
16663         * tree-ssa-loop-manip.c: Likewise
16664         * tree-ssa-loop-ch.c: Likewise
16665         * tree-dump.c: Likewise
16666         * tree-complex.c: Likewise
16667
16668         * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
16669         * tree-ssa-uninit.c: Likewise
16670         * tree-ssa-threadupdate.c: Likewise
16671         * tree-ssa-uncprop.c: Likewise
16672         * tree-ssa-ccp.c: Likewise
16673         * tree-ssa-dom.c: Likewise
16674         * tree-ssa-propagate.c: Likewise
16675         * tree-ssa-alias.c: Likewise
16676         * tree-dfa.c: Likewise
16677         * tree-cfgcleanup.c: Likewise
16678         * tree-sra.c: Likewise
16679         * tree-ssa-copy.c: Likewise
16680         * tree-ssa.c: Likewise
16681         * tree-profile.c: Likewise
16682         * tree-cfg.c: Likewise
16683         * tree-ssa-threadedge.c: Likewise
16684         * tree-vect-loop-manip.c: Likewise
16685
16686         * tree-inline.c: Do not include diagnostic.h and expr.h.
16687         Include rtl.h.
16688         (copy_decl_for_dup_finish): Do not use NULL_RTX.
16689
16690         * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
16691         * tree-loop-distribution.c: Likewise.
16692
16693 2010-06-01  Jan Hubicka  <jh@suse.cz>
16694
16695         * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
16696
16697 2010-06-01  Jan Hubicka  <jh@suse.cz>
16698
16699         * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
16700         remove return value.
16701         (split_bbs_on_noreturn_calls) .... here.
16702         * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
16703         * tree-flow.h (fixup_noreturn_call): New.
16704
16705 2010-06-01  Jan Hubicka  <jh@suse.cz>
16706
16707         * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
16708
16709 2010-06-01  Nathan Froyd  <froydnj@codesourcery.com>
16710
16711         * tree.h (build_nt_call_list): Delete.
16712         * tree.c (build_nt_call_list): Delete.
16713
16714 2010-06-01  Jan Hubicka  <jh@suse.cz>
16715
16716         * fwprop.c: Make emit-rtl.h include last.
16717         * rtlanal.c: Include emit-rtl.h.
16718         * genautomata.c: Output emit-rtl include into insn-automata.c
16719         * df-scan.c: Include emit-rtl.h.
16720         * haifa-sched.c: Indlude emit-rtl.h.
16721         * mode-switching.c: Indlude emit-rtl.h.
16722         * graph.c: Indlude emit-rtl.h.
16723         * sel-sched.c: Include emit-rtl.h.
16724         * sel-sched-ir.c: Include emit-rtl.h.
16725         * ira-build.c: Include emit-rtl.h.
16726         * emit-rtl.c (first_insn, last_insn): Remove defines.
16727         (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
16728         Move to emit-rtl.h.
16729         (set_new_first_and_last_insn, get_last_insn_anywhere,
16730         get_first_nonnote_insn, get_last_nonnote_insn, try_split,
16731         make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
16732         delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
16733         emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
16734         push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
16735         Use accessor functions.
16736         * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
16737          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
16738         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
16739         mem_expr_equal_p): Move here from rtl.h.
16740         (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
16741         Move here from emit-rtl.c; make inline.
16742         * cfglayout.h: Include emit-rtl.h.
16743         * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
16744          gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
16745         set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
16746         mem_expr_equal_p, get_insns, set_first-insn,
16747         get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
16748         * reg-stack.c: Include emit-rtl.h.
16749         * dce.c: Likewise.
16750
16751 2010-06-01  Jan Hubicka  <jh@suse.cz>
16752
16753         * cgraph.h (tree_function_versioning): Update prototype.
16754         (cgraph_function_versioning): Update prototype.
16755         * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
16756         bitmap.
16757         (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
16758         (cgraph_materialize_clone, save_inline_function_body): Update use of
16759         tree_function_versioning.
16760         * tree-inline.c (copy_bb): Look for previous copied block to link
16761         after; fix debug output.
16762         (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
16763         (copy_body): Likewise.
16764         (expand_call_inline): Update use of copy_body.
16765         (tree_function_versioning): Update use of copy body; accept
16766         blocks_to_copy and new_entry.
16767
16768 2010-06-01  Jan Hubicka  <jh@suse.cz>
16769
16770         * gegenrtl.c: Remove unnecesary prototypes.
16771         (gendecl): Remove.
16772         (gendef): Produce static inline.
16773         (gencode): Remove.
16774         (main): Do not decode parameters; generate header only.
16775         * Makefile.in (genrtl.c): Remove.
16776
16777 2010-06-01  Jan Hubicka  <jh@suse.cz>
16778
16779         * tree-switch-conversion.c (build_one_array): Make it readonly.
16780
16781 2010-06-01  Richard Guenther  <rguenther@suse.de>
16782
16783         * optabs.c (init_optabs): Guard all accesses to reinit.
16784         * ipa-pure-const.c (propagate): Fix another typo.
16785         * opts.c (common_handle_option): Split assignment to bool.
16786         * c-opts.c (c_common_handle_option): Likewise.
16787
16788 2010-06-01  Arnaud Charlet  <charlet@adacore.com>
16789             Matthew Gingell  <gingell@adacore.com>
16790
16791         * doc/invoke.texi: Mention -fdump-ada-spec.
16792         * tree-dump.c (dump_files): Add ada-spec.
16793         (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
16794         * tree-pass.h (tree_dump_index): Add TDI_ada.
16795         * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
16796         (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
16797         (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
16798         * c-decl.c: Include c-ada-spec.h.
16799         (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
16800         functions.
16801         (c_write_global_declarations): Add handling of -fdump-ada-spec.
16802         * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
16803         * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
16804         * c-ada-spec.h, c-ada-spec.c: New files.
16805
16806 2010-06-01  Richard Guenther  <rguenther@suse.de>
16807
16808         PR lto/43853
16809         * ipa-pure-const.c (get_function_state): Hand back varying state
16810         if we do not have one.
16811         (has_function_state): New function.
16812         (duplicate_node_data): Adjust.
16813         (remove_node_data): Likewise.
16814         (pure_const_write_summary): Likewise.
16815         (propagate): Likewise.  Fix typo.
16816
16817 2010-06-01  Jan Hubicka  <jh@suse.cz>
16818
16819         * tree-cfg.c (verify_stmt): Do not skip could_throw test.
16820         * passes.c (execute_function_todo): Do not make implicit verify_ssa.
16821         (execute_all_ipa_transforms): Do not play with the states.
16822
16823 2010-06-01  Maxim Kuvyrkov  <maxim@codesourcery.com>
16824
16825         * config/arm/t-linux-androideabi: New.
16826         * config.gcc (arm*-*-linux-androideabi): Include multilib config.
16827
16828 2010-06-01  Jan Hubicka  <jh@suse.cz>
16829
16830         * tree-inline.c (estimate_num_insns): For stdarg functions look
16831         into call statement to count cost of argument passing.
16832
16833 2010-06-01  Kai Tietz  <kai.tietz@onevision.com>
16834
16835         * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
16836         argument for fprintf.
16837         (ix86_output_addr_diff_elt): Likewise.
16838         (x86_function_profiler): Likewise.
16839         * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
16840         (LPREFIX): Likewise.
16841         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
16842
16843 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16844
16845         PR target/44338
16846         * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
16847         fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
16848         fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
16849         fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
16850         fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
16851         fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
16852         fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
16853         Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
16854         TARGET_FUSED_MADD.
16855
16856 2010-05-31  Jan Hubicka  <jh@suse.cz>
16857
16858         * tree.h (tree_range_check_failed): Declare noreturn.
16859
16860 2010-05-31  Jan Hubicka  <jh@suse.cz>
16861
16862         * gimple.c (gimple_call_builtin_p): New function.
16863         * gimple.h (gimple_call_builtin_p): Declare.
16864         * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
16865         to exit.
16866         (execute_warn_function_return): BUILT_IN_RETURN is return.
16867         (split_critical_edges): Return edges are not critical.
16868         (is_ctrl_altering_stmt): Builtin_in_return is altering.
16869         (gimple_verify_flow_info): Handle built_in_return.
16870         (execute_warn_function_return): Handle built_in_return.
16871         * ipa-pure-const.c (check_call): Ignore builtin_return.
16872
16873 2010-05-31  Jakub Jelinek  <jakub@redhat.com>
16874
16875         PR middle-end/44337
16876         * expr.c (expand_assignment): Don't store anything for out-of-bounds
16877         array accesses with non-MEM.
16878
16879         PR tree-optimization/44182
16880         * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
16881         newly needs to end a bb is followed by debug stmts, instead return
16882         true from the function at the end.
16883         (maybe_move_debug_stmts_to_successors): New function.
16884         (copy_cfg_body): Call it if copy_edges_for_bb returned true.
16885
16886 2010-05-31  Kai Tietz  <kai.tietz@onevision.com>
16887
16888         PR target/44161
16889         * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
16890
16891 2010-05-31  Eric Botcazou  <ebotcazou@adacore.com>
16892
16893         * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
16894         for nested functions in non-optimized compilation.
16895
16896 2010-05-31  Richard Guenther  <rguenther@suse.de>
16897
16898         * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
16899
16900 2010-05-30  Jan Hubicka  <jh@suse.cz>
16901
16902         * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
16903
16904 2010-05-30  Richard Guenther  <rguenther@suse.de>
16905
16906         PR lto/42975
16907         * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
16908         (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
16909         no longer needed.
16910
16911 2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>
16912
16913         * config/darwin.c (output_objc_section_asm_op): Add comment.
16914         (name_needs_quotes): Add '_' to list of valid comment chars.
16915         (machopic_output_function_base_name): Remove unneeded quotes.
16916         (darwin_encode_section_info): Adjust asm whitespace.
16917         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
16918         (ASM_OUTPUT_LOCAL): Ditto.
16919         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
16920         * config/darwin.h (GLOBAL_ASM_OP): Ditto.
16921         * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
16922
16923 2010-05-30  Eric Botcazou  <ebotcazou@adacore.com>
16924
16925         * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
16926         RS6000_OUTPUT_BASENAME unconditionally.
16927         (rs6000_output_function_epilogue): Likewise.
16928
16929 2010-05-30  Jan Hubicka  <jh@suse.cz>
16930
16931         * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
16932         nodes.
16933
16934 2010-05-30  Richard Guenther  <rguenther@suse.de>
16935
16936         * tree-cfg.c (verify_gimple_assign_single): Implement
16937         verification for COND_EXPR rhs.
16938
16939 2010-05-30  Jan Hubicka  <jh@suse.cz>
16940
16941         * cgraph.h (cgraph_dump_file): Declare.
16942         * cgraphunit.c (cgraph_dump_file): Export.
16943         * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
16944
16945 2010-05-30  Jan Hubicka  <jh@suse.cz>
16946
16947         * dwarf2out.c (reference_to_unused,
16948         premark_types_used_by_global_vars_helper): Avoid creation of new
16949         varpool nodes.
16950
16951 2010-05-30  Jan Hubicka  <jh@suse.cz>
16952
16953         * cgraph.h (cgraph_node_cannot_return,
16954         cgraph_edge_cannot_lead_to_return): New functions.
16955         * cgraph.c (cgraph_node_cannot_return,
16956         cgraph_edge_cannot_lead_to_return): Use them.
16957         * ipa-pure-const.c (pure_const_names): New static var.
16958         (check_call): Handle calls not leading to return.
16959         (pure_const_read_summary): Dump info read.
16960         (propagate): Dump info about propagation process; ignore side effects
16961         of functions not leading to exit; fix handling of pure functions.
16962
16963 2010-05-30  Jan Hubicka  <jh@suse.cz>
16964
16965         * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
16966         for tail call epilogues.
16967
16968 2010-05-30  Jan Hubicka  <jh@suse.cz>
16969
16970         * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
16971         ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
16972         dump files.
16973
16974 2010-05-29  Jan Hubicka  <jh@suse.cz>
16975
16976         * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
16977         node; remove references in node we no longer keep in cgrpah but need
16978         body of.
16979
16980 2010-05-29  Jan Hubicka  <jh@suse.cz>
16981
16982         * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
16983
16984 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16985
16986         PR target/44165
16987         * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
16988
16989 2010-05-29  Jan Hubicka  <jh@suse.cz>
16990
16991         * tree-vrp.c (debug_value_range, debug_all_value_ranges,
16992         debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
16993         * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
16994         debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
16995         debug_names_replaced_by, debug_update_ssa): Likewise.
16996         * sbitmap.c (debug_sbitmap): Likewise.
16997         * genrecog.c (debug_decision, debug_decision_list): Likewise.
16998         * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
16999         debug_tree_chain): Likewise.
17000         * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
17001         * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
17002         * optabs.c (debug_optab_libfuncs): Likewise.
17003         (verify_loop_closed_ssa): Likewise.
17004         * value-prof.c (verify_histograms): Likewise.
17005         * reload.c (debug_reload_to_stream, debug_reload): Likewise.
17006         * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
17007         * cfghooks.c (verify_flow_info): Likewise.
17008         * fold-const.c (debug_fold_checksum): Likewise.
17009         * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
17010         * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
17011         Likewise.
17012         * omega.c (debug_omega_problem): Likewise.
17013         * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
17014         * tree-ssa-ccp.c (debug_lattice_value): Likewise.
17015         * dominance.c (verify_dominators, debug_dominance_info,
17016         debug_dominance_tree): Likewise.
17017         * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
17018         * df_regno_debug, df_ref_debug,
17019         debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
17020         debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
17021         * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
17022         * sel-sched.c (debug_state): Likewise.
17023         * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
17024         Likewise.
17025         * cfganal.c (print_edge_list, verify_edge_list): Likewise.
17026         * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
17027         * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
17028         * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
17029         Likewise.
17030         * c-pretty-print.c (debug_c_tree): Likewise.
17031         * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
17032         debug_av_set, debug_lv_set, debug_ilist, debug_blist,
17033         debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
17034         * ebitmap.c (debug_ebitmap): Likewise.
17035         * function.c (debug_find_var_in_block_tree): Likewise.
17036         * print-rtl.c (debug_rtx): Likewise.
17037         (debug_rtx_count): Likewise.
17038         (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
17039         * stor-layout.c (debug_rli): Likewise.
17040         * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
17041         * tree-data-ref.c (debug_data_references,
17042         debug_data_dependence_relations, debug_data_reference,
17043         debug_data_dependence_relation, debug_rdg_vertex,
17044         debug_rdg_component, debug_rdg): Likewise.
17045         * tree-affine.c (debug_aff): Likewise.
17046         * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
17047         Likewise.
17048         * except.c (debug_eh_tree, verify_eh_tree): Likewise.
17049         * emit-rtl.c (verify_rtl_sharing): Likewise.
17050         * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
17051         debug_value_expressions): Likewise.
17052         * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
17053         * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
17054         * print-tree.c (debug_tree, debug_vec_tree): Likewise.
17055         * cfglayout.c (verify_insn_chain): Likewise.
17056         * graphite-clast-to-gimple.c (debug_clast_name_indexes,
17057         debug_clast_stmt, debug_generated_program): Likewise.
17058         * ggc-page.c (debug_print_page_list): Likewise.
17059         * tree-ssa-ter.c (debug_ter): Likewise.
17060         * graphite-dependences.c (debug_pddr): Likewise.
17061         * sched-deps.c (debug_ds): Likewise.
17062         * tree-ssa.c (verify_ssa): Likewise.
17063         * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
17064         debug_scattering_functions, debug_iteration_domains, debug_pdr,
17065         debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
17066         debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
17067         * tree-inline.c (debug_find_tree): Likewise.
17068         * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
17069         debug_ppl_powerset_matrix): Likewise.
17070         * var-tracking.c (debug_dv): Likewise.
17071         * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
17072         * cfgloop.c (verify_loop_structure): Likewise.
17073         * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
17074         * c-common.c (verify_sequence_points): Likewise.
17075         * sched-rgn.c (debug_regions, debug_region, debug_candidate,
17076         debug_candidates, debug_rgn_dependencies): Likewise.
17077         * tree-ssa-structalias.c (debug_constraint, debug_constraints,
17078         * debug_constraint_graph, debug_solution_for_var,
17079         debug_sa_points_to_info): Likewise.
17080         * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
17081         Likewie.
17082         * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
17083         debug_loops, debug_loop, debug_loop_num): Likewise.
17084         * passes.c (debug_pass): Likewise.
17085         (dump_properties): Likewise; add cfglayout property.
17086         (debug_properties): Likewise.
17087         * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
17088         * varpool.c (debug_varpool): Likewise.
17089         * regcprop.c (debug_value_data): Likewise.
17090         * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
17091         debug_immediate_uses_for): Likewise.
17092
17093 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
17094
17095         PR bootstrap/44315
17096         * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
17097         Filter out insn-flags.h.
17098
17099 2010-05-29  Jan Hubicka  <jh@suse.cz>
17100
17101         * cgraph.h (struct varpool_node_set_def,
17102         struct cgraph_node_set_def): Remove unused AUX pointer.
17103         (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
17104         VEC_empty macro.
17105
17106 2010-05-29  Jan Hubicka  <jh@suse.cz>
17107
17108         PR middle-end/44324
17109         * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
17110
17111 2010-05-29  Richard Guenther  <rguenther@suse.de>
17112
17113         * lto-streamer.c (cached_bp): New global variable.
17114         (bitpack_create): Return the cached bitpack, if available.
17115         (bitpack_delete): Clear and cache the bitpack, if appropriate.
17116         (bp_pack_value): Remove redundant asserts.
17117
17118 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
17119
17120         PR middle-end/44306
17121         * tree-if-conv.c (is_true_predicate): New.
17122         (is_predicated): Use is_true_predicate.
17123         (add_to_predicate_list): Same.  Do not use unshare_expr.
17124         (add_to_dst_predicate_list): Same.
17125
17126 2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>
17127
17128         * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
17129         field on edges.
17130         (predicate_bbs): Same.
17131         (clean_predicate_lists): Same.
17132         (find_phi_replacement_condition): Do not AND the predicate from
17133         edge->aux.
17134
17135 2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>
17136
17137         PR bootstrap/44315
17138         * Makefile.in (build/gencondmd.o): Add a missing `\'.
17139
17140 2010-05-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17141
17142         PR target/44261
17143         config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
17144         (negdf2): Adjust expander pattern and use negdf2_slow.
17145         (negsf2): Likewise.
17146
17147 2010-05-29  Nathan Froyd  <froydnj@codesourcery.com>
17148
17149         * basic-block.h (struct control_flow_graph): Move last_label_uid field
17150         up.
17151         * df.h (struct df_base_ref): Move regno field up.
17152         * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
17153         * expr.h (struct separate_ops): Move location field up.
17154         * optabs.h (struct optab_d): Move libcall_basename field down.
17155         * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
17156         * config/i386/i386.h (struct machine_function): Convert call_abi field
17157         into a bitfield.  Move cfa field to the end of the structure.
17158
17159 2010-05-29  Jan Hubicka  <jh@suse.cz>
17160
17161         * varpool.c (varpool_get_node): Fix lookup.
17162
17163 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
17164
17165         * config/spu/spu-protos.h: Do not include rtl.h.  Protect
17166         RTL specific prototypes with #ifdef RTX_CODE.
17167         * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
17168         * config/spu/t-spu-elf: Fix dependencies.
17169
17170         * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
17171
17172 2010-05-29  Mike Stump  <mikestump@comcast.net>
17173
17174         PR bootstrap/44315
17175         * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
17176         TM_H when building to avoid dependency loops.
17177
17178 2010-05-29  Jan Hubicka  <jh@suse.cz>
17179
17180         * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
17181         refs and body; not the whole node for masters of materialized clones.
17182
17183 2010-05-29  Mike Stump  <mikestump@comcast.net>
17184
17185         * config/rs6000/rs6000-c.c: Remove c-tree.h include.
17186
17187 2010-05-29  Jan Hubicka  <jh@suse.cz>
17188
17189         * cgraph.c (clone_function_name): Take SUFFIX argument; export.
17190         (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
17191         use of clone_function_name.
17192         * cgraph.h (cgraph_create_virtual_clone,
17193         cgraph_function_versioning): update prototypes.
17194         (clone_function_name): Declare.
17195         * ipa-cp.c (ipcp_insert_stage): Update call of
17196         cgraph_create_virtual_clone.
17197         * omp-low.c (create_omp_child_function_name): Use
17198         cgraph_create_virtual_clone.
17199         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
17200         (cgraph_function_versioning): Take SUFFIX argument; produce new name
17201         and make decl local.
17202
17203 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
17204
17205         * vec.h: Include statistics.h
17206         * Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
17207         with VEC_H.
17208
17209 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
17210
17211         * c-lex.c: Do not include c-tree.h.
17212         * c-pretty-print.c: Likewise.
17213         * c-opts.c: Likewise.
17214         * c-gimplify.c: Likewise.
17215         * c-common.c: Likewise.
17216         * c-dump.c: Likewise.  Include c-common.h.
17217
17218 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
17219
17220         * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
17221         before including diagnostic-core.h.
17222         (c_cpp_error): New prototype moved from c-tree.h.
17223         Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
17224         * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
17225         (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
17226         (c_cpp_error): Prototype moved to c-common.h.
17227         * Makefile.in: Update dependency for C_COMMON_H.
17228
17229 2010-05-29  Steven Bosscher  <steven@gcc.gnu.org>
17230
17231         * c-common.h: Add FIXME for awkward split of c_register_addr_space.
17232         * c-common.c (c_register_addr_space): Remove here.
17233         * c-decl.c (c_register_addr_space): Re-add here.
17234
17235 2010-05-28  Mike Stump  <mikestump@comcast.net>
17236
17237         * config/darwin-c.c: Remove c-tree.h include.
17238
17239 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
17240
17241         * gcc.c: Include diagnostic.h.
17242         (error_count): Remove.  All users changed to use errorcount.
17243         (programname): Remove.  All users changed to use progname.
17244         (fancy_abort, internal_error, fatal_error, error, warning, inform,
17245         fnotice): Remove.
17246         (execute): Don't include "Internal error" and bug reporting
17247         information in argument of internal_error call.
17248         (process_command): Don't increment error_count after calling
17249         perror_with_name.
17250         (input_filename): Rename to gcc_input_filename.  All users
17251         changed.
17252         (main): Call diagnostic_initialize.  Register delete_temp_files
17253         with atexit.  Use seen_error to test for errors.
17254         * gcc.h: Include diagnostic-core.h.
17255         (fatal_error, error, warning): Remove.
17256         * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
17257         (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
17258         (gcc.o): Update dependencies.
17259
17260 2010-05-28  Jeff Law  <law@redhat.com>
17261
17262         * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
17263         functions.
17264         * ira.h (ira_bad_reload_regno): Declare
17265         * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
17266
17267         * ira-color.c (update_curr_costs): Free updated hard reg costs.
17268         (ira_reassign_conflict_allocnos): Remove bogus asserts.
17269         (allocno_reload_assign): Likewise.
17270
17271 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
17272
17273         * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
17274         build1_stat.
17275
17276 2010-05-28  Richard Guenther  <rguenther@suse.de>
17277
17278         PR lto/44312
17279         * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
17280         Stream fixed-point constants mode.
17281         (unpack_ts_type_value_fields): Fix width of TYPE_MODE
17282         and TYPE_PRECISION.
17283         * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
17284         Stream fixed-point constants mode.
17285         (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
17286         and TYPE_PRECISION.
17287
17288 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
17289
17290         * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
17291         only place it was called from.
17292         (number_of_latch_executions): Do not return chrec_dont_know when the
17293         may_be_zero is a runtime condition: instead, return a COND_EXPR
17294         including the may_be_zero condition.
17295         * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
17296         of nb_iterations.
17297         * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
17298         COND_EXPRs.
17299
17300 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
17301
17302         * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
17303         generate COND_EXPRs for degenerate_phi_result.
17304
17305 2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>
17306
17307         PR middle-end/44293
17308         * tree-if-conv.c (if_convertible_loop_p): Check the
17309         if-convertibility of phi nodes in non predicated BBs.
17310
17311 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
17312
17313         * gcc.c (error, warning, inform): Remove duplicate ": " in output.
17314
17315 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
17316
17317         PR driver/15303
17318         * gcc.c (inform, warning, inform): New functions.
17319         (fatal_ice): Rename to internal_error; change cmsgid parameter to
17320         gmsgid.  All callers changed.
17321         (notice): Rename to fnotice; add parameter fp.  All callers changed.
17322         (fatal_error): Rename to fatal_signal.  All users changed.
17323         (fatal): Rename to fatal_error; change cmsgid parameter to
17324         gmsgid.  All callers changed.
17325         (process_command): Use warning instead of error for warnings.
17326         (end_going_arg): Don't use _() around argument of error.
17327         (do_spec_1): Use inform for message from %n specs.  Use warning
17328         instead of error for warnings.
17329         (main): Use inform for comparison messages.  Use warning for
17330         message about unused linker input.
17331         (error): Increment error_count.  Print "error: ".
17332         * gcc.h (fatal): Change to fatal_error.
17333         (warning): Declare.
17334         * config/darwin-driver.c (darwin_default_min_version): Use warning
17335         instead of fprintf for warnings.
17336         * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
17337
17338 2010-05-28  Julian Brown  <julian@codesourcery.com>
17339
17340         * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
17341         (*thumb2_addsi3_compare0_scratch): New.
17342         * config/arm/constraints.md (Pv): New.
17343         * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
17344         for ARM mode only.
17345         (*addsi3_compare0_scratch): Likewise.
17346
17347 2010-05-28  Jan Hubicka  <jh@suse.cz>
17348
17349         * ipa-reference.c (add_static_var): Remove redundant all_module_statics
17350         check.
17351         (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
17352         only on local statics.
17353
17354 2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>
17355
17356         * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
17357
17358 2010-05-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
17359
17360         PR bootstrap/44314
17361         * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
17362         (OPTION_GLIBC): Define.
17363
17364 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
17365
17366         PR debug/41048
17367         * dwarf2out.c (double_int_type_size_in_bits): New function.
17368         (round_up_to_align): Change first argument and return value to
17369         double_int.
17370         (field_byte_offset): Work internally on double_ints.
17371
17372         PR target/43636
17373         * builtins.c (expand_movstr): Use a temporary pseudo instead
17374         of target even when target is not NULL and not const0_rtx, but
17375         fails movstr predicate.
17376         * config/m32c/blkmov.md (movstr): Add predicate to first operand.
17377
17378 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
17379
17380         * final.c (rest_of_clean_state): Use %m in errors instead of
17381         strerror (errno).
17382         * gengtype.c (read_input_list, close_output_files): Use xstrerror
17383         instead of strerror.
17384         * toplev.c (process_options): Use %m in errors instead of strerror
17385         (errno).
17386         * tree-dump.c (dump_begin): Use %m in errors instead of strerror
17387         (errno).
17388
17389 2010-05-28  Uros Bizjak  <ubizjak@gmail.com>
17390
17391         * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
17392         (ix86_canonical_va_list_type): Make static.  Add declaration.
17393         (ix86_enum_va_list): Make static.  Reindent.
17394         * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
17395         (ix86_canonical_va_list_type): Ditto.
17396         (ix86_enum_va_list): Ditto.
17397
17398 2010-05-28  Richard Guenther  <rguenther@suse.de>
17399
17400         * lto-wrapper.c (run_gcc): With -save-temps generate a
17401         user-visible ltrans filename.  Fixup ltrans unit numbering.
17402
17403 2010-05-28  Kai Tietz  <kai.tietz@onevision.com>
17404
17405         * c-common.c (c_common_nodes_and_builtins): Replace use
17406         of TARGET_ENUM_VA_LIST by target hook enum_va_list.
17407         * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
17408         to ix86_enum_va_list.
17409         * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
17410         * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
17411         (TARGET_ENUM_VA_LIST_P): Add hook description.
17412         * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
17413         * target.h (gcc_target): Add enum_va_list hook.
17414
17415         PR bootstrap/44299
17416         * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
17417         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
17418         * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
17419
17420 2010-05-28  Alan Modra  <amodra@gmail.com>
17421
17422         PR target/44266
17423         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
17424         emit_library_call machinery to set up __tls_get_addr calls.
17425
17426 2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17427
17428         * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
17429
17430 2010-05-28  Dodji Seketeli  <dodji@redhat.com>
17431
17432         Revert fix for PR c++/44188
17433         * c-common.c (is_typedef_decl): Revert the moving of  this
17434         definition ...
17435         * tree.c (is_typedef_decl): ... here.
17436         (typdef_variant_p): Revert the moving of this  definition
17437         here from cp/tree.c.
17438         * c-common.h (is_typedef_decl): Revert the moving of this
17439         declaration ...
17440         * tree.h (is_typedef_decl): ... here.
17441         (typedef_variant_p): Revert the moving of this  declaration here
17442         from cp/cp-tree.h
17443         * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
17444         (gen_tagged_type_die): Revert the splitting out of ...
17445         (gen_type_die_with_usage): ... this function. Revert the anonymous
17446         tagged type handling.
17447         (gen_typedef_die): Revert emitting DW_TAG_typedef  for
17448         typedefs naming anonymous tagged types.
17449
17450 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
17451
17452         * config/rs6000/rs6000-modes.def (PSImode): Delete.
17453
17454 2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
17455
17456         * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
17457         * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
17458         throughout.
17459         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
17460         "xer" to "ca".
17461         Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
17462         XER_REGS to CA_REGS throughout.
17463         * config/rs6000/rs6000.h: Same.
17464         (ADDITIONAL_REGISTER_NAMES): Add "xer".
17465         * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
17466         that mode_iterator "P" is the size for arithmetic carries as well.
17467         * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
17468
17469 2010-05-28  Jakub Jelinek  <jakub@redhat.com>
17470
17471         PR bootstrap/44255
17472         * combine.c (struct rtx_subst_pair): Define unconditionally.
17473         (propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
17474         copy_rtx pair->to instead of cleanup_auto_inc_dec it.
17475         Call make_compound_operation on pair->to.
17476         (propagate_for_debug): Don't call make_compound_operation here.
17477         Always use simplify_replace_fn_rtx.
17478
17479 2010-05-27  Sterling Augustine  <sterling@tensilica.com>
17480
17481         * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
17482         * config/xtensa/xtensa.c (override_options): Check
17483           TARGET_FORCE_NO_PIC and set flag_pic.
17484         * config/xtensa/xtensa.opt: Document -mforce-no-pic
17485
17486 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
17487
17488         PR bootstrap/44299
17489         * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
17490         * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
17491
17492 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
17493
17494         * diagnostic-core.h: New.  Contents moved from diagnostic.h and
17495         toplev.h.
17496         * diagnostic.c: Don't include toplev.h.
17497         (progname): Define.  Moved from toplev.c.
17498         (seen_error): New function.
17499         * diagnostic.h: Include diagnostic-core.h.
17500         (diagnostic_t, emit_diagnostic): Don't declare here.
17501         * toplev.c (progname): Move to toplev.c.
17502         (emit_debug_global_declarations, compile_file, finalize,
17503         do_compile, toplev_main): Use seen_error.
17504         * toplev.h: Include diagnostic-core.h.
17505         (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
17506         internal_error, warning, warning_at, error, error_n, error_at,
17507         fatal_error, pedwarn, permerror, sorry, inform, inform_n,
17508         verbatim, fnotice, progname): Move to diagnostic-core.h.
17509         * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
17510         (expand_builtin_expect): Use seen_error.
17511         * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
17512         (c_make_fname_decl, c_write_global_declarations): Use seen_error.
17513         * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
17514         * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
17515         * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
17516         * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
17517         errorcount for errors.
17518         * c-opts.c (c_common_finish): Use seen_error.
17519         * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
17520         * cgraphunit.c (verify_cgraph_node, verify_cgraph,
17521         cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
17522         * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
17523         (get_coverage_counts): Use seen_error.
17524         * dwarf2out.c (dwarf2out_finish): Use seen_error.
17525         * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
17526         gimplify_body): Use seen_error.
17527         * ipa-inline.c (cgraph_early_inlining): Use seen_error.
17528         * ipa-pure-const.c (gate_pure_const): Use seen_error.
17529         * ipa-reference.c (gate_reference): Use seen_error.
17530         * jump.c: Include diagnostic-core.h instead of diagnostic.h.
17531         * lambda-code.c: Include diagnostic-core.h instead of
17532         diagnostic.h.
17533         * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
17534         * lto-compress.c: Include diagnostic-core.h instead of
17535         diagnostic.h.
17536         * lto-section-in.c: Include diagnostic-core.h instead of
17537         diagnostic.h.
17538         * lto-streamer-out.c: Include diagnostic-core.h instead of
17539         diagnostic.h.
17540         * lto-streamer.c: Include diagnostic-core.h instead of
17541         diagnostic.h.
17542         (gate_lto_out): Use seen_error.
17543         * matrix-reorg.c: Include diagnostic-core.h instead of
17544         diagnostic.h.
17545         * omega.c: Include diagnostic-core.h instead of diagnostic.h.
17546         * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
17547         (gate_expand_omp, lower_omp_1): Use seen_error.
17548         * passes.c: Include diagnostic-core.h instead of diagnostic.h.
17549         (rest_of_decl_compilation, rest_of_type_compilation,
17550         gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
17551         * tree-cfg.c (label_to_block_fn): Use seen_error.
17552         * tree-inline.c (optimize_inline_calls): Use seen_error.
17553         * tree-mudflap.c (mudflap_finish_file): Use
17554         seen_error.
17555         * tree-optimize.c (gate_all_optimizations,
17556         gate_all_early_local_passes, gate_all_early_optimizations): Use
17557         seen_error.
17558         * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
17559         * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
17560         (varpool_remove_unreferenced_decls,
17561         varpool_assemble_pending_decls): Use seen_error.
17562         * Makefile.in (DIAGNOSTIC_CORE_H): Define.
17563         (TOPLEV_H, DIAGNOSTIC_H): Update.
17564         (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
17565         lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
17566         c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
17567         builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
17568         coverage.o, lambda-code.o): Update dependencies.
17569
17570 2010-05-25  Dodji Seketeli  <dodji@redhat.com>
17571
17572         PR c++/44188
17573         * c-common.c (is_typedef_decl): Move this definition ...
17574         * tree.c (is_typedef_decl): ... here.
17575         (typdef_variant_p): Move definition here from cp/tree.c.
17576         * c-common.h (is_typedef_decl): Move this declaration ...
17577         * tree.h (is_typedef_decl): ... here.
17578         (typedef_variant_p): Move declaration here from cp/cp-tree.h
17579         * dwarf2out.c (is_naming_typedef_decl): New function.
17580         (gen_tagged_type_die): Split out of ...
17581         (gen_type_die_with_usage): ... this function. When an anonymous
17582         tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
17583         is emitted for the typedef.
17584         (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
17585         anonymous tagged types.
17586
17587 2010-05-27  Jason Merrill  <jason@redhat.com>
17588
17589         * print-tree.c (debug_vec_tree): New fn.
17590         (print_vec_tree): New fn.
17591         * tree.h: Declare them.
17592         * gdbinit.in (pvt): New command.
17593
17594         * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
17595
17596         * gdbinit.in (pdd): New command.
17597
17598 2010-05-27  Jan Hubicka  <jh@suse.cz>
17599
17600         * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
17601         (update_caller_keys): Return early if there are no callers;
17602         only update fibheap when decresing the key.
17603         (update_callee_keys): Avoid recursion.
17604         (decide_inlining_of_small_functions): When badness does not match;
17605         re-insert into fibheap.
17606
17607 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
17608
17609         * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
17610         (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
17611         (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
17612         (ALL_HOST_OBJS): Now a union of the above two.
17613         <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
17614         all files in ALL_HOST_FRONTEND_OBJS.
17615         * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
17616
17617         * c-common.c: Pretend to be a backend file by undefining
17618         IN_GCC_FRONTEND (still need rtl.h here).
17619
17620 2010-05-27  Jan Hubicka  <jh@suse.cz>
17621
17622         * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
17623         * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
17624
17625 2010-05-27  Jan Hubicka  <jh@suse.cz>
17626
17627         * sched-ebb.c: Rename struct deps to struct deps_desc.
17628         * ddg.c: Likewise.
17629         * sel-sched-ir.c: Likewise.
17630         * sched-deps.c: Likewise.
17631         * sched-int.h: Likewise.
17632         * sched-rgn.c: Likewise.
17633
17634 2010-05-27  Jon Beniston  <jon@beniston.com>
17635
17636         PR 43726
17637         * config/lm32/lm32.h: Remove definition of
17638         GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
17639
17640 2010-05-27  Eric Botcazou  <ebotcazou@adacore.com>
17641
17642         PR lto/44230
17643         * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
17644
17645 2010-05-27  Richard Guenther  <rguenther@suse.de>
17646
17647         PR tree-optimization/44284
17648         * tree-vect-stmts.c (vectorizable_assignment): Handle
17649         sign-changing conversions as simple copy.
17650
17651 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
17652
17653         * gthr-posix.h (pthread_cancel): Don't declare if compiling against
17654         Bionic C library.
17655         (__gthread_active_p): Check for pthread_create if compiling against
17656         Bionic C library.
17657
17658 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
17659
17660         Support compilation for Android platform.  Reimplement -mandroid.
17661
17662         * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
17663         (*android*): Set ANDROID_DEFAULT.
17664         (arm*-*-linux*): Include linux-android.h.
17665         (arm*-*-eabi*): Don't include previous -mandroid implementation.
17666         * config/arm/eabi.h: Remove, move Android-specific parts ...
17667         * config/linux-android.h: ... here.  New file.
17668         * config/arm/eabi.opt: Rename to ...
17669         * config/linux-android.opt: ... this.
17670         (mandroid): Allow -mno-android option.  Initialize based on
17671         ANDROID_DEFAULT.
17672         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
17673         Move logic to corresponding LINUX_TARGET_* macros.
17674         (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
17675         * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
17676         (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
17677         Android definitions.
17678         (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
17679         * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
17680         Document.
17681
17682 2010-05-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
17683
17684         Add support for Bionic C library
17685
17686         * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
17687         macro.
17688         (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
17689         (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
17690
17691         * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
17692         (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
17693         (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
17694         to support multiple C libraries.  Handle Bionic.
17695         (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
17696         (BIONIC_DYNAMIC_LINKER64): Define.
17697         (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
17698         Update.
17699         (TARGET_HAS_SINCOS): Enable for Bionic.
17700
17701         * config/linux.opt: Rewrite to handle more than 2 C libraries.  Make
17702         the last option specified on command line take effect.
17703         (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
17704         (mbionic): New.
17705         (mglibc, muclibc): Update.
17706
17707         * config/alpha/linux-elf.h, config/rs6000/linux64.h,
17708         * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
17709         DEFAULT_LIBC.
17710
17711         * doc/invoke.texi (-mglibc, -muclibc): Update.
17712         (-mbionic): Document.
17713
17714 2010-05-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17715
17716         * c-common.h (c_register_addr_space): Add prototype.
17717         (ADDR_SPACE_KEYWORD): Remove.
17718         * c-common.c (c_register_addr_space): New function.
17719         (c_addr_space_name): Reimplement.
17720         (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
17721
17722         * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
17723         (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
17724
17725         * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
17726         Remove TARGET_ADDR_SPACE_KEYWORDS.
17727
17728 2010-05-27  Joseph Myers  <joseph@codesourcery.com>
17729
17730         * input.c: New file.
17731         * input.h (main_input_filename): Move declaration to toplev.h.
17732         * toplev.c (input_location, line_table): Move to input.c
17733         * toplev.h (main_input_filename): Move declaration from input.h.
17734         * tree.c (expand_location): Move to input.c.
17735         * Makefile.in (OBJS-common): Add input.o.
17736         (input.o): Add dependencies.
17737
17738 2010-05-27  Richard Guenther  <rguenther@suse.de>
17739
17740         * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
17741         for non-existant files.
17742         (fork_execute): Mark args_name file as deleted.
17743
17744 2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
17745
17746         PR bootstrp/44287
17747         * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
17748         (narrow_signed_type): Likewise.
17749
17750 2010-05-26  Jan Hubicka  <jh@suse.cz>
17751
17752         * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
17753         edge only when checking is enabled; check using former_clone_of;
17754         check inline clones too.
17755         (cgraph_materialize_clone): Record former_clone_of pointer.
17756         (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
17757         combining redirections; dump args_to_skip bitmap
17758         (cgraph_materialize_all_clones): Do no redirection here.
17759         * ipa-inline.c (inline_transform): Do redirection here.
17760         * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
17761         cheking only).
17762
17763 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17764
17765         * config/avr/avr-c.c: Do not include regs.h.
17766         Include cpplib.h for cpp_define and tree.h for c-common.h.
17767         * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
17768         * config/avr/t-avr: Fix dependencies for avr-c.o.
17769
17770 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17771
17772         * explow.c (set_stack_check_libfunc): Adjust to accept name as a
17773         string instead of SYMBOL_REF rtx.
17774         * rtl.h (set_stack_check_libfunc): Move prototype from here...
17775         * libfuncs.h: ...to here.  Adjust for explow.c change.
17776
17777 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
17778
17779         * pretty-print.c: Don't include ggc.h.
17780         (identifier_to_locale_alloc, identifier_to_locale_free): Define.
17781         (identifier_to_locale): Use them for allocation.
17782         * pretty-print.h (identifier_to_locale_alloc,
17783         identifier_to_locale_free): Declare.
17784         * toplev.c (alloc_for_identifier_to_locale): New.
17785         (general_init): Set identifier_to_locale_alloc and
17786         identifier_to_locale_free.
17787         * Makefile.in (pretty-print.o): Update dependencies.
17788
17789 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
17790
17791         * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
17792         pointer types if they have different alignment or mode.
17793
17794 2010-05-26  Anatoly Sokolov  <aesok@post.ru>
17795
17796         * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
17797         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
17798         * config/sparc/sparc-protos.h (function_value): Remove declaration.
17799         * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
17800         sparc_function_value_regno_p): New functions.
17801         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
17802         TARGET_FUNCTION_VALUE_REGNO_P): Define.
17803         (function_value): Rename to...
17804         (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
17805         argument to 'outgoing'.
17806         (function_arg_record_value, function_arg_union_value,
17807         function_arg_vector_value): Update comment.
17808
17809 2010-05-26  Eric Botcazou  <ebotcazou@adacore.com>
17810
17811         * dwarf2out.c (struct dw_fde_struct): Reorder flags.
17812         (fde_needed_for_eh_p): New predicate.
17813         (output_call_frame_info): Use it throughout to decide whether FDEs
17814         are needed for EH purpose.
17815         (dwarf2out_begin_prologue): Reorder assignments.
17816
17817 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17818
17819         * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
17820         special case loop->header.
17821         (is_predicated): New.
17822         (if_convertible_loop_p): Call it.
17823
17824 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17825
17826         * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
17827         iterator in parameter.  Do not generate code during the analysis.
17828         (tree_if_convert_cond_stmt): Removed.
17829         (tree_if_convert_stmt): Removed.
17830         (predicate_bbs): New.
17831         (if_convertible_loop_p): Call predicate_bbs.
17832         (tree_if_conversion): Simplify the top-level logic as predicate_bbs
17833         now contains all the analysis part.
17834
17835 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17836
17837         * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
17838         statements in the analysis part.
17839         (tree_if_convert_stmt): Update comment.
17840         (remove_conditions_and_labels): New.
17841         (combine_blocks): Call remove_conditions_and_labels.
17842         (tree_if_conversion): Update comment.
17843
17844 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17845
17846         * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
17847         than 2 predecessors or more than 2 successors.
17848
17849 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17850
17851         * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
17852         of loops in which the data dependence analysis fails.
17853
17854 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17855
17856         * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
17857         CDI_POST_DOMINATORS.
17858         (tree_if_conversion): Same.
17859
17860 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17861
17862         * tree-if-conv.c (tree_if_conversion): Do not return a bool.
17863
17864 2010-05-26  Sebastian Pop  <sebastian.pop@amd.com>
17865
17866         * tree-if-conv.c: Update copyright years.  Fix comments.
17867         Fix indentation.
17868
17869 2010-05-26  Kai Tietz  <kai.tietz@onevision.com>
17870
17871         * builtin-types.def (BT_INT128): New primitive type.
17872         (BT_UINT128): Likewise.
17873         * c-common.c (c_common_r): Add __int128 keyword.
17874         (c_common_type_for_size): Handle __int128.
17875         (c_common_type_for_mode): Likewise.
17876         (c_common_signed_or_unsigned_type): Likewise.
17877         (c_common_nodes_and_builtins): Add builtin type
17878         if target supports 128-bit integer scalar.
17879         * c-common.h (enum rid): Add RID_INT128.
17880         * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
17881         if target supports 128-bit integer scalar.
17882         * c-decl.c (declspecs_add_type): Handle new keyword __int128.
17883         (finish_declspecs): Likewise.
17884         * c-parser.c (c_token_starts_typename): Handle RID_INT128.
17885         (c_token_starts_declspecs): Likewise.
17886         (c_parser_declspecs): Likewise.
17887         (c_parser_attributes): Likewise.
17888         (c_parser_objc_selector): Likewise.
17889         * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
17890         * c-tree.h (enum c_typespec_keyword): Add cts_int128.
17891         * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
17892         * tree.c (make_or_reuse_type): Likewise.
17893         (make_unsigned_type): Likewise.
17894         (build_common_tree_nodes_2): Likewise.
17895         * tree.h (enum integer_type_kind): Add itk_int128 and
17896         itk_unsigned_int128.
17897         (int128_integer_type_node): New define.
17898         (int128_unsigned_type_node): New define.
17899         * doc/extend.texi: Add documentation about __int128 type.
17900
17901 2010-05-26  Richard Guenther  <rguenther@suse.de>
17902
17903         * tree-ssa-sccvn.c (copy_nary): Adjust.
17904         (copy_phis): Rename to ...
17905         (copy_phi): ... this.  Adjust.
17906         (copy_references): Rename to ...
17907         (copy_reference): ... this.  Adjust.
17908         (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
17909         result into the valid table.
17910
17911 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17912
17913         * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
17914         insn-config.h, insn-codes.h, recog.h, and optabs.h.
17915
17916 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17917
17918         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
17919
17920 2010-05-26  Richard Guenther  <rguenther@suse.de>
17921
17922         * opts.c (common_handle_option): Handle OPT_Ofast.
17923
17924 2010-05-26  Joseph Myers  <joseph@codesourcery.com>
17925
17926         * diagnostic.c: Don't include opts.h.
17927         (permissive_error_option): Define.
17928         (diagnostic_initialize): Take n_opts parameter.  Allocate memory
17929         for classify_diagnostic.  Don't use memset for
17930         classify_diagnostic.  Initialize new and recently added fields.
17931         (diagnostic_classify_diagnostic): Use context->n_opts instead of
17932         N_OPTS.
17933         (diagnostic_report_diagnostic): Pass context parameter to
17934         diagnostic_report_warnings_p.  Use option_enabled and option_name
17935         hooks from context.
17936         (emit_diagnostic): Use permissive_error_option.
17937         (permerror): Likewise.
17938         * diagnostic.h: Don't include options.h.
17939         (struct diagnostic_context): Add n_opts, opt_permissive,
17940         inhibit_warnings, warn_system_headers, option_enabled and
17941         option_name fields.  Change classify_diagnostic to a pointer.
17942         * opts-diagnostic.h: New file.
17943         * opts.c: Include opts-diagnostic.h.
17944         (common_handle_option): Set global_dc fields for -Wfatal-errors,
17945         -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
17946         (option_name): New function.
17947         * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
17948         (c_common_handle_option): Set global_dc->permissive for
17949         -fpermissive.
17950         * c-common.c (c_cpp_error): Save and restore
17951         global_dc->warn_system_headers, not variable warn_system_headers.
17952         * toplev.c: Include opts-diagnostic.h.
17953         (general_init): Update call to diagnostic_initialize.  Set
17954         global_dc->show_column, global_dc->option_enabled and
17955         global_dc->option_name.
17956         (process_options): Don't set global_dc fields here.
17957         * Makefile.in (DIAGNOSTIC_H): Remove options.h.
17958         (diagnostic.o, opts.o, toplev.o): Update dependencies.
17959
17960 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
17961
17962         * config/picochip/picochip.md (movsi): Split a movsi from a
17963         const after reload.
17964
17965 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17966
17967         * ggc-zone.c: Update copyright year.
17968         (poison_region): Mark memory for Valgrind as undefined before
17969         memset () call and inaccessible afterwards.
17970         (ggc_pch_total_size): Change type of i to int.
17971
17972 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17973
17974         * ggc-common.c (ggc_free_overhead): Allow empty slot.
17975
17976 2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
17977
17978         * ggc-common.c: Update copyright year.
17979         (ggc_rlimit_bound): Remove prototype.  Compile only if
17980         !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
17981         (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
17982         && !ENABLE_GC_ALWAYS_COLLECT.  Make static.
17983         (ggc_min_heapsize_heuristic): Likewise.
17984
17985 2010-05-26  Richard Guenther  <rguenther@suse.de>
17986
17987         PR rtl-optimization/44164
17988         * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
17989         no-common access-path disambiguation.
17990         (indirect_ref_may_alias_decl_p): Adjust.
17991         (indirect_refs_may_alias_p): Likewise.
17992         (refs_may_alias_p_1): Likewise.
17993
17994 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17995
17996         * c-typeck.c: Do not include expr.h.
17997
17998 2010-05-26  Steven Bosscher  <steven@gcc.gnu.org>
17999
18000         * rtl.h (decl_default_tls_model): Move prototype from here...
18001         * output.h: ...to here.
18002         * c-decl.c: Do not include rtl.h.
18003         * c-pragma.c: Likewise.
18004         * c-parser.c: Likewise.
18005         * c-gimplify.c: Likewise.  And also not hard-reg-set.
18006         * c-common.c: Do not include rtl.h.  Include tm_p.h and add a
18007         FIXME note for it.  Add a FIXME note for expr.h.
18008         * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
18009         ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
18010         defined.
18011
18012 2010-05-26  Jakub Jelinek  <jakub@redhat.com>
18013
18014         PR target/44199
18015         * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
18016         or total_size is larger than red zone size for non-V4 ABI, emit a
18017         stack_tie resp. frame_tie insn before stack pointer restore.
18018         * config/rs6000/rs6000.md (frame_tie): New insn.
18019
18020 2010-05-25  Eric Botcazou  <ebotcazou@adacore.com>
18021
18022         * function.h (struct function): Add can_throw_non_call_exceptions bit.
18023         * lto-streamer-in.c (input_function): Stream it in.
18024         * lto-streamer-out.c (output_function): Stream it out.
18025         * function.c (allocate_struct_function): Set it.
18026         (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
18027         for flag_non_call_exceptions.
18028         * cfgbuild.c (control_flow_insn_p): Likewise.
18029         (make_edges): Likewise.
18030         * cfgexpand.c (expand_stack_alignment): Likewise.
18031         * combine.c (distribute_notes): Likewise.
18032         * cse.c (cse_extended_basic_block): Likewise.
18033         * except.c (insn_could_throw_p): Likewise.
18034         * gcse.c (simple_mem): Likewise.
18035         * ipa-pure-const.c (check_call): Likewise.
18036         (check_stmt ): Likewise.
18037         * lower-subreg.c (lower-subreg.c): Likewise.
18038         * optabs.c (emit_libcall_block): Likewise.
18039         (prepare_cmp_insn): Likewise.
18040         * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
18041         * postreload.c (rest_of_handle_postreload): Likewise.
18042         * reload1.c (reload_as_needed): Likewise.
18043         (emit_input_reload_insns): Likewise.
18044         (emit_output_reload_insns): Likewise.
18045         (fixup_abnormal_edges): Likewise.
18046         * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
18047         * store-motion.c (find_moveable_store): Likewise.
18048         * tree-eh.c (stmt_could_throw_p): Likewise.
18049         (tree_could_throw_p): Likewise.
18050         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
18051         * config/arm/arm.c (arm_expand_prologue): Likewise.
18052         (thumb1_expand_prologue): Likewise.
18053         * config/rx/rx.md (cbranchsf4): Likewise.
18054         (cmpsf): Likewise.
18055         * config/s390/s390.c (s390_emit_prologue): Likewise.
18056         * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
18057         (inline_forbidden_into_p): New predicate.
18058         (expand_call_inline): Use it to forbid inlining.
18059         (tree_can_inline_p): Likewise.
18060
18061 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
18062
18063         * config/i386/i386-c.c: Do not include rtl.h.
18064         * config/i386/t-i386: Update dependencies.
18065
18066 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
18067
18068         * attribs.c: Do not include rtl.h.
18069         * Makefile.in: Update dependencies.
18070
18071 2010-05-25  Anatoly Sokolov  <aesok@post.ru>
18072
18073         * double-int.h (double_int_and): New.
18074         * combine.c (try_combine): Clean up, use double_int_* and
18075         immed_double_int_const functions.
18076
18077 2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18078
18079         * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
18080         stderr to /dev/null instead of grep -q.
18081         * configure: Regenerate.
18082
18083 2010-05-25  Steven Bosscher  <steven@gcc.gnu.org>
18084
18085         * Makefile.in (EXCEPT_H): Fix typo.
18086
18087 2010-05-25  Vladimir Makarov  <vmakarov@redhat.com>
18088
18089         * ira-build.c (update_conflict_hard_reg_costs): New.
18090         (ira_build): Call update_conflict_hard_reg_costs.
18091
18092 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
18093
18094         PR debug/41371
18095         * var-tracking.c (find_loc_in_1pdv): Guard asserts with
18096         ENABLE_CHECKING.
18097         (intersect_loc_chains): Walk the s2var's loc_chain together
18098         with s1node chain as long as the locations are equal, don't
18099         call find_loc_in_1pdv in that case.
18100
18101         PR debug/42801
18102         * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
18103         (copy_bind_expr): ... instead of here.
18104         (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
18105         if the block hasn't been remapped.
18106         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
18107         emitting concrete instance of abstract VLA, add DW_AT_type attribute.
18108
18109 2010-05-25  Richard Guenther  <rguenther@suse.de>
18110
18111         PR middle-end/44069
18112         * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
18113         out-of-bounds array accesses.
18114
18115 2010-05-25  Richard Guenther  <rguenther@suse.de>
18116
18117         * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
18118         (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
18119         (run_gcc): Re-organize to make cleanup easier.
18120
18121 2010-05-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18122
18123         * config/s390/s390.c (optimization_options): Fix and move the
18124         flag_prefetch_loop_arrays override ...
18125         (override_options): ... here.
18126
18127 2010-05-25  Joseph Myers  <joseph@codesourcery.com>
18128
18129         * diagnostic.c: Don't include plugin.h.
18130         (diagnostic_report_diagnostic): Don't handle plugins specially
18131         here.  Pass context to internal_error callback.
18132         * diagnostic.h (struct diagnostic_context): Add context parameter
18133         to internal_error callback.
18134         * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
18135         * plugin.h (struct diagnostic_context): Declare.
18136         (warn_if_plugins, plugins_internal_error_function): Declare.
18137         * toplev.c (general_init): Set global_dc->internal_error.
18138         * Makefile.in (diagnostic.o): Update dependencies.
18139
18140 2010-05-25  Iain Sandoe  <iains@gcc.gnu.org>
18141
18142         * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
18143         * config/rs6000/t-darwin64: New.
18144         * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
18145         build crt2.
18146
18147 2010-05-25  Christian Borntraeger  <borntraeger@de.ibm.com>
18148
18149         PR 44203
18150         * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
18151         match the original (and intended) behaviour before r159557.  This
18152         changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
18153         in two ways.
18154
18155 2010-05-25  Richard Guenther  <rguenther@suse.de>
18156
18157         * doc/invoke.texi: Document -Ofast.
18158         * target.h (struct gcc_target): Add handle_ofast.
18159         * target-def.h (TARGET_HANDLE_OFAST): Add.
18160         (TARGET_INITIALIZER): Adjust.
18161         * opts.c (decode_options): Handle -Ofast.  Enable -ffast-math with it.
18162         * common.opt (Ofast): Add.
18163
18164 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
18165
18166         * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
18167         * doc/md.texi (cstoreXX4): Update for cond-optab changes.
18168
18169 2010-05-25  Paolo Bonzini  <bonzini@gnu.org>
18170
18171         PR target/43610
18172         * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
18173         even if !FLOAT_LIB_COMPARE_RETURNS_BOOL.  Always compute true_rtx and
18174         false_rtx.  Use false_rtx to compute the correct *ptest for reversed
18175         comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
18176
18177 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
18178
18179         * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
18180         DW_OP_minus with negated offset instead of DW_OP_plus.
18181         (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
18182
18183 2010-05-25  Wei Guozhi  <carrot@google.com>
18184
18185         * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
18186         tst instruction and a new alternative.
18187         * config/arm/constraints.md (Pu): New constraint.
18188
18189 2010-05-24  Sebastian Pop  <sebastian.pop@amd.com>
18190
18191         * function.c (assign_stack_local_1): Initialize variable
18192         to avoid warning when bootstrapping at -O3.
18193
18194 2010-05-24  Steven Bosscher  <steven@gcc.gnu.org>
18195
18196         * configure.ac (all_lang_makefiles): Remove everything related to it.
18197         * configure: Regenerate.
18198         * Makefile.in: Fix reference to ada Make-lang.in.
18199         Remove support for LANG_MAKEFILES.
18200
18201 2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
18202             Sandra Loosemore  <sandra@codesourcery.com>
18203
18204         * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
18205         * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
18206         description.  Add arm_neon_fp16_ok.
18207         (Add Options): Add arm_neon and arm_neon_fp16.
18208
18209 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
18210
18211         * diagnostic.c: Don't include flags.h.
18212         (pedantic_warning_kind, permissive_error_kind): Take diagnostic
18213         context parameters.  Check flags in the context passed as a parameter.
18214         (diagnostic_build_prefix): Add context parameter.  Check
18215         show_column flag in context.
18216         (diagnostic_action_after_output): Check fatal_errors flag in context.
18217         (diagnostic_report_current_module): Check show_column flag in context.
18218         (default_diagnostic_starter): Update call to
18219         diagnostic_build_prefix.
18220         (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
18221         (emit_diagnostic): Pass context to permissive_error_kind.
18222         (permerror): Pass context to permissive_error_kind.
18223         * diagnostic.h (struct diagnostic_context): Add show_column,
18224         pedantic_errors, permissive and fatal_errors fields.
18225         (diagnostic_build_prefix): Update prototype.
18226         * langhooks.c
18227         * toplev.c (process_options): Set flags in global_dc from
18228         flag_show_column, flag_pedantic_errors, flag_permissive,
18229         flag_fatal_errors.
18230         * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
18231         to diagnostic_build_prefix.
18232         * Makefile.in (diagnostic.o): Update dependencies.
18233
18234 2010-05-24  H.J. Lu  <hongjiu.lu@intel.com>
18235
18236         * config/i386/ia32intrin.h (__crc32q): Define only if
18237         __SSE4_2__ is defined.
18238
18239 2010-05-24  Iain Sandoe  <iains@gcc.gnu.org>
18240
18241         PR target/44132
18242         PR middle-end/43602
18243         * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
18244         DECL_VISIBILITY_SPECIFIED.
18245         (emutls_decl): Set DECL_PRESERVE_P and copy
18246         DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
18247         (emutls_finalize_control_var): New callback.
18248         (emutls_finish): Finalize emutls control variables.
18249         * toplev.c (compile_file): Move the call to emutls_finish ()
18250         before varpool_assemble_pending_decls ().
18251
18252 2010-05-24  Daniel Gutson  <dgutson@codesourcery.com>
18253
18254         * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
18255         added to the preprocessor condition.
18256
18257 2010-05-24  Paul Brook  <paul@codesourcery.com>
18258
18259         * gengtype-lex.l: Add HARD_REG_SET.
18260         * expr.c (expand_expr_real_1): Record writes to hard registers.
18261         * function.c (rtl_data): Add asm_clobbers.
18262         * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
18263         (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
18264         Use crtl->asm_clobbers.
18265
18266 2010-05-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18267
18268         * doc/makefile.texi (Makefile): Mention stages 'profile'
18269         and 'feedback' for profiledbootstrap.
18270
18271 2010-05-23  H.J. Lu  <hongjiu.lu@intel.com>
18272
18273         PR target/44245
18274         * config/i386/i386.c (def_builtin): Properly check
18275         OPTION_MASK_ISA_64BIT.
18276
18277 2010-05-23  Joseph Myers  <joseph@codesourcery.com>
18278
18279         * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
18280         typedefs with different but compatible types.  Allow duplicate
18281         typedefs with the same type except for pedantic non-C1X, but give
18282         warning for variably modified types.
18283         * c-typeck.c (tagged_types_tu_compatible_p,
18284         function_types_compatible_p, type_lists_compatible_p,
18285         comptypes_internal): Add parameter different_types_p; set
18286         *different_types_p for different but compatible types.  All
18287         callers changed.
18288         (comptypes_check_different_types): New.
18289         * c-tree.h (comptypes_check_different_types): Declare.
18290
18291 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
18292
18293         * regs.h: Do not include obstack.h, basic-block.h.  Include machmode.h.
18294         * jump.c: Include basic-block.h.
18295         * profile.c: Likewise.
18296         * tree-profile.c: Likewise.
18297         * coverage.c: Likewise.
18298         * basic-block.h (optimize_function_for_size_p): Move to function.h.
18299         (optimize_function_for_speed_p): Likewise.
18300         * function.h (optimize_function_for_size_p,
18301         optimize_function_for_speed_p): Moved here from basic-block.h.
18302         * Makefile.in: Update dependencies.
18303
18304 2010-05-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18305
18306         * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
18307         before calling make; allow override through $MAKE.
18308         * doc/invoke.texi (Optimize Options): Document override.
18309
18310 2010-05-23  Anatoly Sokolov  <aesok@post.ru>
18311
18312         * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
18313         (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
18314         (rs6000_mode_dependent_address_ptr): Make static.
18315         * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
18316         * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
18317         Remove.
18318
18319 2010-05-23  Maarten Lankhorst  <mlankhorst@codeweavers.com>
18320
18321         PR target/43869
18322         * config/i386/i386.c: Make sure that the correct regparm is passed.
18323
18324 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
18325
18326         * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
18327         * sbitmap.c: ...to here to internalize sbitmap element access.
18328         Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
18329         Explain why basic-block.h is included.
18330         * function.h: Include tm.h for CUMULATIVE_ARGS.
18331         * Makefile.in: Update dependencies.
18332
18333 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
18334
18335         * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
18336         New core types.
18337         * sbitmap.h (struct sbitmap_def): Do not typedef here.
18338         * sbitmap.c: Include sbitmap.h.
18339         * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
18340         hard-reg-set.h.  Split everything related to regsets out from here...
18341         * regset.h: ...to here.  New file.
18342         * df.h: Include regset.h and sbitmap.h.
18343         * tree-flow.h: Likewise.
18344         * cfgloop.h: Likewise.
18345         * except.h: Do not include sbitmap.h.  Include hashtab.h.
18346         * cgraph.h: Include vec.h and function.h.
18347         * reload.h (struct insn_chain): Change types of live_throughout
18348         and dead_or_set from regset_head to bitmap_head.
18349         (compute_use_by_pseudos): Be defined also if regset.h is not included.
18350         * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
18351         spilled_regs from regset_head to bitmap_head to avoid dependency
18352         in regset.h.
18353         * sel-sched-ir.h: Include regset.h.
18354         * reload.c: Include df.h before reload.h.
18355         * caller-save.c: Likewise.
18356         * reload1.c: Likewise.
18357         * ira.c: Likewise.
18358         (mark_elimination): Update type of r to bitmap, consistent with
18359         DF_LR_IN.
18360         * dominance.c: Include bitmap.h.
18361         * modulo-sched.c: Include df.h.
18362         * cfganal.c: Include bitmap.h and sbitmap.h.
18363         * cfgbuild.c: Include sbitmap.h.
18364         * lcm.c: Include sbitmap.h.
18365         * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
18366         * domwalk.c: Include sbitmap.h, exclude ggc.h.
18367         * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
18368         * cselib.c: Include bitmap.h.
18369         * tree-optimize.c: Include regset.h.
18370         * stmt.c: Include bitmap.h.
18371         * Makefile.in: Update dependencies.
18372
18373 2010-05-22  Jan Hubicka  <jh@suse.cz>
18374
18375         * cgraph.h (struct varpool_node): Add same_comdat_group.
18376         * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
18377         pointer.
18378         (output_varpool): Update call of lto_output_varpool_node.
18379         (input_varpool): Read same_comdat_group pointer.
18380         (input_varpool_1): Fixup same_comdat_group pointer.
18381         * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
18382         group is needed, all are.
18383         * varpool.c (varpool_remove_node): Remove node from same comdat group
18384         linklist too.
18385         (varpool_analyze_pending_decls): Walk same comdat groups.
18386
18387 2010-05-22  Steven Bosscher  <steven@gcc.gnu.org>
18388
18389         * rtl.h (union rtunion_def): Remove rt_bit member.
18390         (XBITMAP, X0BITMAP, XCBITMAP): Remove.
18391         * print-rtl (print_rtx): Do not print the member.
18392         * gengtype.c (adjust_field_rtx_def): Do not handle it.
18393         * gengenrtl.c (type_from_format): Likewise.
18394         (accessor_from_format): Likewise.
18395
18396 2010-05-22  Joseph Myers  <joseph@codesourcery.com>
18397
18398         * dbgcnt.c: Include toplev.h instead of errors.h.
18399         * ira-emit.c: Don't include errors.h.
18400         * ira.c: Include toplev.h instead of errors.h.
18401         * lto-compress.c: Include toplev.h instead of errors.h.
18402         * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
18403         ira.o, dbgcnt.o): Update dependencies.
18404
18405 2010-05-22  Richard Guenther  <rguenther@suse.de>
18406
18407         * gimple.c (gimple_types_compatible_p): Check type qualifications
18408         before merging pointer to complete and pointer to incomplete type.
18409         * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
18410         we use our own resolution algorithm.  The gold linker plugin
18411         doesn't do the job we want it to do here.
18412
18413 2010-05-22  Anatoly Sokolov  <aesok@post.ru>
18414
18415         * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
18416         * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
18417         (sparc_mode_dependent_address_p): New function.
18418
18419 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
18420
18421         * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
18422
18423         * timevar.c: Do not include any core headers.
18424         (timevar_print): De-i18n-ize.
18425         (print_time): Likewise.
18426         * timevar.h (timevar_push, timevar_pop): Make inline functions.
18427
18428 2010-05-21  Joseph Myers  <joseph@codesourcery.com>
18429
18430         * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
18431         langhooks-def.h.
18432         (diagnostic_initialize): Initialize x_data not last_function.
18433         (diagnostic_report_current_function): Move to tree-diagnostic.c.
18434         (default_diagnostic_starter): Call
18435         diagnostic_report_current_module not
18436         diagnostic_report_current_function.
18437         (diagnostic_report_diagnostic): Initialize x_data not
18438         abstract_origin.
18439         (verbatim): Likewise.
18440         * diagnostic.h (struct diagnostic_info): Change abstract_origin to
18441         x_data.
18442         (struct diagnostic_context): Change last_function to x_data.
18443         (diagnostic_auxiliary_data): Replace with
18444         diagnostic_context_auxiliary_data and
18445         diagnostic_info_auxiliary_data.
18446         (diagnostic_last_function_changed, diagnostic_set_last_function,
18447         diagnostic_report_current_function): Move to tree-diagnostic.h.
18448         (print_declaration, dump_generic_node, print_generic_stmt,
18449         print_generic_stmt_indented, print_generic_expr,
18450         print_generic_decl, debug_c_tree, dump_omp_clauses,
18451         print_call_name, debug_generic_expr, debug_generic_stmt,
18452         debug_tree_chain, default_tree_printer): Move to
18453         tree-pretty-print.h.
18454         (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
18455         print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
18456         gimple-pretty-print.h.
18457         * pretty-print.c: Don't include tree.h
18458         (pp_base_format): Don't handle %K here.
18459         (pp_base_tree_identifier): Move to tree-pretty-print.c.
18460         * pretty-print.h (text_info): Change abstract_origin to x_data.
18461         (pp_tree_identifier, pp_unsupported_tree,
18462         pp_base_tree_identifier): Move to tree-pretty-print.h.
18463         * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
18464         tree-pretty-print.h: New files.
18465         * tree-pretty-print.c: Include tree-pretty-print.h.
18466         (percent_K_format): New.  Moved from pretty-print.c.
18467         (pp_base_tree_identifier): Move from pretty-print.c.
18468         * c-objc-common.c: Include tree-pretty-print.h.
18469         (c_tree_printer): Handle %K here.
18470         * langhooks.c: Include tree-diagnostic.h.
18471         (lhd_print_error_function): Use diagnostic_abstract_origin macro.
18472         * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
18473         (default_tree_printer): Handle %K using percent_K_format.
18474         (general_init): Use default_tree_diagnostic_starter.
18475         * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
18476         (free_lang_data): Use default_tree_diagnostic_starter.
18477         * c-pretty-print.c: Include tree-pretty-print.h.
18478         * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
18479         * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
18480         * dwarf2out.c: Include tree-pretty-print.h.
18481         * except.c: Include tree-pretty-print.h.
18482         * gimple-pretty-print.c: Include tree-pretty-print.h and
18483         gimple-pretty-print.h.
18484         * gimplify.c: Include tree-pretty-print.h.
18485         * graphite-poly.c: Include tree-pretty-print.h and
18486         gimple-pretty-print.h.
18487         * ipa-cp.c: Include tree-pretty-print.h.
18488         * ipa-inline.c: Include gimple-pretty-print.h.
18489         * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
18490         * ipa-pure-const.c: Include gimple-pretty-print.h.
18491         * ipa-struct-reorg.c: Include tree-pretty-print.h and
18492         gimple-pretty-print.h.
18493         * ipa-type-escape.c: Include tree-pretty-print.h.
18494         * print-rtl.c: Include tree-pretty-print.h.
18495         * print-tree.c: Include gimple-pretty-print.h.
18496         * sese.c: Include tree-pretty-print.h.
18497         * tree-affine.c: Include tree-pretty-print.h.
18498         * tree-browser.c: Include tree-pretty-print.h.
18499         * tree-call-cdce.c: Include gimple-pretty-print.h.
18500         * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
18501         * tree-chrec.c: Include tree-pretty-print.h.
18502         * tree-data-ref.c: Include tree-pretty-print.h and
18503         gimple-pretty-print.h.
18504         * tree-dfa.c: Include tree-pretty-print.h.
18505         * tree-if-conv.c: Include tree-pretty-print.h and
18506         gimple-pretty-print.h.
18507         * tree-inline.c: Include tree-pretty-print.h.
18508         * tree-into-ssa.c: Include tree-pretty-print.h and
18509         gimple-pretty-print.h.
18510         * tree-nrv.c: Include tree-pretty-print.h.
18511         * tree-object-size.c: Include tree-pretty-print.h and
18512         gimple-pretty-print.h.
18513         * tree-outof-ssa.c: Include tree-pretty-print.h and
18514         gimple-pretty-print.h.
18515         * tree-parloops.c: Include tree-pretty-print.h and
18516         gimple-pretty-print.h.
18517         * tree-predcom.c: Include tree-pretty-print.h and
18518         gimple-pretty-print.h.
18519         * tree-scalar-evolution.c: Include tree-pretty-print.h and
18520         gimple-pretty-print.h.
18521         * tree-sra.c: Include tree-pretty-print.h.
18522         * tree-ssa-address.c: Include tree-pretty-print.h.
18523         * tree-ssa-alias.c: Include tree-pretty-print.h.
18524         * tree-ssa-ccp.c: Include tree-pretty-print.h and
18525         gimple-pretty-print.h.
18526         * tree-ssa-coalesce.c: Include tree-pretty-print.h.
18527         * tree-ssa-copy.c: Include tree-pretty-print.h and
18528         gimple-pretty-print.h.
18529         * tree-ssa-copyrename.c: Include tree-pretty-print.h.
18530         * tree-ssa-dce.c: Include tree-pretty-print.h and
18531         gimple-pretty-print.h.
18532         * tree-ssa-dom.c: Include tree-pretty-print.h and
18533         gimple-pretty-print.h.
18534         * tree-ssa-dse.c: Include gimple-pretty-print.h.
18535         * tree-ssa-forwprop.c: Include tree-pretty-print.h.
18536         * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
18537         * tree-ssa-live.c: Include tree-pretty-print.h and
18538         gimple-pretty-print.h.
18539         * tree-ssa-loop-im.c: Include tree-pretty-print.h and
18540         gimple-pretty-print.h.
18541         * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
18542         gimple-pretty-print.h.
18543         * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
18544         gimple-pretty-print.h.
18545         * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
18546         gimple-pretty-print.h.
18547         * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
18548         * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
18549         * tree-ssa-operands.c: Include tree-pretty-print.h and
18550         gimple-pretty-print.h.
18551         * tree-ssa-phiprop.c: Include tree-pretty-print.h and
18552         gimple-pretty-print.h.
18553         * tree-ssa-pre.c: Include tree-pretty-print.h and
18554         gimple-pretty-print.h.
18555         * tree-ssa-propagate.c: Include gimple-pretty-print.h.
18556         * tree-ssa-reassoc.c: Include tree-pretty-print.h and
18557         gimple-pretty-print.h.
18558         * tree-ssa-sccvn.c: Include tree-pretty-print.h and
18559         gimple-pretty-print.h.
18560         * tree-ssa-sink.c: Include gimple-pretty-print.h.
18561         * tree-ssa-ter.c: Include tree-pretty-print.h and
18562         gimple-pretty-print.h.
18563         * tree-ssa-uninit.c: Include gimple-pretty-print.h.
18564         * tree-ssa.c: Include tree-pretty-print.h and
18565         gimple-pretty-print.h.
18566         * tree-stdarg.c: Include gimple-pretty-print.h.
18567         * tree-switch-conversion.c: Include gimple-pretty-print.h.
18568         * tree-tailcall.c: Include tree-pretty-print.h and
18569         gimple-pretty-print.h.
18570         * tree-vect-data-refs.c: Include tree-pretty-print.h and
18571         gimple-pretty-print.h.
18572         * tree-vect-loop-manip.c: Include tree-pretty-print.h and
18573         gimple-pretty-print.h.
18574         * tree-vect-loop.c: Include tree-pretty-print.h and
18575         gimple-pretty-print.h.
18576         * tree-vect-patterns.c: Include gimple-pretty-print.h.
18577         * tree-vect-slp.c: Include tree-pretty-print.h and
18578         gimple-pretty-print.h.
18579         * tree-vect-stmts.c: Include tree-pretty-print.h and
18580         gimple-pretty-print.h.
18581         * tree-vectorizer.c: Include tree-pretty-print.h.
18582         * tree-vrp.c: Include tree-pretty-print.h and
18583         gimple-pretty-print.h.
18584         * value-prof.c: Include tree-pretty-print.h and
18585         gimple-pretty-print.h.
18586         * var-tracking.c: Include tree-pretty-print.h.
18587         * Makefile.in (OBJS-common): Add tree-diagnostic.o.
18588         (tree-diagnostic.o): New dependencies.
18589         (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
18590         tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
18591         tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
18592         tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
18593         tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
18594         tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
18595         tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
18596         tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
18597         tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
18598         tree-ssa-address.o, tree-ssa-loop-niter.o,
18599         tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
18600         tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
18601         tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
18602         gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
18603         tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
18604         tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
18605         tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
18606         tree-parloops.o, tree-stdarg.o, tree-object-size.o,
18607         gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
18608         toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
18609         ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
18610         ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
18611         tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
18612         tree-switch-conversion.o, var-tracking.o, value-prof.o,
18613         cfgexpand.o, pretty-print.o): Update dependencies.
18614
18615 2010-05-22  Andreas Tobler  <andreast@fgznet.ch>
18616
18617         * tree-ssa-structalias.c: Remove tm_p.h from include.
18618
18619 2010-05-21  Jeff Law  <law@redhat.com>
18620
18621         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
18622
18623 2010-05-21  Jason Merrill  <jason@redhat.com>
18624
18625         * tree-eh.c (cleanup_is_dead_in): New.
18626         (lower_try_finally): Don't generate a dead cleanup region.
18627         (lower_cleanup): Likewise.
18628
18629 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
18630
18631         PR debug/44223
18632         * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
18633         unchain each use from the cyclic next_regno_use chain first.
18634
18635 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
18636
18637         * real: Do not include gmp.h, mpfr.h, and mpc.h.
18638         (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
18639         (real_value_negate, real_value_abs): New prototypes.
18640         (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
18641         * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
18642         new include file for interface between MPFR and REAL_VALUE_TYPE.
18643         * real.c: Include realmpfr.h.
18644         (real_arithmetic2): Remove legacy function.
18645         (real_value_negate): New.
18646         (real_value_abs): New.
18647         (mfpr_from_real, real_from_mpfr): Move from here...
18648         * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
18649         * builtins.c: Include realmpfr.h.
18650         * fold-const.c: Include realmpfr.h.
18651         (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
18652         (fold_negate_const): Likewise.
18653         (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
18654         * toplev.c: Include realmpfr.h.
18655         * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
18656         and real_value_negate.
18657         * fixed-value.c (check_real_for_fixed_mode): Likewise.
18658         * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
18659         (vfp3_const_double_index): Likewise.
18660         (arm_print_operand): Likewise.
18661         * Makefile.in: Update dependencies.
18662
18663 2010-05-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18664
18665         * config/s390/s390.c (override_options): Increase the default
18666         of max-completely-peel-times.
18667
18668 2010-05-21  Julian Brown  <julian@codesourcery.com>
18669             Mark Mitchell  <mark@codesourcery.com>
18670
18671         * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
18672         sibling calls for Thumb-1.
18673         * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
18674         * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
18675         Thumb-2.
18676         (*call_insn, *call_value_insn): Don't use for Thumb-2.
18677         (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
18678         for Thumb-2.
18679         (return): New expander.
18680         (*arm_return): New name for ARM return insn.
18681         * config/arm/thumb2.md (*thumb2_return): New insn pattern.
18682
18683 2010-05-19  Joel Sherrill  <joel.sherrill@oarcorp.com>
18684
18685         * config.gcc (sparc64-*-rtems*): New target.
18686
18687 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
18688
18689         * tree.c (build_function_decl_skip_args): Fix grammar.
18690         (build_function_type_list_1): Fix typos, adjust formatting.
18691
18692 2010-05-21  Steven Bosscher  <steven@gcc.gnu.org>
18693
18694         * tree.h: Include real.h and fixed-value.h as basic datatypes.
18695         * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
18696         tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
18697         tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
18698         tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
18699         genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
18700         tree-pretty-print.c, tree-loop-distribution.c,
18701         tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
18702         tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
18703         tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
18704         tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
18705         tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
18706         tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
18707         tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
18708         tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
18709         tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
18710         tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
18711         genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
18712         tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
18713         gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
18714         tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
18715         tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
18716         store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
18717         tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
18718         tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
18719         tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
18720         tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
18721         fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
18722         tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
18723         config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
18724         config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
18725         config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
18726         config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
18727         config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
18728         config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
18729         config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
18730         config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
18731         config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
18732         config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
18733         config/score/score7.c, config/score/score.c, config/arm/arm.c,
18734         config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
18735         config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
18736         config/bfin/bfin.c: Clean up redundant includes.
18737         * Makefile.in: Update accordingly.
18738
18739 2010-05-21  Nathan Froyd  <froydnj@codesourcery.com>
18740
18741         PR middle-end/44204
18742         * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
18743         statement has no arguments.
18744
18745 2010-05-21  Kai Tietz  <kai.tietz@onevision.com>
18746
18747         PR/44139
18748         * varasm.c (emutls_decl): Merge attributes to new decl.
18749
18750 2010-05-21  Eric Botcazou  <ebotcazou@adacore.com>
18751
18752         PR middle-end/44101
18753         * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
18754         around the uniquized constructor if its type requires a conversion.
18755
18756 2010-05-21  Jakub Jelinek  <jakub@redhat.com>
18757
18758         PR debug/44205
18759         * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
18760         at -O0 goto_locus of any of the incoming edges differs from
18761         goto_locus of outgoing edge, or gimple_location of any of the
18762         labels differs.
18763
18764 2009-09-14  Vladimir Makarov  <vmakarov@redhat.com>
18765
18766         * ira.c (ira_non_ordered_class_hard_regs): Define.
18767         (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
18768         * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
18769         * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
18770         cost of unaligned hard regs when allocating multi-reg pseudos.
18771
18772 2010-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
18773
18774         * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
18775         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
18776         for TARGET_NO_FLOAT.
18777         * config/mips/mips.c (mips_file_start): Expand conditional expression
18778         into "if" statements.  Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
18779         (mips_override_options): Move -mno-float override -msoft-float and
18780         -mhard-float.
18781         * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
18782         Condition(TARGET_SUPPORTS_NO_FLOAT).
18783         * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
18784         __mips_no_float here.
18785         (SUBTARGET_OVERRIDE_OPTIONS): Delete.
18786         (TARGET_SUPPORTS_NO_FLOAT): Define.
18787         * config/mips/sdemtk.opt: Delete.
18788
18789 2010-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
18790
18791         * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
18792
18793 2010-05-20  Uros Bizjak  <ubizjak@gmail.com>
18794
18795         PR target/43733
18796         * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
18797         * configure: Regenerate.
18798         * config.in: Regenerate.
18799         * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
18800         instead of sahf only for 64bit targets.
18801
18802 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
18803
18804         PR debug/44178
18805         * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
18806         setup_ref_regs for DEBUG_INSNs.
18807
18808 2010-05-20  Jan Hubicka  <jh@suse.cz>
18809
18810         PR middle-end/44197
18811         * varpool.c (varpool_remove_node): Handle in-varpool aliases.
18812
18813 2010-05-20  Kenneth Zadeck  <zadeck@naturalbridge.com>
18814
18815         PR bootstrap/43870
18816         * df-scan.c (df_ref_compare): Stabilize sort.
18817
18818 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
18819
18820         * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
18821         argument.  Don't use DW_OP_piece if offset is non-zero,
18822         put offset into second DW_OP_bit_piece argument.
18823         (dw_sra_loc_expr): Adjust callers.  For memory expressions
18824         compute offset.
18825
18826 2010-05-20  Hans-Peter Nilsson  <hp@axis.com>
18827
18828         PR target/44202
18829         * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
18830         settings for 16-bit-constant "addo" alternative.
18831
18832 2010-05-19  James E. Wilson  <wilson@codesourcery.com>
18833
18834         * config/mips/mips-dsp.md (add<DSPV:mode>3,
18835         mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
18836
18837         PR target/43764
18838         * mips.c (mips_call_expr_from_insn): New arg second_call.  Set it.
18839         (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
18840         Use it.
18841
18842 2010-05-19  Joseph Myers  <joseph@codesourcery.com>
18843
18844         * diagnostic.c (FLOAT, FFS): Don't undefine.
18845         * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
18846         * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
18847         include ordering.
18848
18849 2010-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
18850
18851         * combine.c (propagate_for_debug): Call make_compound_operation
18852         on the source value.
18853         (try_combine): When implementing a split chosen by find_split_point,
18854         either copy i2src or set it to null.  Assert that i2src is not null
18855         before substituting into CALL_INSN_FUNCTION_USAGE.
18856
18857 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
18858
18859         * double-int.h (double_int_ior): New function.
18860         * tree.h (build_int_cst_wide_type): Remove.
18861         * tree.c (build_int_cst_wide_type): Remove.
18862         * fold-const.c (native_interpret_int): Use double_int_to_tree instead
18863         of build_int_cst_wide_type.
18864         * stor-layout.c (set_sizetype): (Ditto.).
18865         * dojump.c (do_jump): Use build_int_cstu instead of
18866         build_int_cst_wide_type.
18867
18868 2010-05-19  Eric Botcazou  <ebotcazou@adacore.com>
18869
18870         * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
18871         * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
18872         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
18873         * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
18874         TARGET_EXPR nodes, but only once, if instructed to do so.  Do not
18875         propagate the 'data' argument to copy_tree_r.
18876         (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
18877         Propagate 'data' argument to walk_tree.
18878         (copy_if_shared): New function.
18879         (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
18880         (unmark_visited): New function.
18881         (unshare_body): Call copy_if_shared instead of doing it manually.
18882         (unvisit_body): Call unmark_visited instead of doing it manually.
18883
18884 2010-05-19  Nathan Froyd  <froydnj@codesourcery.com>
18885
18886         * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
18887         (hook_tree_tree_int_treep_bool_null): ...this.  Update signature.
18888         * hooks.c: Likewise.
18889         * target-def.h (TARGET_FOLD_BUILTIN): Define to
18890         hook_tree_tree_int_treep_bool_null.
18891         * target.h (struct gcc_target): Update signature of fold_builtin
18892         field.
18893         * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
18894         * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
18895         instead of the call expression.
18896         (fold_builtin_call_array): Pass n and argarray directly.
18897         (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
18898         consing a list.
18899         * config/alpha/alpha.c (alpha_fold_builtin): Update signature.  Lift
18900         MAX_ARGS check out of the loop.  Delete declaration of `arity', declare
18901         `i' and use it in place of `arity'.
18902         * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
18903         Dereference `args' directly.
18904         * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
18905
18906 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18907
18908         * doc/sourcebuild.texi (Effective-Target Keywords): Document
18909         3dnow, sse3, sse2.
18910         (Directives): Document optional dg-require-effective-target
18911         selector.
18912
18913 2010-05-19  Richard Guenther  <rguenther@suse.de>
18914
18915         PR lto/44196
18916         * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
18917
18918 2010-05-19  Richard Guenther  <rguenther@suse.de>
18919
18920         * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
18921         * common.opt (fwhopr=): New.
18922         * opts.c (common_handle_option): Handle OPT_fwhopr.
18923         * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
18924         * collect2.c (main): Match -fwhopr*.
18925         * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
18926         Execute ltrans stage in parallel when jobs is bigger than 1.
18927
18928 2010-05-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18929
18930         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
18931         pentiumpro on Solaris 8/x86 with Sun as.
18932         * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
18933         hidden alias bug.
18934         (gcc_cv_as_ix86_quad): Check for .quad directive.
18935         * configure: Regenerate.
18936         * config.in: Regenerate.
18937         * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
18938
18939 2010-05-19  Martin Jambor  <mjambor@suse.cz>
18940
18941         * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
18942         also for indirect edges.  Actual printing moved...
18943         (ipa_print_node_jump_functions_for_edge): ...here.
18944         (ipa_compute_jump_functions): Renamed to
18945         ipa_compute_jump_functions_for_edge and made static.
18946         (ipa_compute_jump_functions): New function.
18947         (make_edge_direct_to_target): Check if the number of arguments on
18948         the newly direct edge is the same as the number of parametrs of
18949         the callee.
18950         * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
18951         ipa_compute_jump_functions.  Call ipa_analyze_params_uses.
18952         * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
18953         analysis functions unconditionally, call the new
18954         ipa_analyze_params_uses on the node instead of every edge.
18955
18956 2010-05-19  Christian Borntraeger  <borntraeger@de.ibm.com>
18957
18958         * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
18959         to tree.
18960         (dump_mem_ref): Adopt debug code to handle a tree as step.  This
18961         also checks for a constant int vs.  non-constant but
18962         loop-invariant steps.
18963         (find_or_create_group): Change the sort algorithm to only consider
18964         steps that are constant ints.
18965         (idx_analyze_ref): Adopt code to handle a tree instead of a
18966         HOST_WIDE_INT for step.
18967         (gather_memory_references_ref): Handle tree instead of int and be
18968         prepared to see a NULL_TREE.
18969         (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
18970         prefetches if the step cannot be calculated at compile time.
18971         (issue_prefetch_ref): Issue prefetches for non-constant but
18972         loop-invariant steps.
18973
18974 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18975
18976         Revert:
18977         2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18978
18979         * tree.h (build_call_list): Remove.
18980         * tree.c (build_call_list): Remove.
18981
18982 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
18983
18984         * tree.h (build_call_list): Remove.
18985         * tree.c (build_call_list): Remove.
18986
18987 2010-05-18  Jan Hubicka  <jh@suse.cz>
18988
18989         * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
18990
18991 2010-05-18  Vladimir Makarov  <vmakarov@redhat.com>
18992
18993         PR rtl-optimization/43332
18994         * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
18995
18996 2010-05-18  Anatoly Sokolov  <aesok@post.ru>
18997
18998         * tree.h (build_int_cstu): Implement as static inline.
18999         * tree.c (build_int_cstu): Remove function.
19000         (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
19001         sign extended.
19002
19003 2010-05-18  Richard Guenther  <rguenther@suse.de>
19004
19005         PR lto/44143
19006         * lto-wrapper.c (verbose): New variable.  Initialize from -v.
19007         (debug): Initialize from -save-temps.
19008         (collect_execute): Print command-line when verbose.
19009         (run_gcc): Always use COLLECT_GCC_OPTIONS.  Use fork_execute
19010         for ltrans invocation.  Produce -dumpbase flag again.
19011         (process_args): Remove.
19012         (main): Simplify.
19013         * collect2.c (maybe_run_lto_and_relink): Only pass object
19014         files to lto-wrapper.
19015         * gcc.c (LINK_COMMAND_SPEC): Likewise.
19016
19017 2010-05-18  Jan Hubicka  <jh@suse.cz>
19018
19019         * opts.c (decode_options): Do not disable whopr at ipa_cp.
19020         * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
19021
19022 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
19023
19024         PR lto/44184
19025         * lto-streamer-out.c (output_gimple_stmt): Output number of labels
19026         in a GIMPLE_ASM.
19027         * lto-streamer-in.c (input_gimple_stmt): Read number of labels
19028         in a GIMPLE_ASM.
19029
19030 2010-05-18  Jakub Jelinek  <jakub@redhat.com>
19031
19032         PR debug/41371
19033         * var-tracking.c (find_loc_in_1pdv): Add a few checks from
19034         rtx_equal_p inline.
19035
19036 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
19037
19038         * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
19039         lto-macho as lto_binary_reader.
19040
19041         * darwin.c (darwin_asm_named_section): Do not add assembler comment
19042         after .section directive; just print it before the directive instead.
19043
19044 2010-05-17  Jan Hubicka  <jh@suse.cz>
19045
19046         * cgraph.c (cgraph_create_virtual_clone): Only check
19047         versionable_function_p when not in wpa and checking is enabled.
19048         * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
19049         there are no more functions to materialize.
19050
19051 2010-05-17  Jan Hubicka  <jh@suse.cz>
19052
19053         * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
19054         * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
19055         New functions.
19056         (output_cgraph): Call output_cgraph_opt_summary.
19057         (input_cgrpah): Call input_cgraph_opt_summary.
19058         (output_cgraph_opt_summary_p, output_node_opt_summary,
19059         input_node_opt_summary, input_cgraph_opt_section): New functions.
19060         * lto-section-in.c (lto_section_name): Add cgraphopt.
19061         * tree-inline.c (tree_function_versioning): Handle parm_num.
19062         * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
19063         * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
19064
19065 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
19066
19067         * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
19068         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
19069         the insn to prefetch ratio heuristic to loops with known trip count.
19070
19071 2010-05-17  Changpeng Fang  <changpeng.fang@amd.com>
19072
19073         * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
19074         (schedule_prefetches): Do not generate a prefetch if the unroll factor
19075         is far from what is required by the prefetch.
19076
19077 2010-05-17  Jan Hubicka  <jh@suse.cz>
19078
19079         * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
19080         (ipcp_estimate_growth): Likewise.
19081         (ipcp_const_param_count): Likewise.
19082         (ipcp_insert_stage): Likewise.
19083         * ipa-prop.c (visit_load_for_mod_analysis): New function.
19084         (visit_store_addr_for_mod_analysis): Set used flag.
19085         (ipa_detect_param_modifications): Set used flag for SSE params;
19086         update use of walk_stmt_load_store_addr_ops.
19087         (ipa_print_node_params): Print used flag.
19088         (ipa_write_node_info): Stream used flag.
19089         (ipa_read_node_info): Likewise.
19090         * ipa-prop.h (struct ipa_param_descriptor): Add used field.
19091         (ipa_is_param_used): New function.
19092         (lto_ipa_fixup_call_notes): Remove unused declaration.
19093
19094 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19095
19096         PR target/44074
19097         * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
19098         * configure: Regenerate.
19099         * config.in: Regenerate.
19100         * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
19101         !HAVE_AS_IX86_REP_LOCK_PREFIX.
19102         Don't emit whitespace.
19103         * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
19104         (*rep_movsi): Likewise.
19105         (*rep_movsi_rex64): Likewise.
19106         (*rep_movqi): Likewise.
19107         (*rep_movqi_rex64): Likewise.
19108         (*rep_stosdi_rex64): Likewise.
19109         (*rep_stossi): Likewise.
19110         (*rep_stossi_rex64): Likewise.
19111         (*rep_stosqi): Likewise.
19112         (*rep_stosqi_rex64): Likewise.
19113         (*cmpstrnqi_nz_1): Use {%;} after repz.
19114         (*cmpstrnqi_nz_rex_1): Likewise.
19115         (*cmpstrnqi_1): Likewise.
19116         (*cmpstrnqi_rex_1): Likewise.
19117         (*strlenqi_1): Use {%;} after repnz.
19118         (*strlenqi_rex_1): Likewise.
19119         * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
19120         (*sync_compare_and_swap<mode>): Likewise.
19121         (sync_double_compare_and_swap<mode>): Likewise.
19122         (*sync_double_compare_and_swapdi_pic): Likewise.
19123         (sync_old_add<mode>): Likewise.
19124         (sync_add<mode>): Likewise.
19125         (sync_sub<mode>): Likewise.
19126         (sync_<code><mode>): Likewise.
19127
19128 2010-05-17  Martin Jambor  <mjambor@suse.cz>
19129
19130         * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
19131         otr_token and polymorphic.
19132         * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
19133         (cgraph_clone_edge): Copy the above fields.
19134         * tree.c (get_binfo_at_offset): New function.
19135         * tree.h (get_binfo_at_offset): Declare.
19136         * ipa-prop.h (enum jump_func_type): Added known_type jump function
19137         type, reordered items, updated comments.
19138         (union jump_func_value): Added base_type field, reordered fields.
19139         (enum ipa_lattice_type): Moved down in the file.
19140         (struct ipa_param_descriptor): New field polymorphic.
19141         (ipa_is_param_polymorphic): New function.
19142         * ipa-prop.c: Include gimple.h and gimple-fold.h.
19143         (ipa_print_node_jump_functions): Print known type jump functions.
19144         (compute_complex_pass_through): Renamed to...
19145         (compute_complex_assign_jump_func): this.
19146         (compute_complex_ancestor_jump_func): New function.
19147         (compute_known_type_jump_func): Likewise.
19148         (compute_scalar_jump_functions): Create known type and complex ancestor
19149         jump functions.
19150         (ipa_note_param_call): New parameter polymorphic, set the corresponding
19151         flag in the call note accordingly.
19152         (ipa_analyze_call_uses): Renamed to...
19153         (ipa_analyze_indirect_call_uses): this.  New parameter target, define
19154         variable var only in the block where it is used.
19155         (ipa_analyze_virtual_call_uses): New function.
19156         (ipa_analyze_call_uses): Likewise.
19157         (combine_known_type_and_ancestor_jfs): Likewise.
19158         (update_jump_functions_after_inlining): Implemented handling of a
19159         number of new jump function types combination.
19160         (print_edge_addition_message): Removed.
19161         (make_edge_direct_to_target): New function.
19162         (try_make_edge_direct_simple_call): Likewise.
19163         (try_make_edge_direct_virtual_call): Likewise.
19164         (update_call_notes_after_inlining): Renamed to...
19165         (update_indirect_edges_after_inlining): this.  Moved edge creation for
19166         indirect calls to try_make_edge_direct_simple_call, also calls
19167         try_make_edge_direct_virtual_call for virtual calls.
19168         (ipa_print_node_params): Changed the header message.
19169         (ipa_write_jump_function): Stream also known type jump functions.
19170         (ipa_read_jump_function): Likewise.
19171         (ipa_write_indirect_edge_info): Stream new fields in
19172         cgraph_indirect_call_info.
19173         (ipa_read_indirect_edge_info): Likewise.
19174         * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
19175         GIMPLE_FOLD_H.
19176
19177 2010-05-17  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
19178
19179         * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
19180
19181 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
19182
19183         * tree.h (CALL_EXPR_ARGS): Delete.
19184         (call_expr_arglist): Delete.
19185         * tree.c (call_expr_arglist): Delete.
19186         * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
19187         targetm.fold_builtin.
19188         * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
19189         Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
19190         * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
19191         arglist parameter.  Use CALL_EXPR_ARG.
19192         (picochip_expand_builtin_3op): Likewise.
19193         (picochip_expand_builtin_2opvoid): Likewise.
19194         (picochip_expand_array_get): Likewise.
19195         (picochip_expand_array_put): Likewise.
19196         (picochip_expand_array_testport): Likewise.
19197         (picochip_expand_builtin): Don't call CALL_EXPR_ARGS.  Pass exp
19198         rather than arglist.
19199         * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
19200         CALL_EXPR_ARGS.
19201         * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
19202         than TREE_VALUE and TREE_CHAIN.
19203         * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
19204         * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
19205         the arglist.
19206
19207 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
19208
19209         PR bootstrap/42347
19210         * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
19211         to have no fallthru edge.
19212
19213         PR middle-end/44102
19214         * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
19215         bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
19216         mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
19217         add BARRIER after previous bb if needed.
19218
19219 2010-05-17  Nathan Froyd  <froydnj@codesourcery.com>
19220
19221         * tree.c (build_function_type_list_1): Remove bogus assert condition.
19222
19223 2010-05-17  Alan Modra  <amodra@gmail.com>
19224
19225         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
19226         unnecessary prototype.  Replace copy_r12 and copy_r11 flag params
19227         with copy_reg rtx param.
19228         (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
19229         Correct cases where code for ABI_V4 did not initialise the reg
19230         used to access frame.  Also leave frame_reg_rtx as sp for large
19231         frames that save no regs.
19232
19233 2010-05-17  Martin Jambor  <mjambor@suse.cz>
19234
19235         PR middle-end/44133
19236         * tree-sra.c (create_access_replacement): New parameter rename, mark
19237         the replaement for renaming only when it is true.
19238         (get_access_replacement): Pass true in the rename parameter of
19239         create_access_replacement.
19240         (get_unrenamed_access_replacement): New function.
19241         (replace_uses_with_default_def_ssa_name): New parameter racc, get the
19242         replacement declaration from it.
19243
19244 2010-05-17  Bernd Schmidt  <bernds@codesourcery.com>
19245
19246         * function.c (try_fit_stack_local, add_frame_space): New static
19247         functions.
19248         (assign_stack_local_1): Use them.  Look for opportunities to use
19249         space previously wasted on alignment.
19250         * function.h (struct frame_space): New.
19251         (struct rtl_data): Add FRAME_SPACE_LIST member.
19252         * reload1.c (something_was_spilled): New static variable.
19253         (alter_reg): Set it.
19254         (reload): Test it in addition to testing if the frame size changed.
19255
19256 2010-05-17  Christian Borntraeger  <borntraeger@de.ibm.com>
19257
19258         * config/s390/s390.c: Define sane prefetch settings and activate
19259         flag_prefetch_loop_arrays on -O3.
19260         * config/s390/s390.h: Declare that read can use write prefetch.
19261
19262 2010-05-17  Jakub Jelinek  <jakub@redhat.com>
19263
19264         * lto-streamer-out.c (lto_output): Fix --enable-checking=release
19265         build.
19266
19267 2010-05-16  Jan Hubicka  <jh@suse.cz>
19268
19269         * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
19270         function body; do not check stdarg field of struct function.
19271
19272 2010-05-16  Jan Hubicka  <jh@suse.cz>
19273
19274         * cgraph.c (dump_cgraph_node): Dump versionable flag.
19275         * cgraph.h (cgraph_local_info): Add versionable flag.
19276         * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
19277         (ipcp_versionable_function_p): Use it.
19278         * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
19279         versionable flag.
19280
19281 2010-05-16  Jan Hubicka  <jh@suse.cz>
19282
19283         * cgraph.c (cgraph_clone_node): Take decl argument and insert
19284         clone into hash when it is different from orig.
19285         (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
19286         * cgraph.h (cgraph_clone_node): Update prototype.
19287         * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
19288         (lto_cgraph_encoder_delete): Delete body map.
19289         (lto_cgraph_encoder_size): Move to header.
19290         (lto_cgraph_encoder_encode_body_p,
19291         lto_set_cgraph_encoder_encode_body): New.
19292         (lto_output_node): Do not take written_decls argument; output clone_of
19293         pointer.
19294         (add_node_to): Add include_body_argument; call
19295         lto_set_cgraph_encoder_encode_body on master of the clone.
19296         (add_references): Update use of add_node_to.
19297         (compute_ltrans_boundary): Likewise.
19298         (output_cgraph): Do not create written_decls bitmap.
19299         (input_node): Take nodes argument; stream in clone_of correctly.
19300         (input_cgraph_1): Update use of input_node.
19301         * lto-streamer-out.c (lto_output): Use encoder info to decide
19302         what bodies to output.
19303         * ipa-inline.c (cgraph_clone_inlined_nodes,
19304         cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
19305         * lto-streamer.h (lto_cgraph_encoder_d): Add body.
19306         (lto_cgraph_encoder_size): Define here.
19307         (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
19308         Declare.
19309
19310 2010-05-16  Richard Guenther  <rguenther@suse.de>
19311
19312         * doc/invoke.texi (-fipa-struct-reorg): Do not mention
19313         -fipa-type-escape.
19314         * ipa-type-escape.c (gate_type_escape_vars): Run when
19315         -fipa-struct-reorg runs.
19316         * opts.c (decode_options): Do not unset flag_ipa_type_escape.
19317         * common.opt (fipa-type-escape): Remove.
19318
19319 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
19320
19321         * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
19322         (decode_options): Likewise.
19323         * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
19324
19325 2010-05-16  Jan Hubicka  <jh@suse.cz>
19326
19327         * ipa.c (function_and_variable_visibility): Also bring local all
19328         aliases.
19329
19330 2010-05-16  Richard Guenther  <rguenther@suse.de>
19331
19332         * alias.c (nonoverlapping_memrefs_p): Remove use of
19333         IPA type-escape information.
19334
19335 2010-05-16  Joseph Myers  <joseph@codesourcery.com>
19336
19337         * c-common.c (c_common_reswords): Add _Static_assert for C.
19338         * c-parser.c (c_token_starts_declaration,
19339         c_parser_next_token_starts_declaration,
19340         c_parser_static_assert_declaration_no_semi,
19341         c_parser_static_assert_declaration): New.
19342         (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
19343         Handle static assertions if static_assert_ok.
19344         (c_parser_external_declaration, c_parser_declaration_or_fndef,
19345         c_parser_compound_statement_nostart, c_parser_label,
19346         c_parser_for_statement, c_parser_objc_methodprotolist,
19347         c_parser_omp_for_loop): All callers of
19348         c_parser_declaration_or_fndef changed.
19349         (c_parser_struct_declaration): Handle static assertions.
19350         (c_parser_compound_statement_nostart): Use
19351         c_parser_next_token_starts_declaration and
19352         c_token_starts_declaration to detect start of declarations.
19353         (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
19354         Likewise.
19355
19356 2010-05-16  Anatoly Sokolov  <aesok@post.ru>
19357
19358         * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19359         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19360         * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
19361         TARGET_FUNCTION_VALUE_REGNO_P): Define.
19362         (mmix_function_outgoing_value): Rename to...
19363         (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
19364         (mmix_function_value_regno_p): Make static.
19365         (mmix_libcall_value): New function.
19366         * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
19367         mmix_function_value_regno_p): Remove declaration.
19368
19369 2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
19370
19371         * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
19372         BUILT_IN_ALLOCA if stack checking is enabled.
19373
19374 2010-05-16  Richard Guenther  <rguenther@suse.de>
19375
19376         * var-tracking.c (vars_copy_1): Inline ...
19377         (vars_copy): ... here.  Use FOR_EACH_HTAB_ELEMENT.
19378         (variable_union): Use FOR_EACH_HTAB_ELEMENT.  Merge asserts.
19379         (variable_merge_over_cur): Adjust.  Merge asserts.
19380         (variable_merge_over_src): Likewise.
19381         (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
19382         (variable_post_merge_new_vals): Merge asserts.
19383         (variable_post_merge_perm_vals): Likewise.
19384         (find_mem_expr_in_1pdv): Likewise.
19385         (dataflow_set_different_value): Remove.
19386         (onepart_variable_different_p): Merge asserts.
19387         (variable_different_p): Likewise.
19388         (dataflow_set_different_1): Inline ...
19389         (dataflow_set_different): ... here.  Use FOR_EACH_HTAB_ELEMENT.
19390         (emit_notes_for_differences_1): Merge asserts.
19391
19392 2010-05-16  Richard Guenther  <rguenther@suse.de>
19393
19394         * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
19395         * optabs.c (libfunc_decl_hash): Likewise.
19396         * varasm.c (emutls_decl): Likewise.
19397
19398 2010-05-16  Steven Bosscher  <steven@gcc.gnu.org>
19399
19400         * c-decl.c: Don't include gimple.h.
19401         (merge_decls): Do not copy gimple_body.
19402
19403 2010-05-15  Jason Merrill  <jason@redhat.com>
19404
19405         * c.opt: Add -fnothrow-opt.
19406
19407 2010-05-15  Jan Hubicka  <jh@suse.cz>
19408
19409         * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
19410         analyzed.
19411         * passes.c (ipa_write_summaries): Write all analyzed nodes.
19412
19413 2010-05-15  Steven Bosscher  <steven@gcc.gnu.org>
19414
19415         * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
19416         * Makefile.in: Add it.
19417         Fix all other Makefile dependencies for changes below.
19418         * tree.h: Include it instead of defining VEC primitives here.
19419         * gimple.h: Likewise.
19420         * rtl.h: Likewise.
19421         * tree-inline.h: Inlclude vecir.h instead of gimple.h.
19422         * except.h: Include vecir.h, break dependence on tree.h.
19423
19424         * gimplify.c (append_to_statement_list_1, append_to_statement_list):
19425         Move from here...
19426         * tree-iterator.c: ...to here.
19427         * tree-iterator.h: Fix file introduction comment.  Add extern markers.
19428
19429         * c-lex.c: Include fixed-value.h instead of rtl.h.  Do not include
19430         tm_p.h.
19431         * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
19432         * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
19433         integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
19434         tree-mudflap.h, and target.h.
19435         * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
19436         predict.h, tree-inline.h, gimple.h, and langhooks.h.
19437         * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
19438         Add FIXME for why gimple.h is still included (should be unnecessary
19439         since GCC 4.5 gimplification unit-at-a-time).
19440         * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
19441         * c-pragma.c: Add FIXME for why function.h needs to be included just
19442         for cfun, at front-end level.
19443         Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
19444         Do not include ggc.h, but include vecprim.h for VEC(char).
19445         * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
19446         Explain why target.h is included.
19447         * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
19448         Explain why gimple.h is included.
19449         * c-ppoutput.c: Do not include tm.h.
19450         * c-common.c: Do not include gimple.h.  Explain why expr.h is included.
19451         * c-parses.c: Explain why rtl.h is included, and that this (and only
19452         this) is also why tm.h must be included.
19453         Do not include except.h.
19454         * c-lang.c: Do not include ggc.h.
19455
19456 2010-05-15  Uros Bizjak  <ubizjak@gmail.com>
19457
19458         * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
19459
19460 2010-05-15  Joseph Myers  <joseph@codesourcery.com>
19461
19462         * c-decl.c (grokfield): Allow typedefs for anonymous structs and
19463         unions by default if those structs and unions have no tags.  Do
19464         not condition anonymous struct and unions handling on flag_iso.
19465         Allow anonymous structs and unions for C1X.
19466         (finish_struct): Do not diagnose lack of named fields when
19467         anonymous structs and unions present for C1X.  Accept flexible
19468         array members in structure with anonymous structs or unions but no
19469         directly named fields.
19470         * doc/extend.texi (Unnamed Fields): Update.
19471
19472 2010-05-15  Eric Botcazou  <ebotcazou@adacore.com>
19473
19474         * gimple.h (compare_field_offset): Rename into...
19475         (gimple_compare_field_offset): ...this.
19476         * gimple.c (compare_field_offset): Rename into...
19477         (gimple_compare_field_offset): ...this.  Compare the full access if
19478         the offset is self-referential.
19479         (gimple_types_compatible_p): Adjust for above renaming.
19480         * lto-streamer-in.c (input_gimple_stmt): Likewise.  Also compare the
19481         DECL_NONADDRESSABLE_P flag of fields before merging them.
19482
19483 2010-05-15  Nathan Froyd  <froydnj@codesourcery.com>
19484
19485         * tree.h (ctor_to_list): Delete.
19486         * tree.c (ctor_to_list): Delete.
19487
19488 2010-05-15  Jan Hubicka  <jh@suse.cz>
19489
19490         * ipa-reference.c: Include toplev.h
19491         (is_proper_for_analysis): Only add to all_module_statics
19492         if it is allocated.
19493         (write_node_summary_p, stream_out_bitmap,
19494         ipa_reference_write_optimization_summary,
19495         ipa_reference_read_optimization_summary): New.
19496         (struct ipa_opt_pass_d pass_ipa_reference): Add
19497         optimization summary streaming.
19498         * lto-cgraph.c (referenced_from_this_partition_p,
19499         reachable_from_this_partition_p): New functions.
19500         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
19501         call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
19502         * opts.c (decode_options): Enable ipa_reference.
19503         * Makefile.in (ipa-reference.o): Add toplev.h dependency.
19504         * lto-streamer.h (referenced_from_this_partition_p,
19505         reachable_from_this_partition_p): Declare.
19506
19507 2010-05-15  Richard Guenther  <rguenther@suse.de>
19508
19509         PR tree-optimization/44038
19510         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
19511         taking the address of a V_C_E of a constant.
19512
19513 2010-05-14  Jan Hubicka  <jh@suse.cz>
19514
19515         * tree.h (memory_identifier_string): Remove.
19516         * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
19517         (ipa_reference_global_vars_info_d): Remove statics_not_read and
19518         statics_not_written.
19519         (ipa_reference_optimization_summary_d): New structure.
19520         (ipa_reference_optimization_summary_t): New type and vector.
19521         (ipa_reference_vars_info_d): Embedd structures instead of using
19522         pointers.
19523         (reference_vars_to_consider): Remove out of GGC space.
19524         (module_statics_escape): Remove.
19525         (global_info_obstack): Rename to ...
19526         (optimization_summary_obstack): ... this one.
19527         (initialization_status_t): Remove.
19528         (memory_identifier_string): Remove.
19529         (get_reference_vars_info): Fix indenting.
19530         (set_reference_vars_info): Likewise.
19531         (get_reference_optimization_summary): New.
19532         (set_reference_optimization_summary): New.
19533         (get_global_reference_vars_info): Remove.
19534         (ipa_reference_get_read_global): Remove.
19535         (ipa_reference_get_written_global): Remove.
19536         (ipa_reference_get_not_read_global): Update.
19537         (ipa_reference_get_not_written_global): Update.
19538         (is_proper_for_analysis): Outlaw addressable.
19539         (propagate_bits): Update for new datastructures.
19540         (analyze_variable): Remove.
19541         (init_function_info): Update for new datastructures.
19542         (clean_function_local_data): Remove.
19543         (clean_function): Remove.
19544         (copy_global_bitmap): Use optimizations_summary_obstack.
19545         (duplicate_node_data): Duplicate optimization summary only.
19546         (remove_node_data): Remove optimization summary only.
19547         (generate_summary): Do not analyze variables; do not compute
19548         module_statics_escape; do not prune solutions by it.
19549         (read_write_all_from_decl): Fix typos in comments.
19550         (propagate): Doscover readonly and nonaddressable first;
19551         update for new datastructures; share global bitmaps.
19552         * ipa-reference.h (ipa_reference_get_read_global,
19553         ipa_reference_get_written_global): Remove.
19554         * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
19555         * Makefile.in: Remove ipa-refereference from GT files.
19556
19557 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
19558
19559         PR debug/44112
19560         * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
19561         for all SYMBOL_REF_DECLs.
19562
19563 2010-05-14  Jan Hubicka  <jh@suse.cz>
19564
19565         * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
19566         (varpool_all_refs_explicit_p): New inline function.
19567         * ipa-reference.c: Update comment.
19568         (module_statics_written): Remove.
19569         (get_static_decl): Remove.
19570         (ipa_init): Do not initialize module_statics_written.
19571         (analyze_function): Likewise.
19572         (generate_summary): Likewise; do not compute module_statics_readonly
19573         and do not update variable flags.
19574         (propagate): Call ipa_discover_readonly_nonaddressable_vars.
19575         * ipa.c: Inlucde flags.h
19576         (cgraph_local_node_p): New.
19577         (cgraph_remove_unreachable_nodes): Return early when not optimizing;
19578         promote functions to local.
19579         (ipa_discover_readonly_nonaddressable_vars): New function.
19580         (function_and_variable_visibility): Use cgraph_local_node_p.
19581         * varpool.c (varpool_finalize_decl): Set force_output for
19582         DECL_PRESERVE_P vars.
19583
19584 2010-05-14  Jan Hubicka  <jh@suse.cz>
19585
19586         * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
19587
19588 2010-05-14  Richard Guenther  <rguenther@suse.de>
19589
19590         PR tree-optimization/44119
19591         * tree-ssa-pre.c (eliminate): Properly mark replacement of
19592         a PHI node necessary.
19593
19594 2010-05-14  Eric Botcazou  <ebotcazou@adacore.com>
19595
19596         * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
19597
19598 2010-05-14  Jason Merrill  <jason@redhat.com>
19599
19600         PR c++/44127
19601         * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
19602         (gimple_call_set_nothrow): New.
19603         * gimple.c (gimple_build_call_from_tree): Call it.
19604         (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
19605
19606         PR c++/44127
19607         * gimplify.c (gimplify_seq_add_stmt): No longer static.
19608         * gimple.h: Declare it.
19609         * gimple.c (gimple_build_eh_filter): No ops.
19610
19611 2010-05-14  Jan Hubicka  <jh@suse.cz>
19612
19613         * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
19614         nodes already in queue.
19615         (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
19616         re-enqueueing node.
19617
19618 2010-05-14  Jakub Jelinek  <jakub@redhat.com>
19619
19620         PR debug/44136
19621         * cfgexpand.c (expand_debug_expr): If non-memory op0
19622         has BLKmode, return NULL.
19623
19624 2010-05-14  Harsha Jagasia  <harsha.jagasia@amd.com>
19625
19626         * config.gcc: Add support for --with-cpu option for bdver1.
19627         * config/i386/i386.h (TARGET_BDVER1): New macro.
19628         (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
19629         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
19630         (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
19631         to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
19632         Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
19633         (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
19634         (processor_type): Add PROCESSOR_BDVER1.
19635         * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
19636         processor_type in config/i386/i386.h.
19637         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
19638         movaps <reg, reg> instead of movapd <reg, reg> when replacing
19639         movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
19640         Add check for  TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
19641         to emit packed xor instead of packed double/packed integer
19642         xor for SSE and AVX when moving a zero value.
19643         * config/i386/sse.md: Add check for
19644         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
19645         movapd/movdqa for SSE and AVX.
19646         Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
19647         single logical operations i.e and, or and xor instead of packed double
19648         logical operations for SSE and AVX.
19649         * config/i386/i386-c.c (ix86_target_macros_internal):
19650         Add PROCESSOR_BDVER1.
19651         * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
19652         (has_fma4, has_xop): New.
19653         * config/i386/i386.c (bdver1_cost): New variable.
19654         (m_BDVER1): New macro.
19655         (m_AMD_MULTIPLE): Add m_BDVER1.
19656         (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
19657         x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
19658         x86_tune_use_simode_fiop, x86_tune_promote_qimode,
19659         x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
19660         x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
19661         x86_tune_sse_partial_reg_dependency,
19662         x86_tune_sse_unaligned_load_optimal,
19663         x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
19664         x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
19665         x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
19666         x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
19667         x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
19668         Enable/disable for bdver1.
19669         (processor_target_table): Add bdver1_cost.
19670         (cpu_names): Add bdver1.
19671         (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
19672          processor_alias_table.
19673         (ix86_expand_vector_move_misalign): Change.
19674         TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
19675         Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
19676         Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
19677         of movupd/movdqu for SSE and AVX.
19678         (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
19679         (ix86_tune_adjust_cost): Add code for bdver1.
19680         (standard_sse_constant_opcode): Add check for
19681         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
19682         of packed double xor for SSE and AVX.
19683
19684 2010-05-14  Pat Haugen  <pthaugen@us.ibm.com>
19685
19686         * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
19687         result to unsigned.
19688
19689 2010-05-14  Tristan Gingold  <gingold@adacore.com>
19690
19691         * toplev.c (default_debug_hooks): Remove this variable.
19692         (process_options): Remove assignments to default_debug_hooks.
19693
19694 2010-05-14  Martin Jambor  <mjambor@suse.cz>
19695
19696         * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
19697         (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
19698         * langhooks.h (struct lang_hooks_for_decls): Removed field
19699         fold_obj_type_ref.
19700         * tree.c (free_lang_data): Remove assignment to
19701         lang_hooks.fold_obj_type_ref.
19702         * tree.def (OBJ_TYPE_REF): Update comment.
19703
19704 2010-05-14  Richard Guenther  <rguenther@suse.de>
19705
19706         PR tree-optimization/44124
19707         * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
19708
19709 2010-05-14  Alan Modra  <amodra@gmail.com>
19710
19711         PR target/44075
19712         * config/rs6000/rs6000.c (struct machine_function): Reorder
19713         fields for better packing.  Add lr_save_state.
19714         (rs6000_ra_ever_killed): Return lr_save_state if set.
19715         (rs6000_emit_eh_reg_restore): Set lr_save_state.
19716
19717 2010-05-13  Jan Hubicka  <jh@suse.cz>
19718
19719         * varpool.c (decide_is_variable_needed): Drop code checking
19720         TREE_SYMBOL_REFERENCED.
19721
19722 2010-05-13  Jan Hubicka  <jh@suse.cz>
19723
19724         * final.c (output_addr_const): Do not call mark_decl_referenced.
19725         * cgraphunit.c (process_function_and_variable_attributes): Use
19726         mark_needed_node dirrectly.
19727         (assemble_thunk): Do not call mark_decl_referenced.
19728
19729 2010-05-13  Anatoly Sokolov  <aesok@post.ru>
19730
19731         * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
19732
19733 2010-05-13  Jeff Law  <law@redhat.com>
19734
19735         * ira-conflicts.c (print_allocno_conflicts): New function broken out
19736         from...
19737         (print_conflicts): Call print_allocno_conflicts.
19738
19739 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
19740
19741         PR debug/44104
19742         * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
19743         if it is NULL.
19744
19745 2010-05-13  Kai Tietz  <kai.tietz@onevision.com>
19746
19747         * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
19748         t-mingw-w64 or t-mingw-w32 for multilib configuration.
19749         * config/i386/t-mingw-w32: New.
19750         * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
19751
19752 2010-05-13  Martin Jambor  <mjambor@suse.cz>
19753
19754         * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
19755         gimple-fold.c).
19756         * gimple-fold.c (get_base_binfo_for_type): New function.
19757         (gimple_get_relevant_ref_binfo): Likewise.
19758         (gimple_fold_obj_type_ref_known_binfo): Likewise.
19759         (gimple_fold_obj_type_ref): Likewise.
19760         (fold_gimple_call): Simplify condition for folding virtual calls
19761         and call gimple_fold_obj_type_ref.
19762         * gimple.h (gimple_get_relevant_ref_binfo): Declare.
19763         (gimple_fold_obj_type_ref_known_binfo): Likewise.
19764
19765 2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
19766
19767         * config/rs6000/rs6000-protos.h
19768         (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
19769         * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
19770         (rs6000_debug_mode_dependent_address)
19771         (rs6000_mode_dependent_address_ptr): Likewise.
19772
19773 2010-05-13  Jakub Jelinek  <jakub@redhat.com>
19774
19775         PR debug/43983
19776         * var-tracking.c (track_expr_p): Allow tracking of variables optimized
19777         by SRA.
19778         * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
19779         * tree-sra.c (create_access_replacement): Call unshare_expr before
19780         passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
19781         * dwarf2out.c: Include tree-flow.h.
19782         (struct var_loc_node): Rename var_loc_note field to loc, add comment.
19783         (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
19784         Handle DW_OP_bit_piece.
19785         (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
19786         construct_piece_list, adjust_piece_list): New functions.
19787         (add_var_loc_to_decl): Handle SRA optimized variables.
19788         Adjust for var_loc_note to loc field renaming.
19789         (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
19790         in VAR_LOCATION note.
19791         (new_loc_descr_op_bit_piece): New function.
19792         (dw_sra_loc_expr): New function.
19793         (dw_loc_list): Use it.  Don't handle the last range after the
19794         loop, handle it inside of the loop.  Adjust for var_loc_note
19795         to loc field renaming.
19796         (add_location_or_const_value_attribute): Only special case
19797         single entry loc lists if loc is NOTE_P.  Adjust for
19798         var_loc_note to loc field renaming.
19799         (dwarf2out_var_location): Don't set newloc->var_loc_note
19800         and newloc->next here.
19801
19802 2010-05-12  Jan Hubicka  <jh@suse.cz>
19803
19804         * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
19805         flag.
19806         * cgraph.h (cgraph_only_called_directly_p,
19807         cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
19808         (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
19809         * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
19810         (assemble
19811         * ipa.c (cgraph_remove_unreachable_nodes): Use
19812         cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
19813         flags.
19814         * tree-inline.c (copy_bb): Check address_taken flag.
19815         * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
19816         externally_visible flag.
19817
19818 2010-05-12  Jason Merrill  <jason@redhat.com>
19819
19820         PR bootstrap/44048
19821         PR target/44099
19822         * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
19823         * sdbout.c (plain_type_1): Likewise.
19824         * dwarf2out.c (is_base_type): Likewise.
19825         (gen_type_die_with_usage): Likewise.  Generate
19826         DW_TAG_unspecified_type for any LANG_TYPE.
19827
19828 2010-05-12  Jan Hubicka  <jh@suse.cz>
19829
19830         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
19831         indrect edges too.
19832         * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
19833         (cgraph_clone_edge): Update.
19834         (cgraph_node_remove_callees): Remove indirect calls too.
19835         * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
19836         (cgraph_create_indirect_edge): Update prototype.
19837         * ipa-reference.c (has_proper_scope_for_analysis): Rename to
19838         is_proper_for_analysis.
19839         (add_new_function, visited_nodes, function_insertion_hook_holder,
19840         get_local_reference_vars_info, mark_address_taken, mark_address,
19841         mark_load, mark_store, check_asm_memory_clobber, check_call,
19842         scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
19843         (ipa_init): Do not initialize visited_nodes;
19844         function_insertion_hook_holder.
19845         (analyze_variable): Rewrite.
19846         (analyze_function): Rewrite.
19847         (copy_local_bitmap): Remove.
19848         (duplicate_node_dat): Do not duplicate local info.
19849         (generate_summary): Simplify to only walk cgraph.
19850         (write_node_summary_p, ipa_reference_write_summary,
19851         ipa_reference_read_summary): Remove.
19852         (propagate): Do not remove function insertion;
19853         generate summary.
19854         (pass_ipa_reference): NULLify summary handling fields.
19855         * lto-cgraph.c (lto_output_edge): Output ecf_flags.
19856         (input_edge): Input ecf_flags.
19857         * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
19858         (update_indirect_edges_after_inlining): Ignore edges with unknown
19859         param.
19860
19861 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
19862
19863         * implicit-zee.c: New file.
19864         * tree-pass.h (pass_implicit_zee): Declare.
19865         * passes.c (init_optimization_passes): Add zee pass.
19866         * common.opt (fzee): New flag.
19867         * timevar.def (TV_ZEE): Define.
19868         * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
19869         and beyond.
19870         * Makefile.in (implicit-zee.o): Add new build file.
19871
19872 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19873             Nathan Froyd  <froydnj@codesourcery.com>
19874
19875         * c-common.c (sync_resolve_params): Remove write-only variable.
19876
19877 2010-05-12  Anatoly Sokolov  <aesok@post.ru>
19878
19879         * target.h (struct gcc_target): Add mode_dependent_address_p field.
19880         * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19881         (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
19882         * targhooks.c (default_mode_dependent_address_p): New function.
19883         * targhooks.h (default_mode_dependent_address_p): Declare function.
19884         * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
19885         (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
19886         * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
19887         target hook. Change return type to bool.
19888         * recog.h (mode_dependent_address_p): Change return type to bool.
19889
19890 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19891             Nathan Froyd  <froydnj@codesourcery.com>
19892
19893         * tree-mudflap.c (build_function_type_0, build_function_type_1,
19894         build_function_type_2, build_function_type_3): Remove.
19895         (mudflap_init): Use build_function_type_list.
19896
19897 2010-05-12  Kazu Hirata  <kazu@codesourcery.com>
19898             Nathan Froyd  <froydnj@codesourcery.com>
19899
19900         * coverage.c (build_fn_info_value): Call build_constructor instead of
19901         build_constructor_from_list.
19902         (build_ctr_info_value): Likewise.
19903         (build_gcov_info): Likewise.
19904
19905 2010-05-12  Nathan Froyd  <froydnj@codesourcery.com>
19906
19907         * tree.c (build_constructor): Compute TREE_CONSTANT for the
19908         resultant constructor.
19909         (build_constructor_single): Don't set TREE_CONSTANT.
19910         (build_constructor_from_list): Don't compute TREE_CONSTANT.
19911
19912 2010-05-12  Jan Hubicka  <jh@suse.cz>
19913
19914         * cgraph.h (struct varpool_node): Add aux.
19915         * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
19916         * varpool.c (varpool_remove_node): Do not remove initializer.
19917         (varpool_reset_queue): Export.
19918         (varpool_finalize_decl): Volatile vars are forced to be output.
19919         * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
19920         replaced decl.
19921         * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
19922         process_references, varpool_can_remove_if_no_refs): New functions.
19923         (cgraph_remove_unreachable_nodes): Handle variables too.
19924
19925 2010-05-12  H.J. Lu  <hongjiu.lu@intel.com>
19926
19927         PR target/44088
19928         * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
19929
19930 2010-05-12  Jakub Jelinek  <jakub@redhat.com>
19931
19932         PR middle-end/44085
19933         * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
19934         change value of ORT_TASK.
19935         (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
19936         (omp_notice_threadprivate_variable): New function.
19937         (omp_notice_variable): Call it for threadprivate variables.
19938         If enclosing ctx is a task, print enclosing task rather than
19939         enclosing parallel.  Handle ORT_UNTIED_TASK like ORT_TASK.
19940         (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
19941         if task has untied clause.
19942
19943         PR debug/42278
19944         * dwarf2out.c (base_type_die): Don't add name attribute here.
19945         (modified_type_die): Instead of sizetype use
19946         its underlying original type.  If a DW_TAG_base_type doesn't
19947         have name added, add __unknown__.
19948         (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
19949         always call force_type_die instead.
19950
19951 2010-05-12  Maxim Kuvyrkov  <maxim@codesourcery.com>
19952
19953         * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
19954         for __stack_chk_guard.
19955
19956 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
19957
19958         * c-opts.c (c_common_parse_file): If start_end_main_source_file,
19959         don't call start_source_file debug hook here...
19960         (finish_options): ... but here, after outputting predefined and
19961         command line defines and undefs.
19962
19963         PR middle-end/44071
19964         * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
19965         no fallthru edge.
19966         * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
19967         optimizing away empty bb with no successors, move over its
19968         footer chain to fallthru predecessor.
19969         * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
19970         (rtl_split_edge): For asm goto call patch_jump_insn even if
19971         splitting fallthru edge.
19972
19973         PR c++/44059
19974         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
19975         even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
19976         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
19977         * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
19978         on DW.ref.* decls.
19979
19980         PR c++/44062
19981         * c-parser.c (c_parser_expression): Mark LHS of a comma
19982         expression as read if it is a decl, handled component or
19983         COMPOUND_EXPR with that on the RHS.
19984         * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
19985         if it is a decl or handled component.
19986
19987 2010-05-11  Jan Hubicka  <jh@suse.cz>
19988
19989         * lto-symtab.c (lto_symtab_free): New function.
19990         * lto-streamer.h (lto_symtab_free): Declare.
19991
19992 2010-05-11  Jan Hubicka  <jh@suse.cz>
19993
19994         * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
19995         that if function is needed it is reachable.
19996         (lto_output_node): See if it the function is reachable or referenced.
19997         (output_cgraph): Update call of lto_output_node.
19998         * lto-streamer.h (reachable_from_other_partition_p): Declare.
19999
20000 2010-05-11  Jan Hubicka  <jh@suse.cz>
20001
20002         * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
20003         Mark as used.
20004
20005 2010-05-11  Jan Hubicka  <jh@suse.cz>
20006
20007         PR tree-optimize/44063
20008         * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
20009         queue.
20010         (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
20011         limits.
20012         (estimate_function_body_sizes): Compute sizes even when disregarding.
20013
20014 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
20015
20016         * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
20017
20018 2010-05-11  Jan Hubicka  <jh@suse.cz>
20019
20020         * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
20021         into every boundary.
20022
20023 2010-05-11  Jan Hubicka  <jh@suse.cz>
20024
20025         * matrix-reorg.c (matrix_reorg): Rebuild edges.
20026
20027 2010-05-11  Jan Hubicka  <jh@suse.cz>
20028
20029         * lto-streamer.c (lto_streamer_cache_add_to_node_array,
20030         lto_streamer_cache_delete): Put nodes into heap.
20031         * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
20032         heap.
20033
20034 2010-05-11  Jan Hubicka  <jh@suse.cz>
20035
20036         * cgraphbuild.c (cgraph_rebuild_references): New.
20037         * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
20038         out extern inlines.
20039         * cgraph.h (cgraph_rebuild_references): Declare.
20040         * tree-inline.c (tree_function_versioning): Use it.
20041         * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
20042
20043 2010-05-11  Jan Hubicka  <jh@suse.cz>
20044
20045         * cgraph.c: Include ipa-utils.h
20046         (cgraph_create_virtual_clone): Update references.
20047         * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
20048
20049 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
20050
20051         * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
20052         prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
20053         cache size.
20054
20055 2010-05-11  Christian Borntraeger  <borntraeger@de.ibm.com>
20056
20057         * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
20058
20059 2010-05-11  Jakub Jelinek  <jakub@redhat.com>
20060
20061         * gcc.c (execute): For -### don't quote arguments that
20062         contain just alphanumerics and _/-. characters.
20063         * doc/invoke.texi: Document that change for -###.
20064
20065         PR debug/44023
20066         * df-problems.c (struct dead_debug): Add to_rescan field.
20067         (dead_debug_init): Clear to_rescan field.
20068         (dead_debug_finish): Rescan all debug insns in to_rescan
20069         bitmap and free the bitmap.
20070         (dead_debug_insert_before): Instead of rescanning debug insns
20071         immediately queue their rescanning until dead_debug_finish.
20072         (df_note_bb_compute): After dead_debug_add do continue instead
20073         of break.
20074
20075 2010-05-10  Jakub Jelinek  <jakub@redhat.com>
20076
20077         PR debug/44028
20078         * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
20079         clear also INSN_REG_USE_LIST.
20080
20081 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20082
20083         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
20084
20085 2010-05-10  Jan Hubicka  <jh@suse.cz>
20086
20087         * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
20088         commited change.
20089
20090 2010-05-10  Jan Hubicka  <jh@suse.cz>
20091
20092         * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
20093         Allocate encoders.
20094         * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
20095         * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
20096         (lto_streamer_cache_create): Init alloc pool.
20097         (lto_streamer_cache_delete): Free alloc pool.
20098         * lto-streamer.h: Include alloc pool.
20099         (lto_streamer_cache_d): Use alloc pool.
20100         * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
20101
20102 2010-05-10  Jan Hubicka  <jh@suse.cz>
20103
20104         * Makefile.in (cgraphbuild.o): Add dependency on except.h.
20105         * cgraphbuild.c: Include except.h
20106         (record_type_list, record_eh_tables): New function.
20107         (build_cgraph_edges, rebuild_cgraph_edges): Use it.
20108
20109 2010-05-10  Jan Hubicka  <jh@suse.cz>
20110
20111         * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
20112         __frame_dummy_init_array_entry, force_to_data): Attribute as used
20113         rather than unused.
20114
20115 2010-05-10  Michael Matz  <matz@suse.de>
20116
20117         * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
20118         (can_reassociate_p): Use FLOAT_TYPE_P.
20119         * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
20120         (vect_force_simple_reduction): ... this.
20121         * tree-parloops.c (gather_scalar_reductions): Use
20122         vect_force_simple_reduction.
20123         * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
20124         vect_is_simple_reduction, add modify argument, if true rewrite
20125         "a-b" into "a+(-b)".
20126         (vect_is_simple_reduction, vect_force_simple_reduction): New
20127         functions.
20128         (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
20129
20130 2010-05-10  H.J. Lu  <hongjiu.lu@intel.com>
20131             Vladimir Makarov  <vmakarov@redhat.com>
20132
20133         PR rtl-optimization/44012
20134         * ira-build.c (remove_unnecessary_allocnos): Nullify
20135         regno_allocno_map of the removed allocno.
20136
20137 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20138
20139         * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
20140         to /dev/null.
20141         * configure: Regenerate.
20142
20143 2010-05-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20144
20145         * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
20146         unused.
20147         Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
20148         * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
20149         support in Sun ld.
20150         * configure: Regenerate.
20151
20152 2010-05-10  Richard Guenther  <rguenther@suse.de>
20153
20154         * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
20155         marked if the entry identifier is marked.
20156
20157 2010-05-10  Richard Guenther  <rguenther@suse.de>
20158
20159         * c-common.c (struct c_common_attributes): Add fnspec attribute.
20160         (handle_fnspec_attribute): New function.
20161         * gimple.h (gimple_call_return_flags): Declare.
20162         (gimple_call_arg_flags): Likewise.
20163         * gimple.c (gimple_call_arg_flags): New function.
20164         (gimple_call_return_flags): Likewise.
20165         * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
20166         New argument flags.
20167         (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
20168         return value flags.
20169         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
20170         * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
20171         main work to ...
20172         (make_heapvar_for): ... this new function.
20173         (handle_rhs_call): Handle fnspec attribute argument specifiers.
20174         (handle_lhs_call): Likewise.
20175         (find_func_aliases): Adjust.
20176
20177 2010-05-10  Richard Guenther  <rguenther@suse.de>
20178
20179         PR tree-optimization/44050
20180         * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
20181
20182 2010-05-10  Wei Guozhi  <carrot@google.com>
20183
20184         PR target/42879
20185         * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
20186
20187 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
20188
20189         PR c/10676
20190         * c-typeck.c (lookup_field): Take a type directly.  Update
20191         recursive calls.
20192         (build_component_ref): Update call to lookup_field.
20193         (set_init_label): Use lookup_field to find initialized field.
20194         Handle returned list of fields like a sequence of designators.
20195
20196 2010-05-09  Richard Guenther  <rguenther@suse.de>
20197
20198         PR middle-end/44024
20199         * fold-const.c (tree_single_nonzero_warnv_p): Properly
20200         handle &FUNCTION_DECL.
20201
20202 2010-05-09  Joseph Myers  <joseph@codesourcery.com>
20203
20204         PR c/4784
20205         * c-decl.c (detect_field_duplicates_hash): New.  Handle anonymous
20206         structures and unions recursively.
20207         (detect_field_duplicates): Move duplicate detection with a hash to
20208         detect_field_duplicates_hash.  Always use a hash if anonymous
20209         structures or unions are present.
20210         * doc/extend.texi (Unnamed Fields): Document that duplicate fields
20211         give errors.
20212
20213 2010-05-09  H.J. Lu  <hongjiu.lu@intel.com>
20214
20215         PR target/44046
20216         * config/i386/driver-i386.c (host_detect_local_cpu): Properly
20217         detect Atom, Core 2 and Core i7.
20218
20219 2010-05-09  Richard Guenther  <rguenther@suse.de>
20220
20221         * gcc.c (store_arg): Handle temporary file deletion for
20222         joined arguments.
20223
20224 2010-05-09  Richard Guenther  <rguenther@suse.de>
20225
20226         PR middle-end/44043
20227         * ipa-inline.c (estimate_function_body_sizes): Return after
20228         disregarding inline limits.
20229
20230 2010-05-09  Richard Guenther  <rguenther@suse.de>
20231
20232         * gcc.c (store_arg): Revert last change.
20233
20234 2010-05-08  Sandra Loosemore  <sandra@codesourcery.com>
20235
20236         PR middle-end/28685
20237         * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
20238         (optimize_ops_list): Call it.
20239
20240 2010-05-08  Richard Guenther  <rguenther@suse.de>
20241
20242         PR tree-optimization/44030
20243         * tree-ssa-pre.c (eliminate): Copy NECESSARY flag.  Set
20244         NECESSARY flag if we propagate from a inserted expression.
20245
20246 2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
20247
20248         * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
20249         domain types as equal if they are both PLACEHOLDER_EXPRs.
20250
20251 2010-05-08  Richard Guenther  <rguenther@suse.de>
20252
20253         * lto-wrapper.c (run_gcc): Remove linker output from
20254         command line for LTRANS invocation.
20255
20256 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
20257
20258         * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
20259         lto-macho as lto_binary_reader.
20260         * target.h (struct gcc_target): New hooks lto_start and lto_end.
20261         * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
20262         * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
20263         in lto_start and lto_end calls.
20264         (is_elf_or_coff): Rename to maybe_lto_object_file.  Add Mach-O
20265         magic numbers.
20266         (scan_prog_file): Update is_elf_or_coff call.
20267         * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
20268
20269         * collect2.c (main): Fix enum comparison.
20270
20271         * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
20272         Add prototypes.
20273         * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
20274         * darwin.h (LINK_COMMAND_SPEC): Likewise.  Define TARGET_ASM_LTO_START
20275         and TARGET_ASM_LTO_END.
20276         * darwin.c: Include obstack.h and lto-streamer.h.
20277         (lto_section_names_offset, lto_section_names_obstack,
20278         lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
20279         global variables.
20280         (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
20281         (darwin_asm_lto_start): New function.  Redirect output to asm_out_file
20282         to a temporary file.
20283         (darwin_asm_lto_end): New function.  Restore asm_out_file.
20284         (darwin_asm_named_section): For LTO sections, replace the name with
20285         the offset of the section name in a string table, and build this
20286         table.
20287         (darwin_file_start): Initialize global vars for LTO support.
20288         (darwin_file_end): If output to asm_out_file was redirected, append it
20289         to the proper asm_out_file here.  Add the section names section.
20290
20291 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
20292
20293         * c-pragma.c (pending_weak_d, pending_weak): New.
20294         (pending_weaks): Change the type to VEC((pending_weak,gc) *.
20295         (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
20296         handle_pragma_weak): Update the uses of pending_weaks.
20297
20298 2010-05-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20299
20300         PR documentation/44016
20301         * doc/standards.texi (Standards): Link to unversioned
20302         cxx0x_status.html page.
20303
20304 2010-05-07  Iain Sandoe  <iains@gcc.gnu.org>
20305
20306         PR target/43708
20307         * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
20308         in addition to TREE_USED, to avoid "set but unused" warnings.
20309
20310 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
20311
20312         * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
20313         (is_loop_prefetching_profitable): Do not insert prefetches
20314         when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
20315         times the prefetch ahead distance.
20316
20317 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
20318
20319         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
20320         Account for loop unrolling in the insn-to-prefetch ratio heuristic.
20321         (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
20322         the unroll_factor.
20323
20324 2010-05-07  Changpeng Fang  <changpeng.fang@amd.com>
20325
20326         * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
20327         a diagnostic info when the insn-to-mem ratio is too small.
20328
20329 2010-05-07  Richard Guenther  <rguenther@suse.de>
20330
20331         * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
20332         the linker plugin.
20333         (store_arg): Queue temp_filename for deletion instead of
20334         the whole argument.
20335
20336 2010-05-07  Richard Guenther  <rguenther@suse.de>
20337
20338         * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
20339         (run_gcc): Handle LTRANS phase invocation.
20340         * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
20341
20342 2010-05-07  Jakub Jelinek  <jakub@redhat.com>
20343
20344         * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
20345         this is also meaningful on PARM_DECLs and RESULT_DECLs.
20346
20347 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20348
20349         * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
20350
20351 2010-05-07  Richard Guenther  <rguenther@suse.de>
20352
20353         PR tree-optimization/44020
20354         * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
20355         code when PRE is not yet initialized.
20356
20357 2010-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20358
20359         * config/mips/dbxmdebug.h: Remove.
20360         * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
20361
20362 2010-05-07  Shujing Zhao  <pearly.zhao@oracle.com>
20363
20364         * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
20365         with null pointer and also warn about ordered comparison of zero with
20366         pointer if -Wextra.
20367
20368 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
20369
20370         * graphite-blocking.c
20371         (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
20372         * graphite-clast-to-gimple.c
20373         (clast_to_gcc_expression): Same.
20374         (precision_for_value): Same.
20375         (precision_for_interval): Same.
20376         (gcc_type_for_interval): Same.
20377         (graphite_create_new_guard): Same.
20378         (compute_bounds_for_level): Same.
20379         (graphite_create_new_loop_guard): Same.
20380         * graphite-interchange.c
20381         (build_linearized_memory_access): Same.
20382         (pdr_stride_in_loop): Same.
20383         (memory_strides_in_loop_1): Same.
20384         (memory_strides_in_loop): Same.
20385         (extend_scattering): Same.
20386         (psct_scattering_dim_for_loop_depth): Same.
20387         (pbb_number_of_iterations): Same.
20388         * graphite-poly.h
20389         (debug_iteration_domains): Same.
20390         * graphite-ppl.c
20391         (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
20392         (ppl_set_inhomogeneous_gmp): Same.
20393         (ppl_strip_loop): Same.
20394         (ppl_lexico_compare_linear_expressions): Same.
20395         (ppl_read_polyhedron_matrix): Same.
20396         (ppl_max_for_le_pointset): Same.
20397         * graphite-ppl.h
20398         (ppl_read_polyhedron_matrix): Same.
20399         (tree_int_to_gmp): Same.
20400         (gmp_cst_to_tree): Same.
20401         (ppl_set_inhomogeneous): Same.
20402         (ppl_set_inhomogeneous_tree): Same.
20403         (ppl_set_coef): Same.
20404         (ppl_set_coef_tree): Same.
20405         * graphite-sese-to-poly.c
20406         (build_pbb_scattering_polyhedrons): Same.
20407         (build_scop_scattering): Same.
20408         (scan_tree_for_params_right_scev): Same.
20409         (scan_tree_for_params): Same.
20410         (find_params_in_bb): Same.
20411         (find_scop_parameters): Same.
20412         (add_upper_bounds_from_estimated_nit): Same.
20413         (build_loop_iteration_domains): Same.
20414         (add_condition_to_domain): Same.
20415         (pdr_add_memory_accesses): Same.
20416
20417 2010-05-05  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
20418
20419         * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
20420         CLooG's value_* macros to their respective mpz_* counterparts.
20421         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
20422         (graphite_create_new_loop_guard): Same.
20423         * graphite-interchange.c (build_linearized_memory_access): Same.
20424         (pdr_stride_in_loop): Same.
20425         (memory_strides_in_loop_1): Same.
20426         (1st_interchange_profitable_p): Same.
20427         * graphite-poly.c (extend_scattering): Same.
20428         (psct_scattering_dim_for_loop_depth): Same.
20429         (pbb_number_of_iterations): Same.
20430         (pbb_number_of_iterations_at_time): Same.
20431         * graphite-poly.h (new_1st_loop): Same.
20432         * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
20433         (oppose_constraint): Same.
20434         (insert_constraint_into_matrix): Same.
20435         (ppl_set_inhomogeneous_gmp): Same.
20436         (ppl_set_coef_gmp): Same.
20437         (ppl_strip_loop): Same.
20438         (ppl_lexico_compare_linear_expressions): Same.
20439         (ppl_max_for_le_pointset): Same.
20440         (ppl_min_for_le_pointset): Same.
20441         (ppl_build_realtion): Same.
20442         * graphite-ppl.h (gmp_cst_to_tree): Same.
20443         (ppl_set_inhomogeneous): Same.
20444         (ppl_set_inhomogeneous_tree): Same.
20445         (ppl_set_coef): Same.
20446         (ppl_set_coef_tree): Same.
20447         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
20448         (build_scop_scattering): Same.
20449         (add_value_to_dim): Same.
20450         (scan_tree_for_params_right_scev): Same.
20451         (scan_tree_for_params_int): Same.
20452         (scan_tree_for_params): Same.
20453         (find_params_in_bb): Same.
20454         (find_scop_parameters): Same.
20455         (add_upper_bounds_from_estimated_nit): Same.
20456         (build_loop_iteration_domains): Same.
20457         (create_linear_expr_from_tree): Same.
20458         (add_condition_to_domain): Same.
20459         (pdr_add_memory_accesses): Same.
20460
20461 2010-05-06  Magnus Fromreide  <magfr@lysator.liu.se>
20462             Jason Merrill  <jason@redhat.com>
20463
20464         * c-common.c (c_common_reswords): Add nullptr.
20465         * c-common.h: Add RID_NULLPTR.  Reorganize C++0x rids.
20466         * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
20467         (gen_type_die_with_usage): Likewise.
20468         * dbxout.c (dbxout_type): Likewise.
20469         * sdbout.c (plain_type_1): Likewise.
20470
20471 2010-05-06  Jason Merrill  <jason@redhat.com>
20472
20473         * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
20474         Don't change GS_OK to GS_ALL_DONE.  Make sure that all cases set
20475         ret appropriately.
20476         (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
20477
20478         * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
20479         stripping WITH_SIZE_EXPR.
20480         (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
20481         change.
20482
20483 2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
20484
20485         * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
20486         list of obsolete configurations.
20487         Disabled check for obsolete configurations.
20488         (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
20489         Removed support for previous versions.
20490         * config/mips/iris.h: Removed.
20491         * config/mips/iris5.h: Removed.
20492         * config/mips/iris6.h: Merged old iris.h contents.
20493         (TARGET_IRIX): Removed.
20494         (DRIVER_SELF_SPECS): Removed mabi=32.
20495         (IDENT_ASM_OP): Removed undef.
20496         (STARTFILE_SPEC): Removed mabi=32.
20497         (ENDFILE_SPEC): Likewise.
20498         (IRIX_SUBTARGET_LINK_SPEC): Likewise.
20499         (MACHINE_TYPE): Update for IRIX 6.5.
20500         * config/mips/mips.c (mips_build_builtin_va_list): Replaced
20501         TARGET_IRIX by TARGET_IRIX6.
20502         (mips_file_start): Likewise.
20503         (mips_output_external): Remove IRIX 5/6 O32 support.
20504         (mips_output_function_prologue): Likewise.
20505         * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
20506         TARGET_IRIX6.
20507         (TARGET_CPU_CPP_BUILTINS): Likewise.
20508         (TARGET_IRIX): Removed.
20509         * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
20510         (MULTILIB_DIRNAMES): Removed 32.
20511         (MULTILIB_OSDIRNAMES): Removed ../lib.
20512         * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
20513         (Specific, mips-sgi-irix5): Document removal.
20514         (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
20515         Remove references to older IRIX 6 releases and the O32 ABI.
20516
20517 2010-05-06  Jakub Jelinek  <jakub@redhat.com>
20518
20519         PR bootstrap/43994
20520         * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
20521         instead of DF_REF_REAL_REG.
20522
20523 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
20524
20525         PR target/43888
20526         * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
20527         handling to still return true for x64 targets.
20528
20529 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
20530
20531         * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
20532
20533 2010-05-06  Jan Hubicka  <jh@suse.cz>
20534
20535         PR tree-optimization/43791
20536         * ipa-inline.c (update_caller_keys): Remove bogus
20537         disregard_inline_limits check.
20538
20539 2010-05-06  Michael Matz  <matz@suse.de>
20540
20541         PR tree-optimization/43984
20542         * tree-ssa-pre.c (inserted_phi_names): Remove.
20543         (inserted_exprs): Change to bitmap.
20544         (create_expression_by_pieces): Set bits, don't append to vector.
20545         (insert_into_preds_of_block): Don't handle inserted_phi_names.
20546         (eliminate): Don't look at inserted_phi_names, remove deleted
20547         insns from inserted_exprs.
20548         (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
20549         (init_pre, fini_pre): Allocate and free bitmaps.
20550         (execute_pre): Insert insns on edges before elimination.
20551
20552 2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
20553
20554         * tree.c (initializer_zerop): Handle STRING_CST.
20555
20556 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20557
20558         PR 40989
20559         * doc/invoke.texi (Wimplicit): Document as C only.
20560         * opts.c (common_handle_option): Add argument kind.
20561         (handle_option): Rename as read_cmdline_option. Factor out code to...
20562         (handle_option): ... here. New.
20563         (handle_options): Rename as read_cmdline_options.
20564         (decode_options): Update call.
20565         (set_option): Use option index instead of option pointer. Classify
20566         diagnostics correctly.
20567         (enable_warning_as_error): Call handle_option.
20568         * opts.h (set_option): Update declaration.
20569         (handle_option): Declare.
20570         * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
20571         * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
20572         * c-opts.c (set_Wimplicit): Delete.
20573         (c_family_lang_mask): New static constant.
20574         (c_common_handle_option): Add argument kind. Use handle_option
20575         instead of set_Wimplicit.
20576         (c_common_post_options): warn_implicit and warn_implicit_int
20577         are disabled by default.
20578         * c-common.c (warn_implicit): Do not define here.
20579         * c-common.h (warn_implicit): Do not declare here.
20580         (c_common_handle_option): Update declaration.
20581         * lto-opts.c (lto_reissue_options): Update call to set_option.
20582
20583 2010-05-06  Richard Guenther  <rguenther@suse.de>
20584
20585         PR tree-optimization/43571
20586         * domwalk.c (walk_dominator_tree): Walk the dominator
20587         sons in more optimal order.
20588
20589 2010-05-06  Richard Guenther  <rguenther@suse.de>
20590
20591         PR tree-optimization/43934
20592         * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
20593         (stmt_cost): Likewise.
20594         (extract_true_false_args_from_phi): New helper.
20595         (determine_max_movement): For PHI nodes verify we can hoist them
20596         and compute their cost.
20597         (determine_invariantness_stmt): Handle PHI nodes.
20598         (move_computations_stmt): Likewise.  Hoist PHI nodes in
20599         if-converted form using COND_EXPRs.
20600         (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
20601         (tree_ssa_lim): Likewise.
20602         * tree-flow.h (tree_ssa_lim): Adjust prototype.
20603         * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
20604
20605 2010-05-06  Richard Guenther  <rguenther@suse.de>
20606
20607         PR tree-optimization/43987
20608         * tree-ssa-structalias.c (could_have_pointers): For possibly
20609         address-taken variables force pointers to be recorded.
20610         (create_variable_info_for_1): Likewise.
20611         (push_fields_onto_fieldstack): Pass in wheter all fields
20612         must have pointers.
20613         (find_func_aliases): Query types instead of vars whether
20614         they contain pointers where appropriate.
20615
20616 2010-05-06  Jan Hubicka  <jh@suse.cz>
20617
20618         * cgraphbuild.c (record_reference_ctx): Add varpool_node.
20619         (record_reference, mark_address, mark_load, mark_store): Record
20620         references.
20621         (record_references_in_initializer): Update call of record_references.
20622         (rebuild_cgraph_edges): Remove all references before rebuiding.
20623         * cgraph.c (cgraph_create_node): Clear ref list.
20624         (cgraph_remove_node): Remove references.
20625         (dump_cgraph_node): Dump references.
20626         (cgraph_clone_node): Clone references.
20627         * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
20628         (struct cgraph_node, varpool_node): Add ref_lst.
20629         * ipa-ref.c: New file.
20630         * ipa-ref.h: New file.
20631         * ipa-ref-inline.h: New file.
20632         * lto-cgraph.c (output_varpool): Take cgrag node set argument.
20633         (referenced_from_other_partition_p): New function.
20634         (lto_output_varpool_node): Take set arugment; call
20635         referenced_from_other_partition.
20636         (lto_output_ref): New.
20637         (add_references): New.
20638         (output_refs): New.
20639         (output_cgraph): Compute boundary based on references; output refs.
20640         (output_varpool): Accept cgraph_node_set argument.
20641         (input_ref): New.
20642         (input_refs): New.
20643         (input_cgraph): Call input_refs.
20644         * lto-section-in.c (lto_section_name): Add refs.
20645         * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
20646         (ipa-ref.o): New file.
20647         * varpool.c (varpool_node): Clear ipa ref list.
20648         (varpool_remove_node): Remove references.
20649         (dump_varpool_node): Dump references.
20650         (varpool_assemble_decl): Only compile finalized ones.
20651         (varpool_extra_name_alias): Initialize ref list.
20652         * lto-streamer.c (lto-get_section_name): Add .refs section.
20653         * lto-streamer.h (lto_section_type): Add LTO_section_refs.
20654         (referenced_from_other_partition_p): Declared.
20655
20656 2010-05-06  Ira Rosen  <irar@il.ibm.com>
20657
20658         PR tree-optimization/43901
20659         * tree-vect-stmts.c (vectorizable_call): Assert that vector
20660         type is not NULL if it's transformation phase, and return
20661         FALSE if it's analysis.
20662         (vectorizable_conversion, vectorizable_operation,
20663         vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
20664
20665 2010-05-05  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
20666
20667         * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
20668         Delete.
20669         * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
20670         New define.
20671         * config/mips/mips-protos.h
20672         (mips_small_register_classes_for_mode_p): Delete prototype.
20673
20674 2010-05-06  Bernd Schmidt  <bernds@codesourcery.com>
20675
20676         * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
20677         * config/arm/arm.c (multiple_operation_profitable_p,
20678         compute_offset_order): New static functions.
20679         (load_multiple_sequence, store_multiple_sequence): Use them.
20680         Replace constant 4 with MAX_LDM_STM_OPS.  Compute order[0] from
20681         memory offsets, not register numbers.
20682         (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
20683
20684 2010-05-05  Steven Bosscher  <steven@gcc.gnu.org>
20685
20686         * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
20687         (get_pending_sizes, put_pending_size, put_pending_sizes):
20688         Update the uses of pending_sizes.
20689         * c-decl.c (store_parm_decls): Likewise.
20690         * c-tree.h (struct c_arg_info): Likewise.
20691         * tree.h: Update the prototype for get_pending_sizes and
20692         put_pending_sizes.
20693
20694 2010-05-05  Jason Merrill  <jason@redhat.com>
20695
20696         PR debug/43370
20697         * c-common.c (handle_aligned_attribute): Respect
20698         ATTR_FLAG_TYPE_IN_PLACE.
20699
20700         PR testsuite/43758
20701         * target.h (struct gcc_target): Add attribute_takes_identifier_p.
20702         * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
20703         (TARGET_INITIALIZER): Use it.
20704         * c-common.c (attribute_takes_identifier_p): Call it.
20705         * c-common.h: Update prototype.
20706         * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
20707         (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
20708
20709 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
20710
20711         PR debug/43950
20712         * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
20713         DW_ID_down_case for Fortran compilation units.
20714
20715 2010-05-05  Jan Hubicka  <jh@suse.cz>
20716
20717         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
20718         handle aliases.
20719
20720 2010-05-05  Eric Botcazou  <ebotcazou@adacore.com>
20721
20722         * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
20723         a variable-sized RESULT_DECL.
20724
20725 2010-05-05  Maxim Kuvyrkov  <maxim@codesourcery.com>
20726
20727         * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
20728
20729 2010-05-05  Jason Merrill  <jason@redhat.com>
20730
20731         PR c++/43787
20732         * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
20733         returns GS_OK.
20734         (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
20735
20736 2010-05-05  Alexandre Oliva  <aoliva@redhat.com>
20737             Jakub Jelinek  <jakub@redhat.com>
20738
20739         PR debug/43478
20740         * df-problems.c (struct dead_debug_use, struct dead_debug): New.
20741         (dead_debug_init, dead_debug_finish): New functions.
20742         (dead_debug_add, dead_debug_insert_before): Likewise.
20743         (df_note_bb_compute): Initialize a dead_debug object, add dead
20744         debug uses to it, insert debug bind insns before death insns,
20745         reset debug insns that refer to pending uses at the end.
20746         * rtl.h (make_debug_expr_from_rtl): New prototype.
20747         * varasm.c (make_debug_expr_from_rtl): New function.
20748
20749 2010-05-05  Jan Hubicka  <jh@suse.cz>
20750
20751         * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
20752         (lto_varpool_encoder_new, lto_varpool_encoder_delete,
20753         lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
20754         lto_varpool_encoder_deref, lto_varpool_encoder_size,
20755         lto_varpool_encoder_encode_initializer_p,
20756         lto_set_varpool_encoder_encode_initializer): New functions.
20757         (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
20758         call output_varpool.
20759         (input_varpool_node): Do not always set analyzed.
20760         (input_cgraph_1): Return vector of cgraph nodes.
20761         (input_varpool_1): Return vector of varpools.
20762         (input_cgraph): Free the vectors.
20763         * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
20764         output only initializers needed.
20765         (lto_output): Only call output_cgraph.
20766         (produce_asm_for_decls): Call lto_varpool_encoder_delete.
20767         * lto-section-out.c (lto_new_out_decl_state): Initialize
20768         state->varpool_node_encoder.
20769         * lto-streamer.h (lto_varpool_encoder_d): New.
20770         (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
20771         (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
20772         (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
20773         lto_varpool_encoder_encode, lto_varpool_encoder_delete,
20774         lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
20775         Declare.
20776         (output_varpool, input_varpool): Remove declarations.
20777
20778 2010-05-05  Jan Hubicka  <jh@suse.cz>
20779
20780         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
20781         with body can prevail.
20782
20783 2010-05-05  Jan Hubicka  <jh@suse.cz>
20784
20785         * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
20786         size.
20787
20788 2010-05-05  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
20789
20790         * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
20791
20792         * gengtype.h (erro_at_line): Constify pos argument.
20793
20794         * gengtype.c: Include hashtab.h.
20795         (enum gc_used): Document GC_MAYBE_POINTED_TO.
20796         (error_at_line): Constify pos argument.
20797         (do_typedef): Initialize p->opt field.
20798         (get_file_gtfilename): Fix comment typo.
20799         (struct walk_type_data): Constify line field.
20800         (get_output_file_for_structure): New function.
20801         (write_local_func_for_structure): Constify orig_s argument.
20802         Use get_output_file_for_structure.
20803         (write_func_for_structure): Use get_output_file_for_structure.
20804         (INDENT): New define.
20805         (dump_pair, dump_type, dump_type_list, dump_typekind)
20806         (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
20807         (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
20808         functions.
20809         (seen_types): New variable.
20810         (main): New variable do_dump.  Process "-d" command line option.
20811         Call dump_everything if dump requested.
20812
20813 2010-05-05  Jakub Jelinek  <jakub@redhat.com>
20814
20815         * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
20816         in a temporary instead of invoking the macro multiple times.
20817         (track_expr_p): Likewise.
20818
20819 2010-05-04  Neil Vachharajani  <nvachhar@google.com>
20820
20821         * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
20822         per new semantics.
20823         * opts.c (decode_options): Enable -Werror=coverage-mismatch.
20824         * coverage.c (get_coverage_counts): Always emit a warning.  Adjust
20825         conditions for printing notes.
20826         * common.opt (-Wcoverage-mismatch): Allow negative, default to
20827         true, update documentation.
20828         * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
20829
20830 2010-05-04  Jakub Jelinek  <jakub@redhat.com>
20831
20832         PR c/43981
20833         * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
20834         on dimen.
20835
20836 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20837
20838         PR target/43799
20839         * config/i386/i386.md (sse_prologue_save): Clobber CC register.
20840         (*sse_prologue_save_insn1): Likewise.
20841         (SSE prologue save splitter): Likewise.
20842
20843 2010-05-04  Eric Botcazou  <ebotcazou@adacore.com>
20844
20845         * tree.c (free_lang_data_in_one_sizepos): New inline function.
20846         (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
20847         types.  Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
20848         (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
20849         all decls.  Call it on DECL_FIELD_OFFSET of fields.
20850         (find_decls_types_r): Follow DECL_VALUE_EXPR.
20851         (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
20852
20853 2010-05-04  Martin Jambor  <mjambor@suse.cz>
20854
20855         * tree-sra.c (build_access_from_expr_1): The first parameter type
20856         changed to simple tree.
20857         (build_access_from_expr): Likewise, gsi parameter was eliminated.
20858         (scan_assign_result): Renamed to assignment_mod_result, enum elements
20859         renamed as well.
20860         (build_accesses_from_assign): Removed all parameters except for a
20861         simple gimple statement.  Now returns a simple bool.
20862         (scan_function): All non-analysis parts moved to separate functions
20863         sra_modify_function_body and ipa_sra_modify_function_body.  Removed all
20864         parameters and updated both callers.
20865         (sra_modify_expr): Removed parameter data.
20866         (sra_modify_function_body): New function.
20867         (perform_intra_sra): Call sra_modify_function_body to modify the
20868         function body.
20869         (replace_removed_params_ssa_names): Parameter data changed into
20870         adjustments vector.
20871         (sra_ipa_modify_expr): Likewise.  Also removed unused parameter gsi and
20872         changed the parameter dont_convert to convert with the opposite
20873         meaning.
20874         (sra_ipa_modify_assign): Parameter data changed into adjustments
20875         vector, return value changed to bool.
20876         (ipa_sra_modify_function_body): New function.
20877         (sra_ipa_reset_debug_stmts): Updated a comment.
20878         (modify_function): Use ipa_sra_modify_function_body to modify function
20879         body.
20880
20881 2010-05-04  H.J. Lu  <hongjiu.lu@intel.com>
20882
20883         PR middle-end/43671
20884         * alias.c (true_dependence): Handle the same VALUE in x and mem.
20885         (canon_true_dependence): Likewise.
20886         (write_dependence_p): Likewise.
20887
20888 2010-05-04  Jan Hubicka  <jh@suse.cz>
20889
20890         * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
20891         * cgraphbuild.c: Include ipa-utils.h
20892         (record_reference_ctx): New struct.
20893         (record_reference): Simplify to work on initializers; not statements.
20894         (mark_address, mark_load, mark_store): New.
20895         (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20896         walk PHI nodes too.
20897         (record_references_in_initializer): Update use of record_reference.
20898         (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
20899         walk PHI nodes too.
20900
20901 2010-05-04  Jan Hubicka  <jh@suse.cz>
20902
20903         * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
20904         node will be removed anyway.
20905         (lto_varpool_replace_node): Allow also unanalyzed nodes;
20906         relink aliases of node into prevailing node.
20907         * varpool.c (varpool_remove_node): Remove aliases properly;
20908         when removing node, remove all its aliases too; remove DECL_INITIAL
20909         of removed node; ggc_free the varpool node.
20910
20911 2010-05-04  Richard Guenther  <rguenther@suse.de>
20912
20913         PR tree-optimization/43879
20914         * tree-ssa-structalias.c (alias_get_name): Use
20915         DECL_ASSEMBLER_NAME if available.
20916         (create_function_info_for): Return the varinfo node.
20917         (ipa_pta_execute): Associate same-body aliases and extra names
20918         with their origin nodes varinfo.  Dump DECL_ASSEMBLER_NAME.
20919
20920 2010-05-04  Kaz Kojima  <kkojima@gcc.gnu.org>
20921
20922         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
20923
20924 2010-05-04  Mikael Pettersson  <mikpe@it.uu.se>
20925
20926         PR bootstrap/43964
20927         * ira-color.c (assign_hard_reg): Declare rclass and add_cost
20928         only if HONOR_REG_ALLOC_ORDER is not defined.
20929
20930 2010-05-04  Richard Guenther  <rguenther@suse.de>
20931
20932         PR tree-optimization/43949
20933         * tree-vrp.c (extract_range_from_binary_expr): Only handle
20934         TRUNC_MOD_EXPR.
20935
20936 2010-04-26  Jason Merrill  <jason@redhat.com>
20937
20938         * c.opt (-fstrict-enums): New.
20939         * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
20940
20941 2010-05-03  David Ung  <davidu@mips.com>
20942             James E. Wilson  <wilson@codesourcery.com>
20943
20944         * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
20945         emit the trap instruction before the divide for TUNE_74K.
20946
20947 2010-05-03  Steven Bosscher  <steven@gcc.gnu.org>
20948
20949         * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
20950         (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
20951         based on the above, for new target hook.
20952
20953         * hooks.c (hook_bool_mode_true): New generic hook.
20954         * hooks.h (hook_bool_mode_true): Add prototype.
20955
20956         * target.h (struct gcc_target): Add small_register_classes_for_mode_p
20957         target hook.
20958         * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
20959         target hook, set to hook_bool_mode_false.
20960         * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
20961         * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
20962         with targetm.small_register_classes_for_mode_p.
20963         (find_reusable_reload): Likewise.
20964         (combine_reloads): Likewise.
20965         * reload1.c (reload_as_needed): Likewise.
20966         * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
20967         * ifcvt.c (noce_process_if_block, check_cond_move_block,
20968         dead_or_predicable): Likewise.
20969         * regmove.c (optimize_reg_copy_1): Likewise.
20970         * calls.c (prepare_call_address): Likewise.
20971         (precompute_register_parameters): Likewise.
20972
20973         * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
20974         hook definition.
20975         * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
20976         implementation of the hook that considers all register classes
20977         small except for SH64.
20978         (sh_override_options): Use the new hook.
20979         * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
20980         Add prototype.
20981
20982         * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
20983         hook definition.
20984         * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
20985         implementation of the hook that considers all register classes
20986         small for THUMB1.
20987         * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
20988         Add prototype.
20989
20990         * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
20991         hook definition.
20992         * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
20993         implementation of the hook that considers all register classes
20994         small for MIPS16.
20995         * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
20996         Add prototype.
20997
20998         * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
20999         hook definition.
21000         * config/m32c/m32c.h: Likewise.
21001         * config/pdp11/pdp11.h: Likewise.
21002         * config/avr/avr.h: Likewise.
21003         * config/xtensa/xtensa.h: Likewise.
21004         * config/m68hc11/m68hc11.h: Likewise.
21005         * config/mn10300/mn10300.h: Likewise.
21006         * config/mcore/mcore.h: Likewise.
21007         * config/h8300/h8300.h: Likewise.
21008         * config/bfin/bfin.h: Likewise.
21009
21010         * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
21011         * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
21012
21013 2010-05-03  Anatoly Sokolov  <aesok@post.ru>
21014
21015         * double-int.h (tree_to_double_int): Remove macro.
21016         (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
21017         * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
21018         (tree_to_double_int): New function.
21019         * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
21020         Move ...
21021         * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
21022
21023 2010-05-03  Richard Guenther  <rguenther@suse.de>
21024
21025         PR tree-optimization/43971
21026         * tree-ssa-structalias.c (get_constraint_for_1): Fix
21027         constraints in the !flag_delete_null_pointer_checks case.
21028
21029 2010-05-03  Jakub Jelinek  <jakub@redhat.com>
21030
21031         PR debug/43972
21032         * config/i386/i386.c (ix86_delegitimize_address): Make sure the
21033         result mode matches original rtl mode.
21034
21035 2010-05-03  Dave Korn  <dave.korn.cygwin@gmail.com>
21036
21037         PR target/43888
21038         * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
21039
21040 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
21041
21042         * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
21043         when processing flag options.
21044
21045 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
21046
21047         * gcov-iov.c (main): Change format string placeholder
21048         from %#08x to 0x%08x.
21049         * genchecksum.c (dosum): Change format string placeholder
21050         from %#02x to 0x%02x.
21051
21052 2010-05-02  Richard Guenther  <rguenther@suse.de>
21053
21054         PR tree-optimization/43879
21055         * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
21056
21057 2010-05-02  Bruno Haible  <bruno@clisp.org>
21058
21059         * doc/extend.texi (Function Attributes): Fix a typo.
21060
21061 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
21062
21063         Revert:
21064         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
21065         placeholder from 0x%x to %#x.
21066         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
21067         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
21068         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
21069         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
21070         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
21071         * config/i386/i386.c (ix86_target_string): Ditto.
21072         * config/i386/i386.c (output_pic_addr_const): Ditto.
21073         (print_operand): Ditto.
21074
21075 2010-05-02  Uros Bizjak  <ubizjak@gmail.com>
21076
21077         * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
21078         placeholder from 0x%x to %#x.
21079         (ASM_OUTPUT_DEBUG_DATA1): Ditto.
21080         (ASM_OUTPUT_DEBUG_DATA4): Ditto.
21081         (ASM_OUTPUT_DEBUG_DATA): Ditto.
21082         (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
21083         (ASM_OUTPUT_DEBUG_DATA8): Ditto.
21084         * optc-gen.awk: Ditto.
21085         * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
21086         (HOST_WIDE_INT_PRINT_HEX): Ditto.
21087         (HOST_WIDEST_INT_PRINT_HEX): Ditto.
21088         (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
21089
21090 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
21091
21092         * target.h (struct calls): Add function_value_regno_p field.
21093         * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
21094         (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
21095         * targhooks.c (default_function_value_regno_p): New function.
21096         * targhooks.h (default_function_value_regno_p): Declare function.
21097         * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
21098         * builtins.c. (apply_result_size): (Ditto.).
21099         * combine.c. (likely_spilled_retval_p): (Ditto.).
21100         * mode-switching.c. Include 'target.h'.
21101         (create_pre_exit): Use function_value_regno_p hook.
21102         * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
21103         * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
21104         TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
21105
21106         * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
21107         * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
21108         (ix86_function_value_regno_p): Declare as static, change argument
21109         type to const unsigned int.
21110         * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
21111
21112 2010-05-01  Richard Guenther  <rguenther@suse.de>
21113
21114         PR tree-optimization/43949
21115         * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
21116         types.
21117         (extract_range_from_binary_expr): Handle *_MOD_EXPR.
21118
21119 2010-05-01  Anatoly Sokolov  <aesok@post.ru>
21120
21121         * rtl.h (CONST_DOUBLE_P): Define.
21122         (rtx_to_double_int): Declare.
21123         * emit-rtl.c (rtx_to_double_int): New function.
21124         * dwarf2out.c (insert_double): New function.
21125         (loc_descriptor, add_const_value_attribute): Clean up, use
21126         rtx_to_double_int and insert_double functions.
21127
21128 2010-05-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
21129
21130         * doc/extend.texi (Inline): Add missing return keyword to examples.
21131         (Function Attributes, Variable Attributes, Pragmas): Hyphenate
21132         "command-line".
21133
21134 2010-04-30  Eric Botcazou  <ebotcazou@adacore.com>
21135
21136         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
21137         the variable part of the offset as well.  Use highest_pow2_factor for
21138         all alignment checks.
21139
21140 2010-04-30  Richard Guenther  <rguenther@suse.de>
21141
21142         PR tree-optimization/43879
21143         * tree-ssa-structalias.c (type_could_have_pointers): Functions
21144         can have pointers.
21145
21146 2010-04-30  Jan Hubicka  <jh@suse.cz>
21147
21148         * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
21149         varpool.
21150         (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
21151
21152 2010-04-30  Jan Hubicka  <jh@suse.cz>
21153
21154         * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
21155         New.
21156         * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
21157         * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
21158         (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
21159         cgraph_node_set_needs_ltrans_p): Remove.
21160
21161 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
21162
21163         * sdbout.c: Include vec.h, do not include varray.h.
21164         (deferred_global_decls, sdbout_global_decl,
21165         sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
21166         * toplev.c: Do not include varray.h.
21167         (dump_memory_report): Do not dump VARRAY statistics.
21168         * gengtype.c (open_base_file): Ignore varray.h.
21169         * Makefile.in: Update for abovementioned changes.
21170         Remove all traces of varray.c and varray.h.
21171         * varray.c: Remove file.
21172         * varray.h: Remove file.
21173
21174 2010-04-30  Jan Hubicka  <jh@suse.cz>
21175
21176         * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
21177         references.
21178
21179 2010-04-30  Jan Hubicka  <jh@suse.cz>
21180
21181         * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
21182         needed.
21183
21184 2010-04-30  Richard Guenther  <rguenther@suse.de>
21185
21186         * tree-ssa-structalias.c (get_constraint_for_1): Generate
21187         constraints for CONSTRUCTOR.
21188
21189 2010-04-30  Richard Guenther  <rguenther@suse.de>
21190
21191         PR lto/43946
21192         * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
21193         first after all lowering passes.
21194
21195 2010-04-30  Steven Bosscher  <steven@gcc.gnu.org>
21196
21197         * toplev.c: Include varray.h for statistics dumping.
21198         * tree.h: Do not declare varray_head_tag.
21199         * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
21200         regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
21201         c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
21202         gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
21203         lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
21204         tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
21205         c-common.c, c-common.h, reg-stack.c, basic-block.h,
21206         tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
21207         include varray.h.
21208         * Makefile.in: Update for abovementioned changes.
21209
21210 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
21211
21212         PR debug/43942
21213         * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
21214
21215 2010-04-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
21216
21217         * config/picochip/picochip.c (picochip_legitimize_address): Define.
21218         Use this function to do machine-specific conversion.
21219         (picochip_legitimize_reload_address): Likewise.
21220         (picochip_legitimate_address_p): Check valid base register only if
21221         strict.
21222         (picochip_check_conditional_copy): Check for modw only if opnd is
21223         register.
21224         * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
21225         to call the function in c.
21226         * config/picochip/picochip-protos.h
21227         (picochip_legitimize_reload_address): Define.
21228         * config/picochip/picochip.md (supported_compare1): Define.
21229
21230 2010-04-30  Jan Hubicka  <jh@suse.cz>
21231
21232         * cgraph.h (cgraph_local_info): Remove for_functions_valid.
21233         (cgraph_global_info): Remove inlined.
21234         (LTO_cgraph_tag_names): Remove.
21235         (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
21236         * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
21237         simplify cgraph tags and document.
21238         (lto_output_node): Use only LTO_cgraph_unavail_node and
21239         LTO_cgraph_analyzed_node; Do not save analzed, reachable,
21240         for_functions_valid, global info, process and output flags.
21241         (input_overwrite_node): Initialize estimated stack size and
21242         estimated growth.  Do not read flags we no longer store.
21243         (input_node): Likewise do not read info no longer stored.
21244         * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
21245         flag.
21246
21247 2010-04-30  Richard Guenther  <rguenther@suse.de>
21248
21249         PR tree-optimization/43879
21250         * tree-ssa-structalias.c (get_constraint_for_1): Properly
21251         handle non-zero initializers.
21252
21253 2010-04-30  Richard Guenther  <rguenther@suse.de>
21254
21255         * builtins.c (fold_builtin_1): Delete free (0).
21256
21257 2010-04-29  Jan Hubicka  <jh@suse.cz>
21258
21259         * gengtype.c (open_base_files): Add lto-streamer.h
21260         * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
21261         (pass_ipa_cp): GGC collect.
21262         * toplev. (compile_file): Do not output symbols.
21263         * ipa-inline.c (pass_ipa_inline): Add ggc collect.
21264         * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
21265         TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
21266         * lto-section-in.c: Include ggc.h
21267         (lto_new_in_decl_state): Alloc in GGC.
21268         (lto_delete_in_decl_state): Likewise.
21269         * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
21270         Collect.
21271
21272 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
21273
21274         PR target/42895
21275         * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
21276         ORDER_REGS_FOR_LOCAL_ALLOC.  All instances of this macro changed.
21277         (HONOR_REG_ALLOC_ORDER): Describe new macro.
21278         * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
21279         * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
21280         account only if HONOR_REG_ALLOC_ORDER is not defined.
21281         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
21282         * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
21283
21284 2010-04-29  Jon Grant  <04@jguk.org>
21285
21286         * collect2.c (vflag): Change type from int to bool.
21287         (debug): Likewise.
21288         (helpflag): New global bool.
21289         (main): Set vflag and debug with boolean, not integer truth values.
21290         Accept new "--help" option and output usage text if found.
21291         * collect2.h (vflag): Update prototype.
21292         (debug): Likewise.
21293
21294 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
21295
21296         PR bootstrap/43936
21297         * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
21298
21299 2010-04-29  Richard Guenther  <rguenther@suse.de>
21300
21301         PR bootstrap/43935
21302         * plugin.h (invoke_plugin_callbacks): Annotate arguments
21303         with ATTRIBUTE_UNUSED.
21304
21305 2010-04-29  H.J. Lu  <hongjiu.lu@intel.com>
21306
21307         PR target/43921
21308         * config/i386/i386.c (get_some_local_dynamic_name): Replace
21309         INSN_P with NONDEBUG_INSN_P.
21310         (distance_non_agu_define): Likewise.
21311         (distance_agu_use): Likewise.
21312
21313 2010-04-29  Bernd Schmidt  <bernds@codesourcery.com>
21314
21315         From Dominique d'Humieres  <dominiq@lps.ens.fr>
21316         PR bootstrap/43858
21317         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
21318         test_set.
21319
21320 2010-04-29  Brian Hackett  <bhackett1024@gmail.com>
21321
21322         * plugin.h (invoke_plugin_callbacks): New inline function.
21323         * plugin.c (flag_plugin_added): New global flag.
21324         (add_new_plugin): Initialize above flag.
21325         (invoke_plugin_callbacks): Rename to ...
21326         (invoke_plugin_callbacks_full): ... this.
21327
21328 2010-04-28  Jan Hubicka  <jh@suse.cz>
21329
21330         * lto-symtab.c (lto_symtab_entry_def) Add vnode.
21331         (lto_varpool_replace_node): New.
21332         (lto_symtab_resolve_symbols): Resolve varpool nodes.
21333         (lto_symtab_merge_decls_1): Prefer decls with varpool node.
21334         (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
21335         * cgraph.h (varpool_node_ptr): New type.
21336         (varpool_node_ptr): New vector.
21337         (varpool_node_set_def): New structure.
21338         (varpool_node_set): New type.
21339         (varpool_node_set): New vector.
21340         (varpool_node_set_element_def): New structure.
21341         (varpool_node_set_element, const_varpool_node_set_element): New types.
21342         (varpool_node_set_iterator): New type.
21343         (varpool_node): Add prev pointers, add used_from_other_partition,
21344         in_other_partition.
21345         (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
21346         varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
21347         varpool_get_node, varpool_remove_node): Declare.
21348         (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
21349         varpool_node_set_size): New inlines.
21350         * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
21351         * tree-pass.h (varpool_node_set_def): Forward declare.
21352         (ipa_opt_pass_d): Summary writting takes vnode sets too.
21353         (ipa_write_optimization_summaries): Update prototype.
21354         * ipa-cp.c (ipcp_write_summary): Update.
21355         * ipa-reference.c (ipa_reference_write_summary): Update.
21356         * lto-cgraph.c (lto_output_varpool_node): New static function.
21357         (output_varpool): New function.
21358         (input_varpool_node): New static function.
21359         (input_varpool_1): New function.
21360         (input_cgraph): Input varpool.
21361         * ipa-pure-const.c (pure_const_write_summary): Update.
21362         * lto-streamer-out.c (lto_output): Update, output varpool too.
21363         (write_global_stream): Kill WPA hack.
21364         (produce_asm_for_decls): Update.
21365         (output_alias_pair_p): Handle variables.
21366         (output_unreferenced_globals): Output only needed partition of varpool.
21367         * ipa-inline.c (inline_write_summary): Update.
21368         * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
21369         cgraph.
21370         * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
21371         * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
21372         varpool_node_set_new, varpool_node_set_add,
21373         varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
21374         debug_varpool_node_set): New functions.
21375         * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
21376         (execute_one_pass): Process new decls too.
21377         (ipa_write_summaries_2): Pass around vsets.
21378         (ipa_write_summaries_1): Likewise.
21379         (ipa_write_summaries): Build vset; be more selective about cgraph nodes
21380         to add.
21381         (ipa_write_optimization_summaries_1): Pass around vsets.
21382         (ipa_write_optimization_summaries): Likewise.
21383         * varpool.c (varpool_get_node): New.
21384         (varpool_node): Update doubly linked lists.
21385         (varpool_remove_node): New.
21386         (dump_varpool_node): More dumping.
21387         (varpool_enqueue_needed_node): Update doubly linked lists.
21388         (decide_is_variable_needed): Kill ltrans hack.
21389         (varpool_finalize_decl): Kill lto hack.
21390         (varpool_assemble_decl): Skip decls in other partitions.
21391         (varpool_assemble_pending_decls): Update doubly linkes lists.
21392         (varpool_empty_needed_queue): Likewise.
21393         (varpool_extra_name_alias): Likewise.
21394         * lto-streamer.c (lto_get_section_name): Add vars section.
21395         * lto-streamer.h (lto_section_type): Update.
21396         (output_varpool, input_varpool): Declare.
21397
21398 2010-04-28  Mike Stump  <mikestump@comcast.net>
21399
21400         * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
21401
21402 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
21403
21404         * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
21405         record or union type with RECORD_OR_UNION_TYPE_P predicate.
21406         (lto_input_ts_type_tree_pointers): Likewise.
21407         * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
21408         (lto_output_ts_type_tree_pointers): Likewise.
21409
21410 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
21411
21412         Uniquization of constants at the Tree level
21413         * tree.h (DECL_IN_CONSTANT_POOL): New macro.
21414         (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
21415         bit to the end.
21416         (tree_output_constant_def): Declare.
21417         * gimplify.c (gimplify_init_constructor): When using block copy, first
21418         uniquize the constant constructor on the RHS.
21419         * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
21420         DECL_IN_CONSTANT_POOL flag.
21421         * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
21422         * varasm.c (make_decl_rtl): Deal with variables belonging to the global
21423         constant pool.
21424         (assemble_variable): Deal with symbols belonging to the tree constant
21425         pool.
21426         (get_constant_section): Add ALIGN parameter and simplify.
21427         (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
21428         (assemble_constant_contents): Use the expression of the VAR_DECL.
21429         (output_constant_def_contents): Use the alignment of the VAR_DECL.
21430         (tree_output_constant_def): New global function.
21431         (mark_constant): Use the expression of the VAR_DECL.
21432         (place_block_symbol): Use the alignment of the VAR_DECL and the size of
21433         its expression.
21434         (output_object_block): Likewise and assemble the expression.
21435
21436 2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
21437
21438         * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
21439         hash_tree, eq_tree): New tree hash table.
21440         (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
21441         [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
21442         lto_orig_address_remove): Reimplement.
21443
21444 2010-04-28  Xinliang David Li  <davidxl@google.com>
21445
21446         PR c/42643
21447         * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
21448         (compute_uninit_opnds_pos): New function.
21449         (is_non_loop_exit_postdominating): New function.
21450         (compute_control_dep_chain): New function.
21451         (find_pdom): New function.
21452         (convert_control_dep_chain_into_preds): New function.
21453         (find_predicates): New function.
21454         (find_control_equiv_block): New function.
21455         (collect_phi_def_edges): New function.
21456         (find_def_preds): New function.
21457         (find_dom): New function.
21458         (dump_predicates): New function.
21459         (get_cmp_code): New function.
21460         (is_value_included_in): New function.
21461         (find_matching_predicate_in_rest_chains): New function.
21462         (use_pred_not_overlap_with_undef_path_pred): New function.
21463         (is_use_properly_guarded): New function.
21464         (normalize_cond_1): New function.
21465         (is_and_or_or): New function.
21466         (normalize_cond): New function.
21467         (is_gcond_subset_of): New function.
21468         (is_subset_of_any): New function.
21469         (is_or_set_subset_of): New function.
21470         (is_and_set_subset_of): New function.
21471         (is_norm_cond_subset_of): New function.
21472         (is_pred_expr_subset_of): New function.
21473         (is_pred_chain_subset_of): New function.
21474         (is_included_in): New function.
21475         (is_superset_of): New function.
21476         (find_uninit_use): New function.
21477         (warn_uninitialized_phi): New function.
21478         (compute_possibly_undefined_names): New function.
21479         (ssa_undefined_value_p): New function.
21480         (execute_late_warn_uninitialized): New function.
21481         * tree-ssa.c (ssa_undefined_value_p): Removed.
21482         (warn_uninit): Changed to extern.
21483         (warn_uninitialized_phi): Removed.
21484         (warn_uninitialized_vars): Changed to extern.
21485         (execute_late_warn_uninitialized): Removed
21486         * tree-flow.h: Add new prototypes.
21487         * timevar.def: Add new time variable.
21488         * Makefile.in: Add new build file.
21489
21490 2010-04-28  Uros Bizjak  <ubizjak@gmail.com>
21491
21492         * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
21493         type if available.
21494
21495 2010-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21496
21497         PR target/22224
21498         * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
21499
21500 2010-04-28  Martin Jambor  <mjambor@suse.cz>
21501
21502         * cgraph.h (struct cgraph_node): New field indirect_calls.
21503         (struct cgraph_indirect_call_info): New type.
21504         (struct cgraph_edge): Removed field indirect_call. New fields
21505         indirect_info, indirect_inlining_edge and indirect_unknown_callee.
21506         (cgraph_create_indirect_edge): Declare.
21507         (cgraph_make_edge_direct): Likewise.
21508         (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
21509         * ipa-prop.h (struct ipa_param_call_note): Removed.
21510         (struct ipa_node_params): Removed field param_calls.
21511         (ipa_create_all_structures_for_iinln): Declare.
21512         * cgraph.c: Described indirect edges and uids in initial comment.
21513         (cgraph_add_edge_to_call_site_hash): New function.
21514         (cgraph_edge): Search also among the indirect edges, use
21515         cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
21516         (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
21517         one, use cgraph_add_edge_to_call_site_hash to add edges to the call
21518         site hash.
21519         (initialize_inline_failed): Assign a reason to indirect edges.
21520         (cgraph_create_edge_1): New function.
21521         (cgraph_create_edge): Moved some functionality to
21522         cgraph_create_edge_1.
21523         (cgraph_create_indirect_edge): New function.
21524         (cgraph_edge_remove_callee): Add an assert checking for
21525         non-indirectness.
21526         (cgraph_edge_remove_caller): Special-case indirect edges.
21527         (cgraph_remove_edge): Likewise.
21528         (cgraph_set_edge_callee): New function.
21529         (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
21530         (cgraph_make_edge_direct): New function.
21531         (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
21532         the declaration of the call statement matches.
21533         (cgraph_node_remove_callees): Special-case indirect edges.
21534         (cgraph_clone_edge): Likewise.
21535         (cgraph_clone_node): Clone also the indirect edges.
21536         (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
21537         indirect_call, dump count of indirect_calls edges.
21538         * ipa-prop.c (iinlining_processed_edges): New variable.
21539         (ipa_note_param_call): Create indirect edges instead of
21540         creating notes.  New parameter node.
21541         (ipa_analyze_call_uses): New parameter node, pass it on to
21542         ipa_note_param_call.
21543         (ipa_analyze_stmt_uses): Likewise.
21544         (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
21545         (print_edge_addition_message): Work on edges rather than on notes.
21546         (update_call_notes_after_inlining): Likewise, renamed to
21547         update_indirect_edges_after_inlining.
21548         (ipa_create_all_structures_for_iinln): New function.
21549         (ipa_free_node_params_substructures): Do not free notes.
21550         (ipa_edge_duplication_hook): Propagate bits within
21551         iinlining_processed_edges bitmap.
21552         (ipa_node_duplication_hook): Do not duplicate notes.
21553         (free_all_ipa_structures_after_ipa_cp): Renamed to
21554         ipa_free_all_structures_after_ipa_cp.
21555         (free_all_ipa_structures_after_iinln): Renamed to
21556         ipa_free_all_structures_after_iinln.
21557         (ipa_write_param_call_note): Removed.
21558         (ipa_read_param_call_note): Removed.
21559         (ipa_write_indirect_edge_info): New function.
21560         (ipa_read_indirect_edge_info): Likewise.
21561         (ipa_write_node_info): Do not stream notes, do stream information
21562         in indirect edges.
21563         (ipa_read_node_info): Likewise.
21564         (lto_ipa_fixup_call_notes): Removed.
21565         * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
21566         * ipa-inline.c (pass_ipa_inline): Likewise.
21567         * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
21568         * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
21569         * tree-inline.c (copy_bb): Removed an unnecessary double check for
21570         is_gimple_call.
21571         * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
21572         edges.
21573         * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
21574         (output_cgraph): Stream also indirect edges.
21575         (lto_output_edge): Added capability to stream indirect edges.
21576         (input_edge): Likewise.
21577         (input_cgraph_1): Likewise.
21578         * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
21579         of indirect edges.
21580
21581 2010-04-28  Richard Guenther  <rguenther@suse.de>
21582
21583         PR tree-optimization/43879
21584         PR tree-optimization/43909
21585         * tree-ssa-structalias.c (struct variable_info): Add
21586         only_restrict_pointers flag.
21587         (new_var_info): Initialize it.  Increment stats.total_vars here.
21588         (create_function_info_for): Do not increment stats.total_vars here.
21589         (get_function_part_constraint): Fix build with C++.
21590         (insert_into_field_list): Remove.
21591         (push_fields_onto_fieldstack): Properly merge fields.
21592         (create_variable_info_for): Split and simplify.
21593         (create_variable_info_for_1): New piece.
21594         (intra_create_variable_infos): Properly make restrict constraints
21595         from parameters.
21596
21597 2010-04-28  Richard Guenther  <rguenther@suse.de>
21598
21599         PR c++/43880
21600         * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
21601
21602 2010-04-27  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21603             Jan Hubicka  <hubicka@ucw.cz>
21604
21605         * doc/invoke.texi (-Wsuggest-attribute=const,
21606         -Wsuggest-attribute=pure): Document.
21607         * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
21608         (function_always_visible_to_compiler_p,
21609         suggest_attribute, warn_function_pure, warn_function_const):
21610         New functions.
21611         (check_call): Improve debug info.
21612         (analyze_function): Do not check availability.
21613         (add_new_function): Check availability.
21614         (propagate): Output warnings.
21615         (skip_function_for_local_pure_const): New function.
21616         (local_pure_const): Use it; output warnings.
21617         * common.opt (Wsuggest-attribute=const,
21618         Wsuggest-attribute=pure): New.
21619
21620 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
21621
21622         * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
21623         force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
21624         or DW_CFA_def_cfa_offset{,_sf}.
21625
21626 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
21627
21628         * tree.h: Fix truncated long macros.
21629
21630 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
21631
21632         * collect2.c (TARGET_64BIT): Redefine to target's default.
21633         * tlink.c: Likewise.
21634         * config/i386/cygming.h (USER_LABEL_PREFIX): Define
21635         dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
21636         * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
21637         for underscoring __USER_LABEL_PREFIX__.
21638         * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
21639         (SUB_LINK_ENTRY32): New.
21640         (SUB_LINK_ENTRY64): New.
21641         (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
21642         * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
21643         (SUB_LINK_ENTRY64): New.
21644         (SUB_LINK_ENTRY): New.
21645         (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
21646         (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
21647         x64 target is choosen.
21648         * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
21649         * configure: Regenerated.
21650         * configure.ac (leading-mingw64-underscores): Option added.
21651
21652 2010-04-27  Jan Hubicka  <jh@suse.cz>
21653
21654         * doc/invoke.texi (-fipa-profile): Document.
21655         * opts.c (decode_options): Enable ipa-profile at -O1.
21656         * timevar.def (TV_IPA_PROFILE): Define.
21657         * common.opt (fipa-profile): Add.
21658         * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
21659         flag for clones.
21660         (cgraph_propagate_frequency): Handle only local ones.
21661         * tree-pass.h (pass_ipa_profile): Declare.
21662         * ipa-profile.c (gate_profile): Use flag_ipa_profile.
21663         (pass_ipa_profile): Use TV_IPA_PROFILE.
21664         * ipa.c (ipa_profile): New function.
21665         (gate_ipa_profile): Likewise.
21666         (pass_ipa_profile): New global variable.
21667         * passes.c (pass_ipa_profile): New.
21668
21669 2010-04-27  Nathan Froyd  <froydnj@codesourcery.com>
21670
21671         * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
21672
21673 2010-04-27  Martin Jambor  <mjambor@suse.cz>
21674
21675         PR middle-end/43812
21676         * ipa.c (dissolve_same_comdat_group_list): New function.
21677         (function_and_variable_visibility): Call
21678         dissolve_same_comdat_group_list when comdat group contains external or
21679         newly local nodes.
21680         * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
21681         lists are circular and that they contain only DECL_ONE_ONLY nodes.
21682
21683 2010-04-27  Eric Botcazou  <ebotcazou@adacore.com>
21684
21685         * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
21686         (const_hash_1) <VECTOR_CST>: New case.
21687         (compare_constant) <VECTOR_CST>: Likewise.
21688         <ADDR_EXPR>: Deal with LABEL_REFs.
21689         (copy_constant) <VECTOR_CST>: New case.
21690
21691 2010-04-27  Jan Hubicka  <jh@suse.cz>
21692
21693         * cgraph.c (cgraph_propagate_frequency): New function.
21694         * cgraph.h (cgraph_propagate_frequency): Declare.
21695         * ipa-inline.c (cgraph_clone_inlined_nodes): Call
21696         cgraph_propagate_frequency.
21697
21698 2010-04-27  Jakub Jelinek  <jakub@redhat.com>
21699
21700         * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
21701
21702 2010-04-27  Bernd Schmidt  <bernds@codesourcery.com>
21703
21704         PR target/40657
21705         * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
21706         (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
21707         here to determine which regs to push and how much stack to reserve.
21708
21709 2010-04-27  Jie Zhang  <jie@codesourcery.com>
21710
21711         * doc/gimple.texi (gimple_statement_with_ops): Remove
21712         addresses_taken field.
21713         (gimple_statement_with_memory_ops): Likewise.
21714
21715 2010-04-27  Jan Hubicka  <jh@suse.cz>
21716
21717         * tree-inline.c (eni_inlining_weights): Remove.
21718         (estimate_num_insns): Special case more builtins.
21719
21720 2010-04-27  Shujing Zhao  <pearly.zhao@oracle.com>
21721
21722         PR c/32207
21723         * c-typeck.c (build_binary_op): Move forward check for comparison
21724         pointer with null pointer constant and adjust the diagnostic message.
21725
21726 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
21727
21728         PR lto/42776
21729         * configure.ac (gcc_cv_as_section_has_align): Set if installed
21730         binutils supports extended .section directive needed by LTO, or
21731         warn if older binutils found.
21732         (LTO_BINARY_READER): New AC_SUBST'd variable.
21733         (LTO_USE_LIBELF): Likewise.
21734         * config.gcc (lto_binary_reader): New target-specific configure
21735         variable.
21736         * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
21737         (LTO_USE_LIBELF): Likewise.
21738         * configure: Regenerate.
21739
21740         * collect2.c (is_elf): Rename from this ...
21741         (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
21742          object files in addition to ELF-formatted ones.
21743         (scan_prog_file): Caller updated.  Also allow for LTO info marker
21744         symbol to be prefixed or not by an extra underscore.
21745
21746         * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
21747         * config/i386/winnt.c: Also #include lto-streamer.h
21748         (i386_pe_asm_named_section): Specify 1-byte section alignment for
21749         LTO named sections.
21750         (i386_pe_asm_output_aligned_decl_common): Add comment.
21751         (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
21752
21753 2010-04-27  Hans-Peter Nilsson  <hp@bitrange.com>
21754
21755         PR target/43889
21756         * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
21757         Add missing earlyclobber for second alternative.
21758
21759 2010-04-26  Bernd Schmidt  <bernds@codesourcery.com>
21760
21761         * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
21762         bits for artificial defs at the top of the block.
21763         * fwprop.c (single_def_use_enter_block): Don't call it.
21764
21765 2010-04-26  Jack Howarth  <howarth@bromo.med.uc.edu>
21766
21767         PR 43715
21768         * configure.ac: Use "$gcc_cv_nm -g" on darwin
21769         instead of "$gcc_cv_objdump -T".
21770         Use "-undefined dynamic_lookup" on darwin.
21771         * configure: Regenerate.
21772
21773 2010-04-26  Jakub Jelinek  <jakub@redhat.com>
21774
21775         PR c/43893
21776         * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
21777
21778 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
21779
21780         * c-parser.c (struct c_token): Move location field up.
21781         * c-tree.h (struct c_typespec): Move expr_const_operands field up.
21782         (struct c_declspecs): Convert typespec_word, storage_class, and
21783         default_int_p into bitfields.
21784         (struct c_declarator): Move loc field up.
21785
21786 2010-04-26  Nathan Froyd  <froydnj@codesourcery.com>
21787
21788         * cfgloop.h (struct loop): Move can_be_parallel field up.
21789         * ipa-prop.h (struct ip_node_params): Move bitfields up.
21790         * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
21791         down.
21792         (struct iv_cand): Convert pos field into a bitfield.
21793         * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
21794         field up.
21795         (struct _stmt_vec_info): Shuffle fields for better packing.
21796
21797 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
21798
21799         * varasm.c (IN_NAMED_SECTION): Remove guard.
21800         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
21801         (IN_NAMED_SECTION_P): ...this.
21802         (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
21803         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
21804
21805 2010-04-26  Eric Botcazou  <ebotcazou@adacore.com>
21806
21807         * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
21808         Use VOID_TYPE_P for all void type tests.  Adjust TYPE variable instead
21809         of shadowing it.  Fix comments.
21810
21811 2010-04-26  Jan Hubicka  <jh@suse.cz>
21812
21813         * cgraph.c (cgraph_create_node): Set node frequency to normal.
21814         (cgraph_clone_node): Copy function frequency.
21815         * cgraph.h (node_frequency): New enum
21816         (struct cgraph_node): Add.
21817         * final.c (rest_of_clean_state): Update.
21818         * lto-cgraph.c (lto_output_node): Output node frequency.
21819         (input_overwrite_node): Input node frequency.
21820         * tre-ssa-loop-ivopts (computation_cost): Update.
21821         * lto-streamer-out.c (output_function): Do not output function
21822         frequency.
21823         * predict.c (maybe_hot_frequency_p): Update and handle functions
21824         executed once.
21825         (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
21826         attribute lookup.
21827         (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
21828         (compute_function_frequency): Set noreturn functions to be executed
21829         once.
21830         (choose_function_section): Update.
21831         * lto-streamer-in.c (input_function): Do not input function frequency.
21832         * function.c (allocate_struct_function): Do not initialize function
21833         frequency.
21834         * function.h (function_frequency): Remove.
21835         (struct function): Remove function frequency.
21836         * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
21837         (try_update): Update.
21838         * tree-inline.c (initialize_cfun): Do not update function frequency.
21839         * passes.c (pass_init_dump_file): Update.
21840         * i386.c (ix86_compute_frame_layout): Update.
21841         (ix86_pad_returns): Update.
21842
21843 2010-04-26  Jie Zhang  <jie@codesourcery.com>
21844
21845         PR tree-optimization/43833
21846         * tree-vrp.c (range_int_cst_p): New.
21847         (range_int_cst_singleton_p): New.
21848         (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
21849         when both operands are constants.  Use range_int_cst_p in
21850         BIT_IOR_EXPR case.
21851
21852 2010-04-26  Jan Hubicka  <jh@suse.cz>
21853
21854         * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
21855
21856 2010-04-26  Richard Guenther  <rguenther@suse.de>
21857
21858         PR lto/43080
21859         * gimple.c (gimple_decl_printable_name): Deal gracefully
21860         with a NULL DECL_NAME.
21861
21862 2010-04-26  Richard Guenther  <rguenther@suse.de>
21863
21864         PR lto/42425
21865         * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
21866         if emitting debug information and it is either a function
21867         or a namespace decl.
21868
21869 2010-04-26  Ira Rosen  <irar@il.ibm.com>
21870
21871         * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
21872         determine if the statement is vectorizable, and a macro to access it.
21873         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
21874         Skip statements that can't be vectorized. If the analysis fails,
21875         mark the statement as unvectorizable if vectorizing basic block.
21876         (vect_compute_data_refs_alignment): Likewise.
21877         (vect_verify_datarefs_alignment): Skip statements marked as
21878         unvectorizable. Add print.
21879         (vect_analyze_group_access): Skip statements that can't be
21880         vectorized. If the analysis fails, mark the statement as
21881         unvectorizable if vectorizing basic block.
21882         (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
21883         * tree-vect-stmts.c (vectorizable_store): Fix the number of
21884         generated stmts for SLP.
21885         (new_stmt_vec_info): Initialize the new field.
21886         * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
21887         statements marked as unvectorizable.
21888
21889 2010-04-25  Joseph Myers  <joseph@codesourcery.com>
21890
21891         * c-common.c (flag_isoc1x): New.
21892         (flag_isoc99): Update comment.
21893         * c-common.h (flag_isoc1x): New.
21894         (flag_isoc99): Update comment.
21895         * c-cppbuiltin.c (builtin_define_float_constants): Also define
21896         __<type>_DECIMAL_DIG__.
21897         * c-opts.c (set_std_c1x): New.
21898         (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
21899         (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
21900         * c.opt (-std=c1x, -std=gnu1x): New options.
21901         * doc/cpp.texi: Mention -std=c1x.
21902         * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
21903         * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
21904         * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
21905         * doc/standards.texi: Mention C1X.
21906         * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
21907         LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
21908         LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
21909         Define for C1X.
21910
21911 2010-04-25  Uros Bizjak  <ubizjak@gmail.com>
21912
21913         * config/i386/gmon-sol2.c (_mcleanup): Change format string
21914         placeholder from 0x%x to %#x.
21915         * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
21916         * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
21917         * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
21918         * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
21919         * config/i386/i386.c (ix86_target_string): Ditto.
21920         (output_pic_addr_const): Ditto.
21921         (print_operand): Ditto.
21922
21923 2010-04-25  Paolo Bonzini  <bonzini@gnu.org>
21924
21925         * combine.c (find_split_point): Add third argument.  Use it
21926         to find nested multiply-accumulate instructions.  Adjust calls.
21927         (try_combine): Adjust call to find_split_point.
21928
21929 2010-04-24  Gerald Pfeifer  <gerald@pfeifer.com>
21930
21931         * doc/contrib.texi (Contributors): Add Dodji Seketeli.
21932
21933 2010-04-24  Bernd Schmidt  <bernds@codesourcery.com>
21934
21935         PR tree-optimization/41442
21936         * fold-const.c (merge_truthop_with_opposite_arm): New function.
21937         (fold_binary_loc): Call it.
21938
21939 2010-04-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
21940
21941         * toplev.c (general_init): Set default for fdiagnostics-show-option.
21942         * opts.c (common_handle_option): Allow disabling it.
21943         * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
21944
21945 2010-04-23  Eric Botcazou  <ebotcazou@adacore.com>
21946
21947         * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
21948         between modes if both types are integral.
21949
21950 2010-04-23  Richard Guenther  <rguenther@suse.de>
21951
21952         PR tree-optimization/43572
21953         * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
21954
21955 2010-04-23  Richard Guenther  <rguenther@suse.de>
21956
21957         PR lto/43455
21958         * tree-inline.c (tree_can_inline_p): Also check compatibility
21959         of return types.
21960
21961 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21962
21963         PR tree-optimization/43846
21964         * tree-sra.c (struct access): New flag grp_assignment_read.
21965         (build_accesses_from_assign): Set grp_assignment_read.
21966         (sort_and_splice_var_accesses): Propagate grp_assignment_read.
21967         (enum mark_read_status): New type.
21968         (analyze_access_subtree): Propagate grp_assignment_read, create
21969         accesses also if both direct_read and root->grp_assignment_read.
21970
21971 2010-04-23  Martin Jambor  <mjambor@suse.cz>
21972
21973         PR middle-end/43835
21974         * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
21975         function does not have type attributes.
21976
21977 2010-04-23  Richard Guenther  <rguenther@suse.de>
21978
21979         PR lto/42653
21980         * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
21981         of FUNCTION_DECLs.
21982
21983 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
21984
21985         * sese.h (create_if_region_on_edge): Remove.
21986
21987         * sese.c (create_if_region_on_edge): Make static.
21988
21989         * tree-inline.c: Do not include ggc.h.
21990
21991         * expr.c: Do not include ggc.h.
21992
21993         * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
21994         dependencies.
21995
21996 2010-04-22  Kaz Kojima  <kkojima@gcc.gnu.org>
21997
21998         PR target/43744
21999         * config/sh/sh.c (find_barrier): Don't emit a constant pool
22000         in the middle of insns for casesi_worker_2.
22001
22002 2010-04-22  David Edelsohn  <edelsohn@gnu.org>
22003
22004         * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
22005
22006 2010-04-22  Ira Rosen  <irar@il.ibm.com>
22007
22008         PR tree-optimization/43842
22009         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
22010         loop unrolling in update of exit phis. Fix comment.
22011         * tree-vect-slp.c (vect_analyze_slp): Check that there are at
22012         least two reduction statements in the loop before starting SLP
22013         analysis.
22014
22015 2010-04-22  Nick Clifton  <nickc@redhat.com>
22016
22017         * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
22018
22019 2010-04-22  Alexander Monakov  <amonakov@ispras.ru>
22020
22021         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
22022         to simplify a + ~a.
22023
22024 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
22025
22026         * tree-parloops.c (loop_parallel_p): New argument
22027         parloop_obstack.  Pass it down.
22028         (parallelize_loops): New variable parloop_obstack.  Initialize it,
22029         pass it down, free it.
22030
22031         * tree-loop-linear.c (linear_transform_loops): Pass down
22032         lambda_obstack.
22033
22034         * tree-data-ref.h (lambda_compute_access_matrices): New argument
22035         of type struct obstack *.
22036
22037         * tree-data-ref.c (analyze_subscript_affine_affine): New variable
22038         scratch_obstack.  Initialize it, pass down, free it.
22039
22040         * lambda.h (lambda_loop_new): Remove.
22041         (lambda_matrix_new, lambda_matrix_inverse)
22042         (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
22043         argument of type struct obstack *.
22044
22045         * lambda-trans.c (lambda_trans_matrix_new): New argument
22046         lambda_obstack.  Pass it down, use obstack allocation for ret.
22047         (lambda_trans_matrix_inverse): New argument lambda_obstack.  Pass
22048         it down.
22049
22050         * lambda-mat.c (lambda_matrix_get_column)
22051         (lambda_matrix_project_to_null): Remove.
22052         (lambda_matrix_new): New argument lambda_obstack.  Use obstack
22053         allocation for mat.
22054         (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
22055         lambda_obstack.
22056
22057         * lambda-code.c (lambda_loop_new): New function.
22058         (lambda_lattice_new, compute_nest_using_fourier_motzkin)
22059         (lambda_compute_auxillary_space, lambda_compute_target_space)
22060         (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
22061         (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
22062         (build_access_matrix): New argument lambda_obstack.  Use obstack
22063         allocation for am.
22064         (lambda_compute_step_signs, lambda_compute_access_matrices): New
22065         argument lambda_obstack.  Pass it down.
22066
22067 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
22068
22069         * optabs.h (expand_widening_mult): Declare.
22070
22071 2010-04-22  Richard Guenther  <rguenther@suse.de>
22072
22073         PR tree-optimization/43845
22074         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
22075         lookup the CALL_EXPR function and arguments.
22076
22077 2010-04-22  Nick Clifton  <nickc@redhat.com>
22078
22079         * config/stormy16/stormy16.c
22080         (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
22081         * config/stormy16/stormy16.h: Tidy up formatting.
22082         (DONT_USE_BUILTIN_SETJMP): Remove definition.
22083         * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
22084         (ineqbranchsi): Delete pattern.
22085         * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
22086         * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
22087         * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
22088         stormy16-lib2-ucmpsi2.c.
22089
22090 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
22091
22092         * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
22093         df_simulate_find_noclobber_defs as appropriate.  Keep track of an
22094         extra set merge_set_noclobber, and use it to relax the final test
22095         slightly.
22096         * df.h (df_simulate_find_noclobber_defs): Declare.
22097         * df-problems.c (df_simulate_find_defs): Don't ignore partial or
22098         conditional defs.
22099         (df_simulate_find_noclobber_defs): New function.
22100
22101 2010-04-22  Uros Bizjak  <ubizjak@gmail.com>
22102
22103         * config/i386/i386.md: Use {} around multi-line preparation statements.
22104
22105 2010-04-22  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
22106
22107         * c-tree.h (push_init_level, pop_init_level, set_init_index)
22108         (process_init_element): New argument of type struct obstack *.
22109
22110         * c-typeck.c (push_init_level, pop_init_level, set_designator)
22111         (set_init_index, set_init_label, set_nonincremental_init)
22112         (set_nonincremental_init_from_string, find_init_member)
22113         (output_init_element, output_pending_init_elements)
22114         (process_init_element): New argument braced_init_obstack.  Pass it
22115         down.
22116         (push_range_stack, add_pending_init): New argument
22117         braced_init_obstack.  Use obstack allocation.
22118
22119         * c-parser.c (c_parser_initelt, c_parser_initval): New argument
22120         braced_init_obstack.  Pass it down.
22121         (c_parser_braced_init): New variables ret, braced_init_obstack.
22122         Initialize obstack, pass it down and finally free it.
22123
22124 2010-04-22  Bernd Schmidt  <bernds@codesourcery.com>
22125
22126         PR middle-end/29274
22127         * tree-pass.h (pass_optimize_widening_mul): Declare.
22128         * tree-ssa-math-opts.c (execute_optimize_widening_mul,
22129         gate_optimize_widening_mul): New static functions.
22130         (pass_optimize_widening_mul): New.
22131         * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
22132         <case MULT_EXPR>: Remove support for widening multiplies.
22133         * tree.def (WIDEN_MULT_EXPR): Tweak comment.
22134         * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
22135         simplify_gen_unary rather than directly building extensions.
22136         * tree-cfg.c (verify_gimple_assign_binary): Add tests for
22137         WIDEN_MULT_EXPR.
22138         * expmed.c (expand_widening_mult): New function.
22139         * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
22140
22141 2010-04-21  Jan Hubicka  <jh@suse.cz>
22142
22143         * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
22144         * lto-section-in.c (lto_section_name): Remove wpa_fixup.
22145         * lto-wpa-fixup.c: Remove.
22146         * Makefile.in (lto-wpa-fixup.o): Remove.
22147         * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
22148         (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
22149         * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
22150
22151 2010-04-21  Jan Hubicka  <jh@suse.cz>
22152
22153         * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
22154         add write_optimization_summary, read_optimization_summary.
22155         (ipa_write_summaries_of_cgraph_node_set): Remove.
22156         (ipa_write_optimization_summaries): Declare.
22157         (ipa_read_optimization_summaries): Declare.
22158         * ipa-cp.c (pass_ipa_cp): Update.
22159         * ipa-reference.c (pass_ipa_reference): Update.
22160         * ipa-pure-const.c (pass_ipa_pure_const): Update.
22161         * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
22162         Update.
22163         * ipa-inline.c (pass_ipa_inline): Update.
22164         * ipa.c (pass_ipa_whole_program): Update.
22165         * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
22166         * passes.c (ipa_write_summaries_1): Do not test wpa.
22167         (ipa_write_optimization_summaries_1): New.
22168         (ipa_write_optimization_summaries): New.
22169         (ipa_read_summaries): Do not test ltrans.
22170         (ipa_read_optimization_summaries_1): New.
22171         (ipa_read_optimization_summaries): New.
22172
22173 2010-04-21  Jan Hubicka  <jh@suse.cz>
22174
22175         * lto-cgraph.c (lto_output_node): Do not output comdat groups
22176         for boundary nodes.
22177         (output_cgraph): Do not arrange comdat groups for boundary nodes.
22178
22179 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
22180
22181         PR debug/40040
22182         * dwarf2out.c (add_name_and_src_coords_attributes): Add
22183         DW_AT_{,MIPS_}linkage_name even for Fortran decls.
22184
22185 2010-04-21  Jan Hubicka  <jh@suse.cz>
22186
22187         * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
22188
22189 2010-04-21  Jan Hubicka  <jh@suse.cz>
22190
22191         * varpool.c (decide_is_variable_needed): Variable is always needed
22192         during ltrans.
22193
22194 2010-04-21  Jan Hubicka  <jh@suse.cz>
22195
22196         * opts.c (decode_options): Enable pure-const pass for whopr.
22197
22198 2010-04-21  Jan Hubicka  <jh@suse.cz>
22199
22200         * cgraph.c (dump_cgraph_node): Dump also assembler name.
22201         * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
22202         at WPA dumping.
22203         (cgraph_decide_inlining): Do not expect callee to be removed in all
22204         cases.
22205
22206 2010-04-21  Eric B. Weddington  <eric.weddington@atmel.com>
22207
22208         * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
22209
22210 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
22211
22212         * config/i386/i386.md (x86_shrd): Add athlon_decode and
22213         amdfam10_decode attributes.
22214
22215 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
22216
22217         PR middle-end/43570
22218         * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
22219         OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
22220         (lower_copyprivate_clauses): Use private var in outer
22221         context instead of original var.  Make sure the types
22222         are correct for VLAs.
22223
22224 2010-04-21  Richard Guenther  <rguenther@suse.de>
22225
22226         * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
22227         to non-pointer objects.
22228
22229 2010-04-21  Jakub Jelinek  <jakub@redhat.com>
22230
22231         * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument.  Drop
22232         last chain entry if it starts with the still current label.
22233         (add_location_or_const_value_attribute): Check that
22234         loc_list->first->next is NULL instead of comparing ->first with ->last.
22235         (dwarf2out_var_location): Pass last_label resp. last_postcall_label
22236         to add_var_loc_to_decl.
22237
22238         * dwarf2out.c (output_call_frame_info): For dw_cie_version
22239         >= 4 add also address size and segment size fields into CIE header.
22240
22241         * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
22242         long as address size is the same as sizeof (void *) and
22243         segment size is 0.
22244         * unwind-dw2-fde.c (get_cie_encoding): Likewise.  If
22245         address size or segment size is unexpected, return DW_EH_PE_omit.
22246         (classify_object_over_fdes): If get_cie_encoding returned
22247         DW_EH_PE_omit, return -1.
22248         (init_object): If classify_object_over_fdes returned -1,
22249         pretend there were no FDEs at all.
22250
22251 2010-04-21  Uros Bizjak  <ubizjak@gmail.com>
22252
22253         * config/i386/i386.md (bswap<mode>2): Macroize expander from
22254         bswap{si,di}2 using SWI48 mode iterator.
22255         (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
22256         SWI48 mode iterator.  Set type attribute of bswap insn to bitmanip,
22257         set modrm attribute of bswap insn to 0 and remove length attribute.
22258         (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
22259         iterator.  Set type attribute to bitmanip, set modrm attribute to 0,
22260         set mode attribute to <MODE> and remove length attribute.
22261
22262 2010-04-20  James E. Wilson  <wilson@codesourcery.com>
22263
22264         PR rtl-optimization/43520
22265         * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
22266         zero available registers.
22267
22268 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22269
22270         * builtins.c (fold_builtin_cproj): Fold more cases.
22271
22272 2010-04-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22273
22274         * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
22275         (fold_builtin_1): Fold builtin cproj.
22276         * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
22277         Use ATTR_CONST_NOTHROW_LIST.
22278
22279 2010-04-20  Uros Bizjak  <ubizjak@gmail.com>
22280
22281         * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
22282         and ffsdi2 using SWI48 mode iterator.  Expand SImode insn through
22283         ffsi2_no_cmove for !TARGET_CMOVE.
22284         (ffssi2_no_cmove): Rename from *ffs_no_cmove.  Make public.
22285         (ffssi2): Remove expander.
22286         (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
22287         mode iterator.
22288         (ctz<mode>2): Ditto from ctz{si,di}2.
22289         (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
22290         mode iterator.
22291         (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
22292         mode iterator.
22293
22294 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
22295
22296         * dwarf2out.c (AT_linkage_name): Define.
22297         (clone_as_declaration): Handle DW_AT_linkage_name.
22298         (add_name_and_src_coords_attributes): Use AT_linkage_name instead
22299         of DW_AT_MIPS_linkage_name.
22300         (move_linkage_attr): Likewise.
22301         (dwarf2out_finish): Likewise.
22302
22303 2010-04-20  Xinliang David Li  <davidxl@gcc.gnu.org>
22304
22305         PR middle-end/41952
22306         * fold-const.c (fold_comparison): New folding rule.
22307
22308 2010-04-20  Anatoly Sokolov  <aesok@post.ru>
22309
22310         * double-int.h (double_int_setbit): Declare.
22311         * double-int.c (double_int_setbit): New function.
22312         * rtl.h (immed_double_int_const): Declare.
22313         * emit-rtl.c (immed_double_int_const): New function.
22314         * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
22315         and immed_double_int_const functions.
22316         * optabs.c (expand_absneg_bit, expand_copysign_absneg,
22317         expand_copysign_bit): (Ditto.).
22318         * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
22319         * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
22320         * dojump.c (prefer_and_bit_test): (Ditto.).
22321         * expr.c (convert_modes, reduce_to_bit_field_precision,
22322         const_vector_from_tree): (Ditto.).
22323         * expmed.c (mask_rtx, lshift_value): (Ditto.).
22324
22325 2010-04-20  Jan Hubicka  <jh@suse.cz>
22326
22327         * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
22328         (dump_cgraph_node): Dump new flags.
22329         * cgraph.h (struct cgraph_node): Add flags
22330         reachable_from_other_partition and in_other_partition.
22331         (cgraph_can_remove_if_no_direct_calls_p): Functions used by
22332         other partition can not be removed.
22333         * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
22334         the other partition must be output; silence sanity checking on
22335         leaking functions bodies from other paritition.
22336         * lto-cgraph.c (reachable_from_other_partition_p): New function.
22337         (lto_output_node): Output new flags; do not sanity check that inline
22338         clones are output; drop lto_forced_extern_inline_p code; do not mock
22339         visibility flags at partition boundaries.
22340         (add_node_to): New function.
22341         (output_cgraph): Use it to sort functions so masters appear before
22342         clones.
22343         (input_overwrite_node): Input new flags.
22344         * passes.c (ipa_write_summaries): Do not call
22345         lto_new_extern_inline_states.
22346         * lto-section-out.c (forced_extern_inline,
22347         lto_new_extern_inline_states lto_delete_extern_inline_states,
22348         lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
22349         * lto-streamer.h (lto_new_extern_inline_states,
22350         * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
22351         lto_forced_extern_inline_p): Kill.
22352
22353 2010-04-20  Richard Guenther  <rguenther@suse.de>
22354
22355         * tree-ssa-structalias.c (do_sd_constraint): Add edges only
22356         from vars that can have pointers.
22357         (process_constraint): Dump useless constraints.
22358
22359 2010-04-20  Richard Guenther  <rguenther@suse.de>
22360
22361         * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
22362         (dump_sa_points_to_info): Remove asserts.
22363         (init_base_vars): nothing_id isn't an escape point nor does it
22364         have pointers.
22365
22366 2010-04-20  Jakub Jelinek  <jakub@redhat.com>
22367
22368         * tree.h (TYPE_REF_IS_RVALUE): Define.
22369         * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
22370         should_move_die_to_comdat, prune_unused_types_walk): Handle
22371         DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
22372         (modified_type_die, gen_reference_type_die): Emit
22373         DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
22374         if TYPE_REF_IS_RVALUE and -gdwarf-4.
22375
22376 2010-04-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22377
22378         PR target/43635
22379         * config/s390/s390.c (s390_emit_call): Turn direct into indirect
22380         calls for -fpic -m31 if they have been sibcall optimized.
22381
22382 2010-04-19  James E. Wilson  <wilson@codesourcery.com>
22383
22384         * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
22385         ar.lc fixed and call-used.
22386
22387         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
22388
22389 2010-04-19  Jan Hubicka  <jh@suse.cz>
22390
22391         * opts.c (decode_options): Disable whpr incompatible passes.
22392         * lto/lto.c (lto_1_to_1_map): Skip clones.
22393         (read_cgraph_and_symbols): Do not mark everything as needed.
22394         (do_whole_program_analysis): Do map only after optimizing;
22395         set proper cgraph_state; use passmanager.
22396
22397 2010-04-19  DJ Delorie  <dj@redhat.com>
22398
22399         * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
22400         POINTER_PLUS_EXPR and fix them.
22401
22402 2010-04-19  Eric B. Weddington  <eric.weddington@atmel.com>
22403
22404         * config/avr/avr-devices.c (avr_mcu_types): Add support for new
22405         devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
22406         attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
22407         atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
22408         atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
22409         atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
22410         atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
22411         atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
22412         m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
22413         atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
22414         * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
22415
22416 2010-04-19  Eric Botcazou  <ebotcazou@adacore.com>
22417
22418         * ifcvt.c (noce_try_cmove_arith): Fix long lines.
22419         (check_cond_move_block): Likewise.
22420         (cond_move_process_if_block): Likewise.
22421         (noce_find_if_block): Improve formatting.
22422         (find_if_header): Pass 0 to memset and tweak conditions.
22423         (cond_exec_find_if_block): Fix long lines and tweak conditions.
22424
22425 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
22426
22427         * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
22428         for -gdwarf-4.
22429
22430         PR middle-end/43337
22431         * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
22432         with non-local decl doesn't need chain.
22433
22434 2010-04-19  Vladimir Makarov  <vmakarov@redhat.com>
22435
22436         * ira-color.c (allocno_reload_assign): Avoid accumulating
22437         reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
22438
22439 2010-04-19  Martin Jambor  <mjambor@suse.cz>
22440
22441         * gimple.h (create_tmp_reg): Declare.
22442         * gimplify.c (create_tmp_reg): New function.
22443         (gimplify_return_expr): Use create_tmp_reg.
22444         (gimplify_omp_atomic): Likewise.
22445         (gimple_regimplify_operands): Likewise.
22446         * tree-dfa.c (make_rename_temp): Likewise.
22447         * tree-predcom.c (predcom_tmp_var): Likewise.
22448         (reassociate_to_the_same_stmt): Likewise.
22449         * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
22450         (get_replaced_param_substitute): Likewise.
22451         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
22452         * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
22453         * tree-ssa-pre.c (get_representative_for): Likewise.
22454         (create_expression_by_pieces): Likewise.
22455         * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
22456         (create_tailcall_accumulator): Likewise.
22457
22458 2010-04-19  Martin Jambor  <mjambor@suse.cz>
22459
22460         * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
22461         new_stmt.
22462         (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
22463
22464 2010-04-19  Richard Guenther  <rguenther@suse.de>
22465
22466         PR tree-optimization/43796
22467         * tree-vrp.c (adjust_range_with_scev): Lookup init and step
22468         from SCEV in the lattice.
22469         (vrp_visit_phi_node): Dump change.
22470
22471 2010-04-19  Richard Guenther  <rguenther@suse.de>
22472
22473         * configure.ac: Fix quoting around elf_getshstrndx ABI check.
22474         * configure: Re-generated.
22475
22476 2010-04-19  Richard Guenther  <rguenther@suse.de>
22477
22478         PR tree-optimization/43783
22479         * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
22480         constant ARRAY_REF operands two and three if possible.
22481
22482 2010-04-19  Uros Bizjak  <ubizjak@gmail.com>
22483
22484         PR target/43766
22485         * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
22486
22487 2010-04-19  Jie Zhang  <jie@codesourcery.com>
22488
22489         PR target/43662
22490         * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
22491
22492 2010-04-19  Ira Rosen  <irar@il.ibm.com>
22493
22494         PR tree-optimization/37027
22495         * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
22496         and macro to access it.
22497         (vectorizable_reduction): Add argument.
22498         (vect_get_slp_defs): Likewise.
22499         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
22500         statements for possible use in SLP.
22501         (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
22502         (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
22503         (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
22504         add new argument.
22505         (vectorizable_reduction): Likewise.
22506         * tree-vect-stmts.c (vect_get_vec_defs): Update call to
22507         vect_get_slp_defs.
22508         (vectorizable_type_demotion, vectorizable_type_promotion,
22509         vectorizable_store): Likewise.
22510         (vect_analyze_stmt): Update call to vectorizable_reduction.
22511         (vect_transform_stmt): Likewise.
22512         * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
22513         (vect_build_slp_tree): Fix indentation. Check that there are no loads
22514         from different interleaving chains in same node.
22515         (vect_slp_rearrange_stmts): New function.
22516         (vect_supported_load_permutation_p): Allow load permutations for
22517         reductions. Call vect_slp_rearrange_stmts() to rearrange statements
22518         inside SLP nodes if necessary.
22519         (vect_analyze_slp_instance): Handle reductions.
22520         (vect_analyze_slp): Try to build SLP instances originating from groups
22521         of reductions.
22522         (vect_detect_hybrid_slp_stmts): Skip reduction statements.
22523         (vect_get_constant_vectors): Create initial vectors for reductions
22524         according to reduction code. Add new argument.
22525         (vect_get_slp_defs): Add new argument, pass it to
22526         vect_get_constant_vectors.
22527         (vect_schedule_slp_instance): Remove SLP tree root statements.
22528
22529 2010-04-19  Jakub Jelinek  <jakub@redhat.com>
22530
22531         * tree.h (ENUM_IS_SCOPED): Define.
22532         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
22533         for ENUM_IS_SCOPED enums.
22534
22535 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
22536
22537         * fold-const.c (fold_comparison): Use ssizetype.
22538         * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
22539         * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
22540         * tree-loop-distribution.c (build_size_arg_loc): Likewise.
22541         * tree-object-size.c (compute_object_sizes): Use size_type_node.
22542
22543         * tree.h (initialize_sizetypes): Remove parameter.
22544         (build_common_tree_nodes): Remove second parameter.
22545         * stor-layout.c (initialize_sizetypes): Remove parameter.
22546         Always create an unsigned type.
22547         (set_sizetype): Assert that the passed type is unsigned and simplify.
22548         * tree.c (build_common_tree_nodes): Remove second parameter.
22549         Adjust call to initialize_sizetypes.
22550         * c-decl.c (c_init_decl_processing): Remove second argument in call to
22551         build_common_tree_nodes.
22552
22553 2010-04-18  Matthias Klose  <doko@ubuntu.com>
22554
22555         * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
22556
22557 2010-04-18  Ira Rosen  <irar@il.ibm.com>
22558
22559         PR tree-optimization/43771
22560         * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
22561         load permutation doesn't have gaps.
22562
22563 2010-04-18  Jan Hubicka  <jh@suse.cz>
22564
22565         * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
22566         (sse_prologue_save_insn expander): Use new pattern.
22567         (sse_prologue_save_insn1): New pattern and splitter.
22568         (sse_prologue_save_insn): Update to deal also with 64bit aligned
22569         blocks.
22570         * i386.c (setup_incoming_varargs_64): Do not compute jump
22571         destination here.
22572         (ix86_gimplify_va_arg): Update alignment needed.
22573         (ix86_local_alignment): Do not align all local arrays to 128bit.
22574
22575 2010-04-17  Jan Hubicka  <jh@suse.cz>
22576
22577         * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
22578
22579 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
22580
22581         * arm.md (negdi2): Remove redundant code to force values into a
22582         register.
22583
22584 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
22585
22586         * arm/bpabi.S: Add EABI alignment attributes to objects.
22587         * arm/bpabi-v6m.S: Likewise.
22588         * arm/crti.asm: Likewise.
22589         * arm/crtn.asm: Likewise.
22590         * arm/lib1funcs.asm: Likewise.
22591         * arm/libunwind.S: Likewise.
22592
22593 2010-04-17  Richard Earnshaw  <rearnsha@arm.com>
22594
22595         * arm-protos.h (tune_params): New structure.
22596         * arm.c (current_tune): New variable.
22597         (arm_constant_limit): Delete.
22598         (struct processors): Add pointer to the tune parameters.
22599         (arm_slowmul_tune): New tuning option.
22600         (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
22601         (all_cores): Adjust to pick up the tuning model.
22602         (arm_constant_limit): New function.
22603         (arm_override_options): Select the appropriate tuning model.  Delete
22604         initialization of arm_const_limit.
22605         (arm_split_constant): Use the new constant-limit model.
22606         (arm_rtx_costs): Pick up the current tuning model.
22607         * arm.md (is_strongarm, is_xscale): Delete.
22608         * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
22609         for Xscale variant architectures.
22610         (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
22611
22612 2010-04-17  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
22613
22614         * config/arm/arm.c (arm_gen_constant): Remove unused variable
22615         can_shift.
22616         (arm_rtx_costs_1): Remove unused variable extra_cost.
22617         (arm_unwind_emit_set): Use variable offset.
22618         (thumb1_output_casesi): Remove unused variable flags.
22619
22620 2010-04-16  Jeff Law  <law@redhat.com>
22621
22622         * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
22623         needing assignment rather than doing a two-phase assignment.  Remove
22624         unused variable 'm'.
22625
22626 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
22627
22628         PR bootstrap/43767
22629         * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
22630
22631 2010-04-16  Doug Kwan  <dougkwan@google.com>
22632
22633         * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
22634         (next_operand_entry_id): New static variable.
22635         (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
22636         (add_to_ops_vec): Assigned unique ID to operand entry.
22637         (struct oecount_s): New field ID.
22638         (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
22639         (undistribute_ops_list): Assign unique IDs to oecounts.
22640         (init_reassoc): reset next_operand_entry_id.
22641
22642 2010-04-16  Doug Kwan  <dougkwan@google.com>
22643
22644         * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
22645         missing left parenthesis.
22646
22647 2010-04-16  Uros Bizjak  <ubizjak@gmail.com>
22648
22649         * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
22650         *btdi_rex64 using SWI48 mode iterator.
22651         (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
22652         (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
22653         *jcc_btdi_mask_rex64.
22654
22655 2010-04-16  Anatoly Sokolov  <aesok@post.ru>
22656
22657         * double-int.h (tree_to_double_int): Convert to macro.
22658         * double-int.c (tree_to_double_int): Remove.
22659
22660 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
22661
22662         PR debug/43762
22663         * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
22664         with want_address 2 and in case a single element list might be
22665         possible, call it again with want_address 0.
22666
22667 2010-04-12  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
22668
22669         * config/h8300/h8300.c (print_operand) : Modify case 'V' and
22670         case 'W' print operands for HI mode.
22671         * config/h8300/h8300.h (Y0, Y2) : New constraints.
22672         * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
22673         (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
22674         * config/h8300/predicate.md (bit_register_indirect_operand): New.
22675
22676         * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
22677
22678         * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
22679         cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
22680         #xx:3 and #xx:4 mode.
22681
22682         * config/h8300/h8300.md (inverted load with HImode dest): Add
22683         support for H8300SX.
22684
22685         * config/h8300/predicate.md (bit_operand): Allow immediate values that
22686         satisfy 'U' constraint.
22687
22688 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22689
22690         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
22691         * configure: Regenerate.
22692         * config.in: Regenerate.
22693         * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
22694         works.
22695
22696 2010-04-16  Richard Guenther  <rguenther@suse.de>
22697
22698         * tree.h (struct tree_decl_minimal): Move pt_uid ...
22699         (struct tree_decl_common): ... here.
22700         (DECL_PT_UID): Adjust.
22701         (SET_DECL_PT_UID): Likewise.
22702         (DECL_PT_UID_SET_P): Likewise.
22703
22704 2010-04-16  Richard Guenther  <rguenther@suse.de>
22705
22706         PR tree-optimization/43572
22707         * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
22708         * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
22709         * tree-flow.h (is_call_clobbered): Remove.
22710         * tree-flow-inline.h (is_call_clobbered): Likewise.
22711         * tree-dfa.c (dump_variable): Do not dump call clobber state.
22712         * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
22713         (execute_return_slot_opt): Adjust.
22714         * tree-tailcall.c (suitable_for_tail_opt_p): Remove
22715         check for call clobbered vars here.
22716         (find_tail_calls): Move tailcall verification to the
22717         proper place.
22718
22719 2010-04-16  Diego Novillo  <dnovillo@google.com>
22720
22721         * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
22722
22723 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
22724
22725         PR target/40603
22726         * config/arm/arm.md (cbranchqi4): New pattern.
22727         * config/arm/predicates.md (const0_operand,
22728         cbranchqi4_comparison_operator): New predicates.
22729
22730 2010-04-16  Richard Guenther  <rguenther@suse.de>
22731
22732         * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
22733         (dump_gimple_stmt): Likewise.
22734
22735 2010-04-16  Bernd Schmidt  <bernds@codesourcery.com>
22736
22737         * recog.h (struct recog_data): New field is_operator.
22738         (struct insn_operand_data): New field is_operator.
22739         * recog.c (extract_insn): Set recog_data.is_operator.
22740         * genoutput.c (output_operand_data): Emit code to set the
22741         is_operator field.
22742         * reload.c (find_reloads): Use it rather than testing for an
22743         empty constraint string.
22744
22745         PR target/41514
22746         * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
22747         If the previous insn is a cbranchsi4_insn with the same arguments,
22748         omit the compare instruction.
22749
22750         * config/arm/arm.md (addsi3_cbranch): If destination is a high
22751         register, inputs must be low registers and we need a low register
22752         scratch.  Handle alternative 2 like alternative 3.
22753
22754 2010-04-16  Jakub Jelinek  <jakub@redhat.com>
22755
22756         * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
22757         don't call get_addr on both.  If one expression is a VALUE and
22758         the other a REG, check VALUE's locs if the REG isn't among them.
22759
22760 2010-04-16  Christian Bruel  <christian.bruel@st.com>
22761
22762         * config/sh/sh.h (sh_frame_pointer_required): New function.
22763         * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
22764         (flag_omit_frame_pointer) Set.
22765         (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
22766         (rounded_frame_size): Adjust size with outgoing_args_size.
22767         (sh_set_return_address): Must return from stack pointer.
22768         * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
22769         (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
22770         (ACCUMULATE_OUTGOING_ARGS): Define.
22771         * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
22772         * config/sh/sh.opt (maccumulate-outgoing-args): New option.
22773
22774 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
22775
22776         PR target/43471
22777         * config/sh/sh.c (sh_legitimize_reload_address): Use
22778         MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
22779         Remove a unneeded check for offset_base.
22780
22781 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
22782
22783         * configure: Regenerated.
22784
22785 2010-04-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22786
22787         * config/s390/s390.c (s390_call_save_register_used): Switch back
22788         to HARD_REGNO_NREGS.
22789
22790 2010-04-15  Richard Guenther  <rguenther@suse.de>
22791
22792         * alias.c (alias_set_subset_of): Handle alias-set zero
22793         child properly.
22794
22795 2010-04-15  Mark Shinwell  <shinwell@codesourcery.com>
22796             Julian Brown  <julian@codesourcery.com>
22797
22798         * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
22799         alternatives according to use of high and low regs.
22800         * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
22801         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
22802         optimizing for size on Thumb-2.
22803
22804 2010-04-15  Thomas Schwinge  <tschwinge@gnu.org>
22805
22806         * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
22807
22808 2010-04-15  Richard Guenther  <rguenther@suse.de>
22809
22810         * tree-ssa-structalias.c (struct variable_info): Add
22811         is_fn_info flag.
22812         (new_var_info): Initialize it.
22813         (dump_constraints): Support printing last added constraints.
22814         (debug_constraints): Adjust.
22815         (dump_constraint_graph): Likewise.
22816         (make_heapvar_for): Check for NULL cfun.
22817         (get_function_part_constraint): New function.
22818         (get_fi_for_callee): Likewise.
22819         (find_func_aliases): Properly implement IPA PTA constraints.
22820         (process_ipa_clobber): New function.
22821         (find_func_clobbers): Likewise.
22822         (insert_into_field_list_sorted): Remove.
22823         (create_function_info_for): Properly allocate vars for IPA mode.
22824         Do not use insert_into_field_list_sorted.
22825         (create_variable_info_for): Properly generate constraints for
22826         global vars in IPA mode.
22827         (dump_solution_for_var): Always dump the solution.
22828         (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
22829         (find_what_var_points_to): Adjust.
22830         (pt_solution_set): Change.
22831         (pt_solution_ior_into): New function.
22832         (pt_solution_empty_p): Export.
22833         (pt_solution_includes_global): Adjust.
22834         (pt_solution_includes_1): Likewise.
22835         (pt_solutions_intersect_1): Likewise.
22836         (dump_sa_points_to_info): Check some invariants.
22837         (solve_constraints): Move constraint dumping ...
22838         (compute_points_to_sets): ... here.
22839         (ipa_pta_execute): ... and here.
22840         (compute_may_aliases): Do not re-compute points-to info
22841         locally if IPA info is available.
22842         (ipa_escaped_pt): New global var.
22843         (ipa_pta_execute): Properly implement IPA PTA.
22844         * tree-into-ssa.c (dump_decl_set): Support dumping
22845         decls not in referenced-vars.
22846         * tree-flow.h (struct gimple_df): Add ipa_pta flag.
22847         * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
22848         (dump_points_to_solution): Likewise.
22849         * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
22850         * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
22851         (remap_gimple_stmt): Reset call clobber/use information if necessary.
22852         (copy_decl_to_var): Copy DECL_PT_UID.
22853         (copy_result_decl_to_var): Likewise.
22854         * tree.c (make_node_stat): Initialize DECL_PT_UID.
22855         (copy_node_stat): Copy it.
22856         * tree.h (DECL_PT_UID): New macro.
22857         (SET_DECL_PT_UID): Likewise.
22858         (DECL_PT_UID_SET_P): Likewise.
22859         (struct tree_decl_minimal): Add pt_uid member.
22860         * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
22861         (pt_solution_empty_p): Declare.
22862         (pt_solution_set): Adjust.
22863         (ipa_escaped_pt): Declare.
22864         * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
22865         * gimple-pretty-print.c (pp_points_to_solution): New function.
22866         (dump_gimple_call): Dump call clobber/use information.
22867         * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
22868         * tree-pass.h (TDF_ALIAS): New dump option.
22869         * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
22870         * doc/invoke.texi (-fipa-pta): Update documentation.
22871
22872 2010-04-15  Richard Guenther  <rguenther@suse.de>
22873
22874         * Makefile.in (OBJS-common): Add gimple-fold.o.
22875         (gimple-fold.o): New rule.
22876         * tree.h (maybe_fold_offset_to_reference,
22877         maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
22878         prototypes ...
22879         * gimple.h: ... here.
22880         * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
22881         may_propagate_address_into_dereference): Move prototypes ...
22882         * gimple.h: ... here.
22883         * tree-ssa-ccp.c (get_symbol_constant_value,
22884         may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
22885         maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
22886         maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
22887         maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
22888         ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
22889         fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
22890         gimplify_and_update_call_from_tree): Move ...
22891         * gimple-fold.c: ... here.  New file.
22892         (ccp_fold_builtin): Rename to ...
22893         (gimple_fold_builtin): ... this.
22894         * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
22895
22896 2010-04-15  Richard Guenther  <rguenther@suse.de>
22897
22898         * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
22899         fit_double_type, force_fit_type_double, add_double_with_sign,
22900         neg_double, mul_double_with_sign, lshift_double, rshift_double,
22901         lrotate_double, rrotate_double, div_and_round_double): Move ...
22902         * double-int.c: ... here.
22903         * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
22904         add_double, neg_double, mul_double_with_sign, mul_double,
22905         lshift_double, rshift_double, lrotate_double, rrotate_double,
22906         div_and_round_double): Move prototypes ...
22907         * double-int.h: ... here.
22908
22909 2010-04-15  Bernd Schmidt  <bernds@codesourcery.com>
22910
22911         PR target/43742
22912         * config/sh/sh.md (doloop_end_split, dect): Undo previous patch.  Use
22913         matching constraints to ensure inputs match the output.
22914
22915 2010-04-15  Kaz Kojima  <kkojima@gcc.gnu.org>
22916
22917         PR target/43742
22918         * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
22919         in an input-only operand.
22920
22921 2010-04-15  Anatoly Sokolov  <aesok@post.ru>
22922
22923         * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
22924         (double_int_not, double_int_lshift, double_int_rshift): Declare.
22925         (double_int_negative_p): Convert to static inline function.
22926         * double-int.c (double_int_lshift, double_int_lshift): New functions.
22927         (double_int_negative_p): Remove.
22928         * tree.h (lshift_double, rshift_double):
22929         * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
22930         * fold-const.c (fold_convert_const_int_from_real,
22931         fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
22932         (lshift_double): Change type of arith argument to bool.
22933         (rshift_double): Change type of arith argument to bool. Correct
22934         comment.
22935         * expmed.c (mask_rtx, lshift_value): (Ditto.).
22936
22937 2010-04-14  Bernd Schmidt  <bernds@codesourcery.com>
22938
22939         PR target/21803
22940         * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
22941         at the start and end of the then/else blocks, and omit them from the
22942         conversion.
22943         * cfgcleanup.c (flow_find_cross_jump): No longer static.  Remove MODE
22944         argument; all callers changed.  Pass zero to old_insns_match_p instead.
22945         (flow_find_head_matching_sequence): New function.
22946         (old_insns_match_p): Check REG_EH_REGION notes for calls.
22947         * basic-block.h (flow_find_cross_jump,
22948         flow_find_head_matching_sequence): Declare functions.
22949
22950 2010-04-14  Jason Merrill  <jason@redhat.com>
22951
22952         PR c++/36625
22953         * c-common.c (attribute_takes_identifier_p): New fn.
22954         * c-common.h: Declare it.
22955
22956 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22957
22958         * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
22959         splitter condition.
22960         (*udivmod<mode>4): Ditto.
22961
22962 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22963
22964         * config/i386/i386.md (maxmin_int): Rename code attribute from
22965         maxminiprefix and update all users.
22966         (maxmin_float): Ditto from maxminfprefix.
22967         (logic): Ditto from logicprefix.
22968         (absneg_mnemonic): Ditto from absnegprefix.
22969         * config/i386/mmx.md: Update all users of maxminiprefix,
22970         maxminfprefix and logicprefix for rename.
22971         * config/i386/sse.md: Ditto.
22972         * config/i386/sync.md (sync_<code><mode>): Update for
22973         logicprefix rename.
22974
22975 2010-04-14  Manuel López-Ibáñez  <manu@gcc.gnu.org>
22976
22977         PR 42966
22978         * diagnostics.c (diagnostic_report_diagnostic): Mark specially
22979         warnings converted to errors.
22980
22981 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22982
22983         * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
22984         used insn_type variable.
22985         (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
22986         to avoid set-but-not-used warning.
22987
22988 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
22989
22990         * df-core.c (df_ref_debug): Change format string placeholder
22991         from 0x%x to %#x.
22992         * dwarf2asm.c (dw2_asm_output_data_raw,
22993         dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
22994         dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
22995         * dwarf2out.c (output_cfi, output_cfi_directive,
22996         dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
22997         output_cfa_loc_raw, output_die, output_ranges, output_file_names):
22998         Ditto.
22999         * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
23000         * print-rtl.c (print_rtx): Ditto.
23001
23002 2010-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
23003
23004         PR middle-end/42694
23005         * builtins.c (expand_builtin_pow_root): New function to expand pow
23006         calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
23007         series of sqrt and cbrt calls under -ffast-math.
23008         (expand_builtin_pow): Call it.
23009
23010 2010-04-14  Michael Matz  <matz@suse.de>
23011
23012         PR tree-optimization/42963
23013         * tree-cfg.c (touched_switch_bbs): New static variable.
23014         (group_case_labels_stmt): New function broken out from ...
23015         (group_case_labels): ... here, use the above.
23016         (start_recording_case_labels): Allocate touched_switch_bbs.
23017         (end_recording_case_labels): Deallocate it, call
23018         group_case_labels_stmt.
23019         (gimple_redirect_edge_and_branch): Remember index of affected BB.
23020
23021 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
23022
23023         * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
23024         from insn template.
23025
23026 2010-04-14  Uros Bizjak  <ubizjak@gmail.com>
23027
23028         * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
23029
23030 2010-04-13  Jan Hubicka  <jh@suse.cz>
23031
23032         * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
23033         of optimized out static functions.
23034         (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
23035         cost computation.  Also sanity check for overflows.
23036         (update_caller_keys): Update cgraph_edge_badness call; properly
23037         update fibheap and sanity check that it is up to date.
23038         (add_new_edges_to_heap): Update cgraph_edge_badness.
23039         (cgraph_decide_inlining_of_small_function): Likewise;
23040         add sanity checking that badness in heap is up to date;
23041         improve dumping of reason; Update badness of calls to the
23042         offline copy of function currently inlined; dump badness
23043         of functions not inlined because of unit growth limits.
23044
23045 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
23046
23047         PR middle-end/32628
23048         * c-common.c (pointer_int_sum): Disregard overflow that occured only
23049         because of sign-extension change when converting to sizetype here...
23050         * fold-const.c (fold_convert_const_int_from_int): ...and not here.
23051
23052         * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
23053         the folding to constants.  Remove redundant final conversion.
23054         (fold_binary) <associate>: Do not associate if the re-association of
23055         constants alone overflows.
23056         (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
23057         to the end of the list.
23058         (multiple_of_p) <COND_EXPR>: New case.
23059
23060 2010-04-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23061
23062         * opt-functions.awk (opt_sanitized_name): New.
23063         (opt_enum): New.
23064         * optc-gen.awk: Use it
23065         * opth-gen.awk: Use it.
23066
23067 2010-04-13  Martin Jambor  <mjambor@suse.cz>
23068
23069         * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
23070         (sra_modify_assign): Delete stmts loading dead data even if racc has no
23071         children.  Call replace_uses_with_default_def_ssa_name to handle
23072         SSA_NAES on lhs.
23073
23074 2010-04-13  Michael Matz  <matz@suse.de>
23075
23076         PR middle-end/43730
23077         * builtins.c (expand_builtin_interclass_mathfn): Also create
23078         a register if the predicate doesn't match.
23079
23080 2010-04-13  Diego Novillo  <dnovillo@google.com>
23081
23082         * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
23083         * c-pch.c: Include timevar.h.
23084         (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
23085         (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
23086         * ggc-common.c: Include timevar.h.
23087         (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
23088         * timevar.def (TV_PCH_SAVE): Define.
23089         (TV_PCH_CPP_SAVE): Define.
23090         (TV_PCH_PTR_REALLOC): Define.
23091         (TV_PCH_PTR_SORT): Define.
23092         (TV_PCH_RESTORE): Define.
23093         (TV_PCH_CPP_RESTORE): Define.
23094
23095 2010-04-13  Michael Matz  <matz@suse.de>
23096
23097         * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
23098         into MINUS_EXPRs.
23099         (can_reassociate_p): New function.
23100         (break_up_subtract_bb, reassociate_bb): Use it.
23101
23102 2010-04-13  Richard Guenther  <rguenther@suse.de>
23103
23104         PR bootstrap/43737
23105         * builtins.c (c_readstr): Fix assert.
23106
23107 2010-04-13  Uros Bizjak  <ubizjak@gmail.com>
23108
23109         * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
23110         when generating cltd insn.
23111
23112         (*ashl<mode>3_1): Remove special handling for register operand 2.
23113         (*ashlsi3_1_zext): Ditto.
23114         (*ashlhi3_1): Ditto.
23115         (*ashlhi3_1_lea): Ditto.
23116         (*ashlqi3_1): Ditto.
23117         (*ashlqi3_1_lea): Ditto.
23118         (*<shiftrt_insn><mode>3_1): Ditto.
23119         (*<shiftrt_insn>si3_1_zext): Ditto.
23120         (*<shiftrt_insn>qi3_1_slp): Ditto.
23121         (*<rotate_insn><mode>3_1): Ditto.
23122         (*<rotate_insn>si3_1_zext): Ditto.
23123         (*<rotate_insn>qi3_1_slp): Ditto.
23124
23125 2010-04-13  Richard Guenther  <rguenther@suse.de>
23126
23127         * tree-ssa-structalias.c (callused_id): Remove.
23128         (call_stmt_vars): New.
23129         (get_call_vi): Likewise.
23130         (lookup_call_use_vi): Likewise.
23131         (lookup_call_clobber_vi): Likewise.
23132         (get_call_use_vi): Likewise.
23133         (get_call_clobber_vi): Likewise.
23134         (make_transitive_closure_constraints): Likewise.
23135         (handle_const_call): Adjust to do per-call call-used handling.
23136         (handle_pure_call): Likewise.
23137         (find_what_var_points_to): Remove general callused handling.
23138         (init_base_vars): Likewise.
23139         (init_alias_vars): Initialize call_stmt_vars.
23140         (compute_points_to_sets): Process call-used and call-clobbered
23141         vars for call statements.
23142         (delete_points_to_sets): Free call_stmt_vars.
23143
23144 2010-04-13  Richard Guenther  <rguenther@suse.de>
23145
23146         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
23147         Only add RW dependence for dependence distance zero.
23148         Adjust maximal vectorization factor according to dependences.
23149         Move alignment handling ...
23150         (vect_find_same_alignment_drs): ... here.  New function.
23151         (vect_analyze_data_ref_dependences): Adjust.
23152         (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
23153         (vect_analyze_data_refs): Adjust minimal vectorization factor
23154         according to data references.
23155         * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
23156         dependences before determining the vectorization factor.
23157         Analyze alignment after determining the vectorization factor.
23158         * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
23159         dependences before alignment.
23160         * tree-vectorizer.h (vect_analyze_data_ref_dependences):
23161         Adjust prototype.
23162         (vect_analyze_data_refs): Likewise.
23163         (MAX_VECTORIZATION_FACTOR): New define.
23164
23165 2010-04-13  Duncan Sands  <baldrick@free.fr>
23166
23167         * except.h (lang_eh_type_covers): Remove.
23168         * except.c (lang_eh_type_covers): Likewise.
23169
23170 2010-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23171             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
23172
23173         * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
23174         * config/s390/s390.c: Replace UNTIS_PER_WORD with
23175         UNITS_PER_LONG where it is ABI relevant.
23176         (s390_return_addr_rtx): Likewise.
23177         (s390_back_chain_rtx): Likewise.
23178         (s390_frame_area): Likewise.
23179         (s390_frame_info): Likewise.
23180         (s390_initial_elimination_offset): Likewise.
23181         (save_gprs): Likewise.
23182         (s390_emit_prologue): Likewise.
23183         (s390_emit_epilogue): Likewise.
23184         (s390_function_arg_advance): Likewise.
23185         (s390_function_arg): Likewise.
23186         (s390_va_start): Likewise.
23187         (s390_gimplify_va_arg): Likewise.
23188         (s390_function_profiler): Likewise.
23189         (s390_optimize_prologue): Likewise.
23190         (s390_rtx_costs): Likewise.
23191         (s390_secondary_reload): Likewise.
23192         (s390_promote_function_mode): Likewise.
23193         (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
23194         (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
23195         registers available.
23196         (s390_unwind_word_mode): New function.
23197         (s390_function_value): Split 64 bit values into register pair if
23198         used as return value.
23199         (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
23200         function call parameters.  Handle parallels.
23201         (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
23202         (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
23203         (DWARF_CIE_DATA_ALIGNMENT): New macro.
23204         (s390_expand_setmem): Remove unused variable src_addr.
23205         * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
23206         deal with 64 bit registers.
23207         * config/s390/s390.h: Define __zarch__ predefined macro.
23208         Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
23209         (UNITS_PER_LONG): New macro.
23210         * libjava/include/s390-signal.h: Define extended ucontext
23211         structure containing the upper halfs of the 64 bit registers.
23212
23213 2010-04-13  Simon Baldwin  <simonb@google.com>
23214
23215         * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
23216
23217 2010-04-13  Eric Botcazou  <ebotcazou@adacore.com>
23218
23219         * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
23220         rvalue on the RHS if the LHS is of a non-renamable type.
23221         * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
23222
23223 2010-04-13  Matthias Klose  <doko@ubuntu.com>
23224
23225         * gcc.c (cc1_options): Handle -iplugindir before processing
23226         the cc1 spec. Only add -iplugindir once.
23227         (cpp_unique_options): Add -iplugindir option if -fplugin* options
23228         found.
23229         * common.opt (iplugindir): Remove `Separate' property, initialize.
23230         * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
23231         option.
23232         * Makefile.in (check-%, check-parallel-%): Create plugin dir.
23233         (distclean): Remove plugin dir.
23234         * doc/invoke.texi: Document -iplugindir.
23235
23236 2010-04-13  Basile Starynkevitch  <basile@starynkevitch.net>
23237
23238         * doc/plugins.texi (Loading Plugins): Document short
23239         -fplugin=foo option.
23240         (Plugin API): Mention default_plugin_dir_name function.
23241
23242         * gcc.c (find_file_spec_function): Add new declaration.
23243         (static_spec_func): Use it for "find-file".
23244         (find_file_spec_function): Add new function.
23245         (cc1_options): Add -iplugindir option if -fplugin* options found.
23246
23247         * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
23248
23249         * plugin.c (add_new_plugin): Updated comment, and handle short
23250         plugin name.
23251         (default_plugin_dir_name): Added new function.
23252
23253         * common.opt (iplugindir): New option to set the plugin directory.
23254
23255 2010-04-12  Uros Bizjak  <ubizjak@gmail.com>
23256
23257         * config/i386/i386.md (any_rotate): New code iterator.
23258         (rotate_insn): New code attribute.
23259         (rotate): Ditto.
23260         (SWIM124): New mode iterator.
23261         (<rotate_insn>ti3): New expander.
23262         (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
23263         any_rotate code iterator.
23264         (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
23265         using any_rotate code iterator and SWIM124 mode iterator.
23266         (ix86_rotlti3): New insn_and_split pattern.
23267         (ix86_rotrti3): Ditto.
23268         (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
23269         ix86_rotl{di,ti}3 patterns.
23270         (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
23271         (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
23272         and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
23273         *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
23274         code iterator and SWI mode iterator.
23275         (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
23276         Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
23277         code iterator.
23278         (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
23279         Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
23280         (bswap rotatert splitter): Add splitter.
23281         (bswap splitter): Macroize splitter using any_rotate code iterator.
23282         Add insn predicate to split only for TARGET_USE_XCHGB or when
23283         optimizing function for size.
23284
23285 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
23286
23287         * config/pa/pa.c (emit_move_sequence): Remove use of
23288         deleted variable flag_argument_noalias.
23289
23290 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23291
23292         * config.gcc: Removed *-*-solaris2.7* from list of obsolete
23293         configurations.
23294         Add to unsupported targets list.
23295         * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
23296         sparc*-sun-solaris2.[567]* from target lists.
23297         * configure: Regenerate.
23298         * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
23299         removal.
23300         Remove Solaris 7 patch references.
23301         (Specific, sparc-sun-solaris2.7): Removed.
23302         (sparc-sun-solaris2*): Update Solaris 7 example.
23303         (sparc64-*-solaris2*): Likewise.
23304
23305 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23306
23307         * config.build (alpha*-dec-osf4*): Remove.
23308         * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
23309         of obsolete configurations.
23310         (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
23311         support.
23312         * config/alpha/t-osf4: Renamed to ...
23313         * config/alpha/t-osf5: ... this.
23314         * config/alpha/osf.h: Renamed to ...
23315         * config/alpha/osf5.h: ... this.
23316         Merged old osf5.h contents.
23317         Update comments.
23318         (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
23319         (EXTRA_SPECS): Removed.
23320         * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
23321         reflect removal of Tru64 UNIX V4.0/V5.0 support.
23322         Document that.
23323
23324 2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23325
23326         * doc/contrib.texi (Contributors, Rainer Orth): Update.
23327
23328 2010-04-12  Kai Tietz  <kai.tietz@onevision.com>
23329
23330         PR/43702
23331         * config/i386/i386.c (x86_this_parameter): Handle aggregate for
23332         __thiscall convention.
23333
23334 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
23335
23336         * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
23337         orig_base.
23338         * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
23339
23340 2010-04-12  Steve Ellcey  <sje@cup.hp.com>
23341
23342         * function.c (assign_parms_initialize_all): Add unused attribute
23343         to fntype.
23344
23345 2010-04-12  Richard Guenther  <rguenther@suse.de>
23346
23347         * gsstruct.def (GSS_CALL): New.
23348         * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
23349         * gimple.h: Include tree-ssa-alias.h.
23350         (struct gimple_statement_call): New.
23351         (union gimple_statement_struct_d): Add gimple_call member.
23352         (gimple_call_reset_alias_info): Declare.
23353         (gimple_call_use_set): New function.
23354         (gimple_call_clobber_set): Likewise.
23355         * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
23356         * gimple.c (gimple_call_reset_alias_info): New function.
23357         (gimple_build_call_1): Call it.
23358         * lto-streamer-in.c (input_gimple_stmt): Likewise.
23359         * tree-inline.c (remap_gimple_stmt): Likewise.
23360         (expand_call_inline): Remove callused handling.
23361         * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
23362         * tree-dfa.c (dump_variable): Likewise.
23363         * tree-parloops.c (parallelize_loops): Likewise.
23364         * tree-ssa.c (init_tree_ssa): Likewise.
23365         (delete_tree_ssa): Likewise.
23366         * tree-flow-inline.h (is_call_used): Remove.
23367         * tree-flow.h (struct gimple_df): Remove callused member.
23368         * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
23369         * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
23370         (ref_maybe_used_by_call_p_1): Simplify.
23371         (call_may_clobber_ref_p_1): Likewise.
23372         * tree-ssa-structalias.c (compute_points_to_sets): Set
23373         the call stmt used and clobbered sets.
23374         * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
23375         (find_tail_calls): Verify the tail call.
23376
23377 2010-04-12  Richard Guenther  <rguenther@suse.de>
23378
23379         * ipa.c (cgraph_postorder): Adjust postorder to guarantee
23380         single-iteration always-inline inlining.
23381         * ipa-inline.c (cgraph_mark_inline): Do not return anything.
23382         (cgraph_decide_inlining): Do not handle always-inline specially.
23383         (try_inline): Remove always-inline cycle detection special case.
23384         Do not recurse on always-inlines.
23385         (cgraph_early_inlining): Do not iterate if not optimizing.
23386         (cgraph_gate_early_inlining): remove.
23387         (pass_early_inline): Run unconditionally.
23388         (gate_cgraph_decide_inlining): New function.
23389         (pass_ipa_inline): Use it.  Do not run the IPA inliner if
23390         not inlining or optimizing.
23391         (cgraph_decide_inlining_of_small_functions): Also consider
23392         always-inline functions.
23393         (cgraph_default_inline_p): Return true for nodes which should
23394         disregard inline limits.
23395         (estimate_function_body_sizes): Assume zero size and time for
23396         nodes which are marked as disregarding inline limits.
23397         (cgraph_decide_recursive_inlining): Do not perform recursive
23398         inlining on always-inline nodes.
23399
23400 2010-04-12  Jakub Jelinek  <jakub@redhat.com>
23401
23402         PR bootstrap/43699
23403         * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
23404         for exprs satisfying handled_component_p.
23405
23406 2010-04-12  Eric Botcazou  <ebotcazou@adacore.com>
23407
23408         * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
23409         non-constant aggregate elements.
23410
23411         * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
23412         is a real initialization.
23413
23414 2010-04-12  Shujing Zhao  <pearly.zhao@oracle.com>
23415
23416         PR c/36774
23417         * c-decl.c (start_function): Move forward check for nested function.
23418
23419 2010-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
23420
23421         * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
23422         * config/sh/sh.c: Include reload.h.
23423         (sh_legitimize_reload_address): New.
23424         * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
23425         sh_legitimize_reload_address.
23426
23427 2010-04-11  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
23428
23429         * config/sh/sh.md (*movqi_pop): New insn pattern.
23430         * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
23431
23432 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
23433
23434         * config/i386/i386.md (any_shiftrt): New code iterator.
23435         (shiftrt_insn): New code attribute.
23436         (shiftrt): Ditto.
23437         (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
23438         using any_shiftrt code iterator.
23439         (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
23440         *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
23441         (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
23442         pattern from corresponding peephole2 patterns.
23443         (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
23444         using any_shiftrt code iterator.
23445         (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
23446         (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
23447         (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
23448         (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
23449         *{ashr,lshr}<mode>3_cmp_zext.
23450         (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
23451
23452 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
23453
23454         * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
23455         scratch register.
23456         (*lshr<mode>3_cconly): Ditto.
23457
23458 2010-04-11  Uros Bizjak  <ubizjak@gmail.com>
23459
23460         * config/i386/i386.md (lshr<mode>3): Macroize expander from
23461         lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
23462         (*lshr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
23463         pattern from *lshr{di,ti}3_1 and corresponding splitters using
23464         DWI mode iterator.
23465         (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
23466         from corresponding peephole2 patterns.
23467         (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
23468         *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
23469         and *lshrdi3_1_rex64 using SWI mode iterator.
23470         (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
23471         (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
23472         (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
23473         *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
23474         and *lshrdi3_cmp_rex64 using SWI mode iterator.
23475         (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
23476         (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
23477         *lshrdi3_one_bit_cconly_rex64. Macroize insn from
23478         *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
23479         SWI mode iterator.
23480
23481 2010-04-10  Uros Bizjak  <ubizjak@gmail.com>
23482
23483         * config/i386/i386.md (ashr<mode>3): Macroize expander from
23484         ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
23485         (*ashr<mode>3_doubleword): New insn_and_split_pattern.  Macroize
23486         pattern from *ashr{di,ti}3_1 and corresponding splitters using
23487         DWI mode iterator.
23488         (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
23489         from corresponding peephole2 patterns.
23490         (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
23491         (ashrsi3_cvt): Rename from ashrsi3_31.
23492         (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
23493         (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
23494         and x86_64_shift_adj_3 using SWI48 mode iterator.
23495         (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
23496         *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
23497         and *ashrdi3_1_rex64 using SWI mode iterator.
23498         (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
23499         (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
23500         (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
23501         *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
23502         and *ashrdi3_cmp_rex64 using SWI mode iterator.
23503         (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
23504         (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
23505         *ashrdi3_one_bit_cconly_rex64. Macroize insn from
23506         *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
23507         SWI mode iterator.
23508         (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
23509         * config/i386/i386.c (ix86_split_ashr): Update for renamed
23510         x86_shift<mode>_adj_3 expanders.
23511
23512 2010-04-10  Wei Guozhi  <carrot@google.com>
23513
23514         PR target/42601
23515         * config/arm/arm.c (arm_pic_static_addr): New function.
23516         (legitimize_pic_address): Call arm_pic_static_addr when it detects
23517         a static symbol.
23518         (arm_output_addr_const_extra): Output expression for new pattern.
23519         * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
23520
23521 2010-04-10  Bernd Schmidt  <bernds@codesourcery.com>
23522
23523         * ira-costs.c (record_reg_classes): Ignore alternatives that are
23524         not enabled.
23525
23526         * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
23527         * web.c: Include "insn-config.h" and "recog.h".
23528         (union_match_dups): New function.
23529         (web_main): Call it.
23530         (union_defs): Don't try to recognize match_dups.
23531
23532         * reload1.c (eliminate_regs_in_insn): Don't restore an operand
23533         if doing so would replace the entire pattern.
23534
23535 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
23536
23537         PR target/43707
23538         PR target/43709
23539         * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
23540         and splitter pattern.  Change splitter operand 1 predicate to
23541         nonmemory_operand.
23542
23543 2010-04-09  Martin Jambor  <mjambor@suse.cz>
23544
23545         * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
23546         lattices are addresses of CONST_DECLs with the same initial value.
23547         (ipcp_print_all_lattices): Print values of CONST_DECLs.
23548         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
23549
23550 2010-04-09  Eric Botcazou  <ebotcazou@adacore.com>
23551             Bernd Schmidt  <bernds@codesourcery.com>
23552
23553         * loop-invariant.c (replace_uses): New static function.
23554         (move_invariant_reg): Use it to ensure we can replace the uses.
23555
23556 2010-04-09  Hariharan Sandanagobalane  <hariharan@picochip.com>
23557
23558         * config/picochip/picochip.c (picochip_rtx_costs): Use correct
23559         function template.
23560         (picochip_override_options): Enable section anchors only above -O1.
23561         (picochip_reorg): Fixed a couple of build warnings.
23562
23563 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23564
23565         * configure.ac (plugin -rdynamic test): Log result.
23566         * configure: Regenerate.
23567         * config/sol2.h (LINK_SPEC): Handle -rdynamic.
23568         (RDYNAMIC_SPEC): Define.
23569         * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
23570
23571 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23572
23573         * configure.ac: Determine Sun ld version numbers.
23574         (comdat_group): Restrict GNU ld version checks to gld.
23575         (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
23576         (enable_comdat): Support --enable-comdat.
23577         * configure: Regenerate.
23578         * doc/install.texi (Configuration): Document --enable-comdat.
23579
23580 2010-04-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23581
23582         * config/sparc/sol2-gld.h: Remove SPARC reference.  Rename ...
23583         * config/sol2-gld.h: ... here.
23584         * config.gcc (sparc*-*-solaris2*): Reflect this.
23585         (i[34567]86-*-solaris2*): Use it.
23586
23587 2010-04-09  Steve Ellcey  <sje@cup.hp.com>
23588
23589         * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
23590         setup_clocks_p.
23591         (final_emit_insn_group_barriers): Remove unused variable prev_insn.
23592
23593 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23594
23595         PR 42965
23596         * diagnostic.c (diagnostic_initialize): Initialize
23597         some_warnings_are_errors.
23598         (diagnostic_finish): New.
23599         (diagnostic_action_after_output): Call it before exiting.
23600         (diagnostic_report_diagnostic): Do not print message here. Set
23601         some_warnings_are_errors.
23602         * diagnostic.h (diagnostic_context): Delete
23603         issue_warnings_are_errors_message. Add some_warnings_are_errors.
23604         (diagnostic_finish): Declare.
23605         * toplev.c (toplev_main): Call it before exit.
23606
23607 2010-04-09  Jason Merrill  <jason@redhat.com>
23608
23609         PR c++/42623
23610         * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
23611         for incomplete type.
23612
23613         PR c++/41788
23614         * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
23615         based on a warning flag.
23616
23617 2010-04-09  Richard Guenther  <rguenther@suse.de>
23618
23619         * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
23620
23621 2010-04-09  Iain Sandoe  <iains@gcc.gnu.org>
23622
23623         PR bootstrap/43684
23624         * varasm.c (default_assemble_visibility): Wrap vars that are
23625         set, but unused, by targets without GAS.
23626         * config/rs6000/rs6000.c (paired_emit_vector_compare):
23627         Remove set, but unused, vars.
23628         (rs6000_legitimize_tls_address): Likewise.
23629         (altivec_expand_dst_builtin): Likewise.
23630         * config/darwin.c (machopic_classify_symbol): Likewise.
23631         (machopic_indirection_name): Likewise.
23632
23633 2010-04-09  Uros Bizjak  <ubizjak@gmail.com>
23634
23635         * config/i386/i386.md (DWI): New mode iterator.
23636         (S): New mode attribute.
23637         (shift_operand): Ditto.
23638         (shift_immediate_operand): Ditto.
23639         (ashl_input_operand): Ditto.
23640         (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
23641         using SDWIM mode iterator.
23642         (*ashl<mode>3_doubleword): New insn_and_split_pattern.  Macroize
23643         pattern from *ashl{di,ti}3_1 and corresponding splitters using
23644         DWI mode iterator.
23645         (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
23646         from corresponding peephole2 patterns.
23647         (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
23648         and x86_64_shift_adj_1 using SWI48 mode iterator.
23649         (x86_shift<mode>_adj_2): Ditto.
23650         (*ashldi3_1_rex64): Split TYPE_LEA pattern.
23651         (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
23652         using SWI48 mode iterator.
23653         (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
23654         *ashldi3_cmp_rex64 using SWI mode iterator.
23655         (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
23656         *ashldi3_cconly_rex64 using SWI mode iterator.
23657         * config/i386/i386.c (ix86_split_ashl): Update for renamed
23658         x86_shift<mode>_adj_{1,2}.
23659         (ix86_split_ashr): Ditto.
23660         (ix86_split_lshr): Ditto.
23661
23662 2010-04-09  Richard Guenther  <rguenther@suse.de>
23663
23664         * target.h (builtin_conversion): Pass in input and output types.
23665         * targhooks.c (default_builtin_vectorized_conversion): Adjust.
23666         * targhooks.h (default_builtin_vectorized_conversion): Likewise.
23667         * tree-vect-stmts.c (vectorizable_conversion): Adjust.
23668         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
23669
23670         * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
23671         Handle AVX modes.
23672         * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
23673
23674 2010-04-09  Richard Guenther  <rguenther@suse.de>
23675
23676         PR target/43152
23677         * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
23678
23679 2010-04-09  Richard Guenther  <rguenther@suse.de>
23680
23681         * tree-vectorizer.h (struct _stmt_vec_info): Document
23682         that vectype is the type of the LHS.
23683         (supportable_widening_operation, supportable_narrowing_operation):
23684         Get both input and output vector types as arguments.
23685         (vect_is_simple_use_1): Declare.
23686         (get_same_sized_vectype): Likewise.
23687         * tree-vect-loop.c (vect_determine_vectorization_factor):
23688         Set STMT_VINFO_VECTYPE to the vector type of the def.
23689         (vectorizable_reduction): Adjust.
23690         * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
23691         Adjust.  Specify the output vector type.
23692         (vect_pattern_recog_1): Adjust.
23693         * tree-vect-stmts.c (get_same_sized_vectype): New function.
23694         (vectorizable_call): Adjust.
23695         (vectorizable_conversion): Likewise.
23696         (vectorizable_operation): Likewise.
23697         (vectorizable_type_demotion): Likewise.
23698         (vectorizable_type_promotion): Likewise.
23699         (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
23700         the def.
23701         (vect_is_simple_use_1): New function.
23702         (supportable_widening_operation): Get both input and output
23703         vector types.
23704         (supportable_narrowing_operation): Likewise.
23705         * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
23706
23707 2010-04-09  Kai Tietz  <kai.tietz@onevision.com>
23708
23709         * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
23710         __thiscall and _thiscall as predefined macros.
23711         * config/i386/i386.c (ix86_handle_cconv_attribute): Add
23712         thiscall attribute handling.
23713         (ix86_comp_type_attributes): Likewise.
23714         (ix86_function_regparm): Likewise.
23715         (ix86_return_pops_args): Likewise.
23716         (init_cumulative_args): Likewise.
23717         (find_drap_reg): Likewise.
23718         (ix86_static_chain): Likewise.
23719         (x86_this_parameter): Likewise.
23720         (x86_output_mi_thunk): Likewise.
23721         (ix86_attribute_table): Add description for thiscall attribute.
23722         * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
23723         * doc/extend.texi: Add documentation for thiscall.
23724
23725 2010-04-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23726
23727         PR c++/28584
23728         * c.opt (Wint-to-pointer-cast): Available in C++.
23729         * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
23730
23731 2010-04-08  Eric Botcazou  <ebotcazou@adacore.com>
23732
23733         * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
23734         * calls.c (expand_call): Pass the function type to aggregate_value_p.
23735         * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
23736         the target function of a CALL_EXPR.  Honor TREE_ADDRESSABLE on the
23737         function type instead.  Reorder and simplify checks.
23738
23739         * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
23740
23741 2010-04-08  Jing Yu  <jingyu@google.com>
23742             Zdenek Dvorak  <ook@ucw.cz>
23743
23744         PR tree-optimization/42720
23745         * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
23746         loop unswitch conditions here from ...
23747         (tree_unswitch_single_loop): ... here.
23748
23749 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
23750
23751         * tree-if-conv.c: Fix comments and simplify logic.
23752
23753 2010-04-08  Sebastian Pop  <sebastian.pop@amd.com>
23754
23755         * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
23756         (tree_if_conversion): Same.  Update call to if_convertible_loop_p.
23757         (main_tree_if_conversion): Update call to tree_if_conversion.
23758
23759 2010-04-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
23760
23761         PR 42485
23762         * doc/invoke.texi (-b,-V): Delete.
23763         * doc/tm.texi: Do not mention -b.
23764         * gcc.c (display_help): Delete -b and -V.
23765         (process_command): Delete -b and -V.
23766         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
23767
23768 2010-04-08  Christian Borntraeger  <borntraeger@de.ibm.com>
23769             Wolfgang Gellerich  <gellerich@de.ibm.com>
23770
23771         Implement target hook for loop unrolling
23772         * target.h (loop_unroll_adjust): Add a new target hook function.
23773         * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
23774         * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
23775         * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
23776         (s390_loop_unroll_adjust): Implement the new target hook for s390.
23777         * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
23778         target hook.
23779         (decide_unroll_stupid): Likewise.
23780
23781 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23782
23783         PR target/43643
23784         * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
23785
23786 2010-04-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23787
23788         * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
23789         (Specific, *-*-solaris2*): Likewise.
23790         Don't prefer Sun as over GNU as.
23791
23792 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
23793
23794         * config/s390/s390.c (override_options): Adjust the z10 defaults
23795         for max-unroll-times, max-completely-peeled-insns
23796         and max-completely-peel-times.
23797
23798 2010-04-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23799
23800         * config/s390/s390.c (s390_expand_movmem): Issue prefetch
23801         instructions for z10.
23802         (s390_expand_setmem): Likewise.
23803         (s390_expand_cmpmem): Likewise.
23804
23805 2010-04-08  Richard Guenther  <rguenther@suse.de>
23806
23807         PR tree-optimization/43679
23808         * tree-ssa-pre.c (eliminate): Only propagate copies.
23809
23810 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
23811
23812         PR bootstrap/43681
23813         * expr.c (block_move_libcall_safe_for_call_parm): Avoid
23814         set but not used variable warning.
23815
23816 2010-04-08  Wei Guozhi  <carrot@google.com>
23817
23818         PR target/41653
23819         * config/arm/arm.c (thumb1_size_rtx_costs): New function.
23820         (arm_size_rtx_costs): Call the new function when optimized for size.
23821
23822 2010-04-08  Jakub Jelinek  <jakub@redhat.com>
23823
23824         PR debug/43670
23825         * cfgexpand.c (expand_debug_expr): If for non-NULL offset
23826         op0 is not a MEM, just return NULL instead of assertion
23827         failure.
23828         (discover_nonconstant_array_refs): Don't walk debug stmts.
23829
23830 2010-04-08  Doug Kwan  <dougkwan@google.com>
23831
23832         * configure.ac: Recognize gold and do not use its version number
23833         to test ld features.
23834         * configure: Regenerate.
23835
23836 2010-04-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
23837
23838         PR middle-end/40815
23839         * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
23840         (negate_value): Move code to push elements to broken_up_substracts ...
23841         (eliminate_plus_minus_pair): ... here.  Push operands that have no
23842         negative pair to plus_negates.
23843         (repropagate_negates, init_reassoc, fini_reassoc): Update.
23844
23845 2010-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23846
23847         * doc/install.texi (Configuration): Move description of
23848         --enable-lto, --with-libelf*, --enable-gold from Java section to
23849         general section.
23850
23851         * doc/generic.texi (Working with declarations)
23852         (Function Properties, C and C++ Trees): Fix typos.
23853         * doc/sourcebuild.texi (Top Level): Likewise.
23854
23855 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23856
23857         PR c/18624
23858         * tree.h (DECL_READ_P): Define.
23859         (struct tree_decl_common): Add decl_read_flag.
23860         * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
23861         a set but not used warning.
23862         (merge_decls): Merge DECL_READ_P flag.
23863         (finish_decl, build_compound_literal): Set DECL_READ_P flag.
23864         (finish_function): Issue -Wunused-but-set-parameter diagnostics.
23865         * c-common.c (handle_used_attribute, handle_unused_attribute):
23866         Likewise.
23867         * c-tree.h (default_function_array_read_conversion, mark_exp_read):
23868         New prototypes.
23869         * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
23870         New functions.
23871         (default_conversion, c_process_expr_stmt): Call mark_exp_read.
23872         * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
23873         c_parser_binary_expression, c_parser_cast_expression,
23874         c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
23875         Call default_function_array_read_conversion instead of
23876         default_function_array_conversion where needed.
23877         (c_parser_unary_expression, c_parser_conditional_expression,
23878         c_parser_postfix_expression_after_primary, c_parser_initelt):
23879         Likewise.  Call mark_exp_read where needed.
23880         (c_parser_statement_after_labels, c_parser_asm_operands,
23881         c_parser_typeof_specifier, c_parser_sizeof_expression,
23882         c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
23883         where needed.
23884         * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
23885         New.
23886         * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
23887         (warn_unused_but_set_parameter): Default to warn_unused
23888         && extra_warnings.
23889         * doc/invoke.texi: Document -Wunused-but-set-variable and
23890         -Wunused-but-set-parameter.
23891
23892         * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
23893         used count variable.
23894         * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
23895         when operandN variables aren't used in the body of the expander
23896         or splitter.
23897         * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
23898         FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
23899         * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
23900         * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
23901         FOR_EACH_IMM_USE_ON_STMT): Likewise.
23902         * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
23903         * tree.c (PROCESS_ARG): Likewise.
23904
23905 2010-04-07  Simon Baldwin  <simonb@google.com>
23906
23907         * diagnostic.h (diagnostic_override_option_index): New macro to
23908         set a diagnostic's option_index.
23909         * c-tree.h (c_cpp_error): Add warning reason argument.
23910         * opts.c (_warning_as_error_callback): New.
23911         (register_warning_as_error_callback): Store callback for
23912         warnings enabled via enable_warning_as_error.
23913         (enable_warning_as_error): Call callback, minor code tidy.
23914         * opts.h (register_warning_as_error_callback): Declare.
23915         * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
23916         response to -Werror=.
23917         (c_common_init_options): Register warning_as_error_callback in opts.c.
23918         * common.opt: Add -Wno-cpp option.
23919         * c-common.c (struct reason_option_codes_t): Map cpp warning
23920         reason codes to gcc option indexes.
23921         * (c_option_controlling_cpp_error): New function, lookup the gcc
23922         option index for a cpp warning reason code.
23923         * (c_cpp_error): Add warning reason argument, call
23924         c_option_controlling_cpp_error for diagnostic_override_option_index.
23925         * doc/invoke.texi: Document -Wno-cpp.
23926
23927 2010-04-07  Richard Guenther  <rguenther@suse.de>
23928
23929         * ipa-reference.c (mark_load): Use get_base_address.
23930         (mark_store): Likewise.
23931
23932         * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
23933         inserting GIMPLE_NOPs into the IL.
23934         * tree-ssa-structalias.c (get_constraint_for_component_ref):
23935         Explicitly strip handled components and indirect references.
23936
23937         * fold-const.c (fold_unary_loc): Do not strip qualifiers when
23938         folding address expressions.
23939         * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
23940         * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
23941         operand_equal_p to compare decls.
23942         (ptr_deref_may_alias_decl_p): Likewise.
23943         * tree-ssa-operands.c (get_asm_expr_operands): Simplify
23944         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
23945         Handle reversed comparison ops.
23946         * tree-sra.c (asm_visit_addr): Use get_base_address.
23947         * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
23948         * ipa-reference.c (mark_address): Use get_base_address.
23949
23950 2010-04-07  Richard Guenther  <rguenther@suse.de>
23951
23952         * tree-ssa-forwprop.c (forward_propagate_addr_expr):
23953         Propagate constants everywhere.
23954
23955 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
23956
23957         PR debug/43516
23958         * tree.c (MAX_INT_CACHED_PREC): Define.
23959         (nonstandard_integer_type_cache): New array.
23960         (build_nonstandard_integer_type): Cache results for precision
23961         <= MAX_INT_CACHED_PREC.
23962
23963 2010-04-07  Richard Guenther  <rguenther@suse.de>
23964
23965         * doc/invoke.texi (-fargument-alias, -fargument-noalias,
23966         -fargument-noalias-global, -fargument-noalias-anything): Remove.
23967         * common.opt: Likewise.
23968         * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
23969         * alias.c (base_alias_check): Remove flag_argument_noalias handling.
23970         (nonoverlapping_memrefs_p): Likewise.
23971         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
23972         * opts.c (common_handle_option): Handle OPT_fargument_alias,
23973         OPT_fargument_noalias, OPT_fargument_noalias_anything and
23974         OPT_fargument_noalias_global for backward compatibility.
23975
23976 2010-04-07  Richard Guenther  <rguenther@suse.de>
23977
23978         PR tree-optimization/43270
23979         * tree-vrp.c (check_array_ref): Fix flexible array member detection.
23980         * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
23981         * tree-ssa-pre.c (phi_translate_1): Adjust.
23982         (fully_constant_expression): Split out vn_reference handling to ...
23983         * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
23984         Fold reads from constant strings.
23985         (vn_reference_lookup): Handle fully constant references.
23986         (vn_reference_lookup_pieces): Likewise.
23987         * Makefile.in (expmed.o-warn): Add -Wno-error.
23988
23989 2010-04-07  Martin Jambor  <mjambor@suse.cz>
23990
23991         * tree-sra.c (find_param_candidates): Allow scalar va_list types.
23992
23993 2010-04-07  Iain Sandoe  <iains@gcc.gnu.org>
23994
23995         PR driver/41594
23996         * gcc.c: Add -static-libstdc++ to list of recognized options.
23997
23998 2010-04-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23999
24000         * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
24001
24002 2010-04-07  Richard Guenther  <rguenther@suse.de>
24003
24004         PR middle-end/42617
24005         * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
24006         bases build simple mem attributes to retain points-to information.
24007
24008 2010-04-07  Richard Guenther  <rguenther@suse.de>
24009
24010         PR middle-end/42617
24011         * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
24012         preserve points-to related information.
24013
24014 2010-04-07  Richard Guenther  <rguenther@suse.de>
24015
24016         PR middle-end/42617
24017         * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
24018         discard plain indirect references.
24019         * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
24020         * tree.c (tree_nop_conversion): Likewise.
24021
24022 2010-04-07  Dodji Seketeli  <dodji@redhat.com>
24023
24024         PR debug/43628
24025         * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
24026
24027 2010-04-06  Kai Tietz  <kai.tietz@onevision.com>
24028
24029         * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
24030         calling convention attributes on METHOD_TYPEs for w64 ABI, too.
24031
24032 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
24033
24034         * tree-if-conv.c: Fix indentation and comments.
24035
24036 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
24037
24038         * tree-if-conv.c: Sort static functions in topological order.
24039
24040 2010-04-07  Sebastian Pop  <sebastian.pop@amd.com>
24041
24042         * tree-if-conv.c: Fix indentation and comments.
24043
24044 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24045
24046         PR middle-end/43519
24047         * graphite-clast-to-gimple.c (max_signed_precision_type): Use
24048         lang_hooks.types.type_for_size instead of
24049         build_nonstandard_integer_type.
24050         When converting an unsigned type to signed, double its precision.
24051         (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
24052         (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
24053         (graphite_create_new_loop_guard): When ub + 1 wraps around,
24054         use lb <= ub.
24055
24056 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24057
24058         PR middle-end/43519
24059         * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
24060         POINTER_PLUS_EXPR for pointer types.
24061
24062 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24063
24064         PR middle-end/43519
24065         * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
24066         * graphite-clast-to-gimple.c: Include langhooks.h.
24067         (max_signed_precision_type): New.
24068         (max_precision_type): Takes two types as arguments.
24069         (precision_for_value): New.
24070         (precision_for_interval): New.
24071         (gcc_type_for_interval): New.
24072         (gcc_type_for_value): New.
24073         (gcc_type_for_clast_term): New.
24074         (gcc_type_for_clast_red): New.
24075         (gcc_type_for_clast_bin): New.
24076         (gcc_type_for_clast_expr): Split up into several functions.
24077         (gcc_type_for_clast_eq): Rewritten.
24078         (compute_bounds_for_level): New.
24079         (compute_type_for_level_1): New.
24080         (compute_type_for_level): New.
24081         (gcc_type_for_cloog_iv): Removed.
24082         (gcc_type_for_iv_of_clast_loop): Rewritten.
24083         (graphite_create_new_loop): Compute the lower and upper bound types
24084         with gcc_type_for_clast_expr.
24085         (graphite_create_new_loop_guard): Same.
24086         (find_cloog_iv_in_expr): Removed.
24087         (compute_cloog_iv_types_1): Removed.
24088         (compute_cloog_iv_types): Removed.
24089         (gloog): Do not call compute_cloog_iv_types.
24090         * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
24091         GBB_CLOOG_IV_TYPES.
24092         (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
24093         * sese.h (struct gimple_bb): Removed field cloog_iv_types.
24094         (GBB_CLOOG_IV_TYPES): Removed.
24095
24096 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24097
24098         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
24099         gimple_phi_num_args of the loop close SSA phi node is equal to 1.
24100         (detect_commutative_reduction): Same.
24101
24102 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24103
24104         * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
24105         call to verify_ssa.  Invoke verify_loop_closed_ssa with an extra
24106         argument.
24107         * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
24108         * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
24109         (rewrite_commutative_reductions_out_of_ssa): Same.
24110         * passes.c (execute_function_todo): Call verify_ssa for every pass
24111         in the LNO.  Invoke verify_loop_closed_ssa with an extra argument.
24112         * tree-flow.h (verify_loop_closed_ssa): Update declaration.
24113         * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
24114         with an extra argument.
24115         * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same.  Call
24116         verify_ssa only when the extra argument is true.
24117         (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
24118         with an extra argument.
24119         (tree_transform_and_unroll_loop): Same.
24120
24121 2010-04-06  Sebastian Pop  <sebastian.pop@amd.com>
24122
24123         * passes.c (execute_function_todo): Call verify_loop_closed_ssa
24124         for all the passes of the LNO having LOOP_CLOSED_SSA.
24125         * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
24126         * tree-loop-distribution.c (pass_loop_distribution): Same.
24127         * tree-pass.h (TODO_verify_loops): Removed.
24128         * tree-ssa-loop.c (pass_tree_loop_init): Same.
24129         (pass_lim): Same.
24130         (pass_tree_unswitch): Same.
24131         (pass_predcom): Same.
24132         (pass_vectorize): Same.
24133         (pass_linear_transform): Same.
24134         (pass_graphite_transforms): Same.
24135         (pass_iv_canon): Same.
24136         (pass_complete_unroll): Same.
24137         (pass_complete_unrolli): Same.
24138         (pass_parallelize_loops): Same.
24139         (pass_loop_prefetch): Same.
24140         (pass_iv_optimize): Same.
24141
24142 2010-04-06  Changpeng Fang  <changpeng.fang@amd.com>
24143
24144         PR middle-end/32824
24145         * passes.c (init_optimization_passes): Move pass_lim before
24146         pass_copy_prop and pass_dce_loop.
24147
24148 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
24149
24150         PR target/43667
24151         * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
24152         instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
24153         (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
24154         MULTI_* defines for 4 argument vpermil2p* builtins.
24155
24156 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
24157
24158         * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
24159         * config/i386/i386.c (x86_maybe_negate_const_int): New.
24160         (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
24161         * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
24162         *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
24163         *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
24164         *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
24165         Use x86_maybe_negate_const_int to output insn mnemonic.
24166         (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto.  Remove overflow
24167         check from instruction predicate.  Update comments.
24168         * config/i386/sync.md (sync_add<mode>): Use
24169         x86_maybe_negate_const_int to output insn mnemonic.
24170
24171 2010-04-06  Jan Hubicka  <jh@suse.cz>
24172
24173         PR tree-optimization/42906
24174         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
24175         IGNORE_SELF argument.  Set visited_control_parents for fully
24176         processed BBs.
24177         (find_obviously_necessary_stmts): Update call of
24178         mark_control_dependent_edges_necessary.
24179         (propagate_necessity): Likewise.  Handle PHI edges more curefully.
24180
24181 2010-04-06  Uros Bizjak  <ubizjak@gmail.com>
24182
24183         * config/i386/i386.md: Remove comment about 'e' and 'E'
24184         operand modifier.
24185
24186 2010-04-06  Richard Guenther  <rguenther@suse.de>
24187
24188         PR tree-optimization/43627
24189         * tree-vrp.c (extract_range_from_unary_expr): Widenings
24190         of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
24191         not varying.
24192
24193 2010-04-06  Jakub Jelinek  <jakub@redhat.com>
24194
24195         * BASE-VER: Change to 4.6.0.
24196
24197         PR target/43638
24198         * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
24199         handling.
24200
24201 2010-04-06  Richard Guenther  <rguenther@suse.de>
24202
24203         PR middle-end/43661
24204         * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
24205
24206 2010-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24207
24208         * doc/invoke.texi (Optimize Options): Document that LTO
24209         won't remove object access purely due to incompatible
24210         declarations.
24211
24212 2010-04-04  Matthias Klose  <doko@ubuntu.com>
24213
24214         * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
24215         Initialize variable.
24216
24217 2010-04-03  Richard Guenther  <rguenther@suse.de>
24218
24219         PR middle-end/42509
24220         * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
24221         require a non-NULL MEM_OFFSET.
24222
24223 2010-04-02  Steven Bosscher  <steven@gcc.gnu.org>
24224
24225         * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
24226         basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
24227         collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
24228         config/alpha/predicates.md, config/arm/arm.md,
24229         config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
24230         config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
24231         config/darwin9.h, config/darwin.c, config/darwin.h,
24232         config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
24233         config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
24234         config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
24235         config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
24236         config/mips/mips.md, config/mn10300/mn10300.c,
24237         config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
24238         config/rs6000/aix.h, config/rs6000/dfp.md,
24239         config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
24240         config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
24241         config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
24242         config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
24243         config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
24244         config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
24245         c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
24246         diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
24247         doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
24248         doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
24249         fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
24250         gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
24251         graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
24252         graphite-dependences.c, graphite-poly.c, graphite-poly.h,
24253         graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
24254         graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
24255         intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
24256         ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
24257         ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
24258         loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
24259         objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
24260         opt-functions.awk, opth-gen.awk, params.def, passes.c,
24261         postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
24262         rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
24263         store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
24264         tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
24265         tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
24266         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
24267         tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
24268         tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
24269         tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
24270         tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
24271         tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
24272         tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
24273         tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
24274         unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
24275
24276 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24277
24278         PR other/43620
24279         * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
24280         * aclocal.m4: Regenerate.
24281
24282 2010-04-02  Richard Guenther  <rguenther@suse.de>
24283
24284         PR tree-optimization/43629
24285         * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
24286         if we have seen a constant value.
24287
24288 2010-04-02  Joseph Myers  <joseph@codesourcery.com>
24289
24290         * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
24291
24292 2010-04-02  Richard Earnshaw  <rearnsha@arm.com>
24293
24294         PR target/43469
24295         * arm.c (legitimize_tls_address): Adjust call to
24296         gen_tls_load_dot_plus_four.
24297         (arm_note_pic_base): New function.
24298         (arm_cannot_copy_insn_p): Use it.
24299         * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
24300         constraint.
24301
24302 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24303
24304         PR bootstrap/43531
24305
24306         Revert:
24307         2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24308
24309         * Makefile.in ($(out_object_file)): Depend on
24310         gt-$(basename $(notdir $(out_file))).h.
24311
24312 2010-04-01  Ralf Corsépius  <ralf.corsepius@rtems.org>
24313
24314         * config.gcc (lm32-*-rtems*): Add t-lm32.
24315
24316 2010-04-01  Joel Sherrill  <joel.sherrill@oarcorp.com>
24317
24318         * config.gcc: Add lm32-*-rtems*.
24319         * config/lm32/rtems.h: New file.
24320
24321 2010-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
24322
24323         PR target/42609
24324         * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
24325
24326 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
24327
24328         * dwarf2out.c (output_compilation_unit_header): For
24329         -gdwarf-4 use version 4 instead of version 3.
24330         (output_line_info): For version 4 and above emit additional
24331         maximum ops per insn header field.
24332         (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
24333
24334         * dwarf2out.c (is_c_family, is_java): Remove.
24335         (lower_bound_default): New function.
24336         (add_bound_info, gen_descr_array_type_die): Use it.
24337
24338 2010-04-01  Dodji Seketeli  <dodji@redhat.com>
24339
24340         PR debug/43325
24341         * dwarf2out.c (gen_variable_die): Allow debug info for variable
24342         re-declaration when it happens in a function.
24343
24344 2010-04-01  Aldy Hernandez  <aldyh@redhat.com>
24345
24346         * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
24347         (cgraph_remove_function_insertion_hook): Same.
24348         (cgraph_call_function_insertion_hooks): Same.
24349
24350 2010-04-01  Richard Guenther  <rguenther@suse.de>
24351
24352         PR middle-end/43614
24353         * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
24354         and TREE_THIS_VOLATILE.
24355         (copy_ref_info): Likewise.
24356         * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
24357         * tree.c (build6_stat): Ignore side-effects of all but arg5
24358         for TARGET_MEM_REF.  Set TREE_THIS_VOLATILE from arg5 of
24359         TARGET_MEM_REF.
24360
24361 2010-04-01  Richard Guenther  <rguenther@suse.de>
24362
24363         PR tree-optimization/43607
24364         * ipa-type-escape.c (check_call): Do not access non-existing
24365         arguments.
24366
24367 2010-04-01  Richard Guenther  <rguenther@suse.de>
24368
24369         PR middle-end/43602
24370         Revert
24371         2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
24372                     Jack Howarth  <howarth@bromo.med.uc.edu>
24373
24374         * tree-profile.c (tree_init_ic_make_global_vars): Make static
24375         variables TLS.
24376
24377 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24378
24379         * doc/install.texi (Prerequisites): Document libelf usability on
24380         IRIX 5/6 and Solaris 2.
24381         (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
24382         Update GNU as, GNU ld requirements.
24383         (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
24384         Document Sun Studio compiler download.
24385         Update and simplify as, ld recommendations.
24386         (Specific, *-*-solaris2.7): Note obsoletion, removal.
24387
24388 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24389
24390         * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
24391         with_tune_32 to pentium4.
24392
24393 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
24394
24395         * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
24396
24397 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24398
24399         * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
24400         obsoletion, removal.
24401         Update IDO URL.
24402         Document GNU as requirement.
24403         Update configure requirements.
24404         (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
24405         Recomment IRIX 6.5.18+.
24406         Document IDF/IDL requirement.
24407         Document GNU as requirement.
24408         Document GNU ld bootstrap failure.
24409         Remove freeware.sgi.com reference.
24410
24411 2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24412
24413         * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
24414         UNIX V4.0, V5.0 obsoletion, removal.
24415         Remove --with-gc=simple reference.
24416         Update VM requirements during bootstrap.
24417         Remove -oldas bootstrap description.
24418         Update binutils reference.
24419         Remove comparison failure note.
24420
24421 2010-03-31  Richard Guenther  <rguenther@suse.de>
24422             Zdenek Dvorak  <ook@ucw.cz>
24423             Sebastian Pop  <sebastian.pop@amd.com>
24424
24425         PR middle-end/43464
24426         * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
24427         with multiple arguments.
24428         (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
24429
24430 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
24431
24432         * graphite-dependences.c (print_pddr): Call print_pdr with an
24433         extra argument.
24434         * graphite-poly.c (debug_pdr): Add an extra argument for the
24435         verbosity level.
24436         (print_pdr): Same.
24437         (print_pbb_domain): Same.
24438         (print_pbb): Same.
24439         (print_scop_context): Same.
24440         (print_scop): Same.
24441         (print_cloog): Same.
24442         (debug_pbb_domain): Same.
24443         (debug_pbb): Same.
24444         (print_pdrs): Same.
24445         (debug_pdrs): Same.
24446         (debug_scop_context): Same.
24447         (debug_scop): Same.
24448         (debug_cloog): Same.
24449         (print_scop_params): Same.
24450         (debug_scop_params): Same.
24451         (print_iteration_domain): Same.
24452         (print_iteration_domains): Same.
24453         (debug_iteration_domain): Same.
24454         (debug_iteration_domains): Same.
24455         (print_scattering_function): Same.
24456         (print_scattering_functions): Same.
24457         (debug_scattering_function): Same.
24458         (debug_scattering_functions): Same.
24459         * graphite-poly.h (debug_pdr): Update declaration.
24460         (print_pdr): Same.
24461         (print_pbb_domain): Same.
24462         (print_pbb): Same.
24463         (print_scop_context): Same.
24464         (print_scop): Same.
24465         (print_cloog): Same.
24466         (debug_pbb_domain): Same.
24467         (debug_pbb): Same.
24468         (print_pdrs): Same.
24469         (debug_pdrs): Same.
24470         (debug_scop_context): Same.
24471         (debug_scop): Same.
24472         (debug_cloog): Same.
24473         (print_scop_params): Same.
24474         (debug_scop_params): Same.
24475         (print_iteration_domain): Same.
24476         (print_iteration_domains): Same.
24477         (debug_iteration_domain): Same.
24478         (debug_iteration_domains): Same.
24479         (print_scattering_function): Same.
24480         (print_scattering_functions): Same.
24481         (debug_scattering_function): Same.
24482         (debug_scattering_functions): Same.
24483
24484 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
24485
24486         * graphite-poly.c (print_scattering_function_1): New.
24487         (print_scattering_function): Call it.
24488         (print_scop_params): Remove spaces at the end of lines.
24489         (print_cloog): New.
24490         (debug_cloog): New.
24491         * graphite-poly.h (print_cloog): Declared.
24492         (debug_cloog): Declared.
24493
24494 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
24495
24496         * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
24497         in loop->header.
24498         * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
24499         * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
24500         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
24501         to switch between adding the IV bump in loop->latch or in loop->header.
24502
24503 2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
24504
24505         * graphite-poly.c (print_scattering_function): Pretty print following
24506         the scoplib format.
24507         (print_pdr): Same.
24508         (print_pbb_domain): Same.
24509         (dump_gbb_cases): Same.
24510         (dump_gbb_conditions): Same.
24511         (print_pdrs): Same.
24512         (print_pbb): Same.
24513         (print_scop_params): Same.
24514         (print_scop_context): Same.
24515         (print_scop): Same.
24516         (print_pbb_body): New.
24517         (lst_indent_to): New.
24518         (print_lst): Start new lines with a #.
24519         * graphite-poly.h (pbb_bb): New.
24520         (pbb_index): Use pbb_bb.
24521         * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
24522         disjuncts.
24523         * tree-data-ref.c (dump_data_reference): Start new lines with a #.
24524
24525 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
24526
24527         * dwarf2out.c (size_of_die): For -gdwarf-4 use
24528         uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
24529         and 0 instead of 1 for dw_val_class_flag.
24530         (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
24531         dw_val_class_range_list, dw_val_class_loc_list,
24532         dw_val_class_lineptr and dw_val_class_macptr, use
24533         DW_FORM_flag_present for dw_val_class_flag and
24534         DW_FORM_exprloc for dw_val_class_loc.
24535         (output_die): For -gdwarf-4 print dw_val_class_loc
24536         size as uleb128 instead of 1 or 2 bytes and don't print
24537         anything for dw_val_class_flag.
24538
24539         * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
24540         instead of cselib_lookup following by tweaking locs->setting_insn.
24541
24542         PR bootstrap/43596
24543         * cselib.c (cselib_process_insn): Clear cselib_current_insn
24544         even before returning from label, setjmp call or volatile asm
24545         handling.
24546
24547 2010-03-31  Richard Guenther  <rguenther@suse.de>
24548
24549         PR middle-end/43600
24550         * cgraphunit.c (cgraph_output_in_order): Do not allocate
24551         temporary data on stack.
24552
24553 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24554
24555         * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
24556         (PUSHSECTION_ASM_OP): Remove.
24557         (POPSECTION_ASM_OP): Remove.
24558         (PUSHSECTION_FORMAT): Remove.
24559         * config/sol2.h (PUSHSECTION_FORMAT): Define.
24560         * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
24561         * config/sol2.c (solaris_output_init_fini): Use it.
24562
24563 2010-03-31  Jie Zhang  <jie@codesourcery.com>
24564
24565         PR 43574
24566         * opt-functions.awk (var_type_struct): Use signed char type
24567         for simple variables.
24568
24569 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24570
24571         * config/sol2.c: Include output.h.
24572         (solaris_assemble_visibility): New function.
24573         * config/t-sol2 (sol2.o): Add output.h dependency.
24574         * config/sol2-protos.h (solaris_assemble_visibility): Declare.
24575         * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
24576         Redefine.
24577
24578 2010-03-31  Jakub Jelinek  <jakub@redhat.com>
24579
24580         PR target/43580
24581         * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
24582         V2SImode or XFmode on PRE_DEC.
24583
24584         PR debug/43557
24585         * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
24586         BLKmode.
24587
24588 2010-03-31  Jie Zhang  <jie@codesourcery.com>
24589
24590         PR 43562
24591         * reload.h (caller_save_initialized_p): Declare.
24592         * toplev.c (backend_init_target): Don't call
24593         init_caller_save but set caller_save_initialized_p to false.
24594         * caller-save.c (caller_save_initialized_p): Define.
24595         (init_caller_save): Check caller_save_initialized_p.
24596         * ira.c (ira): Call init_caller_save if flag_caller_saves.
24597
24598 2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24599
24600         PR target/39048
24601         * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
24602         and soft-fp/t-softfp to tmake_file.
24603         * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
24604         (LIBGCC2_TF_CEXT): Define.
24605         (TF_SIZE): Define.
24606
24607 2010-03-30  Alexandre Oliva  <aoliva@redhat.com>
24608
24609         PR debug/42977
24610         * cselib.c (n_useless_values): Document handling of debug locs.
24611         (n_useless_debug_values, n_debug_values): New variables.
24612         (new_elt_loc_list): Don't add to debug values, keep count.
24613         (promote_debug_loc): New.
24614         (cselib_reset_table): Zero new variables.
24615         (entry_and_rtx_equal_p): Promote debug locs.
24616         (discard_useless_locs): Increment n_useless_debug_values for
24617         debug values.
24618         (remove_useless_values): Adjust n_useless_values and n_debug_values
24619         with n_useless_debug_values.
24620         (add_mem_for_addr): Promote debug locs.
24621         (cselib_lookup_mem): Likewise.
24622         (cselib_lookup_addr): Renamed to...
24623         (cselib_lookup_addr_1): ... this.  Promote debug locs.  Don't call...
24624         (cselib_log_lookup): ... this.  Turn into...
24625         (cselib_lookup_addr): ... new wrapper.
24626         (cselib_lookup_from_insn): New.
24627         (cselib_invalidate_regno): Increment n_useless_debug_values for
24628         debug values.
24629         (cselib_invalidate_mem): Likewise.
24630         (cselib_process_insn): Take n_deleted and n_debug_values into
24631         account to guard remove_useless_value call.
24632         (cselib_finish): Zero n_useless_debug_values.
24633         * cselib.h (cselib_lookup_from_insn): Declare.
24634         * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
24635         (sched_analyze_2): Likewise.
24636
24637 2010-03-30  Jakub Jelinek  <jakub@redhat.com>
24638
24639         * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
24640         functions.
24641         (adjust_mems): Replace narrowing SUBREG of expression containing
24642         just PLUS, MINUS, MULT and ASHIFT of registers and constants
24643         with operations in the narrower mode.
24644
24645         PR debug/43593
24646         * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
24647         regs_invalidated_by_call instead all call_used_reg_set registers.
24648
24649 2010-03-30  Sebastian Pop  <sebastian.pop@amd.com>
24650
24651         PR middle-end/43430
24652         * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
24653         pointer comparisons with types_compatible_p.
24654         * tree-vect-stmts.c (vectorizable_call): Same.
24655         (vectorizable_condition): Same.
24656
24657 2010-03-30  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24658
24659         * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
24660         stack check if the mask would be zero.
24661
24662 2010-03-30  Seongbae Park  <seongbae.park@gmail.com>
24663             Jack Howarth  <howarth@bromo.med.uc.edu>
24664
24665         * tree-profile.c (tree_init_ic_make_global_vars): Make static
24666         variables TLS.
24667
24668 2010-03-30  Joseph Myers  <joseph@codesourcery.com>
24669
24670         PR other/25232
24671         * libgcc-std.ver (GCC_4.5.0): Define version.  Include __unordxf2
24672         and __unordtf2.
24673         * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
24674         Include ___unordxf2 and ___unordtf2.
24675         * config/i386/libgcc-glibc.ver: Do not define inheritance from
24676         GCC_4.4.0 here.
24677
24678 2010-03-30  Tarik Graba  <tarik.graba@telecom-paristech.fr>
24679
24680         * config/lm32/t-lm32: New file.
24681         * config.gcc: Use the above file when targetting lm32.
24682
24683 2010-03-28  Duncan Sands  <baldrick@free.fr>
24684
24685         * Makefile.in (PLUGIN_HEADERS): Add except.h.
24686
24687 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
24688
24689         PR middle-end/43431
24690         * tree-vect-loop.c (vect_estimate_min_profitable_iters):
24691         Improve vectorization cost model diagnostic.
24692
24693 2010-03-29  Sebastian Pop  <sebastian.pop@amd.com>
24694
24695         PR middle-end/43436
24696         * tree-vect-data-refs.c (vect_analyze_data_refs): When
24697         compute_data_dependences_for_loop returns false, early exit
24698         and output an extra diagnostic for the failed data reference
24699         analysis.
24700
24701 2010-03-29  Richard Guenther  <rguenther@suse.de>
24702
24703         PR tree-optimization/43560
24704         * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
24705         (can_sm_ref_p): Treat stores to readonly locations as trapping.
24706
24707 2010-03-29  Jie Zhang  <jie@codesourcery.com>
24708
24709         PR 43564
24710         * toplev.c (process_options): Set optimization_default_node
24711         and optimization_current_node.
24712         * opts.c (decode_options): Don't set optimization_default_node
24713         and optimization_current_node.
24714
24715 2010-03-29  Ralf Corsépius  <ralf.corsepius@rtems.org>
24716
24717         * config/rtems.h: Abandon -qrtems_debug.
24718
24719 2010-03-28  Jan Hubicka  <jh@suse.cz>
24720
24721         PR tree-optimization/43505
24722         * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
24723         map should not be copied.
24724
24725 2010-03-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
24726
24727         PR middle-end/41674
24728         * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
24729         cdtors, set DECL_PRESERVE_P.
24730         * ipa.c (cgraph_externally_visible_p): Return true if declaration
24731         should be preseved.
24732
24733 2010-03-27  Uros Bizjak  <ubizjak@gmail.com>
24734
24735         PR tree-optimization/43528
24736         * stor-layout.c (place_field): Check that constant fits into
24737         unsigned HWI when skipping calculation of MS bitfield layout.
24738
24739 2010-03-27  Jan Hubicka  <jh@suse.cz>
24740
24741         PR middle-end/43391
24742         * varasm.c (make_decl_rtl): Deal with COMMON flag to make
24743         notice_global_symbol work.
24744
24745 2010-03-27  Jakub Jelinek  <jakub@redhat.com>
24746
24747         * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
24748         instead of dwarf2out_decl.
24749         (struct var_loc_node): Remove section_label field.
24750         (dwarf2out_function_decl): New function.
24751         (dwarf2out_var_location): Don't set section_label field.
24752         (dwarf2out_begin_function): Don't empty decl_loc_table here.
24753
24754 2010-03-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
24755
24756         PR tree-optimization/43544
24757         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
24758         First argument for builtin vectorized function hook is now a
24759         tree to be able to distinguish between machine specific and
24760         standard builtins.
24761         * targhooks.c (default_builtin_vectorized_function): Ditto.
24762         * targhooks.h (default_builtin_vectorized_function): Ditto.
24763         * target.h (struct gcc_target): Ditto.
24764         * tree-vect-stmts.c (vectorizable_function): Ditto.
24765         * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
24766         * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
24767         Ditto.
24768
24769 2010-03-26  Joseph Myers  <joseph@codesourcery.com>
24770
24771         PR c/43381
24772         * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
24773         nested binding iff it is a FUNCTION_DECL.
24774         (store_parm_decls_newstyle): Pass nested=true to bind for
24775         FUNCTION_DECLs amongst parameters.
24776
24777 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
24778
24779         * var-tracking.c (vt_expand_loc_callback): Don't run
24780         cselib_expand_value_rtx_cb in dummy mode if
24781         cselib_dummy_expand_value_rtx_cb returned false.
24782
24783         * var-tracking.c (emit_note_insn_var_location): For one part
24784         notes with offset 0, don't add EXPR_LIST around the location.
24785         * dwarf2out.c (loc_descriptor, dw_loc_list_1,
24786         add_location_or_const_value_attribute): Adjust for that change.
24787
24788         PR debug/43540
24789         * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
24790         into first operand and location into second.
24791         (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
24792         dw_cfi_oprnd_loc for DW_CFA_expression.
24793         (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
24794         (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
24795         assume first argument is regnum and second argument is location.
24796
24797 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
24798
24799         PR target/42113
24800         * config/alpha/alpha.md (*cmp_sadd_si): Change mode
24801         of scratch register to DImode.  Split to DImode comparison operator.
24802         Use SImode subreg of scratch register in the multiplication.
24803         (*cmp_sadd_sidi): Ditto.
24804         (*cmp_ssub_si): Ditto.
24805         (*cmp_ssub_sidi): Ditto.
24806
24807 2010-03-26  Uros Bizjak  <ubizjak@gmail.com>
24808
24809         PR target/43524
24810         * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
24811         Remove invalid assert and wrong comment.
24812
24813 2010-03-26  Jakub Jelinek  <jakub@redhat.com>
24814
24815         PR debug/43516
24816         * flags.h (final_insns_dump_p): New extern.
24817         * final.c (final_insns_dump_p): New variable.
24818         (rest_of_clean_state): Set it before -fdump-final-insns=
24819         dumping, clear afterwards.
24820         * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
24821         MEM_ALIAS_SET on MEMs.
24822
24823 2010-03-26  David S. Miller  <davem@davemloft.net>
24824
24825         * configure.ac: Fix sparc GOTDATA_OP bug check.
24826         * configure: Rebuild.
24827
24828 2010-03-26  Alan Modra  <amodra@gmail.com>
24829
24830         * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
24831
24832 2010-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24833
24834         * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
24835         TLS_SECTION_ASM_FLAG.
24836
24837 2010-03-25  Jakub Jelinek  <jakub@redhat.com>
24838
24839         PR bootstrap/43511
24840         * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
24841         Clear first_function_block_is_cold.
24842
24843         PR c/43385
24844         * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
24845         argument if the argument is truth_value_p.
24846
24847 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
24848
24849         * config/rs6000/constraints.md: Update copyright year for my changes.
24850
24851         PR target/43484
24852         * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
24853         used in reg+reg addressing, swap registers.
24854
24855 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24856
24857         PR debug/43293
24858         * target.h (struct gcc_target): Add code_end hook.
24859         * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
24860         if not yet defined.
24861         (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
24862         * toplev.c (compile_file): Call targetm.asm_out.code_end
24863         hook before unwind info/debug info output.
24864         * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
24865         * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
24866         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24867         * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
24868         (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
24869         * config/i386/i386.c (ix86_file_end): Renamed to...
24870         (ix86_code_end): ... this.  Make static.  Don't call
24871         file_end_indicate_exec_stack.  Emit unwind info using
24872         final_start_function/final_end_function.
24873         (darwin_x86_file_end): Remove.
24874         (TARGET_ASM_CODE_END): Define.
24875         * config/i386/i386.h (TARGET_ASM_FILE_END,
24876         NEED_INDICATE_EXEC_STACK): Don't define.
24877         * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
24878         (TARGET_ASM_FILE_END): Define to darwin_file_end.
24879         * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
24880         * doc/tm.texi (TARGET_ASM_CODE_END): Document.
24881
24882         PR target/43498
24883         * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
24884         at the beginning and final_end_function at the end.
24885         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
24886
24887 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24888
24889         * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
24890         and Sun as TLS syntax.
24891         (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
24892         * configure: Regenerate.
24893         * config.in: Regenerate.
24894         * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
24895         (default_elf_asm_named_section): Use it.
24896         * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
24897         (i386_output_dwarf_dtprel): Likewise.
24898         (output_addr_const_extra): Likewise.
24899         (output_pic_addr_const): Lowercase @GOTTPOFF.
24900         (output_addr_const_extra): Likewise.
24901         (output_pic_addr_const): Lowercase @GOTNTPOFF.
24902         (output_addr_const_extra): Likewise.
24903         (output_pic_addr_const): Lowercase @INDNTPOFF.
24904         (output_addr_const_extra): Likewise.
24905         (output_pic_addr_const): Lowercase @NTPOFF.
24906         (output_addr_const_extra): Likewise.
24907         (output_pic_addr_const): Lowercase @TPOFF.
24908         (output_addr_const_extra): Likewise.
24909         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
24910         (*tls_global_dynamic_64): Likewise.
24911         (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
24912         (*tls_local_dynamic_base_64): Lowercase @TLSLD.
24913
24914         * defaults.h (TLS_COMMON_ASM_OP): Provide default.
24915         (ASM_OUTPUT_TLS_COMMON): Use it.
24916         * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
24917
24918         PR target/38118
24919         * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
24920         * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
24921         * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
24922         * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
24923         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24924         (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
24925
24926 2010-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24927
24928         * config/i386/i386.c (override_options): Don't accept
24929         -mtls-dialect=sun any longer.
24930         * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
24931         * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
24932         (*tls_local_dynamic_base_32_sun): Likewise.
24933         * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
24934
24935 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
24936
24937         PR debug/43508
24938         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
24939         VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
24940
24941         PR debug/43479
24942         * ira.c (adjust_cleared_regs): New function.
24943         (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
24944
24945         PR debug/19192
24946         PR debug/43479
24947         * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
24948         from gimple_block.
24949         * expr.c (expand_expr_real): Restore previous
24950         curr_insn_source_location and curr_insn_block after
24951         expand_expr_real_1 call.
24952         (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
24953         instead of expand_expr_real_1.
24954
24955 2010-03-23  Vladimir Makarov  <vmakarov@redhat.com>
24956
24957         PR rtl-optimization/43413
24958         * ira-color.c (setup_allocno_available_regs_num): Count prohibited
24959         hard regs too.
24960
24961 2010-03-22  James E. Wilson  <wilson@codesourcery.com>
24962
24963         PR target/43348
24964         * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
24965         call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
24966
24967 2010-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24968
24969         * config/i386/i386.c (ix86_target_string): Add -mfma.
24970         Fix a typo in comment.
24971
24972 2010-03-22  Mike Stump  <mikestump@comcast.net>
24973
24974         PR target/23071
24975         * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
24976         Don't overly align based upon packed packed fields.
24977
24978 2010-03-22  Jason Merrill  <jason@redhat.com>
24979
24980         * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
24981         Use () rather than [], and move before the element type.
24982
24983 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24984
24985         * doc/configfiles.texi (Configuration Files): Removed
24986         fixinc/Makefile*, intl/Makefile.*.
24987         * doc/makefile.texi: Fixed markup. Abstract from version
24988         control system used.
24989         (Makefile): Removed obsolete java/parse.y example.
24990         * doc/sourcebuild.texi: Likewise.
24991         (Top Level): Added config, gnattools, libdecnumber, libgcc,
24992         libgomp, libssp.  Removed fastjar.
24993         (Miscellaneous Docs): Clarify location.
24994         Added COPYING3, COPYING3.LIB.
24995         (Front End Directory): Moved Make-lang.in entry to new subsubsection.
24996
24997 2010-03-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24998
24999         PR target/38085
25000         * config/i386/i386.c (x86_function_profiler)
25001         [!NO_PROFILE_COUNTERS]: Fix typo.
25002         * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
25003         instead of callq.
25004
25005 2010-03-22  Janis Johnson  <janis187@us.ibm.com>
25006             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25007
25008         * doc/sourcebuild.texi (Test Directives): Split into six
25009         subsections, with most of the current text in new subsections
25010         Directives, Selectors, and Final Actions.
25011         (Directives): Split list of test directives into multiple
25012         subsubsections.
25013         (Selectors): Describe use and syntax of selectors.
25014         (Effective-Target Keywords): Describe all existing keywords.
25015         (Add Options): Describe features for dg-add-options.
25016         (Require Support): Describe variants of dg-require-support.
25017         (Final Actions): Describe commands to use in dg-final.
25018
25019 2010-03-22  Michael Matz  <matz@suse.de>
25020
25021         PR middle-end/43475
25022         * recog.c (validate_replace_rtx_group): Replace also in
25023         REG_EQUAL and REG_EQUIV notes.
25024
25025 2010-03-22  Richard Guenther  <rguenther@suse.de>
25026
25027         PR tree-optimization/43390
25028         * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
25029         sure vector extracts are type correct.
25030
25031 2010-03-22  Richard Guenther  <rguenther@suse.de>
25032
25033         PR middle-end/40106
25034         * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
25035         x * sqrt (x) even when optimizing for size if the target
25036         has native support for sqrt.
25037
25038 2010-03-22  Jakub Jelinek  <jakub@redhat.com>
25039
25040         * varasm.c (make_decl_rtl_for_debug): Also clear
25041         flag_mudflap for the duration of make_decl_rtl call.
25042
25043         PR debug/43443
25044         * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
25045         locs from preserved VALUEs.
25046
25047 2010-03-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
25048
25049         PR middle-end/42718
25050         * pa.md (movmemsi): Set align to one if zero.
25051         (movmemdi): Likewise.
25052
25053 2010-03-21  Richard Earnshaw  <rearnsha@arm.com>
25054
25055         PR target/42321
25056         * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
25057         with their corresponding prologue pushes.
25058
25059 2010-03-20  Andrew Pinski  <pinskia@gmail.com>
25060
25061         PR target/43156
25062         * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
25063         at the begining or end.
25064         (spu_expand_epilogue): Likewise.
25065
25066 2010-03-20  Richard Guenther  <rguenther@suse.de>
25067
25068         PR rtl-optimization/43438
25069         * combine.c (make_extraction): Properly zero-/sign-extend an
25070         extraction of the low part of a CONST_INT.  Also handle
25071         CONST_DOUBLE.
25072
25073 2010-03-19  Mike Stump  <mikestump@comcast.net>
25074
25075         * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
25076         * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
25077         (override_options): Use SUBTARGET32_DEFAULT_CPU.
25078
25079 2010-03-19  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
25080
25081         PR c/43211
25082         * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
25083         an error.
25084
25085 2010-03-19  Bernd Schmidt  <bernds@codesourcery.com>
25086
25087         PR rtl-optimization/42258
25088         * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
25089         use that may match DEF.
25090
25091         PR target/40697
25092         * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
25093         the cost of loading the constant rather than assuming
25094         COSTS_N_INSNS (1).
25095         * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
25096         outer code is AND, do the same tests as the andsi3 expander and
25097         return COSTS_N_INSNS (1) if and is cheap.
25098
25099         * optabs.c (avoid_expensive_constant): Fix formatting.
25100
25101 2010-03-19  Michael Matz  <matz@suse.de>
25102
25103         PR c++/43116
25104         * attribs.c (decl_attributes): When rebuilding a function pointer
25105         type use the same qualifiers as the original pointer type.
25106
25107 2010-03-19  Martin Jambor  <mjambor@suse.cz>
25108
25109         * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
25110         and is_gimple_ip_invariant_address.
25111
25112 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25113
25114         Revert
25115         2009-10-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25116
25117         * config/arm/arm.c (arm_override_options): Turn off
25118         flag_dwarf2_cfi_asm for AAPCS variants.
25119
25120 2010-03-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25121
25122         PR target/43399
25123         * config/arm/arm.c (emit_multi_reg_push): Update comments.
25124         Use PRE_MODIFY instead of PRE_DEC.
25125         (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
25126         (vfp_emit_fstmd): Likewise.
25127
25128 2010-03-19  Michael Matz  <matz@suse.de>
25129
25130         PR target/43305
25131         * builtins.c (expand_builtin_interclass_mathfn,
25132         expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
25133         if that fails.
25134
25135 2010-03-19  Richard Guenther  <rguenther@suse.de>
25136
25137         PR tree-optimization/43415
25138         * tree-ssa-pre.c (phi_translate): Split out worker to ...
25139         (phi_translate_1): ... this.
25140         (phi_translate): Move all caching here.  Cache all NARY
25141         and REFERENCE translations.
25142
25143 2010-03-19  David S. Miller  <davem@davemloft.net>
25144
25145         With help from Eric Botcazou.
25146         * config/sparc/sparc.c: Include dwarf2out.h.
25147         (emit_pic_helper): Delete.
25148         (pic_helper_symbol_name): Delete.
25149         (pic_helper_emitted_p): Delete.
25150         (pic_helper_needed): New.
25151         (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
25152         (get_pc_thunk_name): New.
25153         (load_pic_register): Remove 'delay_pic_helper' arg.  Use
25154         get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
25155         Set pic_helper_needed to true.  Don't call emit_pic_helper.
25156         (sparc_expand_prologue): Update load_pic_register call.
25157         (sparc_output_mi_thunk): Likewise.
25158         (sparc_file_end): Emit a hidden comdat symbol for the PIC
25159         thunk if possible.  Output CFI information as needed.
25160
25161 2010-03-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
25162             Jack Howarth  <howarth@bromo.med.uc.edu>
25163
25164         PR target/36399
25165         * config/i386/i386.h: Fix ABI on darwin x86-32.
25166
25167 2010-03-18  Aldy Hernandez  <aldyh@redhat.com>
25168
25169         * tree.h: Declare make_decl_rtl_for_debug.
25170         * varasm.c (make_decl_rtl_for_debug): New.
25171         * dwarf2out.c (rtl_for_decl_location): Call it.
25172         * cfgexpand.c (expand_debug_expr): Call it.
25173
25174 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
25175
25176         PR bootstrap/43399
25177         * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
25178         mem_mode.
25179
25180         PR bootstrap/43403
25181         * var-tracking.c (vt_init_cfa_base): Do nothing if
25182         cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
25183
25184 2010-03-18  Alexandre Oliva  <aoliva@redhat.com>
25185
25186         PR debug/42873
25187         * var-tracking.c (canonicalize_vars_star): New.
25188         (dataflow_post_merge_adjust): Use it.
25189
25190 2010-03-18  Jakub Jelinek  <jakub@redhat.com>
25191
25192         PR debug/43058
25193         * var-tracking.c (non_suitable_const): New function.
25194         (add_uses): For DEBUG_INSNs with constants, don't record any
25195         value, instead just the constant value itself.
25196         (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
25197         is not VAR_LOC_UNKNOWN_P, set var to the constant.
25198         (emit_notes_in_bb): Likewise.
25199         (emit_note_insn_var_location): For onepart variables if
25200         cur_loc is a VOIDmode constant, use DECL_MODE.
25201
25202 2010-03-18  Martin Jambor  <mjambor@suse.cz>
25203
25204         PR middle-end/42450
25205         * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
25206         * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
25207         all non-clones.  Moved call redirection...
25208         (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
25209         (cgraph_materialize_all_clones): Dispose of all
25210         combined_args_to_skip bitmaps.
25211         (verify_cgraph_node): Do not check for edges pointing to wrong
25212         nodes in inline clones.
25213         * tree-inline.c (copy_bb): Call
25214         cgraph_redirect_edge_call_stmt_to_callee.
25215         * ipa.c (cgraph_remove_unreachable_nodes): Call
25216         cgraph_node_remove_callees even when there are used clones.
25217
25218 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
25219
25220         * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
25221
25222 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
25223
25224         PR target/43383
25225         * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
25226         for 32bit.
25227
25228 2010-03-18  Michael Matz  <matz@suse.de>
25229
25230         PR middle-end/43419
25231         * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
25232         into sqrt(x) if we need to preserve signed zeros.
25233
25234 2010-03-18  Steven Bosscher  <steven@gcc.gnu.org>
25235             Eric Botcazou  <ebotcazou@adacore.com>
25236
25237         PR rtl-optimization/43360
25238         * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
25239         note if we don't know its invariant status.
25240
25241 2010-03-18  Michael Matz  <matz@suse.de>
25242
25243         PR tree-optimization/43402
25244         * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
25245         PHI chains of ssa names registered for update.
25246
25247 2010-03-17  Peter Bergner  <bergner@vnet.ibm.com>
25248
25249         PR target/42427
25250         * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
25251         non-offsettable and pre_modify update addressing.
25252         * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
25253         and "2" alternatives "#".
25254         (*movdd_softfloat32): Make all alternatives "#";
25255         * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
25256         (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
25257         (*movdf_softfloat32): Make all alternatives "#";
25258         (movdi): Use the new DIFD mode iterator to create a common splitter
25259         for movdi, movdf and movdd patterns.
25260
25261 2010-03-18  Shujing Zhao  <pearly.zhao@oracle.com>
25262
25263         * common.opt (dumpdir): Remove redundant tab.
25264
25265 2010-03-17  Martin Jambor  <mjambor@suse.cz>
25266
25267         PR tree-optimization/43347
25268         * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
25269         original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
25270
25271 2010-03-17  Bernd Schmidt  <bernd.schmidt@analog.com>
25272
25273         PR rtl-optimization/42216
25274         * regrename.c (create_new_chain): New function, broken out from...
25275         (scan_rtx_reg): ... here.  Call it.  Handle the case where we are
25276         appending a use to an empty chain.
25277         (build_def_use): Remove previous changes that convert OP_INOUT to
25278         OP_OUT operands; instead detect the case where an OP_INOUT operand
25279         uses a previously untracked register and create an empty chain for it.
25280
25281 2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25282
25283         * doc/extend.texi (Function Attributes): Rewrite unfinished
25284         sentence in ms_abi documentation.
25285
25286 2010-03-17  Alan Modra  <amodra@gmail.com>
25287
25288         * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
25289         * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
25290         (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
25291         * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
25292
25293 2010-03-16  Richard Henderson  <rth@redhat.com>
25294
25295         PR middle-end/43365
25296         * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
25297         (lower_try_finally): Save and restore eh_seq around the expansion
25298         of the try-finally.
25299
25300 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
25301
25302         * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
25303         statements before splitting block.
25304
25305 2010-03-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25306
25307         * doc/sourcebuild.texi (Testsuites): Fix markup.
25308         Use pathnames relative to gcc/testsuite.
25309         (Test Directives): Move description of how timeout is determined.
25310         (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
25311         (C Tests): Correct gcc.misc-tests directory.
25312         Framework tests now live in gcc.test-framework.
25313
25314 2010-03-16  Richard Guenther  <rguenther@suse.de>
25315
25316         PR middle-end/43379
25317         * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
25318         operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
25319
25320 2010-03-16  Aldy Hernandez  <aldyh@redhat.com>
25321             Alexandre Oliva  <aoliva@redhat.com>
25322
25323         PR tree-optimization/42917
25324         * lambda-code.c (remove_iv): Skip debug statements.
25325         (lambda_loopnest_to_gcc_loopnest): Likewise.
25326         (not_interesting_stmt): Debug statements are not interesting.
25327
25328 2010-03-16  Jakub Jelinek  <jakub@redhat.com>
25329
25330         PR debug/43051
25331         PR debug/43092
25332         * cselib.c (cselib_preserve_constants,
25333         cfa_base_preserved_val): New static variables.
25334         (preserve_only_constants): New function.
25335         (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
25336         clear its REG_VALUES.  If cselib_preserve_constants, don't
25337         empty the whole hash table, but preserve there VALUEs with constants,
25338         cfa_base_preserved_val and cfa_base_preserved_val plus constant.
25339         (cselib_preserve_cfa_base_value): New function.
25340         (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
25341         (cselib_init): Change argument to int bitfield.  Set
25342         cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
25343         is in it.
25344         (cselib_finish): Clear cselib_preserve_constants and
25345         cfa_base_preserved_val.
25346         * cselib.h (enum cselib_record_what): New enum.
25347         (cselib_init): Change argument to int.
25348         (cselib_preserve_cfa_base_value): New prototype.
25349         * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
25350         * dse.c (dse_step1): Likewise.
25351         * cfgcleanup.c (thread_jump): Likewise.
25352         * sched-deps.c (sched_analyze): Likewise.
25353         * gcse.c (local_cprop_pass): Likewise.
25354         * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
25355         If FN is non-NULL, call the callback always and whenever it returns
25356         non-NULL just return that.  Only do rtx_equal_p if FN is NULL.
25357         * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
25358         * combine.c (propagate_for_debug_subst): Add old_rtx argument,
25359         compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
25360         * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
25361         * var-tracking.c: Include recog.h.
25362         (bb_stack_adjust_offset): Remove.
25363         (vt_stack_adjustments): Don't call it, instead just gather the
25364         adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
25365         (adjust_stack_reference): Remove.
25366         (compute_cfa_pointer): New function.
25367         (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
25368         (struct adjust_mem_data): New type.
25369         (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
25370         functions.
25371         (get_address_mode): New function.
25372         (replace_expr_with_values): Use it.
25373         (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
25374         Use get_address_mode.  For cfa_base_rtx return MO_CLOBBER.
25375         (adjust_sets): Remove.
25376         (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
25377         Use get_address_mode.
25378         (get_adjusted_src): Remove.
25379         (add_stores): Don't call it.  Never reuse expr SET.  Don't add extra
25380         MO_VAL_USE for cfa_base_rtx plus constant.  Use get_address_mode.
25381         (add_with_sets): Don't call adjust_sets.
25382         (fp_setter, vt_init_cfa_base): New functions.
25383         (vt_initialize): Change return type to bool.  Move most of pool etc.
25384         initialization to the beginning of the function from end.  Pass
25385         CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
25386         If !frame_pointer_needed, call vt_stack_adjustment before mos
25387         vector is filled, call vt_init_cfa_base if argp/framep has been
25388         eliminated to sp.  If frame_pointer_needed and argp/framep has
25389         been eliminated to hard frame pointer, set
25390         hard_frame_pointer_adjustment and call vt_init_cfa_base after
25391         encountering fp setter in the prologue.  For MO_ADJUST, call
25392         log_op_type before pusing the op into mos vector, not afterwards.
25393         Call adjust_insn before cselib_process_insn/add_with_sets,
25394         call cancel_changes (0) afterwards.
25395         (variable_tracking_main_1): Adjust for vt_initialize calling
25396         vt_stack_adjustments and returning whether it succeeded or not.
25397
25398 2010-03-15  Aldy Hernandez  <aldyh@redhat.com>
25399
25400         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
25401         debug statements.
25402
25403 2010-03-15  Jakub Jelinek  <jakub@redhat.com>
25404
25405         * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
25406         has been set.
25407         (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
25408         drap_reg has not been set.
25409
25410 2010-03-15  Michael Matz  <matz@suse.de>
25411
25412         PR middle-end/43300
25413         * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
25414         use it to expand block copies.
25415         (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
25416         insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
25417         (insert_value_copy_on_edge): Use store_expr for BLKmode values.
25418
25419 2010-03-15  Richard Guenther  <rguenther@suse.de>
25420
25421         PR tree-optimization/43367
25422         * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
25423         elimination check.
25424
25425 2010-03-15  Richard Guenther  <rguenther@suse.de>
25426
25427         PR tree-optimization/43317
25428         * ipa-struct-reorg.c (create_new_general_access): Update stmt.
25429
25430 2010-03-15  Martin Jambor  <mjambor@suse.cz>
25431
25432         PR tree-optimization/43141
25433         * tree-sra.c (create_abstract_origin): New function.
25434         (modify_function): Call create_abstract_origin.
25435
25436 2010-03-15  Chris Demetriou  <cgd@google.com>
25437
25438         * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
25439         wasn't copied.
25440
25441 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25442
25443         PR middle-end/43354
25444         * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
25445         call insert_out_of_ssa_copy for default definitions.
25446
25447 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25448
25449         * graphite-clast-to-gimple.c (my_long_long): Defined.
25450         (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
25451         * graphite-sese-to-poly.c (my_long_long): Defined.
25452         (scop_ivs_can_be_represented): Use it.
25453
25454 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25455
25456         * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
25457         graphite-max-bbs-per-function, and loop-block-tile-size.
25458         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
25459         with "maximum".
25460         (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
25461
25462 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25463
25464         * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
25465         forward declaration.
25466         * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
25467         (add_upper_bounds_from_estimated_nit): New.
25468         (build_loop_iteration_domains): Use it.
25469
25470 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25471
25472         * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
25473
25474 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25475
25476         PR middle-end/43306
25477         * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
25478         should be an INTEGER_CST.  Also handle CASE_CONVERT.
25479
25480 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25481
25482         * graphite.c (graphite_initialize): To bound the number of bbs per
25483         function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
25484         * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
25485         * doc/invoke.texi: Document it.
25486
25487 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25488
25489         * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
25490         * graphite-sese-to-poly.h (build_poly_scop): Same.
25491
25492 2010-03-13  Sebastian Pop  <sebastian.pop@amd.com>
25493
25494         * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
25495         the number of parameters in the scop.  Use as an upper bound
25496         PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
25497         * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
25498         * doc/invoke.texi: Document it.
25499
25500 2010-03-13  Jerry Quinn  <jlquinn@optonline.net>
25501
25502         * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
25503         * doc/c-tree.texi: Remove.
25504         * doc/generic.texi: Merge c-tree.texi here.
25505         * doc/gccint.texi (Trees): Remove menu entry.
25506         (c-tree.texi): Remove @include.
25507         * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
25508         * doc/languages.texi (Reading RTL): Ditto.
25509
25510 2010-03-12  Steve Ellcey  <sje@cup.hp.com>
25511
25512         PR target/42869
25513         * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
25514
25515 2010-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
25516
25517         PR middle-end/42431
25518         * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
25519         code added to work around reload clobbering CONST insns.
25520
25521 2010-03-12  Jakub Jelinek  <jakub@redhat.com>
25522
25523         * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
25524         (cselib_preserve_definitely, cselib_clear_preserve): Remove.
25525         (cselib_preserve_only_values): Remove retain argument, don't
25526         traverse hash table with cselib_{preserve_definitely,clear_preserve}.
25527         * cselib.h (cselib_preserve_only_values): Remove retain argument.
25528         * var-tracking.c (micro_operation): Move insn field before union.
25529         Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
25530         (struct variable_tracking_info_def): Remove n_mos field, change
25531         mos into a vector of micro_operations.
25532         (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
25533         (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
25534         compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
25535         changing into a vector.
25536         (add_with_sets): Likewise.  Ensure MO_VAL_USE uops from add_stores
25537         come before all other uops generated by add_stores.
25538         (vt_add_function_parameters): Adjust for cselib_preserve_only_values
25539         argument removal.
25540         (vt_initialize): Likewise.  Adjust for VTI (bb)->mos changing into
25541         a vector.  Run just one pass over the bbs instead of separate counting
25542         and computation phase.
25543         (vt_finalize): Free VTI (bb)->mos vector instead of array.
25544
25545         PR debug/43329
25546         * tree-inline.c (remap_decls): Put old_var rather than origin_var
25547         into *nonlocalized_list vector.
25548         * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
25549         even if origin is non-NULL.
25550         (gen_variable_die): Likewise.
25551         (process_scope_var): Don't change origin.
25552         (gen_decl_die): Likewise.
25553         * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
25554         before adding new edges instead of after it, fix moving over
25555         debug stmts.
25556
25557 2010-03-11  David S. Miller  <davem@davemloft.net>
25558
25559         * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
25560         of four.
25561         * configure: Rebuild.
25562
25563 2010-03-11  Martin Jambor  <mjambor@suse.cz>
25564
25565         PR tree-optimization/43257
25566         * tree.c (assign_assembler_name_if_neeeded): New function.
25567         (free_lang_data_in_cgraph): Assembler name assignment moved to the
25568         above new function.
25569         * tree.h (assign_assembler_name_if_neeeded): Declare.
25570         * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
25571         the function if needed.
25572
25573 2010-03-11  Chris Demetriou  <cgd@google.com>
25574
25575         * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
25576         include/stdint-gcc.h, and include/stdint.h world-readable.
25577
25578 2010-03-11  Richard Guenther  <rguenther@suse.de>
25579
25580         PR tree-optimization/43255
25581         * tree-vrp.c (process_assert_insertions_for): Do not insert
25582         asserts for trivial conditions.
25583
25584 2010-03-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25585
25586         PR tree-optimization/43280
25587         * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
25588         generation.  Move calculation of size out of the if branch.
25589         (find_bswap): Modify compare number generation.
25590
25591 2010-03-11  Richard Guenther  <rguenther@suse.de>
25592
25593         PR lto/43200
25594         * lto-streamer-in.c (maybe_fixup_decls): Simplify.
25595         (input_gimple_stmt): Fixup handled component types during
25596         operand read.  Also fix up decls in ADDR_EXPRs.
25597
25598 2010-03-10  Eric Botcazou  <ebotcazou@adacore.com>
25599
25600         * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
25601         * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
25602
25603 2010-03-10  Jan Hubicka  <jh@suse.cz>
25604
25605         PR c/43288
25606         * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
25607         * varasm.c (get_variable_section): Don't do that here...
25608         (make_decl_rtl): ... and here.
25609         (do_assemble_alias): Produce decl RTL.
25610         (assemble_alias): Likewise.
25611
25612 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
25613
25614         PR debug/43290
25615         * reg-notes.def (REG_CFA_SET_VDRAP): New note.
25616         * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
25617         of fde->vdrap_reg.
25618         (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
25619         (based_loc_descr): Only express drap or vdrap regno based expressions
25620         using DW_OP_fbreg when not optimizing.
25621         * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
25622         make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
25623         REG_CFA_SET_VDRAP note.
25624
25625 2010-03-10  Alexander Monakov  <amonakov@ispras.ru>
25626
25627         PR tree-optimization/43236
25628         * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
25629         error in calculation of base address in reverse iteration case.
25630         (generate_builtin): Take number of latch executions if the statement
25631         is in the latch.
25632
25633 2010-03-10  Andrey Belevantsev  <abel@ispras.ru>
25634
25635         PR middle-end/42859
25636         * tree-eh.c: Include pointer-set.h.
25637         (lower_eh_dispatch): Filter out duplicate case labels and
25638         remove the unneeded edge when the label is unused.  Return
25639         true when some edges are removed.
25640         (execute_lower_eh_dispatch): When any lowering resulted in
25641         removing an edge, also delete unreachable blocks.
25642
25643 2010-03-10  Jakub Jelinek  <jakub@redhat.com>
25644
25645         PR bootstrap/43287
25646         * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
25647         UNSPEC_MACHOPIC_OFFSET.
25648
25649 2010-03-09  Andreas Schwab  <schwab@linux-m68k.org>
25650
25651         PR target/43294
25652         * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
25653         (m68k_delegitimize_address): New function.
25654
25655 2010-03-09  Jakub Jelinek  <jakub@redhat.com>
25656
25657         PR debug/43299
25658         * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
25659
25660         PR debug/43299
25661         * var-tracking.c (adjust_sets): New function.
25662         (count_with_sets, add_with_sets): Use it.
25663         (get_adjusted_src): New inline function.
25664         (add_stores): Use it.
25665
25666         PR debug/43304
25667         * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
25668         call cselib_dummy_expand_value_rtx_cb instead of
25669         cselib_expand_value_rtx_cb.
25670
25671         PR debug/43293
25672         * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
25673         * config/i386/i386.c: Include debug.h and dwarf2out.h.
25674         (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
25675         and .cfi_endproc around the pic thunks.
25676         (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
25677         all queued unwind info register saves are saved before the call.
25678         For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
25679         considered as sp-=4 for unwind info and the pop as sp+=4 which
25680         also clobbers dest, but doesn't actually restore it.
25681
25682         PR debug/43290
25683         * config/i386/i386.c (ix86_get_drap_rtx): Don't set
25684         RTX_FRAME_RELATED_P.
25685
25686 2010-03-09  Jie Zhang  <jie@codesourcery.com>
25687
25688         * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
25689         whitespaces in output template.
25690
25691 2010-03-09  Jie Zhang  <jie@codesourcery.com>
25692
25693         * ira-lives.c (check_and_make_def_use_conflict): Don't fall
25694         out array boundary.
25695
25696 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
25697
25698         * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
25699         builtins.exp in a separate job.
25700
25701 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25702
25703         * graphite-sese-to-poly.c (add_param_constraints): Use
25704         lower_bound_in_type and upper_bound_in_type.
25705
25706 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25707
25708         * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
25709         instead of unsigned_type_node.
25710
25711 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25712             Reza Yazdani  <reza.yazdani@amd.com>
25713
25714         PR middle-end/43065
25715         * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
25716         on pointer type parameters.
25717
25718 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
25719
25720         PR middle-end/42644
25721         PR middle-end/42130
25722         * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
25723         handle conversions from pointer to integers.
25724         (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
25725         induction variable, to be able to work with code generated by CLooG.
25726         * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
25727         (build_poly_scop): Bail out if we cannot codegen a loop.
25728
25729 2010-03-08  Tobias Grosser  <grosser@fim.uni-passau.de>
25730
25731         * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
25732         code generation with gloog_error.
25733
25734 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25735
25736         * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
25737         Call fold_convert on all the returned values.
25738         (expand_scalar_variables_expr): Pass to
25739         expand_scalar_variables_ssa_name the type of the resulting expression.
25740
25741 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25742
25743         * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
25744         ppl_min_for_le_pointset.
25745         Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
25746         * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
25747
25748 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25749
25750         * graphite-dependences.c (map_into_dep_poly): Removed.
25751         (dependence_polyhedron_1): Use combine_context_id_scat.
25752
25753 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25754
25755         * graphite-poly.h (struct poly_scattering): Add layout documentation.
25756         (struct poly_bb): Same.
25757         (combine_context_id_scat): New.
25758
25759 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25760
25761         PR middle-end/42326
25762         * sese.c (name_defined_in_loop_p): Return false for default
25763         definitions.
25764
25765 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25766
25767         * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
25768         and clean up the logic.
25769
25770 2010-03-08  Sebastian Pop  <sebastian.pop@amd.com>
25771
25772         * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
25773         early return.
25774
25775 2010-03-08  Jakub Jelinek  <jakub@redhat.com>
25776
25777         * var-tracking.c (remove_cselib_value_chains): Define only for
25778         ENABLE_CHECKING.
25779         (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
25780         delete_slot_part, emit_notes_for_differences_1): Don't call
25781         remove_cselib_value_chains here.
25782         (set_slot_part, emit_notes_for_differences_2): Don't call
25783         add_cselib_value_chains here.
25784         (preserved_values): New vector.
25785         (preserve_value): New function.
25786         (add_uses, add_stores, vt_add_function_parameters): Use it
25787         instead of cselib_preserve_value.
25788         (changed_values_stack): New vector.
25789         (check_changed_vars_0): New function.
25790         (check_changed_vars_1, check_changed_vars_2): Use it.
25791         (emit_notes_for_changes): Call set_dv_changed (*, false) on all
25792         changed_values_stack VALUEs.
25793         (vt_emit_notes): For all preserved_values call
25794         add_cselib_value_chains.  If ENABLE_CHECKING call
25795         remove_cselib_value_chains before verifying value_chains is empty.
25796         Initialize and free changed_values_stack.
25797         (vt_initialize): Initialize preserved_values.
25798         (vt_finalize): Free preserved_values.
25799
25800 2010-03-08  Richard Guenther  <rguenther@suse.de>
25801
25802         PR tree-optimization/43269
25803         * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
25804         region detection.
25805
25806 2010-03-08  Martin Jambor  <mjambor@suse.cz>
25807
25808         * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
25809         (ipa_is_param_called): Removed.
25810         * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
25811         (ipa_print_node_params): Do not print the called flag.
25812         (ipa_write_node_info): Do not stream the called flag.
25813         (ipa_read_node_info): Likewise.
25814
25815 2010-03-07  Jakub Jelinek  <jakub@redhat.com>
25816
25817         PR debug/43176
25818         * Makefile.in (var-tracking.o): Depend on pointer-set.h.
25819         * cselib.c (struct expand_value_data): Add dummy field.
25820         (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
25821         dummy to false.
25822         (cselib_dummy_expand_value_rtx_cb): New function.
25823         (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
25824         any rtl.
25825         * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
25826         * var-tracking.c: Include pointer-set.h.
25827         (variable): Change n_var_parts to char from int.  Add
25828         cur_loc_changed and in_changed_variables fields.
25829         (variable_canonicalize): Remove.
25830         (shared_var_p): New inline function.
25831         (unshare_variable): Maintain cur_loc_changed and
25832         in_changed_variables fields.  If var was in changed_variables,
25833         replace it there with new_var.  Just copy cur_loc instead of
25834         resetting it to something else.
25835         (variable_union): Don't recompute cur_loc.  Use shared_var_p.
25836         (dataflow_set_union): Don't call variable_canonicalize.
25837         (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
25838         of their DEBUG_EXPR_TREE_DECLs.
25839         (canonicalize_loc_order_check): Verify that cur_loc is NULL
25840         and in_changed_variables and cur_loc_changed is false.
25841         (variable_merge_over_cur): Clear cur_loc, in_changed_variables
25842         and cur_loc_changed.  Don't update cur_loc here.
25843         (variable_merge_over_src): Don't call variable_canonicalize.
25844         (dataflow_set_preserve_mem_locs): Use shared_var_p.  When
25845         removing loc that is equal to cur_loc, clear cur_loc,
25846         set cur_loc_changed and ensure variable_was_changed is called.
25847         (dataflow_set_remove_mem_locs): Use shared_var_p.  Only
25848         compare pointers in cur_loc check, if it is equal to loc,
25849         clear cur_loc and set cur_loc_changed.  Don't recompute cur_loc here.
25850         (variable_different_p): Remove compare_current_location argument,
25851         don't compare cur_loc.
25852         (dataflow_set_different_1): Adjust variable_different_p caller.
25853         (variable_was_changed): If dv had some var in changed_variables
25854         already, reset in_changed_variables flag for it and propagate
25855         cur_loc_changed over to the new variable.  On empty var
25856         always set cur_loc_changed.  Set in_changed_variables on whatever
25857         var is added to changed_variables.
25858         (set_slot_part): Clear cur_loc_changed and in_changed_variables.
25859         Use shared_var_p.  When removing loc that is equal to cur_loc,
25860         clear cur_loc and set cur_loc_changed.  If cur_loc is NULL at the
25861         end, don't set it to something else, just call variable_was_changed.
25862         (delete_slot_part): Use shared_var_p.  When cur_loc equals to
25863         loc being removed, clear cur_loc and set cur_loc_changed.
25864         Set cur_loc_changed if all locations have been removed.
25865         (struct expand_loc_callback_data): New type.
25866         (vt_expand_loc_callback): Add dummy mode in which no rtxes are
25867         allocated.  Always create SUBREGs if simplify_subreg failed.
25868         Prefer to use cur_loc, when that fails and still in
25869         changed_variables (and seen first time) recompute it.  Set
25870         cur_loc_changed of variables which had to change cur_loc and
25871         compute elcd->cur_loc_changed if any of the subexpressions used
25872         had to change cur_loc.
25873         (vt_expand_loc): Adjust to pass arguments in
25874         expand_loc_callback_data structure.
25875         (vt_expand_loc_dummy): New function.
25876         (emitted_notes): New variable.
25877         (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
25878         that weren't used for any other decl in current
25879         emit_notes_for_changes call call vt_expand_loc_dummy to update
25880         cur_loc.  For -fno-var-tracking-assignments, set cur_loc to
25881         first loc_chain location if NULL before.  Always use just
25882         cur_loc instead of first loc_chain location.  When cur_loc_changed
25883         is false, when not --enable-checking=rtl just don't emit any note.
25884         When rtl checking, compute the note and assert it is the same
25885         as previous note.  Clear cur_loc_changed and in_changed_variables
25886         at the end before removing from changed_variables.
25887         (check_changed_vars_3): New function.
25888         (emit_notes_for_changes): Traverse changed_vars to call
25889         check_changed_vars_3 on each changed var.
25890         (emit_notes_for_differences_1): Clear cur_loc_changed and
25891         in_changed_variables.  Recompute cur_loc of new_var.
25892         (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
25893         (vt_emit_notes): Initialize and destroy emitted_notes.
25894
25895 2010-03-07  Bernd Schmidt  <bernd.schmidt@analog.com>
25896
25897         PR rtl-optimization/42220
25898         * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
25899         Use verify_reg_tracked to determine if we should use OP_OUT rather
25900         than OP_INOUT.
25901         (build_def_use): If we see an in-out operand for a register that we
25902         know nothing about, treat is an output if possible, fail the block if
25903         not.
25904
25905 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25906
25907         PR debug/42897
25908         * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
25909         permanently.
25910
25911 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25912
25913         PR debug/42897
25914         * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
25915         uses of relevant DEFs that are dead outside the loop too.
25916
25917 2010-03-06  Alexandre Oliva  <aoliva@redhat.com>
25918
25919         * var-tracking.c (dataflow_set_merge): Swap src and src2.
25920         Reverted:
25921         2010-01-13  Jakub Jelinek  <jakub@redhat.com>
25922         PR debug/41371
25923         * var-tracking.c (values_to_unmark): New variable.
25924         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
25925         values_to_unmark vector.  Moved body to...
25926         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
25927         instead queue it into values_to_unmark vector.
25928         (vt_find_locations): Free values_to_unmark vector.
25929
25930 2010-03-05  Eric Botcazou  <ebotcazou@adacore.com>
25931
25932         * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
25933         (site.exp): Export them when plugins are enabled.
25934
25935 2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
25936
25937         PR middle-end/42326
25938         * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
25939         that contain scevs.
25940         (chrec_fold_multiply): Same.
25941
25942 2010-03-04  Andrew Pinski  <andrew_pinski@caviumnetworks.com>
25943
25944         PR c/43248
25945         * c-decl.c (build_compound_literal): Return early if init is
25946         an error_mark_node.
25947
25948 2010-03-04  Martin Jambor  <mjambor@suse.cz>
25949
25950         PR tree-optimization/43164
25951         PR tree-optimization/43191
25952         * tree-sra.c (type_consists_of_records_p): Reject records with
25953         zero-size bit-fields at the end.
25954
25955 2010-03-04  Mike Stump  <mikestump@comcast.net>
25956
25957         * Makefile.in (TAGS): Remove *.y.
25958
25959 2010-03-04  Richard Guenther  <rguenther@suse.de>
25960
25961         PR tree-optimization/40761
25962         * tree-ssa-pre.c (compute_antic): Walk reverse postorder
25963         in reverse order.
25964         (my_rev_post_order_compute): New function.
25965         (init_pre): Call it.
25966
25967 2010-03-04  Changpeng Fang  <changpeng.fang@amd.com>
25968
25969         PR middle-end/43209
25970         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
25971         decrease the cost of an IV candidate when the cost is infinite.
25972
25973 2010-03-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25974
25975         * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
25976         Use '3DNow!' for the extension of that name, ensure normal space
25977         after the string.
25978         * doc/invoke.texi (i386 and x86-64 Options): Likewise.
25979
25980 2010-03-03  Jeff Law  <law@redhat.com>
25981
25982         * PR middle-end/32693
25983         * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
25984         than gen_rtx_SUBREG.
25985         (extract_bit_field_1): Likewise.
25986
25987 2010-03-03  Janis Johnson  <janis187@us.ibm.com>
25988
25989         * doc/sourcebuild.texi (Test directives): Document that arguments
25990         include-opts and exclude-opts are now optional for dg-skip-if,
25991         dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
25992
25993 2010-03-03  Jason Merrill  <jason@redhat.com>
25994
25995         PR c++/12909
25996         * cgraph.h (varpool_node): Add extra_name field.
25997         * varpool.c (varpool_extra_name_alias): New.
25998         (varpool_assemble_decl): Emit extra name aliases.
25999         (varpool_mark_needed_node): Look past an extra name alias.
26000         * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
26001         * lto-streamer-in.c (lto_input_tree): Read it.
26002         * lto-streamer-out.c (output_unreferenced_globals): Write it.
26003
26004 2010-03-03  Eric Botcazou  <ebotcazou@adacore.com>
26005
26006         * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
26007         (sparc*-*-solaris2*): ...this.
26008
26009 2010-03-03  Jakub Jelinek  <jakub@redhat.com>
26010
26011         PR debug/43229
26012         * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
26013         WIDEN_MULT_EXPR and WIDEN_SUM_EXPR.  Return NULL without
26014         ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
26015         FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
26016
26017         PR debug/43237
26018         * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
26019         fallthrough to default handling, just with want_address 0 instead of 2.
26020         For single element lists, add_AT_loc directly, otherwise create an
26021         artificial variable DIE and stick location list to it.
26022
26023         PR debug/43177
26024         * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
26025         (VAL_EXPR_HAS_REVERSE): Define.
26026         (reverse_op): New function.
26027         (add_stores): For reversible operations add an extra MO_VAL_USE.
26028
26029 2010-03-02  Jason Merrill  <jason@redhat.com>
26030
26031         * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
26032
26033 2010-03-02  Eric Botcazou  <ebotcazou@adacore.com>
26034
26035         * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
26036         (sparc64-*-linux*): Likewise.
26037         (sparc64-*-solaris2*): Include assembler files before linker ones.
26038         (sparc-*-solaris2*): Simplify and reorder to match previous case.
26039         * config/sparc/gas.h: Delete.
26040         * config/sparc/sol2-64.h: Add copyright notice.
26041         * config/sparc/sol2-gas-bi.h: Likewise.
26042         * config/sparc/sol2-gld.h: Likewise.
26043         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
26044         * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
26045         * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
26046         * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
26047         (sparc_elf_asm_named_section): Rename into...
26048         (sparc_solaris_elf_asm_named_section): ...this.  Always define.
26049
26050 2010-03-02  Uros Bizjak  <ubizjak@gmail.com>
26051
26052         * config/alpha/alpha.c (override_options): Fix -mtune error message.
26053
26054 2010-03-02  Jeff Law  <law@redhat.com>
26055
26056         PR middle-end/42431
26057         * reload1.c (rtx_p, substitute_stack): Declare.
26058         (substitute): Record addresses of changed rtxs.
26059         (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
26060         Restore the original rtx when complete.
26061         (reload): Free subsitute_stack when complete.
26062
26063 2010-03-02  Janis Johnson  <janis187@us.ibm.com>
26064
26065         * doc/gccint.texi (menu): Add Testsuites as a chapter.
26066         * doc/sourcebuild.texi (Testsuites): Move up a level to be a
26067         new chapter.
26068         (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
26069         LTO Testing, gcov Testing, profopt Testing, compat Testing,
26070         Torture Tests): Change from subsection to section.
26071
26072 2010-03-02  Jakub Jelinek  <jakub@redhat.com>
26073             Steven Bosscher  <steven@gcc.gnu.org>
26074
26075         * var-tracking.c (vt_initialize): Scan insns in ebb chunks
26076         instead of bb.
26077
26078 2010-03-02  Reza Yazdani  <reza.yazdani@amd.com>
26079
26080         PR middle-end/42640
26081         * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
26082         the assignment from the new induction variable to the assignment
26083         of the value from the original loop PHI function.
26084
26085 2010-03-01  Janis Johnson  <janis187@us.ibm.com>
26086             Daniel Jacobowitz  <dan@codesourcery.com>
26087
26088         * doc/sourcebuild.texi (Test directives): Clarify options to
26089         dg-skip-if.
26090
26091 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26092
26093         * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
26094         Disable cfi directives unless GCC and gas agree on using read-only
26095         .eh_frame sections for 64-bit.
26096         * configure: Regenerate.
26097
26098 2010-03-01  Richard Guenther  <rguenther@suse.de>
26099
26100         PR tree-optimization/43220
26101         * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
26102         BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
26103
26104 2010-03-01  Richard Guenther  <rguenther@suse.de>
26105             Martin Jambor  <mjambor@suse.cz>
26106
26107         PR middle-end/41250
26108         * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
26109         gimplified parameters.
26110
26111 2010-03-01  Christian Bruel  <christian.bruel@st.com>
26112
26113         * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
26114
26115 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
26116
26117         * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
26118
26119 2010-03-01  Richard Guenther  <rguenther@suse.de>
26120
26121         PR middle-end/43213
26122         * expr.c (expand_assignment): Use the alias-oracle to tell
26123         if the rhs aliases the result decl.
26124
26125 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26126
26127         PR pch/14940
26128         * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
26129         to sol_gt_pch_get_address.
26130         (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
26131         64-bit, SPARC and x86.
26132         (sol_gt_pch_get_address): New function.
26133
26134 2010-03-01  Marco Poletti  <poletti.marco@gmail.com>
26135
26136         * toplev.h (inform_n, error_n): Declare.
26137         * diagnostic.c (inform_n, error_n): New function.
26138
26139 2010-03-01  Jakub Jelinek  <jakub@redhat.com>
26140
26141         * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
26142         has no rtl yet when processing local_decls, queue it and recheck
26143         if deferred stack allocation hasn't assigned it rtl.
26144
26145 2010-02-28  Kaz Kojima  <kkojima@gcc.gnu.org>
26146
26147         * config/sh/sh.c (unspec_bbr_uid): New.
26148         (gen_block_redirect): Use it instead of INSN_UID.
26149         (gen_far_branch): Likewise.
26150
26151 2010-02-28  H.J. Lu  <hongjiu.lu@intel.com>
26152
26153         * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
26154         it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
26155
26156 2010-02-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26157
26158         * doc/invoke.texi (Warning Options, RX Options): Fix typos.
26159         (Warning Options): -Wno-conversion-null is valid for
26160         Objective-C++ as well.
26161         * doc/tm.texi (Named Address Spaces): Likewise.
26162         * doc/plugins.texi (Plugins): Replace TABs with spaces.
26163         * doc/tree-ssa.texi (Tree SSA): Likewise.
26164
26165 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
26166
26167         PR bootstrap/43202
26168         * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
26169         by default.  Don't set the default arch for
26170         i[34567]86-*-darwin*|x86_64-*-darwin*.
26171
26172 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
26173
26174         PR bootstrap/43202
26175         * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
26176         default.  Set the default 32bit/64bit archs with $with_arch
26177         instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
26178
26179 2010-02-27  Richard Guenther  <rguenther@suse.de>
26180
26181         PR tree-optimization/43186
26182         * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
26183         * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
26184         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
26185         unroller iterations.
26186
26187 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
26188
26189         * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
26190         required and i[34567]86-*-* targets don't support 64bit ISA.
26191
26192 2010-02-26  Eric Botcazou  <ebotcazou@adacore.com>
26193
26194         PR ada/43096
26195         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
26196         the same alias set.
26197
26198 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
26199
26200         * config.gcc: Set the default arch at least to Prescott for
26201         i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
26202         if SSE math is enabled.
26203
26204 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26205
26206         * diagnostic.c (diagnostic_initialize): Update.
26207         (diagnostic_report_diagnostic): Test inhibit_notes_p for
26208         informative notes.
26209         * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
26210         (diagnostic_inhibit_notes): New.
26211         * toplev.c (process_options): inhibit notes with -fcompare-debug.
26212
26213 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26214
26215         PR c/20631
26216         * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
26217         * doc/standards.texi: Likewise.
26218         * doc/extend.texi: Likewise.
26219         * doc/trouble.texi: Likewise.
26220         * doc/cppopts.texi: Likewise.
26221         * doc/install.texi: Likewise.
26222         * c.opt (std=c90,std=gnu90): New options.
26223         * c-opts.c (c_common_handle_option): Handle them.
26224
26225 2010-02-26  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26226
26227         PR c/24577
26228         * c-decl.c (undeclared_variable): Use an informative note.
26229
26230 2010-02-26  Richard Guenther  <rguenther@suse.de>
26231
26232         PR tree-optimization/43186
26233         * gimple.h (gimple_fold): Remove.
26234         * gimple.c (gimple_fold): Remove.  Inline into single user ...
26235         * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
26236         Try harder for conditions.
26237
26238 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
26239
26240         PR debug/43190
26241         * function.c (used_types_insert): Don't skip through named pointer
26242         types.  Don't use TYPE_MAIN_VARIANT if the original type has a name
26243         and it is different from the main variant's type.
26244
26245 2010-02-26  Nick Clifton  <nickc@redhat.com>
26246
26247         * config/rx/rx.md (sminsi3): Remove bogus alternative.
26248
26249 2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>
26250
26251         * config.gcc: Support --with-fpmath=sse for x86.
26252
26253         * config/i386/ssemath.h: New.
26254
26255         * doc/install.texi (--with-fpmath=sse): Documented.
26256
26257 2010-02-26  Richard Guenther  <rguenther@suse.de>
26258
26259         PR tree-optimization/43188
26260         * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
26261         vector types of over-aligned element type.
26262
26263 2010-02-26  Uros Bizjak  <ubizjak@gmail.com>
26264
26265         PR target/43175
26266         * config/i386/i386.c (expand_vec_perm_blend): Use correct
26267         operands in V8HImode subregs.  Fix operand order in VEC_MERGE rtx.
26268
26269 2010-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
26270
26271         * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
26272
26273 2010-02-26  Jakub Jelinek  <jakub@redhat.com>
26274
26275         * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
26276         * var-tracking.c: Include diagnostic.h.
26277         (debug_dv): New function.
26278         (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
26279
26280         PR debug/43160
26281         * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
26282         (add_value_chain, add_value_chains, remove_value_chain,
26283         remove_value_chains): Handle DEBUG_EXPRs.
26284         (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
26285
26286         PR debug/43161
26287         * regcprop.c (struct queued_debug_insn_change): New type.
26288         (struct value_data_entry): Add debug_insn_changes field.
26289         (struct value_data): Add n_debug_insn_changes field.
26290         (debug_insn_changes_pool): New variable.
26291         (free_debug_insn_changes, apply_debug_insn_changes,
26292         cprop_find_used_regs_1, cprop_find_used_regs): New functions.
26293         (kill_value_one_regno): Call free_debug_insn_changes if needed.
26294         (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
26295         fields.
26296         (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
26297         changes for them.
26298         (copyprop_hardreg_forward_1): Don't call apply_change_group for
26299         DEBUG_INSNs.  For a real insn, if there are queued DEBUG_INSN
26300         changes, call cprop_find_used_regs via note_stores.
26301         (copyprop_hardreg_forward): When copying vd from predecessor
26302         which has any queued DEBUG_INSN changes, make sure the pointers are
26303         cleared.  At the end call df_analyze and then if there are any
26304         DEBUG_INSN changes queued at the end of some basic block for still
26305         live registers, apply them.
26306         (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
26307
26308 2010-02-25  Uros Bizjak  <ubizjak@gmail.com>
26309
26310         * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
26311         (arm*-*-*): Ditto.
26312
26313 2010-02-25  H.J. Lu  <hongjiu.lu@intel.com>
26314
26315         * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
26316         targets.  Set the default with_cpu/with_arch from arch/cpu.
26317         Allow x86-64 and native for with_cpu/with_arch.
26318
26319 2010-02-25  Nicolas Benoit  <nbenoit@tuxfamily.org>
26320
26321         * ebitmap.c: Change calls to verify_popcount with calls to
26322         sbitmap_verify_popcount.
26323         (ebitmap_clear_bit): Fixed map->cacheindex test and
26324         map>cache update when bit clearing results in an empty
26325         element.
26326
26327 2010-02-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
26328
26329         PR target/43154
26330         * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
26331         (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
26332         and support both V2DF and V2DI modes.
26333         (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
26334         support both V2DF and V2DI modes.
26335         (general): Delete trailing whitespace from a few patterns.
26336
26337         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
26338         V2DF/V2DI interleave high/low builtins.
26339
26340         * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
26341         new VSX builtins.
26342
26343         * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
26344         interleave high/low functions.
26345
26346 2010-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
26347
26348         * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
26349         #pragma extern_prefix.
26350
26351 2010-02-25  Jakub Jelinek  <jakub@redhat.com>
26352
26353         PR debug/43166
26354         * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
26355         BLKmode, assert op0 is a MEM and just adjust its mode.
26356
26357         PR debug/43165
26358         * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
26359         if bitpos isn't multiple of mode's bitsize.
26360
26361 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26362
26363         * c.opt (-ftemplate-depth=): New.
26364         (-ftemplate-depth-): Deprecate.
26365         * optc-gen.awk: Handle -ftemplate-depth=.
26366         * opth-gen.awk: Likewise.
26367         * c-opts.c (c_common_handle_option): Likewise.
26368         * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
26369
26370 2010-02-24  Jason Merrill  <jason@redhat.com>
26371
26372         * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
26373
26374 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26375
26376         * cfg.c (alloc_aux_for_block): Remove inline.
26377         (alloc_aux_for_edge): Likewise.
26378
26379 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26380
26381         * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
26382
26383 2010-02-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26384
26385         * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
26386         * config/i386/sol2-gas.h: New file.
26387         * config.gcc (i[34567]86-*-solaris2*): Use it.
26388
26389 2010-02-24  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26390
26391         PR c/43128
26392         * c-typeck.c (ep_convert_and_check): New.
26393         (build_conditional_expr): Use it.
26394         (build_binary_op): Likewise.
26395
26396 2010-02-24  Jakub Jelinek  <jakub@redhat.com>
26397
26398         * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
26399
26400         PR debug/43150
26401         * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
26402         bounds even for -O+.
26403         * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
26404         expr needs to have DECL_NAME set.
26405
26406 2010-02-24  Nick Clifton  <nickc@redhat.com>
26407
26408         * config/mep/mep.c: Include gimple.h.
26409         (mep_function_uses_sp): Delete unused function.
26410         (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
26411         parameters.  Use unsigned integers to count args.  Return a
26412         NULL_RTX instead of an error_mark_node.  Toidy up formatting.
26413
26414 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
26415
26416         PR target/43107
26417         * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
26418         greater or equal to nelt instead of 2 * nelt.
26419         (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
26420         with nelt - 1.
26421
26422 2010-02-23  Jason Merrill  <jason@redhat.com>
26423
26424         PR debug/42800
26425         * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
26426         in cfun->local_decls even if they have register types.
26427
26428         PR c++/42837
26429         * stor-layout.c (place_field): Don't warn about unnecessary
26430         DECL_PACKED if the type is packed.
26431
26432 2010-02-23  Jakub Jelinek  <jakub@redhat.com>
26433
26434         PR target/43139
26435         * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
26436         GOTOFF relocs, even when the base reg isn't pic pointer.
26437
26438 2010-02-23  Michael Matz  <matz@suse.de>
26439
26440         PR debug/43077
26441         * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
26442         (expand_gimple_basic_block): Generate and use debug temps if there
26443         are debug uses left after the last real use of TERed ssa names.
26444         Unlink debug immediate uses when they are expanded.
26445
26446 2010-02-23  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26447
26448         PR 43123
26449         * config/i386/i386.c (override_options): Reorganise to provide
26450         better error messages.
26451
26452 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
26453
26454         PR middle-end/43083
26455         * graphite-scop-detection.c (create_single_exit_edge): Move
26456         the call to find_single_exit_edge to....
26457         (create_sese_edges): ...here.  Don't handle multiple edges
26458         exiting the function.
26459         (build_graphite_scops): Don't handle multiple edges
26460         exiting the function.
26461
26462 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
26463
26464         PR middle-end/43097
26465         * sese.c (get_rename): Assert that old_name is an SSA_NAME.
26466         (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
26467
26468 2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
26469
26470         PR middle-end/43026
26471         * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
26472
26473 2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26474
26475         PR c++/43126
26476         * c-typeck.c (convert_arguments): Print declaration location.
26477         * c-common.c (validate_nargs): Rename as
26478         builtin_function_validate_nargs.
26479         (check_builtin_function_arguments): Update.
26480
26481 2010-02-22  Richard Guenther  <rguenther@suse.de>
26482
26483         PR lto/43045
26484         * tree-inline.c (declare_return_variable): Use the type of
26485         the call stmt lhs if available.
26486
26487 2010-02-22  Duncan Sands  <baldrick@free.fr>
26488
26489         * passes.c (register_pass): Always consider all pass lists when
26490         ref_pass_instance_number is zero.
26491
26492 2010-02-22  Richard Guenther  <rguenther@suse.de>
26493
26494         PR tree-optimization/42749
26495         * tree-tailcall.c (adjust_return_value_with_ops): Drop update
26496         parameter.  Do arithmetic in the original type.
26497         (update_accumulator_with_ops): Likewise.
26498         (adjust_accumulator_values): Adjust.
26499
26500 2010-02-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26501
26502         * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
26503         (QI to BLKmode splitter): New splitter.
26504
26505 2010-02-22  H.J. Lu  <hongjiu.lu@intel.com>
26506
26507         * config/i386/i386.c (initial_ix86_tune_features): Turn on
26508         X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
26509
26510 2010-02-22  Richard Guenther  <rguenther@suse.de>
26511
26512         * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
26513
26514 2010-02-22  Hans-Peter Nilsson  <hp@bitrange.com>
26515
26516         Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
26517         * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
26518         ($(T)crti.o, $(T)crtn.o): Remove rules.
26519
26520 2010-02-21  Tobias Burnus  <burnus@net-b.de>
26521
26522         PR fortran/35259
26523         * doc/invoke.texi (-fassociative-math): Document that this
26524         option is automatically enabled for Fortran.
26525
26526 2010-02-20  David S. Miller  <davem@davemloft.net>
26527
26528         * configure.ac: Test if linker and assembler properly support
26529         GOTDATA_OP relocations.
26530         * configure: Rebuild.
26531         * config.in: Likewise.
26532         * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
26533         (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
26534         (movsi_high_pic): Likewise.
26535         (movdi_lo_sum_pic): Likewise.
26536         (movdi_high_pic): Likewise.
26537         (movsi_pic_gotdata_op): New pattern.
26538         (movdi_pic_gotdata_op): Likewise.
26539         * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
26540         emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
26541
26542 2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
26543
26544         PR target/43067
26545         * config/i386/sse.md (xop_mulv2div2di3_low): Change type
26546         attribute to ssemul.
26547         (xop_mulv2div2di3_high): Ditto.
26548
26549 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26550
26551         PR c++/35669
26552         * c.opt (Wconversion-null): New option.
26553         * doc/invoke.texi (Wconversion-null): Document.
26554
26555 2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26556
26557         * common.opt (Wlarger-than-): Add Undocumented.
26558
26559 2010-02-19  Mike Stump  <mikestump@comcast.net>
26560
26561         * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
26562
26563 2010-02-19  Jason Merrill  <jason@redhat.com>
26564
26565         PR target/40332
26566         * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
26567         * configure: Likewise.
26568
26569 2010-02-20  Alan Modra  <amodra@gmail.com>
26570
26571         PR middle-end/42344
26572         * cgraph.h (cgraph_make_decl_local): Declare.
26573         * cgraph.c (cgraph_make_decl_local): New function.
26574         (cgraph_make_node_local): Use it.
26575         * cgraphunit.c (cgraph_function_versioning): Likewise.
26576         * ipa.c (function_and_variable_visibility): Likewise.
26577
26578 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
26579
26580         PR bootstrap/43121
26581         * except.c (sjlj_emit_function_enter): Don't call
26582         add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
26583         directly.
26584         * rtl.h (add_reg_br_prob_note): Remove prototype.
26585
26586 2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
26587
26588         PR 41779
26589         * c-common.c (conversion_warning): Remove widening conversions
26590         before checking the conversion of integers to reals.
26591
26592 2010-02-19  Mike Stump  <mikestump@comcast.net>
26593
26594         PR middle-end/43125
26595         * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
26596
26597         PR objc/43061
26598         * cgraphunit.c (process_function_and_variable_attributes): Check
26599         DECL_PRESERVE_P instead of looking up attribute "used".
26600         * ipa-pure-const.c (check_decl): Likewise.
26601         * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
26602         * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
26603         * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
26604         instead of attribute "used".
26605         * config/sol2-c.c (solaris_pragma_init): Likewise.
26606         (solaris_pragma_fini): Likewise.
26607
26608 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
26609
26610         * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
26611         Use XCNEW instead of xcalloc.
26612         (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
26613         XNEW instead of xmalloc.
26614         (get_fields): Use XNEWVEC instead of xmalloc.
26615
26616         PR debug/43084
26617         * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
26618         populate vars array.
26619         (create_new_general_access): For debug stmts just reset value.
26620         (get_stmt_accesses): For accesses within debug stmts just record them
26621         using add_access_to_acc_sites instead of preventing the peeling or
26622         counting them as accesses.
26623
26624         PR middle-end/42233
26625         * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
26626
26627 2010-02-19  Richard Guenther  <rguenther@suse.de>
26628
26629         PR tree-optimization/42916
26630         * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
26631         instructions.
26632
26633 2010-02-19  Andreas Schwab  <schwab@linux-m68k.org>
26634
26635         * configure.ac: Replace all uses of changequote in macro arguments
26636         with proper quoting.
26637
26638 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
26639
26640         PR middle-end/42233
26641         * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
26642
26643 2010-02-19  Richard Guenther  <rguenther@suse.de>
26644
26645         PR tree-optimization/42944
26646         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
26647         test for aliasing with errno.
26648
26649 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
26650
26651         PR middle-end/42233
26652         * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
26653         do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
26654         * dojump.c: Include output.h.
26655         (inv): New inline function.
26656         (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
26657         do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
26658         do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
26659         do_jump_by_parts_equality, do_compare_and_jump): Add PROB
26660         argument, pass it down to other calls.
26661         (do_compare_rtx_and_jump): Likewise.  If PROB is not -1,
26662         add REG_BR_PROB note to the conditional jump.
26663         * cfgexpand.c (add_reg_br_prob_note): Removed.
26664         (expand_gimple_cond): Don't call it, add the probability
26665         as last argument to jumpif_1/jumpifnot_1.
26666         * Makefile.in (dojump.o): Depend on output.h.
26667         * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
26668         callers.
26669         * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
26670         * stmt.c (do_jump_if_equal): Likewise.
26671         * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
26672         * loop-unswitch.c (compare_and_jump_seq): Likewise.
26673         * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
26674         Likewise.
26675         * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
26676         * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
26677         jumpifnot_1 callers.
26678         (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
26679         callers.
26680         (store_expr): Adjust jumpifnot caller.
26681         (store_constructor): Adjust jumpif caller.
26682
26683         PR middle-end/42233
26684         * gimplify.c (gimple_boolify): For __builtin_expect call
26685         gimple_boolify also on its first argument.
26686
26687 2010-02-18  Uros Bizjak  <ubizjak@gmail.com>
26688
26689         * configure.ac (gnu-unique-object): Wrap regexps using [] in
26690         changequote block.
26691         (__stack_chk_fail): Ditto.  Remove quadrigraphs.
26692         * configure: Regenerated.
26693
26694 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
26695
26696         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
26697         lang_hooks.types_compatible_p instead of comptypes.
26698
26699 2010-02-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
26700
26701         * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
26702         (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
26703         if __prefer_thumb__ is defined.
26704
26705 2010-02-18  Martin Jambor  <mjambor@suse.cz>
26706
26707         PR tree-optimization/43066
26708         * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
26709         array with zero-sized element type.
26710
26711 2010-02-18  Jakub Jelinek  <jakub@redhat.com>
26712
26713         * dwarf2out.c (add_var_loc_to_decl): Change last argument to
26714         rtx, allocate struct var_loc_node here and return it to the
26715         caller, and only if it is actually needed.
26716         (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
26717         move it earlier and return immediately if it returns NULL.
26718
26719 2010-02-17  Mikael Pettersson  <mikpe@it.uu.se>
26720
26721         * config/sparc/gas.h: New file.  Restore
26722         TARGET_ASM_NAMED_SECTION to its ELF default.
26723         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
26724         check !HAVE_GNU_AS.
26725         * config/sparc/sparc.c (sparc_elf_asm_named_section):
26726         Likewise.  Add ATTRIBUTE_UNUSED to prototype.
26727         * config.gcc (sparc*-*-linux*): Include sparc/gas.h
26728         after sparc/sysv4.h.
26729
26730 2010-02-17  Dave Korn  <dave.korn.cygwin@gmail.com>
26731
26732         * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
26733
26734 2010-02-17  Steven Bosscher  <steven@gcc.gnu.org>
26735
26736         * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
26737         patterns from predicated pattern.
26738
26739 2010-02-17  Uros Bizjak  <ubizjak@gmail.com>
26740
26741         PR target/43103
26742         * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
26743         for insn mnemonic suffix.
26744
26745 2010-02-17  Richard Guenther  <rguenther@suse.de>
26746
26747         * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
26748         to loop PHI nodes.
26749
26750 2010-02-17  Jakub Jelinek  <jakub@redhat.com>
26751
26752         PR debug/42918
26753         * caller-save.c (save_call_clobbered_regs): If BB ends with
26754         a DEBUG_INSN, move any notes in between last real insn and the last
26755         DEBUG_INSN after the last DEBUG_INSN.
26756
26757 2010-02-16  Joern Rennecke  <joern.rennecke@embecosm.com>
26758
26759         * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
26760         Fix return type.  Fix argument type.  Explain meaning of return value.
26761
26762 2010-02-16  Richard Guenther  <rguenther@suse.de>
26763
26764         PR tree-optimization/41043
26765         * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
26766         (vrp_visit_assignment_or_call): Do not ask SCEV for regular
26767         statements ...
26768         (vrp_visit_phi_node): ... but only for loop PHI nodes.
26769
26770 2010-02-16  Ira Rosen  <irar@il.ibm.com>
26771
26772         PR tree-optimization/43074
26773         * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
26774         * tree-vect-loop.c (vect_analyze_loop_operations): Add
26775         vectorizable cycles in hybrid SLP check.
26776         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
26777
26778 2010-02-16  Richard Guenther  <rguenther@suse.de>
26779
26780         * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
26781         (true_dependence): If memrefs_conflict_p computes must-alias
26782         trust it.  Move TBAA check after offset-based disambiguation.
26783         (canon_true_dependence): Likewise.
26784
26785 2010-02-16  Alexandre Oliva  <aoliva@redhat.com>
26786
26787         * params.def (PARAM_MAX_VARTRACK_SIZE): New.
26788         * doc/invoke.texi: Document it.
26789         * var-tracking.c: Include toplev.h and params.h.
26790         (vt_find_locations): Return bool indicating success.  Compute
26791         hash sizes unconditionally.  Check new parameter, report.
26792         (variable_tracking_main_1): Check vt_find_locations results and
26793         retry.  Renamed from...
26794         (variable_tracking_main): ... this.  New wrapper to preserve
26795         flag_var_tracking_assignments.
26796         * Makefile.in (var-tracking.o): Adjust dependencies.
26797
26798 2010-02-16  Jack Howarth  <howarth@bromo.med.uc.edu>
26799             Jakub Jelinek  <jakub@redhat.com>
26800
26801         PR target/42854
26802         * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
26803         if weak_import attribute is present.
26804         * config/darwin.c (machopic_select_section): Likewise.
26805
26806 2010-02-15  Joern Rennecke  <joern.rennecke@embecosm.com>
26807
26808         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
26809         (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
26810         (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
26811         (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
26812
26813         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
26814         types.
26815
26816         * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
26817         Fix argument types.
26818
26819         * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
26820         Rewrite text to refer to the names.
26821
26822 2010-02-15  Sebastian Pop  <sebastian.pop@amd.com>
26823
26824         * config/i386/i386-builtin-types.def
26825         (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
26826         (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
26827         (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
26828         (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
26829         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
26830         IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
26831         IX86_BUILTIN_VPERMIL2PS256.
26832         (MULTI_ARG_4_DF2_DI_I): Defined.
26833         (MULTI_ARG_4_DF2_DI_I1): Defined.
26834         (MULTI_ARG_4_SF2_SI_I): Defined.
26835         (MULTI_ARG_4_SF2_SI_I1): Defined.
26836         (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
26837         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
26838         __builtin_ia32_vpermil2ps256.
26839         (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26840         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26841         MULTI_ARG_4_SF2_SI_I1.  Handle builtins with 4 arguments.
26842         (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
26843         MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
26844         MULTI_ARG_4_SF2_SI_I1.  Handle CODE_FOR_xop_vpermil2v2df3,
26845         CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
26846         CODE_FOR_xop_vpermil2v8sf3.
26847         * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
26848         * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
26849         * config/i386/xopintrin.h (_mm_permute2_pd): New.
26850         (_mm256_permute2_pd): New.
26851         (_mm_permute2_ps): New.
26852         (_mm256_permute2_ps): New.
26853
26854 2010-02-15  Nick Clifton  <nickc@redhat.com>
26855
26856         * config/h8300/h8300.c (h8300_push_pop): Use bool type for
26857         boolean parameters.  Use emit_jump_insn when emitting a pop
26858         instruction containing a return insn.
26859         (push): Use 'true' rather than '1' as second parameter to F.
26860         (h8300_expand_prologue): Likewise.
26861         Use 'true' and 'false' for boolean parameters to h8300_push_pop.
26862         (h8300_expand_epilogue): Likewise.
26863
26864 2010-02-15  Richard Guenther  <rguenther@suse.de>
26865
26866         PR middle-end/43068
26867         * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
26868         if that is zero.
26869
26870 2010-02-15  Nick Clifton  <nickc@redhat.com>
26871
26872         * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
26873         delta.
26874
26875 2010-02-14  Marco Poletti  <poletti.marco@gmail.com>
26876
26877         * intl.c (fake_ngettext): New function.
26878         * intl.h (fake_ngettext): Declare.
26879         (ngettext): Define macro.
26880         * collect2.c (notice_translated): New function.
26881         (main): Use notice_translated and ngettext.
26882         * collect2.h (notice_translated): Declare.
26883
26884 2010-02-14  Steven Bosscher  <steven@gcc.gnu.org>
26885
26886         * reorg.c (delete_computation): Comment fixes.
26887         * caller-save.c (setup_save_areas): Idem.
26888         * sel-sched-dump.c (dump_lv_set): Idem.
26889         * rtl.def: Idem.
26890
26891 2010-02-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26892
26893         * config/s390/s390.c (s390_sched_init): New function.
26894         (TARGET_SCHED_INIT): Target hook defined.
26895
26896 2010-02-12  Dave Korn  <dave.korn.cygwin@gmail.com>
26897             Jack Howarth  <howarth@bromo.med.uc.edu>
26898             Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
26899
26900         PR target/42982
26901         Partial revert of unintended change in fix for PR41605.
26902         * config/darwin.h: Fix typo.
26903         * config/darwin9.h: Same.
26904
26905 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26906
26907         * c-pch.c (pch_init): Clear v.
26908
26909 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26910
26911         PR middle-end/42930
26912         * graphite-scop-detection.c (graphite_can_represent_scev): Call
26913         graphite_can_represent_init for MULT_EXPR.
26914
26915 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26916
26917         PR middle-end/42914
26918         PR middle-end/42530
26919         * graphite-sese-to-poly.c (remove_phi): New.
26920         (translate_scalar_reduction_to_array): Call remove_phi.
26921
26922 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26923
26924         PR middle-end/42771
26925         * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
26926         * graphite-clast-to-gimple.h (gloog): Update declaration.
26927         * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
26928         * graphite-poly.h (struct poly_bb): Add missing comments.
26929         (struct scop): Add poly_scop_p field.
26930         (POLY_SCOP_P): New.
26931         * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
26932         * graphite.c (graphite_transform_loops): Build the polyhedral
26933         representation for each scop before code generation.
26934         * sese.c (rename_variables_in_operand): Removed.
26935         (rename_variables_in_expr): Return the renamed expression.
26936         (rename_sese_parameters): New.
26937         * sese.h (rename_sese_parameters): Declared.
26938
26939 2010-02-11  Richard Guenther  <rguenther@suse.de>
26940
26941         PR tree-optimization/42998
26942         * tree-ssa-pre.c (create_expression_by_pieces): Treat
26943         POINTER_PLUS_EXPR properly.
26944
26945 2010-02-11  Sebastian Pop  <sebastian.pop@amd.com>
26946             Changpeng Fang  <changpeng.fang@amd.com>
26947
26948         PR middle-end/40886
26949         * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
26950         the cost of an IV candidate when the IV is used in a test against zero.
26951
26952         * gcc.dg/tree-ssa/ivopts-3.c: New.
26953
26954 2010-02-11  Richard Guenther  <rguenther@suse.de>
26955
26956         PR lto/41664
26957         * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
26958         pointer-vs-decl case by swapping refs.  Handle some cases
26959         of pointer-vs-decl disambiguations more conservatively.
26960         * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
26961         to false after expanding.
26962
26963 2010-02-11  Richard Guenther  <rguenther@suse.de>
26964
26965         PR driver/43021
26966         * gcc.c (process_command): Handle LTO file@offset case more
26967         appropriately.
26968
26969 2010-02-11  Jakub Jelinek  <jakub@redhat.com>
26970
26971         * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
26972         modifications outside of the DEBUG_INSN.  Accept CLOBBERs inside
26973         of DEBUG_INSNs.
26974         (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
26975
26976         * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
26977         if MEM's mode size isn't DWARF2_ADDR_SIZE.
26978         (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
26979         Optimize eq/ne comparisons when both arguments are known to be
26980         zero-extended.
26981         (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
26982         Don't mask operands unnecessarily if they are known to be already
26983         zero-extended.
26984
26985 2010-02-10  Vladimir Makarov  <vmakarov@redhat.com>
26986
26987         * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
26988         instead of loop.
26989
26990 2010-02-10  Richard Guenther  <rguenther@suse.de>
26991
26992         PR tree-optimization/43017
26993         * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
26994         for wrapping signed arithmetic.
26995
26996 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
26997
26998         PR debug/43010
26999         * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
27000         if no debug info should be emitted for it.
27001
27002 2010-02-10  Kaz Kojima  <kkojima@gcc.gnu.org>
27003
27004         * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
27005         note when flag_exceptions is set.
27006
27007 2010-02-10  Duncan Sands  <baldrick@free.fr>
27008
27009         * Makefile.in (PLUGIN_HEADERS): Add debug.h.
27010
27011 2010-02-10  Richard Guenther  <rguenther@suse.de>
27012
27013         PR c/43007
27014         * tree.c (get_unwidened): Handle constants.
27015         * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
27016
27017 2010-02-10  Martin Jambor  <mjambor@suse.cz>
27018
27019         PR lto/42985
27020         * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
27021         check for variable argument counts independently.
27022
27023 2010-02-10  Christian Bruel  <christian.bruel@st.com>
27024
27025         PR target/42841
27026         * config/sh/sh.c (find_barrier): Increase length for non delayed
27027         conditional branches.
27028
27029 2010-02-10  Christian Bruel  <christian.bruel@st.com>
27030
27031         * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
27032
27033 2010-02-10  Jakub Jelinek  <jakub@redhat.com>
27034
27035         * builtins.c (set_builtin_user_assembler_name): Also handle
27036         ffs if int is smaller than word.
27037
27038 2010-02-09  Vladimir Makarov  <vmakarov@redhat.com>
27039
27040         PR middle-end/42973
27041         * ira-conflicts.c (get_dup): Remove.
27042         (process_reg_shuffles): Add new parameter.  Use it as an
27043         additional guard for copy generation.
27044         (add_insn_allocno_copies): Rewrite.
27045
27046 2010-02-09  Alexander Monakov  <amonakov@ispras.ru>
27047
27048         * common.opt (fsched2-use-traces): Preserved for backward
27049         compatibility.
27050         * doc/invoke.texi: Remove the documentation about option
27051         -fsched2-use-traces.
27052         * sched-rgn.c (rest_of_handle_sched2): Remove usage of
27053         flag_sched2_use_traces.
27054         * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
27055         the backward compatibility flag section.
27056
27057 2010-02-09  Richard Guenther  <rguenther@suse.de>
27058
27059         PR tree-optimization/43008
27060         * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
27061         make HEAP variables initialized from global memory if they
27062         are not known builtin functions.
27063         (find_func_aliases): Adjust.
27064
27065 2010-02-09  Richard Guenther  <rguenther@suse.de>
27066
27067         PR tree-optimization/43000
27068         * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
27069         arithmetic manually.
27070
27071 2010-02-08  Jakub Jelinek  <jakub@redhat.com>
27072
27073         PR tree-optimization/42931
27074         * tree-loop-linear.c (try_interchange_loops): Don't call
27075         double_int_mul if estimated_loop_iterations failed.
27076
27077 2010-02-08  Martin Jambor  <mjambor@suse.cz>
27078
27079         PR middle-end/42898
27080         * tree-sra.c (build_accesses_from_assign): Do not mark in
27081         should_scalarize_away_bitmap if stmt has volatile ops.
27082         (sra_modify_assign): Do not process assigns piecemeal if if stmt
27083         has volatile ops.
27084
27085 2010-02-08  Joern Rennecke  <joern.rennecke@embecosm.com>
27086
27087         * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
27088
27089 2010-02-07  Adam Nemet  <adambnmet@gmail.com>
27090
27091         * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
27092         before the pattern.
27093
27094 2010-02-07  Andrew Pinski  <pinskia@gmail.com>
27095
27096         PR middle-end/42946
27097         * df-core.c (df_finish_pass): Change type of saved_flags to int.
27098
27099 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
27100
27101         PR middle-end/42988
27102         * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
27103         to unknown_dependence.
27104         (graphite_legal_transform_dr): Handle the unknown_dependence.
27105         (graphite_carried_dependence_level_k): Same.
27106
27107 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
27108
27109         * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
27110
27111 2010-02-07  Richard Guenther  <rguenther@suse.de>
27112
27113         PR middle-end/42991
27114         * expr.c (get_inner_reference): Always initialize *pbitsize.
27115
27116 2010-02-07  Richard Guenther  <rguenther@suse.de>
27117
27118         PR middle-end/42956
27119         * gimplify.c (gimple_fold_indirect_ref): Avoid generating
27120         new ARRAY_REFs on variable size element or minimal index arrays.
27121         Complete.
27122         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
27123         gimple_fold_indirect_ref.
27124
27125 2010-02-06  Richard Earnshaw  <rearnsha@arm.com>
27126
27127         PR target/42957
27128         * arm.c (arm_override_options): Just return if the user has specified
27129         an invalid fpu name.
27130
27131 2010-02-03  Jason Merrill  <jason@redhat.com>
27132
27133         PR c++/42870
27134         * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
27135         i386_pe_maybe_record_exported_symbol.
27136
27137 2010-02-05  Steve Ellcey  <sje@cup.hp.com>
27138
27139         PR target/42924
27140         * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
27141         (pa_delegitimize_address): New function.
27142
27143 2010-02-05  Ozkan Sezer  <sezeroz@gmail.com>
27144
27145         * config/i386/msformat-c.c (ms_printf_length_specs): Set the
27146         scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
27147
27148 2010-02-05  Richard Guenther  <rguenther@suse.de>
27149
27150         PR lto/42762
27151         * lto-streamer-in.c (get_resolution): Deal with references
27152         to undefined functions.
27153
27154 2010-02-05  Richard Guenther  <rguenther@suse.de>
27155
27156         * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
27157         (fold_const_aggregate_ref): Likewise.
27158         (ccp_fold_stmt): Substitute loads.
27159         (maybe_fold_reference): Verify types before substituting.
27160         Unshare properly.
27161         (fold_gimple_assign): Unshare properly.
27162         (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
27163
27164 2010-02-05  Nathan Froyd  <froydnj@codesourcery.com>
27165
27166         * config/rs6000/rs6000.c (rs6000_override_options): Invert check
27167         for rs6000_gen_cell_microcode.
27168
27169 2010-02-04  Richard Guenther  <rguenther@suse.de>
27170
27171         PR rtl-optimization/42952
27172         * dse.c (const_or_frame_p): Remove MEM handling.
27173
27174 2010-02-04  Nick Clifton  <nickc@redhat.com>
27175
27176         * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
27177         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
27178         (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
27179         (mn10300_asm_output_mi_thunk): New function.
27180         (mn10300_can_output_mu_thunk): New function.
27181         * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
27182         (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
27183         (FUNCTION_ARG): Delete incorrect comment.
27184
27185 2010-02-03  Jason Merrill  <jason@redhat.com>
27186
27187         PR c++/40138
27188         * fold-const.c (operand_equal_p): Handle erroneous types.
27189
27190 2010-02-03  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
27191
27192         * config/h8300/h8300.md (can_delay): Fix attibute condition.
27193
27194 2010-02-03  Vladimir Makarov  <vmakarov@redhat.com>
27195
27196         PR rtl-optimization/42941
27197         * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
27198         of xmalloc.
27199
27200 2010-02-03  Jason Merrill  <jason@redhat.com>
27201
27202         PR c++/35652
27203         * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
27204
27205 2010-02-03  Alexandre Oliva  <aoliva@redhat.com>
27206
27207         PR debug/42896
27208         * cselib.h (struct cselib_val_struct): Add uid.  Rename value to hash.
27209         (cselib_reset_table): Renamed from...
27210         (cselib_reset_table_with_next_value): ... this.
27211         (cselib_get_next_uid): Renamed from...
27212         (cselib_get_next_unknown_value): ... this.
27213         * cselib.c (next_uid): Renamed from...
27214         (next_unknown_value): ... this.
27215         (cselib_clear_table): Adjust.
27216         (cselib_reset_table): Adjust.  Renamed from...
27217         (cselib_reset_table_with_next_value): ... this.
27218         (cselib_get_next_uid): Adjust.  Renamed from...
27219         (cselib_get_next_unknown_value): ... this.
27220         (get_value_hash): Use hash.
27221         (cselib_hash_rtx): Likewise.
27222         (new_cselib_val): Adjust.  Set and dump uid.
27223         (cselib_lookup_mem): Pass next_uid as hash.
27224         (cselib_subst_to_values): Likewise.
27225         (cselib_log_lookup): Dump uid.
27226         (cselib_lookup): Pass next_uid as hash.  Adjust.
27227         (cselib_process_insn): Adjust.
27228         (cselib_init): Initialize next_uid.
27229         (cselib_finish): Adjust.
27230         (dump_cselib_table): Likewise.
27231         * dse.c (canon_address): Dump value uid.
27232         * print-rtl.c (print_rtx): Print value uid.
27233         * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
27234         (dvuid): New type.
27235         (dv_uid): New function, sort of renamed from...
27236         (dv_htab_hash): ... this, reimplemented in terms of it and...
27237         (dv_uid2hash): ... this.  New.
27238         (variable_htab_eq): Drop excess assertions.
27239         (tie_break_pointers): Removed.
27240         (canon_value_cmp): Compare uids.
27241         (variable_post_merge_New_vals): Print uids.
27242         (vt_add_function_parameters): Adjust.
27243         (vt_initialize): Reset table.  Adjust.
27244
27245 2010-02-03  Richard Guenther  <rguenther@suse.de>
27246
27247         PR tree-optimization/42944
27248         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
27249         (call_may_clobber_ref_p_1): Likewise.  Properly handle
27250         malloc and calloc clobbering errno.
27251
27252 2010-02-03  Steven Bosscher  <steven@gcc.gnu.org>
27253
27254         * doc/invoke.texi: Fix name of sched1 dump.
27255
27256         * opts.c (decode_options): Set flag_tree_switch_conversion
27257         only conditionally on optimize >= 2.
27258
27259         * gcse.c: Assorted comment fixes in pass description.
27260
27261 2010-02-03  Anthony Green  <green@moxielogic.com>
27262
27263         * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
27264         nop padding in order to maintain alignment of storage location of
27265         target function address.
27266         (moxie_trampoline_init): Store target function address at newly
27267         aligned location.
27268         * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
27269         to 32.
27270         (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
27271
27272 2010-02-03  Richard Guenther  <rguenther@suse.de>
27273
27274         PR middle-end/42927
27275         * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
27276
27277 2010-02-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27278
27279         * config.gcc: Reenable check for obsolete targets.
27280         Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
27281         mips-sgi-irix6.[0-4]*.
27282
27283 2010-02-02  Nick Clifton  <nickc@redhat.com>
27284
27285         * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
27286         constant size of 4 as being the same as 0.
27287         * doc/invoke.texi (RX Options): Document that -mmax-constant-size
27288         can take values in the range 0..4.
27289
27290 2010-02-02  Jack Howarth  <howarth@bromo.med.uc.edu>
27291
27292         PR java/41991
27293         * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
27294         as _darwin10_Unwind_FindEnclosingFunction().
27295         * libgcc-libsystem.ver: New.
27296
27297 2010-02-01  Vladimir Makarov  <vmakarov@redhat.com>
27298
27299         PR target/41399
27300         * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
27301         implicitly set registers.
27302
27303 2010-02-01  Richard Earnshaw  <rearnsha@arm.com>
27304
27305         * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
27306         (arm_override_options): Allow automatic selection of the thread
27307         pointer register if thumb2.
27308         (legitimize_pic_address): Improve code sequences for Thumb2.
27309         (arm_call_tls_get_addr): Likewise.
27310         (legitimize_tls_address): Likewise.
27311         * arm.md (pic_load_addr_arm): Delete.  Replace with ...
27312         (pic_load_addr_32bit): ... this.  New named pattern.
27313         * thumb2.md (pic_load_addr_thumb2): Delete.
27314         (pic_load_dot_plus_four): Delete.
27315         (tls_load_dot_plus_four): New named pattern.
27316
27317 2010-02-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27318
27319         PR libgomp/29986
27320         * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
27321         Document fix for TLS bug.
27322
27323 2010-01-31  Richard Guenther  <rguenther@suse.de>
27324
27325         * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
27326         conservatively correct.
27327
27328 2010-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27329
27330         PR target/42850
27331         Revert:
27332         2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
27333
27334         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
27335
27336 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27337
27338         * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
27339
27340 2010-01-31  Kai Tietz  <kai.tietz@onevision.com>
27341
27342         * config.gcc: Adjust order of makefile fragments for mingw targets.
27343
27344 2010-01-31  Richard Guenther  <rguenther@suse.de>
27345
27346         PR middle-end/42898
27347         * gimplify.c (gimplify_init_constructor): For volatile LHS
27348         initialize a temporary.
27349
27350 2010-01-31  Matthias Klose  <doko@ubuntu.com>
27351
27352         * configure.ac: Fix __stack_chk_fail check for cross builds configured
27353         --with-headers
27354         * configure: Regenerate.
27355
27356 2010-01-29  Eric Botcazou  <ebotcazou@adacore.com>
27357
27358         * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
27359         the same alias set and their sizes different constantness.
27360         (aliasing_component_refs_p): Revert 2009-10-24 change.
27361
27362 2010-01-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27363
27364         * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
27365         unused.
27366
27367 2010-01-29  Richard Guenther  <rguenther@suse.de>
27368
27369         * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
27370         Assert we successfully updated the call.
27371
27372 2010-01-29  Jakub Jelinek  <jakub@redhat.com>
27373
27374         PR rtl-optimization/42889
27375         * df.h (df_set_bb_dirty_nonlr): New prototype.
27376         * df-core.c (df_set_bb_dirty_nonlr): New function.
27377         * df-scan.c (df_insn_rescan): Call it instead of
27378         df_set_bb_dirty for DEBUG_INSNs.
27379
27380 2010-01-29  Richard Guenther  <rguenther@suse.de>
27381
27382         PR middle-end/37448
27383         * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
27384         quadratic behavior in most cases.
27385
27386 2010-01-28  Uros Bizjak  <ubizjak@gmail.com>
27387
27388         PR target/42891
27389         * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
27390         in the call to gen_x86_movsicc_0_m1.
27391
27392 2010-01-28  Richard Guenther  <rguenther@suse.de>
27393
27394         PR tree-optimization/42871
27395         * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
27396
27397 2010-01-28  Richard Guenther  <rguenther@suse.de>
27398
27399         * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
27400         into call arguments.
27401
27402 2010-01-28  Richard Guenther  <rguenther@suse.de>
27403
27404         PR middle-end/42883
27405         * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
27406         the forwarder if the destination is an EH landing pad.
27407
27408 2010-01-28  Razya Ladelsky  <razya@il.ibm.com>
27409
27410         * tree-parloops.c (transform_to_exit_first_loop): Update the basic
27411         block list passed to gimple_duplicate_sese_tail.
27412         (parallelize_loops): Avoid parallelization when the function
27413         has_nonlocal_label.
27414         Avoid parallelization when the preheader is IRREDUCIBLE.
27415         Try to optimize when estimated_loop_iterations_int is unresolved.
27416         Add the loop's location to the dump file.
27417         * tree-cfg.c (add_phi_args_after_redirect): Remove.
27418         (gimple_duplicate_sese_tail): Remove the check for the latch.
27419         Redirect nexits to the exit block.
27420         Remove handling of the incoming edges to the latch.
27421         Redirect the backedge from the copied latch to the exit bb.
27422
27423 2010-01-28  Michael Matz  <matz@suse.de>
27424
27425         PR target/42881
27426         * config/i386/i386.c (ix86_expand_vector_init_duplicate):
27427         Wrap force_reg into a sequence, emit it before user.
27428
27429 2010-01-28  Stephen Thomas  <stephen.thomas@arm.com>
27430
27431         * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
27432         (arm_rev): New.
27433         (arm_legacy_rev): Likewise.
27434         (thumb_legacy_rev): Likewise.
27435
27436 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
27437
27438         * dwarf2out.c (mem_loc_descriptor): Remove special casing of
27439         CONSTANT_POOL_ADDRESS_P SYMBOL_REFs.  If for MEM recursive call
27440         on MEM's address failed, try avoid_constant_pool_reference and
27441         recurse if it returned something different.
27442         (loc_descriptor): If for MEM mem_loc_descriptor failed on the
27443         address, try avoid_constant_pool_reference and recurse if it
27444         returned something different.
27445         (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
27446         address and avoid_constant_pool_reference returned something
27447         different, don't set have_address.
27448
27449 2010-01-27  Alexandre Oliva  <aoliva@redhat.com>
27450
27451         PR debug/42861
27452         * var-tracking.c (val_store): Add modified argument, obey it.
27453         Adjust callers.
27454         (count_uses): Move down logging of main.
27455         (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
27456         don't need resolution.
27457         (emit_notes_in_bb): Likewise.
27458
27459 2010-01-27  Richard Guenther  <rguenther@suse.de>
27460
27461         PR middle-end/42878
27462         * tree-inline.c (remap_decl): Delay remapping of SSA name
27463         default definitions until we need them.
27464
27465 2010-01-27  Jakub Jelinek  <jakub@redhat.com>
27466
27467         * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
27468         (rs6000_delegitimize_address): New function.
27469
27470         * config/s390/s390.c (s390_delegitimize_address): Call
27471         delegitimize_mem_from_attrs.
27472
27473         PR middle-end/42874
27474         * tree-inline.c (cannot_copy_type_1): Removed.
27475         (copy_forbidden): Don't forbid copying of functions containing
27476         records/unions with variable length fields.
27477
27478 2010-01-27  Christian Bruel  <christian.bruel@st.com>
27479
27480         Revert:
27481         PR target/42841
27482         * config/sh/sh.c (find_barrier): Increase length for non delayed
27483         conditional branches.
27484
27485 2010-01-27  Matthias Klose  <doko@ubuntu.com>
27486
27487         * configure.ac (gnu-unique-object): Fix ldd version check.
27488         * configure: Regenerate.
27489
27490 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27491
27492         * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
27493         HAVE_GNU_AS value.
27494         * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
27495         Test for HAVE_GNU_AS value.
27496
27497 2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27498
27499         * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
27500         * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
27501         INT64_TYPE): Define.
27502         (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
27503         (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
27504         INT_LEAST64_TYPE): Define.
27505         (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
27506         UINT_LEAST64_TYPE): Define.
27507         (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
27508         INT_FAST64_TYPE): Define.
27509         (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
27510         UINT_FAST64_TYPE): Define.
27511         (INTMAX_TYPE, UINTMAX_TYPE): Define.
27512         (INTPTR_TYPE, UINTPTR_TYPE): Define.
27513         (SIG_ATOMIC_TYPE): Define.
27514
27515 2010-01-26  Richard Guenther  <rguenther@suse.de>
27516
27517         * df-scan.c (df_scan_set_bb_info): Remove assert.
27518         (df_insn_rescan_debug_internal): Merge asserts.
27519         (df_install_ref): Likewise.
27520         (df_mark_reg): Use bitmap_set_range.
27521         (df_hard_reg_used_p): Remove assert.
27522         (df_hard_reg_used_count): Likewise.
27523
27524 2010-01-26  Richard Guenther  <rguenther@suse.de>
27525
27526         PR rtl-optimization/42685
27527         * web.c (web_main): Ignore DEBUG_INSNs.
27528
27529 2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
27530
27531         * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
27532
27533         (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
27534         Fix types of fndecl and arglist parameters.
27535
27536 2010-01-26  Richard Guenther  <rguenther@suse.de>
27537
27538         PR middle-end/42806
27539         * tree-eh.c (unsplit_eh): Skip debug insns.
27540
27541 2010-01-26  Richard Guenther  <rguenther@suse.de>
27542
27543         PR tree-optimization/42250
27544         * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
27545
27546 2010-01-26  Jakub Jelinek  <jakub@redhat.com>
27547
27548         PR fortran/42866
27549         * omp-low.c (expand_omp_sections): Only use single_pred if
27550         l2_bb is single_pred_p.
27551
27552 2010-01-25  Christian Bruel  <christian.bruel@st.com>
27553
27554         PR target/42841
27555         * config/sh/sh.c (find_barrier): Increase length for non delayed
27556         conditional branches.
27557         (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
27558
27559 2010-01-24  David S. Miller  <davem@davemloft.net>
27560
27561         * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
27562         define if not using GAS.
27563         * config/sparc/sparc.c (sparc_elf_asm_named_section):
27564         Likewise.  Delete SECTION_MERGE code, which is only applicable
27565         when using GAS.
27566
27567 2010-01-24  Mark Mitchell  <mark@codesourcery.com>
27568
27569         PR c++/42748
27570         * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
27571         mangling of va_list in system headers.
27572
27573 2010-01-23  Toon Moene  <toon@moene.org>
27574
27575         * tree-predcom.c (combine_chains): Return NULL, not false.
27576
27577 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
27578
27579         * tree-loop-distribution.c (distribute_loop): Fix declaration and
27580         initialization of variable res to agree with return type.
27581
27582 2010-01-22  Steve Ellcey  <sje@cup.hp.com>
27583
27584         * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
27585         * tree-sra.c: Add include of expr.h.
27586
27587 2010-01-22  Jakub Jelinek  <jakub@redhat.com>
27588
27589         * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
27590         insert the debug stmt on the single non-EH edge from the stmt.
27591
27592 2010-01-22  Richard Henderson  <rth@redhat.com>
27593
27594         PR tree-opt/42833
27595         * tree-sra.c (sra_modify_assign): Delay re-gimplification of
27596         the RHS until after generate_subtree_copies has insertted its
27597         code before the current statement.
27598
27599 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
27600
27601         * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
27602
27603         * gcc-plugin.h (plugin_init): Use "C" likage for c++.
27604
27605 2010-01-21  Martin Jambor  <mjambor@suse.cz>
27606
27607         PR tree-optimization/42585
27608         * tree-sra.c (struct access): New field grp_total_scalarization.
27609         (dump_access): Dump the new field.
27610         (should_scalarize_away_bitmap): New variable.
27611         (cannot_scalarize_away_bitmap): Likewise.
27612         (sra_initialize): Allocate new bitmaps.
27613         (sra_deinitialize): Free new bitmaps.
27614         (create_access_1): New function.
27615         (create_access): Parts moved to create_access_1.
27616         (type_consists_of_records_p): New function.
27617         (completely_scalarize_record): Likewise.
27618         (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
27619         (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
27620         (sort_and_splice_var_accesses): Hint groups with a total_scalarization
27621         access.
27622         (analyze_all_variable_accesses): Completely scalarize small eligible
27623         records.
27624
27625 2010-01-21  Martin Jambor  <mjambor@suse.cz>
27626
27627         * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
27628
27629 2010-01-21  Andrew Haley  <aph@redhat.com>
27630
27631         * gcc.c (process_command): Move lang_specific_driver before
27632         setting cc_libexec_prefix.
27633
27634 2010-01-21  Richard Guenther  <rguenther@suse.de>
27635
27636         PR middle-end/19988
27637         * fold-const.c (negate_expr_p): Pretend only negative
27638         real constants are easily negatable.
27639
27640 2010-01-20  Janis Johnson  <janis187@us.ibm.com>
27641             Jason Merrill  <jason@redhat.com>
27642
27643         * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
27644         (TYPE_TRANSPARENT_AGGR): this, for union and record.
27645         * calls.c (initialize argument_information): Handle it.
27646         * c-common.c (handle_transparent_union_attribute): Use new name.
27647         * c-decl.c (finish_struct): Ditto.
27648         * c-typeck.c (type_lists_compatible_p): Ditto.
27649         (convert_for_assignment): Use new name and also handle record.
27650         * function.c (aggregate_value_p): Handle it.
27651         (pass_by_reference): Ditto.
27652         (assign_parm_data_types): Ditto.
27653         * print-tree.c (print_node): Ditto.
27654         * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
27655         * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
27656         * tree.c (first_field): New fn.
27657
27658 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
27659
27660         PR target/42818
27661         * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
27662         even when linking statically, for now.
27663
27664 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
27665
27666         PR debug/42715
27667         * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
27668         without a cselib val.
27669         (count_uses): Accept MO_VAL_SET with no val on stores.
27670         (add_stores): Likewise.
27671
27672 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27673
27674         * var-tracking.c (check_value_val): Add a compile time assertion.
27675         (dv_is_decl_p): Simplify.
27676         (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
27677         gcc_assert if ENABLE_CHECKING.
27678
27679 2010-01-20  Alexandre Oliva  <aoliva@redhat.com>
27680
27681         PR debug/42782
27682         * var-tracking.c: Include tree-flow.h.
27683         (mem_dies_at_call): New.
27684         (dataflow_set_preserve_mem_locs): Use it.
27685         (dataflow_set_remove_mem_locs): Likewise.
27686         (dump_var): Renamed from dump_variable.  Adjust all callers.
27687         (dump_var_slot): Renamed from dump_variable_slot.  Likewise.
27688         * Makefile.in (var-tracking.o): Adjust deps.
27689
27690 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
27691
27692         * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
27693
27694 2010-01-20  Richard Guenther  <rguenther@suse.de>
27695
27696         PR tree-optimization/42717
27697         * tree-ssa-dce.c (get_live_post_dom): Remove.
27698         (forward_edge_to_pdom): Take an arbitrary edge to copy
27699         degenerate PHI args from.
27700         (remove_dead_stmt): Use the first post-dominator even if it
27701         does not contain live statements as redirection destination.
27702
27703 2010-01-20  Richard Guenther  <rguenther@suse.de>
27704
27705         * tree-inline.c (estimate_num_insns): Handle EH builtins.
27706
27707 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27708
27709         * sel-sched.c (create_speculation_check): Remove set but not used
27710         variable twin.
27711         (try_transformation_cache): Remove set but not used variable ds.
27712         (calculate_privileged_insns): Remove set but not used variables
27713         cur_insn and min_spec_insn.
27714         (find_best_expr): Remove set but not used variable avail_n.
27715         * tree-predcom.c (base_names_in_chain_on): Remove set but not used
27716         variable e.
27717         * cgraphunit.c (assemble_thunk): Remove set but not used variable
27718         false_label.
27719         * haifa-sched.c (remove_notes): Remove set but not used variable prev.
27720         * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
27721         new_scop_exit_edge.
27722
27723 2010-01-20  Felyza Wishbringer  <fwishbringer@gmail.com>
27724
27725         PR bootstrap/42786
27726         * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
27727         cpu types.  Add support for *-sse3 cpu types.
27728         (x86_64-*-*): Ditto.
27729
27730 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27731
27732         PR middle-end/42803
27733         * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
27734         argument, call initializer_constant_valid_p_1 instead of
27735         initializer_constant_valid_p, pass CACHE to it, return NULL
27736         immediately if first call returns NULL.
27737         (initializer_constant_valid_p_1): New function.
27738         (initializer_constant_valid_p): Use it.
27739
27740 2010-01-20  Thomas Quinot  <quinot@adacore.com>
27741
27742         * tree.def (PLACEHOLDER_EXPR): Fix comment.
27743
27744 2010-01-20  Jakub Jelinek  <jakub@redhat.com>
27745
27746         * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
27747         of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
27748         (loc_list_from_tree): Don't handle unsigned division.  Handle
27749         signed modulo using DW_OP_{over,over,div,mul,minus}.
27750         * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
27751         modulo instead of signed.
27752
27753 2010-01-20  DJ Delorie  <dj@redhat.com>
27754
27755         * config/h8300/h8300.c (F): Add "in_epilogue" flag.
27756         (Fpa): Pass it
27757         (h8300_emit_stack_adjustment): Propogate it.
27758         (push): Pass it.
27759         (h8300_expand_prologue): Likewise.
27760         (h8300_expand_epilogue): Likewise.
27761
27762 2010-01-19  Michael Matz  <matz@suse.de>
27763
27764         PR tree-optimization/41783
27765         * tree-data-ref.c (toplevel): Include flags.h.
27766         (dump_data_dependence_relation):  Also dump the inputs if the
27767         result will be unknown.
27768         (split_constant_offset_1): Look through some conversions.
27769         * tree-predcom.c (determine_roots_comp): Restart a new chain if
27770         the offset from last element is too large.
27771         (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
27772         (reassociate_to_the_same_stmt): Handle vector registers.
27773         * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
27774         (e.g. conversions).
27775         * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
27776         wide_prolog_niters argument, emit widening instructions.
27777         (vect_do_peeling_for_alignment): Adjust caller, use widened
27778         variant of the iteration cound.
27779         * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
27780
27781 2010-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
27782
27783         PR target/38697
27784         * config/arm/neon-testgen.m (emit_automatics): New parameter
27785         features. Adjust for Fixed_return_reg feature.
27786         (test_intrinsic): Call emit_automatics with new feature.
27787         * config/arm/neon.ml: Update copyright years.
27788         (features): New Fixed_return_reg feature.
27789         (ops): Update feature for Vget_low.
27790
27791 2010-01-19  Jakub Jelinek  <jakub@redhat.com>
27792
27793         PR tree-optimization/42719
27794         * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
27795         stmt uses.
27796
27797         PR debug/42728
27798         * fwprop.c (all_uses_available_at): Return false if def_set dest
27799         is a REG that is used in def_insn.
27800
27801 2010-01-19  Joern Rennecke  <amylaar@spamcop.net>
27802
27803         * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
27804
27805         (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
27806         Add argument names.
27807
27808         (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
27809
27810         * target.h (struct gcc_target) <secondary_reload>: Change type
27811         of last argument to secondary_reload_info *.
27812
27813 2010-01-18  Uros Bizjak  <ubizjak@gmail.com>
27814
27815         PR target/42774
27816         * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
27817         memory references with unaligned offsets.  Remove CQImode handling.
27818         (unaligned_memory_operand): Return 1 for memory references with
27819         unaligned offsets.  Remove CQImode handling.
27820
27821 2010-01-18  Richard Guenther  <rguenther@suse.de>
27822
27823         PR middle-end/39954
27824         * cfgexpand.c (expand_call_stmt): TER pointer arguments in
27825         builtin calls.
27826
27827 2010-01-18  Richard Guenther  <rguenther@suse.de>
27828
27829         PR tree-optimization/42781
27830         * tree-ssa-structalias.c (find_what_var_points_to): Skip
27831         restrict processing only if the original variable was artificial.
27832
27833 2010-01-18  Joern Rennecke  <amylaar@spamcop.net>
27834
27835         * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
27836         find number of popped argument bytes.
27837
27838         (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
27839         Fix the text that describes the return value for invalid insns.
27840
27841         (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type.  Fix argument list.
27842
27843         (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
27844         Clarify what 'cost of the -dependence' is.  Fix quoting.
27845
27846         * toplev.c (default_get_pch_validity): Rename argument to "sz".
27847         * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
27848
27849 2010-01-17  Jakub Jelinek  <jakub@redhat.com>
27850
27851         * dwarf2out.c (mem_loc_descriptor): Don't ICE on
27852         {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
27853
27854 2010-01-17  Richard Guenther  <rguenther@suse.de>
27855
27856         PR middle-end/42248
27857         * function.c (split_complex_args): Take a VEC to modify.
27858         (assign_parms_augmented_arg_list): Build a VEC instead of
27859         a chain of PARM_DECLs.
27860         (assign_parms_unsplit_complex): Take a VEC of arguments.
27861         Do not fixup unmodified parms.
27862         (assign_parms): Deal with the VEC.
27863         (gimplify_parameters): Likewise.
27864
27865 2010-01-17  Richard Guenther  <rguenther@suse.de>
27866
27867         * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
27868         node existence check.
27869         * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
27870         * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
27871         * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
27872         * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
27873         (gimple_execute_on_growing_pred): Likewise.
27874
27875 2010-01-17  Richard Guenther  <rguenther@suse.de>
27876
27877         PR tree-optimization/42773
27878         * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
27879         (compute_antic_aux): Likewise.
27880         (compute_partial_antic_aux): Likewise.
27881
27882 2010-01-17  Jie Zhang  <jie.zhang@analog.com>
27883
27884         PR debug/42767
27885         * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
27886         and US_TRUNCATE.
27887
27888 2010-01-17  Joern Rennecke  <amylaar@spamcop.net>
27889
27890         * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
27891         appearance.
27892
27893         (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
27894         Fix markup for strict argument.
27895
27896         (TARGET_SCHED_REORDER2): Fix argument types.
27897
27898         (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
27899         (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
27900
27901         (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
27902         (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
27903
27904         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
27905         Add argument name.
27906
27907         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
27908         (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
27909         (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
27910         (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
27911         (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
27912
27913         (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
27914
27915         (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
27916
27917         (TARGET_ASM_RELOC_RW_MASK): Add return type.
27918         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
27919
27920         (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
27921
27922         (TARGET_ASM_FILE_START): Put @findex before paragraph start.
27923         Use prototype.
27924
27925         (TARGET_ASM_NAMED_SECTION): Fix argument list.
27926
27927         (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
27928         (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
27929
27930         (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
27931
27932         (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
27933
27934         (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
27935         referring to it.  Fix language.
27936
27937         (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
27938
27939         (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
27940
27941         (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
27942
27943         (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
27944
27945         (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
27946         '@var{stream}.  Remove stray 'and'.
27947
27948         (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
27949
27950         (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
27951
27952         (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
27953
27954         (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
27955         misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
27956
27957         (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
27958         Fix description of return value.
27959         Rename argument "sz" to "len."
27960
27961         (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
27962         Clarify meaning of 'true' return value.
27963
27964         (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
27965
27966         (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
27967         rep_mode versus mode_rep.
27968
27969         (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
27970
27971         (TARGET_BUILTIN_DECL): Fix name.
27972
27973         (TARGET_COMMUTATIVE_P): Fix type of first argument.
27974
27975         (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
27976
27977         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
27978
27979         (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
27980
27981         (TARGET_RELAXED_ORDERING): Use @deftypevr.
27982
27983         (TARGET_GET_DRAP_RTX): Note that this is a hook.
27984         Clarify language.
27985
27986         (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
27987         Rename argument tm_fn to md_fn.
27988
27989         (TARGET_OPTION_PRINT): Fix argument list.
27990
27991 2010-01-16  Harsha Jagasia  <harsha.jagasia@amd.com>
27992
27993         PR target/42664
27994         * config/i386/i386.c (ix86_fixup_binary_operands):
27995         Revert FMA4 fixup of operands.
27996
27997 2010-01-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27998
27999         PR gcc/42525
28000         * Makefile.in (write_entries_to_file, install-plugin):
28001         Use \012 instead of \n with tr.
28002
28003 2010-01-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
28004
28005         * configure.ac (HAVE_AS_REF): New C macro.
28006         * configure: Regenerate.
28007         * config.in: Likewise.
28008         * collect2.c (main): Only postpone SCAN_DWEH to the second pass
28009         if HAVE_AS_REF.
28010         * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
28011         if HAVE_AS_REF.
28012
28013 2010-01-16  Joern Rennecke  <amylaar@spamcop.net>
28014
28015         * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
28016
28017         (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
28018
28019         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
28020
28021         (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
28022
28023         (TARGET_IN_SMALL_DATA_P): Fix argument type.
28024
28025         (TARGET_BINDS_LOCAL_P): Fix argument type.
28026
28027         (TARGET_ASM_FILE_END): Use prototype.
28028
28029         (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
28030
28031         (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
28032
28033         (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
28034
28035         (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
28036
28037         (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
28038         (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
28039
28040         (TARGET_PCH_VALID_P): Put 'const char *' in braces.
28041         (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
28042
28043         (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
28044         (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
28045         (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
28046         (TARGET_ADDR_SPACE_CONVERT): Likewise.
28047
28048         (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
28049
28050         (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
28051
28052         (TARGET_INIT_BUILTINS): Use prototype.
28053
28054         (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
28055         Put 'const char *' in braces.  Fix parameter types.
28056         (TARGET_INVALID_CONVERSION): Fix parameter types.
28057         (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
28058         (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
28059
28060         (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
28061         Fix argument type.
28062
28063         (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
28064
28065         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
28066
28067 2010-01-15  Joern Rennecke  <amylaar@spamcop.net>
28068
28069         * doc/tm.texi (TARGET_HELP): Fix return type.
28070
28071         (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
28072         in braces.  Fix argument types.
28073
28074         (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
28075
28076         (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
28077
28078         (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
28079
28080         (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
28081         (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
28082
28083         (TARGET_MANGLE_TYPE): Fix argument types.
28084
28085         (TARGET_IRA_COVER_CLASSES): Use prototype.
28086
28087         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type.  Use prototype.
28088
28089         (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
28090
28091         (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
28092
28093         (TARGET_MUST_PASS_IN_STACK): Fix argument type.
28094
28095         (TARGET_CALLEE_COPIES): Fix argument types.
28096
28097         (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
28098
28099         (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
28100
28101         (TARGET_FUNCTION_VALUE): Fix argument types.
28102
28103         (TARGET_RETURN_IN_MSB): Fix argument type.
28104
28105         (TARGET_RETURN_IN_MEMORY): Fix argument types.
28106
28107         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
28108
28109         (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
28110
28111         (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
28112         agree with return type.
28113
28114         (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
28115
28116 2010-01-15  Jing Yu  <jingyu@google.com>
28117
28118         PR rtl-optimization/42691
28119         * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
28120         a pseudo to a constant and are merged, and adjust comments.
28121
28122 2010-01-15  Eric Botcazou  <ebotcazou@adacore.com>
28123
28124         * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
28125
28126 2010-01-15  Richard Guenther  <rguenther@suse.de>
28127
28128         PR middle-end/42739
28129         * tree-cfgcleanup.c (remove_forwarder_block): Move destination
28130         labels of computed or non-local gotos to the destination.
28131         * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
28132         landing pad label is the first label.
28133
28134 2010-01-15  Richard Guenther  <rguenther@suse.de>
28135
28136         * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
28137
28138 2010-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
28139
28140         PR target/42747
28141         * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
28142         to allow generation of the xssqrtdp instruction on power7.
28143         (sqrtdf2_fpr): Ditto.
28144
28145 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
28146
28147         PR middle-end/42674
28148         * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
28149         functions with noreturn attribute.
28150
28151         PR c++/42608
28152         * varasm.c (declare_weak): Add weak attribute to decl if it
28153         doesn't have one already.
28154         (assemble_external): Only add decls to weak_decls if they also
28155         have weak attribute.
28156
28157 2010-01-14  Alexandre Oliva  <aoliva@redhat.com>
28158
28159         * var-tracking.c (var_reg_delete): Don't delete the association
28160         between REGs and values or one-part variables if the register
28161         isn't clobbered.
28162
28163 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
28164
28165         PR debug/42657
28166         * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
28167         because its first operand is a non-localized variable.
28168
28169 2010-01-14  Martin Jambor  <mjambor@suse.cz>
28170
28171         PR tree-optimization/42706
28172         * tree-sra.c (encountered_recursive_call): New variable.
28173         (encountered_unchangable_recursive_call): Likewise.
28174         (sra_initialize): Initialize both new variables.
28175         (callsite_has_enough_arguments_p): New function.
28176         (scan_function): Call decl and flags check only for IPA-SRA, check
28177         whether there is a recursive call and whether it has enough arguments.
28178         (all_callers_have_enough_arguments_p): New function.
28179         (convert_callers): Look for recursive calls only when
28180         encountered_recursive_call is set.
28181         (ipa_early_sra): Bail out either if
28182         !all_callers_have_enough_arguments_p or
28183         encountered_unchangable_recursive_call.
28184
28185 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28186
28187         * sel-sched.c: Add 2010 to copyright years.
28188         * sel-sched-ir.c: Likewise.
28189         * sel-sched-ir.h: Likewise.
28190
28191 2010-01-14  Martin Jambor  <mjambor@suse.cz>
28192
28193         PR tree-optimization/42714
28194         * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
28195         constructors specially.
28196
28197 2010-01-14  Andi Kleen  <ak@linux.intel.com>
28198
28199         * config/i386/drivers-i386.c (detect_caches_intel):
28200         Add l2sizekb parameter and fill in.
28201         (host_detect_local_cpu): Add l2sizekb, fill in.
28202         Add Atom small cache heuristic.
28203
28204 2010-01-14  Andi Kleen  <ak@linux.intel.com>
28205
28206         * config/i386/drivers-i386.c (detect_caches_cpuid4):
28207         Add level3 parameter and fill in.
28208         (detect_caches_intel): Handle level3 cache.
28209
28210 2010-01-14  Andi Kleen  <ak@linux.intel.com>
28211
28212         * config/i386/drivers-i386.c (host_detect_local_cpu):
28213         Fix core duo detection.
28214
28215 2010-01-14  Andi Kleen  <ak@linux.intel.com>
28216
28217         * config/i386/drivers-i386.c (host_detect_local_cpu):
28218         Fix Atom detection.
28219
28220 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28221
28222         * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
28223         (rs6000_variable_issue_1): this.  Use...
28224         (rs6000_variable_issue): here.  Reimplement.  Print debug info.
28225
28226 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28227
28228         * sel-sched-ir.c (sel_restore_other_notes): Rename to
28229         sel_restore_notes.  Update all callers.  Call reemit_notes
28230         for all insns.
28231
28232 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28233
28234         PR rtl-optimization/42246
28235         * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
28236         loops.
28237
28238 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28239
28240         * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
28241         all successors is the same as number of successors in current region.
28242
28243 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28244
28245         * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
28246         to rename is not separable.  Otherwise check that its LHS is not NULL.
28247
28248 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28249
28250         * sel-sched.c (choose_best_reg_1):  Loop over all regs for mode.
28251
28252 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28253
28254         * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
28255         available registers when failed to discover LHS register class.
28256         Fix indentation.  Update comment.
28257
28258 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28259             Alexander Monakov  <amonakov@ispras.ru>
28260
28261         PR rtl-optimization/42389
28262         * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
28263         to can_issue_more.
28264         (advance_state_on_fence): Likewise.
28265         (sel_target_adjust_priority): Print debug output only when
28266         sched_verbose >= 4, not 2.
28267         (get_expr_cost): Do not issue all unique insns on the next cycle.
28268         (fill_insns): Initialize can_issue_more from the value saved
28269         with the fence.
28270         * sel-sched-ir.c (flist_add): New parameter issue_more.
28271         Init FENCE_ISSUE_MORE with it.
28272         (merge_fences): Likewise.
28273         (init_fences): Update call to flist_add.
28274         (add_to_fences, add_clean_fence_to_fences)
28275         (add_dirty_fence_to_fences): Likewise.
28276         (move_fence_to_fences): Update call to merge_fences.
28277         (invoke_reorder_hooks): Do not reset can_issue_more on insns from
28278         sched groups.
28279         * sel-sched-ir.h (struct _fence): New field issue_more.
28280         (FENCE_ISSUE_MORE): New accessor macro.
28281
28282 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28283
28284         PR rtl-optimization/42388
28285         * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
28286         that have no predecessors nor successors.  Do not call move_bb_info
28287         for empty blocks outside of current region.
28288
28289 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28290
28291         PR rtl-optimization/42294
28292         * sel-sched-ir.h (struct _sel_insn_data): Update comment.
28293         * sel-sched.c (move_exprs_to_boundary): Transitively add all
28294         originators' originators.
28295
28296 2010-01-14  Alexander Monakov  <amonakov@ispras.ru>
28297
28298         PR rtl-optimization/39453
28299         PR rtl-optimization/42246
28300         * sel-sched-ir.c (considered_for_pipelining_p): Do not test
28301         for pipelining_p.
28302         (sel_add_loop_preheaders): Add preheader to last_added_blocks.
28303
28304 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28305             Alexander Monakov  <amonakov@ispras.ru>
28306
28307         PR middle-end/42245
28308         * sel-sched-ir.c (sel_recompute_toporder): New.  Use it...
28309         (maybe_tidy_empty_bb): ... here.  Make static.  Add new
28310         argument.  Update all callers.
28311         (tidy_control_flow): ... and here.  Recompute topological order
28312         of basic blocks in region if necessary.
28313         (sel_redirect_edge_and_branch): Change return type.  Return true
28314         if topological order might have been invalidated.
28315         (purge_empty_blocks): Export and move from...
28316         * sel-sched.c (purge_empty_blocks): ... here.
28317         * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
28318         (maybe_tidy_empty_bb): Delete prototype.
28319         (purge_empty_blocks): Declare.
28320
28321 2010-01-14  Andrey Belevantsev  <abel@ispras.ru>
28322
28323         PR rtl-optimization/42249
28324         * sel-sched.c (try_replace_dest_reg): When chosen register
28325         and original register is the same, do not bail out early, but
28326         still check all original insns for validity of replacing destination
28327         register.  Set EXPR_TARGET_AVAILABLE to 1 before leaving function
28328         in this case.
28329
28330 2010-01-14  Jakub Jelinek  <jakub@redhat.com>
28331
28332         PR c/42721
28333         Port from no-undefined-overflow branch:
28334         2009-03-09  Richard Guenther  <rguenther@suse.de>
28335
28336         * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
28337
28338 2010-01-14  Richard Guenther  <rguenther@suse.de>
28339
28340         PR lto/42665
28341         * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
28342
28343 2010-01-14  Ira Rosen  <irar@il.ibm.com>
28344
28345         PR tree-optimization/42709
28346         * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
28347         as scalar type in creation of constant vector operand.
28348
28349 2010-01-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28350
28351         PR testsuite/42414
28352         * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
28353         (check-parallel-%): Match `testsuite' directory component only
28354         at the end.
28355
28356 2010-01-14  Shujing Zhao  <pearly.zhao@oracle.com>
28357
28358         PR translation/39521
28359         * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
28360         strings with _().
28361
28362 2010-01-13  Richard Guenther  <rguenther@suse.de>
28363
28364         PR tree-optimization/42730
28365         * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
28366         offset zero.
28367
28368 2010-01-13  Steve Ellcey  <sje@cup.hp.com>
28369
28370         PR target/pr42542
28371         * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
28372         for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
28373         them signed.
28374
28375 2010-01-13  Bernd Schmidt  <bernd.schmidt@analog.com>
28376
28377         * config/bfin/libgcc-bfin.ver: Regenerate based on current
28378         libgcc-std.ver.  Add entries for ___smulsi3_highpart and
28379         ___umulsi3_highpart.
28380
28381         * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
28382         rather than schedule_insns if the pass is enabled.
28383
28384 2010-01-13  Martin Jambor  <mjambor@suse.cz>
28385
28386         PR tree-optimization/42704
28387         * tree-sra.c (sra_modify_assign): Do not delete assignments to
28388         SSA_NAMEs.
28389
28390 2010-01-13  Martin Jambor  <mjambor@suse.cz>
28391
28392         PR tree-optimization/42703
28393         * tree-sra.c (analyze_access_subtree): Check that we can build a
28394         reference to the original data within the aggregate.
28395
28396 2010-01-13  Richard Guenther  <rguenther@suse.de>
28397
28398         PR tree-optimization/42705
28399         * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
28400
28401 2010-01-13  Richard Guenther  <rguenther@suse.de>
28402
28403         PR middle-end/42716
28404         * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
28405
28406 2010-01-13  Jakub Jelinek  <jakub@redhat.com>
28407
28408         PR debug/41371
28409         * var-tracking.c (values_to_unmark): New variable.
28410         (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
28411         values_to_unmark vector.  Moved body to...
28412         (find_loc_in_1pdv_1): ... this.  Don't clear VALUE_RECURSED_INTO,
28413         instead queue it into values_to_unmark vector.
28414         (vt_find_locations): Free values_to_unmark vector.
28415
28416 2010-01-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
28417
28418         * config/s390/s390.c (override_options): Set
28419         default of max-pending-list-length to 256
28420
28421 2010-01-13  Richard Guenther  <rguenther@suse.de>
28422
28423         PR lto/42678
28424         * tree-pass.h (PROP_gimple_lcx): New.
28425         * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
28426         * passes.c (init_optimization_passes): Move pass_lower_complex_O0
28427         before the final cleanup_eh.
28428         (dump_properties): Dump PROP_gimple_lcx.
28429         * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
28430         (tree_lower_complex_O0): Remove.
28431         (gate_no_optimization): Run if PROP_gimple_lcx is not set.
28432         (pass_lower_complex_O0): Provide PROP_gimple_lcx.  Run
28433         tree_lower_complex, schedule TODO_update_ssa.
28434         * lto-streamer-out.c (output_function): Stream the functions
28435         properties.
28436         * lto-streamer-in.c (input_function): Likewise.
28437         (lto_read_body): Do not override them here.
28438
28439 2010-01-12  Joseph Myers  <joseph@codesourcery.com>
28440
28441         PR c/42708
28442         * c-typeck.c (build_c_cast): Fold value cast to union type before
28443         wrapping it in a CONSTRUCTOR.
28444
28445 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
28446
28447         PR rtl-optimization/42699
28448         * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
28449         involved.
28450
28451 2010-01-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28452
28453         * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
28454         SUBTARGET_WARN_UNUSED_SPEC): Move ...
28455         config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
28456         SUBTARGET_WARN_UNUSED_SPEC): ... here
28457         * config/mips/iris5.h (LIBGCC_SPEC): Define.
28458
28459 2010-01-12  Julian Brown  <julian@codesourcery.com>
28460
28461         * config/arm/neon-schedgen.ml (Utils): Don't try to
28462         open missing module.
28463         (find_with_result): New.
28464
28465 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
28466
28467         PR debug/42662
28468         * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
28469         sharing when canonicalizing ({lt,ge}u (plus a b) b).
28470
28471         PR tree-optimization/42645
28472         * tree-inline.c (processing_debug_stmt): Move earlier.  Make static.
28473         (remap_ssa_name): If processing_debug_stmt and name wasn't found in
28474         decl_map, set processing_debug_stmt to -1 and return name without
28475         any remapping.
28476
28477 2010-01-11  Dave Korn  <dave.korn.cygwin@gmail.com>
28478
28479         * doc/install.texi (Specific#x-x-cygwin): Document minimum required
28480         binutils version, and reword target configuration description.
28481
28482 2010-01-11  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
28483
28484         * config/avr/avr.h (LINKER_NAME): Remove.
28485
28486 2010-01-11  Janis Johnson  <janis187@us.ibm.com>
28487
28488         PR target/42416
28489         * config/rs6000/rs6000.c (rs6000_override_options): On targets
28490         that support VSX, warn for -mno-altivec if vsx is not disabled,
28491         and disable vsx.
28492
28493 2010-01-11  Joseph Myers  <joseph@codesourcery.com>
28494             Shujing Zhao  <pearly.zhao@oracle.com>
28495
28496         PR translation/42469
28497         * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
28498         fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
28499         character between option name and help text.
28500         * c.opt (imultilib): Likewise.
28501
28502 2010-01-10  Rafael Avila de Espindola  <espindola@google.com>
28503
28504         * lto-streamer-out.c (output_unreferenced_globals): Output static
28505         variables.
28506
28507 2010-01-10  Steven Bosscher  <steven@gcc.gnu.org>
28508
28509         PR rtl-optimization/42621
28510         * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
28511         optimizing for size.
28512         (duplicate_computed_gotos): Remove now-redundant check.
28513
28514 2010-01-10  Steve Ellcey  <sje@cup.hp.com>
28515
28516         PR target/37454
28517         * configure.ac: Save and restore LDFLAGS and LIBS
28518         * configure: Regenerate.
28519
28520 2010-01-10  Richard Guenther  <rguenther@suse.de>
28521
28522         PR middle-end/42667
28523         * builtins.c (fold_builtin_strlen): Add type argument and
28524         convert the resulting length to it.
28525         (fold_builtin_1): Adjust.
28526
28527 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
28528
28529         * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
28530         sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
28531         1 insn.
28532         (num_insns_constant_wide): Adjust for that change.
28533
28534 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28535
28536         PR debug/42631
28537         * web.c (union_defs): Add used argument, to combine uses of
28538         uninitialized regs.
28539         (entry_register): Adjust type and tests of used argument.
28540         (web_main): Widen used for new use.  Pass it to union_defs.
28541         * df.h (union_defs): Adjust prototype.
28542
28543 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28544
28545         PR debug/42630
28546         * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
28547         uses in new incoming argument.  Free body.
28548         (reset_debug_uses_in_loop): New.
28549         (analyze_insn_to_expand_var): Call the latter if the former found
28550         anything.  Fix whitespace.  Reject invalid dest overlaps before
28551         going through all insns in the loop.
28552
28553 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28554
28555         PR debug/42629
28556         * haifa-sched.c (dying_use_p): Debug insns don't count.
28557
28558 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28559
28560         PR middle-end/42363
28561         * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
28562         * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
28563         (verify_gimple_call): Reject LHS in noreturn calls.
28564
28565 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28566
28567         PR debug/42604
28568         PR debug/42395
28569         * tree-vect-loop-manip.c (adjust_info): New type.
28570         (adjust_vec): New pointer to vector.
28571         (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
28572         (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
28573         (slpeel_update_phis_for_duplicate_loop): Use them.
28574         (slpeel_update_phi_nodes_for_guard1): Likewise.
28575         (slpeel_update_phi_nodes_for_guard2): Likewise.
28576         (slpeel_tree_peel_loop_to_edge): Likewise.
28577         (vect_update_ivs_after_vectorizer): Likewise.
28578
28579 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28580
28581         * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
28582         (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
28583
28584 2010-01-09  Alexandre Oliva  <aoliva@redhat.com>
28585
28586         * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
28587         bogus uninitialized warning.
28588
28589 2010-01-09  Richard Guenther  <rguenther@suse.de>
28590
28591         PR middle-end/42512
28592         * tree-scalar-evolution.c (interpret_loop_phi): Make sure
28593         the evolution is compatible with the initial condition.
28594
28595 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
28596
28597         * gcc.c (process_command): Update copyright notice dates.
28598         * gcov.c (print_version): Likewise.
28599         * gcov-dump.c (print_version): Likewise.
28600         * mips-tfile.c (main): Likewise.
28601         * mips-tdump.c (main): Likewise.
28602
28603 2010-01-08  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
28604
28605         PR target/41885
28606         * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
28607         (rotlhi3): Delete.
28608         (rotlhi3_8): Delete.
28609         (rotlsi3): Delete.
28610         (rotlsi3_8): Delete.
28611         (rotlsi3_16): Delete.
28612         (rotlsi3_24): Delete.
28613         (rotl<mode>3): New.
28614         (*rotw<mode>3): New.
28615         (*rotb<mode>3): New.
28616         * config/avr/avr.c (avr_rotate_bytes): New function.
28617         * config/avr/avr-proto.h (avr_rotate_bytes): New function.
28618
28619 2010-01-08  Steve Ellcey  <sje@cup.hp.com>
28620
28621         PR target/37454
28622         * configure.ac: Modify -rdynamic check.
28623         * configure: Regenerate.
28624
28625 2010-01-08  DJ Delorie  <dj@redhat.com>
28626
28627         * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
28628         register popping order.
28629
28630 2010-01-08  Richard Guenther  <rguenther@suse.de>
28631
28632         PR lto/42528
28633         * c.opt (fsigned-char): Also let LTO handle this option.
28634         (funsigned-char): Likewise.
28635
28636 2010-01-07  Richard Guenther  <rguenther@suse.de>
28637
28638         * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
28639         (gimple_op): Likewise.
28640         (gimple_op_ptr): Likewise.
28641         (gimple_assign_set_lhs): Remove gcc_assert.
28642         (gimple_assign_set_rhs1): Likewise.
28643         (gimple_assign_set_rhs2): Likewise.
28644         (gimple_call_set_lhs): Likewise.
28645         (gimple_call_set_fn): Likewise.
28646         (gimple_call_set_fndecl): Likewise.
28647         (gimple_call_fndecl): Likewise.
28648         (gimple_call_return_type): Likewise.
28649         (gimple_call_set_chain): Likewise.
28650         (gimple_call_num_args): Likewise.
28651         (gimple_call_set_arg): Likewise.
28652         (gimple_cond_set_code): Likewise.
28653         (gimple_cond_set_lhs): Likewise.
28654         (gimple_cond_set_rhs): Likewise.
28655         (gimple_cond_set_true_label): Likewise.
28656         (gimple_cond_set_false_label): Likewise.
28657         (gimple_label_set_label): Likewise.
28658         (gimple_goto_set_dest): Likewise.
28659         (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
28660         (gimple_debug_bind_get_value): Likewise.
28661         (gimple_debug_bind_get_value_ptr): Likewise.
28662         (gimple_debug_bind_set_var): Likewise.
28663         (gimple_debug_bind_set_value): Likewise.
28664         (gimple_debug_bind_reset_value): Likewise.
28665         (gimple_debug_bind_has_value_p): Likewise.
28666         (gimple_return_retval_ptr): Remove gcc_assert.
28667         (gimple_return_retval): Likewise.
28668         (gimple_return_set_retval): Likewise.
28669         * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
28670         (safe_referenced_var_iterator): Remove.
28671         (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
28672         * tree-flow-inline.h (gimple_nonlocal_all): Remove.
28673         (fill_referenced_var_vec): Remove.
28674         (first_readonly_imm_use): Remove redundant gcc_assert.
28675         (phi_arg_index_from_use): Combine gcc_asserts.
28676         (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
28677         (first_imm_use_stmt): Remove redundant gcc_assert.
28678         * tree-cfg.c (verify_gimple_call): Verify function and chain
28679         operands.  Verify arguments.
28680         (verify_types_in_gimple_stmt): Verify condition code and labels.
28681
28682 2010-01-07  Richard Guenther  <rguenther@suse.de>
28683
28684         PR tree-optimization/42641
28685         * sese.c (rename_map_elt_info): Use the SSA name version, do
28686         not hash pointers.
28687
28688 2010-01-07  Jakub Jelinek  <jakub@redhat.com>
28689
28690         PR tree-optimization/42625
28691         * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
28692         TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
28693
28694 2010-01-07  Duncan Sands  <baldrick@free.fr>
28695
28696         * Makefile.in (PLUGIN_HEADERS): Add version.h.
28697
28698 2010-01-07  Uros Bizjak  <ubizjak@gmail.com>
28699
28700         PR target/42511
28701         * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
28702         note itself is not function_invariant_p.
28703
28704 2009-01-07  Steven Bosscher  <steven@gcc.gnu.org>
28705
28706         * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
28707         Do not add the DF_NOTE problem.
28708         * store-motion.c (execute_rtl_store_motion): Likewise.
28709
28710 2010-01-07  Martin Jambor  <mjambor@suse.cz>
28711
28712         PR tree-optimization/42157
28713         * tree-sra.c (compare_access_positions): Stabilize sort if both
28714         accesses have integer types, return zero immediately if they are the
28715         same.
28716
28717 2010-01-06  Richard Henderson  <rth@redhat.com>
28718
28719         PR middle-end/41883
28720         * haifa-sched.c (add_to_note_list): Merge into ...
28721         (concat_note_lists): ... here, and ...
28722         (unlink_other_notes, rm_other_notes): Merge into...
28723         (remove_notes): ... here.  Create REG_SAVE_NOTEs for
28724         NOTE_INSN_EPILOGUE_BEG.
28725
28726 2010-01-06  Richard Guenther  <rguenther@suse.de>
28727
28728         * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
28729         not inline regular functions into always-inline functions.
28730
28731 2010-01-06  Nick Clifton  <nickc@redhat.com>
28732
28733         * config/rx/rx.h (enum rx_cpu_type): Add RX200.
28734         (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
28735         used together.
28736         (OVERRIDE_OPTIONS): Delete.
28737         (OPTIMIZATION_OPTIONS): Define.
28738         (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
28739         * config/rx/rx.c (rx_handle_option): Issue an error message if
28740         -mcpu=rx200 and -fpu are used together.
28741         (rx_set_optimization_options): New function.  Issue an error
28742         message if an optimization attribute attempts to reset the FPU/
28743         math optimization pairing.
28744         * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
28745         * config/rx/rx.opt: Set the default to 32-bit doubles.
28746         * config/rx/t-rx: Add multilibs for -nofpu option.
28747         * doc/invoke.texi: Update documentation of RX options.
28748
28749 2010-01-06  Richard Guenther  <rguenther@suse.de>
28750
28751         * tree-ssa-pre.c (name_to_id): New global.
28752         (alloc_expression_id): Simplify SSA name handling.
28753         (lookup_expression_id): Likewise.
28754         (init_pre): Zero name_to_id.
28755         (fini_pre): Free it.
28756
28757 2010-01-06  Uros Bizjak  <ubizjak@gmail.com>
28758
28759         * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
28760
28761 2010-01-05  H.J. Lu  <hongjiu.lu@intel.com>
28762
28763         PR target/42542
28764         * config/i386/sse.md (smaxv2di3): New.
28765         (umaxv2di3): Likewise.
28766         (sminv2di3): Likewise.
28767         (uminv2di3): Likewise.
28768
28769 2010-01-05  Eric Botcazou  <ebotcazou@adacore.com>
28770
28771         PR target/42564
28772         * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
28773         * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
28774         (legitimize_tls_address): Likewise.
28775         (sparc_tls_referenced_p): Likewise.
28776         * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
28777         and adjust calls to legitimize_pic_address.
28778         (legitimate_constant_p) Use sparc_tls_referenced_p.
28779         (legitimate_pic_operand_p): Likewise.
28780         (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
28781         (sparc_tls_symbol_ref_1): Delete.
28782         (sparc_tls_referenced_p): Make static, recognize specific patterns.
28783         (legitimize_tls_address): Make static, handle CONST patterns.
28784         (legitimize_pic_address): Make static, remove unused parameter and
28785         adjust recursive calls.
28786         (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
28787         and adjust call to legitimize_pic_address.
28788         (sparc_output_mi_thunk): Likewise.
28789
28790 2010-01-05  Paolo Bonzini  <bonzini@gnu.rg>
28791             H.J. Lu  <hongjiu.lu@intel.com>
28792
28793         PR target/42542
28794         * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
28795         for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
28796         operands to make them signed.
28797
28798         Revert:
28799         2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28800
28801         PR target/42542
28802         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
28803         GTU to GT for V4SI and V2DI.
28804
28805         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
28806         (umin<mode>3): Removed.
28807         (uminv8hi3): New.
28808         (uminv4si3): Likewise.
28809
28810 2010-01-05  Martin Jambor  <mjambor@suse.cz>
28811
28812         PR tree-optimization/42462
28813         * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
28814         current_function_decl to helper functions and macros.
28815
28816 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
28817
28818         PR bootstrap/41771
28819         * flags.h: Don't include real.h.
28820         (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
28821         HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
28822         * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
28823         HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
28824         * dominance.c: Update copyright.
28825         * gimple.c (walk_gimple_op): Remove inline.
28826         * tree-ssa-reassoc.c: Include real.h.
28827         * Makefile.in (FLAGS_H): Remove $(REAL_H).
28828         (tree-ssa-reassoc.o): Depend on $(REAL_H).
28829
28830 2010-01-05  Nick Clifton  <nickc@redhat.com>
28831
28832         * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
28833         register to push into the stack frame when the accumulator has to
28834         be saved during interrupts.
28835
28836 2010-01-05  Eric Fisher  <joefoxreal@gmail.com>
28837
28838         * doc/invoke.texi: Remove the documentation about option
28839         -Wunreachable-code.
28840         * common.opt (Wunreachable-code):  Preserved for backward
28841         compatibility.
28842         * tree-cfg.c: Remove the implementation of -Wunreachable-code.
28843         * opts.c (common_handle_option): Add OPT_Wunreachable_code to
28844         the backward compatibility flag section.
28845
28846 2010-01-05  Richard Guenther  <rguenther@suse.de>
28847
28848         * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
28849
28850 2010-01-05  Jakub Jelinek  <jakub@redhat.com>
28851
28852         PR other/42611
28853         * cfgexpand.c (expand_one_var): Diagnose too large variables.
28854
28855         PR tree-optimization/42508
28856         * tree-sra.c (convert_callers): Check for recursive call
28857         by comparing cgraph nodes instead of decls.
28858         (modify_function): Call ipa_modify_formal_parameters also
28859         on all same_body aliases.
28860
28861         * cgraphunit.c (cgraph_materialize_all_clones): Compare
28862         cgraph nodes when checking for same_body aliases.
28863
28864 2010-01-05  Richard Guenther  <rguenther@suse.de>
28865
28866         * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
28867         allocation and lookup.
28868         (get_or_alloc_expr_for_constant): Likewise.
28869         (phi_translate): Sink allocation.
28870
28871 2010-01-04  Richard Guenther  <rguenther@suse.de>
28872
28873         * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
28874         a new entry only if needed.
28875         * tree-ssa-dom.c (lookup_avail_expr): Likewise.
28876         * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
28877         hashtable lookup.
28878         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
28879         the result array.
28880         (phi_translate): Handle CONSTANTs early.
28881
28882 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28883
28884         PR tree-optimization/42398
28885         * tree-sra.c (struct access): Removed flag grp_different_types.
28886         (dump_access): Do not dump the removed flag.
28887         (sort_and_splice_var_accesses): Do not set the removed flag.
28888         (sra_modify_expr): Check for type compatibility directly.
28889
28890 2010-01-04  Martin Jambor  <mjambor@suse.cz>
28891
28892         PR tree-optimization/42366
28893         * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
28894         edges with variable number of parameters.
28895         * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
28896         flag instead of asserting it.
28897         (ipa_read_node_info): Read uses_analysis_done flag.
28898
28899 2010-01-04  Richard Guenther  <rguenther@suse.de>
28900
28901         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
28902         iterative_hash_* as intended.
28903         (vn_reference_compute_hash): Likewise.  Simplify hashing
28904         SSA names.
28905         (vn_reference_lookup_2): Likewise.
28906         (vn_nary_op_compute_hash): Likewise.
28907         (vn_phi_compute_hash): Likewise.
28908         (expressions_equal_p): Remove strange code.
28909         * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
28910         (pre_expr_hash): Likewise.  Simplify hashing SSA names.
28911         (bitmap_insert_into_set_1): Take value-id as parameter.
28912         (add_to_value): Pass it.
28913         (bitmap_insert_into_set): Likewise.
28914         (bitmap_value_insert_into_set): Likewise.  Remove redundant check.
28915
28916 2010-01-04  Jakub Jelinek  <jakub@redhat.com>
28917
28918         PR driver/42442
28919         * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
28920         (do_self_spec): For switches with SWITCH_IGNORE set set also
28921         SWITCH_IGNORE_PERMANENTLY.
28922         (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
28923         of SWITCH_IGNORE.
28924
28925 2010-01-04  Rafael Avila de Espindola  <espindola@google.com>
28926
28927         * lto-streamer-out.c (output_unreferenced_globals): Output the full
28928         tree of an unreferenced global var.
28929
28930 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28931
28932         PR target/42542
28933         * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
28934         GTU to GT for V4SI and V2DI.
28935
28936         * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
28937         (umin<mode>3): Removed.
28938         (uminv8hi3): New.
28939         (uminv4si3): Likewise.
28940
28941 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
28942
28943         PR lto/42581
28944         * collect2.c (main): Turn on trace in collect2 if -v is passed
28945         to gcc with LTO.
28946
28947 2010-01-03  Jerry Quinn  <jlquinn@optonline.net>
28948
28949         * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR.  Update
28950         description of expression operand.
28951
28952 2010-01-03  Andrew Jenner  <andrew@codesourcery.com>
28953
28954         * configure.ac: Add install-html to target_list for Make-hooks.
28955         * configure: Regenerate.
28956         * fortran/Make-lang.in (F95_HTMLFILES): New.
28957         (fortran.html): Use it.
28958         (fortran.install-html): New.
28959         * Makefile.in (install-html): Add lang.install-html.
28960         * java/Make-lang.in (JAVA_HTMLFILES): New.
28961         (java.html): Use it.
28962         (java.install-html): New.
28963         * objc/Make-lang.in (objc.install-html): New.
28964         * objcp/Make-lang.in (obj-c++.install-html): New.
28965         * cp/Make-lang.in (c++.install-html): New.
28966         * ada/gcc-interface/Make-lang.in (ada.install-html): New.
28967         * lto/Make-lang.in (lto.install-html): New.
28968
28969 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28970
28971         PR lto/42520
28972         * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
28973
28974 2009-01-03  Steven Bosscher  <steven@gcc.gnu.org>
28975
28976         PR rtl-optimization/41862
28977         * store-motion.c (store_killed_in_insn, compute_store_table,
28978         remove_reachable_equiv_notes, replace_store_insn,
28979         build_store_vectors): Ignore all DEBUG_INSNs.
28980
28981 2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
28982
28983         PR lto/41564
28984         * common.opt: Add dumpdir.
28985
28986         * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
28987         isn't specified.
28988         (option_map): Add --dumpdir.
28989
28990         * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
28991
28992         * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
28993
28994         * opts.c (decode_options): Try dump_dir_name first if
28995         dump_base_name isn't an absolute path.
28996         (common_handle_option): Handle OPT_dumpdir.
28997
28998         * toplev.c (dump_dir_name): New.
28999         (print_switch_values): Also ignore -dumpdir.
29000
29001         * toplev.h (dump_dir_name): New.
29002
29003 2010-01-03  Richard Guenther  <rguenther@suse.de>
29004
29005         PR tree-optimization/42589
29006         * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
29007         double-word expansion of bswap32.
29008
29009 2010-01-03  Steven Bosscher  <steven@gcc.gnu.org>
29010
29011         * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
29012         with BLOCK_FOR_INSN.
29013         * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
29014         * ifcvt.c (noce_get_alt_condition, noce_try_abs,
29015         noce_process_if_block): Likewise.
29016         * gcse.c (compute_local_properties, insert_expr_in_table,
29017         insert_set_in_table, canon_list_insert, find_avail_set,
29018         pre_insert_copy_insn): Likewise.
29019
29020         * basic-block.h (BLOCK_NUM): Move from here...
29021         * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
29022
29023 2010-01-03  Richard Guenther  <rguenther@suse.de>
29024
29025         PR tree-optimization/42438
29026         * tree-ssa-pre.c (struct bb_bitmap_sets): Add
29027         contains_may_not_return_call flag.
29028         (BB_MAY_NOTRETURN): New.
29029         (valid_in_sets): Trapping nary operations are not valid
29030         in blocks that may not return.
29031         (insert_into_preds_of_block): Remove check for trapping expressions.
29032         (compute_avail): Compute also BB_MAY_NOTRETURN.
29033
29034 2010-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
29035
29036         * doc/invoke.texi: Add 2010 to copyright years.
29037
29038 2010-01-03  Eric Botcazou  <ebotcazou@adacore.com>
29039
29040         * config/sparc/sparc.c: Fix formatting nits.
29041
29042 2010-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
29043             Alexander Monakov  <amonakov@ispras.ru>
29044
29045         * doc/invoke.texi (Optimize Options): Reword introduction a bit.
29046
29047 2010-01-02  Richard Guenther  <rguenther@suse.de>
29048
29049         PR middle-end/42577
29050         * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
29051         (simplify_switch_using_ranges): Mark to be removed edges
29052         as non-executable.
29053
29054 2010-01-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
29055
29056         * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
29057
29058         * collect2.c (scan_libraries): Add missing argument in call to
29059         scan_prog_file.
29060
29061 2010-01-02  Uros Bizjak  <ubizjak@gmail.com>
29062
29063         PR target/42448
29064         * config/alpha/predicates.md (aligned_memory_operand): Return false
29065         for CQImode.
29066         (unaligned_memory_operand): Return true for CQImode.
29067         * config/alpha/alpha.c (get_aligned_mem): Assert that location
29068         doesn not cross aligned SImode word boundary.
29069
29070 2010-01-02  Anatoly Sokolov  <aesok@post.ru>
29071
29072         * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
29073         Remove.
29074         * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
29075         avr_change_section, avr_reg_class_from_letter) : Remove declaration.
29076
29077 2010-01-02  Richard Guenther  <rguenther@suse.de>
29078
29079         PR lto/41597
29080         * toplev.c (compile_file): Emit LTO marker properly.  Change
29081         it to __gnu_lto_v1.
29082         * collect2.c (scan_prog_file): Adjust for changed LTO marker.
29083
29084 2010-01-01  Richard Guenther  <rguenther@suse.de>
29085
29086         PR debug/42455
29087         * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
29088
29089 2010-01-01  Richard Guenther  <rguenther@suse.de>
29090
29091         PR c/42570
29092         * c-decl.c (grokdeclarator): For zero-size arrays force
29093         structural equality checks as layout_type does.
29094
29095 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
29096
29097         * builtins.c: Update copyright to 2010.
29098
29099 2010-01-01  H.J. Lu  <hongjiu.lu@intel.com>
29100
29101         PR lto/42531
29102         * lto-streamer-out.c (produce_asm): Revert the last change.
29103         (copy_function): Likewise.
29104
29105         * lto-streamer.c (lto_get_section_name): Skip any leading
29106         asterisk in name.
29107
29108 2010-01-01  Richard Guenther  <rguenther@suse.de>
29109
29110         PR middle-end/42559
29111         * builtins.c (get_object_alignment): Do not use DECL_ALIGN
29112         for LABEL_DECLs.
29113
29114 \f
29115 Copyright (C) 2010 Free Software Foundation, Inc.
29116
29117 Copying and distribution of this file, with or without modification,
29118 are permitted in any medium without royalty provided the copyright
29119 notice and this notice are preserved.